@charset "utf-8";
/* ==========================================================================
   Tony Kent - shared stylesheet
   Brand taken from the logo: TONY blue #3A86D6 / KENT brown #46372E
   Layout language follows the reference: full-bleed hero, entry-point tabs,
   large uppercase display, card grids, generous warm neutrals.
   Nothing in this file references a domain.
   ========================================================================== */

:root {
  color-scheme: light;

  /* --- brand, straight off the logo -------------------------------------- */
  --blue:       #3A86D6;
  --blue-lift:  #62A2E4;
  --blue-deep:  #1E5FA6;
  --blue-ink:   #0E2C4F;
  --brown:      #46372E;
  --brown-deep: #2C221B;

  --paper:      #F7F4EF;
  --paper-2:    #EFEAE2;
  --paper-3:    #E3DCD1;
  --ink:        #241C16;
  --ink-soft:   #6B6055;

  --hair:       rgba(247,244,239,0.18);
  --hair-dark:  rgba(36,28,22,0.14);
  --hair-faint: rgba(36,28,22,0.07);

  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", -apple-system, BlinkMacSystemFont, sans-serif;

  --pad: clamp(18px, 4.4vw, 56px);
  --shell: 1280px;
  --ease: cubic-bezier(.2,.7,.3,1);
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--blue); color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; text-wrap: balance; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 2px; }

.shell { max-width: var(--shell); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.center { text-align: center; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --- display type -------------------------------------------------------- */
.h-xl {
  font-size: clamp(38px, 7.4vw, 104px); line-height: 0.92;
  letter-spacing: -0.028em; font-weight: 600; text-transform: uppercase;
}
.h-sec {
  font-size: clamp(29px, 4.6vw, 62px); line-height: 0.98;
  letter-spacing: -0.024em; font-weight: 600; text-transform: uppercase;
}
.h-sec .reg { display: block; }
.eyebrow {
  font-family: var(--body); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue-deep);
}
.eyebrow-l { color: var(--blue-lift); }
.lede { margin-top: 18px; font-size: 17px; line-height: 1.68; color: var(--ink-soft); max-width: 56ch; }
.center .lede { margin-left: auto; margin-right: auto; }
.sup { font-size: 0.42em; vertical-align: super; font-weight: 500; }

/* --- buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 28px; border-radius: 2px; border: 1px solid transparent; cursor: pointer;
  font-family: var(--body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.btn svg { transition: transform 260ms var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-deep); }
.btn-brown { background: var(--brown); color: var(--paper); }
.btn-brown:hover { background: var(--brown-deep); }
.btn-line { border-color: var(--hair-dark); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.btn-line-l { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-line-l:hover { border-color: #fff; background: #fff; color: var(--blue-ink); }
.btn-sm { padding: 11px 18px; font-size: 10.5px; }

/* --- utility bar --------------------------------------------------------- */
.util { background: var(--brown-deep); color: var(--paper); }
.util-in {
  display: flex; align-items: center; justify-content: center; gap: 8px 18px;
  flex-wrap: wrap; padding: 8px 0; min-height: 36px;
}
.util .tag {
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(247,244,239,0.62); text-align: center; line-height: 1.4;
}
.util .dot { color: rgba(247,244,239,0.3); }
@media (min-width: 800px) { .util-in { justify-content: space-between; flex-wrap: nowrap; } }

/* --- nav ----------------------------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 700; background: var(--paper); border-bottom: 1px solid var(--hair-dark); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; min-height: 70px; }

/* wordmark set in live text so it stays crisp and recolours on dark grounds */
.wordmark { display: inline-block; line-height: 1; white-space: nowrap; }
.wordmark .wm-name { display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.012em; }
.wordmark .wm-name .a { color: var(--blue); }
.wordmark .wm-name .b { color: var(--brown); }
.wordmark .wm-name { font-size: clamp(21px, 4.6vw, 30px); }
.wordmark .wm-tag {
  display: block; margin-top: 3px; font-family: var(--body); font-weight: 600;
  font-size: clamp(6.5px, 1.5vw, 8.5px); letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-soft);
}
.wordmark .wm-tag i { font-style: normal; color: var(--blue); }
.wordmark.on-dark .wm-name .b { color: var(--paper); }
.wordmark.on-dark .wm-name .a { color: var(--blue-lift); }
.wordmark.on-dark .wm-tag { color: rgba(247,244,239,0.6); }
.wordmark.on-dark .wm-tag i { color: var(--blue-lift); }

.nav-links { display: none; gap: 24px; }
@media (min-width: 1040px) { .nav-links { display: flex; } }
.nav-links a { font-size: 13.5px; color: var(--ink-soft); transition: color 200ms; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 9px; flex: none; }
@media (max-width: 560px) { .nav-right .btn { display: none; } }

.burger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none; border: 1px solid var(--hair-dark);
  border-radius: 2px; background: none; cursor: pointer; color: var(--ink);
}
@media (min-width: 1040px) { .burger { display: none; } }
.burger span { position: relative; display: block; width: 17px; height: 1.5px; background: currentColor; }
.burger span::before, .burger span::after {
  content: ''; position: absolute; left: 0; width: 17px; height: 1.5px; background: currentColor;
  transition: transform 260ms var(--ease), top 200ms;
}
.burger span::before { top: -5.5px; } .burger span::after { top: 5.5px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.mobile-menu { display: none; border-top: 1px solid var(--hair-dark); background: var(--paper); }
.mobile-menu.open { display: block; }
@media (min-width: 1040px) { .mobile-menu, .mobile-menu.open { display: none; } }
.mobile-menu ul { list-style: none; margin: 0; padding: 8px 0 16px; }
.mobile-menu a { display: block; padding: 13px 0; font-size: 16px; border-bottom: 1px solid var(--hair-faint); }
.mobile-menu .btn { margin-top: 14px; width: 100%; }

/* --- hero ---------------------------------------------------------------- */
.hero { position: relative; background: var(--blue-ink); color: #fff; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 78% 30%, rgba(58,134,214,0.55), transparent 62%),
    linear-gradient(160deg, #123A63 0%, #0E2C4F 58%, #081F3A 100%);
  background-color: var(--blue-ink);
}
.hero-portrait {
  position: absolute; right: 0; top: 0; bottom: 0; width: 46%;
  background-size: cover; background-position: 50% 26%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 42%);
  mask-image: linear-gradient(to right, transparent, #000 42%);
  opacity: 0.55; filter: grayscale(0.25) contrast(1.05);
}
@media (max-width: 899px) { .hero-portrait { width: 100%; opacity: 0.24; -webkit-mask-image: linear-gradient(to top, transparent, #000 58%); mask-image: linear-gradient(to top, transparent, #000 58%); } }
.hero-in { position: relative; z-index: 2; padding-top: clamp(56px, 12vh, 128px); padding-bottom: clamp(40px, 8vh, 84px); }
.hero h1 { max-width: 15ch; margin-top: 20px; }
.hero h1 .thin { font-weight: 300; }
.hero .sub { margin-top: 22px; max-width: 46ch; font-size: 16.5px; line-height: 1.66; color: rgba(255,255,255,0.82); }
.hero-cta { margin-top: 30px; display: flex; gap: 11px; flex-wrap: wrap; }

/* entry-point tabs sitting on the hero's lower edge */
.entries { position: relative; z-index: 3; margin-top: clamp(26px, 4vh, 44px); display: grid; gap: 1px; background: rgba(255,255,255,0.22); border: 1px solid rgba(255,255,255,0.22); }
@media (min-width: 640px) { .entries { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .entries { grid-template-columns: repeat(4, 1fr); } }
.entry {
  background: rgba(14,44,79,0.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  color: #fff; transition: background 200ms;
}
.entry:hover { background: var(--blue); }
.entry .t { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.entry svg { flex: none; opacity: 0.75; transition: transform 260ms var(--ease); }
.entry:hover svg { transform: translateX(4px); opacity: 1; }

/* --- how it works strip -------------------------------------------------- */
.how { border-bottom: 1px solid var(--hair-faint); }
.how-in { display: grid; gap: 26px; padding-top: clamp(34px,5vh,54px); padding-bottom: clamp(34px,5vh,54px); }
@media (min-width: 760px) { .how-in { grid-template-columns: 200px repeat(3, 1fr); gap: 34px; } }
.how-lead .eyebrow { display: block; margin-bottom: 12px; }
.how-step h3 { font-size: 15px; font-weight: 600; letter-spacing: -0.005em; text-transform: none; margin-bottom: 7px; }
.how-step p { font-size: 13.6px; line-height: 1.62; color: var(--ink-soft); }

/* --- section frame ------------------------------------------------------- */
section { padding-top: clamp(56px, 9vh, 112px); padding-bottom: clamp(56px, 9vh, 112px); }
.band-2 { background: var(--paper-2); }
.on-blue { background: var(--blue-ink); color: #fff; }
.on-blue .lede { color: rgba(255,255,255,0.72); }
.on-brown { background: var(--brown-deep); color: var(--paper); }

/* --- offer cards --------------------------------------------------------- */
.cards { display: grid; gap: 20px; margin-top: clamp(34px,5vh,52px); }
@media (min-width: 620px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .cards { grid-template-columns: repeat(4, 1fr); } }
.card { display: flex; flex-direction: column; }
.card .ph {
  aspect-ratio: 1.02; overflow: hidden; background: var(--paper-3); border-radius: 3px; position: relative;
}
.card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 640ms var(--ease); }
.card:hover .ph img { transform: scale(1.04); }
.card .ph .badge {
  position: absolute; top: 11px; left: 11px; background: var(--blue); color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; padding: 5px 9px; border-radius: 2px;
}
.card h3 { font-size: 19px; font-weight: 600; text-transform: none; letter-spacing: -0.012em; margin-top: 16px; }
.card p { margin-top: 8px; font-size: 14.2px; line-height: 1.6; color: var(--ink-soft); flex: 1; }
.card .row { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.card .price { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--brown); }
.card .price s { color: var(--ink-soft); font-weight: 400; opacity: 0.7; margin-right: 5px; }

/* --- testimonials + portrait -------------------------------------------- */
.trust-grid { display: grid; gap: clamp(24px,4vw,44px); margin-top: clamp(30px,5vh,46px); }
@media (min-width: 940px) { .trust-grid { grid-template-columns: 1fr 1fr; align-items: start; } }
.tstack { display: grid; gap: 14px; }
@media (min-width: 620px) { .tstack { grid-template-columns: 1fr 1fr; } }
.tcard { background: var(--paper); border: 1px solid var(--hair-dark); border-radius: 3px; padding: 20px; }
.on-blue .tcard { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); }
.tcard .stars { color: var(--blue); font-size: 11px; letter-spacing: 0.14em; }
.on-blue .tcard .stars { color: var(--blue-lift); }
.tcard q { display: block; margin-top: 10px; font-size: 14.4px; line-height: 1.62; quotes: "\201C" "\201D"; }
.tcard .who { margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--hair-faint); display: flex; align-items: center; gap: 9px; }
.on-blue .tcard .who { border-top-color: rgba(255,255,255,0.16); }
.tcard .av { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex: none; background: var(--blue-deep); }
.tcard .av img { width: 100%; height: 100%; object-fit: cover; }
.tcard .nm { font-size: 13px; font-weight: 700; }
.tcard .rl { font-size: 11.5px; color: var(--ink-soft); }
.on-blue .tcard .rl { color: rgba(255,255,255,0.6); }
.portrait-big { border-radius: 3px; overflow: hidden; background: var(--paper-3); aspect-ratio: 0.86; }
.portrait-big img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; filter: grayscale(1) contrast(1.08); }

/* --- credential strip ---------------------------------------------------- */
.creds { display: grid; gap: 1px; background: var(--hair-dark); border-top: 1px solid var(--hair-dark); border-bottom: 1px solid var(--hair-dark); }
@media (min-width: 560px) { .creds { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .creds { grid-template-columns: repeat(4, 1fr); } }
.cred { background: var(--paper); padding: 26px 24px; }
.on-blue .creds { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.18); }
.on-blue .cred { background: var(--blue-ink); }
.cred .v { font-family: var(--display); font-size: 30px; font-weight: 700; color: var(--blue-deep); line-height: 1; letter-spacing: -0.02em; }
.on-blue .cred .v { color: var(--blue-lift); }
.cred .k { margin-top: 9px; font-size: 12.8px; color: var(--ink-soft); line-height: 1.5; }
.on-blue .cred .k { color: rgba(255,255,255,0.68); }

/* --- weeks --------------------------------------------------------------- */
.weeks { margin-top: clamp(32px,5vh,50px); border-top: 1px solid var(--hair-dark); }
.wk { border-bottom: 1px solid var(--hair-dark); }
.wk summary {
  list-style: none; cursor: pointer; padding: 19px 0;
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
}
@media (min-width: 700px) { .wk summary { grid-template-columns: 92px 1fr auto; gap: 26px; } }
.wk summary::-webkit-details-marker { display: none; }
.wk .wk-no { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); }
@media (max-width: 699px) { .wk .wk-no { display: none; } }
.wk .wk-name { font-family: var(--display); font-size: clamp(18px,2.2vw,25px); font-weight: 600; letter-spacing: -0.012em; transition: color 200ms; }
.wk .wk-name small { display: block; font-family: var(--body); font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); margin-bottom: 6px; }
@media (min-width: 700px) { .wk .wk-name small { display: none; } }
.wk summary:hover .wk-name { color: var(--blue-deep); }
.wk .ico { color: var(--blue-deep); transition: transform 300ms var(--ease); }
.wk[open] .ico { transform: rotate(45deg); }
.wk-body { padding: 0 0 22px; }
@media (min-width: 700px) { .wk-body { padding-left: 118px; } }
.wk-body ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; max-width: 58ch; }
.wk-body li { display: grid; grid-template-columns: 15px 1fr; gap: 11px; font-size: 14.6px; line-height: 1.56; color: var(--ink-soft); }
.wk-body li svg { margin-top: 5px; color: var(--blue); }

/* --- resource cards ------------------------------------------------------ */
.res { display: grid; gap: 16px; margin-top: clamp(32px,5vh,50px); }
@media (min-width: 620px) { .res { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .res { grid-template-columns: repeat(4, 1fr); } }
.rc { display: flex; flex-direction: column; border-radius: 3px; overflow: hidden; background: var(--paper); border: 1px solid var(--hair-dark); transition: transform 320ms var(--ease), border-color 200ms; }
.rc:hover { transform: translateY(-4px); border-color: var(--blue); }
.rc .ph { aspect-ratio: 1.6; overflow: hidden; background: var(--brown-deep); position: relative; }
.rc .ph img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: transform 600ms var(--ease); }
.rc:hover .ph img { transform: scale(1.05); }
.rc .ph .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.rc .ph .play span {
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--blue-ink);
  display: flex; align-items: center; justify-content: center;
}
.rc .bd { padding: 16px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.rc .tag { font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-deep); }
.rc h3 { font-size: 15.5px; font-weight: 600; text-transform: none; letter-spacing: -0.008em; line-height: 1.3; margin-top: 8px; }
.rc .mt { margin-top: auto; padding-top: 13px; font-size: 11px; color: var(--ink-soft); }

/* --- big cta ------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; background: var(--blue); color: #fff; }
.cta-band::before {
  content: ''; position: absolute; right: -8%; top: -50%; width: 60%; height: 200%;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255,255,255,0.2), transparent 62%);
}
.cta-in { position: relative; z-index: 1; display: grid; gap: 30px; align-items: center; }
@media (min-width: 900px) { .cta-in { grid-template-columns: 1.25fr 0.75fr; gap: 54px; } }
.cta-in h2 { max-width: 15ch; }
.cta-in p { margin-top: 18px; font-size: 16.5px; line-height: 1.68; color: rgba(255,255,255,0.86); max-width: 46ch; }
.cta-actions { display: flex; gap: 11px; flex-wrap: wrap; }
@media (min-width: 900px) { .cta-actions { justify-content: flex-end; } }

/* --- faq ----------------------------------------------------------------- */
.faq-list { margin-top: clamp(30px,5vh,46px); border-top: 1px solid var(--hair-dark); }
.faq { border-bottom: 1px solid var(--hair-dark); }
.faq summary {
  list-style: none; cursor: pointer; padding: 19px 0;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 22px;
  font-family: var(--display); font-size: clamp(15.5px,1.8vw,19px); font-weight: 600;
  letter-spacing: -0.008em; line-height: 1.34; transition: color 200ms;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--blue-deep); }
.faq .ico { flex: none; margin-top: 4px; color: var(--blue-deep); transition: transform 300ms var(--ease); }
.faq[open] .ico { transform: rotate(45deg); }
.faq-body { padding: 0 0 22px; max-width: 62ch; font-size: 15.4px; line-height: 1.72; color: var(--ink-soft); }
.faq-body p + p { margin-top: 11px; }

/* --- signup -------------------------------------------------------------- */
.signup { background: var(--paper-2); }
.signup-in { display: grid; gap: 30px; align-items: center; }
@media (min-width: 900px) { .signup-in { grid-template-columns: 1.05fr 0.95fr; gap: 56px; } }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 7px; }
.field input {
  width: 100%; padding: 14px 15px; border-radius: 2px; border: 1px solid var(--hair-dark);
  background: #fff; font-family: var(--body); font-size: 15px; color: var(--ink);
}
.field input::placeholder { color: rgba(36,28,22,0.4); }
.field input:focus { outline: 2px solid var(--blue); outline-offset: -1px; }
.signup form .btn { width: 100%; margin-top: 4px; }
.signup .fine { margin-top: 12px; font-size: 12.2px; color: var(--ink-soft); }

/* --- footer -------------------------------------------------------------- */
footer { background: var(--brown-deep); color: rgba(247,244,239,0.7); padding-top: clamp(44px,7vh,72px); }
.foot-grid { display: grid; gap: 30px; padding-bottom: clamp(34px,5vh,54px); }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; } }
.foot-blurb { font-size: 14px; line-height: 1.66; max-width: 32ch; margin-top: 14px; }
.foot-grid h4 { font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-lift); margin-bottom: 13px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot-grid a { font-size: 13.8px; }
.foot-grid a:hover { color: var(--blue-lift); }
.foot-base { padding: 18px 0 22px; border-top: 1px solid var(--hair); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: rgba(247,244,239,0.5); }

/* the oversized signature wordmark, as in the reference */
.foot-mark { border-top: 1px solid var(--hair); padding: clamp(18px,3vh,30px) 0 clamp(10px,2vh,22px); overflow: hidden; }
.foot-mark .big {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(52px, 16.5vw, 250px); line-height: 0.82; letter-spacing: -0.035em;
  color: var(--paper); white-space: nowrap;
}
.foot-mark .big .a { color: var(--blue-lift); }

/* --- reveal -------------------------------------------------------------- */
.rv { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 80ms; } .rv-d2 { transition-delay: 160ms; } .rv-d3 { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ==========================================================================
   FUNNEL PAGES - opt-in, thank-you, enrol
   ========================================================================== */
.f-hero { position: relative; overflow: hidden; background: var(--blue-ink); color: #fff; }
.f-hero .bgimg { position: absolute; inset: 0; opacity: 0.2; }
.f-hero .bgimg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.3); }
.f-hero .bgimg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(14,44,79,0.94), rgba(14,44,79,0.7)); }
.f-hero-in {
  position: relative; z-index: 2; display: grid; gap: clamp(34px, 6vw, 62px); align-items: center;
  padding-top: clamp(44px, 8vh, 88px); padding-bottom: clamp(48px, 9vh, 92px);
}
@media (min-width: 940px) { .f-hero-in { grid-template-columns: 1.06fr 0.94fr; } }
.f-hero h1 { max-width: 14ch; margin-top: 18px; }
.f-hero .lede { margin-top: 20px; max-width: 46ch; color: rgba(255,255,255,0.82); }

.f-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.f-list li { display: grid; grid-template-columns: 18px 1fr; gap: 13px; font-size: 15.4px; line-height: 1.56; color: rgba(255,255,255,0.86); }
.f-list li svg { color: var(--blue-lift); margin-top: 4px; }

.byline { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; gap: 14px; }
.byline .avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; flex: none; background: var(--blue-deep); }
.byline .avatar img { width: 100%; height: 100%; object-fit: cover; }
.byline .nm { display: block; font-weight: 700; font-size: 15px; }
.byline .ttl { display: block; font-size: 12.8px; color: rgba(255,255,255,0.62); line-height: 1.45; }

.f-card {
  background: var(--paper); color: var(--ink); border-radius: 4px;
  padding: clamp(28px, 3.4vw, 42px); box-shadow: 0 30px 62px rgba(8,31,58,0.4);
}
.f-card .kick { font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-deep); }
.f-card h2 { font-family: var(--display); font-size: clamp(23px, 2.8vw, 30px); font-weight: 600; letter-spacing: -0.018em; line-height: 1.1; margin-top: 11px; }
.f-card .sub { margin-top: 9px; font-size: 14.4px; color: var(--ink-soft); line-height: 1.6; }
.f-card form { margin-top: 18px; }
.f-card .btn { width: 100%; margin-top: 6px; }
.f-card .fine { margin-top: 13px; font-size: 12.2px; color: var(--ink-soft); text-align: center; line-height: 1.5; }

.f-proof { background: var(--brown-deep); color: var(--paper); padding: clamp(38px,6vh,64px) 0; }
.f-proof-grid { display: grid; gap: 1px; background: rgba(247,244,239,0.18); border: 1px solid rgba(247,244,239,0.18); }
@media (min-width: 620px) { .f-proof-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .f-proof-grid { grid-template-columns: repeat(4, 1fr); } }
.f-proof .pf { background: var(--brown-deep); padding: 22px 20px; }
.f-proof .pf .v { font-family: var(--display); font-size: 27px; font-weight: 700; color: var(--blue-lift); line-height: 1; letter-spacing: -0.02em; }
.f-proof .pf .k { margin-top: 8px; font-size: 12.4px; color: rgba(247,244,239,0.66); line-height: 1.5; }

/* thank-you */
.ty { padding: clamp(48px,8vh,96px) 0; text-align: center; }
.ty .mark {
  width: 74px; height: 74px; margin: 0 auto 24px; border-radius: 50%;
  background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center;
}
.ty h1 { font-size: clamp(29px,4.4vw,50px); line-height: 1.04; letter-spacing: -0.024em; font-weight: 600; text-transform: uppercase; }
.ty > .shell > p { margin: 18px auto 0; max-width: 48ch; font-size: 16.4px; line-height: 1.7; color: var(--ink-soft); }
.ty .next { margin-top: clamp(34px,5vh,52px); display: grid; gap: 16px; text-align: left; }
@media (min-width: 800px) { .ty .next { grid-template-columns: 1fr 1fr; } }
.ty .nx { background: var(--paper-2); border-radius: 4px; padding: 26px 26px 28px; display: flex; flex-direction: column; }
.ty .nx .n { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); }
.ty .nx h3 { font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: -0.014em; margin-top: 10px; }
.ty .nx p { margin-top: 9px; font-size: 14.6px; line-height: 1.62; color: var(--ink-soft); flex: 1; }
.ty .nx .btn { margin-top: 20px; align-self: flex-start; }

/* enrol page */
.buy {
  background: var(--blue-ink); color: #fff; border-radius: 4px; padding: clamp(28px,3.4vw,40px);
  box-shadow: 0 30px 62px rgba(8,31,58,0.3);
}
.buy .was { font-size: 13.5px; color: rgba(255,255,255,0.55); }
.buy .amount { font-family: var(--display); font-size: clamp(52px,7vw,76px); font-weight: 700; line-height: 0.94; letter-spacing: -0.04em; color: var(--blue-lift); margin-top: 6px; }
.buy .terms { margin-top: 11px; font-size: 13.4px; color: rgba(255,255,255,0.7); }
.buy ul { list-style: none; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,0.2); display: grid; gap: 11px; }
.buy li { display: grid; grid-template-columns: 17px 1fr; gap: 12px; font-size: 14.6px; line-height: 1.55; color: rgba(255,255,255,0.84); }
.buy li svg { color: var(--blue-lift); margin-top: 4px; }
.buy .btn { width: 100%; margin-top: 24px; }
.buy .assure { margin-top: 14px; font-size: 12.2px; color: rgba(255,255,255,0.58); text-align: center; line-height: 1.55; }

.fit-grid { display: grid; gap: 2px; margin-top: clamp(32px,5vh,48px); }
@media (min-width: 800px) { .fit-grid { grid-template-columns: 1fr 1fr; } }
.fit { padding: clamp(26px,3.2vw,38px); }
.fit-yes { background: var(--paper-2); }
.fit-no { background: rgba(36,28,22,0.05); }
.fit h3 { display: flex; align-items: center; gap: 10px; font-family: var(--body); font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; }
.fit-yes h3 { color: var(--blue-deep); }
.fit-no h3 { color: var(--ink-soft); }
.fit ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.fit li { font-size: 15.4px; line-height: 1.6; color: var(--ink-soft); padding-left: 19px; position: relative; }
.fit li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 1px; background: currentColor; opacity: 0.5; }

.guarantee { background: var(--blue); color: #fff; }
.guarantee-in { display: grid; gap: 30px; align-items: center; }
@media (min-width: 860px) { .guarantee-in { grid-template-columns: auto 1fr; gap: 44px; } }
.guarantee .seal { width: 88px; height: 88px; flex: none; }
.guarantee h2 { font-size: clamp(25px,3.2vw,36px); line-height: 1.1; letter-spacing: -0.02em; max-width: 22ch; text-transform: uppercase; font-weight: 600; }
.guarantee p { margin-top: 15px; font-size: 16.2px; line-height: 1.7; color: rgba(255,255,255,0.86); max-width: 56ch; }

/* ==========================================================================
   THE LIBRARY - all four books
   ========================================================================== */
.books { display: grid; gap: 18px; margin-top: clamp(34px,5vh,52px); }
@media (min-width: 620px) { .books { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .books { grid-template-columns: repeat(4, 1fr); } }
.bk { display: flex; flex-direction: column; }
.bk-ph {
  display: block; aspect-ratio: 0.68; background: var(--paper-3); border-radius: 3px;
  overflow: hidden; box-shadow: 0 14px 30px rgba(36,28,22,0.16);
  transition: transform 400ms var(--ease), box-shadow 400ms;
}
.bk:hover .bk-ph { transform: translateY(-7px); box-shadow: 0 24px 44px rgba(36,28,22,0.24); }
.bk-ph img { width: 100%; height: 100%; object-fit: cover; }
.bk-bd { display: flex; flex-direction: column; flex: 1; padding-top: 16px; }
.bk-t { font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -0.012em; line-height: 1.22; }
.bk-s { font-size: 12.6px; color: var(--blue-deep); font-weight: 600; margin-top: 5px; line-height: 1.35; }
.bk-d { font-size: 13.6px; color: var(--ink-soft); line-height: 1.58; margin-top: 9px; flex: 1; }
.bk-go { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 14px; }
.bk:hover .bk-go { color: var(--blue-deep); }

/* ==========================================================================
   THE WHEEL OF LIFE - interactive assessment
   ========================================================================== */
.wh-panel {
  background: var(--paper); border: 1px solid var(--hair-dark); border-radius: 5px;
  overflow: hidden; margin-top: clamp(28px,4vh,44px);
}
.wh-grid { display: grid; }
@media (min-width: 900px) { .wh-grid { grid-template-columns: 1fr 380px; } }
.wh-sliders { padding: clamp(22px,3vw,32px); display: grid; gap: 15px; align-content: start; }
.wh-row { display: grid; gap: 7px; }
.wh-row label { display: grid; gap: 1px; }
.wh-row label b { font-size: 14px; font-weight: 600; }
.wh-row label span { font-size: 12.2px; color: var(--ink-soft); }
.wh-ctl { display: flex; align-items: center; gap: 13px; }
.wh-ctl input[type="range"] {
  -webkit-appearance: none; appearance: none; flex: 1; height: 3px;
  background: var(--paper-3); border-radius: 3px; cursor: grab;
}
.wh-ctl input[type="range"]:active { cursor: grabbing; }
.wh-ctl input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--blue); border: 3px solid var(--paper); box-shadow: 0 0 0 1px var(--blue-deep);
}
.wh-ctl input[type="range"]::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--blue); border: 3px solid var(--paper); box-shadow: 0 0 0 1px var(--blue-deep);
}
.wh-ctl output {
  min-width: 26px; text-align: center; font-family: var(--display); font-size: 15px;
  font-weight: 700; color: var(--blue-deep); font-variant-numeric: tabular-nums;
}

.wh-side { background: var(--paper-2); border-left: 1px solid var(--hair-dark); padding: clamp(22px,3vw,30px); }
@media (max-width: 899px) { .wh-side { border-left: none; border-top: 1px solid var(--hair-dark); } }
.wh-canvas-wrap { display: flex; justify-content: center; }
#wheelCanvas { display: block; max-width: 100%; }
.wh-readout { margin-top: 20px; display: grid; gap: 12px; }
.wh-stat { display: flex; align-items: baseline; gap: 11px; }
.wh-stat .v { font-family: var(--display); font-size: 21px; font-weight: 700; color: var(--blue-deep); letter-spacing: -0.02em; }
.wh-stat .k { font-size: 12.2px; color: var(--ink-soft); }
.wh-note { border-top: 1px solid var(--hair-dark); padding-top: 13px; }
.wh-note p { font-size: 13.4px; line-height: 1.6; color: var(--ink-soft); }
.wh-note p + p { margin-top: 9px; }
.wh-note b { color: var(--ink); }

/* ==========================================================================
   THE QUALIFYING FUNNEL
   ========================================================================== */
.ap-wrap { padding: clamp(38px,6vh,74px) 0 clamp(52px,8vh,92px); }
.ap-head { text-align: center; max-width: 58ch; margin: 0 auto clamp(26px,4vh,40px); }
.ap-head h1 { font-size: clamp(28px,4.2vw,46px); line-height: 1.04; letter-spacing: -0.024em; font-weight: 600; text-transform: uppercase; margin-top: 14px; }
.ap-head p { margin-top: 15px; font-size: 16.4px; line-height: 1.68; color: var(--ink-soft); }

.ap-rail { display: flex; gap: 8px; justify-content: center; margin-bottom: clamp(24px,4vh,38px); flex-wrap: wrap; }
.ap-rail > span {
  display: inline-flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
  padding: 8px 15px; border-radius: 100px; border: 1px solid var(--hair-dark);
}
.ap-rail > span b {
  width: 18px; height: 18px; border-radius: 50%; background: var(--paper-3); color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center; font-size: 9.5px; font-weight: 700;
}
.ap-rail > span.on { color: var(--blue-ink); border-color: var(--blue); }
.ap-rail > span.on b { background: var(--blue); color: #fff; }
.ap-rail > span.done b { background: var(--blue-ink); color: var(--blue-lift); }

.ap-stage {
  max-width: 780px; margin: 0 auto; background: var(--paper);
  border: 1px solid var(--hair-dark); border-radius: 5px; overflow: hidden;
}
.ap-step { display: none; }
.ap-step.on { display: block; }

.ap-q { padding: clamp(26px,3.4vw,40px); }
.ap-count { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); }
.ap-q h2 { font-family: var(--display); font-size: clamp(21px,2.7vw,29px); font-weight: 600; letter-spacing: -0.018em; line-height: 1.14; margin-top: 11px; }
.ap-h { margin-top: 9px; font-size: 14.4px; color: var(--ink-soft); line-height: 1.6; }

.ap-opts { margin-top: 22px; display: grid; gap: 9px; }
.ap-opts.compact { grid-template-columns: 1fr 1fr; }
@media (min-width: 620px) { .ap-opts.compact { grid-template-columns: repeat(4, 1fr); } }
.ap-opt {
  text-align: left; background: var(--paper-2); border: 1px solid transparent; border-radius: 3px;
  padding: 15px 17px; cursor: pointer; font-family: var(--body); color: var(--ink);
  display: grid; gap: 4px; transition: background 160ms, border-color 160ms, transform 200ms var(--ease);
}
.ap-opt:hover { border-color: var(--blue); }
.ap-opt.sel { background: var(--blue-ink); border-color: var(--blue-ink); }
.ap-opt .t { font-size: 15px; font-weight: 600; }
.ap-opt .d { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.ap-opt.sel .t { color: #fff; }
.ap-opt.sel .d { color: rgba(255,255,255,0.7); }
.ap-opts.compact .ap-opt { justify-items: center; text-align: center; }

.ap-foot { padding: 15px clamp(26px,3.4vw,40px); border-top: 1px solid var(--hair-dark); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ap-dots { display: flex; gap: 6px; }
.ap-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--paper-3); display: block; }
.ap-dots i.done { background: var(--blue-lift); }
.ap-dots i.now { background: var(--blue); transform: scale(1.25); }
.ap-back { background: none; border: none; cursor: pointer; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-soft); }
.ap-back:hover { color: var(--ink); }

.ap-form { padding: clamp(26px,3.4vw,40px); }
.ap-form h2 { font-family: var(--display); font-size: clamp(21px,2.7vw,29px); font-weight: 600; letter-spacing: -0.018em; line-height: 1.14; margin-top: 11px; }
.ap-form .ap-h { margin-bottom: 20px; }
.ap-form .btn { width: 100%; margin-top: 6px; }
.ap-form .fine { margin-top: 12px; font-size: 12.2px; color: var(--ink-soft); text-align: center; }

.ap-result { padding: clamp(26px,3.4vw,40px); }
.ap-rec h2 { font-family: var(--display); font-size: clamp(23px,3vw,33px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin-top: 11px; }
.ap-lead { margin-top: 13px; font-size: 15.8px; line-height: 1.68; color: var(--ink-soft); max-width: 56ch; }
.ap-cards { margin-top: 24px; display: grid; gap: 12px; }
@media (min-width: 700px) { .ap-cards { grid-template-columns: 1.15fr 0.85fr; } }
.ap-card {
  display: flex; flex-direction: column; gap: 7px; padding: 20px 21px; border-radius: 4px;
  background: var(--paper-2); border: 1px solid var(--hair-dark);
  transition: transform 260ms var(--ease), border-color 200ms;
}
.ap-card:hover { transform: translateY(-3px); border-color: var(--blue); }
.ap-card.primary { background: var(--blue-ink); border-color: var(--blue-ink); }
.ap-card .t { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -0.012em; }
.ap-card .d { font-size: 13.8px; line-height: 1.58; color: var(--ink-soft); flex: 1; }
.ap-card .go { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-deep); margin-top: 4px; }
.ap-card.primary .t { color: #fff; }
.ap-card.primary .d { color: rgba(255,255,255,0.78); }
.ap-card.primary .d b { color: #fff; }
.ap-card.primary .go { color: var(--blue-lift); }
.ap-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--hair-dark); font-size: 13.6px; line-height: 1.62; color: var(--ink-soft); max-width: 60ch; }
