/**
 * odontologia.css
 * Estilos exclusivos da página Odontologia.
 *
 * REGRA CRÍTICA:
 * este arquivo NÃO redefine classes do header, menu, topbar, brand ou footer.
 * Todos os seletores próprios usam prefixo "odonto-".
 */

/* =========================================================
   HERO
========================================================= */
.odonto-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 20%, rgba(20, 99, 217, 0.42), transparent 32%),
        linear-gradient(135deg, #061f45 0%, #07356f 52%, #0d55b7 100%);
}

.odonto-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -42% 45%;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.055);
    transform: rotate(-8deg);
    pointer-events: none;
}

.odonto-hero__decor {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.odonto-hero__decor--one {
    width: 240px;
    height: 240px;
    top: -110px;
    right: 18%;
}

.odonto-hero__decor--two {
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: -250px;
}

.odonto-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 28px;
    padding-bottom: 74px;
}

.odonto-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 44px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
}

.odonto-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.odonto-breadcrumb a:hover {
    color: #fff;
}

.odonto-breadcrumb > i {
    font-size: 0.62rem;
    opacity: 0.55;
}

.odonto-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: clamp(36px, 6vw, 90px);
    align-items: center;
}

.odonto-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.odonto-kicker--blue {
    color: #0b438c;
    border-color: #d8e7fb;
    background: #edf5ff;
}

.odonto-hero__copy h1 {
    max-width: 820px;
    margin: 0 0 20px;
    color: #fff;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.odonto-hero__copy h1 strong {
    color: #9fc8ff;
}

.odonto-hero__copy > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.8;
}

.odonto-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.odonto-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.odonto-btn:hover {
    transform: translateY(-2px);
}

.odonto-btn--light {
    color: #07356f;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.odonto-btn--outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.055);
}

.odonto-hero__visual {
    display: flex;
    justify-content: center;
}

.odonto-tooth-badge {
    position: relative;
    display: flex;
    width: min(100%, 320px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,.15) 0 32%, rgba(255,255,255,.06) 33% 58%, transparent 59%),
        rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 40px rgba(255,255,255,.04), 0 30px 60px rgba(2, 20, 48, 0.28);
}

.odonto-tooth-badge__ring {
    position: absolute;
    inset: 17px;
    border: 1px dashed rgba(255,255,255,.22);
    border-radius: 50%;
}

.odonto-tooth-badge > i {
    margin-bottom: 15px;
    font-size: 5.2rem;
    color: #fff;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,.16));
}

.odonto-tooth-badge small {
    color: rgba(255,255,255,.7);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.odonto-tooth-badge strong {
    margin-top: 4px;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.25rem;
}

/* =========================================================
   SEÇÕES / TÍTULOS
========================================================= */
.odonto-overview,
.odonto-services,
.odonto-benefits,
.odonto-steps,
.odonto-contact,
.odonto-related {
    padding: clamp(62px, 8vw, 100px) 0;
}

.odonto-section-kicker {
    display: inline-block;
    color: #0d55b7;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.odonto-section-line {
    display: block;
    width: 48px;
    height: 3px;
    margin: 11px 0 18px;
    border-radius: 99px;
    background: #e3212b;
}

.odonto-section-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.odonto-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.odonto-section-heading--center .odonto-section-line {
    margin-right: auto;
    margin-left: auto;
}

.odonto-section-heading h2,
.odonto-overview__content h2,
.odonto-benefits__intro h2,
.odonto-contact__copy h2 {
    margin: 0;
    color: #061f45;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(1.9rem, 3.3vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.odonto-section-heading p,
.odonto-overview__lead,
.odonto-benefits__intro p {
    color: #5d6c7f;
    line-height: 1.8;
}

/* =========================================================
   OVERVIEW / PLANO
========================================================= */
.odonto-overview {
    background: #fff;
}

.odonto-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: center;
}

.odonto-overview__lead {
    max-width: 760px;
    margin: 18px 0 28px;
    font-size: 1.02rem;
}

.odonto-highlight-list {
    display: grid;
    gap: 14px;
}

.odonto-highlight-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 17px 18px;
    border: 1px solid #e5edf7;
    border-radius: 14px;
    background: #fbfdff;
}

.odonto-highlight-item > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    color: #0d55b7;
    background: #eaf3ff;
    font-size: 1.05rem;
}

.odonto-highlight-item strong {
    display: block;
    margin: 1px 0 5px;
    color: #082b5d;
    font-size: .97rem;
}

.odonto-highlight-item p {
    margin: 0;
    color: #6b7786;
    font-size: .88rem;
    line-height: 1.55;
}

.odonto-plan-card {
    padding: 28px;
    border: 1px solid #dbe9fa;
    border-radius: 22px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    box-shadow: 0 24px 55px rgba(6, 31, 69, 0.11);
}

.odonto-plan-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.odonto-plan-card__icon {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, #07356f, #1463d9);
    font-size: 1.35rem;
}

.odonto-plan-card__top small,
.odonto-plan-card__top strong {
    display: block;
}

.odonto-plan-card__top small {
    color: #778396;
    font-size: .74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.odonto-plan-card__top strong {
    margin-top: 2px;
    color: #061f45;
    font-size: 1.08rem;
}

.odonto-plan-card__price {
    margin: 26px 0 18px;
    padding: 22px 0;
    border-top: 1px solid #e3edf8;
    border-bottom: 1px solid #e3edf8;
}

.odonto-plan-card__price small {
    display: block;
    margin-bottom: 3px;
    color: #7c8897;
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.odonto-plan-card__price strong {
    color: #e3212b;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.3rem);
    letter-spacing: -0.06em;
    line-height: 1;
}

.odonto-plan-card__price strong span {
    font-size: 1rem;
    letter-spacing: 0;
}

.odonto-plan-card > p {
    margin: 0 0 20px;
    color: #6a7685;
    font-size: .88rem;
    line-height: 1.65;
}

.odonto-whatsapp-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 14px;
    color: #fff;
    background: #168c4b;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.odonto-whatsapp-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(22, 140, 75, .2);
}

.odonto-whatsapp-card > i:first-child {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    font-size: 1.3rem;
}

.odonto-whatsapp-card span {
    font-weight: 800;
}

.odonto-whatsapp-card small {
    display: block;
    margin-bottom: 2px;
    font-size: .67rem;
    font-weight: 600;
    opacity: .78;
}

/* =========================================================
   CARDS DE SERVIÇOS
========================================================= */
.odonto-services {
    background: #f5f8fc;
}

.odonto-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.odonto-service-card {
    position: relative;
    overflow: hidden;
    min-height: 235px;
    padding: 26px;
    border: 1px solid #e2eaf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(6, 31, 69, 0.05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.odonto-service-card:hover {
    transform: translateY(-5px);
    border-color: #c9dcf5;
    box-shadow: 0 18px 42px rgba(6, 31, 69, 0.1);
}

.odonto-service-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 15px;
    color: #0d55b7;
    background: #eaf3ff;
    font-size: 1.15rem;
}

.odonto-service-card h3 {
    margin: 0 0 9px;
    color: #082b5d;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.08rem;
}

.odonto-service-card p {
    margin: 0;
    color: #6b7786;
    font-size: .88rem;
    line-height: 1.65;
}

.odonto-service-card--accent {
    color: #fff;
    border-color: transparent;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,.12), transparent 36%),
        linear-gradient(145deg, #07356f, #0d55b7);
}

.odonto-service-card--accent .odonto-service-card__icon {
    color: #fff;
    background: rgba(255,255,255,.12);
}

.odonto-service-card--accent h3,
.odonto-service-card--accent p {
    color: #fff;
}

.odonto-service-card--accent p {
    opacity: .78;
}

.odonto-service-card--accent a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #fff;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 800;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */
.odonto-benefits {
    background: #fff;
}

.odonto-benefits__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 48px;
    align-items: center;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid #dce9f8;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, #e9f3ff 0, transparent 34%),
        #f9fbfe;
}

.odonto-benefits__intro p {
    margin: 17px 0 0;
}

.odonto-benefits__grid {
    display: grid;
    gap: 12px;
}

.odonto-benefits__grid > div {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 15px 16px;
    border-radius: 13px;
    color: #344b68;
    background: #fff;
    box-shadow: 0 8px 20px rgba(6,31,69,.05);
    font-size: .9rem;
    font-weight: 700;
}

.odonto-benefits__grid i {
    color: #1463d9;
}

/* =========================================================
   PASSOS
========================================================= */
.odonto-steps {
    background: #f5f8fc;
}

.odonto-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.odonto-step-card {
    position: relative;
    padding: 30px 25px;
    border: 1px solid #e1eaf5;
    border-radius: 18px;
    background: #fff;
}

.odonto-step-card > span {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #d7e5f5;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
}

.odonto-step-card > i {
    margin-bottom: 24px;
    color: #0d55b7;
    font-size: 1.6rem;
}

.odonto-step-card h3 {
    margin: 0 0 8px;
    color: #082b5d;
    font-size: 1.05rem;
}

.odonto-step-card p {
    margin: 0;
    color: #6c7887;
    font-size: .88rem;
    line-height: 1.65;
}

/* =========================================================
   CTA
========================================================= */
.odonto-contact {
    padding-top: 0;
    padding-bottom: clamp(62px, 8vw, 100px);
    background: #f5f8fc;
}

.odonto-contact__box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 30px 34px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 0, rgba(255,255,255,.11), transparent 30%),
        linear-gradient(135deg, #061f45, #0b438c);
    box-shadow: 0 24px 50px rgba(6,31,69,.15);
}

.odonto-contact__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    font-size: 1.7rem;
}

.odonto-contact__copy > span {
    display: block;
    margin-bottom: 4px;
    color: #9fc8ff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.odonto-contact__copy h2 {
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.odonto-contact__copy p {
    max-width: 760px;
    margin: 8px 0 0;
    color: rgba(255,255,255,.74);
    font-size: .9rem;
    line-height: 1.65;
}

/* =========================================================
   SERVIÇOS RELACIONADOS
========================================================= */
.odonto-related {
    background: #fff;
}

.odonto-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.odonto-related-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e1eaf5;
    border-radius: 16px;
    color: inherit;
    background: #fff;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.odonto-related-card:hover {
    transform: translateY(-3px);
    border-color: #c5daf4;
    box-shadow: 0 14px 30px rgba(6,31,69,.08);
}

.odonto-related-card > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    color: #0d55b7;
    background: #eaf3ff;
}

.odonto-related-card strong,
.odonto-related-card small {
    display: block;
}

.odonto-related-card strong {
    color: #082b5d;
    font-size: .94rem;
}

.odonto-related-card small {
    margin-top: 3px;
    color: #788493;
    font-size: .76rem;
}

.odonto-related-card > i {
    color: #9aa9bb;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */
@media (max-width: 980px) {
    .odonto-hero__grid,
    .odonto-overview__grid,
    .odonto-benefits__box {
        grid-template-columns: 1fr;
    }

    .odonto-hero__visual {
        display: none;
    }

    .odonto-services__grid,
    .odonto-steps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .odonto-contact__box {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .odonto-contact__box > .odonto-btn {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .odonto-hero__content {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .odonto-breadcrumb {
        margin-bottom: 30px;
        font-size: .72rem;
    }

    .odonto-hero__copy h1 {
        font-size: clamp(2.1rem, 12vw, 3.2rem);
    }

    .odonto-hero__actions,
    .odonto-hero__actions .odonto-btn {
        width: 100%;
    }

    .odonto-services__grid,
    .odonto-steps__grid,
    .odonto-related__grid {
        grid-template-columns: 1fr;
    }

    .odonto-plan-card {
        padding: 22px;
    }

    .odonto-plan-card__price strong {
        font-size: 3.2rem;
    }

    .odonto-benefits__box {
        gap: 28px;
        padding: 26px 20px;
    }

    .odonto-contact__box {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .odonto-contact__box > .odonto-btn {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    .odonto-contact__icon {
        width: 56px;
        height: 56px;
    }

    .odonto-related-card {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        padding: 15px;
    }

    .odonto-related-card > span {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 390px) {
    .odonto-plan-card__top {
        align-items: flex-start;
    }

    .odonto-plan-card__price strong {
        font-size: 2.8rem;
    }

    .odonto-whatsapp-card {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .odonto-whatsapp-card > i:last-child {
        display: none;
    }
}

/* =========================================================
   PLANO COMPLETO
   ODONTOLOGIA + CLUBE DE CAMPO
========================================================= */

.odontologia-planocompleto {
    position: relative;
    padding: 38px 0 62px;
}


/* =========================================================
   CARD PRINCIPAL
========================================================= */

.odontologia-planocompleto__box {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 230px;
    align-items: center;

    gap: 30px;

    padding: 32px;

    border: 1px solid rgba(8, 74, 143, 0.12);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(12, 128, 100, 0.12),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f4f9ff 55%,
            #f2fbf7 100%
        );

    box-shadow:
        0 22px 60px rgba(8, 53, 100, 0.11);
}


/* detalhe decorativo */

.odontologia-planocompleto__box::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -190px;
    bottom: -210px;

    border-radius: 50%;

    background:
        rgba(7, 81, 156, 0.08);

    pointer-events: none;
}


/* =========================================================
   ÁREA VISUAL
========================================================= */

.odontologia-planocompleto__visual {
    position: relative;

    width: 125px;
    height: 125px;

    flex: 0 0 auto;
}


/* coração principal */

.odontologia-planocompleto__main-icon {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 88px;
    height: 88px;

    display: grid;
    place-items: center;

    border-radius: 28px;

    color: #ffffff;

    font-size: 2rem;

    background:
        linear-gradient(
            145deg,
            #0755a0,
            #087665
        );

    box-shadow:
        0 16px 32px
        rgba(6, 78, 143, 0.24);
}


/* mini ícones */

.odontologia-planocompleto__mini {
    position: absolute;

    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border: 4px solid #ffffff;

    border-radius: 50%;

    color: #ffffff;

    font-size: 0.92rem;

    box-shadow:
        0 8px 20px
        rgba(8, 52, 100, 0.16);
}


.odontologia-planocompleto__mini--tooth {
    right: 0;
    top: 4px;

    background: #0b67b2;
}


.odontologia-planocompleto__mini--tree {
    left: 0;
    bottom: 5px;

    background: #16865d;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.odontologia-planocompleto__content {
    position: relative;
    z-index: 2;
}


.odontologia-planocompleto__eyebrow {
    display: inline-block;

    margin-bottom: 7px;

    color: #08715c;

    font-size: 0.76rem;
    font-weight: 900;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.odontologia-planocompleto__content h2 {
    max-width: 700px;

    margin: 0 0 11px;

    color: #07396f;

    font-size:
        clamp(1.45rem, 2.2vw, 2rem);

    line-height: 1.17;

    letter-spacing: -0.025em;
}


.odontologia-planocompleto__content h2 strong {
    color: #08745f;
}


.odontologia-planocompleto__content > p {
    max-width: 760px;

    margin: 0;

    color: #536579;

    font-size: 0.98rem;

    line-height: 1.7;
}


/* =========================================================
   BENEFÍCIOS
========================================================= */

.odontologia-planocompleto__benefits {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 20px;
}


.odontologia-planocompleto__benefit {
    display: flex;
    align-items: center;

    gap: 11px;

    min-width: 0;

    padding: 10px 13px;

    border: 1px solid rgba(8, 83, 154, 0.09);
    border-radius: 14px;

    background:
        rgba(255, 255, 255, 0.74);
}


.odontologia-planocompleto__benefit-icon {
    flex: 0 0 auto;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 11px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0860ac,
            #08765e
        );
}


.odontologia-planocompleto__benefit strong,
.odontologia-planocompleto__benefit small {
    display: block;
}


.odontologia-planocompleto__benefit strong {
    color: #123e68;

    font-size: 0.86rem;
}


.odontologia-planocompleto__benefit small {
    margin-top: 2px;

    color: #708093;

    font-size: 0.72rem;

    line-height: 1.35;
}


.odontologia-planocompleto__plus {
    flex: 0 0 auto;

    width: 30px;
    height: 30px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: #08715d;

    background:
        rgba(8, 113, 93, 0.09);

    font-size: 0.72rem;
}


/* =========================================================
   AÇÕES
========================================================= */

.odontologia-planocompleto__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 15px;

    margin-top: 21px;
}


.odontologia-planocompleto__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 12px 17px;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0759a5,
            #08715f
        );

    text-decoration: none;

    font-size: 0.85rem;
    font-weight: 900;

    box-shadow:
        0 10px 24px
        rgba(7, 83, 151, 0.19);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}


.odontologia-planocompleto__button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(7, 83, 151, 0.27);
}


.odontologia-planocompleto__note {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #6a7989;

    font-size: 0.76rem;

    line-height: 1.4;
}


.odontologia-planocompleto__note i {
    color: #08715f;
}


/* =========================================================
   CARD DO PREÇO
========================================================= */

.odontologia-planocompleto__price {
    position: relative;
    z-index: 2;

    padding: 25px 20px;

    border-radius: 22px;

    text-align: center;

    color: #ffffff;

    background:
        linear-gradient(
            155deg,
            #073b79 0%,
            #075d92 50%,
            #08755f 100%
        );

    box-shadow:
        0 18px 38px
        rgba(5, 57, 112, 0.22);
}


.odontologia-planocompleto__price-label {
    display: block;

    margin-bottom: 4px;

    color:
        rgba(255, 255, 255, 0.78);

    font-size: 0.76rem;
    font-weight: 900;

    letter-spacing: 0.07em;

    text-transform: uppercase;
}


/* valor */

.odontologia-planocompleto__price-value {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    margin-top: 5px;

    line-height: 1;
}


.odontologia-planocompleto__price-value sup {
    margin-top: 10px;
    margin-right: 3px;

    font-size: 1rem;
    font-weight: 900;
}


.odontologia-planocompleto__price-value strong {
    font-size: 3.5rem;

    letter-spacing: -0.06em;
}


.odontologia-planocompleto__price-value span {
    margin-top: 8px;

    font-size: 1.05rem;
    font-weight: 900;
}


/* descrição */

.odontologia-planocompleto__price p {
    margin: 8px 0 15px;

    color:
        rgba(255, 255, 255, 0.9);

    font-size: 0.78rem;
    font-weight: 800;

    line-height: 1.5;
}


.odontologia-planocompleto__price p span {
    padding: 0 4px;

    color: #9ff2ce;
}


.odontologia-planocompleto__price-tag {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 7px 10px;

    border-radius: 999px;

    color: #d4f9e9;

    background:
        rgba(255, 255, 255, 0.11);

    font-size: 0.69rem;
    font-weight: 800;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1050px) {

    .odontologia-planocompleto__box {
        grid-template-columns:
            auto minmax(0, 1fr);
    }


    .odontologia-planocompleto__price {
        grid-column: 1 / -1;

        width: 100%;

        max-width: none;
    }

}


@media (max-width: 760px) {

    .odontologia-planocompleto {
        padding:
            28px 0 45px;
    }


    .odontologia-planocompleto__box {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 24px;

        border-radius: 22px;
    }


    .odontologia-planocompleto__visual {
        width: 105px;
        height: 105px;
    }


    .odontologia-planocompleto__main-icon {
        width: 75px;
        height: 75px;

        border-radius: 23px;

        font-size: 1.65rem;
    }


    .odontologia-planocompleto__mini {
        width: 35px;
        height: 35px;
    }


    .odontologia-planocompleto__benefits {
        flex-direction: column;
        align-items: stretch;
    }


    .odontologia-planocompleto__plus {
        align-self: center;
    }


    .odontologia-planocompleto__benefit {
        width: 100%;
    }


    .odontologia-planocompleto__actions {
        align-items: stretch;
        flex-direction: column;
    }


    .odontologia-planocompleto__button {
        width: 100%;
    }

}


@media (max-width: 480px) {

    .odontologia-planocompleto__box {
        padding: 20px;
    }


    .odontologia-planocompleto__content h2 {
        font-size: 1.4rem;
    }


    .odontologia-planocompleto__price-value strong {
        font-size: 3rem;
    }

}