/* ============================================================
   GROWTH PROGRAM page (gp.css) — scoped under body.gp
   Light/white palette (per the original Webflow GP page), set in
   the new design system. Loads AFTER v2/programs/paid-media CSS.
   ============================================================ */
:root { --svc: #004AFF; }   /* GP accent = brand blue */

/* ---- HERO: phero layout recolored for a white background ---- */
.gp .gp-hero { background: #fff; }
.gp .gp-hero .overline { color: var(--n500); }
.gp .gp-hero .phero-title { color: var(--n900); }
.gp .gp-hero .phero-sub { color: var(--n600); }
.gp .gp-hero .phero-foot { border-top-color: var(--n300); color: var(--n500); }
.gp-hero-ctas { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 36px); flex-wrap: wrap; margin-top: clamp(30px, 4.5vh, 48px); }
.gp-dash-link {
  font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label);
  letter-spacing: 0.08em; color: var(--n600); text-decoration: none;
  border-bottom: 1px solid var(--n400); padding-bottom: 3px; transition: color .25s ease, border-color .25s ease;
}
.gp-dash-link:hover { color: var(--n900); border-color: var(--n900); }
.gp-dash-link .arrow { display: inline-block; transition: transform .3s ease; }
.gp-dash-link:hover .arrow { transform: translateX(4px); }
/* logo wall inside the hero (marquee base styles are dark-section white; recolor) */
.gp .gp-hero .marquee-wrap { margin-top: clamp(44px, 6vh, 72px); }
.gp .gp-hero .marquee__group span { color: var(--n400); }
.gp .gp-hero .marquee__group span:hover { color: var(--n600); }
.gp .gp-hero .marquee::before { background: linear-gradient(to right, #fff, rgba(255,255,255,0)); }
.gp .gp-hero .marquee::after  { background: linear-gradient(to left,  #fff, rgba(255,255,255,0)); }

/* ---- WHY (founder quote): story section, light ---- */
.gp .gp-why { background: #fff; padding: clamp(70px, 10vh, 130px) 0; }
.gp .gp-why .overline { display: block; margin-bottom: 18px; }
.gp .gp-why .display-head { color: var(--n900); max-width: 26ch; margin: 0 0 clamp(30px, 4.5vh, 52px); }
/* section headers on light sections need the standard section-h1 scale (set in paid-media.css) */
.gp .gp-why .display-head, .gp .gp-library .display-head, .gp .gp-fit .display-head,
.gp .gp-results .display-head, .gp .gp-price-section .display-head {
  font-size: var(--fs-section-h1); line-height: 1.02; letter-spacing: -0.01em;
}
/* story words: the v2 base styles them white inside .story-copy; this page uses
   them directly on a white bg, so restate the Mondwest scale + dark ink */
.gp .gp-why .story-para {
  font-family: var(--display); font-weight: 400; font-synthesis: none;
  font-size: clamp(26px, 2.6vw, 40px); line-height: 1.3; letter-spacing: 0;
  margin: 0 0 0.55em; max-width: 980px;
}
.gp .gp-why .story-para:last-of-type { margin-bottom: 0; }
.gp .gp-why .w { color: #171818; opacity: 0.16; }
.gp-quote-by { display: flex; align-items: center; gap: 16px; margin-top: clamp(28px, 4vh, 44px); }
.gp-quote-by img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; }
.gp-quote-by b { display: block; font-family: var(--body); font-weight: 500; font-size: 16px; color: var(--n900); }
.gp-quote-by .gp-role { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-micro, 11px); letter-spacing: 0.08em; color: var(--n500); }

/* ---- EXPLORE THE PLATFORM: two-column category toggle (dark) ---- */
.gp-explore { position: relative; z-index: 2; background: var(--n900); padding: clamp(72px, 11vh, 140px) 0; }
.gp-explore .includes-head { margin-bottom: clamp(36px, 5vh, 60px); }
.gp-xgrid { display: grid; grid-template-columns: minmax(240px, 340px) 1fr; gap: clamp(24px, 3.5vw, 64px); align-items: start; }
.gp-xtabs { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,0.14); }
.gp-xtab {
  display: flex; align-items: center; gap: 16px; width: 100%; text-align: left;
  background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,0.14);
  padding: 18px 14px; cursor: pointer; position: relative;
  transition: background .25s ease;
}
.gp-xtab::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: #fff; transform: scaleY(0); transition: transform .3s ease; }
.gp-xtab:hover { background: rgba(255,255,255,0.04); }
.gp-xtab.is-active { background: rgba(255,255,255,0.05); }
.gp-xtab.is-active::before { transform: scaleY(1); }
.gp-xtab-art { width: 44px; height: 44px; object-fit: contain; opacity: .8; }
.gp-xtab-num { font-family: var(--mono); font-size: var(--fs-micro, 11px); letter-spacing: .1em; color: rgba(255,255,255,0.4); display: block; margin-bottom: 3px; }
.gp-xtab-name { font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(18px, 1.5vw, 22px); color: #fff; line-height: 1.1; }
.gp-xpanel { display: none; }
.gp-xpanel.is-active { display: block; }
.gp-xpanel-title { font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(24px, 2.2vw, 34px); color: #fff; margin: 0 0 10px; }
.gp-xpanel-intro { font-family: var(--body); font-weight: 300; font-size: var(--fs-lead); line-height: 1.55; color: rgba(255,255,255,0.72); max-width: 56ch; margin: 0 0 clamp(24px, 3.5vh, 40px); }
.gp-xprops { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vh, 30px) clamp(20px, 2.4vw, 40px); }
.gp-xprop b { display: block; font-family: var(--body); font-weight: 500; font-size: clamp(15px, 1.15vw, 17px); color: #fff; margin-bottom: 5px; }
.gp-xprop b::before { content: '\2713\00a0\00a0'; color: rgba(255,255,255,0.45); }
.gp-xprop p { font-family: var(--body); font-weight: 300; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.6); margin: 0; }
@media (max-width: 900px) {
  .gp-xgrid { grid-template-columns: 1fr; }
  .gp-xtabs { flex-direction: row; overflow-x: auto; border-top: none; border-bottom: 1px solid rgba(255,255,255,0.14); -webkit-overflow-scrolling: touch; }
  .gp-xtab { flex: 0 0 auto; width: auto; border-bottom: none; padding: 12px 14px; }
  .gp-xtab::before { top: auto; left: 0; right: 0; bottom: 0; width: auto; height: 2px; transform: scaleX(0); }
  .gp-xtab.is-active::before { transform: scaleX(1); }
  .gp-xtab-art { width: 30px; height: 30px; }
  .gp-xprops { grid-template-columns: 1fr; }
}

/* ---- RESULTS: 4,500+ social proof, three case-study cards (light) ---- */
.gp .gp-results { background: #fff; padding: clamp(70px, 10vh, 130px) 0; }
.gp .gp-results .overline { display: block; margin-bottom: 18px; }
.gp .gp-results .display-head { color: var(--n900); max-width: 24ch; margin: 0 0 clamp(36px, 5vh, 56px); }
.gp-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 22px); }
.gp-case { display: flex; flex-direction: column; gap: 14px; border: 1px solid var(--n300); background: var(--n100); padding: clamp(22px, 2.4vw, 32px); }
.gp-case-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gp-case-logo { height: 26px; width: auto; max-width: 44%; object-fit: contain; }
.gp-case-cat { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-micro, 11px); letter-spacing: 0.1em; color: var(--n500); }
.gp-case-headline { font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.15; color: var(--n900); margin: 0; }
.gp-case-headline em { font-style: normal; color: inherit; }
.gp-case-quote { font-family: var(--body); font-weight: 300; font-size: 15px; line-height: 1.55; color: var(--n600); margin: 0; }
.gp-case-by { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 8px; }
.gp-case-by img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.gp-case-by b { display: block; font-family: var(--body); font-weight: 500; font-size: 14px; color: var(--n900); }
.gp-case-by .gp-role { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-micro, 11px); letter-spacing: 0.08em; color: var(--n500); }
@media (max-width: 900px) { .gp-cases { grid-template-columns: 1fr; } }

/* ---- LIBRARY: 4-tab toggle + course/path cards (light) ---- */
.gp .gp-library { background: #fff; padding: clamp(70px, 10vh, 130px) 0; }
.gp .gp-library .overline, .gp .gp-fit .overline { display: block; margin-bottom: 18px; }
.gp .gp-library .display-head { color: var(--n900); }
.gp .gp-library .gp-lib-sub { font-family: var(--body); font-size: var(--fs-lead); line-height: 1.55; color: var(--n600); max-width: 58ch; margin: clamp(18px, 2.6vh, 28px) 0 clamp(30px, 4vh, 44px); }
.gp-ltabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(26px, 3.6vh, 40px); }
.gp-ltab {
  font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label);
  letter-spacing: 0.06em; color: var(--n600); background: none; cursor: pointer;
  border: 1px solid var(--n300); padding: 12px 20px; transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.gp-ltab:hover { border-color: var(--n500); }
.gp-ltab.is-active { color: var(--n900); border-color: var(--n600); background: var(--n200); }
.gp-lpanel { display: none; }
.gp-lpanel.is-active { display: block; }
.gp-courses { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 22px); }
.gp-course { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--n300); padding: clamp(18px, 2vw, 26px); background: var(--n100); transition: border-color .25s ease, transform .25s ease; }
.gp-course:hover { border-color: var(--n600); transform: translateY(-3px); }
.gp-course-cat { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-micro, 11px); letter-spacing: 0.1em; color: var(--n600); }
.gp-course-cat .gp-soon { color: var(--n500); }
.gp-course-name { font-family: var(--body); font-weight: 500; font-size: clamp(15px, 1.15vw, 17px); line-height: 1.3; color: var(--n900); margin: 0; }
.gp-course-desc { font-family: var(--body); font-weight: 300; font-size: 13.5px; line-height: 1.5; color: var(--n600); margin: 0; }
.gp-course-dur { margin-top: auto; padding-top: 8px; font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-micro, 11px); letter-spacing: 0.08em; color: var(--n500); }
.gp-lib-note { display: block; margin-top: clamp(24px, 3.5vh, 40px); font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label); letter-spacing: 0.08em; color: var(--n500); }
@media (max-width: 1080px) { .gp-courses { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .gp-courses { grid-template-columns: 1fr; } }

/* ---- COMPARE: cmp table narrowed to 3 comparison columns ---- */
.gp .cmp { grid-template-columns: var(--lw) repeat(3, 1fr); min-width: 780px; }
.gp .cmp-hl { width: calc((100% - var(--lw)) / 3); }
.gp .cmp-cell:nth-last-child(-n+6) { border-bottom: 1px solid rgba(255,255,255,0.08); }
.gp .cmp-cell:nth-last-child(-n+4) { border-bottom: none; }

/* ---- FIT (light): yes/no checklists as cards ---- */
.gp .gp-fit { background: #fff; padding: clamp(70px, 10vh, 130px) 0; }
.gp .gp-fit .display-head { color: var(--n900); }
.gp .gp-fit .gp-fit-sub { font-family: var(--body); font-size: var(--fs-lead); line-height: 1.55; color: var(--n600); max-width: 58ch; margin: clamp(18px, 2.6vh, 28px) 0 clamp(36px, 5vh, 56px); }
.gp-fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 4vw, 72px); }
.gp-fit-head { display: block; font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label); letter-spacing: 0.06em; color: var(--n900); margin-bottom: 22px; }
.gp-fit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.gp-fit-list li {
  font-family: var(--body); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.45;
  border: 1px solid var(--n300); background: var(--n100);
  padding: 16px 20px 16px 48px; position: relative;
}
.gp-fit-yes li { color: var(--n800); }
.gp-fit-yes li::before { content: '\2713'; position: absolute; left: 20px; top: 16px; color: var(--n900); }
.gp-fit-no li { color: var(--n500); }
.gp-fit-no li::before { content: '\00d7'; position: absolute; left: 20px; top: 16px; color: var(--n400); }
@media (max-width: 860px) { .gp-fit-grid { grid-template-columns: 1fr; } }

/* ---- PRICING (light): quarterly/annual toggle + big-price plan card ---- */
.gp .gp-price-section { background: #fff; padding: clamp(70px, 10vh, 130px) 0; }
.gp .gp-price-section .overline { display: block; margin-bottom: 18px; text-align: center; }
.gp .gp-price-section .display-head { color: var(--n900); text-align: center; margin: 0 auto clamp(14px, 2vh, 22px); }
.gp-price-sub { font-family: var(--body); font-size: var(--fs-lead); line-height: 1.55; color: var(--n600); text-align: center; max-width: 52ch; margin: 0 auto clamp(30px, 4.5vh, 48px); }
.gp-toggle { display: flex; justify-content: center; gap: 0; margin-bottom: clamp(28px, 4vh, 44px); }
.gp-toggle button {
  font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label);
  letter-spacing: 0.06em; color: var(--n600); background: none; cursor: pointer;
  border: 1px solid var(--n300); padding: 13px 26px; transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.gp-toggle button + button { border-left: none; }
.gp-toggle button.is-active { color: #fff; background: var(--n900); border-color: var(--n900); }
.gp-plan { max-width: 860px; margin: 0 auto; border: 1px solid var(--n300); background: var(--n100); padding: clamp(28px, 3.6vw, 52px); }
.gp-plan-label { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label); letter-spacing: 0.1em; color: var(--n500); display: block; margin-bottom: 14px; }
.gp-price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.gp-price-num { font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(64px, 7.5vw, 108px); line-height: 1; color: var(--n900); }
.gp-price-per { font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label); letter-spacing: 0.08em; color: var(--n500); }
.gp-price-save { display: block; margin-top: 10px; font-family: var(--body); font-weight: 500; font-size: 15px; color: var(--n800); min-height: 1.4em; }
.gp-price-yc { display: block; margin-top: 4px; font-family: var(--body); font-weight: 300; font-size: 14px; color: var(--n500); }
.gp-plan-cta { margin: clamp(22px, 3vh, 32px) 0 clamp(26px, 3.6vh, 40px); }
.gp-plan-intro { font-family: var(--body); font-size: var(--fs-lead); line-height: 1.55; color: var(--n700); border-top: 1px solid var(--n300); padding-top: clamp(22px, 3vh, 32px); margin: 0 0 clamp(20px, 2.8vh, 30px); }
.gp-feats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vh, 28px) clamp(20px, 2.4vw, 40px); }
.gp-feats b { display: block; font-family: var(--body); font-weight: 500; font-size: clamp(15px, 1.15vw, 17px); color: var(--n900); margin-bottom: 5px; }
.gp-feats b::before { content: '\2713\00a0\00a0'; color: var(--n900); }
.gp-feats p { font-family: var(--body); font-weight: 300; font-size: 14px; line-height: 1.5; color: var(--n600); margin: 0; }
@media (max-width: 700px) { .gp-feats { grid-template-columns: 1fr; } }

/* ---- GUARANTEE (light) ---- */
.gp .gp-guarantee { background: #fff; padding: clamp(60px, 9vh, 110px) 0; text-align: center; }
.gp .gp-guarantee img { width: clamp(96px, 9vw, 132px); height: auto; margin: 0 auto 22px; display: block; }
.gp .gp-guarantee h3 { font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(24px, 2.6vw, 36px); color: var(--n900); margin: 0 0 14px; }
.gp .gp-guarantee p { font-family: var(--body); font-size: var(--fs-lead); line-height: 1.55; color: var(--n600); max-width: 52ch; margin: 0 auto; }

/* ---- FINALE: member login line under the CTA ---- */
.gp-finale-login { display: block; margin-top: 22px; font-family: var(--mono); text-transform: uppercase; font-size: var(--fs-label); letter-spacing: 0.08em; }
.gp-finale-login a { color: rgba(255,255,255,0.55); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; transition: color .25s ease, border-color .25s ease; }
.gp-finale-login a:hover { color: #fff; border-color: rgba(255,255,255,0.7); }

/* ---- de-blue polish (Justin+Joey 2026-07-07) ---- */
.gp .praise-head { max-width: 34ch; }
