:root {
  --charcoal: #383e42;
  --mist: #e4eef0;
  --petrol: #14767f;
  --petrol-dark: #0d5b62;
  --orange: #ff5804;
  --white: #ffffff;
  --ink: #253034;
  --muted: #647176;
  --page: #f8faf9;
  --line: #d7e0e2;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { text-wrap: pretty; }
::selection { background: var(--orange); color: white; }

.site-header {
  width: min(var(--max), calc(100% - 64px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand img { width: 246px; height: auto; }
nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 680; }
nav a { transition: color .2s ease, border-color .2s ease; }
nav a:hover { color: var(--petrol); }
.nav-cta { padding: 12px 19px; border: 1px solid color-mix(in srgb, var(--charcoal) 18%, transparent); border-radius: 99px; }

.hero {
  width: min(var(--max), calc(100% - 64px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 54px 0 86px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--petrol);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(50px, 5.3vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 790;
}
h1 em { color: var(--petrol); font-style: normal; }
.hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: #566166;
}
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 25px; border-radius: 4px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(255,88,4,.22); }
.button-primary:hover { box-shadow: 0 15px 35px rgba(255,88,4,.3); }
.text-link { font-weight: 720; border-bottom: 1px solid #a6b2b5; padding: 8px 0 6px; }
.text-link span { color: var(--orange); margin-left: 5px; }
.hero-proof { margin-top: 42px; display: flex; gap: 13px; flex-wrap: wrap; }
.hero-proof span { padding: 8px 12px; background: var(--mist); color: var(--petrol); border-radius: 3px; font-size: 12px; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.hero-visual { position: relative; padding: 0 0 48px 32px; }
.image-frame { position: relative; border-radius: 2px 64px 2px 2px; overflow: hidden; box-shadow: 0 32px 70px rgba(32,52,58,.16); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(20,118,127,.08), transparent 48%); pointer-events: none; }
.image-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-visual::before { content: ""; position: absolute; left: 0; top: 42px; width: 72%; height: 88%; background: var(--mist); z-index: -1; }
.insert-card { position: absolute; left: 0; bottom: 0; width: min(350px, 68%); padding: 22px 24px; background: var(--charcoal); color: white; display: flex; align-items: center; gap: 18px; box-shadow: 0 18px 40px rgba(28,42,46,.2); }
.insert-card img { width: 54px; height: 54px; flex: 0 0 auto; }
.insert-card p { margin: 0; font-size: 14px; line-height: 1.45; color: #dfeaec; }
.insert-card strong { color: white; }

.statement-band { background: var(--mist); padding: 28px 32px; text-align: center; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; font-size: 15px; }
.statement-band p { margin: 0; color: var(--muted); }
.statement-band strong { color: var(--petrol); }

.section { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 126px 0; }
.section-heading { max-width: 850px; margin-bottom: 68px; }
.section-heading h2, .check h2, .contact h2, .fit h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 770;
}
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 5px; font-size: 18px; line-height: 1.6; color: var(--muted); }
.lead { color: var(--ink); font-size: clamp(22px, 2.1vw, 30px); line-height: 1.4; letter-spacing: -.02em; }

.problem-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 132px); align-items: start; }
.problem-copy p:not(.lead) { font-size: 17px; line-height: 1.7; color: var(--muted); }
.frictions { border-top: 1px solid var(--line); }
.frictions article { display: grid; grid-template-columns: 44px 1fr 1.3fr; gap: 22px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.frictions span { color: var(--orange); font-size: 12px; font-weight: 800; }
.frictions h3 { margin: 0; color: var(--ink); font-size: 20px; letter-spacing: -.02em; }
.frictions p { margin: 0; color: var(--muted); line-height: 1.55; }

.outcomes-wrap { position: relative; overflow: hidden; background: var(--charcoal); color: white; }
.outcomes-wrap::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(228,238,240,.08); border-radius: 40% 60% 55% 45%; right: -200px; top: -180px; transform: rotate(28deg); }
.light-heading h2 { color: white; max-width: 900px; }
.light-heading .section-kicker { color: #7fc1c7; }
.outcome-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.1); }
.outcome-cards article { min-height: 300px; padding: 40px; background: var(--charcoal); }
.outcome-no { color: var(--orange); font-size: 12px; font-weight: 800; }
.outcome-cards h3 { margin: 78px 0 16px; font-size: 27px; }
.outcome-cards p { color: #c6d1d3; line-height: 1.65; }
.north-star { margin: 44px 0 0; padding: 22px 26px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.05); color: #dae4e6; }
.north-star span { color: #7fc1c7; font-weight: 800; margin-right: 14px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { position: relative; min-height: 315px; padding: 30px 26px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-mark { display: flex; align-items: flex-start; justify-content: space-between; }
.step-mark b { color: var(--petrol); font-size: 50px; line-height: 1; }
.step-mark span { color: #9aa7aa; font-size: 11px; }
.step h3 { margin: 77px 0 14px; color: var(--ink); font-size: 19px; line-height: 1.25; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.check-wrap { background: var(--petrol); color: white; }
.check { width: min(1180px, calc(100% - 64px)); display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 10vw, 150px); }
.orange-kicker { color: #ffb18a; }
.check h2 { color: white; }
.check .lead { color: #deeff0; font-size: 24px; margin: 30px 0 0; }
.check-price { margin-top: 48px; display: flex; align-items: baseline; gap: 14px; }
.check-price strong { font-size: clamp(42px, 5vw, 68px); letter-spacing: -.04em; }
.check-price span { color: #c7e0e2; }
.check-details { padding: 44px; background: white; color: var(--charcoal); box-shadow: 0 28px 70px rgba(6,53,58,.25); }
.check-details h3 { margin: 0 0 25px; color: var(--ink); font-size: 25px; }
.check-details ul, .fit-card ul { margin: 0; padding: 0; list-style: none; }
.check-details li, .fit-card li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); line-height: 1.45; }
.check-details li::before, .fit-card li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.button-light { margin-top: 32px; width: 100%; background: var(--mist); color: var(--petrol); }

.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.path-card { position: relative; padding: 30px; min-height: 240px; border: 1px solid var(--line); background: white; }
.path-card::after { content: "→"; position: absolute; right: -14px; top: calc(50% - 14px); width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--page); color: var(--orange); z-index: 2; font-weight: 800; }
.path-card:last-child::after { display: none; }
.path-card.active { background: var(--mist); border-color: var(--mist); }
.path-card > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.path-card > p { margin: 54px 0 8px; color: var(--petrol); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.path-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 21px; }
.path-card small { color: var(--muted); }

.team-wrap { background: var(--mist); }
.team-heading { max-width: 750px; }
.team-heading > p:last-child { margin-top: 26px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.person { background: white; display: grid; grid-template-rows: auto 1fr; }
.person-image { overflow: hidden; }
.person-image img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: center 35%; transition: transform .5s ease; }
.person:hover .person-image img { transform: scale(1.018); }
.person.reverse .person-image img { object-position: center 30%; }
.person-copy { padding: 34px 38px 40px; }
.role { color: var(--petrol); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 820; }
.person h3 { margin: 10px 0 16px; color: var(--ink); font-size: 31px; letter-spacing: -.03em; }
.person-copy > p:last-child { color: var(--muted); line-height: 1.65; }
blockquote { max-width: 880px; margin: 88px auto 0; text-align: center; color: var(--petrol); font-size: clamp(26px, 3vw, 42px); line-height: 1.3; font-weight: 680; letter-spacing: -.03em; }

.fit { padding-top: 94px; padding-bottom: 94px; }
.fit-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; padding: 62px 70px; border: 1px solid var(--line); background: white; }
.fit-card h2 { font-size: 46px; }
.fit-card li { font-size: 17px; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; color: var(--ink); font-weight: 720; font-size: 19px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 880px; margin: -3px 0 28px; color: var(--muted); line-height: 1.7; }

.contact-wrap { background: var(--charcoal); color: white; overflow: hidden; }
.contact { position: relative; text-align: center; max-width: 980px; }
.contact-symbol { width: 94px; margin: 0 auto 38px; }
.contact h2 { color: white; font-size: clamp(42px, 5.4vw, 76px); }
.contact > p:not(.section-kicker) { max-width: 740px; margin: 30px auto 0; color: #c9d4d6; font-size: 19px; line-height: 1.65; }
.button-large { min-height: 64px; padding-inline: 34px; margin-top: 38px; }
.contact small { display: block; margin-top: 24px; color: #98a8ab; }

footer { background: #293034; color: white; padding: 64px max(32px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; }
.footer-brand img { width: 275px; }
.footer-brand p { color: #aab7ba; margin: 18px 0 0; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; color: #d6dfe0; font-size: 13px; }
.footer-links a:hover { color: #7fc1c7; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; margin: 0; color: #89979a; font-size: 12px; }

@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step:nth-child(3) { border-right: 0; }
  .step:nth-child(n+4) { border-top: 1px solid var(--line); }
  .pathway-grid { grid-template-columns: 1fr 1fr; }
  .path-card:nth-child(2)::after { display: none; }
}
@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 36px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 90%; margin-left: auto; }
  .problem-grid, .check, .fit-card { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .frictions article { grid-template-columns: 40px 1fr; }
  .frictions p { grid-column: 2; }
  .fit-card { gap: 42px; }
}
@media (max-width: 760px) {
  .site-header, .hero, .section, .check { width: min(100% - 36px, var(--max)); }
  .site-header { height: 76px; }
  .brand img { width: 190px; }
  .nav-cta { padding: 10px 13px; font-size: 12px; }
  .hero { min-height: 0; padding: 38px 0 70px; gap: 52px; }
  h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-visual { width: 100%; padding-left: 14px; }
  .image-frame { border-radius: 2px 34px 2px 2px; }
  .insert-card { width: min(320px, 92%); padding: 17px; }
  .insert-card img { width: 44px; height: 44px; }
  .statement-band { padding-inline: 18px; }
  .section { padding-block: 86px; }
  .section-heading { margin-bottom: 48px; }
  .outcome-cards, .people { grid-template-columns: 1fr; }
  .outcome-cards article { min-height: 220px; }
  .outcome-cards h3 { margin-top: 42px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(3) { min-height: 235px; border-right: 0; border-top: 1px solid var(--line); }
  .step:first-child { border-top: 0; }
  .step h3 { margin-top: 42px; }
  .check-details { padding: 32px 24px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .path-card::after { display: none; }
  .person-copy { padding: 28px 26px 32px; }
  blockquote { margin-top: 62px; }
  .fit-card { padding: 40px 25px; }
  .fit-card h2 { font-size: 38px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
