:root {
  color-scheme: dark light;
  --ink: #101722;
  --muted: #5e6b7a;
  --paper: #f7f9fc;
  --panel: #ffffff;
  --line: #dbe2ea;
  --dark: #071016;
  --dark-2: #0d1821;
  --blue: #2f8cff;
  --green: #2ed86f;
  --amber: #f2a51a;
  --red: #e24b4b;
  --shadow: 0 24px 60px rgba(10, 18, 28, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px;
  background: rgba(7, 16, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand img {
  border-radius: 8px;
}

.brand.small {
  font-size: 14px;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 720px;
  height: 88vh;
  max-height: 880px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("images/hero-bot-visual.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  filter: saturate(1.08) contrast(1.05);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 10, 14, 0.96) 0%, rgba(5, 10, 14, 0.8) 44%, rgba(5, 10, 14, 0.34) 100%),
    linear-gradient(0deg, rgba(5, 10, 14, 0.72) 0%, rgba(5, 10, 14, 0.12) 48%, rgba(5, 10, 14, 0.62) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 96px;
}

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

.hero h1 {
  margin: 0;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  width: min(610px, 100%);
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

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

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-size: 28px;
  font-weight: 900;
  color: var(--green);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-disclaimer {
  margin: 20px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,0.38);
}

/* ── Trust bar ─────────────────────────────────────────────────────────────── */
.trust-bar {
  background: var(--ink);
  color: #fff;
}

.trust-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

.trust-item svg {
  flex-shrink: 0;
  color: var(--green);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

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

.section-heading.compact {
  max-width: 680px;
}

.section h2,
.risk h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.faq-grid p,
.workflow-card p,
.price-card p,
.risk p,
.screen-frame figcaption {
  color: var(--muted);
  line-height: 1.65;
}

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

.workflow-card,
.price-card,
.faq-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 34px rgba(15, 30, 45, 0.06);
}

.feature-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  border-radius: 8px;
  background: rgba(47, 140, 255, 0.12);
  color: #1469c7;
  font-weight: 900;
  font-size: 12px;
}

.workflow-card h3,
.price-card h3,
.faq-grid h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  letter-spacing: 0;
}

.workflow-card p,
.price-card p,
.faq-grid p {
  margin: 0;
}

.product-band {
  width: 100%;
  max-width: none;
  background: #eaf0f6;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
}

.screen-stack {
  display: grid;
  gap: 24px;
}

.screen-frame {
  margin: 0;
}

.screen-frame img {
  border-radius: 8px;
  border: 1px solid rgba(13, 24, 33, 0.18);
  box-shadow: var(--shadow);
  background: #0d1821;
}

.screen-frame figcaption {
  margin-top: 12px;
  font-size: 14px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 64px;
  align-items: start;
}

.split-copy p {
  margin-top: 0;
  font-size: 18px;
}

.check-list,
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li,
.price-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  color: var(--ink);
}

.check-list li::before,
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

/* ── Adaptive profiles ─────────────────────────────────────────────────────── */
.profiles-section {
  background: var(--dark-2);
  color: #fff;
  padding: 88px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.profiles-section .section-heading h2,
.profiles-section .section-heading p:not(.eyebrow) {
  color: rgba(255,255,255,0.90);
}

.profiles-section .section-heading p:not(.eyebrow) {
  color: rgba(255,255,255,0.65);
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.profile-card {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-card.shield {
  background: linear-gradient(135deg, rgba(226,75,75,0.18), rgba(226,75,75,0.06));
  border-color: rgba(226,75,75,0.28);
}

.profile-card.scout {
  background: linear-gradient(135deg, rgba(47,140,255,0.15), rgba(47,140,255,0.05));
  border-color: rgba(47,140,255,0.28);
}

.profile-card.momentum {
  background: linear-gradient(135deg, rgba(46,216,111,0.14), rgba(46,216,111,0.04));
  border-color: rgba(46,216,111,0.28);
}

.profile-card.surge {
  background: linear-gradient(135deg, rgba(242,165,26,0.18), rgba(242,165,26,0.05));
  border-color: rgba(242,165,26,0.28);
}

.profile-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.profile-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
}

.shield .profile-badge { background: rgba(226,75,75,0.20); color: #f08080; }
.scout .profile-badge { background: rgba(47,140,255,0.20); color: #7ab8ff; }
.momentum .profile-badge { background: rgba(46,216,111,0.20); color: var(--green); }
.surge .profile-badge { background: rgba(242,165,26,0.20); color: var(--amber); }

.profile-condition {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
}

.profile-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
}

.profile-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.profile-specs li {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.profile-specs strong {
  color: rgba(255,255,255,0.90);
}

/* ── Results ───────────────────────────────────────────────────────────────── */
.results-section {
  background: var(--paper);
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 16px;
  margin-top: 10px;
}

.result-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 6px 24px rgba(15,30,45,0.07);
}

.result-card.featured-result {
  background: linear-gradient(135deg, rgba(46,216,111,0.08), rgba(47,140,255,0.06));
  border-color: rgba(46,216,111,0.30);
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(46,216,111,0.10);
}

.result-window {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}

.result-row {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 18px;
}

.result-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.result-value {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.result-value.large {
  font-size: 42px;
}

.result-value.positive { color: #18a055; }
.result-value.negative { color: var(--muted); }

.result-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.result-details {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.results-disclaimer {
  margin: 28px 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Pricing ───────────────────────────────────────────────────────────────── */
.pricing {
  padding-top: 88px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
  gap: 18px;
}

.price-card {
  padding: 30px;
}

.price-card.featured {
  background:
    linear-gradient(135deg, rgba(47, 140, 255, 0.2), rgba(46, 216, 111, 0.08)),
    var(--dark-2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(6, 16, 26, 0.26);
}

.price-card.featured p,
.price-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.price-card .plan {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.price-card.featured .plan {
  color: var(--green);
}

.price-card h3 {
  font-size: 46px;
  margin: 8px 0 12px;
  letter-spacing: 0;
}

.price-card ul {
  margin-bottom: 26px;
}

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

.risk {
  background: #17110b;
  color: #fff;
}

.risk-inner {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0;
}

.risk p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.footer p {
  margin: 0;
}

@media (max-width: 1080px) {
  .profiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .result-card.featured-result {
    transform: none;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 680px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .workflow-grid,
  .pricing-grid,
  .faq-grid,
  .split-section,
  .profiles-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    gap: 20px;
  }

  .hero-stats {
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
  }

  .brand span {
    font-size: 14px;
  }

  .nav-cta {
    padding: 0 12px;
    min-height: 38px;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding-top: 92px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 16px;
  }

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

  .button {
    width: 100%;
  }

  .section,
  .strip-inner,
  .risk-inner,
  .footer {
    width: calc(100% - 28px);
  }

  .section {
    padding: 64px 0;
  }

  .section h2,
  .risk h2 {
    font-size: 32px;
  }

  .product-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
