:root {
  --bg: #07111f;
  --panel: #0d1b2e;
  --panel-2: #12243b;
  --text: #eef5ff;
  --muted: #9fb0c5;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #C9E63E;
  --accent-strong: #dff26e;
  --accent-soft: rgba(201, 230, 62, 0.12);
  --danger: #ff5c5c;
  --warn: #f5c542;
  --ok: #53d17c;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1160px;
  --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(circle at top right, rgba(201, 230, 62, 0.08), transparent 22%),
    linear-gradient(180deg, #081221 0%, #07111f 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration-color: rgba(201, 230, 62, 0.5);
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: var(--accent);
}

img {
  max-width: 100%;
}

code {
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 0.95em;
}

.site-header,
.page-shell,
.site-footer {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, var(--accent), #91af1e);
  color: #081221;
  font-weight: 800;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy span {
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-toggle {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

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

.button {
  background: var(--accent);
  color: #081221;
}

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

.button-ghost {
  color: var(--muted);
  border-color: var(--line);
}

.page-shell {
  padding: 2.2rem 0 4rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 1rem;
}

.hero-card,
.panel,
.stat-card,
.opportunity-card,
.callout,
.quote-card,
.faq-item,
.notice,
.table-shell,
.timeline,
.price-card,
.checklist,
.digest-entry,
.summary-strip,
.cta-band {
  background: linear-gradient(180deg, rgba(18, 36, 59, 0.96), rgba(13, 27, 46, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card,
.panel,
.notice,
.quote-card,
.timeline,
.price-card,
.checklist,
.digest-entry,
.cta-band {
  padding: 1.35rem;
}

.hero-card h1,
.page-title h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: var(--accent-strong);
  background: var(--accent-soft);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 64ch;
}

.hero-actions,
.inline-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.grid-2,
.grid-3,
.grid-4,
.stats-grid,
.cards-grid,
.pricing-grid,
.faq-grid,
.method-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

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

.grid-3,
.cards-grid,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.section {
  margin-top: 1.3rem;
}

.section + .section {
  margin-top: 1.7rem;
}

.section-header {
  margin-bottom: 1rem;
}

.section-header h2,
.section-header h3,
.panel h2,
.panel h3,
.notice h2,
.notice h3,
.price-card h3,
.opportunity-card h3,
.digest-entry h2,
.digest-entry h3 {
  margin: 0 0 0.45rem;
}

.section-header p,
.panel p,
.notice p,
.opportunity-card p,
.digest-entry p,
.price-card p,
.quote-card p {
  color: var(--muted);
}

.summary-strip {
  padding: 1rem 1.1rem;
}

.summary-strip ul,
.panel ul,
.notice ul,
.checklist ul,
.digest-entry ul,
.timeline ul {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
}

.summary-strip li,
.panel li,
.notice li,
.checklist li,
.digest-entry li,
.timeline li {
  margin: 0.35rem 0;
}

.stat-card,
.opportunity-card,
.faq-item {
  padding: 1.1rem;
}

.stat-card strong {
  display: block;
  font-size: 2rem;
  color: var(--accent);
  line-height: 1;
}

.kicker,
.muted,
.small {
  color: var(--muted);
}

.badge-row,
.tag-row,
.signal-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.badge,
.tag,
.signal {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.84rem;
}

.signal.high,
.signal.ok {
  color: var(--ok);
}

.signal.urgent,
.signal.warn {
  color: var(--warn);
}

.signal.medium,
.signal.note {
  color: var(--muted);
}

.signal.risk {
  color: var(--danger);
}

.table-shell {
  overflow: hidden;
}

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

th,
 td {
  padding: 0.9rem 0.95rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--accent-strong);
  font-size: 0.9rem;
}

tr:last-child td {
  border-bottom: 0;
}

.priority-high { color: var(--ok); font-weight: 700; }
.priority-urgent { color: var(--warn); font-weight: 700; }
.priority-medium { color: var(--muted); font-weight: 700; }

.callout {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--accent);
}

.callout.warning {
  border-left-color: var(--warn);
}

.callout.danger {
  border-left-color: var(--danger);
}

.quote-card strong,
.callout strong,
.notice strong {
  color: var(--text);
}

.page-title {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.page-title p {
  max-width: 72ch;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] {
  border-color: rgba(201, 230, 62, 0.3);
}

.faq-item .faq-body {
  margin-top: 0.75rem;
  color: var(--muted);
}

.site-footer {
  padding: 0 0 3rem;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  padding: 1.3rem;
}

.footer-grid h3,
.footer-grid h4 {
  margin-top: 0;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

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

.list-clean li + li {
  margin-top: 0.35rem;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1.1rem 0;
}

@media (max-width: 960px) {
  .hero,
  .grid-2,
  .grid-3,
  .grid-4,
  .stats-grid,
  .cards-grid,
  .pricing-grid,
  .method-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 1.2rem;
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
  }

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

  .site-header[data-nav-open="true"] .nav-links {
    display: flex;
  }

  .nav-links a,
  .nav-links .button,
  .nav-links .button-secondary {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(calc(100% - 1rem), var(--max));
  }

  .hero-card h1,
  .page-title h1 {
    font-size: 2rem;
  }

  .table-shell {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead {
    display: none;
  }

  tbody {
    display: grid;
    gap: 0.9rem;
  }

  tr {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0.7rem 0.85rem;
    background: linear-gradient(180deg, rgba(18, 36, 59, 0.96), rgba(13, 27, 46, 0.96));
    box-shadow: var(--shadow);
  }

  td {
    border: 0;
    padding: 0.35rem 0;
  }

  td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.12rem;
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}
