﻿:root {
  --bg: #050607;
  --panel: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f7f8;
  --muted: #a8b1ba;
  --soft: #d9e1e6;
  --accent: #45d6ad;
  --accent-2: #74b7ff;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 80% 10%, rgba(69, 214, 173, 0.12), transparent 26rem), radial-gradient(circle at 15% 22%, rgba(116, 183, 255, 0.09), transparent 24rem), linear-gradient(180deg, #07090b 0%, #030405 45%, #080a0c 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(5, 6, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}
.brand, .nav-links, .hero-actions, .trust-row, .price-top, .site-footer { display: flex; align-items: center; }
.brand { gap: 11px; font-weight: 800; }
.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: 50% 36%;
  border: 1px solid rgba(224, 186, 94, 0.42);
  border-radius: 12px;
  box-shadow: 0 0 34px rgba(224, 186, 94, 0.16);
}
.nav-links { gap: clamp(14px, 3vw, 32px); color: var(--muted); font-size: 14px; }
.nav-links a:hover, .site-footer a:hover { color: var(--text); }
.header-cta {
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 14px; color: var(--soft); background: rgba(255, 255, 255, 0.06);
}
.section-wrap { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr); align-items: center;
  gap: clamp(34px, 7vw, 92px); min-height: calc(100vh - 72px); padding: 58px 0 72px;
}
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 10vw, 118px); line-height: 0.92; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(34px, 6vw, 68px); line-height: 1; letter-spacing: 0; }
h3 { margin: 0 0 12px; font-size: 22px; }
.hero-subtitle { max-width: 650px; margin: 26px 0 0; color: var(--soft); font-size: clamp(18px, 2.1vw, 24px); line-height: 1.5; }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 800; cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #03100c; background: linear-gradient(135deg, #eefef9, var(--accent)); box-shadow: 0 16px 44px rgba(69, 214, 173, 0.24); }
.btn-secondary { color: var(--text); border-color: var(--line); background: rgba(255, 255, 255, 0.055); }
.trust-row { flex-wrap: wrap; gap: 10px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.trust-row span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(255,255,255,.035); }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; inset: 10% 0; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(69,214,173,.22), transparent 62%); filter: blur(16px); }
.hero-visual img { position: relative; width: 100%; min-height: 360px; object-fit: contain; filter: drop-shadow(0 44px 80px rgba(0,0,0,.52)); }
.video-band, .screenshots-band { padding: 86px clamp(18px, 5vw, 64px); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.video-band { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.screenshots-band { background: radial-gradient(circle at 50% 0%, rgba(116,183,255,.1), transparent 34rem), rgba(255,255,255,.015); }
.section-heading { width: min(920px, 100%); margin: 0 auto 36px; text-align: center; }
.promo-video { width: min(1040px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #050607; box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.promo-video video { display: block; width: 100%; height: 100%; background: #050607; object-fit: contain; }
.phone-gallery { display: grid; grid-template-columns: 1.08fr repeat(3, .88fr); gap: clamp(14px, 2vw, 22px); align-items: end; }
.phone-shot {
  position: relative; margin: 0; overflow: hidden; aspect-ratio: 9 / 19.5;
  border: 10px solid #11171d; border-radius: 34px;
  background: #0a0d10; box-shadow: 0 28px 80px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.08);
}
.phone-shot::before { content: ""; position: absolute; top: 10px; left: 50%; z-index: 2; width: 74px; height: 18px; transform: translateX(-50%); border-radius: 999px; background: #050607; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.phone-shot::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.2), transparent 28%, transparent 72%, rgba(255,255,255,.06)); mix-blend-mode: screen; }
.phone-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-shot figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 3;
  padding: 9px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px;
  color: var(--text); background: rgba(5,6,7,.68); backdrop-filter: blur(12px);
  font-size: 12px; font-weight: 800; text-align: center;
}
.phone-shot.featured { transform: translateY(-18px); border-color: #172028; box-shadow: 0 34px 110px rgba(69,214,173,.16), 0 28px 80px rgba(0,0,0,.55); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 62px 0 88px; }
.step-card, .price-panel { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.step-card { padding: 26px; }
.step-card span { display: inline-block; margin-bottom: 54px; color: var(--accent); font-size: 13px; font-weight: 900; }
.step-card p, .pricing-copy p, .final-cta p { color: var(--muted); line-height: 1.7; }
.benefits { padding: 74px 0 92px; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.benefit-item { display: grid; grid-template-columns: 0.5fr 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.11); }
.benefit-item strong { font-size: 19px; }
.benefit-item span { color: var(--muted); line-height: 1.6; }
.pricing { display: grid; grid-template-columns: minmax(0, 1fr) 420px; align-items: center; gap: clamp(28px, 7vw, 84px); padding: 86px 0; }
.pricing-copy p { max-width: 590px; font-size: 18px; }
.price-panel { padding: 28px; background: linear-gradient(180deg, rgba(69,214,173,.12), transparent 42%), rgba(255,255,255,.07); }
.price-top { justify-content: space-between; gap: 12px; }
.plan-name { color: var(--soft); font-weight: 800; }
.trial { padding: 7px 10px; border: 1px solid rgba(69,214,173,.28); border-radius: 999px; color: #dffcf5; background: rgba(69,214,173,.11); font-size: 13px; font-weight: 800; }
.price { margin: 34px 0 22px; font-size: clamp(48px, 6vw, 70px); font-weight: 900; }
.price span { display: block; margin-top: 5px; color: var(--muted); font-size: 17px; font-weight: 650; }
.price-panel ul { display: grid; gap: 13px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--soft); }
.price-panel li::before { content: "✓"; margin-right: 10px; color: var(--accent); font-weight: 900; }
.pay-button { width: 100%; }
.payment-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 70px clamp(18px, 5vw, 64px); border-top: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 12% 18%, rgba(69,214,173,.12), transparent 28rem), #06080a; }
.final-cta div { max-width: 760px; }
.site-footer { flex-wrap: wrap; justify-content: center; gap: 18px; padding: 28px; color: var(--muted); border-top: 1px solid rgba(255,255,255,.08); font-size: 14px; }
@media (max-width: 980px) {
  .phone-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; margin: 0 auto; }
  .phone-shot.featured { transform: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero, .pricing { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 42px; }
  .hero-visual { order: -1; }
  .steps-grid, .benefit-list { grid-template-columns: 1fr; }
  .benefit-item { grid-template-columns: 1fr; gap: 8px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand-logo { width: 42px; height: 42px; }
  .header-cta { display: none; }
  h1 { font-size: 58px; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .video-band, .screenshots-band { padding: 62px 18px; }
  .promo-video { aspect-ratio: 4 / 5; }
  .phone-gallery { display: flex; overflow-x: auto; gap: 14px; padding: 8px 2px 18px; scroll-snap-type: x mandatory; }
  .phone-shot { flex: 0 0 min(74vw, 290px); scroll-snap-align: center; border-radius: 30px; }
  .price-panel { padding: 22px; }
}
.teaser-video {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  margin-top: 46px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.teaser-copy p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.teaser-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #050607;
  object-fit: contain;
}
@media (max-width: 760px) {
  .teaser-video { grid-template-columns: 1fr; padding: 16px; }
}
.wallet-container {
  display: none;
  margin-top: 14px;
}
.wallet-container.is-visible {
  display: block;
}
.license-field {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}
.license-field span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}
.license-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  outline: none;
  background: rgba(5,6,7,.62);
  color: var(--text);
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.license-field input::placeholder {
  color: rgba(168,177,186,.72);
}
.license-field input:focus {
  border-color: rgba(69,214,173,.62);
  box-shadow: 0 0 0 4px rgba(69,214,173,.12);
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.method-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 850;
}
.method-chip span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #061018;
  font-size: 10px;
  font-weight: 950;
}
.mercado-pago-mark span {
  background: linear-gradient(135deg, #8ed8ff, #45a9ff);
}
.yape-mark {
  border-color: rgba(127, 69, 214, .45);
  background: linear-gradient(135deg, rgba(109, 49, 207, .28), rgba(0, 199, 190, .12));
}
.yape-mark span {
  color: #fff;
  background: linear-gradient(135deg, #7426d9, #00c7be);
}
