:root {
  --red: #ef2b2d;
  --red-dark: #c9151c;
  --red-soft: #fff0ef;
  --ink: #121317;
  --muted: #62666f;
  --line: #e6e7eb;
  --paper: #ffffff;
  --cloud: #f7f7f8;
  --gold: #d5a94d;
  --green: #19764b;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(18, 19, 23, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell { min-height: 100vh; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav { height: 82px; display: flex; align-items: center; border-bottom: 1px solid rgba(18,19,23,.08); background: rgba(255,255,255,.94); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 176px; }
.brand-mark { width: 43px; height: 43px; overflow: hidden; border-radius: 11px; background: white; box-shadow: 0 0 0 1px var(--line); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; transform: scale(2.25); }
.brand-name { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.04em; font-size: 1.15rem; }
.brand-name span { color: var(--red); }
.nav-links { display: flex; align-items: center; gap: 26px; color: #474a52; font-weight: 600; font-size: .94rem; }
.nav-links a.active, .nav-links a:hover { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 12px; font-size: 1.2rem; }

.btn { border: 0; border-radius: 12px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; transition: .2s ease; min-height: 46px; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 8px 24px rgba(239,43,45,.24); }
.btn-primary:hover { background: var(--red-dark); }
.btn-dark { background: var(--ink); color: white; }
.btn-light { background: white; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-block { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--red); }
.display { font-family: Manrope, sans-serif; font-weight: 800; line-height: 1.02; letter-spacing: -.055em; margin: 18px 0 22px; font-size: clamp(2.75rem, 6vw, 5.35rem); }
.display .red { color: var(--red); }
.section-title { font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; margin: 14px 0 16px; }
.lead { font-size: 1.17rem; line-height: 1.7; color: var(--muted); max-width: 650px; }
.muted { color: var(--muted); }

.hero { padding: 72px 0 58px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(239,43,45,.09), transparent 68%); right: -110px; top: -120px; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-row { margin-top: 36px; display: flex; gap: 24px; flex-wrap: wrap; color: #484b53; font-size: .92rem; font-weight: 600; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 8px; font-weight: 800; }

.passport-scene { background: #17181d; border-radius: 34px; min-height: 500px; padding: 34px; color: white; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.passport-scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 35%, rgba(239,43,45,.2)); }
.route-line { position: absolute; width: 260px; height: 260px; border: 2px dashed rgba(255,255,255,.18); border-radius: 50%; top: 30px; right: -70px; }
.route-line::after { content: "✈"; position: absolute; color: var(--red); font-size: 2.2rem; top: 28px; left: 18px; transform: rotate(-22deg); }
.scene-top { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.mini-logo { width: 72px; height: 72px; border-radius: 17px; overflow: hidden; background: white; }
.mini-logo img { transform: scale(1.9); transform-origin: 50% 29%; }
.score-chip { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); padding: 10px 13px; border-radius: 999px; font-size: .84rem; }
.passport-card { position: absolute; z-index: 3; width: 63%; min-height: 275px; left: 34px; bottom: 38px; border-radius: 20px; padding: 27px; background: linear-gradient(145deg,#ef2b2d,#ba1219); box-shadow: 0 30px 60px rgba(0,0,0,.35); transform: rotate(-5deg); }
.passport-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; }
.passport-title { font-family: Manrope; font-weight: 800; font-size: 1.35rem; letter-spacing: .12em; }
.passport-emblem { font-size: 4.4rem; margin: 40px 0 24px; opacity: .92; }
.passport-meta { font-size: .78rem; letter-spacing: .15em; opacity: .8; }
.boarding-card { position: absolute; z-index: 2; width: 61%; right: 18px; bottom: 80px; background: white; color: var(--ink); border-radius: 17px; padding: 22px; transform: rotate(6deg); }
.boarding-route { display: flex; justify-content: space-between; align-items: center; font: 800 1.35rem Manrope; }
.boarding-route i { color: var(--red); font-style: normal; font-size: 1.1rem; }
.dash { border-top: 1px dashed #cfd0d4; margin: 18px 0; }
.boarding-small { font-size: .74rem; color: var(--muted); display: flex; justify-content: space-between; }

.proof-strip { background: var(--cloud); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); align-items: center; min-height: 105px; }
.proof-item { padding: 20px 26px; border-left: 1px solid var(--line); }
.proof-item strong { display: block; font: 800 1.32rem Manrope; }
.proof-item small { color: var(--muted); }
.proof-intro { font-weight: 700; padding-right: 28px; }

.section { padding: 92px 0; }
.section-soft { background: var(--cloud); }
.section-head { max-width: 750px; margin-bottom: 42px; }
.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 27px; }
.card-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; background: var(--red-soft); color: var(--red); font-size: 1.25rem; margin-bottom: 24px; }
.card h3 { font: 800 1.18rem Manrope; margin: 0 0 10px; letter-spacing: -.02em; }
.card p { margin: 0; line-height: 1.65; color: var(--muted); }
.number-card { position: relative; padding-top: 72px; }
.number { position: absolute; top: 24px; right: 24px; color: #d7d8dc; font: 800 2.8rem Manrope; }

.dark-section { background: #15161a; color: white; }
.dark-section .muted, .dark-section .lead { color: #b4b6bd; }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.service-card { min-height: 290px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.04); transition: .2s ease; }
.service-card:hover { border-color: rgba(239,43,45,.7); transform: translateY(-4px); }
.service-price { color: #ff6d6f; font: 800 1.2rem Manrope; margin-bottom: 26px; }
.service-card h3 { margin: 0 0 12px; font: 700 1.08rem Manrope; }
.service-card p { color: #b4b6bd; font-size: .9rem; line-height: 1.55; margin: 0 0 20px; }
.service-card a { margin-top: auto; font-weight: 700; color: white; }

.testimonial { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.quote-panel { border-left: 5px solid var(--red); padding: 12px 0 12px 30px; }
.quote { font: 700 clamp(1.5rem,3vw,2.4rem)/1.35 Manrope; letter-spacing: -.03em; }
.quote-by { margin-top: 24px; color: var(--muted); }
.story-panel { min-height: 380px; border-radius: 24px; background: linear-gradient(150deg,#22242a,#101114); position: relative; padding: 36px; overflow: hidden; color: white; }
.story-panel::after { content: "V"; position: absolute; right: -20px; bottom: -90px; color: rgba(239,43,45,.2); font: 800 20rem Manrope; transform: rotate(-10deg); }
.story-tag { display: inline-block; background: var(--red); padding: 8px 11px; border-radius: 8px; font-weight: 700; font-size: .8rem; }
.story-copy { position: absolute; bottom: 36px; left: 36px; width: 75%; z-index: 2; }
.story-copy h3 { font: 800 2rem Manrope; margin: 0 0 12px; }

.cta { border-radius: 28px; background: var(--red); color: white; padding: 54px; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; position: relative; }
.cta::after { content: "✈"; position: absolute; right: 38%; top: -20px; color: rgba(255,255,255,.12); font-size: 8rem; transform: rotate(-22deg); }
.cta h2 { font: 800 clamp(2rem,4vw,3.5rem)/1.05 Manrope; letter-spacing: -.05em; max-width: 650px; margin: 0; position: relative; z-index: 2; }
.cta .btn { position: relative; z-index: 2; white-space: nowrap; }

.footer { padding: 64px 0 30px; background: #111216; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 48px; }
.footer p, .footer a { color: #aeb0b7; line-height: 1.8; }
.footer h4 { margin: 0 0 15px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #858890; font-size: .85rem; }

/* Readiness experience */
.check-shell { min-height: 100vh; background: #f5f5f6; }
.check-top { height: 72px; background: white; border-bottom: 1px solid var(--line); display: flex; align-items: center; }
.check-top-inner { display: flex; align-items: center; justify-content: space-between; }
.check-progress { display: flex; align-items: center; gap: 13px; font-size: .9rem; font-weight: 700; }
.progress-track { width: 170px; height: 7px; background: #ececef; border-radius: 99px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--red); border-radius: inherit; transition: width .3s ease; }
.check-main { padding: 56px 20px 90px; }
.check-card { width: min(760px,100%); margin: 0 auto; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 40px rgba(20,20,30,.06); padding: clamp(26px,5vw,52px); }
.check-card.wide { width: min(980px,100%); }
.question-kicker { color: var(--red); font-weight: 800; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.question-title { font: 800 clamp(1.8rem,4vw,2.75rem)/1.15 Manrope; letter-spacing: -.04em; margin: 12px 0 11px; }
.question-help { color: var(--muted); line-height: 1.6; margin: 0 0 30px; }
.option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.option { border: 1.5px solid var(--line); background: white; border-radius: 14px; padding: 17px; text-align: left; display: flex; gap: 13px; align-items: flex-start; color: var(--ink); min-height: 75px; }
.option:hover { border-color: #f4a2a4; background: #fffafa; }
.option.selected { border-color: var(--red); background: var(--red-soft); box-shadow: 0 0 0 3px rgba(239,43,45,.08); }
.option-bullet { width: 22px; height: 22px; border: 1.5px solid #b6b8be; border-radius: 50%; flex: 0 0 auto; margin-top: 1px; display: grid; place-items: center; font-size: .72rem; }
.selected .option-bullet { border-color: var(--red); background: var(--red); color: white; }
.option strong { display: block; margin-bottom: 3px; }
.option small { color: var(--muted); line-height: 1.4; }
.check-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .9rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; border: 1px solid #d9dae0; border-radius: 11px; padding: 13px; background: white; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,43,45,.1); }
.field textarea { min-height: 100px; resize: vertical; }

.analysis { text-align: center; padding: 70px 30px; }
.analysis-ring { width: 102px; height: 102px; margin: 0 auto 30px; border: 8px solid #f0f0f2; border-top-color: var(--red); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.analysis-steps { max-width: 420px; margin: 30px auto 0; display: grid; gap: 10px; text-align: left; }
.analysis-step { background: var(--cloud); border-radius: 10px; padding: 13px 15px; color: var(--muted); }
.analysis-step.done { color: var(--green); }

.result-hero { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: center; }
.score-ring { width: 200px; height: 200px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--gold) 0 68%, #ececef 68% 100%); position: relative; }
.score-ring::after { content: ""; position: absolute; width: 164px; height: 164px; border-radius: 50%; background: white; }
.score-value { position: relative; z-index: 2; text-align: center; }
.score-value strong { display: block; font: 800 3rem Manrope; }
.score-value span { color: var(--muted); font-size: .85rem; }
.result-label { display: inline-flex; padding: 7px 10px; border-radius: 99px; background: #fff5df; color: #8a651b; font-weight: 800; font-size: .8rem; }
.result-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 32px; }
.result-item { border: 1px solid var(--line); border-radius: 14px; padding: 19px; }
.result-item > span { color: var(--muted); font-size: .88rem; font-weight: 700; }
.result-item > strong { float: right; font: 800 1rem Manrope; }
.result-item-head { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 10px; }
.mini-track { clear: both; height: 7px; margin-top: 13px; background: #ededf0; border-radius: 99px; overflow: hidden; }
.mini-track span, .mini-track i { display: block; height: 100%; background: var(--red); border-radius: inherit; }
.result-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -14px; }
.result-meta span { padding: 7px 10px; border-radius: 99px; background: var(--cloud); color: var(--muted); font-size: .78rem; font-weight: 700; }
.qualification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.qualification-grid .priority-box { margin-top: 0; }
.signal-box { border: 1px solid #cfe5d9; background: #f1faf5; padding: 28px; }
.signal-box ul { list-style: none; margin: 20px 0 0; padding: 0; }
.signal-box li { padding: 8px 0; font-weight: 700; }
.signal-box li::before { content: "✓"; color: var(--green); margin-right: 10px; }
.result-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.recommendation { margin-top: 28px; background: #15161a; color: white; border-radius: 17px; padding: 26px; display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.recommendation h3 { margin: 5px 0 8px; font: 800 1.35rem Manrope; }
.recommendation p { color: #c2c4ca; margin: 0; }

/* Internal dashboard */
.dash-shell { min-height: 100vh; display: grid; grid-template-columns: 255px 1fr; background: #f5f5f6; }
.sidebar { background: #141519; color: white; padding: 26px 18px; position: sticky; top: 0; height: 100vh; }
.sidebar .brand { padding: 0 8px 28px; }
.side-nav { display: grid; gap: 6px; }
.side-link { border: 0; color: #b7bac1; background: transparent; border-radius: 11px; padding: 13px 14px; text-align: left; display: flex; gap: 12px; align-items: center; font-weight: 600; }
.side-link.active, .side-link:hover { background: rgba(255,255,255,.08); color: white; }
.side-link.active { box-shadow: inset 3px 0 0 var(--red); }
.side-bottom { position: absolute; bottom: 24px; left: 18px; right: 18px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }
.dash-main { padding: 30px 38px 70px; overflow: hidden; }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; font-weight: 800; }
.dash-title { font: 800 2rem Manrope; margin: 0 0 5px; letter-spacing: -.035em; }
.stats-grid { display: grid; grid-template-columns: 1.3fr repeat(2,1fr); gap: 16px; }
.stat-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 22px; min-height: 158px; }
.score-stat { background: var(--red); color: white; display: flex; justify-content: space-between; }
.score-stat .big { font: 800 3.4rem Manrope; }
.stat-label { font-weight: 700; font-size: .9rem; margin-bottom: 18px; }
.stat-value { font: 800 1.7rem Manrope; }
.dash-columns { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 18px; }
.panel { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 23px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.panel h3 { margin: 0; font: 800 1.15rem Manrope; }
.task-list { display: grid; gap: 10px; }
.task { border: 1px solid var(--line); border-radius: 12px; padding: 15px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; }
.task-check { width: 23px; height: 23px; border: 1.5px solid #c7c8cd; border-radius: 50%; display: grid; place-items: center; }
.task.done .task-check { background: var(--green); border-color: var(--green); color: white; }
.task.done .task-name { text-decoration: line-through; color: var(--muted); }
.task small { color: var(--muted); }
.status { padding: 6px 9px; border-radius: 99px; font-size: .75rem; font-weight: 800; background: var(--red-soft); color: var(--red-dark); }
.activity { display: grid; gap: 17px; }
.activity-item { display: grid; grid-template-columns: 10px 1fr; gap: 12px; }
.activity-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); margin-top: 6px; box-shadow: 0 0 0 5px var(--red-soft); }
.activity-item p { margin: 0; font-size: .92rem; }
.activity-item small { color: var(--muted); }

.page-hero { padding: 75px 0 55px; background: linear-gradient(145deg,#f9f9fa,#fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 800px; }
.content-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.content-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; }
.content-card h3 { font: 800 1.35rem Manrope; margin-top: 0; }
.content-card li { margin: 10px 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.contact-card { background: #15161a; color: white; padding: 32px; border-radius: 20px; }
.contact-card p { color: #c4c6cd; }
.mobile-close { display:none; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%,120px); background: #121317; color: white; padding: 13px 18px; border-radius: 11px; z-index: 100; opacity: 0; transition: .3s ease; box-shadow: var(--shadow); }
.toast.show { transform: translate(-50%,0); opacity: 1; }

/* Website-first editorial homepage */
.web-hero { min-height: 720px; height: calc(100vh - 82px); max-height: 880px; position: relative; overflow: hidden; background: #16181c; color: white; }
.web-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.web-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,16,.95) 0%, rgba(10,12,16,.76) 30%, rgba(10,12,16,.18) 63%, rgba(10,12,16,.03) 100%); }
.web-hero-inner { height: 100%; display: flex; align-items: center; position: relative; z-index: 2; }
.web-hero-copy { width: min(640px, 58%); padding-bottom: 30px; }
.web-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.web-kicker::before { content: ""; width: 35px; height: 2px; background: var(--red); }
.web-hero h1 { font: 800 clamp(3.5rem, 7vw, 6.7rem)/.95 Manrope, sans-serif; letter-spacing: -.065em; margin: 25px 0 26px; max-width: 720px; }
.web-hero-copy > p { font-size: 1.2rem; line-height: 1.65; color: rgba(255,255,255,.8); max-width: 570px; }
.web-btn-glass { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.web-btn-glass:hover { background: rgba(255,255,255,.16); }
.web-hero-note { position: absolute; right: 0; bottom: 42px; display: grid; grid-template-columns: 48px 1fr; gap: 15px; width: 370px; padding: 22px 25px; background: rgba(15,17,20,.82); border-left: 3px solid var(--red); backdrop-filter: blur(12px); }
.web-hero-note > span { color: var(--red); font: 800 1.1rem Manrope; }
.web-hero-note p { margin: 0; line-height: 1.5; color: rgba(255,255,255,.7); font-size: .9rem; }
.web-hero-note strong { color: white; }

.web-assurance { background: var(--red); color: white; }
.web-assurance-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 17px; font-weight: 700; font-size: .9rem; }
.web-assurance i { width: 4px; height: 4px; background: rgba(255,255,255,.55); border-radius: 50%; }
.web-assurance strong { background: white; color: var(--red); padding: 9px 13px; border-radius: 99px; }

.web-intro { padding-block: 120px; }
.web-split { display: grid; grid-template-columns: 1.05fr .75fr; gap: 100px; align-items: start; }
.web-split .section-title { font-size: clamp(2.8rem,5vw,4.6rem); }
.web-intro-copy { padding-top: 39px; }
.web-intro-copy p { color: var(--muted); font-size: 1.07rem; line-height: 1.8; margin: 0 0 20px; }
.web-text-link { display: inline-flex; gap: 25px; align-items: center; margin-top: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-weight: 800; }
.web-text-link span { color: var(--red); }

.web-paths { padding: 110px 0; background: #f3f1ee; }
.web-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.web-section-heading .section-title { margin-bottom: 0; }
.web-service-list { border-top: 1px solid #cbc9c5; }
.web-service-row { display: grid; grid-template-columns: 55px 1fr 160px 42px; align-items: center; gap: 25px; padding: 31px 8px; border-bottom: 1px solid #cbc9c5; transition: .25s ease; }
.web-service-row:hover { padding-left: 20px; background: white; }
.web-service-no { color: var(--red); font-weight: 800; }
.web-service-row h3 { font: 800 1.45rem Manrope; margin: 0 0 6px; letter-spacing: -.025em; }
.web-service-row p { margin: 0; color: var(--muted); }
.web-service-row > strong { font-size: .86rem; text-transform: uppercase; letter-spacing: .06em; }
.web-arrow { width: 38px; height: 38px; border: 1px solid #b5b3af; border-radius: 50%; display: grid; place-items: center; color: var(--red); }

.web-standard { background: #111317; color: white; padding: 125px 0; }
.web-standard-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.web-standard-label { align-self: stretch; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .75rem; letter-spacing: .14em; font-weight: 800; }
.web-seal { width: 92px; height: 92px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; color: var(--red); font: 800 1.5rem Manrope; }
.web-standard h2 { font: 800 clamp(2.8rem,5vw,5rem)/1 Manrope; letter-spacing: -.06em; margin: 0 0 25px; }
.web-standard p { color: rgba(255,255,255,.67); font-size: 1.12rem; line-height: 1.75; max-width: 760px; }
.web-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.web-values span { display: flex; flex-direction: column; gap: 7px; font-weight: 700; }
.web-values b { color: var(--red); font-size: .8rem; }

.web-check-feature { background: white; padding-block: 120px; }
.web-check-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.web-check-grid .section-title { font-size: clamp(2.7rem,5vw,4.4rem); }
.web-check-grid .btn { margin-top: 24px; }
.web-check-card { background: #f5f4f2; padding: 24px; transform: rotate(2deg); box-shadow: 18px 20px 0 var(--red); min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; }
.web-check-top, .web-check-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.web-check-top strong { color: var(--red); }
.web-check-score { border-block: 1px solid #cececf; padding: 45px 10px; text-align: center; }
.web-check-score > span { font-size: .75rem; letter-spacing: .15em; }
.web-check-score b { display: block; font: 800 6rem/1 Manrope; color: var(--red); margin: 15px 0; }
.web-check-score p { color: var(--muted); margin: 0; }

.web-story { background: #f3f1ee; padding-block: 110px; }
.web-story-box { max-width: 930px; margin: auto; text-align: center; }
.web-quote-mark { display: block; color: var(--red); font: 800 5rem/1 Georgia; }
.web-story blockquote { font: 600 clamp(2rem,4vw,3.4rem)/1.3 Manrope; letter-spacing: -.04em; margin: 5px 0 34px; }
.web-story-box > div { display: flex; justify-content: center; gap: 15px; color: var(--muted); }
.web-story-box strong { color: var(--ink); }

.web-final { background: var(--red); color: white; padding-block: 90px; }
.web-final-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.web-final h2 { font: 800 clamp(3rem,6vw,5.5rem)/.98 Manrope; letter-spacing: -.065em; margin: 20px 0 0; }
.web-final p { font-size: 1.08rem; line-height: 1.7; margin-bottom: 25px; }

/* Program discovery and permission-led social proof */
.programme-preview { background: #f4f2ef; padding-block: 110px; }
.programme-intro { max-width: 700px; margin: -20px 0 38px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.programme-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.programme-card { display: flex; flex-direction: column; min-height: 410px; padding: 26px; background: white; border: 1px solid #dcd9d5; transition: transform .2s ease, box-shadow .2s ease; }
.programme-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(20,20,24,.09); }
.programme-card-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.programme-card-top span { color: var(--red); }
.programme-card-top em { font-style: normal; color: var(--muted); }
.programme-school { min-height: 43px; margin: 32px 0 8px; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.programme-card h3 { font: 800 1.55rem/1.18 Manrope; letter-spacing: -.035em; margin: 0 0 26px; }
.programme-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.programme-facts small { display: block; color: var(--muted); font-size: .72rem; margin-bottom: 5px; }
.programme-facts strong { font-size: .9rem; }
.programme-dates { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; padding: 11px 12px; background: #f5f5f6; color: #42444a; font-size: .76rem; font-weight: 700; }
.programme-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.programme-actions a { font-size: .82rem; font-weight: 800; border-bottom: 1px solid currentColor; }
.programme-actions a:first-child { color: var(--red); }
.programmes-hero { padding: 105px 0 80px; background: #111317; color: white; }
.programmes-hero .container { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.programmes-hero h1 { max-width: 850px; margin: 22px 0 0; font: 800 clamp(3.2rem,6.5vw,6.3rem)/.96 Manrope; letter-spacing: -.065em; }
.programme-proof { display: grid; grid-template-columns: 72px 1fr; gap: 10px 16px; padding: 28px; border-left: 2px solid var(--red); background: rgba(255,255,255,.05); }
.programme-proof strong { color: var(--red); font: 800 2.2rem Manrope; }
.programme-proof span { color: rgba(255,255,255,.67); align-self: center; font-size: .86rem; line-height: 1.35; }
.programmes-catalogue { background: #f4f2ef; padding-block: 90px; }
.catalogue-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px; }
.catalogue-toolbar h2 { margin: 0 0 7px; font: 800 2.3rem Manrope; letter-spacing: -.04em; }
.catalogue-toolbar p { margin: 0; color: var(--muted); }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-group button { border: 1px solid #c9c7c3; background: transparent; color: var(--ink); padding: 10px 14px; border-radius: 99px; font-weight: 800; cursor: pointer; }
.filter-group button.active, .filter-group button:hover { background: var(--ink); border-color: var(--ink); color: white; }
.catalogue-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 30px; background: white; border-left: 4px solid var(--red); }
.catalogue-note h3 { margin: 7px 0; font: 800 1.35rem Manrope; }
.catalogue-note p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.65; }
.program-options-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(9,10,13,.78); backdrop-filter: blur(8px); }
.program-options-dialog { position: relative; width: min(760px,100%); padding: 42px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.program-options-dialog h2 { max-width: 620px; margin: 14px 0 30px; font: 800 clamp(2rem,5vw,3.6rem)/1 Manrope; letter-spacing: -.055em; }
.program-options-close { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f0f0f2; color: var(--ink); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.program-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.program-options-grid a { min-height: 220px; padding: 25px; border: 1px solid var(--line); display: flex; flex-direction: column; color: var(--ink); transition: transform .2s ease, border-color .2s ease; }
.program-options-grid a:hover { transform: translateY(-3px); border-color: var(--red); }
.program-options-grid a > span { color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.program-options-grid strong { margin: 35px 0 8px; font: 800 1.65rem Manrope; }
.program-options-grid small { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.program-options-grid b { margin-top: auto; padding-top: 24px; font-size: .84rem; }
.client-voices { background: white; padding-block: 110px; }
.voices-heading { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; align-items: end; margin-bottom: 38px; }
.voices-heading .section-title { margin-bottom: 0; }
.voices-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.story-ready-grid { display: grid; grid-template-columns: 1fr 1fr .75fr; border: 1px solid var(--line); }
.story-ready-grid article, .story-ready-grid aside { min-height: 290px; padding: 30px; display: flex; flex-direction: column; }
.story-ready-grid article { border-right: 1px solid var(--line); }
.story-ready-grid article > span { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.story-ready-grid h3 { margin: 26px 0 12px; font: 800 1.55rem/1.25 Manrope; letter-spacing: -.035em; }
.story-ready-grid p { color: var(--muted); line-height: 1.65; }
.story-ready-grid small { margin-top: auto; color: var(--muted); font-weight: 700; }
.story-ready-grid aside { background: var(--red); color: white; justify-content: center; }
.story-ready-grid aside strong { font: 800 1.6rem/1.2 Manrope; }
.story-ready-grid aside p { color: rgba(255,255,255,.75); }
.story-ready-grid aside a { margin-top: 12px; font-weight: 800; }

/* Team */
.team-hero { padding: 105px 0 90px; background: linear-gradient(135deg,#f4f1ed 0%,#fff 72%); border-bottom: 1px solid var(--line); }
.team-hero h1 { max-width: 900px; margin: 22px 0 25px; font: 800 clamp(3.4rem,7vw,6.7rem)/.95 Manrope; letter-spacing: -.065em; }
.team-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.team-section { background: white; padding-block: 110px; }
.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.team-card { display: grid; grid-template-columns: 190px 1fr; min-height: 390px; border: 1px solid var(--line); background: white; overflow: hidden; }
.team-portrait { display: grid; place-items: center; position: relative; overflow: hidden; }
.team-portrait::before { content: ''; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.team-portrait::after { content: ''; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.team-portrait span { position: relative; z-index: 2; color: white; font: 800 3.2rem Manrope; letter-spacing: -.06em; }
.team-portrait-red { background: var(--red); }
.team-portrait-dark { background: #15171b; }
.team-photo::before, .team-photo::after { display: none; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.team-card-copy { display: flex; flex-direction: column; padding: 34px; }
.team-role { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-card h2 { margin: 13px 0 18px; font: 800 2rem Manrope; letter-spacing: -.04em; }
.team-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.role-focus { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 25px; }
.role-focus span { padding: 7px 10px; background: #f1f1f3; border-radius: 99px; font-size: .72rem; font-weight: 700; }

@media (max-width: 980px) {
  .web-hero { height: auto; min-height: 700px; }
  .web-hero-copy { width: 72%; }
  .web-split, .web-standard-grid, .web-check-grid { grid-template-columns: 1fr; gap: 55px; }
  .web-standard-label { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 25px; flex-direction: row; align-items: center; }
  .web-service-row { grid-template-columns: 45px 1fr 130px 42px; }
  .programme-grid { grid-template-columns: repeat(2,1fr); }
  .programme-grid-preview .programme-card:last-child { display: none; }
  .programmes-hero .container, .voices-heading { grid-template-columns: 1fr; gap: 38px; }
  .story-ready-grid { grid-template-columns: 1fr 1fr; }
  .story-ready-grid aside { grid-column: 1/-1; min-height: 220px; }
  .team-card { grid-template-columns: 145px 1fr; }
}

@media (max-width: 720px) {
  .web-hero { min-height: 680px; height: calc(100svh - 72px); }
  .web-hero-image { object-position: 64% center; }
  .web-hero-shade { background: linear-gradient(90deg, rgba(9,11,14,.94), rgba(9,11,14,.48)), linear-gradient(0deg,rgba(9,11,14,.55),transparent); }
  .web-hero-copy { width: 100%; padding-bottom: 80px; }
  .web-hero h1 { font-size: clamp(3rem,14vw,4.3rem); }
  .web-hero-copy > p { font-size: 1.04rem; }
  .web-hero-note { left: 14px; right: 14px; bottom: 18px; width: auto; }
  .web-assurance-inner { overflow-x: auto; justify-content: flex-start; white-space: nowrap; min-height: 62px; }
  .web-assurance-inner strong { display: none; }
  .web-intro, .web-paths, .web-check-feature, .web-standard, .web-story { padding-block: 78px; }
  .web-split { gap: 18px; }
  .web-intro-copy { padding-top: 0; }
  .web-section-heading { align-items: flex-start; flex-direction: column; }
  .web-service-row { grid-template-columns: 34px 1fr 38px; gap: 12px; }
  .web-service-row > strong { display: none; }
  .web-service-row p { font-size: .9rem; }
  .web-service-row h3 { font-size: 1.18rem; }
  .web-values { grid-template-columns: 1fr; }
  .web-check-card { box-shadow: 9px 10px 0 var(--red); }
  .web-final-inner { grid-template-columns: 1fr; gap: 25px; }
  .web-final { padding-block: 70px; }
  .programme-preview, .client-voices { padding-block: 72px; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-grid-preview .programme-card:last-child { display: flex; }
  .catalogue-toolbar, .catalogue-note { flex-direction: column; align-items: flex-start; }
  .filter-group { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .filter-group button { white-space: nowrap; }
  .programmes-hero { padding: 76px 0 58px; }
  .programmes-hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .story-ready-grid { grid-template-columns: 1fr; }
  .story-ready-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-ready-grid aside { grid-column: auto; }
  .team-hero { padding: 75px 0 60px; }
  .team-hero h1 { font-size: clamp(3rem,14vw,4.5rem); }
  .team-section { padding-block: 72px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-portrait { width: 100%; max-width: 360px; height: auto; min-height: 0; aspect-ratio: 276 / 403; margin: 0 auto; }
  .team-photo img { object-position: 50% 50%; transform: none; }
}

@media (max-width: 980px) {
  .nav-links { display: none; position: fixed; inset: 82px 0 auto 0; padding: 24px; background: white; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .nav-actions .btn-light { display: none; }
  .hero-grid, .testimonial, .contact-grid { grid-template-columns: 1fr; }
  .passport-scene { min-height: 450px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:last-child { grid-column: 1/-1; min-height: 220px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .dash-shell { grid-template-columns: 80px 1fr; }
  .sidebar { padding: 24px 11px; }
  .sidebar .brand-name, .side-link span, .side-bottom { display: none; }
  .sidebar .brand { min-width: 0; justify-content: center; padding-inline: 0; }
  .side-link { justify-content: center; }
  .dash-columns { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px,1180px); }
  .nav { height: 72px; }
  .nav-links { top: 72px; }
  .brand { min-width: unset; }
  .nav-actions .btn-primary { display: none; }
  .hero { padding-top: 48px; }
  .display { font-size: clamp(2.7rem,14vw,4rem); }
  .passport-scene { min-height: 400px; padding: 24px; }
  .passport-card { width: 67%; left: 20px; bottom: 31px; padding: 20px; min-height: 245px; }
  .boarding-card { width: 62%; right: 12px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-intro { grid-column: 1/-1; padding: 20px 0 10px; }
  .proof-item { border-left: 0; padding: 18px 0; }
  .three-grid, .content-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .cta { padding: 35px 25px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .option-grid, .form-grid, .result-grid, .qualification-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .check-main { padding: 28px 12px 70px; }
  .check-card { border-radius: 18px; }
  .check-progress span { display: none; }
  .progress-track { width: 110px; }
  .result-hero { grid-template-columns: 1fr; text-align: center; }
  .score-ring { margin: auto; }
  .recommendation { flex-direction: column; align-items: flex-start; }
  .check-actions { flex-wrap: wrap; }
  .dash-shell { display: block; }
  .sidebar { position: fixed; bottom: 0; top: auto; left: 0; right: 0; height: 70px; z-index: 40; padding: 7px 10px; }
  .sidebar .brand { display: none; }
  .side-nav { grid-template-columns: repeat(5,1fr); }
  .side-link { padding: 12px 4px; font-size: 1.1rem; }
  .side-link.active { box-shadow: inset 0 -3px 0 var(--red); }
  .dash-main { padding: 24px 15px 100px; }
  .stats-grid { grid-template-columns: 1fr; }
  .task { grid-template-columns: 28px 1fr; }
  .task .status { grid-column: 2; justify-self: start; }
}

/* Customer-journey pages */
.nav-links { gap: 19px; font-size: .88rem; }
.page-hero { padding: 105px 0 82px; background: linear-gradient(135deg,#f4f1ed 0%,#fff 70%); }
.page-hero .section-title { font-size: clamp(3rem,6vw,5.7rem); max-width: 980px; }
.page-hero .hero-actions { margin-top: 30px; }
.journey-choice { background: #fff; padding-block: 118px; }
.journey-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.journey-card { min-height: 430px; padding: 36px; border-radius: 4px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform .25s ease; }
.journey-card:hover { transform: translateY(-5px); }
.journey-card::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; border: 1px solid currentColor; opacity: .08; right: -120px; bottom: -150px; }
.journey-study { background: var(--red); color: white; }
.journey-work { background: #17191d; color: white; }
.journey-number { font: 800 .82rem Manrope; letter-spacing: .12em; opacity: .65; }
.journey-card small { font-weight: 800; letter-spacing: .14em; opacity: .7; }
.journey-card h3 { font: 800 clamp(2rem,3.5vw,3rem)/1.13 Manrope; letter-spacing: -.045em; max-width: 570px; margin: 18px 0; }
.journey-card p { color: rgba(255,255,255,.72); max-width: 520px; line-height: 1.65; }
.journey-link { display: inline-block; margin-top: 35px; font-weight: 800; }

.goal-preview { display: grid; grid-template-columns: 1fr 38px 1fr; gap: 14px; align-items: center; }
.goal-preview > div { min-height: 280px; background: #f4f2ef; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-top: 4px solid var(--red); }
.goal-preview > div:last-child { background: #17191d; color: white; }
.goal-preview span { font-size: .75rem; letter-spacing: .12em; font-weight: 800; }
.goal-preview b { font-size: 4rem; font-weight: 400; }
.goal-preview small { color: var(--muted); line-height: 1.5; }
.goal-preview > div:last-child small { color: #b9bbc1; }
.goal-preview > i { text-align: center; color: var(--muted); font-size: .75rem; font-style: normal; font-weight: 800; }

.process-list, .client-journey { border-top: 1px solid var(--line); }
.process-list article, .client-journey article { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list article > span, .client-journey article > span { color: var(--red); font: 800 .82rem Manrope; letter-spacing: .1em; padding-top: 5px; }
.process-list h3, .client-journey h3 { font: 800 1.45rem Manrope; margin: 0 0 8px; }
.process-list p, .client-journey p { margin: 0; color: var(--muted); line-height: 1.65; max-width: 760px; }
.client-journey { max-width: 900px; margin: auto; }
.client-journey article { grid-template-columns: 100px 1fr; padding-block: 38px; }
.client-journey article > span { font-size: 1.2rem; }

.info-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.info-panel { padding: 42px; background: #f3f1ee; border-left: 5px solid var(--red); }
.info-panel h3 { font: 800 2rem/1.2 Manrope; letter-spacing: -.035em; margin: 14px 0; }
.info-panel p { color: var(--muted); line-height: 1.7; }
.real-checklist { list-style: none; padding: 0; margin: 25px 0 0; }
.real-checklist li { position: relative; padding: 15px 0 15px 38px; border-bottom: 1px solid var(--line); line-height: 1.5; }
.real-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }

.path-detail { min-height: 490px; padding: 42px; border: 1px solid var(--line); }
.path-detail.dark { background: #17191d; color: white; border: 0; }
.path-detail > span { color: var(--red); font-size: .78rem; letter-spacing: .12em; font-weight: 800; }
.path-detail h3 { font: 800 clamp(2rem,3vw,2.8rem)/1.16 Manrope; letter-spacing: -.04em; margin: 22px 0; }
.path-detail p { color: var(--muted); line-height: 1.7; }
.path-detail.dark p, .path-detail.dark li { color: #b8bbc2; }
.path-detail ul { margin: 25px 0; padding-left: 20px; }
.path-detail li { margin: 12px 0; color: var(--muted); }
.path-detail.dark .web-text-link { color: white; border-color: white; }

.service-disclaimer { background: #17191d; color: #cfd0d4; padding: 22px 0; line-height: 1.7; }
.service-disclaimer strong { color: white; }
.offer-list { display: grid; gap: 18px; }
.offer-card { display: grid; grid-template-columns: 60px 1.05fr 1fr .8fr; gap: 30px; padding: 35px 30px; border: 1px solid var(--line); align-items: start; }
.offer-index { color: #c7c8cc; font: 800 1.2rem Manrope; }
.offer-main h2 { font: 800 2rem/1.15 Manrope; letter-spacing: -.035em; margin: 12px 0; }
.offer-main p, .offer-outcome p { color: var(--muted); line-height: 1.6; }
.offer-includes h4, .offer-outcome h4 { margin-top: 0; }
.offer-includes ul { margin: 0; padding-left: 20px; color: var(--muted); }
.offer-includes li { margin: 9px 0; }
.offer-outcome .btn { margin-top: 10px; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid #d8d7d4; padding: 22px 0; }
.faq-list summary { font: 800 1.08rem Manrope; cursor: pointer; }
.faq-list p { color: var(--muted); line-height: 1.65; }

.outcome-path { padding: 110px 0; }
.outcome-study { background: white; }
.outcome-work { background: #f3f1ee; }
.services-first { padding-top: 78px; }
.services-path-title { font: 800 clamp(2.5rem,5vw,4.7rem)/1 Manrope; letter-spacing: -.055em; margin: 0 0 42px; text-transform: none; }
.situation-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.situation-card { min-height: 430px; padding: 34px; display: grid; grid-template-columns: 44px 1fr; gap: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.7); }
.outcome-work .situation-card { background: rgba(255,255,255,.55); }
.situation-number { color: var(--red); font: 800 .82rem Manrope; letter-spacing: .1em; padding-top: 5px; }
.situation-copy { display: flex; flex-direction: column; }
.situation-pain { font: 800 clamp(1.55rem,2.5vw,2.2rem)/1.24 Manrope; letter-spacing: -.035em; margin: 0 0 34px; }
.situation-shift { border-top: 1px solid var(--line); padding-top: 24px; }
.situation-shift > span { color: var(--red-dark); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.situation-shift p { color: var(--muted); line-height: 1.7; margin: 10px 0 0; }
.situation-link { margin-top: auto; padding-top: 28px; font-weight: 800; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.situation-link b { color: var(--red); font-size: 1.2rem; }
.situation-link:hover { color: var(--red-dark); border-color: var(--red); }
.outcome-cta { margin-top: 28px; background: var(--red); color: white; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.outcome-cta.dark { background: #17191d; }
.outcome-cta > div { display: grid; gap: 5px; }
.outcome-cta strong { font: 800 1.25rem Manrope; }
.outcome-cta span { color: rgba(255,255,255,.75); }
.outcome-cta .btn { background: white; color: var(--ink); box-shadow: none; white-space: nowrap; }
.service-boundary { background: white; }
.boundary-panel { padding: 42px; background: #17191d; color: white; }
.boundary-panel > span { color: #ff6d6f; font-size: .75rem; letter-spacing: .13em; font-weight: 800; }
.boundary-panel h3 { font: 800 2rem/1.2 Manrope; letter-spacing: -.035em; margin: 15px 0; }
.boundary-panel p { color: #bfc1c6; line-height: 1.7; }
.boundary-panel .web-text-link { color: white; border-color: white; }

.resource-guide { padding: 35px; border-top: 4px solid var(--red); background: #f5f3f0; }
.resource-guide:nth-child(2) { background: #17191d; color: white; }
.resource-guide h3 { font: 800 2rem Manrope; margin: 13px 0 24px; }
.resource-guide ol { padding-left: 23px; }
.resource-guide li { padding: 9px 0; line-height: 1.55; color: var(--muted); }
.resource-guide:nth-child(2) li { color: #b9bbc1; }
.source-list { border-top: 1px solid #cfcdc9; }
.source-list a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 8px; border-bottom: 1px solid #cfcdc9; }
.source-list a:hover { background: white; padding-inline: 18px; }
.source-list h3 { font: 800 1.2rem Manrope; margin: 0 0 5px; }
.source-list p { color: var(--muted); margin: 0; }
.source-list span { color: var(--red); font-weight: 800; white-space: nowrap; }

.contact-promise { display: grid; gap: 12px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; }
.contact-promise span::before { content: "✓"; color: var(--red); margin-right: 9px; }
.intake-form .btn { margin-top: 24px; }
.form-note { display: block; text-align: center; color: var(--muted); margin-top: 14px; line-height: 1.5; }

.choice-intro { padding-block: 55px; }
.route-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.route-choice-grid button { border: 1px solid var(--line); background: white; min-height: 230px; padding: 25px; text-align: left; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 22px; transition: .2s ease; color: var(--ink); }
.route-choice-grid button:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow); }
.route-choice-grid button > b { grid-column: 1/-1; width: 55px; height: 55px; display: grid; place-items: center; background: var(--red-soft); color: var(--red); font-size: 1.7rem; }
.route-choice-grid button span { display: flex; flex-direction: column; gap: 7px; }
.route-choice-grid button strong { font: 800 1.35rem Manrope; }
.route-choice-grid button small { color: var(--muted); line-height: 1.5; }
.route-choice-grid button > i { color: var(--red); font-style: normal; font-size: 1.3rem; }
.consent { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.priority-box { margin-top: 35px; background: #f4f2ef; padding: 28px; }
.priority-box ol { margin: 20px 0 0; padding-left: 25px; }
.priority-box li { padding: 8px 0; font-weight: 700; }

@media (max-width: 1080px) {
  .nav-links { gap: 13px; font-size: .82rem; }
  .offer-card { grid-template-columns: 45px 1fr 1fr; }
  .offer-outcome { grid-column: 2/-1; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
}

@media (max-width: 980px) {
  .journey-grid, .info-split, .faq { grid-template-columns: 1fr; }
  .offer-card { grid-template-columns: 45px 1fr; }
  .offer-includes, .offer-outcome { grid-column: 2; }
  .offer-outcome { display: block; }
}

@media (max-width: 720px) {
  .page-hero { padding: 70px 0 55px; }
  .page-hero .section-title { font-size: clamp(2.7rem,13vw,4rem); }
  .journey-choice { padding-block: 75px; }
  .journey-card { min-height: 365px; padding: 26px; }
  .journey-card h3 { font-size: 2rem; }
  .goal-preview { grid-template-columns: 1fr; }
  .goal-preview > i { padding: 4px; }
  .process-list article, .client-journey article { grid-template-columns: 42px 1fr; gap: 14px; }
  .info-split { gap: 35px; }
  .info-panel, .path-detail { padding: 27px; }
  .offer-card { grid-template-columns: 1fr; padding: 27px 22px; }
  .offer-index, .offer-includes, .offer-outcome { grid-column: 1; }
  .route-choice-grid { grid-template-columns: 1fr; }
  .route-choice-grid button { min-height: 190px; }
  .source-list a { align-items: flex-start; flex-direction: column; }
  .source-list span { white-space: normal; }
  .outcome-path { padding: 72px 0; }
  .services-first { padding-top: 52px; }
  .services-path-title { margin-bottom: 28px; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 390px; padding: 25px 22px; grid-template-columns: 32px 1fr; gap: 12px; }
  .situation-pain { font-size: 1.55rem; }
  .outcome-cta { align-items: flex-start; flex-direction: column; padding: 25px; }
  .outcome-cta .btn { width: 100%; }
  .program-options-overlay { padding: 14px; }
  .program-options-dialog { padding: 32px 20px 20px; }
  .program-options-dialog h2 { padding-right: 30px; }
  .program-options-grid { grid-template-columns: 1fr; }
  .program-options-grid a { min-height: 170px; }
  .program-options-grid strong { margin-top: 22px; }
}
