.elementor-8054 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-8054 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */:root {
            --roxo: #6647af;
            --roxo-claro: #a795d8;
            --lilas: #f5f2fb;
            --lilas-borda: #e6dff5;
            --verde-wpp: #25D366;
            --verde-wpp-hover: #1eb958;
            --preto: #1c1c1e;
            --cinza: #55555c;
            --branco: #ffffff;

            --font-display: 'Prata', Georgia, serif;
            --font-body: 'Nunito Sans', 'Segoe UI', sans-serif;

            --container: 1120px;
            --radius: 18px;
            --shadow: 0 10px 30px rgba(102, 71, 175, .10);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-body);
            color: var(--preto);
            background: var(--branco);
            line-height: 1.65;
            font-size: 17px;
            -webkit-font-smoothing: antialiased;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            color: inherit;
        }

        .container {
            width: 100%;
            max-width: var(--container);
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ---------- Tipografia ---------- */
        h1,
        h2,
        h3 {
            font-family: var(--font-display);
            color: var(--roxo);
            font-weight: 400;
            line-height: 1.25;
        }

        h1 {
            font-size: clamp(2rem, 4.4vw, 2.7rem);
        }

        h2 {
            font-size: clamp(1.7rem, 3.2vw, 2.4rem);
        }

        h3 {
            font-size: 1.18rem;
        }

        p {
            color: var(--preto);
        }

        .lead {
            font-size: 1.12rem;
            color: var(--cinza);
        }

        /* Eyebrow com o "+" do positivo — motivo visual da página */
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            font-size: .82rem;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--roxo);
            margin-bottom: 1rem;
        }

        .eyebrow::before {
            content: "+";
            font-family: var(--font-display);
            font-size: 1.25rem;
            line-height: 1;
            color: var(--verde-wpp);
        }

        /* ---------- Botões ---------- */
        .btn {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            background: var(--verde-wpp);
            color: var(--branco);
            font-family: var(--font-body);
            font-weight: 800;
            font-size: 1rem;
            padding: .95rem 1.9rem;
            border-radius: 999px;
            text-decoration: none;
            transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
            box-shadow: 0 8px 22px rgba(37, 211, 102, .32);
        }

        .btn:hover {
            background: var(--verde-wpp-hover);
            transform: translateY(-2px);
        }

        .btn:focus-visible {
            outline: 3px solid var(--roxo);
            outline-offset: 3px;
        }

        .btn svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .btn--lg {
            font-size: 1.08rem;
            padding: 1.05rem 2.2rem;
        }

        /* ---------- Placeholders de imagem ----------
   Substitua cada .img-placeholder por uma <img> ou defina
   background-image no elemento correspondente. */
        .img-placeholder {
            background: var(--lilas);
            border-radius: var(--radius);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--roxo);
            font-weight: 700;
            font-size: .9rem;
            min-height: 280px;
        }

        .img-placeholder img {
            border-radius: var(--radius);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            min-height: 280px;
        }

        /* ---------- Header ---------- */
        .header {
            position: sticky;
            top: 0;
            z-index: 50;
            background: #FBFCFB;
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--lilas-borda);
        }

        .header__inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: .9rem 0;
        }

        .logo img {
            height: 56px;
            width: auto;
        }

        .header .btn {
            padding: .6rem 1.3rem;
            font-size: .92rem;
            box-shadow: none;
        }

        /* ---------- Hero ---------- */
        .hero {
            padding: 4.5rem 0 5rem;
            overflow: hidden;
        }

        .hero__grid {
            display: grid;
            grid-template-columns: 1.05fr .95fr;
            gap: 3.5rem;
            align-items: center;
        }

        .hero__title {
            margin: .4rem 0 1.2rem;
        }

        .hero__title em {
            font-style: normal;
            border-bottom: 4px solid var(--verde-wpp);
        }

        .hero p {
            margin-bottom: 1rem;
        }

        .hero__cta {
            margin-top: 1.8rem;
            display: flex;
            align-items: center;
            gap: 1.2rem;
            flex-wrap: wrap;
        }

        .hero__note {
            font-size: .88rem;
            color: var(--cinza);
        }

        .hero__media {
            position: relative;
        }

        .hero__media .img-placeholder {
            min-height: 440px;
        }

        /* moldura decorativa roxa atrás da imagem */
        .hero__media::before {
            content: "";
            position: absolute;
            inset: 24px -24px -24px 24px;
            border: 2px solid var(--roxo);
            border-radius: var(--radius);
            z-index: -1;
        }

        /* ---------- Seções ---------- */
        .section {
            padding: 5rem 0;
        }

        .section--lilas {
            background: var(--lilas);
        }

        .section__head {
            max-width: 640px;
            margin-bottom: 3rem;
        }

        .section__head--center {
            margin-inline: auto;
            text-align: center;
        }

        .section__head h2 {
            margin-bottom: .8rem;
        }

        /* ---------- Cards: Por que escolher ---------- */
        .cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.4rem;
        }

        .card {
            background: var(--branco);
            border: 1px solid var(--lilas-borda);
            border-radius: var(--radius);
            padding: 1.8rem 1.6rem;
            box-shadow: var(--shadow);
            transition: transform .25s ease;
        }

        .card:hover {
            transform: translateY(-4px);
        }

        .card h3 {
            margin: .9rem 0 .5rem;
        }

        .card p {
            font-size: .98rem;
            color: var(--cinza);
        }

        .card__icon {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: var(--lilas);
            color: var(--roxo);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 1.5rem;
        }

        /* ---------- Parallax (imagem de fundo opaca com véu branco) ----------
   Para ativar: adicione background-image na classe .parallax correspondente. */
        /* Camada 0: imagem de fundo */
        .parallax {
            position: relative;
            background-color: var(--lilas);
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        #parallax-sinais {
            background-image: url('https://paginadecontatolp.com.br/wp-content/uploads/2026/07/stone-texture-background-scaled.jpg');
        }

        /* Camada 1: véu branco quase opaco */
        .parallax::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, .92);
            z-index: 1;
        }

        /* Camada 2: conteúdo sempre por cima, com contraste total */
        .parallax>.container {
            position: relative;
            z-index: 2;
        }

        /* ---------- Checklist: Quando buscar ---------- */
        .signals {
            max-width: 720px;
            margin: 0 auto;
            display: grid;
            gap: 1rem;
        }

        .signal {
            display: flex;
            gap: 1rem;
            align-items: flex-start;
            background: var(--branco);
            border: 1px solid var(--lilas-borda);
            border-radius: 14px;
            padding: 1.1rem 1.4rem;
            box-shadow: var(--shadow);
        }

        .signal__mark {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: var(--roxo);
            color: var(--branco);
            font-family: var(--font-display);
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: .1rem;
        }

        .signals__cta {
            text-align: center;
            margin-top: 2.4rem;
        }

        /* ---------- Passos: Como funciona ---------- */
        .steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.4rem;
            counter-reset: passo;
        }

        .step {
            position: relative;
            background: var(--branco);
            border: 1px solid var(--lilas-borda);
            border-radius: var(--radius);
            padding: 2.4rem 1.6rem 1.8rem;
            box-shadow: var(--shadow);
        }

        .step::before {
            counter-increment: passo;
            content: counter(passo);
            position: absolute;
            top: -22px;
            left: 1.6rem;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: var(--roxo);
            color: var(--branco);
            font-family: var(--font-display);
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 16px rgba(102, 71, 175, .35);
        }

        .step h3 {
            margin-bottom: .5rem;
        }

        .step p {
            font-size: .98rem;
            color: var(--cinza);
        }

        /* ---------- Dr. Lister ---------- */
        .doctor {
            display: grid;
            grid-template-columns: .85fr 1.15fr;
            gap: 3.5rem;
            align-items: start;
        }

        .doctor__media {
            position: sticky;
            top: 100px;
        }

        .doctor__media .img-placeholder {
            min-height: 480px;
        }

        .doctor__media::after {
            content: "";
            display: block;
            height: 6px;
            width: 120px;
            margin-top: 1.2rem;
            background: linear-gradient(90deg, var(--roxo), var(--verde-wpp));
            border-radius: 3px;
        }

        .doctor h2 {
            margin-bottom: .4rem;
        }

        .doctor__role {
            color: var(--roxo);
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            font-size: .85rem;
            margin-bottom: 1.6rem;
        }

        .doctor__creds {
            list-style: none;
            display: grid;
            gap: .65rem;
            margin-bottom: 2.2rem;
        }

        .doctor__creds li {
            position: relative;
            padding-left: 1.6rem;
            font-size: .98rem;
        }

        .doctor__creds li::before {
            content: "+";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--verde-wpp);
            font-family: var(--font-display);
            font-size: 1.15rem;
            line-height: 1.4;
        }

        .doctor__stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }

        .stat {
            background: var(--lilas);
            border-radius: 14px;
            padding: 1.2rem 1.4rem;
        }

        .stat strong {
            display: block;
            font-family: var(--font-display);
            font-size: 1.7rem;
            color: var(--roxo);
            line-height: 1.2;
        }

        .stat span {
            font-size: .88rem;
            color: var(--cinza);
            font-weight: 600;
        }

        /* ---------- Tratamentos ---------- */
        .treatments__grid {
            display: grid;
            grid-template-columns: 1fr .9fr;
            gap: 3.5rem;
            align-items: center;
        }

        .treatments {
            list-style: none;
            display: grid;
            gap: .9rem;
        }

        .treatments li {
            display: flex;
            gap: .9rem;
            align-items: flex-start;
            background: var(--branco);
            border: 1px solid var(--lilas-borda);
            border-radius: 14px;
            padding: 1rem 1.3rem;
            font-weight: 600;
        }

        .treatments li small {
            display: block;
            font-weight: 400;
            color: var(--cinza);
        }

        .treatments li::before {
            content: "+";
            flex-shrink: 0;
            color: var(--branco);
            background: var(--roxo);
            width: 26px;
            height: 26px;
            border-radius: 8px;
            font-family: var(--font-display);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: .15rem;
        }

        .treatments__media .img-placeholder {
            min-height: 520px;
        }

        /* ---------- Lembrete honesto ---------- */
        /* ---------- Seção com imagem de fundo estática + véu branco ---------- */
        .bg-image {
            position: relative;
            background-size: cover;
            background-position: center top;
            /* sem background-attachment:fixed = sem parallax */
        }

        #lembrete {
            background-image: url('https://paginadecontatolp.com.br/wp-content/uploads/2026/07/cute-family-playing-summer-field-scaled.jpg');
        }

        .bg-image::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, .9);
            /* véu branco — ajuste entre .85 e .95 */
            z-index: 1;
        }

        .bg-image>.container {
            position: relative;
            z-index: 2;
        }

        .reminder {
            text-align: center;
        }

        .reminder .section__head {
            margin-bottom: 1.6rem;
        }

        .reminder p.lead {
            max-width: 640px;
            margin: 0 auto 2.2rem;
        }

        /* ---------- CTA final ---------- */
        .final-cta {
            background: var(--roxo);
            padding: 5.5rem 0;
            text-align: center;
        }

        .final-cta .eyebrow {
            color: var(--branco);
        }

        .final-cta h2 {
            color: var(--branco);
            margin-bottom: 1rem;
        }

        .final-cta p {
            color: rgba(255, 255, 255, .85);
            max-width: 560px;
            margin: 0 auto 2.4rem;
        }

        /* ---------- Footer ---------- */
        .footer {
            padding: 4rem 0 2.5rem;
            border-top: 1px solid var(--lilas-borda);
        }

        .footer__grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 3rem;
            margin-bottom: 2.5rem;
        }

        .footer .logo {
            font-size: 1.8rem;
        }

        .footer__tagline {
            color: var(--cinza);
            margin-top: .8rem;
            font-style: italic;
        }

        .footer__contacts {
            list-style: none;
            display: grid;
            gap: .7rem;
        }

        .footer__contacts a {
            color: var(--preto);
            text-decoration: none;
            font-weight: 600;
        }

        .footer__contacts a:hover {
            color: var(--roxo);
        }

        .footer__contacts .label {
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--roxo);
            display: block;
        }

        .footer__bottom {
            text-align: center;
            font-size: .85rem;
            color: var(--cinza);
            border-top: 1px solid var(--lilas-borda);
            padding-top: 1.6rem;
        }

        /* ---------- WhatsApp flutuante ---------- */
        .float-wpp {
            position: fixed;
            right: 22px;
            bottom: 22px;
            z-index: 60;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background: var(--verde-wpp);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
            transition: transform .2s ease;
        }

        .float-wpp:hover {
            transform: scale(1.08);
        }

        .float-wpp svg {
            width: 30px;
            height: 30px;
            fill: var(--branco);
        }

        /* ---------- Animações de entrada ---------- */
        .reveal {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal.is-visible {
            opacity: 1;
            transform: none;
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            .reveal {
                opacity: 1;
                transform: none;
                transition: none;
            }

            .card:hover,
            .btn:hover,
            .float-wpp:hover {
                transform: none;
            }
        }

        /* ---------- Responsivo ---------- */
        @media (max-width: 960px) {

            .hero__grid,
            .doctor,
            .treatments__grid {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .cards,
            .steps {
                grid-template-columns: 1fr 1fr;
            }

            .steps {
                row-gap: 2.4rem;
            }

            .doctor__media {
                position: static;
            }

            .parallax {
                background-attachment: scroll;
            }

            /* fixed causa bugs em mobile */
            .header {
                padding: 0.6rem;
            }

            .logo img {
                height: 46px;
                width: auto;
            }

        }

        @media (max-width: 640px) {

            .cards,
            .steps,
            .doctor__stats,
            .footer__grid {
                grid-template-columns: 1fr;
            }

            .section {
                padding: 3.5rem 0;
            }

            .hero {
                padding: 3rem 0;
            }

            .hero__media::before {
                display: none;
            }

            .hero__media .img-placeholder {
                min-height: 300px;
            }

            .treatments__media .img-placeholder {
                min-height: 300px;
            }
        }/* End custom CSS */