/* GTGF v15.76 — Homepage Cut Through.
 * Goal: make the product journey obvious: Planner -> Coach -> Fueling -> Progress -> Start line.
 */

.v1576-home-main > section { padding-block: clamp(62px, 8vw, 108px); }
.v1576-home-main > .v1576-hero { padding-block: 0; }

.v1576-hero { min-height: min(850px, calc(100svh - var(--gtgf-header-h))); }
.v1576-hero .v14-hero-shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.985) 0%, rgba(0,0,0,.90) 42%, rgba(0,0,0,.33) 74%, rgba(0,0,0,.15) 100%),
    linear-gradient(0deg, rgba(0,0,0,.72), transparent 62%);
}
.v1576-hero__content { max-width: 1280px; }
.v1576-hero .v14-brand-heading { margin-bottom: 14px !important; }
.v1576-hero h1 { max-width: 16ch; margin-bottom: 16px; font-size: clamp(2.35rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.v1576-hero .v14-lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.4vw, 1.17rem); }

.v1576-journey-rail { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 11px; margin-top: 26px; color: #fff; }
.v1576-journey-rail span { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.34); font-size: .82rem; font-weight: 800; }
.v1576-journey-rail b { color: var(--gtgf-accent); font-size: .68rem; letter-spacing: .08em; }
.v1576-journey-rail i { color: rgba(255,255,255,.38); font-style: normal; }
.v1576-goal-picker { margin-top: 22px; }
.v1576-hero__actions { margin-top: 20px; }
.v1576-hero__trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 20px; color: rgba(255,255,255,.62); font-size: .82rem; }
.v1576-hero__trust span { position: relative; padding-left: 13px; }
.v1576-hero__trust span::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; background: var(--gtgf-accent); }

.v1576-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.64fr); gap: clamp(24px, 5vw, 72px); align-items: end; margin-bottom: clamp(34px, 5vw, 58px); }
.v1576-section-head h2 { max-width: 11ch; margin: 0; }
.v1576-section-head > p { max-width: 540px; margin: 0 0 7px; color: var(--gtgf-muted); font-size: 1.04rem; line-height: 1.65; }

.v1576-flow { background: var(--gtgf-paper); color: var(--gtgf-ink); }
.v1576-flow__grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border: 1px solid var(--gtgf-line); background: #fff; }
.v1576-flow-card { position: relative; display: flex; flex-direction: column; min-height: 355px; padding: 26px 23px 24px; color: var(--gtgf-ink) !important; text-decoration: none !important; border-right: 1px solid var(--gtgf-line); transition: background .18s ease, transform .18s ease; }
.v1576-flow-card:last-child { border-right: 0; }
.v1576-flow-card:hover { background: #f7f5f1; }
.v1576-flow-card.is-primary { background: #0a0a0a; color: #fff !important; }
.v1576-flow-card.is-primary:hover { background: #141414; }
.v1576-flow-card__number { color: var(--gtgf-accent); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.v1576-flow-card__label { margin-top: 42px; color: var(--gtgf-muted); font-size: .69rem; font-weight: 900; letter-spacing: .14em; }
.v1576-flow-card.is-primary .v1576-flow-card__label { color: rgba(255,255,255,.54); }
.v1576-flow-card h3 { margin: 10px 0 12px; font-size: clamp(1.16rem, 1.45vw, 1.42rem); line-height: 1.08; letter-spacing: -.035em; }
.v1576-flow-card p { margin: 0; color: var(--gtgf-muted); font-size: .93rem; line-height: 1.58; }
.v1576-flow-card.is-primary p { color: rgba(255,255,255,.64); }
.v1576-flow-card strong { margin-top: auto; padding-top: 24px; color: var(--gtgf-accent); font-size: .82rem; font-weight: 900; }

.v1576-product { background: #070707; color: #fff; }
.v1576-product__grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); gap: clamp(42px, 8vw, 112px); align-items: center; }
.v1576-product__copy h2 { max-width: 13ch; margin-bottom: 20px; }
.v1576-product__copy > p:not(.v14-eyebrow) { max-width: 600px; color: rgba(255,255,255,.68); font-size: 1.04rem; line-height: 1.68; }
.v1576-product__points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.11); }
.v1576-product__points span { padding: 15px 16px; background: #0d0d0d; color: rgba(255,255,255,.62); font-size: .88rem; }
.v1576-product__points b { display: block; margin-bottom: 3px; color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }

.v1576-coach-demo { padding: clamp(20px, 3vw, 32px); background: #111; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.v1576-coach-demo__top { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.12); }
.v1576-coach-demo__top span, .v1576-coach-demo article span, .v1576-coach-demo__footer span { color: rgba(255,255,255,.48); font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.v1576-coach-demo__training, .v1576-coach-demo__done { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.v1576-coach-demo__training > div, .v1576-coach-demo__done > div { display: grid; gap: 4px; }
.v1576-coach-demo__training strong, .v1576-coach-demo__done strong { font-size: 1.05rem; }
.v1576-coach-demo__training em, .v1576-coach-demo__done em { color: rgba(255,255,255,.54); font-size: .82rem; font-style: normal; }
.v1576-coach-demo__done strong { color: #fff; }
.v1576-coach-demo__arrow { width: 26px; height: 26px; margin: 10px auto -1px; display: grid; place-items: center; color: var(--gtgf-accent); border: 1px solid rgba(255,90,0,.28); border-radius: 50%; }
.v1576-coach-demo__coach { margin-top: 18px; padding: 20px; border-left: 3px solid var(--gtgf-accent); background: #171717; }
.v1576-coach-demo__coach h3 { margin: 8px 0 8px; font-size: 1.3rem; letter-spacing: -.03em; }
.v1576-coach-demo__coach p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.55; }
.v1576-coach-demo__coach > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 16px; }
.v1576-coach-demo__coach button { min-height: 42px; padding: 10px 13px; border: 0; background: var(--gtgf-accent); color: #070707; font-weight: 900; opacity: 1; }
.v1576-coach-demo__coach small { color: rgba(255,255,255,.42); }
.v1576-coach-demo__footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.v1576-coach-demo__footer strong { color: rgba(255,255,255,.74); font-size: .84rem; text-align: right; }

.v1576-proof { background: var(--gtgf-paper); color: var(--gtgf-ink); border-bottom: 1px solid var(--gtgf-line); }
.v1576-proof__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); gap: clamp(38px, 8vw, 112px); align-items: center; }
.v1576-proof__grid h2 { margin-bottom: 14px; }
.v1576-proof__grid p:not(.v14-eyebrow) { max-width: 650px; color: var(--gtgf-muted); line-height: 1.65; }
.v1576-proof__metrics { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--gtgf-line); }
.v1576-proof__metrics div { display: grid; gap: 4px; padding: clamp(22px, 3vw, 34px); border-right: 1px solid var(--gtgf-line); border-bottom: 1px solid var(--gtgf-line); }
.v1576-proof__metrics div:nth-child(2n) { border-right: 0; }
.v1576-proof__metrics div:nth-last-child(-n+2) { border-bottom: 0; }
.v1576-proof__metrics strong { font-family: var(--gtgf-font-display); font-size: clamp(1.7rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.v1576-proof__metrics span { color: var(--gtgf-muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }

.v1576-more { background: #f1eee8; color: var(--gtgf-ink); }
.v1576-more__head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 30px; }
.v1576-more__head h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.6rem); }
.v1576-more__links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gtgf-line); }
.v1576-more__links a { display: grid; gap: 6px; padding: 22px 20px 22px 0; color: var(--gtgf-ink) !important; text-decoration: none !important; border-bottom: 1px solid var(--gtgf-line); }
.v1576-more__links a:not(:last-child) { margin-right: 26px; }
.v1576-more__links span { color: var(--gtgf-muted); font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.v1576-more__links strong { font-size: 1rem; }

.v1576-final { text-align: left; }
.v1576-final h2 { max-width: 14ch; }
.v1576-final > .v14-shell > p:not(.v14-eyebrow) { max-width: 650px; }

@media (max-width: 1100px) {
  .v1576-flow__grid { grid-template-columns: repeat(2, 1fr); }
  .v1576-flow-card { min-height: 300px; border-bottom: 1px solid var(--gtgf-line); }
  .v1576-flow-card:nth-child(2n) { border-right: 0; }
  .v1576-flow-card:last-child { grid-column: 1 / -1; min-height: 240px; border-bottom: 0; }
  .v1576-product__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
}

@media (max-width: 760px) {
  .v1576-home-main > section { padding-block: 58px; }
  .v1576-home-main > .v1576-hero { padding-block: 0; }
  .v1576-hero { min-height: auto; }
  .v1576-hero .v14-hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.85) 52%, rgba(0,0,0,.52) 100%); }
  .v1576-hero__content { padding-top: clamp(78px, 16vw, 112px); padding-bottom: 42px; }
  .v1576-hero h1 { max-width: 13ch; font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .v1576-hero .v14-lead { max-width: 34ch; }
  .v1576-journey-rail { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 7px; width: 100%; }
  .v1576-journey-rail span { justify-content: center; padding: 8px 6px; min-width: 0; font-size: .74rem; }
  .v1576-journey-rail span:nth-of-type(4), .v1576-journey-rail span:nth-of-type(5), .v1576-journey-rail i:nth-of-type(3), .v1576-journey-rail i:nth-of-type(4) { display: none; }
  .v1576-goal-picker { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .v1576-goal-picker button { min-width: 0; min-height: 44px; }
  .v1576-hero__actions { align-items: stretch; }
  .v1576-hero__actions .v14-btn { width: 100%; justify-content: center; min-height: 48px; }
  .v1576-hero__trust { gap: 8px 16px; }
  .v1576-section-head { grid-template-columns: 1fr; gap: 14px; }
  .v1576-section-head h2 { max-width: none; }
  .v1576-flow__grid { display: block; border-bottom: 0; }
  .v1576-flow-card { min-height: 0; padding: 21px 19px; border-right: 0; border-bottom: 1px solid var(--gtgf-line); }
  .v1576-flow-card:last-child { min-height: 0; }
  .v1576-flow-card__label { margin-top: 24px; }
  .v1576-flow-card strong { margin-top: 18px; padding-top: 0; }
  .v1576-product__grid, .v1576-proof__grid { grid-template-columns: 1fr; gap: 34px; }
  .v1576-product__points { grid-template-columns: 1fr; }
  .v1576-coach-demo { padding: 18px; }
  .v1576-coach-demo__training, .v1576-coach-demo__done, .v1576-coach-demo__footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .v1576-coach-demo__footer strong { text-align: left; }
  .v1576-proof__metrics { grid-template-columns: 1fr 1fr; }
  .v1576-more__head { display: block; }
  .v1576-more__links { grid-template-columns: 1fr; }
  .v1576-more__links a:not(:last-child) { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .v1576-flow-card { transition: none; }
}
