/* ══════════════════════════════════════════════════════════
   ORAL CARE DENTAL PLAN PAGE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── Page Wrapper ─────────────────────────────────────── */
.ocdp-page {
    padding-top: 0;
    margin-top: -2px;
}

/* Hide the default header banner area on this template */
body:has(.ocdp-page) .bannerarea {
    display: none;
}

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

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

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

.ocdp-intro h2 {
    color: #63509b;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.ocdp-intro-desc {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

.ocdp-intro-content {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}

.ocdp-intro-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e5eaff;
}

.ocdp-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ocdp-intro-benefits {
    text-align: left;
}

.ocdp-intro-benefits ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.ocdp-intro-benefits li {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

/* ── CTA Button ──────────────────────────────────────── */
.ocdp-btn {
    display: inline-block;
    background: #63509b !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    padding: 12px 35px;
    border-radius: 100px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s, color 0.3s;
    border: none;
}

.ocdp-btn:hover {
    text-decoration: none !important;
    background: #4a3b7a !important;
    color: #fff !important;
}

/* ── What Is Section ─────────────────────────────────── */
.ocdp-what-is {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #e5eaff;
    text-align: center;
    box-sizing: border-box;
}

.ocdp-what-is h2 {
    color: #63509b;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.ocdp-what-is-content {
    max-width: 700px;
    width: 100%;
}

.ocdp-what-is-content p {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-bottom: 24px;
}

.ocdp-what-is-content p:last-child {
    margin-bottom: 0;
}

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

.ocdp-pricing h2 {
    color: #63509b;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.ocdp-pricing-desc {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.ocdp-pricing-cards {
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.ocdp-pricing-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    padding: 40px 50px;
}

.ocdp-pricing-card + .ocdp-pricing-card {
    border-left: 1px solid #e0e0e0;
}

.ocdp-pricing-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    background: #d4eef5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
}

.ocdp-pricing-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ocdp-pricing-card h3 {
    color: #121211;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.ocdp-price {
    margin: 0;
}

.ocdp-price-amount {
    color: #63509b;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.ocdp-price-period {
    color: #121211;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.46;
}

.ocdp-price-detail {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

/* ── Renewal Notice ──────────────────────────────────── */
.ocdp-renewal-notice {
    background: #e5eaff;
    padding: 25px 50px;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    text-align: left;
}

.ocdp-renewal-notice p {
    color: #121211;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

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

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

    .ocdp-intro-content {
        gap: 30px;
    }

    .ocdp-intro-image {
        width: 280px;
        height: 280px;
    }
}

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

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

    .ocdp-intro,
    .ocdp-what-is,
    .ocdp-pricing {
        padding: 65px 60px;
    }

    .ocdp-intro h2,
    .ocdp-what-is h2,
    .ocdp-pricing h2 {
        font-size: 38px;
    }

    .ocdp-intro-content {
        flex-direction: column;
        align-items: center;
    }

    .ocdp-intro-benefits {
        text-align: center;
    }

    .ocdp-intro-benefits ul {
        text-align: left;
        display: inline-block;
    }

    .ocdp-pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .ocdp-pricing-card {
        align-items: center;
        text-align: center;
    }
}

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

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

    .ocdp-intro,
    .ocdp-what-is,
    .ocdp-pricing {
        padding: 50px 30px;
        gap: 30px;
    }

    .ocdp-intro h2,
    .ocdp-what-is h2,
    .ocdp-pricing h2 {
        font-size: 32px;
    }

    .ocdp-intro-desc,
    .ocdp-what-is-content p,
    .ocdp-pricing-desc,
    .ocdp-price-detail,
    .ocdp-renewal-notice p {
        font-size: 16px;
    }

    .ocdp-intro-benefits li {
        font-size: 16px;
    }

    .ocdp-intro-image {
        width: 250px;
        height: 250px;
    }

    .ocdp-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .ocdp-renewal-notice {
        padding: 20px 25px;
    }
}

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

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

    .ocdp-intro,
    .ocdp-what-is,
    .ocdp-pricing {
        padding: 40px 20px;
    }

    .ocdp-intro h2,
    .ocdp-what-is h2,
    .ocdp-pricing h2 {
        font-size: 26px;
    }

    .ocdp-intro-image {
        width: 200px;
        height: 200px;
    }

    .ocdp-price-amount {
        font-size: 36px;
    }

    .ocdp-pricing-card h3 {
        font-size: 24px;
    }
}
