:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #12352d;
  background: #f3f5f0;
  font-synthesis: none;
  --ink: #12352d;
  --ink-soft: #29483f;
  --muted: #66736c;
  --forest: #102e28;
  --forest-2: #174c40;
  --jade: #16745f;
  --mint: #60c7ab;
  --mint-pale: #dff4ec;
  --paper: #ffffff;
  --canvas: #f3f5f0;
  --line: #d7ddd6;
  --yellow: #dff4ec;
  --coral: #16745f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--canvas); }
a { color: var(--jade); text-underline-offset: 3px; }
a:hover { color: var(--forest); }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.siteHeader,
footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100% - 1240px) / 2));
  background: var(--forest);
  color: #fff;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.siteHeader.isScrolled {
  min-height: 64px;
  background: rgba(8, 39, 32, 0.95);
  box-shadow: 0 16px 38px rgba(7, 36, 29, 0.19);
}

.brand,
.footerBrand { display: inline-flex; align-items: center; gap: 12px; }
.brand { color: #fff; font-weight: 760; text-decoration: none; }
.brand img,
.footerBrand img { width: 40px; height: 40px; border-radius: 8px; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.siteHeader nav a,
footer a { color: #c8ddd6; font-size: 0.9rem; text-decoration: none; }
.siteHeader nav a:hover,
footer a:hover { color: #fff; }
.headerCta { min-height: 40px; display: inline-flex; align-items: center; border: 1px solid #8bd6c2; border-radius: 6px; padding: 8px 14px; color: #fff; font-size: 0.86rem; font-weight: 750; text-decoration: none; }
.headerCta:hover { background: #fff; color: var(--forest); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--forest);
}
.heroImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.heroShade { position: absolute; inset: 0; background: rgba(7, 29, 25, 0.54); }
.heroShade::after { content: ""; position: absolute; inset: 0 46% 0 0; background: rgba(7, 29, 25, 0.55); }
.heroContent { position: relative; width: min(640px, calc(100% - 48px)); margin-left: max(24px, calc((100% - 1240px) / 2)); padding: 86px 0; color: #fff; }
.eyebrow { margin: 0; color: var(--jade); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.eyebrow.light { color: #9ee1cf; }
.hero h1 { max-width: 9ch; margin: 14px 0 22px; color: #fff; font-size: 78px; line-height: 0.96; letter-spacing: 0; }
.heroLead { max-width: 34ch; margin: 0; color: #e8f3ef; font-size: 1.36rem; line-height: 1.5; }
.heroActions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.primaryLink,
.quietLink,
.outlineLink { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; padding: 12px 20px; font-weight: 780; text-decoration: none; }
.primaryLink { background: #fff; color: var(--forest); }
.primaryLink:hover { background: var(--mint-pale); color: var(--forest); }
.quietLink { padding-right: 2px; padding-left: 2px; color: #fff; }
.quietLink:hover { color: #9ee1cf; }
.heroMeta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 42px; color: #c9dfd8; font-size: 0.78rem; }
.heroMeta span { padding: 0 16px; border-left: 1px solid rgba(255,255,255,.28); }
.heroMeta span:first-child { padding-left: 0; border-left: 0; }

.proofBand { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 max(24px, calc((100% - 1240px) / 2)); border-bottom: 1px solid var(--line); background: #fff; }
.proofBand div { min-height: 104px; display: flex; align-items: center; gap: 13px; padding: 22px 24px 22px 0; }
.proofBand div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.proofBand strong { color: var(--jade); font-size: 2rem; }
.proofBand span { max-width: 14ch; color: var(--muted); font-size: 0.86rem; line-height: 1.35; }

.storyBand { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; margin: 0 auto; padding: 120px 0; }
.storyIntro { align-self: start; position: sticky; top: 112px; }
.storyIntro h2,
.sectionHeading h2,
.productCopy h2,
.dashboardCopy h2,
.availabilityIntro h2,
.principlesBand h2,
.closingBand h2 { margin: 12px 0 20px; font-size: 50px; line-height: 1.06; letter-spacing: 0; }
.storyIntro > p:not(.eyebrow),
.sectionHeading > p:not(.eyebrow),
.productCopy > p:not(.eyebrow),
.dashboardCopy > p:not(.eyebrow),
.availabilityIntro > p:not(.eyebrow),
.principlesBand p,
.closingBand p { color: var(--muted); font-size: 1.03rem; line-height: 1.72; }
.scopeNote { display: inline-block; margin-top: 16px; border-left: 3px solid var(--jade); padding-left: 15px; color: var(--ink-soft) !important; font-weight: 720; }
.decisionFlow { border-top: 1px solid var(--line); }
.decisionFlow article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.decisionFlow article > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-pale); color: var(--jade); font-size: 0.76rem; font-weight: 850; }
.decisionFlow h3 { margin: 0; color: var(--forest); font-size: 1rem; }
.decisionFlow p { margin: 5px 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.5; }

.productBand { display: grid; grid-template-columns: minmax(580px, 1.2fr) minmax(340px, .8fr); align-items: center; gap: 80px; padding: 104px max(24px, calc((100% - 1240px) / 2)); background: var(--forest); color: #fff; }
.productFrame { position: relative; border: 1px solid rgba(255,255,255,.22); background: #fff; box-shadow: 20px 20px 0 var(--mint); }
.productFrame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.imageLabel { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: var(--forest); color: #fff; font-size: .72rem; font-weight: 780; text-transform: uppercase; }
.productCopy h2 { color: #fff; }
.productCopy > p:not(.eyebrow) { color: #c5d9d3; }
.featureList { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.featureList li { display: grid; gap: 5px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.featureList strong { color: #fff; font-size: .96rem; }
.featureList span { color: #afc9c1; font-size: .85rem; line-height: 1.5; }

.coachBand { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.sectionHeading { max-width: 830px; margin-bottom: 50px; }
.coachGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.coach { min-height: 285px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #fff; }
.coach::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--mint); }
.coachLedger::before { background: #3e8f7b; }
.coachBlaze::before { background: #21836d; }
.coachFlint::before { background: #8bcfbd; }
.coach svg { position: absolute; top: 29px; left: 24px; width: 48px; height: 48px; color: var(--jade); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.coachLedger svg { color: #347c6a; }
.coachBlaze svg { color: #176d5b; }
.coachFlint svg { color: #4f9d88; }
.coachNumber { position: absolute; top: 25px; right: 24px; margin: 0; color: #a4aca5; font-size: .72rem; font-weight: 800; }
.coach h3 { margin: 0 0 5px; font-size: 1.4rem; }
.coach > p:not(.coachNumber) { margin: 0; color: var(--ink-soft); font-weight: 720; }
.coach > span { margin-top: 9px; color: var(--muted); font-size: .84rem; line-height: 1.45; }

.dashboardBand { display: grid; grid-template-columns: minmax(340px, .7fr) minmax(700px, 1.3fr); align-items: center; gap: 62px; overflow: hidden; padding: 105px 0 105px max(24px, calc((100% - 1240px) / 2)); background: #202521; color: #fff; }
.dashboardCopy { padding-right: 10px; }
.dashboardCopy h2 { color: #fff; }
.dashboardCopy > p:not(.eyebrow) { color: #bdc7c0; }
.dashboardFacts { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid #485048; }
.dashboardFacts span { display: grid; grid-template-columns: 82px 1fr; padding: 13px 0; border-bottom: 1px solid #485048; color: #aeb8b1; font-size: .82rem; }
.dashboardFacts strong { color: #fff; }
.dashboardBand figure { min-width: 0; margin: 0; }
.dashboardBand figure img { width: 100%; min-width: 760px; border: 1px solid #59635b; border-right: 0; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.dashboardBand figcaption { margin-top: 10px; color: #8f9992; font-size: .72rem; text-transform: uppercase; }

.availabilityBand { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 100px; }
.availabilityIntro { max-width: 800px; margin-bottom: 45px; }
.marketList { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marketList > span { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.marketList > span + span { border-left: 1px solid var(--line); }
.marketList strong { font-size: 1rem; }
.marketList small { color: var(--jade); font-size: .76rem; line-height: 1.4; }
.availabilityNote { max-width: 820px; margin: 24px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.principlesBand { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; padding: 88px max(24px, calc((100% - 1240px) / 2)); background: var(--yellow); }
.principlesBand .eyebrow { color: var(--jade); }
.principlesBand h2,
.principlesBand p { color: var(--muted); }
.outlineLink { margin-top: 14px; border: 1px solid var(--jade); color: var(--forest); }
.outlineLink:hover { background: #fff; color: var(--forest); }

.faqBand { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; margin: 0 auto; padding: 120px 0; }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { cursor: pointer; padding: 24px 42px 24px 0; color: var(--ink); font-weight: 780; }
.faqList p { max-width: 68ch; margin: -5px 0 23px; color: var(--muted); line-height: 1.65; }

.closingBand { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 92px max(24px, calc((100% - 1240px) / 2)); background: var(--jade); color: #fff; }
.closingBand h2 { max-width: 18ch; margin-bottom: 0; color: #fff; }
.closingBand .primaryLink { justify-self: end; }

footer { min-height: 136px; }
.footerBrand div { display: flex; flex-direction: column; gap: 3px; }
.footerBrand span { color: #a9c3ba; font-size: .78rem; }

/* Shared legal and support pages */
.legalPage { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0 100px; }
.legalHeader { max-width: 780px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.legalHeader h1 { margin: 12px 0 18px; font-size: 68px; line-height: 1; }
.legalHeader > p:not(.eyebrow) { max-width: 65ch; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.legalHeader .primaryLink { margin-top: 16px; background: var(--jade); color: #fff; }
.legalContent { max-width: 780px; }
.legalContent section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.legalContent h2,
.supportGrid h2 { margin: 0 0 12px; font-size: 1.45rem; }
.legalContent p,
.legalContent li,
.supportGrid p,
.supportGrid li { color: var(--muted); line-height: 1.7; }
.legalContent ul,
.legalContent ol,
.supportGrid ul,
.supportGrid ol { padding-left: 22px; }
.legalContent li + li,
.supportGrid li + li { margin-top: 7px; }
.supportGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 36px; border: 1px solid var(--line); background: var(--line); }
.supportGrid article { min-width: 0; padding: 30px; background: var(--paper); }
code { border-radius: 4px; padding: 2px 5px; background: #e4e9e4; color: var(--ink); }

@media (max-width: 1040px) {
  .siteHeader nav a:nth-child(2) { display: none; }
  .hero h1 { font-size: 66px; }
  .storyBand { gap: 55px; }
  .productBand,
  .dashboardBand { grid-template-columns: 1fr; }
  .productBand { gap: 60px; }
  .productFrame { max-width: 900px; }
  .dashboardBand { gap: 48px; padding-right: 0; }
  .dashboardCopy { max-width: 720px; padding-right: 24px; }
  .coachGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketList { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketList > span + span { border-left: 0; }
  .marketList > span:nth-child(even) { border-left: 1px solid var(--line); }
  .marketList > span:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .siteHeader { position: static; }
  .siteHeader nav { display: none; }
  .headerCta { margin-left: auto; }
  .hero { min-height: 700px; align-items: end; }
  .heroImage { object-position: 70% top; }
  .heroShade { background: rgba(7,29,25,.74); }
  .heroShade::after { display: none; }
  .heroContent { width: auto; margin: 0; padding: 60px 22px; }
  .hero h1 { max-width: none; font-size: 50px; }
  .heroLead { font-size: 1.12rem; }
  .heroMeta span { width: 100%; margin: 4px 0; padding: 0; border: 0; }
  .proofBand { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proofBand div { min-height: 88px; padding: 18px 12px 18px 0; }
  .proofBand div + div { padding-left: 12px; }
  .proofBand div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .proofBand div:nth-child(4) { border-top: 1px solid var(--line); }
  .storyBand,
  .faqBand { width: min(100% - 36px, 1240px); grid-template-columns: 1fr; gap: 48px; padding: 78px 0; }
  .storyIntro { position: static; }
  .storyIntro h2,
  .sectionHeading h2,
  .productCopy h2,
  .dashboardCopy h2,
  .availabilityIntro h2,
  .principlesBand h2,
  .closingBand h2 { font-size: 38px; }
  .decisionFlow article { grid-template-columns: 42px 1fr; gap: 18px; }
  .productBand { padding: 74px 18px; }
  .productFrame { box-shadow: 8px 8px 0 var(--mint); }
  .coachBand,
  .availabilityBand { width: min(100% - 36px, 1240px); padding: 78px 0; }
  .coachGrid { grid-template-columns: 1fr; }
  .coach { min-height: 230px; }
  .dashboardBand { padding: 78px 0 78px 18px; }
  .dashboardBand figure img { min-width: 690px; }
  .marketList { grid-template-columns: 1fr; }
  .marketList > span { min-height: 92px; }
  .marketList > span:nth-child(even) { border-left: 0; }
  .marketList > span + span { border-top: 1px solid var(--line); }
  .principlesBand,
  .closingBand { grid-template-columns: 1fr; gap: 34px; padding: 72px 22px; }
  .closingBand .primaryLink { justify-self: start; }
  .legalHeader h1 { font-size: 48px; }
  .supportGrid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  footer nav { gap: 14px; }
}

@media (max-width: 460px) {
  .brand span { font-size: .9rem; }
  .headerCta { display: none; }
  .hero h1 { font-size: 44px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .proofBand { grid-template-columns: 1fr; }
  .proofBand div + div,
  .proofBand div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Premium product presentation */
body { background: #edf2ef; }

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 45, 37, 0.9);
  box-shadow: 0 12px 34px rgba(7, 36, 29, 0.13);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.brand { font-weight: 760; letter-spacing: -0.02em; }
.brand img,
.footerBrand img { border: 1px solid rgba(255, 255, 255, 0.26); box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16); }
.siteHeader nav a { position: relative; transition: color 160ms ease; }
.siteHeader nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: #8ddbc5; transform: scaleX(0); transform-origin: center; transition: transform 180ms ease; }
.siteHeader nav a:hover::after { transform: scaleX(1); }
.headerCta { border-color: rgba(157, 226, 206, 0.62); background: rgba(255, 255, 255, 0.06); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.headerCta:hover { transform: translateY(-1px); }

.hero { min-height: 780px; background: #0b3028; isolation: isolate; }
.heroImage { object-position: 64% center; transform: scale(1.015); animation: hero-image-settle 1.2s cubic-bezier(.2,.75,.2,1) both; }
.heroShade { background: rgba(7, 35, 29, 0.25); }
.heroShade::after { inset: 0 42% 0 0; background: rgba(6, 37, 30, 0.74); box-shadow: 54px 0 80px rgba(6, 37, 30, 0.38); }
.heroContent { width: min(650px, calc(100% - 48px)); animation: hero-copy-in 700ms 120ms cubic-bezier(.22,1,.36,1) both; }
.hero h1 { max-width: 8ch; font-size: 76px; line-height: 0.98; letter-spacing: -0.035em; }
.heroLead { color: #e8f4f0; font-size: 1.38rem; }
.heroActions a { transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.heroActions a:hover { transform: translateY(-2px); }
.primaryLink { box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16); }
.heroMeta { width: fit-content; max-width: 100%; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 8px; background: rgba(255, 255, 255, 0.07); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }

.proofBand { position: relative; z-index: 8; width: min(1240px, calc(100% - 48px)); margin: -40px auto 0; padding: 0 26px; border: 1px solid rgba(33, 91, 76, 0.12); border-radius: 10px; background: rgba(255, 255, 255, 0.83); box-shadow: 0 24px 60px rgba(15, 54, 44, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.proofBand div { min-height: 112px; }
.proofBand strong { font-weight: 760; }
.storyBand { padding-top: 140px; }
.storyIntro h2,
.sectionHeading h2,
.productCopy h2,
.dashboardCopy h2,
.availabilityIntro h2,
.principlesBand h2,
.closingBand h2 { color: #12352d; letter-spacing: -0.035em; }
.decisionFlow article > span { border: 0; background: var(--mint-pale); }

.productBand { position: relative; overflow: hidden; background: #0c342b; }
.productBand::before { content: ""; position: absolute; inset: 34px 0 auto; height: 1px; background: rgba(137, 215, 193, 0.22); }
.productFrame { border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 10px; background: rgba(255, 255, 255, 0.08); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: transform 320ms cubic-bezier(.2,.75,.2,1), box-shadow 320ms ease; }
.productFrame:hover { box-shadow: 0 38px 94px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.16); transform: translateY(-6px); }
.productFrame img { border-radius: 8px; }
.productCopy h2,
.dashboardCopy h2,
.closingBand h2 { color: #fff; }
.featureList li { transition: border-color 180ms ease, transform 180ms ease; }
.featureList li:hover { border-color: rgba(142, 219, 198, 0.5); transform: translateX(4px); }

.coachBand { background: #f4f7f5; }
.coachGrid { gap: 14px; }
.coach { position: relative; overflow: hidden; border: 1px solid rgba(26, 93, 77, 0.12); border-radius: 9px; background: rgba(255, 255, 255, 0.76); box-shadow: 0 14px 38px rgba(18, 55, 46, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.coach::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: currentColor; opacity: 0.68; }
.coach:hover { border-color: rgba(26, 121, 101, 0.3); box-shadow: 0 22px 52px rgba(18, 55, 46, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.95); transform: translateY(-7px); }
.coach svg { filter: drop-shadow(0 6px 14px rgba(19, 92, 74, 0.12)); transition: transform 220ms ease; }
.coach:hover svg { transform: scale(1.08) rotate(-3deg); }

.dashboardBand { background: #153d34; }
.dashboardBand figure { border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 10px; background: rgba(255, 255, 255, 0.08); box-shadow: 0 30px 80px rgba(4, 30, 24, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.dashboardBand figure img { border-radius: 8px; }
.dashboardFacts span { border-color: rgba(255, 255, 255, 0.17); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.availabilityBand { background: #edf2ef; }
.marketList span { border: 1px solid rgba(26, 93, 77, 0.11); border-radius: 8px; background: rgba(255, 255, 255, 0.75); box-shadow: 0 10px 28px rgba(18, 55, 46, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.marketList span:hover { border-color: rgba(26, 121, 101, 0.28); box-shadow: 0 15px 34px rgba(18, 55, 46, 0.09); transform: translateY(-3px); }
.principlesBand { border-top: 1px solid rgba(26, 93, 77, 0.12); border-bottom: 1px solid rgba(26, 93, 77, 0.12); background: rgba(255, 255, 255, 0.7); }
.faqList details { border: 1px solid rgba(26, 93, 77, 0.1); border-radius: 8px; background: rgba(255, 255, 255, 0.68); box-shadow: 0 8px 22px rgba(18, 55, 46, 0.04); transition: border-color 180ms ease, background 180ms ease; }
.faqList details[open] { border-color: rgba(26, 121, 101, 0.25); background: rgba(255, 255, 255, 0.94); }
.closingBand { background: #0c342b; }
footer { background: #082a23; }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 680ms cubic-bezier(.2,.75,.2,1), transform 680ms cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-image-settle {
  from { opacity: 0.76; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .heroShade { background: rgba(6, 37, 30, 0.62); }
  .heroShade::after { display: none; }
  .proofBand { width: min(720px, calc(100% - 36px)); margin-top: -28px; padding: 0 18px; }
  .storyBand { padding-top: 105px; }
}

@media (max-width: 680px) {
  .siteHeader { position: sticky; min-height: 62px; padding: 10px 18px; }
  .hero { min-height: 720px; }
  .heroImage { object-position: 72% center; }
  .heroContent { padding: 68px 22px 92px; }
  .hero h1 { max-width: 8ch; font-size: 51px; }
  .heroMeta { width: 100%; }
  .proofBand { grid-template-columns: 1fr 1fr; margin-top: -42px; }
  .proofBand div { min-height: 88px; }
  .proofBand div + div { padding-left: 14px; }
  .proofBand div:nth-child(3) { border-left: 0; }
  .storyBand { padding-top: 92px; }
  .productFrame:hover,
  .coach:hover,
  .marketList span:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* Pricing and payment-disclosure pages */
.pricingPage { overflow: hidden; background: #edf3f0; }
.pricingHero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
  min-height: 610px;
  padding: 92px max(24px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 8% 5%, rgba(91, 206, 174, 0.22), transparent 29%),
    radial-gradient(circle at 91% 88%, rgba(91, 206, 174, 0.12), transparent 31%),
    #0c342b;
  color: #fff;
}
.pricingHeroCopy { max-width: 680px; }
.pricingHero h1 { max-width: 9ch; margin: 15px 0 24px; font-size: clamp(50px, 6vw, 78px); line-height: 0.98; letter-spacing: -0.052em; }
.pricingHeroCopy > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #c8ddd6; font-size: 1.08rem; line-height: 1.75; }
.pricingHeroActions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 31px; }
.pricingHeroActions .primaryLink { background: #f8fbf9; color: #123d33; }
.pricingHeroActions .primaryLink:hover { background: #dff4ec; color: #123d33; }
.pricingHeroActions .quietLink { color: #a8dfd0; font-size: 0.85rem; font-weight: 760; }
.pricingHeroActions .quietLink:hover { color: #fff; }
.pricingSummary { overflow: hidden; border: 1px solid rgba(177, 231, 215, 0.22); border-radius: 17px; background: rgba(255, 255, 255, 0.075); box-shadow: 0 28px 70px rgba(1, 19, 15, 0.24); backdrop-filter: blur(16px); }
.pricingSummary > p { margin: 0; padding: 20px 24px 12px; color: #91c9ba; font-size: 0.73rem; font-weight: 820; letter-spacing: 0.13em; text-transform: uppercase; }
.pricingSummary > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 18px; padding: 19px 24px; border-top: 1px solid rgba(177, 231, 215, 0.13); }
.pricingSummary > div.best { background: rgba(88, 198, 167, 0.11); }
.pricingSummary span { color: #f7fbf9; font-size: 0.92rem; font-weight: 760; }
.pricingSummary strong { color: #fff; font-size: 1.1rem; letter-spacing: -0.02em; }
.pricingSummary small { grid-column: 1 / -1; color: #adc8c0; font-size: 0.75rem; }
.pricingSummary footer { width: auto; min-height: 0; display: flex; justify-content: space-between; gap: 12px; margin: 0; padding: 14px 24px; border: 0; border-top: 1px solid rgba(177, 231, 215, 0.13); background: rgba(4, 29, 23, 0.22); }
.pricingSummary footer span { color: #91b8ad; font-size: 0.67rem; font-weight: 650; }

.pricingPlanSection { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 104px 0 84px; }
.pricingSectionHeading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); align-items: end; gap: 72px; margin-bottom: 44px; }
.pricingSectionHeading h2 { max-width: 16ch; margin: 13px 0 0; color: #12352d; font-size: clamp(38px, 4.7vw, 58px); line-height: 1.02; letter-spacing: -0.045em; }
.pricingSectionHeading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.pricingPlans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.priceCard { position: relative; display: flex; min-width: 0; min-height: 485px; flex-direction: column; border: 1px solid rgba(25, 89, 74, 0.13); border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(17, 62, 50, 0.075); padding: 31px; }
.priceCard.featured { border: 2px solid #1a7c66; background: linear-gradient(180deg, #f3fbf7 0, #fff 37%); box-shadow: 0 24px 62px rgba(17, 84, 67, 0.15); }
.priceCardTop { min-height: 175px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.priceCard h3 { max-width: 12ch; min-height: 58px; margin: 9px 0 18px; color: #12352d; font-size: 1.65rem; line-height: 1.1; letter-spacing: -0.025em; }
.planType { margin: 0; color: #16745f; font-size: 0.74rem; font-weight: 830; letter-spacing: 0.12em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 0; }
.price strong { color: #12352d; font-size: 2.15rem; letter-spacing: -0.045em; }
.price span { color: var(--muted); font-size: 0.82rem; }
.priceCard ul { display: grid; gap: 13px; margin: 25px 0 29px; padding: 0; list-style: none; }
.priceCard li { position: relative; padding-left: 25px; color: #536159; font-size: 0.88rem; line-height: 1.52; }
.priceCard li::before { content: "✓"; position: absolute; top: 1px; left: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #dff4ec; color: #16745f; font-size: 0.67rem; font-weight: 900; }
.priceCard .primaryLink,
.priceCard .outlineLink { width: 100%; margin-top: auto; }
.priceCard .primaryLink { background: #16745f; color: #fff; }
.priceCard .primaryLink:hover { background: #105d4d; color: #fff; }
.priceCard .outlineLink { border-color: #9eb0a8; color: #174c40; }
.planBadge { position: absolute; top: 21px; right: 21px; max-width: 45%; border-radius: 20px; background: #e5f4ee; color: #176d5b; padding: 6px 10px; font-size: 0.65rem; font-weight: 820; text-align: center; text-transform: uppercase; }
.planBadge.saving { background: #dff4ec; color: #176d5b; }
.pricingPlanNote { max-width: 800px; margin: 25px auto 0; color: #6d7c74; font-size: 0.78rem; line-height: 1.6; text-align: center; }

.pricingPromise { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 auto; }
.pricingPromise article { padding: 27px 28px 30px; border: 1px solid #cce5dd; border-radius: 14px; background: #def2eb; }
.pricingPromise span { display: block; margin-bottom: 25px; color: #2b7a68; font-size: 0.69rem; font-weight: 840; letter-spacing: 0.14em; }
.pricingPromise strong { display: block; color: #12352d; font-size: 1rem; }
.pricingPromise p { margin: 8px 0 0; color: #5e746b; font-size: 0.82rem; line-height: 1.55; }

.upgradeSteps { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; margin: 0 auto; padding: 112px 0 104px; }
.upgradeSteps h2 { max-width: 12ch; margin: 13px 0 20px; color: #12352d; font-size: 48px; line-height: 1.06; letter-spacing: -0.04em; }
.upgradeSteps > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.upgradeSteps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.upgradeSteps li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.upgradeSteps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #dff4ec; color: #16745f; font-size: 0.76rem; font-weight: 850; }
.upgradeSteps strong { color: #12352d; }
.upgradeSteps li p { margin: 5px 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.5; }

.pricingFinePrint { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border-top: 1px solid rgba(157, 226, 206, 0.2); background: rgba(157, 226, 206, 0.2); }
.pricingFinePrint > div { padding: 58px max(24px, calc((100vw - 1180px) / 2)); background: #123d33; color: #fff; }
.pricingFinePrint > div:first-child { padding-right: 54px; }
.pricingFinePrint > div:last-child { padding-left: 54px; }
.pricingFinePrint h2 { margin: 0 0 12px; font-size: 1.25rem; }
.pricingFinePrint p { max-width: 560px; margin: 0; color: #bad0c8; line-height: 1.7; }
.pricingFinePrint a { color: #9ee1cf; }

footer nav { justify-content: flex-end; gap: 12px 20px; }

@media (max-width: 940px) {
  .pricingHero { grid-template-columns: 1fr; gap: 48px; padding-top: 78px; padding-bottom: 78px; }
  .pricingHeroCopy { text-align: center; justify-self: center; }
  .pricingHero h1 { max-width: 11ch; }
  .pricingHeroCopy > p:not(.eyebrow) { margin-inline: auto; }
  .pricingHeroActions { justify-content: center; }
  .pricingSummary { width: min(560px, 100%); justify-self: center; }
  .pricingSectionHeading { grid-template-columns: 1fr; gap: 22px; }
  .pricingPlans { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .priceCard { min-height: 0; }
  .priceCardTop { min-height: 0; }
  .pricingPromise { max-width: 640px; grid-template-columns: 1fr; }
  .upgradeSteps { max-width: 640px; grid-template-columns: 1fr; gap: 42px; padding: 86px 0; }
  .upgradeSteps h2 { max-width: 15ch; font-size: 40px; }
}

@media (max-width: 680px) {
  .pricingHero { min-height: 0; padding: 65px 20px; }
  .pricingHero h1 { font-size: 46px; }
  .pricingHeroActions { align-items: stretch; flex-direction: column; }
  .pricingHeroActions .quietLink { padding: 10px; }
  .pricingSummary footer { align-items: flex-start; flex-direction: column; }
  .pricingPlanSection { width: calc(100% - 32px); padding: 76px 0 64px; }
  .pricingSectionHeading h2 { font-size: 39px; }
  .priceCard { padding: 26px 23px; }
  .planBadge { position: static; align-self: flex-start; max-width: none; margin-bottom: 16px; }
  .pricingPromise { width: calc(100% - 32px); }
  .upgradeSteps { width: calc(100% - 36px); }
  .pricingFinePrint { grid-template-columns: 1fr; }
  .pricingFinePrint > div,
  .pricingFinePrint > div:first-child,
  .pricingFinePrint > div:last-child { padding: 42px 22px; }
}
