/* ============ HERO ============ */
.hero{padding:calc(var(--nav) + 48px) 0 64px;position:relative;overflow:hidden}
.hero-grid-layout{display:grid;grid-template-columns:1.1fr 0.9fr;gap:56px;align-items:center;position:relative;z-index:1}
@media (max-width:968px){ .hero-grid-layout{grid-template-columns:1fr;gap:36px} }

.hero-h1{font-size:3.5rem;line-height:1.02;letter-spacing:-0.04em;margin-bottom:20px}
@media (max-width:768px){ .hero-h1{font-size:2.2rem} }
@media (max-width:380px){ .hero-h1{font-size:1.9rem} }
.hero-h1 .accent-text{color:var(--text-primary)}
.hero-sub{font-size:16px;line-height:1.7;color:var(--text-secondary);max-width:520px;margin-bottom:28px}
@media (max-width:768px){ .hero-sub{font-size:14.5px} }
.hero-sub strong{color:var(--text-primary);font-weight:600}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}
@media (max-width:480px){ .hero-ctas{flex-direction:column} .hero-ctas .btn{width:100%} }
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-top:1px solid var(--border-subtle);padding-top:20px;max-width:480px}
@media (max-width:480px){ .hero-stats{grid-template-columns:repeat(2,1fr);row-gap:20px;max-width:100%} }
.stat-n{font-size:20px;font-weight:700;letter-spacing:-0.02em;color:var(--text-primary)}
@media (max-width:768px){ .stat-n{font-size:18px} }
.stat-l{font-size:11px;color:var(--text-secondary);margin-top:2px;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}

/* ============ CONSOLE ============ */
/* Dark mode: frosted glass over the navy, for depth against the page's
   near-black canvas. Light mode deliberately stays solid navy — that's
   the signature "dark window on white canvas" reversal from the brief,
   and glass would undermine the contrast that makes it work. */
.console{background:var(--container-navy);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.06);
  box-shadow:0 30px 60px -30px rgba(0,0,0,.5)}
html:not([data-theme="light"]) .console{
  background:rgba(11,22,44,.58);
  backdrop-filter:blur(22px) saturate(150%);
  -webkit-backdrop-filter:blur(22px) saturate(150%);
  border:1px solid rgba(255,255,255,.09);
}
.console-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.console-dot-row{display:flex;align-items:center;gap:8px}
.console-live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-glint-solid);box-shadow:0 0 0 3px rgba(224,242,254,.18)}
.console-label{font-size:11.5px;color:rgba(255,255,255,.55);letter-spacing:.06em;text-transform:uppercase}
.console-tabs{display:flex;gap:2px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;
  padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);scrollbar-width:none}
.console-tabs::-webkit-scrollbar{display:none}
.ctab{flex-shrink:0;background:transparent;border:none;color:rgba(255,255,255,.5);font-size:12.5px;font-weight:600;
  padding:8px 14px;border-radius:8px;cursor:pointer;transition:all .2s}
.ctab.active{background:rgba(255,255,255,.08);color:#fff}
.ctab:hover:not(.active){color:rgba(255,255,255,.8)}
.console-body{padding:18px;min-height:300px}
.crow{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.crow:last-child{border-bottom:none}
.crow-av{width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:rgba(255,255,255,.85);flex-shrink:0}
.crow-main{flex:1;min-width:0}
.crow-title{font-size:13px;font-weight:600;color:#fff}
.crow-sub{font-size:12px;color:rgba(255,255,255,.5);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crow-meta{font-size:11px;color:rgba(255,255,255,.4);flex-shrink:0}
.console-status{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 14px;margin-bottom:14px}
.console-status-text{font-size:12.5px;color:rgba(255,255,255,.75);font-weight:600}
.console-status-note{font-size:11px;color:rgba(255,255,255,.45)}
.console-track{height:3px;background:rgba(255,255,255,.1);border-radius:99px;overflow:hidden;margin-top:8px}
.console-track-fill{height:100%;background:var(--accent-glint-solid);border-radius:99px;transform-origin:left;
  animation:trackDeplete 18s linear infinite}
@keyframes trackDeplete{
  0%   { transform:scaleX(1); }
  92%  { transform:scaleX(.04); }
  100% { transform:scaleX(.04); }
}
@media (prefers-reduced-motion: reduce){ .console-track-fill{animation:none} }
.otp-pill{display:flex;align-items:center;gap:10px;background:rgba(224,242,254,.08);border:1px solid rgba(224,242,254,.18);
  border-radius:9px;padding:8px 10px;margin-top:8px}
.otp-num{font-size:15px;font-weight:700;letter-spacing:.06em;color:#E0F2FE;font-variant-numeric:tabular-nums}
.copy-btn{margin-left:auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;
  font-size:10.5px;font-weight:700;letter-spacing:.05em;padding:5px 9px;border-radius:6px;cursor:pointer;flex-shrink:0}
.copy-btn:hover{background:rgba(255,255,255,.14)}
.console-cta{display:block;text-align:center;margin-top:16px;padding:11px;border-radius:9px;background:var(--accent-glint-solid);
  color:var(--accent-ink);font-size:13px;font-weight:700}

/* ============ FEATURE ROWS ============ */
.feature-list{border-top:1px solid var(--border-subtle)}
.feature-row{display:grid;grid-template-columns:220px 1fr;gap:28px;padding:28px 0;border-bottom:1px solid var(--border-subtle)}
@media (max-width:768px){ .feature-row{grid-template-columns:1fr;gap:8px;padding:22px 0} }
.feature-row h3{font-size:17px;letter-spacing:-0.01em;margin-bottom:6px}
.feature-row p{font-size:14.5px;color:var(--text-secondary);line-height:1.65;max-width:560px}
.feature-tag{font-size:11px;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;padding-top:2px}

/* ============ STEPS ============ */
.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden}
@media (max-width:768px){ .steps-row{grid-template-columns:1fr} }
.step-cell{padding:28px}
.step-cell{border-right:1px solid var(--border-subtle)}
.step-cell:last-child{border-right:none}
@media (max-width:768px){ .step-cell{border-right:none;border-bottom:1px solid var(--border-subtle);padding:24px} .step-cell:last-child{border-bottom:none} }
.step-num{font-size:12px;font-weight:700;color:var(--text-secondary);letter-spacing:.05em;margin-bottom:10px}
.step-cell h3{font-size:16px;margin-bottom:8px}
.step-cell p{font-size:14px;color:var(--text-secondary);line-height:1.6}

/* ============ PRICING ============ */
.pricing-switch{display:flex;gap:2px;padding:3px;border:1px solid var(--border-subtle);border-radius:11px;
  width:max-content;max-width:100%;margin-bottom:36px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.pricing-switch::-webkit-scrollbar{display:none}
.psw-btn{background:transparent;border:none;color:var(--text-secondary);font-size:12.5px;font-weight:600;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}
.psw-btn.on{background:var(--text-primary);color:var(--bg-app)}
html[data-theme="light"] .psw-btn.on{background:var(--container-navy);color:#fff}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden}
@media (max-width:860px){ .pricing-grid{grid-template-columns:1fr} }
.ptier{padding:28px;border-right:1px solid var(--border-subtle);position:relative}
.ptier:last-child{border-right:none}
@media (max-width:860px){ .ptier{border-right:none;border-bottom:1px solid var(--border-subtle)} .ptier:last-child{border-bottom:none} }
.ptier.featured{background:color-mix(in srgb, var(--accent-glint-solid) 5%, transparent)}
.ptier-badge{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--accent-ink);background:var(--accent-glint-solid);padding:4px 9px;border-radius:99px;margin-bottom:14px}
.ptier-name{font-size:13.5px;font-weight:600;color:var(--text-secondary);margin-bottom:10px}
.ptier-price{font-size:32px;font-weight:800;letter-spacing:-0.03em;color:var(--text-primary)}
.ptier-price sub{font-size:15px;font-weight:600;color:var(--text-secondary)}
.ptier-period{font-size:12.5px;color:var(--text-secondary);margin:6px 0 20px}
.ptier-list{list-style:none;margin-bottom:24px}
.ptier-list li{font-size:13.5px;color:var(--text-primary);padding:8px 0;border-top:1px solid var(--border-subtle);display:flex;gap:8px}
.ptier-list li:first-child{border-top:none}
.ptier-list li::before{content:'—';color:var(--text-secondary);flex-shrink:0}
.pricing-note{margin-top:20px;font-size:13px;color:var(--text-secondary);line-height:1.6;padding:14px 16px;border:1px solid var(--border-subtle);border-radius:10px}

/* Small country-code badge — used instead of flag emoji, fits the
   quiet/no-decorative-graphics system better than a literal flag icon */
.cc-badge{display:inline-block;font-size:9.5px;font-weight:800;letter-spacing:.03em;
  border:1px solid currentColor;opacity:.65;border-radius:4px;padding:1px 4px;
  margin-right:6px;vertical-align:1px}

/* Inline SVG icon inside status text / ticker rows */
.row-ico{width:14px;height:14px;flex-shrink:0;vertical-align:-2px;margin-right:5px;display:inline-block}
.ticker-inner .row-ico{width:13px;height:13px;margin-right:0}
