/* CoachPrep v2 skin for the marketing / "why it works" page (welcome.css).
   welcome.css uses the older brand language — Bebas Neue display headings,
   Space Mono body, outlined-stroke hero text, 2px ink borders, radial-glow bg.
   This converts it to v2: flat cream, sans headings, solid green CTAs, hairline
   cards. Scoped to body.v2welcome. Visual only — no markup or JS change. */

body.v2welcome {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f3eee2;
  background-image: none;
}
body.v2welcome::before { display: none !important; }
body.v2welcome [id] { scroll-margin-top: 96px; }

body.v2welcome .welcome-top-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 32px;
  background: #fffdf8;
  border-bottom: 1px solid rgba(31, 35, 48, 0.12);
}

body.v2welcome .welcome-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f2330;
  text-decoration: none;
}

body.v2welcome .welcome-nav-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #e2f1ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.v2welcome .welcome-nav-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: contain;
}

body.v2welcome .welcome-nav-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.v2welcome .welcome-nav-name span {
  color: #0f6b62;
}

body.v2welcome .welcome-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #5a5f6e;
}

body.v2welcome .welcome-nav-links a {
  color: inherit;
  text-decoration: none;
}

body.v2welcome .welcome-nav-links a:hover {
  color: #0a4d48;
}

body.v2welcome .welcome-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 18px;
  border-radius: 10px;
  background: #0f6b62;
  color: #f7fbf9;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.v2welcome .welcome-nav-cta:hover {
  background: #0a4d48;
}

body.v2welcome .top-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 32px;
  background: #fffdf8;
  border-bottom: 1px solid rgba(31, 35, 48, 0.12);
}

body.v2welcome .nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f2330;
  text-decoration: none;
}

body.v2welcome .nav-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #e2f1ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.v2welcome .nav-brand-mark.logo-image {
  background: transparent;
}

body.v2welcome .nav-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: contain;
}

body.v2welcome .nav-brand-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.v2welcome .nav-brand-name .accent {
  color: #0f6b62;
}

body.v2welcome .nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  font-size: 14px;
  color: #5a5f6e;
}

body.v2welcome .nav-links a {
  color: inherit;
  text-decoration: none;
}

body.v2welcome .nav-links a:hover {
  color: #0a4d48;
}

body.v2welcome .nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.v2welcome .top-nav-simple .nav-auth {
  display: flex;
}

body.v2welcome .coachprep-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 10px;
  background: #fffdf8;
  color: #0a4d48;
  cursor: pointer;
}

body.v2welcome .coachprep-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.v2welcome .coachprep-mobile-menu {
  display: none;
}

body.v2welcome .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.v2welcome .btn-primary {
  background: #0f6b62;
  color: #f7fbf9;
}

body.v2welcome .btn-primary:hover {
  background: #0a4d48;
}

/* Headings: Bebas display -> v2 sans */
body.v2welcome h1,
body.v2welcome h2,
body.v2welcome h3,
body.v2welcome .brand-name,
body.v2welcome .sales-hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
  text-transform: none;
}
body.v2welcome .sales-hero h1 { font-size: clamp(2rem, 4.4vw, 3.15rem); line-height: 1.12; font-weight: 700; }
body.v2welcome h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 700; }
body.v2welcome h3 { font-size: 1.1rem; font-weight: 700; }
body.v2welcome .brand-name { font-size: clamp(2rem, 5vw, 2.6rem); line-height: 1; }

/* Outlined hero text -> solid v2 ink; keep the accent line green */
body.v2welcome .stroke { -webkit-text-stroke: 0; color: #1f2330; }
body.v2welcome .accent { color: #0f6b62; }

/* Body copy back to a readable sans size/leading */
body.v2welcome .lede { font-size: 1.05rem; line-height: 1.7; color: #5a5f6e; }

/* CTAs: uppercase 2px boxes -> v2 buttons */
body.v2welcome .cta {
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
body.v2welcome .cta-primary { background: #0f6b62; border-color: transparent; color: #f7fbf9; }
body.v2welcome .cta-primary:hover { background: #0a4d48; border-color: transparent; }
body.v2welcome .cta-secondary { background: #fffdf8; color: #1f2330; }
body.v2welcome .cta-secondary:hover { border-color: #0f6b62; background: #fffdf8; color: #0a4d48; }
body.v2welcome .cta-light { background: #fffdf8; border-color: transparent; color: #0a4d48; }

/* Eyebrows: keep the small uppercase label, calm the spacing */
body.v2welcome .eyebrow { letter-spacing: 0.14em; font-weight: 600; }

body.v2welcome .eyebrow:not(.eyebrow-light) {
  color: #0a4d48;
}

body.v2welcome :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid #0a4d48;
  outline-offset: 3px;
}

body.v2welcome :where(.block-ink, .block-accent) :where(a, button, summary, input, select, textarea):focus-visible {
  outline-color: #f3eee2;
}

/* Cards / quote / callout blocks: hairline + flat */
body.v2welcome .point,
body.v2welcome .job,
body.v2welcome .panel-quote,
body.v2welcome .mentor-cta-box,
body.v2welcome .faq,
body.v2welcome [class*="-box"],
body.v2welcome [class*="-card"] {
  border-width: 1px !important;
  border-color: rgba(31, 35, 48, 0.14) !important;
  border-radius: 12px;
  box-shadow: none !important;
}

body.v2welcome .faq summary {
  padding-right: 58px;
}

/* Proof strip numbers */
body.v2welcome .proof-strip strong { color: #0f6b62; }

body.v2welcome .home-session-setup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px dashed rgba(243, 238, 226, 0.42);
  border-radius: 12px;
  background: rgba(243, 238, 226, 0.07);
}

body.v2welcome .home-session-setup h3 {
  margin: 4px 0 5px;
  color: #f3eee2;
}

body.v2welcome .home-session-setup p:not(.eyebrow) {
  margin: 0;
  color: rgba(243, 238, 226, 0.76);
  font-size: 13px;
  line-height: 1.6;
}

body.v2welcome .home-session-setup > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  flex-wrap: wrap;
}

body.v2welcome .home-session-setup a {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(243, 238, 226, 0.34);
  border-radius: 9px;
  color: #f3eee2;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

body.v2welcome .home-session-setup a:hover {
  border-color: #f3eee2;
  background: rgba(243, 238, 226, 0.08);
}

body.v2welcome .sales-hero {
  position: relative;
  isolation: isolate;
  border-radius: 18px;
}

body.v2welcome .sales-hero::before {
  content: "";
  position: absolute;
  inset: -28px -32px -18px;
  z-index: -1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(15, 107, 98, 0.12), transparent 34%),
    repeating-linear-gradient(0deg, rgba(31, 35, 48, 0.045) 0, rgba(31, 35, 48, 0.045) 1px, transparent 1px, transparent 74px),
    repeating-linear-gradient(90deg, rgba(31, 35, 48, 0.045) 0, rgba(31, 35, 48, 0.045) 1px, transparent 1px, transparent 74px);
}

body.v2welcome .sales-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

body.v2welcome .sales-hero-copy {
  min-width: 0;
}

body.v2welcome .hero-plan-link {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

body.v2welcome .hero-plan-link a {
  color: inherit;
  text-decoration-color: rgba(15, 107, 98, 0.45);
  text-underline-offset: 3px;
}

body.v2welcome .hero-plan-link a:hover {
  color: #0a4d48;
}

body.v2welcome .hero-product-preview {
  min-width: 0;
  margin: 0;
}

body.v2welcome .hero-product-window {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1400 / 1044;
  border: 1px solid rgba(31, 35, 48, 0.16);
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 28px 70px -46px rgba(10, 77, 72, 0.66);
}

body.v2welcome .hero-product-window img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.v2welcome .hero-product-preview figcaption {
  margin-top: 12px;
  color: #5a5f6e;
  font-size: 13px;
  line-height: 1.5;
}

body.v2welcome .path-choice-grid {
  align-items: stretch;
}

body.v2welcome .path-choice {
  color: inherit;
  text-decoration: none;
}

body.v2welcome .path-choice strong {
  display: inline-flex;
  margin-top: 14px;
  color: #0a4d48;
  font-size: 14px;
}

body.v2welcome .home-path-preview {
  margin: 26px 0 0;
}

body.v2welcome .home-path-preview a {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 22px 64px rgba(31, 35, 48, 0.1);
}

body.v2welcome .home-path-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: top;
  transition: transform 0.2s ease;
}

body.v2welcome .home-path-preview a:hover img {
  transform: scale(1.01);
}

body.v2welcome .home-path-preview figcaption {
  margin-top: 11px;
  color: #5a5f6e;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

/* Dark + accent full-width sections: flatten, keep their own contrast */
body.v2welcome .block-ink,
body.v2welcome .block-accent { box-shadow: none; }

body.v2welcome .product-shot {
  margin: 28px 0 0;
  max-width: 100%;
}

body.v2welcome .product-shot figcaption {
  margin-top: 12px;
  color: #5a5f6e;
  font-size: 13px;
  line-height: 1.55;
}

body.v2welcome .block-ink .product-shot figcaption {
  color: rgba(243, 238, 226, 0.72);
}

body.v2welcome .home-credibility {
  padding-top: clamp(48px, 7vw, 76px);
}

body.v2welcome .home-credibility-inner {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 16px;
  background: #fffdf8;
}

body.v2welcome .home-credibility-photo {
  display: block;
  width: 144px;
  height: 144px;
  border: 3px solid #d9ebe5;
  border-radius: 999px;
  object-fit: cover;
}

body.v2welcome .home-credibility-copy .eyebrow {
  margin-bottom: 8px;
}

body.v2welcome .home-credibility-copy h2 {
  max-width: 720px;
  margin-bottom: 12px;
}

body.v2welcome .home-credibility-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #3d4456;
  font-size: 14px;
  line-height: 1.7;
}

body.v2welcome .home-credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.v2welcome .home-credential-list li {
  padding: 5px 10px;
  border: 1px solid rgba(15, 107, 98, 0.24);
  border-radius: 999px;
  background: #f0f7f3;
  color: #0a4d48;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.v2welcome .home-credibility-link {
  display: inline-flex;
  margin-top: 16px;
  color: #0a4d48;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

body.v2welcome .home-human-support > h2 {
  max-width: 720px;
}

body.v2welcome .home-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 44px);
}

body.v2welcome .home-support-option {
  min-width: 0;
}

body.v2welcome .home-support-option h3 {
  margin-bottom: 10px;
  color: #f3eee2;
  font-size: 18px;
}

body.v2welcome .home-support-option p {
  margin: 0;
  color: rgba(243, 238, 226, 0.88);
  font-size: 13px;
  line-height: 1.75;
}

body.v2welcome .home-support-concierge {
  padding-left: clamp(24px, 4vw, 44px);
  border-left: 1px solid rgba(243, 238, 226, 0.3);
}

body.v2welcome .home-support-link {
  display: inline-flex;
  margin-top: 16px;
  color: #f3eee2;
  font-size: 13px;
  font-weight: 700;
  text-decoration-color: rgba(243, 238, 226, 0.55);
  text-underline-offset: 4px;
}

body.v2welcome .home-support-link:hover {
  color: #fffdf8;
  text-decoration-color: #fffdf8;
}

body.v2welcome .shot-window {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 14px;
  background: #fffdf8;
  color: #1f2330;
  box-shadow: 0 24px 52px rgba(13, 35, 31, 0.18);
}

body.v2welcome .block-ink .shot-window {
  border-color: rgba(243, 238, 226, 0.22);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
}

body.v2welcome .shot-window-image {
  display: block;
  background: #f3eee2;
}

body.v2welcome .shot-window-image img {
  display: block;
  width: 100%;
  height: auto;
}

body.v2welcome .shot-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(31, 35, 48, 0.12);
  background: #f6f1e6;
}

body.v2welcome .shot-bar span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #d96e52;
}

body.v2welcome .shot-bar span:nth-child(2) {
  background: #d2a646;
}

body.v2welcome .shot-bar span:nth-child(3) {
  background: #0f6b62;
}

body.v2welcome .shot-bar strong {
  min-width: 0;
  margin-left: 5px;
  overflow: hidden;
  color: #5a5f6e;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.v2welcome .shot-kicker {
  display: inline-flex;
  width: fit-content;
  color: #0a4d48;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.v2welcome .product-shot-diagnostic {
  max-width: 860px;
}

body.v2welcome .product-shot-diagnostic .shot-window {
  padding-bottom: 16px;
}

body.v2welcome .readiness-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

body.v2welcome .readiness-copy h3 {
  margin: 6px 0 4px;
  color: #1f2330;
  font-size: 26px;
}

body.v2welcome .readiness-copy p {
  margin: 0;
  color: #5a5f6e;
  font-size: 14px;
  line-height: 1.55;
}

body.v2welcome .readiness-gauge {
  display: grid;
  place-items: center;
  align-content: center;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fffdf8 0 58%, transparent 59%),
    conic-gradient(#0f6b62 0 82%, #e4dfd3 82% 100%);
}

body.v2welcome .readiness-gauge strong {
  color: #0a4d48;
  font-size: 34px;
  line-height: 1;
}

body.v2welcome .readiness-gauge span {
  max-width: 76px;
  color: #5a5f6e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

body.v2welcome .signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 22px 16px;
}

body.v2welcome .signal-grid span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(31, 35, 48, 0.12);
  border-radius: 10px;
  background: #f8f4ea;
}

body.v2welcome .signal-grid strong,
body.v2welcome .signal-grid em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

body.v2welcome .signal-grid strong {
  color: #5a5f6e;
  font-size: 11px;
  line-height: 1.25;
}

body.v2welcome .signal-grid em {
  margin-top: 5px;
  color: #1f2330;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

body.v2welcome .diagnostic-list {
  display: grid;
  gap: 12px;
  padding: 0 22px;
}

body.v2welcome .diagnostic-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}

body.v2welcome .diagnostic-list span,
body.v2welcome .diagnostic-list strong {
  font-size: 12px;
  line-height: 1.25;
}

body.v2welcome .diagnostic-list span {
  min-width: 0;
  color: #3d4456;
}

body.v2welcome .diagnostic-list strong {
  color: #0a4d48;
}

body.v2welcome .diagnostic-list i {
  grid-column: 1 / -1;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e0d4;
}

body.v2welcome .diagnostic-list i::before {
  content: "";
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: #0f6b62;
}

body.v2welcome .diagnostic-list .bar-ethics i::before {
  width: 74%;
  background: #b07013;
}

body.v2welcome .diagnostic-list .bar-cc6 i::before {
  width: 91%;
}

body.v2welcome .product-shot-drill {
  margin-top: 0;
}

body.v2welcome .product-difference .split {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  align-items: center;
}

body.v2welcome .product-shot-drill .shot-window {
  padding-bottom: 16px;
}

body.v2welcome .home-product-feature .split {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
}

body.v2welcome .home-product-feature .product-shot {
  margin: 0;
}

body.v2welcome .home-product-feature p:not(.eyebrow) {
  color: #5a5f6e;
  font-size: 16px;
  line-height: 1.7;
}

body.v2welcome .home-product-feature .cta {
  margin-top: 10px;
}

body.v2welcome .candidate-proof {
  padding-top: clamp(42px, 6vw, 68px);
}

body.v2welcome .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.v2welcome .testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(31, 35, 48, 0.14);
  border-radius: 12px;
  background: #fffdf8;
  padding: 22px;
}

body.v2welcome .testimonial-card p {
  margin: 0;
  color: #1f2330;
  font-size: 15px;
  line-height: 1.65;
}

body.v2welcome .testimonial-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
}

body.v2welcome .testimonial-card figcaption {
  display: grid;
  gap: 4px;
  margin-top: auto;
  color: #5a5f6e;
  font-size: 13px;
  line-height: 1.35;
}

body.v2welcome .testimonial-card figcaption strong {
  color: #0a4d48;
  font-size: 14px;
}

body.v2welcome .drill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 10px;
}

body.v2welcome .drill-head strong {
  flex: 0 0 auto;
  color: #0a4d48;
  font-size: 13px;
}

body.v2welcome .drill-prompt {
  margin: 0 20px 14px;
  padding: 16px;
  border: 1px solid rgba(31, 35, 48, 0.12);
  border-radius: 10px;
  background: #f8f4ea;
  color: #1f2330;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

body.v2welcome .answer-stack {
  display: grid;
  gap: 10px;
  padding: 0 20px;
}

body.v2welcome .answer-card {
  position: relative;
  padding: 14px 14px 14px 18px;
  border: 1px solid rgba(31, 35, 48, 0.12) !important;
  border-radius: 10px;
  background: #fffdf8;
}

body.v2welcome .answer-card::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #0f6b62;
}

body.v2welcome .answer-card.worst::before {
  background: #b07013;
}

body.v2welcome .answer-card span {
  display: block;
  color: #0a4d48;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.v2welcome .answer-card.worst span {
  color: #7a4d0d;
}

body.v2welcome .answer-card p {
  margin: 5px 0 0;
  color: #3d4456;
  font-size: 13px;
  line-height: 1.5;
}

body.v2welcome .rationale-strip {
  display: grid;
  gap: 5px;
  margin: 14px 20px 0;
  padding: 13px 14px;
  border-radius: 10px;
  background: #0a4d48;
  color: #eef7f4;
}

body.v2welcome .rationale-strip strong {
  font-size: 12px;
  line-height: 1.2;
}

body.v2welcome .rationale-strip span {
  color: #cfe8e1;
  font-size: 12px;
  line-height: 1.45;
}

body.v2welcome .mentor-trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

body.v2welcome .mentor-headshot-mini {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border: 1px solid rgba(243, 238, 226, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  object-fit: cover;
  object-position: 50% 20%;
}

body.v2welcome .mentor-name {
  margin: 0;
  color: #fffdf8 !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.25 !important;
}

body.v2welcome .mentor-credential {
  margin: 4px 0 0;
  color: rgba(243, 238, 226, 0.76) !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

/* ---- v2 restyle of the global auth top bar (injected by auth.js) ---- */
body.v2welcome .coachprep-topbar {
  background: #fffdf8;
  color: #1f2330;
  border-bottom: 1px solid rgba(31, 35, 48, 0.12);
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
body.v2welcome .coachprep-topbar .coachprep-brand-mark { background: #e2f1ec; }
body.v2welcome .coachprep-topbar .coachprep-brand-name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f2330;
}
body.v2welcome .coachprep-topbar .coachprep-brand-tagline { color: #888780; }
body.v2welcome .coachprep-topbar .coachprep-nav a { color: #5a5f6e; }
body.v2welcome .coachprep-topbar .coachprep-nav a:hover,
body.v2welcome .coachprep-topbar .coachprep-nav a:focus-visible { color: #0a4d48; }
body.v2welcome .coachprep-topbar .coachprep-nav a.active {
  background: #0f6b62;
  color: #fff;
}
body.v2welcome .coachprep-topbar .coachprep-nav a.active:hover,
body.v2welcome .coachprep-topbar .coachprep-nav a.active:focus-visible {
  background: #0a4d48;
  color: #fff;
}
body.v2welcome .coachprep-topbar .auth-avatar { background: #e2f1ec; color: #0a4d48; }
body.v2welcome .coachprep-topbar .auth-label { color: #5a5f6e; }
body.v2welcome .coachprep-topbar .auth-status button { background: #0f6b62; color: #fff; border-radius: 8px; }
body.v2welcome .coachprep-topbar .auth-status button:hover { background: #0a4d48; }

body.v2welcome .final-cta {
  padding: 56px 0 36px;
}

body.v2welcome .site-footer {
  display: block;
  margin-top: 18px;
  padding: 34px 0 40px;
  border-top: 1px solid rgba(31, 35, 48, 0.16);
  color: #5a5f6e;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  opacity: 1;
}

body.v2welcome .footer.site-footer {
  justify-content: initial;
  align-items: initial;
  gap: 0;
  flex-wrap: nowrap;
}

body.v2welcome .site-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(120px, 1fr));
  gap: 34px;
  align-items: start;
}

body.v2welcome .site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 330px;
}

body.v2welcome .site-footer-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  color: #1f2330;
  text-decoration: none;
  border-bottom: 0;
}

body.v2welcome .site-footer-lockup:hover {
  color: #0a4d48;
}

body.v2welcome .site-footer-mark {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 10px;
  background: #e2f1ec;
  object-fit: contain;
}

body.v2welcome .site-footer-name {
  color: #1f2330;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.v2welcome .site-footer-name span {
  color: #0f6b62;
}

body.v2welcome .site-footer-brand p {
  margin: 0;
}

body.v2welcome .site-footer-mobile-links {
  display: none;
}

body.v2welcome .site-footer-credit {
  font-size: 13px;
}

body.v2welcome .site-footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.v2welcome .site-footer-column h2 {
  margin: 0 0 3px;
  color: #1f2330;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.v2welcome .site-footer-column a,
body.v2welcome .site-footer-credit a {
  width: fit-content;
  color: #3d4456;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 0;
}

body.v2welcome .site-footer-column a:hover,
body.v2welcome .site-footer-credit a:hover {
  color: #0a4d48;
}

body.v2welcome .site-footer-disclaimer {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 35, 48, 0.16);
  color: #6b7280;
  font-size: 13px;
}

body.v2welcome .site-footer .site-footer-backtop {
  display: none;
}

@media (max-width: 960px) {
  body.v2welcome .product-difference .split {
    grid-template-columns: 1fr;
  }

  body.v2welcome .home-product-feature .split {
    grid-template-columns: 1fr;
  }

  body.v2welcome .home-support-grid {
    grid-template-columns: 1fr;
  }

  body.v2welcome .home-support-concierge {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(243, 238, 226, 0.3);
    border-left: 0;
  }

  body.v2welcome .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.v2welcome .welcome-top-nav,
  body.v2welcome .top-nav {
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  body.v2welcome .welcome-nav-links,
  body.v2welcome .nav-links {
    display: none;
  }

  body.v2welcome .welcome-nav-cta,
  body.v2welcome .btn {
    min-height: 34px;
    padding: 7px 12px;
    line-height: 1.1;
    white-space: nowrap;
  }

  body.v2welcome .top-nav .coachprep-menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: auto;
  }

  body.v2welcome .top-nav .nav-actions {
    order: 3;
  }

  body.v2welcome .top-nav-simple .coachprep-menu-toggle {
    display: inline-flex;
  }

  body.v2welcome .top-nav-simple .nav-actions {
    display: none;
  }

  body.v2welcome .top-nav-simple .nav-actions.has-authenticated-user {
    display: none;
  }

  body.v2welcome .top-nav-simple .nav-actions .btn {
    flex: 0 0 auto;
    display: inline-flex;
  }

  body.v2welcome .top-nav-simple .nav-auth {
    flex: 0 0 auto;
    min-width: 0;
  }

  body.v2welcome .top-nav-simple .nav-auth.is-authenticated {
    flex: 1 1 auto;
  }

  body.v2welcome .top-nav-simple .auth-status {
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    font-size: 13px;
  }

  body.v2welcome .top-nav-simple .auth-status-signed-in {
    flex: 1 1 auto;
  }

  body.v2welcome .top-nav-simple .auth-status-signed-out {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.v2welcome .top-nav-simple .auth-profile-button {
    min-width: 0;
  }

  body.v2welcome .top-nav-simple .auth-label {
    max-width: clamp(42px, 18vw, 72px);
  }

  body.v2welcome .top-nav-simple .auth-status button,
  body.v2welcome .top-nav-simple [data-auth-signin] {
    flex: 0 0 auto;
    padding: 8px 10px;
    line-height: 1.1;
    white-space: nowrap;
  }

  body.v2welcome .coachprep-mobile-menu {
    order: 4;
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 4px;
  }

  body.v2welcome .top-nav.is-mobile-nav-ready .coachprep-mobile-menu {
    display: none;
  }

  body.v2welcome .top-nav.is-mobile-menu-open .coachprep-mobile-menu {
    display: grid;
  }

  body.v2welcome .coachprep-mobile-menu-group {
    display: grid;
    gap: 6px;
  }

  body.v2welcome .coachprep-mobile-menu-group + .coachprep-mobile-menu-group {
    padding-top: 12px;
    border-top: 1px solid rgba(31, 35, 48, 0.12);
  }

  body.v2welcome .coachprep-mobile-menu-label {
    padding: 2px 10px 0;
    color: #5a5f6e;
    font-family: "Space Mono", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  body.v2welcome .coachprep-mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 9px;
    background: rgba(15, 107, 98, 0.08);
    color: #0a4d48;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  body.v2welcome .coachprep-mobile-menu a.btn-primary {
    justify-content: center;
    background: #0f6b62;
    color: #f7fbf9;
  }

  body.v2welcome .container {
    padding-top: 24px;
  }

  body.v2welcome .sales-hero {
    padding-top: 22px;
  }

  body.v2welcome .sales-hero::before {
    inset: -16px -12px -8px;
    border-radius: 18px;
  }

  body.v2welcome .sales-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.v2welcome .sales-hero h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  body.v2welcome .sales-hero .lede {
    max-width: 100%;
    font-size: 16px;
  }

  body.v2welcome .hero-product-preview {
    order: 2;
  }

  body.v2welcome .hero-product-window {
    aspect-ratio: 1400 / 1044;
  }

  body.v2welcome .hero-product-window img {
    width: 100%;
    height: 100%;
    object-position: center;
  }

  body.v2welcome .home-credibility-inner {
    grid-template-columns: 1fr;
  }

  body.v2welcome .home-credibility-photo {
    width: 112px;
    height: 112px;
  }

  body.v2welcome .cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  body.v2welcome .cta-row .cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  body.v2welcome .sales-brand-lockup {
    display: none;
  }

  body.v2welcome .home-session-setup {
    align-items: flex-start;
    flex-direction: column;
  }

  body.v2welcome .product-shot {
    margin-top: 22px;
  }

  body.v2welcome .shot-window {
    border-radius: 12px;
  }

  body.v2welcome .readiness-preview {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  body.v2welcome .readiness-gauge {
    width: 118px;
    height: 118px;
    justify-self: start;
  }

  body.v2welcome .signal-grid {
    grid-template-columns: 1fr;
    padding: 0 18px 14px;
  }

  body.v2welcome .diagnostic-list {
    padding: 0 18px;
  }

  body.v2welcome .drill-head {
    padding: 16px 16px 8px;
  }

  body.v2welcome .drill-prompt,
  body.v2welcome .rationale-strip {
    margin-left: 16px;
    margin-right: 16px;
  }

  body.v2welcome .answer-stack {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.v2welcome .mentor-trust-row {
    align-items: flex-start;
  }

  body.v2welcome .mentor-headshot-mini {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  body.v2welcome .final-cta {
    padding: 56px 0 44px;
  }

  body.v2welcome .site-footer {
    width: 100vw;
    max-width: none;
    margin: 42px 0 0 50%;
    padding: 30px 24px calc(34px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    border-top: 4px solid #1ba098;
    background: #152540;
    color: rgba(244, 238, 225, 0.78);
    box-shadow: 0 -5px 0 #152540;
  }

  body.v2welcome .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px;
  }

  body.v2welcome .site-footer-brand {
    grid-column: 1 / -1;
    max-width: none;
    padding-bottom: 2px;
  }

  body.v2welcome .site-footer-lockup,
  body.v2welcome .site-footer-name {
    color: #f4eee1;
  }

  body.v2welcome .site-footer-lockup:hover,
  body.v2welcome .site-footer-column a:hover,
  body.v2welcome .site-footer .site-footer-backtop:hover {
    color: #1ba098;
  }

  body.v2welcome .site-footer-name span {
    color: #1ba098;
  }

  body.v2welcome .site-footer-brand p {
    color: rgba(244, 238, 225, 0.72);
  }

  body.v2welcome .site-footer-column {
    gap: 9px;
    min-width: 0;
  }

  body.v2welcome .site-footer-column h2 {
    margin-bottom: 1px;
    color: #f4eee1;
    font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: 0.16em;
  }

  body.v2welcome .site-footer-column a,
  body.v2welcome .site-footer-credit a {
    max-width: 100%;
    color: rgba(244, 238, 225, 0.78);
    font-weight: 650;
    line-height: 1.45;
  }

  body.v2welcome .site-footer-column[aria-label="Legal"] {
    grid-column: 1 / -1;
    flex-flow: row wrap;
    gap: 10px 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(244, 238, 225, 0.18);
  }

  body.v2welcome .site-footer-column[aria-label="Legal"] h2 {
    flex: 0 0 100%;
    margin: 0;
  }

  body.v2welcome .site-footer .site-footer-backtop {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 26px auto 0;
    color: #f4eee1;
    font-weight: 800;
    text-decoration: none;
  }

  body.v2welcome .site-footer-disclaimer {
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(244, 238, 225, 0.18);
    color: #f4eee1;
    font-size: 12.5px;
  }
}

@media (max-width: 560px) {
  body.v2welcome .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
