:root {
  color: #eef3ff;
  background: #070a12;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #070a12;
  --panel: #0e1523;
  --panel-2: #121c2e;
  --card: rgba(255, 255, 255, 0.055);
  --line: rgba(191, 217, 255, 0.15);
  --text: #eef3ff;
  --muted: rgba(238, 243, 255, 0.7);
  --gold: #f1c86a;
  --gold-2: #ffe6a8;
  --button-gold: #b9781f;
  --button-gold-2: #dca541;
  --cyan: #6edcff;
  --green: #6edcff;
  --black: #11100a;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 0.012em;
  background:
    radial-gradient(circle at 20% -8%, rgba(110, 220, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(241, 200, 106, 0.12), transparent 28rem),
    linear-gradient(180deg, #080c15 0%, #070a12 100%);
}

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

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

p {
  margin-bottom: 0;
}

.topbar,
main,
.siteFooter {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 13, 23, 0.9);
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.brand,
.topAction,
.topbar nav a,
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand {
  gap: 10px;
  padding-left: 4px;
  font-weight: 950;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.brand b {
  font-size: 17px;
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.topbar nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

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

.topAction,
.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--button-gold-2), var(--button-gold));
  box-shadow: 0 14px 34px rgba(185, 120, 31, 0.24);
}

.topAction {
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

main {
  padding: 28px 0 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: center;
  min-height: 620px;
  padding: clamp(32px, 6vw, 70px);
  border: 1px solid rgba(110, 220, 255, 0.2);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 20%, rgba(110, 220, 255, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow);
}

.signal,
.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(48px, 6.6vw, 82px);
  line-height: 1.08;
  letter-spacing: 0.002em;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(19px, 2.15vw, 24px);
  line-height: 1.55;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.heroActions.center {
  justify-content: center;
}

.primary,
.secondary {
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 950;
  text-align: center;
}

.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
}

.heroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.heroProof span {
  padding: 8px 11px;
  border: 1px solid rgba(110, 220, 255, 0.18);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(110, 220, 255, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.consoleCard,
.painGrid .painCard,
.insideSection,
.insideGrid article,
  .flowGrid article,
  .subscriptionSection,
  .tariffGrid article,
  .reviewsGrid article,
  .privacyGrid article,
  .exampleGrid article,
  .finalCta,
.siteFooter section,
.siteFooter nav,
.legalPage section {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.consoleCard {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(110, 220, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--panel-2);
}

.consoleTop {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.consoleTop span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cyan);
  opacity: 0.72;
}

.consoleTop b {
  margin-left: auto;
}

.riskScore {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.riskScore small,
.consoleRows b,
.painGrid .painCard span,
.exampleGrid span {
  color: var(--gold);
}

.riskScore strong {
  color: var(--text);
  font-size: 30px;
  line-height: 1.14;
}

.consoleRows {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
}

.consoleRows p {
  padding: 12px;
  border-radius: 14px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  line-height: 1.45;
}

.sectionIntro {
  max-width: 860px;
  margin: 82px 0 22px;
}

.sectionIntro.narrow {
  max-width: 760px;
}

.sectionIntro h2,
.insideCopy h2,
.subscriptionCopy h2,
.exampleSection h2,
.finalCta h2,
.legalPage h1 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.1;
  letter-spacing: 0.002em;
}

.painGrid,
.flowGrid,
.exampleGrid,
.insideGrid {
  display: grid;
  gap: 14px;
}

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

.painGrid .painCard {
  display: block;
  min-height: 270px;
  padding: 22px;
  background: var(--panel);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.painGrid .painCard:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 220, 255, 0.34);
  background:
    radial-gradient(circle at 84% 12%, rgba(110, 220, 255, 0.12), transparent 12rem),
    var(--panel);
}

.painGrid h3 {
  margin: 28px 0 12px;
  color: var(--gold-2);
  font-size: 23px;
  line-height: 1.18;
}

.painGrid p,
.insideCopy p,
.insideGrid span,
.flowGrid p,
.subscriptionCopy p,
.tariffGrid p,
.exampleGrid p,
.finalCta p,
.siteFooter p,
.siteFooter span,
.legalPage p {
  color: var(--muted);
  line-height: 1.55;
}

.painGrid .painCard > strong {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
}

.insideSection,
.subscriptionSection {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  margin-top: 22px;
  padding: clamp(26px, 5vw, 48px);
  background: var(--panel);
}

.insideCopy .signal,
.subscriptionCopy .signal {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(110, 220, 255, 0.28);
}

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

.insideGrid article {
  padding: 18px;
  background: rgba(0, 0, 0, 0.16);
}

.insideGrid b {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 19px;
}

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

.flowGrid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-content: start;
  min-height: 205px;
  padding: 20px;
  background: var(--panel-2);
}

.flowGrid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--black);
  background: var(--gold);
  font-weight: 950;
}

.flowGrid b {
  display: block;
  margin: 2px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.16;
}

.flowGrid p {
  grid-column: 2;
}

.subscriptionCopy .primary {
  width: fit-content;
  margin-top: 26px;
}

.tariffGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: center;
}

.tariffGrid article {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(241, 200, 106, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
}

.tariffGrid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tariffGrid b {
  display: block;
  margin: 8px 0;
  color: var(--cyan);
  font-size: 20px;
}

.tariffGrid p {
  margin: 0;
}

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

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

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

.privacyGrid article {
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(110, 220, 255, 0.15), transparent 12rem),
    var(--panel);
}

.privacyGrid span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacyGrid h3 {
  margin: 22px 0 12px;
  color: var(--gold-2);
  font-size: 25px;
  line-height: 1.16;
}

.privacyGrid p {
  color: var(--muted);
  line-height: 1.55;
}

.privacyGrid small {
  display: block;
  margin-top: 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.reviewsGrid article {
  min-height: 250px;
  padding: 24px;
  background:
    radial-gradient(circle at 82% 10%, rgba(241, 200, 106, 0.16), transparent 12rem),
    var(--panel);
}

.reviewsGrid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviewsGrid h3 {
  margin: 22px 0 12px;
  color: var(--gold-2);
  font-size: 24px;
  line-height: 1.16;
}

.reviewsGrid p {
  color: var(--muted);
  line-height: 1.55;
}

.reviewsGrid b {
  display: block;
  margin-top: 22px;
  color: var(--cyan);
}

.exampleGrid article {
  min-height: 180px;
  padding: 22px;
  background: var(--panel);
}

.exampleGrid span {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finalCta {
  margin-top: 22px;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
  background: var(--panel);
}

.finalCta h2 {
  max-width: 820px;
  margin: 0 auto;
}

.siteFooter {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 1fr));
  gap: 14px;
  padding-bottom: 42px;
}

.siteFooter section,
.siteFooter nav {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  background: rgba(6, 10, 18, 0.82);
}

.siteFooter b {
  color: var(--gold);
}

.footerBrand > b {
  color: var(--gold);
}

.siteFooter a {
  color: var(--cyan);
  font-weight: 850;
}

.legalPage {
  padding-top: 40px;
}

.legalPage section {
  max-width: 880px;
  padding: clamp(24px, 5vw, 46px);
  background: var(--panel);
}

.legalPage h2 {
  margin: 32px 0 10px;
  color: var(--gold-2);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
}

.legalPage p + p {
  margin-top: 10px;
}

.legalPage a {
  color: var(--cyan);
  font-weight: 850;
}

@media (max-width: 1020px) {
  .topbar {
    grid-template-columns: 1fr auto;
    border-radius: 24px;
  }

  .topbar nav {
    display: none;
  }

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

  .painGrid,
  .flowGrid,
  .exampleGrid,
  .reviewsGrid,
  .privacyGrid,
  .siteFooter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  .topbar,
  main,
  .siteFooter {
    width: min(100% - 20px, 1160px);
  }

  .topbar {
    top: 8px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    padding: 8px;
  }

  .brand b {
    display: none;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .topAction {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }

  main {
    padding-top: 14px;
  }

  .hero {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .hero,
  .consoleCard,
  .insideSection,
  .subscriptionSection,
  .finalCta,
  .legalPage section {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(31px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .lead {
    font-size: 17px;
  }

  .heroActions,
  .heroActions.center {
    display: grid;
  }

  .primary,
  .secondary,
  .subscriptionCopy .primary {
    width: 100%;
  }

  .sectionIntro {
    margin-top: 54px;
  }

  .sectionIntro h2,
  .insideCopy h2,
  .subscriptionCopy h2,
  .exampleSection h2,
  .finalCta h2,
  .legalPage h1 {
    font-size: clamp(27px, 7.4vw, 34px);
  }

  .consoleRows p,
  .exampleGrid p,
  .painGrid p,
  .insideGrid span,
  .flowGrid p,
  .tariffGrid p {
    overflow-wrap: anywhere;
  }

  .painGrid,
  .insideGrid,
  .flowGrid,
  .exampleGrid,
  .reviewsGrid,
  .privacyGrid,
  .tariffGrid,
  .siteFooter {
    grid-template-columns: 1fr;
  }

  .painGrid .painCard,
  .flowGrid article,
  .exampleGrid article {
    min-height: auto;
  }
}
