/* Requex Fleet, requex.co.uk. Commercial programme site. Mockup, 2 September 2026.
   Tokens follow the Requex marketplace brand (green #00d036, navy #0f172a) and
   the SOIS design charter: white surfaces, one accent, whitespace before borders. */
:root {
  --navy: #0f172a; --ink-2: #1e293b; --ink-3: #475569; --ink-4: #64748b; --ink-5: #94a3b8;
  --line: #e5e8ed; --line-soft: #eef1f5; --surface-2: #f6f8fa; --surface-3: #f1f4f7;
  --green: #00d036; --green-bright: #00bd31; --green-deep: #008a24; --green-ink: #005416; --green-tint: #e9fcee;
  --white: #fff;
  --max: 1200px;
  --radius: 10px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--navy); font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.muted { color: var(--ink-4); }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green-deep); }
h1, h2, h3 { letter-spacing: -.025em; line-height: 1.12; font-weight: 700; }
h2 { font-size: clamp(30px, 3.4vw, 42px); }
h3 { font-size: 20px; letter-spacing: -.015em; }
p.lead { font-size: 18px; color: var(--ink-3); line-height: 1.6; }
.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }
.divider { height: 1px; background: var(--line); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 20px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-bright); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); }
.btn-outline { background: #fff; color: var(--navy); border-color: #cfd5de; }
.btn-outline:hover { border-color: var(--navy); }
.btn-sm { height: 38px; padding: 0 14px; font-size: 14px; }
.btn svg { width: 16px; height: 16px; }

/* ---------- header ---------- */
.topbar { background: var(--navy); color: #cbd5e1; font-size: 13px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar .flag { display: inline-flex; align-items: center; gap: 8px; }
.topbar .flag i { width: 16px; height: 11px; background: linear-gradient(#012169 0 100%); border-radius: 2px; position: relative; display: inline-block; }
.topbar .flag i::before, .topbar .flag i::after { content: ""; position: absolute; background: #fff; }
.topbar .flag i::before { left: 45%; top: 0; width: 10%; height: 100%; }
.topbar .flag i::after { top: 40%; left: 0; height: 20%; width: 100%; }
.topbar .status { display: inline-flex; align-items: center; gap: 8px; }
.topbar .status b { color: #fff; font-weight: 600; }
.topbar .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(0,208,54,.2); }
header.site { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; height: 68px; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand .mark { width: 30px; height: 30px; }
.brand .word { font-size: 20px; font-weight: 800; letter-spacing: -.03em; color: var(--navy); }
.brand .word span { color: var(--ink-4); font-weight: 500; letter-spacing: -.01em; margin-left: 6px; }
nav.primary { display: flex; gap: 4px; margin-left: 8px; }
nav.primary a { padding: 8px 11px; font-size: 14.5px; font-weight: 500; color: var(--ink-3); border-radius: 6px; white-space: nowrap; }
nav.primary a:hover { color: var(--navy); background: var(--surface-2); }
header .actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
header .signin { font-size: 14.5px; font-weight: 500; color: var(--ink-3); padding: 8px 12px; white-space: nowrap; }
header .signin:hover { color: var(--navy); }
.burger { display: none; }

/* ---------- hero ---------- */
.hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 480px at 85% 20%, rgba(0,208,54,.14), transparent 60%); pointer-events: none; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 88px; padding-bottom: 88px; position: relative; }
.hero h1 { font-size: clamp(40px, 5.2vw, 64px); font-weight: 800; letter-spacing: -.035em; line-height: 1.04; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero .lead { color: #cbd5e1; font-size: 19px; margin-top: 22px; max-width: 540px; }
.hero .cta { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero .facts { display: flex; gap: 0; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; }
.hero .facts div { flex: 1; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.hero .facts div:last-child { border: 0; margin-right: 0; padding-right: 0; }
.hero .facts b { display: block; font-size: 20px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.hero .facts small { display: block; color: #94a3b8; font-size: 13px; margin-top: 2px; }
.van-stage { position: relative; }
.van-stage .tag { position: absolute; left: 12px; top: 6px; display: inline-flex; align-items: center; gap: 8px; font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; color: #94a3b8; }
.van-stage .tag i { width: 8px; height: 8px; border-radius: 2px; background: var(--green); display: inline-block; }

/* ---------- ecosystem strip ---------- */
.strip { border-bottom: 1px solid var(--line); background: #fff; }
.strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip .cell { padding: 26px 28px 26px 0; display: flex; gap: 14px; align-items: flex-start; }
.strip .cell + .cell { padding-left: 28px; border-left: 1px solid var(--line); }
.strip .k { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); }
.strip .v { font-size: 16px; font-weight: 600; margin-top: 2px; }
.strip .v.on { color: var(--green-deep); }
.strip .d { font-size: 13.5px; color: var(--ink-4); margin-top: 2px; }
.strip .num { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; font-weight: 700; font-size: 14px; background: var(--surface-3); color: var(--ink-3); flex: none; }
.strip .num.on { background: var(--green-tint); color: var(--green-ink); }

/* ---------- two column intro ---------- */
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.intro h2 { max-width: 520px; }
.intro .lead { margin-top: 18px; }
.checks { list-style: none; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--ink-2); }
.checks li svg { width: 20px; height: 20px; flex: none; color: var(--green-deep); margin-top: 2px; }

/* ---------- provide / bring ledger ---------- */
.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.ledger .col { padding: 36px 0; }
.ledger .col + .col { border-left: 1px solid var(--line); padding-left: 48px; }
.ledger .col:first-child { padding-right: 48px; }
.ledger h3 { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; letter-spacing: .02em; color: var(--ink-3); text-transform: uppercase; }
.ledger h3 i { width: 10px; height: 10px; border-radius: 50%; background: var(--green); display: inline-block; }
.ledger h3 i.g { background: var(--ink-5); }
.ledger ul { list-style: none; margin-top: 22px; }
.ledger li { padding: 14px 0; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 200px 1fr; gap: 16px; }
.ledger li b { font-weight: 600; font-size: 15px; }
.ledger li span { font-size: 14.5px; color: var(--ink-4); }

/* ---------- fleet unit ---------- */
.unit { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.manifest { list-style: none; border-top: 1px solid var(--line); }
.manifest li { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.manifest li i { font: 600 12px ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--ink-5); }
.manifest li em { font-style: normal; font-size: 12.5px; color: var(--ink-4); }
.asset-tag { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font: 600 13px ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--ink-3); background: var(--surface-2); }
.asset-tag b { color: var(--navy); }
.unit-note { margin-top: 20px; font-size: 13.5px; color: var(--ink-4); }

/* ---------- process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.phase { padding: 32px 28px 32px 0; }
.phase + .phase { border-left: 1px solid var(--line); padding-left: 28px; }
.phase .n { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep); }
.phase h3 { margin-top: 8px; font-size: 22px; }
.phase .t { font-size: 13.5px; color: var(--ink-4); margin-top: 4px; }
.phase ol { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.phase ol li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.phase ol li i { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #cfd5de; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--ink-4); font-style: normal; margin-top: 1px; }
.phase ol li.gate i { border-color: var(--navy); background: var(--navy); color: #fff; }
.phase ol li small { display: block; color: var(--ink-4); font-size: 12.5px; margin-top: 2px; }
.callout { margin-top: 36px; display: flex; gap: 14px; align-items: flex-start; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); font-size: 14.5px; color: var(--ink-2); }
.callout svg { width: 20px; height: 20px; flex: none; color: var(--navy); margin-top: 1px; }

/* ---------- investment ---------- */
.invest { background: var(--navy); color: #fff; }
.invest .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-top: 96px; padding-bottom: 96px; }
.invest .eyebrow { color: var(--green); }
.invest h2 { color: #fff; }
.invest .big { font-size: clamp(48px, 6vw, 72px); font-weight: 800; letter-spacing: -.04em; margin-top: 18px; line-height: 1; }
.invest .big small { font-size: 16px; font-weight: 500; color: #94a3b8; letter-spacing: 0; display: block; margin-top: 10px; }
.invest p { color: #cbd5e1; font-size: 16px; margin-top: 22px; max-width: 480px; }
.invest .rows { border-top: 1px solid rgba(255,255,255,.14); }
.invest .row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); align-items: start; }
.invest .row b { font-weight: 600; font-size: 15.5px; display: block; }
.invest .row span { font-size: 13.5px; color: #94a3b8; display: block; margin-top: 3px; }
.invest .row em { font-style: normal; font-size: 13px; color: #cbd5e1; padding: 4px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; white-space: nowrap; }
.invest .fine { margin-top: 22px; font-size: 12.5px; color: #94a3b8; line-height: 1.6; }

/* ---------- requirements ---------- */
.req { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.req-list { list-style: none; border-top: 1px solid var(--line); }
.req-list li { padding: 18px 0; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.req-list li svg { width: 20px; height: 20px; color: var(--green-deep); margin-top: 2px; }
.req-list b { font-weight: 600; display: block; font-size: 15.5px; }
.req-list span { color: var(--ink-4); font-size: 14px; display: block; margin-top: 2px; }

/* ---------- portal preview ---------- */
.portal { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.shot { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px -30px rgba(15,23,42,.35); background: #fff; }
.shot .bar { height: 34px; background: #f3f4f6; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.shot .bar i { width: 9px; height: 9px; border-radius: 50%; background: #d7dbe2; display: inline-block; }
.shot .bar .url { margin-left: 8px; flex: 1; height: 20px; border-radius: 5px; background: #fff; border: 1px solid var(--line); font-size: 11px; color: var(--ink-4); display: flex; align-items: center; padding: 0 8px; }
.shot .body { display: grid; grid-template-columns: 150px 1fr; min-height: 340px; }
.shot .side { background: #fafbfc; border-right: 1px solid var(--line); padding: 14px 10px; font-size: 11.5px; color: var(--ink-3); }
.shot .side div { padding: 6px 8px; border-radius: 6px; }
.shot .side div.on { background: var(--green-tint); color: var(--green-ink); font-weight: 600; }
.shot .main { padding: 18px 20px; }
.shot .main h4 { font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.shot .main .sub { font-size: 11.5px; color: var(--ink-4); margin-top: 2px; }
.track { list-style: none; margin-top: 14px; }
.track li { display: grid; grid-template-columns: 1fr auto; font-size: 11.5px; padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.track li b { font-weight: 500; }
.track .ok { color: var(--green-deep); font-weight: 600; }
.track .now { color: var(--navy); font-weight: 600; }
.track .wait { color: var(--ink-5); }
.bar-line { height: 6px; border-radius: 999px; background: var(--surface-3); margin-top: 12px; overflow: hidden; }
.bar-line i { display: block; height: 100%; width: 62%; background: var(--green); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 0; font-size: 17px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 18px; height: 18px; color: var(--ink-4); transition: transform .18s; flex: none; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq .a { padding: 0 0 22px; color: var(--ink-3); font-size: 15.5px; max-width: 700px; }

/* ---------- cross promo ---------- */
.promo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.promo a { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 28px 30px; border: 1px solid var(--line); border-radius: 14px; transition: border-color .15s; }
.promo a:hover { border-color: var(--navy); }
.promo .k { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); }
.promo b { display: block; font-size: 19px; font-weight: 700; letter-spacing: -.015em; margin-top: 6px; }
.promo span { display: block; color: var(--ink-4); font-size: 14.5px; margin-top: 4px; }
.promo svg { width: 22px; height: 22px; color: var(--ink-4); }

/* ---------- final cta ---------- */
.final { background: var(--surface-2); border-top: 1px solid var(--line); }
.final .wrap { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.final h2 { font-size: 34px; }
.final p { color: var(--ink-3); margin-top: 10px; max-width: 560px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 48px 0 40px; font-size: 13.5px; color: var(--ink-4); }
footer .grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
footer h5 { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
footer ul { list-style: none; display: grid; gap: 8px; }
footer a:hover { color: var(--navy); }
footer .legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-soft); font-size: 12.5px; line-height: 1.65; max-width: 900px; }

/* ---------- apply page ---------- */
.apply-head { padding: 56px 28px 28px; }
.apply-head h1 { font-size: 36px; font-weight: 700; }
.apply-head p { color: var(--ink-3); margin-top: 10px; max-width: 620px; }
.apply { display: grid; grid-template-columns: 240px 1fr; gap: 64px; padding-bottom: 96px; }
.steps { list-style: none; position: sticky; top: 96px; }
.steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 10px 0; font-size: 14.5px; color: var(--ink-4); align-items: start; }
.steps li i { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid #cfd5de; display: grid; place-items: center; font-size: 12px; font-weight: 600; font-style: normal; color: var(--ink-4); }
.steps li.on { color: var(--navy); font-weight: 600; }
.steps li.on i { border-color: var(--green); background: var(--green); color: #fff; }
.steps li.done i { border-color: var(--green-deep); color: var(--green-deep); }
.steps li small { display: block; font-weight: 400; color: var(--ink-4); font-size: 12.5px; }
.form { max-width: 620px; }
.form h2 { font-size: 24px; }
.form .hint { color: var(--ink-4); font-size: 14.5px; margin-top: 6px; }
.fields { display: grid; gap: 22px; margin-top: 30px; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label.f { display: block; }
label.f > span { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 7px; }
label.f > small { display: block; font-size: 12.5px; color: var(--ink-4); margin-top: 6px; }
.input, select.input, textarea.input { width: 100%; height: 46px; border: 1px solid #cfd5de; border-radius: 8px; padding: 0 14px; font: inherit; font-size: 15px; color: var(--navy); background: #fff; outline: none; transition: border-color .15s, box-shadow .15s; }
textarea.input { height: auto; padding: 12px 14px; min-height: 110px; resize: vertical; }
.input:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(0,208,54,.18); }
.seg { display: flex; flex-wrap: wrap; gap: 8px; }
.seg label { cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: inline-flex; align-items: center; height: 40px; padding: 0 14px; border: 1px solid #cfd5de; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--ink-2); background: #fff; }
.seg input:checked + span { border-color: var(--navy); background: var(--navy); color: #fff; }
.chk { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.chk input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green-deep); flex: none; }
.form .nav { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.form .nav .back { color: var(--ink-4); font-weight: 500; font-size: 14.5px; background: none; border: 0; cursor: pointer; font-family: inherit; }
.notice { padding: 16px 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); font-size: 14px; color: var(--ink-3); line-height: 1.55; }
.done { text-align: center; padding: 48px 0; max-width: 560px; margin: 0 auto; }
.done .ok { width: 56px; height: 56px; border-radius: 50%; background: var(--green-tint); color: var(--green-deep); display: grid; place-items: center; margin: 0 auto 20px; }
.done .ok svg { width: 26px; height: 26px; }
.done h2 { font-size: 28px; }
.done p { color: var(--ink-3); margin-top: 12px; }
.hidden { display: none !important; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .process { grid-template-columns: 1fr 1fr; }
  .phase:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .phase:nth-child(4) { border-top: 1px solid var(--line); }
  footer .grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  nav.primary { display: none; }
  .topbar .wrap { height: auto; flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 20px; font-size: 12px; }
  header.site .wrap { gap: 12px; }
  .brand .word { font-size: 18px; }
  header .signin { display: none; }
  .strip .wrap { grid-template-columns: 1fr; }
  .strip .cell + .cell { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .intro, .ledger, .unit, .req, .portal, .invest .wrap, .promo, .final .wrap { grid-template-columns: 1fr; }
  .ledger .col + .col { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .ledger .col:first-child { padding-right: 0; }
  .ledger li { grid-template-columns: 1fr; gap: 3px; }
  .process { grid-template-columns: 1fr; }
  .phase + .phase { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .phase { padding-right: 0; }
  .hero .facts { flex-direction: column; gap: 14px; }
  .hero .facts div { border: 0; padding: 0; margin: 0; }
  .apply { grid-template-columns: 1fr; gap: 32px; }
  .steps { position: static; display: flex; gap: 6px; overflow-x: auto; }
  .steps li { grid-template-columns: 24px 1fr; white-space: nowrap; }
  .steps li small { display: none; }
  .f2 { grid-template-columns: 1fr; }
  footer .grid { grid-template-columns: 1fr; }
}
