:root {
  --bg: #07131c;
  --bg-soft: #0d1d29;
  --panel: rgba(10, 24, 36, 0.82);
  --panel-strong: #102534;
  --panel-light: rgba(255, 255, 255, 0.06);
  --surface: #f3ede3;
  --surface-soft: #e9dfd0;
  --ink: #ecf2f6;
  --ink-soft: rgba(236, 242, 246, 0.72);
  --ink-muted-strong: rgba(236, 242, 246, 0.82);
  --ink-dark: #152634;
  --muted-dark: #5d6d79;
  --muted-dark-strong: #445764;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(21, 38, 52, 0.12);
  --gold: #b9894f;
  --gold-soft: rgba(185, 137, 79, 0.14);
  --teal: #4ea5a1;
  --teal-deep: #2d6f78;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(110, 197, 194, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(214, 170, 100, 0.14), transparent 26%),
    linear-gradient(180deg, #07131c 0%, #0b1721 38%, #efe6d8 38%, #efe6d8 100%);
}

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

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

.page-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 19, 28, 0.58);
  backdrop-filter: blur(24px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark rect {
  fill: rgba(255, 255, 255, 0.02);
  stroke: rgba(255, 255, 255, 0.06);
}

.brand-mark path {
  fill: none;
  stroke: url(#brandGradient);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow,
.section-tag,
.card-kicker,
.mini-label,
.metric-label,
.roi-label,
.value-strip-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.section-tag,
.mini-label,
.metric-label,
.roi-label {
  color: var(--gold);
}

.card-kicker {
  color: var(--teal-deep);
}

.brand-name {
  font-size: 15px;
  font-weight: 700;
}

.header-nav {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
  padding: 64px 0 48px;
}

.hero h1,
.section-heading h2,
.installer-copy h2,
.cta-card h2 {
  margin: 0;
  font-family: "Newsreader", serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.hero h1 {
  font-size: clamp(3.7rem, 8vw, 7rem);
  max-width: 11ch;
  margin-top: 14px;
}

.hero-lead,
.section-heading p,
.value-band p,
.bundle-copy p,
.installer-copy p,
.faq-grid p,
.disclaimer-section p,
.cta-card p,
.roi-proof p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.72;
}

.hero-lead {
  max-width: 35rem;
}

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

.cta-actions {
  justify-content: center;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #d2a56a, #6db7b1);
  color: #0a141c;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

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

.hero-proof {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  max-width: 34rem;
}

.hero-proof span {
  padding: 0 0 0 18px;
  position: relative;
  color: var(--ink-muted-strong);
  font-size: 15px;
  line-height: 1.55;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.hero-card,
.metric-card,
.edition-card,
.bundle-card,
.roi-card,
.proof-panel,
.terminal-card,
.faq-grid article,
.disclaimer-section,
.cta-card,
.value-band article,
.roi-proof {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card,
.metric-card,
.edition-card,
.bundle-card,
.roi-card,
.terminal-card,
.faq-grid article,
.disclaimer-section,
.cta-card,
.value-band article,
.roi-proof {
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.hero-card {
  padding: 30px;
}

.hero-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  text-align: center;
}

.hero-card p {
  margin: 0;
  color: var(--ink-muted-strong);
  line-height: 1.72;
}

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

.metric-card {
  padding: 20px;
}

.metric-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.metric-card p {
  margin: 0;
  color: var(--ink-muted-strong);
  line-height: 1.6;
  font-size: 15px;
}

.metric-card.accent {
  grid-column: 1 / -1;
  background: linear-gradient(165deg, rgba(214, 170, 100, 0.26), rgba(110, 197, 194, 0.16));
}

.value-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.value-band article {
  padding: 28px 28px;
  background: linear-gradient(180deg, rgba(10, 24, 36, 0.84), rgba(12, 28, 41, 0.92));
}

.value-band h3,
.edition-card h3,
.bundle-card h3,
.faq-grid h3 {
  margin: 12px 0 10px;
  font-size: 28px;
  line-height: 1.08;
  text-align: center;
}

.editions,
.roi-section,
.proof-section,
.installer-section,
.faq-section,
.final-cta {
  margin-top: 96px;
}

.editions {
  padding: 34px 30px 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.68));
  box-shadow: 0 30px 80px rgba(20, 36, 46, 0.1);
}

.editions .section-heading {
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(21, 38, 52, 0.08);
}

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

.section-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  margin-top: 10px;
  color: var(--ink-dark);
}

.section-heading p,
.value-strip,
.roi-proof p,
.proof-section .section-heading p,
.installer-copy p,
.faq-grid p,
.disclaimer-section p,
.cta-card p {
  color: var(--muted-dark);
}

.section-heading.narrow {
  max-width: 700px;
}

.editions .section-heading,
.roi-section .section-heading,
.proof-section .section-heading,
.faq-section .section-heading,
.installer-copy .section-tag,
.installer-copy h2,
.installer-copy p,
.faq-grid h3,
.faq-grid p,
.disclaimer-section p,
.cta-card h2,
.cta-card p {
  color: var(--ink-dark);
}

.editions .section-tag,
.roi-section .section-tag,
.proof-section .section-tag,
.faq-section .section-tag,
.disclaimer-section .section-tag,
.value-band .section-tag {
  color: var(--teal-deep);
}

.value-band .section-tag,
.editions .card-kicker,
.editions .card-price-note,
.editions .bundle-price span,
.roi-section .roi-label,
.roi-section .section-tag,
.proof-section .section-tag,
.faq-section .section-tag,
.disclaimer-section .section-tag,
.faq-grid p,
.disclaimer-section p {
  color: var(--teal-deep);
}

.editions .card-subhead,
.editions .card-note,
.editions .edition-points,
.editions .bundle-points,
.editions .card-price-note,
.editions .bundle-copy .card-subhead,
.roi-section .roi-card p,
.roi-proof p,
.proof-panel figcaption,
.faq-grid p,
.disclaimer-section p,
.section-heading p {
  color: var(--muted-dark-strong);
}

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

.edition-card,
.bundle-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 38, 52, 0.14);
  box-shadow: 0 24px 56px rgba(19, 36, 47, 0.12);
  color: var(--ink-dark);
}

.edition-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: 28px 26px 26px;
  min-height: 486px;
}

.edition-card.featured {
  background: linear-gradient(180deg, #102534 0%, #163344 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.edition-card.featured .card-subhead,
.edition-card.featured .edition-points,
.edition-card.featured .card-note,
.edition-card.featured .card-price-note,
.edition-card.featured .card-kicker,
.edition-card.featured .card-status {
  color: rgba(236, 242, 246, 0.74);
}

.card-top {
  display: grid;
  gap: 10px;
}

.card-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 28px;
}

.card-top h3 {
  min-height: 54px;
  margin: 0;
}

.card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(45, 111, 120, 0.1);
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-status.sale {
  background: rgba(185, 137, 79, 0.12);
  color: #9b6c34;
}

.edition-card.featured .card-status {
  background: rgba(255, 255, 255, 0.08);
}

.card-subhead {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.62;
  min-height: 84px;
}

.card-price-block {
  display: grid;
  gap: 4px;
  padding-top: 6px;
  min-height: 74px;
}

.card-price-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 42px;
}

.card-price {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.card-price-old {
  color: #6f7d88;
  font-size: 16px;
  font-weight: 700;
  text-decoration: line-through;
  transform: translateY(-3px);
}

.card-price-note {
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.edition-points,
.bundle-points,
.installer-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted-dark);
  line-height: 1.6;
}

.edition-card.featured .edition-points {
  color: rgba(236, 242, 246, 0.74);
}

.card-footer {
  display: grid;
  gap: 14px;
  align-self: end;
}

.card-note,
.value-strip-title {
  color: var(--ink-dark);
  font-size: 14px;
  font-weight: 700;
}

.card-note {
  min-height: 44px;
}

.card-footer .button,
.bundle-meta .button {
  justify-self: center;
}

.edition-card .button-secondary,
.bundle-card .button-secondary {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-dark);
}

.edition-card .button-primary,
.bundle-card .button-primary {
  box-shadow: 0 16px 34px rgba(34, 65, 82, 0.18);
}

.bundle-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  padding: 28px;
  margin-top: 18px;
}

.bundle-copy .card-kicker,
.bundle-copy .card-subhead,
.bundle-price span,
.bundle-points {
  color: #3d4f5d;
}

.bundle-copy h3 {
  font-size: 34px;
}

.bundle-meta {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 37, 52, 0.06), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(21, 38, 52, 0.1);
}

.bundle-payback {
  margin: 0;
  color: var(--muted-dark-strong);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.bundle-price {
  display: grid;
  gap: 4px;
}

.bundle-price strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.bundle-price span {
  color: var(--muted-dark);
  font-size: 15px;
  font-weight: 700;
}

.roi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.roi-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px rgba(19, 36, 47, 0.12);
  color: var(--ink-dark);
  min-height: 214px;
}

.roi-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.roi-card p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.62;
  font-size: 16px;
}

.roi-card.highlight {
  background: linear-gradient(165deg, #102534, #193849);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.roi-card.highlight p {
  color: rgba(236, 242, 246, 0.76);
}

.roi-proof {
  margin-top: 18px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px rgba(19, 36, 47, 0.12);
  border-radius: 24px;
}

.roi-proof p {
  margin: 0;
  font-size: 15px;
}

.roi-proof p + p {
  margin-top: 12px;
}

.roi-proof a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.proof-panel {
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px rgba(19, 36, 47, 0.12);
}

.proof-panel img {
  border-radius: 18px;
  border: 1px solid rgba(21, 38, 52, 0.08);
}

.proof-panel figcaption {
  margin-top: 12px;
  color: #334856;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.installer-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: center;
}

.installer-copy {
  color: var(--ink-dark);
}

.installer-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-top: 10px;
}

.terminal-card {
  overflow: hidden;
  background: #09131b;
  border-color: rgba(255, 255, 255, 0.06);
}

.terminal-top {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f0b35e;
}

.terminal-top span:first-child {
  background: #ff7c70;
}

.terminal-top span:nth-child(2) {
  background: #ffcb65;
}

.terminal-top span:nth-child(3) {
  background: #7ad991;
}

.terminal-card pre {
  margin: 0;
  padding: 24px;
  overflow: auto;
  color: #dce7f1;
  font-family: "SFMono-Regular", Menlo, monospace;
  font-size: 14px;
  line-height: 1.72;
}

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

.faq-grid article,
.disclaimer-section,
.cta-card {
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px rgba(19, 36, 47, 0.12);
}

.disclaimer-section {
  margin-top: 28px;
}

.disclaimer-section p:last-child {
  margin-bottom: 0;
}

.cta-card {
  text-align: center;
  padding: 48px 32px;
  background:
    radial-gradient(circle at top left, rgba(210, 165, 106, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(78, 165, 161, 0.16), transparent 24%),
    linear-gradient(180deg, #0d1f2c, #112737);
  border-color: rgba(255, 255, 255, 0.08);
}

.cta-card .section-tag,
.cta-card h2,
.cta-card p {
  color: var(--ink);
}

.cta-card p {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--ink-soft);
}

.cta-decision-row {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.cta-price-ladder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.cta-price-ladder span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d8e7ec;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button-cta-strong {
  min-width: 220px;
  background: linear-gradient(135deg, #d2a56a, #68bbb4);
  color: #08141c;
  box-shadow: 0 20px 40px rgba(8, 20, 28, 0.28);
}

.button-cta-light {
  min-width: 180px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

@media (max-width: 1120px) {
  .hero,
  .value-band,
  .edition-grid,
  .roi-grid,
  .proof-grid,
  .installer-section,
  .faq-grid,
  .bundle-card,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .metric-card.accent {
    grid-column: auto;
  }

  .header-nav {
    display: none;
  }

  .edition-card,
  .bundle-card {
    min-height: 0;
  }

  .editions {
    padding: 24px 18px 18px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(110, 197, 194, 0.14), transparent 28%),
      radial-gradient(circle at top right, rgba(214, 170, 100, 0.14), transparent 26%),
      linear-gradient(180deg, #07131c 0%, #0b1721 32%, #efe6d8 32%, #efe6d8 100%);
  }

  .page-shell {
    width: min(calc(100% - 24px), var(--max));
    padding-top: 16px;
  }

  .site-header {
    padding: 16px;
    border-radius: 24px;
  }

  .hero {
    padding: 34px 0 24px;
  }

  .hero-lead,
  .section-heading p,
  .value-band p,
  .bundle-copy p,
  .installer-copy p,
  .faq-grid p,
  .disclaimer-section p,
  .cta-card p,
  .roi-proof p {
    font-size: 16px;
  }

  .card-top h3 {
    min-height: 0;
  }
}
