/* Paleta: Dominante #FDFAF6 | Suporte #1A0F05 | Destaque #C8980E */
:root{
  --bg:#FDFAF6; --bg2:#F5EEE6;
  --dark:#1A0F05; --dark2:#3D2B14;
  --ouro:#C8980E; --ouro2:#E8B832; --ouro-bg:rgba(200,152,14,.10);
  --rosa:#F7E8EE;
  --text:#2A1A08; --text2:#6B4F35;
  --white:#FFFFFF;
  --radius:10px;
  --shadow:0 4px 24px rgba(26,15,5,.08);
  --shadow-md:0 8px 40px rgba(26,15,5,.13);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Jost',sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}
img{display:block;max-width:100%}
button{font-family:'Jost',sans-serif;cursor:pointer}

/* Scroll Reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease,transform .6s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}

/* NAV */
nav{position:fixed;top:0;width:100%;z-index:1000;background:rgba(253,250,246,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(200,152,14,.15);transition:transform .3s ease,box-shadow .3s ease}
nav.hidden{transform:translateY(-100%)}
nav.scrolled{box-shadow:0 2px 20px rgba(26,15,5,.1)}
.nav-inner{max-width:1200px;margin:0 auto;padding:.9rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.logo{font-family:'Dancing Script',cursive;font-size:1.9rem;font-weight:700;background:linear-gradient(135deg,#A07808,#E8B832);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);text-decoration:none;transition:color .2s;font-weight:400}
.nav-links a:hover{color:var(--ouro)}
.nav-actions{display:flex;align-items:center;gap:.8rem}
.nav-whats{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text2);text-decoration:none;border:1px solid rgba(200,152,14,.3);padding:.45rem .9rem;border-radius:50px;transition:all .2s}
.nav-whats:hover{border-color:var(--ouro);color:var(--ouro)}
.nav-whats svg{width:14px;height:14px;fill:#25D366}
.nav-cta{background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;padding:.55rem 1.4rem;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;border:none;border-radius:50px;transition:all .25s;box-shadow:0 4px 16px rgba(200,152,14,.35)}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(200,152,14,.45)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}
.hamburger span{width:22px;height:2px;background:var(--dark);border-radius:2px;transition:all .3s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:1.4rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text);text-decoration:none;font-weight:300}

/* HERO */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:64px}
.hero-text{display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem 4rem 4rem;background:var(--bg);position:relative}
.hero-text::after{content:'';position:absolute;right:0;top:10%;width:1px;height:80%;background:linear-gradient(to bottom,transparent,rgba(200,152,14,.25),transparent)}
.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);font-weight:600;margin-bottom:1.2rem}
.hero-kicker::before{content:'';width:24px;height:1.5px;background:linear-gradient(90deg,transparent,var(--ouro))}
.hero-h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:600;line-height:1.05;color:var(--dark);margin-bottom:.6rem}
.hero-h1 em{font-style:italic;background:linear-gradient(135deg,#A07808,#E8B832);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:1rem;line-height:1.8;color:var(--text2);max-width:380px;margin-bottom:2rem;font-weight:300}
.hero-social{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(200,152,14,.15);flex-wrap:wrap}
.stars{display:flex;gap:2px}
.star{width:14px;height:14px;background:var(--ouro);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.hero-social-text{font-size:.8rem;color:var(--text2)}
.hero-social-text strong{color:var(--dark);font-weight:600}
.hero-social-sep{width:1px;height:28px;background:rgba(200,152,14,.2)}
.hero-social-num{text-align:center}
.hero-social-num span{display:block}
.hero-social-num .num{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;color:var(--ouro);line-height:1}
.hero-social-num .lbl{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text2)}
.hero-ctas{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}
.cta-primary{background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;padding:1rem 2.2rem;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border:none;border-radius:50px;box-shadow:0 6px 24px rgba(200,152,14,.4);transition:all .25s;animation:pulse-cta 3s ease-in-out infinite}
.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(200,152,14,.5);animation:none}
@keyframes pulse-cta{0%,100%{box-shadow:0 6px 24px rgba(200,152,14,.4)}50%{box-shadow:0 6px 32px rgba(200,152,14,.65),0 0 0 6px rgba(200,152,14,.12)}}
.cta-secondary{background:none;color:var(--ouro);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;border:1.5px solid rgba(200,152,14,.4);padding:1rem 1.6rem;border-radius:50px;transition:all .2s}
.cta-secondary:hover{border-color:var(--ouro);background:var(--ouro-bg)}
.hero-urgency{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--text2)}
.urgency-dot{width:7px;height:7px;border-radius:50%;background:#E05050;box-shadow:0 0 0 3px rgba(224,80,80,.2);animation:blink 1.5s ease-in-out infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}
.hero-photo-wrap{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--rosa) 0%,#EDE0F0 100%)}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-photo-badge{position:absolute;top:2rem;right:2rem;background:rgba(253,250,246,.92);backdrop-filter:blur(10px);padding:1rem 1.2rem;border-radius:var(--radius);border:1px solid rgba(200,152,14,.25);box-shadow:var(--shadow-md);text-align:center}
.hero-photo-badge .b-num{font-family:'Dancing Script',cursive;font-size:2.2rem;font-weight:700;color:var(--ouro);line-height:1;display:block}
.hero-photo-badge .b-txt{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-top:.2rem}

/* TRUST BAR */
.trust-bar{background:var(--dark);color:#fff;padding:.8rem 1rem;display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}
.trust-item{display:flex;align-items:center;gap:.5rem;opacity:.85}
.trust-item svg{width:14px;height:14px;fill:var(--ouro2);flex-shrink:0}
.trust-item strong{color:var(--ouro2)}

/* SECOES */
.section{padding:5rem 2rem}
.section-inner{max-width:1200px;margin:0 auto}
.section-tag{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ouro);margin-bottom:.5rem;font-weight:500}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:var(--dark);line-height:1.15;margin-bottom:.5rem}
.section-title em{font-style:italic;background:linear-gradient(135deg,#A07808,#E8B832);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.divider{width:40px;height:2px;margin:.8rem 0 0;background:linear-gradient(90deg,var(--ouro),transparent)}
.divider.center{margin:.8rem auto 0}

/* PRODUTOS */
.products-section{background:var(--bg2)}
.products-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow);transition:transform .28s ease,box-shadow .28s ease}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.product-img{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--rosa);cursor:pointer}
.product-img img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}
.product-card:hover .product-img img{transform:scale(1.06)}
.product-overlay{position:absolute;inset:0;background:rgba(26,15,5,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .28s ease}
.product-card:hover .product-overlay{opacity:1}
.product-overlay-btn{background:#fff;color:var(--dark);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;padding:.6rem 1.4rem;border-radius:50px;border:none;transform:translateY(8px);transition:transform .28s ease}
.product-card:hover .product-overlay-btn{transform:translateY(0)}
.badge{position:absolute;top:.8rem;left:.8rem;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:.28rem .7rem;border-radius:50px;z-index:2}
.badge-novo{background:var(--dark);color:#fff}
.badge-sale{background:#E05050;color:#fff}
.product-info{padding:1rem 1rem 1.2rem}
.product-name{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;color:var(--dark);margin-bottom:.15rem;line-height:1.3}
.product-desc{font-size:.72rem;color:var(--text2);margin-bottom:.8rem;line-height:1.5}
.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.product-price{font-size:1rem;font-weight:600;color:var(--ouro)}
.btn-add{background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;border:none;padding:.45rem 1rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;border-radius:50px;transition:all .2s;white-space:nowrap}
.btn-add:hover{transform:scale(1.04);box-shadow:0 4px 14px rgba(200,152,14,.4)}
.ver-mais{display:flex;justify-content:center;margin-top:2.5rem}
.btn-outline-ouro{background:transparent;color:var(--ouro);padding:.9rem 2.5rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;border:1.5px solid var(--ouro);border-radius:50px;transition:all .2s}
.btn-outline-ouro:hover{background:var(--ouro);color:#fff;box-shadow:0 4px 16px rgba(200,152,14,.3)}

/* HISTORIA */
.historia-section{background:var(--bg)}
.historia-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.historia-img-wrap{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-md)}
.historia-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}
.historia-img-deco{position:absolute;bottom:-1.5rem;right:-1.5rem;width:120px;height:120px;border-radius:var(--radius);background:linear-gradient(135deg,var(--ouro),var(--ouro2));display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}
.historia-img-deco .d-num{font-family:'Dancing Script',cursive;font-size:2.2rem;font-weight:700;color:#fff;line-height:1}
.historia-img-deco .d-txt{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.historia-titulo{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:600;color:var(--dark);line-height:1.1;margin-bottom:.5rem}
.historia-titulo em{font-style:italic;background:linear-gradient(135deg,#A07808,#E8B832);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.historia-p{font-size:.92rem;line-height:1.9;color:var(--text2);margin-bottom:1rem;font-weight:300}
.historia-p strong{color:var(--dark);font-weight:500}
.historia-stats{display:flex;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(200,152,14,.2);flex-wrap:wrap}
.stat{display:flex;flex-direction:column}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:600;color:var(--ouro);line-height:1}
.stat-lbl{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-top:.2rem}

/* FEATURES */
.features-section{background:var(--dark);padding:4rem 2rem}
.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.feature{padding:1.8rem 1rem}
.feature-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:rgba(200,152,14,.12);border-radius:50%;border:1px solid rgba(200,152,14,.25)}
.feature-icon svg{width:24px;height:24px;stroke:var(--ouro2);fill:none;stroke-width:1.5}
.feature-title{font-size:.88rem;font-weight:500;color:#fff;margin-bottom:.35rem;letter-spacing:.03em}
.feature-desc{font-size:.75rem;color:rgba(255,255,255,.5);line-height:1.65}

/* DEPOIMENTOS */
.test-section{background:var(--bg2)}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.test-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);border-top:3px solid var(--ouro)}
.test-stars{display:flex;gap:3px;margin-bottom:.8rem}
.test-quote{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-style:italic;line-height:1.8;color:var(--dark);margin-bottom:1.2rem;font-weight:400}
.test-author-wrap{display:flex;align-items:center;gap:.8rem}
.test-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--ouro),var(--ouro2));display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff;font-weight:600;flex-shrink:0}
.test-author{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);font-weight:500}
.test-loc{font-size:.68rem;color:var(--ouro);margin-top:.1rem}

/* NEWSLETTER */
.newsletter-section{background:linear-gradient(135deg,#1A0F05 0%,#2E1A0A 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.newsletter-section::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(200,152,14,.08) 0%,transparent 70%)}
.newsletter-section::after{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(232,184,50,.06) 0%,transparent 70%)}
.nl-inner{position:relative;z-index:1;max-width:520px;margin:0 auto}
.nl-kicker{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ouro);margin-bottom:.8rem;font-weight:500}
.nl-title{font-family:'Dancing Script',cursive;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:.8rem}
.nl-sub{font-size:.9rem;color:rgba(255,255,255,.55);margin-bottom:2rem;line-height:1.8}
.nl-sub strong{color:var(--ouro2)}
.nl-form{display:flex;border-radius:50px;overflow:hidden;box-shadow:0 6px 30px rgba(0,0,0,.3)}
.nl-input{flex:1;padding:1rem 1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(200,152,14,.25);border-right:none;border-radius:50px 0 0 50px;color:#fff;font-family:'Jost',sans-serif;font-size:.88rem;outline:none;transition:background .2s}
.nl-input:focus{background:rgba(255,255,255,.15)}
.nl-input::placeholder{color:rgba(255,255,255,.35)}
.nl-btn{background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;border:none;padding:1rem 1.8rem;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;border-radius:0 50px 50px 0;white-space:nowrap;transition:opacity .2s}
.nl-btn:hover{opacity:.88}
.nl-note{font-size:.68rem;color:rgba(255,255,255,.3);margin-top:1rem}

/* FOOTER */
footer{background:#110A02;color:rgba(255,255,255,.4);padding:2.5rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.footer-logo{font-family:'Dancing Script',cursive;font-size:1.6rem;color:var(--ouro2);font-weight:700}
.footer-links{display:flex;gap:2rem;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.3);text-decoration:none;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}
.footer-links a:hover{color:var(--ouro2)}
.footer-copy{font-size:.68rem;opacity:.4}

/* STICKY CTA MOBILE */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:999;background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;padding:1rem;text-align:center;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;box-shadow:0 -4px 20px rgba(200,152,14,.35);border:none}

/* WHATSAPP FLOAT */
.whats-float{position:fixed;bottom:5rem;right:1.5rem;z-index:998;width:52px;height:52px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.4);transition:transform .2s;text-decoration:none}
.whats-float:hover{transform:scale(1.1)}
.whats-float svg{width:28px;height:28px;fill:#fff}

/* LIGHTBOX */
.lightbox{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center;background:rgba(10,5,2,.88);backdrop-filter:blur(6px);padding:1rem}
.lightbox.open{display:flex;animation:lbIn .25s ease}
@keyframes lbIn{from{opacity:0}to{opacity:1}}
.lb-img{max-width:92vw;max-height:88vh;border-radius:12px;object-fit:contain;box-shadow:0 20px 80px rgba(0,0,0,.6);animation:lbScale .3s cubic-bezier(.34,1.56,.64,1)}
@keyframes lbScale{from{transform:scale(.88)}to{transform:scale(1)}}
.lb-close{position:fixed;top:1.2rem;right:1.5rem;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.35);color:#fff;font-size:1.5rem;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;line-height:1}
.lb-close:hover{background:rgba(255,255,255,.3)}
.lb-name{position:fixed;bottom:1.8rem;left:50%;transform:translateX(-50%);color:#fff;font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-style:italic;opacity:.85;white-space:nowrap}
.lb-whats{position:fixed;bottom:4.2rem;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#B8880A,#E8B832);color:#fff;font-family:'Jost',sans-serif;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.65rem 2rem;border-radius:50px;border:none;cursor:pointer;box-shadow:0 4px 18px rgba(200,152,14,.4);transition:transform .2s,box-shadow .2s;text-decoration:none;white-space:nowrap}
.lb-whats:hover{transform:translateX(-50%) translateY(-2px);box-shadow:0 8px 28px rgba(200,152,14,.55)}

/* RESPONSIVO */
@media(max-width:1024px){
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .historia-grid{gap:3rem}
}
@media(max-width:768px){
  .nav-links,.nav-whats{display:none}
  .hamburger{display:flex}
  .nav-inner{padding:.8rem 1.2rem}
  .logo{font-size:1.6rem}
  .nav-cta{font-size:.7rem;padding:.5rem 1rem}
  .hero{grid-template-columns:1fr;grid-template-rows:auto auto;padding-top:56px;min-height:unset}
  .hero-photo-wrap{order:1;height:75vw;min-height:260px}
  .hero-photo-wrap img{height:100%}
  .hero-photo-badge{top:1rem;right:1rem;padding:.8rem 1rem}
  .hero-photo-badge .b-num{font-size:1.7rem}
  .hero-text{order:2;padding:2.5rem 1.4rem 3rem}
  .hero-text::after{display:none}
  .hero-h1{font-size:2.4rem}
  .hero-sub{font-size:.88rem;max-width:100%}
  .hero-ctas{gap:.8rem}
  .cta-primary,.cta-secondary{padding:.85rem 1.6rem;font-size:.75rem}
  .trust-bar{gap:1rem;font-size:.65rem;padding:.7rem}
  .trust-item:last-child{display:none}
  .section{padding:3rem 1.2rem}
  .section-title{font-size:1.9rem}
  .products-top{flex-direction:column;align-items:flex-start}
  .products-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .historia-grid{grid-template-columns:1fr;gap:2rem}
  .historia-img-wrap{aspect-ratio:4/3;max-height:300px}
  .historia-img-deco{width:90px;height:90px;bottom:-1rem;right:-1rem}
  .historia-img-deco .d-num{font-size:1.6rem}
  .historia-titulo{font-size:1.9rem}
  .historia-stats{gap:1.5rem}
  .features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .feature{padding:1.2rem .8rem}
  .test-grid{grid-template-columns:1fr;gap:1rem}
  .nl-title{font-size:2rem}
  .nl-form{flex-direction:column;border-radius:var(--radius)}
  .nl-input{border-right:1px solid rgba(200,152,14,.25);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;text-align:center}
  .nl-btn{border-radius:0 0 var(--radius) var(--radius);padding:.9rem}
  .footer-inner{flex-direction:column;text-align:center;gap:1.2rem}
  .footer-links{justify-content:center}
  .sticky-cta{display:block}
  .whats-float{bottom:5.5rem}
  footer{padding-bottom:5rem}
}
@media(max-width:380px){
  .products-grid{grid-template-columns:1fr}
  .features-grid{grid-template-columns:1fr}
  .hero-h1{font-size:2.1rem}
}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:linear-gradient(var(--ouro),var(--ouro2));border-radius:3px}
