:root {
  --bg: #080b12;
  --panel: #111827;
  --panel-strong: #172033;
  --ink: #f8fbff;
  --muted: #9aa8bd;
  --line: #273348;
  --blue: #6ee7ff;
  --violet: #9b8cff;
  --green: #4ade80;
  --red: #fb7185;
  --gold: #fbbf24;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(110, 231, 255, 0.14), transparent 34rem),
    radial-gradient(circle at top right, rgba(155, 140, 255, 0.12), transparent 30rem),
    var(--bg);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(110, 231, 255, 0.14);
  background: rgba(8, 11, 18, 0.88);
  backdrop-filter: blur(16px);
}

.nav {
  max-width: 1200px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.logo span {
  color: var(--blue);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #dbe7f7;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-cta {
  background: rgba(110, 231, 255, 0.11);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: white;
  padding: 10px 14px;
  font-weight: 800;
}

.hero,
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 86px 24px 0;
  scroll-margin-top: 86px;
}

.hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 42px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

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

.hero-copy p {
  max-width: 690px;
  font-size: 1.12rem;
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #071018;
  box-shadow: 0 16px 40px rgba(110, 231, 255, 0.18);
}

.button.secondary {
  border: 1px solid rgba(110, 231, 255, 0.22);
  background: rgba(110, 231, 255, 0.08);
  color: white;
}

.full-width {
  width: 100%;
}

.impact-card,
.card,
.detail-panel,
.map-card,
.table-card,
.price-card,
.subscribe-card,
.disclaimer-card,
.source-grid article,
.pipeline-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(110, 231, 255, 0.05), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 28px;
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.live-dot {
  width: 9px;
  height: 9px;
  display: inline-flex;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 20px var(--green);
}

.score-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}

.score-row div,
.risk-meter {
  padding: 16px;
  border: 1px solid rgba(110, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(110, 231, 255, 0.07);
}

.score-row span,
.risk-meter span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.score-row strong,
.risk-meter strong {
  display: block;
  margin-top: 6px;
  font-size: 1.45rem;
}

.sector-strip,
.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sector-strip span,
.event-tags span,
.premium-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.up {
  background: rgba(74, 222, 128, 0.14);
  color: var(--green);
}

.down {
  background: rgba(251, 113, 133, 0.14);
  color: var(--red);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.dashboard-layout,
.portfolio-grid,
.subscribe-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.event-feed {
  display: grid;
  gap: 14px;
}

.event-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(17, 24, 39, 0.78);
  cursor: pointer;
}

.event-card.active {
  border-color: rgba(110, 231, 255, 0.5);
  background:
    linear-gradient(145deg, rgba(110, 231, 255, 0.12), transparent 50%),
    var(--panel-strong);
}

.event-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.event-meta span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.event-meta strong {
  color: var(--gold);
  font-size: 1.4rem;
}

.detail-panel,
.card,
.table-card,
.subscribe-card,
.disclaimer-card {
  padding: 26px;
}

.impact-list {
  display: grid;
  gap: 16px;
  margin: 20px 0;
}

.impact-list div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.impact-list dt {
  color: var(--blue);
  font-weight: 900;
}

.impact-list dd {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.plain-explain {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(110, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(110, 231, 255, 0.07);
}

label {
  display: grid;
  gap: 8px;
  color: #edf5ff;
  font-weight: 900;
}

textarea,
input,
select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0c1220;
  color: white;
  font: inherit;
}

.form-note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.premium-badge {
  width: fit-content;
  margin-bottom: 12px;
  background: rgba(155, 140, 255, 0.16);
  color: #c8c0ff;
}

.portfolio-result ol {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.map-card {
  display: grid;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
  align-items: center;
  gap: 10px;
  padding: 24px;
  overflow-x: auto;
}

.map-node {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(110, 231, 255, 0.22);
  border-radius: 8px;
  background: rgba(110, 231, 255, 0.07);
  color: white;
  text-align: center;
  font-weight: 900;
}

.map-node.root {
  border-color: rgba(251, 191, 36, 0.5);
  background: rgba(251, 191, 36, 0.12);
}

.map-node.danger {
  border-color: rgba(251, 113, 133, 0.42);
  background: rgba(251, 113, 133, 0.1);
}

.map-arrow {
  height: 2px;
  min-width: 36px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

.source-grid,
.pipeline-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.source-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
}

.two-plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.source-grid article,
.pipeline-grid article,
.price-card {
  padding: 24px;
}

.source-status {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 900;
}

.source-status.ready {
  background: rgba(74, 222, 128, 0.14);
  color: var(--green);
}

.source-status.paid {
  background: rgba(251, 191, 36, 0.14);
  color: var(--gold);
}

.pipeline-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 1.45rem;
  font-weight: 900;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
}

th {
  color: var(--blue);
}

.price {
  margin: 8px 0 18px;
  color: white;
  font-size: 3rem;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card ul {
  min-height: 190px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.price-card.featured {
  border-color: rgba(110, 231, 255, 0.5);
  background:
    linear-gradient(145deg, rgba(110, 231, 255, 0.12), rgba(155, 140, 255, 0.1)),
    var(--panel-strong);
}

.checkout-form {
  display: grid;
  gap: 16px;
}

footer {
  margin-top: 86px;
  padding: 32px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .hero,
  .dashboard-layout,
  .portfolio-grid,
  .subscribe-card {
    grid-template-columns: 1fr;
  }

  .source-grid,
  .pipeline-grid,
  .pricing-grid,
  .two-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .nav {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .nav-links a {
    background: rgba(110, 231, 255, 0.08);
  }

  .hero,
  .section {
    padding: 64px 18px 0;
  }

  .score-row,
  .source-grid,
  .pipeline-grid,
  .pricing-grid,
  .two-plan-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-arrow {
    width: 2px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--blue), transparent);
  }

  .price-card ul {
    min-height: auto;
  }
}
