.lh-1779024774970 {
    position: relative;
    background-position: center right;
}

.lh-1779024774970::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.92) 33%,
            rgba(255, 255, 255, 0.18) 58%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.row-1779024774970 {
    grid-template-columns: 48% 52%;
    align-items: center;
    min-height: 360px;
}

.row-1779024774970 .contact-left-box {
    position: relative;
    z-index: 10;
}

.row-1779024774970 .contact-left-box>p:first-of-type {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: var(--primary-dark);
}

.row-1779024774970 .contact-left-box h1 {
    margin-top: 16px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.8px;
    color: var(--primary-dark);
}

.row-1779024774970 .contact-left-box h1 span {
    display: block;
    color: var(--primary);
}

.row-1779024774970 .contact-left-box>p:last-of-type {
    margin-top: 24px;
    max-width: 520px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--text-soft);
    text-transform: none !important;
}

.row-1779024774970 .contact-features-grid {
    display: none;
    margin-top: 36px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 24px;
}

.row-1779024774970 .contact-features-grid>div {
    text-align: center;
}

.row-1779024774970 .contact-features-grid>div>div {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary-20);
    color: var(--primary);
}

.row-1779024774970 .contact-features-grid i,
.row-1779024774970 .contact-features-grid svg {
    height: 27px;
    width: 27px;
    stroke: currentColor;
    stroke-width: 2px;
}

.row-1779024774970 .contact-features-grid h3 {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--primary-dark);
}

.row-1779024774970 .contact-features-grid p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
}

.contact-hero-space-right {
    display: block;
}

.row-1779025381856 {
    display: grid;
    grid-template-columns: 62% 38%;
    gap: 32px;
}

.row-1779025381856 .contact-form-wrapper {
    border-radius: 14px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 32px;
    box-shadow: 0 12px 34px rgba(40, 28, 90, 0.08);
}

.row-1779025381856 .contact-form-wrapper h2 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--primary-dark);
}

.row-1779025381856 .contact-form-wrapper>p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-muted);
}

.row-1779025381856 .contact-form-wrapper form {
    margin-top: 28px;
}

.row-1779025381856 .form-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 20px;
}

.row-1779025381856 .form-fields-grid .md\:col-span-2 {
    grid-column: span 2 / span 2;
}

.row-1779025381856 .form-fields-grid label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-dark);
}

.row-1779025381856 .form-fields-grid input[type="text"],
.row-1779025381856 .form-fields-grid input[type="tel"],
.row-1779025381856 .form-fields-grid input[type="email"],
.row-1779025381856 .form-fields-grid input[type="date"],
.row-1779025381856 .form-fields-grid select,
.row-1779025381856 .form-fields-grid textarea {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 0 16px;
    font-size: 13px;
    color: var(--primary-dark);
    outline: none;
}

.row-1779025381856 .form-fields-grid input:focus,
.row-1779025381856 .form-fields-grid select:focus,
.row-1779025381856 .form-fields-grid textarea:focus {
    border-color: var(--primary);
}

.row-1779025381856 .form-fields-grid select {
    appearance: none;
    padding-right: 40px;
    color: var(--text-light);
}

.row-1779025381856 .form-fields-grid textarea {
    height: 84px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: none;
}

.row-1779025381856 .input-with-icon {
    position: relative;
}

.row-1779025381856 .input-with-icon .lucide {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    stroke-width: 2px;
    color: var(--primary);
    pointer-events: none;
}

.row-1779025381856 .form-policy-label {
    margin-top: 20px;
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-muted);
}

.row-1779025381856 .form-policy-label input {
    margin-top: 3px;
    height: 16px;
    width: 16px;
    accent-color: var(--primary);
}

.row-1779025381856 .contact-form-wrapper button[type="submit"] {
    margin-top: 20px;
    display: inline-flex;
    height: 48px;
    min-width: 300px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: none;
    border-radius: 4px;
    background-color: var(--primary);
    padding: 0 32px;
    font-size: 14px;
    font-weight: 800;
    color: var(--white);
    box-shadow: 0 12px 24px rgba(126, 39, 155, 0.18);
    cursor: pointer;
    transition: background 0.2s ease;
}

.row-1779025381856 .contact-form-wrapper button[type="submit"]:hover {
    background-color: var(--primary-dark);
}

.row-1779025381856 .contact-form-wrapper button[type="submit"] .lucide {
    width: 17px;
    height: 17px;
    stroke-width: 2px;
}

.row-1779025381856 .contact-info-aside {
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 32px;
    color: var(--white);
    box-shadow: 0 18px 45px rgba(59, 15, 79, 0.22);
}

.row-1779025381856 .contact-info-aside h2 {
    color: var(--white);
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}

.row-1779025381856 .contact-info-aside>p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.row-1779025381856 .info-items-stack {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.row-1779025381856 .info-row {
    display: flex;
    align-items: start;
    gap: 16px;
}

.row-1779025381856 .info-row-icon {
    display: flex;
    height: 46px;
    width: 46px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.row-1779025381856 .info-row-icon .lucide {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    color: var(--white);
}

.row-1779025381856 .info-row-body h3 {
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
}

.row-1779025381856 .info-row-body p:nth-of-type(1) {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.row-1779025381856 .info-row-body .hotline-text {
    font-size: 16px;
}

.row-1779025381856 .info-row-body p:nth-of-type(2) {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
}

.row-1779025381856 .social-links-box {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.row-1779025381856 .social-links-box a {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 20px;
    font-size: 13px;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    transition: all 0.2s ease;
}

.row-1779025381856 .social-links-box a:hover {
    background-color: var(--white);
    color: var(--primary-dark);
}

.lh-1779025870745 {
    background: radial-gradient(circle at 18% 50%, rgba(126, 39, 155, 0.08), transparent 22%),
        radial-gradient(circle at 70% 45%, rgba(126, 39, 155, 0.07), transparent 28%),
        linear-gradient(90deg, var(--bg-light) 0%, var(--primary-20) 48%, var(--bg-light) 100%);
}


.row-1779025870745 .reason-box h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    color: var(--primary-dark);
}

.row-1779025870745 .reason-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.row-1779025870745 .reason-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.row-1779025870745 .reason-item-badge {
    display: flex;
    height: 74px;
    width: 74px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 10px 24px rgba(126, 39, 155, 0.10);
}

.row-1779025870745 .reason-item-badge>div {
    display: flex;
    height: 46px;
    width: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid var(--primary);
}

.row-1779025870745 .reason-item-badge .lucide {
    height: 28px;
    width: 28px;
    stroke-width: 2px;
}

.row-1779025870745 .reason-item-content h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--primary-dark);
}

.row-1779025870745 .reason-item-content p {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
}


.lh-1779026708445 {
    background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 100%);
}

.row-1779026708445 {
    padding: 24px 40px;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    gap: 40px;
}

.row-1779026708445 .cta-info-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    gap: 20px;
    width: auto;
}

.row-1779026708445 .cta-info-box>div:first-of-type {
    display: flex;
    height: 64px;
    width: 64px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--white);
}

.row-1779026708445 .cta-info-box .lucide {
    width: 30px;
    height: 30px;
    stroke-width: 2px;
}

.row-1779026708445 .cta-text-content h2 {
    color: var(--white);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.row-1779026708445 .cta-text-content p {
    margin-top: 6px;
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.row-1779026708445 .cta-hotline-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: none;
    min-width: 460px;
    margin: 0 auto;
}

.row-1779026708445 .hotline-numbers span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.row-1779026708445 .hotline-numbers p {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-top: 2px;
}

.row-1779026708445 .cta-hotline-card a {
    display: inline-flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background-color: var(--primary);
    padding: 0 20px;
    font-size: 13.5px;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.row-1779026708445 .cta-hotline-card a:hover {
    background-color: var(--primary-dark);
}

.row-1779026708445 .cta-hotline-card a .lucide {
    width: 15px;
    height: 15px;
    stroke-width: 2.5px;
}


.row-1779160737171 .stats-grid-1781596519792 .stats-item>div:last-child>div {
    height: auto;
}

@media (max-width: 1024px) {
    .lh-1779024774970 {
        background-position: initial;
    }

    .row-1779024774970 {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .row-1779024774970 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .row-1779024774970 .contact-left-box h1 {
        font-size: 44px;
    }

    .row-1779024774970 .contact-features-grid {
        column-gap: 24px;
    }

    .contact-hero-space-right {
        display: none;
    }

    .row-1779025381856 {
        grid-template-columns: minmax(0, 1fr);
    }

    .row-1779025870745 .reason-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .row-1779026708445 {
        padding: 28px 32px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
    }

    .row-1779026708445 .cta-info-box {
        justify-content: center;
        width: 100%;
    }

    .row-1779026708445 .cta-text-content h2 {
        font-size: 20px;
    }

    .row-1779026708445 .cta-hotline-card {
        max-width: 460px;
        min-width: 0;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .section.section-lh-1 {
        padding: inherit;
    }

    .lh-1779024774970::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 27%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0.6) 100%);
    }

    .row-1779024774970 {
        padding-left: 0;
        padding-right: 0;
    }

    .row-1779024774970 .contact-left-box>p:first-of-type {
        font-size: 14px;
    }

    .row-1779024774970 .contact-left-box h1 {
        font-size: 34px;
    }

    .row-1779024774970 .contact-left-box>p:last-of-type {
        font-size: 14px;
    }

    .row-1779024774970 .contact-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-1779025381856 .contact-form-wrapper {
        padding: 24px;
    }

    .row-1779025381856 .form-fields-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .row-1779025381856 .form-fields-grid .md\:col-span-2 {
        grid-column: auto;
    }

    .row-1779025381856 .contact-info-aside {
        padding: 28px;
    }

    .row-1779025381856 .contact-form-wrapper button[type="submit"] {
        width: 100%;
    }

    .row-1779025870745 .reason-box h2 {
        font-size: 22px;
    }

    .row-1779025870745 .reason-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .row-1779026708445 {
        padding: 32px 24px;
        gap: 24px;
    }

    .row-1779026708445 .cta-info-box {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .row-1779026708445 .cta-hotline-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 16px;
    }

    .row-1779026708445 .cta-hotline-card a {
        width: 100%;
    }
}