/* ══════════════════════════════════════════════════════════
   DENTAL PLAN PAGE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── Hide default banner from header ───────────────────── */
.dental-plan-page ~ .bannerarea,
.dental-plan-page + .bannerarea,
body:has(.dental-plan-page) .bannerarea {
    display: none !important;
}

.dental-plan-page {
    margin-top: 142px;
}

@media (max-width: 1025px) {
    .dental-plan-page {
        margin-top: 0;
        padding-top: 146px;
    }
}

/* ── Hero Section ──────────────────────────────────────── */
.dental-plan-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 110px;
    background: #F1EDE3;
}

.dental-plan-hero h1 {
    color: #002969;
    font-family: "Minion Pro";
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

/* ── Benefits Section ──────────────────────────────────── */
.dental-plan-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 110px;
    background: #FFF;
}

.dental-plan-benefits-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 1000px;
    width: 100%;
}

.dental-plan-benefits-inner h2 {
    color: #002969;
    font-family: "Minion Pro";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.24;
    text-align: center;
    margin: 0;
}

.dental-plan-benefits-intro {
    color: #002969;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.dental-plan-benefits-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.dental-plan-benefits-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.dental-plan-benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.dental-plan-benefits-details {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
}

.dental-plan-benefits-details ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-left: 30px;
}

.dental-plan-benefits-details ul li {
    color: #002969;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ── CTA Button ────────────────────────────────────────── */
.dental-plan-cta-btn {
    display: inline-flex;
    padding: 9px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #1F86DC;
    color: #F6F6F6;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.dental-plan-cta-btn:hover {
    background: #1670b8;
    color: #F6F6F6;
    text-decoration: none;
}

/* ── What Is Section ───────────────────────────────────── */
.dental-plan-what-is {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #F8F8F5;
}

.dental-plan-what-is h2 {
    color: #002969;
    font-family: "Minion Pro";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.24;
    text-align: center;
    margin: 0;
}

.dental-plan-what-is-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1000px;
    width: 100%;
}

.dental-plan-what-is-content p {
    color: #002969;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.dental-plan-what-is-content p strong {
    font-weight: 700;
}

/* ── Pricing Section ───────────────────────────────────── */
.dental-plan-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding: 95px 110px;
    background: #FFF;
}

.dental-plan-pricing-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.dental-plan-pricing-inner h2 {
    color: #002969;
    font-family: "Minion Pro";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.24;
    text-align: center;
    margin: 0;
}

.dental-plan-pricing-intro {
    color: #002969;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

/* ── Pricing Cards ─────────────────────────────────────── */
.dental-plan-pricing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
    justify-content: center;
    align-items: stretch;
}

.dental-plan-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 25px 50px;
    width: 516px;
    background: #FFF;
    border: 3px solid #F8F8F5;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.dental-plan-card-icon {
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
    background: #D4E8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dental-plan-card h3 {
    color: #002969;
    font-family: "Minion Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
}

.dental-plan-card-price {
    color: #002969;
    margin: 0;
}

.dental-plan-card-price .price {
    font-family: "Minion Pro";
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.dental-plan-card-price .period {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.46;
}

.dental-plan-card-desc {
    color: #002969;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.46;
    margin: 0;
}

/* ── Auto Renewal Note ─────────────────────────────────── */
.dental-plan-auto-renewal {
    display: flex;
    align-items: flex-start;
    padding: 25px 50px;
    background: #F8F8F5;
    border: 3px solid #F8F8F5;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
    box-sizing: border-box;
}

.dental-plan-auto-renewal p {
    color: #002969;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.46;
    margin: 0;
    flex: 1;
}

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

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

    .dental-plan-card {
        width: 450px;
    }
}

/* ── 1024px: Tablet landscape ──────────────────────────── */
@media (max-width: 1024px) {
    .dental-plan-hero,
    .dental-plan-benefits,
    .dental-plan-what-is,
    .dental-plan-pricing {
        padding: 65px 60px;
    }

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

    .dental-plan-benefits-content {
        flex-direction: column;
        gap: 40px;
    }

    .dental-plan-benefits-image {
        width: 280px;
        height: 280px;
    }

    .dental-plan-card {
        width: 100%;
        max-width: 450px;
    }
}

/* ── 768px: Tablet portrait ────────────────────────────── */
@media (max-width: 768px) {
    .dental-plan-hero,
    .dental-plan-benefits,
    .dental-plan-what-is,
    .dental-plan-pricing {
        padding: 50px 30px;
    }

    .dental-plan-hero h1 {
        font-size: 44px;
    }

    .dental-plan-benefits-inner h2,
    .dental-plan-what-is h2,
    .dental-plan-pricing-inner h2 {
        font-size: 32px;
    }

    .dental-plan-benefits-intro,
    .dental-plan-what-is-content p,
    .dental-plan-pricing-intro {
        font-size: 16px;
    }

    .dental-plan-benefits-details ul li {
        font-size: 16px;
    }

    .dental-plan-benefits-image {
        width: 240px;
        height: 240px;
    }

    .dental-plan-pricing-cards {
        gap: 40px;
    }

    .dental-plan-card {
        padding: 25px 30px;
    }

    .dental-plan-auto-renewal {
        padding: 25px 30px;
    }

    .dental-plan-cta-btn {
        font-size: 16px;
        padding: 9px 20px;
        white-space: normal;
        text-align: center;
    }
}

/* ── 480px: Mobile ─────────────────────────────────────── */
@media (max-width: 480px) {
    .dental-plan-hero,
    .dental-plan-benefits,
    .dental-plan-what-is,
    .dental-plan-pricing {
        padding: 40px 20px;
    }

    .dental-plan-hero h1 {
        font-size: 36px;
    }

    .dental-plan-benefits-inner h2,
    .dental-plan-what-is h2,
    .dental-plan-pricing-inner h2 {
        font-size: 26px;
    }

    .dental-plan-benefits-image {
        width: 200px;
        height: 200px;
    }

    .dental-plan-card h3 {
        font-size: 24px;
    }

    .dental-plan-card-price .price {
        font-size: 36px;
    }

    .dental-plan-cta-btn {
        font-size: 14px;
    }
}
