:root {
  --bg: #f6f6f2;
  --bg-soft: #fbfbf8;
  --ink: #151515;
  --muted: #54575e;
  --line: #e1e3dc;
  --green: #67b842;
  --green-bright: #82e052;
  --navy: #06111d;
  --shadow: 0 22px 54px rgba(17, 24, 39, 0.08);
  --shadow-dark: 0 28px 70px rgba(4,10,20,0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(780px, calc(100% - 40px)); }
.center { text-align: center; }
.section { padding: 86px 0; scroll-margin-top: 110px; }
.section-tight { padding: 24px 0 34px; scroll-margin-top: 110px; }

p { margin: 0 0 18px; color: var(--muted); font-size: 19px; }
h1, h2, h3 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: -0.04em;
  line-height: .94;
  margin: 0;
  color: var(--ink);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #54873b;
  margin: 0 0 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(246,246,242,0.88);
  border-bottom: 1px solid rgba(225,227,220,0.8);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; padding: 18px 0; }
.brand { font-weight: 900; font-size: 28px; color: #101214; letter-spacing: -0.05em; }
.nav-links { display:flex; gap: 25px; font-size: 16px; color: #333741; }
.nav-links a:hover { color: #000; }

.hero { padding: 84px 0 44px; text-align:center; }
.hero h1 { font-size: clamp(70px, 10vw, 130px); margin: 8px 0 24px; }
.subhead {
  max-width: 790px;
  margin: 0 auto 14px;
  font-size: clamp(23px, 2.7vw, 33px);
  color: #1d2229;
  line-height: 1.15;
  font-weight: 700;
}
.lede { max-width: 720px; margin: 0 auto 28px; font-size: 21px; }
.hero-actions { display:flex; gap: 14px; justify-content:center; align-items:center; flex-wrap: wrap; }
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding: 14px 26px;
  font-weight:800;
  font-size:16px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button-dark { background:#141414; color:white; box-shadow: 0 12px 26px rgba(0,0,0,0.14); }
.button-ghost { border:1px solid #c9cbc4; color:#2a3038; background: rgba(255,255,255,0.74); }
.button-green { background: linear-gradient(180deg, #8af25a, #6bcf3b); color:#0a1909; box-shadow: 0 14px 30px rgba(124,212,77,0.25); }

.video-block {
  display:grid;
  grid-template-columns: .95fr 1.25fr;
  gap: 34px;
  background: white;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 32px;
  padding: 30px;
  align-items:center;
}
.video-copy h2 { font-size: clamp(40px, 4.8vw, 62px); margin: 10px 0 18px; }
.video-frame { position:relative; border-radius: 24px; overflow:hidden; background:#0b1320; box-shadow: 0 26px 52px rgba(7,14,24,.24); }
.video-frame img { width:100%; opacity:.88; }
.play-overlay {
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 15px; color:white;
  background: linear-gradient(to bottom, rgba(4,9,16,.08), rgba(4,9,16,.44));
  font-weight: 800;
}
.play-button { width:88px; height:88px; background: rgba(255,255,255,.95); border-radius:50%; position:relative; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.play-button::before { content:""; position:absolute; left:35px; top:26px; border-left:26px solid #111; border-top:16px solid transparent; border-bottom:16px solid transparent; }

.story-block { text-align:center; }
.story-block p { font-size: 22px; line-height: 1.65; }


.rating-history-wrap {
  position: relative;
  width: min(760px, 100%);
  margin: 54px auto 34px;
}

.rating-history {
  margin: 0;
  background: #181816;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(4,10,20,.24);
  border: 1px solid rgba(255,255,255,.08);
}

.rating-history img {
  width: 100%;
  display: block;
}

.rating-history figcaption {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  padding: 14px 20px 18px;
  margin: 0;
}

.ben-headshot {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(0,0,0,.12);
  border: 6px solid #fff;
  object-position: 50% 50%;
}

.rating-headshot {
  position: absolute;
  z-index: 2;
  top: -46px;
  right: -46px;
}


.pull-quote {
  margin: 38px auto;
  padding: 34px 40px;
  background: white;
  border:1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  font-family: ui-serif, Georgia, Cambria, serif;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.04;
  color:#202228;
  text-align:center;
  max-width: 900px;
}

.feature-intro h2,
.revolution-section h2,
.programme-section h2,
.proof-section h2,
.offer-section h2,
.bucket-copy h2,
.guarantee-card h2 {
  font-size: clamp(52px, 7vw, 84px);
  margin: 12px 0 20px;
}
.section-copy { font-size: 22px; max-width: 860px; margin: 0 auto 1rem; }

.two-col { display:grid; grid-template-columns: repeat(2, 1fr); gap: 54px; }
.two-col h3, .feature-copy h3, .offer-copy h2 { font-size: clamp(38px, 4.5vw, 58px); margin-bottom: 18px; }
.two-col p { font-size: 20px; }

.bucket-layout { display:grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items:center; }
.bucket-copy p { font-size: 20px; }
.bucket-figure {
  margin: 0;
  background: white;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 32px;
  padding: 22px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.bucket-figure img { border-radius: 24px; }

.gallery-shell { padding-top: 50px; }
.feature-slab { margin-top: 42px; }
.feature-large { margin-top: 54px; }
.feature-copy { margin-bottom: 22px; }
.feature-copy blockquote {
  margin: 22px 0 0;
  padding: 20px 22px;
  background: #f4f8ef;
  border:1px solid #dde8d4;
  border-radius: 18px;
  color:#243126;
  font-weight: 700;
  font-size: 19px;
}
.screenshot-card {
  background: linear-gradient(180deg, #0b1422, #07101b);
  border-radius: 30px;
  padding: 16px;
  box-shadow: var(--shadow-dark);
}
.screenshot-card.giant { padding: 20px; }
.screenshot-card.tall { max-width: 860px; margin-left: auto; margin-right:auto; }
.screenshot-card img { width:100%; border-radius: 18px; }
.feature-grid-two { display:grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 28px; }
.feature-report { margin-top: 36px; }

.steps-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  display:grid;
  gap: 15px;
  max-width: 1000px;
  counter-reset: step;
}
.steps-list li {
  counter-increment: step;
  background: white;
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 24px 26px 24px 72px;
  box-shadow: var(--shadow);
  font-size: 19px;
  color:#40444b;
  position: relative;
}
.steps-list li::before {
  content: counter(step);
  position:absolute;
  left: 24px;
  top: 24px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background:#141414;
  color:white;
  display:grid;
  place-items:center;
  font-size: 15px;
  font-weight: 800;
}
.steps-list strong { color:#151515; }

.offer-cards { margin-top: 36px; display:grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.mini-card { background:white; border:1px solid var(--line); border-radius: 22px; padding: 25px; box-shadow: var(--shadow); }
.mini-card h3 { font-size: 30px; margin-bottom: 10px; }
.mini-card p { font-size: 18px; }

.guarantee-card {
  background: linear-gradient(180deg, #f7fbf2, #eef6e7);
  border:1px solid #dde8d3;
  border-radius: 32px;
  padding: 38px;
  text-align:center;
  box-shadow: var(--shadow);
}
.guarantee-card .small { font-size: 16px; max-width: 780px; margin: 14px auto 0; }

.offer-panel {
  background: linear-gradient(180deg, #0b1119, #050a11);
  color:white;
  border-radius: 34px;
  padding: 36px;
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 32px;
  box-shadow: var(--shadow-dark);
}
.offer-panel h2, .offer-panel h3 { color:white; }
.offer-panel p, .offer-panel li { color: rgba(255,255,255,.78); }
.check-list { list-style:none; padding:0; margin: 24px 0 0; display:grid; gap: 12px; }
.check-list li::before { content: "✓"; color: #8af25a; margin-right: 12px; font-weight: 900; }
.pricing-box {
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.09);
  border-radius: 24px;
  padding: 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.price { font-size: 74px; line-height: .95; font-weight: 900; letter-spacing: -0.04em; margin: 8px 0 10px; color: #fff; }
.price-note { font-size: 17px; margin-bottom: 18px; }

.footer { padding: 34px 0 64px; text-align:center; }
.footer p { font-size: 14px; }

@media (max-width: 1024px) {
  .video-block, .bucket-layout, .two-col, .feature-grid-two, .offer-panel { grid-template-columns: 1fr; }
  .offer-cards { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display:none; }
}
@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 28px, 1200px); }
  .section { padding: 62px 0; }
  p { font-size: 17px; }
  .eyebrow { font-size: 13px; }
  .subhead { font-size: 22px; }
  .story-block p, .section-copy { font-size: 19px; }
  .offer-cards { grid-template-columns: 1fr; }
  .hero h1 { font-size: 68px; }
  .feature-intro h2, .revolution-section h2, .programme-section h2, .proof-section h2, .offer-section h2, .bucket-copy h2, .guarantee-card h2, .two-col h3, .feature-copy h3, .offer-copy h2 { font-size: 42px; }
  .pull-quote { font-size: 27px; padding: 26px 22px; }
  .video-block, .offer-panel { padding: 20px; }
}

/* pass04 refinements */
.brand {
  display: inline-flex;
  align-items: center;
  width: 178px;
  height: auto;
  font-size: 0;
}
.brand img {
  width: 178px;
  height: auto;
  display: block;
}
.eyebrow {
  font-size: 16px;
  letter-spacing: .18em;
}
.feature-intro {
  padding-bottom: 44px;
}
.bucket-section {
  padding-top: 54px;
}
.bucket-layout {
  grid-template-columns: 1fr .82fr;
  gap: 62px;
}
.bucket-copy {
  max-width: 650px;
}
.bucket-figure {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.bucket-figure img {
  width: 100%;
  max-width: 600px;
  border-radius: 0;
  filter: drop-shadow(0 24px 36px rgba(17, 24, 39, 0.12));
}
.gallery-shell > .center.narrow,
.programme-section > .center.narrow,
.proof-section > .center.narrow {
  width: min(1040px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.gallery-shell > .center.narrow h2,
.programme-section > .center.narrow h2,
.proof-section > .center.narrow h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.programme-section .section-copy,
.proof-section .section-copy,
.gallery-shell .section-copy {
  max-width: 900px;
}
.feature-slab.feature-large .feature-copy {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.feature-report .feature-copy {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.feature-copy h3 {
  line-height: .98;
}
.revolution-section {
  display: none;
}
@media (max-width: 1024px) {
  .bucket-layout { grid-template-columns: 1fr; }
  .bucket-copy { max-width: none; }
  .brand, .brand img { width: 148px; }
}

/* pass05 refinements */
.intro-video-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.programme-section .center,
.proof-section .center {
  text-align: center;
}
.programme-section .steps-list {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .ben-headshot { justify-self: center; }
  .intro-video-head { text-align: center; }
}

.video-frame-portrait {
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  border-radius: 32px;
  overflow: hidden;
  background: #071016;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.video-frame-portrait iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}