﻿
.header-style2 {
    display: none !important;
}

:root {
    --pc-blue-900: #0b2b63;
    --pc-blue-700: #0d4aa6;
    --pc-blue-600: #0f63d6;
    --pc-blue-500: #2aa8ff;
    --pc-cyan-400: #3fd0ff;
    --pc-sky-100: #e9f6ff;
    --pc-ink: #0e1633;
    --pc-muted: #6b7898;
    --pc-card: #ffffff;
}

html, body {
    height: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--pc-ink);
    background: #fff;
}

/* Helpers */
.pc-container {
     max-width: 1412px; 
}

.container {
    max-width: 1412px;
}

.pc-btn {
    border-radius: 999px;
    padding: .7rem 1.25rem;
    font-weight: 500;
    letter-spacing: .2px;
    padding: .45rem 2.35rem;
}

.pc-btn-dark {
    background: var(--pc-blue-900);
    border-color: var(--pc-blue-900);
    color: #fff;
}

    
.pc-btn-dark:hover {
        background: #081f49;
        border-color: #081f49;
}

#btnSimular.pc-btn-dark {
    background: #081f49;
    border-color: #081f49;
    
}

#btnSimular.pc-btn-dark:hover {
    background: var(--pc-blue-900) !important;
    border-color: var(--pc-blue-900) !important; 
    color: #fff !important;   
}

#btnAderir.pc-btn-dark {
    background: #081f49;
    border-color: #081f49;
    padding: .15rem 4.5rem;
}

#btnAderir.pc-btn-dark:hover {
    background: var(--pc-blue-900) !important;
    border-color: var(--pc-blue-900) !important;
    color: #fff !important;
}

#btnVoltar.pc-btn-dark {
    background: none;
    color: #17316a;
    border-color: #17316a;
    padding: 2px 10px 0 10px;
    font-size: 13.6px;
}

#btnVoltar.pc-btn-dark:hover {
    text-decoration: underline 
}

#btnSubmit.pc-btn-dark {
    background: #081f49;
    border-color: #081f49;
}

#btnSubmit.pc-btn-dark:hover {
    background: var(--pc-blue-900) !important;
    border-color: var(--pc-blue-900) !important; 
    color: #fff !important;
}

#btnAreaReservada.pc-btn-dark {
    background: #081f49;
    border-color: #081f49;
    padding: 0.2rem;
    margin-bottom: 15px;
}

#btnAreaReservada.pc-btn-dark:hover {
   background: var(--pc-blue-900) !important;
   border-color: var(--pc-blue-900) !important;
   color: #fff !important;
}

#btnFechar.pc-btn-dark {
    background: #081f49;
    border-color: #081f49;
}

    #btnFechar.pc-btn-dark:hover {
        background: var(--pc-blue-900) !important;
        border-color: var(--pc-blue-900) !important;
        color: #fff !important;
    }


.pc-pill {
    border-radius: 999px;
    padding: .55rem 1rem;
    border: 1px solid rgba(11,43,99,.25);
    color: var(--pc-blue-900);
    background: #fff;
    font-weight: 600;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none !important;
}

/* Top header */
.pc-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 18px 0;
}

.pc-brand {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 800;
    color: var(--pc-blue-900);
    text-decoration: none;
}

.pc-brand-logo {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--pc-blue-600), var(--pc-cyan-400));
    box-shadow: 0 10px 25px rgba(15,99,214,.25);
}

.pc-brand small {
    display: block;
    font-weight: 600;
    color: rgba(11,43,99,.7);
    margin-top: -2px;
    font-size: .72rem;
    letter-spacing: .2px;
}


.pc-hero {
    position: relative;
    overflow: hidden;
}

.pc-hero-img {
    width: 100%;
    display: block;
    height: clamp(220px, 28vw, 715px);
    object-fit: cover;
}

/* a BOLA base (já tinhas) — só acrescenta animação */
.pc-hero-bubble::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 550px;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(63, 208, 255, .95) 0%, rgba(42, 168, 255, .92) 45%, rgba(11, 43, 99, .40) 100% );
    filter: blur(0px);
    box-shadow: 0 25px 70px rgba(42,168,255,.35);
    /* animações */
    animation: pcBubblePulse 6s ease-in-out infinite;
    will-change: transform, filter;
}

/* “brilho” por cima (tipo vidro) */
.pc-hero-bubble::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    /* highlight/shimmer */
    background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.55) 0%, rgba(255,255,255,.18) 18%, rgba(255,255,255,0) 55% );
    mix-blend-mode: soft-light;
    opacity: .65;
    filter: blur(10px);
    animation: pcBubbleShimmer 4.5s ease-in-out infinite;
    will-change: transform, opacity;
}

/* Respiração: cresce/encolhe + blur ligeiro */
@@keyframes pcBubblePulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        filter: blur(0px);
    }

    50% {
        transform: translateY(-50%) scale(1.06);
        filter: blur(2px);
    }
}

/* brilho a mexer um bocadinho (parece líquido) */
@@keyframes pcBubbleShimmer {
    0%, 100% {
        transform: translateY(-50%) translateX(0) scale(1);
        opacity: .55;
    }

    50% {
        transform: translateY(-50%) translateX(18px) scale(1.03);
        opacity: .80;
    }
}

/* mobile ajusta tamanhos */
@@media (max-width: 576px) {
    .pc-hero-bubble::before, .pc-hero-bubble::after {
        width: 420px;
        height: 420px;
        left: -170px;
    }
}

/* se o user tiver reduced motion, não chateies */
@@media (prefers-reduced-motion: reduce) {
    .pc-hero-bubble::before, .pc-hero-bubble::after {
        animation: none !important;
    }
}

/* container do texto (transparente) */
.pc-hero-bubble {
    position: absolute;
    left: 15%;
    top: 65%;
    transform: translateY(-50%);
    z-index: 2;
    width: min(420px, 82vw);
    padding: 28px 26px;
    color: #fff;
    /* importante: NÃO meter background aqui */
    background: transparent;
}

    /* A BOLA AZUL (isto é que faz o efeito) */
    /*.pc-hero-bubble::before {
        content: "";
        position: absolute;
        z-index: -1;*/
    /* tamanho do círculo */
    /*width: 520px;
        height: 520px;*/
    /* posiciona o círculo atrás do texto */
    /*left: -210px;*/ /* puxa para a esquerda para ficar meia-bola */
    /*top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, rgba(63, 208, 255, .95) 0%, rgba(42, 168, 255, .92) 45%, rgba(11, 43, 99, .40) 100% );
        box-shadow: 0 25px 70px rgba(42,168,255,.35);
    }*/

    /* texto */
    .pc-hero-bubble h1 {
        margin: 0 0 10px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 1.05;
        font-size: clamp(1.35rem, 2.3vw, 2rem);
        text-transform: uppercase;
    }

    .pc-hero-bubble p {
        margin: 0 0 14px;
        font-weight: 600;
        opacity: .95;
    }

/* mobile */

@media (min-width: 340px) and (max-width: 376px) {
    
    .pc-hero-bubble::before {
        width: 650px;
        height: 350px;
        border-radius: 0;
        top: 260px;
    }

    .pc-hero-bubble h1 {
        padding-top: 80px;
        font-size: 15px !important;
    }

    .pc-hero-bubble p {
        font-size: 12px !important;
    }
}
@media (min-width: 376 px) and (max-width: 380px) {
    .pc-hero-bubble::before {
        width: 650px;
        height: 200px;
        border-radius: 0;
        top: 260px;
    }

    .pc-hero-bubble h1 {
        padding-top: 150px;
        font-size: 17px !important;
    }

    .pc-hero-bubble p {
        font-size: 12px !important;
    }
}

    @media (min-width: 381px) and (max-width: 395px) {
        .pc-hero-bubble::before {
            width: 650px;
            height: 420px;
            border-radius: 0;
            top: 345px;
        }

        .pc-hero-bubble h1 {
            padding-top: 150px;
            font-size: 17px !important;
        }

        .pc-hero-bubble p {
            font-size: 12px !important;
        }
    }


    @media (min-width: 396px) and (max-width: 425px) {
        .pc-hero-bubble::before {
            width: 650px;
            height: 350px;
            border-radius: 0;
            top: 365px;
        }

        .pc-hero-bubble h1 {
            padding-top: 178px;
            font-size: 17px !important;
        }

        .pc-hero-bubble p {
            font-size: 12px !important;
        }
    }

    @media (min-width: 426px) and (max-width: 767px) {
        .pc-hero-bubble {
            left: 14px;
            right: 14px;
            width: auto;
            padding: 18px 18px;
        }

            .pc-hero-bubble::before {
                width: 620px;
                height: 400px;
                border-radius: 0;
                top: 350px;
            }

            .pc-hero-bubble h1 {
                padding-top: 150px;
                font-size: 25px !important;
            }

            .pc-hero-bubble p {
                font-size: 14px !important;
            }
    }

    @media (min-width: 768px) and (max-width: 1024px) {

        .pc-hero-bubble::before {
            width: 650px;
            height: 600px;
        }
    }
    /* Cards row */
    .pc-card-row {
        margin-top: -36px;
        position: relative;
        z-index: 3;
    }

    .pc-mini-card {
        border: 0;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(16, 24, 40, .12);
        background: #0d1b3a;
        color: #fff;
        min-height: 130px;
        position: relative;
    }

        .pc-mini-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .40;
            filter: saturate(.9);
        }

        .pc-mini-card .content {
            position: relative;
            padding: 18px 18px 18px 18px;
        }

        .pc-mini-card .tag {
            font-size: .72rem;
            letter-spacing: .18em;
            font-weight: 700;
            opacity: .9;
        }

        .pc-mini-card p {
            margin: .45rem 0 0;
            font-size: .9rem;
            opacity: .92;
            max-width: 40ch;
        }

        .pc-mini-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(23, 49, 106, 0.40);
            z-index: 1;
        }

        .pc-mini-card > * {
            position: relative;
            z-index: 2;
        }

    /* Blue band with form */
    .pc-band {
        background: linear-gradient(135deg, #05346e);
        overflow: hidden;
        box-shadow: 0 25px 65px rgba(42,168,255,.25);
        background-image: url("/assets/img/bg/simulador-dental.png");
        background-repeat: no-repeat;
        background-position: calc(0% + 90px) calc(100% + 75px);
        background-size: 900px;
    }

        .pc-band .left {
            padding: 32px 28px;
            color: #05346e;
            font-weight: 700;
        }

        .pc-band .left {
            padding: 32px 28px;
            color: #05346e;
            font-weight: 700;
            /* background imagem + transparência */
            position: relative;
        }

            .pc-band .left .img-ph {
                width: 100%;
                max-width: 340px;
                aspect-ratio: 16/9;
                border-radius: 18px;
                background: rgba(255,255,255,.35);
                border: 1px solid rgba(255,255,255,.5);
                box-shadow: inset 0 0 0 1px rgba(11,43,99,.08);
            }

    .pc-field {
        position: relative;
        margin-bottom: -2px;
        padding: 0 12px 0 12px;
    }


    .pc-underline {
        border: none !important;
        border-bottom: 2px solid #17316a !important;
        border-radius: 0 !important;
        padding: 20px 0 2px 0;
        background: transparent;
        font-size: 0.95rem;
        color: #17316a;
        box-shadow: none !important;
    }

    .pc-field label {
        position: absolute;
        top: 18px;
        left: 12px;
        font-size: 0.85rem;
        color: #17316a;
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .pc-underline:focus + label,
    .pc-underline:not(:placeholder-shown) + label {
        top: 0;
        font-size: 0.7rem;
        opacity: 1;
        color: #17316a;
    }

    .pc-form-card input,
    .pc-form-card textarea,
    .pc-form-card select {
        background-color: #e9edf0;
    }

        .pc-form-card input:focus,
        .pc-form-card textarea:focus,
        .pc-form-card select:focus {
            background-color: #e9edf0;
            outline: none;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
        }


    .pc-form-card {
        background: #e9edf0;
        border-radius: 10px;
        box-shadow: 0 20px 50px rgba(11,43,99,.18);
        padding: 24px 18px 70px;
        max-width: 420px;
        margin-left: 0px;
        text-align: left;
    }

        .pc-form-card h3 {
            font-weight: 800;
            color: var(--pc-blue-900);
            font-size: 1.75rem;
            margin: 2px 0 12px;
            text-align: left;
        }

        .pc-form-card .form-control {
            border-radius: 10px;
            border: 1px solid rgba(11,43,99,.18);
        }

        .pc-form-card .pc-btn {
            margin-top: 16px;
            margin-left: 12px;
            padding: .45rem 2.5rem;
            font-weight: 10;
        }

    .linkish {
        display: inline-block;
        text-align: center;
        font-weight: 600;
        font-size: 0.95rem;
        color: #0b2b63;
        border: 2px solid #0b2b63;
        padding: 5px 25px;
        border-radius: 999px;
        text-decoration: none;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
    
        }

        .linkish:hover {
            background-color: rgba(11, 43, 99, 0.1);
        }

    /* Vantagens */
    .pc-section-title {
        text-align: center;
        padding: 40px 0 14px;
    }

        .pc-section-title h2 {
            margin: 0;
            font-weight: 900;
            letter-spacing: .12em;
            color: var(--pc-blue-900);
            font-size: 1.1rem;
        }

        .pc-section-title p {
            margin: 6px 0 0;
            font-weight: 800;
            color: rgba(11,43,99,.55);
            font-size: .85rem;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

    .pc-adv {
        text-align: center;
        padding: 12px 10px;
    }

        .pc-adv .icon {
            width: 54px;
            height: 54px;
            margin: 0 auto 10px;
            border-radius: 999px;
            background: rgba(42,168,255,.12);
            border: 1px solid rgba(42,168,255,.35);
            display: grid;
            place-items: center;
            color: var(--pc-blue-700);
            font-weight: 900;
        }

        .pc-adv h4 {
            font-size: .9rem;
            font-weight: 800;
            color: var(--pc-blue-900);
            margin: 0 0 6px;
        }

        .pc-adv p {
            font-size: .82rem;
            color: var(--pc-muted);
            margin: 0;
            max-width: 36ch;
            margin-inline: auto;
        }

    /* Lower CTA */
    .pc-lower {
        background: #f7fbff;
        border-top: 1px solid rgba(11,43,99,.08);
        border-bottom: 1px solid rgba(11,43,99,.08);
        margin-top: 26px;
    }

        .pc-lower .box {
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 22px 55px rgba(16, 24, 40, .10);
            overflow: hidden;
        }

        .pc-lower .copy {
            padding: 34px 32px;
        }

        .pc-lower h3 {
            font-weight: 900;
            color: var(--pc-blue-900);
            margin: 0 0 6px;
            text-transform: uppercase;
        }

        .pc-lower p {
            margin: 0 0 18px;
            color: var(--pc-muted);
            font-weight: 500;
        }

        .pc-lower .right {
            min-height: 220px;
            background: linear-gradient(135deg, rgba(42,168,255,.18), rgba(63,208,255,.10));
            display: grid;
            place-items: center;
            padding: 18px;
        }

        .pc-lower .person-ph {
            width: 150px;
            height: 150px;
            border-radius: 999px;
            background: rgba(42,168,255,.18);
            border: 1px solid rgba(42,168,255,.35);
        }

    /* Docs */
    .pc-docs {
        padding: 34px 0 18px;
        scroll-margin-top: 300px;
    }

        .pc-docs h3 {
            font-weight: 900;
            color: var(--pc-blue-900);
            margin: 0;
            text-transform: uppercase;
        }

        .pc-docs p {
            margin: 6px 0 0;
            color: var(--pc-muted);
        }

    .pc-doc-actions {
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    /* Footer */
    .pc-footer {
        background: var(--pc-blue-900);
        color: rgba(255,255,255,.85);
        padding: 16px 0;
        font-size: .85rem;
        margin-top: 12px;
    }

    /* Responsive tweaks */
    @@media (max-width: 991.98px) {
        .pc-hero-bubble {
            left: 50%;
            transform: translateX(-50%);
            top: 18%;
            border-radius: 28px;
        }

        .pc-card-row {
            margin-top: 16px;
        }

        .pc-doc-actions {
            justify-content: flex-start;
            margin-top: 12px;
        }
    }

    .pc-flip-wrap {
        perspective: 1200px;
        height: auto; /* deixa adaptar */
        transition: height .35s ease; /* animazita a altura */
    }

    .pc-flip.is-flipped {
        transform: rotateY(180deg);
    }

    .pc-flip {
        position: relative;
        width: 100%;
        transform-style: preserve-3d;
        transition: transform .75s cubic-bezier(.2,.8,.2,1);
    }

    /* as faces continuam absolutas */
    .pc-face {
        position: absolute;
        inset: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        border-radius: 16px;
    }

    .pc-face-front {
        transform: rotateY(0deg);
        background: #fff;
        box-shadow: 0 20px 50px rgba(11,43,99,.18);
        padding: 18px;
    }

    .pc-face-back {
        transform: rotateY(180deg);
    }

    /* loading overlay */
    .pc-loading {
        position: absolute;
        inset: 0;
        display: none;
        place-items: center;
        background: rgba(255,255,255,.85);
        backdrop-filter: blur(4px);
        border-radius: 16px;
        z-index: 10;
    }

        .pc-loading.is-on {
            display: grid;
        }

        .pc-loading .box {
            text-align: center;
            padding: 14px 18px;
            border-radius: 14px;
            background: #ffffff;
            border: 1px solid rgba(11,43,99,.12);
            box-shadow: 0 20px 50px rgba(11,43,99,.12);
            color: #0b2b63;
            font-weight: 800;
            min-width: 240px;
        }

    /* Card plano */ pc-plan-card
    .pc-plan-card {
        /*  height: 100%; */
        background: #f3f9ff;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        min-height: 360px;
    }

    .pc-plan-card .side-bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #0b2b63;
        opacity: .9;
    }

    .pc-plan-card .content {
        padding: 18px 18px 14px 22px;
    }

    .pc-plan-card h3 {
        margin: 0 0 20px;
        font-weight: 900;
        color: #0b2b63;
        text-transform: uppercase;
        font-size: 1.80rem;
    }

    .pc-toggle {
        padding-left: 8px;
        display: flex;
        gap: 18px;
        align-items: center;
        margin: 6px 0 12px;
        color: #0b2b63;
        font-weight: 700;
    }

        .pc-toggle .dot {
            width: 14px;
            height: 14px;
            border-radius: 999px;
            border: 2px solid rgba(11,43,99,.35);
            display: inline-block;
            margin-right: 8px;
            vertical-align: -2px;
        }

        .pc-toggle .on .dot {
            background: #0b2b63;
            border-color: #0b2b63;
        }

    .pc-list {
        list-style: none;
        padding-left: 8px;
        margin: 10px 0 0;
        color: #17366f;
        font-weight: 600;
        font-size: .92rem;
    }

        .pc-list li {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            padding: 6px 0;
        }

    .pc-check {
        width: 18px;
        height: 18px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        color: #0f63d6;
        flex: 0 0 18px;
        margin-top: 2px;
        font-size: .85rem;
    }

    .pc-plan-actions {
        padding: 12px 18px 18px 22px;
    }

    .pc-link-muted {
        background: none;
        border: none;
        padding: 0;
        font-family: inherit;
        display: inline-block;
        text-align: center;
        font-weight: 550;
        color: #17316a;
        text-decoration: none;
        font-size: .85rem;
        cursor: pointer;
    }

        .pc-link-muted:hover {
            text-decoration: underline;
            color: var(--pc-blue-900) !important;
        }

    @@media (prefers-reduced-motion: reduce) {
        .pc-flip {
            transition: none;
        }
    }

    .pc-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: none;
    }

        .pc-overlay.is-open {
            display: block;
        }

    .pc-overlay-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(11,43,99,.45);
        backdrop-filter: blur(2px);
    }

    .pc-overlay-panel {
        position: relative;
        width: min(980px, calc(100% - 24px));
        margin: 72px auto;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 25px 80px rgba(0,0,0,.25);
        overflow: hidden;
        border: 1px solid rgba(11,43,99,.12);
        margin: 24px auto;
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        overflow-x: auto;
    }

    .pc-overlay-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        background: linear-gradient(135deg, rgba(42,168,255,.18), rgba(63,208,255,.10));
        border-bottom: 1px solid rgba(11,43,99,.10);
    }

    .pc-overlay-title {
        font-weight: 900;
        color: var(--pc-blue-900);
        letter-spacing: .2px;
    }

    .pc-overlay-close {
        border: 0;
        background: transparent;
        font-size: 1.15rem;
        font-weight: 900;
        color: rgba(11,43,99,.75);
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

        .pc-overlay-close:hover {
            background: rgba(11,43,99,.08);
            color: var(--pc-blue-900);
        }

    .pc-overlay-body {
        padding: 14px 16px;
    }

        .pc-overlay-body .table thead th {
            color: rgba(11,43,99,.85);
            font-weight: 900;
            border-bottom: 1px solid rgba(11,43,99,.12);
        }

        .pc-overlay-body .table tbody td {
            border: 1px solid rgba(11,43,99,.15) !important;
            color: #17316a !important;
            font-weight: 600;
            text-align: center;
        }

    .pc-overlay-foot {
        padding: 14px 16px 70px;
        display: flex;
        justify-content: flex-end;
        border-top: 1px solid rgba(11,43,99,.10);
    }

    .pc-overlay-body .text-primary {
        color: #17316a !important;
    }

    .pc-overlay-body a {
        color: #17316a;
    }

    .pc-overlay-body
    td.tb-cell.tb-head.tb-title.text-center {
        background-color: #2e89b2;
        color: #ffffff;
    }

    .pc-overlay-body .table tbody td.tb-cell.text-start.tb-row-title {
        color: #2e89b2 !important;
    }

    @@media (max-width: 576px) {
        .pc-overlay-panel {
            margin: 18px auto;
        }
    }



    .pc-toggle-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        user-select: none;
    }

        .pc-toggle-item input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .pc-toggle-item .dot {
            width: 14px;
            height: 14px;
            border-radius: 999px;
            border: 2px solid rgba(11,43,99,.35);
            display: inline-block;
            box-shadow: inset 0 0 0 3px transparent;
        }

        .pc-toggle-item input:checked + .dot {
            border-color: #0b2b63;
            background: #0b2b63;
        }


    /* overlay base (já tens parecido; se já existir, só garante z-index alto) */
    .pc-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: none;
    }

        .pc-overlay.is-open {
            display: block;
        }


    .pc-overlay-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(11,43,99,.45);
        backdrop-filter: blur(2px);
    }

    /* painel adesão */
    .pc-adesao-panel {
        position: relative;
        width: min(980px, calc(100% - 24px));
        margin: 26px auto;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 25px 80px rgba(0,0,0,.25);
        overflow: hidden;
        border: 1px solid rgba(11,43,99,.12);
        max-height: calc(100vh - 24px);
        overflow: hidden; /* o scroll vai ficar no body */
    }

    .pc-adesao-close {
        position: absolute;
        right: 10px;
        top: 10px;
        border: 0;
        background: rgba(255,255,255,.8);
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-weight: 900;
        color: rgba(11,43,99,.75);
        z-index: 5;
    }

        .pc-adesao-close:hover {
            background: #fff;
            color: var(--pc-blue-900);
        }

    .pc-adesao-hero {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        /* min-height: 170px; */
    }

    .pc-adesao-hero-left {
        background: linear-gradient(90deg, rgba(42,168,255,.95), rgba(63,208,255,.35));
        display: flex;
        align-items: center;
        padding: 26px;
    }

    .pc-adesao-hero-title {
        font-weight: 900;
        color: var(--pc-blue-900);
        font-size: clamp(1.6rem, 2.3vw, 2.3rem);
        letter-spacing: .5px;
        line-height: 1.05;
    }

    .pc-adesao-hero-right {
        background: #e9f6ff;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
    }

        .pc-adesao-hero-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .pc-adesao-body {
        padding: 22px 26px 26px;
        position: relative;
        overflow-y: auto;
        max-height: calc(100vh - 24px - 170px); /* 170px ~ altura do header/hero */
        -webkit-overflow-scrolling: touch; /* scroll suave iOS */
    }

    @@media (max-width: 768px) {
        .pc-adesao-panel {
            margin: 12px auto;
            max-height: calc(100vh - 24px);
        }

        .pc-adesao-body {
            max-height: calc(100vh - 24px - 90px); /* header mais pequeno no mobile */
        }
    }

    .pc-adesao-h {
        text-align: center;
        margin: 10px 0 22px;
        font-weight: 900;
        color: var(--pc-blue-900);
    }

    /* inputs */
    .pc-in {
        border-radius: 12px;
        padding: 14px 16px;
        border: 1px solid rgba(11,43,99,.18);
    }

        .pc-in::placeholder {
            color: rgba(11,43,99,.55);
            font-weight: 600;
        }

    /* sexo box */
    .pc-sex-box {
        border: 1px solid rgba(11,43,99,.18);
        border-radius: 12px;
        padding: 10px 14px;
        min-height: 54px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        color: rgba(11,43,99,.75);
        font-weight: 700;
    }

    .pc-sex-label {
        margin-right: 6px;
        color: rgba(11,43,99,.55);
        font-weight: 800;
    }

    .pc-sex-box label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-weight: 700;
    }

    .pc-adesao-submit {
        width: 320px;
        max-width: 100%;
        display: block;
        margin: 10px auto 0;
    }

    /* loading */
    .pc-adesao-loading {
        position: fixed;
        inset: 0;
        display: none;
        place-items: center;
        background: rgba(255,255,255,.86);
        backdrop-filter: blur(4px);
        z-index: 9999;
    }

        .pc-adesao-loading.is-on {
            display: grid;
        }

        .pc-adesao-loading .box {
            text-align: center;
            padding: 14px 18px;
            border-radius: 14px;
            background: #fff;
            border: 1px solid rgba(11,43,99,.12);
            box-shadow: 0 20px 50px rgba(11,43,99,.12);
            color: #0b2b63;
            font-weight: 900;
            min-width: 260px;
        }

    @@media (max-width: 768px) {
        .pc-adesao-hero {
            grid-template-columns: 1fr;
        }

        .pc-adesao-hero-right {
            display: none;
        }
        /* no mobile fica mais limpo */
        .pc-adesao-panel {
            margin: 12px auto;
        }
    }


    .pc-left-girl {
        width: 100%;
        max-width: 420px; /* ajusta se quiseres maior */
        height: auto;
        border-radius: 18px;
        display: block;
        box-shadow: 0 18px 45px rgba(11,43,99,.18);
    }



    .pc-welcome-panel {
        position: relative;
        width: min(1100px, calc(100% - 24px));
        margin: 18px auto;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 25px 80px rgba(0,0,0,.25);
        overflow: hidden;
        border: 1px solid rgba(11,43,99,.12);
        max-height: calc(100vh - 24px);
        display: flex;
        flex-direction: column;
    }

    .pc-welcome-hero {
        grid-template-columns: 1.05fr 1.25fr;
        min-height: 220px;
    }

    .pc-welcome-hero-left {
        padding: 22px 26px;
        background: linear-gradient(90deg, rgba(42,168,255,.95), rgba(63,208,255,.20));
        position: relative;
    }

    .pc-welcome-brand {
        align-items: center;
        gap: 10px;
    }

    .pc-welcome-logo {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: linear-gradient(135deg, var(--pc-blue-600), var(--pc-cyan-400));
        box-shadow: 0 10px 25px rgba(15,99,214,.25);
    }

    .pc-welcome-title {
        margin-top: 22px;
        font-weight: 900;
        color: var(--pc-blue-900);
        font-size: clamp(2rem, 3.2vw, 3rem);
        line-height: 1.05;
        position: relative;
        display: ruby;
    }

    .pc-welcome-underline {
        position: absolute;
        left: 0;
        bottom: 6px;
        height: 14px;
        width: 70%;
        background: rgba(63,208,255,.55);
        border-radius: 999px;
        z-index: -1;
    }

    .pc-welcome-hero-right {
        background: #e9f6ff;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
    }

        .pc-welcome-hero-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .pc-welcome-body {
        padding: 22px 26px 26px;
        overflow-y: auto;
        max-height: calc(100vh - 24px - 175px);
    }


        .pc-welcome-body h3 {
            text-align: center;
            font-weight: 900;
            color: var(--pc-blue-900);
            margin: 6px 0 18px;
            line-height: 1.2;
        }

    .pc-welcome-accent {
        border-radius: 10px;
        padding: 0 .2rem;
    }

    .pc-welcome-block {
        text-align: center;
        padding: 10px 0;
    }

    .pc-welcome-sub {
        font-weight: 900;
        color: rgba(42,168,255,.95);
        font-size: 1.15rem;
        margin-bottom: 6px;
    }

    .pc-welcome-txt {
        color: rgba(11,43,99,.75);
        font-weight: 600;
        max-width: 86ch;
        margin: 0 auto;
        font-size: .92rem;
    }

    .pc-welcome-stores {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .pc-store-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        min-width: 140px;
        padding: 0 14px;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        font-size: .9rem;
    }

        .pc-store-badge img {

            height:40px;
            border-radius: 8px;

        }
    @@media (max-width: 768px) {
        .pc-welcome-hero {
            grid-template-columns: 1fr;
        }

        .pc-welcome-hero-right {
            display: none;
        }
    }

    .pc-plan-card .pc-plan-content {
        padding: 18px 18px 14px 22px;
        display: block !important;
    }

    header {
        z-index: 3 !important;
    }



    .pc-price-bubble {
        position: absolute;
        right: -16px;
        top: -22px;
        width: 190px;
        height: 132px;
        background: rgba(42,168,255,.35);
        border: 1px solid rgba(255,255,255,.65);
        border-bottom-left-radius: 140px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 10px 30px rgba(11,43,99,.18);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 14px 12px;
        color: #0b2b63;
        font-weight: 900;
    }

    .pc-price-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.05;
        gap: 6px;
        text-align: center;
    }

    .pc-price-old {
        font-size: .85rem;
        font-weight: 800;
        opacity: .85;
        text-decoration: line-through;
        margin-bottom: 2px;
    }

    .pc-price-new {
        font-size: 2.3rem;
        font-weight: 1000;
        margin-left: 16px;
    }

    .pc-discount-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(11,43,99,.92);
        color: #fff;
        font-size: 1.50rem;
        font-weight: 900;
        letter-spacing: .2px;
        margin-left: 50px;
        margin-bottom: 10px
    }


    .pc-label {
        display: block;
        font-weight: 800;
        color: rgba(11,43,99,.75);
        margin: 0 0 6px;
        font-size: .92rem;
    }

    .pc-in {
        border-radius: 12px;
        padding: 14px 16px;
        border: 1px solid rgba(11,43,99,.18);
    }

    /* Estado civil (caixa + bolinhas) */
    .pc-radio-box {
        border: 1px solid rgba(11,43,99,.18);
        border-radius: 12px;
        padding: 10px 14px;
        min-height: 54px;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        color: rgba(11,43,99,.75);
        font-weight: 700;
        background: #fff;
    }

        .pc-radio-box .pc-radio {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .pc-radio-box input[type="radio"] {
            appearance: none;
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid rgba(11,43,99,.35);
            display: inline-grid;
            place-items: center;
            margin: 0;
        }

            .pc-radio-box input[type="radio"]::before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                transform: scale(0);
                transition: transform .15s ease;
                background: #0b2b63;
            }

            .pc-radio-box input[type="radio"]:checked {
                border-color: #0b2b63;
            }

                .pc-radio-box input[type="radio"]:checked::before {
                    transform: scale(1);
                }

    .pc-adesao-hero--simple {
        grid-template-columns: 1fr !important;
    }

        .pc-adesao-hero--simple .pc-adesao-hero-right {
            display: none !important;
        }

        .pc-adesao-hero--simple .pc-adesao-hero-left {
            width: 100%;
            justify-content: flex-start;
        }

        .pc-adesao-hero--simple .pc-adesao-hero-title {
            width: 100%;
            display: block;
        }


    .pc-label {
        display: block;
        font-weight: 900;
        color: rgba(11,43,99,.70);
        font-size: .78rem;
        margin: 0 0 6px;
    }

    .pc-ac {
        position: relative;
    }

    .pc-ac-dd {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        background: #fff;
        border: 1px solid rgba(11,43,99,.18);
        border-radius: 14px;
        box-shadow: 0 20px 55px rgba(11,43,99,.18);
        padding: 10px;
        z-index: 99999;
    }

    .pc-ac-list {
        list-style: none;
        margin: 8px 0 0;
        padding: 0;
        max-height: 240px;
        overflow: auto;
    }

    .pc-ac-item {
        padding: 10px 12px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 800;
        color: rgba(11,43,99,.85);
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .pc-ac-item:hover,
        .pc-ac-item.is-active {
            background: rgba(42,168,255,.12);
        }

    .pc-ac-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(42,168,255,.65);
        flex: 0 0 10px;
    }

    .pc-ac-loading,
    .pc-ac-empty {
        font-weight: 800;
        color: rgba(11,43,99,.70);
        padding: 6px 4px;
    }

    .pc-ac-hint {
        margin-top: 8px;
        font-size: .72rem;
        font-weight: 800;
        color: rgba(11,43,99,.55);
    }


    .pc-dd {
        background: #fff;
        border: 1px solid rgba(11,43,99,.18);
        border-radius: 12px;
        box-shadow: 0 18px 45px rgba(16,24,40,.12);
        overflow: hidden;
    }

    .pc-dd-item {
        width: 100%;
        text-align: left;
        border: 0;
        background: #fff;
        padding: 10px 12px;
        display: block;
    }

        .pc-dd-item:hover {
            background: rgba(42,168,255,.08);
        }

    .pc-dd-title {
        font-weight: 800;
        color: #0b2b63;
        line-height: 1.1;
    }

    .pc-dd-sub {
        font-size: .85rem;
        font-weight: 600;
        color: rgba(11,43,99,.65);
        margin-top: 2px;
    }

    #aCidade.is-locked {
        background: rgba(11,43,99,.06);
    }


    @media (max-width: 1200px) {
        .pc-section-info .col-12.col-lg-6 {
            margin-top: -50px !important;
            text-align: center !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .pc-section-info img {
            display: none;
        }

        .pc-section-info h2 {
            font-size: 28px !important;
            line-height: 1.2 !important;
            margin-bottom: 20px !important;
        }

        .pc-section-info p {
            font-size: 16px !important;
            margin-bottom: 20px !important;
            padding: 0 12px 0 12px;
            text-align: justify;
        }
    }

    @media (max-width: 1200px) {
        .pc-band h2 {
            font-size: 24px !important;
            line-height: 1.3 !important;
        }

        .pc-band {
            min-height: 610px !important;
            background:none;
        }


            .pc-band .col-12.col-lg-6.d-flex.flex-column.justify-content-start {
                padding-top: 1.5rem !important;
                justify-content: flex-start !important;
                text-align: center !important;
            }
    }

    @media (max-width: 768px) {
        .pc-topbar img {
            width: 300px !important;
            max-width: 115% !important;
            height: auto !important;
            margin-top: -20px;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .pc-topbar img {
            width: 340px !important;
            max-width: 110% !important;
            height: auto !important;
        }
    }

    @media (max-width: 768px) {
        .pc-plan-card .pc-plan-content {
            padding-left: 0 !important;
        }

        .pc-form-card {
            padding-left: 0 !important;
        }

        .pc-price-bubble {
            width: 116px;
        }


        .pc-price-old {
            font-size: .80rem;
        }

        .pc-price-new {
            font-size: 1.31rem;
            font-weight: 1000;
        }

        .pc-discount-badge {
            font-size: 1.20rem;
            margin-left: 35px;
        }
    }


    .pc-welcome-image {
        width: 100%;
        display: block;
        border-radius: 12px 12px 0 0;
    }


    .pc-form-error {
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 12px;
        border: 1px solid #dc3545;
        background: rgba(220,53,69,.08);
        color: #b02a37;
        font-weight: 700;
    }

        .pc-form-error.d-none {
            display: none;
        }

    .pc-input-error {
        font-size: 12px;
        color: #dc3545;
        font-weight: 700;
        min-height: 18px;
    }

    .pc-actions-row {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-top: 10px;
        padding: 0 0 0 15px;
    }

        .pc-actions-row .pc-link-muted {
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
        }

        .pc-actions-row .btn {
            white-space: nowrap;
        }

    .swal2-container {
        z-index: 200000 !important;
    }

    @media (max-width: 768px) {
        .pc-plan-actions {
            padding: 12px 18px 18px 0;
        }
    }

    @media (max-width: 768px) {
        .pc-form-error {
            margin-left: 9px;
            font-size: 12px;
        }
    }

    @media (max-width: 767px) {
        .pc-overlay-head {
            width: 130%;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .pc-overlay-head {
            width: 100%;
        }
    }

    @media (min-width: 1025px) {
        .pc-overlay-head {
            width: 100%;
        }
    }

    .yfwkJ {
        display: none !important;
    }

    @media (max-width: 768px) {

        .pc-welcome-body {
            padding: 22px 26px 26px;
            overflow-y: auto;
            max-height: calc(100vh - 24px - 120px);
        }
    }


    @media (max-width: 768px) {

        .pc-list li 
        {
            font-size:12px;
        }
    }

    @media (max-width: 768px) {

        .pc-welcome-body h3 {
            font-size:20px;
        }

        .pc-welcome-txt{
            font-size: 12px;
        }
        .pc-welcome-sub {
            font-size:14.4px;
        }
    }

    @media (max-width: 1200px) {

        .pc-adesao-close {
            right:0px;
        }
    }
    .pc-overlay-body .text-primary {
        color: #17316a !important;
    }



    .pc-field-err {
        margin-top: 6px;
        font-size: 12px;
        color: #dc3545;
        font-weight: 600;
        min-height: 14px;
    }

@media screen and (max-width: 767px) {
    .pc-adesao-body {
        padding-bottom: 40px;
    }
}