:root {
  color-scheme: dark;
  --bg: #07090b;
  --bg-soft: #0c1014;
  --surface: #11161c;
  --surface-2: #171d24;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f5f7f9;
  --muted: #a8b0ba;
  --subtle: #747e8b;
  --green: #6fe17a;
  --green-strong: #44cf5a;
  --green-soft: rgba(111, 225, 122, 0.14);
  --amber: #f5bf42;
  --amber-soft: rgba(245, 191, 66, 0.14);
  --danger: #ff7c7c;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 15%, rgba(111, 225, 122, 0.11), transparent 34rem),
    linear-gradient(180deg, #050607 0%, var(--bg) 44%, #080b0f 100%);
  color: var(--text);
}

body.legal-page {
  background: linear-gradient(180deg, #06080a 0%, #0b0f13 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 9, 11, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: 0;
  font-size: 1.28rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 225, 122, 0.52);
  background: linear-gradient(135deg, rgba(111, 225, 122, 0.18), rgba(245, 191, 66, 0.12));
  border-radius: 10px;
  color: var(--green);
  box-shadow: 0 0 0 4px rgba(111, 225, 122, 0.07);
}

.brand-mark svg,
.icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.brand-bet {
  color: var(--green);
}

.brand-pass {
  color: var(--amber);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  color: #d9dee4;
}

.nav-links a:hover {
  color: var(--green);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 750;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #041006;
  background: linear-gradient(180deg, #80ee89 0%, #5edc6b 100%);
  box-shadow: 0 18px 45px rgba(80, 220, 105, 0.24);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.button-link {
  color: var(--text);
  border-color: rgba(111, 225, 122, 0.42);
  background: transparent;
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.mobile-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
}

.hero {
  position: relative;
  padding: 74px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: 58px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(3.05rem, 7vw, 6.5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.green-text {
  color: var(--green);
}

.amber-text {
  color: var(--amber);
}

.hero-copy .lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #c8ced6;
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
}

.trust-item strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
  margin-bottom: 2px;
}

.trust-item span {
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.signal-line {
  position: absolute;
  inset: 9% -4% auto auto;
  width: 72%;
  height: 58%;
  opacity: 0.34;
  pointer-events: none;
}

.signal-line svg {
  width: 100%;
  height: 100%;
}

.phone-wrap {
  position: absolute;
  left: 6%;
  top: 0;
  width: min(410px, 66vw);
  filter: drop-shadow(0 44px 80px rgba(0, 0, 0, 0.5));
}

.phone {
  position: relative;
  min-height: 650px;
  padding: 18px;
  border-radius: 54px;
  background: linear-gradient(150deg, #1d2229, #060708 42%, #141820);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.03);
}

.phone-screen {
  overflow: hidden;
  min-height: 612px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #090c10 0%, #0f1419 100%);
}

.phone-status,
.app-top,
.app-selector,
.app-main-card,
.app-proof,
.app-pass {
  margin: 0 16px;
}

.phone-status {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eef2f5;
  font-size: 0.82rem;
  font-weight: 750;
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 10px;
  border-bottom: 1px solid var(--line);
}

.app-top strong {
  font-size: 1.08rem;
}

.gear {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.app-meta {
  margin: 18px 16px 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.matchup {
  margin: 0 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 1.16rem;
  font-weight: 800;
}

.team-logo {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
}

.app-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  color: #dce2e8;
  font-size: 0.92rem;
}

.app-main-card {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(111, 225, 122, 0.48);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(111, 225, 122, 0.22), rgba(111, 225, 122, 0.08));
}

.verdict-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.verdict {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 1.56rem;
  font-weight: 900;
}

.check-bubble {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #041006;
  font-size: 1.16rem;
}

.confidence {
  text-align: right;
  color: var(--text);
}

.confidence strong {
  display: block;
  font-size: 1.28rem;
}

.confidence span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
}

.model-note {
  margin: 12px 0 0;
  color: #dbe8dd;
  font-size: 0.82rem;
  line-height: 1.45;
}

.metric-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
}

.metric {
  padding: 12px 10px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.metric:nth-child(3),
.metric:nth-child(6) {
  border-right: 0;
}

.metric:nth-child(-n + 3) {
  border-bottom: 1px solid var(--line);
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  margin-bottom: 4px;
}

.metric strong {
  display: block;
  font-size: 1.08rem;
}

.app-proof {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.app-proof h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.proof-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #dce4dd;
  font-size: 0.78rem;
  line-height: 1.25;
}

.proof-list span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.proof-list span:first-child::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(111, 225, 122, 0.13);
}

.proof-list em {
  color: var(--green);
  font-style: normal;
}

.app-pass {
  margin-top: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  border: 1px solid rgba(245, 191, 66, 0.5);
  background: var(--amber-soft);
  color: var(--amber);
  font-weight: 900;
  font-size: 1.18rem;
}

.side-card {
  position: absolute;
  right: 0;
  width: 245px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(20, 26, 32, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.side-card strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.side-card span {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.35;
}

.side-card:nth-of-type(2) {
  top: 102px;
}

.side-card:nth-of-type(3) {
  top: 232px;
}

.side-card:nth-of-type(4) {
  top: 362px;
}

.side-card:nth-of-type(5) {
  top: 492px;
}

.section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.section-header {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-header h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-header p,
.legal-hero p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.steps-grid,
.feature-grid,
.legal-grid,
.app-store-grid {
  display: grid;
  gap: 18px;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.legal-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.app-store-grid {
  grid-template-columns: repeat(3, 1fr);
}

.panel,
.step-card,
.feature-card,
.legal-card,
.support-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.step-card,
.feature-card,
.legal-card,
.support-card {
  padding: 24px;
}

.step-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid rgba(111, 225, 122, 0.75);
  color: var(--green);
  font-weight: 850;
}

.step-card h3,
.feature-card h3,
.legal-card h3,
.support-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.step-card p,
.feature-card p,
.legal-card p,
.support-card p {
  margin: 0;
  font-size: 0.95rem;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(111, 225, 122, 0.36);
  border-radius: 14px;
  color: var(--green);
  background: var(--green-soft);
}

.icon.amber {
  border-color: rgba(245, 191, 66, 0.36);
  color: var(--amber);
  background: var(--amber-soft);
}

.pricing-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(111, 225, 122, 0.26);
  background: linear-gradient(135deg, rgba(111, 225, 122, 0.13), rgba(255, 255, 255, 0.035) 42%, rgba(245, 191, 66, 0.11));
}

.pricing-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.pricing-panel p {
  max-width: 650px;
}

.price-box {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(0, 0, 0, 0.24);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}

.price strong {
  font-size: 3rem;
  line-height: 1;
}

.price span {
  color: var(--muted);
}

.list-clean {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.list-clean li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
  font-size: 0.95rem;
}

.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.legal-card.highlight {
  border-color: rgba(245, 191, 66, 0.35);
  background: linear-gradient(180deg, rgba(245, 191, 66, 0.11), rgba(255, 255, 255, 0.035));
}

.link-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 730;
}

.link-list a:hover {
  border-color: rgba(111, 225, 122, 0.44);
}

.app-store-grid .support-card {
  min-height: 205px;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--green);
}

.small-note {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--subtle);
  font-size: 0.88rem;
  line-height: 1.6;
}

.legal-hero {
  padding: 64px 0 34px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 780px);
  gap: 54px;
  align-items: start;
  padding-bottom: 82px;
}

.legal-nav {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.legal-nav a {
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 10px;
  font-size: 0.95rem;
}

.legal-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.legal-content {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.legal-content h2 {
  margin: 34px 0 12px;
  font-size: 1.45rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 22px 0 8px;
}

.legal-content p,
.legal-content li {
  font-size: 0.98rem;
}

.legal-content a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: rgba(111, 225, 122, 0.4);
  text-underline-offset: 3px;
}

.callout {
  padding: 18px;
  margin: 22px 0;
  border: 1px solid rgba(245, 191, 66, 0.35);
  border-radius: 16px;
  background: var(--amber-soft);
}

.callout p {
  margin: 0;
  color: #f2dfad;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 0;
}

.field-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.field-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.field-list strong {
  display: block;
  color: var(--text);
}

.field-list span {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 18px;
  }

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

  .hero-visual {
    min-height: 720px;
  }

  .phone-wrap {
    left: 50%;
    transform: translateX(-50%);
  }

  .side-card {
    right: auto;
    width: 220px;
  }

  .side-card:nth-of-type(2),
  .side-card:nth-of-type(4) {
    left: 0;
  }

  .side-card:nth-of-type(3),
  .side-card:nth-of-type(5) {
    right: 0;
  }

  .steps-grid,
  .feature-grid,
  .app-store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-panel,
  .legal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    min-height: 66px;
  }

  .mobile-menu-button {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(12, 16, 20, 0.96);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
    border-radius: 12px;
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

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

  .hero-visual {
    min-height: 760px;
  }

  .phone-wrap {
    width: min(365px, 92vw);
  }

  .phone {
    min-height: 590px;
    border-radius: 44px;
  }

  .phone-screen {
    min-height: 552px;
    border-radius: 32px;
  }

  .side-card {
    display: none;
  }

  .steps-grid,
  .feature-grid,
  .app-store-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 1.1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 16vw, 4.1rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .phone-wrap {
    width: min(330px, 94vw);
  }

  .phone {
    padding: 12px;
    min-height: 548px;
  }

  .phone-screen {
    min-height: 522px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric {
    border-bottom: 1px solid var(--line);
  }

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .metric:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .legal-content {
    padding: 22px;
  }
}
