/* =========================================================
   Maria Eduarda Bittencourt — Site institucional
   Arquivo principal de estilos
   Organização: variáveis, base, layout, seções, componentes e responsivo
   ========================================================= */

:root{
      --wine:#6B3140; --wine-dark:#4E2330; --rose:#E8D7CF; --rose-2:#F0E3DD; --cream:#FAF7F3; --cream-2:#F6EEE8; --gold:#B88A67; --ink:#2A1A1A; --text:#4A3636; --muted:#866E6E; --white:#fff; --green:#1ecb68;
      --shadow:0 24px 60px rgba(107,49,64,.14); --soft:0 14px 38px rgba(107,49,64,.10);
    }
    *{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth} body{font-family:Jost,system-ui,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden} img{display:block;max-width:100%} a{color:inherit}
    h1,h2,h3{font-family:'Cormorant Garamond',serif;color:var(--ink);line-height:1.04} p{color:var(--muted);line-height:1.75}
    .container{width:min(1120px,90%);margin:auto} section{padding:6.4rem 0;position:relative} .eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-weight:800;margin-bottom:.8rem;display:inline-flex;align-items:center;gap:.8rem} .eyebrow:before{content:"";width:34px;height:1px;background:var(--gold);opacity:.65}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.9rem 1.55rem;border-radius:999px;text-decoration:none;font-size:.88rem;font-weight:800;letter-spacing:.035em;transition:.25s ease;border:1px solid transparent;white-space:nowrap;text-transform:uppercase}
    .btn-primary{background:linear-gradient(135deg,var(--wine),var(--wine-dark));color:white;box-shadow:0 16px 34px rgba(107,49,64,.26)} .btn-primary:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(107,49,64,.34)} .btn-outline{background:rgba(255,255,255,.6);border-color:rgba(107,49,64,.25);color:var(--wine)} .btn-outline:hover{background:var(--wine);color:#fff}
    header{position:fixed;inset:0 0 auto 0;height:74px;background:rgba(250,247,243,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(107,49,64,.08);z-index:90} .nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem} .brand{display:flex;align-items:center;gap:.75rem;text-decoration:none} .mark{width:45px;height:45px;border-radius:16px;background:var(--wine);display:grid;place-items:center;color:#fff;font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:700;box-shadow:0 12px 25px rgba(107,49,64,.18)} .brand strong{display:block;font-family:'Cormorant Garamond',serif;color:var(--wine);font-size:1.22rem;line-height:1} .brand small{font-size:.61rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)} .links{display:flex;align-items:center;gap:1.65rem} .links a{font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;color:var(--text)} .menu-btn{display:none}

    .hero{min-height:100vh;padding:8.3rem 0 5.2rem;background:radial-gradient(circle at 92% 8%,rgba(232,215,207,.8),transparent 32%),radial-gradient(circle at 3% 88%,rgba(232,215,207,.55),transparent 25%),linear-gradient(112deg,#fff 0%,#fff 44%,var(--cream-2) 100%);overflow:hidden}
    .hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:4.2rem;align-items:center} .hero h1{font-size:clamp(3.05rem,5.5vw,5.95rem);letter-spacing:-.045em;max-width:630px} .hero h1 em{color:var(--wine);font-style:italic} .hero-sub{max-width:565px;font-size:1.03rem;margin:1.55rem 0 1.65rem;color:#8B7373} .hero-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin:1.2rem 0 1.15rem} .hero-location{font-size:1.02rem;color:var(--muted);margin-top:1.05rem} .hero-location b{color:var(--wine)}
    .hero-photo-area{position:relative;min-height:560px;display:grid;place-items:center} .hero-frame{width:min(100%,560px);aspect-ratio:4/4.65;border:13px solid white;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);background:var(--rose);position:relative;z-index:2} .hero-frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
    .fruit-card{position:absolute;width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.86);display:grid;place-items:center;font-size:2rem;box-shadow:0 20px 44px rgba(107,49,64,.11);z-index:1;animation:float 6.5s ease-in-out infinite} .fruit-card.f1{left:-40px;top:18px} .fruit-card.f2{right:-42px;top:40px;animation-delay:-2s} .fruit-card.f3{right:36px;bottom:40px;animation-delay:-3.5s} .fruit-card.f4{left:28px;bottom:42px;animation-delay:-1s}
    @keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(5deg)}}
    .hero-badge{position:absolute;left:0;bottom:88px;z-index:3;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(107,49,64,.11);border-radius:22px;padding:1.05rem 1.2rem;max-width:282px;box-shadow:0 22px 46px rgba(107,49,64,.15);animation:gentleBadge 3.8s ease-in-out infinite} .hero-badge strong{font-family:'Cormorant Garamond',serif;font-size:1.33rem;line-height:1;color:var(--wine);display:block;margin-bottom:.34rem} .hero-badge span{font-size:.82rem;color:var(--muted);line-height:1.45;display:block} @keyframes gentleBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
    .desktop-popup{position:fixed;right:26px;bottom:98px;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border:1px solid rgba(107,49,64,.12);border-radius:24px;padding:1rem 1.05rem;box-shadow:0 24px 52px rgba(107,49,64,.16);max-width:330px;display:flex;gap:.85rem;align-items:center;animation:popFloat 4.2s ease-in-out infinite} .desktop-popup .pop-icon{width:42px;height:42px;border-radius:15px;background:var(--rose-2);display:grid;place-items:center;font-size:1.25rem;flex:0 0 auto} .desktop-popup strong{display:block;color:var(--wine);font-size:.88rem;text-transform:uppercase;letter-spacing:.06em} .desktop-popup p{font-size:.79rem;line-height:1.35;margin:.2rem 0 .55rem} .desktop-popup a{font-size:.73rem;color:#fff;background:var(--wine);padding:.48rem .78rem;border-radius:999px;text-decoration:none;font-weight:800;display:inline-flex} @keyframes popFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

    .section-head{text-align:center;max-width:720px;margin:0 auto 3.2rem} .section-head h2{font-size:clamp(2.2rem,4vw,3.4rem);margin-bottom:1rem} .section-head p{font-size:1rem}
    .split{display:grid;grid-template-columns:.9fr 1.1fr;gap:4.5rem;align-items:center} .photo-card{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;background:var(--rose)} .photo-card img{width:100%;height:100%;object-fit:cover;object-position:center 32%} .content h2{font-size:clamp(2.4rem,4vw,3.55rem);margin-bottom:1.2rem} .content p{margin-bottom:1rem;font-size:1rem}
    .cream{background:#fff} .rose{background:linear-gradient(145deg,var(--cream) 0%,var(--rose-2) 100%)} .wine-section{background:linear-gradient(135deg,var(--wine),var(--wine-dark));color:#fff} .wine-section h2,.wine-section h3{color:#fff} .wine-section p,.wine-section .section-head p{color:rgba(255,255,255,.74)} .wine-section .eyebrow{color:#e8cbb0} .wine-section .eyebrow:before{background:#e8cbb0}
    .goals{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:980px;margin:0 auto 2.2rem} .goal{background:#fff;border-radius:18px;padding:1.1rem 1.2rem;display:flex;gap:.85rem;align-items:center;box-shadow:0 12px 28px rgba(107,49,64,.07);font-weight:700;color:var(--text)} .check{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--wine);color:#fff;flex:0 0 auto}
    .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem} .card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:1.45rem;box-shadow:0 12px 30px rgba(0,0,0,.04)} .card h3{font-size:1.38rem;margin:.5rem 0 .4rem} .card p{font-size:.9rem;line-height:1.58} .icon{font-size:1.7rem}
    .why{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:980px;margin:0 auto 2.2rem} .why-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:var(--soft);text-align:center} .why-card h3{font-size:1.55rem;color:var(--wine);margin:.6rem 0}
    .bio-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4.2rem;align-items:start} .formation{margin-top:1.7rem;display:grid;gap:.8rem} .form-item{background:#fff;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 10px 26px rgba(107,49,64,.06)} .form-item strong{display:block;color:var(--ink)} .form-item span{font-size:.85rem;color:var(--muted)} .form-item em{display:block;font-size:.8rem;color:var(--gold);margin-top:.1rem}
    .faq{max-width:820px;margin:auto} .faq-item{background:#fff;border-radius:18px;margin-bottom:.9rem;box-shadow:0 10px 28px rgba(107,49,64,.06);overflow:hidden} .faq-q{width:100%;padding:1.35rem 1.6rem;background:none;border:0;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:Jost,sans-serif;font-weight:800;color:var(--ink);font-size:1.08rem;cursor:pointer} .faq-q span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--rose-2);color:var(--wine)} .faq-a{max-height:0;overflow:hidden;transition:.35s ease;padding:0 1.45rem} .faq-item.open .faq-a{max-height:1800px;padding:0 1.45rem 1.25rem} .faq-item.open .faq-q span{transform:rotate(45deg);background:var(--wine);color:#fff}
    .cta-final{text-align:center;padding:6rem 0;background:linear-gradient(135deg,var(--wine),#7B3944);overflow:hidden} .cta-final h2{font-size:clamp(2.35rem,4.8vw,4rem);color:#fff;margin-bottom:.8rem} .cta-final p{color:rgba(255,255,255,.78);font-size:1.06rem;margin-bottom:1.8rem}
    footer{background:linear-gradient(135deg,#7B3944,var(--wine));color:rgba(255,255,255,.62);padding:3rem 0 7rem} .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem} footer strong{color:#fff} footer h4{color:#e8cbb0;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;margin-bottom:1rem} footer p,footer li{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.7} footer ul{list-style:none}
    .wpp-float{position:fixed;right:24px;bottom:26px;width:58px;height:58px;border-radius:50%;background:#22c55e;z-index:100;display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 18px 42px rgba(34,197,94,.34);animation:wppPulse 2.8s ease-in-out infinite}.wpp-float svg{width:32px;height:32px;display:block} @keyframes wppPulse{0%,100%{box-shadow:0 12px 28px rgba(34,197,94,.28)}50%{box-shadow:0 18px 48px rgba(34,197,94,.48)}}
    .mobile-sticky{display:none}
    @media(max-width:980px){.links{display:none} .menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:0} .menu-btn span{width:24px;height:2px;background:var(--wine)} .hero{padding:6.2rem 0 3.8rem;min-height:auto} .hero-grid,.split,.bio-grid{grid-template-columns:1fr;gap:2.2rem} .hero-content{text-align:center} .eyebrow{justify-content:center} .eyebrow:before{display:none} .hero h1{font-size:clamp(2.25rem,10.6vw,3.45rem);max-width:100%;letter-spacing:-.035em} .hero-sub{margin-left:auto;margin-right:auto;font-size:.98rem} .hero-actions{justify-content:center} .hero-actions .btn{width:100%;max-width:370px;min-height:60px;font-size:.92rem} .hero-location{font-size:1.02rem} .hero-photo-area{min-height:auto;display:block} .hero-frame{width:82%;margin:auto;border-width:9px;border-radius:30px;aspect-ratio:4/4.65} .hero-frame img{object-position:center 20%} .hero-badge{left:50%;bottom:-18px;transform:translateX(-50%);max-width:305px;width:86%;padding:.95rem 1rem;animation:none} .hero-badge strong{font-size:1.2rem} .fruit-card{width:54px;height:54px;border-radius:18px;font-size:1.45rem} .fruit-card.f1{left:2%;top:8%} .fruit-card.f2{right:2%;top:2%} .fruit-card.f3{right:5%;bottom:15%} .fruit-card.f4{left:5%;bottom:20%} section{padding:4.7rem 0} .goals,.cards,.why{grid-template-columns:1fr} .cards{gap:.9rem} .card{padding:1.25rem} .desktop-popup{display:none} .mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:110;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border:1px solid rgba(107,49,64,.13);border-radius:22px;padding:.75rem;display:grid;grid-template-columns:1fr auto;gap:.65rem;align-items:center;box-shadow:0 20px 50px rgba(107,49,64,.18);animation:popFloat 4s ease-in-out infinite} .mobile-sticky strong{display:block;font-size:.8rem;color:var(--wine);text-transform:uppercase;letter-spacing:.06em} .mobile-sticky span{display:block;font-size:.74rem;color:var(--muted);line-height:1.25} .mobile-sticky a{background:var(--wine);color:#fff;text-decoration:none;border-radius:999px;padding:.72rem .9rem;font-size:.77rem;font-weight:900;text-transform:uppercase} .photo-card{width:86%;margin:auto} footer{padding-bottom:6.8rem} .footer-grid{grid-template-columns:1fr}}
    @media(max-width:540px){.container{width:92%} header{height:68px} .brand strong{font-size:1.05rem} .brand small{font-size:.53rem} .mark{width:40px;height:40px} .hero{padding-top:5.8rem} .hero h1{font-size:2.42rem;line-height:1.02} .hero-frame{width:88%;border-radius:26px} .btn{width:100%;font-size:.86rem} .hero-location{font-size:.95rem;line-height:1.45} .section-head h2,.content h2{font-size:2.3rem} .wpp-float{display:none} .goal{align-items:flex-start}}

    .brand-logo{height:54px;width:auto;display:block;object-fit:contain}
    .footer-logo-img{height:74px;width:auto;max-width:100%;display:block;object-fit:contain;margin-bottom:1rem}
    @media(max-width:540px){.brand-logo{height:42px}.footer-logo-img{height:58px}}

    .links a.btn-primary{color:#fff!important;}
    .location-section{background:#fff;padding:5.4rem 0;}
    .location-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:stretch;}
    .location-card{background:linear-gradient(145deg,var(--cream),var(--rose-2));border:1px solid rgba(107,49,64,.10);border-radius:28px;padding:2.2rem;box-shadow:var(--soft);display:flex;flex-direction:column;justify-content:center;}
    .location-card h2{font-size:clamp(2.1rem,3.5vw,3.1rem);margin:.4rem 0 1rem;}
    .location-card p{font-size:1rem;margin-bottom:1.2rem;}
    .location-address{color:var(--wine);font-weight:800;margin-bottom:1.3rem;line-height:1.6;}
    .map-frame{min-height:360px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff;background:var(--rose-2);}
    .map-frame iframe{width:100%;height:100%;min-height:360px;border:0;display:block;}
    @media(max-width:900px){.location-wrap{grid-template-columns:1fr}.map-frame,.map-frame iframe{min-height:310px}.location-card{padding:1.7rem}}

  
    .italic-highlight{font-style:italic;color:var(--wine);font-weight:500}
    .formation-three{grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto;gap:1rem}.formation-three .form-item{position:relative;padding:1.45rem 1.35rem 1.35rem 4.6rem;min-height:112px}.formation-icon{position:absolute;left:1.25rem;top:1.35rem;width:44px;height:44px;border-radius:50%;background:var(--rose-2);display:grid;place-items:center}
    .wide-photo-card{max-width:760px;margin:0 auto 3rem;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/8;background:var(--rose)}.wide-photo-card img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
    
    .testimonials-section{overflow:hidden;background:radial-gradient(circle at 8% 10%,rgba(232,215,207,.45),transparent 26%),#fff}.testimonials-section .section-head{margin-bottom:2rem}.privacy-note{display:inline-flex;align-items:center;gap:.45rem;margin-top:.75rem;padding:.52rem .85rem;border-radius:999px;background:rgba(232,215,207,.45);color:var(--wine);font-size:.78rem;font-weight:700}.testimonial-stage{position:relative;margin-top:2.2rem;overflow:hidden}.testimonial-stage:before,.testimonial-stage:after{content:"";position:absolute;top:0;bottom:0;width:8%;z-index:2;pointer-events:none}.testimonial-stage:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.testimonial-stage:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.testimonial-marquee{display:flex;gap:1rem;width:max-content;will-change:transform;animation:testimonialMarquee 42s linear infinite}.testimonial-marquee.reverse{animation:testimonialMarqueeReverse 48s linear infinite;margin-top:1rem}.testimonial-stage:hover .testimonial-marquee{animation-play-state:paused}.testimonial-card{width:360px;min-height:255px;background:rgba(255,255,255,.92);border-radius:28px;padding:1.35rem;box-shadow:0 18px 46px rgba(107,49,64,.10);border:1px solid rgba(107,49,64,.08);display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 26px 62px rgba(107,49,64,.16);border-color:rgba(184,138,103,.28)}.testimonial-card p{font-size:.95rem;line-height:1.62;color:var(--text);margin-bottom:1.1rem}.testimonial-top{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--wine),#9B5D66);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.03em;box-shadow:0 12px 26px rgba(107,49,64,.22);flex:0 0 auto}.avatar.a2{background:linear-gradient(135deg,#B88A67,#D9B596)}.avatar.a3{background:linear-gradient(135deg,#6B3140,#C78DA0)}.avatar.a4{background:linear-gradient(135deg,#7E5D4B,#C8A284)}.avatar.a5{background:linear-gradient(135deg,#8D4755,#E8B6C0)}.avatar.a6{background:linear-gradient(135deg,#A27258,#E3C0A5)}.avatar.a7{background:linear-gradient(135deg,#5A2733,#B88A67)}.testimonial-person strong{display:block;color:var(--ink);font-family:'Cormorant Garamond',serif;font-size:1.22rem;line-height:1}.testimonial-person span{display:block;color:var(--muted);font-size:.78rem;margin-top:.16rem}.stars{color:var(--gold);letter-spacing:.1em;font-size:.86rem;margin-top:.85rem}@keyframes testimonialMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes testimonialMarqueeReverse{from{transform:translateX(-50%)}to{transform:translateX(0)}}
    .reveal-on-scroll{opacity:0;transform:translateY(28px) scale(.985);filter:blur(3px);transition:opacity .8s ease,transform .8s ease,filter .8s ease}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal-on-scroll.delay-1{transition-delay:.08s}.reveal-on-scroll.delay-2{transition-delay:.16s}.reveal-on-scroll.delay-3{transition-delay:.24s}.btn,.card,.why-card,.goal,.form-item,.process-card,.faq-item,.location-card,.map-frame,.photo-card,.wide-photo-card{transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.card:hover,.why-card:hover,.goal:hover,.form-item:hover,.process-card:hover,.faq-item:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(107,49,64,.14)}.photo-card img,.wide-photo-card img,.hero-frame img{transition:transform 1.1s ease,filter 1.1s ease}.photo-card:hover img,.wide-photo-card:hover img,.hero-frame:hover img{transform:scale(1.035);filter:saturate(1.03)}.hero h1,.hero-sub,.hero-actions,.hero .eyebrow{animation:softRise .85s ease both}.hero-sub{animation-delay:.1s}.hero-actions{animation-delay:.2s}.hero-photo-area{animation:softFade .95s ease .15s both}@keyframes softRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes softFade{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}

    .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.process-card{background:#fff;border-radius:24px;padding:1.6rem;box-shadow:var(--soft);border:1px solid rgba(107,49,64,.06)}.process-card span{display:block;font-weight:800;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;margin-bottom:.55rem}.process-card h3{font-size:1.7rem;color:var(--wine);margin-bottom:.6rem}.process-quote{text-align:center;font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--wine);margin:2.3rem 0 1.2rem}.center-btn{text-align:center}
    .contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem auto 0;max-width:980px}.contact-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:1rem}.contact-grid strong{display:block;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem}.contact-grid span{color:rgba(255,255,255,.82);font-size:.95rem;overflow-wrap:anywhere}footer h3{font-family:'Cormorant Garamond',serif;color:#fff;font-size:1.6rem;margin-bottom:.3rem}
    @media(max-width:980px){.formation-three,.process-grid,.contact-grid{grid-template-columns:1fr}.wide-photo-card{aspect-ratio:4/3}.contact-grid{text-align:left}.formation-three .form-item{min-height:auto}.testimonial-card{width:310px;min-height:285px}.testimonial-stage:before,.testimonial-stage:after{width:12%}}
.desktop-popup,.mobile-sticky{display:none!important}

/* ===== MOBILE-FIRST PERFORMANCE + TESTIMONIALS FIX ===== */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
img{max-width:100%;height:auto;}
.testimonials-section{padding:4.8rem 0 4.4rem!important;overflow:hidden!important;background:radial-gradient(circle at 8% 8%,rgba(232,215,207,.55),transparent 24%),linear-gradient(180deg,#fff 0%,#fbf4f0 100%)!important;}
.testimonials-container{width:min(1120px,92%)!important;}
.testimonials-head{margin:0 auto 1.65rem!important;}
.testimonials-head h2{margin-bottom:.75rem!important;}
.testimonials-head p{max-width:620px;margin-left:auto;margin-right:auto;}
.privacy-note{display:inline-flex;align-items:center;justify-content:center;margin-top:.75rem;padding:.5rem .82rem;border-radius:999px;background:rgba(232,215,207,.55);color:var(--wine);font-size:.77rem;font-weight:800;line-height:1.2;}
.testimonials-track{display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:4%;padding:.35rem 4% 1.15rem;margin-left:-4%;margin-right:-4%;-webkit-overflow-scrolling:touch;}
.testimonials-track::-webkit-scrollbar{height:6px}.testimonials-track::-webkit-scrollbar-track{background:rgba(107,49,64,.07);border-radius:999px}.testimonials-track::-webkit-scrollbar-thumb{background:rgba(107,49,64,.26);border-radius:999px}
.testimonial-card{flex:0 0 min(84vw,350px)!important;width:auto!important;min-height:0!important;scroll-snap-align:center;background:rgba(255,255,255,.96)!important;border:1px solid rgba(107,49,64,.08);border-radius:24px!important;padding:1.15rem!important;box-shadow:0 14px 34px rgba(107,49,64,.10)!important;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;transform:translateZ(0);}
.testimonial-top{display:flex;align-items:center;gap:.78rem;margin-bottom:.25rem!important;}
.avatar{width:46px!important;height:46px!important;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:.88rem;letter-spacing:.02em;flex:0 0 auto;box-shadow:0 8px 18px rgba(107,49,64,.18)!important;}
.testimonial-person strong{display:block;font-size:1.08rem!important;line-height:1.05;color:var(--ink);font-family:'Cormorant Garamond',serif;}
.testimonial-person span{display:block;font-size:.76rem!important;line-height:1.25;color:var(--muted);margin-top:.12rem;}
.testimonial-card p{font-size:.93rem!important;line-height:1.55!important;color:var(--text);margin:0!important;}
.stars{color:var(--gold);letter-spacing:.08em;font-size:.8rem;margin-top:.2rem;}
.swipe-hint{display:block;text-align:center;color:var(--wine);font-size:.82rem;font-weight:800;opacity:.82;margin-top:.2rem;}
.testimonial-card:hover{transform:none!important;box-shadow:0 14px 34px rgba(107,49,64,.10)!important;}

/* Avoid blank areas on mobile: no hidden scroll-reveal elements on small screens */
@media(max-width:768px){
  section{padding:4rem 0!important;}
  .reveal-on-scroll{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;}
  .section-head{margin-bottom:1.6rem!important;}
  .testimonials-section{padding:3.6rem 0 3.1rem!important;}
  .testimonials-head h2{font-size:2.22rem!important;line-height:1.02;}
  .testimonials-head p{font-size:.94rem!important;}
  .privacy-note{font-size:.72rem;border-radius:18px;text-align:center;}
  .testimonials-track{gap:.85rem;padding-bottom:.95rem;}
  .testimonial-card{flex-basis:86vw!important;border-radius:22px!important;padding:1rem!important;}
  .testimonial-card p{font-size:.9rem!important;line-height:1.5!important;}
  .swipe-hint{font-size:.78rem;margin-top:0;}
  .wide-photo-card{display:none!important;}
  .photo-card:hover img,.hero-frame:hover img{transform:none!important;filter:none!important;}
  .card:hover,.why-card:hover,.goal:hover,.form-item:hover,.process-card:hover,.faq-item:hover{transform:none!important;}
}

@media(min-width:900px){
  .testimonials-section{padding:5.2rem 0 5rem!important;}
  .testimonials-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;gap:1rem;padding:0;margin:0;}
  .testimonial-card{flex:auto!important;scroll-snap-align:none;min-height:245px!important;border-radius:26px!important;padding:1.25rem!important;}
  .testimonial-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 48px rgba(107,49,64,.14)!important;}
  .swipe-hint{display:none;}
}
@media(min-width:900px) and (max-width:1120px){.testimonials-track{grid-template-columns:repeat(2,minmax(0,1fr));}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.testimonial-card:hover{transform:none!important}}


    /* Ajuste final: e-mail sem quebra na área de contato e rodapé */
    .contact-grid{
      grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
      max-width: 860px !important;
      align-items: stretch;
    }
    .contact-grid div{
      min-width: 0;
    }
    .email-nowrap{
      white-space: nowrap !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      line-height: 1.25 !important;
      display: inline-block;
      max-width: 100%;
    }
    .contact-grid .email-nowrap{
      font-size: clamp(.76rem, 2.55vw, .95rem) !important;
      letter-spacing: -0.015em;
    }
    footer .email-nowrap{
      font-size: clamp(.76rem, 2.65vw, .92rem) !important;
      letter-spacing: -0.015em;
    }
    @media(max-width: 640px){
      .contact-grid{
        grid-template-columns: 1fr !important;
        gap: .75rem !important;
        max-width: 100% !important;
      }
      .contact-grid div{
        padding: .95rem .9rem !important;
      }
      .contact-grid .email-nowrap{
        font-size: clamp(.68rem, 3.15vw, .78rem) !important;
      }
      footer .email-nowrap{
        font-size: clamp(.68rem, 3.15vw, .78rem) !important;
      }
    }
    @media(max-width: 370px){
      .contact-grid .email-nowrap,
      footer .email-nowrap{
        font-size: .64rem !important;
        letter-spacing: -0.03em;
      }
    }

/* Ajustes pontuais solicitados — versão preservando fotos 1/2 e head original */
.menu-btn,.fruit-card,.hero-badge,.desktop-popup,.mobile-sticky,.wpp-float,.privacy-note,.avatar,.testimonial-person,.stars{display:none!important;}
.testimonial-card{justify-content:flex-start!important;min-height:180px!important;}
.testimonials-track{align-items:stretch!important;}
.process-layout{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:2.2rem;align-items:center;margin-top:.5rem;}
.process-photo{margin:0;max-width:420px;width:100%;justify-self:center;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:var(--rose);aspect-ratio:4/5;}
.process-photo img{width:100%;height:100%;object-fit:cover;object-position:center 36%;display:block;}
.process-layout .process-grid{grid-template-columns:1fr!important;gap:1rem;}
.process-layout .process-card{padding:1.35rem 1.45rem;}
.process-layout .process-card h3{font-size:1.48rem;}
.process-layout .process-card p{font-size:.94rem;line-height:1.52;}
@media(max-width:980px){
  .process-layout{grid-template-columns:1fr;gap:1.35rem;}
  .process-photo{max-width:340px;border-radius:24px;aspect-ratio:4/4.9;}
}
@media(max-width:540px){
  .process-section{padding-top:4rem!important;}
  .process-photo{max-width:285px;width:78%;aspect-ratio:4/5.15;border-radius:22px;}
  .process-layout{gap:1.15rem;}
  .process-layout .process-card{padding:1.05rem 1.05rem;border-radius:20px;}
  .process-layout .process-card h3{font-size:1.32rem;}
  .process-layout .process-card p{font-size:.9rem;line-height:1.48;}
  .process-quote{font-size:1.18rem;margin:1.6rem 0 1rem;}
}

/* FORCE HOSTINGER - Ciclo do cuidado image size */
#processo .process-layout{display:grid!important;grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;gap:2rem!important;align-items:center!important;}
#processo .process-photo{width:320px!important;max-width:320px!important;min-width:0!important;aspect-ratio:4/5!important;margin:0 auto!important;justify-self:center!important;overflow:hidden!important;}
#processo .process-photo img{width:320px!important;max-width:320px!important;height:400px!important;max-height:400px!important;object-fit:cover!important;object-position:center 36%!important;display:block!important;}
@media (max-width: 900px){#processo .process-layout{grid-template-columns:1fr!important;}#processo .process-photo,#processo .process-photo img{width:280px!important;max-width:280px!important;}#processo .process-photo img{height:350px!important;max-height:350px!important;}}
@media (max-width: 560px){#processo .process-photo,#processo .process-photo img{width:230px!important;max-width:230px!important;}#processo .process-photo img{height:288px!important;max-height:288px!important;}}



/* === AJUSTES FINAIS SOLICITADOS === */
.links a.btn-primary,
.btn.btn-primary{text-transform:uppercase!important;}
.mobile-dots{display:none;border:0;background:transparent;padding:.45rem;gap:4px;align-items:center;justify-content:center;cursor:pointer}
.mobile-dots span{display:block;width:5px;height:5px;border-radius:999px;background:var(--wine)}
body.mobile-menu-open .links{display:flex!important;position:fixed;top:74px;left:16px;right:16px;z-index:120;background:rgba(250,247,243,.98);border:1px solid rgba(107,49,64,.12);box-shadow:0 18px 50px rgba(107,49,64,.16);border-radius:22px;padding:1.2rem;flex-direction:column;align-items:center;gap:1rem}
body.mobile-menu-open .links a{font-size:.78rem}
body.mobile-menu-open .links .btn{width:100%;justify-content:center}

.testimonials-head p{display:none!important}
.testimonial-card .stars{font-size:1rem;letter-spacing:.12em;color:#B9925E;margin-bottom:.8rem;line-height:1}
.testimonial-card p{margin-top:0}

.formation-three .form-item,
.formation .form-item{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding-left:1.35rem!important;padding-right:1.35rem!important}
.formation-three .form-item strong,
.formation .form-item strong,
.formation-three .form-item span,
.formation .form-item span{text-align:center!important}

.process-section{padding:5.4rem 0!important}
.process-section .section-head{text-align:center!important;margin-bottom:2.4rem!important}
.process-section .section-head .eyebrow{justify-content:center!important}
.process-mobile-timeline{max-width:820px;margin:0 auto 2rem;position:relative}
.timeline-step{display:grid;grid-template-columns:54px 1fr;gap:1rem;position:relative;margin:0 0 1.5rem}
.timeline-step:not(:last-child)::after{content:"";position:absolute;left:26px;top:54px;bottom:-1.35rem;width:2px;background:rgba(185,146,94,.22)}
.timeline-icon{width:54px;height:54px;border-radius:16px;background:#B9925E;color:#fff;display:grid;place-items:center;font-weight:900;font-size:1.35rem;box-shadow:0 16px 34px rgba(107,49,64,.10)}
.timeline-content{background:#fff;border-radius:24px;padding:1.25rem 1.35rem;box-shadow:0 16px 45px rgba(107,49,64,.07);border:1px solid rgba(107,49,64,.06)}
.timeline-content h3{font-family:Jost,sans-serif;font-size:1.02rem;line-height:1.25;margin:0 0 .72rem;color:var(--ink);font-weight:800;letter-spacing:-.01em}
.timeline-content p{margin:0;color:var(--muted);line-height:1.68;font-size:.96rem}
.process-section .center-btn{text-align:center!important;margin-top:1.4rem!important}

.contact-grid a.contact-card-link{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:1rem;text-decoration:none;display:block;transition:transform .2s ease, background .2s ease}
.contact-grid a.contact-card-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.18)}
.contact-grid a.contact-card-link strong{display:block;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem}
.contact-grid a.contact-card-link span{color:rgba(255,255,255,.82);font-size:.95rem;overflow-wrap:anywhere}
footer a{color:rgba(255,255,255,.82);text-decoration:none}
footer a:hover{color:#fff;text-decoration:underline}

.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:999px;background:#25D366;display:grid;place-items:center;z-index:999;box-shadow:0 16px 38px rgba(37,211,102,.33);text-decoration:none}
.floating-whatsapp svg{width:34px;height:34px;fill:#fff;display:block}

@media(max-width:980px){
  header{height:86px!important}
  .nav{justify-content:center!important;position:relative!important}
  .brand{margin:0 auto!important}
  .brand-logo{height:56px!important;max-width:320px!important}
  .mobile-dots{display:flex!important;position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important}
  .links{display:none}
  .hero{padding-top:7.2rem!important}
  .process-section{padding:4.2rem 0!important}
  .timeline-step{grid-template-columns:44px 1fr;gap:.78rem;margin-bottom:1.2rem}
  .timeline-step:not(:last-child)::after{left:21px;top:46px;bottom:-1.1rem}
  .timeline-icon{width:44px;height:44px;border-radius:14px;font-size:1.08rem}
  .timeline-content{border-radius:20px;padding:1.05rem 1.05rem}
  .timeline-content h3{font-size:.96rem}
  .timeline-content p{font-size:.9rem;line-height:1.58}
}
@media(max-width:540px){
  header{height:82px!important}
  .brand-logo{height:52px!important;max-width:300px!important}
  .hero{padding-top:6.2rem!important}
  .floating-whatsapp{right:16px;bottom:16px;width:54px;height:54px}
  .floating-whatsapp svg{width:31px;height:31px}
  .testimonial-card .stars{font-size:.92rem}
}



/* === CORREÇÃO: MENU 3 PONTINHOS + ESTRELAS DOS DEPOIMENTOS === */
.mobile-linktree{display:none!important}

.testimonial-card .stars,
.testimonials-track .testimonial-card .stars{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#B9925E!important;
  font-size:1.05rem!important;
  line-height:1!important;
  letter-spacing:.16em!important;
  margin:0 0 .95rem 0!important;
  font-family:Jost, Arial, sans-serif!important;
  font-weight:800!important;
  text-align:left!important;
}

@media(max-width:980px){
  body.mobile-menu-open .links{
    display:flex!important;
    position:fixed!important;
    top:86px!important;
    left:16px!important;
    right:16px!important;
    z-index:120!important;
    background:rgba(250,247,243,.98)!important;
    border:1px solid rgba(107,49,64,.14)!important;
    box-shadow:0 18px 50px rgba(107,49,64,.18)!important;
    border-radius:24px!important;
    padding:1.1rem!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:.7rem!important;
  }

  body.mobile-menu-open .links > a{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:46px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid rgba(107,49,64,.10)!important;
    color:var(--wine)!important;
    text-align:center!important;
    text-decoration:none!important;
  }

  body.mobile-menu-open .links > a.btn{
    background:var(--wine)!important;
    color:#fff!important;
  }

  body.mobile-menu-open .mobile-linktree{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.62rem!important;
    margin-top:.55rem!important;
    padding-top:.75rem!important;
    border-top:1px solid rgba(107,49,64,.12)!important;
  }

  body.mobile-menu-open .mobile-linktree::before{
    content:"Links rápidos";
    display:block;
    text-align:center;
    color:#B9925E;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:.15rem;
  }

  body.mobile-menu-open .mobile-linktree a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    border-radius:999px!important;
    background:rgba(107,49,64,.07)!important;
    color:var(--wine)!important;
    text-decoration:none!important;
    font-size:.78rem!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
  }
}

@media(max-width:540px){
  body.mobile-menu-open .links{top:82px!important}
  .testimonial-card .stars,
  .testimonials-track .testimonial-card .stars{
    font-size:1rem!important;
    margin-bottom:.85rem!important;
  }
}


/* === CORREÇÃO FOTO ÚNICA AUTORIZADA === */
/* Mantém todas as outras fotos originais. Ajusta apenas a foto da seção Sobre. */
.photo-card img[src*="foto-unica-zoom"]{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}


/* === AJUSTE FINAL: REDUZIR ESPAÇO INFERIOR DA HEAD/HERO === */
@media (min-width: 981px){
  .hero{
    min-height:auto!important;
    padding-top:7.4rem!important;
    padding-bottom:3.2rem!important;
  }
  .hero-grid{
    align-items:center!important;
  }
  .hero-frame{
    margin-bottom:0!important;
  }
}
@media (min-width: 1280px){
  .hero{
    padding-top:7.1rem!important;
    padding-bottom:2.8rem!important;
  }
}
@media (max-width: 980px){
  .hero{
    min-height:auto!important;
    padding-bottom:2.7rem!important;
  }
}


/* === CARROSSEL BONITO DE DEPOIMENTOS | PC + CELULAR === */
.testimonials-section{overflow:hidden!important;position:relative}
.testimonials-shell{position:relative;display:flex;align-items:center;gap:1rem;margin-top:.35rem}
.testimonials-track{
  display:flex!important;
  grid-template-columns:none!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  gap:1.15rem!important;
  width:100%!important;
  margin:0!important;
  padding:.55rem .3rem 1.05rem!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  align-items:stretch!important;
}
.testimonials-track::-webkit-scrollbar{display:none!important}
.testimonial-card{
  flex:0 0 calc(33.333% - .8rem)!important;
  width:calc(33.333% - .8rem)!important;
  min-height:248px!important;
  scroll-snap-align:center!important;
  border-radius:28px!important;
  padding:1.3rem 1.25rem!important;
  background:linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%)!important;
  box-shadow:0 18px 48px rgba(107,49,64,.11)!important;
  border:1px solid rgba(107,49,64,.08)!important;
  transform:translateY(0) scale(.985);
  transition:transform .35s ease, box-shadow .35s ease, opacity .35s ease;
  opacity:.92;
}
.testimonial-card.is-active,
.testimonial-card:hover{
  transform:translateY(-6px) scale(1)!important;
  box-shadow:0 24px 60px rgba(107,49,64,.16)!important;
  opacity:1!important;
}
.testimonial-card p{font-size:.95rem!important;line-height:1.62!important}
.testimonial-card .stars{display:block!important;color:#B9925E!important;font-size:1rem!important;letter-spacing:.16em!important;margin-bottom:.8rem!important}
.testimonial-nav{
  width:52px;height:52px;border-radius:999px;border:1px solid rgba(107,49,64,.12);
  background:rgba(255,255,255,.95);box-shadow:0 14px 34px rgba(107,49,64,.10);
  color:var(--wine);display:grid;place-items:center;cursor:pointer;flex:0 0 auto;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.testimonial-nav span{font-size:2rem;line-height:1;transform:translateY(-1px)}
.testimonial-nav:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(107,49,64,.15);background:#fff}
.testimonial-dots{display:flex;justify-content:center;align-items:center;gap:.55rem;margin-top:.6rem}
.testimonial-dot{
  width:10px;height:10px;border-radius:999px;border:0;background:rgba(107,49,64,.18);padding:0;cursor:pointer;
  transition:transform .22s ease, background .22s ease, width .22s ease;
}
.testimonial-dot.is-active{background:var(--wine);width:26px}
.swipe-hint{display:block!important;text-align:center;margin-top:.65rem;color:var(--muted);font-size:.8rem!important}

@media (max-width: 1200px){
  .testimonial-card{flex-basis:calc(50% - .6rem)!important;width:calc(50% - .6rem)!important}
}
@media (max-width: 980px){
  .testimonials-shell{gap:.65rem}
  .testimonial-nav{display:none!important}
  .testimonial-card{flex-basis:84vw!important;width:84vw!important;min-height:220px!important;border-radius:24px!important;padding:1.1rem!important}
  .testimonial-card p{font-size:.92rem!important;line-height:1.56!important}
  .testimonial-dots{margin-top:.35rem}
  .swipe-hint{display:block!important}
}
@media (min-width: 981px){
  .swipe-hint{display:none!important}
}
@media (prefers-reduced-motion: reduce){
  .testimonials-track{scroll-behavior:auto!important}
  .testimonial-card,.testimonial-nav,.testimonial-dot{transition:none!important}
}

/* === AJUSTES ACUMULADOS 09/07 === */
.btn-normalcase{
  text-transform:none!important;
  letter-spacing:.01em!important;
}

.why-layout{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr);
  gap:2rem;
  align-items:center;
  max-width:1080px;
  margin:0 auto 2.2rem;
}
.why-layout .why{
  grid-template-columns:1fr!important;
  max-width:100%!important;
  margin:0!important;
}
.why-photo{
  width:100%;
  aspect-ratio:4/5;
  border-radius:32px;
  overflow:hidden;
  background:#fff;
  border:10px solid rgba(255,255,255,.7);
  box-shadow:var(--shadow);
}
.why-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.timeline-icon-number{
  font-family:Jost,system-ui,sans-serif!important;
  font-size:.95rem!important;
  letter-spacing:.02em!important;
}
.contact-icon{
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  margin-bottom:.55rem;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-weight:900;
  font-size:.8rem;
  line-height:1;
}
.contact-card-static{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  border-radius:18px;
  padding:1rem;
}
.footer-grid li{
  display:flex;
  align-items:center;
  gap:.45rem;
}
.footer-mini-icon{
  width:18px;
  height:18px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.62rem;
  font-weight:900;
  line-height:1;
}
.footer-rights{
  margin-top:2.2rem!important;
  padding-top:1.2rem;
  border-top:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.62);
  font-size:.82rem;
  text-align:center;
}
@media(max-width:980px){
  .why-layout{
    grid-template-columns:1fr;
    max-width:520px;
    gap:1.25rem;
  }
  .why-photo{
    max-width:360px;
    margin:0 auto;
    border-radius:26px;
    border-width:8px;
  }
  .btn-normalcase{
    white-space:normal!important;
    text-align:center!important;
    line-height:1.15!important;
  }
}


/* === AJUSTE: ícones assertivos de contato + barra desktop um pouco maior === */
.contact-icon .icon-svg,
.footer-mini-icon .icon-svg{
  width:58%;
  height:58%;
  display:block;
  fill:currentColor;
}
.contact-icon{
  font-size:0!important;
}
.footer-mini-icon{
  font-size:0!important;
}
.contact-card-static strong{
  display:block;
  color:#fff;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:.35rem;
}
.contact-card-static span:not(.contact-icon){
  color:rgba(255,255,255,.82);
  font-size:.95rem;
}
@media (min-width:981px){
  header{height:104px!important;}
  .nav{min-height:104px!important;}
  .brand-logo{height:82px!important;max-width:430px!important;}
  .links{gap:2rem!important;}
  .links a{font-size:.78rem!important;}
  .links .btn{padding:1.05rem 1.75rem!important;}
  .hero{padding-top:9.35rem!important;}
}

/* === AJUSTE 09/07 V4: header desktop maior + diferenciais travado lado a lado === */
@media (min-width:981px){
  header{
    height:128px!important;
  }
  .nav{
    min-height:128px!important;
    height:128px!important;
    max-width:1360px!important;
    width:92%!important;
    gap:2.6rem!important;
  }
  .brand-logo{
    height:98px!important;
    max-width:500px!important;
  }
  .links{
    gap:2.25rem!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
  }
  .links a{
    font-size:.86rem!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .links .btn,
  .links .btn-normalcase{
    min-height:62px!important;
    padding:1.12rem 2rem!important;
    font-size:.86rem!important;
    line-height:1!important;
    white-space:nowrap!important;
    min-width:max-content!important;
  }
  .hero{
    padding-top:11rem!important;
  }
  #diferenciais .why-layout{
    display:grid!important;
    grid-template-columns:minmax(330px,440px) minmax(520px,1fr)!important;
    gap:2.1rem!important;
    align-items:center!important;
    max-width:1080px!important;
    margin:0 auto 2.2rem!important;
  }
  #diferenciais .why-photo{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    max-width:440px!important;
    min-width:330px!important;
    margin:0!important;
    aspect-ratio:4/5!important;
  }
  #diferenciais .why{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:1.25rem!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  #diferenciais .why-card{
    width:100%!important;
    min-height:132px!important;
    padding:2rem 2.2rem!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
  }
}


/* === VERSAO FINAL DEFINITIVA: Diferenciais sempre lado a lado em PC/janelas largas === */
@media (min-width:641px){
  html body main #diferenciais > .container{max-width:1180px!important;width:92%!important;margin-left:auto!important;margin-right:auto!important;}
  html body main #diferenciais .section-head{margin-bottom:3rem!important;}
  html body main #diferenciais .why-layout{
    display:grid!important;
    grid-template-columns:minmax(260px,430px) minmax(360px,1fr)!important;
    grid-template-areas:"foto cards"!important;
    column-gap:clamp(1.6rem,3vw,3.2rem)!important;
    row-gap:0!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:1120px!important;
    margin:0 auto 2.4rem!important;
    padding:0!important;
  }
  html body main #diferenciais .why-layout .why-photo{
    grid-area:foto!important;
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:430px!important;
    min-width:0!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    margin:0!important;
    float:none!important;
    display:block!important;
    position:relative!important;
    order:0!important;
  }
  html body main #diferenciais .why-layout .why{
    grid-area:cards!important;
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:1.25rem!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    position:relative!important;
    order:1!important;
  }
  html body main #diferenciais .why-layout .why-card{width:100%!important;min-height:132px!important;margin:0!important;}
}
@media (min-width:981px){
  html body main #diferenciais .why-layout{grid-template-columns:minmax(340px,430px) minmax(540px,1fr)!important;}
}
@media (max-width:640px){
  html body main #diferenciais .why-layout{display:grid!important;grid-template-columns:1fr!important;}
}


/* =========================================================
   AJUSTES PONTUAIS — 26/07/2026
   Somente os itens solicitados nesta revisão.
   ========================================================= */

/* Barra web um pouco menor e botão da barra em caixa normal. */
.links a.btn-normalcase{
  text-transform:none!important;
  letter-spacing:.01em!important;
}

/* As imagens enviadas têm proporção 4:5; os quadros passam a respeitar
   essa proporção para evitar cortes desnecessários no rosto e no corpo. */
.hero-frame{
  aspect-ratio:4/5!important;
  width:min(100%,520px)!important;
}
.hero-frame img{
  object-fit:cover!important;
  object-position:center center!important;
}
.photo-card img[src*="foto-unica-zoom-exata"]{
  object-fit:cover!important;
  object-position:center center!important;
}
#diferenciais .why-photo img{
  object-fit:cover!important;
  object-position:center center!important;
}

/* Contatos centralizados e com dimensões uniformes na versão web. */
@media (min-width:981px){
  header{
    height:100px!important;
  }
  .nav{
    min-height:100px!important;
    height:100px!important;
    max-width:1280px!important;
    width:92%!important;
    gap:1.8rem!important;
  }
  .brand-logo{
    height:76px!important;
    max-width:390px!important;
  }
  .links{
    gap:1.45rem!important;
  }
  .links a{
    font-size:.77rem!important;
  }
  .links .btn,
  .links .btn-normalcase{
    min-height:50px!important;
    padding:.9rem 1.45rem!important;
    font-size:.78rem!important;
  }
  .hero{
    padding-top:8rem!important;
  }
  .contact-grid a.contact-card-link,
  .contact-grid .contact-card-static{
    min-height:118px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .contact-grid .contact-icon{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* Mesmo ritmo vertical nas listas de contato e localização do rodapé. */
.footer-grid ul{
  display:grid!important;
  gap:.5rem!important;
}
.footer-grid li{
  margin:0!important;
  min-height:24px!important;
  line-height:1.45!important;
}
