
:root {
  --accent: #315bbb;
  --accent-dark: #07184a;
  --yellow: #ffd84d;
  --ink: #101216;
  --muted: #5e6675;
  --line: #d7dfef;
  --soft: #f4f8ff;
  --paper: #ffffff;
  --blue-soft: #eaf2ff;
  --shadow: 0 18px 55px rgba(20, 42, 91, 0.12);
  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; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.55; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; pointer-events: none; }
.nav-shell { pointer-events: auto; width: fit-content; max-width: calc(100% - 28px); display: inline-flex; align-items: center; gap: 24px; padding: 10px 12px 10px 18px; background: rgba(255,255,255,0.9); border: 1px solid rgba(12,24,64,0.12); box-shadow: 0 20px 45px rgba(8,24,74,0.14); backdrop-filter: blur(18px); border-radius: 999px; }
.brand-lockup { display: grid; line-height: 1; min-width: 128px; }
.brand-word { font-weight: 900; color: var(--accent); font-size: 20px; }
.brand-sub { font-size: 11px; color: var(--accent-dark); text-transform: uppercase; margin-top: 2px; }
.desktop-nav { display: flex; gap: 20px; align-items: center; font-size: 14px; color: #243047; }
.desktop-nav a { padding: 8px 0; }
.desktop-nav a:hover { color: var(--accent); }
.nav-cta, .primary-btn, .secondary-btn, .contact-form button, .mobile-quote { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; font-weight: 800; border: 1px solid #111827; white-space: nowrap; }
.nav-cta, .primary-btn, .contact-form button, .mobile-quote { background: var(--yellow); color: #111827; box-shadow: 0 6px 0 #111827; }
.secondary-btn { background: #fff; color: var(--accent-dark); box-shadow: 0 6px 0 rgba(17,24,39,0.14); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid #111827; border-radius: 999px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.mobile-menu-toggle span { width: 18px; height: 2px; background: #111827; display: block; }
.mobile-menu { display: none; }
.hero { min-height: 92vh; padding: 132px 40px 64px; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: 36px; align-items: center; width: min(1260px, 100%); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; font-weight: 900; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 64px; line-height: 1; margin-bottom: 22px; }
h2 { font-size: 42px; line-height: 1.08; margin-bottom: 18px; }
h3 { font-size: 20px; line-height: 1.15; margin-bottom: 8px; }
.hero-lead { font-size: 20px; color: #343c4c; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-visual { position: relative; min-height: 580px; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: var(--accent-dark); }
.hero-pattern { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.hero-proof { position: absolute; left: 28px; top: 28px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; min-width: 160px; }
.hero-proof strong { display: block; font-size: 46px; line-height: 1; color: var(--accent); }
.hero-proof span { color: var(--muted); font-size: 13px; }
.hero-logo-tile { position: absolute; right: 28px; bottom: 28px; width: min(420px, 55%); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.proof-rail { width: min(1160px, calc(100% - 40px)); margin: 0 auto 34px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.proof-rail div, .proof-grid div { padding: 20px; background: #fff; border-right: 1px solid var(--line); }
.proof-rail div:last-child { border-right: 0; }
.proof-rail span, .proof-grid span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 800; margin-bottom: 8px; }
.proof-rail strong, .proof-grid strong { font-size: 19px; }
.section { padding: 84px 0; }
.split-intro, .process-layout, .area-layout, .cta-layout, .contact-layout, .two-col, .feature-row, .faq-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: start; }
.split-intro p, .section-head p, .feature-row p, .area-layout p, .cta-layout p { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.service-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 10px 35px rgba(30,58,120,0.08); }
.service-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.service-card-body { padding: 20px; }
.service-card span { display: block; font-weight: 900; font-size: 20px; margin-bottom: 8px; }
.service-card p { color: var(--muted); margin: 0; }
.center-link { margin-top: 28px; }
.center-link a { font-weight: 900; color: var(--accent); }
.dark-band { background: var(--accent-dark); color: #fff; }
.dark-band .eyebrow { color: var(--yellow); }
.dark-band p { color: #c8d5f0; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.process-step { border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 22px; background: rgba(255,255,255,0.06); }
.process-step span { color: var(--yellow); font-weight: 900; display: block; margin-bottom: 18px; }
.image-break { background: var(--soft); }
.feature-row img { border-radius: 8px; box-shadow: var(--shadow); background: #fff; }
.section-head { max-width: 760px; margin-bottom: 28px; }
.gr-summary { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 28px; background: #fff; border: 1px solid var(--line); border-radius: 8px; flex-wrap: wrap; box-shadow: var(--shadow); }
.gr-sum-left { display: flex; align-items: center; gap: 20px; }
.gr-logo { width: 48px; height: 48px; border-radius: 999px; background: #f8f9fa; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gr-meta-top { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.gr-score { font-size: 32px; font-weight: 900; color: var(--ink); }
.gr-stars { display: inline-flex; gap: 1px; color: #fbbc05; font-size: 18px; }
.gr-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.gr-sub strong { color: var(--ink); font-weight: 900; }
.gr-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; font-size: 13px; font-weight: 900; color: var(--ink); border: 1px solid var(--line); background: #fff; }
.area-band { background: #eef5ff; }
.map-graphic { min-height: 360px; border-radius: 8px; border: 1px solid var(--line); background: radial-gradient(circle at 25% 30%, #fff 0 8%, transparent 8.5%), linear-gradient(135deg, #dfeaff, #f7fbff); position: relative; display: flex; flex-direction: column; justify-content: end; padding: 34px; overflow: hidden; }
.map-graphic::before { content: ""; position: absolute; inset: 38px; border: 2px dashed rgba(49,91,187,0.25); border-radius: 50%; }
.map-graphic strong { color: var(--accent-dark); font-size: 34px; z-index: 1; }
.map-graphic em { color: var(--muted); z-index: 1; font-style: normal; }
.map-dot { position: absolute; width: 18px; height: 18px; background: var(--yellow); border: 3px solid #111827; border-radius: 999px; z-index: 1; }
.dot-one { left: 42%; top: 42%; }
.dot-two { left: 60%; top: 32%; }
.dot-three { left: 32%; top: 60%; }
.final-cta { background: #fff; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 900; color: #334155; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; font: inherit; background: #fff; color: var(--ink); }
.compact { grid-template-columns: 1fr 1fr; }
.compact label:nth-of-type(3), .compact label:nth-of-type(4), .compact button { grid-column: 1 / -1; }
.sub-hero { padding: 150px 0 70px; background: linear-gradient(180deg, #eef5ff, #fff); }
.sub-hero p { max-width: 720px; color: var(--muted); font-size: 19px; }
.service-hero { min-height: 82vh; padding: 132px 40px 64px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 38px; align-items: center; width: min(1220px, 100%); margin: 0 auto; }
.service-hero img { border-radius: 8px; box-shadow: var(--shadow); }
.tick-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.tick-list li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 800; }
.quote-panel, .contact-aside { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: var(--soft); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #fff; color: var(--ink); border-radius: 8px; border: 1px solid var(--line); padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
.contact-aside p { color: var(--muted); }
.licence-line { font-weight: 900; color: var(--accent-dark) !important; }
.site-footer { background: #070b13; color: #fff; padding: 70px 0 30px; }
.footer-grid { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 0.8fr 1fr; gap: 38px; }
.footer-brand { font-size: 42px; font-weight: 900; color: #fff; margin-bottom: 14px; }
.site-footer p, .site-footer a { color: #cfd8ea; }
.site-footer h2 { font-size: 16px; margin-bottom: 14px; color: var(--yellow); }
.footer-links { display: grid; gap: 10px; }
.social-row { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); color: #8b95aa; font-size: 13px; }
.sticky-mobile-cta { display: none; }
@media (max-width: 1023px) {
  .site-header { top: 12px; }
  .nav-shell { width: calc(100% - 24px); max-width: none; justify-content: space-between; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-menu.open { pointer-events: auto; display: grid; position: fixed; top: 76px; left: 12px; right: 12px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); gap: 12px; }
  .mobile-menu a { padding: 12px; border-radius: 8px; background: var(--soft); font-weight: 900; }
  .hero, .service-hero, .split-intro, .process-layout, .area-layout, .cta-layout, .contact-layout, .two-col, .feature-row, .faq-layout { grid-template-columns: 1fr; }
  .hero { padding: 116px 20px 50px; }
  .hero-visual { min-height: 500px; }
  .hero-pattern { min-height: 500px; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-rail, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-rail div:nth-child(2) { border-right: 0; }
  .proof-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .compact { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, 1160px); }
  .brand-word { font-size: 18px; }
  .brand-sub { font-size: 10px; }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .hero, .service-hero { padding-left: 14px; padding-right: 14px; min-height: auto; }
  .hero-visual { min-height: 430px; }
  .hero-pattern { min-height: 430px; }
  .hero-logo-tile { width: calc(100% - 36px); right: 18px; bottom: 18px; }
  .hero-proof { left: 18px; top: 18px; }
  .hero-actions { display: grid; }
  .proof-rail, .service-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-rail div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-rail div:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .gr-summary { padding: 18px; }
  .gr-score { font-size: 26px; }
  .sticky-mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; }
  .sticky-mobile-cta a { min-height: 58px; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #fff; }
  .sticky-mobile-cta a:first-child { background: var(--accent); }
  .sticky-mobile-cta a:last-child { background: #0a0a0a; }
}
