/* ══════════════════════════════════════════════════════════
   FINANCIAL OPTIONS PAGE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── Page Wrapper ─────────────────────────────────────── */
.financial-page {
    padding-top: 148px;
}

/* ── Hero Section ─────────────────────────────────────── */
.fo-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 110px;
    background: #e5eaff;
    min-height: 348px;
}

.fo-hero h1 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 115px;
    text-align: center;
}

/* ── Flexible Financing Section ───────────────────────── */
.fo-flexible {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.fo-flexible h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.fo-flexible-content {
    max-width: 1000px;
    width: 100%;
}

.fo-flexible-content p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/* ── Third-Party Financing Section ────────────────────── */
.fo-third-party {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #e5eaff;
    text-align: center;
    box-sizing: border-box;
}

.fo-third-party h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.fo-third-party-intro {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

.fo-third-party h3 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.fo-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    max-width: 1110px;
    width: 100%;
}

.fo-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 250px;
}

.fo-benefit-icon {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.fo-benefit-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fo-benefit-item p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/* ── Orthodontic Payment Plans Section ────────────────── */
.fo-ortho {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 75px 110px;
    background: #fff;
    box-sizing: border-box;
}

.fo-ortho h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
    text-align: center;
}

.fo-ortho-content {
    display: flex;
    gap: 70px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.fo-ortho-image {
    background: #002969;
    overflow: hidden;
    flex-shrink: 0;
    width: 501px;
    height: 330px;
}

.fo-ortho-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-ortho-text {
    max-width: 554px;
}

.fo-ortho-text p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

/* ── Financing Options Section ────────────────────────── */
.fo-financing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 71px 110px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.fo-financing h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.fo-financing-intro {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 842px;
    width: 100%;
}

.fo-financing-logos {
    display: flex;
    gap: 54px;
    align-items: center;
    justify-content: center;
}

.fo-financing-logo {
    width: 186px;
    height: 186px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.fo-financing-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-oral-care-title {
    color: #002969;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.fo-oral-care {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.fo-oral-care-logo {
    width: 330px;
    height: 330px;
    background: #eef0ff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fo-oral-care-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fo-oral-care-desc {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 790px;
    width: 100%;
}

.fo-join-btn {
    display: inline-block;
    background: #63509b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 40px;
    border-radius: 31px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fo-join-btn:hover {
    text-decoration: none;
    background: #b7dde8;
    color: #244171;
}

/* ── Payment Options Section ──────────────────────────── */
.fo-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 41px;
    padding: 75px 110px;
    background: #e5eaff;
    text-align: center;
    box-sizing: border-box;
}

.fo-payment h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.fo-payment-intro {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.fo-payment-logos {
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.fo-payment-logo {
    width: 186px;
    height: 186px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.fo-payment-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── No Insurance Section ─────────────────────────────── */
.fo-no-insurance {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 75px 110px;
    background: #fff;
    box-sizing: border-box;
}

.fo-no-insurance h2 {
    color: #002969;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
    text-align: center;
}

.fo-no-insurance-content {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.fo-no-insurance-image {
    background: #002969;
    overflow: hidden;
    flex-shrink: 0;
    width: 501px;
    height: 330px;
}

.fo-no-insurance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-no-insurance-text {
    max-width: 554px;
}

.fo-no-insurance-text p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── 1200px ──────────────────────────────────────────── */
@media (max-width: 1200px) {
    .fo-hero h1 {
        font-size: 72px;
    }

    .fo-ortho-content,
    .fo-no-insurance-content {
        gap: 40px;
    }

    .fo-ortho-image,
    .fo-no-insurance-image {
        width: 400px;
        height: 280px;
    }
}

/* ── 1024px: Tablet landscape ────────────────────────── */
@media (max-width: 1024px) {
    .fo-hero {
        padding: 65px 60px;
    }

    .fo-hero h1 {
        font-size: 60px;
    }

    .fo-flexible,
    .fo-third-party,
    .fo-ortho,
    .fo-financing,
    .fo-payment,
    .fo-no-insurance {
        padding: 65px 60px;
    }

    .fo-flexible h2,
    .fo-third-party h2,
    .fo-ortho h2,
    .fo-financing h2,
    .fo-payment h2,
    .fo-no-insurance h2,
    .fo-oral-care-title {
        font-size: 38px;
    }

    .fo-third-party h3 {
        font-size: 26px;
    }

    .fo-ortho-content,
    .fo-no-insurance-content {
        flex-direction: column;
        align-items: center;
    }

    .fo-ortho-image,
    .fo-no-insurance-image {
        width: 100%;
        max-width: 501px;
        height: auto;
        aspect-ratio: 501/330;
    }

    .fo-ortho-text,
    .fo-no-insurance-text {
        max-width: 100%;
        text-align: center;
    }
}

/* ── 768px: Tablet portrait / mobile ─────────────────── */
@media (max-width: 768px) {
    .fo-hero {
        padding: 50px 30px;
        min-height: 220px;
    }

    .fo-hero h1 {
        font-size: 44px;
        line-height: 1.2;
    }

    .fo-flexible,
    .fo-third-party,
    .fo-ortho,
    .fo-financing,
    .fo-payment,
    .fo-no-insurance {
        padding: 50px 30px;
        gap: 30px;
    }

    .fo-flexible h2,
    .fo-third-party h2,
    .fo-ortho h2,
    .fo-financing h2,
    .fo-payment h2,
    .fo-no-insurance h2,
    .fo-oral-care-title {
        font-size: 32px;
    }

    .fo-third-party h3 {
        font-size: 22px;
    }

    .fo-flexible-content p,
    .fo-third-party-intro,
    .fo-benefit-item p,
    .fo-ortho-text p,
    .fo-financing-intro,
    .fo-oral-care-desc,
    .fo-payment-intro,
    .fo-no-insurance-text p {
        font-size: 18px;
    }

    .fo-benefits-grid {
        gap: 40px;
    }

    .fo-financing-logos,
    .fo-payment-logos {
        flex-wrap: wrap;
        gap: 30px;
    }

    .fo-financing-logo,
    .fo-payment-logo {
        width: 140px;
        height: 140px;
    }

    .fo-oral-care-logo {
        width: 250px;
        height: 250px;
    }
}

/* ── 480px: Mobile ───────────────────────────────────── */
@media (max-width: 480px) {
    .fo-hero {
        padding: 40px 20px;
        min-height: 180px;
    }

    .fo-hero h1 {
        font-size: 34px;
    }

    .fo-flexible,
    .fo-third-party,
    .fo-ortho,
    .fo-financing,
    .fo-payment,
    .fo-no-insurance {
        padding: 40px 20px;
    }

    .fo-flexible h2,
    .fo-third-party h2,
    .fo-ortho h2,
    .fo-financing h2,
    .fo-payment h2,
    .fo-no-insurance h2,
    .fo-oral-care-title {
        font-size: 26px;
    }

    .fo-third-party h3 {
        font-size: 20px;
    }

    .fo-flexible-content p,
    .fo-third-party-intro,
    .fo-benefit-item p,
    .fo-ortho-text p,
    .fo-financing-intro,
    .fo-oral-care-desc,
    .fo-payment-intro,
    .fo-no-insurance-text p {
        font-size: 16px;
    }

    .fo-benefit-icon {
        width: 120px;
        height: 120px;
    }

    .fo-benefit-item {
        max-width: 100%;
    }

    .fo-financing-logo,
    .fo-payment-logo {
        width: 110px;
        height: 110px;
    }

    .fo-oral-care-logo {
        width: 200px;
        height: 200px;
    }
}
