@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --red:#ef2233;
  --red-dark:#b51220;
  --wine:#681b22;
  --wine-deep:#321216;
  --ink:#251b1d;
  --muted:#6f6264;
  --paper:#fffdfa;
  --cream:#f8f2ee;
  --cream-2:#f3e8e2;
  --line:rgba(80,35,40,.12);
  --gold:#b99a6b;
  --white:#fff;
  --green:#20b85a;
  --shadow-sm:0 12px 32px rgba(51,18,22,.08);
  --shadow-md:0 24px 70px rgba(51,18,22,.13);
  --shadow-lg:0 38px 100px rgba(51,18,22,.18);
  --radius-sm:14px;
  --radius:24px;
  --radius-lg:34px;
  --container:min(1180px,92vw);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}
button{cursor:pointer}
::selection{background:rgba(239,34,51,.16);color:var(--wine-deep)}
.container{width:var(--container);margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--red-dark)}
.eyebrow::before{content:"";width:34px;height:1px;background:currentColor}
.section{padding:92px 0}
.section--soft{background:linear-gradient(180deg,#fcf9f6 0%,#f8f2ee 100%)}
.section--dark{background:var(--wine-deep);color:#fff}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:42px}
.section-head__text{max-width:760px}
.section-title{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.08;letter-spacing:-.025em;color:var(--wine-deep)}
.section--dark .section-title{color:#fff}
.section-subtitle{margin:15px 0 0;max-width:720px;color:var(--muted);font-size:1.03rem}
.section--dark .section-subtitle{color:rgba(255,255,255,.72)}

/* top line */
.topline{background:var(--wine-deep);color:rgba(255,255,255,.88);font-size:.79rem}
.topline__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.topline__item{display:flex;align-items:center;gap:8px}
.topline__dot{width:7px;height:7px;border-radius:50%;background:#ff5966;box-shadow:0 0 0 5px rgba(255,89,102,.09)}
.topline a{font-weight:700;color:#fff}

/* header */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,253,250,.92);border-bottom:1px solid rgba(104,27,34,.08);backdrop-filter:blur(16px) saturate(135%)}
.navbar{position:relative;height:110px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;flex:0 0 auto}
.logo img{width:102px;height:auto}
.navlinks{display:flex;align-items:center;gap:25px;list-style:none;margin:0;padding:0}
.navlinks a{position:relative;font-size:.9rem;font-weight:700;color:#4b3c3e;transition:.2s ease}
.navlinks a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.22s ease}
.navlinks a:hover{color:var(--wine)}
.navlinks a:hover::after{right:0}
.header-actions{display:flex;align-items:center;gap:12px}
.menu-toggle{display:none;position:relative;z-index:3;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--wine-deep);align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}
.menu-toggle span,.menu-toggle span::before,.menu-toggle span::after{display:block;width:18px;height:2px;background:currentColor;border-radius:99px;position:relative;transition:.2s}
.menu-toggle span::before,.menu-toggle span::after{content:"";position:absolute;left:0}
.menu-toggle span::before{top:-6px}.menu-toggle span::after{top:6px}
.menu-toggle[aria-expanded="true"] span{background:transparent}
.menu-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-size:.88rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:#fff;background:linear-gradient(135deg,var(--red),#dc1728);box-shadow:0 12px 30px rgba(239,34,51,.20)}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(239,34,51,.28)}
.btn--dark{background:var(--wine-deep);box-shadow:0 12px 28px rgba(50,18,22,.18)}
.btn--dark:hover{box-shadow:0 18px 38px rgba(50,18,22,.24)}
.btn--ghost{background:transparent;color:var(--wine-deep);border-color:rgba(104,27,34,.18);box-shadow:none}
.btn--ghost:hover{background:#fff;border-color:rgba(104,27,34,.30);box-shadow:var(--shadow-sm)}
.btn svg{width:17px;height:17px}

/* hero */
.hero{position:relative;overflow:hidden;padding:80px 0 72px;background:
 radial-gradient(circle at 7% 12%,rgba(239,34,51,.08),transparent 28%),
 radial-gradient(circle at 88% 6%,rgba(185,154,107,.12),transparent 25%),
 linear-gradient(135deg,#fffdfa 0%,#fbf5f1 56%,#f7ece6 100%)}
.hero::before{content:"";position:absolute;inset:auto auto -280px -220px;width:520px;height:520px;border:1px solid rgba(104,27,34,.08);border-radius:50%}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:70px;align-items:center}
.hero-copy{max-width:670px}
.hero-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid rgba(239,34,51,.14);background:rgba(255,255,255,.66);border-radius:999px;color:var(--wine);font-size:.78rem;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 24px rgba(70,30,35,.05)}
.hero-pill i{display:block;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(239,34,51,.10)}
.hero h1{margin:22px 0 22px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(3rem,5.4vw,5.35rem);line-height:.98;letter-spacing:-.045em;color:var(--wine-deep)}
.hero h1 em{font-style:normal;color:var(--red-dark)}
.hero-lead{margin:0 0 28px;max-width:625px;font-size:1.11rem;color:#67585a}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{display:flex;gap:12px;align-items:flex-start;margin-top:24px;padding-top:22px;border-top:1px solid rgba(104,27,34,.10);color:#6c5d5f;font-size:.84rem}
.hero-note strong{color:var(--wine-deep)}
.hero-note__icon{width:36px;height:36px;flex:0 0 auto;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--red-dark);box-shadow:var(--shadow-sm)}

.hero-visual{position:relative;min-height:560px}
.hero-photo{position:absolute;inset:0 0 0 34px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:#ddd}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(35,11,15,.38) 100%)}
.hero-frame{position:absolute;inset:30px -28px -28px 0;border:1px solid rgba(104,27,34,.16);border-radius:var(--radius-lg);z-index:-1}
.hero-card{position:absolute;left:0;bottom:34px;width:min(315px,82%);padding:19px 20px;border-radius:20px;background:rgba(255,253,250,.93);border:1px solid rgba(255,255,255,.82);box-shadow:var(--shadow-md);backdrop-filter:blur(12px)}
.hero-card__tag{display:block;margin-bottom:5px;color:var(--red-dark);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.hero-card strong{display:block;color:var(--wine-deep);font-size:1.03rem}
.hero-card p{margin:5px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}

/* trust bar */
.trustbar{background:var(--wine-deep);color:#fff}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}
.trustitem{min-height:112px;padding:26px 24px;display:flex;gap:14px;align-items:center;border-right:1px solid rgba(255,255,255,.10)}
.trustitem:first-child{padding-left:0}
.trustitem:last-child{border-right:0;padding-right:0}
.trusticon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:rgba(255,255,255,.08);color:#ff8a93}
.trusticon svg{width:20px;height:20px}
.trustitem strong{display:block;font-size:.9rem}
.trustitem span{display:block;margin-top:2px;color:rgba(255,255,255,.62);font-size:.76rem}

/* cards */
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.help-card{position:relative;padding:30px 28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 38px rgba(49,18,22,.05);transition:.25s ease;overflow:hidden}
.help-card::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--red),var(--wine));transform:scaleY(0);transform-origin:bottom;transition:.25s ease}
.help-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:rgba(104,27,34,.18)}
.help-card:hover::before{transform:scaleY(1)}
.help-card__icon{width:50px;height:50px;border-radius:17px;background:var(--cream);display:grid;place-items:center;color:var(--red-dark);margin-bottom:22px}
.help-card__icon svg{width:24px;height:24px}
.help-card h3{margin:0 0 10px;font-size:1.12rem;color:var(--wine-deep)}
.help-card p{margin:0;color:var(--muted);font-size:.91rem}
.help-card a{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:var(--red-dark);font-size:.82rem;font-weight:800}

/* split */
.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.split-media{position:relative}
.split-media__photo{height:590px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}
.split-media__photo img{width:100%;height:100%;object-fit:cover}
.split-media__accent{position:absolute;right:-24px;bottom:-24px;width:165px;height:165px;border-radius:34px;background:var(--red);z-index:-1}
.split-copy .section-title{max-width:640px}
.split-copy>p{margin:20px 0 0;color:var(--muted)}
.feature-list{display:grid;gap:0;margin-top:28px;border-top:1px solid var(--line)}
.feature{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}
.feature__number{width:38px;height:38px;border-radius:12px;background:var(--cream);display:grid;place-items:center;color:var(--red-dark);font-size:.76rem;font-weight:800}
.feature h3{margin:0 0 4px;color:var(--wine-deep);font-size:.98rem}
.feature p{margin:0;color:var(--muted);font-size:.84rem}

/* process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:46px;border-top:1px solid rgba(255,255,255,.13)}
.process{position:relative;padding:34px 28px 4px;border-right:1px solid rgba(255,255,255,.13)}
.process:first-child{padding-left:0}
.process:last-child{border-right:0;padding-right:0}
.process__num{font-family:"Playfair Display",serif;font-size:3rem;line-height:1;color:rgba(255,255,255,.16)}
.process h3{margin:16px 0 8px;font-size:1rem;color:#fff}
.process p{margin:0;color:rgba(255,255,255,.64);font-size:.84rem}

/* family */
.family-panel{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md)}
.family-copy{padding:54px 54px 50px}
.family-copy .section-title{font-size:clamp(2rem,3.2vw,3rem)}
.family-copy p{color:var(--muted)}
.family-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0 0}
.family-point{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:var(--cream);color:#58484a;font-size:.82rem;font-weight:700}
.family-point i{width:8px;height:8px;border-radius:50%;background:var(--red);flex:0 0 auto}
.family-aside{position:relative;min-height:430px;background:linear-gradient(145deg,var(--red-dark),var(--wine-deep));display:flex;align-items:flex-end;padding:42px;color:#fff;overflow:hidden}
.family-aside::before{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;top:-110px}
.family-aside::after{content:"“";position:absolute;right:30px;top:6px;font-family:"Playfair Display",serif;font-size:12rem;line-height:1;color:rgba(255,255,255,.07)}
.family-aside blockquote{position:relative;z-index:1;margin:0;font-family:"Playfair Display",serif;font-size:1.65rem;line-height:1.35}
.family-aside small{display:block;margin-top:18px;font-family:"Manrope",sans-serif;font-size:.76rem;color:rgba(255,255,255,.65);letter-spacing:.03em}

/* gallery - intentionally preserves original model */
.gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.thumb{position:relative;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;cursor:pointer;background:#eee;isolation:isolate}
.thumb span{position:absolute;left:8px;bottom:8px;z-index:2;background:rgba(94,26,28,.90);color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;box-shadow:0 6px 16px rgba(0,0,0,.14)}
.thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}
.thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(30,8,12,.20));pointer-events:none}
.thumb:hover img{transform:scale(1.025)}
.lightbox{position:fixed;inset:0;background:rgba(16,8,10,.91);display:none;align-items:center;justify-content:center;padding:24px;z-index:100;backdrop-filter:blur(8px)}
.lightbox.open{display:flex}
.lightbox img{max-width:min(1080px,92vw);max-height:86vh;border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.lightbox .close{position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;font-size:22px;color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}
.faq-intro{position:sticky;top:130px}
.faq-intro p{color:var(--muted)}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;border:0;background:transparent;text-align:left;color:var(--wine-deep);font-weight:800}
.faq-question i{position:relative;width:28px;height:28px;border-radius:50%;border:1px solid rgba(104,27,34,.18);flex:0 0 auto}
.faq-question i::before,.faq-question i::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:var(--red-dark);transform:translate(-50%,-50%);transition:.2s}
.faq-question i::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item.open .faq-question i::after{transform:translate(-50%,-50%) rotate(0)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.faq-answer>div{overflow:hidden}
.faq-answer p{margin:0;padding:0 52px 23px 0;color:var(--muted);font-size:.91rem}
.faq-item.open .faq-answer{grid-template-rows:1fr}

/* final CTA */
.final-cta{padding:0 0 92px}
.final-panel{position:relative;overflow:hidden;padding:50px 54px;border-radius:var(--radius-lg);background:linear-gradient(128deg,var(--wine-deep),#5e1720 60%,#8a1723);color:#fff;box-shadow:var(--shadow-lg)}
.final-panel::after{content:"";position:absolute;right:-120px;top:-170px;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.final-panel__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:38px}
.final-panel h2{margin:0 0 10px;max-width:720px;font-family:"Playfair Display",serif;font-size:clamp(2rem,3.5vw,3.1rem);line-height:1.1}
.final-panel p{margin:0;color:rgba(255,255,255,.68);max-width:670px}
.final-panel .btn{background:#fff;color:var(--wine-deep);box-shadow:none;flex:0 0 auto}
.final-panel .btn:hover{background:#fff4f2;box-shadow:0 15px 38px rgba(0,0,0,.15)}

/* footer */
.site-footer{background:#251014;color:#fff;padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .8fr;gap:60px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.10)}
.footer-brand img{width:128px;height:auto;background:#fff;padding:8px;border-radius:16px;opacity:1}
.footer-brand p{max-width:450px;margin:18px 0 0;color:rgba(255,255,255,.60);font-size:.84rem}
.footer-col h3{margin:0 0 16px;font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.92)}
.footer-col a,.footer-col span{display:block;margin:8px 0;color:rgba(255,255,255,.61);font-size:.82rem}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;color:rgba(255,255,255,.44);font-size:.72rem}
.footer-bottom a{color:rgba(255,255,255,.62)}

/* floating whatsapp */
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:999px;background:#21c45b;color:#fff;font-size:.81rem;font-weight:800;box-shadow:0 18px 45px rgba(20,130,61,.28);transition:.2s ease}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(20,130,61,.34)}
.whatsapp-float svg{width:21px;height:21px}

/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}

/* legal page */
.legal-hero{padding:72px 0 34px;background:var(--cream)}
.legal-hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,5vw,4rem);line-height:1.04;color:var(--wine-deep);margin:0}
.legal-content{padding:58px 0 88px;max-width:850px}
.legal-content h2{color:var(--wine-deep);margin-top:34px}
.legal-content p,.legal-content li{color:var(--muted)}

/* presell */
.presell .hero{padding-top:68px}
.presell .hero-grid{grid-template-columns:1.05fr .95fr}
.presell .hero h1{font-size:clamp(2.8rem,5vw,4.8rem)}
.presell-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.presell-proof div{padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.72);font-size:.78rem;font-weight:700;color:#59484b}

@media(max-width:1080px){
  .navlinks{gap:17px}.navlinks a{font-size:.84rem}
  .hero-grid{grid-template-columns:1fr 440px;gap:44px}.hero-visual{min-height:520px}
  .cards-3{gap:15px}.split{gap:44px}.split-media__photo{height:540px}
  .footer-grid{gap:40px}
}
@media(max-width:920px){
  html{scroll-padding-top:100px}
  .topline{display:none}.navbar{height:90px}.logo img{width:84px}
  .site-header--main{backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%)}
  .site-header--main .main-nav{position:absolute;top:100%;left:50%;width:100vw;transform:translateX(-50%);pointer-events:none}
  .site-header--main .navlinks{position:relative;width:100%;max-height:0;padding:0 24px;margin:0;background:rgba(255,253,250,.985);display:flex;flex-direction:column;align-items:stretch;gap:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:max-height .32s ease,padding .32s ease,opacity .2s ease,transform .32s ease,visibility .32s;box-shadow:0 28px 55px rgba(50,18,22,.18);border-top:1px solid rgba(104,27,34,.08);z-index:2;pointer-events:none}
  .site-header--main .navlinks.open{max-height:calc(100dvh - 90px);padding:18px 24px 28px;overflow-y:auto;opacity:1;visibility:visible;transform:none;pointer-events:auto;-webkit-overflow-scrolling:touch}
  .site-header--main .navlinks li{border-bottom:1px solid var(--line)}
  .site-header--main .navlinks li:last-child{border-bottom:0}
  .site-header--main .navlinks a{display:flex;align-items:center;min-height:56px;padding:0 4px;font-size:.96rem;font-weight:800;color:var(--wine-deep)}
  .site-header--main .navlinks a::after{display:none}
  .site-header--main .header-actions>.btn{display:none}.menu-toggle{display:flex}
  body.menu-open::before{content:"";position:fixed;inset:90px 0 0;background:rgba(35,16,19,.38);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:50}
  body.menu-open .site-header{z-index:80}
  .hero{padding-top:56px}.hero-grid,.presell .hero-grid{grid-template-columns:1fr;gap:46px}.hero-copy{max-width:760px}.hero h1{max-width:780px}.hero-visual{min-height:520px;max-width:700px;width:100%}.hero-photo{inset:0 0 0 26px}
  .trustgrid{grid-template-columns:1fr 1fr}.trustitem:nth-child(2){border-right:0}.trustitem:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.10)}.trustitem:nth-child(3){padding-left:0}
  .cards-3{grid-template-columns:1fr 1fr}.cards-3 .help-card:last-child{grid-column:1/-1}
  .split{grid-template-columns:1fr}.split-media{max-width:700px}.split-media__photo{height:500px}
  .process-grid{grid-template-columns:1fr 1fr}.process{border-bottom:1px solid rgba(255,255,255,.13)}.process:nth-child(2){border-right:0}.process:nth-child(3){padding-left:0}.process:nth-child(3),.process:nth-child(4){border-bottom:0}
  .family-panel{grid-template-columns:1fr}.family-aside{min-height:300px}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .faq-layout{grid-template-columns:1fr;gap:34px}.faq-intro{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:620px){
  .container{width:min(100% - 34px,1180px)}
  .section{padding:72px 0}.section-head{align-items:start;flex-direction:column;margin-bottom:32px}
  .hero{padding:44px 0 50px}.hero h1{font-size:clamp(2.8rem,13vw,4rem)}.hero-lead{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}
  .hero-visual{min-height:430px}.hero-photo{inset:0}.hero-frame{display:none}.hero-card{left:14px;bottom:14px;width:calc(100% - 28px)}
  .trustgrid{grid-template-columns:1fr}.trustitem,.trustitem:first-child,.trustitem:nth-child(3),.trustitem:last-child{padding:19px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}.trustitem:last-child{border-bottom:0}
  .cards-3{grid-template-columns:1fr}.cards-3 .help-card:last-child{grid-column:auto}.help-card{padding:25px 23px}
  .split{gap:34px}.split-media__photo{height:410px}.split-media__accent{right:-10px;bottom:-10px;width:110px;height:110px}
  .process-grid{grid-template-columns:1fr}.process,.process:first-child,.process:nth-child(3),.process:last-child{padding:26px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.process:last-child{border-bottom:0}
  .family-copy{padding:34px 25px}.family-points{grid-template-columns:1fr}.family-aside{padding:30px 25px}.family-aside blockquote{font-size:1.38rem}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .faq-answer p{padding-right:0}
  .final-cta{padding-bottom:72px}.final-panel{padding:36px 25px}.final-panel__inner{align-items:flex-start;flex-direction:column}.final-panel .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
  .whatsapp-float{width:52px;height:52px;padding:0;justify-content:center;border-radius:50%}.whatsapp-float span{display:none}
  .presell-proof{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* ===== Model 5 hero update ===== */
.hero--v5{
  position:relative;
  overflow:hidden;
  padding:78px 0 54px;
  background:
    radial-gradient(circle at 8% 12%,rgba(239,34,51,.06),transparent 28%),
    radial-gradient(circle at 88% 7%,rgba(185,154,107,.14),transparent 24%),
    linear-gradient(180deg,#fffdfa 0%,#faf4ef 58%,#f7efe9 100%);
}
.hero--v5::before{content:"";position:absolute;left:-140px;top:90px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.48);filter:blur(4px)}
.hero--v5::after{content:"";position:absolute;right:-180px;bottom:-240px;width:540px;height:540px;border-radius:50%;border:1px solid rgba(104,27,34,.07)}
.hero--v5 .hero-grid{gap:58px;align-items:center;grid-template-columns:minmax(0,1fr) minmax(470px,.95fr)}
.hero--v5 .hero-copy{max-width:650px}
.hero--v5 .hero-pill{padding:9px 14px;background:rgba(255,255,255,.74);border-color:rgba(239,34,51,.16)}
.hero--v5 h1{margin:22px 0 18px;font-size:clamp(3rem,5.2vw,5.15rem);line-height:.97;letter-spacing:-.05em}
.hero--v5 h1 em{display:inline;color:var(--red-dark);font-style:normal}
.hero--v5 .hero-lead{max-width:600px;margin:0 0 26px;font-size:1.07rem;color:#685b5d}
.hero-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:30px;padding-top:22px;border-top:1px solid rgba(104,27,34,.10)}
.hero-highlight{display:flex;align-items:flex-start;gap:11px;padding-right:8px}
.hero-highlight__icon{width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:rgba(185,154,107,.12);color:#af8751;display:grid;place-items:center}
.hero-highlight__icon svg{width:20px;height:20px}
.hero-highlight strong{display:block;font-size:.82rem;line-height:1.2;color:var(--wine-deep)}
.hero-highlight span{display:block;margin-top:4px;font-size:.72rem;line-height:1.35;color:var(--muted)}
.hero--v5 .hero-visual{position:relative;min-height:610px}
.hero--v5 .hero-photo{inset:0;border-radius:34px;box-shadow:0 32px 80px rgba(51,18,22,.16)}
.hero--v5 .hero-photo::before{content:"";position:absolute;left:0;top:0;bottom:0;width:44%;background:linear-gradient(90deg,rgba(255,253,250,.88) 0%,rgba(255,253,250,.70) 40%,rgba(255,253,250,0) 100%);z-index:2}
.hero--v5 .hero-photo::after{background:linear-gradient(180deg,rgba(255,255,255,0) 25%,rgba(38,15,17,.16) 100%)}
.hero--v5 .hero-frame{inset:18px -20px -20px 18px;border-color:rgba(185,154,107,.18);border-radius:34px}
.hero--v5 .hero-card{border-radius:24px;padding:22px 22px;background:rgba(255,253,250,.95);box-shadow:0 18px 52px rgba(50,18,22,.12);backdrop-filter:blur(10px)}
.hero--v5 .hero-card strong{font-size:1.08rem;line-height:1.25}
.hero--v5 .hero-card p{font-size:.86rem;line-height:1.5}
.hero--v5 .hero-card--primary{left:14px;bottom:24px;max-width:255px}
.hero--v5 .hero-card--secondary{right:18px;bottom:18px;left:auto;display:flex;align-items:flex-start;gap:14px;max-width:290px}
.hero-card__seal{width:46px;height:46px;border-radius:15px;background:var(--cream);display:grid;place-items:center;flex:0 0 auto;color:var(--gold)}
.hero-card__seal svg{width:22px;height:22px}

.trustbar{padding:0 0 6px;background:transparent}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-10px}
.trustitem{min-height:unset;padding:22px 20px;border:1px solid rgba(104,27,34,.10);border-radius:22px;background:rgba(255,255,255,.82);backdrop-filter:blur(8px);box-shadow:0 10px 34px rgba(49,18,22,.05);color:var(--wine-deep)}
.trustitem:first-child,.trustitem:last-child{padding:22px 20px}
.trustitem,.trustitem:first-child,.trustitem:last-child{border-right:1px solid rgba(104,27,34,.10)}
.trusticon{background:var(--cream);color:var(--gold)}
.trustitem span{color:var(--muted)}

@media(max-width:1080px){
  .hero--v5 .hero-grid{grid-template-columns:1fr 430px;gap:42px}
  .hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:920px){
  .hero--v5{padding-top:52px;padding-bottom:48px}
  .hero--v5 .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero--v5 .hero-visual{min-height:560px;max-width:720px}
  .hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trustgrid{grid-template-columns:1fr 1fr;margin-top:0}
  .trustitem,.trustitem:first-child,.trustitem:last-child{padding:20px 18px}
}
@media(max-width:620px){
  .hero--v5{padding:42px 0 42px}
  .hero--v5 h1{font-size:clamp(2.6rem,13vw,3.9rem)}
  .hero-highlights{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;padding-top:18px}
  .hero-highlight{padding-right:0}
  .hero-highlight__icon{width:38px;height:38px;border-radius:13px}
  .hero-highlight strong{font-size:.8rem}
  .hero-highlight span{font-size:.7rem}
  .hero--v5 .hero-visual{min-height:500px}
  .hero--v5 .hero-photo::before{width:55%}
  .hero--v5 .hero-frame{display:none}
  .hero--v5 .hero-card{padding:18px 18px;border-radius:20px}
  .hero--v5 .hero-card--primary{left:12px;bottom:126px;max-width:220px}
  .hero--v5 .hero-card--secondary{left:12px;right:12px;bottom:12px;max-width:none}
  .trustgrid{grid-template-columns:1fr}
  .trustitem,.trustitem:first-child,.trustitem:last-child{padding:18px 16px}
}

/* ===== MÃO AMIGA • HERO PREMIUM V6 ===== */
.site-header--main .navbar{height:96px}
.site-header--main .logo img{width:94px}

.hero--immersive{
  position:relative;
  overflow:hidden;
  min-height:760px;
  padding:0;
  background:#ede6df;
  isolation:isolate;
}
.hero--immersive .hero-media{
  position:absolute;
  inset:0;
  z-index:-4;
}
.hero--immersive .hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 46%;
  transform:scale(1.015);
}
.hero--immersive .hero-overlay{position:absolute;inset:0;pointer-events:none}
.hero--immersive .hero-overlay--left{
  z-index:-3;
  background:
    linear-gradient(90deg,
      rgba(255,252,248,.97) 0%,
      rgba(255,250,246,.95) 23%,
      rgba(255,248,243,.84) 38%,
      rgba(255,248,243,.42) 53%,
      rgba(255,248,243,.08) 67%,
      rgba(255,248,243,0) 78%);
}
.hero--immersive .hero-overlay--bottom{
  z-index:-2;
  background:linear-gradient(180deg,rgba(47,19,23,0) 55%,rgba(45,17,21,.06) 72%,rgba(37,14,18,.18) 100%);
}
.hero--immersive .hero-glow{
  position:absolute;
  z-index:-1;
  left:-160px;
  top:-100px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.72) 0%,rgba(255,255,255,.28) 42%,rgba(255,255,255,0) 72%);
  filter:blur(10px);
  pointer-events:none;
}
.hero--immersive .hero-shell{
  position:relative;
  z-index:2;
  min-height:615px;
  display:grid;
  grid-template-columns:minmax(0,610px) minmax(350px,1fr);
  gap:70px;
  align-items:center;
  padding-top:58px;
  padding-bottom:42px;
}
.hero--immersive .hero-content{
  max-width:610px;
  align-self:center;
}
.hero--immersive .hero-pill--light{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  border-radius:999px;
  color:var(--wine);
  background:rgba(255,255,255,.68);
  border:1px solid rgba(181,18,32,.14);
  box-shadow:0 10px 28px rgba(60,20,25,.06);
  backdrop-filter:blur(14px);
  font-size:.76rem;
  font-weight:800;
}
.hero--immersive .hero-pill--light i{
  width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(239,34,51,.10)
}
.hero--immersive h1{
  margin:22px 0 18px;
  max-width:600px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(3.15rem,4.7vw,4.9rem);
  line-height:.98;
  letter-spacing:-.048em;
  color:var(--wine-deep);
  text-shadow:none;
}
.hero--immersive h1 em{
  display:inline;
  color:var(--red-dark);
  font-style:normal;
}
.hero--immersive .hero-lead--light{
  margin:0 0 27px;
  max-width:570px;
  color:#685b5d;
  font-size:1.03rem;
  line-height:1.68;
  text-shadow:none;
}
.hero--immersive .hero-lead--light strong{color:#4c373a}
.hero--immersive .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero--immersive .hero-btn--ghost{
  background:rgba(255,255,255,.55);
  color:var(--wine-deep);
  border:1px solid rgba(104,27,34,.18);
  box-shadow:none;
  backdrop-filter:blur(12px);
}
.hero--immersive .hero-btn--ghost:hover{
  color:var(--wine-deep);
  background:#fff;
  border-color:rgba(104,27,34,.28);
  box-shadow:0 14px 32px rgba(51,18,22,.08);
}

/* right floating content: never create a large parent card */
.hero--immersive .hero-float{
  position:relative;
  align-self:stretch;
  min-height:440px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  color:inherit;
  z-index:3;
}
.hero--immersive .hero-float__card{
  position:absolute;
  width:300px;
  padding:21px 22px;
  border-radius:24px;
  background:rgba(255,252,249,.82);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 65px rgba(44,18,22,.14);
  backdrop-filter:blur(20px) saturate(125%);
  color:var(--wine-deep);
}
.hero--immersive .hero-float__card--primary{
  right:86px;
  top:82px;
  transform:rotate(-1.2deg);
}
.hero--immersive .hero-float__card--secondary{
  right:2px;
  top:240px;
  width:310px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  transform:rotate(.7deg);
}
.hero--immersive .hero-float__tag{
  display:block;
  margin-bottom:7px;
  color:var(--red-dark);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero--immersive .hero-float__card h3{
  margin:0 0 7px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.22rem;
  line-height:1.18;
  letter-spacing:-.02em;
  color:var(--wine-deep);
}
.hero--immersive .hero-float__card--secondary h3{
  font-family:"Manrope",system-ui,sans-serif;
  font-size:.96rem;
  line-height:1.35;
  letter-spacing:0;
}
.hero--immersive .hero-float__card p{
  margin:0;
  color:#706467;
  font-size:.82rem;
  line-height:1.55;
}
.hero--immersive .hero-float__icon{
  width:42px;height:42px;flex:0 0 auto;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(185,154,107,.13);
  color:#ad8650;
}
.hero--immersive .hero-float__icon svg{width:20px;height:20px}

.hero-benefits-wrap{
  position:relative;
  z-index:5;
  margin-top:-14px;
  padding-bottom:26px;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,252,249,.80);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 64px rgba(52,21,26,.12);
  backdrop-filter:blur(20px) saturate(125%);
}
.hero-benefit{
  min-height:90px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:17px 19px;
  color:var(--wine-deep);
  border-right:1px solid rgba(104,27,34,.10);
}
.hero-benefit:last-child{border-right:0}
.hero-benefit__icon{
  width:40px;height:40px;flex:0 0 auto;border-radius:13px;
  display:grid;place-items:center;
  background:rgba(185,154,107,.12);
  color:#ad8650;
}
.hero-benefit__icon svg{width:19px;height:19px}
.hero-benefit strong{display:block;font-size:.82rem;line-height:1.2;color:var(--wine-deep)}
.hero-benefit span{display:block;margin-top:4px;color:#796c6e;font-size:.71rem;line-height:1.35}

@media(max-width:1080px){
  .hero--immersive .hero-shell{grid-template-columns:minmax(0,560px) 1fr;gap:36px}
  .hero--immersive h1{font-size:clamp(3rem,5vw,4.55rem)}
  .hero--immersive .hero-float__card--primary{right:30px}
  .hero--immersive .hero-float__card--secondary{right:0}
}

@media(max-width:920px){
  .site-header--main .navbar{height:86px}
  .site-header--main .logo img{width:84px}
  .hero--immersive{min-height:auto}
  .hero--immersive .hero-media img{object-position:61% center;transform:scale(1.02)}
  .hero--immersive .hero-overlay--left{
    background:linear-gradient(180deg,
      rgba(255,252,248,.96) 0%,
      rgba(255,250,246,.91) 34%,
      rgba(255,249,244,.72) 57%,
      rgba(255,249,244,.28) 76%,
      rgba(255,249,244,.08) 100%);
  }
  .hero--immersive .hero-overlay--bottom{background:linear-gradient(180deg,transparent 60%,rgba(44,18,22,.16) 100%)}
  .hero--immersive .hero-shell{grid-template-columns:1fr;gap:28px;min-height:auto;padding-top:48px;padding-bottom:22px}
  .hero--immersive .hero-content{max-width:650px}
  .hero--immersive .hero-float{min-height:220px;max-width:620px;width:100%}
  .hero--immersive .hero-float__card--primary{left:0;right:auto;top:0;width:285px;transform:none}
  .hero--immersive .hero-float__card--secondary{left:245px;right:auto;top:72px;width:305px;transform:none}
  .hero-benefits-wrap{margin-top:0;padding-bottom:22px}
  .hero-benefits{grid-template-columns:1fr 1fr}
  .hero-benefit:nth-child(2){border-right:0}
  .hero-benefit:nth-child(-n+2){border-bottom:1px solid rgba(104,27,34,.10)}
}

@media(max-width:620px){
  .hero--immersive .hero-media img{object-position:67% center;transform:scale(1.04)}
  .hero--immersive .hero-overlay--left{
    background:linear-gradient(180deg,
      rgba(255,252,248,.98) 0%,
      rgba(255,251,247,.94) 33%,
      rgba(255,250,246,.82) 56%,
      rgba(255,249,244,.48) 75%,
      rgba(255,249,244,.20) 100%);
  }
  .hero--immersive .hero-shell{padding-top:36px;padding-bottom:18px;gap:24px}
  .hero--immersive .hero-pill--light{font-size:.69rem;padding:8px 11px}
  .hero--immersive h1{font-size:clamp(2.55rem,12.6vw,3.55rem);line-height:1;max-width:100%;margin-top:18px}
  .hero--immersive .hero-lead--light{font-size:.94rem;line-height:1.6}
  .hero--immersive .hero-actions{display:grid;grid-template-columns:1fr}
  .hero--immersive .hero-actions .btn{width:100%}
  .hero--immersive .hero-float{min-height:240px;width:100%}
  .hero--immersive .hero-float__card{padding:17px 17px;border-radius:20px}
  .hero--immersive .hero-float__card--primary{left:0;top:0;width:calc(100% - 58px)}
  .hero--immersive .hero-float__card--secondary{left:44px;top:92px;width:calc(100% - 44px)}
  .hero--immersive .hero-float__card h3{font-size:1.08rem}
  .hero--immersive .hero-float__card--secondary h3{font-size:.9rem}
  .hero-benefits{grid-template-columns:1fr 1fr;border-radius:20px}
  .hero-benefit{min-height:82px;padding:14px 12px;gap:9px}
  .hero-benefit__icon{width:36px;height:36px;border-radius:12px}
  .hero-benefit strong{font-size:.73rem}
  .hero-benefit span{font-size:.64rem}
}

/* ===== V7 • refinamento dos cards flutuantes à direita ===== */
@media(min-width:921px){
  .hero--immersive .hero-float{
    min-height:430px;
  }

  .hero--immersive .hero-float__card{
    border-radius:22px;
    background:rgba(255,252,249,.88);
    border:1px solid rgba(255,255,255,.86);
    box-shadow:
      0 22px 55px rgba(43,17,21,.13),
      inset 0 1px 0 rgba(255,255,255,.78);
    backdrop-filter:blur(18px) saturate(128%);
    -webkit-backdrop-filter:blur(18px) saturate(128%);
    transform:none;
    transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
  }

  .hero--immersive .hero-float__card:hover{
    transform:translateY(-4px);
    background:rgba(255,253,251,.94);
    box-shadow:
      0 28px 70px rgba(43,17,21,.16),
      inset 0 1px 0 rgba(255,255,255,.85);
  }

  .hero--immersive .hero-float__card--primary{
    top:78px;
    right:24px;
    width:282px;
    padding:21px 22px 20px;
    overflow:hidden;
  }

  .hero--immersive .hero-float__card--primary::before{
    content:"";
    position:absolute;
    left:0;
    top:22px;
    bottom:22px;
    width:3px;
    border-radius:0 4px 4px 0;
    background:linear-gradient(180deg,var(--red),var(--red-dark));
  }

  .hero--immersive .hero-float__card--primary::after{
    content:"";
    position:absolute;
    right:-34px;
    top:-40px;
    width:108px;
    height:108px;
    border-radius:50%;
    border:1px solid rgba(181,18,32,.09);
  }

  .hero--immersive .hero-float__tag{
    margin-bottom:8px;
    font-size:.67rem;
    letter-spacing:.15em;
  }

  .hero--immersive .hero-float__card--primary h3{
    max-width:230px;
    margin-bottom:7px;
    font-size:1.11rem;
    line-height:1.18;
  }

  .hero--immersive .hero-float__card--primary p{
    max-width:224px;
    font-size:.78rem;
    line-height:1.5;
  }

  .hero--immersive .hero-float__card--secondary{
    top:236px;
    right:76px;
    width:302px;
    padding:19px 20px;
    gap:13px;
    align-items:center;
  }

  .hero--immersive .hero-float__card--secondary::before{
    content:"";
    position:absolute;
    left:58px;
    top:-1px;
    width:58px;
    height:2px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(185,154,107,.15),rgba(181,18,32,.45));
  }

  .hero--immersive .hero-float__icon{
    width:44px;
    height:44px;
    border-radius:15px;
    background:linear-gradient(145deg,rgba(185,154,107,.18),rgba(185,154,107,.09));
    box-shadow:inset 0 0 0 1px rgba(185,154,107,.08);
  }

  .hero--immersive .hero-float__card--secondary h3{
    margin:0 0 6px;
    font-size:.91rem;
    line-height:1.32;
    max-width:205px;
  }

  .hero--immersive .hero-float__card--secondary p{
    font-size:.76rem;
    line-height:1.5;
    max-width:210px;
  }
}

@media(min-width:921px) and (max-width:1080px){
  .hero--immersive .hero-float__card--primary{
    right:8px;
    width:268px;
  }
  .hero--immersive .hero-float__card--secondary{
    right:34px;
    width:286px;
  }
}

@media(max-width:920px){
  .hero--immersive .hero-float__card{
    transform:none!important;
    border-radius:22px;
    background:rgba(255,252,249,.90);
    border:1px solid rgba(255,255,255,.84);
    box-shadow:0 18px 48px rgba(43,17,21,.12);
  }
  .hero--immersive .hero-float__card--primary{
    left:0;
    right:auto;
    top:0;
    width:280px;
  }
  .hero--immersive .hero-float__card--secondary{
    left:230px;
    right:auto;
    top:88px;
    width:300px;
  }
}

@media(max-width:620px){
  .hero--immersive .hero-float{
    display:grid;
    gap:12px;
    min-height:auto;
  }
  .hero--immersive .hero-float__card--primary,
  .hero--immersive .hero-float__card--secondary{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    width:100%;
  }
  .hero--immersive .hero-float__card--secondary{
    margin-left:22px;
    width:calc(100% - 22px);
  }
}

/* ===== V8 • hero limpo: remove cards da direita e torna a faixa inferior funcional ===== */
.hero--immersive .hero-shell{
  display:block;
  min-height:615px;
  padding-top:58px;
  padding-bottom:42px;
}
.hero--immersive .hero-content{
  max-width:610px;
}
.hero--immersive .hero-float{display:none!important}

.hero-benefit{
  position:relative;
  text-decoration:none;
  transition:background .22s ease,transform .22s ease,box-shadow .22s ease;
  outline:none;
}
.hero-benefit__arrow{
  margin-left:auto;
  flex:0 0 auto;
  color:rgba(104,27,34,.46);
  font-size:1rem;
  font-weight:800;
  transform:translateX(0);
  transition:transform .22s ease,color .22s ease;
}
.hero-benefit:hover{
  background:rgba(255,255,255,.38);
  transform:translateY(-2px);
  box-shadow:inset 0 0 0 1px rgba(104,27,34,.04);
}
.hero-benefit:hover .hero-benefit__arrow{
  transform:translateX(3px);
  color:var(--red-dark);
}
.hero-benefit:focus-visible{
  box-shadow:inset 0 0 0 2px rgba(239,34,51,.45);
  background:rgba(255,255,255,.48);
}

@media(max-width:920px){
  .hero--immersive .hero-shell{
    min-height:auto;
    padding-top:48px;
    padding-bottom:22px;
  }
  .hero-benefit:nth-child(2){border-right:0}
  .hero-benefit:nth-child(-n+2){border-bottom:1px solid rgba(104,27,34,.10)}
}

@media(max-width:620px){
  .hero--immersive .hero-shell{
    padding-top:36px;
    padding-bottom:18px;
  }
  .hero-benefit__arrow{font-size:.9rem}
}

/* ===== V9 • nova imagem hero: recuperação, segurança, família e tratamento ===== */
.hero--immersive .hero-media img{
  object-position:center 54%;
  transform:scale(1.005);
}
.hero-image-note{
  position:absolute;
  z-index:4;
  right:max(18px,calc((100vw - min(1180px,92vw))/2));
  bottom:126px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(28,16,18,.35);
  border:1px solid rgba(255,255,255,.20);
  color:rgba(255,255,255,.78);
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.03em;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
@media(max-width:920px){
  .hero--immersive .hero-media img{object-position:58% center;transform:scale(1.01)}
  .hero-image-note{right:18px;bottom:186px}
}
@media(max-width:620px){
  .hero--immersive .hero-media img{object-position:64% center;transform:scale(1.02)}
  .hero-image-note{right:12px;bottom:190px;font-size:.58rem;padding:4px 7px}
}

/* ===== Como ajudamos — Fotografia documental assimétrica ===== */
.help-editorial{padding:94px 0;background:linear-gradient(180deg,#fffdfa 0%,#fbf6f1 100%);overflow:hidden}
.help-editorial__shell{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);min-height:610px;border-radius:34px;overflow:hidden;background:#fffaf6;border:1px solid rgba(104,27,34,.09);box-shadow:0 24px 70px rgba(50,18,22,.08)}
.help-editorial__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:58px 20px 56px 58px;background:linear-gradient(90deg,#fffaf6 0%,#fffaf6 72%,rgba(255,250,246,.92) 86%,rgba(255,250,246,0) 100%)}
.help-editorial__eyebrow{color:var(--gold);margin-bottom:14px}
.help-editorial__title{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.6rem,4.3vw,4.55rem);line-height:1.03;letter-spacing:-.04em;color:var(--wine-deep);max-width:650px}
.help-editorial__lead{margin:22px 0 26px;max-width:610px;color:#66585b;font-size:1.04rem;line-height:1.75}
.help-editorial__cta{align-self:flex-start;background:linear-gradient(135deg,#7e1d25,#59141a);box-shadow:0 14px 34px rgba(80,20,26,.20)}
.help-editorial__cta:hover{box-shadow:0 18px 42px rgba(80,20,26,.26)}
.help-editorial__topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border-top:1px solid rgba(104,27,34,.12);max-width:720px}
.help-topic{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:22px 18px 8px 0;color:var(--wine-deep);min-width:0;transition:transform .22s ease,color .22s ease}
.help-topic:not(:last-child){border-right:1px solid rgba(104,27,34,.12);padding-right:18px;margin-right:18px}
.help-topic__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#9b7045;background:rgba(185,154,107,.11);transition:background .22s ease,transform .22s ease}
.help-topic__icon svg{width:22px;height:22px}
.help-topic strong{display:block;font-size:.9rem;line-height:1.25}
.help-topic small{display:block;margin-top:5px;color:#746669;font-size:.75rem;line-height:1.48}
.help-topic i{font-style:normal;color:var(--red-dark);opacity:0;transform:translateX(-5px);transition:.2s ease}
.help-editorial__visual{position:relative;margin:0;min-width:0;background:#d8c3ac;overflow:hidden}
.help-editorial__visual::before{content:"";position:absolute;inset:0 auto 0 0;width:24%;z-index:1;background:linear-gradient(90deg,#fffaf6 0%,rgba(255,250,246,.74) 40%,rgba(255,250,246,0) 100%);pointer-events:none}
.help-editorial__visual::after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(180deg,transparent,rgba(39,16,19,.12));pointer-events:none}
.help-editorial__visual img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.help-editorial__visual figcaption{position:absolute;right:16px;bottom:14px;z-index:2;padding:5px 9px;border-radius:999px;background:rgba(35,16,19,.52);color:rgba(255,255,255,.86);font-size:.65rem;letter-spacing:.04em;backdrop-filter:blur(8px)}
@media(hover:hover) and (pointer:fine){
  .help-editorial__shell:hover .help-editorial__visual img{transform:scale(1.025)}
  .help-topic:hover{transform:translateY(-3px);color:var(--red-dark)}
  .help-topic:hover .help-topic__icon{background:rgba(185,154,107,.18);transform:translateY(-2px)}
  .help-topic:hover i{opacity:1;transform:none}
}
.help-topic:focus-visible{outline:2px solid var(--red);outline-offset:5px;border-radius:14px}

@media(max-width:1080px){
  .help-editorial__shell{grid-template-columns:1fr 1fr;min-height:590px}
  .help-editorial__copy{padding-left:42px}
  .help-editorial__topics{grid-template-columns:1fr;gap:0;border-top:1px solid rgba(104,27,34,.12)}
  .help-topic,.help-topic:not(:last-child){margin:0;padding:15px 0;border-right:0;border-bottom:1px solid rgba(104,27,34,.10)}
  .help-topic:last-child{border-bottom:0}
}
@media(max-width:820px){
  .help-editorial{padding:72px 0}
  .help-editorial__shell{grid-template-columns:1fr;min-height:auto;border-radius:28px}
  .help-editorial__copy{padding:40px 34px 34px;background:#fffaf6}
  .help-editorial__title{font-size:clamp(2.4rem,8vw,3.6rem)}
  .help-editorial__visual{min-height:430px;order:2}
  .help-editorial__visual::before{width:100%;height:18%;inset:0 0 auto;background:linear-gradient(180deg,#fffaf6 0%,rgba(255,250,246,.65) 40%,rgba(255,250,246,0) 100%)}
  .help-editorial__visual img{object-position:center 42%}
}
@media(max-width:540px){
  .help-editorial{padding:62px 0}
  .help-editorial__shell{border-radius:24px}
  .help-editorial__copy{padding:32px 22px 26px}
  .help-editorial__lead{font-size:.96rem;margin-top:18px}
  .help-editorial__cta{width:100%}
  .help-editorial__topics{margin-top:26px}
  .help-topic,.help-topic:not(:last-child){grid-template-columns:auto 1fr auto;padding:15px 0}
  .help-editorial__visual{min-height:360px}
  .help-editorial__visual img{object-position:58% center}
}

/* ===== V11 • Como ajudamos em formato imersivo full section ===== */
.help-immersive{
  position:relative;
  overflow:hidden;
  min-height:760px;
  padding:92px 0 38px;
  background:#f7efe8;
  isolation:isolate;
}
.help-immersive__media{
  position:absolute;
  inset:0;
  z-index:-4;
  background:#d9c6b2;
}
.help-immersive__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:68% center;
  transform:scale(1.04);
}
.help-immersive__wash{position:absolute;inset:0;pointer-events:none;z-index:-3}
.help-immersive__wash--left{
  background:linear-gradient(90deg,
    rgba(255,252,248,.99) 0%,
    rgba(255,252,248,.97) 27%,
    rgba(255,252,248,.88) 40%,
    rgba(255,252,248,.42) 56%,
    rgba(255,252,248,.08) 72%,
    rgba(255,252,248,0) 100%);
}
.help-immersive__wash--bottom{
  background:linear-gradient(180deg,rgba(255,252,248,0) 48%,rgba(46,18,22,.05) 72%,rgba(34,12,16,.18) 100%);
}
.help-immersive__glow{
  position:absolute;
  left:-180px;
  top:-170px;
  z-index:-2;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.90) 0%,rgba(255,255,255,.52) 34%,rgba(255,255,255,0) 72%);
  filter:blur(10px);
  pointer-events:none;
}
.help-immersive__content{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
}
.help-immersive__copy{max-width:660px;padding:12px 0 64px}
.help-immersive__eyebrow{color:#a87845;margin-bottom:16px}
.help-immersive__title{
  margin:0;
  max-width:660px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(3rem,4.7vw,5rem);
  line-height:1.01;
  letter-spacing:-.045em;
  color:var(--wine-deep);
  text-wrap:balance;
}
.help-immersive__lead{
  max-width:590px;
  margin:22px 0 28px;
  color:#66585a;
  font-size:1.06rem;
  line-height:1.75;
}
.help-immersive__cta{
  background:linear-gradient(135deg,#821d26,#5a141b);
  box-shadow:0 14px 34px rgba(80,20,26,.18);
}
.help-immersive__cta:hover{box-shadow:0 20px 42px rgba(80,20,26,.24)}
.help-immersive__topics-wrap{position:relative;z-index:2;margin-top:-2px}
.help-immersive__topics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(104,27,34,.12);
  border-radius:28px;
  background:rgba(255,252,248,.82);
  box-shadow:0 24px 64px rgba(51,18,22,.10);
  backdrop-filter:blur(18px) saturate(125%);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
}
.help-immersive__topic{
  position:relative;
  min-width:0;
  min-height:118px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:22px 24px;
  color:var(--wine-deep);
  transition:background .22s ease,transform .22s ease,box-shadow .22s ease;
  outline:none;
}
.help-immersive__topic:not(:last-child){border-right:1px solid rgba(104,27,34,.10)}
.help-immersive__topic-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#a87845;
  background:linear-gradient(145deg,rgba(185,154,107,.18),rgba(185,154,107,.08));
  box-shadow:inset 0 0 0 1px rgba(185,154,107,.08);
}
.help-immersive__topic-icon svg{width:23px;height:23px}
.help-immersive__topic-copy{min-width:0}
.help-immersive__topic strong{display:block;font-size:.94rem;line-height:1.25}
.help-immersive__topic small{display:block;margin-top:5px;color:#746669;font-size:.77rem;line-height:1.45}
.help-immersive__topic-arrow{
  color:rgba(104,27,34,.42);
  font-size:1.08rem;
  font-weight:800;
  transition:transform .22s ease,color .22s ease;
}
.help-immersive__topic:focus-visible{box-shadow:inset 0 0 0 2px rgba(239,34,51,.42)}
.help-immersive__note{
  position:absolute;
  right:max(16px,calc((100vw - min(1180px,92vw))/2));
  bottom:166px;
  z-index:3;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(28,16,18,.34);
  border:1px solid rgba(255,255,255,.20);
  color:rgba(255,255,255,.82);
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.04em;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
@media(hover:hover) and (pointer:fine){
  .help-immersive__topic:hover{
    background:rgba(255,255,255,.55);
    transform:translateY(-2px);
    box-shadow:inset 0 0 0 1px rgba(104,27,34,.04);
  }
  .help-immersive__topic:hover .help-immersive__topic-arrow{transform:translateX(4px);color:var(--red-dark)}
}
@media(max-width:1080px){
  .help-immersive{min-height:730px}
  .help-immersive__media img{object-position:72% center}
  .help-immersive__wash--left{background:linear-gradient(90deg,rgba(255,252,248,.99) 0%,rgba(255,252,248,.96) 34%,rgba(255,252,248,.72) 54%,rgba(255,252,248,.16) 76%,rgba(255,252,248,0) 100%)}
  .help-immersive__copy{max-width:590px}
  .help-immersive__title{max-width:590px}
}
@media(max-width:820px){
  .help-immersive{min-height:auto;padding:72px 0 34px}
  .help-immersive__media img{object-position:64% center;transform:scale(1.02)}
  .help-immersive__wash--left{background:linear-gradient(90deg,rgba(255,252,248,.98) 0%,rgba(255,252,248,.92) 46%,rgba(255,252,248,.55) 68%,rgba(255,252,248,.18) 88%,rgba(255,252,248,.08) 100%)}
  .help-immersive__content{min-height:510px;align-items:flex-start}
  .help-immersive__copy{max-width:560px;padding:10px 0 44px}
  .help-immersive__topics{grid-template-columns:1fr}
  .help-immersive__topic{min-height:94px;padding:18px 20px}
  .help-immersive__topic:not(:last-child){border-right:0;border-bottom:1px solid rgba(104,27,34,.10)}
  .help-immersive__note{bottom:318px;right:18px}
}
@media(max-width:560px){
  .help-immersive{padding:58px 0 26px}
  .help-immersive__media img{object-position:68% center;transform:scale(1.03)}
  .help-immersive__wash--left{background:linear-gradient(180deg,rgba(255,252,248,.95) 0%,rgba(255,252,248,.92) 36%,rgba(255,252,248,.62) 58%,rgba(255,252,248,.30) 76%,rgba(42,15,19,.12) 100%)}
  .help-immersive__wash--bottom{background:linear-gradient(180deg,rgba(255,252,248,0) 45%,rgba(40,15,19,.10) 72%,rgba(31,10,14,.22) 100%)}
  .help-immersive__content{min-height:600px;align-items:flex-start}
  .help-immersive__copy{padding:0;max-width:100%}
  .help-immersive__title{font-size:clamp(2.65rem,12vw,3.7rem);line-height:1.01;max-width:96%}
  .help-immersive__lead{max-width:95%;font-size:.98rem;line-height:1.65;margin:18px 0 24px}
  .help-immersive__cta{width:100%}
  .help-immersive__topics-wrap{margin-top:10px}
  .help-immersive__topics{border-radius:24px}
  .help-immersive__topic{grid-template-columns:auto 1fr auto;min-height:88px;padding:16px 16px}
  .help-immersive__topic-icon{width:43px;height:43px;border-radius:14px}
  .help-immersive__topic strong{font-size:.9rem}
  .help-immersive__topic small{font-size:.73rem}
  .help-immersive__note{bottom:300px;right:12px;font-size:.58rem;padding:4px 7px}
}

/* ===== V12 • Como ajudamos — editorial premium, distinto da capa ===== */
.help-feature{
  position:relative;
  padding:104px 0 92px;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%,rgba(185,154,107,.08),transparent 28%),
    linear-gradient(180deg,#fffdfa 0%,#faf5f0 100%);
}
.help-feature::before{
  content:"";
  position:absolute;
  left:-180px;
  bottom:-260px;
  width:520px;
  height:520px;
  border-radius:50%;
  border:1px solid rgba(104,27,34,.07);
  pointer-events:none;
}
.help-feature__shell{position:relative}
.help-feature__main{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:58px;
  align-items:center;
}
.help-feature__copy{max-width:560px;padding:26px 0}
.help-feature__eyebrow{color:#a87845;margin-bottom:16px}
.help-feature__title{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.9rem,4.6vw,4.65rem);
  line-height:1.01;
  letter-spacing:-.045em;
  color:var(--wine-deep);
}
.help-feature__title em{font-style:normal;color:var(--red-dark)}
.help-feature__lead{
  max-width:530px;
  margin:22px 0 28px;
  color:#67595c;
  font-size:1.04rem;
  line-height:1.76;
}
.help-feature__cta{
  background:linear-gradient(135deg,#7d1c25,#5b141b);
  box-shadow:0 14px 34px rgba(80,20,26,.18);
}
.help-feature__cta:hover{box-shadow:0 20px 42px rgba(80,20,26,.24)}
.help-feature__visual{
  position:relative;
  min-height:560px;
  margin:0;
  overflow:hidden;
  border-radius:34px;
  background:#d8c3ae;
  box-shadow:0 26px 72px rgba(52,20,24,.12);
}
.help-feature__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transition:transform .9s cubic-bezier(.2,.7,.2,1);
}
.help-feature__fade{
  position:absolute;
  inset:0 auto 0 0;
  width:18%;
  background:linear-gradient(90deg,rgba(250,245,240,.76) 0%,rgba(250,245,240,.28) 48%,rgba(250,245,240,0) 100%);
  pointer-events:none;
}
.help-feature__visual figcaption{
  position:absolute;
  right:14px;
  bottom:14px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(32,14,17,.40);
  border:1px solid rgba(255,255,255,.20);
  color:rgba(255,255,255,.84);
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.04em;
  backdrop-filter:blur(8px);
}
.help-feature__topics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:38px;
  border-top:1px solid rgba(104,27,34,.13);
  border-bottom:1px solid rgba(104,27,34,.13);
}
.help-feature__topic{
  position:relative;
  min-width:0;
  min-height:126px;
  display:grid;
  grid-template-columns:auto auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:22px 24px 22px 0;
  color:var(--wine-deep);
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.help-feature__topic:not(:last-child){border-right:1px solid rgba(104,27,34,.11);padding-right:24px;margin-right:24px}
.help-feature__number{
  align-self:flex-start;
  padding-top:4px;
  color:#b99a6b;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.02rem;
  font-weight:700;
}
.help-feature__topic-icon{
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:#9d7247;
  background:rgba(185,154,107,.12);
  transition:transform .22s ease,background .22s ease;
}
.help-feature__topic-icon svg{width:22px;height:22px}
.help-feature__topic-copy{min-width:0}
.help-feature__topic strong{display:block;font-size:.94rem;line-height:1.25}
.help-feature__topic small{display:block;margin-top:5px;color:#76686a;font-size:.76rem;line-height:1.45}
.help-feature__arrow{color:rgba(104,27,34,.42);font-size:1.08rem;font-weight:800;transition:transform .22s ease,color .22s ease}
.help-feature__topic:focus-visible{outline:2px solid var(--red);outline-offset:6px;border-radius:14px}
@media(hover:hover) and (pointer:fine){
  .help-feature__visual:hover img{transform:scale(1.018)}
  .help-feature__topic:hover{color:var(--red-dark);transform:translateY(-2px)}
  .help-feature__topic:hover .help-feature__topic-icon{background:rgba(185,154,107,.20);transform:translateY(-2px)}
  .help-feature__topic:hover .help-feature__arrow{transform:translateX(4px);color:var(--red-dark)}
}
@media(max-width:1080px){
  .help-feature__main{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:42px}
  .help-feature__visual{min-height:520px}
  .help-feature__topic{grid-template-columns:auto 1fr auto}
  .help-feature__number{display:none}
}
@media(max-width:840px){
  .help-feature{padding:80px 0 72px}
  .help-feature__main{grid-template-columns:1fr;gap:34px}
  .help-feature__copy{max-width:680px;padding:0}
  .help-feature__title{max-width:680px}
  .help-feature__visual{min-height:460px;border-radius:28px}
  .help-feature__visual img{object-position:center 42%}
  .help-feature__fade{display:none}
  .help-feature__topics{grid-template-columns:1fr;margin-top:30px}
  .help-feature__topic,.help-feature__topic:not(:last-child){margin:0;padding:18px 4px;border-right:0;border-bottom:1px solid rgba(104,27,34,.10)}
  .help-feature__topic:last-child{border-bottom:0}
}
@media(max-width:560px){
  .help-feature{padding:64px 0 56px}
  .help-feature__title{font-size:clamp(2.55rem,11.6vw,3.5rem);line-height:1.02}
  .help-feature__lead{font-size:.96rem;margin:18px 0 24px}
  .help-feature__cta{width:100%}
  .help-feature__visual{min-height:360px;border-radius:24px}
  .help-feature__visual img{object-position:58% center}
  .help-feature__topic{grid-template-columns:auto 1fr auto;min-height:88px}
  .help-feature__topic-icon{width:42px;height:42px;border-radius:14px}
  .help-feature__topic strong{font-size:.9rem}
  .help-feature__topic small{font-size:.72rem}
}

/* ===== V13 • Como ajudamos — editorial bleed refinement ===== */
.help-feature{
  padding:78px 0 74px;
  background:
    radial-gradient(circle at 10% 18%,rgba(185,154,107,.07),transparent 24%),
    linear-gradient(180deg,#fffdfa 0%,#fbf6f1 100%);
}
.help-feature__shell{width:var(--container);margin-inline:auto}
.help-feature__main{
  grid-template-columns:minmax(390px,.78fr) minmax(620px,1.22fr);
  gap:44px;
  align-items:center;
}
.help-feature__copy{
  max-width:500px;
  padding:18px 0 12px;
  position:relative;
  z-index:2;
}
.help-feature__eyebrow{margin-bottom:14px}
.help-feature__title{
  max-width:500px;
  font-size:clamp(2.75rem,4.05vw,4.05rem);
  line-height:1.02;
  letter-spacing:-.042em;
}
.help-feature__title em{color:var(--red-dark)}
.help-feature__lead{
  max-width:500px;
  margin:20px 0 18px;
  font-size:1rem;
  line-height:1.72;
}
.help-feature__signature{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 24px;
  color:#927451;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.help-feature__signature i{
  width:18px;
  height:1px;
  background:rgba(146,116,81,.38);
}
.help-feature__cta{min-height:50px;padding-inline:22px}
.help-feature__visual{
  min-height:520px;
  margin-right:calc((100vw - min(1180px,92vw)) / -2);
  border-radius:28px 0 0 28px;
  box-shadow:none;
  border:1px solid rgba(104,27,34,.07);
  border-right:0;
}
.help-feature__visual img{object-position:center 48%}
.help-feature__fade{
  width:22%;
  background:linear-gradient(90deg,#fbf6f1 0%,rgba(251,246,241,.74) 34%,rgba(251,246,241,.18) 74%,rgba(251,246,241,0) 100%);
}
.help-feature__visual figcaption{
  right:22px;
  bottom:18px;
  background:rgba(38,18,21,.42);
}
.help-feature__topics{
  margin-top:28px;
  border:1px solid rgba(104,27,34,.10);
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.62);
  box-shadow:0 12px 36px rgba(52,20,24,.045);
}
.help-feature__topic{
  min-height:104px;
  padding:18px 20px;
  grid-template-columns:auto 1fr auto;
  gap:13px;
}
.help-feature__topic:not(:last-child){
  margin:0;
  padding-right:20px;
  border-right:1px solid rgba(104,27,34,.09);
}
.help-feature__number{display:none}
.help-feature__topic-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(185,154,107,.10);
}
.help-feature__topic strong{font-size:.91rem}
.help-feature__topic small{font-size:.73rem;line-height:1.4}
.help-feature__arrow{font-size:1rem}
@media(hover:hover) and (pointer:fine){
  .help-feature__topic:hover{
    transform:none;
    background:rgba(248,239,233,.74);
  }
}
@media(max-width:1180px){
  .help-feature__main{grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);gap:36px}
  .help-feature__visual{margin-right:calc((100vw - 92vw)/-2)}
}
@media(max-width:960px){
  .help-feature{padding:72px 0 66px}
  .help-feature__main{grid-template-columns:1fr;gap:28px}
  .help-feature__copy{max-width:680px;padding:0}
  .help-feature__title,.help-feature__lead{max-width:680px}
  .help-feature__visual{
    min-height:480px;
    margin-right:0;
    border-radius:28px;
    border-right:1px solid rgba(104,27,34,.07);
  }
  .help-feature__fade{width:16%;background:linear-gradient(90deg,rgba(251,246,241,.48),rgba(251,246,241,0))}
  .help-feature__topics{margin-top:24px}
}
@media(max-width:700px){
  .help-feature{padding:58px 0 54px}
  .help-feature__title{font-size:clamp(2.5rem,11.2vw,3.45rem);line-height:1.01}
  .help-feature__lead{font-size:.95rem;line-height:1.65}
  .help-feature__signature{font-size:.66rem;margin-bottom:20px}
  .help-feature__visual{min-height:360px;border-radius:24px}
  .help-feature__visual img{object-position:58% center}
  .help-feature__fade{display:none}
  .help-feature__topics{grid-template-columns:1fr;border-radius:20px}
  .help-feature__topic,.help-feature__topic:not(:last-child){
    min-height:86px;
    padding:15px 16px;
    border-right:0;
    border-bottom:1px solid rgba(104,27,34,.09);
  }
  .help-feature__topic:last-child{border-bottom:0}
}


/* ===== V14 • Como ajudamos — premium refinement ===== */
.help-feature{
  padding:66px 0 72px;
  background:
    radial-gradient(circle at 14% 10%,rgba(185,154,107,.08),transparent 22%),
    linear-gradient(180deg,#fffdfb 0%,#fbf6f0 58%,#faf7f3 100%);
}
.help-feature__shell{position:relative}
.help-feature__shell::after{
  content:"";
  position:absolute;
  right:-8px;
  top:18px;
  width:32%;
  height:82%;
  border-radius:42px 0 0 42px;
  background:linear-gradient(180deg,rgba(185,154,107,.07),rgba(185,154,107,0));
  pointer-events:none;
}
.help-feature__main{
  grid-template-columns:minmax(0,.84fr) minmax(560px,1.16fr);
  gap:56px;
  align-items:center;
}
.help-feature__copy{
  max-width:530px;
  padding:8px 0 0;
}
.help-feature__eyebrow{
  margin-bottom:18px;
  color:#ae8451;
}
.help-feature__title{
  max-width:530px;
  font-size:clamp(2.85rem,3.9vw,4.15rem);
  line-height:.98;
  letter-spacing:-.048em;
}
.help-feature__title em{color:var(--red-dark)}
.help-feature__lead{
  max-width:500px;
  margin:22px 0 20px;
  color:#6b5e60;
  font-size:1rem;
  line-height:1.76;
}
.help-feature__signature{
  gap:10px;
  margin:0 0 26px;
  color:#9a7a56;
  font-size:.71rem;
  letter-spacing:.11em;
}
.help-feature__signature i{
  width:22px;
  background:rgba(154,122,86,.34);
}
.help-feature__cta{
  min-height:52px;
  padding-inline:24px;
  box-shadow:0 16px 32px rgba(88,22,29,.10);
}
.help-feature__visual{
  position:relative;
  min-height:590px;
  margin-right:calc((100vw - min(1180px,92vw)) / -2);
  border:0;
  border-radius:36px 0 0 36px;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(47,16,20,.08);
}
.help-feature__visual::before{
  content:"";
  position:absolute;
  inset:14px 14px 14px 0;
  border-radius:28px 0 0 28px;
  border:1px solid rgba(255,255,255,.35);
  z-index:2;
  pointer-events:none;
}
.help-feature__visual img{
  object-position:center 44%;
  transform:scale(1.015);
}
.help-feature__fade{
  width:20%;
  background:linear-gradient(90deg,#fbf6f0 0%,rgba(251,246,240,.82) 38%,rgba(251,246,240,.20) 76%,rgba(251,246,240,0) 100%);
}
.help-feature__visual figcaption{
  right:22px;
  bottom:22px;
  background:rgba(27,14,16,.48);
  color:rgba(255,255,255,.9);
}
.help-feature__topics{
  position:relative;
  z-index:3;
  margin-top:24px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(104,27,34,.10);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(49,18,22,.05);
  backdrop-filter:blur(10px);
}
.help-feature__topic{
  min-height:110px;
  padding:20px 22px;
  gap:14px;
  align-items:center;
}
.help-feature__topic:not(:last-child){border-right:1px solid rgba(104,27,34,.08)}
.help-feature__topic-icon{
  width:46px;
  height:46px;
  border-radius:15px;
  background:rgba(185,154,107,.12);
  color:#9f7a48;
}
.help-feature__topic strong{font-size:.98rem;color:var(--wine-deep)}
.help-feature__topic small{margin-top:6px;font-size:.78rem;line-height:1.48;color:#766a6c}
.help-feature__arrow{font-size:1rem;color:rgba(104,27,34,.42)}
@media(hover:hover) and (pointer:fine){
  .help-feature__visual:hover img{transform:scale(1.03)}
  .help-feature__topic:hover{
    background:rgba(248,240,234,.85);
    transform:translateY(-1px);
  }
}
@media(max-width:1180px){
  .help-feature__main{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:40px}
  .help-feature__visual{min-height:550px;margin-right:calc((100vw - 92vw)/-2)}
}
@media(max-width:960px){
  .help-feature{padding:62px 0 62px}
  .help-feature__shell::after{display:none}
  .help-feature__main{grid-template-columns:1fr;gap:30px}
  .help-feature__copy{max-width:680px}
  .help-feature__title,.help-feature__lead{max-width:680px}
  .help-feature__visual{
    min-height:470px;
    margin-right:0;
    border-radius:28px;
  }
  .help-feature__visual::before{inset:12px;border-radius:22px}
  .help-feature__fade{width:16%;background:linear-gradient(90deg,rgba(251,246,240,.54),rgba(251,246,240,0))}
  .help-feature__topics{margin-top:22px}
}
@media(max-width:700px){
  .help-feature{padding:54px 0 50px}
  .help-feature__title{font-size:clamp(2.42rem,10.8vw,3.3rem);line-height:1.01}
  .help-feature__lead{font-size:.95rem;line-height:1.68;margin:18px 0 18px}
  .help-feature__signature{font-size:.64rem;gap:8px;margin-bottom:20px}
  .help-feature__signature i{width:16px}
  .help-feature__cta{width:100%}
  .help-feature__visual{min-height:360px;border-radius:24px;box-shadow:0 16px 34px rgba(47,16,20,.06)}
  .help-feature__visual::before{display:none}
  .help-feature__visual img{object-position:60% center;transform:none}
  .help-feature__fade{display:none}
  .help-feature__topics{grid-template-columns:1fr;border-radius:22px}
  .help-feature__topic,.help-feature__topic:not(:last-child){
    min-height:88px;
    padding:16px 16px;
    border-right:0;
    border-bottom:1px solid rgba(104,27,34,.08);
  }
  .help-feature__topic:last-child{border-bottom:0}
  .help-feature__topic-icon{width:42px;height:42px;border-radius:14px}
  .help-feature__topic strong{font-size:.92rem}
  .help-feature__topic small{font-size:.73rem}
}

/* ===== V15 • Como ajudamos — editorial luxury refinement ===== */
.help-feature{
  position:relative;
  padding:78px 0 76px;
  background:
    radial-gradient(circle at 10% 18%,rgba(185,154,107,.055),transparent 24%),
    linear-gradient(180deg,#fffdfa 0%,#fbf6f1 100%);
  border-top:1px solid rgba(104,27,34,.055);
  border-bottom:1px solid rgba(104,27,34,.055);
}
.help-feature::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(185,154,107,.28) 18%,rgba(185,154,107,.08) 46%,transparent 72%);
}
.help-feature__shell{position:relative}
.help-feature__shell::after{display:none}
.help-feature__main{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(600px,1.22fr);
  gap:72px;
  align-items:center;
}
.help-feature__copy{
  position:relative;
  max-width:500px;
  padding:10px 0 18px;
  z-index:2;
}
.help-feature__copy::before{
  content:"";
  position:absolute;
  left:-28px;
  top:22px;
  width:1px;
  height:128px;
  background:linear-gradient(180deg,rgba(185,154,107,.9),rgba(185,154,107,.10));
}
.help-feature__eyebrow{
  margin-bottom:20px;
  color:#a77d48;
  font-size:.72rem;
  letter-spacing:.16em;
}
.help-feature__title{
  max-width:500px;
  margin:0;
  font-size:clamp(2.75rem,3.55vw,3.9rem);
  line-height:.985;
  letter-spacing:-.048em;
  text-wrap:balance;
}
.help-feature__title em{
  color:#c51f2f;
  font-style:normal;
}
.help-feature__lead{
  max-width:475px;
  margin:24px 0 18px;
  color:#6c6062;
  font-size:.99rem;
  line-height:1.78;
}
.help-feature__signature{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 28px;
  color:#9d7a52;
  font-size:.67rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:800;
}
.help-feature__signature i{
  width:24px;
  height:1px;
  background:rgba(157,122,82,.32);
}
.help-feature__cta{
  position:relative;
  min-height:52px;
  padding:0 22px 0 24px;
  background:linear-gradient(135deg,#7f1720,#9d1d27);
  box-shadow:0 16px 34px rgba(99,23,30,.14);
}
.help-feature__cta::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  pointer-events:none;
}
.help-feature__visual{
  position:relative;
  min-height:620px;
  margin-right:calc((100vw - min(1180px,92vw)) / -2);
  border:0;
  border-radius:44px 0 0 44px;
  overflow:hidden;
  box-shadow:0 30px 72px rgba(48,17,21,.09);
  background:#e8ddd4;
}
.help-feature__visual::before{
  content:"";
  position:absolute;
  inset:18px 18px 18px 0;
  border:1px solid rgba(255,255,255,.38);
  border-radius:34px 0 0 34px;
  z-index:2;
  pointer-events:none;
}
.help-feature__visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:32%;
  background:linear-gradient(180deg,transparent,rgba(35,13,17,.08));
  pointer-events:none;
}
.help-feature__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 46%;
  transform:scale(1.012);
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}
.help-feature__fade{
  position:absolute;
  inset:0 auto 0 0;
  width:24%;
  z-index:1;
  background:linear-gradient(90deg,#fbf6f1 0%,rgba(251,246,241,.92) 28%,rgba(251,246,241,.48) 58%,rgba(251,246,241,0) 100%);
  pointer-events:none;
}
.help-feature__visual figcaption{display:none!important}
.hero-image-note{display:none!important}

.help-feature__topics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:34px;
  border-radius:0;
  background:transparent;
  border:0;
  border-top:1px solid rgba(104,27,34,.12);
  border-bottom:1px solid rgba(104,27,34,.08);
  box-shadow:none;
  backdrop-filter:none;
  overflow:visible;
}
.help-feature__topic{
  position:relative;
  min-height:112px;
  padding:22px 28px 22px 0;
  gap:15px;
  align-items:center;
  background:transparent;
  transition:background .22s ease,color .22s ease;
}
.help-feature__topic:not(:last-child){
  border-right:1px solid rgba(104,27,34,.08);
  margin-right:26px;
}
.help-feature__topic:nth-child(2),
.help-feature__topic:nth-child(3){padding-left:4px}
.help-feature__number{
  display:block;
  min-width:28px;
  color:#b18b5d;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.18rem;
  line-height:1;
}
.help-feature__topic-icon{display:none}
.help-feature__topic-copy{min-width:0}
.help-feature__topic strong{
  display:block;
  color:var(--wine-deep);
  font-size:.95rem;
  line-height:1.28;
}
.help-feature__topic small{
  display:block;
  margin-top:6px;
  max-width:220px;
  color:#776b6d;
  font-size:.75rem;
  line-height:1.5;
}
.help-feature__arrow{
  margin-left:auto;
  color:#9c784c;
  font-size:1.05rem;
  transition:transform .22s ease,color .22s ease;
}
@media(hover:hover) and (pointer:fine){
  .help-feature__visual:hover img{transform:scale(1.028)}
  .help-feature__topic:hover{background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(248,240,234,.40))}
  .help-feature__topic:hover .help-feature__arrow{transform:translateX(4px);color:#7b1b24}
}
@media(max-width:1180px){
  .help-feature__main{grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);gap:48px}
  .help-feature__visual{min-height:560px;margin-right:calc((100vw - 92vw)/-2)}
  .help-feature__copy::before{left:-18px}
}
@media(max-width:960px){
  .help-feature{padding:64px 0 62px}
  .help-feature__main{grid-template-columns:1fr;gap:30px}
  .help-feature__copy{max-width:680px;padding-bottom:0}
  .help-feature__copy::before{display:none}
  .help-feature__title,.help-feature__lead{max-width:680px}
  .help-feature__visual{
    min-height:480px;
    margin-right:0;
    border-radius:30px;
  }
  .help-feature__visual::before{inset:12px;border-radius:24px}
  .help-feature__fade{width:16%;background:linear-gradient(90deg,rgba(251,246,241,.52),rgba(251,246,241,0))}
  .help-feature__topics{margin-top:28px}
  .help-feature__topic{padding-right:20px}
  .help-feature__topic:not(:last-child){margin-right:18px}
}
@media(max-width:700px){
  .help-feature{padding:54px 0 52px}
  .help-feature__title{font-size:clamp(2.35rem,10.6vw,3.2rem);line-height:1.005}
  .help-feature__lead{font-size:.95rem;line-height:1.7;margin-top:18px}
  .help-feature__signature{font-size:.61rem;gap:8px;letter-spacing:.10em;margin-bottom:22px}
  .help-feature__signature i{width:14px}
  .help-feature__cta{width:100%}
  .help-feature__visual{min-height:360px;border-radius:24px;box-shadow:0 18px 38px rgba(47,16,20,.07)}
  .help-feature__visual::before{display:none}
  .help-feature__visual img{object-position:60% center;transform:none}
  .help-feature__fade{display:none}
  .help-feature__topics{grid-template-columns:1fr;margin-top:24px}
  .help-feature__topic,.help-feature__topic:not(:last-child){
    min-height:88px;
    padding:16px 4px;
    margin-right:0;
    border-right:0;
    border-bottom:1px solid rgba(104,27,34,.08);
  }
  .help-feature__topic:last-child{border-bottom:0}
  .help-feature__topic:nth-child(2),.help-feature__topic:nth-child(3){padding-left:4px}
  .help-feature__number{font-size:1.05rem;min-width:25px}
  .help-feature__topic strong{font-size:.91rem}
  .help-feature__topic small{font-size:.72rem}
}

/* ===== V16: Como ajudamos — modelo 5 premium cards ===== */
.help-cards5{
  position:relative;
  overflow:hidden;
  padding:104px 0 112px;
  background:
    radial-gradient(circle at 92% 12%,rgba(185,154,107,.11),transparent 24%),
    radial-gradient(circle at 5% 88%,rgba(239,34,51,.045),transparent 26%),
    linear-gradient(135deg,#fffdfa 0%,#fbf5f0 54%,#f7eee7 100%);
}
.help-cards5::before,
.help-cards5::after{
  content:"";
  position:absolute;
  border:1px solid rgba(185,154,107,.18);
  border-radius:50%;
  pointer-events:none;
}
.help-cards5::before{width:360px;height:360px;right:-190px;top:-190px}
.help-cards5::after{width:240px;height:240px;left:-150px;bottom:-150px}
.help-cards5__layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);
  gap:62px;
  align-items:center;
}
.help-cards5__intro{max-width:430px}
.help-cards5__eyebrow{color:#a97f4d;margin-bottom:18px}
.help-cards5__title{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.7rem,3.65vw,4.05rem);
  line-height:1.01;
  letter-spacing:-.045em;
  color:var(--wine-deep);
  text-wrap:balance;
}
.help-cards5__title em{font-style:normal;color:#c51e2f}
.help-cards5__lead{
  margin:24px 0 28px;
  color:#6d6062;
  font-size:.98rem;
  line-height:1.78;
}
.help-cards5__cta{
  min-height:52px;
  padding-inline:23px;
  background:linear-gradient(135deg,#7e1820,#9b1e28);
  box-shadow:0 16px 34px rgba(98,22,29,.14);
}
.help-cards5__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.help-card5{
  position:relative;
  min-height:440px;
  padding:82px 26px 34px;
  border:1px solid rgba(104,27,34,.10);
  border-radius:30px 30px 20px 20px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,252,248,.90));
  box-shadow:0 18px 48px rgba(51,18,22,.075);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  color:var(--wine-deep);
  isolation:isolate;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.help-card5::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(185,154,107,.10);
  border-radius:22px 22px 14px 14px;
  z-index:-1;
  pointer-events:none;
}
.help-card5::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-15px;
  width:28px;
  height:28px;
  transform:translateX(-50%) rotate(45deg);
  background:#fffaf5;
  border-right:1px solid rgba(104,27,34,.10);
  border-bottom:1px solid rgba(104,27,34,.10);
  border-radius:0 0 5px 0;
  z-index:-1;
}
.help-card5__halo{
  position:absolute;
  top:-34px;
  left:50%;
  transform:translateX(-50%);
  width:88px;
  height:88px;
  border-radius:50%;
  background:#fffaf5;
  border:1px solid rgba(104,27,34,.10);
  box-shadow:0 14px 34px rgba(51,18,22,.08);
  display:grid;
  place-items:center;
}
.help-card5__icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:linear-gradient(145deg,#771820,#9d202a);
  color:#dfb66e;
  display:grid;
  place-items:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 10px 24px rgba(83,20,26,.18);
}
.help-card5__icon svg{width:30px;height:30px}
.help-card5__num{
  display:block;
  margin-bottom:16px;
  color:#b58c57;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.3rem;
  font-weight:700;
}
.help-card5 strong{
  display:block;
  min-height:58px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.38rem;
  line-height:1.08;
  letter-spacing:-.025em;
}
.help-card5 p{
  margin:18px 0 22px;
  color:#75686a;
  font-size:.82rem;
  line-height:1.65;
}
.help-card5__link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#8b1b24;
  font-size:.77rem;
  font-weight:800;
}
.help-card5__link b{font-size:1rem;transition:transform .22s ease}
@media(hover:hover) and (pointer:fine){
  .help-card5:hover{
    transform:translateY(-8px);
    border-color:rgba(104,27,34,.18);
    box-shadow:0 28px 62px rgba(51,18,22,.12);
  }
  .help-card5:hover .help-card5__link b{transform:translateX(4px)}
  .help-card5:hover .help-card5__icon{box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 14px 30px rgba(83,20,26,.24)}
}
@media(max-width:1040px){
  .help-cards5{padding:88px 0 96px}
  .help-cards5__layout{grid-template-columns:1fr;gap:58px;align-items:start}
  .help-cards5__intro{max-width:680px}
  .help-cards5__cards{max-width:900px;width:100%}
}
@media(max-width:760px){
  .help-cards5{padding:72px 0 78px}
  .help-cards5__cards{grid-template-columns:1fr;gap:52px}
  .help-card5{min-height:0;padding:76px 24px 30px}
  .help-card5 strong{min-height:0}
  .help-card5 p{max-width:420px}
}
@media(max-width:620px){
  .help-cards5{padding:62px 0 72px}
  .help-cards5__title{font-size:clamp(2.35rem,11vw,3.15rem)}
  .help-cards5__lead{font-size:.94rem;line-height:1.72}
  .help-cards5__cta{width:100%}
  .help-cards5__cards{gap:48px}
  .help-card5{border-radius:26px 26px 18px 18px;padding-inline:22px}
}

/* ===== Encaminhamento responsável — opção 3 ===== */
.eyebrow--light{color:#f0c985}
.section-title--light{color:#fff}
.referral-stage{
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.05), transparent 24%),
    radial-gradient(circle at 86% 25%, rgba(185,154,107,.09), transparent 24%),
    linear-gradient(135deg,#5f0915 0%,#430811 45%,#6c0d18 100%);
  overflow:hidden;
}
.referral-stage::before,
.referral-stage::after{content:"";position:absolute;pointer-events:none}
.referral-stage{position:relative}
.referral-stage::before{width:360px;height:360px;border-radius:50%;left:-150px;top:-120px;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 70%)}
.referral-stage::after{width:340px;height:340px;border-radius:50%;right:-120px;bottom:-150px;border:1px solid rgba(255,255,255,.08)}
.referral-stage__grid{display:grid;grid-template-columns:minmax(0,370px) minmax(0,1fr);gap:34px;align-items:center}
.referral-stage__intro{position:relative;z-index:1;padding:14px 0}
.referral-stage__intro .eyebrow{margin-bottom:14px}
.referral-stage__lead{margin:18px 0 24px;color:rgba(255,248,245,.84);font-size:1.02rem;line-height:1.82;max-width:32rem}
.referral-stage__line{width:96px;height:2px;border-radius:999px;margin:0 0 24px;background:linear-gradient(90deg,#d8b06f,#f0d4a6 65%,rgba(240,212,166,0))}
.btn--gold{background:linear-gradient(180deg,#d9b16f,#c9974b);color:#fff;border:none;box-shadow:0 16px 32px rgba(19,7,9,.20)}
.btn--gold:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(19,7,9,.28)}
.referral-stage__visual{position:relative;min-height:520px;padding:34px 8px 22px}
.referral-stage__base{position:absolute;left:40px;right:30px;bottom:8px;height:42px;border-radius:22px;background:linear-gradient(180deg,rgba(241,221,188,.95),rgba(206,167,114,.86));box-shadow:0 24px 50px rgba(16,5,7,.30)}
.ref-card{position:absolute;width:30%;min-width:210px;max-width:260px;padding:28px 24px 28px;background:linear-gradient(180deg,#fffefb 0%,#fff8ef 100%);border:1px solid rgba(215,189,149,.42);border-radius:26px;color:#42141b;box-shadow:0 28px 60px rgba(19,8,10,.30);display:flex;flex-direction:column;min-height:360px}
.ref-card::after{content:"";position:absolute;left:22px;right:22px;bottom:-14px;height:16px;border-radius:0 0 18px 18px;background:linear-gradient(180deg,rgba(214,182,137,.68),rgba(184,144,90,.94));filter:blur(.2px)}
.ref-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}
.ref-card__num{font-family:"Playfair Display",Georgia,serif;font-size:3rem;line-height:1;color:#c89d5b}
.ref-card__icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f8eddc);color:#c19756;border:1px solid rgba(204,172,122,.35);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 20px rgba(31,13,16,.08)}
.ref-card__icon svg{width:24px;height:24px}
.ref-card h3{margin:0 0 12px;font-family:"Playfair Display",Georgia,serif;font-size:2rem;line-height:1.04;letter-spacing:-.03em;color:#4a151d}
.ref-card p{margin:0;color:#6c5a5d;font-size:.95rem;line-height:1.7}
.ref-card--one{left:0;bottom:62px;z-index:1;transform:translateY(8px)}
.ref-card--two{left:35%;bottom:84px;z-index:2}
.ref-card--three{right:0;bottom:98px;z-index:3;transform:translateY(-4px)}
.ref-card:hover{transform:translateY(-6px)}
.ref-card--one:hover{transform:translateY(2px)}
.ref-card--three:hover{transform:translateY(-10px)}

@media(max-width:1120px){
  .referral-stage__grid{grid-template-columns:1fr;gap:20px}
  .referral-stage__intro{max-width:700px}
  .referral-stage__visual{min-height:500px;margin-top:4px}
}
@media(max-width:900px){
  .referral-stage__visual{min-height:auto;padding:8px 0 6px;display:grid;gap:18px}
  .ref-card,.ref-card--one,.ref-card--two,.ref-card--three{position:relative;left:auto;right:auto;bottom:auto;top:auto;transform:none!important;width:100%;max-width:none;min-width:0;min-height:unset}
  .ref-card:hover{transform:none}
  .referral-stage__base{display:none}
}
@media(max-width:620px){
  .referral-stage__lead{font-size:.97rem;line-height:1.75}
  .ref-card{padding:24px 20px 24px;border-radius:22px}
  .ref-card__num{font-size:2.6rem}
  .ref-card__icon{width:48px;height:48px}
  .ref-card h3{font-size:1.68rem}
}

/* ===== Como funciona — opção 4 fluxo curvo ===== */
.care-flow{
  background:linear-gradient(180deg,#fffdfa 0%,#fbf5ef 100%);
  position:relative;
  overflow:hidden;
}
.care-flow::before,
.care-flow::after{content:"";position:absolute;pointer-events:none}
.care-flow::before{left:-140px;bottom:-180px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(104,27,34,.05),transparent 70%)}
.care-flow::after{right:-120px;top:-160px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(185,154,107,.16)}
.care-flow__head{text-align:center;max-width:860px;margin:0 auto 34px}
.care-flow__canvas{
  position:relative;
  min-height:500px;
  border:1px solid rgba(215,193,176,.72);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,250,244,.92));
  box-shadow:0 28px 80px rgba(57,26,30,.08);
  overflow:hidden;
}
.care-flow__line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.care-flow__line path{fill:none;stroke:url(#none);stroke:#d2b17c;stroke-width:3;stroke-linecap:round;stroke-dasharray:7 10;opacity:.9}
.flow-node{position:absolute;display:flex;align-items:flex-start;gap:14px;max-width:260px}
.flow-node__bubble{width:58px;height:58px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#7a0f1b,#5b0b14);color:#fff;box-shadow:0 18px 30px rgba(77,13,23,.22),0 0 0 6px rgba(255,250,245,.92);margin-top:4px}
.flow-node__bubble svg{width:24px;height:24px}
.flow-node__content{padding:4px 0}
.flow-node__num{display:block;margin-bottom:6px;font-family:"Playfair Display",Georgia,serif;font-size:2rem;line-height:1;color:#c89d5b}
.flow-node h3{margin:0 0 8px;font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;line-height:1.08;color:#4c141c}
.flow-node p{margin:0;color:#6b5a5d;font-size:.95rem;line-height:1.65}
.flow-node--1{left:80px;top:64px}
.flow-node--2{left:300px;top:138px}
.flow-node--3{left:565px;top:224px}
.flow-node--4{left:835px;top:308px;max-width:285px}
.care-flow__cta{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);display:flex;justify-content:center}

@media(max-width:1200px){
  .flow-node--1{left:50px}
  .flow-node--2{left:250px}
  .flow-node--3{left:500px}
  .flow-node--4{left:730px}
}
@media(max-width:1000px){
  .care-flow__canvas{min-height:unset;padding:28px 22px 28px}
  .care-flow__line{display:none}
  .flow-node{position:relative;left:auto!important;top:auto!important;max-width:none;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(215,193,176,.55)}
  .flow-node:last-of-type{margin-bottom:0;border-bottom:0;padding-bottom:0}
  .care-flow__cta{position:relative;left:auto;bottom:auto;transform:none;margin-top:24px}
}
@media(max-width:620px){
  .care-flow__canvas{padding:22px 16px 22px;border-radius:26px}
  .flow-node{gap:12px}
  .flow-node__bubble{width:50px;height:50px;box-shadow:0 14px 24px rgba(77,13,23,.18),0 0 0 5px rgba(255,250,245,.92)}
  .flow-node__bubble svg{width:21px;height:21px}
  .flow-node__num{font-size:1.8rem}
  .flow-node h3{font-size:1.28rem}
  .flow-node p{font-size:.92rem}
}

/* ==================================================================
   V19 — Refinamento global premium
   ================================================================== */

/* Header refinado */
.site-header--main{transition:background .28s ease,box-shadow .28s ease,border-color .28s ease}
.site-header--main .navbar{transition:height .28s ease}
.site-header--main .logo img{transition:width .28s ease,transform .28s ease}
.site-header--main.is-scrolled{background:rgba(255,253,250,.97);box-shadow:0 12px 35px rgba(52,20,24,.08);border-color:rgba(104,27,34,.11)}
.site-header--main.is-scrolled .navbar{height:82px}
.site-header--main.is-scrolled .logo img{width:82px}
.navlinks a.is-active{color:var(--wine)}
.navlinks a.is-active::after{right:0}

/* Para famílias — editorial premium */
.family-premium{position:relative;background:linear-gradient(180deg,#fffdfa 0%,#faf5f0 100%);overflow:hidden}
.family-premium::before{content:"";position:absolute;left:-190px;top:100px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(104,27,34,.055),transparent 68%);pointer-events:none}
.family-premium__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:74px;align-items:start}
.family-premium__intro{padding-top:18px;position:sticky;top:126px}
.family-premium__intro .section-title{max-width:490px;font-size:clamp(2.7rem,4.2vw,4rem)}
.family-premium__intro .section-title em{font-style:normal;color:var(--red-dark)}
.family-premium__lead{max-width:560px;margin:20px 0 28px;color:var(--muted);font-size:1.04rem;line-height:1.82}
.family-premium__cta{min-height:50px}
.family-premium__content{border-top:1px solid rgba(185,154,107,.34);border-bottom:1px solid var(--line)}
.family-premium__quote{position:relative;padding:36px 30px 34px 74px;background:linear-gradient(135deg,#681b22,#3b1117);color:#fff;border-radius:0 30px 0 0;overflow:hidden}
.family-premium__quote::after{content:"";position:absolute;right:-90px;top:-120px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.09)}
.family-premium__quote-mark{position:absolute;left:24px;top:4px;font-family:"Playfair Display",Georgia,serif;font-size:7.5rem;line-height:1;color:rgba(244,213,165,.34)}
.family-premium__quote blockquote{position:relative;z-index:1;margin:0 0 16px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.45rem,2.4vw,2.15rem);line-height:1.35;max-width:720px}
.family-premium__quote>span:last-child{position:relative;z-index:1;color:rgba(255,255,255,.63);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}
.family-premium__points{display:grid;grid-template-columns:1fr 1fr;background:#fff}
.family-premium__point{display:grid;grid-template-columns:56px 1fr;gap:16px;padding:28px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:150px;transition:background .2s ease,transform .2s ease}
.family-premium__point:nth-child(2n){border-right:0}.family-premium__point:nth-last-child(-n+2){border-bottom:0}
.family-premium__point b{font-family:"Playfair Display",Georgia,serif;color:#c89d5b;font-size:1.65rem;font-weight:600}
.family-premium__point strong{display:block;color:var(--wine-deep);font-size:.96rem;margin-bottom:6px}
.family-premium__point span{display:block;color:var(--muted);font-size:.84rem;line-height:1.62}
@media(hover:hover) and (pointer:fine){.family-premium__point:hover{background:#fff9f4;transform:translateY(-2px)}}

/* Galeria — mesma grade, acabamento premium */
.gallery-premium{position:relative;background:linear-gradient(180deg,#faf6f1 0%,#f7efe9 100%)}
.gallery-premium .section-head{margin-bottom:34px}
.gallery-premium .section-head__text{max-width:840px}
.gallery-premium .gallery{gap:12px}
.gallery-premium .thumb{border-radius:16px;border-color:rgba(104,27,34,.09);box-shadow:0 8px 24px rgba(50,18,22,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;outline:none}
.gallery-premium .thumb span{left:10px;bottom:10px;background:rgba(62,18,24,.82);backdrop-filter:blur(6px);padding:5px 9px}
.gallery-premium .thumb:focus-visible{box-shadow:0 0 0 3px rgba(239,34,51,.18),0 16px 36px rgba(50,18,22,.10)}
@media(hover:hover) and (pointer:fine){.gallery-premium .thumb:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(50,18,22,.12);border-color:rgba(104,27,34,.18)}.gallery-premium .thumb:hover img{transform:scale(1.045)}}
.lightbox{flex-direction:column;gap:14px;padding:28px 70px;background:rgba(18,7,10,.94)}
.lightbox__top{position:absolute;left:24px;right:24px;top:18px;display:flex;align-items:center;justify-content:space-between;z-index:3}
.lightbox__counter{color:rgba(255,255,255,.74);font-size:.78rem;letter-spacing:.1em;font-weight:800}
.lightbox .close{position:static;flex:0 0 auto}
.lightbox__figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:min(1100px,86vw)}
.lightbox__figure img{max-width:100%;max-height:78vh}
.lightbox__figure figcaption{color:rgba(255,255,255,.72);font-size:.82rem;text-align:center;max-width:760px}
.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;font-size:1.45rem;display:grid;place-items:center;transition:.2s ease;z-index:2}
.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}
@media(hover:hover) and (pointer:fine){.lightbox__nav:hover,.lightbox .close:hover{background:rgba(255,255,255,.16)}}

/* FAQ — accordion editorial */
.faq-premium{position:relative;background:#fffdfa}
.faq-premium .faq-layout{grid-template-columns:.76fr 1.24fr;gap:80px}
.faq-premium .faq-intro{top:118px}
.faq-premium .faq-intro p{line-height:1.78;margin-bottom:24px}
.faq-premium .faq-list{border-top:1px solid rgba(185,154,107,.45)}
.faq-premium .faq-item{border-bottom:1px solid rgba(104,27,34,.11);transition:background .25s ease}
.faq-premium .faq-item.open{background:linear-gradient(90deg,rgba(248,237,229,.74),rgba(255,253,250,.34))}
.faq-premium .faq-question{display:grid;grid-template-columns:50px 1fr 32px;padding:25px 18px 25px 0;align-items:center;gap:14px}
.faq-question__num{font-family:"Playfair Display",Georgia,serif;color:#c49856;font-size:1.42rem;font-weight:600}
.faq-premium .faq-question>span:nth-child(2){font-size:.98rem}
.faq-premium .faq-answer p{padding:0 54px 25px 64px;line-height:1.78}

/* CTA final — fechamento premium */
.final-cta--premium{padding:12px 0 96px;background:#fffdfa}
.final-cta--premium .final-panel{padding:54px 58px;border-radius:32px;background:linear-gradient(125deg,#351116 0%,#5f1720 54%,#7d1420 100%);box-shadow:0 34px 85px rgba(45,13,19,.20)}
.final-cta--premium .final-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 12%,rgba(237,202,149,.13),transparent 25%);pointer-events:none}
.final-cta--premium .final-panel__eyebrow{position:relative;z-index:1;margin-bottom:24px;color:#e5c18a;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.final-cta--premium .final-panel__inner{align-items:stretch}
.final-panel__copy{max-width:760px}
.final-cta--premium .final-panel h2{font-size:clamp(2.4rem,4vw,3.8rem);letter-spacing:-.035em}
.final-panel__trust{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:26px;color:rgba(255,255,255,.74);font-size:.76rem;font-weight:700}
.final-panel__trust span{display:flex;align-items:center;gap:8px}.final-panel__trust span::before{content:"";width:5px;height:5px;border-radius:50%;background:#e6c087}
.final-panel__action{position:relative;z-index:1;min-width:265px;border-left:1px solid rgba(255,255,255,.14);padding-left:38px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.final-panel__action-label{color:#e5c18a;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.final-panel__action strong{display:block;margin:4px 0 18px;font-family:"Playfair Display",Georgia,serif;font-size:1.55rem;color:#fff}
.final-cta--premium .final-panel .btn{min-width:190px}

/* Rodapé premium */
.site-footer--premium{padding:0 0 28px;background:linear-gradient(180deg,#241014 0%,#190b0e 100%)}
.footer-topline{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(229,193,138,.20);color:rgba(255,255,255,.72);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}
.footer-topline a{color:#e6c087;font-weight:800;transition:color .2s ease}.footer-topline a:hover{color:#fff}
.site-footer--premium .footer-grid{padding:52px 0 44px;grid-template-columns:1.35fr .8fr .8fr;gap:70px}
.site-footer--premium .footer-brand img{width:118px;border-radius:18px;padding:9px}
.site-footer--premium .footer-brand p{margin-top:20px;line-height:1.75;max-width:500px}
.site-footer--premium .footer-col h3{color:#e4bf87;margin-bottom:20px}
.site-footer--premium .footer-col a,.site-footer--premium .footer-col span{margin:10px 0;transition:color .2s ease,transform .2s ease}
.site-footer--premium .footer-col a:hover{color:#fff;transform:translateX(3px)}
.footer-phone{font-family:"Playfair Display",Georgia,serif!important;font-size:1.25rem!important;color:#fff!important;margin-bottom:14px!important}
.site-footer--premium .footer-bottom{padding-top:22px}

/* Refinamento global de foco */
a:focus-visible,button:focus-visible,.thumb:focus-visible{outline:3px solid rgba(239,34,51,.22);outline-offset:3px}

@media(max-width:980px){
  .family-premium__grid{grid-template-columns:1fr;gap:40px}
  .family-premium__intro{position:static;padding-top:0}
  .faq-premium .faq-layout{grid-template-columns:1fr;gap:42px}
  .faq-premium .faq-intro{position:static}
  .final-cta--premium .final-panel__inner{flex-direction:column;gap:34px}
  .final-panel__action{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:28px 0 0;min-width:0}
  .site-footer--premium .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.site-footer--premium .footer-brand{grid-column:1/-1}
}
@media(max-width:620px){
  .site-header--main.is-scrolled .navbar{height:78px}.site-header--main.is-scrolled .logo img{width:76px}
  .family-premium__intro .section-title{font-size:clamp(2.45rem,12vw,3.25rem)}
  .family-premium__quote{padding:30px 22px 28px 54px;border-radius:0 24px 0 0}
  .family-premium__quote-mark{left:14px;font-size:6rem}
  .family-premium__points{grid-template-columns:1fr}
  .family-premium__point,.family-premium__point:nth-child(2n),.family-premium__point:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:22px 18px}
  .family-premium__point:last-child{border-bottom:0}
  .gallery-premium .gallery{gap:9px}
  .lightbox{padding:70px 14px 26px}
  .lightbox__figure{max-width:100%}.lightbox__figure img{max-height:72vh}
  .lightbox__nav{width:44px;height:44px;top:auto;bottom:18px}.lightbox__nav--prev{left:18px}.lightbox__nav--next{right:18px}
  .lightbox__figure figcaption{padding-bottom:46px}
  .faq-premium .faq-question{grid-template-columns:38px 1fr 28px;padding:22px 4px 22px 0;gap:10px}
  .faq-question__num{font-size:1.18rem}.faq-premium .faq-answer p{padding:0 8px 22px 48px}
  .final-cta--premium{padding-bottom:72px}.final-cta--premium .final-panel{padding:36px 24px;border-radius:26px}
  .final-panel__trust{display:grid;grid-template-columns:1fr;gap:8px}.final-panel__action .btn{width:100%}
  .footer-topline{padding:20px 0;align-items:flex-start;flex-direction:column;gap:8px;line-height:1.5}
  .site-footer--premium .footer-grid{grid-template-columns:1fr;gap:30px;padding:38px 0}.site-footer--premium .footer-brand{grid-column:auto}
}

/* ==================================================================
   V20 — Final Visual Polish / Design System
   Ajustes finos sem alterar as seções aprovadas.
   ================================================================== */
:root{
  --red:#e92839;
  --red-dark:#b61624;
  --wine:#681b22;
  --wine-deep:#321216;
  --ink:#291d20;
  --muted:#706164;
  --paper:#fffdfa;
  --cream:#f8f1ec;
  --cream-2:#f3e7df;
  --gold:#bd965d;
  --gold-soft:#dec39a;
  --line:rgba(82,35,41,.105);
  --shadow-sm:0 10px 28px rgba(51,18,22,.055);
  --shadow-md:0 20px 56px rgba(51,18,22,.095);
  --shadow-lg:0 34px 90px rgba(51,18,22,.145);
  --radius-sm:14px;
  --radius:24px;
  --radius-lg:32px;
  --section-space:104px;
}

/* Ritmo global, legibilidade e acabamento */
body{font-size:16px;line-height:1.72;letter-spacing:-.004em;background:var(--paper)}
main{overflow:clip}
.section{padding:var(--section-space) 0}
.section-title{max-width:900px;text-wrap:balance;letter-spacing:-.035em}
.section-subtitle{line-height:1.78;max-width:760px}
.eyebrow{margin-bottom:16px;letter-spacing:.155em;font-size:.72rem}
.eyebrow::before{width:30px;background:linear-gradient(90deg,currentColor,rgba(185,154,107,.45))}

/* Botões: sistema único */
.btn{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  font-size:.84rem;
  letter-spacing:.01em;
  box-shadow:0 12px 28px rgba(224,31,49,.18);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}
.btn--ghost{box-shadow:none}
.btn--dark{box-shadow:0 12px 28px rgba(50,18,22,.15)}
@media(hover:hover) and (pointer:fine){
  .btn:hover{transform:translateY(-2px)}
  .btn:active{transform:translateY(0)}
}

/* Topbar + header: proporção final */
.topline{font-size:.74rem;letter-spacing:.01em}
.topline__inner{min-height:34px}
.navbar{height:96px}
.logo img{width:94px}
.site-header--main{border-bottom-color:rgba(104,27,34,.065)}
.site-header--main.is-scrolled .navbar{height:78px}
.site-header--main.is-scrolled .logo img{width:76px}
.navlinks{gap:27px}
.navlinks a{font-size:.84rem;letter-spacing:.005em}
.navlinks a::after{bottom:-7px;height:1.5px}
.header-actions .btn{min-height:46px;padding-inline:19px}

/* Hero: composição e leitura sem redesenho */
.hero--immersive{min-height:720px;padding:76px 0 38px}
.hero--immersive .hero-shell{min-height:520px}
.hero--immersive .hero-content{max-width:610px;padding-top:6px}
.hero--immersive h1{font-size:clamp(3.25rem,5.25vw,5.25rem);line-height:.965;max-width:610px;text-wrap:balance}
.hero--immersive .hero-lead--light{max-width:575px;font-size:1.04rem;line-height:1.72}
.hero--immersive .hero-overlay--left{background:linear-gradient(90deg,rgba(32,12,16,.68) 0%,rgba(32,12,16,.49) 29%,rgba(32,12,16,.16) 56%,rgba(32,12,16,.03) 76%,rgba(32,12,16,.10) 100%)}
.hero-benefits-wrap{margin-top:12px}
.hero-benefits{border-radius:24px;background:rgba(55,20,26,.40);border-color:rgba(255,255,255,.15)}
.hero-benefit{position:relative;padding:18px 20px;transition:background .22s ease,transform .22s ease}
.hero-benefit__icon{width:42px;height:42px;border-radius:14px}
.hero-benefit__arrow{margin-left:auto;color:rgba(255,255,255,.54);font-size:.84rem;transition:transform .22s ease,color .22s ease}
@media(hover:hover) and (pointer:fine){
  .hero-benefit:hover{background:rgba(255,255,255,.085);transform:translateY(-2px)}
  .hero-benefit:hover .hero-benefit__arrow{transform:translateX(3px);color:#fff}
}

/* Como ajudamos: harmonização dos cards aprovados */
.help-cards5{padding:98px 0 102px}
.help-cards5__layout{gap:72px}
.help-cards5__title{line-height:1.02;letter-spacing:-.04em;text-wrap:balance}
.help-cards5__lead{line-height:1.78}
.help-cards5__cards{gap:22px;align-items:stretch}
.help-card5{border-radius:28px 28px 20px 20px;box-shadow:0 20px 52px rgba(57,19,24,.105);border-color:rgba(181,142,88,.26);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.help-card5 strong{letter-spacing:-.025em}
.help-card5 p{line-height:1.68}
.help-card5__link{letter-spacing:.005em}
@media(hover:hover) and (pointer:fine){
  .help-card5:hover{box-shadow:0 30px 68px rgba(57,19,24,.15);border-color:rgba(181,142,88,.42)}
}

/* Encaminhamento: acabamento e alinhamento dos três cards */
.referral-stage{padding:100px 0}
.referral-stage__grid{grid-template-columns:minmax(0,390px) minmax(0,1fr);gap:54px}
.referral-stage__lead{font-size:.99rem;line-height:1.8}
.referral-stage__visual{min-height:510px}
.ref-card{border-radius:24px;padding:27px 23px 27px;box-shadow:0 24px 54px rgba(19,8,10,.24);border-color:rgba(205,171,120,.32)}
.ref-card__icon{width:50px;height:50px}
.ref-card h3{font-size:1.86rem;line-height:1.06}
.ref-card p{font-size:.91rem;line-height:1.67}
.referral-stage__base{height:32px;bottom:13px;opacity:.82;box-shadow:0 18px 44px rgba(16,5,7,.23)}

/* Como funciona: mais leve, espacial e preciso */
.care-flow{padding:100px 0 104px}
.care-flow__head{margin-bottom:40px}
.care-flow__canvas{min-height:505px;border-color:rgba(210,181,145,.48);box-shadow:0 24px 66px rgba(57,26,30,.065);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,250,245,.94))}
.care-flow__line path{stroke:#caa56f;stroke-width:2.5;opacity:.72;stroke-dasharray:6 11}
.flow-node__bubble{width:56px;height:56px;background:linear-gradient(145deg,#75101c,#4c0c13);box-shadow:0 16px 28px rgba(77,13,23,.18),0 0 0 6px rgba(255,251,247,.94)}
.flow-node__num{font-size:1.85rem;color:#bb9154}
.flow-node h3{font-size:1.42rem}
.flow-node p{font-size:.91rem;line-height:1.64}
.care-flow__cta .btn{box-shadow:0 14px 32px rgba(224,31,49,.16)}

/* Para famílias */
.family-premium{padding:102px 0 106px}
.family-premium__grid{gap:82px}
.family-premium__quote{border-radius:0 28px 0 0;box-shadow:0 16px 38px rgba(51,18,22,.09)}
.family-premium__point{min-height:142px;padding:26px 24px;transition:background .22s ease,transform .22s ease,box-shadow .22s ease}
.family-premium__point b{font-size:1.55rem;color:#b98e50}

/* Galeria */
.gallery-premium{padding:100px 0 106px}
.gallery-premium .gallery{gap:13px}
.gallery-premium .thumb{border-radius:17px;box-shadow:0 7px 22px rgba(50,18,22,.04)}
.gallery-premium .thumb span{font-size:.68rem;letter-spacing:.02em}
.lightbox__figure img{border-radius:18px}

/* FAQ */
.faq-premium{padding:104px 0 110px}
.faq-premium .faq-layout{gap:86px}
.faq-premium .faq-question{min-height:78px}
.faq-premium .faq-item.open{background:linear-gradient(90deg,rgba(248,237,229,.66),rgba(255,253,250,.16))}
.faq-premium .faq-question>span:nth-child(2){letter-spacing:-.008em}

/* CTA e rodapé */
.final-cta--premium{padding:18px 0 104px}
.final-cta--premium .final-panel{border-radius:30px;padding:54px 56px;box-shadow:0 30px 76px rgba(45,13,19,.18)}
.final-panel__trust{letter-spacing:.005em}
.footer-topline{min-height:72px}
.site-footer--premium .footer-grid{padding:48px 0 42px}
.site-footer--premium .footer-bottom{line-height:1.6}

/* WhatsApp flutuante: menos intrusivo e mais premium */
.whatsapp-float{right:22px;bottom:22px;padding:12px 15px;box-shadow:0 16px 38px rgba(20,130,61,.23);border:1px solid rgba(255,255,255,.48);transition:transform .22s ease,box-shadow .22s ease}
.whatsapp-float svg{width:20px;height:20px}
.whatsapp-float span{font-size:.76rem;letter-spacing:.005em}
@media(hover:hover) and (pointer:fine){.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(20,130,61,.30)}}

/* Transições entre blocos: hairlines discretos */
.help-cards5,.care-flow,.family-premium,.gallery-premium,.faq-premium{border-top:1px solid rgba(185,154,107,.08)}

/* Animação global mais delicada */
.reveal{transform:translateY(14px);transition-duration:.72s;transition-timing-function:cubic-bezier(.22,.8,.28,1)}

/* Tablet */
@media(max-width:1080px){
  :root{--section-space:90px}
  .navlinks{gap:18px}
  .hero--immersive h1{font-size:clamp(3rem,6vw,4.7rem)}
  .referral-stage__grid{gap:32px}
  .family-premium__grid{gap:50px}
}

/* Mobile/tablet — composição própria, não só redução */
@media(max-width:920px){
  :root{--section-space:82px}
  .navbar{height:86px}.logo img{width:82px}
  .site-header--main.is-scrolled .navbar{height:74px}.site-header--main.is-scrolled .logo img{width:70px}
  body.menu-open::before{inset:86px 0 0}
  .hero--immersive{padding:52px 0 34px}
  .hero--immersive .hero-shell{min-height:auto}
  .hero--immersive h1{max-width:720px}
  .hero-benefits{border-radius:22px}
  .help-cards5{padding:82px 0 88px}
  .referral-stage{padding:86px 0}
  .referral-stage__visual{margin-top:12px}
  .care-flow{padding:86px 0 90px}
  .family-premium{padding:86px 0 90px}
  .gallery-premium{padding:86px 0 92px}
  .faq-premium{padding:88px 0 94px}
}

/* Mobile 390–430 px */
@media(max-width:620px){
  :root{--section-space:72px}
  .container{width:min(100% - 30px,1180px)}
  body{font-size:15.5px}
  .section-title{font-size:clamp(2.22rem,10.5vw,3rem);line-height:1.04;letter-spacing:-.04em}
  .section-subtitle{font-size:.95rem;line-height:1.72}
  .eyebrow{font-size:.66rem;letter-spacing:.14em;margin-bottom:13px}
  .btn{min-height:50px;font-size:.82rem}

  .navbar{height:82px}.logo img{width:78px}
  .site-header--main.is-scrolled .navbar{height:70px}.site-header--main.is-scrolled .logo img{width:68px}
  body.menu-open::before{inset:82px 0 0}
  .site-header--main .navlinks.open{max-height:calc(100dvh - 82px)}

  .hero--immersive{padding:38px 0 26px;min-height:auto}
  .hero--immersive .hero-media img{object-position:61% center;transform:scale(1.035)}
  .hero--immersive h1{font-size:clamp(2.55rem,12.9vw,3.65rem);line-height:.99;max-width:100%;margin-bottom:17px}
  .hero--immersive .hero-lead--light{font-size:.95rem;line-height:1.67;max-width:100%}
  .hero--immersive .hero-actions{gap:10px}
  .hero-benefits-wrap{margin-top:18px}
  .hero-benefit{padding:16px 15px;gap:12px}
  .hero-benefit__icon{width:40px;height:40px}
  .hero-benefit strong{font-size:.84rem}.hero-benefit span{font-size:.72rem}

  .help-cards5{padding:68px 0 76px}
  .help-cards5__layout{gap:44px}
  .help-cards5__title{font-size:clamp(2.25rem,10.8vw,3rem);line-height:1.015}
  .help-cards5__cards{gap:42px}
  .help-card5{padding:72px 22px 28px;border-radius:24px 24px 17px 17px;box-shadow:0 16px 40px rgba(57,19,24,.10)}
  .help-card5 strong{font-size:1.45rem}

  .referral-stage{padding:72px 0 76px}
  .referral-stage__intro .section-title{font-size:clamp(2.25rem,10.5vw,3rem)}
  .referral-stage__lead{font-size:.93rem;line-height:1.72}
  .referral-stage__visual{gap:14px}
  .ref-card{padding:22px 19px;border-radius:20px;box-shadow:0 16px 36px rgba(19,8,10,.16)}
  .ref-card::after{display:none}
  .ref-card__top{margin-bottom:9px}.ref-card__num{font-size:2.25rem}.ref-card__icon{width:46px;height:46px}
  .ref-card h3{font-size:1.55rem}.ref-card p{font-size:.88rem;line-height:1.62}

  .care-flow{padding:72px 0 76px}
  .care-flow__head{margin-bottom:28px}
  .care-flow__canvas{padding:20px 15px;border-radius:22px;box-shadow:0 14px 36px rgba(57,26,30,.055)}
  .flow-node{margin-bottom:16px;padding-bottom:16px}.flow-node__bubble{width:48px;height:48px}.flow-node__num{font-size:1.62rem}.flow-node h3{font-size:1.22rem}.flow-node p{font-size:.87rem;line-height:1.6}
  .care-flow__cta .btn{width:100%}

  .family-premium{padding:72px 0 78px}
  .family-premium__grid{gap:34px}
  .family-premium__intro .section-title{font-size:clamp(2.25rem,10.7vw,3rem)}
  .family-premium__lead{font-size:.94rem;line-height:1.72}
  .family-premium__quote{padding:27px 20px 25px 50px;border-radius:0 22px 0 0}
  .family-premium__quote blockquote{font-size:1.3rem;line-height:1.4}
  .family-premium__point{grid-template-columns:46px 1fr;gap:12px;padding:20px 16px}.family-premium__point b{font-size:1.35rem}

  .gallery-premium{padding:72px 0 78px}
  .gallery-premium .section-head{margin-bottom:26px}.gallery-premium .gallery{gap:8px}.gallery-premium .thumb{border-radius:13px}.gallery-premium .thumb span{left:7px;bottom:7px;padding:4px 7px;font-size:.62rem}

  .faq-premium{padding:74px 0 80px}
  .faq-premium .faq-layout{gap:34px}.faq-premium .faq-question{min-height:70px}.faq-premium .faq-question>span:nth-child(2){font-size:.9rem;line-height:1.45}.faq-premium .faq-answer p{font-size:.86rem;line-height:1.66}

  .final-cta--premium{padding:8px 0 78px}
  .final-cta--premium .final-panel{padding:32px 22px;border-radius:24px}.final-cta--premium .final-panel h2{font-size:clamp(2.12rem,10.2vw,2.8rem)}.final-panel__action strong{font-size:1.4rem}

  .site-footer--premium .footer-grid{padding:34px 0}.footer-topline{font-size:.67rem}.footer-phone{font-size:1.14rem!important}
  .whatsapp-float{right:14px;bottom:14px;width:50px;height:50px;border-radius:50%;padding:0;justify-content:center}.whatsapp-float span{display:none}.whatsapp-float svg{width:21px;height:21px}
}

/* Telefones muito estreitos */
@media(max-width:380px){
  .container{width:min(100% - 26px,1180px)}
  .hero--immersive h1{font-size:2.45rem}
  .section-title,.help-cards5__title,.family-premium__intro .section-title,.referral-stage__intro .section-title{font-size:2.16rem}
  .hero-benefit{padding:14px 13px}
}


/* ===== V21 ajuste: cards da hero mais claros ===== */
.hero-benefits-wrap{margin-top:14px}
.hero-benefits{background:rgba(255,249,244,.82)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 24px 64px rgba(52,21,26,.14)!important;backdrop-filter:blur(18px) saturate(120%)!important}
.hero-benefit{background:rgba(255,255,255,.08)!important;border-right:1px solid rgba(104,27,34,.08)!important;color:var(--wine-deep)!important}
.hero-benefit:hover{background:rgba(255,255,255,.48)!important;box-shadow:inset 0 0 0 1px rgba(104,27,34,.04)!important}
.hero-benefit__icon{background:rgba(185,154,107,.14)!important;color:#a77c41!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.hero-benefit strong{color:var(--wine-deep)!important}
.hero-benefit span{color:#73676a!important}
.hero-benefit__arrow{color:rgba(104,27,34,.52)!important}
@media(max-width:620px){.hero-benefits{background:rgba(255,249,244,.88)!important}.hero-benefit{background:rgba(255,255,255,.14)!important}}


/* ===== V23 GEO SEO architecture ===== */
.home-regions{background:linear-gradient(180deg,#fffdfa,#f8f1ec)}
.home-region-grid,.geo-state-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.home-region-card,.geo-state-card{position:relative;overflow:hidden;display:block;padding:30px 28px;border-radius:28px;background:#fff;border:1px solid rgba(104,27,34,.10);box-shadow:0 18px 48px rgba(51,18,22,.07);transition:.24s ease}
.home-region-card::after,.geo-state-card::after{content:"";position:absolute;right:-58px;top:-62px;width:170px;height:170px;border-radius:50%;border:1px solid rgba(185,154,107,.20)}
.home-region-card:hover,.geo-state-card:hover{transform:translateY(-5px);box-shadow:0 28px 62px rgba(51,18,22,.12);border-color:rgba(104,27,34,.18)}
.home-region-card>span,.geo-state-card__uf{display:inline-grid;place-items:center;min-width:46px;height:34px;padding:0 11px;border-radius:999px;background:var(--wine-deep);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.08em}
.home-region-card h3,.geo-state-card h2{margin:24px 0 7px;font-family:"Playfair Display",Georgia,serif;font-size:1.65rem;line-height:1.1;color:var(--wine-deep)}
.home-region-card p,.geo-state-card p{margin:0;color:var(--muted);font-size:.9rem}.home-region-card b,.geo-state-card__cta{display:block;margin-top:22px;color:var(--red-dark);font-size:.82rem}
.seo-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:30px;font-size:.76rem;color:rgba(92,65,69,.78)}
.seo-breadcrumb a{font-weight:700;color:var(--wine)}.seo-breadcrumb span{opacity:.78}
.seo-hero{position:relative;overflow:hidden;padding:64px 0 72px;background:radial-gradient(circle at 86% 10%,rgba(185,154,107,.16),transparent 28%),linear-gradient(135deg,#fffdfa,#f7eee8)}
.seo-hero::after{content:"";position:absolute;right:-170px;bottom:-220px;width:430px;height:430px;border:1px solid rgba(104,27,34,.08);border-radius:50%}
.seo-hero__content{position:relative;z-index:1;max-width:820px}.seo-hero h1,.geo-city-hero h1{margin:0 0 20px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.8rem,5vw,4.9rem);line-height:.98;letter-spacing:-.045em;color:var(--wine-deep)}
.seo-hero__content>p{max-width:760px;margin:0 0 28px;color:var(--muted);font-size:1.05rem;line-height:1.76}.seo-hero .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.seo-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-editorial-card{position:relative;padding:34px 28px 30px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 44px rgba(51,18,22,.055)}
.seo-editorial-card__num{display:block;margin-bottom:30px;font-family:"Playfair Display",Georgia,serif;font-size:2.8rem;line-height:1;color:#c7a26b}.seo-editorial-card h2{margin:0 0 12px;font-family:"Playfair Display",Georgia,serif;font-size:1.65rem;line-height:1.1;color:var(--wine-deep)}.seo-editorial-card p{margin:0;color:var(--muted);font-size:.93rem}
.seo-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.seo-link-grid a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:15px 18px;border-radius:17px;background:#fff;border:1px solid var(--line);font-size:.85rem;font-weight:800;color:var(--wine-deep);transition:.2s}.seo-link-grid a:hover{border-color:rgba(104,27,34,.24);transform:translateY(-2px)}.seo-link-grid a span{color:var(--red-dark)}
.geo-footer-grid{grid-template-columns:1.3fr .85fr .85fr}
.geo-states{background:#fffdfa}.geo-state-card{min-height:280px}.geo-state-card h2{font-size:2rem}.geo-state-card p{max-width:310px}
.geo-principles{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.geo-principles>p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.78}
.geo-state-stat{display:inline-flex;align-items:baseline;gap:11px;margin-top:30px;padding:16px 20px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid var(--line)}.geo-state-stat strong{font-family:"Playfair Display",Georgia,serif;font-size:2.2rem;color:var(--wine-deep)}.geo-state-stat span{font-size:.8rem;color:var(--muted)}
.geo-index-head{display:grid;grid-template-columns:1fr 320px;gap:50px;align-items:end;margin-bottom:46px}.geo-index-head p{color:var(--muted)}.geo-search{display:grid;gap:8px;font-size:.76rem;font-weight:800;color:var(--wine)}.geo-search input{width:100%;min-height:52px;padding:0 17px;border-radius:16px;border:1px solid rgba(104,27,34,.16);background:#fffdfa;color:var(--ink);outline:none;font-size:1rem}.geo-search input:focus{border-color:rgba(239,34,51,.55);box-shadow:0 0 0 4px rgba(239,34,51,.07)}
.geo-letter-group{display:grid;grid-template-columns:55px 1fr;gap:24px;padding:25px 0;border-top:1px solid var(--line)}.geo-letter-group h2{margin:2px 0 0;font-family:"Playfair Display",Georgia,serif;font-size:2rem;color:#c49b61}.geo-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 16px}.geo-city-link{display:block;padding:8px 0;font-size:.84rem;font-weight:700;color:#544649;border-bottom:1px solid transparent}.geo-city-link:hover{color:var(--red-dark);border-bottom-color:rgba(239,34,51,.22)}.geo-no-results{padding:30px;border-radius:18px;background:var(--cream);color:var(--muted)}
.geo-city-hero{position:relative;overflow:hidden;padding:58px 0 66px;background:radial-gradient(circle at 82% 18%,rgba(185,154,107,.15),transparent 26%),linear-gradient(135deg,#fffdfa 0%,#f8efe9 100%)}.geo-city-hero::before{content:"";position:absolute;right:-90px;top:50px;width:310px;height:310px;border-radius:50%;border:1px solid rgba(104,27,34,.08)}.geo-city-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);gap:60px;align-items:end}.geo-city-hero__copy>p{max-width:720px;color:var(--muted);font-size:1.03rem;line-height:1.78}.geo-city-hero__copy .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.geo-city-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.geo-city-trust span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.74);border:1px solid var(--line);font-size:.72rem;font-weight:800;color:#67575a}
.geo-city-hero__aside{padding:28px;border-radius:28px;background:rgba(255,253,250,.82);border:1px solid rgba(255,255,255,.76);box-shadow:0 24px 65px rgba(51,18,22,.11);backdrop-filter:blur(14px)}.geo-city-hero__aside-label{display:block;margin-bottom:12px;color:var(--red-dark);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.geo-city-hero__aside strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2rem;line-height:1.05;color:var(--wine-deep)}.geo-city-hero__aside>span:not(.geo-city-hero__aside-label){display:block;margin-top:6px;color:var(--muted);font-size:.82rem}.geo-city-hero__aside p{margin:18px 0;color:var(--muted);font-size:.8rem}.geo-city-hero__aside a{font-size:.8rem;font-weight:800;color:var(--red-dark)}
.geo-local-grid{display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:start}.geo-local-grid>div:first-child>p{color:var(--muted);font-size:.98rem;line-height:1.78}.geo-local-note{padding:28px;border-radius:24px;background:var(--wine-deep);color:#fff;box-shadow:var(--shadow-md)}.geo-local-note strong{display:block;margin-bottom:9px;font-family:"Playfair Display",Georgia,serif;font-size:1.4rem}.geo-local-note p{margin:0;color:rgba(255,255,255,.72);font-size:.85rem}
.geo-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.geo-service-card{position:relative;display:flex;flex-direction:column;min-height:255px;padding:26px 24px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 38px rgba(51,18,22,.05);transition:.22s}.geo-service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(104,27,34,.18)}.geo-service-card__num{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;color:#c69c62}.geo-service-card h2{margin:20px 0 9px;font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;color:var(--wine-deep);line-height:1.08}.geo-service-card p{margin:0 0 20px;color:var(--muted);font-size:.86rem}.geo-service-card>span:last-child{margin-top:auto;color:var(--red-dark);font-size:.77rem;font-weight:800}
.geo-process-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;padding:52px;border-radius:32px;background:linear-gradient(135deg,var(--wine-deep),#5d1620);color:#fff;box-shadow:var(--shadow-lg)}.geo-process-copy .section-title{color:#fff}.geo-process-copy p{color:rgba(255,255,255,.66)}.geo-process-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0}.geo-process-list li{display:flex;gap:16px;padding:20px 20px;border-bottom:1px solid rgba(255,255,255,.11)}.geo-process-list li:nth-child(odd){border-right:1px solid rgba(255,255,255,.11)}.geo-process-list li:nth-last-child(-n+2){border-bottom:0}.geo-process-list li>span{font-family:"Playfair Display",Georgia,serif;font-size:1.8rem;color:#e4c38e}.geo-process-list strong{display:block;margin:4px 0 4px}.geo-process-list p{margin:0;color:rgba(255,255,255,.62);font-size:.78rem}
.geo-nearby-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.geo-nearby-grid a{display:flex;flex-direction:column;gap:4px;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line);transition:.2s}.geo-nearby-grid a:hover{transform:translateY(-2px);border-color:rgba(104,27,34,.20)}.geo-nearby-grid strong{font-size:.82rem;color:var(--wine-deep)}.geo-nearby-grid span{font-size:.7rem;color:var(--muted)}.geo-state-back{display:inline-block;margin-top:24px;font-size:.82rem;font-weight:800;color:var(--red-dark)}
@media(max-width:1000px){.home-region-grid,.geo-state-grid{grid-template-columns:1fr 1fr}.home-region-card:last-child,.geo-state-card:last-child{grid-column:1/-1}.seo-editorial-grid,.geo-service-grid{grid-template-columns:1fr 1fr}.seo-editorial-card:last-child{grid-column:1/-1}.geo-city-grid{grid-template-columns:repeat(3,1fr)}.geo-city-hero__grid,.geo-local-grid,.geo-process-panel{grid-template-columns:1fr}.geo-city-hero__aside{max-width:620px}.geo-nearby-grid{grid-template-columns:repeat(3,1fr)}.geo-principles{grid-template-columns:1fr;gap:20px}}
@media(max-width:720px){.seo-hero,.geo-city-hero{padding:42px 0 52px}.seo-hero h1,.geo-city-hero h1{font-size:clamp(2.45rem,12vw,3.6rem)}.home-region-grid,.geo-state-grid,.seo-editorial-grid,.geo-service-grid{grid-template-columns:1fr}.home-region-card:last-child,.geo-state-card:last-child,.seo-editorial-card:last-child{grid-column:auto}.geo-index-head{grid-template-columns:1fr;gap:24px}.geo-letter-group{grid-template-columns:38px 1fr;gap:14px}.geo-city-grid{grid-template-columns:1fr 1fr}.seo-link-grid{grid-template-columns:1fr}.geo-process-panel{padding:30px 22px}.geo-process-list{grid-template-columns:1fr}.geo-process-list li,.geo-process-list li:nth-child(odd){border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.geo-process-list li:last-child{border-bottom:0}.geo-nearby-grid{grid-template-columns:1fr 1fr}.geo-footer-grid{grid-template-columns:1fr}.geo-city-hero__copy .hero-actions{display:grid;grid-template-columns:1fr}.geo-city-hero__copy .hero-actions .btn{width:100%}}
@media(max-width:430px){.geo-city-grid,.geo-nearby-grid{grid-template-columns:1fr}.geo-letter-group{grid-template-columns:1fr}.geo-letter-group h2{font-size:1.5rem}.geo-city-hero__aside{padding:22px}.home-region-card,.geo-state-card{padding:25px 22px}}

.home-regions__note{margin-top:22px;padding:14px 18px;border-radius:16px;background:rgba(255,255,255,.66);border:1px solid var(--line);color:var(--muted);font-size:.78rem;line-height:1.6}


/* ===== V24 — SEO/GEO hiperlocal por bairros ===== */
.bairro-hub-hero,.bairro-detail-hero{padding:74px 0 68px;background:linear-gradient(135deg,#fffdfa 0%,#f9f1eb 58%,#f3e5dc 100%);border-bottom:1px solid rgba(104,27,34,.08)}
.bairro-hub-hero__grid,.bairro-detail-hero__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:64px;align-items:center}
.bairro-hub-hero h1,.bairro-detail-hero h1{margin:13px 0 18px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.8rem,5vw,4.9rem);line-height:.99;letter-spacing:-.045em;color:var(--wine-deep);max-width:780px}
.bairro-hub-hero p,.bairro-detail-hero p{color:var(--muted);font-size:1.03rem;max-width:720px}
.bairro-hub-note,.bairro-detail-card{padding:28px;border:1px solid rgba(185,154,107,.28);border-radius:26px;background:rgba(255,255,255,.76);box-shadow:0 22px 54px rgba(55,20,25,.08)}
.bairro-hub-note strong,.bairro-detail-card strong{display:block;color:var(--wine-deep);font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;line-height:1.1}
.bairro-hub-note p,.bairro-detail-card p{font-size:.9rem;margin:10px 0 0}.bairro-detail-card>span{display:block;color:var(--gold);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:9px}.bairro-detail-card small{display:block;margin-top:14px;padding-top:14px;border-top:1px solid var(--line);color:#7a696c}
.bairro-directory{background:#fffdfa}.bairro-directory__head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px}.bairro-search{width:min(390px,100%)}.bairro-search input{width:100%;min-height:52px;border:1px solid rgba(104,27,34,.16);border-radius:999px;background:#fff;padding:0 20px;color:var(--wine-deep);font-size:1rem;outline:none;transition:.2s}.bairro-search input:focus{border-color:rgba(239,34,51,.48);box-shadow:0 0 0 4px rgba(239,34,51,.08)}
.bairro-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bairro-index-card{display:flex;min-width:0;min-height:98px;flex-direction:column;justify-content:center;padding:18px 19px;border:1px solid rgba(104,27,34,.1);border-radius:18px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.bairro-index-card strong{color:var(--wine-deep);font-size:.9rem;line-height:1.3}.bairro-index-card span{margin-top:6px;color:#a27644;font-size:.72rem;font-weight:800}.bairro-index-card:hover{transform:translateY(-3px);border-color:rgba(185,154,107,.42);box-shadow:0 15px 34px rgba(57,19,24,.08)}.bairro-search-empty{padding:25px;text-align:center;color:var(--muted)}
.geo-city-bairros{background:#fffdfa}.geo-city-bairros__panel{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;padding:42px;border:1px solid rgba(185,154,107,.24);border-radius:30px;background:linear-gradient(135deg,#fff 0%,#fbf4ef 100%);box-shadow:0 18px 52px rgba(57,19,24,.06)}.geo-city-bairros__copy p{color:var(--muted);margin:14px 0 24px}.geo-city-bairros__links{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;align-content:center}.geo-city-bairros__links a{padding:13px 14px;border:1px solid rgba(104,27,34,.09);border-radius:14px;background:rgba(255,255,255,.72);color:var(--wine-deep);font-size:.78rem;font-weight:700;transition:.2s}.geo-city-bairros__links a:hover{border-color:rgba(185,154,107,.38);background:#fff;transform:translateY(-2px)}
.bairro-care__head{max-width:800px;margin-bottom:34px}.bairro-care__head>p{color:var(--muted);max-width:760px}.bairro-care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bairro-care-grid article{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(57,19,24,.05)}.bairro-care-grid article>span{display:block;color:#c69b58;font-family:"Playfair Display",Georgia,serif;font-size:2rem}.bairro-care-grid h3{margin:9px 0 8px;color:var(--wine-deep);font-size:1.06rem}.bairro-care-grid p{margin:0;color:var(--muted);font-size:.88rem}.bairro-other-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bairro-other-grid a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.bairro-other-grid strong{color:var(--wine-deep);font-size:.84rem}.bairro-other-grid span{color:#a27644;font-size:.7rem;font-weight:800;white-space:nowrap}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1000px){.bairro-index-grid{grid-template-columns:repeat(3,1fr)}.bairro-hub-hero__grid,.bairro-detail-hero__grid,.geo-city-bairros__panel{grid-template-columns:1fr}.geo-city-bairros__links{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.bairro-hub-hero,.bairro-detail-hero{padding:52px 0 48px}.bairro-hub-hero__grid,.bairro-detail-hero__grid{gap:26px}.bairro-hub-hero h1,.bairro-detail-hero h1{font-size:clamp(2.45rem,12vw,3.5rem)}.bairro-directory__head{align-items:stretch;flex-direction:column}.bairro-search{width:100%}.bairro-index-grid{grid-template-columns:1fr 1fr}.geo-city-bairros__panel{padding:28px 22px;gap:28px}.geo-city-bairros__links{grid-template-columns:1fr 1fr}.bairro-care-grid,.bairro-other-grid{grid-template-columns:1fr}.bairro-detail-card{padding:23px}}
@media(max-width:430px){.bairro-index-grid,.geo-city-bairros__links{grid-template-columns:1fr}.bairro-index-card{min-height:82px}.bairro-hub-note{padding:22px}.bairro-other-grid a{align-items:flex-start;flex-direction:column}.bairro-other-grid span{white-space:normal}}


/* ===== V25 GEO enrichment ===== */
.geo-city-bairros__meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}
.geo-city-bairros__meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid rgba(104,27,34,.10);border-radius:999px;background:rgba(255,255,255,.55);color:#6e5f61;font-size:.72rem;font-weight:750}
.bairro-quality-note{padding:30px 0 0;background:#fffdfa}
.bairro-quality-note__inner{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);gap:34px;align-items:center;padding:22px 26px;border:1px solid rgba(104,27,34,.09);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(250,241,233,.75));box-shadow:0 14px 36px rgba(55,20,25,.045)}
.bairro-quality-note__inner strong{display:block;margin-top:4px;font-family:"Playfair Display",Georgia,serif;font-size:1.25rem;color:var(--wine-deep)}
.bairro-quality-note__inner p{margin:0;color:#736569;line-height:1.65;font-size:.9rem}
.bairro-local-enrichment{padding-top:70px;padding-bottom:70px;background:linear-gradient(180deg,#fffdfa 0%,#fbf5ef 100%)}
.bairro-local-enrichment__grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);gap:54px;align-items:start}
.bairro-local-enrichment__copy .section-title{max-width:780px;margin-bottom:18px}
.bairro-local-enrichment__copy p{max-width:790px;color:#675a5d;line-height:1.78;margin:0 0 14px}
.bairro-local-enrichment__state{padding-left:16px;border-left:2px solid rgba(185,154,107,.64);color:#756469!important;font-size:.92rem}
.bairro-map-link{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:var(--red-dark);font-size:.86rem;font-weight:800;text-decoration:none}
.bairro-map-link span{transition:transform .2s ease}.bairro-map-link:hover span{transform:translateX(3px)}
.bairro-local-check{padding:28px 28px 26px;border-radius:26px;background:linear-gradient(145deg,#62101a,#421017);color:#fff;box-shadow:0 22px 52px rgba(52,17,22,.16)}
.bairro-local-check>span{display:block;margin-bottom:8px;color:#e8c88f;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.bairro-local-check>strong{display:block;margin-bottom:18px;font-family:"Playfair Display",Georgia,serif;font-size:1.55rem;line-height:1.1}
.bairro-local-check ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.bairro-local-check li{position:relative;padding-left:20px;color:rgba(255,255,255,.82);font-size:.88rem;line-height:1.55}.bairro-local-check li:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:#d7ae69;box-shadow:0 0 0 4px rgba(215,174,105,.12)}
@media(max-width:860px){.bairro-quality-note__inner,.bairro-local-enrichment__grid{grid-template-columns:1fr}.bairro-local-enrichment__grid{gap:30px}.bairro-quality-note__inner{gap:12px}.bairro-local-enrichment{padding-top:54px;padding-bottom:54px}}
@media(max-width:620px){.bairro-quality-note{padding-top:20px}.bairro-quality-note__inner{padding:18px;border-radius:18px}.bairro-local-enrichment{padding-top:46px;padding-bottom:46px}.bairro-local-check{padding:24px 20px;border-radius:22px}.bairro-local-check>strong{font-size:1.35rem}}
