.elementor-kit-8{--e-global-color-primary:#9900CC;--e-global-color-secondary:#7A00A3;--e-global-color-text:#171420;--e-global-color-accent:#B833E0;--e-global-color-69decbb:#E4B8F5;--e-global-color-1a66db7:#F3DDFB;--e-global-color-99d148e:#FAF0FF;--e-global-color-b964d65:#FFFFFF;--e-global-color-dacbb01:#6B6B73;--e-global-color-c66e6f2:#F7F5FA;--e-global-color-ca8267f:#ECE8F0;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;--e-global-typography-e4fc496-font-family:"Fraunces";--e-global-typography-e4fc496-font-weight:600;--e-global-typography-23df38d-font-family:"Figtree";--e-global-typography-23df38d-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== ResourcePlan Button Variants (Build Spec §1.4) ===== */
/* Shared base: pill radius + smooth transitions for all three variants */
.btn-purple .elementor-button,
.btn-outline .elementor-button,
.btn-ghost .elementor-button {
	border-radius: 100px;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

/* --- Purple (primary CTA) — the main button everywhere --- */
.btn-purple.btn-purple .elementor-button {
	background-color: var(--e-global-color-primary); /* Purple 600 #9900CC */
	color: #ffffff;
	border: none;
}
.btn-purple.btn-purple .elementor-button:hover,
.btn-purple.btn-purple .elementor-button:focus {
	background-color: var(--e-global-color-secondary); /* Purple 700 #7A00A3 */
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(153, 0, 204, .25);
}

/* --- Outline (secondary) — on white backgrounds --- */
.btn-outline.btn-outline .elementor-button {
	background-color: transparent;
	background-image: none;
	color: var(--e-global-color-primary);            /* Purple 600 text */
	border: 2px solid var(--e-global-color-primary); /* Purple 600 border */
}
.btn-outline.btn-outline .elementor-button:hover,
.btn-outline.btn-outline .elementor-button:focus {
	background-color: var(--e-global-color-1a66db7); /* Purple 100 #F3DDFB fill */
	color: var(--e-global-color-primary);
	transform: translateY(-2px);
}

/* --- Ghost — only for a dark-purple hero band --- */
.btn-ghost.btn-ghost .elementor-button {
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	border: 2px solid #ffffff;
}
.btn-ghost.btn-ghost .elementor-button:hover,
.btn-ghost.btn-ghost .elementor-button:focus {
	background-color: rgba(255, 255, 255, .14);
	color: #ffffff;
	transform: translateY(-2px);
}/* End custom CSS */