:root {
  --navy-950: #030a13;
  --navy-900: #071425;
  --navy-850: #0a1a2e;
  --navy-800: #0d2037;
  --blue: #0796e8;
  --cyan: #24c5ff;
  --cyan-soft: #86e2ff;
  --steel: #9eb1c4;
  --white: #f7fbff;
  --ink: #102338;
  --muted: #61758a;
  --line: rgba(139, 178, 210, .22);
  --soft: #edf5fa;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(3, 17, 31, .13);
  --container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(3, 10, 19, .88); border-color: rgba(255,255,255,.08); box-shadow: 0 10px 40px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 290px; position: relative; z-index: 102; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 650; }
.primary-nav a { position: relative; transition: color .2s ease; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .25s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: #fff; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; color: #041321; background: linear-gradient(135deg, var(--cyan), #66dbff); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 790px;
  padding: 176px 0 98px;
  color: #fff;
  overflow: hidden;
  background: radial-gradient(circle at 75% 30%, #0d3762 0, #07172a 25%, #030a13 62%);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(36,197,255,.08), transparent 30%, transparent 72%, rgba(7,150,232,.06)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(77,179,242,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(77,179,242,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; filter: blur(90px); opacity: .2; pointer-events: none; }
.glow-one { top: -150px; left: 28%; background: #068ce9; animation: drift 10s ease-in-out infinite alternate; }
.glow-two { bottom: -260px; right: 0; background: #24c5ff; animation: drift 13s ease-in-out infinite alternate-reverse; }
.scan-line { position: absolute; inset: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(75,210,255,.75), transparent); box-shadow: 0 0 18px rgba(36,197,255,.5); animation: scanPage 8s linear infinite; opacity: .38; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .78rem; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero .eyebrow, .section-dark .eyebrow, .contact-section .eyebrow { color: var(--cyan-soft); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 5.9rem); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { display: block; color: transparent; background: linear-gradient(110deg, #fff 0, var(--cyan) 48%, #0a8cda 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #b8c8d8; font-size: clamp(1.07rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #041321; background: linear-gradient(135deg, var(--cyan), #72ddff); box-shadow: 0 12px 35px rgba(36,197,255,.18); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 42px rgba(36,197,255,.28); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--cyan); background: rgba(36,197,255,.09); }
.full { width: 100%; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0 0; padding: 0; list-style: none; color: #b8c8d8; font-size: .86rem; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.forensic-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(68,199,255,.18); border-radius: 50%; animation: orbitSpin 18s linear infinite; }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; top: 12%; left: 12%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit-one { width: 445px; height: 445px; }
.orbit-two { width: 350px; height: 350px; animation-direction: reverse; animation-duration: 13s; }
.device-frame { position: relative; z-index: 2; width: 254px; padding: 12px; border: 1px solid rgba(180,226,255,.48); border-radius: 37px; background: linear-gradient(145deg, rgba(26,64,99,.86), rgba(3,12,22,.95)); box-shadow: 0 40px 80px rgba(0,0,0,.4), inset 0 0 0 4px rgba(255,255,255,.03), 0 0 70px rgba(25,170,238,.12); transform: rotate(3deg); animation: phoneFloat 6s ease-in-out infinite; }
.device-speaker { position: absolute; z-index: 3; top: 21px; left: 50%; width: 55px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.22); transform: translateX(-50%); }
.device-screen { min-height: 470px; padding: 29px 16px 18px; border-radius: 27px; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(21,143,207,.28), transparent 35%), repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 5px), #061421; }
.screen-topline, .screen-footer { display: flex; justify-content: space-between; align-items: center; gap: 8px; color: #819cb4; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .58rem; letter-spacing: .08em; }
.screen-topline .live { color: var(--cyan); }
.fingerprint { position: relative; width: 156px; height: 190px; margin: 62px auto 46px; }
.fingerprint span { position: absolute; inset: var(--i, 0); border: 3px solid var(--cyan); border-bottom-color: transparent; border-radius: 50% 50% 42% 42%; filter: drop-shadow(0 0 5px rgba(36,197,255,.4)); }
.fingerprint span:nth-child(1) { --i: 0; }
.fingerprint span:nth-child(2) { --i: 17px; }
.fingerprint span:nth-child(3) { --i: 34px; }
.fingerprint span:nth-child(4) { --i: 51px; }
.fingerprint span:nth-child(5) { --i: 68px; }
.fingerprint::after { content: ""; position: absolute; left: -15px; right: -15px; top: 49%; height: 2px; background: var(--cyan); box-shadow: 0 0 14px 3px rgba(36,197,255,.55); animation: scanFinger 2.8s ease-in-out infinite alternate; }
.data-lines { display: grid; gap: 7px; margin: 0 5px 23px; }
.data-lines i { display: block; height: 3px; border-radius: 5px; background: linear-gradient(90deg, var(--blue) var(--w, 65%), rgba(255,255,255,.08) var(--w, 65%)); }
.data-lines i:nth-child(2) { --w: 85%; } .data-lines i:nth-child(3) { --w: 48%; } .data-lines i:nth-child(4) { --w: 73%; }
.screen-footer strong { color: #64e6b4; font-weight: 700; }
.float-card { position: absolute; z-index: 3; min-width: 195px; padding: 15px 18px; border: 1px solid rgba(107,199,246,.25); border-radius: 14px; background: rgba(8,25,43,.76); box-shadow: 0 24px 60px rgba(0,0,0,.3); backdrop-filter: blur(14px); animation: cardFloat 5.5s ease-in-out infinite; }
.float-card small { display: block; color: var(--cyan); font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.float-card strong { display: block; margin-top: 4px; color: #e5f5ff; font-size: .76rem; }
.card-a { top: 80px; left: -15px; }
.card-b { right: -25px; bottom: 85px; animation-delay: -2s; }

.trust-strip { color: #b4c8d9; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.trust-items { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8fa7bb; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }

.section { padding: 120px 0; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading h2, .contact-copy h2 { margin: 0; color: var(--ink); font-size: clamp(2.35rem, 4.7vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 680px; margin: 21px 0 0; color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.service-card { position: relative; min-height: 100%; padding: 42px; border: 1px solid #dce8f0; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(19,57,84,.07); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; top: -105px; right: -100px; border-radius: 50%; background: var(--cyan); filter: blur(55px); opacity: 0; transition: opacity .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(7,150,232,.35); box-shadow: var(--shadow); }
.service-card:hover::after { opacity: .13; }
.service-card.featured { color: #d9e7f2; background: var(--navy-900); border-color: rgba(36,197,255,.25); }
.service-card.featured h3 { color: #fff; }
.service-card.featured p, .service-card.featured .check-list { color: #aabfce; }
.service-badge { position: absolute; top: 22px; right: 22px; padding: 7px 11px; color: var(--cyan-soft); border: 1px solid rgba(36,197,255,.2); border-radius: 999px; background: rgba(36,197,255,.07); font-size: .65rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 55px; color: var(--blue); border: 1px solid rgba(7,150,232,.18); border-radius: 15px; background: rgba(7,150,232,.06); }
.icon-box svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 27px; right: 32px; margin: 0; color: #d9e5ec; font-size: 3rem; font-weight: 800; letter-spacing: -.08em; }
.featured .card-number { right: auto; left: 111px; color: rgba(255,255,255,.12); }
.service-card h3 { margin: 0 0 16px; color: var(--ink); font-size: 1.65rem; letter-spacing: -.025em; }
.service-card > p:not(.card-number) { color: var(--muted); }
.check-list { margin: 26px 0 30px; padding: 0; list-style: none; color: #3e5367; }
.check-list li { position: relative; padding: 9px 0 9px 27px; border-bottom: 1px solid rgba(128,158,181,.17); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 850; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .91rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.scope-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; margin-top: 28px; padding: 36px 40px; border: 1px solid #dce8f0; border-radius: var(--radius); background: var(--soft); }
.scope-panel .eyebrow { margin-bottom: 10px; }
.scope-panel h3 { margin: 0; color: var(--ink); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.2; letter-spacing: -.03em; }
.scope-panel > p { margin: 0; color: var(--muted); }

.section-dark { color: #fff; background: linear-gradient(145deg, #06111f, #091d33); }
.section-dark .section-heading h2 { color: #fff; }
.section-dark .section-heading > p:last-child { color: #a9becf; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 0 68px; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; top: 24px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg, transparent, rgba(36,197,255,.5), transparent); }
.process-step { position: relative; padding: 0 16px; }
.process-step > span { position: relative; z-index: 2; width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 27px; color: var(--cyan); border: 1px solid rgba(36,197,255,.35); border-radius: 50%; background: #0a1b2e; font-size: .72rem; font-weight: 800; box-shadow: 0 0 0 7px #08182a; }
.process-step h3 { margin: 0 0 10px; font-size: 1.14rem; }
.process-step p { margin: 0; color: #9eb4c5; font-size: .92rem; }
.delivery-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; padding: 46px; border: 1px solid rgba(91,181,231,.2); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.delivery-panel h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.035em; }
.delivery-copy p { margin: 0; color: #a9bdcc; }
.delivery-copy p + p { margin-top: 17px; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 960px; margin: 0 auto; }
.price-card { position: relative; padding: 42px; border: 1px solid #dce8f0; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 60px rgba(13,51,79,.08); }
.price-card.primary { color: #dceaf4; border-color: rgba(36,197,255,.35); background: linear-gradient(145deg, #0b2138, #061320); box-shadow: 0 28px 80px rgba(5,28,47,.24); }
.recommended { position: absolute; top: 20px; right: 20px; padding: 7px 11px; color: #052034; border-radius: 999px; background: var(--cyan); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.price-label { margin: 0 0 20px; color: var(--blue); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.primary .price-label { color: var(--cyan-soft); }
.price { color: var(--ink); font-size: clamp(3.5rem, 7vw, 5rem); line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.primary .price { color: #fff; }
.price span { position: relative; top: -1.5em; margin-right: 5px; color: var(--blue); font-size: .29em; letter-spacing: 0; }
.tax { margin: 7px 0 25px; color: var(--muted); font-size: .82rem; }
.primary .tax { color: #95adbe; }
.urgent { display: flex; justify-content: space-between; gap: 15px; padding: 14px 16px; border: 1px solid rgba(7,150,232,.15); border-radius: 12px; background: rgba(7,150,232,.055); font-size: .83rem; }
.urgent strong { color: var(--blue); }
.primary .urgent { border-color: rgba(36,197,255,.18); background: rgba(36,197,255,.06); }
.primary .urgent strong { color: var(--cyan); }
.primary .check-list { color: #b4c5d2; }
.pricing-note { max-width: 960px; margin: 26px auto 0; padding: 30px 34px; border-left: 3px solid var(--blue); background: var(--soft); border-radius: 0 16px 16px 0; }
.pricing-note strong { font-size: 1.07rem; }
.pricing-note p { margin: 7px 0 10px; color: var(--muted); }

.section-soft { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; margin: 0; }
.faq-item { border-bottom: 1px solid #cedde7; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; color: var(--ink); border: 0; background: none; text-align: left; font-size: 1.02rem; font-weight: 750; cursor: pointer; }
.faq-item button span { flex: 0 0 29px; height: 29px; display: grid; place-items: center; color: var(--blue); border: 1px solid rgba(7,150,232,.25); border-radius: 50%; transition: transform .25s ease; }
.faq-item.open button span { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 25px; }

.contact-section { position: relative; padding: 115px 0; color: #fff; background: var(--navy-950); overflow: hidden; }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at center, rgba(36,197,255,.25) 1px, transparent 1.5px); background-size: 32px 32px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000 70%, transparent); }
.contact-glow { right: 8%; bottom: -190px; background: var(--blue); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { max-width: 660px; margin: 24px 0 0; color: #a9bdcc; font-size: 1.06rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.contact-card { padding: 33px; border: 1px solid rgba(100,194,243,.24); border-radius: var(--radius); background: rgba(255,255,255,.045); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.contact-card img { width: 330px; margin-bottom: 26px; }
.contact-card dl { margin: 0; }
.contact-card dl div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.08); }
.contact-card dt { color: #7792a8; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-card dd { margin: 0; color: #d9e8f2; font-size: .9rem; }
.contact-card a { color: var(--cyan); }
.contact-card strong { color: #f0be73; font-weight: 650; }

.site-footer { padding: 48px 0 30px; color: #bccbd6; background: #02070d; border-top: 1px solid rgba(255,255,255,.07); font-size: .85rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }
.footer-grid p { margin: 0; }
.footer-grid .muted { margin-top: 5px; color: #71879a; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; color: #d9e5ed; }
.footer-links a:hover { color: var(--cyan); }
.legal { margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.07); color: #6f8395; }
.legal p { max-width: 950px; margin: 8px 0; }
.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 45px; height: 45px; color: #041321; border: 0; border-radius: 50%; background: var(--cyan); box-shadow: 0 10px 30px rgba(0,0,0,.2); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.service-grid .reveal:nth-child(2), .pricing-grid .reveal:nth-child(2), .process-grid .reveal:nth-child(2) { transition-delay: .1s; }
.process-grid .reveal:nth-child(3) { transition-delay: .18s; }
.process-grid .reveal:nth-child(4) { transition-delay: .26s; }

@keyframes drift { to { transform: translate(70px, 40px) scale(1.15); } }
@keyframes scanPage { from { transform: translateY(-10vh); } to { transform: translateY(100vh); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes phoneFloat { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-13px); } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes scanFinger { from { transform: translateY(-55px); } to { transform: translateY(60px); } }

@media (max-width: 1000px) {
  .brand { width: 250px; }
  .primary-nav { gap: 18px; }
  .hero { min-height: auto; }
  .hero-layout { gap: 24px; }
  .forensic-visual { transform: scale(.88); }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .process-grid::before { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-layout .section-heading { position: static; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); --radius: 18px; }
  html { scroll-padding-top: 75px; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 220px; }
  .nav-toggle { display: block; position: relative; z-index: 102; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; gap: 28px; color: #fff; background: rgba(3,10,19,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { font-size: 1.22rem; }
  .nav-cta { padding: 13px 22px; color: #041321 !important; }
  .hero { padding: 135px 0 75px; }
  .hero-layout, .contact-grid, .delivery-panel, .scope-panel { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .forensic-visual { min-height: 480px; margin-top: 15px; transform: scale(.92); }
  .card-a { left: 0; } .card-b { right: 0; }
  .trust-items { justify-content: flex-start; overflow: hidden; }
  .section { padding: 85px 0; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card, .price-card { padding: 32px 27px; }
  .delivery-panel { gap: 25px; padding: 32px 26px; }
  .scope-panel { gap: 20px; padding: 30px 26px; }
  .contact-section { padding: 85px 0; }
  .contact-grid { gap: 40px; }
  .footer-grid { flex-direction: column; gap: 25px; }
}

@media (max-width: 500px) {
  .brand { width: 190px; }
  .hero h1 { font-size: 2.8rem; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-facts { display: grid; gap: 10px; }
  .forensic-visual { min-height: 420px; transform: scale(.76); margin-inline: -45px; }
  .process-grid { grid-template-columns: 1fr; }
  .price { font-size: 4rem; }
  .urgent { align-items: center; }
  .contact-card { padding: 26px 20px; }
  .contact-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .footer-links { gap: 16px; }
}

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