/* ============================================
   ENLASSA — Home page styles
   ============================================ */

.hide-mobile { display: inline; }
@media (max-width: 760px) { .hide-mobile { display: none; } }

/* ---------- HERO ---------- */
.hero { padding: var(--s-16) 0 var(--s-24); position: relative; overflow: hidden; }
.hero-halo {
  position: absolute; inset: -100px -200px auto -200px; height: 720px; pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(43, 82, 161, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(243, 146, 33, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 70%, rgba(43, 182, 149, 0.10) 0%, transparent 60%);
  filter: blur(30px);
  z-index: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--s-12);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-copy { display: flex; flex-direction: column; gap: var(--s-5); max-width: 580px; }
.hero-copy .h-display { margin-top: 4px; }
.hero-copy .lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); max-width: 520px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 6px; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--s-10); }
  .hero { padding: var(--s-10) 0 var(--s-16); }
  .hero-visual { order: 2; }
}

/* Hero visual stage */
.hero-visual { position: relative; }
.hero-stage {
  position: relative; width: 100%; aspect-ratio: 1 / 0.95; max-width: 580px; margin-left: auto;
  border-radius: var(--r-2xl);
  background: linear-gradient(135deg, var(--bg-elev) 0%, var(--bg-elev-2) 100%);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
[data-theme="light"] .hero-stage { background: linear-gradient(135deg, #FFFFFF 0%, #F4F6F9 100%); }

.hero-curves { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* Network orbit */
.net-orbit { position: absolute; inset: 0; }
.net-node {
  position: absolute;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--bg-glass-strong);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--fg);
  box-shadow: var(--shadow-card);
  animation: nn-float 5s var(--ease-in-out) infinite;
}
.net-node.n1 { top: 5%;  left: 5%;   animation-delay: 0s;   color: #E1306C; }
.net-node.n2 { top: 8%;  right: 12%; animation-delay: .4s;  color: #1877F2; }
.net-node.n3 { top: 38%; left: 3%;   animation-delay: .8s;  color: #FF0050; }
.net-node.n4 { top: 28%; right: 5%;  animation-delay: 1.2s; color: #0A66C2; }
.net-node.n5 { bottom: 35%; left: 4%; animation-delay: 1.6s; color: var(--fg); }
.net-node.n6 { bottom: 28%; right: 8%; animation-delay: 2.0s; color: #FF0000; }
.net-node.n7 { bottom: 8%;  left: 14%; animation-delay: 2.4s; color: #25D366; }
.net-node.n8 { bottom: 5%;  right: 16%; animation-delay: 2.8s; color: #229ED9; }

@keyframes nn-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.beams { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.beam-dot { opacity: 0; }
.beam-dot.d1 { animation: beam-travel-1 4s linear infinite; }
.beam-dot.d2 { animation: beam-travel-2 4.5s linear infinite .8s; }
.beam-dot.d3 { animation: beam-travel-3 4.2s linear infinite 1.6s; }
@keyframes beam-travel-1 {
  0% { transform: translate(300px, 300px); opacity: 0; }
  10%, 80% { opacity: 1; }
  100% { transform: translate(50px, 50px); opacity: 0; }
}
@keyframes beam-travel-2 {
  0% { transform: translate(300px, 300px); opacity: 0; }
  10%, 80% { opacity: 1; }
  100% { transform: translate(540px, 80px); opacity: 0; }
}
@keyframes beam-travel-3 {
  0% { transform: translate(300px, 300px); opacity: 0; }
  10%, 80% { opacity: 1; }
  100% { transform: translate(550px, 520px); opacity: 0; }
}

/* Calendar window mock in hero */
.window-mock {
  background: var(--bg-glass-strong);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
}
.wm-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elev-2);
  font-size: 11px;
}
.wm-bar.tiny { padding: 6px 10px; }
.wm-dots { display: inline-flex; gap: 4px; }
.wm-dots i { width: 8px; height: 8px; border-radius: 999px; background: var(--fg-faint); display: block; }
.wm-dots i:nth-child(1) { background: #FF5F57; }
.wm-dots i:nth-child(2) { background: #FEBC2E; }
.wm-dots i:nth-child(3) { background: #28C840; }
.wm-title { color: var(--fg-muted); font-size: 11px; flex: 1; }

.w-cal {
  position: absolute;
  top: 16%; left: 18%; right: 18%; bottom: 30%;
}
.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
  padding: 12px;
}
.cal-cell {
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 10px;
  font-weight: 500;
  color: var(--fg-dim);
  position: relative;
}
.cal-cell.empty { background: transparent; color: var(--fg-dim); font-size: 9px; }
.cal-cell.fill {
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  color: var(--fg);
  opacity: 0;
  animation: cal-fill 6s var(--ease-out) infinite;
  animation-delay: var(--d);
}
@keyframes cal-fill {
  0%, 70% { opacity: 0; transform: translateY(4px); }
  10%, 60% { opacity: 1; transform: translateY(0); }
}
.cc-net {
  width: 6px; height: 6px; border-radius: 999px; background: var(--brand-orange); margin-right: 3px;
}
.cal-cell.fill:nth-child(8n+0) .cc-net { background: var(--brand-sky); }
.cal-cell.fill:nth-child(3n+0) .cc-net { background: var(--brand-mint); }
.cal-cell.fill:nth-child(5n+0) .cc-net { background: var(--brand-orange); }
.cal-foot {
  padding: 8px 12px; border-top: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; color: var(--fg-dim);
}
.cal-progress { flex: 1; height: 3px; background: var(--bg-elev); border-radius: 999px; overflow: hidden; }
.cal-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--brand-orange), var(--brand-orange-light)); animation: cal-prog 6s linear infinite; }
@keyframes cal-prog { from { width: 0; } to { width: 100%; } }

.w-inbox {
  position: absolute;
  bottom: 8%; left: 6%;
  width: 220px;
  animation: float-a 7s var(--ease-in-out) infinite;
}
@keyframes float-a { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.inbox-msg {
  padding: 6px 10px; display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  border-bottom: 1px solid var(--border);
}
.inbox-msg:last-of-type { border-bottom: none; }
.ib-avatar {
  width: 20px; height: 20px; border-radius: 999px; background: var(--brand-blue);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; color: #fff; font-weight: 600;
}
.ib-avatar.ai { background: var(--brand-orange); color: #1A0F00; }
.ib-text { flex: 1; color: var(--fg); line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inbox-typing { padding: 6px 10px; display: flex; gap: 3px; }
.inbox-typing .td { width: 4px; height: 4px; border-radius: 999px; background: var(--fg-dim); animation: td-pulse 1.4s infinite; }
.inbox-typing .td:nth-child(2) { animation-delay: .2s; }
.inbox-typing .td:nth-child(3) { animation-delay: .4s; }
@keyframes td-pulse { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }

.w-stats {
  position: absolute;
  bottom: 6%; right: 6%;
  width: 200px;
  animation: float-b 6s var(--ease-in-out) infinite .5s;
}
@keyframes float-b { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.spark { width: 100%; height: 50px; padding: 0 8px; box-sizing: border-box; }
.stats-row { display: flex; justify-content: space-between; padding: 6px 10px 10px; font-size: 10px; gap: 6px; }
.stats-row span { display: flex; flex-direction: column; gap: 2px; }
.stats-row .dim { font-size: 9px; }

/* ---------- TRUST BAR ---------- */
.trust-bar { padding: var(--s-12) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-label { text-align: center; font-size: 11px; color: var(--fg-dim); letter-spacing: 0.18em; margin-bottom: var(--s-6); font-weight: 500; }
.trust-logos {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: var(--s-8) var(--s-10);
  align-items: center;
}
.trust-logo {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--fg-muted); font-weight: 500;
  opacity: .85;
  transition: opacity .2s, color .2s;
}
.trust-logo:hover { opacity: 1; color: var(--fg); }
.tl-mark {
  width: 24px; height: 24px; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; color: #fff;
}
.trust-divider { height: 1px; background: var(--border); margin: var(--s-8) 0; }
.trust-channels {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: var(--s-3) var(--s-6); align-items: center;
}
.trust-channels .dim { font-size: 11px; letter-spacing: 0.15em; margin-right: 16px; }
.tc {
  font-size: 13px; color: var(--fg-muted);
  position: relative; padding: 0 12px;
}
.tc::after { content: ""; position: absolute; right: -6px; top: 50%; width: 3px; height: 3px; border-radius: 999px; background: var(--fg-faint); transform: translateY(-50%); }
.tc:last-child::after { display: none; }

/* ---------- VS SECTION ---------- */
.vs-section {}
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: var(--s-6);
  align-items: stretch;
}
@media (max-width: 760px) {
  .vs-grid { grid-template-columns: 1fr; }
  .vs-divider { display: none; }
}
.vs-col {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s-8);
  background: var(--bg-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.vs-before { border-style: dashed; opacity: .82; }
.vs-after {
  border-color: rgba(243, 146, 33, 0.35);
  background: linear-gradient(180deg, rgba(243, 146, 33, 0.04) 0%, transparent 100%), var(--bg-glass);
  box-shadow: 0 0 0 1px rgba(243, 146, 33, 0.1), 0 24px 60px -24px rgba(243, 146, 33, 0.25);
}
.vs-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s-6); padding-bottom: var(--s-4); border-bottom: 1px solid var(--border); }
.vs-tag { font-size: 17px; font-weight: 600; color: var(--fg-muted); letter-spacing: -0.015em; }
.vs-tag.with { color: var(--brand-orange); }
.vs-mini { font-size: 11px; color: var(--fg-dim); }
.vs-list { display: flex; flex-direction: column; gap: 12px; }
.vs-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--fg-muted); line-height: 1.45; }
.vs-after .vs-list li { color: var(--fg); }
.vs-x { color: var(--fg-faint); font-weight: 600; font-size: 12px; flex-shrink: 0; width: 18px; text-align: center; padding-top: 2px; }
.vs-check { color: var(--brand-mint); font-weight: 700; font-size: 14px; flex-shrink: 0; width: 18px; text-align: center; padding-top: 1px; }
.vs-divider { display: flex; align-items: center; justify-content: center; }
.vs-arrow {
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--brand-orange);
  color: #1A0F00;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 600;
  box-shadow: 0 0 0 6px rgba(243, 146, 33, 0.12), 0 0 24px rgba(243, 146, 33, 0.45);
}

/* ---------- HOW SECTION ---------- */
.how-section {}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-6);
}
@media (max-width: 920px) { .how-grid { grid-template-columns: 1fr; } }
.how-step {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s-8);
  background: var(--bg-glass);
  display: flex; flex-direction: column; gap: var(--s-3);
  position: relative;
}
.how-step::before {
  content: "";
  position: absolute; top: 0; left: var(--s-8); right: var(--s-8); height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-orange), transparent);
  border-radius: 999px;
  opacity: 0;
  transition: opacity .3s;
}
.how-step:hover::before { opacity: .8; }
.how-num {
  font-size: 13px;
  color: var(--brand-orange); font-weight: 500;
  letter-spacing: 0.1em;
}
.how-step h3 { letter-spacing: -0.015em; }
.how-step p { color: var(--fg-muted); font-size: 14.5px; line-height: 1.55; text-wrap: pretty; }
.how-illus {
  margin-top: auto;
  padding: var(--s-4);
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; flex-direction: column; gap: 6px;
  min-height: 120px;
}
.hi-row { display: flex; align-items: center; gap: 10px; font-size: 12px; font-family: var(--font-mono); }
.hi-net {
  width: 28px; height: 22px; border-radius: 4px;
  background: var(--bg-elev-2); border: 1px solid var(--border-strong);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 10px;
}
.hi-dash { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--border-strong), var(--border-strong) 3px, transparent 3px, transparent 6px); }
.hi-status { color: var(--brand-mint); font-size: 11px; }
.hi-status.pending { color: var(--brand-orange); }
.brand-card { display: flex; gap: 6px; }
.bc-swatch { width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border-strong); }
.brand-tone { display: flex; gap: 6px; flex-wrap: wrap; }
.tg-msg {
  display: flex; flex-direction: column; gap: 6px;
  background: #229ED9;
  background: linear-gradient(135deg, #229ED9 0%, #1B7FB0 100%);
  padding: 10px 12px; border-radius: 10px 10px 10px 2px;
  color: #fff; font-size: 12px;
}
.tg-bot { font-size: 10px; opacity: .8; font-family: var(--font-mono); }
.tg-actions { display: flex; gap: 6px; margin-top: 4px; }
.tg-btn { background: rgba(255,255,255,.18); padding: 4px 8px; border-radius: 6px; font-size: 11px; font-weight: 500; }
.tg-btn.yes { background: #fff; color: #1B7FB0; }

/* ---------- PILARES ---------- */
.pilares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}
@media (max-width: 920px) { .pilares-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .pilares-grid { grid-template-columns: 1fr; } }
.pilar { display: flex; flex-direction: column; gap: 8px; padding: var(--s-6); }
.pilar-num { font-size: 11px; color: var(--fg-dim); position: absolute; top: 14px; right: 16px; }
.pilar h3 { font-size: 16.5px; }
.pilar p { font-size: 13.5px; line-height: 1.5; }
.pilar-arrow {
  font-size: 11px; color: var(--fg-dim);
  margin-top: auto; padding-top: 10px;
  transition: color .15s, transform .15s;
  display: inline-block;
}
.pilar:hover .pilar-arrow { color: var(--brand-orange); transform: translateX(2px); }
.pilar.accent-orange { border-color: rgba(243, 146, 33, 0.3); background: linear-gradient(180deg, rgba(243, 146, 33, 0.06) 0%, transparent 100%), var(--bg-glass); }

/* ---------- MOCKUPS SECTION ---------- */
.mockups-section {}
.mock-tabs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px;
  margin-bottom: var(--s-8);
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.mock-tabs button {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--fg-muted);
  font-weight: 500;
  transition: color .15s, background-color .15s;
}
.mock-tabs button:hover { color: var(--fg); }
.mock-tabs button.active { background: var(--bg-elev-2); color: var(--fg); box-shadow: 0 1px 0 rgba(255,255,255,.04) inset; }
[data-theme="light"] .mock-tabs button.active { background: #fff; box-shadow: 0 1px 3px rgba(10,15,31,.08); }

.mock-stage { position: relative; min-height: 540px; }
.mock-panel { position: relative; display: none; }
.mock-panel.active { display: block; animation: fade-in .35s var(--ease-out); }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.mock-window {
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.mw-bar {
  display: flex; align-items: center; gap: var(--s-3);
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elev-2);
}
.mw-dots { display: inline-flex; gap: 6px; }
.mw-dots i { width: 10px; height: 10px; border-radius: 999px; }
.mw-dots i:nth-child(1) { background: #FF5F57; }
.mw-dots i:nth-child(2) { background: #FEBC2E; }
.mw-dots i:nth-child(3) { background: #28C840; }
.mw-title { font-size: 12px; color: var(--fg-muted); flex: 1; }
.mw-tabs { display: flex; gap: 4px; font-size: 11px; }
.mw-tabs span {
  padding: 4px 10px; border-radius: 5px; color: var(--fg-dim);
  background: transparent;
}
.mw-tabs span.active { background: var(--bg); color: var(--fg); }
.mw-body { min-height: 480px; }

/* Dashboard mock */
.dash-body { display: grid; grid-template-columns: 200px 1fr; min-height: 480px; }
.dash-side {
  border-right: 1px solid var(--border);
  padding: 10px; display: flex; flex-direction: column; gap: 2px;
  font-size: 13px;
}
.ds-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 6px;
  color: var(--fg-muted); cursor: pointer;
  position: relative;
}
.ds-item:hover { background: var(--bg-elev-2); color: var(--fg); }
.ds-item.active { background: var(--bg-elev-2); color: var(--fg); }
.ds-item.active::before {
  content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px; background: var(--brand-orange); border-radius: 999px;
}
.ds-badge { margin-left: auto; background: var(--brand-orange); color: #1A0F00; font-family: var(--font-mono); font-size: 10px; font-weight: 600; padding: 1px 6px; border-radius: 999px; }
.ds-foot { margin-top: auto; padding: 8px 10px; font-size: 11px; color: var(--fg-dim); }
.dash-main { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-4); }
.dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-3); }
.dash-kpi {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s-4);
  display: flex; flex-direction: column; gap: 4px;
}
.dk-label { font-size: 11px; color: var(--fg-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.dk-val { font-size: 24px; font-weight: 600; letter-spacing: -0.025em; }
.dk-delta { font-size: 12px; }
.dk-delta.up { color: var(--brand-mint); }
.dash-chart {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s-4);
}
.dc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 11.5px; color: var(--fg-muted); }
.dash-chart svg { width: 100%; height: 130px; }
.dash-mini { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.dm-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-md); padding: var(--s-4); }
.dm-title { font-size: 11px; color: var(--fg-dim); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.dm-q { font-size: 14px; font-weight: 500; line-height: 1.35; margin-bottom: 6px; letter-spacing: -0.005em; }
.dm-meta { display: flex; gap: 8px; align-items: center; }
.dm-list { display: flex; flex-direction: column; gap: 6px; font-size: 12px; line-height: 1.4; color: var(--fg-muted); }
.dm-tag {
  display: inline-block; font-family: var(--font-mono); font-size: 9px;
  background: var(--bg-elev-2); border: 1px solid var(--border-strong); color: var(--brand-sky);
  padding: 1px 5px; border-radius: 4px; margin-right: 6px; font-weight: 500;
}

@media (max-width: 860px) {
  .dash-body { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .dash-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-mini { grid-template-columns: 1fr; }
}

/* Calendar mock */
.cal-body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }
.cal-tools { display: flex; flex-wrap: wrap; gap: 6px; }
.ct-pill {
  font-size: 12px; padding: 6px 10px; border-radius: 6px;
  background: var(--brand-orange); color: #1A0F00; font-weight: 600;
  font-family: var(--font-mono);
}
.ct-pill.secondary { background: var(--bg); color: var(--fg-muted); border: 1px solid var(--border); font-weight: 500; }
.cal-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
@media (max-width: 760px) { .cal-week { grid-template-columns: repeat(2, 1fr); } }
.cw-day { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 8px; display: flex; flex-direction: column; gap: 6px; min-height: 140px; }
.cw-h { font-size: 10px; color: var(--fg-dim); letter-spacing: 0.08em; }
.cw-post { font-size: 11px; padding: 6px 8px; border-radius: 5px; background: var(--bg-elev-2); border-left: 2px solid var(--brand-orange); display: flex; flex-direction: column; gap: 2px; line-height: 1.3; }
.cw-post.ig { border-left-color: #E1306C; }
.cw-post.tk { border-left-color: #FF0050; }
.cw-post.in { border-left-color: #0A66C2; }
.cw-post.fb { border-left-color: #1877F2; }
.cw-post.yt { border-left-color: #FF0000; }
.cw-post.x { border-left-color: var(--fg); }
.cw-net { font-family: var(--font-mono); font-size: 9px; color: var(--fg-dim); margin-right: 4px; }
.cw-st { font-size: 9px; }
.cw-st.live { color: var(--brand-mint); }

.cal-chat {
  background: var(--bg); border: 1px solid var(--border-hot); border-radius: var(--r-md); padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.cc-bot { font-size: 11px; color: var(--brand-orange); font-family: var(--font-mono); }
.cc-msg { font-size: 14px; }
.cc-status { font-size: 11px; color: var(--fg-dim); }

/* Inbox mock */
.inbox-body { display: grid; grid-template-columns: 280px 1fr; min-height: 480px; }
.ib-list { border-right: 1px solid var(--border); padding: 8px; display: flex; flex-direction: column; gap: 4px; overflow-y: auto; max-height: 480px; }
.ib-conv { padding: 10px; border-radius: 6px; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.ib-conv:hover { background: var(--bg-elev-2); }
.ib-conv.active { background: var(--bg-elev-2); position: relative; }
.ib-conv.active::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px; background: var(--brand-orange); border-radius: 999px; }
.ib-c-head { display: flex; align-items: center; gap: 6px; }
.ib-avatar { width: 24px; height: 24px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 11px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.ib-avatar.sm { width: 22px; height: 22px; font-size: 10px; }
.ib-avatar.ai { background: var(--brand-orange); color: #1A0F00; }
.ib-name { font-size: 13px; font-weight: 500; flex: 1; }
.ib-c-msg { font-size: 12.5px; color: var(--fg-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ib-c-meta { font-size: 10px; color: var(--fg-dim); }
.ib-chat { padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-3); }
.ib-c-banner { display: flex; align-items: center; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); font-size: 11px; color: var(--fg-dim); }
.ib-msg { display: flex; gap: 8px; align-items: flex-end; }
.ib-msg.out { justify-content: flex-end; }
.ib-bub { background: var(--bg-elev-2); border: 1px solid var(--border); padding: 8px 12px; border-radius: 12px 12px 12px 2px; font-size: 13px; max-width: 76%; line-height: 1.4; }
.ib-msg.out .ib-bub { background: var(--brand-blue); color: #fff; border-color: var(--brand-blue); border-radius: 12px 12px 2px 12px; }
.ib-typing { font-size: 11px; color: var(--fg-dim); padding: 4px 0; }
.ib-snippets { display: flex; flex-wrap: wrap; gap: 6px; }
.ib-snip { font-family: var(--font-mono); font-size: 11px; padding: 3px 8px; border-radius: 999px; background: var(--bg-elev-2); border: 1px solid var(--border); color: var(--brand-sky); }

@media (max-width: 860px) {
  .inbox-body { grid-template-columns: 1fr; }
  .ib-list { max-height: 200px; }
}

/* Editor mock */
.editor-body { display: grid; grid-template-columns: 1fr 320px; min-height: 480px; }
.ed-canvas { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }
.ed-image {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1F2A4D, #0E1428);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}
.ed-image-inner { position: absolute; inset: 12px; border-radius: 8px; background: radial-gradient(circle at 30% 40%, #523816, #2A1F0F); }
.ed-product {
  position: absolute; inset: 25% 30%; border-radius: 50%;
  background: linear-gradient(135deg, #F39221 0%, #FFB84C 100%);
  box-shadow: 0 20px 60px -20px #F39221, inset 0 4px 12px rgba(255, 200, 100, .5);
}
.ed-mask {
  position: absolute; inset: 0; mix-blend-mode: overlay; opacity: 0;
  background: radial-gradient(circle 80px at 70% 30%, rgba(243, 146, 33, .5), transparent);
  animation: mask-pulse 3s var(--ease-in-out) infinite;
}
@keyframes mask-pulse { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
.ed-tools-overlay {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 4px;
  background: var(--bg-glass-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  padding: 6px; border-radius: 999px;
}
.edt { font-size: 11px; padding: 4px 10px; border-radius: 999px; color: var(--fg-muted); font-family: var(--font-mono); }
.edt.active { background: var(--brand-orange); color: #1A0F00; font-weight: 600; }
.ed-prompt { font-size: 12px; color: var(--brand-orange); padding: 6px 10px; background: rgba(243, 146, 33, .08); border: 1px dashed var(--border-hot); border-radius: 6px; }
.ed-side { border-left: 1px solid var(--border); padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-4); overflow-y: auto; max-height: 480px; }
.ed-block { display: flex; flex-direction: column; gap: 6px; }
.ed-block-h { font-size: 11px; color: var(--fg-dim); letter-spacing: 0.1em; }
.ed-msg { padding: 8px 10px; border-radius: 10px; font-size: 12.5px; line-height: 1.4; }
.ed-msg.ai { background: rgba(243, 146, 33, .08); border: 1px solid rgba(243, 146, 33, .25); color: var(--fg); }
.ed-msg.you { background: var(--bg-elev-2); color: var(--fg-muted); align-self: flex-end; }
.ed-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.ed-thumb { aspect-ratio: 1; border-radius: 6px; border: 1px solid var(--border-strong); }
.ed-thumb.v1 { background: linear-gradient(135deg, #2A1F0F 0%, #523816 100%); }
.ed-thumb.v2 { background: linear-gradient(135deg, #0E1428 0%, #2B52A1 100%); }
.ed-thumb.v3 { background: linear-gradient(135deg, #0E1428 0%, #2BB695 100%); }
.ed-refs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.ed-ref { aspect-ratio: 1; border-radius: 6px; background: var(--bg-elev-2); border: 1px solid var(--border); position: relative; overflow: hidden; }
.ed-ref:nth-child(1) { background: radial-gradient(circle at 50% 50%, #F39221 0%, #1A0F00 100%); }
.ed-ref:nth-child(2) { background: linear-gradient(135deg, #6BC5E8 0%, #2B52A1 100%); }
.ed-ref:nth-child(3) { background: linear-gradient(135deg, #1A3B8B 0%, #0A0F1F 100%); }
.er-tag { position: absolute; bottom: 2px; left: 2px; right: 2px; font-size: 8px; background: rgba(0,0,0,.6); color: #fff; padding: 1px 4px; border-radius: 3px; text-align: center; }
.ed-ref.empty { background: transparent; border: 1px dashed var(--border-strong); color: var(--fg-dim); display: flex; align-items: center; justify-content: center; font-size: 16px; }

@media (max-width: 860px) { .editor-body { grid-template-columns: 1fr; } .ed-side { border-left: none; border-top: 1px solid var(--border); max-height: none; } }

/* Telegram mock */
.telegram-body { display: grid; grid-template-columns: 220px 1fr; min-height: 480px; }
.tg-side { border-right: 1px solid var(--border); padding: var(--s-4); display: flex; flex-direction: column; gap: 6px; }
.tg-tool { padding: 8px 10px; border-radius: 6px; background: var(--bg); border: 1px solid var(--border); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.tg-tool-i { width: 24px; height: 24px; border-radius: 6px; background: var(--bg-elev-2); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-sky); font-size: 13px; }
.tg-tool-n { flex: 1; font-family: var(--font-mono); font-weight: 500; }
.tg-chat-body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); background: var(--bg); }
.tg-message { display: flex; flex-direction: column; gap: 4px; max-width: 75%; }
.tg-message.in { align-self: flex-end; align-items: flex-end; }
.tg-message.in .tgm-text { background: #229ED9; color: #fff; padding: 8px 12px; border-radius: 14px 14px 4px 14px; font-size: 13.5px; }
.tg-message.bot .tgm-text { background: var(--bg-elev); border: 1px solid var(--border); padding: 8px 12px; border-radius: 14px 14px 14px 4px; font-size: 13.5px; }
.tg-message.in.voice .tgm-text { background: rgba(34, 158, 217, .15); border: 1px solid rgba(34, 158, 217, .4); color: var(--fg); font-family: var(--font-mono); font-size: 12.5px; }
.tgm-actions { display: flex; gap: 6px; margin-top: 4px; }
.tgm-btn { background: var(--bg-elev-2); border: 1px solid var(--border); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-family: var(--font-mono); }
.tgm-btn.yes { background: var(--brand-mint); border-color: var(--brand-mint); color: #001a13; font-weight: 600; }
.tgm-time { font-size: 10px; color: var(--fg-dim); }

@media (max-width: 860px) { .telegram-body { grid-template-columns: 1fr; } .tg-side { display: none; } }

/* Analytics mock */
.analytics-body { padding: var(--s-5); }
.an-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
@media (max-width: 760px) { .an-grid { grid-template-columns: 1fr; } }
.an-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-md); padding: var(--s-4); }
.an-card.span2 { grid-column: span 2; }
@media (max-width: 760px) { .an-card.span2 { grid-column: auto; } }
.an-h { font-size: 11px; color: var(--fg-dim); letter-spacing: 0.1em; margin-bottom: 10px; }
.an-comp { display: flex; flex-direction: column; gap: 6px; }
.an-var { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 10px; font-size: 12px; }
.an-bar { height: 8px; background: var(--bg-elev-2); border-radius: 999px; overflow: hidden; }
.an-bar i { display: block; height: 100%; width: var(--w); background: var(--brand-sky); border-radius: 999px; }
.an-var.win .an-bar i { background: var(--brand-mint); box-shadow: 0 0 12px rgba(43, 182, 149, .5); }
.an-foot { font-size: 11px; color: var(--fg-dim); margin-top: 10px; }
.an-podium { display: flex; flex-direction: column; gap: 6px; }
.ap-step { padding: 8px 10px; border-radius: 6px; font-size: 12.5px; display: flex; align-items: center; gap: 8px; }
.ap-step.gold { background: linear-gradient(90deg, rgba(243, 146, 33, .15), transparent); border-left: 2px solid var(--brand-orange); }
.ap-step.silver { background: linear-gradient(90deg, rgba(155, 178, 232, .1), transparent); border-left: 2px solid var(--fg-muted); }
.ap-step.bronze { background: linear-gradient(90deg, rgba(196, 69, 54, .12), transparent); border-left: 2px solid #C44536; }
.an-funnel { display: flex; flex-direction: column; gap: 6px; }
.af-row { display: grid; grid-template-columns: 30px 1fr 60px; align-items: center; gap: 10px; font-size: 12px; }
.af-net { font-family: var(--font-mono); font-size: 10px; color: var(--fg-dim); }
.af-bar { height: 22px; background: var(--bg-elev-2); border-radius: 4px; overflow: hidden; }
.af-bar i { display: block; height: 100%; width: var(--w); background: linear-gradient(90deg, var(--brand-orange), var(--brand-orange-light)); }
.an-hyp { display: flex; flex-direction: column; gap: 6px; font-size: 12px; }
.ah-row { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; padding: 6px; border-radius: 4px; }
.ah-row:hover { background: var(--bg-elev-2); }

/* Mockup annotations */
.mock-anno { position: absolute; inset: 0; pointer-events: none; }
.ma-pin {
  position: absolute;
  top: var(--top); left: var(--left);
  background: var(--brand-orange);
  color: #1A0F00;
  font-size: 12px; font-weight: 500;
  padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 10px 24px -8px rgba(243, 146, 33, .6);
  white-space: nowrap;
  transform: translateY(-50%);
  animation: pin-bob 3s var(--ease-in-out) infinite;
}
@keyframes pin-bob { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 4px)); } }
@media (max-width: 760px) { .mock-anno { display: none; } }

/* ---------- NOT SECTION ---------- */
.not-section {}
.not-section .card { padding: var(--s-8); }
.not-section .card h3 { font-size: 22px; line-height: 1.2; margin-bottom: var(--s-3); letter-spacing: -0.02em; font-weight: 500; }
.not-section .card p { font-size: 14.5px; }
.not-tag {
  display: inline-block;
  font-size: 10px; padding: 3px 10px; border-radius: 999px;
  background: rgba(243, 146, 33, 0.12); color: var(--brand-orange);
  border: 1px solid var(--border-hot);
  letter-spacing: 0.18em; font-weight: 600;
  margin-bottom: var(--s-4);
}

/* ---------- WHY SECTION ---------- */
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s-3); }
@media (max-width: 1100px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .why-grid { grid-template-columns: 1fr; } }
.why-card {
  padding: var(--s-6);
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
  transition: transform .2s var(--ease-out), border-color .2s;
}
.why-card:hover { transform: translateY(-3px); border-color: var(--border-strong); }
.why-num { font-size: 11px; color: var(--fg-dim); margin-bottom: 4px; }
.why-card h3 { font-size: 16px; letter-spacing: -0.015em; }
.why-card p { font-size: 13.5px; color: var(--fg-muted); line-height: 1.5; text-wrap: pretty; }
.why-vs { font-size: 11px; color: var(--fg-dim); margin-top: auto; padding-top: 10px; border-top: 1px dashed var(--border); }
.why-card.accent-mint { border-color: rgba(43, 182, 149, .35); }
.why-foot { text-align: center; margin-top: var(--s-8); color: var(--fg-dim); font-size: 13px; }
.why-foot a { color: var(--brand-orange); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- LATAM SECTION ---------- */
.latam-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--s-12); align-items: center; }
@media (max-width: 860px) { .latam-grid { grid-template-columns: 1fr; } }
.latam-copy { display: flex; flex-direction: column; gap: var(--s-5); }
.latam-points { display: flex; flex-direction: column; gap: var(--s-3); margin-top: var(--s-4); }
.lp { display: flex; align-items: flex-start; gap: var(--s-3); font-size: 14.5px; color: var(--fg); line-height: 1.5; }
.lp strong { font-weight: 600; }
.lp-icon {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
  background: var(--bg-elev-2); border: 1px solid var(--border-strong);
  display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
}
.latam-visual {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s-8);
  display: flex; flex-direction: column; align-items: center; gap: var(--s-5);
}
.map-svg { max-width: 280px; width: 100%; height: auto; }
.latam-stats { width: 100%; display: flex; flex-direction: column; gap: 8px; padding-top: var(--s-4); border-top: 1px solid var(--border); }
.ls-row { display: flex; justify-content: space-between; font-size: 12.5px; }

/* ---------- PRICING ---------- */
.pricing-section {}
.early-banner {
  display: flex; align-items: center; justify-content: center; gap: var(--s-3);
  padding: 12px var(--s-5);
  border: 1px solid var(--border-hot);
  background: rgba(243, 146, 33, .06);
  border-radius: 999px;
  width: fit-content; max-width: 100%;
  margin: 0 auto var(--s-8);
  font-size: 14px; color: var(--fg);
}
@media (max-width: 540px) { .early-banner { font-size: 12.5px; flex-wrap: wrap; text-align: center; } }
.early-banner strong { font-weight: 600; }
.pricing-toggle { display: flex; flex-direction: column; align-items: center; gap: var(--s-6); }
.pricing-toggle > button {
  /* the toggle row */
}
.pricing-toggle::before {
  content: "";
}
.pricing-section [data-pricing] { width: 100%; }
[data-pricing] { position: relative; }
[data-pricing] > button[data-pricing-toggle] {
  display: inline-flex;
}
.pricing-toggle {
  /* override: arrange the two toggle buttons inline */
}
[data-pricing] > button[data-pricing-toggle]:nth-of-type(1),
[data-pricing] > button[data-pricing-toggle]:nth-of-type(2) {
  margin: 0;
}

/* toggle wrapper */
[data-pricing] {
  display: flex; flex-direction: column; align-items: center; gap: var(--s-6); width: 100%;
}
[data-pricing] > button[data-pricing-toggle] {
  display: none;
}
[data-pricing]::before {
  /* will replace with real toggles in markup below */
}
/* Use the existing toggles markup: stack them */
.pricing-toggle [data-pricing-toggle] {
  display: inline-flex !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px; font-weight: 500;
  background: transparent;
  color: var(--fg-muted);
  border: 1px solid transparent;
  align-items: center; gap: 8px;
}
.pricing-toggle [data-pricing-toggle].active {
  background: var(--bg-elev-2);
  color: var(--fg);
  border-color: var(--border-strong);
}
/* Container for the two toggle buttons */
.pricing-toggle > [data-pricing-toggle] + [data-pricing-toggle] { margin-left: 4px; }

/* group the toggles visually */
.pricing-toggle { position: relative; }
.pricing-toggle::after { content: ""; }

/* Hide annual values by default */
[data-pricing][data-mode="monthly"] [data-yr] { display: none; }
[data-pricing][data-mode="monthly"] [data-yr-only] { display: none; }
[data-pricing][data-mode="annual"] [data-mo] { display: none; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
  width: 100%;
  margin-top: var(--s-2);
}
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pricing-grid { grid-template-columns: 1fr; } }

.price-card {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s-6);
  display: flex; flex-direction: column; gap: var(--s-4);
  position: relative;
  transition: border-color .2s, transform .2s var(--ease-out);
}
.price-card:hover { transform: translateY(-3px); border-color: var(--border-strong); }
.price-card.popular {
  border-color: rgba(243, 146, 33, .5);
  background: linear-gradient(180deg, rgba(243, 146, 33, .06) 0%, transparent 60%), var(--bg-glass);
  box-shadow: 0 0 0 1px rgba(243, 146, 33, .15), 0 32px 80px -32px rgba(243, 146, 33, .35);
}
.pc-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--brand-orange); color: #1A0F00;
  font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 999px;
  font-family: var(--font-mono); letter-spacing: 0.04em;
}
.pc-h { display: flex; flex-direction: column; gap: 4px; }
.pc-name { font-size: 18px; font-weight: 600; letter-spacing: -0.015em; }
.pc-tag { font-size: 11px; color: var(--fg-dim); }
.pc-price { display: flex; align-items: baseline; gap: 6px; }
.pc-amount { font-size: 38px; font-weight: 600; letter-spacing: -0.03em; }
.pc-per { font-size: 12px; color: var(--fg-dim); }
.pc-save { font-size: 11px; }
.pc-cta { width: 100%; }
.pc-list { display: flex; flex-direction: column; gap: 10px; padding-top: var(--s-4); border-top: 1px solid var(--border); }
.pc-list li { display: flex; gap: 10px; font-size: 13px; color: var(--fg-muted); line-height: 1.4; align-items: flex-start; }
.pc-check { color: var(--brand-mint); font-weight: 600; flex-shrink: 0; width: 14px; }
.pc-x { color: var(--fg-faint); flex-shrink: 0; width: 14px; }
.pricing-foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--s-3);
  margin-top: var(--s-6);
  font-size: 13px;
}

/* ---------- OBJECTIONS ---------- */
.obj-section {}
.obj-card {
  padding: var(--s-8);
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.obj-q { font-size: 22px; font-weight: 500; color: var(--fg-muted); margin-bottom: var(--s-4); letter-spacing: -0.02em; font-style: italic; }
.obj-card p { font-size: 14.5px; line-height: 1.55; color: var(--fg); text-wrap: pretty; }
.obj-card strong { color: var(--fg); font-weight: 600; }

/* ---------- GUARANTEE ---------- */
.guarantee-card {
  display: flex; align-items: center; gap: var(--s-8);
  padding: var(--s-10);
  border: 1px solid var(--border-hot);
  background: linear-gradient(135deg, rgba(243, 146, 33, .08) 0%, transparent 60%), var(--bg-glass);
  border-radius: var(--r-2xl);
  box-shadow: 0 24px 60px -20px rgba(243, 146, 33, .25);
}
.gc-seal { flex-shrink: 0; }
.gc-copy { display: flex; flex-direction: column; gap: var(--s-3); }
.gc-meta { font-size: 12px; color: var(--fg-dim); }
@media (max-width: 640px) { .guarantee-card { flex-direction: column; text-align: center; padding: var(--s-6); } }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: var(--s-2); }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--bg-glass); overflow: hidden; }
.faq-q {
  width: 100%; padding: var(--s-5) var(--s-6);
  display: flex; justify-content: space-between; align-items: center; gap: var(--s-4);
  font-size: 16px; font-weight: 500; text-align: left;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.faq-icon { font-size: 18px; color: var(--brand-orange); transition: transform .2s; font-weight: 400; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s var(--ease-out);
}
.faq-a p { padding: 0 var(--s-6) var(--s-5); color: var(--fg-muted); font-size: 14.5px; line-height: 1.6; text-wrap: pretty; }
.faq-item.open .faq-a { max-height: 300px; }

/* ---------- CTA FINAL ---------- */
.cta-final { padding-top: var(--s-10); }
.cta-card {
  padding: var(--s-16) var(--s-8);
  border-radius: var(--r-2xl);
  background:
    radial-gradient(ellipse at top, rgba(43, 82, 161, 0.35) 0%, transparent 60%),
    var(--bg-elev);
  border: 1px solid var(--border-strong);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: var(--s-4);
  position: relative;
  overflow: hidden;
}
.cta-card .lede { max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-form {
  display: flex; gap: 8px;
  max-width: 480px; width: 100%;
  margin-top: var(--s-3);
  z-index: 1;
}
@media (max-width: 540px) { .cta-form { flex-direction: column; } }
.cta-form .input { background: var(--bg); }
.cta-meta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-5); z-index: 1; }
.cta-curves { position: absolute; left: 0; right: 0; bottom: 0; height: 200px; pointer-events: none; opacity: .6; }
.cta-curves svg { width: 100%; height: 100%; }

/* ---------- Mobile adjustments ---------- */
@media (max-width: 540px) {
  .hero-stage { aspect-ratio: 1 / 1.05; }
  .hero-copy .h-display { font-size: 2.2rem; }
  section { padding: var(--s-16) 0; }
  .vs-col { padding: var(--s-5); }
  .cal-grid { padding: 8px; }
  .hero .aeo-lede { display: none; }
}
