:root {
  --navy-950: #06192e;
  --navy-900: #071f39;
  --navy-800: #0b2b4d;
  --blue-700: #0069c8;
  --blue-600: #087de3;
  --blue-500: #1595f2;
  --cyan-400: #5bd4e7;
  --ink: #102338;
  --muted: #5c6b7a;
  --line: #dbe4ea;
  --surface: #f3f7fa;
  --surface-blue: #eaf4fc;
  --white: #fff;
  --shadow: 0 26px 80px rgba(1, 23, 43, 0.12);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1200px;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); color: var(--navy-950); line-height: 1.14; letter-spacing: -0.035em; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -80px; background: #fff; color: var(--navy-950); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-700); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #8bdcf1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font-family: var(--font-display); font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--blue-600); color: var(--white); box-shadow: 0 12px 28px rgba(8, 125, 227, .24); }
.button-primary:hover { background: var(--blue-500); box-shadow: 0 16px 34px rgba(8, 125, 227, .3); }
.button-small { min-height: 44px; padding-inline: 18px; background: var(--blue-600); color: var(--white) !important; font-size: 12px; }
.button-outline { min-height: 46px; border-color: rgba(255,255,255,.24); color: #fff; }
.button-outline:hover { background: #fff; color: var(--navy-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 1px); }
.text-link-light { color: #d7f0fa; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: rgba(7, 31, 57, .9); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { height: 72px; background: rgba(6,25,46,.96); box-shadow: 0 10px 40px rgba(0,0,0,.15); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; background: var(--blue-600); border-radius: 9px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-mark svg { width: 34px; fill: #fff; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 800 18px/1.1 var(--font-display); letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; color: #9db1c3; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 29px; }
.primary-nav > a:not(.button) { color: #d4dee7; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.primary-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 9px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 790px; padding: 178px 0 106px; overflow: hidden; color: #fff; background: linear-gradient(123deg, var(--navy-950) 0%, #082849 58%, #0a3457 100%); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -250px; top: -290px; border-radius: 50%; background: radial-gradient(circle, rgba(20,148,242,.2), transparent 67%); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, transparent 5%, #000 45%, #000 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 78px; }
.hero h1 { max-width: 700px; margin-bottom: 26px; color: #fff; font-size: clamp(52px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { color: #80dcf0; font-style: normal; }
.hero-lead { max-width: 640px; margin-bottom: 34px; color: #bed0de; font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-trust span { display: flex; align-items: center; gap: 8px; color: #bbcad6; font-size: 13px; font-weight: 600; }
.hero-trust svg { width: 18px; fill: none; stroke: #72d8e8; stroke-width: 2.4; }
.hero-visual { position: relative; min-height: 490px; display: flex; align-items: center; justify-content: center; }
.visual-accent { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(122,219,239,.2); border-radius: 50%; }
.visual-accent::before, .visual-accent::after { content: ""; position: absolute; border: 1px solid rgba(122,219,239,.11); border-radius: 50%; }
.visual-accent::before { inset: -45px; }
.visual-accent::after { inset: 45px; }
.planning-card { position: relative; z-index: 2; width: 430px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(248,252,255,.96); color: var(--ink); box-shadow: 0 34px 80px rgba(0,0,0,.27); transform: rotate(1.5deg); }
.planning-card-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.planning-card-head div { display: flex; flex-direction: column; }
.planning-card-head small { margin-bottom: 4px; color: #718090; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.planning-card-head strong { font: 700 16px var(--font-display); }
.status-dot { display: flex; align-items: center; gap: 6px; padding: 5px 9px; color: #167c5a; background: #e0f5ed; border-radius: 30px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.status-dot::before { content: ""; width: 6px; height: 6px; background: #20a677; border-radius: 50%; }
.cycle-visual { display: flex; align-items: center; gap: 26px; padding: 23px 7px; }
.cycle-ring { width: 145px; height: 145px; display: grid; flex: none; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue-600) 0 45%, var(--cyan-400) 45% 76%, #b9c8d4 76% 100%); box-shadow: inset 0 0 0 1px rgba(0,0,0,.03); }
.cycle-centre { width: 105px; height: 105px; display: grid; align-content: center; text-align: center; background: #fff; border-radius: 50%; box-shadow: inset 0 0 16px rgba(8,125,227,.06); }
.cycle-centre span { color: #83919e; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.cycle-centre strong { margin-top: 3px; color: var(--navy-950); font: 700 14px var(--font-display); }
.cycle-legend { display: flex; flex-direction: column; gap: 12px; color: #596979; font-size: 11px; font-weight: 600; }
.cycle-legend span { display: flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot-blue { background: var(--blue-600); }.dot-cyan { background: var(--cyan-400); }.dot-slate { background: #b9c8d4; }
.planning-rows { display: grid; gap: 8px; }
.planning-rows div { display: flex; justify-content: space-between; padding: 11px 13px; background: #f2f6f9; border-radius: 7px; color: #697988; font-size: 10px; }
.planning-rows strong { color: #1d5f90; font-weight: 700; }
.floating-note { position: absolute; z-index: 4; right: -10px; bottom: 28px; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 14px 17px; background: #fff; border-radius: 12px; color: var(--ink); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.floating-icon { width: 36px; height: 36px; display: grid; place-items: center; background: #e5f8f3; border-radius: 9px; }
.floating-icon svg { width: 20px; fill: none; stroke: #1e9d77; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.floating-note > span:last-child { display: flex; flex-direction: column; }
.floating-note small { color: #7a8996; font-size: 9px; font-weight: 600; }
.floating-note strong { font: 700 12px var(--font-display); }

.metrics { position: relative; z-index: 3; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metrics article { min-width: 0; min-height: 142px; display: flex; align-items: center; gap: 18px; padding: 25px 42px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { flex: none; color: var(--navy-950); font: 800 28px/1 var(--font-display); letter-spacing: -.04em; }
.metrics strong span { color: var(--blue-600); }
.metrics p { max-width: 150px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.section-intro h2, .split-intro h2 { font-size: clamp(36px, 4vw, 54px); }
.split-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 92px; align-items: end; margin-bottom: 62px; }
.split-intro h2 { margin-bottom: 0; max-width: 750px; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { margin-bottom: 12px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; background: var(--surface); border: 1px solid #e5ebef; border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-6px); border-color: #c4dbe9; box-shadow: 0 22px 60px rgba(7,31,57,.1); }
.card-number { position: absolute; right: 24px; top: 20px; color: #d3dee6; font: 800 48px/1 var(--font-display); letter-spacing: -.06em; }
.line-icon, .service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; color: var(--blue-600); background: #e3f1fb; border-radius: 12px; }
.line-icon svg, .service-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.problem-card h3 { max-width: 250px; margin-bottom: 14px; font-size: 21px; }
.problem-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.insight-panel { position: relative; display: flex; align-items: center; gap: 28px; margin-top: 34px; padding: 38px 50px; overflow: hidden; background: var(--surface-blue); border-radius: var(--radius-md); }
.insight-panel::after { content: ""; position: absolute; width: 170px; height: 170px; right: -50px; top: -100px; border: 25px solid rgba(8,125,227,.08); border-radius: 50%; }
.insight-mark { color: var(--blue-600); font: 800 74px/.65 Georgia, serif; }
.insight-panel p { max-width: 870px; margin: 0; color: #31526d; font: 500 23px/1.5 var(--font-display); letter-spacing: -.02em; }
.insight-panel strong { color: var(--navy-950); }

.approach { position: relative; overflow: hidden; background: var(--navy-950); color: #b9c9d6; }
.approach::after { content: ""; position: absolute; width: 540px; height: 540px; left: -260px; bottom: -330px; border: 1px solid rgba(91,212,231,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(91,212,231,.025), 0 0 0 130px rgba(91,212,231,.02); }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.approach-copy { position: sticky; top: 130px; align-self: start; }
.approach h2 { margin-bottom: 26px; color: #fff; font-size: clamp(38px, 4vw, 55px); }
.approach-copy > p:not(.eyebrow) { margin-bottom: 30px; font-size: 17px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 0 0 36px 0; }
.process-list li:not(:last-child)::before { content: ""; position: absolute; top: 59px; bottom: 8px; left: 28px; width: 1px; background: linear-gradient(#2c6e9e, rgba(44,110,158,.2)); }
.process-number { width: 58px; height: 58px; display: grid; place-items: center; color: #8ae0ef; background: #0d3357; border: 1px solid #27557b; border-radius: 50%; font: 700 13px var(--font-display); }
.process-list div { padding: 3px 0 30px; border-bottom: 1px solid rgba(255,255,255,.11); }
.process-list h3 { margin-bottom: 10px; color: #fff; font-size: 26px; }
.process-list p { max-width: 580px; margin: 0; color: #aebfcd; }
.approach-note { position: relative; z-index: 1; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #758da2; font-size: 12px; }

.services { background: #fff; }
.section-intro.centred { max-width: 720px; margin: 0 auto 62px; text-align: center; }
.section-intro.centred .eyebrow { justify-content: center; }
.section-intro.centred h2 { margin-bottom: 18px; }
.section-intro.centred > p:last-child { max-width: 620px; margin-inline: auto; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #bfd8e8; box-shadow: 0 20px 54px rgba(7,31,57,.09); }
.service-card h3 { margin-bottom: 14px; font-size: 26px; }
.service-card p { max-width: 465px; margin-bottom: 30px; color: var(--muted); }
.service-card a { margin-top: auto; color: var(--blue-700); font-weight: 700; font-size: 13px; }
.service-card a span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(4px); }
.service-card-featured { color: #bed0de; background: linear-gradient(135deg, var(--navy-900), #0c3d65); border-color: #0c3d65; }
.service-card-featured h3 { color: #fff; }
.service-card-featured p { color: #bed0de; }
.service-card-featured a { color: #8bdcf1; }
.service-card-featured .service-icon { color: #8bdcf1; background: rgba(91,212,231,.12); }
.service-label { position: absolute; right: 30px; top: 30px; padding: 5px 9px; color: #9ee8f4; background: rgba(91,212,231,.1); border: 1px solid rgba(91,212,231,.22); border-radius: 40px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.difference { background: var(--surface); border-block: 1px solid #e5ebef; }
.difference-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: start; }
.difference-title { position: sticky; top: 125px; }
.difference-title h2 { margin-bottom: 22px; font-size: clamp(38px, 4vw, 52px); }
.difference-title > p:last-child { max-width: 450px; color: var(--muted); font-size: 17px; }
.difference-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.difference-list article { min-height: 240px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.difference-list article > span { display: inline-block; margin-bottom: 40px; color: var(--blue-600); font: 700 11px var(--font-display); }
.difference-list h3 { margin-bottom: 10px; font-size: 19px; }
.difference-list p { margin: 0; color: var(--muted); font-size: 14px; }

.founder { overflow: hidden; }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.founder-visual { position: relative; min-height: 530px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #e6f2f8, #c9dfeb); border-radius: var(--radius-lg); }
.founder-visual::before { content: ""; position: absolute; inset: 40px; border: 1px solid rgba(7,31,57,.12); border-radius: 50%; }
.founder-monogram { position: relative; z-index: 2; width: 230px; height: 230px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #0d4977, var(--navy-950)); border: 8px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: 0 28px 50px rgba(7,31,57,.25); font: 800 72px var(--font-display); letter-spacing: -.06em; }
.founder-caption { position: absolute; z-index: 4; left: 30px; right: 30px; bottom: 26px; display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; backdrop-filter: blur(10px); }
.founder-caption span { color: var(--muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.founder-caption strong { font: 700 15px var(--font-display); }
.founder-shape { position: absolute; border-radius: 50%; }
.founder-shape-one { width: 140px; height: 140px; top: -50px; right: -35px; background: rgba(8,125,227,.13); }
.founder-shape-two { width: 80px; height: 80px; bottom: 120px; left: 35px; border: 18px solid rgba(8,125,227,.1); }
.founder-copy h2 { margin-bottom: 28px; font-size: clamp(38px, 4vw, 53px); }
.founder-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 17px; color: var(--muted); font-size: 16px; }
.founder-focus { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.founder-focus span { padding: 8px 13px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; color: #455d71; font-size: 11px; font-weight: 700; }

.getting-started { background: var(--surface-blue); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 34px; height: 1px; border-top: 1px dashed #9cc6df; }
.steps-grid li { position: relative; z-index: 1; text-align: center; }
.steps-grid li > span { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--blue-700); background: #fff; border: 1px solid #b8d6e8; border-radius: 50%; box-shadow: 0 8px 20px rgba(7,31,57,.08); font: 800 13px var(--font-display); }
.steps-grid h3 { margin-bottom: 11px; font-size: 18px; }
.steps-grid p { max-width: 230px; margin: 0 auto; color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-bottom: 18px; font-size: clamp(38px, 4vw, 52px); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { margin-top: 16px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { position: relative; padding: 26px 48px 26px 0; color: var(--navy-950); font: 700 18px/1.4 var(--font-display); list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 5px; top: 50%; width: 14px; height: 2px; background: var(--blue-600); transition: transform .2s; }
.accordion summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; padding: 0 45px 25px 0; margin: 0; color: var(--muted); font-size: 15px; }

.contact { position: relative; overflow: hidden; padding: 112px 0; color: #b9c9d6; background: linear-gradient(125deg, var(--navy-950), #092c4d); }
.contact::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; top: -300px; border: 1px solid rgba(91,212,231,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(91,212,231,.025); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.contact-copy { padding-top: 26px; }
.contact h2 { margin-bottom: 24px; color: #fff; font-size: clamp(42px, 5vw, 61px); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; font-size: 17px; }
.contact-details { display: grid; gap: 16px; margin-top: 45px; }
.contact-method { display: flex; align-items: center; gap: 15px; }
.contact-icon { width: 46px; height: 46px; display: grid; flex: none; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
.contact-icon svg { width: 22px; fill: none; stroke: #84dff0; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-method > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.contact-details small { color: #8fa5b8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { margin-top: 2px; color: #fff; font: 600 14px var(--font-display); overflow-wrap: anywhere; }
.enquiry-form { padding: 38px; background: #fff; border-radius: var(--radius-md); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.23); }
.form-heading { display: flex; flex-direction: column; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading span { margin-bottom: 4px; color: var(--blue-700); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-heading strong { font: 700 22px var(--font-display); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form label { display: block; margin-bottom: 16px; color: #34495d; font-size: 11px; font-weight: 700; }
.enquiry-form label > span { color: var(--blue-600); }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 7px; color: var(--ink); background: #f7f9fb; border: 1px solid #d5e0e7; border-radius: 7px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.enquiry-form input, .enquiry-form select { height: 48px; padding: 0 13px; }
.enquiry-form textarea { min-height: 105px; padding: 11px 13px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { background: #fff; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(8,125,227,.12); }
.enquiry-form .invalid { border-color: #c44444; box-shadow: 0 0 0 3px rgba(196,68,68,.1); }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; margin: 0 !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-status { min-height: 18px; margin: -3px 0 10px; font-size: 12px; line-height: 1.5; }
.form-status.is-error { color: #b33131; }
.form-status.is-success { color: #167c5a; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-privacy { margin: 13px 0 0; color: #7a8895; text-align: center; font-size: 9px; line-height: 1.5; }

.site-footer { padding: 72px 0 0; color: #91a4b5; background: #041426; }
.footer-main { display: grid; grid-template-columns: 1.7fr .8fr 1.15fr 1.25fr; gap: 65px; padding-bottom: 55px; }
.brand-light { margin-bottom: 22px; }
.footer-brand p { max-width: 330px; font-size: 13px; }
.footer-main h3 { margin-bottom: 20px; color: #fff; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a, .footer-contact > a:not(.button) { color: #91a4b5; font-size: 12px; transition: color .2s; }
.footer-links a:hover, .footer-contact > a:not(.button):hover { color: #fff; }
.footer-contact .button { margin-top: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; color: #6f8496; font-size: 10px; }


/* Premium digital-advisory layer */
.scroll-progress { position: fixed; z-index: 1000; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #55e4f1, #1698ff 55%, #7d7cff); transform: scaleX(0); transform-origin: left; box-shadow: 0 0 18px rgba(85,228,241,.65); }
.site-header { height: 96px; padding-top: 14px; background: transparent; border: 0; backdrop-filter: none; }
.site-header.scrolled { height: 82px; padding-top: 9px; background: transparent; box-shadow: none; }
.header-inner { height: 68px; padding: 0 12px 0 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(5,25,46,.72); box-shadow: 0 14px 45px rgba(0,0,0,.14); backdrop-filter: blur(22px) saturate(140%); transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.scrolled .header-inner { height: 62px; background: rgba(4,20,38,.9); box-shadow: 0 15px 44px rgba(0,0,0,.22); }
.brand-mark { position: relative; overflow: hidden; background: linear-gradient(145deg, #0ba2ff, #0865dc); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 8px 24px rgba(8,125,227,.28); }
.brand-mark::after { content: ""; position: absolute; inset: -40% 50% -40% -50%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: rotate(22deg); }
.primary-nav > a:not(.button) { position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: #64dbea; transition: right .25s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.button { position: relative; overflow: hidden; border-radius: 11px; }
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.24) 45%, transparent 70%); transform: translateX(-130%); transition: transform .65s ease; }
.button:hover::before { transform: translateX(130%); }
.button-primary { background: linear-gradient(135deg, #0b9bff, #0874e4 58%, #1761cf); border-color: rgba(255,255,255,.14); box-shadow: 0 16px 40px rgba(8,125,227,.3), inset 0 1px rgba(255,255,255,.22); }
.button-small { background: linear-gradient(135deg, #139eff, #0874e4); }
.hero { min-height: 840px; padding: 192px 0 128px; background: radial-gradient(circle at 78% 28%, rgba(13,134,233,.22), transparent 28%), radial-gradient(circle at 15% 90%, rgba(41,200,220,.09), transparent 30%), linear-gradient(125deg, #031428 0%, #062442 55%, #073354 100%); }
.hero::before { width: 780px; height: 780px; right: -290px; top: -320px; background: radial-gradient(circle, rgba(45,174,255,.22), transparent 66%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(2,14,29,.35)); pointer-events: none; }
.hero-grid-overlay { opacity: .06; background-size: 74px 74px; mask-image: radial-gradient(circle at 70% 45%, #000, transparent 70%); }
.hero-aurora { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; animation: aurora-drift 10s ease-in-out infinite alternate; }
.hero-aurora-one { width: 440px; height: 440px; top: 175px; right: 6%; border: 1px solid rgba(100,219,234,.14); box-shadow: inset 0 0 90px rgba(23,142,225,.06), 0 0 80px rgba(23,142,225,.04); }
.hero-aurora-two { width: 120px; height: 120px; left: 46%; bottom: 110px; background: rgba(70,221,234,.05); filter: blur(35px); animation-delay: -3s; }
.hero h1 { font-size: clamp(57px, 5.35vw, 82px); text-wrap: balance; }
.hero h1 em { color: transparent; background: linear-gradient(110deg, #76edf2, #49b9ff 60%, #9ab8ff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { color: #c1d2df; }
.hero .eyebrow { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(116,220,237,.18); border-radius: 999px; background: rgba(91,212,231,.06); backdrop-filter: blur(8px); }
.hero .eyebrow > span { width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(139,220,241,.1), 0 0 18px #8bdcf1; }
.visual-accent { width: 420px; height: 420px; border-color: rgba(122,219,239,.25); animation: orbit-pulse 5s ease-in-out infinite; }
.planning-card { padding: 27px; border-color: rgba(255,255,255,.45); border-radius: 24px; background: linear-gradient(150deg, rgba(255,255,255,.98), rgba(236,246,252,.94)); box-shadow: 0 45px 100px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.035); transform: perspective(900px) rotateY(-3deg) rotateX(1deg); transition: transform .18s ease-out, box-shadow .25s ease; will-change: transform; }
.planning-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(130deg, rgba(255,255,255,.7), transparent 35%); pointer-events: none; }
.floating-note { border: 1px solid rgba(255,255,255,.7); box-shadow: 0 22px 60px rgba(0,0,0,.3); animation: float-note 4s ease-in-out infinite; }
.metrics { z-index: 5; background: transparent; border: 0; }
.metrics-grid { position: relative; margin-top: -45px; overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 22px 65px rgba(5,28,51,.14); backdrop-filter: blur(18px); }
.metrics article { min-height: 128px; }
.capability-rail { overflow: hidden; padding: 21px 0; background: #f3f8fb; border-bottom: 1px solid #deebf1; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.capability-track { width: max-content; display: flex; align-items: center; color: #6b7e8e; animation: capability-scroll 30s linear infinite; font: 700 11px var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.capability-group { display: flex; flex: none; align-items: center; gap: 28px; padding-right: 28px; }
.capability-track span { white-space: nowrap; }
.capability-track i { width: 5px; height: 5px; flex: none; background: var(--blue-500); border-radius: 50%; box-shadow: 0 0 10px rgba(21,149,242,.5); }
.recognition { background: linear-gradient(#fff, #f9fbfd); }
.problem-card, .service-card, .enquiry-form { isolation: isolate; }
[data-glow]::before { content: ""; position: absolute; z-index: -1; width: 280px; height: 280px; left: calc(var(--glow-x, 50%) - 140px); top: calc(var(--glow-y, 50%) - 140px); border-radius: 50%; background: radial-gradient(circle, rgba(30,154,241,.15), transparent 68%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
[data-glow]:hover::before { opacity: 1; }
.problem-card { background: rgba(246,249,251,.78); backdrop-filter: blur(8px); }
.problem-card:hover { border-color: rgba(40,155,226,.35); box-shadow: 0 28px 70px rgba(7,31,57,.12); }
.line-icon, .service-icon { border: 1px solid rgba(8,125,227,.1); box-shadow: inset 0 1px rgba(255,255,255,.8); }
.approach { background: radial-gradient(circle at 80% 30%, rgba(16,112,183,.2), transparent 34%), linear-gradient(135deg, #031428, #061f39); }
.approach::before { content: ""; position: absolute; inset: 0; opacity: .04; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.process-number { background: linear-gradient(145deg, #10466f, #082641); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 8px 25px rgba(0,0,0,.18); }
.services { background: linear-gradient(180deg, #fff, #f8fbfd); }
.services-grid { grid-template-columns: repeat(12, 1fr); }
.service-card { overflow: hidden; border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 12px 45px rgba(7,31,57,.045); backdrop-filter: blur(10px); }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card-featured { background: radial-gradient(circle at 80% 0, rgba(28,153,239,.25), transparent 35%), linear-gradient(135deg, #04192f, #0a3c62); }
.difference { background: radial-gradient(circle at 10% 10%, rgba(21,149,242,.06), transparent 32%), #f2f6f9; }
.difference-list article { border-radius: 20px; box-shadow: 0 12px 40px rgba(7,31,57,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.difference-list article:hover { transform: translateY(-4px); border-color: #bcd8e8; box-shadow: 0 24px 55px rgba(7,31,57,.09); }
.founder-visual { border: 1px solid rgba(9,101,169,.12); background: radial-gradient(circle at 65% 30%, rgba(58,189,240,.2), transparent 35%), linear-gradient(145deg, #edf7fb, #bed9e8); box-shadow: 0 35px 80px rgba(7,31,57,.13); transition: transform .18s ease-out; will-change: transform; }
.founder-monogram { background: radial-gradient(circle at 35% 25%, #17639b, transparent 45%), linear-gradient(145deg, #0d4977, #03182d); box-shadow: 0 32px 70px rgba(7,31,57,.32), 0 0 0 16px rgba(255,255,255,.3); }
.getting-started { background: radial-gradient(circle at 50% 0, rgba(49,168,235,.09), transparent 38%), #eaf4fa; }
.steps-grid li > span { border-color: rgba(23,137,210,.25); box-shadow: 0 12px 30px rgba(7,31,57,.1), inset 0 1px #fff; }
.accordion details { margin-bottom: 9px; padding-inline: 22px; background: #fff; border: 1px solid var(--line) !important; border-radius: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.accordion details[open] { border-color: #b7d7e9 !important; box-shadow: 0 12px 35px rgba(7,31,57,.07); }
.contact { background: radial-gradient(circle at 74% 20%, rgba(10,142,236,.23), transparent 28%), linear-gradient(125deg, #021326, #062845); }
.contact::after { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent, #000 60%); }
.contact-grid { z-index: 2; }
.enquiry-form { position: relative; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 42px 100px rgba(0,0,0,.3), 0 0 0 8px rgba(255,255,255,.025); }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { background: #f2f6f9; border-color: #d6e3eb; }
.site-footer { background: #020f1d; }

@keyframes capability-scroll { to { transform: translateX(-25%); } }
@keyframes aurora-drift { from { transform: translate3d(-8px,-5px,0) scale(.98); } to { transform: translate3d(14px,10px,0) scale(1.04); } }
@keyframes orbit-pulse { 50% { transform: scale(1.035); opacity: .78; } }
@keyframes float-note { 50% { transform: translateY(-8px); } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }
.stagger-group .reveal:nth-child(2) { transition-delay: .08s; }
.stagger-group .reveal:nth-child(3) { transition-delay: .16s; }
.stagger-group .reveal:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .capability-track { animation: none; }
}

@media (max-width: 1080px) {
  .primary-nav { gap: 20px; }
  .primary-nav > a:not(.button) { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 35px; }
  .planning-card { width: 380px; }
  .cycle-visual { gap: 18px; }
  .floating-note { right: -5px; }
  .metrics article { padding-inline: 25px; }
  .approach-grid, .contact-grid { gap: 65px; }
  .difference-grid, .founder-grid, .faq-grid { gap: 65px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 40px 40px; background: rgba(6,25,46,.99); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .25s, visibility .25s, transform .25s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a:not(.button) { color: #fff; font: 700 25px var(--font-display); }
  .primary-nav .button { margin-top: 12px; min-height: 52px; }
  .hero { min-height: auto; padding: 150px 0 92px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { max-width: 600px; min-height: 420px; margin-inline: auto; }
  .planning-card { width: min(430px, calc(100vw - 62px)); }
  .floating-note { right: 0; }
  .metrics article { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .split-intro { grid-template-columns: 1fr; gap: 28px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .approach-grid, .difference-grid, .founder-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .approach-copy, .difference-title, .faq-intro { position: static; }
  .approach-grid { gap: 60px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(1), .service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(4) { grid-column: auto; }
  .founder-visual { min-height: 470px; max-width: 600px; }
  .difference-list { max-width: 700px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .steps-grid::before { display: none; }
  .faq-grid { gap: 45px; }
  .contact-copy { padding-top: 0; }
  .contact-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header, .site-header.scrolled { height: 70px; padding-top: 6px; }
  .header-inner, .site-header.scrolled .header-inner { height: 58px; padding-inline: 9px; border-radius: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark svg { width: 30px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .hero { padding: 125px 0 76px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-trust { flex-direction: column; gap: 12px; }
  .hero-visual { min-height: 365px; margin-inline: -5px; }
  .planning-card { padding: 20px; transform: none; }
  .planning-card-head strong { font-size: 13px; }
  .cycle-visual { justify-content: space-between; padding-inline: 0; }
  .cycle-ring { width: 125px; height: 125px; }
  .cycle-centre { width: 91px; height: 91px; }
  .cycle-legend { font-size: 10px; }
  .floating-note { right: -8px; bottom: 5px; }
  .visual-accent { width: 280px; height: 280px; }
  .metrics { padding: 15px 0; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics article, .metrics article:first-child, .metrics article:last-child { min-height: 90px; flex-direction: row; align-items: center; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics article:last-child { border-bottom: 0; }
  .metrics strong { min-width: 126px; font-size: 21px; }
  .metrics p { max-width: 180px; }
  .section-intro h2, .split-intro h2, .approach h2, .difference-title h2, .founder-copy h2, .faq-intro h2, .contact h2 { font-size: 36px; }
  .split-intro { margin-bottom: 40px; }
  .problem-card, .service-card { padding: 27px; }
  .card-number { font-size: 40px; }
  .insight-panel { align-items: flex-start; gap: 17px; padding: 30px 24px; }
  .insight-panel p { font-size: 18px; }
  .insight-mark { font-size: 56px; }
  .approach-grid { gap: 45px; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 16px; }
  .process-number { width: 48px; height: 48px; }
  .process-list li:not(:last-child)::before { top: 50px; left: 23px; }
  .process-list h3 { font-size: 22px; }
  .services-grid, .difference-list { grid-template-columns: 1fr; }
  .service-card:nth-child(1), .service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(4) { grid-column: auto; }
  .service-card { min-height: 305px; }
  .difference-list article { min-height: auto; }
  .difference-list article > span { margin-bottom: 25px; }
  .founder-grid { gap: 45px; }
  .founder-visual { min-height: 390px; }
  .founder-monogram { width: 180px; height: 180px; font-size: 56px; }
  .founder-caption { left: 18px; right: 18px; bottom: 18px; flex-direction: column; align-items: flex-start; gap: 3px; }
  .steps-grid { grid-template-columns: 1fr; gap: 34px; }
  .steps-grid li { display: grid; grid-template-columns: 56px 1fr; gap: 15px; text-align: left; }
  .steps-grid li > span { width: 54px; height: 54px; grid-row: 1 / 3; margin: 0; }
  .steps-grid h3 { margin: 2px 0 6px; }
  .steps-grid p { max-width: none; margin: 0; }
  .accordion summary { font-size: 16px; }
  .contact { padding: 78px 0; }
  .contact-details { margin-top: 35px; }
  .enquiry-form { padding: 25px 20px; margin-inline: -2px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}
