:root {
  --bg: #0a0a0f;
  --surface: #12121a;
  --surface-strong: #1a1a25;
  --surface-soft: #15151f;
  --text: #f7f6f2;
  --muted: #aaa8b3;
  --gold: #f5a623;
  --gold-light: #ffdc87;
  --gold-dark: #b96b00;
  --green: #4be3a1;
  --red: #ff7b7b;
  --line: rgba(255, 255, 255, 0.1);
  --gold-line: rgba(245, 166, 35, 0.34);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --container: 1180px;
  --radius: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font: 400 1rem/1.65 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 166, 35, 0.055), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  line-height: 1.02;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 15ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.25rem, 10vw, 3rem);
  font-weight: 800;
}

h1 span {
  color: var(--gold-light);
}

h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  font-weight: 800;
}

h3 {
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 880px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -6rem;
  left: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0 0 8px 8px;
  background: var(--gold-light);
  color: #17130b;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.event-bar {
  display: none;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(245, 166, 35, 0.2);
  background: #171207;
  color: #ded3b8;
  font: 600 0.67rem/1.4 "JetBrains Mono", monospace;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.event-bar strong {
  color: var(--gold-light);
}

.site-header {
  position: relative;
  z-index: 20;
  display: none;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 15, 0.84);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.wordmark-mark {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 7px;
  background: rgba(245, 166, 35, 0.09);
  color: var(--gold-light);
  font: 600 0.66rem/1 "JetBrains Mono", monospace;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.desktop-nav a,
.header-cta {
  color: #d3d1da;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--gold-light);
}

.header-cta {
  display: none;
  min-height: 44px;
  align-items: center;
  padding-inline: 1rem;
  border: 1px solid var(--gold-line);
  border-radius: 9px;
  color: var(--gold-light);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.offer-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 166, 35, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 166, 35, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 35%, transparent 90%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  top: -10rem;
  right: -12rem;
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.13), transparent 67%);
  filter: blur(10px);
}

.hero-layout {
  display: grid;
  grid-template-areas:
    "identity"
    "headline"
    "visual"
    "conversion";
  row-gap: 0;
  align-items: start;
  padding-block: clamp(1.25rem, 5vw, 3rem);
}

.hero-identity {
  grid-area: identity;
}

.hero-headline {
  grid-area: headline;
  margin-top: 1.2rem;
}

.hero-headline h1 {
  max-width: 16ch;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 10vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.headline-highlight {
  color: var(--gold);
  text-shadow: 0 0 20px rgba(245, 166, 35, 0.12);
}

.hero-conversion {
  grid-area: conversion;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--gold);
  font: 600 0.72rem/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(245, 166, 35, 0.7);
}

.product-name {
  margin-bottom: 0.15rem;
  color: var(--text);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.descriptor {
  margin-bottom: 0;
  color: var(--gold-light);
  font: 500 0.75rem/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 38rem;
  margin-bottom: 1.7rem;
  color: #d1cfd8;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.65;
}

.hero-action {
  max-width: 660px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(105deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 42px rgba(245, 166, 35, 0.2);
  color: #17130b;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 48px rgba(245, 166, 35, 0.31);
  filter: saturate(1.08);
}

.button.is-pending,
.header-cta.is-pending {
  border-color: rgba(255, 255, 255, 0.15);
  background: #302a1f;
  box-shadow: none;
  color: #d6c8a5;
  cursor: not-allowed;
}

.button.is-pending:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

.hero-action p,
.checkout-copy {
  margin: 0.7rem 0 0;
  color: #9693a0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.hero-facts {
  display: grid;
  max-width: 690px;
  margin: 2.2rem 0 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.hero-facts li {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.hero-facts li:last-child {
  border-bottom: 0;
}

.hero-facts strong {
  font-size: 0.9rem;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.78rem;
  text-align: right;
}

.hero-visual {
  position: relative;
  grid-area: visual;
  width: min(100%, 310px);
  margin-block: 1.5rem;
  margin-inline: auto;
}

.hero-visual > img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--gold-line);
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
}

.vsl-placeholder {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.58),
    0 0 70px rgba(245, 166, 35, 0.08);
}

.vsl-placeholder img,
.vsl-placeholder video,
.vsl-placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vsl-placeholder img {
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.62) contrast(1.08) brightness(0.66);
}

.vsl-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 15%, rgba(10, 10, 15, 0.32) 70%),
    linear-gradient(to top, rgba(10, 10, 15, 0.96), transparent 58%);
}

.vsl-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 4px, rgba(255, 255, 255, 0.025) 5px);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.vsl-badge {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: rgba(10, 10, 15, 0.76);
  color: var(--gold-light);
  font: 600 0.59rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
}

.vsl-center {
  position: absolute;
  z-index: 2;
  inset: 22% 0 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem;
  text-align: center;
}

.vsl-center strong {
  max-width: 12ch;
  color: var(--text);
  font-size: clamp(1.05rem, 4.5vw, 1.28rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.vsl-center > span:last-child {
  max-width: 24ch;
  color: #d1cfd8;
  font-size: 0.74rem;
  line-height: 1.5;
}

.vsl-play {
  display: grid;
  width: clamp(3.4rem, 15vw, 4rem);
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 0.25rem;
  border: 1px solid rgba(255, 220, 135, 0.8);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 0 8px rgba(245, 166, 35, 0.09), 0 16px 38px rgba(0, 0, 0, 0.4);
}

.vsl-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.75rem solid #17130b;
}

@media (max-width: 30rem) {
  .vsl-badge {
    top: 0.7rem;
    left: 0.7rem;
  }

  .vsl-center {
    inset: 21% 0 13%;
    padding: 0.9rem;
  }
}

.section {
  padding-block: clamp(5rem, 10vw, 8.5rem);
}

.section-intro {
  border-bottom: 1px solid var(--line);
}

.large-copy {
  max-width: 780px;
  margin-bottom: 3rem;
  color: #c5c2cc;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
}

.signal-grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.signal-grid article {
  min-width: 0;
  min-height: 205px;
  padding: 1.5rem;
  background: var(--surface-soft);
}

.signal-grid article:hover {
  background: var(--surface-strong);
}

.signal-grid span,
.day-label,
.day-output span {
  color: var(--gold);
  font: 600 0.67rem/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-grid h3 {
  margin: 1.8rem 0 0.5rem;
  font-size: 1.25rem;
}

.signal-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.command-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.command-section::before {
  position: absolute;
  top: -25rem;
  left: -20rem;
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.09), transparent 68%);
  content: "";
}

.command-layout {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.command-copy > p:not(.kicker) {
  max-width: 650px;
  color: #b8b5c1;
  font-size: 1.08rem;
}

.principle {
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 1rem;
  border-left: 2px solid var(--gold);
  background: rgba(245, 166, 35, 0.05);
}

.principle span {
  color: var(--gold-light);
  font: 600 1.2rem/1 "JetBrains Mono", monospace;
}

.principle p {
  margin: 0;
  font-weight: 600;
}

.agent-stack {
  display: grid;
  gap: 0.8rem;
}

.agent-stack article {
  position: relative;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--surface-strong), #12121a);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.agent-stack article:nth-child(2) {
  margin-left: 1rem;
}

.agent-stack article:nth-child(3) {
  margin-left: 2rem;
}

.agent-stack article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold);
  font: 600 0.63rem/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
}

.agent-stack i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(75, 227, 161, 0.8);
}

.agent-stack h3 {
  margin: 1rem 0 0.25rem;
  font-size: 1.25rem;
}

.agent-stack p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.program-section {
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 490px;
  margin-bottom: 0;
  color: var(--muted);
}

.day-list {
  display: grid;
  gap: 1rem;
}

.day-card {
  display: grid;
  gap: 1.5rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(125deg, rgba(26, 26, 37, 0.9), rgba(18, 18, 26, 0.82));
}

.day-number {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  color: var(--gold-light);
  font-family: "JetBrains Mono", monospace;
}

.day-number span {
  font-size: 0.62rem;
}

.day-number strong {
  font-size: 2.1rem;
  line-height: 1;
}

.day-content h3 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.day-content > p:not(.day-label, .day-output) {
  color: var(--muted);
}

.day-output {
  margin: 1.2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #ddd9e2;
  font-size: 0.88rem;
  font-weight: 600;
}

.day-output span {
  display: block;
  margin-bottom: 0.2rem;
}

.deliverables-section {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.deliverables-layout {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.deliverables-copy > p:not(.kicker) {
  color: var(--muted);
}

.deliverables-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.deliverables-list li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.deliverables-list span {
  color: var(--gold);
  font: 600 0.7rem/1 "JetBrains Mono", monospace;
}

.deliverables-list p {
  margin: 0;
  font-weight: 600;
}

.fit-section {
  border-bottom: 1px solid var(--line);
}

.fit-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

.fit-card {
  padding: clamp(1.4rem, 4vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.fit-positive {
  border-color: rgba(75, 227, 161, 0.2);
}

.fit-negative {
  border-color: rgba(255, 123, 123, 0.16);
}

.fit-label {
  font-size: 1.05rem;
  font-weight: 800;
}

.fit-positive .fit-label span {
  color: var(--green);
}

.fit-negative .fit-label span {
  color: var(--red);
}

.fit-card ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 1.2rem;
  color: #bbb8c3;
}

.fit-card li::before {
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.about-section {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.about-layout {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.about-photo {
  position: relative;
  max-width: 460px;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 15, 0.6), transparent 50%);
  content: "";
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center 20%;
}

.about-copy > p:not(.kicker, .about-role) {
  max-width: 670px;
  color: #bcb9c4;
  font-size: 1.05rem;
}

.about-role {
  margin-top: -0.8rem;
  color: var(--gold-light);
  font: 600 0.75rem/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-note {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.brand-note span {
  color: var(--gold);
  font: 600 0.7rem/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
}

.brand-note p {
  margin: 0.3rem 0 0;
  font-weight: 600;
}

.faq-layout {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.faq-heading > p:not(.kicker) {
  max-width: 500px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 64px;
  grid-template-columns: 1fr 1.5rem;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  color: var(--gold);
  content: "+";
  font: 500 1.3rem/1 "JetBrains Mono", monospace;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 710px;
  padding: 0 2rem 1.3rem 0;
  color: var(--muted);
}

.final-offer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.final-offer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 52rem;
  height: 35rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(245, 166, 35, 0.11), transparent 68%);
  content: "";
}

.offer-inner {
  max-width: 850px;
}

.offer-inner .kicker {
  justify-content: center;
}

.offer-inner > p:not(.kicker, .checkout-copy) {
  max-width: 680px;
  margin-inline: auto;
  color: #c2bfc9;
  font-size: 1.1rem;
}

.price-block {
  display: flex;
  max-width: 390px;
  flex-direction: column;
  margin: 2.4rem auto;
  padding: 1.5rem;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: rgba(18, 18, 26, 0.8);
  box-shadow: var(--shadow);
}

.price-block span,
.price-block small {
  color: var(--muted);
  font-size: 0.78rem;
}

.price-block strong {
  color: var(--gold-light);
  font-size: clamp(3rem, 8vw, 4.6rem);
  line-height: 1.15;
  letter-spacing: -0.06em;
}

.checkout-copy {
  margin-inline: auto;
}

.signup-form {
  display: grid;
  max-width: 520px;
  gap: 1rem;
  margin: 2.4rem auto 0;
  text-align: left;
}

.signup-form label {
  display: grid;
  gap: 0.45rem;
  color: #ddd9e2;
  font-size: 0.85rem;
  font-weight: 700;
}

.signup-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--text);
  font: inherit;
  padding: 0.8rem 0.9rem;
}

.signup-form input:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(245, 166, 35, 0.22);
  outline-offset: 2px;
}

.signup-form .button { width: 100%; margin-top: 0.25rem; }

.cta-inline { margin-top: 3rem; text-align: center; }

.offer-actions {
  display: grid;
  max-width: 520px;
  gap: 0.85rem;
  margin: 2rem auto 0;
}

.offer-actions .button { width: 100%; }

.button-secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.button-secondary:hover { border-color: var(--gold); background: rgba(245, 166, 35, 0.08); }

.video-slot { width: min(100%, 390px); margin: 2rem auto; }

#vip-offer .offer-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

#vip-offer h1 { max-width: 760px; }

.thank-you .offer-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.thank-you .offer-inner > p { max-width: 650px; }

.vip-summary {
  max-width: 690px;
  margin: 0 auto;
  color: #c2bfc9;
  text-align: left;
}

.vip-summary strong, .vip-price strong { color: var(--gold-light); }

.vip-price { margin: 1.5rem auto 0; font-size: 1.15rem; }

.checkout-status {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  gap: 0.15rem;
  margin: 1.5rem auto 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(245, 166, 35, 0.2);
  border-radius: 10px;
  background: rgba(245, 166, 35, 0.055);
  color: #aaa5af;
  font-size: 0.76rem;
}

.checkout-status strong {
  color: var(--gold-light);
}

.checkout-status.is-ready {
  border-color: rgba(75, 227, 161, 0.2);
  background: rgba(75, 227, 161, 0.05);
}

.checkout-status.is-ready strong {
  color: var(--green);
}

.site-footer {
  padding-block: 3rem 7.4rem;
  background: #08080c;
  color: #8f8c98;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.footer-grid p {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
}

.footer-support {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-support:hover { background: rgba(245, 166, 35, 0.1); }

.footer-grid strong {
  color: #c2bfc9;
}

.footer-grid small {
  display: block;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  line-height: 1.6;
}

.mobile-cta {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.65rem max(1rem, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  border-top: 1px solid var(--gold-line);
  background: rgba(10, 10, 15, 0.96);
  box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.mobile-cta > div {
  display: flex;
  min-width: 5.6rem;
  flex-direction: column;
}

.mobile-cta span {
  font: 600 0.56rem/1.4 "JetBrains Mono", monospace;
  letter-spacing: 0.05em;
}

.mobile-cta strong {
  color: var(--gold-light);
}

.mobile-cta .button {
  min-height: 50px;
  padding-inline: 0.9rem;
  font-size: 0.83rem;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 1rem;
  bottom: 6.3rem;
  left: 1rem;
  width: min(calc(100% - 2rem), 520px);
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  background: #f8f5ed;
  box-shadow: var(--shadow);
  color: #17130b;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 40rem) {
  .container {
    width: min(calc(100% - 3rem), var(--container));
  }

  .hero-headline h1 {
    max-width: 16ch;
    font-size: clamp(3rem, 6.5vw, 3.5rem);
    line-height: 1;
  }

  .hero-visual {
    width: min(100%, 330px);
  }

  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-facts li {
    display: block;
    min-height: 78px;
    padding: 0.9rem 1rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-facts li:first-child {
    padding-left: 0;
  }

  .hero-facts li:last-child {
    border-right: 0;
  }

  .hero-facts span {
    display: block;
    margin-top: 0.2rem;
    text-align: left;
  }

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

  .day-card {
    grid-template-columns: minmax(82px, 0.18fr) 1fr;
    padding: 1.8rem;
  }

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

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

  .footer-grid small {
    grid-column: 1 / -1;
  }
}

@media (min-width: 50rem) {
  body {
    padding-bottom: 0;
  }

  .event-bar {
    display: flex;
  }

  .site-header {
    display: block;
  }

  .desktop-nav,
  .header-cta {
    display: flex;
  }

  .mobile-cta {
    display: none;
  }

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

  .toast {
    bottom: 1.5rem;
  }

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

  .section-heading {
    grid-template-columns: 1.35fr 0.65fr;
  }

  .deliverables-layout,
  .about-layout,
  .faq-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-heading {
    position: sticky;
    top: 2rem;
  }
}

@media (min-width: 64rem) {
  .hero-layout {
    grid-template-areas:
      "identity visual"
      "headline visual"
      "conversion visual";
    grid-template-columns: minmax(0, 1fr) minmax(320px, 350px);
    grid-template-rows: auto auto 1fr;
    column-gap: clamp(4rem, 6vw, 5.25rem);
    padding-block: 3.5rem 4.5rem;
  }

  .hero-visual {
    width: 340px;
    margin-block: 0;
    margin-right: 0;
    justify-self: end;
    align-self: start;
  }

  .hero-headline {
    margin-top: 1.4rem;
  }

  .hero-headline h1 {
    max-width: 16ch;
    font-size: clamp(3.35rem, 4vw, 4rem);
    line-height: 0.99;
    letter-spacing: -0.048em;
  }

  .hero-conversion {
    margin-top: 1.35rem;
  }

  .command-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
  }

  .day-card {
    grid-template-columns: minmax(110px, 0.2fr) 1fr;
    padding: 2.1rem;
  }

  .day-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    column-gap: 3rem;
  }

  .day-content .day-label,
  .day-content h3 {
    grid-column: 1;
  }

  .day-content > p:not(.day-label, .day-output) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .day-output {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #d1ced8;
    --line: rgba(255, 255, 255, 0.28);
    --gold-line: rgba(255, 220, 135, 0.7);
  }
}
