:root {
  --navy: #07182f;
  --navy-2: #0d2749;
  --blue: #1263b5;
  --red: #ed1c24;
  --white: #ffffff;
  --mist: #f2f6fa;
  --ink: #13233a;
  --muted: #5c6d82;
  --line: #d8e0e9;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.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; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,24,47,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 126px; height: 70px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-weight: 700; font-size: .9rem; }
.primary-nav a { text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--red); }
.primary-nav .nav-cta { padding: 12px 18px; color: white; background: var(--red); }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible { color: white; background: #c9141b; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -28vw; width: 56vw; height: 56vw; border: 1px solid rgba(255,255,255,.08); transform: rotate(45deg); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-layout { position: relative; z-index: 1; min-height: 680px; padding: 82px 0; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 17px; color: #9dc8ef; font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
.eyebrow.light { color: #a9cff3; }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", Impact, sans-serif; line-height: .95; text-transform: uppercase; }
h1 { margin-bottom: 28px; font-size: clamp(4.25rem, 8.2vw, 7.8rem); letter-spacing: -.035em; }
h1 span { color: var(--red); }
h2 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.025em; }
h3 { font-size: 1.6rem; letter-spacing: .01em; }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #d9e6f4; font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 0; font-weight: 800; font-size: .85rem; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: #c9141b; transform: translateY(-2px); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); background: transparent; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: white; background: rgba(255,255,255,.08); }
.audience-row { margin-top: 50px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #9eb3cb; font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.audience-row span:not(:last-child)::after { content: "•"; margin-left: 22px; color: var(--red); }
.hero-result { position: relative; }
.image-frame { overflow: hidden; background: #dfe6ed; }
.hero-image { min-height: 485px; box-shadow: 24px 24px 0 rgba(18,99,181,.34); }
.hero-image > img { width: 100%; height: 485px; object-fit: cover; }
.result-stamp { position: absolute; right: -22px; top: 30px; width: 150px; padding: 18px; background: var(--red); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.result-stamp strong, .result-stamp span { display: block; }
.result-stamp strong { font-family: "Barlow Condensed"; font-size: 1.5rem; text-transform: uppercase; }
.result-stamp span { margin-top: 4px; font-size: .7rem; line-height: 1.35; }
.hero-note { position: relative; width: calc(100% - 46px); margin: -20px 0 0 -28px; padding: 20px 24px; color: var(--navy); background: white; box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.hero-note strong, .hero-note span { display: block; }
.hero-note span { margin-top: 3px; color: var(--muted); font-size: .82rem; }
.value-strip { color: white; background: var(--blue); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.value-grid > div { position: relative; min-height: 175px; padding: 32px 34px 28px 76px; border-left: 1px solid rgba(255,255,255,.24); }
.value-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.24); }
.value-number { position: absolute; left: 28px; top: 34px; color: rgba(255,255,255,.5); font: 700 1.05rem "Barlow Condensed"; }
.value-grid strong { display: block; font: 700 1.65rem "Barlow Condensed"; text-transform: uppercase; }
.value-grid p { margin: 8px 0 0; color: #d8eafb; font-size: .88rem; line-height: 1.5; }
.section { padding: 105px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.split-heading > p { margin: 0 0 12px; color: var(--muted); font-size: 1.05rem; }
.comparison { display: grid; grid-template-columns: 1fr 54px 1fr; align-items: center; }
.comparison figure { margin: 0; }
.comparison .image-frame { aspect-ratio: 1.5; }
.comparison img { width: 100%; height: 100%; object-fit: cover; }
.comparison figcaption { padding: 15px 0; color: var(--muted); font-size: .84rem; text-transform: uppercase; }
.comparison figcaption span { margin-right: 10px; color: var(--red); font-weight: 800; }
.comparison-mark { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--red); font-size: 1.5rem; }
.services-section { color: white; background: var(--navy); }
.service-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.service-intro { position: sticky; top: 120px; align-self: start; }
.service-intro > p:not(.eyebrow) { max-width: 430px; color: #b9c8d8; }
.text-link { display: inline-block; margin-top: 20px; color: white; font-weight: 800; text-decoration: none; text-transform: uppercase; border-bottom: 2px solid var(--red); }
.text-link span { color: var(--red); }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-list article { position: relative; padding: 28px 0 28px 64px; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-list article > span { position: absolute; top: 31px; left: 4px; color: var(--red); font: 700 1rem "Barlow Condensed"; }
.service-list h3 { margin-bottom: 8px; }
.service-list p { margin: 0; color: #aebed0; }
.center { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.process-grid article { background: var(--mist); }
.process-image { aspect-ratio: 1.36; overflow: hidden; }
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.process-grid article:hover img { transform: scale(1.035); }
.process-copy { position: relative; padding: 26px 26px 28px 72px; }
.process-copy > span { position: absolute; left: 26px; top: 29px; color: var(--red); font: 800 1.05rem "Barlow Condensed"; }
.process-copy h3 { margin-bottom: 4px; }
.process-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.commercial-section { color: white; background: var(--blue); }
.commercial-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.commercial-lead { max-width: 450px; color: #d7eafb; }
.proof-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.proof-grid > div { padding: 25px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.proof-grid span, .proof-grid strong, .proof-grid p { display: block; }
.proof-grid span { color: #c5e2fb; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.proof-grid strong { margin-top: 4px; font: 700 1.6rem "Barlow Condensed"; text-transform: uppercase; }
.proof-grid p { margin: 3px 0 0; color: #d6eafb; font-size: .82rem; }
.when-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.check-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 34px; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 22px 8px 22px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.contact-section { padding: 100px 0; color: white; background: linear-gradient(120deg, #08182e 0%, #0e2d54 100%); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; color: #b8c9db; }
address { margin-top: 44px; color: #bed0e2; font-style: normal; }
address span { display: block; margin-bottom: 4px; color: white; font-weight: 800; }
address a { color: white; text-underline-offset: 3px; }
.quote-form { padding: 34px; color: var(--ink); background: white; box-shadow: 0 18px 55px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.quote-form label { display: block; margin-bottom: 17px; color: #30445e; font-size: .82rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid #b9c5d1; border-radius: 0; background: white; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,99,181,.13); }
.quote-form [aria-invalid="true"] { border-color: var(--red); }
.form-note { margin: -2px 0 18px; color: var(--muted); font-size: .76rem; }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--blue); font-size: .85rem; font-weight: 700; }
.site-footer { color: #a7bacf; background: #030d1c; }
.footer-inner { min-height: 118px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 30px; font-size: .75rem; }
.footer-brand { display: flex; align-items: center; gap: 16px; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand img { width: 82px; height: 52px; object-fit: contain; background: white; }
.footer-inner a { color: white; text-decoration: none; }
.footer-contact { display: grid; gap: 2px; }
.footer-contact a:hover, .footer-contact a:focus-visible { text-decoration: underline; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 82px; left: 0; right: 0; padding: 22px 20px 28px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 11px 8px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-layout, .service-layout, .commercial-layout, .when-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-layout { padding: 70px 0 86px; }
  .hero-result { max-width: 620px; }
  .service-intro { position: static; }
  .split-heading { grid-template-columns: 1fr; gap: 6px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { display: grid; grid-template-columns: .8fr 1.2fr; }
  .process-image { aspect-ratio: 1.3; }
  .commercial-layout { gap: 45px; }
}
@media (max-width: 650px) {
  .section { padding: 76px 0; }
  h1 { font-size: clamp(3.85rem, 18vw, 5.6rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-layout { min-height: auto; padding-top: 56px; }
  .hero-result { margin-right: 8px; }
  .hero-image, .hero-image > img { min-height: 360px; height: 360px; }
  .result-stamp { right: -8px; top: 18px; }
  .hero-note { width: calc(100% - 22px); margin-left: -7px; }
  .audience-row { display: grid; grid-template-columns: repeat(2, auto); }
  .audience-row span::after { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid > div, .value-grid > div:last-child { min-height: 0; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
  .comparison { grid-template-columns: 1fr; gap: 6px; }
  .comparison-mark { margin: -10px auto -4px; transform: rotate(90deg); }
  .process-grid article { display: block; }
  .proof-grid, .check-list, .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 20px; }
  .contact-section { padding: 76px 0; }
  .footer-inner { padding: 28px 0; grid-template-columns: 1fr; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
