
:root {
  --ink: #07111f;
  --ink-2: #0c1b2e;
  --blue: #2a6df4;
  --blue-bright: #4f8cff;
  --cyan: #86b7ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #91a0b6;
  --line: rgba(255,255,255,.12);
  --dark-line: rgba(7,17,31,.12);
  --shadow: 0 30px 80px rgba(5, 15, 32, .18);
  --radius: 24px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

::selection {
  background: var(--blue);
  color: #fff;
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

button, input, select, textarea { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: .025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(7, 17, 31, .72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img { width: 176px; height: auto; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #dce5f1;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: #fff; }

.nav-cta {
  border: 1px solid rgba(255,255,255,.24);
  padding: 10px 16px;
  border-radius: 999px;
}

.nav-cta:hover { background: rgba(255,255,255,.08); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #fff;
  margin: 5px auto;
  transition: transform .2s ease;
}

.hero {
  overflow: hidden;
  padding: 154px 0 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(42,109,244,.32), transparent 24%),
    radial-gradient(circle at 40% 0%, rgba(19,76,149,.15), transparent 28%),
    linear-gradient(135deg, #06101d 0%, #081522 48%, #0a1526 100%);
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 70px;
  align-items: center;
  padding-bottom: 76px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6vw, 92px);
}

.hero h1 span { color: #7e9fca; }

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #b9c5d5;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(42,109,244,.26);
}

.btn-primary:hover { background: #3477ff; }

.btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

.btn-secondary:hover { background: rgba(255,255,255,.08); }

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-trust div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-trust strong {
  font-size: 13px;
  color: #fff;
}

.hero-trust span {
  font-size: 12px;
  color: #73859d;
}

.hero-visual {
  position: relative;
}

.visual-card {
  position: relative;
  min-height: 530px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
    #0b1829;
  box-shadow: 0 50px 120px rgba(0,0,0,.35);
  overflow: hidden;
}

.visual-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(42,109,244,.16);
  filter: blur(50px);
  top: 100px;
  left: 160px;
}

.scan-head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: #7890ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a5c3ff;
}

.status-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f8cff;
  box-shadow: 0 0 18px #4f8cff;
}

.car-outline {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 325px;
}

.car-outline svg {
  width: 100%;
  max-width: 520px;
  fill: none;
  stroke: #7ba7ff;
  stroke-width: 2;
  opacity: .8;
  filter: drop-shadow(0 0 12px rgba(78,139,255,.12));
}

.diagnostic-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.diag-item {
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  border-radius: 13px;
}

.diag-item span,
.diag-item strong { display: block; }

.diag-item span {
  color: #71859f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.diag-item strong {
  color: #cfe0ff;
  margin-top: 4px;
  font-size: 12px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  width: 205px;
  display: flex;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(9, 22, 38, .88);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.floating-note span {
  color: var(--blue-bright);
  font-size: 11px;
  font-weight: 800;
}

.floating-note p {
  margin: 0;
  color: #c4d0df;
  font-size: 11px;
  line-height: 1.45;
}

.note-one { left: -46px; top: 108px; }
.note-two { right: -34px; bottom: 82px; }

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
  animation: marquee 35s linear infinite;
}

.marquee-track span {
  color: #75879f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.marquee-track i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2b6ef2;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  padding: 112px 0;
}

.section h2 {
  font-size: clamp(44px, 5.5vw, 76px);
}

.section-heading {
  margin-bottom: 50px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p {
  max-width: 480px;
  margin: 0 0 4px auto;
  color: #5b6979;
  font-size: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.65);
  overflow: hidden;
}

.service-card.featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(160deg, #0a1b31, #0d2649);
  box-shadow: var(--shadow);
}

.service-number {
  margin-left: auto;
  color: #8d9aab;
  font-size: 11px;
  font-weight: 800;
}

.featured .service-number { color: #7897c4; }

.service-icon {
  width: 64px;
  height: 64px;
  margin: 66px 0 28px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e8effa;
}

.featured .service-icon { background: rgba(73,135,255,.13); }

.service-icon svg {
  width: 30px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.featured .service-icon svg { stroke: #84aaff; }

.service-card h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -.025em;
}

.service-card > p {
  margin: 14px 0 0;
  color: #5d6b7b;
  font-size: 14px;
}

.featured > p { color: #a6b7cb; }

.service-card ul {
  list-style: none;
  padding: 22px 0 0;
  margin: auto 0 0;
  border-top: 1px solid var(--dark-line);
}

.featured ul { border-color: rgba(255,255,255,.1); }

.service-card li {
  padding: 7px 0;
  font-size: 12px;
  color: #6d7b8d;
}

.featured li { color: #9fb1c6; }

.service-card li::before {
  content: "—";
  margin-right: 8px;
  color: var(--blue);
}

.specialist-section {
  color: #fff;
  background: var(--ink);
}

.specialist-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 100px;
  align-items: start;
}

.specialist-panel {
  position: sticky;
  top: 130px;
}

.specialist-panel p:not(.eyebrow) { color: #8495aa; }

.large-copy {
  font-size: 21px !important;
  line-height: 1.55;
  color: inherit !important;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  color: #d8e7ff;
  font-weight: 800;
  font-size: 13px;
}

.text-link span { color: var(--blue-bright); }

.brand-stack {
  border-top: 1px solid rgba(255,255,255,.12);
}

.brand-row {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand-row span {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(26px, 4vw, 45px);
  font-weight: 700;
  letter-spacing: -.045em;
}

.brand-row small {
  color: #73859b;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 800;
}

.brand-row.subtle span { color: #506075; }

.process { background: #fff; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.process-grid article {
  min-height: 330px;
  padding: 28px 24px 26px 0;
}

.process-grid article + article {
  padding-left: 24px;
  border-left: 1px solid var(--dark-line);
}

.process-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 132px 0 10px;
  font-size: 21px;
}

.process-grid p {
  margin: 0;
  color: #667587;
  font-size: 13px;
}

.about { background: #eaf0f8; }

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 110px;
}

.about-copy > p:not(.eyebrow) { color: #667587; }

.principles {
  border-top: 1px solid var(--dark-line);
}

.principle {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--dark-line);
}

.principle > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.principle h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.principle p {
  margin: 0;
  color: #6b7a8d;
  font-size: 13px;
}

.contact {
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(42,109,244,.18), transparent 28%),
    var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 130px;
}

.contact-copy > p:not(.eyebrow) {
  color: #8394a9;
  max-width: 500px;
}

.contact-details {
  margin-top: 44px;
  display: grid;
  gap: 18px;
}

.contact-details div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-details span {
  display: block;
  margin-bottom: 3px;
  color: #6f8199;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.contact-details a,
.contact-details p {
  color: #d8e3f0 !important;
  margin: 0 !important;
  font-size: 14px;
}

.enquiry-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.035);
}

.enquiry-form label {
  display: block;
  margin-bottom: 16px;
  color: #a9b7c8;
  font-size: 11px;
  font-weight: 700;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input, select, textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,.11);
  outline: none;
  color: #fff;
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 14px 15px;
  transition: border-color .2s ease, background .2s ease;
}

input, select { min-height: 50px; }

textarea {
  min-height: 140px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder { color: #65768d; }

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(79,140,255,.72);
  background: rgba(255,255,255,.07);
}

select option { color: #07111f; }

.btn-full { width: 100%; margin-top: 4px; }

.form-note {
  margin: 13px 0 0;
  color: #64778f;
  font-size: 10px;
  text-align: center;
}

.site-footer {
  color: #90a0b5;
  background: #050c15;
  font-size: 12px;
}

.footer-main {
  min-height: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.footer-brand img { width: 170px; }

.footer-main p { margin: 0; }

.back-top {
  color: #dce7f5;
  font-weight: 700;
}

.footer-bottom {
  min-height: 78px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-bottom p { margin: 0; }

@media (max-width: 1060px) {
  .hero-grid,
  .specialist-grid,
  .about-grid,
  .contact-grid {
    gap: 56px;
  }

  .hero-grid { grid-template-columns: 1fr; }

  .hero-copy { max-width: 780px; }

  .hero-visual { max-width: 720px; }

  .note-one { left: 16px; }
  .note-two { right: 16px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 1180px); }

  .menu-toggle { display: block; }

  .main-nav {
    position: fixed;
    inset: 82px 0 auto 0;
    min-height: calc(100vh - 82px);
    padding: 34px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    background: #07111f;
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .main-nav.open { transform: translateX(0); }

  .main-nav a {
    font-size: 25px;
    letter-spacing: -.03em;
  }

  .nav-cta {
    font-size: 14px !important;
    margin-top: 6px;
  }

  .hero { padding-top: 130px; }

  .hero-grid { min-height: unset; }

  .hero h1 { font-size: clamp(52px, 11vw, 78px); }

  .split-heading,
  .specialist-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-heading { gap: 22px; }

  .split-heading > p { margin-left: 0; }

  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; }
  .service-icon { margin-top: 34px; }

  .specialist-panel,
  .contact-copy { position: static; }

  .process-grid { grid-template-columns: 1fr 1fr; }

  .process-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--dark-line); }
  .process-grid article:nth-child(4) { border-top: 1px solid var(--dark-line); }

  .about-grid,
  .contact-grid { gap: 48px; }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 45px 0;
  }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }

  .nav-wrap { height: 72px; }
  .main-nav { top: 72px; min-height: calc(100vh - 72px); }

  .brand img { width: 152px; }

  .hero { padding-top: 116px; }

  .hero h1 { font-size: clamp(48px, 13.6vw, 67px); }

  .hero-lead { font-size: 16px; }

  .hero-trust { grid-template-columns: 1fr; gap: 13px; }

  .visual-card { min-height: 420px; padding: 18px; }
  .car-outline { min-height: 245px; }

  .floating-note { display: none; }

  .diagnostic-grid { grid-template-columns: 1fr 1fr; }
  .diag-item { padding: 11px; }

  .section { padding: 82px 0; }
  .section h2 { font-size: clamp(42px, 12vw, 62px); }

  .service-card { padding: 24px; }

  .brand-row {
    min-height: 86px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  .process-grid { grid-template-columns: 1fr; }

  .process-grid article,
  .process-grid article + article {
    min-height: 240px;
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid var(--dark-line);
  }

  .process-grid article:first-child { border-top: 0; }

  .process-grid h3 { margin-top: 75px; }

  .field-row { grid-template-columns: 1fr; gap: 0; }

  .enquiry-form { padding: 20px; }

  .footer-bottom {
    padding: 24px 0;
    min-height: unset;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

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