/* ==========================================================================
   Health Insurance landing page design
   Section layout + hero + cards + FAQ + responsive.
   NOTE: Quote-form field/input/button styles intentionally NOT included
   (the page uses the existing working form and its own styles).
   ========================================================================== */

:root {
    --hi-font-family: 'Poppins', sans-serif;
}

.hi-landing {
    font-family: var(--hi-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

/* Kill black tap-highlight / focus outlines on interactive elements */
.hi-landing a,
.hi-landing button,
.hi-landing input,
.hi-landing label,
.cy-header a,
.cy-header button {
    -webkit-tap-highlight-color: transparent;
}

.hi-landing a:focus,
.hi-landing button:focus,
.cy-header a:focus,
.cy-header button:focus {
    outline: none;
}

html,
body {
    overflow-x: clip;
    overflow-y: auto;
    max-width: 100%;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 760px;
    height: auto;
    background: white;
    overflow: visible;
    padding-bottom: 32px;
}

.hero-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-height: 720px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}

.hero-section .page-wrapper,
.hero-section .custom-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

/* Background Circles */
.hero-circle {
    position: absolute;
}

.hero-circle-1 {
    width: 414px;
    height: 414px;
    left: 1026px;
    top: 266px;
    border-radius: 490px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
    transform: rotate(180deg) scaleY(-1);
}

.hero-circle-2 {
    width: 414px;
    height: 414px;
    left: -22px;
    top: 311.96px;
    border-radius: 304.116px;
    border: 0.884px solid rgba(68, 68, 68, 0.25);
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
    position: absolute;
}

/* Concentric circles - single Figma asset */
.hero-circles-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 366px;
    height: 366px;
    max-width: none;
    pointer-events: none;
}

.hero-circle-3 {
    width: 490px;
    height: 490px;
    left: -201px;
    top: 14px;
    border-radius: 490px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
}

/* Dots */
.hero-dot {
    position: absolute;
    border-radius: 50%;
    background: #F05D49;
}

.hero-dot-1 {
    width: 22px;
    height: 22px;
    left: 52px;
    top: 386px;
    opacity: 0.6;
}

.hero-dot-2 {
    width: 42.84px;
    height: 42.84px;
    left: 248.57px;
    top: 623.05px;
    background: #A3A3A3;
}

/* Heading */
.hero-heading {
    position: absolute;
    left: 150px;
    top: 64px;
    font-family: var(--hi-font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #000;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 491px;
    text-transform: uppercase;
}

.text-gradient {
    background: linear-gradient(191.06deg, #F05D49 0%, #501F18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Doctors Image */
.doctors-image-wrapper {
    position: absolute;
    left: 196px;
    top: 209px;
    width: 619px;
    height: 413px;
}

.doctors-circle-outer {
    position: absolute;
    width: 392px;
    height: 392px;
    left: -25px;
    top: 18px;
    border: 0.608px solid rgba(240, 93, 73, 0.3);
    border-radius: 50%;
}

.doctors-circle-inner {
    position: absolute;
    width: 392px;
    height: 392px;
    left: 3px;
    top: 21px;
    border-radius: 50%;
    overflow: hidden;
    background: #FDEAE7;
    border: 0.608px solid #F05D49;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.doctors-image {
    width: 544px;
    height: 363px;
    max-width: none;
    position: relative;
    left: 15px;
    top: 8px;
    clip-path: none;
    object-fit: cover;
    object-position: center top;
    mix-blend-mode: multiply;
}

/* Stat Cards */
.stat-card {
    position: absolute;
    background: #F5F5F4;
    border: 0.765px solid #F05D49;
    border-radius: 16px;
    box-shadow: 0px 18.36px 38.25px rgba(0, 0, 0, 0.15);
    padding: 18.36px;
    z-index: 3;
}

.stat-card-1 {
    left: 530px;
    top: 179px;
    width: 144.72px;
    height: 164px;
    text-align: center;
}

.stat-card-2 {
    left: 71px;
    top: 475px;
    width: 185px;
    height: 84px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 16px;
}

.stat-card-2 .stat-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stat-card-3 {
    left: 501px;
    top: 507px;
    width: 230px;
    height: 89px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 12px;
}

.stat-card-3 .stat-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stat-icon-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 12.24px;
}

.stat-icon-bg {
    position: absolute;
    width: 64px;
    height: 62px;
    background: #F05D49;
    border-radius: 6px;
    box-shadow: 0px 8px 40px rgba(66, 61, 207, 0.16);
}

.stat-icon-white {
    position: absolute;
    width: 42.2px;
    height: 42.6px;
    left: 11.19px;
    top: 9.19px;
    background: white;
    border-radius: 6px;
}

.stat-icon-img {
    position: absolute;
    width: 32px;
    height: 35px;
    left: 17.14px;
    top: 13.64px;
    z-index: 1;
}

.stat-icon-wrapper-small {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.stat-icon-bg-small {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #F05D49;
    border-radius: 12.24px;
}

.stat-icon-img-small {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 10px;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.stat-number {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #171717;
    margin: 0;
}

.stat-label {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
}

.stat-label-small {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
}

.stat-label-small-top {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 7px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
    margin-bottom: 4px;
}

.stat-card-2 .stat-number,
.stat-card-3 .stat-number {
    margin: 0;
}

.stat-card-2 .stat-content,
.stat-card-3 .stat-content {
    display: flex;
    flex-direction: column;
}

.stat-icon-img {
    filter: invert(43%) sepia(82%) saturate(1326%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

/* ===== Quote / Motor Form Card (container/positioning only) ===== */
.quote-form-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    border-bottom: 4px solid #F05D49;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    overflow: visible;
}

.quote-form-content {
    padding: 28px 26px;
}

.quote-form-card {
    width: 466px;
    height: auto;
    max-width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border-bottom: 4px solid #F05D49;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: visible;
}

/* Gradient */
.quote-form-gradient {
    position: absolute;
    top: -40px;
    right: -20px;
    width: 200px;
    height: 180px;
    z-index: 0;
}

.quote-form-gradient img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Content above gradient */
.quote-form-content {
    height: auto;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .quote-form-card {
        width: 100%;
        height: auto;
    }
}

.quote-form-card {
    position: relative;
}

.quote-form-gradient {
    position: absolute;
    top: 0;
    left: 292px;
    z-index: 1;
}

.quote-form-content {
    position: relative;
    z-index: 2;
}

.quote-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

.hero-with-form {
    padding: 80px 0;
}

.quote-form-card {
    margin-left: auto;
    margin-top: 24px;
    margin-bottom: 8px;
    margin-right: clamp(16px, 4vw, 65px);
    height: auto;
    min-height: auto;
    overflow: visible;
}

.quote-form-card.quote-form-expanded {
    min-height: auto;
}

.hero-section.hero-form-expanded,
.hero-section.hero-form-expanded .hero-container {
    min-height: auto;
}

/* ===============================
   RESPONSIVE HERO + PAGE LAYOUT
=================================*/
@media (max-width: 1200px) {
    .hero-section {
        min-height: auto;
        overflow: visible;
    }

    .hero-container {
        min-height: auto;
    }

    .hero-section .custom-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 20px 48px;
    }

    .hero-circle,
    .hero-dot {
        display: none;
    }

    .hero-heading {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 640px;
        text-align: center;
        align-items: center;
        margin: 0 auto 24px;
        font-size: clamp(24px, 4vw, 32px);
        line-height: 1.35;
    }

    .hero-visual {
        position: relative;
        width: 100%;
        max-width: 720px;
        margin: 0 auto 24px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "doctors doctors"
            "stat1 stat2"
            "stat3 stat3";
        gap: 16px;
        justify-items: center;
        align-items: start;
    }

    .doctors-image-wrapper {
        grid-area: doctors;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .doctors-circle-outer,
    .doctors-circle-inner {
        width: min(300px, 78vw);
        height: min(300px, 78vw);
        left: 50%;
        transform: translateX(-50%);
    }

    .doctors-circle-outer {
        top: 8px;
    }

    .doctors-circle-inner {
        top: 12px;
    }

    .doctors-image {
        width: 115%;
        max-width: 360px;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .stat-card {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0;
    }

    .stat-card-1 {
        grid-area: stat1;
        width: auto;
        max-width: 170px;
    }

    .stat-card-2 {
        grid-area: stat2;
        width: auto;
        max-width: 190px;
    }

    .stat-card-3 {
        grid-area: stat3;
        width: auto;
        max-width: 240px;
        justify-self: center;
    }

    .quote-form-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin: 24px auto 0 !important;
        width: 100%;
        max-width: 520px;
        min-height: auto;
    }

    .hero-section.hero-form-expanded,
    .hero-section.hero-form-expanded .hero-container {
        min-height: auto;
    }

    /* What is + Key Features — stack on tablet */
    .what-is-section,
    .key-features-section {
        height: auto;
        min-height: 0;
        padding: 48px 20px;
        overflow: visible;
    }

    .what-is-container,
    .key-features-container {
        height: auto;
        max-width: 100%;
        padding: 0 16px;
    }

    .what-is-title-wrapper,
    .what-is-content,
    .key-features-title-wrapper,
    .key-features-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-is-title-wrapper {
        margin-bottom: 24px;
    }

    .key-features-title-wrapper {
        margin-bottom: 32px;
    }

    .key-features-cards-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 0;
    }

    .key-feature-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .key-features-title {
        white-space: normal;
    }

    .how-it-works-section,
    .benefits-section {
        height: auto;
        min-height: 0;
        padding: 48px 20px;
        overflow: visible;
    }

    .how-it-works-container,
    .benefits-container {
        height: auto;
        max-width: 100%;
    }

    .how-it-works-title-wrapper,
    .benefits-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0 auto 32px;
        text-align: center;
    }

    .process-steps-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .benefits-cards-wrapper {
        position: relative;
        top: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 0;
        margin: 0 auto;
    }

    .benefit-card,
    .benefit-card-2,
    .benefit-card-3,
    .benefit-card-4,
    .benefit-card-5 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: calc(50% - 12px);
        max-width: 220px;
        margin: 0;
    }
}

/* ===============================
   TABLET (<=1024px)
=================================*/
@media (max-width: 1024px) {

    .hero-container {
        display: flex;
        flex-direction: column;
    }

    .quote-form-card {
        max-width: 480px;
    }
}

/* ===============================
   MOBILE (<=767px)
=================================*/
@media (max-width: 767px) {

    .hero-section {
        min-height: auto;
        padding-bottom: 20px;
    }

    .hero-container {
        min-height: auto;
    }

    .hero-section .custom-container {
        padding: 16px 16px 24px;
    }

    .hero-heading,
    .hero-visual {
        display: none !important;
    }

    .quote-form-card {
        max-width: 100%;
        margin-top: 0 !important;
    }

    .quote-form-content {
        padding: 24px 20px;
    }

    .quote-certificate-icon {
        right: -20px;
        width: 140px;
        height: 130px;
    }
}

/* What is Section */
.what-is-section {
    position: relative;
    width: 100%;
    height: 326px;
    background: white;
    overflow: hidden;
}

.what-is-content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.what-is-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1139px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.what-is-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.how-it-works-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.divider-part {
    height: 4px;
    background: #F05D49;
    border-radius: 10px;
}

.divider-part:first-child,
.divider-part:last-child {
    width: 16px;
}

.divider-part-long {
    width: 120px;
}

.what-is-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.what-is-content {
    position: absolute;
    left: 50%;
    top: 166px;
    transform: translateX(-50%);
    width: 1128px;
    max-width: calc(85% - 80px);
}

.what-is-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: normal;
}

.what-is-text .text-bold {
    font-weight: 600;
    font-family: var(--hi-font-family);
}

.what-is-text:last-child {
    margin-top: 0;
}

/* Why Essential Section */
.why-essential-section {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
    padding: 64px 0;
}

.why-essential-container {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    height: auto;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.why-essential-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    flex: 1;
    width: auto;
    max-width: 625px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    box-sizing: border-box;
}

.why-essential-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.why-essential-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.why-essential-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin: 0;
    width: 100%;
    max-width: 625px;
    white-space: pre-wrap;
    text-align: left;
}

.why-essential-text {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    text-align: left;
}

.why-essential-paragraph {
    margin: 0;
    margin-bottom: 0;
    white-space: normal;
    line-height: 24px;
    width: 100%;
}

.why-essential-list {
    list-style: disc;
    margin: 0;
    padding-left: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

.why-essential-list li {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px;
}

.why-essential-text .text-bold {
    font-weight: 600;
    font-family: var(--hi-font-family);
}

.why-essential-image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    flex-shrink: 0;
    width: 432px;
    max-width: 45%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
}

.why-essential-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    display: block;
}

/* How It Works Section */
.how-it-works-section {
    position: relative;
    width: 100%;
    height: 703px;
    background: #ffffff;
    overflow: hidden;
}

.how-it-works-container {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    height: 703px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.how-it-works-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1139px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.how-it-works-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.how-it-works-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.process-steps-wrapper {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 39px;
}

.process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 255px;
    flex-shrink: 0;
}

.process-step:nth-child(2) {
    width: 258px;
}

.process-circle {
    position: relative;
    width: 255px;
    height: 255px;
    background: #ffffff;
    border-radius: 500px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    flex-shrink: 0;
}

.process-icon-img {
    position: absolute;
    object-fit: contain;
    display: block;
}

.process-step:nth-child(1) .process-icon-img {
    width: 178px;
    height: 137px;
    left: 39px;
    top: 59px;
}

.process-step:nth-child(2) .process-icon-img {
    width: 161px;
    height: 168px;
    left: 47px;
    top: 43px;
}

.process-step:nth-child(3) .process-icon-img {
    width: 163px;
    height: 157px;
    left: 46px;
    top: 49px;
}

.process-step:nth-child(4) .process-icon-img {
    width: 179px;
    height: 123px;
    left: 38px;
    top: 66px;
}

.process-title {
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin: 0;
    width: 200px;
}

.process-description {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    width: 200px;
    margin: 0;
}

/* Preferred Choice Section */
.preferred-choice-section {
    position: relative;
    width: 100%;
    min-height: 1070px;
    background: white;
    overflow: hidden;
}

.preferred-choice-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px 100px;
    box-sizing: border-box;
}

.preferred-choice-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1139px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.preferred-choice-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.preferred-choice-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.preferred-card-wrapper {
    position: absolute;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preferred-card-wrapper-2 {
    top: 467px;
}

.preferred-card-wrapper-3 {
    top: 764px;
}

.preferred-card-banner {
    position: relative;
    width: 823px;
    height: 37px;
    background: #FDEAE7;
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.preferred-banner-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.preferred-banner-text {
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.preferred-card {
    position: relative;
    width: 1140px;
    height: 240px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Wrapper divs for mobile layout - desktop: no layout effect */
.preferred-card-header-mobile,
.preferred-card-pricing-row,
.preferred-cover-col,
.preferred-starting-col {
    display: contents;
}

.preferred-logo-box {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 136px;
    height: 56px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.preferred-logo-img {
    width: 125px;
    height: 48px;
    object-fit: contain;
}

.preferred-policy-name {
    position: absolute;
    left: 180px;
    top: 29px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.preferred-company-name {
    position: absolute;
    left: 180px;
    top: 59px;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

.preferred-cover-label {
    position: absolute;
    left: 676px;
    top: 33px;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}

.preferred-cover-amount {
    position: absolute;
    left: 676px;
    top: 64px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.preferred-cover-amount-2 {
    font-weight: 500;
}

.preferred-badge {
    position: absolute;
    left: 783px;
    top: 63px;
    background: white;
    padding: 4px 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #F05D49;
}

.preferred-starting-label {
    position: absolute;
    left: 942px;
    top: 33px;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}

.preferred-price-month {
    position: absolute;
    left: 942px;
    top: 57px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.preferred-price-year {
    position: absolute;
    left: 942px;
    top: 89px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}

.preferred-features-list {
    position: absolute;
    left: 24px;
    top: 100px;
    list-style: disc;
    margin: 0;
    padding-left: 21px;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.preferred-features-list li {
    margin-bottom: 0;
}

.preferred-features-list li:last-child {
    margin-bottom: 0;
}

.preferred-view-features {
    position: absolute;
    left: 24px;
    top: 197px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A03E31;
    text-decoration: none;
}

.preferred-view-features:hover {
    text-decoration: underline;
}

.preferred-discount-text {
    position: absolute;
    left: 783px;
    top: 197px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A03E31;
    margin: 0;
}

.preferred-check-btn {
    position: absolute;
    left: 676px;
    top: 133px;
    width: 440px;
    height: 48px;
    background: #F05D49;
    border: none;
    border-radius: 12px;
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.preferred-check-btn:hover {
    background: #E04A39;
}

.preferred-disclaimer {
    position: absolute;
    left: 50%;
    top: 776px;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    font-family: var(--hi-font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #757575;
    margin: 0;
    white-space: pre-wrap;
}

/* Insurance Cards - Legacy */
.insurance-card {
    transition: transform 0.3s;
}

.insurance-card:hover {
    transform: translateY(-3px);
}

.logo-placeholder {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Benefits Section */
.benefits-section {
    position: relative;
    width: 100%;
    min-height: 450px;
    background: white;
    overflow: hidden;
}

.benefits-container {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 40px 50px;
    box-sizing: border-box;
}

.benefits-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1139px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.benefits-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.benefits-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.benefits-cards-wrapper {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.benefit-card {
    position: absolute;
    left: 50%;
    top: 177px;
    transform: translateX(calc(-50% - 470px));
    width: 209px;
    height: 240px;
    background: #FDEAE7;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    box-sizing: border-box;
}

.benefit-card-2 {
    left: 50%;
    transform: translateX(calc(-50% - 237px));
    height: 240px;
}

.benefit-card-3 {
    left: 50%;
    transform: translateX(calc(-50% - 4px));
    height: 240px;
}

.benefit-card-4 {
    left: 50%;
    transform: translateX(calc(-50% + 228px));
    height: 240px;
}

.benefit-card-5 {
    left: 50%;
    transform: translateX(calc(-50% + 461px));
    width: 209px;
    height: 240px;
}

.benefit-icon-wrapper {
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    flex-shrink: 0;
}

.benefit-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.benefit-title {
    font-family: var(--hi-font-family);
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin: 0;
    width: 100%;
    min-height: 48px;
    height: 48px;
}

.benefit-title span {
    display: block;
}

.benefit-description {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin: 0;
    width: 100%;
    min-height: 64px;
    height: 64px;
    flex: 1 1 auto;
}

/* Key Features Section */
.key-features-section {
    position: relative;
    width: 100%;
    height: 453px;
    background: #ffffff;
    overflow: hidden;
}

.key-features-container {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    height: 453px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.key-features-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1139px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.key-features-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.key-features-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.key-features-cards-wrapper {
    position: absolute;
    top: 177px;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.key-feature-card {
    position: relative;
    width: 209px;
    height: 212px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.key-feature-icon-img {
    position: absolute;
    object-fit: contain;
    display: block;
}

.key-feature-card:nth-child(1) .key-feature-icon-img {
    width: 135px;
    height: 84px;
    left: 37px;
    top: 30px;
}

.key-feature-card:nth-child(2) .key-feature-icon-img {
    width: 143px;
    height: 99px;
    left: 33px;
    top: 25px;
}

.key-feature-card:nth-child(3) .key-feature-icon-img {
    width: 90px;
    height: 95px;
    left: 60px;
    top: 25px;
}

.key-feature-card:nth-child(4) .key-feature-icon-img {
    width: 137px;
    height: 97px;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
}

.key-feature-card:nth-child(5) .key-feature-icon-img {
    width: 113px;
    height: 80px;
    left: 48px;
    top: 35px;
}

.key-feature-text {
    position: absolute;
    left: 50%;
    top: 144px;
    transform: translateX(-50%);
    width: 169px;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    margin: 0;
}

/* Feature Cards - Legacy */
.feature-card {
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    color: #F05D49;
}

/* FAQ Section */
.faq-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: white;
    overflow: hidden;
}

.faq-container {
    position: relative;
    width: 100%;
    max-width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 40px 50px;
    box-sizing: border-box;
}

.faq-title-wrapper {
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.faq-divider {
    display: flex;
    gap: 16px;
    align-items: center;
}

.faq-title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 59px;
    color: #111111;
    text-align: center;
    margin: 0;
}

.faq-tabs-wrapper {
    position: absolute;
    left: 50%;
    top: 178px;
    transform: translateX(-50%);
    width: 1140px;
    max-width: calc(100% - 80px);
    display: flex;
    gap: 39px;
    align-items: center;
}

.faq-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
}

.faq-tab {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.faq-tab-active .faq-tab-text {
    color: #F05D49;
}

.faq-tab-active .faq-tab-line {
    height: 2px;
    background: #F05D49;
    width: 100%;
}

.faq-tab-text {
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin: 0;
    white-space: pre-wrap;
}

.faq-tab-line {
    height: 0;
    width: 100%;
    background: transparent;
}

.faq-search-box {
    width: 195px;
    height: 40px;
    background: white;
    border: 1px solid #CECECE;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 4px 12px;
    flex-shrink: 0;
}

.faq-search-icon-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-search-icon-wrapper svg {
    width: 100%;
    height: 100%;
}

.faq-search-text {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #CECECE;
}

.faq-items-wrapper {
    position: absolute;
    left: 50%;
    top: 255px;
    transform: translateX(-50%);
    width: 1128px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-item {
    width: 100%;
}

.faq-item-button {
    width: 100%;
    background: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-item-button:hover {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.faq-item-question {
    flex: 1;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin: 0;
    white-space: pre-wrap;
}

.faq-item-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.faq-arrow-icon {
    width: 24px;
    height: 24px;
}

/* Legacy FAQ Styles */
.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #F05D49;
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* FAQ (legacy tabs/accordion section) - remove question background/border */
.faq-legacy .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #e5e7eb;
}

.faq-legacy .accordion-item:last-child {
    border-bottom: 0;
}

.faq-legacy .accordion-button,
.faq-legacy .accordion-button.collapsed {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.faq-legacy .accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
}

.faq-legacy .accordion-button:focus {
    box-shadow: none;
}

/* FAQ heading should not be uppercase (match other headings) */
.faq-legacy .faq-title {
    text-transform: none;
}

/* FAQ tabs height reduction (Doctors/Hospitals/...) */
.faq-legacy .nav-tabs {
    margin-bottom: 0;
}

/* FAQ tabs layout */
/* Desktop: full width, centered, no scrollbar indicator */
.faq-legacy #faqTab.nav-tabs {
    display: flex;
    width: 100%;
    justify-content: left;
    gap: 0px;
    background: transparent;
    overflow: visible !important;
}

/* Mobile: allow horizontal scroll */
@media (max-width: 768px) {
    .faq-legacy #faqTab.nav-tabs {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .faq-legacy #faqTab.nav-tabs::-webkit-scrollbar {
        display: none;
    }
}

.faq-legacy .nav-tabs .nav-link {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
}

.faq-legacy .nav-tabs .nav-link.active {
    padding: 6px 10px;
}

.nav-tabs .nav-link {
    color: var(--dark-color);
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover {
    border-bottom-color: #F05D49;
}

.nav-tabs .nav-link.active {
    color: #F05D49;
    border-bottom-color: #F05D49;
    background-color: transparent;
}

/* Large screens - ensure content stays centered */
@media (min-width: 1441px) {
    .what-is-container,
    .how-it-works-container,
    .preferred-choice-container,
    .benefits-container,
    .key-features-container,
    .faq-container {
        max-width: 1440px;
    }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .what-is-container,
    .how-it-works-container,
    .preferred-choice-container,
    .benefits-container,
    .key-features-container,
    .faq-container {
        max-width: calc(100% - 40px);
        padding: 0 20px;
    }

    .what-is-title-wrapper,
    .how-it-works-title-wrapper,
    .preferred-choice-title-wrapper,
    .benefits-title-wrapper,
    .key-features-title-wrapper,
    .faq-title-wrapper {
        max-width: calc(100% - 40px);
    }

    .what-is-content {
        max-width: calc(100% - 40px);
    }

    .what-is-text {
        font-size: 14px;
        line-height: 22px;
    }

    .process-steps-wrapper {
        max-width: calc(100% - 40px);
    }

    .process-step {
        flex: 1;
        max-width: 255px;
    }

    .preferred-card-wrapper,
    .preferred-disclaimer {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {

    .what-is-container,
    .how-it-works-container,
    .preferred-choice-container,
    .benefits-container,
    .key-features-container,
    .faq-container {
        max-width: calc(100% - 40px);
        padding: 0 20px;
    }

    .process-steps-wrapper {
        max-width: calc(100% - 40px);
    }

    .process-step {
        flex: 1;
        max-width: 255px;
    }

    .preferred-card-wrapper,
    .preferred-disclaimer {
        max-width: calc(100% - 40px);
    }

    .faq-tabs-wrapper,
    .faq-items-wrapper {
        max-width: calc(100% - 40px);
    }

}

@media (max-width: 1200px) {
    .process-steps-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 39px;
    }

    .process-step {
        flex: 0 0 calc(50% - 20px);
        max-width: 255px;
    }

    .process-step:nth-child(2) {
        max-width: 258px;
    }

    .preferred-choice-container {
        width: 100%;
        padding: 0 20px;
    }

    .preferred-choice-title-wrapper {
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .preferred-card-wrapper {
        left: 20px;
        width: calc(100% - 40px);
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }

    .preferred-card-wrapper-2 {
        top: auto;
    }

    .preferred-card-wrapper-3 {
        top: auto;
    }

    .preferred-card {
        width: 100%;
        height: auto;
        min-height: 240px;
        padding: 20px;
    }

    .preferred-disclaimer {
        left: 20px;
        width: calc(100% - 40px);
        position: relative;
        top: auto;
        margin-top: 40px;
    }

    .benefits-container {
        width: 100%;
        padding: 0 20px;
    }

    .what-is-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .what-is-content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
    }

    .what-is-text {
        font-size: 14px;
        line-height: 22px;
    }

    .benefits-title-wrapper {
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .benefits-cards-wrapper {
        width: 100%;
    }

    .benefit-card {
        position: relative;
        left: auto;
        top: auto;
        width: calc(50% - 15px);
        margin-bottom: 20px;
        height: auto;
        min-height: 240px;
    }

    .benefit-card-2,
    .benefit-card-3,
    .benefit-card-4,
    .benefit-card-5 {
        left: auto;
        position: relative;
    }
}

@media (max-width: 768px) {

    .section-divider {
        width: 120px;
    }

    .insurance-card .row > div {
        margin-bottom: 1rem;
    }

    .what-is-section {
        height: auto;
        min-height: 390px;
        padding: 40px 20px;
    }

    .what-is-container {
        width: 100%;
        height: auto;
        position: relative;
    }

    .how-it-works-section {
        height: auto;
        min-height: 703px;
        padding: 40px 20px;
    }

    .how-it-works-container {
        width: 100%;
        height: auto;
        position: relative;
    }

    .how-it-works-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .process-steps-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 40px;
    }

    .process-step {
        width: 100%;
        max-width: 255px;
    }

    .key-features-section {
        height: auto;
        min-height: 453px;
        padding: 40px 20px;
    }

    .key-features-container {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    .key-features-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .key-features-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        flex-wrap: wrap;
        gap: 24px;
    }

    .key-feature-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 209px;
        max-width: calc(50% - 12px);
        height: 212px;
        margin: 0;
    }

    .key-feature-text {
        position: absolute;
        left: 50%;
        top: 144px;
        transform: translateX(-50%);
        width: 169px;
        max-width: calc(100% - 24px);
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .faq-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .faq-container {
        width: 100%;
        padding-bottom: 40px;
    }

    .faq-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .faq-tabs-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .faq-tabs {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px;
    }

    .faq-tab {
        flex: 0 0 auto;
    }

    .faq-search-box {
        width: 100%;
        max-width: 195px;
    }

    .faq-items-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-top: 40px;
    }

    .faq-item-button {
        flex-wrap: wrap;
    }

    .faq-item-question {
        width: 100%;
        margin-bottom: 8px;
    }

    .benefits-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .benefits-container {
        width: 100%;
        padding-bottom: 40px;
    }

    .benefits-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .benefits-cards-wrapper {
        width: 100%;
    }

    .benefit-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 209px;
        margin: 0 auto 20px;
        height: auto;
        min-height: 228px;
    }

    .benefit-card-2,
    .benefit-card-3,
    .benefit-card-4,
    .benefit-card-5 {
        left: auto;
        position: relative;
        width: 100%;
        max-width: 209px;
    }

    .benefit-card-5 {
        max-width: 169px;
    }

    .faq-container {
        width: 100%;
        padding: 0 20px;
    }

    .faq-title-wrapper {
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .faq-tabs-wrapper {
        left: 20px;
        width: calc(100% - 40px);
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .faq-tabs {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px;
    }

    .faq-search-box {
        width: 100%;
        max-width: 195px;
    }

    .faq-items-wrapper {
        left: 20px;
        width: calc(100% - 40px);
    }

    .key-features-container {
        width: 100%;
        padding: 0 20px;
    }

    .key-features-title-wrapper {
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .key-features-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .key-feature-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 209px;
        height: 212px;
        margin: 0 auto;
    }

    .key-feature-text {
        position: absolute;
        left: 50%;
        top: 144px;
        transform: translateX(-50%);
        width: 169px;
        max-width: calc(100% - 24px);
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .preferred-choice-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .preferred-choice-container {
        width: 100%;
        padding-bottom: 40px;
    }

    .preferred-choice-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .preferred-card-wrapper {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .preferred-card-banner {
        width: 100%;
        max-width: 823px;
    }

    .preferred-card {
        width: 100%;
        height: auto;
        min-height: 400px;
        position: relative;
        padding: 20px;
    }

    .preferred-logo-box,
    .preferred-policy-name,
    .preferred-company-name,
    .preferred-cover-label,
    .preferred-cover-amount,
    .preferred-badge,
    .preferred-starting-label,
    .preferred-price-month,
    .preferred-price-year,
    .preferred-features-list,
    .preferred-view-features,
    .preferred-discount-text,
    .preferred-check-btn {
        position: relative;
        left: auto;
        top: auto;
        margin: 10px 0;
    }

    .preferred-check-btn {
        width: 100%;
        max-width: 440px;
        margin: 20px auto;
        display: block;
    }

    .preferred-disclaimer {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-top: 40px;
    }
}

/* Additional Utility Classes */
.text-primary {
    color: #F05D49 !important;
}

.bg-primary {
    background-color: #F05D49 !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Tablet Responsive Styles */
@media (max-width: 991px) and (min-width: 481px) {
    .hero-section {
        height: auto;
        min-height: 0;
        padding: 0;
    }

    .hero-container {
        width: 100%;
        height: auto;
        position: relative;
    }

    .quote-form-card {
        max-width: 500px;
    }

    /* Why Essential Tablet */
    .why-essential-container {
        flex-direction: column;
        gap: 30px;
    }

    .why-essential-content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
    }

    .why-essential-image-wrapper {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }

    /* Process Steps Tablet - 2 Columns */
    .process-steps-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .process-step {
        width: 100%;
        max-width: 100%;
    }

    /* Benefits Tablet - 3 Columns */
    .benefits-cards-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .benefit-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0;
    }

    /* Key Features Tablet - 3 Columns */
    .key-features-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .key-feature-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 209px;
        height: 212px;
        margin: 0 auto;
    }
}

/* Benefits — mobile card list (phones & small tablets) */
@media (max-width: 767px) {
    .benefits-section {
        min-height: auto;
        padding: 32px 16px 40px;
    }

    .benefits-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .benefits-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
    }

    .benefits-cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .benefit-card,
    .benefit-card-2,
    .benefit-card-3,
    .benefit-card-4,
    .benefit-card-5 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 16px;
        background: #FDEAE7;
        border-radius: 12px;
        display: grid;
        grid-template-columns: 56px 1fr;
        grid-template-rows: auto auto;
        column-gap: 16px;
        row-gap: 6px;
        align-items: start;
    }

    .benefit-icon-wrapper {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        width: 56px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .benefit-title {
        grid-column: 2;
        grid-row: 1;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
        text-align: left;
        min-height: auto;
        height: auto;
    }

    .benefit-description {
        grid-column: 2;
        grid-row: 2;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
        text-align: left;
        min-height: auto;
        height: auto;
        flex: none;
    }

    /* How Health Insurance Works — mobile (Figma 2636-1070) */
    .how-it-works-section {
        height: auto;
        min-height: 0;
        padding: 44px 16px 40px;
        background: #FFFFFF;
        overflow: visible;
    }

    .how-it-works-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    .how-it-works-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
        gap: 18px;
        text-align: center;
    }

    .how-it-works-divider {
        justify-content: center;
        margin-bottom: 0;
    }

    .how-it-works-divider .divider-part:first-child,
    .how-it-works-divider .divider-part:last-child {
        width: 16px;
    }

    .how-it-works-divider .divider-part-long {
        width: 120px;
    }

    .how-it-works-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #000000;
        text-align: center;
        white-space: normal;
        margin: 0 auto;
        max-width: 360px;
    }

    .process-steps-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 4px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 48px;
        justify-items: center;
        align-items: start;
    }

    .process-step,
    .process-step:nth-child(2) {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        box-sizing: border-box;
    }

    .process-circle {
        width: 100%;
        max-width: 180px;
        aspect-ratio: 1;
        height: auto;
        border-radius: 50%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
        margin: 0 auto 16px;
    }

    .process-step .process-icon-img,
    .process-step:nth-child(1) .process-icon-img,
    .process-step:nth-child(2) .process-icon-img,
    .process-step:nth-child(3) .process-icon-img,
    .process-step:nth-child(4) .process-icon-img {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        max-width: 72%;
        max-height: 72%;
        object-fit: contain;
    }

    .process-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #000000;
        text-align: center;
        margin: 0 0 8px;
        width: 100%;
        max-width: 100%;
        padding: 0 2px;
    }

    .process-description {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 2px;
    }
}

/* Mobile Responsive Styles - Based on Figma Android Compact Design */
@media (max-width: 480px) {
    .hero-section .hero-circle,
    .hero-section .hero-dot,
    .hero-section .hero-circles-bg {
        display: none !important;
    }

    .hero-heading,
    .hero-visual {
        display: none !important;
    }

    /* Quote Form Card Mobile */
    .quote-form-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        margin: 16px auto 0;
        transform: none;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        border-bottom: 3px solid #F05D49;
        min-height: auto;
    }

    .quote-form-card-desktop {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .quote-form-gradient {
        border-radius: 20px;
        opacity: 0.6;
        z-index: 0;
        height: 250px;
        width: 250px;
    }

    .quote-form-content {
        padding: 20px 16px;
    }

    .quote-certificate-icon {
        position: absolute;
        top: -39px;
        right: -56px;
        left: auto;
        width: 190.443px;
        height: 177.332px;
        margin: 0;
        overflow: hidden;
    }

    .cert-icon-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }

    .hi-landing .quote-form-card .quote-title,
    .quote-form-card .quote-title {
        font-size: 18px !important;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
    }

    .quote-description {
        width: 100%;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* What is Section Mobile */
    .what-is-container {
        width: 100%;
        max-width: 100%;
        padding: 0 4px;
        height: auto;
    }

    .what-is-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0 auto 14px auto;
        text-align: center;
    }

    .what-is-divider {
        justify-content: center;
        margin-bottom: 10px;
    }

    .what-is-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #111111;
        text-align: center;
        margin: 0;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-is-content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .what-is-text {
        font-size: 13px;
        line-height: 19px;
        color: #111111;
        text-align: center;
        margin: 0;
        word-break: break-word;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Why Essential Section Mobile */
    .why-essential-section {
        padding: 32px 16px 40px;
        margin-top: 0;
    }

    .why-essential-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .why-essential-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        width: 100%;
    }

    .why-essential-title-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .why-essential-divider {
        justify-content: center;
        margin-bottom: 10px;
    }

    .why-essential-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #111111;
        text-align: center;
        margin: 0 auto;
        max-width: 360px;
        white-space: normal;
    }

    .why-essential-text {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .why-essential-paragraph {
        font-family: var(--hi-font-family);
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        color: #111111;
        text-align: center;
        margin: 0;
        word-break: break-word;
    }

    .why-essential-image-wrapper {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .why-essential-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: cover;
    }

    /* How It Works — see @media (max-width: 767px) Figma block above */

    /* Preferred Choice Mobile */
    .preferred-choice-section {
        padding: 24px 16px 40px;
        background: #FFFFFF;
    }

    .preferred-choice-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .preferred-choice-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0 auto 14px auto;
        text-align: center;
    }

    .preferred-choice-divider {
        justify-content: center;
        margin-bottom: 10px;
    }

    .preferred-choice-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #111111;
        text-align: center;
        margin: 0;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .preferred-card-wrapper,
    .preferred-card-wrapper-2,
    .preferred-card-wrapper-3 {
        position: relative;
        left: auto;
        top: auto;
        transform: translateX(0);
        width: calc(100% - 40px);
        max-width: 255px;
        margin: 0 auto 40px auto;
    }

    .preferred-card-banner {
        width: 100%;
        min-height: 32px;
        height: auto;
        padding: 6px 12px;
        background: #FDEAE7;
        border-radius: 16px 16px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        box-sizing: border-box;
    }

    .preferred-banner-icon {
        width: 18px;
        height: 18px;
    }

    .preferred-banner-text {
        font-size: 11px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
    }

    .preferred-card {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: auto;
        min-height: auto;
        background: #FFFFFF;
        border-radius: 16px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
        padding: 14px;
        box-sizing: border-box;
    }

    .preferred-logo-box,
    .preferred-policy-name,
    .preferred-company-name,
    .preferred-cover-label,
    .preferred-cover-amount,
    .preferred-badge,
    .preferred-starting-label,
    .preferred-price-month,
    .preferred-price-year,
    .preferred-features-list,
    .preferred-view-features,
    .preferred-discount-text,
    .preferred-check-btn {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0;
    }

    .preferred-card-header-mobile {
        display: flex !important;
        align-items: flex-start;
        gap: 12px;
    }

    .preferred-card-header-mobile .preferred-logo-box {
        width: 100px;
        min-width: 100px;
        height: 44px;
        flex-shrink: 0;
    }

    .preferred-card-header-mobile .preferred-policy-name {
        flex: 1;
        font-size: 14px;
        margin: 0;
    }

    .preferred-logo-box {
        width: 120px;
        height: 56px;
        border-radius: 12px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        box-sizing: border-box;
    }

    .preferred-logo-img {
        width: 100%;
        height: auto;
        max-width: 110px;
        object-fit: contain;
    }

    .preferred-policy-name {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #111111;
        margin-top: 2px;
    }

    .preferred-card-pricing-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .preferred-cover-col,
    .preferred-starting-col {
        display: flex !important;
        flex-direction: column;
    }

    .preferred-starting-col {
        align-items: flex-start;
    }

    .preferred-cover-label {
        font-size: 12px;
        line-height: 16px;
        color: #737373;
        text-align: left;
    }

    .preferred-starting-label {
        font-size: 12px;
        line-height: 16px;
        color: #737373;
        text-align: left;
    }

    .preferred-cover-amount {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #111111;
        text-align: left;
    }

    .preferred-price-month {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #111111;
        text-align: left;
    }

    .preferred-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 4px 10px;
        border-radius: 999px;
        background: #FFFFFF;
        border: 1px solid rgba(240, 93, 73, 0.35);
        box-shadow: none;
        font-size: 11px;
        font-weight: 600;
        color: #F05D49;
    }

    .preferred-price-year {
        font-size: 11px;
        line-height: 16px;
        font-weight: 500;
        color: #737373;
        text-align: left;
    }

    .preferred-features-list {
        margin: 4px 0 0 0;
        padding-left: 18px;
        font-size: 12px;
        line-height: 18px;
        color: #111111;
    }

    .preferred-features-list li {
        margin-bottom: 2px;
    }

    .preferred-view-features {
        font-size: 12px;
        line-height: 16px;
        color: #F05D49;
        text-decoration: none;
        width: fit-content;
    }

    .preferred-check-btn {
        width: 100%;
        height: 44px;
        border-radius: 10px;
        margin-top: 0;
    }

    .preferred-discount-text {
        margin-top: 8px;
        text-align: center;
        width: 100%;
        display: block;
        font-size: 10px;
        line-height: 14px;
        color: #737373;
    }

    /* Benefits Section Mobile (Figma vertical card list) */
    .benefits-section {
        min-height: auto;
        padding: 32px 16px 40px;
        background: #FFFFFF;
    }

    .benefits-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .benefits-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
        gap: 12px;
        text-align: center;
    }

    .benefits-divider {
        justify-content: center;
        margin-bottom: 0;
    }

    .benefits-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #000000;
        text-align: center;
    }

    .benefits-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .benefit-card,
    .benefit-card-2,
    .benefit-card-3,
    .benefit-card-4,
    .benefit-card-5 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 16px;
        background: #FDEAE7;
        border-radius: 12px;
        display: grid;
        grid-template-columns: 56px 1fr;
        grid-template-rows: auto auto;
        column-gap: 16px;
        row-gap: 6px;
        align-items: start;
    }

    .benefit-icon-wrapper {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        width: 56px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        flex-shrink: 0;
        margin: 0;
    }

    .benefit-icon-img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .benefit-title {
        grid-column: 2;
        grid-row: 1;
        display: block;
        white-space: normal;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #111111;
        margin: 0;
        text-align: left;
        width: 100%;
        min-height: auto;
        height: auto;
    }

    .benefit-title strong {
        font-weight: 600;
    }

    .benefit-title span {
        display: inline;
    }

    .benefit-description {
        grid-column: 2;
        grid-row: 2;
        display: block;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #000000;
        margin: 0;
        text-align: left;
        width: 100%;
        min-height: auto;
        height: auto;
        flex: none;
    }

    /* Key Features Mobile */
    .key-features-section {
        padding: 24px 16px 40px;
        background: #FFFFFF;
    }

    .key-features-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .key-features-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }

    .key-features-divider {
        justify-content: center;
        margin-bottom: 12px;
    }

    .key-features-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #000000;
        text-align: center;
    }

    .key-features-cards-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .key-feature-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: 212px;
        min-height: 212px;
        margin: 0;
        padding: 0;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    .key-feature-card:nth-child(1) .key-feature-icon-img {
        width: 110px;
        height: 68px;
        left: 50%;
        transform: translateX(-50%);
        top: 24px;
    }

    .key-feature-card:nth-child(2) .key-feature-icon-img {
        width: 116px;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }

    .key-feature-card:nth-child(3) .key-feature-icon-img {
        width: 72px;
        height: 76px;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }

    .key-feature-card:nth-child(4) .key-feature-icon-img {
        width: 110px;
        height: 78px;
        left: 50%;
        transform: translateX(-50%);
        top: 22px;
    }

    .key-feature-card:nth-child(5) .key-feature-icon-img {
        width: 92px;
        height: 65px;
        left: 50%;
        transform: translateX(-50%);
        top: 28px;
    }

    .key-feature-text {
        position: absolute;
        left: 50%;
        top: 144px;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        max-width: 169px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        color: #000000;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    /* FAQ Section Mobile */
    .faq-section {
        padding: 24px 16px 40px;
        background: #FFFFFF;
    }

    .faq-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .faq-title-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }

    .faq-divider {
        justify-content: center;
        margin-bottom: 12px;
    }

    .faq-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #111111;
        text-align: center;
    }

    .faq-tabs-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 0;
    }

    .faq-tabs {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .faq-tabs::-webkit-scrollbar {
        display: none;
    }

    .faq-tab {
        flex: 0 0 auto;
        min-width: fit-content;
        padding: 0;
        gap: 6px;
        white-space: nowrap;
    }

    .faq-tab-text {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        padding: 8px 12px;
        white-space: nowrap;
    }

    .faq-tab-active .faq-tab-text {
        color: #F05D49;
    }

    .faq-tab-active .faq-tab-line {
        height: 2px;
        background: #F05D49;
        width: 100%;
    }

    /* Hide extra tabs on mobile - show only first 3 */
    .faq-tab:nth-child(n+4) {
        display: none;
    }

    .faq-search-box {
        width: 100%;
        height: 44px;
        border: 1px solid #CECECE;
        border-radius: 10px;
        padding: 0 16px;
        gap: 12px;
        display: flex;
        align-items: center;
    }

    .faq-search-icon-wrapper {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .faq-search-text {
        font-size: 14px;
        line-height: 20px;
        color: #CECECE;
    }

    .faq-items-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .faq-item {
        width: 100%;
    }

    .faq-item-button {
        width: 100%;
        padding: 16px;
        background: #FFFFFF;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
    }

    .faq-item-question {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #111111;
        text-align: left;
        flex: 1;
        margin: 0;
    }

    .faq-item-arrow {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0deg);
    }

    .faq-arrow-icon {
        width: 20px;
        height: 20px;
    }

    /* Divider adjustments for mobile */
    .divider-part {
        width: 20px;
    }

    .divider-part-long {
        width: 40px;
    }

    /* Section titles centered on mobile */
    .preferred-choice-title,
    .why-essential-title {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: 600;
        color: #111111;
        text-align: center;
        margin: 0;
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .how-it-works-title {
        font-size: 18px;
        line-height: 28px;
    }

    .benefits-title,
    .key-features-title,
    .faq-title {
        font-size: 20px;
        line-height: 28px;
    }

    .what-is-title-wrapper,
    .how-it-works-title-wrapper,
    .preferred-choice-title-wrapper,
    .benefits-title-wrapper,
    .key-features-title-wrapper,
    .faq-title-wrapper,
    .why-essential-title-wrapper {
        left: auto !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .what-is-divider,
    .how-it-works-divider,
    .preferred-choice-divider,
    .benefits-divider,
    .key-features-divider,
    .faq-divider,
    .why-essential-divider {
        justify-content: center !important;
    }

    .how-it-works-title,
    .preferred-choice-title,
    .benefits-title,
    .key-features-title,
    .faq-title,
    .why-essential-title {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .quote-form-gradient {
        display: none;
    }

    /* Prevent horizontal scroll on mobile */
    body {
        overflow-x: hidden;
    }

    /* Fix for absolute positioned elements on mobile */
    .hero-circle-1,
    .hero-circle-2,
    .hero-circle-3,
    .hero-circles-bg {
        display: none;
    }

    /* Ensure images don't overflow */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Fix for preferred card layout on mobile */
    .preferred-card {
        box-sizing: border-box;
    }

    /* Ensure text doesn't overflow */
    .what-is-text,
    .why-essential-paragraph,
    .process-description,
    .benefit-description,
    .key-feature-text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* FAQ tabs horizontal scroll fix */
    .faq-tabs-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .faq-tabs {
        min-width: max-content;
    }
}

/* ===============================
   Why Essential - Mobile Only
   =============================== */
@media (max-width: 767px) {

    .why-essential-section {
        height: auto;
        padding: 32px 16px 40px;
        margin-top: 0;
    }

    .why-essential-container {
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .why-essential-content {
        position: relative;
        transform: none;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .why-essential-title-wrapper {
        text-align: center;
        width: 100%;
    }

    .why-essential-divider {
        justify-content: center;
        margin-bottom: 12px;
    }

    .why-essential-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        max-width: 360px;
        margin: 0 auto;
        text-align: center;
        white-space: normal;
        color: #111111;
    }

    .why-essential-text {
        text-align: center;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .why-essential-paragraph {
        font-family: var(--hi-font-family);
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        color: #111111;
        text-align: center;
        margin: 0;
        word-break: break-word;
    }

    .why-essential-image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 360px;
        margin: 0 auto;
        border-radius: 12px;
        overflow: hidden;
    }

    .why-essential-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }

    .why-essential-list {
        padding-left: 18px;
        text-align: left;
        margin: 0 auto;
        max-width: 280px;
    }

    .why-essential-list li {
        font-size: 13px;
        line-height: 20px;
        list-style-position: inside;
    }
}

.why-essential-list {
    list-style-position: inside;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.why-essential-list li {
    font-size: 15px;
    line-height: 20px;
    margin-left: 18px;
    text-align: left;
    list-style-position: initial;
}

@media (max-width: 767px) {

    .why-essential-title {
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .quote-certificate-icon {
        position: absolute;
        top: -39px;
        right: -56px;
        left: auto;
        width: 190.443px;
        height: 177.332px;
        margin: 0;
        overflow: hidden;
    }

    .cert-icon-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
        transform: none;
    }
}

/* Quote section container/positioning (form fields not included) */
.quote-section {
    background: #f5f5f5;
    padding: 80px 20px;
}

.quote-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.quote-form-gradient {
    position: absolute;
    top: -39px;
    left: 332px;
    width: 190.44px;
    height: 177.33px;
    z-index: 0;
}

.quote-form-content {
    position: relative;
    z-index: 2;
    padding: 29px 32px 32px;
    height: auto;
    overflow: hidden;
}

.quote-certificate-icon {
    position: absolute;
    top: -39px;
    right: -56px;
    width: 190.443px;
    height: 177.332px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.cert-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.quote-form-inner {
    position: relative;
}

.hi-landing .quote-form-card .quote-title,
.quote-form-card .quote-title {
    font-family: var(--hi-font-family);
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px;
    color: #000000 !important;
    margin-bottom: 12px;
    padding: 0 !important;
    min-height: auto;
    position: relative;
    z-index: 4;
}

.quote-title .text-primary {
    color: #F05D49;
}

.quote-description {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    max-width: 340px;
    margin-bottom: 24px;
    position: relative;
    z-index: 4;
}

/* ===== Health Insurance Quote Form (Figma) ===== */
.hi-quote-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 4;
}

.hi-quote-form .formbox-radio + label {
    min-height: auto;
    border: none;
    padding: 0;
}

.hi-quote-form .hi-gender-option .formbox-radio + label {
    padding: 12px 16px;
}

.hi-quote-form .hi-gender-option .formbox-radio + label:before,
.hi-quote-form .hi-gender-option .formbox-radio:checked + label:before {
    display: none !important;
    content: none !important;
}

.hi-quote-form .hi-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.hi-quote-form .hi-form-label {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

.hi-quote-form .hi-name-row {
    display: flex;
    gap: 13px;
    width: 100%;
}

.hi-quote-form .hi-input-wrap {
    flex: 1;
    min-width: 0;
}

.hi-quote-form .formbox-field {
    width: 100%;
    height: 48px;
    border: 1px solid #757575;
    border-radius: 12px;
    padding: 12px 16px;
    font-family: var(--hi-font-family);
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    background: #ffffff;
    box-sizing: border-box;
}

.hi-quote-form .formbox-field::placeholder {
    color: #757575;
}

.hi-quote-form .formbox-field:focus {
    outline: none;
    border-color: #F05D49;
}

.hi-quote-form .hi-email-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border: 1px solid #757575;
    border-radius: 12px;
    padding: 12px 16px;
    background: #ffffff;
    box-sizing: border-box;
}

.hi-quote-form .hi-email-wrap:focus-within {
    border-color: #F05D49;
}

.hi-quote-form .hi-email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.hi-quote-form .hi-email-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hi-quote-form .hi-email-input {
    border: none !important;
    height: auto !important;
    padding: 0 !important;
    flex: 1;
    min-width: 0;
}

.hi-quote-form .hi-gender-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.hi-quote-form .hi-gender-option {
    flex: 1;
    min-width: 0;
}

.hi-quote-form .hi-gender-option .formbox-radio + label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    background: #f5f5f5;
    font-family: var(--hi-font-family);
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.hi-quote-form .hi-gender-option .formbox-radio:checked + label {
    background: #fdeae7;
    border: none;
}

.hi-quote-form .hi-gender-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.hi-quote-form .hi-gender-option .formbox-radio + label .hi-gender-icon-on {
    display: none;
}

.hi-quote-form .hi-gender-option .formbox-radio + label .hi-gender-icon-off {
    display: block;
}

.hi-quote-form .hi-gender-option .formbox-radio:checked + label .hi-gender-icon-on {
    display: block;
}

.hi-quote-form .hi-gender-option .formbox-radio:checked + label .hi-gender-icon-off {
    display: none;
}

.hi-quote-form .hi-members-grid {
    width: 100%;
}

.hi-quote-form .hi-members-row-1 {
    display: grid;
    grid-template-columns: 62px 56px 62px 56px 56px 56px;
    justify-content: space-between;
    align-items: start;
    max-width: 404px;
    width: 100%;
    min-height: 88px;
    margin-top: 8px;
    gap: 0;
}

.hi-quote-form .hi-members-row-2 {
    display: none;
    grid-template-columns: repeat(4, 56px);
    gap: 16px 13px;
    max-width: 263px;
    width: 100%;
    min-height: 100px;
    margin-top: 8px;
}

.hi-quote-form .show-family-member.is-open {
    display: grid !important;
}

.hi-quote-form .hi-member-item {
    width: 56px;
    text-align: center;
    position: relative;
}

.hi-quote-form .hi-member-item--self,
.hi-quote-form .hi-member-item--son {
    width: 56px;
}

.hi-quote-form .hi-member-item--self:has(.formbox-radio:checked) {
    width: 62px;
}

.hi-quote-form .hi-member-item.add-field {
    display: block;
    margin-bottom: 0;
    padding-bottom: 28px;
}

.hi-quote-form .hi-member-item .formbox-radio + label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.hi-quote-form .hi-member-item .formbox-radio:checked + label {
    border: none;
    background: transparent;
}

.hi-quote-form .hi-member-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.hi-quote-form .hi-member-item--self .hi-member-icon,
.hi-quote-form .hi-member-item--son .hi-member-icon {
    width: 56px;
    height: 56px;
    background: #f5f5f5;
    border-radius: 50%;
}

.hi-quote-form .hi-member-icon--toggle .hi-member-img-checked {
    display: none;
}

.hi-quote-form .hi-member-item--self .formbox-radio:checked + label .hi-member-icon--toggle {
    width: 62px;
    height: 60px;
    background: transparent;
    border-radius: 0;
}

.hi-quote-form .hi-member-item--self .formbox-radio:checked + label .hi-member-img-default {
    display: none;
}

.hi-quote-form .hi-member-item--self .formbox-radio:checked + label .hi-member-img-checked {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hi-quote-form .hi-member-icon--stacked {
    background: transparent;
}

.hi-quote-form .hi-member-icon--stacked .hi-member-bg {
    position: absolute;
    inset: 0;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hi-quote-form .hi-member-icon--stacked .hi-member-fg {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hi-quote-form .hi-member-item--spouse .formbox-radio:checked + label .hi-member-icon--stacked::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fdeae7;
    z-index: 0;
}

.hi-quote-form .hi-member-item .formbox-radio:checked + label .hi-member-icon:not(.hi-member-icon--stacked):not(.hi-member-icon--toggle) {
    background: #fdeae7;
}

.hi-quote-form .formbox-radio + label:before {
    display: none !important;
    content: none !important;
    border: none !important;
}

.hi-quote-form .hi-member-item .formbox-radio:checked + label:before {
    content: '\f00c' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: calc(50% + 12px);
    right: auto;
    border-radius: 50%;
    background-color: #F05D49;
    color: #ffffff;
    font-size: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: none !important;
}

.hi-quote-form .hi-member-item--self .formbox-radio:checked + label:before {
    display: none !important;
    content: none !important;
}

.hi-quote-form .hi-member-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hi-quote-form .hi-member-name {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    display: block;
}

.hi-quote-form .hi-member-counter {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 56px;
    height: 18px;
    padding: 0 1px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    overflow: visible;
    z-index: 5;
}

.hi-quote-form .add-field.selected .hi-member-counter,
.hi-quote-form .add-field:has(.formbox-radio:checked) .hi-member-counter {
    display: flex;
}

.hi-quote-form .hi-member-counter .indec-btn,
.hi-quote-form .hi-member-counter .hi-counter-btn {
    width: 16px;
    height: 16px;
    min-width: 16px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: #F05D49;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.hi-quote-form .hi-member-counter .hi-counter-btn img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

.hi-quote-form .hi-member-counter .indec-btn:disabled,
.hi-quote-form .hi-member-counter .hi-counter-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.hi-quote-form .hi-member-counter .indec-val {
    width: auto;
    min-width: 12px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #000000;
    font-family: var(--hi-font-family);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}

.hi-quote-form .hi-more-members-wrap {
    margin-top: -7px;
    margin-bottom: 0;
}

.hi-quote-form .add-family-member {
    font-family: var(--hi-font-family);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid #F05D49;
    border-radius: 32px;
    padding: 8px 10px;
}

.hi-quote-form .add-family-member .add-member-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

.hi-quote-form .hi-form-group--members {
    gap: 14px;
}

.hi-quote-form .hi-form-group--members + .hi-form-footer {
    margin-top: -12px;
}

.hi-quote-form .hi-form-footer {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-top: 0;
    padding-bottom: 4px;
}

.hi-quote-form .hi-terms-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hi-quote-form .hi-submit-btn.formbox-button {
    width: 100%;
    height: 48px;
    margin-top: 0;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    background: #F05D49;
    font-family: var(--hi-font-family);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    box-shadow: inset -3px -3px 4px rgba(0, 0, 0, 0.3),
        inset 4px 4px 4px rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hi-quote-form .hi-submit-btn.formbox-button:hover {
    background: #e04f3c;
    color: #ffffff;
}

.hi-quote-form .hi-submit-btn.formbox-button.btn-disabled,
.hi-quote-form .hi-submit-btn.formbox-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.hi-quote-form .hi-terms-text {
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.hi-quote-form .hi-terms-text a {
    color: #0000ff;
    text-decoration: none;
}

.hi-quote-form .hi-terms-text a:hover {
    text-decoration: underline;
}

.hi-quote-form .error {
    display: block;
    font-size: 11px;
    color: #dc3545;
    margin-top: 4px;
}

.hi-quote-form .formbox-radio[disabled] + label {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .hi-quote-form .hi-name-row {
        flex-direction: column;
        gap: 8px;
    }

    .hi-quote-form .hi-gender-row {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .hi-quote-form .hi-gender-option {
        flex: 1;
        min-width: 0;
    }

    .hi-quote-form .hi-gender-option .formbox-radio + label {
        justify-content: center;
        padding: 12px 10px;
        white-space: nowrap;
    }

    .hi-quote-form .hi-members-row-1,
    .hi-quote-form .hi-members-row-2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-content: space-between;
        gap: 12px 8px;
        max-width: 100%;
    }

    .hi-quote-form .hi-member-item,
    .hi-quote-form .hi-member-item--self,
    .hi-quote-form .hi-member-item--son,
    .hi-quote-form .hi-member-item--self:has(.formbox-radio:checked) {
        width: 100%;
        max-width: none;
    }

    .hi-quote-form .hi-member-item--self .hi-member-icon,
    .hi-quote-form .hi-member-item--son .hi-member-icon,
    .hi-quote-form .hi-member-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto;
    }

    .hi-quote-form .hi-member-item--self .formbox-radio:checked + label .hi-member-icon--toggle {
        width: 52px;
        height: 50px;
    }

    .hi-quote-form .hi-member-icon--stacked .hi-member-bg {
        width: 48px;
        height: 48px;
    }

    .hi-quote-form .hi-member-item .formbox-radio + label {
        gap: 8px;
    }

    .hi-quote-form .hi-member-name {
        font-size: 11px;
        line-height: 14px;
    }

    .hi-quote-form .hi-member-counter {
        width: 52px;
        top: 42px;
    }

    .hi-quote-form .hi-member-item.add-field {
        padding-bottom: 24px;
    }

    .quote-description {
        width: 100%;
    }

    .hero-section.hero-form-expanded {
        min-height: auto;
    }
}

/* Health Insurance FAQ (screenshot design) */
.hi-faq {
    background: #fff;
    padding: 64px 0 72px;
}

.hi-faq__container {
    max-width: 1140px;
}

.hi-faq__header {
    margin-bottom: 28px;
}

.hi-faq__title {
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.35;
    color: #111;
    margin: 12px 0 0;
    text-transform: none;
}

.hi-faq__tabs-nav {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0;
}

.hi-faq__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    border-bottom: none;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.hi-faq__tabs::-webkit-scrollbar {
    display: none;
}

.hi-faq__tab.nav-link {
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    padding: 14px 0;
    margin-bottom: -1px;
    white-space: nowrap;
    background: transparent !important;
}

.hi-faq__tab.nav-link:hover,
.hi-faq__tab.nav-link:focus {
    color: #111;
    border-bottom-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.hi-faq__tab.nav-link.active {
    color: #111 !important;
    background: transparent !important;
    border-bottom: 2px solid #F05D49 !important;
}

.hi-faq__tab-content {
    padding-top: 0;
}

.hi-faq__list {
    margin: 0;
    padding: 0;
}

.hi-faq__item {
    border-bottom: 1px solid #e5e7eb;
}

.hi-faq__list:not(.is-expanded) .hi-faq__item:nth-child(n + 4) {
    display: none;
}

.hi-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.hi-faq__question:focus {
    outline: none;
}

.hi-faq__question-text {
    flex: 1;
    font-family: var(--hi-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111;
}

.hi-faq__chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #111;
    font-size: 14px;
    transition: transform 0.25s ease;
}

.hi-faq__question:not(.collapsed) .hi-faq__chevron {
    transform: rotate(180deg);
}

.hi-faq__answer-inner {
    padding: 0 0 20px;
    font-family: var(--hi-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

.hi-faq__show-more-wrap {
    display: flex;
    justify-content: center;
    padding: 28px 0 0;
}

.hi-faq__show-more {
    border: none;
    background: transparent;
    font-family: var(--hi-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F05D49;
    cursor: pointer;
    padding: 8px 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hi-faq__show-more:hover,
.hi-faq__show-more:focus {
    color: #d94a38;
    outline: none;
}

@media (max-width: 767px) {
    .hi-faq {
        padding: 48px 0 56px;
    }

    .hi-faq__title {
        font-size: 22px;
    }

    .hi-faq__tabs {
        gap: 18px;
    }

    .hi-faq__tab.nav-link {
        font-size: 14px;
        padding: 12px 0;
    }

    .hi-faq__question-text {
        font-size: 15px;
        line-height: 22px;
    }

    .hi-faq__question {
        padding: 16px 0;
    }
}

/* Clip certificate decoration inside form card only */
.hi-landing .quote-form-card {
    overflow: hidden;
}

.hi-landing .quote-form-content {
    overflow: hidden;
}
