/* ZT Circular — Story 9:16 mobile */

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body, #root {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  background: #0a0a0a;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100dvh;
}

/* ── Stage: 9:16 escalável, centralizado, letterboxed em qualquer viewport ── */
.story-wrap {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  overflow: hidden;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
  padding-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.story {
  /* canvas lógico fixo */
  --w: 432px;
  --h: 768px;       /* 9:16 — múltiplo cômodo pra mobile */
  width: var(--w);
  height: var(--h);
  flex-shrink: 0;
  background: var(--bg, #000);
  position: relative;
  overflow: hidden;
  /* escala pra caber no viewport mantendo 9:16 */
  transform: scale(min(calc(100dvw / var(--w)), calc(100dvh / var(--h))));
  transform-origin: center center;
  font-family: "Bebas Neue", "Inter", system-ui, sans-serif;
  color: #fff;
  isolation: isolate;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}

/* Vinheta sutil pra dar profundidade ao preto */
.vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 60% at 50% 30%, rgba(0,191,255,.05), transparent 60%),
    radial-gradient(120% 60% at 50% 80%, rgba(57,255,20,.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ── Roteadores nos cantos ── */
.router {
  position: absolute;
  width: 200px;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.6));
}
.router svg { width: 100%; display: block; }

.router-tl { top: -42px; left: -56px; transform: rotate(-18deg); }
.router-tr { top: -46px; right: -58px; transform: rotate(16deg); }
.router-bl { bottom: 30px; left: -64px; transform: rotate(20deg); }
.router-br { bottom: 24px; right: -62px; transform: rotate(-18deg); }

/* leds verdes com glow */
.router .leds circle:nth-child(odd) {
  filter: drop-shadow(0 0 3px #39FF14);
}

/* ── Conteúdo central ── */
.content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ── Logo ── */
.logo-wrap { display: flex; justify-content: center; margin-top: 6px; }
.logo-img {
  width: 92px; height: 92px;
  object-fit: contain;
  display: block;
}
.logo {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: #000;
  border: 2px solid var(--neon-blue);
  box-shadow:
    var(--glow-blue),
    inset 0 0 0 4px #000,
    inset 0 0 0 5px var(--neon-blue),
    inset 0 0 12px rgba(0,191,255,.35);
  display: grid; place-items: center;
}
.logo-inner { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-zt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px; letter-spacing: 1px;
  color: #fff;
}
.logo-circ {
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px; letter-spacing: 2px;
  color: #fff;
  text-transform: lowercase;
}

/* ── Headline ── */
.headline {
  margin-top: 18px;
  display: flex; flex-direction: column; align-items: center;
  line-height: .88;
}
.h1-white, .h1-neon {
  font-family: "Bebas Neue", "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.5px;
}
.h1-white {
  color: #fff;
  font-size: 78px;
  margin-bottom: 2px;
}
.h1-neon {
  color: var(--neon-green);
  font-size: 109px;
  letter-spacing: -2px;
  white-space: nowrap;
  text-shadow: var(--glow-text);
}
.h1-white { white-space: nowrap; }

/* ── Kicker ── */
.kicker {
  margin-top: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
}
.kicker-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kicker-zt { color: var(--neon-green); }
.dashes { display: inline-flex; align-items: center; gap: 4px; }
.dashes i {
  display: block;
  width: 5px; height: 1px;
  background: var(--neon-blue);
  border-radius: 2px;
  box-shadow: var(--glow-blue);
}
.dashes.left i:nth-child(1) { width: 3px; opacity: .55; }
.dashes.left i:nth-child(2) { width: 4.5px; opacity: .8; }
.dashes.right i:nth-child(3) { width: 3px; opacity: .55; }
.dashes.right i:nth-child(2) { width: 4.5px; opacity: .8; }

/* ── Pill ── */
.pill-wrap { margin-top: -3px; display: flex; justify-content: center; }
.pill {
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  background:
    linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,255,255,0) 40%),
    linear-gradient(180deg, var(--neon-green), oklch(from var(--neon-green) calc(l * .82) c h));
  padding: 9px 22px 11px;
  border-radius: 9px;
  letter-spacing: .5px;
  box-shadow:
    var(--glow-green-hard),
    inset 0 -3px 0 rgba(0,0,0,.18),
    inset 0 2px 0 rgba(255,255,255,.4);
}

/* ── Bloco de benefícios ── */
.benefits {
  margin-top: 20px;
  width: 100%;
  background: #000;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 14px 6px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
}
.ben-divider { width: 1px; height: 56px; background: #2a2a2a; justify-self: center; }
.ben-col {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; padding: 0 4px;
}
.ben-icon {
  width: 30px; height: 30px;
  color: var(--neon-green);
  display: grid; place-items: center;
  filter: drop-shadow(0 0 4px rgba(57,255,20,.5));
}
.ben-icon svg { width: 100%; height: 100%; }
.ben-txt { display: flex; flex-direction: column; align-items: center; line-height: 1.1; }
.ben-txt span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.ben-txt strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: var(--neon-green);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ── CTA ── */
.cta {
  margin-top: 18px;
  width: 100%;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 14px;
  padding: 8px 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,0) 30%),
    linear-gradient(180deg, var(--neon-green), oklch(from var(--neon-green) calc(l * .78) c h));
  color: #000;
  border-radius: 18px;
  text-decoration: none;
  position: relative;
  box-shadow:
    var(--glow-green-hard),
    inset 0 -4px 0 rgba(0,0,0,.18),
    inset 0 2px 0 rgba(255,255,255,.35);
}
.cta::before {
  content: "";
  position: absolute; inset: -10px;
  border-radius: 24px;
  background: var(--neon-green);
  filter: blur(28px);
  opacity: .35;
  z-index: -1;
}
@property --cta-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--cta-angle), transparent 0%, transparent 70%, rgba(255,255,255,.95) 85%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: cta-rotate 3s linear infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes cta-rotate {
  to { --cta-angle: 360deg; }
}
.cta-icon { color: #fff; }
.cta-icon svg, .cta-icon img { width: 56px; height: 56px; display: block; }

/* Imagem do roteador sobreposta ao CTA, metade fora da tela à direita */
.cta-rot {
  position: absolute;
  width: 276px;
  height: auto;
  right: -110px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.5));
}

/* Imagem do roteador entre headline e kicker, metade fora à esquerda */
.rot-mid {
  position: absolute;
  width: 275px;
  height: auto;
  left: -80px;
  top: 250px;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.5));
}

/* Imagem decorativa direita na altura da headline, metade fora */
.rot-headline {
  position: absolute;
  width: 250px;
  height: auto;
  right: -125px;
  top: 140px;
  z-index: 4;
  opacity: .4;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.5));
}
.cta-text {
  display: flex; flex-direction: column;
  text-align: left;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
.cta-text .l1 {
  color: #fff;
  font-size: 29px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.cta-text .l2 {
  color: #000;
  font-size: 36px;
  letter-spacing: -.5px;
  margin: 2px 0 4px;
}
.cta-text .l3 {
  color: #fff;
  font-size: 16px;
  letter-spacing: .8px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.cta-text .l4 {
  color: #000;
  font-size: 15px;
  letter-spacing: .8px;
  margin-top: 2px;
}

/* ── Rodapé ── */
.footer-bullets {
  margin: auto auto 0 auto;
  padding: 10px 14px;
  background: rgba(0,0,0,1);
  border-radius: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 80%;
}
.footer-bullets li {
  display: flex; align-items: center; gap: 6px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-bullets li.bar {
  width: 1px; height: 14px;
  background: #2f2f2f;
  padding: 0;
}
.check {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--neon-green);
  display: grid; place-items: center;
  box-shadow: var(--glow-green-soft);
}
.check svg { width: 12px; height: 12px; display: block; }

/* ── Legal links ── */
.legal-links {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  color: rgba(255,255,255,.5);
  letter-spacing: .3px;
}
.legal-links a { color: inherit; text-decoration: underline; }
.legal-links a:hover { color: rgba(255,255,255,.8); }
