:root {
  --ink: #0b0a0c;
  --ink-soft: #121013;
  --ink-elev: #1a171b;
  --line: rgba(245, 236, 226, 0.09);
  --amber: #f0a830;
  --amber-soft: #ffc466;
  --coral: #ff5d4d;
  --cream: #f5efe6;
  --cream-dim: rgba(245, 239, 230, 0.64);
  --cream-faint: rgba(245, 239, 230, 0.4);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--cream);
  background: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

h1, h2, h3, .display { font-family: 'Fraunces', Georgia, serif; letter-spacing: -0.025em; }
a { color: inherit; text-decoration: none; }

/* ---------- atmosfera ---------- */
.aurora { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.aurora .a { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
.aurora .a1 { width: 60vw; height: 60vw; top: -22vw; right: -12vw; background: radial-gradient(circle, rgba(240,168,48,0.55), transparent 65%); animation: drift1 22s ease-in-out infinite; }
.aurora .a2 { width: 48vw; height: 48vw; bottom: -18vw; left: -12vw; background: radial-gradient(circle, rgba(255,93,77,0.4), transparent 65%); animation: drift2 26s ease-in-out infinite; }
.aurora .a3 { width: 40vw; height: 40vw; top: 40%; left: 45%; background: radial-gradient(circle, rgba(120,90,255,0.22), transparent 65%); animation: drift3 30s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-6vw,4vw) scale(1.12); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(5vw,-3vw) scale(1.1); } }
@keyframes drift3 { 0%,100% { transform: translate(0,0) scale(1); opacity: 0.18; } 50% { transform: translate(-4vw,-5vw) scale(1.2); opacity: 0.3; } }

.grain::before {
  content: ''; position: fixed; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.scanline { position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0.35;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0,0,0,0.18) 3px 4px); mix-blend-mode: multiply; }

.cursor-glow {
  position: fixed; top: 0; left: 0; width: 420px; height: 420px; z-index: 1; pointer-events: none;
  transform: translate(-50%, -50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(240,168,48,0.16), transparent 60%);
  transition: opacity 0.3s; opacity: 0;
}

/* ---------- texto neon ---------- */
.neon { color: var(--amber-soft); text-shadow: 0 0 14px rgba(240,168,48,0.65), 0 0 40px rgba(240,168,48,0.35); }
.neon-soft { color: var(--amber-soft); text-shadow: 0 0 18px rgba(240,168,48,0.45); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 6vw, 80px);
  backdrop-filter: blur(16px); background: rgba(11,10,12,0.55);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Fraunces', serif; font-weight: 600; font-size: 20px; }
.brand img { filter: drop-shadow(0 0 10px rgba(240,168,48,0.5)); }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 500; }
.nav-links a:not(.btn) { color: var(--cream-dim); position: relative; transition: color 0.2s; }
.nav-links a:not(.btn)::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--amber); box-shadow: 0 0 10px var(--amber); transition: width 0.25s; }
.nav-links a:not(.btn):hover { color: var(--cream); }
.nav-links a:not(.btn):hover::after { width: 100%; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; position: relative;
  background: var(--amber); color: var(--ink); font-weight: 700; border-radius: 13px; padding: 13px 20px;
  box-shadow: 0 18px 50px -18px rgba(240,168,48,0.7), 0 0 0 1px rgba(255,196,102,0.3) inset;
  transition: transform 0.15s, box-shadow 0.25s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 24px 60px -16px rgba(240,168,48,0.9); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; border-radius: 11px; }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); box-shadow: none; }
.btn-ghost:hover { background: rgba(255,255,255,0.05); border-color: rgba(240,168,48,0.4); }
.pulse { animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 18px 50px -18px rgba(240,168,48,0.7), 0 0 0 0 rgba(240,168,48,0.4); } 50% { box-shadow: 0 18px 60px -14px rgba(240,168,48,0.95), 0 0 0 10px rgba(240,168,48,0); } }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; z-index: 3; max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center;
  padding: clamp(40px, 8vw, 96px) clamp(20px, 6vw, 80px) 60px;
}
.pill {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--amber-soft);
  background: rgba(240,168,48,0.1); border: 1px solid rgba(240,168,48,0.28); padding: 7px 14px; border-radius: 999px; margin-bottom: 24px;
  box-shadow: 0 0 24px -6px rgba(240,168,48,0.5);
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); animation: blink 1.6s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.0; font-weight: 600; }
.lead { margin-top: 24px; font-size: 18px; line-height: 1.6; color: var(--cream-dim); max-width: 540px; }
.lead strong { color: var(--cream); font-weight: 600; }
.cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.trust { display: flex; gap: 20px; margin-top: 22px; font-size: 13px; color: var(--cream-faint); flex-wrap: wrap; }

/* hero stage */
.hero-stage { position: relative; perspective: 1200px; }
.ring { position: absolute; inset: -12% -8%; border-radius: 50%; background: radial-gradient(closest-side, rgba(240,168,48,0.35), transparent 70%); filter: blur(30px); z-index: -1; }
.shot-main { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid rgba(240,168,48,0.25);
  box-shadow: 0 40px 90px -36px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,196,102,0.12), 0 0 60px -10px rgba(240,168,48,0.45);
  transform: rotateY(-9deg) rotateX(4deg); transition: transform 0.3s ease-out; will-change: transform; }
.shot-main img { width: 100%; display: block; }
.live-chip { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: var(--coral);
  background: rgba(11,10,12,0.7); padding: 6px 11px; border-radius: 999px; backdrop-filter: blur(6px);
  box-shadow: 0 0 18px -4px var(--coral); }
.live-chip .lv { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 10px var(--coral); animation: blink 1.4s infinite; }
.shot-float { position: absolute; width: 42%; right: -6%; bottom: -10%; border-radius: 12px;
  border: 1px solid rgba(255,93,77,0.3); box-shadow: 0 30px 60px -24px rgba(0,0,0,0.9), 0 0 40px -8px rgba(255,93,77,0.4);
  animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-16px) rotate(3deg); } }

/* ---------- marquee ---------- */
.marquee { position: relative; z-index: 3; overflow: hidden; border-block: 1px solid var(--line); padding: 16px 0; margin: 20px 0 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-track { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; animation: scroll 32s linear infinite; }
.mq-track span { font-family: 'Fraunces', serif; font-weight: 600; font-size: 22px; color: var(--cream); opacity: 0.85; }
.mq-track i { color: var(--amber); text-shadow: 0 0 10px var(--amber); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { position: relative; z-index: 3; max-width: 1280px; margin: 0 auto; padding: 70px clamp(20px, 6vw, 80px); }
.section-head { text-align: center; margin-bottom: 48px; }
.kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: var(--amber-soft); }
.section-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin-top: 12px; font-weight: 600; }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { position: relative; overflow: hidden; background: rgba(26,23,27,0.55); border: 1px solid var(--line); border-radius: 22px; padding: 28px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.card.big { grid-row: span 2; grid-column: span 1; display: flex; flex-direction: column; justify-content: flex-end; }
.card.wide { grid-column: span 2; }
.card:hover { transform: translateY(-5px); border-color: rgba(240,168,48,0.45); box-shadow: 0 24px 60px -30px rgba(240,168,48,0.6), 0 0 40px -16px rgba(240,168,48,0.5); }
.card .ico { font-size: 26px; margin-bottom: 14px; filter: drop-shadow(0 0 10px rgba(240,168,48,0.4)); }
.card.big .ico { font-size: 40px; }
.card h3 { font-size: 20px; margin-bottom: 8px; font-weight: 600; }
.card.big h3 { font-size: 28px; }
.card p { color: var(--cream-dim); line-height: 1.55; font-size: 15px; }
.card-shine { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.3s;
  background: radial-gradient(300px circle at var(--mx,50%) var(--my,50%), rgba(240,168,48,0.14), transparent 60%); }
.card:hover .card-shine { opacity: 1; }

/* ---------- showcase ---------- */
.showcase { display: flex; flex-direction: column; gap: 70px; }
.show-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 44px; align-items: center; }
.show-row.alt { grid-template-columns: 1fr 1.3fr; }
.show-row.alt .frame { order: 2; }
.frame { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid rgba(240,168,48,0.22);
  box-shadow: 0 30px 70px -34px rgba(0,0,0,0.9), 0 0 50px -16px rgba(240,168,48,0.4); transition: transform 0.3s, box-shadow 0.3s; }
.frame::after { content: ''; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255,196,102,0.12); }
.frame:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.95), 0 0 70px -14px rgba(240,168,48,0.6); }
.frame img { width: 100%; display: block; }
.show-copy h3 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; font-weight: 600; }
.show-copy p { color: var(--cream-dim); line-height: 1.65; font-size: 17px; max-width: 460px; }

/* ---------- download ---------- */
.download { text-align: center; }
.dl-card { position: relative; overflow: hidden; max-width: 600px; margin: 0 auto; padding: 56px 38px;
  border: 1px solid rgba(240,168,48,0.25); border-radius: 30px; background: rgba(18,16,19,0.72); backdrop-filter: blur(10px); }
.dl-card img { filter: drop-shadow(0 0 22px rgba(240,168,48,0.6)); }
.dl-glow { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 120%; height: 90%;
  background: radial-gradient(closest-side, rgba(240,168,48,0.28), transparent 70%); filter: blur(20px); pointer-events: none; }
.dl-card h2 { font-size: 38px; margin: 16px 0 10px; font-weight: 600; position: relative; }
.dl-card p { color: var(--cream-dim); margin-bottom: 26px; position: relative; }
.dl-card .btn { margin: 0 auto; position: relative; }
.fineprint { margin-top: 16px; font-size: 13px; color: var(--cream-faint); }
.fineprint a { color: var(--amber-soft); text-decoration: underline; }

/* ---------- footer ---------- */
.footer { position: relative; z-index: 3; text-align: center; padding: 44px 20px; border-top: 1px solid var(--line); margin-top: 50px; color: var(--cream-faint); font-size: 14px; }
.footer .brand { justify-content: center; margin-bottom: 10px; font-size: 17px; }

/* ---------- responsivo ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-stage { margin-top: 30px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card.big, .card.wide { grid-column: span 2; grid-row: auto; }
  .show-row, .show-row.alt { grid-template-columns: 1fr; gap: 22px; }
  .show-row.alt .frame { order: 0; }
  .nav-links a:not(.btn) { display: none; }
  .cursor-glow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .aurora .a, .pulse, .shot-float, .mq-track, .pill .dot, .live-chip .lv { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
