/* ============================================================
   OmniSales — Coming Soon landing
   Brand: #993EFD -> #3BAEFE gradient, Axiforma (display) + Poppins (body)
   ============================================================ */

/* ----------  Fonts (brand, self-hosted subset)  ---------- */
@font-face { font-family: "Axiforma"; src: url("../fonts/axiforma-600.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Axiforma"; src: url("../fonts/axiforma-700.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Axiforma"; src: url("../fonts/axiforma-800.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Axiforma"; src: url("../fonts/axiforma-900.woff") format("woff"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-400.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-500.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }

/* ----------  Tokens  ---------- */
:root {
  --bg: #08080c;
  --bg-soft: #0d0d15;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);

  --text: #f5f5f8;
  --text-muted: #a7a8b4;
  --text-dim: #797a86;

  --brand-1: #993efd;
  --brand-2: #3baefe;
  --grad: linear-gradient(135deg, #993efd 0%, #3baefe 100%);
  --grad-rev: linear-gradient(135deg, #3baefe 0%, #993efd 100%);

  --font-display: "Axiforma", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1120px;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------  Reset  ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 200;
  transform: translateY(-160%);
  background: var(--surface-2); border: 1px solid var(--border-strong);
  color: var(--text); padding: 10px 16px; border-radius: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  transition: transform 0.2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 2px solid var(--brand-2);
  outline-offset: 3px;
  border-radius: 6px;
}

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: 72px;
}
.brand img { height: 26px; width: auto; }

.lang-switch {
  display: inline-flex; align-items: center;
  padding: 4px; gap: 2px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-pill);
}
.lang-btn {
  border: 0; background: transparent; color: var(--text-muted);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.02em; padding: 6px 14px; border-radius: var(--radius-pill);
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.lang-btn:hover { color: var(--text); }
.lang-btn.is-active { color: #fff; background: var(--grad); box-shadow: 0 6px 18px -8px rgba(123, 88, 250, 0.9); }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 68px) 0 clamp(24px, 4vw, 44px); }
.hero-inner { position: relative; z-index: 2; max-width: 820px; margin-inline: auto; text-align: center; }

.aurora { position: absolute; inset: -20% -10% auto -10%; height: 130%; z-index: 1; pointer-events: none; filter: blur(70px); }
.orb { position: absolute; display: block; border-radius: 50%; opacity: 0.5; will-change: transform; }
.orb-1 { width: 44vw; height: 44vw; max-width: 620px; max-height: 620px; top: -12%; left: -6%;
  background: radial-gradient(circle at 30% 30%, rgba(153, 62, 253, 0.85), transparent 62%);
  animation: float1 18s ease-in-out infinite; }
.orb-2 { width: 40vw; height: 40vw; max-width: 560px; max-height: 560px; top: -18%; right: -8%;
  background: radial-gradient(circle at 60% 40%, rgba(59, 174, 254, 0.8), transparent 62%);
  animation: float2 22s ease-in-out infinite; }
.orb-3 { width: 34vw; height: 34vw; max-width: 480px; max-height: 480px; top: 34%; left: 32%;
  background: radial-gradient(circle at 50% 50%, rgba(124, 92, 255, 0.55), transparent 60%);
  animation: float3 26s ease-in-out infinite; }
@keyframes float1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(6%, 5%) scale(1.08); } }
@keyframes float2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-5%, 7%) scale(1.1); } }
@keyframes float3 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(4%, -6%) scale(0.94); } }

/* subtle top vignette so header reads cleanly */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 80% at 50% -10%, transparent 40%, var(--bg) 100%);
}

.badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 15px 7px 12px; margin-bottom: 26px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted);
}
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 0 0 rgba(59, 174, 254, 0.55); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(59, 174, 254, 0.5); } 70% { box-shadow: 0 0 0 8px rgba(59, 174, 254, 0); } 100% { box-shadow: 0 0 0 0 rgba(59, 174, 254, 0); } }

.hero-title { font-size: clamp(2.5rem, 6.4vw, 4.6rem); font-weight: 900; letter-spacing: -0.03em; }
.hero-lead { margin: 22px auto 0; max-width: 620px; font-size: clamp(1.02rem, 1.8vw, 1.22rem); color: var(--text-muted); }

/* ----------  Countdown  ---------- */
.countdown { margin-top: 40px; }
.countdown-label {
  display: block; margin-bottom: 12px;
  font-family: var(--font-display); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim);
}
.countdown-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 460px; margin-inline: auto; }
.cd-cell {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 8px 12px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
}
.cd-num {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 5vw, 2.4rem);
  line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cd-unit { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }

/* ============================================================
   Channels
   ============================================================ */
.channels { padding: clamp(28px, 5vw, 52px) 0 clamp(64px, 11vw, 128px); position: relative; }
.section-head { max-width: 640px; margin: 0 auto clamp(36px, 6vw, 60px); text-align: center; }
.eyebrow {
  font-family: var(--font-display); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-2); margin-bottom: 14px;
}
.section-title { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 800; }
.section-sub { margin-top: 16px; font-size: clamp(1rem, 1.6vw, 1.12rem); color: var(--text-muted); }

.channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.channel-card {
  position: relative; isolation: isolate;
  padding: 30px 26px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.channel-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit; padding: 1px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.channel-card::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  border-radius: inherit;
  background: radial-gradient(120% 120% at 50% 0%, rgba(123, 88, 250, 0.14), transparent 60%);
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.channel-card:hover { transform: translateY(-4px); background: var(--surface-2); }
.channel-card:hover::before { opacity: 1; }
.channel-card:hover::after { opacity: 1; }

.channel-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 15px;
}
.channel-icon svg { width: 28px; height: 28px; }
.channel-name { font-size: 1.18rem; font-weight: 700; }
.channel-desc { margin-top: 10px; font-size: 0.96rem; color: var(--text-muted); }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { border-top: 1px solid rgba(255, 255, 255, 0.06); padding: clamp(40px, 6vw, 64px) 0 40px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand img { height: 24px; width: auto; }
.footer-tagline { margin-top: 12px; font-size: 14px; color: var(--text-dim); }

.social { display: flex; gap: 10px; }
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; color: var(--text-muted);
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.social-link:hover { color: #fff; border-color: var(--border-strong); transform: translateY(-2px); }
.social-link svg { width: 19px; height: 19px; }

.footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px; margin-top: 36px; padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.copyright, .footer-soon { font-size: 13px; color: var(--text-dim); }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.channel-card.reveal { transition-delay: var(--d, 0ms); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .header-inner { height: 64px; }
  .brand img { height: 23px; }
  .countdown-grid { gap: 8px; }
  .cd-cell { padding: 14px 4px 10px; }
  .channel-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .orb, .badge-dot { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .channel-card, .social-link { transition: none !important; }
}
