
:root{
 --bg:#05070b;--bg2:#080d14;--panel:#0d141f;--panel2:#111b29;--line:#1b2b40;
 --text:#f7fbff;--muted:#8fa2ba;--blue:#278cff;--cyan:#5ad8ff;--green:#20c566;
 --gold:#e2bd71;--shadow:0 30px 80px rgba(0,0,0,.38);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%} button,input{font:inherit}
.container{width:min(1240px,92%);margin:auto}
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(5,7,11,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.055)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{font-family:"Space Grotesk";font-size:22px;font-weight:700;letter-spacing:-.6px}.logo b{color:var(--blue)}.logo small{display:block;font:700 7px Inter;letter-spacing:2.4px;color:#6f8299;margin-top:-2px}
.navlinks{display:flex;gap:27px;font-size:11px;color:#a9b8ca;font-weight:600}.navlinks a:hover{color:#fff}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;font-size:10px;font-weight:800;transition:.25s}
.nav-cta{padding:11px 15px;border:1px solid #287bd5;background:#0d1b2e}.nav-cta:hover,.btn:hover{transform:translateY(-2px)}
.menu{display:none;font-size:24px;cursor:pointer}
.hero{padding:145px 0 82px;position:relative;overflow:hidden;background:
radial-gradient(circle at 82% 35%,rgba(39,140,255,.22),transparent 28%),
radial-gradient(circle at 70% 75%,rgba(90,216,255,.07),transparent 22%),
linear-gradient(130deg,#05070b,#08111e 62%,#07101a)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(#000,transparent 88%)}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:68px;align-items:center;position:relative}
.eyebrow,.kicker{font-size:9px;text-transform:uppercase;letter-spacing:2.2px;color:#6db6ff;font-weight:800}.eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:20px}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 7px rgba(39,140,255,.1)}
.hero h1{font-family:"Space Grotesk";font-size:clamp(48px,6.4vw,82px);line-height:.98;letter-spacing:-3.2px;max-width:720px;margin-bottom:24px}.hero h1 span{color:var(--blue);text-shadow:0 0 35px rgba(39,140,255,.28)}
.hero p{max-width:610px;color:#9aacbf;font-size:14px;line-height:1.85;margin-bottom:30px}
.actions{display:flex;flex-wrap:wrap;gap:11px}.btn{padding:14px 19px}.primary{background:linear-gradient(135deg,#1477ef,#259aff);box-shadow:0 15px 38px rgba(39,140,255,.25)}.ghost{border:1px solid #26364b;background:#09111c;color:#c7d3df}
.hero-meta{display:flex;gap:27px;flex-wrap:wrap;margin-top:38px}.hero-meta div{border-left:1px solid #24364d;padding-left:13px}.hero-meta b{display:block;font-size:12px}.hero-meta span{font-size:9px;color:#74879e}
.showcase{position:relative;min-height:505px}.halo{position:absolute;width:430px;height:430px;border-radius:50%;right:30px;top:25px;border:1px solid rgba(39,140,255,.6);box-shadow:0 0 70px rgba(39,140,255,.15),inset 0 0 70px rgba(39,140,255,.05)}
.float-product{position:absolute;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 35px 60px rgba(0,0,0,.42)}.float-product img{width:100%;height:100%;object-fit:contain}.f1{width:250px;height:270px;right:108px;top:85px;transform:rotate(-3deg)}.f2{width:170px;height:180px;right:-10px;top:265px;transform:rotate(5deg)}.f3{width:150px;height:160px;left:20px;bottom:5px;transform:rotate(-5deg)}
.mini-chip{position:absolute;left:5px;top:55px;padding:12px 14px;background:rgba(8,14,24,.94);border:1px solid #233d60;border-radius:13px;box-shadow:var(--shadow)}.mini-chip small{display:block;color:#6fb7ff;font-size:8px;text-transform:uppercase;letter-spacing:1.4px}.mini-chip b{font-size:11px;display:block;margin-top:4px}
.trustbar{border-top:1px solid #111a26;border-bottom:1px solid #111a26;background:#070b11;padding:21px 0}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust{display:flex;gap:11px;align-items:center}.trust .ico{width:38px;height:38px;border:1px solid #245e9c;border-radius:50%;display:grid;place-items:center;color:#63b1ff}.trust b{display:block;color:#8fc5ff;font-size:9px;text-transform:uppercase;letter-spacing:.8px}.trust span{font-size:9px;color:#79899d}
.section{padding:88px 0}.heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.heading h2{font-family:"Space Grotesk";font-size:37px;letter-spacing:-1.2px;margin-top:8px}.heading p{font-size:11px;line-height:1.7;color:var(--muted);max-width:430px}
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:25px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid #1d2a3b;background:#0a1018;color:#93a4b7;border-radius:999px;padding:9px 13px;font-size:9px;font-weight:800;cursor:pointer}.filter.active,.filter:hover{border-color:#287bd5;background:#102540;color:#fff}
.search{width:270px;background:#0a1018;border:1px solid #1d2a3b;color:#fff;border-radius:10px;padding:10px 13px;outline:none}.search::placeholder{color:#5f7185}
.grid-products{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.card{background:linear-gradient(180deg,#0e1621,#090f16);border:1px solid #1c2939;border-radius:19px;overflow:hidden;transition:.3s}.card:hover{transform:translateY(-6px);border-color:#2c6fae;box-shadow:0 25px 55px rgba(0,0,0,.28)}
.card-img{position:relative;background:#fff;aspect-ratio:1.1/1;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:contain;transition:.4s}.card:hover .card-img img{transform:scale(1.045)}.badge{position:absolute;left:11px;top:11px;background:#1679ef;border-radius:7px;padding:6px 8px;font-size:7px;text-transform:uppercase;font-weight:900;letter-spacing:.6px;z-index:2}
.card-body{padding:17px}.category{font-size:7px;text-transform:uppercase;letter-spacing:1.5px;color:#5da9ff;font-weight:800}.card h3{font-size:13px;line-height:1.45;margin:8px 0 14px;min-height:38px}.price{font-family:"Space Grotesk";font-size:20px;color:#77bbff;margin-bottom:13px}.view{display:flex;align-items:center;justify-content:space-between;background:#10233b;border:1px solid #234d7d;border-radius:9px;padding:11px 12px;font-size:9px;font-weight:800}.view:hover{background:#14335a}
.promo{margin-top:43px;border:1px solid #1b3554;background:linear-gradient(135deg,#091727,#08101b);border-radius:20px;padding:28px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.promo h3{font-family:"Space Grotesk";font-size:25px}.promo p{font-size:10px;color:var(--muted);line-height:1.75;margin-top:8px}.promo .actions{justify-content:flex-end}
footer{background:#030507;border-top:1px solid #121923;padding:52px 0 24px}.footergrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.footer-title{font-size:8px;text-transform:uppercase;letter-spacing:1.7px;color:#63aeff;margin-bottom:13px}.footerlinks{display:grid;gap:8px}.footerlinks a,.footerlinks span{font-size:9px;color:#718196}.footer-desc{font-size:9px;color:#647487;line-height:1.75;max-width:320px;margin-top:13px}.copy{border-top:1px solid #111923;margin-top:36px;padding-top:19px;display:flex;justify-content:space-between;gap:20px;color:#4f5e70;font-size:8px}
.whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#20c566;display:grid;place-items:center;color:white;font-weight:900;font-size:19px;z-index:999;box-shadow:0 15px 35px rgba(32,197,102,.28)}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.show{opacity:1;transform:none}

/* Product detail */
.detail-page{padding-top:76px}.crumb{padding:25px 0;font-size:9px;color:#617388}.crumb a{color:#8eabc8}.detail{padding:18px 0 75px}.detailgrid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}
.gallery{position:sticky;top:98px}.mainimg{height:570px;background:#fff;border-radius:23px;overflow:hidden;border:1px solid #1d2c40}.mainimg img{width:100%;height:100%;object-fit:contain;transition:.2s}.thumbrow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:11px}.thumb{height:112px;border-radius:13px;background:#fff;border:1px solid #263a55;overflow:hidden;cursor:pointer;opacity:.72}.thumb.active,.thumb:hover{opacity:1;border-color:#2c8cff}.thumb img{width:100%;height:100%;object-fit:contain}
.detailinfo{padding-top:9px}.detailinfo .category{font-size:8px}.detailinfo h1{font-family:"Space Grotesk";font-size:44px;line-height:1.06;letter-spacing:-1.7px;margin:13px 0 16px}.lead{font-size:12px;line-height:1.8;color:#94a6ba}.detailprice{font-family:"Space Grotesk";font-size:35px;color:#76bbff;margin-top:24px}.smallnote{font-size:8px;color:#63758a;margin:5px 0 18px}.buy{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;background:linear-gradient(135deg,#159849,#25c866);border-radius:11px;font-size:11px;font-weight:900;box-shadow:0 16px 38px rgba(32,197,102,.18)}.buy:hover{filter:brightness(1.07);transform:translateY(-1px)}
.features{display:grid;gap:10px;margin-top:25px}.feature{display:flex;gap:11px;align-items:flex-start;background:#0c131d;border:1px solid #1a293c;border-radius:12px;padding:13px}.feature i{font-style:normal;color:#66b1ff;font-weight:900}.feature span{font-size:10px;color:#a8b7c8;line-height:1.55}
.infosection{padding:72px 0;border-top:1px solid #111b27}.infosection h2{font-family:"Space Grotesk";font-size:30px;letter-spacing:-.8px;margin:7px 0 13px}.infosection p{max-width:830px;color:#879bb2;font-size:11px;line-height:1.85}
.specgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:25px}.spec{background:#0b121b;border:1px solid #1b293a;border-radius:13px;padding:15px}.spec small{display:block;font-size:7px;text-transform:uppercase;color:#5d7c9f;letter-spacing:1.2px}.spec b{font-size:10px;display:block;margin-top:5px}
.reviewgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.reviewbox{background:#0b121b;border:1px solid #1b293a;border-radius:16px;overflow:hidden}.reviewpic{aspect-ratio:1.3/1;background:#fff}.reviewpic img{width:100%;height:100%;object-fit:contain}.reviewtext{padding:14px}.reviewtext b{font-size:10px}.reviewtext p{font-size:9px;color:#71859d;margin-top:6px;line-height:1.6}
.faq{display:grid;gap:9px;margin-top:23px}.faq details{background:#0b121b;border:1px solid #1a293a;border-radius:12px;padding:14px}.faq summary{font-size:10px;font-weight:800;cursor:pointer}.faq details p{font-size:9px;margin-top:9px}
.related{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:25px}.related .card h3{min-height:auto}
@media(max-width:1000px){.hero-grid,.detailgrid{grid-template-columns:1fr}.showcase{min-height:430px}.grid-products{grid-template-columns:repeat(3,1fr)}.gallery{position:relative;top:auto}.mainimg{height:500px}.trustgrid{grid-template-columns:1fr 1fr}.specgrid{grid-template-columns:1fr 1fr}.related{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.navlinks{display:none;position:absolute;top:76px;left:4%;width:92%;padding:22px;flex-direction:column;align-items:flex-start;background:#080e16;border:1px solid #1b293a;border-radius:14px}.navlinks.active{display:flex}.nav-cta{display:none}.menu{display:block}.grid-products{grid-template-columns:1fr 1fr}.heading{flex-direction:column;align-items:flex-start}.promo{grid-template-columns:1fr}.promo .actions{justify-content:flex-start}.footergrid{grid-template-columns:1fr 1fr}.reviewgrid{grid-template-columns:1fr}.detailinfo h1{font-size:36px}}
@media(max-width:520px){.hero{padding-top:122px}.hero h1{font-size:47px}.showcase{min-height:330px}.halo{width:300px;height:300px;right:-15px}.f1{width:185px;height:205px;right:50px;top:75px}.f2{width:120px;height:130px;right:-5px;top:190px}.f3{display:none}.mini-chip{top:20px}.grid-products{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:stretch}.search{width:100%}.footergrid{grid-template-columns:1fr}.copy{flex-direction:column}.mainimg{height:370px}.thumb{height:80px}.specgrid,.related{grid-template-columns:1fr}.detail{padding-bottom:50px}}


/* ===== V2.1 — cards mais compactos e preço sempre visível ===== */
.card{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.card-img{
  display:block;
  position:relative;
  height:255px;
  aspect-ratio:auto;
  background:#fff;
  overflow:hidden;
  flex:0 0 auto;
}
.card-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}
.card-body{
  display:block;
  padding:16px 17px 17px;
  min-height:145px;
  background:linear-gradient(180deg,#0e1621,#090f16);
}
.card-body .category{
  display:block;
}
.card h3{
  display:block;
  color:#f7fbff;
  font-size:13px;
  line-height:1.35;
  min-height:36px;
  margin:7px 0 10px;
}
.card .price{
  display:block;
  color:#76bbff !important;
  font-size:21px;
  font-weight:700;
  margin:0 0 12px;
}
.price-badge{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  background:rgba(5,11,19,.92);
  border:1px solid rgba(72,161,255,.65);
  box-shadow:0 8px 24px rgba(0,0,0,.30);
  color:#78bdff;
  border-radius:10px;
  padding:8px 10px;
  font-family:"Space Grotesk",sans-serif;
  font-size:16px;
  font-weight:700;
  backdrop-filter:blur(8px);
}
.view{
  margin-top:auto;
}
@media(max-width:760px){
  .card-img{height:230px}
}
@media(max-width:520px){
  .card-img{height:275px}
}

/* V2.2 limpeza do hero */
.mini-chip,.hero-meta{display:none!important;}


/* ===== V3.0 — hero sem produtos, clean e luxuoso ===== */
.hero{
  background:
    radial-gradient(circle at 78% 34%, rgba(40,126,255,.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(226,189,113,.09), transparent 12%),
    linear-gradient(130deg,#03070d 0%,#07111d 48%,#0d2648 100%);
}
.showcase{
  min-height:560px;
  position:relative;
  display:grid;
  place-items:center;
}
.hero-v30-stage{
  position:relative;
  width:560px;
  height:520px;
}
.v30-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(18px);
}
.v30-glow.glow-a{
  width:390px;height:390px;right:76px;top:58px;
  background:radial-gradient(circle, rgba(41,128,255,.22), rgba(41,128,255,.04) 55%, transparent 72%);
}
.v30-glow.glow-b{
  width:120px;height:120px;left:70px;top:84px;
  background:radial-gradient(circle, rgba(226,189,113,.22), rgba(226,189,113,.04) 55%, transparent 72%);
}
.v30-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(97,165,255,.18);
}
.v30-ring.ring-a{width:430px;height:430px;right:54px;top:40px}
.v30-ring.ring-b{width:320px;height:320px;right:108px;top:94px;border-color:rgba(255,255,255,.08)}
.v30-ring.ring-c{width:230px;height:230px;right:152px;top:138px;border-color:rgba(226,189,113,.14)}
.v30-line{
  position:absolute;height:1px;
  background:linear-gradient(90deg,transparent,rgba(99,167,255,.78),transparent);
  filter:drop-shadow(0 0 8px rgba(99,167,255,.65));
}
.v30-line.line-a{width:230px;left:52px;top:132px;transform:rotate(-20deg)}
.v30-line.line-b{width:255px;right:12px;bottom:122px;transform:rotate(24deg)}
.v30-dot{
  position:absolute;width:7px;height:7px;border-radius:50%;
}
.v30-dot.dot-a{right:88px;top:86px;background:#f2d59a;box-shadow:0 0 18px rgba(242,213,154,.85)}
.v30-dot.dot-b{left:118px;bottom:112px;background:#75bcff;box-shadow:0 0 16px rgba(117,188,255,.92)}
.v30-dot.dot-c{right:152px;bottom:94px;background:#fff;opacity:.65;box-shadow:0 0 12px rgba(255,255,255,.35)}

.v30-card{
  position:absolute;
  width:300px;
  min-height:260px;
  right:118px;
  top:115px;
  z-index:3;
  padding:26px 24px 22px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(13,22,37,.78), rgba(8,14,24,.60));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:
    0 24px 60px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.v30-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  padding:1px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(77,144,255,.10), rgba(226,189,113,.10));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.v30-card small{
  display:block;
  color:#d9be84;
  font-size:8px;
  letter-spacing:2.1px;
  font-weight:800;
  margin-bottom:14px;
}
.v30-card h3{
  font-family:"Space Grotesk",sans-serif;
  color:#f9fbff;
  font-size:34px;
  line-height:1.03;
  letter-spacing:-1.4px;
  margin:0 0 14px;
}
.v30-card p{
  color:#8ea2ba;
  font-size:11px;
  line-height:1.7;
  margin-bottom:16px;
}
.v30-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.v30-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#c7d6e7;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.2px;
}
.v30-badge{
  position:absolute;
  left:58px;
  top:170px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(8,15,27,.65);
  border:1px solid rgba(255,255,255,.08);
  color:#67afff;
  font-size:9px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.v30-quote{
  position:absolute;
  left:78px;
  bottom:82px;
}
.v30-quote b{
  display:block;
  color:#e8eff8;
  font-size:20px;
  font-family:"Space Grotesk",sans-serif;
  margin-bottom:6px;
}
.v30-quote span{
  display:block;
  color:#7e92aa;
  font-size:10px;
  letter-spacing:.2px;
}

@media(max-width:1000px){
  .hero-v30-stage{width:500px;height:470px}
  .v30-card{right:94px;top:105px;width:280px}
}
@media(max-width:520px){
  .showcase{min-height:360px}
  .hero-v30-stage{width:320px;height:320px}
  .v30-glow.glow-a{width:245px;height:245px;right:34px;top:48px}
  .v30-glow.glow-b{width:82px;height:82px;left:18px;top:68px}
  .v30-ring.ring-a{width:280px;height:280px;right:18px;top:28px}
  .v30-ring.ring-b{width:205px;height:205px;right:56px;top:66px}
  .v30-ring.ring-c{width:145px;height:145px;right:86px;top:96px}
  .v30-line.line-a{width:118px;left:6px;top:82px}
  .v30-line.line-b{width:130px;right:-8px;bottom:74px}
  .v30-dot.dot-a{right:44px;top:72px}
  .v30-dot.dot-b{left:54px;bottom:56px}
  .v30-dot.dot-c{right:80px;bottom:48px}
  .v30-card{
    width:215px;
    min-height:180px;
    right:30px;
    top:86px;
    padding:16px 14px 14px;
    border-radius:20px;
  }
  .v30-card small{font-size:6px;margin-bottom:9px}
  .v30-card h3{font-size:22px;margin-bottom:10px}
  .v30-card p{font-size:8px;margin-bottom:10px}
  .v30-chip{font-size:6px;padding:6px 8px}
  .v30-badge{left:0;top:118px;font-size:6px;padding:8px 10px}
  .v30-quote{left:14px;bottom:18px}
  .v30-quote b{font-size:12px;margin-bottom:4px}
  .v30-quote span{font-size:7px}
}


/* ===== V3.1 — hero ajustado / sem sobreposição ===== */
.v30-card{
  right:92px !important;
  top:98px !important;
  width:320px !important;
  min-height:250px !important;
}

@media(max-width:1000px){
  .v30-card{
    right:80px !important;
    top:95px !important;
    width:300px !important;
  }
}

@media(max-width:520px){
  .v30-card{
    right:26px !important;
    top:88px !important;
    width:220px !important;
    min-height:175px !important;
  }
}

/* remove os elementos antigos por segurança */
.v30-badge,
.v30-quote{
  display:none !important;
}


/* ===== V3.2 — hero premium forte / menos básico ===== */
.hero{
  background:
    radial-gradient(circle at 76% 28%, rgba(43,128,255,.24), transparent 22%),
    radial-gradient(circle at 85% 16%, rgba(226,189,113,.12), transparent 10%),
    radial-gradient(circle at 72% 72%, rgba(28,90,185,.12), transparent 18%),
    linear-gradient(130deg,#02060b 0%,#07111c 44%,#0d2648 100%);
}
.showcase{
  min-height:580px;
  position:relative;
  display:grid;
  place-items:center;
}
.hero-v32-stage{
  position:relative;
  width:560px;
  height:540px;
}
.v32-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(18px);
  pointer-events:none;
}
.v32-glow.glow-a{
  width:420px;height:420px;right:62px;top:54px;
  background:radial-gradient(circle, rgba(42,128,255,.22), rgba(42,128,255,.05) 56%, transparent 72%);
}
.v32-glow.glow-b{
  width:150px;height:150px;left:42px;top:74px;
  background:radial-gradient(circle, rgba(226,189,113,.20), rgba(226,189,113,.03) 58%, transparent 72%);
}
.v32-glow.glow-c{
  width:170px;height:170px;right:46px;bottom:58px;
  background:radial-gradient(circle, rgba(58,148,255,.14), rgba(58,148,255,.02) 58%, transparent 72%);
}
.v32-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(95,164,255,.18);
}
.v32-ring.ring-a{width:450px;height:450px;right:46px;top:38px}
.v32-ring.ring-b{width:335px;height:335px;right:104px;top:96px;border-color:rgba(255,255,255,.08)}
.v32-ring.ring-c{width:235px;height:235px;right:155px;top:146px;border-color:rgba(226,189,113,.13)}

.v32-orbit{
  position:absolute;
  border-radius:999px;
  background:rgba(8,15,27,.55);
  border:1px solid rgba(255,255,255,.08);
  color:#c7d7e6;
  font-size:8px;
  letter-spacing:1.8px;
  font-weight:800;
  padding:11px 14px;
  backdrop-filter:blur(12px);
}
.v32-orbit.orbit-a{left:20px;top:128px}
.v32-orbit.orbit-b{right:0;top:188px}
.v32-orbit.orbit-a::before{content:"LUXO TECH";}
.v32-orbit.orbit-b::before{content:"VISUAL FORTE";}

.v32-line{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(99,167,255,.78),transparent);
  filter:drop-shadow(0 0 8px rgba(99,167,255,.62));
}
.v32-line.line-a{width:210px;left:38px;top:136px;transform:rotate(-18deg)}
.v32-line.line-b{width:255px;right:8px;bottom:132px;transform:rotate(24deg)}
.v32-line.line-c{width:170px;left:112px;bottom:128px;transform:rotate(14deg);opacity:.45}
.v32-dot{
  position:absolute;width:7px;height:7px;border-radius:50%;
}
.v32-dot.dot-a{right:68px;top:80px;background:#f2d59a;box-shadow:0 0 18px rgba(242,213,154,.82)}
.v32-dot.dot-b{left:96px;bottom:112px;background:#75bcff;box-shadow:0 0 16px rgba(117,188,255,.92)}
.v32-dot.dot-c{right:132px;bottom:96px;background:#fff;opacity:.62;box-shadow:0 0 12px rgba(255,255,255,.35)}

.v32-card{
  position:absolute;
  width:350px;
  min-height:300px;
  right:120px;
  top:102px;
  z-index:3;
  padding:28px 26px 24px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(12,22,37,.82), rgba(8,14,24,.60));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:
    0 30px 70px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.v32-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(76,144,255,.10), rgba(226,189,113,.12));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.v32-card small{
  display:block;
  color:#d9be84;
  font-size:8px;
  font-weight:800;
  letter-spacing:2.2px;
  margin-bottom:16px;
}
.v32-card h3{
  color:#f8fbff;
  font-family:"Space Grotesk",sans-serif;
  font-size:42px;
  line-height:.98;
  letter-spacing:-1.8px;
  margin:0 0 16px;
}
.v32-card p{
  color:#90a5bc;
  font-size:11px;
  line-height:1.75;
  margin:0 0 18px;
}
.v32-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}
.v32-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#c8d7e8;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.2px;
}
.v32-card-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.v32-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:118px;
  padding:11px 14px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.4px;
  text-decoration:none;
}
.v32-btn.primary{
  background:linear-gradient(135deg,#2b8eff,#5fa9ff);
  color:#fff;
  box-shadow:0 10px 28px rgba(43,142,255,.26);
}
.v32-btn.secondary{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  color:#dfe8f2;
}

.v32-panel{
  position:absolute;
  right:10px;
  top:190px;
  width:175px;
  padding:18px 16px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(10,18,31,.74), rgba(7,14,25,.54));
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 45px rgba(0,0,0,.20);
  z-index:2;
}
.v32-panel small{
  display:block;
  color:#67afff;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.9px;
  margin-bottom:10px;
}
.v32-panel b{
  display:block;
  color:#fff;
  font-size:21px;
  font-family:"Space Grotesk",sans-serif;
  margin-bottom:8px;
}
.v32-panel span{
  display:block;
  color:#8ba0b8;
  font-size:9px;
  line-height:1.65;
}

.v32-badge{
  position:absolute;
  left:64px;
  top:198px;
  padding:12px 15px;
  border-radius:999px;
  background:rgba(8,15,27,.62);
  border:1px solid rgba(255,255,255,.08);
  color:#67afff;
  font-size:8px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}

.v32-quote{
  position:absolute;
  left:76px;
  bottom:86px;
}
.v32-quote b{
  display:block;
  color:#e6eef8;
  font-size:24px;
  font-family:"Space Grotesk",sans-serif;
  margin-bottom:6px;
}
.v32-quote span{
  display:block;
  color:#7f94ab;
  font-size:10px;
  letter-spacing:.2px;
}

.v32-metrics{
  position:absolute;
  right:48px;
  bottom:74px;
  display:grid;
  grid-template-columns:repeat(3,auto);
  gap:10px;
}
.v32-metric{
  min-width:88px;
  padding:12px 12px 11px;
  border-radius:18px;
  background:rgba(10,18,31,.68);
  border:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(16px);
  box-shadow:0 16px 35px rgba(0,0,0,.16);
}
.v32-metric strong{
  display:block;
  color:#fff;
  font-size:18px;
  font-family:"Space Grotesk",sans-serif;
  margin-bottom:4px;
}
.v32-metric span{
  display:block;
  color:#89a0b9;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:1.2px;
}

@media(max-width:1000px){
  .hero-v32-stage{width:500px;height:500px}
  .v32-card{right:92px;top:102px;width:325px}
  .v32-panel{right:0;top:198px}
  .v32-badge{left:26px}
  .v32-quote{left:38px}
  .v32-metrics{right:14px}
}
@media(max-width:520px){
  .showcase{min-height:390px}
  .hero-v32-stage{width:320px;height:355px}
  .v32-glow.glow-a{width:250px;height:250px;right:32px;top:58px}
  .v32-glow.glow-b{width:86px;height:86px;left:6px;top:66px}
  .v32-glow.glow-c{display:none}
  .v32-ring.ring-a{width:278px;height:278px;right:18px;top:44px}
  .v32-ring.ring-b{width:206px;height:206px;right:54px;top:80px}
  .v32-ring.ring-c{display:none}
  .v32-orbit,.v32-badge,.v32-panel,.v32-quote,.v32-metrics{display:none}
  .v32-line.line-a{width:120px;left:0;top:100px}
  .v32-line.line-b{width:136px;right:-12px;bottom:80px}
  .v32-line.line-c{display:none}
  .v32-dot.dot-a{right:36px;top:78px}
  .v32-dot.dot-b{left:38px;bottom:58px}
  .v32-dot.dot-c{display:none}
  .v32-card{
    width:230px;
    min-height:220px;
    right:34px;
    top:88px;
    padding:18px 16px 16px;
    border-radius:22px;
  }
  .v32-card small{font-size:6px;margin-bottom:10px}
  .v32-card h3{font-size:28px;margin-bottom:10px}
  .v32-card p{font-size:8px;margin-bottom:12px}
  .v32-chip{font-size:6px;padding:6px 8px}
  .v32-card-cta{gap:8px}
  .v32-btn{min-width:86px;padding:8px 10px;font-size:8px}
}


/* ===== V3.3 — hero carrossel de destaques ===== */
.showcase{
  min-height:590px;
  position:relative;
  display:grid;
  place-items:center;
}
.hero-carousel-wrap{
  position:relative;
  width:100%;
  min-height:590px;
  display:grid;
  place-items:center;
}
.hc-deco,
.hc-ring,
.hc-line{
  position:absolute;
  pointer-events:none;
}
.hc-deco{
  border-radius:50%;
  filter:blur(18px);
}
.hc-deco.glow-a{
  width:420px;height:420px;right:44px;top:50px;
  background:radial-gradient(circle, rgba(42,128,255,.22), rgba(42,128,255,.05) 55%, transparent 72%);
}
.hc-deco.glow-b{
  width:130px;height:130px;left:44px;top:86px;
  background:radial-gradient(circle, rgba(226,189,113,.18), rgba(226,189,113,.03) 58%, transparent 72%);
}
.hc-ring{
  border-radius:50%;
  border:1px solid rgba(98,165,255,.18);
}
.hc-ring.ring-a{width:470px;height:470px;right:34px;top:36px}
.hc-ring.ring-b{width:330px;height:330px;right:106px;top:108px;border-color:rgba(255,255,255,.08)}
.hc-line{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(99,167,255,.78),transparent);
  filter:drop-shadow(0 0 8px rgba(99,167,255,.62));
}
.hc-line.line-a{width:220px;left:34px;top:144px;transform:rotate(-18deg)}
.hc-line.line-b{width:250px;right:0;bottom:132px;transform:rotate(24deg)}

.hero-carousel{
  position:relative;
  z-index:2;
  width:560px;
  min-height:470px;
  padding:22px 44px 52px;
}
.hc-slides{
  position:relative;
  min-height:390px;
}
.hc-slide{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:center;
  opacity:0;
  transform:translateX(18px);
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease;
}
.hc-slide.active{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}
.hc-copy{
  padding:28px 26px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(12,22,37,.82), rgba(8,14,24,.62));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}
.hc-copy:before{
  content:"";
  position:absolute;
  inset:auto;
}
.hc-kicker{
  display:block;
  color:#d9be84;
  font-size:8px;
  font-weight:800;
  letter-spacing:2.2px;
  margin-bottom:14px;
  text-transform:uppercase;
}
.hc-copy h3{
  color:#f8fbff;
  font-family:"Space Grotesk",sans-serif;
  font-size:34px;
  line-height:1.02;
  letter-spacing:-1.4px;
  margin:0 0 12px;
}
.hc-copy p{
  color:#90a5bc;
  font-size:11px;
  line-height:1.75;
  margin:0 0 16px;
}
.hc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
}
.hc-meta span{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#c8d7e8;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.2px;
}
.hc-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.hc-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:350px;
}
.hc-product-frame{
  position:relative;
  width:260px;
  height:260px;
  border-radius:32px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.16), transparent 20%),
    linear-gradient(180deg, rgba(18,35,60,.88), rgba(8,14,24,.75));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 26px 60px rgba(0,0,0,.30),
    0 0 70px rgba(43,142,255,.12);
  display:grid;
  place-items:center;
}
.hc-product-frame:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:32px;
  padding:1px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(77,144,255,.10), rgba(226,189,113,.12));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}
.hc-product-frame img{
  width:88%;
  height:88%;
  object-fit:contain;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.34)) saturate(1.04);
}
.hc-price{
  position:absolute;
  right:8px;
  bottom:34px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(8,15,27,.72);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:11px;
  font-weight:800;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.hc-arrow{
  position:absolute;
  top:46%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(8,15,27,.72);
  color:#f3f7fb;
  font-size:28px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:5;
  backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.hc-arrow.prev{left:0}
.hc-arrow.next{right:0}
.hc-bottom{
  position:absolute;
  left:44px;
  right:44px;
  bottom:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.hc-dots{
  display:flex;
  gap:8px;
}
.hc-dots button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.20);
  cursor:pointer;
}
.hc-dots button.active{
  background:#59a6ff;
  box-shadow:0 0 0 4px rgba(89,166,255,.18);
}
.hc-caption{
  color:#8aa0b8;
  font-size:10px;
}

@media(max-width:1000px){
  .hero-carousel{width:500px;padding:20px 38px 48px}
  .hc-slide{grid-template-columns:1fr .9fr}
  .hc-copy h3{font-size:30px}
  .hc-product-frame{width:220px;height:220px}
}
@media(max-width:520px){
  .showcase,.hero-carousel-wrap{min-height:470px}
  .hc-deco.glow-a{width:240px;height:240px;right:14px;top:80px}
  .hc-deco.glow-b{width:80px;height:80px;left:10px;top:86px}
  .hc-ring.ring-a{width:290px;height:290px;right:8px;top:78px}
  .hc-ring.ring-b{width:210px;height:210px;right:48px;top:120px}
  .hc-line.line-a,.hc-line.line-b{display:none}
  .hero-carousel{
    width:320px;
    min-height:420px;
    padding:12px 28px 46px;
  }
  .hc-slides{min-height:355px}
  .hc-slide{
    grid-template-columns:1fr;
    gap:10px;
    align-items:start;
  }
  .hc-copy{
    padding:16px 14px;
    border-radius:22px;
  }
  .hc-kicker{font-size:6px;margin-bottom:9px}
  .hc-copy h3{font-size:24px;margin-bottom:8px}
  .hc-copy p{font-size:8px;margin-bottom:10px}
  .hc-meta span{font-size:6px;padding:6px 8px}
  .hc-actions{gap:8px}
  .hc-visual{min-height:150px}
  .hc-product-frame{
    width:145px;
    height:145px;
    border-radius:24px;
  }
  .hc-price{
    right:24px;
    bottom:10px;
    font-size:8px;
    padding:8px 10px;
  }
  .hc-arrow{
    width:34px;height:34px;font-size:24px;top:73%;
  }
  .hc-arrow.prev{left:-2px}
  .hc-arrow.next{right:-2px}
  .hc-bottom{
    left:28px;right:28px;bottom:0;align-items:flex-end;flex-direction:column;gap:8px;
  }
  .hc-caption{font-size:8px;text-align:right}
}
