:root {
  --navy-950: #04132d;
  --navy-900: #071b3d;
  --navy-800: #0b2d5c;
  --blue-600: #1261e8;
  --blue-500: #1d7af2;
  --teal-500: #17c7b5;
  --orange-500: #ff8b2c;
  --pink-500: #ed247f;
  --ink: #102a43;
  --slate: #52677c;
  --line: #dbe5ef;
  --surface: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(7, 27, 61, 0.13);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 8px; color: var(--navy-900); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 19, 45, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-family: "Manrope", sans-serif; font-size: 20px; }
.brand img { width: 50px; height: 50px; border-radius: 12px; object-fit: contain; background: white; }
.brand strong { font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #d7e7fb; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav .nav-cta { padding: 10px 16px; color: var(--white); border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 9px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(132deg, var(--navy-950), var(--navy-900) 55%, #0b3c76); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .38; }
.hero-glow-one { width: 430px; height: 430px; right: -80px; top: -120px; background: radial-gradient(circle, rgba(23,199,181,.75), transparent 67%); }
.hero-glow-two { width: 390px; height: 390px; left: 30%; bottom: -280px; background: radial-gradient(circle, rgba(237,36,127,.65), transparent 70%); }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 72px; padding-block: 96px; }
.eyebrow { margin: 0 0 18px; color: #83f2e4; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #075ec9; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.12; letter-spacing: -.03em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 6vw, 76px); }
h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); }
h3 { margin: 0; font-size: 23px; }
.hero-lead { max-width: 710px; margin: 26px 0 0; color: #c7d9ee; font-size: clamp(18px, 2vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 21px; border-radius: 10px; text-decoration: none; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(120deg, var(--blue-600), #0a8ed7); box-shadow: 0 15px 35px rgba(18,97,232,.34); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.06); }
.hero-note { margin-top: 24px; color: #91aeca; font-size: 13px; letter-spacing: .025em; }
.hero-visual { position: relative; min-height: 410px; }
.hero-logo-card { position: absolute; inset: 55px 20px auto auto; width: min(340px, 100%); padding: 36px 32px 28px; border: 1px solid rgba(255,255,255,.19); border-radius: 30px; background: rgba(255,255,255,.075); box-shadow: 0 36px 100px rgba(0,0,0,.35); backdrop-filter: blur(20px); }
.hero-logo-card img { width: 220px; margin: auto; border-radius: 26px; }
.hero-logo-card p { display: inline-block; margin: 21px 4px 0; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.09); color: #d7e7fb; font-size: 11px; font-weight: 700; }
.orbit { position: absolute; border: 1px solid rgba(40,214,236,.28); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 470px; height: 250px; top: 70px; left: -60px; }
.orbit-two { width: 390px; height: 190px; top: 100px; left: -25px; border-color: rgba(255,139,44,.26); }
.signal { position: absolute; z-index: 2; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(5,25,58,.88); color: #c9efff; font-size: 11px; font-weight: 800; box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.signal-one { left: -12px; top: 62px; }
.signal-two { left: 22px; bottom: 64px; color: #ffe0bb; }
.signal-three { right: -10px; top: 20px; color: #c7fff7; }

.impact-strip { border-bottom: 1px solid var(--line); background: white; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-grid div { min-height: 126px; padding: 26px 28px; border-right: 1px solid var(--line); }
.impact-grid div:first-child { border-left: 1px solid var(--line); }
.impact-grid strong, .impact-grid span { display: block; }
.impact-grid strong { margin-bottom: 5px; color: var(--navy-900); font: 800 17px "Manrope", sans-serif; }
.impact-grid span { color: var(--slate); font-size: 13px; line-height: 1.55; }

.section { padding: 110px 0; }
.services-section { background: var(--surface); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 3px; color: var(--slate); font-size: 17px; line-height: 1.75; }
.card-grid { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; overflow: hidden; min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 14px 42px rgba(16,42,67,.055); }
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent); }
.accent-blue { --accent: var(--blue-600); }
.accent-teal { --accent: var(--teal-500); }
.accent-orange { --accent: var(--orange-500); }
.accent-pink { --accent: var(--pink-500); }
.card-index { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border-radius: 12px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, white); font: 800 12px "Manrope", sans-serif; }
.service-card p { color: var(--slate); }
.service-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 7px 0 7px 21px; color: #334e68; font-size: 14px; }
.service-card li::before { content: ""; position: absolute; width: 7px; height: 7px; left: 0; top: 16px; border-radius: 50%; background: var(--accent); }

.products-section { color: white; background: linear-gradient(145deg, var(--navy-950), #0a2957); }
.centered-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.centered-heading > p:last-child { color: #b8cee4; font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { position: relative; padding: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.065); }
.product-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -85px; top: -90px; border-radius: 50%; background: radial-gradient(circle, var(--product-accent), transparent 70%); opacity: .42; }
.product-approve { --product-accent: #1d7af2; }
.product-release { --product-accent: #17c7b5; }
.product-kicker { margin-bottom: 18px; color: #8cefe3; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { font-size: 36px; }
.product-card p { color: #c3d5e9; }
.product-summary { max-width: 520px; color: white !important; font-size: 19px; font-weight: 600; }
.product-outcomes { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.product-outcomes span, .status-pill { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dceaff; font-size: 12px; font-weight: 700; }
.status-pill { display: inline-block; color: #8cefe3; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #8fd8ff; font-weight: 800; text-decoration: none; }
.independence-note { max-width: 880px; margin: 32px auto 0; color: #8faac5; font-size: 12px; line-height: 1.65; text-align: center; }

.approach-section { background: white; }
.approach-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.approach-copy { position: sticky; top: 120px; }
.approach-copy > p:not(.eyebrow) { color: var(--slate); font-size: 17px; }
.dark-link { color: var(--blue-600); }
.approach-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 18px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.approach-steps li > span { color: var(--blue-600); font: 800 13px "Manrope", sans-serif; }
.approach-steps h3 { font-size: 21px; }
.approach-steps p { margin: 7px 0 0; color: var(--slate); }

.company-section { color: white; background: linear-gradient(115deg, #0b3b73, var(--navy-900)); }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.company-copy { color: #c7daed; font-size: 18px; }
.company-copy p:first-child { margin-top: 4px; }

.contact-section { padding-block: 80px; background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; padding: 56px; overflow: hidden; color: white; border-radius: 26px; background: linear-gradient(125deg, #0a51ad, #0878aa 60%, #0a8d80); box-shadow: var(--shadow); }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h2 { max-width: 760px; }
.contact-copy > p:not(.eyebrow, .contact-email) { max-width: 750px; color: #d7e9f7; }
.contact-assurances { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.contact-assurances span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #e4f6ff; font-size: 11px; font-weight: 700; }
.contact-email { margin-top: 25px; color: #d7e9f7; }
.contact-email a { color: white; font-weight: 800; text-underline-offset: 4px; }
.enquiry-form { padding: 32px; color: var(--ink); border: 1px solid rgba(255,255,255,.42); border-radius: 20px; background: white; box-shadow: 0 22px 60px rgba(4,19,45,.22); }
.form-heading { margin-bottom: 22px; }
.form-kicker { margin: 0 0 7px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { font-size: 25px; }
.form-heading > p:last-child { margin: 8px 0 0; color: var(--slate); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: #243b53; font-size: 13px; font-weight: 800; }
.form-span { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid #9fb3c8; border-radius: 9px; background: white; font: 500 15px "Inter", sans-serif; }
.form-grid textarea { min-height: 126px; resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(18,97,232,.18); border-color: var(--blue-600); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 0; color: #486581; font-size: 13px; line-height: 1.55; }
.consent-row input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue-600); }
.form-status { display: none; margin-top: 18px; padding: 12px 14px; border-radius: 8px; font-size: 13px; line-height: 1.55; }
.form-status.visible { display: block; }
.form-status.error { color: #9f1c14; background: #fff0f0; border: 1px solid #ffc9c5; }
.form-status.success { color: #075f50; background: #e9fbf7; border: 1px solid #a9eadf; }
.form-submit { min-height: 48px; margin-top: 18px; padding: 0 21px; color: white; border: 0; border-radius: 10px; background: var(--blue-600); font: 800 15px "Inter", sans-serif; cursor: pointer; }
.form-submit:hover { background: #0b54cb; }
.form-submit:disabled { cursor: wait; opacity: .62; }

.site-footer { padding: 52px 0 30px; color: #a8bfd6; background: var(--navy-950); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 14px; background: white; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; }
.footer-brand span { margin-top: 3px; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #c6d9ea; font-size: 13px; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 8px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 84px 72px; }
  .hero-visual { min-height: 330px; max-width: 520px; width: 100%; margin: -10px auto 0; }
  .hero-logo-card { inset: 25px auto auto 50%; transform: translateX(-50%); }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .approach-grid, .company-grid, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .approach-copy { position: static; }
  .contact-copy { position: static; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header .brand span { font-size: 16px; }
  .brand img { width: 44px; height: 44px; }
  .nav-wrap { min-height: 68px; }
  .primary-nav { top: 68px; }
  .hero-grid { gap: 38px; padding-block: 68px 54px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 285px; }
  .hero-logo-card { width: 285px; padding: 27px 22px 22px; }
  .hero-logo-card img { width: 185px; }
  .orbit-one { width: 360px; left: -30px; }
  .orbit-two { width: 300px; left: 0; }
  .impact-grid, .service-grid, .product-grid { grid-template-columns: 1fr; }
  .impact-grid div, .impact-grid div:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .service-card, .product-card { padding: 28px; }
  .contact-layout { padding: 34px 26px; }
  .enquiry-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .footer-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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