:root{
  --bg:#050913; --panel:#0b1220; --panel2:#0f1728; --text:#f5f7fb; --muted:#9dacbf;
  --blue:#19a7ff; --orange:#ff7a00; --purple:#a83cff; --line:#1d2a3d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% 0,#0b1830 0,#050913 32%,#04070d 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.narrow{width:min(820px,calc(100% - 36px))}
.site-header{position:sticky;top:0;z-index:50;background:rgba(4,8,16,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.7px}
.brand-cube{display:grid;place-items:center;width:40px;height:40px;border:2px solid var(--blue);border-radius:10px;box-shadow:0 0 22px rgba(25,167,255,.25);color:var(--orange)}
.brand-text{font-size:20px}.brand-text b{color:var(--orange)}
.nav{display:flex;gap:24px;margin-left:auto}
.nav a{color:#c9d5e4;font-weight:600;font-size:14px}.nav a:hover{color:#fff}
.menu-btn{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px);filter:brightness(1.06)}
.btn-blue{background:linear-gradient(135deg,#087dff,var(--blue));box-shadow:0 8px 26px rgba(25,167,255,.2)}
.btn-orange{background:linear-gradient(135deg,#ff5a00,var(--orange));box-shadow:0 8px 26px rgba(255,122,0,.22)}
.btn-purple{background:linear-gradient(135deg,#7b23ff,var(--purple))}
.btn-ghost{border-color:#34506f;background:rgba(255,255,255,.02)}
.full{width:100%}
.hero{min-height:650px;display:flex;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05)}
.hero-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:48px;align-items:center;padding:76px 0}
.hero-copy{position:relative;z-index:3}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:1.8px;color:#7ccfff}
h1{font-size:clamp(48px,6vw,82px);line-height:.98;margin:16px 0 24px;letter-spacing:-2.8px}
h1 span,h2 span{color:var(--orange)}
.hero-copy p{max-width:600px;color:#b8c6d7;font-size:19px}
.hero-actions{display:flex;gap:12px;margin:30px 0 22px}
.micro-trust{display:flex;flex-wrap:wrap;gap:18px;color:#8ea4ba;font-size:13px}
.hero-art{height:470px;position:relative;display:flex;align-items:flex-end;justify-content:center;gap:16px;perspective:1000px}
.hero-glow{position:absolute;width:460px;height:460px;border-radius:50%;filter:blur(110px);opacity:.18}
.hero-glow.blue{background:var(--blue);left:-140px;top:80px}.hero-glow.orange{background:var(--orange);right:-160px;top:110px}
.mystery-box{position:relative;width:190px;height:220px;border-radius:22px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:900;border:2px solid rgba(255,255,255,.18);transform:rotateY(-4deg) rotateX(3deg);box-shadow:inset 0 0 35px rgba(255,255,255,.05),0 35px 70px rgba(0,0,0,.5)}
.mystery-box.main{width:230px;height:280px;z-index:2}
.mystery-box span{font-size:104px;line-height:1}.mystery-box small{letter-spacing:2px;margin-top:12px}
.blue-box{background:linear-gradient(150deg,#0d2443,#05101f);border-color:#168afc;box-shadow:0 0 55px rgba(22,138,252,.28)}
.orange-box{background:linear-gradient(150deg,#3b1d06,#100802);border-color:#ff7a00;box-shadow:0 0 70px rgba(255,122,0,.3)}
.purple-box{background:linear-gradient(150deg,#28103b,#0c0612);border-color:#a83cff;box-shadow:0 0 55px rgba(168,60,255,.28)}
.blue-box span{color:#52bdff}.orange-box span{color:#ff9b31}.purple-box span{color:#c574ff}
.floating-item{position:absolute;font-size:54px;filter:drop-shadow(0 10px 18px #000);animation:float 4s ease-in-out infinite}
.i1{top:18px;left:70px}.i2{top:88px;right:125px;animation-delay:.5s}.i3{top:20px;right:8px;animation-delay:1s}.i4{top:150px;left:8px;animation-delay:1.6s}
@keyframes float{50%{transform:translateY(-12px) rotate(3deg)}}
.section{padding:88px 0}.dark-panel{background:linear-gradient(180deg,rgba(14,23,40,.7),rgba(7,12,20,.9));border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.section-heading{text-align:center;max-width:720px;margin:0 auto 40px}
.section-heading h2{font-size:42px;margin:8px 0 10px;letter-spacing:-1.6px}.section-heading p{margin:0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{position:relative;border:1px solid var(--line);background:linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.015));border-radius:22px;padding:26px;min-height:500px}
.product-card.featured{transform:translateY(-8px)}
.blue-card{box-shadow:inset 0 0 0 1px rgba(25,167,255,.05)}.orange-card{border-color:#78410c;box-shadow:0 16px 60px rgba(255,122,0,.08)}.purple-card{box-shadow:inset 0 0 0 1px rgba(168,60,255,.05)}
.popular{position:absolute;top:0;right:18px;transform:translateY(-50%);font-size:11px;font-weight:900;background:var(--orange);padding:6px 10px;border-radius:999px}
.card-top{display:flex;align-items:center;justify-content:space-between}.pill{font-size:11px;border:1px solid #314156;border-radius:999px;padding:5px 9px;color:#9fb0c4}
.mini-box{width:96px;height:112px;border-radius:14px;display:grid;place-items:center;font-size:56px;font-weight:900}
.blue-mini{border:1px solid var(--blue);color:var(--blue);background:#061a2a}.orange-mini{border:1px solid var(--orange);color:var(--orange);background:#251305}.purple-mini{border:1px solid var(--purple);color:var(--purple);background:#160720}
.product-card h3{font-size:25px;margin:18px 0 0}.price{font-size:36px;font-weight:900;margin:4px 0 10px}.product-card p{color:#aebbc9;min-height:72px}.product-card ul{padding-left:19px;color:#c9d3df;min-height:110px}.product-card li{margin:8px 0}
.disclaimer{color:#738398;font-size:12px;text-align:center;max-width:900px;margin:24px auto 0}
.item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.item-card{display:flex;flex-direction:column;gap:8px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#0a111d}.item-card b{font-size:18px}.item-card span{color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:25px;border:1px solid var(--line);border-radius:18px;background:#09111d}.step-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0e2b44;color:#58c4ff;font-weight:900}.step h3{margin:16px 0 8px}.step p{color:var(--muted);margin:0}
.benefits{padding:26px 0;background:#08101c;border-block:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit-grid div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.benefit-grid span{font-size:28px;grid-row:1/3}.benefit-grid b{font-size:14px}.benefit-grid small{color:var(--muted)}
.drops{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.drop-card{padding:26px;border:1px solid var(--line);border-radius:18px;background:#09111d;display:flex;flex-direction:column;gap:8px}.drop-card div{font-size:44px}.drop-card span{color:var(--muted)}
details{border-bottom:1px solid var(--line);padding:18px 4px}summary{cursor:pointer;font-weight:800;font-size:17px}details p{color:var(--muted)}
.cta-band{padding:46px 0;background:linear-gradient(90deg,#071526,#1c1004)}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-band h2{margin:8px 0 0;font-size:36px}
.footer{padding:58px 0 22px;background:#03060b;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer p,.footer span{color:var(--muted)}.footer h4{margin-top:0}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid a:not(.brand){color:#aab8c8}.footer-grid a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #131c2a;margin-top:36px;padding-top:20px;color:#6f7d8d;font-size:12px}
.checkout-shell{min-height:100vh}.checkout-main{padding:64px 0}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.panel{background:#09111d;border:1px solid var(--line);border-radius:20px;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full-field{grid-column:1/-1}.field label{font-size:13px;color:#b9c7d7}.field input,.field select{height:48px;border:1px solid #25344a;background:#050b14;color:#fff;border-radius:10px;padding:0 13px;outline:none}.field input:focus,.field select:focus{border-color:var(--blue)}.checkout-note{color:#8494a8;font-size:12px}.summary-line{display:flex;justify-content:space-between;margin:10px 0}.summary-total{font-size:24px;font-weight:900;border-top:1px solid var(--line);padding-top:16px;margin-top:16px}.notice{padding:14px;border:1px dashed #41526a;border-radius:12px;color:#aebccd;background:#07101b;margin-top:18px}
.legal{max-width:860px;margin:auto;padding:60px 0}.legal h1{font-size:44px}.legal h2{font-size:24px;margin-top:34px}.legal p,.legal li{color:#b4c0cf}
@media(max-width:900px){
  .desktop-cta{display:none}.menu-btn{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#050913;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column}.nav.open{display:flex}
  .hero-grid,.checkout-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding-top:54px}.hero-art{height:390px}
  .cards,.item-grid,.drops{grid-template-columns:1fr}.product-card.featured{transform:none}.steps,.benefit-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 24px,1180px)}.hero-grid{padding:44px 0}.hero-art{height:320px;gap:8px}.mystery-box{width:105px;height:145px;border-radius:14px}.mystery-box.main{width:128px;height:185px}.mystery-box span{font-size:60px}.floating-item{font-size:34px}
  .hero-actions,.cta-band-inner{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.steps,.benefit-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.field.full-field{grid-column:auto}.section{padding:64px 0}.section-heading h2{font-size:34px}.cta-band h2{font-size:30px}
}


/* ===== PLAYCADE BOX V2 — IMAGENS REAIS ===== */
.hero {
  background:
    radial-gradient(circle at 18% 42%, rgba(0,153,255,.10), transparent 32%),
    radial-gradient(circle at 88% 45%, rgba(255,102,0,.10), transparent 32%),
    #050913;
}
.hero-image-wrap{
  height:auto;
  min-height:460px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.hero-image-wrap:before{
  content:"";
  position:absolute;
  inset:8% 2%;
  background:radial-gradient(circle, rgba(255,122,0,.18), transparent 58%);
  filter:blur(35px);
}
.hero-product-image{
  width:100%;
  max-width:760px;
  display:block;
  position:relative;
  z-index:2;
  border-radius:26px;
  box-shadow:0 28px 90px rgba(0,0,0,.55), 0 0 55px rgba(25,167,255,.10), 0 0 65px rgba(255,122,0,.10);
  border:1px solid rgba(255,255,255,.08);
  object-fit:cover;
}
.card-top{
  min-height:195px;
  align-items:flex-start;
}
.box-product-img{
  width:170px;
  height:170px;
  object-fit:cover;
  border-radius:18px;
  display:block;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 14px 35px rgba(0,0,0,.42);
}
.blue-card .box-product-img{box-shadow:0 14px 42px rgba(25,167,255,.16)}
.orange-card .box-product-img{box-shadow:0 14px 42px rgba(255,122,0,.18)}
.purple-card .box-product-img{box-shadow:0 14px 42px rgba(168,60,255,.18)}
#possiveis-itens{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
#possiveis-itens:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("assets/bg-gamer.webp") center/cover no-repeat;
  opacity:.16;
}
#possiveis-itens:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(5,9,19,.82),rgba(5,9,19,.96));
}
.item-card{
  backdrop-filter:blur(8px);
  background:rgba(8,17,30,.82);
}
@media(max-width:900px){
  .hero-image-wrap{min-height:auto}
  .hero-product-image{max-width:720px}
}
@media(max-width:600px){
  .hero-product-image{border-radius:18px}
  .card-top{min-height:150px}
  .box-product-img{width:132px;height:132px}
}


/* ===== PLAYCADE BOX V3 — REFINO VISUAL ===== */
.container{width:min(1240px,calc(100% - 40px))}
.site-header{background:rgba(2,7,15,.92)}
.nav-wrap{height:86px}
.brand-cube{width:44px;height:44px}
.brand-text{font-size:24px}
.nav{gap:28px}
.nav a{font-size:15px}
.btn{min-height:52px;padding:0 24px;border-radius:14px}
.hero{
  min-height:610px;
  background:
    radial-gradient(circle at 18% 40%, rgba(0,153,255,.16), transparent 34%),
    radial-gradient(circle at 88% 44%, rgba(255,102,0,.14), transparent 34%),
    linear-gradient(180deg,#040913 0,#050913 100%);
}
.hero-grid{
  grid-template-columns:.93fr 1.07fr;
  gap:28px;
  padding:52px 0 66px;
}
h1{font-size:clamp(52px,6.6vw,90px); margin:12px 0 18px}
.hero-copy p{font-size:21px;max-width:560px;margin-bottom:0}
.hero-actions{margin:26px 0 16px}
.micro-trust{margin-top:4px}
.hero-mini-note{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.hero-mini-note span{
  font-size:13px;
  color:#d3deea;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  padding:10px 14px;
}
.hero-image-wrap{
  min-height:520px;
  justify-content:flex-end;
}
.hero-product-image{
  width:100%;
  max-width:860px;
  margin-right:-18px;
  border-radius:28px;
  box-shadow:0 32px 100px rgba(0,0,0,.58), 0 0 70px rgba(25,167,255,.10), 0 0 85px rgba(255,122,0,.12);
}
.section{padding:78px 0}
.section-heading{margin-bottom:44px}
.section-heading h2{font-size:48px}
.cards{gap:24px;align-items:stretch}
.product-card{
  padding:28px 28px 26px;
  min-height:530px;
  border-radius:24px;
  overflow:hidden;
}
.product-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(255,255,255,.05), transparent 38%);
  pointer-events:none;
}
.product-card.featured{
  transform:translateY(-12px) scale(1.01);
  border-color:rgba(255,122,0,.55);
  box-shadow:0 20px 70px rgba(255,122,0,.10);
}
.blue-card{box-shadow:0 0 0 1px rgba(25,167,255,.06), 0 16px 40px rgba(0,0,0,.18)}
.orange-card{box-shadow:0 0 0 1px rgba(255,122,0,.12), 0 16px 46px rgba(255,122,0,.10)}
.purple-card{box-shadow:0 0 0 1px rgba(168,60,255,.08), 0 16px 40px rgba(0,0,0,.18)}
.popular{right:20px;padding:8px 12px;font-size:12px;box-shadow:0 8px 25px rgba(255,122,0,.26)}
.card-top{
  min-height:225px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:14px;
}
.box-product-img{
  width:188px;
  height:188px;
  border-radius:20px;
  align-self:center;
  margin-top:8px;
}
.product-card h3{font-size:30px;margin-top:8px}
.price{font-size:44px;line-height:1}
.product-card p{font-size:15px;min-height:66px}
.product-card ul{min-height:120px}
.product-card .btn{font-size:16px}
.visual-item-grid{gap:18px}
.visual-item-card{
  padding:16px 16px 18px;
  transition:.22s ease;
  overflow:hidden;
}
.visual-item-card:hover{
  transform:translateY(-3px);
  border-color:rgba(25,167,255,.24);
  box-shadow:0 14px 40px rgba(0,0,0,.22);
}
.visual-item-card img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
  margin-bottom:14px;
  border:1px solid rgba(255,255,255,.08);
  background:#07111d;
}
.visual-item-card b{font-size:20px}
.visual-item-card span{font-size:15px}
.benefits{padding:30px 0}
.benefit-grid div{
  background:rgba(255,255,255,.015);
  border:1px solid rgba(255,255,255,.05);
  border-radius:16px;
  padding:16px;
}
.drop-card{min-height:190px;justify-content:center}
.footer-grid{gap:42px}

@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero-copy{max-width:720px;margin:auto;text-align:center}
  .hero-copy p{margin-inline:auto}
  .hero-actions,.micro-trust,.hero-mini-note{justify-content:center}
  .hero-image-wrap{justify-content:center;min-height:auto}
  .hero-product-image{max-width:820px;margin-right:0}
}
@media(max-width:900px){
  .container{width:min(100% - 28px,1240px)}
  .cards,.visual-item-grid{grid-template-columns:1fr}
  .product-card.featured{transform:none}
}
@media(max-width:600px){
  .nav-wrap{height:76px}
  .brand-text{font-size:20px}
  h1{font-size:clamp(42px,12vw,58px)}
  .hero-copy p{font-size:18px}
  .hero-product-image{border-radius:20px}
  .section-heading h2{font-size:36px}
  .product-card{min-height:auto;padding:24px}
  .card-top{min-height:188px}
  .box-product-img{width:156px;height:156px}
  .price{font-size:38px}
  .visual-item-card img{height:165px}
}


/* ===== PLAYCADE BOX V4 FINAL ===== */
.site-header{
  box-shadow:0 8px 34px rgba(0,0,0,.18);
}
.nav-wrap{
  height:80px;
}
.brand-v4{
  gap:12px;
}
.brand-v4 .brand-cube{
  width:46px;
  height:46px;
  font-size:20px;
  border-width:2px;
  box-shadow:0 0 0 1px rgba(255,122,0,.10),0 0 26px rgba(25,167,255,.18);
}
.brand-lockup{
  display:flex;
  flex-direction:column;
  line-height:1;
  gap:5px;
}
.brand-lockup .brand-text{
  font-size:24px;
  letter-spacing:.5px;
}
.brand-lockup small{
  font-size:8px;
  letter-spacing:1.7px;
  font-weight:800;
  color:#6f8299;
}
.desktop-cta{
  min-width:164px;
}

/* hero mais compacto para as boxes aparecerem antes */
.hero{
  min-height:540px;
}
.hero-grid{
  grid-template-columns:.94fr 1.06fr;
  gap:22px;
  padding:38px 0 48px;
}
.hero-copy{
  padding-top:6px;
}
.hero-copy h1{
  font-size:clamp(50px,6vw,82px);
  line-height:.99;
  margin:10px 0 16px;
}
.hero-copy p{
  font-size:19px;
  line-height:1.48;
  max-width:555px;
}
.hero-actions{
  margin:22px 0 15px;
}
.hero-image-wrap{
  min-height:455px;
}
.hero-product-image{
  max-width:900px;
  transform:scale(1.045);
  transform-origin:center;
  border-radius:28px;
  box-shadow:
    0 30px 90px rgba(0,0,0,.55),
    0 0 62px rgba(25,167,255,.10),
    0 0 80px rgba(255,122,0,.13);
}
.micro-trust{
  font-size:12.5px;
  gap:14px;
}
.hero-badges{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.hero-badge{
  min-width:118px;
  padding:9px 13px 10px;
  border-radius:13px;
  display:flex;
  flex-direction:column;
  gap:2px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
}
.hero-badge small{
  font-size:9px;
  letter-spacing:1.1px;
  font-weight:900;
  color:#8ea0b6;
}
.hero-badge b{
  font-size:15px;
}
.blue-badge{
  border-color:rgba(25,167,255,.28);
  box-shadow:inset 0 0 20px rgba(25,167,255,.04);
}
.blue-badge b{color:#67c9ff}
.orange-badge{
  border-color:rgba(255,122,0,.30);
  box-shadow:inset 0 0 20px rgba(255,122,0,.05);
}
.orange-badge b{color:#ff9a39}
.shipping-chip{
  padding:11px 14px;
  border-radius:999px;
  color:#d9e4ef;
  font-size:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
}

/* barra de confiança entre hero e produtos */
.quick-proof{
  position:relative;
  z-index:5;
  margin-top:-1px;
  background:#07101b;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.quick-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.quick-proof-grid>div{
  padding:18px 20px;
  display:flex;
  flex-direction:column;
  gap:3px;
  border-right:1px solid rgba(255,255,255,.055);
}
.quick-proof-grid>div:last-child{border-right:0}
.quick-proof b{
  font-size:13px;
  color:#f2f6fb;
}
.quick-proof span{
  font-size:11px;
  color:#7f91a6;
}
.boxes-section{
  padding-top:66px;
}
.boxes-section .section-heading{
  margin-bottom:36px;
}
.cards{
  gap:22px;
}
.product-card{
  min-height:510px;
}
.product-card.featured{
  transform:translateY(-10px) scale(1.012);
}
.card-top{
  min-height:210px;
}
.box-product-img{
  width:178px;
  height:178px;
}
.product-card h3{
  font-size:29px;
}
.price{
  font-size:42px;
}
.pill{
  font-weight:900;
  letter-spacing:.5px;
  background:rgba(255,255,255,.025);
}
.blue-card:hover,
.orange-card:hover,
.purple-card:hover{
  transform:translateY(-4px);
}
.product-card.featured:hover{
  transform:translateY(-14px) scale(1.012);
}

/* refinamentos gerais */
.section-heading .eyebrow{
  display:inline-block;
  margin-bottom:2px;
}
.section-heading p{
  font-size:15px;
}
.visual-item-card img{
  filter:saturate(1.04) contrast(1.02);
}
.cta-band{
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.footer-brand .brand-cube{
  box-shadow:0 0 26px rgba(25,167,255,.12);
}

/* acessibilidade de foco */
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{
  outline:2px solid #19a7ff;
  outline-offset:3px;
}

@media(max-width:1100px){
  .hero{
    min-height:auto;
  }
  .hero-grid{
    grid-template-columns:1fr;
    padding-top:42px;
  }
  .hero-image-wrap{
    min-height:auto;
  }
  .hero-product-image{
    max-width:860px;
    transform:none;
  }
  .quick-proof-grid{
    grid-template-columns:1fr 1fr;
  }
  .quick-proof-grid>div:nth-child(2){
    border-right:0;
  }
  .quick-proof-grid>div{
    border-bottom:1px solid rgba(255,255,255,.05);
  }
}
@media(max-width:900px){
  .brand-lockup small{display:none}
  .hero-copy h1{font-size:clamp(48px,10vw,72px)}
  .boxes-section{padding-top:58px}
}
@media(max-width:600px){
  .nav-wrap{height:74px}
  .brand-v4 .brand-cube{width:40px;height:40px}
  .brand-lockup .brand-text{font-size:19px}
  .hero-grid{padding:34px 0 38px}
  .hero-copy h1{font-size:44px}
  .hero-copy p{font-size:17px}
  .hero-badges{
    justify-content:center;
  }
  .hero-badge{
    flex:1 1 42%;
    min-width:0;
  }
  .shipping-chip{
    width:100%;
    text-align:center;
  }
  .quick-proof-grid{
    grid-template-columns:1fr;
  }
  .quick-proof-grid>div{
    border-right:0!important;
  }
  .boxes-section{
    padding-top:48px;
  }
  .product-card.featured,
  .product-card.featured:hover{
    transform:none;
  }
  .card-top{
    min-height:180px;
  }
  .box-product-img{
    width:148px;
    height:148px;
  }
}


/* ===== V4.1 CLEAN — correção do topo ===== */
.brand-lockup,
.hero-badges,
.quick-proof{
  display:none!important;
}
.site-header .brand{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:11px!important;
}
.site-header .brand-text{
  display:inline-block!important;
  font-size:23px!important;
  white-space:nowrap!important;
}
.site-header .brand-cube{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
}
.hero{
  min-height:545px!important;
}
.hero-grid{
  padding:42px 0 50px!important;
}
.hero-image-wrap{
  min-height:450px!important;
}
.hero-product-image{
  max-width:890px!important;
  transform:scale(1.035)!important;
}
.clean-boxes{
  padding-top:60px!important;
}
@media(max-width:1100px){
  .hero-product-image{
    transform:none!important;
  }
}
@media(max-width:600px){
  .site-header .brand-text{
    font-size:19px!important;
  }
  .site-header .brand-cube{
    width:39px!important;
    height:39px!important;
    flex-basis:39px!important;
  }
  .hero{
    min-height:auto!important;
  }
}
