/* ═════════════════════════════════════════
   YOCLAY - Clone Site - Stylesheet
   Edite as variáveis abaixo para customizar
   ═════════════════════════════════════════ */

:root{
  --primary:#2e8fff;
  --primary-hover:#33CCFF;
  --brand-dark:#1A4D99;
  --brand-green:#7FAC1A;
  --orange:#F58A30;
  --text:#4E8DD4;
  --title:#2E78D4;
  --bg:#ffffff;
  --bg-soft:#FAFAF7;
  --border:#e8e8e8;
  --gray-mid:#6A91C8;

  /* Pastéis YoClay */
  --purple-light:#F3E6FC;
  --pink-light:#FDE6F7;
  --orange-light:#FEF0E2;
  --cyan-light:#E2F5FB;
  --green-light:#F4F9E0;

  --radius:16px;
  --radius-lg:24px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Nunito',sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
  font-size:16px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3,h4{color:var(--title);font-weight:900;line-height:1.2}
h2{font-size:clamp(28px,3.5vw,42px)}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.centered{text-align:center;display:block}
.eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);font-weight:800;margin-bottom:14px;display:inline-block}

/* ═════ ANUNCIO BAR ═════ */
.announce{background:var(--primary);color:#fff;font-size:13px;text-align:center;padding:10px 14px;font-weight:700;letter-spacing:.02em;line-height:1.4}
.announce-line{display:inline}
.announce-sep{display:inline}
@media(max-width:600px){
  .announce-sep{display:none}
  .announce-line{display:block}
}

/* ═════ HEADER ═════ */
.site-header{background:var(--primary);border-bottom:0;position:sticky;top:0;z-index:50;transition:transform .3s ease, opacity .3s ease}
body.buy-sticky-on .site-header{transform:translateY(-100%);opacity:0;pointer-events:none}
.header-inner{display:flex;align-items:center;justify-content:center;padding:22px 24px}
.brand{display:block}
.brand img{height:72px;width:auto}
@media(max-width:600px){.brand img{height:58px}}

/* ═════ STICKY BUY BAR ═════ */
.buy-sticky{
  position:fixed;top:0;left:0;right:0;
  background:#fff;border-bottom:1px solid var(--border);
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  z-index:60;padding:10px 0;
  transform:translateY(-100%);transition:transform .35s ease;
}
.buy-sticky.visible{transform:translateY(0)}
.buy-sticky-inner{display:flex;align-items:center;gap:16px}
.buy-sticky-img{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0;background:var(--bg-soft)}
.buy-sticky-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.buy-sticky-name{font-weight:800;font-size:15px;color:var(--title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.buy-sticky-price{font-size:13px;color:var(--primary);font-weight:700}
.buy-sticky-price strong{font-size:15px}
.buy-sticky-btn{
  display:inline-block;background:var(--orange);color:#fff;
  padding:13px 32px;border-radius:30px;font-weight:800;font-size:14px;
  letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;
  transition:all .25s;
}
.buy-sticky-btn:hover{background:#D6731E;box-shadow:0 8px 20px rgba(245,138,48,.4);transform:translateY(-1px)}
@media(max-width:600px){
  .buy-sticky-inner{gap:10px}
  .buy-sticky-img{width:44px;height:44px}
  .buy-sticky-name{font-size:13px}
  .buy-sticky-price{font-size:12px}
  .buy-sticky-price strong{font-size:13px}
  .buy-sticky-btn{padding:10px 18px;font-size:12px;letter-spacing:.04em}
}

/* ═════ PRODUCT SECTION ═════ */
.product-section{padding:50px 0}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:#fff;position:relative;display:flex;align-items:center;justify-content:center}
.gallery-main img{width:100%;height:auto;display:block}
.gallery-main video{width:100%;height:auto;display:block}
.gallery-thumbs{display:flex;gap:10px;margin-top:14px}
.thumb{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;background:var(--bg-soft);padding:0;cursor:pointer;flex-shrink:0}
.thumb.active{border-color:var(--primary)}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.video-thumb{position:relative;overflow:hidden}
.thumb.video-thumb video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
.thumb.video-thumb .play-overlay{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.25);color:#fff;
}
.thumb.video-thumb .play-overlay svg{
  width:26px;height:26px;color:#fff;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));
}

.product-info{padding-top:10px}
.vendor-logo{height:44px;width:auto;margin-bottom:12px;display:block}
.product-title{font-size:32px;font-weight:900;margin-bottom:12px;line-height:1.15}
.rating{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.rating .stars{display:flex;gap:2px;color:#F7B500}
.rating .stars svg{width:22px;height:22px}
.rating-score{font-weight:900;font-size:17px;color:var(--title)}
.rating-label{font-weight:700;font-size:15px;color:var(--text)}
.product-subtitle{font-size:17px;color:var(--text);margin-bottom:24px}

.price-row{display:flex;flex-direction:column;gap:4px;margin-bottom:28px}
.price-installments-main{font-size:46px;font-weight:900;color:var(--primary);line-height:1.05;letter-spacing:-.01em}
.price-sem-juros{font-size:20px;font-weight:700;color:var(--primary);opacity:.7;line-height:1}
.price-secondary{font-size:15px;color:var(--gray-mid);font-weight:600;margin-top:8px}

.stock-status{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:24px}
.stock-status.out{background:#FFF0E0;color:#B05500}
.stock-status .dot{width:8px;height:8px;border-radius:50%;background:#E8303A}

.quantity-row{margin-bottom:20px}
.quantity-row label{display:block;font-weight:700;color:var(--title);margin-bottom:8px;font-size:13px;letter-spacing:.05em;text-transform:uppercase}
.qty-control{display:inline-flex;border:1px solid var(--border);border-radius:30px;overflow:hidden}
.qty-control button{width:40px;height:44px;background:#fff;border:0;font-size:20px;cursor:pointer;color:var(--title)}
.qty-control button:hover{background:var(--bg-soft)}
.qty-control input{width:60px;height:44px;border:0;text-align:center;font-family:inherit;font-weight:700;font-size:16px;color:var(--title);background:transparent}
.qty-control input::-webkit-inner-spin-button,.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

.buy-btn{display:block;width:100%;padding:18px;border-radius:30px;border:0;font-family:inherit;font-weight:800;font-size:15px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;margin-bottom:12px;transition:all .25s}
.buy-btn{background:var(--primary);color:#fff}
.buy-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(46,143,255,.3)}
.buy-btn.secondary{background:var(--orange);color:#fff}
.buy-btn.secondary:hover{background:#D6731E;box-shadow:0 8px 24px rgba(245,138,48,.3)}

.notify-me{display:flex;gap:8px;margin:20px 0;padding:14px;background:var(--bg-soft);border-radius:var(--radius);flex-wrap:wrap}
.notify-me input{flex:1;min-width:180px;padding:10px 14px;border:1px solid var(--border);border-radius:30px;font-family:inherit;font-size:14px;background:#fff}
.notify-me button{padding:10px 18px;background:var(--title);color:#fff;border:0;border-radius:30px;font-family:inherit;font-weight:700;font-size:13px;cursor:pointer}

.product-meta{display:flex;flex-direction:column;gap:6px;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:20px 0;font-size:14px}
.product-meta strong{color:var(--title)}

.share{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700}
.share a{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .2s}
.share a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.share a svg{width:16px;height:16px}

/* ═════ DEPOIMENTOS ═════ */
.testimonials-section{padding:80px 0 40px;background:var(--bg);overflow:hidden}
.testimonials-section h2{max-width:780px;margin:0 auto 12px;text-align:center}

/* ═════ FUNDADORA — BRINCADEIRA QUE VIROU PROPÓSITO ═════ */
.founder-section{padding:70px 0;background:var(--bg-soft)}
.founder-grid{
  display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;
  max-width:1180px;
}
.founder-video-wrap{
  position:relative;aspect-ratio:9/16;width:100%;max-width:420px;
  border-radius:28px;overflow:hidden;
  filter:drop-shadow(0 18px 40px rgba(30,60,120,.28));
  background:transparent;justify-self:start;cursor:pointer;
  transition:all .35s ease;
}
.founder-video{width:100%;height:100%;object-fit:cover;display:block;border-radius:28px;background:#000}

/* Botão de ativar som — aparece enquanto muted */
.founder-unmute{
  position:absolute;left:50%;bottom:18px;transform:translateX(-50%);
  display:flex;align-items:center;gap:8px;
  background:rgba(0,0,0,.65);backdrop-filter:blur(8px);
  color:#fff;border:0;padding:10px 18px;border-radius:30px;
  font-family:inherit;font-weight:700;font-size:13px;cursor:pointer;
  transition:opacity .3s ease, background .25s ease;z-index:3;
}
.founder-unmute:hover{background:rgba(0,0,0,.82)}
.founder-unmute svg{width:18px;height:18px;flex-shrink:0}
.founder-unmute .ic-sound{display:none}
.founder-video-wrap.sound-on .founder-unmute{opacity:0;pointer-events:none}

/* Nome fundadora sobreposto — só aparece no mobile */
.founder-name-overlay{
  display:none;
  position:absolute;left:50%;bottom:16px;transform:translateX(-50%);
  background:rgba(0,0,0,.55);backdrop-filter:blur(12px);
  color:#fff;font-family:'Nunito',sans-serif;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;
  padding:8px 16px;border-radius:20px;white-space:nowrap;
  box-shadow:0 8px 22px rgba(0,0,0,.35);z-index:2;
}

/* Botão fechar (só aparece no modo PiP) */
.founder-pip-close{
  position:absolute;top:8px;right:8px;
  background:rgba(0,0,0,.7);color:#fff;border:0;
  width:28px;height:28px;border-radius:50%;font-size:18px;cursor:pointer;
  display:none;align-items:center;justify-content:center;line-height:1;z-index:4;
}
.founder-video-wrap.pip .founder-pip-close{display:flex}

.founder-copy{padding-right:12px}
.founder-name{
  display:inline-block;font-family:'Nunito',sans-serif;
  font-size:13px;letter-spacing:.22em;text-transform:uppercase;
  color:var(--title);font-weight:800;margin-bottom:16px;
}
.founder-title{
  font-family:'Nunito',sans-serif;font-weight:900;
  font-size:clamp(32px,3.6vw,48px);line-height:1.05;
  color:var(--primary);margin:0 0 22px;
}
.founder-title--mobile{display:none}
.founder-text{
  font-size:17px;line-height:1.6;color:var(--text);margin:0 0 16px;
  max-width:520px;
}
.founder-text:last-child{margin-bottom:0}

/* Modo PiP — vídeo encolhido no canto inferior direito quando rola pra fora */
.founder-video-wrap.pip{
  position:fixed;bottom:16px;right:16px;top:auto;left:auto;
  width:180px;max-width:180px;z-index:70;
  box-shadow:0 12px 32px rgba(0,0,0,.45);
  border-radius:18px;
}
.founder-video-wrap.pip .founder-video{border-radius:18px}
.founder-video-wrap.pip .founder-unmute{
  padding:6px 10px;font-size:11px;bottom:8px;gap:4px;
}
.founder-video-wrap.pip .founder-unmute svg{width:14px;height:14px}
.founder-video-wrap.pip .founder-unmute-label{display:none}
.founder-video-wrap.pip .founder-name-overlay{display:none}

@media(max-width:900px){
  .founder-section{padding:40px 0}
  .founder-grid{grid-template-columns:1fr;gap:20px;max-width:100%}
  .founder-title--mobile{
    display:block;text-align:center;
    font-size:clamp(26px,6.2vw,34px);margin:0 8px 4px;order:1;
  }
  .founder-title--desktop{display:none}
  .founder-video-wrap{order:2;justify-self:center;max-width:340px;margin:0 auto}
  .founder-copy{order:3;padding:0;text-align:center}
  .founder-name{display:none}
  .founder-text{display:none}
  .founder-name-overlay{display:block}
  .founder-unmute{bottom:56px}
  .founder-video-wrap.pip{width:140px;bottom:12px;right:12px}
  .founder-video-wrap.pip .founder-unmute{bottom:6px}
}

/* ═════ BRINCOU, SECOU, BRINCOU DE NOVO ═════ */
.bsb-section{padding:60px 0 80px;background:var(--bg)}
.bsb-section > .container{max-width:100%;padding:0 12px}
.bsb-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:28px;max-width:100%;margin:0 auto;align-items:start;
}
.bsb-pair{display:flex;flex-direction:column;align-items:center;gap:16px}
.bsb-pair--2{transform:translateY(-30px)}
.bsb-label{width:100%;max-width:85%;height:auto;object-fit:contain;position:relative;z-index:2;transition:transform .4s ease}
.bsb-pair--1 .bsb-label{transform:rotate(-4deg)}
.bsb-pair--2 .bsb-label{transform:rotate(3deg)}
.bsb-pair--3 .bsb-label{transform:rotate(-2.5deg)}
.bsb-pair:hover .bsb-label{transform:rotate(0)}

/* Foto com tilt individual + sombra colorida */
.bsb-photo{
  width:100%;height:auto;object-fit:contain;border-radius:20px;
  transition:transform .4s ease;
}
.bsb-pair--1 .bsb-photo{transform:rotate(-3deg)}
.bsb-pair--2 .bsb-photo{transform:rotate(2.2deg)}
.bsb-pair--3 .bsb-photo{transform:rotate(-1.8deg)}
.bsb-pair:hover .bsb-photo{transform:rotate(0) scale(1.02)}

/* Sombras coloridas por par */
.bsb-photo--purple{
  box-shadow:0 22px 50px rgba(155,70,220,.42), 0 6px 16px rgba(155,70,220,.25);
}
.bsb-photo--green{
  box-shadow:0 22px 50px rgba(140,200,70,.48), 0 6px 16px rgba(140,200,70,.3);
}
/* Arco-íris via multi-shadow: roxo no topo-esq, rosa em cima, laranja à dir, verde/azul embaixo */
.bsb-photo--rainbow{
  box-shadow:
    -18px -18px 40px rgba(155,70,220,.38),
    18px -14px 40px rgba(242,97,214,.38),
    22px 10px 40px rgba(245,138,48,.4),
    -6px 22px 40px rgba(140,200,70,.42),
    -22px 16px 40px rgba(46,143,255,.38);
}

@media(max-width:900px){
  .bsb-section{padding:34px 0 44px}
  .bsb-section > .container{padding:0 4px}
  .bsb-grid{gap:4px;align-items:start}
  .bsb-pair{gap:10px;position:relative}
  .bsb-pair--1{z-index:2}
  .bsb-pair--2{z-index:3;transform:translateY(-26px)}
  .bsb-pair--3{z-index:2}
  .bsb-label{max-width:100%}
  .bsb-photo{border-radius:16px}
  .bsb-photo--purple{box-shadow:0 10px 22px rgba(155,70,220,.55)}
  .bsb-photo--green{box-shadow:0 10px 22px rgba(140,200,70,.6)}
  .bsb-photo--rainbow{box-shadow:0 10px 22px rgba(242,97,214,.45), 0 4px 12px rgba(46,143,255,.35)}

  /* Mobile: desabilita hover (touch n\u00e3o dispara) e roda anima\u00e7\u00e3o sequencial no scroll */
  .bsb-pair:hover .bsb-label{transform:none}
  .bsb-pair:hover .bsb-photo{transform:none}
  .bsb-pair--1 .bsb-photo{transform:rotate(-3deg)}
  .bsb-pair--2 .bsb-photo{transform:rotate(2.2deg)}
  .bsb-pair--3 .bsb-photo{transform:rotate(-1.8deg)}
  .bsb-section.in-view .bsb-pair--1 .bsb-photo{animation:bsbWig1 .95s cubic-bezier(.34,1.56,.64,1) 0s both}
  .bsb-section.in-view .bsb-pair--2 .bsb-photo{animation:bsbWig2 .95s cubic-bezier(.34,1.56,.64,1) .35s both}
  .bsb-section.in-view .bsb-pair--3 .bsb-photo{animation:bsbWig3 .95s cubic-bezier(.34,1.56,.64,1) .7s both}
  .bsb-section.in-view .bsb-pair--1 .bsb-label{animation:bsbLbl1 .95s cubic-bezier(.34,1.56,.64,1) 0s both}
  .bsb-section.in-view .bsb-pair--2 .bsb-label{animation:bsbLbl2 .95s cubic-bezier(.34,1.56,.64,1) .35s both}
  .bsb-section.in-view .bsb-pair--3 .bsb-label{animation:bsbLbl3 .95s cubic-bezier(.34,1.56,.64,1) .7s both}
}
@keyframes bsbWig1{
  0%,100%{transform:rotate(-3deg) scale(1)}
  30%{transform:rotate(3deg) scale(1.05)}
  60%{transform:rotate(-5deg) scale(1.03)}
}
@keyframes bsbWig2{
  0%,100%{transform:rotate(2.2deg) scale(1)}
  30%{transform:rotate(-3deg) scale(1.05)}
  60%{transform:rotate(5deg) scale(1.03)}
}
@keyframes bsbWig3{
  0%,100%{transform:rotate(-1.8deg) scale(1)}
  30%{transform:rotate(3.5deg) scale(1.05)}
  60%{transform:rotate(-4deg) scale(1.03)}
}
@keyframes bsbLbl1{
  0%,100%{transform:rotate(-4deg)}
  30%{transform:rotate(3deg)}
  60%{transform:rotate(-6deg)}
}
@keyframes bsbLbl2{
  0%,100%{transform:rotate(3deg)}
  30%{transform:rotate(-3deg)}
  60%{transform:rotate(5.5deg)}
}
@keyframes bsbLbl3{
  0%,100%{transform:rotate(-2.5deg)}
  30%{transform:rotate(3.5deg)}
  60%{transform:rotate(-5deg)}
}
@media(max-width:480px){
  .bsb-section > .container{padding:0 2px}
  .bsb-grid{gap:2px}
  .bsb-pair{gap:8px}
  .bsb-photo{border-radius:12px}
}
.testi-sub{max-width:640px;margin:0 auto 22px;font-size:16px;color:var(--text);text-align:center}
.testi-stars{
  display:flex;justify-content:center;align-items:center;gap:6px;
  color:#F7B500;margin:0 auto 44px;
  filter:drop-shadow(0 4px 6px rgba(0,0,0,.4));
}
.testi-stars svg{width:36px;height:36px}
.testi-carousel-wrap{
  position:relative;width:100%;overflow:hidden;
  padding:10px 0;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
}
.testi-track{
  display:flex;gap:20px;width:max-content;
  animation:testiScroll 120s linear infinite;
  align-items:flex-start;
}
.testi-track:hover{animation-play-state:paused}
.testi-card{
  flex:0 0 340px;
  border-radius:var(--radius);overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  background:#fff;text-decoration:none;color:inherit;
  display:block;transition:transform .3s,box-shadow .3s;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  cursor:pointer;
}
.testi-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.14)}

/* Instagram Card Mockup */
.ig-card{border:1px solid #dbdbdb}
.ig-header{display:flex;align-items:center;gap:10px;padding:10px 12px}
.ig-avatar-wrap{
  background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);
  padding:2px;border-radius:50%;
}
.ig-avatar{width:32px;height:32px;border-radius:50%;background:#fff;padding:2px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ig-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.ig-user{flex:1;min-width:0}
.ig-name{font-size:13px;font-weight:700;color:#262626;display:flex;align-items:center;gap:4px;line-height:1.2}
.ig-verified{width:13px;height:13px;flex-shrink:0}
.ig-time{font-size:11px;color:#8e8e8e;margin-top:1px}
.ig-more{font-size:20px;color:#262626;font-weight:700;line-height:1}
.ig-video{position:relative;background:#000;aspect-ratio:1/1.2;overflow:hidden}
.ig-video video{width:100%;height:100%;object-fit:cover;display:block}
.ig-play-overlay{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  pointer-events:none;opacity:0;transition:opacity .25s;
  background:rgba(0,0,0,.2)
}
.ig-card:hover .ig-play-overlay{opacity:1}
.ig-play-overlay svg{width:58px;height:58px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.6))}
.ig-views{
  position:absolute;top:10px;right:10px;
  background:rgba(0,0,0,.55);color:#fff;
  font-size:11px;font-weight:600;
  padding:4px 8px;border-radius:10px;
  display:flex;align-items:center;gap:3px
}
.ig-views svg{width:10px;height:10px}
.ig-actions{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 4px}
.ig-actions-left{display:flex;gap:14px}
.ig-actions svg{width:22px;height:22px;cursor:pointer}
.ig-likes{font-size:13px;font-weight:700;color:#262626;padding:2px 12px}
.ig-caption{font-size:13px;color:#262626;padding:4px 12px 2px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ig-caption b{font-weight:700;margin-right:4px}
.ig-view-all{font-size:13px;color:#8e8e8e;padding:2px 12px 12px;cursor:pointer}

@keyframes testiScroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-340px * 8 - 20px * 8))}
}
.testi-track-bottom{display:none}

/* Mobile — 2 fileiras compactas, direções opostas */
@media(max-width:700px){
  .testi-carousel-wrap{padding:0}
  .testi-track{
    gap:10px;
    animation:testiScrollMobile 55s linear infinite;
  }
  .testi-track-bottom{
    display:flex;margin-top:10px;
    animation:testiScrollMobileReverse 55s linear infinite;
  }
  .testi-card{flex:0 0 200px}
  .ig-header{padding:6px 8px;gap:6px}
  .ig-avatar{width:24px;height:24px}
  .ig-name{font-size:11px}
  .ig-time{font-size:9px}
  .ig-actions{padding:6px 8px 2px}
  .ig-actions svg{width:18px;height:18px}
  .ig-likes{font-size:11px;padding:2px 8px}
  .ig-caption{font-size:11px;padding:3px 8px 1px}
  .ig-view-all{font-size:10px;padding:1px 8px 8px}
  @keyframes testiScrollMobile{
    from{transform:translateX(0)}
    to{transform:translateX(calc(-200px * 4 - 10px * 4))}
  }
  @keyframes testiScrollMobileReverse{
    from{transform:translateX(calc(-200px * 4 - 10px * 4))}
    to{transform:translateX(0)}
  }
}
@media(max-width:960px) and (min-width:701px){
  .testi-card{flex:0 0 320px}
  @keyframes testiScroll{
    from{transform:translateX(0)}
    to{transform:translateX(calc(-320px * 8 - 20px * 8))}
  }
}

/* ═════ FUNDO AZUL CONTÍNUO (envolve descrição + personagens) ═════ */
.blue-wrap{position:relative}
/* O fundo é aplicado no .desc-sticky e na .characters-section separadamente
   pra acompanhar o sticky (sem parallax durante a rolagem da scrollytelling) */

/* ═════ DESCRIÇÃO — SCROLLYTELLING ═════ */
.description-section{
  background:var(--bg-soft);
  position:relative;padding:0;
}

/* Wrapper — 5 triggers a cada 50vh (mais rápido pra trocar de stage) */
.desc-scroll{position:relative;height:250vh}

/* Sticky container que fica fixo enquanto rola */
.desc-sticky{
  position:sticky;top:0;height:100vh;
  display:flex;flex-direction:column;justify-content:center;
  padding:40px 0;overflow:hidden;
}
.desc-sticky .container{position:relative}

/* Progress dots — fixas na direita do sticky */
.desc-progress{
  position:absolute;right:28px;top:50%;transform:translateY(-50%);
  display:flex;flex-direction:column;gap:14px;z-index:10;
}
.prog-dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(26,26,26,.15);border:0;cursor:pointer;
  padding:0;transition:all .35s;
}
.prog-dot.active{background:var(--brand-green);transform:scale(1.6);box-shadow:0 0 0 4px rgba(127,172,26,.25)}
.prog-dot:hover{background:rgba(127,172,26,.6)}

.desc-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:50px;align-items:center;max-width:1180px;margin:0 auto;padding:0 60px 0 20px}

/* ESQUERDA: HEADER PERSISTENTE + STAGES */
.desc-text-col{position:relative;min-height:480px;display:flex;flex-direction:column;justify-content:center}
.desc-header{margin-bottom:32px}
.desc-header .eyebrow{display:block;margin-bottom:10px;font-size:11px;letter-spacing:.22em}
.desc-header h2{
  font-family:'Nunito',sans-serif;font-weight:900;
  font-size:clamp(36px,4.3vw,62px);line-height:1.02;
  color:var(--title);margin:0;letter-spacing:-.01em;
}
.desc-header h2 .h2-line{display:block;white-space:nowrap}
.desc-header h2 .h2-line:first-child{font-size:clamp(56px,7vw,100px);line-height:1}

/* Stages sobrepostos — embaixo do header */
.desc-stages{position:relative;min-height:230px}
@media(max-width:900px){
  .desc-stages{min-height:360px}
}
.desc-stage{
  position:absolute;top:0;left:0;width:100%;
  opacity:0;transform:translateY(16px);
  transition:opacity .55s ease,transform .55s ease;
  pointer-events:none;
}
.desc-stage.active{opacity:1;transform:translateY(0);pointer-events:auto}

/* Badge + título inline (primeira linha), descrição + checks full-width abaixo */
.stage-header{display:flex;gap:18px;align-items:center;margin-bottom:12px}
.stage-icon{
  flex-shrink:0;
  width:58px;height:58px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-family:'Nunito',sans-serif;font-weight:900;font-size:24px;
}
.stage-icon svg{width:28px;height:28px}
.desc-stage h3{font-family:'Nunito',sans-serif;font-weight:900;font-size:clamp(20px,2.1vw,26px);line-height:1.2;color:var(--title);margin:0;flex:1}
.desc-stage p{margin-bottom:14px}
.desc-stage p:last-child{margin-bottom:0}
.stage-pills{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0 22px}
.stage-pill{
  background:#fff;padding:12px 20px;border-radius:30px;
  font-size:15px;font-weight:900;color:var(--title);
  border:1px solid var(--border);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  line-height:1.2;white-space:nowrap;
  display:inline-block;
}
.desc-stage .stage-pills + p{margin-top:4px}
@media(max-width:900px){
  .stage-pills{gap:10px;margin:14px 0 18px}
  .stage-pill{padding:10px 16px;font-size:13px;font-weight:900}
}
.desc-stage p{font-size:17px;line-height:1.55;color:var(--text);margin:0;max-width:540px}

/* Checks — coluna vertical (intro stage) */
.stage-checks{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-direction:column;gap:12px}
.stage-checks li{position:relative;padding-left:42px;font-size:20px;color:var(--title);font-weight:800;line-height:1.25}
.stage-checks li::before{
  content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:28px;height:28px;border-radius:50%;
  background:#9CC93A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 12 10 17 19 8'/%3E%3C/svg%3E") no-repeat center;
  background-size:18px 18px;
}

/* IMAGENS — grid stacking (cada imagem no tamanho natural com cantos reais) */
.desc-img-col{
  display:grid;grid-template-columns:1fr;grid-template-rows:1fr;
  width:100%;max-width:640px;justify-self:end;
}
.stage-img{
  grid-column:1;grid-row:1;
  width:100%;height:auto;object-fit:cover;
  opacity:0;transform:scale(.96);
  transition:opacity .55s ease,transform .55s ease;
  background:transparent;padding:0;
  border-radius:28px;align-self:center;justify-self:center;
}
.stage-img.active{opacity:1;transform:scale(1);z-index:1}

/* Combo stage 2 — sem fundo, inset arredondado sem frame */
.stage-img.combo{
  background:transparent;padding:0;
  position:relative;overflow:visible;border-radius:28px;
  aspect-ratio:16/9;
}
.stage-img.combo .combo-main{
  width:100%;height:100%;object-fit:cover;position:relative;z-index:1;
  border-radius:28px;
}
.stage-img.combo .combo-inset{
  position:absolute;left:4%;bottom:6%;width:38%;height:auto;
  transform:rotate(-8deg);z-index:2;
  border-radius:14px;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.22));
  background:transparent;padding:0;
}

/* BENEFÍCIOS — linha única, persistente */
.desc-benefits-row{
  display:flex;flex-wrap:wrap;gap:12px;justify-content:center;
  margin:28px auto 0;padding:0 24px;max-width:1100px;
}
.desc-benefits-row .benefit{
  background:#fff;padding:10px 18px;border-radius:24px;
  font-size:14px;font-weight:800;color:var(--orange);
  border:1px solid var(--border);
  box-shadow:0 4px 12px rgba(0,0,0,.04);
  text-align:center;line-height:1.2;
}
.desc-benefits-row .benefit br{display:none}
@media(max-width:900px){
  .desc-benefits-row .benefit br{display:inline}
}
@media(max-width:900px){
  .desc-benefits-row{
    display:grid;grid-template-columns:1fr 1fr;gap:8px;
    margin-top:18px;padding:0 16px 20px;
  }
  .desc-benefits-row .benefit{padding:10px 10px;font-size:12px;line-height:1.25}
}

/* Triggers de scroll — espaçados em 50vh pra trocar rápido */
.scroll-trigger{position:absolute;left:0;width:1px;height:50vh;pointer-events:none}
.scroll-trigger[data-trigger="intro"]{top:0}
.scroll-trigger[data-trigger="1a"]{top:50vh}
.scroll-trigger[data-trigger="1b"]{top:100vh}
.scroll-trigger[data-trigger="2"]{top:150vh}
.scroll-trigger[data-trigger="3"]{top:200vh}

/* MOBILE — header no topo, imagem no meio, stages embaixo */
@media(max-width:900px){
  .desc-sticky{padding:14px 0;overflow:visible}
  .desc-grid{grid-template-columns:1fr;gap:20px;padding:0 16px;align-items:start}
  /* desc-text-col vira contentor transparente p/ reorganizar filhos via order */
  .desc-text-col{display:contents}
  .desc-header{order:1;margin-bottom:8px;text-align:center}
  .desc-header h2{font-size:clamp(22px,5.8vw,40px);line-height:1.05}
  .desc-header h2 .h2-line:first-child{font-size:clamp(44px,12vw,76px);line-height:1}
  .desc-header .eyebrow{font-size:10px;margin-bottom:6px}
  .desc-img-col{order:2;max-width:100%;justify-self:stretch;margin:0}
  .desc-stages{order:3;min-height:200px}
  .stage-header{gap:14px;margin-bottom:10px}
  .stage-icon{width:52px;height:52px;font-size:22px;border-radius:14px}
  .stage-icon svg{width:24px;height:24px}
  .desc-stage h3{font-size:20px;white-space:normal}
  .desc-stage p{font-size:15px}
  .stage-checks{gap:10px 18px;margin-top:8px}
  .stage-checks li{font-size:15px;padding-left:28px;font-weight:800}
  .stage-checks li::before{width:22px;height:22px;background-size:14px 14px}
  .desc-progress{right:12px;gap:10px}
  .prog-dot{width:8px;height:8px}
  .desc-benefits-row{justify-content:center}
}

/* ═════ 12 PERSONAGENS ═════ */
.characters-section{padding:40px 0 80px;background:var(--bg-soft)}
.characters-section .container{text-align:center}
.characters-section h2{margin-bottom:14px}
.chars-sub{max-width:620px;margin:0 auto 48px;font-size:17px;color:var(--text)}
.chars-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:16px;
  max-width:1240px;margin:0 auto;
}
.char-card{
  border-radius:var(--radius);overflow:hidden;
  transition:transform .3s,box-shadow .3s;cursor:pointer;
  aspect-ratio:1/1;
  box-shadow:0 6px 18px rgba(0,0,0,.1);
}
.char-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.15)}
.char-card img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:1100px){
  .chars-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:720px){
  .chars-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:480px){
  .chars-grid{grid-template-columns:repeat(2,1fr)}
}

/* ═════ INGREDIENTES & CUIDADOS — dentro da seção dos personagens ═════ */
.ing-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  margin-top:56px;text-align:left;
}
.ing-card{padding:30px;background:#FFFFFF;border-radius:24px;border:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ing-card h3{font-size:18px;margin-bottom:12px;color:var(--brand-green)}
.ing-card p{font-size:14px;margin-bottom:10px;color:var(--title)}
.ing-small{font-size:12px;color:var(--primary);font-style:italic;font-weight:600}

/* ═════ FAQ ═════ */
.faq-section{padding:80px 0;background:var(--bg-soft)}
.faq-section .container{text-align:center}
.faq-section h2{margin-bottom:40px;text-align:center;color:var(--primary)}
.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px;text-align:left}
.faq-item{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:border-color .3s ease, box-shadow .3s ease, transform .3s ease}
.faq-item summary{padding:20px 24px;cursor:pointer;font-weight:700;color:var(--primary);font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:24px;color:var(--primary);transition:transform .3s;font-weight:400}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding:0 24px 20px;font-size:15px;color:var(--text)}
.faq-item:hover{border-color:var(--primary);box-shadow:0 10px 28px rgba(46,143,255,.25), 0 0 0 3px rgba(46,143,255,.08);transform:translateY(-2px)}
.faq-item[open]{border-color:var(--primary);box-shadow:0 8px 22px rgba(46,143,255,.18)}

/* ═════ PRODUTOS RECOMENDADOS ═════ */
.recommend-section{padding:80px 0}
.recommend-section h2{text-align:center;margin-bottom:40px}
.product-grid-recommend{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s;cursor:pointer}
.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1);border-color:var(--primary)}
.product-card .p-img{aspect-ratio:1/1;background:var(--bg-soft);overflow:hidden;position:relative}
.product-card .p-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .p-img img{transform:scale(1.05)}
.product-card .p-body{padding:18px}
.product-card .p-name{font-weight:800;font-size:15px;color:var(--title);margin-bottom:8px;line-height:1.3}
.product-card .p-price{font-size:18px;font-weight:900;color:var(--title)}
.product-card .p-price small{font-size:12px;color:var(--gray-mid);font-weight:600;display:block;margin-top:2px}
.pocket-badge{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;font-size:10px;font-weight:800;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em}

/* ═════ NEWSLETTER ═════ */
.newsletter-section{padding:80px 0;background:var(--bg-soft)}
.newsletter-box{background:linear-gradient(135deg,var(--primary),#6BAEFF);color:#fff;padding:60px 40px;border-radius:var(--radius-lg);text-align:center;max-width:900px;margin:0 auto}
.newsletter-box h2{color:#fff;font-size:36px;margin-bottom:10px}
.newsletter-box p{color:rgba(255,255,255,.9);font-size:16px;margin-bottom:30px}
.newsletter-form{display:flex;gap:10px;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.newsletter-form input{flex:1;min-width:220px;padding:16px 20px;border-radius:30px;border:0;font-family:inherit;font-size:15px}
.newsletter-form button{padding:16px 28px;background:var(--orange);color:#fff;border:0;border-radius:30px;font-family:inherit;font-weight:800;font-size:14px;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;transition:all .2s}
.newsletter-form button:hover{background:#D6731E;transform:translateY(-2px)}

/* ═════ FOOTER ═════ */
.site-footer{background:var(--primary);color:#fff;padding:60px 0 0}
.footer-brand{display:flex;flex-direction:column;align-items:center;gap:18px;margin-bottom:50px;text-align:center}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:860px;margin:0 auto}
.footer-logo{height:130px;width:auto}
@media(max-width:600px){.footer-logo{height:100px}}
.social-row{display:flex;gap:10px;justify-content:center}
.social-row a{width:40px;height:40px;background:rgba(255,255,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}
.social-row a:hover{background:#fff;color:var(--primary);transform:translateY(-2px)}
.social-row svg{width:18px;height:18px}
.footer-col h4{color:#fff;font-size:15px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:10px;font-size:14px;color:rgba(255,255,255,.95)}
.footer-col a{color:#fff}
.footer-col a:hover{text-decoration:underline}
.contact-list li{display:flex;align-items:flex-start;gap:10px}
.contact-list svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:#fff}
.payment-icons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.payment-icons span{background:#fff;color:var(--primary);padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800}
.security-badges{display:flex;flex-direction:column;gap:8px}
.sec-badge{background:rgba(255,255,255,.18);padding:8px 14px;border-radius:20px;font-size:12px;color:#fff}

.footer-bottom{margin-top:50px;padding:20px 0;border-top:1px solid rgba(255,255,255,.2);font-size:12px;color:rgba(255,255,255,.85);text-align:center}

/* ═════ MODAL DE DEPOIMENTO (mesmo mockup, só maior) ═════ */
.testi-modal{
  position:fixed;inset:0;z-index:200;
  display:none;align-items:center;justify-content:center;
  padding:30px 20px;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
.testi-modal.open{display:flex;animation:testiFade .25s ease-out}
@keyframes testiFade{from{opacity:0}to{opacity:1}}
.testi-overlay{
  position:absolute;inset:0;
  background:rgba(255,255,255,.25);
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
  cursor:pointer;
}
.testi-modal-inner{
  position:relative;z-index:2;
  width:100%;max-width:420px;max-height:88vh;
  overflow-y:auto;overflow-x:hidden;
  border-radius:14px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  animation:testiPop .3s cubic-bezier(.2,.8,.2,1);
  scrollbar-width:thin;
}
.testi-modal-inner::-webkit-scrollbar{width:6px}
.testi-modal-inner::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}
@keyframes testiPop{from{transform:translateY(20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
.testi-close{
  position:absolute;top:10px;right:10px;
  padding:10px 18px;border-radius:999px;
  background:#E53935;border:0;cursor:pointer;
  font-family:'Nunito',sans-serif;font-size:14px;font-weight:900;line-height:1;color:#fff;
  letter-spacing:.06em;text-transform:uppercase;
  display:flex;align-items:center;justify-content:center;
  z-index:10;box-shadow:0 6px 18px rgba(229,57,53,.55), 0 2px 6px rgba(0,0,0,.25);
  transition:transform .2s, box-shadow .2s, background .2s;
}
.testi-close:hover{background:#C62828;transform:scale(1.04)}
.testi-close:active{transform:scale(.96)}

/* Card maior dentro do modal */
.ig-card-big{
  flex:none;width:100%;cursor:default;
  background:#fff;border:1px solid #dbdbdb;border-radius:14px;
}
.ig-card-big:hover{transform:none;box-shadow:none}
.ig-card-big .ig-header{padding:14px 16px}
.ig-card-big .ig-avatar{width:38px;height:38px}
.ig-card-big .ig-name{font-size:15px}
.ig-card-big .ig-time{font-size:12px}
.ig-card-big .ig-video{aspect-ratio:4/5;background:#000}
.ig-card-big .ig-video video{object-fit:cover}
.ig-card-big .ig-video .ig-play-overlay{display:none}
.ig-video-clickable{cursor:pointer}
.ig-sound-btn{
  position:absolute;bottom:12px;right:12px;
  width:36px;height:36px;border-radius:50%;
  background:rgba(0,0,0,.55);border:0;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  z-index:5;transition:background .2s
}
.ig-sound-btn:hover{background:rgba(0,0,0,.75)}
.ig-sound-btn svg{width:18px;height:18px}
.ig-card-big .ig-actions{padding:10px 16px 6px}
.ig-card-big .ig-actions svg{width:26px;height:26px}
.ig-card-big .ig-likes{font-size:14px;padding:4px 16px}
.ig-card-big .ig-caption{padding:6px 16px 4px;font-size:14px;-webkit-line-clamp:unset;display:block}
.ig-card-big .ig-view-all{padding:4px 16px 6px;font-size:14px}
.tm-link-bottom{
  display:block;padding:10px 16px 18px;
  color:#0095F6;font-size:14px;font-weight:600;text-decoration:none;
}
.tm-link-bottom:hover{text-decoration:underline}

@media(max-width:560px){
  .testi-modal{padding:40px 20px;align-items:center}
  .testi-modal-inner{max-width:320px;max-height:78vh;border-radius:14px}
  .testi-close{top:8px;right:8px;padding:9px 14px;font-size:12px;letter-spacing:.05em;box-shadow:0 6px 18px rgba(229,57,53,.6), 0 2px 6px rgba(0,0,0,.35)}
  .testi-modal .ig-card-big .ig-video{aspect-ratio:4/5}
  .testi-modal .ig-card-big .ig-caption{font-size:12px;padding:4px 12px 2px}
  .testi-modal .ig-card-big .ig-header{padding:10px 12px}
  .testi-modal .ig-card-big .ig-avatar{width:30px;height:30px}
  .testi-modal .ig-card-big .ig-name{font-size:13px}
  .testi-modal .ig-card-big .ig-actions svg{width:22px;height:22px}
  .testi-modal .ig-card-big .ig-likes{font-size:12px}
  .testi-modal .ig-card-big .ig-view-all{font-size:11px}
}

/* ═════ VIDEO MODAL ═════ */
.video-modal{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}
.video-modal.open{display:flex}
.video-inner{position:relative;width:100%;max-width:900px;aspect-ratio:16/9}
.video-inner iframe{width:100%;height:100%;border-radius:var(--radius)}
.close-video{position:absolute;top:-50px;right:0;background:#fff;border:0;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer}

/* ═════ RESPONSIVO ═════ */
@media(max-width:960px){
  .product-grid,.desc-grid,.ing-grid,.footer-grid,.product-grid-recommend{grid-template-columns:1fr}
  .ing-grid{grid-template-columns:1fr;gap:16px;margin-top:36px}
  .product-grid-recommend{grid-template-columns:1fr 1fr}
  .main-nav{display:none}
  .product-title{font-size:24px}
  .newsletter-box{padding:40px 24px}
  .newsletter-box h2{font-size:26px}
}
@media(max-width:560px){
  .ing-grid,.product-grid-recommend{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .header-inner{gap:8px}
}
