:root {
  --black: #020201;
  --ink: #080604;
  --gold: #efb500;
  --gold-soft: #f4d982;
  --cream: #f6ead6;
  --paper: #fff8ea;
  --muted: #a9956d;
  --red: #d81822;
  --panel: #100d08;
  --panel-2: #171108;
  --line: rgba(244, 217, 130, 0.16);
  --line-strong: rgba(244, 217, 130, 0.32);
  --max: 1210px;
  --display-font: "Montserrat", "Arial Black", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
  max-width: 100vw;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 0 48px;
  border-right: 1px solid rgba(244, 217, 130, 0.14);
  border-left: 1px solid rgba(244, 217, 130, 0.14);
  border-bottom: 1px solid rgba(244, 217, 130, 0.14);
  background: rgba(2, 2, 1, 0.2);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-nav span {
  padding: 12px 0;
}

.menu-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.menu-toggle span {
  display: none !important;
}

h1,
h2,
h3,
h4,
p,
blockquote {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 96px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 25% 72%, rgba(120, 52, 10, 0.25), transparent 18%),
    linear-gradient(90deg, #020201 0%, #020201 100%);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(100%, 558px);
  margin-left: max(48px, calc((100vw - var(--max)) / 2));
  padding: 42px 0 18px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.eyebrow span {
  width: 42px;
  height: 3px;
  background: var(--gold);
}

.hero h1 {
  width: 560px;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 38px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(255, 245, 220, 0.12);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero h1 strong {
  display: block;
  color: var(--gold);
  font: inherit;
  text-shadow: 0 12px 30px rgba(239, 181, 0, 0.18);
}

.subtitle-lockup {
  display: inline-block;
}

.hero-subtitle {
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.4;
  text-transform: uppercase;
}

.red-rule {
  width: 100%;
  height: 2px;
  margin: 12px 0 14px;
  background: var(--red);
}

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

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 20px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: #160f00;
}

.button-ghost {
  border-color: rgba(244, 217, 130, 0.35);
  color: var(--gold-soft);
}

.button-light {
  min-height: 56px;
  background: #fff9ea;
  color: #6d260e;
  font-size: 15px;
}

.microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  color: #d8c48d;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  list-style: none;
  text-transform: uppercase;
}

.microcopy li::before {
  content: "✓ ";
  color: var(--gold);
}

.specialist-portrait {
  position: absolute;
  right: max(0px, calc((100vw - 1402px) / 2));
  bottom: 0;
  z-index: 2;
  width: min(59.4vw, 748px);
  height: calc(100% - 2px);
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(10%);
}

.specialist-portrait::before,
.specialist-portrait::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.specialist-portrait::before {
  inset: 0;
  background:
    linear-gradient(90deg, #020201 0%, rgba(2, 2, 1, 0.68) 12%, rgba(2, 2, 1, 0.12) 34%, rgba(2, 2, 1, 0) 66%),
    linear-gradient(0deg, #020201 0%, rgba(2, 2, 1, 0) 24%),
    linear-gradient(180deg, rgba(2, 2, 1, 0.15) 0%, rgba(2, 2, 1, 0) 28%);
}

.specialist-portrait::after {
  inset: 0;
  background: radial-gradient(circle at 55% 42%, rgba(239, 181, 0, 0.08), transparent 44%);
  mix-blend-mode: screen;
}

.specialist-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 28%;
  filter: contrast(1.08) saturate(0.86) brightness(0.78);
}

.hero-glow {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 320px;
  border-radius: 999px;
  background: rgba(134, 51, 6, 0.15);
  filter: blur(52px);
}

.hero-glow-left {
  bottom: 86px;
  left: 18%;
}

.hero-glow-right {
  right: auto;
  bottom: 76px;
  left: 28%;
  opacity: 0.29;
}

.page-section {
  padding: 90px 0;
  border-bottom: 1px solid var(--line);
}

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.section-shell.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.section-kicker {
  margin-bottom: 20px;
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-subtitle {
  margin-top: 12px;
  color: var(--gold-soft);
  font-size: 23px;
  line-height: 1.4;
}

.copy-stack {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  color: #d0c09a;
  font-size: 20px;
  line-height: 1.65;
}

.strong-callout {
  color: var(--cream);
  font-weight: 700;
}

.problem-section {
  background:
    linear-gradient(180deg, rgba(239, 181, 0, 0.04), transparent 28%),
    #070503;
}

.problem-section.page-section {
  padding: 72px 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1.12fr);
  gap: 82px;
  align-items: center;
}

.problem-section h2 {
  max-width: 470px;
  line-height: 1.08;
}

.problem-copy .copy-stack {
  margin-top: 0;
  gap: 16px;
  max-width: 650px;
  font-size: 20px;
  line-height: 1.55;
}

.zero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.zero-grid div {
  display: grid;
  gap: 10px;
  min-height: 124px;
  align-content: center;
  padding: 20px;
  background: #100d08;
}

.zero-grid span {
  color: #d0c09a;
  font-size: 16px;
  line-height: 1.35;
}

.zero-grid strong {
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.contrast-box {
  margin-top: 60px;
  padding: 30px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(239, 181, 0, 0.035), transparent),
    #100d08;
}

.contrast-box h3 {
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contrast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.contrast-grid article,
.outcomes-grid article {
  padding: 28px 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(239, 181, 0, 0.08), transparent 28%),
    var(--panel);
}

.contrast-grid article {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 1px rgba(216, 24, 34, 0.05);
}

.contrast-grid article::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 24, 34, 0.75), transparent);
  content: "";
}

.contrast-grid span,
.outcomes-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.contrast-grid p,
.outcomes-grid p {
  color: #d0c09a;
  font-size: 18px;
  line-height: 1.58;
}

.punch-line {
  display: grid;
  gap: 12px;
  margin-top: 58px;
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.punch-line p:nth-child(2) {
  color: var(--gold);
}

.pain-list,
.cta-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  color: #f0dc92;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
}

.pain-list li,
.cta-list li {
  position: relative;
  padding-left: 26px;
}

.pain-list li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "✗";
}

.cta-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "→";
}

.objection-box {
  width: min(calc(100% - 48px), 760px);
  margin: 70px auto 0;
  padding: 38px;
  border: 2px solid var(--gold);
  background: #100d08;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.objection-box h3 {
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.objection-intro {
  margin-top: 14px;
  color: var(--cream);
  font-size: 24px;
  text-align: center;
}

.objection-item {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.objection-item:first-of-type {
  margin-top: 22px;
}

.objection-item h4 {
  margin-bottom: 14px;
  color: var(--cream);
  font-size: 22px;
}

.objection-item h4::before {
  color: var(--gold);
  content: "→ ";
}

.objection-item p {
  color: #d0c09a;
  font-size: 18px;
  line-height: 1.55;
}

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

.proof-section {
  background: #020201;
}

#proof-title {
  font-size: 36px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 56px;
  align-items: center;
}

.proof-media {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  aspect-ratio: 4 / 5;
}

.proof-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 28%;
  filter: contrast(1.04) saturate(0.85) brightness(0.72);
}

.proof-list {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(244, 217, 130, 0.04);
}

.proof-signature {
  display: grid;
  gap: 5px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.proof-signature span {
  color: var(--muted);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.proof-list h3 {
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.proof-list ul,
.included-grid ul {
  display: grid;
  gap: 12px;
  list-style: none;
}

.proof-list li,
.included-grid li {
  color: #d0c09a;
  font-size: 18px;
  line-height: 1.45;
}

.proof-list li::before,
.included-grid li::before {
  color: var(--gold);
  content: "✓ ";
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.result-grid div {
  display: grid;
  gap: 6px;
  min-height: 112px;
  align-content: center;
  padding: 16px;
  background: var(--panel);
}

.result-grid strong {
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.result-grid span {
  color: #c6b48b;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

.quote-card {
  margin-top: 28px;
  padding: 24px;
  border-left: 3px solid var(--gold);
  background: rgba(239, 181, 0, 0.08);
  color: var(--cream);
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.quote-card cite {
  display: block;
  margin-top: 16px;
  color: var(--gold-soft);
  font-style: normal;
}

.bridge-box {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--line-strong);
  background: rgba(239, 181, 0, 0.08);
}

.bridge-box p {
  color: var(--cream);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.bridge-box .button {
  width: fit-content;
  margin-top: 8px;
}

.film-strip-section {
  overflow: hidden;
  padding: 20px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #020201, #080604 78%),
    #020201;
}

.film-strip {
  position: relative;
  width: 100%;
}

.film-strip::before,
.film-strip::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 150px);
  pointer-events: none;
  content: "";
}

.film-strip::before {
  left: 0;
  background: linear-gradient(90deg, #020201, transparent);
}

.film-strip::after {
  right: 0;
  background: linear-gradient(270deg, #020201, transparent);
}

.film-strip-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 10px 18px;
  animation: film-strip-scroll 34s linear infinite;
}

.film-strip:hover .film-strip-track {
  animation-play-state: paused;
}

.film-frame {
  position: relative;
  width: clamp(260px, 36vw, 520px);
  height: clamp(170px, 23vw, 330px);
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 217, 130, 0.24);
  background: #0d0a05;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.36);
}

.film-frame::before,
.film-frame::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  height: 14px;
  background:
    linear-gradient(90deg, rgba(239, 181, 0, 0.28) 0 10px, transparent 10px 24px)
      0 0 / 24px 14px repeat-x,
    rgba(2, 2, 1, 0.72);
  content: "";
}

.film-frame::before {
  top: 0;
}

.film-frame::after {
  bottom: 0;
}

.film-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92) brightness(0.78);
}

.film-frame-top img {
  object-position: center top;
}

.film-frame-contain img {
  object-fit: contain;
  background: #050402;
}

.film-frame-image-compact img {
  transform: scale(0.75);
}

@keyframes film-strip-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .film-strip-track {
    animation: none;
  }
}

.testimonials {
  margin-top: 72px;
}

.testimonials h3,
.included-grid h3 {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.testimonial-card {
  display: grid;
  gap: 16px;
  min-height: 260px;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--line);
  background: #0f0b06;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.testimonial-card p {
  color: var(--cream);
  font-size: 19px;
  line-height: 1.55;
}

.testimonial-card strong {
  color: var(--gold-soft);
  font-size: 17px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 15px;
}

.system-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(239, 181, 0, 0.07), transparent 30%),
    #080604;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.outcomes-grid article {
  position: relative;
  min-height: 300px;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 1px rgba(239, 181, 0, 0.04);
}

.outcomes-grid article::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 181, 0, 0.72), transparent);
  content: "";
}

.outcomes-grid h3 {
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.25;
  text-transform: uppercase;
}

.outcomes-grid p {
  margin-top: 18px;
  font-size: 16.5px;
  line-height: 1.62;
}

.investment-callout {
  position: relative;
  display: grid;
  gap: 20px;
  width: min(calc(100% - 48px), 820px);
  margin: 68px auto 0;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(239, 181, 0, 0.42);
  background:
    linear-gradient(135deg, rgba(239, 181, 0, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 248, 234, 0.04), rgba(239, 181, 0, 0.02)),
    #0d0a05;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 248, 234, 0.08);
  text-align: center;
}

.investment-callout::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 181, 0, 0.92), transparent);
  content: "";
}

.pricing-kicker {
  justify-self: center;
  padding: 8px 14px;
  border: 1px solid rgba(239, 181, 0, 0.32);
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
  line-height: 1;
  text-transform: uppercase;
}

.investment-callout h3 {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin: 4px auto 0;
  padding: 26px 28px;
  border: 1px solid rgba(244, 217, 130, 0.18);
  background: rgba(2, 2, 1, 0.42);
  width: min(100%, 640px);
}

.pricing-main,
.pricing-installments {
  display: grid;
  gap: 8px;
}

.pricing-main span,
.pricing-installments span {
  color: var(--muted);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.pricing-main strong {
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.pricing-installments strong {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.pricing-divider {
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, transparent, rgba(244, 217, 130, 0.42), transparent);
}

.investment-callout p {
  color: #d0c09a;
  font-size: 21px;
  line-height: 1.55;
}

.investment-callout .pricing-note {
  max-width: 560px;
  margin: 0 auto;
  color: var(--gold-soft);
  font-size: 19px;
}

.investment-callout .button {
  width: fit-content;
  min-height: 48px;
  margin: 4px auto 0;
  padding: 0 28px;
}

.investment-callout .muted-note {
  max-width: 600px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.maestro-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  background: var(--line);
  border: 1px solid var(--line);
}

.maestro-card {
  min-height: 250px;
  padding: 24px;
  background: var(--panel);
}

.maestro-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.maestro-card h3 {
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.25;
  text-transform: uppercase;
}

.maestro-card p {
  margin-top: 14px;
  color: #c9b88d;
  font-size: 17px;
  line-height: 1.5;
}

.included-grid {
  margin-top: 62px;
  padding: 36px;
  border: 1px solid var(--line);
  background: rgba(244, 217, 130, 0.04);
}

.included-grid ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin-top: 28px;
}

.investment-section {
  background: #050402;
}

.value-stack,
.guarantee-box {
  width: min(100%, 720px);
  margin: 0 auto;
}

.value-stack {
  padding: 38px;
  border: 1px solid var(--line-strong);
  background: #f9edda;
  color: #120d07;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.value-stack h2 {
  color: #120d07;
  text-align: center;
}

.value-stack h3 {
  color: #4b2a07;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.value-block {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.value-row,
.total-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(18, 13, 7, 0.12);
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.35;
}

.value-row strong,
.total-row strong,
.package-list strong {
  color: #9b340d;
}

.total-row {
  margin: 28px 0;
  padding: 18px 0;
  border-top: 2px solid rgba(18, 13, 7, 0.16);
  border-bottom: 2px solid rgba(18, 13, 7, 0.16);
  font-weight: 700;
  text-transform: uppercase;
}

.package-list {
  display: grid;
  gap: 12px;
}

.package-list p {
  font-size: 18px;
  line-height: 1.5;
}

.muted-note {
  margin-top: 8px;
  color: #644f30;
  font-style: italic;
}

.guarantee-box {
  margin-top: 34px;
  padding: 38px;
  border: 3px solid var(--gold);
  background: #fff4dc;
  color: #120d07;
  text-align: center;
}

.guarantee-icon {
  color: var(--gold);
  font-size: 46px;
  line-height: 1;
}

.guarantee-box h3 {
  margin-top: 12px;
  color: #120d07;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.guarantee-box p {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.55;
}

.guarantee-box strong {
  color: #9b340d;
}

.seo-faq-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 181, 0, 0.08), transparent 28%),
    #050402;
}

.faq-heading {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-bottom: 34px;
}

.faq-heading span {
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.faq-heading h2 {
  font-size: 38px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.faq-grid article {
  min-height: 230px;
  padding: 24px;
  background: #0f0b06;
}

.faq-grid h3 {
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.25;
  text-transform: uppercase;
}

.faq-grid p {
  margin-top: 16px;
  color: #d0c09a;
  font-size: 17px;
  line-height: 1.55;
}

@media (min-width: 721px) {
  .faq-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cta-section {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 244, 220, 0.12), transparent 30%),
    linear-gradient(135deg, #b52b10, #efb500);
  color: #130d04;
}

.section-kicker.dark {
  color: #5a210c;
}

.dark-subtitle {
  color: #4b1d09;
  font-weight: 700;
}

.cta-final {
  max-width: 820px;
  text-align: center;
}

.urgency-box {
  width: min(100%, 620px);
  margin: 0 auto 38px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  color: #8b2d0c;
}

.urgency-box strong {
  display: block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.urgency-box p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.45;
}

.cta-final h2 {
  color: #fff9ea;
}

#cta-title {
  font-size: 33px;
}

#cta-title span {
  display: block;
}

.cta-final .copy-stack,
.cta-note,
.cta-microcopy {
  color: #fff9ea;
}

.cta-final .copy-stack {
  justify-items: center;
}

.cta-list {
  width: min(100%, 650px);
  margin: 28px auto;
  color: #fff9ea;
  text-align: left;
}

.cta-note {
  margin: 0 0 30px;
  font-size: 21px;
}

.cta-microcopy {
  margin-top: 18px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 34px max(24px, calc((100vw - var(--max)) / 2)) 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #020201;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.site-footer strong,
.site-footer a {
  color: var(--gold-soft);
}

.site-footer strong {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer p {
  color: #c6b48b;
}

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

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.site-footer span {
  margin-top: 8px;
  color: rgba(169, 149, 109, 0.82);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .site-header {
    width: 100%;
    min-height: 92px;
    padding: 0 28px;
  }

  .brand {
    font-size: 19px;
    letter-spacing: 5px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .menu-toggle {
    display: none !important;
    visibility: hidden !important;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .main-nav span[aria-hidden="true"] {
    display: none;
  }

  .main-nav span:not([aria-hidden]) {
    padding: 8px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: min(100% - 48px, 620px);
    margin: 0 auto;
    padding: 92px 0 56px;
    transform: none;
  }

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

  .specialist-portrait {
    right: 0;
    width: 100%;
    opacity: 0.36;
  }

  .specialist-portrait::before {
    background:
      linear-gradient(90deg, rgba(2, 2, 1, 0.82), rgba(2, 2, 1, 0.48)),
      linear-gradient(0deg, #020201 0%, rgba(2, 2, 1, 0.25) 34%, rgba(2, 2, 1, 0.1) 100%);
  }

  .specialist-portrait img {
    object-position: 54% 30%;
    filter: contrast(1.05) saturate(0.78) brightness(0.52);
  }

  .proof-grid,
  .split-section,
  .testimonial-grid,
  .included-grid ul,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 720px) {
  .site-header {
    min-height: 78px;
    padding: 0 12px;
  }

  .brand {
    gap: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    max-width: calc(100vw - 24px);
  }

  .brand span {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .main-nav {
    top: 78px;
    right: 14px;
    left: 14px;
  }

  .hero-content {
    width: calc(100% - 32px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 54px 16px 48px;
  }

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

  .hero-subtitle {
    font-size: 13px;
  }

  .specialist-portrait {
    height: 100%;
    opacity: 0.45;
    transform: translateX(0);
  }

  .specialist-portrait img {
    object-position: 55% 26%;
  }

  .eyebrow {
    gap: 12px;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }

  .eyebrow span {
    width: 30px;
  }

  .hero-actions,
  .microcopy {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .button-light {
    min-height: 56px;
    font-size: 14px;
  }

  .page-section {
    padding: 58px 0;
  }

  .section-shell,
  .objection-box {
    width: min(calc(100% - 32px), var(--max));
  }

  h2,
  .cta-final h2 {
    font-size: 36px;
  }

  .section-subtitle,
  .copy-stack,
  .pain-list,
  .objection-item p,
  .proof-list li,
  .included-grid li,
  .testimonial-card p,
  .package-list p,
  .guarantee-box p {
    font-size: 17px;
  }

  .objection-box,
  .value-stack,
  .guarantee-box,
  .included-grid {
    padding: 24px;
  }

  .maestro-grid,
  .contrast-grid,
  .outcomes-grid,
  .result-grid,
  .testimonial-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-heading h2 {
    font-size: 31px;
  }

  .faq-grid article {
    min-height: auto;
  }

  .punch-line {
    font-size: 31px;
  }

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

  .film-strip-section {
    padding: 10px 0 46px;
  }

  .film-strip-track {
    gap: 12px;
    padding: 8px 12px;
  }

  .film-frame {
    width: min(78vw, 330px);
    height: min(52vw, 220px);
  }

  .investment-callout {
    width: min(calc(100% - 32px), 760px);
    padding: 24px;
  }

  .investment-callout h3 {
    font-size: 34px;
  }

  .pricing-box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .pricing-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(244, 217, 130, 0.42), transparent);
  }

  .pricing-main strong {
    font-size: 48px;
  }

  .pricing-installments strong {
    font-size: 23px;
  }

  .value-row,
  .total-row {
    display: grid;
    gap: 6px;
    font-size: 16px;
  }

  .urgency-box {
    padding: 20px;
  }

  .site-footer {
    padding: 38px 18px;
  }
}

@media (max-width: 390px) {
  .brand span {
    max-width: 210px;
    white-space: normal;
  }

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

  .specialist-portrait {
    opacity: 0.35;
  }
}
