:root {
  --ink: #112033;
  --muted: #66758a;
  --paper: #f4f7fb;
  --panel: #fff;
  --line: #dce3eb;
  --forest: #1c56d8;
  --forest-dark: #112033;
  --copper: #0b8f83;
  --focus: #8fb2ff;
  --radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; color: #fff; background: var(--forest-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 74px; width: min(1280px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--forest-dark); font-size: 21px; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.wordmark span { color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .08em; margin-left: 5px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--forest); }
.nav-cta { color: #fff; background: var(--forest); border-radius: 999px; padding: 10px 15px; }
.menu-toggle { display: none; min-height: 44px; border: 1px solid var(--line); border-radius: 9px; color: var(--forest-dark); background: var(--panel); padding: 8px 12px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .68fr); gap: clamp(36px, 8vw, 100px); align-items: end; padding-top: clamp(60px, 10vw, 132px); padding-bottom: clamp(72px, 10vw, 144px); }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .16em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest-dark); line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(44px, 7vw, 88px); }
h2 { max-width: 650px; margin-bottom: 16px; font-size: clamp(30px, 4vw, 52px); }
h3 { font-size: 21px; margin-bottom: 10px; }
.lede { max-width: 680px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.hero-actions, .form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 11px 18px; font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.text-link { color: var(--forest); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hero-note { max-width: 330px; border-left: 3px solid var(--copper); padding: 10px 0 10px 22px; }
.hero-note p:last-child { color: var(--muted); font-size: 14px; }
.signal-dot { display: block; width: 10px; height: 10px; margin-bottom: 30px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 7px #a9683c1a; }
.section-block { padding-block: 96px; }
.section-heading { max-width: 670px; }
.section-heading > p:last-child, .contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.feature-card, .path-card { min-width: 0; padding: 26px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-card p, .path-card p { color: var(--muted); margin-bottom: 0; }
.feature-index, .path-label { display: block; color: var(--copper); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-index { margin-bottom: 38px; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; padding-block: 96px; }
.path-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.path-card-accent { color: #fff; background: var(--forest); border-color: var(--forest); }
.path-card-accent h3, .path-card-accent p { color: #fff; }
.path-card-accent p { color: #d7e5ff; }
.path-card-accent .path-label { color: #a8e0d9; }
.path-label { margin-top: 28px; }
.trust-band { color: #fff; background: var(--forest-dark); }
.trust-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; padding-block: 78px; }
.trust-band h2, .trust-band .eyebrow { color: #fff; }
.trust-band .eyebrow { color: #bed7ff; }
.trust-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid #ffffff2b; }
.trust-list li:first-child { padding-top: 0; }
.trust-list span { color: #c8d7eb; font-size: 14px; }
.contact-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; padding-block: 112px; }
.privacy-note { max-width: 340px; font-size: 12px !important; }
.enquiry-form { min-width: 0; padding: 30px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field, .field-group { display: grid; gap: 7px; min-width: 0; margin: 0 0 16px; }
.field > span, .field-group legend { color: var(--forest-dark); font-size: 14px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 9px; padding: 11px 12px; color: var(--ink); background: #fff; }
.field textarea { min-height: 116px; resize: vertical; }
.field-group { border: 0; padding: 0; }
.radio-option { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-right: 14px; color: var(--muted); font-size: 14px; }
.radio-option input, .consent input { width: 18px; height: 18px; accent-color: var(--forest); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 14px; }
.form-status { min-height: 20px; margin: 0; color: var(--forest); font-size: 14px; }
.form-status[data-state="error"] { color: #a33c2c; }
.form-status[data-state="success"] { color: var(--forest); }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding-block: 26px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.site-footer a { color: var(--forest); font-weight: 750; }

@media (max-width: 800px) {
  .hero, .split-section, .trust-inner, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .hero-note { max-width: 520px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-index { margin-bottom: 20px; }
  .contact-section { gap: 38px; }
}
@media (max-width: 620px) {
  .section-wrap, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 64px; }
  .main-nav { display: none; }
  .main-nav[data-open="true"] { position: absolute; top: 64px; left: 16px; right: 16px; z-index: 5; display: grid; gap: 0; padding: 10px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 30px #173d2d18; }
  .main-nav[data-open="true"] a { padding: 12px; }
  .menu-toggle { display: block; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero { padding-block: 58px 82px; }
  .section-block, .split-section, .contact-section { padding-block: 70px; }
  .path-list, .form-grid { grid-template-columns: 1fr; }
  .enquiry-form { padding: 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
