:root {
  color-scheme: dark;
  --bg: #0b0b14;
  --bg-soft: #121222;
  --card: #19192c;
  --card-2: #20203a;
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #c5c5d2;
  --soft: #9494aa;
  --gold: #ffd65a;
  --gold-2: #ffb52e;
  --pink: #ff5cb8;
  --green: #61ffad;
  --danger: #ff6b6b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 92, 184, 0.18), transparent 36rem),
    radial-gradient(circle at top right, rgba(255, 214, 90, 0.16), transparent 34rem),
    var(--bg);
}

body.menu-open {
  overflow: hidden;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--pink));
  color: #101018;
  font-size: 24px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a,
.button,
.quiet-button,
.audio-button {
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.site-nav a:hover,
.button:hover,
.quiet-button:hover,
.audio-button:hover {
  border-color: rgba(255, 214, 90, 0.55);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255,255,255,0.05);
  font-size: 22px;
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  align-items: center;
  padding: 56px 0 42px;
}

.hero-copy,
.hero-card,
.panel,
.steps article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(28px, 5vw, 56px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #161616;
}

.button.secondary {
  background: rgba(255,255,255,0.06);
}

.hero-card {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255, 214, 90, 0.18), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
}

.mini-label,
.mini-text,
.hint,
small {
  color: var(--soft);
}

.big-call {
  margin: 20px 0;
  font-size: clamp(70px, 12vw, 128px);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: var(--gold);
  text-shadow: 0 0 30px rgba(255, 214, 90, 0.28);
}

.section {
  padding: 42px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 20px;
}

.live-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 18px;
}

.panel {
  padding: 24px;
  background: rgba(25, 25, 44, 0.9);
}

.panel-topline,
.panel-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-topline {
  justify-content: flex-start;
  color: var(--muted);
  margin-bottom: 16px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.12);
}

.status-dot.live {
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(97, 255, 173, 0.12);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.stats-row div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
}

.stats-row small,
.stats-row strong {
  display: block;
}

.stats-row strong {
  margin-top: 6px;
  font-size: 26px;
}

.call-panel {
  text-align: center;
}

.current-call {
  margin: 16px 0;
  font-size: clamp(58px, 9vw, 94px);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: -0.07em;
}

.audio-button {
  width: 100%;
  border: 1px solid rgba(255, 214, 90, 0.42);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  display: grid;
  gap: 2px;
  min-height: 62px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.audio-button-main,
.audio-button-sub {
  display: block;
}

.audio-button-main {
  font-size: 16px;
  font-weight: 900;
}

.audio-button-sub {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.audio-button.audio-on {
  border-color: rgba(73, 255, 173, 0.72);
  background: linear-gradient(135deg, rgba(73, 255, 173, 0.96), rgba(255, 214, 90, 0.96));
  color: #101018;
  box-shadow: 0 0 0 4px rgba(73, 255, 173, 0.11), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.audio-button.audio-on .audio-button-sub {
  color: rgba(16, 16, 24, 0.78);
}

.called-panel {
  margin-top: 18px;
}

.called-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 46px;
  margin-top: 16px;
}

.call-pill,
.empty-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
  font-weight: 800;
}

.empty-pill {
  color: var(--muted);
  font-weight: 600;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.steps article {
  padding: 22px;
  box-shadow: none;
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--gold);
  color: #141414;
  font-weight: 900;
}

.results-list {
  display: grid;
  gap: 12px;
}

.result-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.empty-state {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 36px 0 46px;
  color: var(--soft);
  border-top: 1px solid var(--line);
  margin-top: 24px;
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 78px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(18, 18, 34, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .hero,
  .live-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-card {
    min-height: 260px;
  }

  .stats-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
