@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{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;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--wine-deep);align-items:center;justify-content:center}
.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}

.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}
  .navlinks{position:fixed;top:90px;right:0;bottom:0;width:min(380px,92vw);padding:30px;background:#fffdfa;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:translateX(105%);transition:.28s ease;box-shadow:-24px 40px 70px rgba(50,18,22,.16);z-index:70}
  .navlinks.open{transform:none}.navlinks li{border-bottom:1px solid var(--line)}.navlinks a{display:block;padding:17px 0;font-size:.95rem}
  .navlinks a::after{display:none}.header-actions>.btn{display:none}.menu-toggle{display:flex}
  .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}}
