:root {
  --bg: #f6f1e7;
  --surface: #fffaf0;
  --surface-2: #efe6d3;
  --ink: #161411;
  --muted: #6f675c;
  --line: #ded2bd;
  --gold: #c79a2b;
  --gold-soft: #f2d892;
  --teal: #063f42;
  --teal-2: #0b5d61;
  --red: #a83f32;
  --shadow: 0 14px 34px rgba(22, 20, 17, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
main { padding-bottom: 86px; }

.topbar {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px clamp(12px, 3vw, 26px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 231, .94);
  backdrop-filter: blur(14px);
}

.topbar__logo img {
  width: clamp(134px, 28vw, 188px);
  display: block;
}

.topbar__nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.topbar__nav a,
.topbar__cta,
.terms-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.topbar__nav a:hover,
.topbar__cta {
  color: #fff;
  background: var(--teal);
}

.hero {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  padding: clamp(34px, 7vw, 78px) 0 28px;
}

.eyebrow,
.section-head span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .75rem;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.25rem, 8vw, 6.7rem);
  line-height: .88;
  font-weight: 950;
}

.hero p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  text-decoration: none;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn--gold {
  color: #211600;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 12px 26px rgba(199, 154, 43, .22);
}

.btn--dark {
  color: #fff;
  background: var(--teal);
}

.btn--light,
.btn--outline {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.metric-grid div,
.offer-panel,
.trust-panel,
.instant-strip,
.package-card,
.compare-grid,
.flow-grid article,
.review-grid article,
.final-cta,
.terms-content article,
.terms-contact,
.thanks-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.metric-grid div {
  padding: 16px;
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  font-size: 1.65rem;
}

.metric-grid span {
  color: var(--muted);
  font-size: .9rem;
}

.hero__visual {
  display: grid;
  gap: 14px;
}

.offer-panel {
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(145deg, rgba(6, 63, 66, .96), rgba(11, 93, 97, .94)),
    var(--teal);
  color: #fff;
}

.offer-panel__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 32px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #251b05;
  background: var(--gold-soft);
  font-size: .78rem;
  font-weight: 950;
}

.offer-panel h2 {
  font-size: clamp(2.3rem, 6vw, 4.3rem);
  line-height: .95;
  font-weight: 950;
}

.offer-panel__price {
  margin-top: 8px;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  font-weight: 950;
}

.offer-panel p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, .78);
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.trust-panel strong {
  grid-column: 1 / -1;
  font-size: 1.05rem;
}

.trust-panel span {
  padding: 10px;
  border-radius: 8px;
  color: var(--teal);
  background: #e5f0ed;
  font-weight: 850;
}

.instant-strip {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border-left: 6px solid var(--gold);
}

.instant-strip span {
  color: var(--muted);
}

.instant-strip a {
  color: var(--teal);
  font-weight: 950;
}

.section {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding-top: 58px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.section-head h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 5.2vw, 3.8rem);
  line-height: .98;
  font-weight: 950;
}

.section-head p,
.final-cta p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.02rem;
}

.reel-marquee {
  overflow: hidden;
  border-radius: 14px;
  background: var(--teal);
  box-shadow: var(--shadow);
}

.reel-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 12px;
  animation: reelSlide 52s linear infinite;
  will-change: transform;
}

.reel-marquee:hover .reel-track {
  animation-play-state: paused;
}

.reel-card {
  position: relative;
  width: 158px;
  aspect-ratio: 9 / 14;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255,255,255,.13), transparent 38%),
    linear-gradient(180deg, #0d5f63, #0d3032);
}

.reel-card:nth-child(4n) { background: linear-gradient(180deg, #3d2f18, #17110a); }
.reel-card:nth-child(5n) { background: linear-gradient(180deg, #59372f, #18100e); }
.reel-card:nth-child(6n) { background: linear-gradient(180deg, #243b56, #111923); }

.reel-card::before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
}

.reel-card::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 32px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid var(--ink);
}

.reel-card--hot {
  outline: 2px solid var(--gold-soft);
}

.reel-card span {
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.reel-card strong {
  font-size: 1.08rem;
  line-height: 1.05;
}

@keyframes reelSlide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.package-card {
  position: relative;
  min-height: 218px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border-top: 5px solid var(--teal);
}

.package-card--featured {
  color: #fff;
  background: var(--teal);
  border-color: var(--gold);
}

.badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #221806;
  font-size: .75rem;
  font-weight: 950;
}

.package-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.price {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 950;
  line-height: 1;
}

.package-card p {
  margin: 8px 0 16px;
  color: var(--muted);
  line-height: 1.45;
}

.package-card--featured p {
  color: rgba(255, 255, 255, .78);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, 1fr);
  overflow: hidden;
}

.compare-grid div {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-weight: 850;
}

.compare-title {
  color: var(--ink);
  background: #eadcbd;
}

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

.flow-grid article,
.review-grid article {
  padding: 18px;
}

.flow-grid b,
.flow-grid strong,
.flow-grid span {
  display: block;
}

.flow-grid b {
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 32px;
}

.flow-grid strong {
  margin-bottom: 8px;
}

.flow-grid span,
.review-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.review-grid div {
  color: var(--gold);
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.review-grid p {
  min-height: 82px;
}

.review-grid strong {
  display: block;
  margin-top: 12px;
}

.final-cta {
  padding: clamp(28px, 6vw, 52px);
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #151311);
}

.final-cta p {
  color: rgba(255, 255, 255, .76);
}

.terms-link {
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
}

.sticky-cta {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 10px;
  width: min(560px, calc(100% - 22px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(6, 63, 66, .96);
  color: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.sticky-cta span,
.sticky-cta strong {
  display: block;
}

.sticky-cta span {
  color: rgba(255, 255, 255, .65);
  font-size: .78rem;
}

.sticky-cta .btn {
  min-height: 44px;
}

.thanks-page,
.terms-page {
  min-height: 100vh;
  padding: 24px 16px 72px;
}

.thanks-page {
  display: grid;
  place-items: center;
}

.thanks-card,
.terms-hero,
.terms-content {
  width: min(900px, 100%);
  margin: 0 auto;
}

.thanks-card,
.terms-hero {
  padding: clamp(28px, 6vw, 54px);
  text-align: center;
}

.thanks-card .brand-logo,
.terms-hero .brand-logo {
  width: min(210px, 62vw);
  margin-bottom: 34px;
}

.thanks-card h1,
.terms-hero h1 {
  font-size: clamp(2.6rem, 9vw, 5.8rem);
}

.thanks-card p,
.terms-hero p,
.terms-content p {
  color: var(--muted);
  line-height: 1.7;
}

.terms-content {
  display: grid;
  gap: 14px;
}

.terms-content article,
.terms-contact {
  padding: 22px;
}

.terms-content h2 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.terms-content p {
  margin: 0;
}

.terms-content p + p {
  margin-top: 10px;
}

.terms-contact {
  text-align: center;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar__nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

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

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

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

@media (max-width: 640px) {
  main {
    padding-bottom: 82px;
  }

  .topbar {
    padding: 9px 10px;
  }

  .topbar__logo img {
    width: 138px;
  }

  .topbar__cta {
    min-height: 34px;
    padding-inline: 12px;
  }

  .hero {
    width: min(100% - 20px, 1120px);
    padding-top: 24px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.65rem);
  }

  .hero__actions .btn,
  .instant-strip a {
    width: 100%;
  }

  .metric-grid,
  .instant-strip,
  .package-grid,
  .flow-grid,
  .review-grid,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 20px, 1120px);
    padding-top: 50px;
  }

  .section-head h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.1rem);
  }

  .reel-track {
    animation-duration: 68s;
  }

  .reel-card {
    width: 142px;
  }

  .compare-grid {
    grid-template-columns: 1fr repeat(5, minmax(76px, 1fr));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compare-grid div {
    font-size: .86rem;
  }
}
