/* =========================
   Starlin Moya Scanner - Premium UI
   Mobile-first, Apple-ish, dark luxury.
========================= */

:root{
  --bg:#05060a;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.08);
  --border:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.65);
  --muted2:rgba(255,255,255,.45);
  --gold:#ffd54a;
  --gold2:#ffb300;
  --glow:rgba(255,213,74,.35);
  --green:#39ff88;
  --shadow: 0 18px 50px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 26px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}

/* smoother tap feel */
a,button{ -webkit-tap-highlight-color: transparent; }

.container{
  width: min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

/* =========================
   Background FX
========================= */
.bg{ position:fixed; inset:0; z-index:-5; }
.bg-grid{
  position:absolute; inset:-40px;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity:.22;
  transform: translateZ(0);
}
.bg-orb{
  position:absolute;
  width: 520px; height: 520px;
  border-radius: 999px;
  filter: blur(55px);
  opacity:.40;
  transform: translateZ(0);
  animation: float 10s ease-in-out infinite;
}
.orb-1{ left:-160px; top:120px; background: radial-gradient(circle, var(--glow), transparent 60%); }
.orb-2{ right:-200px; top:-80px; background: radial-gradient(circle, rgba(57,255,136,.20), transparent 60%); animation-duration: 12s; }
.orb-3{ right:10%; bottom:-240px; background: radial-gradient(circle, rgba(255,179,0,.22), transparent 60%); animation-duration: 14s; }
.bg-vignette{
  position:absolute; inset:0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,.62) 60%, rgba(0,0,0,.85) 100%);
}

@keyframes float{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(0,-14px,0) scale(1.03); }
}

/* =========================
   Topbar
========================= */
.topbar{
  position:sticky;
  top:0;
  z-index:9998;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner{
  display:flex;
  gap:12px;
  align-items:center;
  padding:10px 0;
  font-size: 12.5px;
}
.pill{
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,213,74,.14);
  border: 1px solid rgba(255,213,74,.22);
  color: rgba(255,213,74,.95);
  font-weight: 650;
}
.topbar-text{
  color: var(--muted);
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.topbar-link{
  margin-left:auto;
  color: rgba(255,213,74,.95);
  text-decoration:none;
  font-weight: 650;
}

/* =========================
   Header
========================= */
.header{
  position:sticky;
  top:60px;
  z-index:9999;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
}
.header.is-scrolled{
  background: rgba(0,0,0,.52);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:var(--text);
}
.brand.small .brand-text{ font-size: 14px; }
.brand-mark{
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,213,74,.9), rgba(255,179,0,.3) 40%, rgba(0,0,0,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 30px rgba(255,179,0,.16);
}
.brand-text{
  font-weight: 780;
  letter-spacing:.2px;
}
.brand-text em{
  font-style:normal;
  color: rgba(255,213,74,.95);
  font-weight: 750;
}

.nav{
  display:none;
  gap:18px;
  align-items:center;
}
.nav a{
  color: var(--muted);
  text-decoration:none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 10px;
  transition: background .2s ease, color .2s ease;
}
.nav a:hover{
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
}
.nav-cta{
  background: linear-gradient(135deg, rgba(255,213,74,.95), rgba(255,179,0,.95));
  color:#07070a !important;
  padding:10px 14px !important;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 30px rgba(255,179,0,.18);
}

.hamburger{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  cursor:pointer;
}
.hamburger span{
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.85);
  display:block;
  border-radius: 99px;
}
.hamburger span:last-child{ width: 14px; opacity:.75; margin-left:4px; }

/* Drawer */
.drawer{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(10px);
  display:none;
}
.drawer.open{ display:block; }
.drawer-inner{
  position:absolute;
  right:14px;
  top:78px;
  width: min(340px, calc(100% - 28px));
  background: rgba(15,16,22,.75);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  padding: 16px;
  box-shadow: var(--shadow);
  animation: popIn .18s ease-out;
}
@keyframes popIn{
  from{ transform: translateY(-8px); opacity:0; }
  to{ transform: translateY(0); opacity:1; }
}
.drawer-link{
  display:block;
  padding: 14px 12px;
  border-radius: 14px;
  text-decoration:none;
  color: rgba(255,255,255,.90);
  font-weight: 650;
}
.drawer-link:hover{ background: rgba(255,255,255,.06); }
.drawer-cta{
  display:block;
  margin-top: 10px;
  text-align:center;
  padding: 14px 12px;
  border-radius: 14px;
  text-decoration:none;
  color:#07070a;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(255,213,74,.95), rgba(255,179,0,.95));
}

/* =========================
   Hero
========================= */
.hero{
  padding: 44px 0 26px;
}
.hero-grid{
  display:grid;
  gap: 22px;
  align-items: start;
}
.kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color: var(--muted);
  font-weight: 650;
  font-size: 13px;
}
.dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(57,255,136,.9);
  box-shadow: 0 0 0 6px rgba(57,255,136,.12);
}
.hero-title{
  margin: 14px 0 10px;
  font-size: clamp(32px, 6.4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.6px;
}
.grad{
  background: linear-gradient(135deg, rgba(255,213,74,1), rgba(57,255,136,.95));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.hero-sub{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 15px;
  max-width: 52ch;
}
.hero-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.btn{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 750;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.btn:active{ transform: translateY(1px) scale(.99); }
.btn.primary{
  background: linear-gradient(135deg, rgba(255,213,74,.98), rgba(255,179,0,.98));
  border-color: rgba(255,255,255,.14);
  color:#07070a;
  box-shadow: 0 16px 40px rgba(255,179,0,.18);
}
.btn.ghost{
  background: rgba(255,255,255,.04);
}
.btn.small{ padding: 10px 12px; border-radius: 12px; }

.hero-trust{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-item{
  flex: 1;
  min-width: 120px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px 12px;
}
.trust-num{
  display:block;
  font-weight: 860;
  color: rgba(255,255,255,.92);
}
.trust-label{
  display:block;
  color: var(--muted2);
  font-weight: 650;
  font-size: 12.5px;
  margin-top: 3px;
}

/* Hero media */
.hero-media{ position:relative; }
.media-card{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  overflow:hidden;
  transform: translateZ(0);
}
.media-top{
  display:flex;
  gap:8px;
  align-items:center;
  padding: 14px 14px 0;
}
.chip{
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  background: rgba(57,255,136,.14);
  border: 1px solid rgba(57,255,136,.18);
  color: rgba(57,255,136,.95);
}
.chip.subtle{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
  color: rgba(255,255,255,.75);
}
.media-frame{
  padding: 14px;
}
.media-placeholder{
  position:relative;
  height: 240px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(255,213,74,.18), rgba(0,0,0,0) 60%),
              radial-gradient(circle at 70% 70%, rgba(57,255,136,.12), rgba(0,0,0,0) 55%),
              rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.ph-grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity:.25;
}
.ph-line{
  position:absolute;
  height: 2px;
  left: 14px;
  right: 14px;
  background: linear-gradient(90deg, rgba(255,213,74,0), rgba(255,213,74,.55), rgba(57,255,136,.40), rgba(57,255,136,0));
  opacity:.55;
  animation: sweep 2.6s ease-in-out infinite;
}
.l1{ top: 54px; animation-delay: .0s; }
.l2{ top: 118px; animation-delay: .5s; }
.l3{ top: 182px; animation-delay: 1.0s; }
@keyframes sweep{
  0%,100%{ transform: translateX(-18px); opacity:.35; }
  50%{ transform: translateX(18px); opacity:.8; }
}
.ph-badge{
  position:absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 750;
  font-size: 12.5px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
}

.media-bottom{
  padding: 0 14px 14px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.signal{
  display:flex;
  align-items:center;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px;
}
.signal-dot{
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(57,255,136,.95);
  box-shadow: 0 0 0 8px rgba(57,255,136,.10);
}
.signal-title{ font-weight: 850; }
.signal-sub{ color: var(--muted2); font-weight: 650; font-size: 12.5px; margin-top:2px; }

.mini-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mini{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 10px 10px;
}
.mini-k{ color: var(--muted2); font-weight: 650; font-size: 12px; }
.mini-v{ font-weight: 850; margin-top: 4px; }

.floating-card{
  position:absolute;
  right: 0;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 12px 12px;
  width: 160px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.fc-1{ top: 22px; transform: translateX(10px); }
.fc-2{ bottom: 30px; transform: translateX(10px); width: 170px; }
.fc-title{ font-weight: 850; }
.fc-sub{ color: var(--muted); font-weight: 700; margin-top: 2px; }

/* Marquee */
.hero-bottom{ padding-top: 12px; }
.marquee{
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 10px 0;
  overflow:hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.marquee-track{
  display:flex;
  gap: 14px;
  white-space: nowrap;
  color: rgba(255,255,255,.70);
  font-weight: 750;
  animation: marquee 18s linear infinite;
}
.marquee-track span{ opacity:.9; }
@keyframes marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* =========================
   Sections
========================= */
.section{
  padding: 54px 0;
}
.section-ink{
  background: rgba(255,255,255,.02);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section-head{
  margin-bottom: 20px;
}
.section-title{
  font-size: clamp(22px, 4.6vw, 34px);
  letter-spacing: -.3px;
  margin: 0 0 8px;
}
.section-sub{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 70ch;
}

/* Feature grid */
.feature-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}
.feature-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  transition: transform .18s ease, border-color .2s ease, background .2s ease;
}
.feature-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,213,74,.20);
  background: rgba(255,255,255,.06);
}
.feature-card .icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,213,74,.10);
  border: 1px solid rgba(255,213,74,.14);
  margin-bottom: 10px;
}
.feature-card h3{
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: -.2px;
}
.feature-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

/* Showcase */
.showcase-grid{
  display:grid;
  gap: 12px;
  margin-top: 18px;
}
.showcase-main .frame{
  border-radius: var(--radius2);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.frame-top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(0,0,0,.45);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dot-r,.dot-y,.dot-g{
  width: 10px; height: 10px; border-radius: 99px; display:inline-block;
}
.dot-r{ background: rgba(255,80,80,.9); }
.dot-y{ background: rgba(255,213,74,.9); }
.dot-g{ background: rgba(57,255,136,.85); }
.frame-title{
  margin-left: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 12.5px;
}
.frame-body{ padding: 14px; }
.big-placeholder{
  height: 240px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 14px;
}
.big-title{ font-weight: 900; letter-spacing: -.2px; }
.big-sub{ color: var(--muted); margin-top: 6px; font-weight: 650; font-size: 13px; }

.showcase-side{
  display:grid;
  gap: 12px;
}
.tile{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 14px;
}
.tile-head{ font-weight: 850; }
.tile-body{ color: var(--muted); margin-top: 6px; line-height: 1.55; font-size: 13.5px; }

.quote-carousel{
  margin-top: 16px;
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.qc-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.qc-head h3{ margin:0; font-size: 16px; }
.qc-controls{ display:flex; gap: 8px; }
.qc-btn{
  width: 40px; height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  cursor:pointer;
  font-size: 18px;
}
.qc-track{
  display:flex;
  gap: 12px;
  overflow:hidden;
  scroll-behavior:smooth;
}
.qc-card{
  min-width: 84%;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(66, 66, 66,.35);
  padding: 14px;
}
.qc-card p{
  margin:0;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}
.qc-meta{
  margin-top: 10px;
  color: var(--muted2);
  font-weight: 700;
  font-size: 12.5px;
}

/* Steps */
.steps{ display:grid; gap: 10px; margin-top: 18px; }
.step{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 14px;
}
.step-num{
  font-weight: 950;
  color: rgba(255,213,74,.95);
  font-size: 18px;
  letter-spacing: -.2px;
  min-width: 42px;
}
.step-body h3{
  margin: 0 0 6px;
  font-size: 15.5px;
}
.step-body p{
  margin:0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 13.8px;
}

.callout{
  margin-top: 16px;
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(255,213,74,.12), rgba(57,255,136,.08));
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.callout-left h3{ margin:0 0 6px; }
.callout-left p{ margin:0; color: var(--muted); line-height: 1.5; }

/* Pricing */
.pricing-grid{
  display:grid;
  gap: 12px;
  margin-top: 18px;
}
.plan{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .2s ease;
}
.plan:hover{ transform: translateY(-4px); border-color: rgba(255,213,74,.22); }
.plan.featured{
  background: linear-gradient(180deg, rgba(255,213,74,.14), rgba(255,255,255,.04));
  border-color: rgba(255,213,74,.22);
}
.plan-top h3{ margin: 0 0 8px; }
.price{
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.6px;
}
.price span{ font-size: 14px; color: var(--muted); font-weight: 750; margin-left: 6px; }
.plan-tag{
  margin-top: 10px;
  display:inline-block;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.80);
  font-weight: 750;
  font-size: 12.5px;
}
.plan-list{
  margin: 14px 0 16px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 650;
  font-size: 13.5px;
}
.plan-btn{ width:100%; }

/* Pay panel */
.pay-panel{
  margin-top: 16px;
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  display:grid;
  gap: 12px;
  padding: 14px;
}
.pay-title{ font-weight: 950; font-size: 16px; }
.pay-sub{ color: var(--muted); margin-top: 6px; line-height: 1.5; }
.pay-row{
  margin-top: 12px;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pay-chip{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 800;
  font-size: 12.5px;
}
.pay-chip.subtle{ color: var(--muted); font-weight: 750; }
.wallet-box{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.35);
  padding: 12px;
}
.wallet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  color: var(--muted);
  font-weight: 750;
  font-size: 12.5px;
  margin-bottom: 10px;
}
.wallet{
  display:block;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,213,74,.95);
  word-break: break-all;
  font-weight: 850;
}
.wallet-hint{ margin-top: 10px; color: var(--muted2); font-size: 12.5px; font-weight: 650; }
.copy{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  border-radius: 12px;
  padding: 10px 12px;
  cursor:pointer;
  font-weight: 800;
}
.pay-actions{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pay-right .pay-card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.35);
  padding: 12px;
}
.pay-card-title{ font-weight: 950; margin-bottom: 10px; }
.checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}
.checklist li{
  display:flex;
  gap: 10px;
  align-items:center;
  color: var(--muted);
  font-weight: 700;
}
.checklist span{
  width: 28px; height: 28px;
  display:grid; place-items:center;
  border-radius: 12px;
  background: rgba(255,213,74,.12);
  border: 1px solid rgba(255,213,74,.16);
  color: rgba(255,213,74,.95);
  font-weight: 950;
}
.tiny{ margin-top: 12px; color: var(--muted2); font-weight: 650; font-size: 12.5px; line-height: 1.5; }

/* FAQ */
.faq{ display:grid; gap: 10px; margin-top: 18px; }
.faq-item{
  text-align:left;
  width:100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 14px;
  cursor:pointer;
}
.faq-q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  font-weight: 900;
}
.faq-ic{ color: rgba(255,213,74,.95); font-weight: 950; font-size: 18px; }
.faq-a{
  max-height: 0;
  overflow:hidden;
  transition: max-height .25s ease;
  color: var(--muted);
  line-height: 1.55;
  margin-top: 0;
  font-weight: 650;
  font-size: 13.5px;
}
.faq-item.open .faq-a{
  max-height: 180px;
  margin-top: 10px;
}
.faq-item.open .faq-ic{ transform: rotate(45deg); }

/* Footer */
.footer{
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.footer-inner{
  display:flex;
  flex-direction:column;
  gap: 14px;
}
.footer-links{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-links a{
  color: var(--muted);
  text-decoration:none;
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 12px;
}
.footer-links a:hover{ background: rgba(255,255,255,.06); color: rgba(255,255,255,.92); }
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  padding-top: 10px;
  color: var(--muted2);
  font-weight: 650;
  font-size: 12.5px;
}
.muted{ color: var(--muted); }

/* Floating CTA */
.floating-cta{
  position:fixed;
  right: 14px;
  bottom: 14px;
  display:flex;
  gap: 10px;
  z-index: 9997;
  opacity:0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}
.floating-cta.show{
  opacity:1;
  transform: translateY(0);
}

/* Reveal animations */
.reveal{
  opacity:0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in{
  opacity:1;
  transform: translateY(0);
}

/* Tilt base (safe on mobile) */
.tilt{ transform-style: preserve-3d; }

/* =========================
   Desktop / Larger screens
========================= */
@media (min-width: 860px){
  .nav{ display:flex; }
  .hamburger{ display:none; }
  .drawer{ display:none !important; }

  .hero{ padding: 58px 0 30px; }
  .hero-grid{
    grid-template-columns: 1.05fr .95fr;
    gap: 26px;
    align-items: center;
  }
  .media-placeholder{ height: 320px; }
  .feature-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 22px;
  }
  .showcase-grid{
    grid-template-columns: 1.2fr .8fr;
    gap: 14px;
  }
  .big-placeholder{ height: 340px; }

  .qc-card{ min-width: 44%; }

  .steps{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pricing-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .pay-panel{
    grid-template-columns: 1.35fr .65fr;
    gap: 14px;
    padding: 16px;
  }
  .footer-inner{
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
  }
}
/* Control del tamaño del Logo */
.brand-logo {
  width: 60px;  /* Ajusta este número (28px, 30px, 32px) hasta que te guste el tamaño */
  height: auto;
  border-radius: 7px;
  object-fit: contain;
  display: block;
}

/* Ajuste para que el texto del nombre no se desalinee con el logo */
.brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.media-frame-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  background: #000; /* Fondo negro por si la imagen carga lento */
}

.scanner-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Efecto opcional: cuando pasas el mouse, la imagen se acerca un poco */
.media-card:hover .scanner-img {
  transform: scale(1.02);
}

/* Contenedor especial para la evidencia en el Showcase */
.showcase-media-container {
  width: 100%;
  height: 100%;
  min-height: 380px; /* Ajuste para que se vea imponente */
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta la captura sin deformarla */
  display: block;
  transition: transform 0.7s ease;
}

.showcase-media-container:hover .showcase-img {
  transform: scale(1.05); /* Zoom suave al pasar el mouse */
}
/* === Comentarios compactos premium === */
.qc-comment-box {
  margin-top: 20px;
  padding: 14px 16px 16px;
  border-radius: 14px;
  background: radial-gradient(
    circle at top,
    rgba(255,255,255,0.035),
    rgba(0,0,0,0.85)
  );
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

/* Título */
.qc-comment-box h4 {
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #eaeaea;
  letter-spacing: 0.2px;
}

/* Form */
.qc-form {
  display: grid;
  gap: 8px;
}

/* Inputs */
.qc-form input,
.qc-form textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 8px 10px;
  color: #eaeaea;
  font-size: 0.78rem;
  line-height: 1.3;
}

.qc-form textarea {
  min-height: 54px;
  resize: none;
}

/* Placeholder */
.qc-form input::placeholder,
.qc-form textarea::placeholder {
  color: rgba(255,255,255,0.45);
}

/* Focus */
.qc-form input:focus,
.qc-form textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
}

/* Botón */
.qc-submit {
  margin-top: 4px;
  align-self: flex-start;
  background: linear-gradient(
    180deg,
    #ffffff,
    #dcdcdc
  );
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.qc-submit:hover {
  transform: translateY(-1px);
  opacity: 0.85;
}

/* Nota */
.qc-note {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
}
.qc-comment-mini{
  max-width:680px;
  margin:16px auto 0;
  opacity:0.9;
}

.qc-mini-form{
  display:flex;
  gap:8px;
  align-items:center;
}

.qc-mini-form input,
.qc-mini-form textarea{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  padding:6px 8px;
  color:#eaeaea;
  font-size:0.75rem;
}

.qc-mini-form input{
  width:140px;
}

.qc-mini-form textarea{
  flex:1;
  height:32px;
  resize:none;
}

.qc-mini-form button{
  background:#fff;
  color:#000;
  border:none;
  border-radius:8px;
  padding:6px 12px;
  font-size:0.75rem;
  font-weight:600;
  cursor:pointer;
}

.qc-comment-mini small{
  display:block;
  margin-top:4px;
  font-size:0.65rem;
  color:rgba(255,255,255,0.45);
}
.pill-countdown {
  background: linear-gradient(135deg, #f5c542, #d4a017);
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 12px rgba(245, 197, 66, 0.35);
}
.price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.price span {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}

/* Precio antiguo tachado */
.price .old {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* Línea de tachado elegante */
.price .old::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
background: rgba(220, 38, 38, 0.85); /* rojo elegante */
  transform: translateY(-50%) rotate(-6deg);
  border-radius: 2px;
}

/* Floating CTA en columna (ya lo tienes) */
.floating-cta{
  display:flex;
  flex-direction: column;
  gap: 8px;
}

/* Botones compactos */
.floating-cta .btn.small{
  padding: 6px 12px;
  font-size: 0.72rem;
  border-radius: 10px;
}

/* WhatsApp premium (verde sutil, no chillón) */
.wa-btn{
  background: linear-gradient(
    180deg,
    rgba(34, 197, 94, 0.85),
    rgba(22, 163, 74, 0.85)
  );
  color: #000;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  opacity: 0.88;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.wa-btn:hover{
  opacity: 1;
  transform: translateY(-1px);
}
/* Contenedor del QR con efecto de agrandado */
.qr-container {
  background: #ffffff;
  padding: 10px;
  border-radius: 14px;
  flex-shrink: 0;
  box-shadow: 0 0 15px var(--glow);
  cursor: pointer;
  
  /* Transición suave: duración y curva de velocidad tipo Apple */
  transition: 
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
    box-shadow 0.4s ease;
}

/* Estado al pasar el mouse (Hover) */
.qr-container:hover {
  /* Se agranda un 15% y sube ligeramente */
  transform: scale(1.15) translateY(-5px); 
  
  /* Intensifica el brillo dorado al agrandarse */
  box-shadow: 0 12px 30px rgba(255, 213, 74, 0.5); 
  z-index: 10; /* Asegura que se superponga a otros elementos */
}

/* Efecto al hacer clic (Active) */
.qr-container:active {
  /* Se contrae un poco al presionar para dar feedback táctil */
  transform: scale(1.05); 
}

.qr-container img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 4px; /* Un toque redondeado a la imagen interna */
}
.tutorial-link-container {
  margin-top: 15px;
}

.tutorial-text-link {
  display: inline-block;
  color: var(--gold);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

/* --- LA ANIMACIÓN DE ATRACCIÓN --- */
.pulse-animation {
  animation: shimmer-pulse 3s infinite;
}

@keyframes shimmer-pulse {
  0% {
    opacity: 0.5;
    text-shadow: 0 0 0px var(--glow);
  }
  50% {
    opacity: 1;
    /* Crea un resplandor dorado sutil en las letras */
    text-shadow: 0 0 8px var(--gold);
    transform: scale(1.02);
  }
  100% {
    opacity: 0.5;
    text-shadow: 0 0 0px var(--glow);
  }
}

/* Subrayado que aparece al hacer hover */
.tutorial-text-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--gold);
  transition: width 0.3s ease;
}

/* Cuando el usuario pone el mouse encima, la animación se detiene para facilitar la lectura */
.tutorial-text-link:hover {
  animation-play-state: paused;
  opacity: 1;
  letter-spacing: 2px;
}

.tutorial-text-link:hover::after {
  width: 100%;
}