:root {
  --bg: #0a0a0a;
  --bg-soft: #121212;
  --panel: #171717;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f3ede0;
  --muted: #c9b99a;
  --gold: #daa748;
  --gold-deep: #c9922e;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(218, 167, 72, 0.13), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(201, 146, 46, 0.09), transparent 38%),
    linear-gradient(165deg, #060606 0%, #0d0d0d 52%, #070707 100%);
  line-height: 1.5;
}

.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(218, 167, 72, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 167, 72, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.container {
  width: min(1180px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.72));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
}

.brand img {
  width: clamp(210px, 19vw, 290px);
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.top-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.top-nav a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: #1f1506;
  border-color: #efc66e;
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
}

.section {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero {
  border-top: 0;
  padding-top: clamp(2.4rem, 5vw, 4rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: start;
}

h1,
h2,
h3 {
  font-family: "Sora", "Avenir Next", sans-serif;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  max-width: 14ch;
  margin-top: 0.62rem;
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
}

h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.84rem;
  color: var(--gold);
  font-weight: 700;
  margin: 0;
}

.hero-lead,
.section-head p,
.card p,
.faq-item p,
.final-copy {
  color: var(--muted);
}

.hero-lead {
  font-size: 1.02rem;
  max-width: 60ch;
  margin-top: 1rem;
}

.hero-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  align-items: center;
}

.hero-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(160deg, var(--gold), var(--gold-deep));
}

.hero-visuals {
  display: grid;
  gap: 0.75rem;
}

.card {
  border: 1px solid rgba(218, 167, 72, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(218, 167, 72, 0.1), rgba(14, 14, 14, 0.96) 30%);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.44);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
}

.route-board {
  padding: 0.9rem;
  position: relative;
  min-height: 246px;
}

.board-kicker {
  margin: 0 0 10px;
  color: #f0d6a0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.route-board svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-board path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4;
  stroke-dasharray: 7 6;
  stroke-linecap: round;
}

.stop {
  position: absolute;
  z-index: 2;
  width: min(210px, 44%);
  border: 1px solid rgba(218, 167, 72, 0.52);
  border-radius: 10px;
  background: rgba(8, 8, 8, 0.82);
  padding: 0.45rem 0.56rem;
}

.stop strong {
  display: block;
  color: #f2ddb2;
  font-size: 0.8rem;
}

.stop span {
  display: block;
  color: #d1bd93;
  font-size: 0.84rem;
}

.s1 {
  left: 0.7rem;
  bottom: 0.68rem;
}

.s2 {
  left: 5.5rem;
  top: 2.2rem;
}

.s3 {
  right: 5.6rem;
  bottom: 2.2rem;
}

.s4 {
  right: 0.7rem;
  top: 4rem;
}

.section-head {
  margin-bottom: 1.1rem;
}

.section-head.center {
  text-align: center;
}

.section-head p {
  margin-top: 0.75rem;
  font-size: 0.98rem;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.cards-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.audience-cards {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.card.soft {
  background: linear-gradient(165deg, rgba(218, 167, 72, 0.08), rgba(16, 16, 16, 0.96) 35%);
  padding: 1rem;
}

.icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  margin-right: 0.4rem;
  vertical-align: -3px;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 0.9rem;
  align-items: center;
}

.problem-list,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-list {
  display: grid;
  gap: 0.52rem;
}

.problem-list li,
.price-card li {
  display: flex;
  align-items: center;
  gap: 0.54rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.check {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(218, 167, 72, 0.58);
  position: relative;
  flex: 0 0 auto;
}

.check::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.16rem;
  width: 0.34rem;
  height: 0.52rem;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(42deg);
}

.impact-card {
  padding: 0.72rem;
}

.impact-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.6rem;
}

.track {
  margin: 1.4rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  position: relative;
}

.track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(218, 167, 72, 0.45), transparent);
}

.track span {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(218, 167, 72, 0.62);
  background: #0f0f0f;
  color: #f2d8a3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.card.highlight {
  border-color: rgba(218, 167, 72, 0.54);
  background: linear-gradient(150deg, rgba(218, 167, 72, 0.16), rgba(12, 12, 12, 0.95) 28%);
}

.steps article {
  position: relative;
}

.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.53rem;
  top: 50%;
  width: 0.4rem;
  height: 1px;
  background: rgba(218, 167, 72, 0.45);
}

.step-tag,
.plan-label {
  display: inline-flex;
  padding: 0.18rem 0.56rem;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #f1d8a5;
  border: 1px solid rgba(218, 167, 72, 0.5);
  background: rgba(218, 167, 72, 0.14);
}

.proof-grid .proof-card {
  padding: 0;
}

.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 2.6;
  object-fit: cover;
  border-bottom: 1px solid rgba(218, 167, 72, 0.22);
}

.proof-card h3,
.proof-card p {
  padding: 0 0.82rem;
}

.proof-card h3 {
  margin-top: 0.75rem;
}

.proof-card p {
  margin: 0.45rem 0 0.85rem;
}

.pricing-grid .price-card {
  padding: 0.95rem;
}

.price-card h3 {
  margin-top: 0.58rem;
}

.price {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2.9vw, 2rem);
  color: #f0c676;
  margin: 0.42rem 0 0.58rem;
}

.price-card.featured {
  border-color: rgba(218, 167, 72, 0.58);
  background: linear-gradient(150deg, rgba(218, 167, 72, 0.2), rgba(13, 13, 13, 0.96) 28%);
}

.faq {
  background: linear-gradient(180deg, rgba(218, 167, 72, 0.035), transparent 55%);
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-item {
  border: 1px solid rgba(218, 167, 72, 0.22);
  border-radius: var(--radius-md);
  padding: 0.2rem 0.82rem;
  background: rgba(15, 15, 15, 0.82);
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  padding: 0.6rem 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-right: 1.4rem;
}

.faq-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
}

.faq-item.open .faq-toggle::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, margin-bottom 0.24s ease;
}

.faq-item.open p {
  max-height: 160px;
  margin-bottom: 0.72rem;
}

.final-cta {
  background: linear-gradient(170deg, rgba(218, 167, 72, 0.1), rgba(10, 10, 10, 0.98) 48%);
}

.final-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 0.95rem;
  align-items: center;
}

.final-copy {
  margin: 1rem 0 1.3rem;
  max-width: 58ch;
}

.final-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.62rem 1.06rem;
  font-weight: 800;
  font-size: 0.85rem;
  color: #1f1506;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  box-shadow: 0 12px 26px rgba(201, 146, 46, 0.34);
}

.btn-outline {
  color: #f1dfba;
  border-color: rgba(218, 167, 72, 0.52);
  background: rgba(20, 20, 20, 0.8);
}

.btn-compact {
  width: auto;
  min-width: 180px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0 1.6rem;
  color: #958460;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-grid,
  .problem-grid,
  .cards-3,
  .cards-2,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .steps article::after {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0.82rem 0;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .s2 {
    left: 0.7rem;
    top: 2rem;
  }

  .s3 {
    right: 0.7rem;
    bottom: 4.2rem;
  }

  .s4 {
    right: 0.7rem;
    top: 7rem;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(1180px, calc(100% - 1.2rem));
  }

  .brand img {
    width: clamp(170px, 52vw, 220px);
  }

  .hero h1 {
    font-size: clamp(1.6rem, 8.5vw, 2.25rem);
  }

  .section {
    padding: 2.2rem 0;
  }

  .btn {
    width: 100%;
  }

  .btn-compact {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-note {
    width: 100%;
  }

  .stop {
    width: min(220px, 82%);
  }
}

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