:root {
  --ink: #050505;
  --ink-soft: #101010;
  --surface: #f6f0e2;
  --surface-strong: #fff9ed;
  --line: rgba(5, 5, 5, 0.12);
  --line-dark: rgba(255, 255, 255, 0.12);
  --text: #0b0b0b;
  --muted: #66645f;
  --muted-dark: rgba(255, 255, 255, 0.7);
  --white: #fffaf0;
  --gold: #e0ad45;
  --gold-strong: #f2c46c;
  --teal: #6ed8c8;
  --red: #d76758;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
  font: inherit;
}

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

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  z-index: 1000;
  background: var(--gold);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 850;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 8, 8, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 400;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.brand-main span {
  color: var(--gold-strong);
}

.brand-domain {
  margin-left: 2px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.44em;
  line-height: 1;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 14px;
  font-weight: 400;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-5px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(255, 221, 151, 0.75);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffd47e, #e1a137);
  color: #060606;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 24px rgba(247, 185, 69, 0.24);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 16px 30px rgba(247, 185, 69, 0.28);
}

.button-small {
  min-height: 44px;
  min-width: 146px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 72px);
  place-items: center;
  overflow: hidden;
  background: #000000;
  color: var(--white);
}

#liquid-canvas,
.hero-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#liquid-canvas {
  pointer-events: none;
  contain: layout paint style;
}

.hero-vignette {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, transparent 18%, rgba(0, 0, 0, 0.54) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), transparent 34%, transparent 66%, rgba(0, 0, 0, 0.88));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(82px, 12vw, 142px) 0 clamp(64px, 8vw, 100px);
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #8a5e03;
}

.hero .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 225, 147, 0.7);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 240, 180, 0.95), rgba(226, 158, 39, 0.96) 48%, rgba(255, 215, 126, 0.94)),
    var(--gold);
  color: #0a0907;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 0 5px rgba(224, 173, 69, 0.12),
    0 16px 36px rgba(224, 173, 69, 0.22);
  font-size: clamp(14px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}

.hero .eyebrow::before,
.hero .eyebrow::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 0 10px;
  background: linear-gradient(90deg, transparent, rgba(10, 9, 7, 0.44), transparent);
}

.hero h1,
.section h2,
.vsl-side h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.98;
}

.hero h1 {
  max-width: 960px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 25px;
  line-height: 1.16;
}

.hero-video {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  width: min(780px, 100%);
  min-height: clamp(230px, 28vw, 340px);
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(216, 168, 78, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    #050505;
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(216, 168, 78, 0.18), transparent 28%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.pulse-play {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(216, 168, 78, 0.68);
  border-radius: 50%;
  background: rgba(216, 168, 78, 0.16);
  box-shadow: none;
  isolation: isolate;
}

.pulse-play::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(216, 168, 78, 0.58);
  border-radius: inherit;
  pointer-events: none;
  animation: playPulse 1.8s ease-out infinite;
}

.pulse-play::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid var(--gold-strong);
}

.hero-video strong {
  position: relative;
  max-width: 650px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.6vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.hero-video-gated {
  width: min(840px, 100%);
  min-height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
}

.hero-video-placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 34vw, 420px);
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: clamp(26px, 5vw, 54px);
  border: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(216, 168, 78, 0.2), transparent 26%),
    radial-gradient(circle at 50% 82%, rgba(255, 214, 123, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.16));
  color: inherit;
  cursor: pointer;
  text-align: center;
}

.hero-video-placeholder::before {
  content: "";
  position: absolute;
  inset: clamp(16px, 2.8vw, 28px);
  border: 1px solid rgba(216, 168, 78, 0.16);
  border-radius: calc(var(--radius) - 3px);
  pointer-events: none;
}

.hero-video-placeholder:hover .pulse-play,
.hero-video-placeholder:focus-visible .pulse-play {
  background: rgba(216, 168, 78, 0.24);
  transform: scale(1.04);
}

.hero-video-placeholder:focus-visible {
  outline: 2px solid rgba(255, 205, 108, 0.82);
  outline-offset: 4px;
}

.hero-video-gated.is-playing {
  background: #050505;
}

.hero-video-gated.is-playing::before,
.hero-video-gated.is-playing .hero-video-placeholder {
  display: none;
}

.hero-video-gated iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@keyframes playPulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.36);
  }

  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

.promise-bullets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(920px, 100%);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--line-dark);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.promise-bullets div {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
  text-align: left;
}

.promise-bullets strong {
  font-size: 16px;
}

.promise-bullets span {
  color: var(--muted-dark);
  font-size: 14px;
}

.pricing-section {
  padding: clamp(76px, 9vw, 118px) 0;
  background: var(--surface);
}

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

.pricing-card {
  display: grid;
  gap: 20px;
  align-content: start;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured-pricing {
  border-color: rgba(216, 168, 78, 0.54);
  background:
    linear-gradient(180deg, rgba(216, 168, 78, 0.16), rgba(255, 255, 255, 0.4)),
    var(--surface-strong);
}

.pricing-topline {
  display: grid;
  gap: 10px;
}

.pricing-topline span {
  color: #8a5e03;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-topline strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 76px);
  font-weight: 400;
  line-height: 0.92;
}

.pricing-topline small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-card h3 {
  max-width: 560px;
  margin: 0;
  min-height: 92px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.14;
}

.pricing-list-group {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.pricing-list-group h4 {
  margin: 0;
  color: #8a5e03;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 24px;
  color: #37342f;
  font-size: 15px;
  line-height: 1.38;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.pricing-list-muted {
  padding: 14px 16px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.035);
}

.pricing-list-muted li::before {
  background: #6f6659;
}

.pricing-positioning-note {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(138, 94, 3, 0.18);
  border-radius: var(--radius);
  background: rgba(224, 173, 69, 0.12);
}

.pricing-positioning-note-below {
  margin-top: 18px;
}

.pricing-positioning-note p {
  margin: 0;
  color: #2d2518;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.pricing-card .button {
  justify-self: start;
  margin-top: 4px;
  font-weight: 700;
}

.pricing-urgency-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 168, 78, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 247, 226, 0.92), rgba(224, 173, 69, 0.18)),
    rgba(255, 250, 240, 0.68);
  box-shadow: 0 18px 50px rgba(92, 64, 18, 0.1);
  color: #21180b;
  text-align: center;
}

.pricing-urgency-note span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(138, 94, 3, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #8a5e03;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-urgency-note p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.38;
}

.vsl-section {
  padding: clamp(76px, 10vw, 128px) 0;
  background: var(--surface);
}

.vsl-layout,
.method-layout,
.proof-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.vsl-card {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: var(--radius);
  background: #080808;
  box-shadow: var(--shadow);
}

.vsl-frame {
  display: grid;
  min-height: 440px;
  place-items: center;
  gap: 12px;
  padding: 36px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52)),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #0b0b0b;
  background-size: auto, 42px 42px, 42px 42px, auto;
  color: var(--white);
  text-align: center;
}

.play-button {
  position: relative;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(216, 168, 78, 0.58);
  border-radius: 50%;
  background: rgba(216, 168, 78, 0.14);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 23px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid var(--gold-strong);
}

.vsl-frame p {
  margin: 0;
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vsl-frame strong {
  max-width: 640px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.vsl-frame span,
.vsl-side p,
.proof-layout p,
.section-heading p,
.section-copy p,
.faq-layout > div > p,
.final-inner p {
  color: var(--muted);
}

.vsl-side {
  display: grid;
  gap: 20px;
}

.vsl-side h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.vsl-side p {
  margin: 0;
  font-size: 18px;
}

.section {
  padding: clamp(76px, 10vw, 128px) 0;
}

.section-light {
  background: var(--surface);
}

.section-dark {
  background: #090909;
  color: var(--white);
}

.section h2,
.final-cta h2 {
  max-width: 820px;
  font-size: clamp(38px, 5.2vw, 72px);
}

.proof-layout,
.section-heading {
  margin-bottom: clamp(36px, 6vw, 66px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.proof-grid article {
  display: grid;
  gap: 10px;
  min-height: 190px;
  align-content: center;
  padding: 26px;
  background: var(--surface-strong);
}

.proof-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.proof-grid span {
  color: var(--muted);
}

.testimonials-section {
  background:
    radial-gradient(circle at 50% 10%, rgba(224, 173, 69, 0.12), transparent 34%),
    linear-gradient(180deg, #f8f1e3 0%, var(--surface) 54%, #efe5d3 100%);
}

.testimonial-intro {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.testimonial-intro h2 {
  max-width: 880px;
  font-size: 50px;
  line-height: 1.02;
}

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

.testimonial-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 260px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(224, 173, 69, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 249, 237, 0.98)),
    var(--surface-strong);
  box-shadow: 0 18px 48px rgba(35, 24, 8, 0.1);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(224, 173, 69, 0), rgba(224, 173, 69, 0.72), rgba(224, 173, 69, 0));
}

.testimonial-card p {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.46;
}

.testimonial-card mark {
  padding: 0 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 218, 128, 0.64), rgba(224, 173, 69, 0.34));
  color: inherit;
  font-weight: inherit;
}

.testimonial-author {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.testimonial-author img,
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(224, 173, 69, 0.72);
  border-radius: 50%;
  background: #16110a;
  box-shadow: 0 10px 24px rgba(35, 24, 8, 0.16);
}

.testimonial-author img {
  object-fit: cover;
}

.testimonial-avatar {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 233, 177, 0.38), transparent 34%),
    linear-gradient(135deg, #17110a, #33250d 52%, #8a5e03);
  color: #fff7df;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.testimonial-author div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.testimonial-card strong {
  color: #8a5e03;
  overflow: hidden;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-card span {
  color: var(--muted);
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.section-heading p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

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

.offer-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #151515;
}

.offer-card.featured {
  background:
    linear-gradient(180deg, rgba(216, 168, 78, 0.14), rgba(112, 224, 212, 0.06)),
    #171717;
}

.offer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.offer-topline span {
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-topline strong {
  color: var(--teal);
  font-size: 13px;
}

.offer-card h3,
.offer-card p {
  margin: 0;
}

.offer-card h3 {
  font-size: 24px;
  line-height: 1.14;
}

.offer-card p {
  color: var(--muted-dark);
}

.offer-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.method-layout {
  align-items: center;
}

.section-copy {
  display: grid;
  gap: 22px;
}

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

.ops-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 235, 225, 0.98)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

.ops-panel::before {
  content: "";
  position: absolute;
  inset: 16px -14px -14px 16px;
  z-index: -1;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(216, 168, 78, 0.68), rgba(112, 224, 212, 0.52));
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #4f4c45;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-header span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(48, 133, 103, 0.14);
  color: #1b6f53;
}

.market-map {
  position: relative;
  height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #101010;
  background-size: 34px 34px;
}

.level,
.zone,
.candle {
  position: absolute;
}

.level {
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.level-one {
  top: 28%;
}

.level-two {
  top: 68%;
}

.zone {
  left: 18%;
  right: 16%;
  top: 38%;
  height: 28%;
  border: 1px solid rgba(216, 168, 78, 0.5);
  background: rgba(216, 168, 78, 0.14);
}

.candle {
  width: 16px;
  border-radius: 3px;
}

.candle::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -34px;
  bottom: -34px;
  width: 2px;
  background: currentColor;
}

.candle-one {
  left: 24%;
  top: 42%;
  height: 72px;
  color: var(--teal);
  background: var(--teal);
}

.candle-two {
  left: 50%;
  top: 30%;
  height: 98px;
  color: var(--red);
  background: var(--red);
}

.candle-three {
  right: 22%;
  top: 50%;
  height: 62px;
  color: var(--teal);
  background: var(--teal);
}

.workflow {
  display: grid;
  gap: 10px;
}

.workflow div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: #34322e;
  font-weight: 800;
}

.workflow span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.faq-layout {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.faq-heading {
  display: grid;
  justify-items: center;
}

.faq-list {
  display: grid;
  width: min(760px, 100%);
  gap: 12px;
  text-align: left;
}

.faq-list details {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
}

.faq-list summary {
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted-dark);
}

.final-cta {
  padding: clamp(76px, 10vw, 128px) 0;
  background: #050505;
  color: var(--white);
  text-align: center;
}

.final-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.final-inner p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

.risk-note {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 14px !important;
}

.footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 168, 78, 0.08), transparent 36%),
    #050505;
  color: rgba(255, 250, 240, 0.68);
  border-top: 1px solid var(--line-dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 34px 0 26px;
}

.footer-main {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.footer-main p,
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 250, 240, 0.74);
  font-size: 13px;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--gold-strong);
}

.footer-cta {
  justify-self: end;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 250, 240, 0.52);
}

.footer-bottom p:last-child {
  white-space: nowrap;
}

.footer-brand {
  width: fit-content;
}

.footer-brand .brand-name {
  font-size: 22px;
}

.footer-brand .brand-domain {
  color: rgba(255, 250, 240, 0.66);
}

.footer .button {
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 72px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: rgba(12, 12, 12, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 0 10px;
  }

  .promise-bullets,
  .pricing-grid,
  .vsl-layout,
  .method-layout,
  .proof-layout,
  .faq-layout,
  .offer-stack {
    grid-template-columns: 1fr;
  }

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

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

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

  .ops-panel {
    max-width: 620px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-cta {
    justify-self: start;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom p:last-child {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
  }

  .nav {
    min-height: 66px;
  }

  .brand-name {
    font-size: 20px;
  }

  .nav-links {
    top: 66px;
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: calc(100dvh - 66px);
  }

  .hero-inner {
    gap: 18px;
    padding: 64px 0 56px;
  }

  .button {
    width: 100%;
  }

  .pricing-urgency-note {
    display: grid;
    justify-items: center;
    gap: 10px;
  }

  .hero-video {
    min-height: 240px;
  }

  .vsl-frame {
    min-height: 320px;
    padding: 22px;
  }

  .section h2,
  .vsl-side h2,
  .final-cta h2 {
    font-size: 40px;
  }

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

  .testimonial-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
