.elementor-19 .elementor-element.elementor-element-eaf2fb1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-7481a8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}.elementor-19 .elementor-element.elementor-element-d63fede{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-9659284{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8f98cb9 *//* Container & Layout */
.custom-hero-section {
    position: relative;
    padding: 8rem 1rem 5rem 1rem; /* pt-32 pb-20 */
    overflow: hidden;
    font-family: inherit; /* Inherits your theme font */
}

.hero-container {
    max-width: 80rem; /* max-w-7xl */
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}

.hero-content {
    text-align: center;
    max-width: 56rem; /* max-w-4xl */
    margin: 0 auto;
}

/* Background Blobs */
.hero-blob {
    position: absolute;
    border-radius: 9999px;
    opacity: 0.1;
    filter: blur(64px); /* blur-3xl */
    z-index: 1;
}

.blob-orange {
    top: -5rem;
    right: -5rem;
    width: 24rem;
    height: 24rem;
    background-color: #F4A261;
}

.blob-green {
    bottom: -5rem;
    left: -5rem;
    width: 20rem;
    height: 20rem;
    background-color: #A85123;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 2rem;
    background-color: rgba(48, 107, 106, 0.1); /* #306B6A at 10% opacity */
    color: #306B6A;
}

.hero-badge span {
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

/* Typography */
.hero-title {
    font-size: 2.25rem; /* text-4xl */
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 2rem;
    line-height: 1.1;
    color: #111827; /* text-gray-900 */
}

/* Responsive Font Sizes */
@media (min-width: 768px) {
    .custom-hero-section {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }
    .hero-title { font-size: 3rem; } /* text-5xl */
}

@media (min-width: 1024px) {
    .hero-title { font-size: 3.75rem; } /* text-6xl */
}

/* Highlighted Text Effect */
.hero-highlight-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 0.5rem;
}

.hero-highlight-bg {
    position: absolute;
    inset: 0;
    transform: skewX(-3deg);
    opacity: 0.2;
    background-color: #F4A261;
}

.hero-highlight-text {
    position: relative;
    color: #A85123;
}

.hero-subtitle {
    margin-top: 1rem;
    font-size: 1.25rem; /* text-xl */
    color: #4B5563; /* text-gray-600 */
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .hero-subtitle { font-size: 1.5rem; } /* text-2xl */
}

/* Buttons */
.hero-actions {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 640px) {
    .hero-actions {
        flex-direction: row;
    }
}

.hero-btn {
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
}

/* Primary Button */
.btn-primary {
    background-color: #A85123;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: white; /* Ensure Elementor link styles don't override */
}

/* Secondary Button */
.btn-secondary {
    background-color: white;
    border: 2px solid #306B6A;
    color: #306B6A;
}

.btn-secondary:hover {
    background-color: #F9FAFB; /* gray-50 */
    color: #306B6A;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0eff21e *//* Section & Container */
        .benefits-section {
            padding: 5rem 1rem;
            background-color: #F9FAFB;
            font-family: system-ui, -apple-system, sans-serif;
        }

        .benefits-container {
            max-width: 80rem;
            margin: 0 auto;
            padding: 0 1rem;
        }

        /* Header Styling */
        .benefits-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .benefits-title {
            font-size: 1.875rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #306B6A;
            line-height: 1.2;
        }

        @media (min-width: 768px) {
            .benefits-title {
                font-size: 2.25rem;
            }
        }

        .benefits-divider {
            height: 0.375rem;
            width: 6rem;
            background-color: #F4A261;
            border-radius: 9999px;
            margin: 0 auto;
        }

        .benefits-subtitle {
            margin-top: 1rem;
            font-size: 1.125rem;
            color: #4B5563;
        }

        /* Grid Layout */
        .benefits-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        @media (min-width: 768px) {
            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .benefits-grid {
                gap: 3rem;
            }
        }

        /* Card Styling */
        .benefit-card {
            background-color: white;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid #F3F4F6;
            transition: box-shadow 0.3s ease;
            display: flex;
            /* CHANGED: align-items from flex-start to center */
            align-items: center; 
            gap: 1.5rem;
        }

        .benefit-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        /* Icon Box Styling */
        .benefit-icon-box {
            flex-shrink: 0;
            width: 4rem;
            height: 4rem;
            border-radius: 0.75rem;
            background-color: #306B6A;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        }

        /* Card Typography */
        .benefit-content {
            flex: 1;
        }

        .benefit-card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2E2E2E;
            line-height: 1.2;
            margin: 0; /* Removed margin to ensure perfect centering */
        }

        /* If a description exists, we re-add the margin to the title */
        .benefit-card-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .benefit-card-desc {
            color: #4B5563;
            line-height: 1.625;
            margin: 0;
            font-size: 1rem;
        }
        
        /* Hide description if empty to prevent phantom spacing */
        .benefit-card-desc:empty {
            display: none;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-645268a *//* Section Layout */
.clients-section {
    position: relative;
    padding: 5rem 1rem; /* py-20 */
    overflow: hidden;
    font-family: inherit;
}

/* Background Decoration */
.clients-bg-decor {
    position: absolute;
    inset: 0;
    background-color: #F4A261;
    opacity: 0.1;
    transform: skewY(-3deg) scale(1.1);
    transform-origin: top left;
    z-index: 0;
}

/* Container */
.clients-container {
    max-width: 80rem; /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 3rem; /* gap-12 on mobile */
}

@media (min-width: 1024px) {
    .clients-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 4rem; /* lg:gap-16 */
    }
}

/* Left Column Content */
.clients-content {
    flex: 1;
}

.clients-title {
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2E2E2E;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .clients-title {
        font-size: 2.25rem; /* md:text-4xl */
    }
}

.clients-subtitle {
    font-size: 1.125rem; /* text-lg */
    color: #4B5563; /* text-gray-600 */
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Features List */
.clients-features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* space-y-6 */
}

.client-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-icon-box {
    flex-shrink: 0;
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    border-radius: 9999px; /* rounded-full */
    background-color: #A85123;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
}

.feature-text {
    flex: 1;
}

.feature-title {
    font-size: 1.25rem; /* text-xl */
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #306B6A;
    line-height: 1.3;
    margin-top: 0;
}

.feature-desc {
    color: #4B5563; /* text-gray-600 */
    margin: 0;
    line-height: 1.5;
}

/* Right Column Visual (Image Placeholder) */
.clients-visual {
    flex: 1;
    width: 100%;
}

.visual-card-wrapper {
    background-color: white;
    padding: 0.5rem;
    border-radius: 1rem; /* rounded-2xl */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
    position: relative;
    overflow: hidden;
}

.visual-card-inner {
    position: relative;
    width: 100%;
    /* Aspect Ratio Hack for older browsers (4:3 ratio) */
    padding-bottom: 75%; 
    background-color: #F3F4F6; /* bg-gray-100 */
    border-radius: 0.75rem; /* rounded-xl */
    overflow: hidden;
}

.visual-card-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #F3F4F6, #E5E7EB);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.visual-card-content {
    text-align: center;
    padding: 2rem;
}

.visual-icon {
    margin: 0 auto 1rem auto;
    opacity: 0.2;
    color: #306B6A;
    display: block;
}

.visual-text {
    color: #9CA3AF; /* text-gray-400 */
    font-weight: 500;
    margin: 0;
}

.visual-overlay {
    position: absolute;
    inset: 0;
    background-color: #306B6A;
    opacity: 0.1;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7c24c8 *//* Section Base */
.cta-section {
    padding: 6rem 1rem; /* py-24 */
    background-color: #306B6A;
    font-family: inherit;
    color: white;
}

.cta-container {
    max-width: 80rem; /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1rem;
}

/* Grid Layout */
.cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem; /* gap-16 */
    align-items: center;
}

@media (min-width: 1024px) {
    .cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Left Column: Text */
.cta-title {
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    color: white;
}

@media (min-width: 768px) {
    .cta-title { font-size: 2.25rem; } /* md:text-4xl */
}

.cta-desc {
    font-size: 1.125rem; /* text-lg */
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.625;
    color: white;
}

.cta-checklist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.check-item span {
    font-weight: 500;
}

/* Right Column: Form Card */
.cta-form-card {
    background-color: white;
    border-radius: 1rem; /* rounded-2xl */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow-xl */
    padding: 2rem;
    color: #1F2937; /* text-gray-800 */
}

@media (min-width: 768px) {
    .cta-form-card { padding: 2.5rem; }
}

/* Form Styles */
.form-title {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2E2E2E;
}

.partner-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* space-y-5 */
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .form-row { grid-template-columns: repeat(2, 1fr); }
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    display: block;
    font-size: 0.875rem; /* text-sm */
    font-weight: 500;
    color: #374151; /* text-gray-700 */
    margin-bottom: 0.25rem;
}

.form-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #D1D5DB; /* border-gray-300 */
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s;
    outline: none;
    box-sizing: border-box; /* Important for padding */
}

.form-input:focus {
    border-color: #A85123;
    box-shadow: 0 0 0 2px rgba(168, 81, 35, 0.2);
}

.submit-btn {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #A85123;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    margin-top: 0.5rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.privacy-note {
    font-size: 0.75rem; /* text-xs */
    text-align: center;
    color: #9CA3AF; /* text-gray-400 */
    margin-top: 1rem;
}

/* Success State Styles */
.hidden {
    display: none !important;
}

.form-success {
    text-align: center;
    padding: 3rem 0;
    animation: fadeIn 0.5s ease-out;
}

.success-icon-box {
    width: 5rem;
    height: 5rem;
    background-color: #DCFCE7; /* bg-green-100 */
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.success-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2E2E2E;
    margin-bottom: 0.75rem;
}

.success-desc {
    color: #4B5563;
    margin-bottom: 2rem;
}

.reset-link {
    background: none;
    border: none;
    color: #A85123;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: underline;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */