:root {
  --ink: #111318;
  --muted: #62666f;
  --cream: #f4f1e9;
  --paper: #fffdf8;
  --yellow: #f4cf39;
  --line: rgba(17, 19, 24, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--yellow); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 84px; max-width: 1440px; margin: 0 auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.92); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px 10px 10px 2px; display: grid; place-items: center; background: var(--yellow); font: 800 14px/1 Manrope, sans-serif; transform: rotate(-3deg); }
.brand > span:last-child { display: grid; line-height: 1; gap: 5px; }
.brand strong { font: 800 14px/1 Manrope, sans-serif; letter-spacing: .06em; }
.brand small { font-size: 8px; letter-spacing: .22em; color: var(--muted); }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--ink); transition: right .2s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-cta { background: var(--ink); color: #fff; padding: 13px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; }

.hero { max-width: 1440px; min-height: calc(100vh - 84px); margin: 0 auto; padding: clamp(60px, 9vw, 130px) 5vw 80px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; overflow: hidden; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 3px; background: var(--yellow); border-radius: 2px; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(54px, 7vw, 104px); line-height: .94; max-width: 820px; }
h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero-lead { max-width: 590px; margin: 30px 0; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 100px; border: 1px solid var(--line); background: transparent; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); border-color: var(--yellow); color: var(--ink); box-shadow: 0 8px 24px rgba(244,207,57,.2); }
.button-ghost:hover { background: #f3f0e8; }
.trust-list { list-style: none; padding: 0; margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 13px; }
.trust-list span { color: var(--ink); font-weight: 800; }

.hero-visual { position: relative; min-height: 560px; border-radius: 42px 42px 10px 42px; background: var(--ink); overflow: hidden; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -150px; border-radius: 50%; background: var(--yellow); filter: blur(1px); }
.hero-visual::after { content: ""; position: absolute; width: 170px; height: 170px; left: 9%; top: 18%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 86px rgba(255,255,255,.025); }
.road { position: absolute; z-index: 2; width: 370px; height: 720px; bottom: -265px; left: 50%; transform: translateX(-50%) rotate(29deg); background: #272a30; border-left: 10px solid #f5f1e7; border-right: 10px solid #f5f1e7; box-shadow: 0 0 0 2px #272a30, 0 0 0 4px rgba(255,255,255,.15); }
.road-line { position: absolute; left: calc(50% - 5px); width: 10px; height: 100px; background: var(--yellow); }
.line-one { top: 20px; }.line-two { top: 190px; }.line-three { top: 360px; }
.car { position: absolute; left: 50%; top: 170px; transform: translateX(-50%); width: 118px; height: 214px; filter: drop-shadow(15px 18px 16px rgba(0,0,0,.4)); }
.car-body { position: absolute; inset: 28px 4px 12px; background: #fbfbfa; border-radius: 50px 50px 25px 25px; }
.car-top { position: absolute; z-index: 1; left: 20px; right: 20px; top: 16px; height: 84px; border-radius: 35px 35px 12px 12px; background: linear-gradient(#b9d0d2, #3c4e55); border: 6px solid #fbfbfa; }
.car::after { content: "FC"; position: absolute; z-index: 3; left: 50%; top: 126px; transform: translateX(-50%) rotate(-1deg); font: 800 28px Manrope; color: var(--ink); }
.car i { position: absolute; z-index: -1; width: 10px; height: 50px; top: 54px; border-radius: 4px; background: #050505; }
.car i:first-of-type { left: 0; }.car i:last-of-type { right: 0; }
.signal-card { position: absolute; z-index: 4; left: 28px; top: 28px; background: rgba(255,255,255,.94); padding: 15px 18px; border-radius: 15px; display: flex; align-items: center; gap: 12px; box-shadow: 0 15px 45px rgba(0,0,0,.2); }
.signal-dot { width: 11px; height: 11px; border: 3px solid #fff; background: #45b875; border-radius: 50%; box-shadow: 0 0 0 2px #45b875; }
.signal-card div { display: grid; gap: 3px; }.signal-card small { color: var(--muted); font-size: 8px; letter-spacing: .13em; }.signal-card strong { font: 700 13px Manrope; }
.location-pill { position: absolute; z-index: 5; right: 24px; bottom: 24px; border: 1px solid rgba(255,255,255,.24); background: rgba(15,17,21,.72); color: white; padding: 13px 17px; border-radius: 100px; font-size: 12px; backdrop-filter: blur(10px); }.location-pill span { color: var(--yellow); margin-right: 5px; }

.formations { padding: 110px max(5vw, calc((100vw - 1440px)/2 + 5vw)); background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2, .enrolment h2 { font-size: clamp(38px, 4.3vw, 66px); line-height: 1.03; }
.section-heading > p { max-width: 430px; color: var(--muted); line-height: 1.7; }
.filter-row { display: flex; gap: 8px; margin-bottom: 20px; }
.filter { padding: 10px 18px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; font-size: 13px; }
.filter.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan-card { min-height: 500px; padding: 28px; display: flex; flex-direction: column; position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, opacity .2s; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(17,19,24,.09); }
.plan-card[hidden] { display: none; }
.plan-card.featured { border: 2px solid var(--ink); }
.popular { position: absolute; right: 20px; top: -12px; padding: 6px 10px; border-radius: 100px; background: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.plan-top { display: flex; align-items: center; gap: 12px; margin-bottom: 29px; }
.plan-icon { height: 45px; min-width: 45px; padding: 0 10px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: white; font: 800 13px Manrope; }
.plan-type { font-size: 9px; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.plan-card h3 { font-size: 32px; }
.plan-desc { min-height: 66px; color: var(--muted); line-height: 1.6; font-size: 14px; }
.price { margin: 14px 0 20px; display: grid; }.price strong { font: 800 32px Manrope; letter-spacing: -.04em; }.price span { color: var(--muted); font-size: 12px; }
.plan-card ul { list-style: none; padding: 18px 0; margin: 0 0 20px; border-top: 1px solid var(--line); display: grid; gap: 13px; font-size: 13px; }.plan-card li::before { content: "✓"; font-weight: 800; margin-right: 9px; }
.select-plan { margin-top: auto; width: 100%; min-height: 48px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 100px; background: transparent; cursor: pointer; font-weight: 700; transition: background .2s, color .2s; }.select-plan:hover { background: var(--ink); color: #fff; }
.extras { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); border-radius: var(--radius); overflow: hidden; color: white; }
.extras > div { padding: 23px; min-height: 116px; display: grid; align-content: center; gap: 4px; border-right: 1px solid rgba(255,255,255,.12); }.extras > div:last-child { border: 0; }.extras span { color: var(--yellow); font-size: 10px; letter-spacing: .15em; }.extras strong { font-size: 13px; }.extras small { color: #aeb0b5; font-size: 11px; line-height: 1.4; }
.pricing-note { max-width: 850px; margin: 18px auto 0; text-align: center; font-size: 11px; color: var(--muted); line-height: 1.6; }

.enrolment { padding: 110px max(5vw, calc((100vw - 1440px)/2 + 5vw)); background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.eyebrow.light { color: white; }.enrolment-intro > p:not(.eyebrow) { color: #aeb0b5; line-height: 1.75; max-width: 520px; }
.privacy-note { display: flex; gap: 14px; align-items: center; margin-top: 32px; }.privacy-note > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--yellow); }.privacy-note div { display: grid; gap: 4px; }.privacy-note small { color: #aeb0b5; }
.wizard { min-height: 570px; padding: clamp(24px, 4vw, 46px); border-radius: 28px; color: var(--ink); background: var(--paper); }
.wizard-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.wizard-head > div:first-child { display: grid; gap: 4px; }.wizard-head small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }.wizard-head strong { font-size: 13px; }
.progress { display: flex; gap: 5px; align-items: center; }.progress i { width: 36px; height: 4px; border-radius: 5px; background: #ddd9d0; transition: background .2s; }.progress i.done { background: var(--yellow); }
fieldset { border: 0; padding: 0; margin: 35px 0 0; min-width: 0; }
.step { display: none; }.step.active { display: block; animation: enter .28s ease; } @keyframes enter { from { opacity: 0; transform: translateX(10px); } }
legend { padding: 0; margin-bottom: 24px; font: 700 clamp(22px, 2.3vw, 30px)/1.25 Manrope; letter-spacing: -.03em; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.choice { min-height: 160px; padding: 18px; display: flex; flex-direction: column; gap: 7px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; transition: border .2s, background .2s; }.choice input, .choice-list input { position: absolute; opacity: 0; pointer-events: none; }.choice:has(input:checked), .choice-list label:has(input:checked) { border-color: var(--ink); background: #f7f2d8; box-shadow: inset 0 0 0 1px var(--ink); }.choice-icon { margin-bottom: auto; width: fit-content; min-width: 38px; padding: 0 8px; height: 38px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 9px; font: 800 11px Manrope; }.choice small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.choice-list { display: grid; gap: 10px; }.choice-list label { min-height: 70px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }.choice-list label::before { content: ""; width: 18px; height: 18px; flex: 0 0 auto; border: 1px solid #aaa; border-radius: 50%; box-shadow: inset 0 0 0 4px var(--paper); }.choice-list label:has(input:checked)::before { background: var(--ink); border-color: var(--ink); }.choice-list span { display: grid; gap: 3px; }.choice-list small { color: var(--muted); }.choice-list.compact { grid-template-columns: repeat(3, 1fr); }.choice-list.compact label { min-height: 58px; }
.identity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }.identity-grid label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.identity-grid input { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 0 14px; text-transform: none; letter-spacing: 0; outline: none; }.identity-grid input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(244,207,57,.45); }
.form-error { color: #a42c2c; min-height: 20px; margin: 12px 0 0; font-size: 12px; font-weight: 600; }
.wizard-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }.next-button, .back-button { min-height: 49px; border: 0; border-radius: 100px; cursor: pointer; font-weight: 800; }.next-button { margin-left: auto; padding: 0 23px; display: flex; align-items: center; gap: 30px; background: var(--yellow); }.back-button { padding: 0 12px; background: transparent; }

footer { padding: 28px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }.footer-brand { color: var(--ink); }
.modal[hidden] { display: none; }.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(10,11,14,.76); backdrop-filter: blur(8px); }.modal-card { position: relative; max-width: 590px; width: 100%; max-height: 90vh; overflow: auto; padding: clamp(28px, 5vw, 48px); border-radius: 26px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.35); }.modal-close { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }.summary-check { width: 48px; height: 48px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }.modal-card h2 { font-size: clamp(31px, 5vw, 46px); line-height: 1.05; }.summary-intro { color: var(--muted); line-height: 1.6; }.modal-card dl { margin: 25px 0; padding: 18px 0; display: grid; gap: 15px; border-block: 1px solid var(--line); }.modal-card dl div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; }.modal-card dt { color: var(--muted); font-size: 12px; }.modal-card dd { margin: 0; font-weight: 700; font-size: 13px; }.summary-actions { display: flex; flex-wrap: wrap; gap: 9px; }.button-ghost.dark { border-color: var(--ink); }.modal-footnote { margin-bottom: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

:focus-visible { outline: 3px solid #7a6200; outline-offset: 3px; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 480px; }
  .plans { grid-template-columns: 1fr 1fr; }.plan-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .extras { grid-template-columns: 1fr 1fr; }.extras > div:nth-child(2) { border-right: 0; }.extras > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .enrolment { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 18px; }.brand-mark { width: 38px; height: 38px; }.header-cta { padding: 11px 14px; font-size: 11px; }.site-header .brand small { display: none; }
  .hero { padding: 58px 18px 55px; gap: 45px; }.hero-lead { margin: 22px 0; }.hero-actions { display: grid; }.button { width: 100%; }.trust-list { gap: 12px 17px; margin-top: 26px; }.hero-visual { min-height: 390px; border-radius: 28px 28px 8px 28px; }.road { transform: translateX(-50%) rotate(24deg) scale(.82); bottom: -305px; }.signal-card { left: 16px; top: 16px; }.location-pill { right: 12px; bottom: 12px; }
  .formations, .enrolment { padding: 78px 18px; }.section-heading { display: grid; gap: 20px; }.section-heading > p { margin: 0; }.plans { grid-template-columns: 1fr; }.plan-card, .plan-card:last-child { grid-column: auto; min-height: 475px; }.filter-row { overflow-x: auto; padding-bottom: 3px; }.filter { white-space: nowrap; }
  .extras { grid-template-columns: 1fr; }.extras > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); min-height: 100px; }.extras > div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .wizard { min-height: 0; padding: 23px 17px; }.choice-grid, .choice-list.compact { grid-template-columns: 1fr; }.choice { min-height: 95px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-items: center; }.choice-icon { grid-row: 1 / 3; margin: 0; }.identity-grid { grid-template-columns: 1fr; }.progress i { width: 24px; }
  footer { flex-direction: column; text-align: center; padding: 32px 18px; }
  .modal-card dl div { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
