.elementor-kit-33{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-33 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 *//* =================== Global Styles & Variables =================== */
:root {
    --primary-color: #007AFF; 
    --primary-color-dark: #0056b3;
    --dark-text: #1a1a1a;
    --body-text: #4a4a4a;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --border-light: #e0e0e0;
    --header-font: Arial, sans-serif;
    --body-font: Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--body-font) !important; 
    color: var(--body-text);
    line-height: 1.6;
}

/* Ensure global elements are correctly styled */
h1, h2, h3 {
    font-family: var(--header-font);
    color: var(--dark-text) !important;
    font-weight: 700;
}

h1 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
}

p {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

/* =================== Elementor Container Fix =================== */
/* Force a maximum width on Elementor's inner containers */
.elementor-section > .elementor-container {
    max-width: 1100px !important; 
    margin-left: auto;
    margin-right: auto;
}


/* =================== Buttons (Primary & Secondary) =================== */
.hero .cta-button-primary { 
    display: inline-block !important;
    background: var(--primary-color) !important;
    color: var(--white) !important;
    font-family: var(--header-font);
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 122, 255, 0.3);
}

.hero .cta-button-primary:hover {
    background: var(--primary-color-dark) !important;
    box-shadow: 0 4px 10px rgba(0, 122, 255, 0.2);
    transform: translateY(-2px);
}

.cta-button-secondary {
    display: inline-block !important;
    background: var(--white) !important;
    color: var(--primary-color) !important;
    font-family: var(--header-font);
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--primary-color) !important;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

/* =================== Hero Section Layout =================== */
.hero {
    background: var(--white) !important;
    padding: 80px 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h1 {
    max-width: 800px;
    margin: 0 auto 20px auto;
}

.hero-subheadline {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 30px auto;
    color: var(--body-text);
}

/* * -------------------------------------------------------------
 * FINAL FIXES FOR ANIMATION VISIBILITY
 * -------------------------------------------------------------
 */

.dynamic-text-container {
    display: inline-block !important;
    position: relative !important; /* FORCED to be the stacking reference point */
    height: 4.5rem !important; 
    color: var(--primary-color) !important;
    overflow: hidden !important; /* CRITICAL: Hides the words that are stacked outside the box */
    text-align: left;
}

.dynamic-word {
    position: absolute !important; /* FORCED STACKING: The core of the animation */
    left: 0 !important; /* FORCED positioning */
    right: 0 !important; /* FORCED positioning */
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
}

.dynamic-word.active {
    opacity: 1 !important; /* FORCED VISIBILITY (when JS adds the class) */
}
/* ------------------------------------------------------------- */


.trust-bar {
    margin-top: 60px;
    color: #aaa;
}
.trust-bar p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.trust-bar span {
    font-family: var(--header-font);
    font-weight: 700;
    color: #bbb;
    margin: 0 15px;
}

/* =================== How It Works Section =================== */
.how-it-works {
    background: var(--light-bg) !important; 
    padding: 80px 0 !important;
}

.steps-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 30px !important;
    text-align: center;
}

.step-card {
    background: var(--white) !important;
    padding: 40px !important;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: 50%;
    font-family: var(--header-font);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.step-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* =================== Resource CTA Section =================== */
.resource-cta {
    background: var(--primary-color) !important; 
    color: var(--white) !important; 
    padding: 60px 0 !important;
    text-align: center !important;
}

.resource-cta h2 {
    color: var(--white) !important; 
}/* End custom CSS */