:root{
  --bg:#0F0F0F;
  --fg:#FFFFFF;
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.55);
  --line:rgba(255,255,255,.10);
  --line2:rgba(255,255,255,.14);
  --neon:#39FF14;
  --shadow:0 22px 70px rgba(0,0,0,.55);
  --r:18px;
  --max:1200px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--fg);
  font-family:"Space Grotesk",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit}

.page{
  opacity:0;
  transform:translateY(8px);
  animation:pageIn .7s ease forwards;
}
@keyframes pageIn{to{opacity:1;transform:none}}

.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}

.topbar{
  position:fixed;
  top:0;left:0;right:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 20px;
  background:rgba(15,15,15,.62);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:auto;
  padding:6px 10px;
  border-radius:16px;
  background:rgba(15,15,15,.78);
  border:1px solid rgba(255,255,255,.08);
  line-height:0;
}
.brand__logo{
  width:210px;
  height:64px;
  object-fit:cover;
  object-position:left center;
  display:block;
  border-radius:12px;
  filter:contrast(1.05);
}

.nav{display:none;gap:18px;align-items:center}
.nav__link{
  font-weight:600;
  font-size:14px;
  color:rgba(255,255,255,.82);
  padding:8px 10px;
  border-radius:999px;
  transition:color .2s ease, background .2s ease;
}
.nav__link:hover{color:#fff;background:rgba(255,255,255,.06)}

.topbar__cta{
  font-weight:700;
  font-size:14px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(57,255,20,.12);
  border:1px solid rgba(57,255,20,.35);
  color:var(--fg);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.topbar__cta:hover{transform:translateY(-1px);box-shadow:0 0 0 4px rgba(57,255,20,.12)}

.topbar__right{display:flex;align-items:center;gap:10px}
.cartBtn{
  position:relative;
  width:42px;height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.92);
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cartBtn:hover{transform:translateY(-1px);border-color:rgba(57,255,20,.35);box-shadow:0 0 0 4px rgba(57,255,20,.08)}
.cartBtn__icon{font-size:18px;line-height:0}
.cartBtn__badge{
  position:absolute;
  top:-8px;right:-8px;
  min-width:22px;height:22px;
  padding:0 6px;
  border-radius:999px;
  background:var(--neon);
  color:#071a06;
  font-weight:900;
  font-size:12px;
  display:none;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px rgba(0,0,0,.5);
}

.hero{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  padding:110px 0 60px;
}
.hero__bg{position:absolute;inset:0;overflow:hidden}
.hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 480px at 55% 35%, rgba(57,255,20,.10), rgba(57,255,20,0) 60%),
    radial-gradient(900px 520px at 45% 45%, rgba(255,255,255,.08), rgba(255,255,255,0) 62%),
    radial-gradient(1100px 650px at 50% 55%, rgba(0,0,0,0), rgba(0,0,0,.55) 70%, rgba(0,0,0,.82) 92%);
  opacity:.85;
  pointer-events:none;
}
.hero__smoke{
  position:absolute;
  inset:-25%;
  pointer-events:none;
  opacity:.92;
  filter:blur(16px);
  transform:translateZ(0);
  will-change:transform, opacity;
}
.hero__smoke::before,
.hero__smoke::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(closest-side at 22% 35%, rgba(255,255,255,.10), transparent 62%),
    radial-gradient(closest-side at 72% 38%, rgba(255,255,255,.08), transparent 64%),
    radial-gradient(closest-side at 62% 78%, rgba(255,255,255,.09), transparent 66%),
    radial-gradient(closest-side at 52% 56%, rgba(57,255,20,.08), transparent 70%);
  mix-blend-mode:screen;
  opacity:.68;
  transform:translate3d(0,0,0) scale(1.08);
  animation:heroSmokeFloat 14s cubic-bezier(.22,.7,.2,1) infinite;
}
.hero__smoke::after{
  background:
    radial-gradient(closest-side at 18% 62%, rgba(255,255,255,.07), transparent 66%),
    radial-gradient(closest-side at 62% 26%, rgba(255,255,255,.06), transparent 62%),
    radial-gradient(closest-side at 84% 72%, rgba(255,255,255,.07), transparent 64%),
    radial-gradient(closest-side at 40% 46%, rgba(57,255,20,.06), transparent 72%);
  opacity:.52;
  filter:blur(10px);
  animation:heroSmokeFloat2 18s cubic-bezier(.22,.7,.2,1) infinite;
}
/* vapor ascendente sutil para dar sensación de humo real sin tapar */
.hero__smoke{
  background:
    linear-gradient(180deg, rgba(15,15,15,0) 0%, rgba(15,15,15,.10) 55%, rgba(15,15,15,0) 100%);
}
.hero__smoke{
  animation:heroVapor 11s ease-in-out infinite;
}
@keyframes heroVapor{
  0%{transform:translate3d(0, 1.2%, 0)}
  50%{transform:translate3d(0, -1.2%, 0)}
  100%{transform:translate3d(0, 1.2%, 0)}
}
@keyframes heroSmokeFloat{
  0%{transform:translate3d(-3%, -1.5%, 0) scale(1.06) rotate(-2deg);opacity:.46}
  45%{transform:translate3d(2.2%, 1.2%, 0) scale(1.10) rotate(1deg);opacity:.58}
  100%{transform:translate3d(4%, 2.4%, 0) scale(1.14) rotate(3deg);opacity:.50}
}
@keyframes heroSmokeFloat2{
  0%{transform:translate3d(2%, 2%, 0) scale(1.02) rotate(2deg);opacity:.34}
  50%{transform:translate3d(-2.8%, -1.2%, 0) scale(1.08) rotate(-2deg);opacity:.45}
  100%{transform:translate3d(1.6%, -2.4%, 0) scale(1.12) rotate(1deg);opacity:.38}
}
.hero__grain{
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
  opacity:.10;
  pointer-events:none;
}

@media (prefers-reduced-motion: reduce){
  .hero__smoke::before,
  .hero__smoke::after{animation:none !important}
  .hero__smoke{animation:none !important}
}

.hero__content{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
}

.hero__kicker{margin:0 0 12px;color:var(--muted2);font-weight:700;letter-spacing:.22em;font-size:12px}

.hero__title{
  margin:0;
  font-weight:700;
  font-size:clamp(44px, 10vw, 86px);
  letter-spacing:-.02em;
  line-height:.92;
}
.hero__titleAccent{color:var(--fg);text-shadow:0 0 0 rgba(57,255,20,0)}

.hero__accentLine{
  width:min(420px, 88%);
  height:2px;
  background:linear-gradient(90deg, transparent, var(--neon), transparent);
  margin:16px 0 14px;
  position:relative;
  overflow:hidden;
}
.hero__accentLine::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(57,255,20,.0), rgba(57,255,20,.95), rgba(57,255,20,.0), transparent);
  transform:translateX(-60%);
  animation:scan 1.9s ease-in-out infinite;
}
@keyframes scan{to{transform:translateX(60%)}}

.hero__subtitle{margin:0 0 18px;color:rgba(255,255,255,.82);font-size:18px;font-weight:600}

.hero__actions{display:flex;gap:12px;flex-wrap:wrap}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.02em;
  border:1px solid transparent;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:active{transform:translateY(1px)}
.btn--primary{
  background:var(--neon);
  color:#071a06;
  box-shadow:0 12px 40px rgba(57,255,20,.12);
}
.btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 0 4px rgba(57,255,20,.14), 0 22px 60px rgba(0,0,0,.45)}
.btn--ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
}
.btn--ghost:hover{transform:translateY(-1px);box-shadow:0 0 0 4px rgba(255,255,255,.06)}

.hero__product{display:none}
.hero__product{position:relative}
.hero__productSmoke{
  position:absolute;
  inset:-120px -140px -130px -160px;
  z-index:0;
  pointer-events:none;
  opacity:0;
  transform:translate3d(0,10px,0);
  transition:opacity .55s ease, transform .75s cubic-bezier(.2,.8,.2,1);
  will-change:opacity, transform;
}
.hero.is-hero-visible .hero__productSmoke{
  opacity:.95;
  transform:translate3d(0,0,0);
}
.hero__productSmoke::before,
.hero__productSmoke::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  background:
    radial-gradient(closest-side at 30% 35%, rgba(255,255,255,.16), rgba(255,255,255,0) 70%),
    radial-gradient(closest-side at 74% 42%, rgba(255,255,255,.11), rgba(255,255,255,0) 72%),
    radial-gradient(closest-side at 62% 78%, rgba(255,255,255,.12), rgba(255,255,255,0) 74%),
    radial-gradient(closest-side at 46% 56%, rgba(57,255,20,.12), rgba(57,255,20,0) 74%);
  filter:blur(18px);
  mix-blend-mode:screen;
  opacity:.65;
  transform:translate3d(0,0,0) scale(1.05);
  animation:productSmokeA 12.5s cubic-bezier(.22,.7,.2,1) infinite;
}
.hero__productSmoke::after{
  background:
    radial-gradient(closest-side at 22% 68%, rgba(255,255,255,.10), rgba(255,255,255,0) 74%),
    radial-gradient(closest-side at 62% 22%, rgba(255,255,255,.09), rgba(255,255,255,0) 72%),
    radial-gradient(closest-side at 84% 74%, rgba(255,255,255,.10), rgba(255,255,255,0) 74%),
    radial-gradient(closest-side at 38% 48%, rgba(57,255,20,.10), rgba(57,255,20,0) 76%);
  filter:blur(22px);
  opacity:.48;
  animation:productSmokeB 17s cubic-bezier(.22,.7,.2,1) infinite;
}
.hero:not(.is-hero-visible) .hero__productSmoke::before,
.hero:not(.is-hero-visible) .hero__productSmoke::after{
  animation-play-state:paused;
}
.hero__product:hover .hero__productSmoke::before{opacity:.78;animation-duration:10.5s}
.hero__product:hover .hero__productSmoke::after{opacity:.58;animation-duration:14.5s}
@keyframes productSmokeA{
  0%{transform:translate3d(-4%, 3%, 0) scale(1.03) rotate(-2deg)}
  45%{transform:translate3d(2%, -3%, 0) scale(1.08) rotate(2deg)}
  100%{transform:translate3d(5%, -6%, 0) scale(1.12) rotate(4deg)}
}
@keyframes productSmokeB{
  0%{transform:translate3d(5%, 6%, 0) scale(1.01) rotate(2deg)}
  50%{transform:translate3d(-4%, -2%, 0) scale(1.08) rotate(-2deg)}
  100%{transform:translate3d(2%, -7%, 0) scale(1.14) rotate(3deg)}
}
.heroCard{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:var(--shadow);
}

.heroCarousel{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:var(--shadow);
  width:min(420px, 100%);
  z-index:1;
}
.heroCarousel:hover{border-color:rgba(57,255,20,.28);box-shadow:0 18px 55px rgba(0,0,0,.55)}
.heroCarousel__track{
  display:flex;
  gap:0;
  transform:translate3d(0,0,0);
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}
.heroCarousel__slide{
  width:100%;
  flex:0 0 100%;
  padding:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.heroCarousel__imgWrap{
  width:100%;
  height:260px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
}
.heroCarousel__img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transform:translate3d(0,0,0);
}
.heroCarousel__name{
  font-weight:900;
  letter-spacing:.08em;
  text-align:center;
}
.heroCarousel__meta{
  color:rgba(255,255,255,.66);
  font-weight:700;
  font-size:12px;
  text-align:center;
}

.heroCarousel__imgWrap::after{
  content:"";
  position:absolute;
  inset:-30%;
  background:radial-gradient(circle at 35% 35%, rgba(57,255,20,.16), transparent 55%),
             radial-gradient(circle at 70% 70%, rgba(255,255,255,.08), transparent 60%);
  filter:blur(14px);
  opacity:.55;
  pointer-events:none;
}

.heroCarousel a{display:block;text-decoration:none;color:inherit}
.heroCarousel a:focus-visible{outline:2px solid rgba(57,255,20,.55);outline-offset:4px;border-radius:18px}
.heroCard__glow{
  position:absolute;
  inset:-40%;
  background:radial-gradient(circle at 40% 40%, rgba(57,255,20,.20), transparent 55%),
             radial-gradient(circle at 60% 65%, rgba(255,255,255,.10), transparent 58%);
  filter:blur(16px);
  opacity:.65;
}
.heroCard__inner{position:relative;padding:26px}
.heroCard__badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(57,255,20,.32);
  background:rgba(57,255,20,.10);
  font-weight:800;
  letter-spacing:.2em;
  font-size:11px;
}
.heroCard__name{margin-top:16px;font-weight:800;font-size:28px;letter-spacing:-.02em}
.heroCard__desc{margin-top:8px;color:rgba(255,255,255,.72);font-weight:600}
.heroCard__pill{
  margin-top:18px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.86);
  font-weight:700;
  letter-spacing:.08em;
  font-size:12px;
}

.hero__bottomFade{position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg, transparent, rgba(15,15,15,.96))}

.section{padding:68px 0}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.section__title{margin:0;font-size:26px;font-weight:800;letter-spacing:.06em}
.section__sub{margin:0;color:rgba(255,255,255,.68);font-weight:600;max-width:54ch}

.filters{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:10px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  margin:18px 0 22px;
}
.filter{
  appearance:none;
  border:1px solid transparent;
  background:transparent;
  color:rgba(255,255,255,.76);
  font-weight:800;
  font-size:13px;
  padding:10px 12px;
  border-radius:999px;
  cursor:pointer;
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.filter:hover{transform:translateY(-1px);background:rgba(255,255,255,.05)}
.filter.is-active{
  color:#071a06;
  background:var(--neon);
  border-color:rgba(57,255,20,.55);
}

.products{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.product{
  position:relative;
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  padding:16px;
  overflow:hidden;
  transform:translateY(0);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 30% 30%, rgba(57,255,20,.10), transparent 60%);
  opacity:0;
  transition:opacity .22s ease;
}
.product:hover{transform:translateY(-6px);border-color:rgba(57,255,20,.35);box-shadow:0 18px 50px rgba(0,0,0,.55)}
.product:hover::before{opacity:1}

.product__img{
  height:140px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.14em;
  color:rgba(255,255,255,.45);
  text-transform:uppercase;
}

.product__media{position:relative;border-radius:14px;overflow:hidden}
.product__media .product__img{border-radius:inherit}

.product__media::before,
.product__media::after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-32%;
  height:190%;
  pointer-events:none;
  opacity:0;
  transform:translate3d(0,12px,0) scale(1.06);
  transition:opacity .16s ease, transform .16s ease;
  will-change:transform, opacity;
}

.product__media::before{
  background:
    radial-gradient(closest-side at 18% 78%, rgba(245,245,245,.16), rgba(245,245,245,0) 62%),
    radial-gradient(closest-side at 52% 66%, rgba(245,245,245,.12), rgba(245,245,245,0) 64%),
    radial-gradient(closest-side at 82% 82%, rgba(245,245,245,.14), rgba(245,245,245,0) 58%);
  filter:blur(8px);
}

.product__media::after{
  background:
    radial-gradient(closest-side at 26% 88%, rgba(57,255,20,.12), rgba(57,255,20,0) 55%),
    radial-gradient(closest-side at 74% 76%, rgba(57,255,20,.10), rgba(57,255,20,0) 60%);
  filter:blur(10px);
  mix-blend-mode:screen;
}

.product:hover .product__media::before,
.product:focus-within .product__media::before{
  opacity:1;
  animation:zyroxSmoke 1.85s ease-in-out infinite;
}
.product:hover .product__media::after,
.product:focus-within .product__media::after{
  opacity:.55;
  animation:zyroxSmoke2 2.25s ease-in-out infinite;
}

@keyframes zyroxSmoke{
  0%{transform:translate3d(0,14px,0) scale(1.06)}
  55%{transform:translate3d(0,-10px,0) scale(1.12)}
  100%{transform:translate3d(0,-22px,0) scale(1.18)}
}
@keyframes zyroxSmoke2{
  0%{transform:translate3d(0,18px,0) scale(1.04)}
  50%{transform:translate3d(0,-6px,0) scale(1.10)}
  100%{transform:translate3d(0,-18px,0) scale(1.16)}
}

.product__img--real{
  width:100%;
  height:140px;
  object-fit:contain;
  background:rgba(255,255,255,.02);
}

.product__name{margin:14px 0 6px;font-weight:900;letter-spacing:.08em}
.product__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}
.product__tag{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(57,255,20,.38);
  background:rgba(57,255,20,.10);
  color:rgba(255,255,255,.90);
  font-weight:800;
  font-size:11px;
}
.product__price{font-weight:900;font-size:20px;letter-spacing:-.02em}
.product__actions{margin-top:12px}

.buy{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(57,255,20,.40);
  background:rgba(57,255,20,.12);
  color:rgba(255,255,255,.95);
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.buy:hover{transform:translateY(-1px);box-shadow:0 0 0 4px rgba(57,255,20,.10)}

.reasons{display:grid;grid-template-columns:1fr;gap:14px}
.reason{
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:18px;
}
.reason__icon{
  width:44px;height:44px;border-radius:14px;
  background:rgba(57,255,20,.10);
  border:1px solid rgba(57,255,20,.32);
  color:var(--neon);
  display:flex;align-items:center;justify-content:center;
}
.reason__icon svg{width:22px;height:22px}
.reason__title{margin:14px 0 8px;font-weight:900;letter-spacing:.04em}
.reason__text{margin:0;color:rgba(255,255,255,.70);font-weight:600}

.carousel{
  display:grid;
  grid-template-columns:44px 1fr 44px;
  gap:12px;
  align-items:center;
}
.carousel__btn{
  width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.9);
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.carousel__btn:hover{transform:translateY(-1px);border-color:rgba(57,255,20,.35);box-shadow:0 0 0 4px rgba(57,255,20,.08)}
.carousel__btn span{font-size:24px;line-height:0}

.carousel__track{
  display:flex;
  overflow:hidden;
  scroll-behavior:smooth;
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
}
.review{
  min-width:100%;
  padding:18px 18px 20px;
}
.review__quote{
  color:var(--neon);
  font-weight:900;
  font-size:34px;
  line-height:1;
}
.review__text{margin:10px 0 14px;color:rgba(255,255,255,.78);font-weight:600}
.review__who{display:flex;align-items:center;justify-content:space-between;gap:10px;color:rgba(255,255,255,.66);font-weight:700}

.footer{padding:28px 0 42px;border-top:1px solid rgba(255,255,255,.08)}
.footer__inner{display:grid;grid-template-columns:1fr;gap:14px;align-items:center}
.footer__logo{height:26px;width:auto;opacity:.95}
.footer__tag{margin:10px 0 0;color:rgba(255,255,255,.62);font-weight:600}
.footer__links{display:flex;gap:16px;flex-wrap:wrap}
.footer__links a{color:rgba(255,255,255,.72);font-weight:700}
.footer__links a:hover{color:#fff}
.footer__meta{color:rgba(255,255,255,.50);font-weight:700}

.productPage{padding-top:74px}
.productDetail__card{
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  padding:18px;
  box-shadow:var(--shadow);
}
.productDetail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.productDetail__kicker{margin:0;color:rgba(57,255,20,.86);font-weight:900;letter-spacing:.16em;font-size:12px}
.productDetail__title{margin:10px 0 6px;font-weight:900;letter-spacing:.06em;font-size:28px}
.productDetail__sub{margin:0;color:rgba(255,255,255,.68);font-weight:600}
.productDetail__price{font-weight:900;font-size:22px;letter-spacing:-.02em}

.productDetail__grid{margin-top:16px;display:grid;grid-template-columns:1fr;gap:14px}
.productDetail__media{border-radius:var(--r);border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.02);padding:14px}
.productDetail__img{height:220px}

.productDetail__specs{display:grid;grid-template-columns:1fr;gap:10px}
.spec{border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);padding:12px}
.spec__k{color:rgba(255,255,255,.62);font-weight:800;font-size:11px;letter-spacing:.14em}
.spec__v{margin-top:6px;color:rgba(255,255,255,.86);font-weight:700}

.productDetail__actions{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}

@media (min-width: 860px){
  .productDetail__grid{grid-template-columns:1fr 1fr}
  .productDetail__title{font-size:34px}
}

.wa{
  position:fixed;
  right:18px;
  bottom:18px;
  width:54px;height:54px;
  border-radius:999px;
  background:var(--neon);
  color:#071a06;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 18px 55px rgba(0,0,0,.55);
  z-index:60;
  transition:transform .2s ease, box-shadow .2s ease;
}
.wa:hover{transform:translateY(-2px);box-shadow:0 0 0 6px rgba(57,255,20,.14), 0 18px 55px rgba(0,0,0,.55)}
.wa__icon svg{width:22px;height:22px}
.wa__pulse{
  position:absolute;
  inset:-10px;
  border-radius:999px;
  background:rgba(57,255,20,.16);
  animation:pulse 1.9s ease-in-out infinite;
  z-index:-1;
}
@keyframes pulse{0%{transform:scale(.86);opacity:.0} 35%{opacity:.9} 100%{transform:scale(1.22);opacity:0}}

.cartOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:58;
}
.cartDrawer{
  position:fixed;
  top:0;
  right:0;
  height:100vh;
  width:min(420px, calc(100% - 36px));
  background:rgba(15,15,15,.92);
  border-left:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  transform:translateX(102%);
  transition:transform .24s ease;
  z-index:59;
  display:flex;
  flex-direction:column;
}
.cartDrawer.is-open{transform:translateX(0)}
html.is-cartOpen .cartOverlay{opacity:1;pointer-events:auto}

.cartDrawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
.cartDrawer__title{font-weight:900;letter-spacing:.12em}
.cartDrawer__close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:rgba(255,255,255,.9);cursor:pointer;font-size:22px;line-height:0}
.cartDrawer__close:hover{border-color:rgba(57,255,20,.35);box-shadow:0 0 0 4px rgba(57,255,20,.08)}

.cartDrawer__body{padding:14px 16px;overflow:auto;flex:1}
.cartEmpty{color:rgba(255,255,255,.62);font-weight:700;padding:12px 0}
.cartItems{display:flex;flex-direction:column;gap:10px}
.cartItem{border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);padding:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.cartItem__name{font-weight:900;letter-spacing:.06em}
.cartItem__meta{margin-top:6px;color:rgba(255,255,255,.62);font-weight:700;font-size:12px}
.cartItem__right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.cartItem__price{font-weight:900}

.qty{display:flex;align-items:center;gap:10px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);padding:6px 8px}
.qty__btn{width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:rgba(255,255,255,.9);cursor:pointer;font-weight:900}
.qty__btn:hover{border-color:rgba(57,255,20,.35);box-shadow:0 0 0 4px rgba(57,255,20,.08)}
.qty__val{min-width:18px;text-align:center;font-weight:900}

.cartDrawer__foot{padding:14px 16px 16px;border-top:1px solid rgba(255,255,255,.08)}
.cartTotal{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:12px}
.cartTotal__label{color:rgba(255,255,255,.62);font-weight:800;letter-spacing:.12em;font-size:12px}
.cartTotal__value{font-weight:900;font-size:20px}
.cartDrawer__actions{display:flex;gap:10px}
.cartDrawer__actions .btn{flex:1}

[data-reveal]{
  opacity:0;
  transform:translateY(10px);
  transition:opacity .65s ease, transform .65s ease;
}
.is-revealed{opacity:1;transform:none}

@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important}
  .page{opacity:1;transform:none}
  .product__media::before,
  .product__media::after{opacity:0 !important}
  [data-reveal]{opacity:1;transform:none}
}

@media (min-width: 860px){
  .nav{display:flex}
  .brand__logo{width:260px;height:78px}
  .hero__content{grid-template-columns:1.32fr .68fr}
  .hero__product{display:block;justify-self:end;margin-right:0}
  .products{grid-template-columns:repeat(3, minmax(0, 1fr))}
  .reasons{grid-template-columns:repeat(3, minmax(0, 1fr))}
  .heroCarousel{width:min(520px, 100%)}
  .heroCarousel__imgWrap{height:320px}
  .footer__inner{grid-template-columns:1.2fr 1fr auto}
}

@media (min-width: 1100px){
  .products{grid-template-columns:repeat(4, minmax(0, 1fr))}
}
