@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Rajdhani:wght@600;700&display=swap');

:root {
  --navy-950: #020b20;
  --navy-900: #00194f;
  --navy-800: #052b6d;
  --navy-700: #0b3c82;
  --lime: #88c110;
  --lime-bright: #9bda12;
  --steel-100: #edf3f7;
  --steel-200: #dbe5ec;
  --steel-500: #6a87a0;
  --ink: #102139;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(2, 16, 49, .14);
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: #f7fafc;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f7fafc; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.navbar {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: white; transition: .28s ease;
}
.navbar--scrolled { height: 74px; background: rgba(2, 11, 32, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.brand { display: flex; align-items: center; gap: 12px; background: none; border: 0; color: white; padding: 0; text-align: left; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.9); box-shadow: 0 0 0 4px rgba(136,193,16,.15); }
.brand__copy { display: grid; }
.brand__copy strong { font-family: 'Rajdhani', sans-serif; font-size: 25px; letter-spacing: .06em; line-height: 1; }
.brand__copy small { color: #b7c7da; font-size: 9px; letter-spacing: .18em; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links > button { color: #d7e3ef; background: none; border: 0; padding: 12px 13px; font-size: 13px; font-weight: 700; transition: .2s; }
.nav-links > button:hover { color: white; }
.nav-links .nav-cta { border: 1px solid rgba(155,218,18,.65); border-radius: 999px; color: white; padding: 12px 20px; margin-left: 8px; background: rgba(136,193,16,.08); }
.nav-links .nav-cta:hover { background: var(--lime); color: var(--navy-950); }
.menu-button { display: none; color: white; background: none; border: 0; padding: 8px; }

.hero { position: relative; min-height: 810px; color: white; background: radial-gradient(circle at 74% 38%, rgba(28, 75, 142, .85), transparent 29%), linear-gradient(115deg, #020b20 5%, #00194f 55%, #052b6d 100%); padding-top: 88px; }
.hero__grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero__grid::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(0,0,0,.45)); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 360px; height: 360px; right: 4%; top: 12%; border: 1px solid rgba(155,218,18,.16); box-shadow: inset 0 0 80px rgba(155,218,18,.06), 0 0 80px rgba(25,84,160,.14); }
.hero__glow--two { width: 140px; height: 140px; right: 18%; top: 27%; border: 1px solid rgba(255,255,255,.12); }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; min-height: 650px; padding-top: 36px; padding-bottom: 68px; }
.hero__content { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d8e7f3; background: rgba(255,255,255,.05); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 14px var(--lime-bright); }
.hero h1 { margin: 24px 0 20px; max-width: 720px; font-family: 'Rajdhani', sans-serif; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.03em; }
.hero h1 span { color: var(--lime-bright); }
.hero__content > p { margin: 0; max-width: 610px; color: #b9cadb; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; gap: 14px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; border: 1px solid transparent; padding: 0 23px; font-size: 13px; font-weight: 800; transition: .22s ease; }
.button--primary { color: #07152b; background: linear-gradient(135deg, var(--lime-bright), var(--lime)); box-shadow: 0 16px 36px rgba(136,193,16,.2); }
.button--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(136,193,16,.3); }
.button--ghost { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 28px; color: #c7d4e1; font-size: 12px; }
.hero__trust span { display: flex; align-items: center; gap: 7px; }
.hero__trust svg { color: var(--lime-bright); }

.command-card { position: relative; background: linear-gradient(160deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 32px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); overflow: hidden; transform: perspective(1000px) rotateY(-3deg); }
.command-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent, rgba(255,255,255,.06), transparent); transform: translateX(-100%); animation: sheen 5.5s infinite; }
@keyframes sheen { 0%, 40% { transform: translateX(-100%); } 72%,100% { transform: translateX(100%); } }
.command-card__top { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.command-card__top div:first-child { display: grid; gap: 3px; }
.command-card__top small { color: #8fa9c2; font-size: 9px; letter-spacing: .18em; }
.command-card__top strong { font-size: 14px; }
.live-badge { display: flex; align-items: center; gap: 7px; color: #d9f6a1; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.live-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 13px var(--lime-bright); }
.radar-panel { position: relative; height: 365px; overflow: hidden; background: radial-gradient(circle at center, rgba(25,75,137,.35), transparent 53%), linear-gradient(rgba(1,15,45,.2), rgba(1,15,45,.72)), repeating-linear-gradient(0deg, transparent 0 34px, rgba(255,255,255,.035) 35px), repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.035) 35px); }
.radar-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(139,204,29,.27); border-radius: 50%; transform: translate(-50%,-50%); }
.radar-ring--one { width: 94px; height: 94px; }
.radar-ring--two { width: 190px; height: 190px; }
.radar-ring--three { width: 300px; height: 300px; }
.radar-sweep { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; transform-origin: 0 0; background: conic-gradient(from 0deg, rgba(155,218,18,.35), transparent 22%); animation: sweep 4.2s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.radar-center { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; color: var(--lime-bright); background: #06183c; border: 1px solid rgba(155,218,18,.48); box-shadow: 0 0 35px rgba(155,218,18,.18); }
.map-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(127,170,205,.8), transparent); transform-origin: left; }
.map-line--a { width: 190px; left: 12%; top: 23%; transform: rotate(22deg); }
.map-line--b { width: 230px; left: 26%; top: 72%; transform: rotate(-27deg); }
.map-line--c { width: 160px; right: 7%; top: 36%; transform: rotate(120deg); }
.map-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #8ca8c5; box-shadow: 0 0 0 5px rgba(140,168,197,.08); }
.node-1 { left: 18%; top: 28%; }.node-2 { right: 20%; top: 31%; }.node-3 { right: 16%; bottom: 20%; background: var(--lime-bright); box-shadow: 0 0 0 6px rgba(155,218,18,.1), 0 0 18px var(--lime); }
.signal-card { position: absolute; left: 20px; bottom: 18px; width: 210px; display: grid; gap: 3px; padding: 14px 15px; border-left: 3px solid var(--lime); border-radius: 8px; background: rgba(2,11,32,.78); backdrop-filter: blur(8px); }
.signal-card span { color: var(--lime-bright); font-size: 8px; letter-spacing: .14em; font-weight: 800; }
.signal-card strong { font-size: 13px; }
.signal-card small { color: #8fa9c2; font-size: 10px; }
.command-metrics { display: grid; grid-template-columns: repeat(3,1fr); padding: 16px 10px; border-top: 1px solid rgba(255,255,255,.08); }
.command-metrics div { display: grid; gap: 3px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.command-metrics div:last-child { border-right: 0; }
.command-metrics span { color: white; font-family: 'Rajdhani'; font-size: 22px; font-weight: 700; }
.command-metrics small { color: #91a8bf; font-size: 9px; }
.sector-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.08); background: rgba(2,11,32,.52); backdrop-filter: blur(15px); }
.sector-strip .container { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #bfd0df; font-size: 12px; }
.sector-strip span { color: #758fa7; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.sector-strip strong { font-size: 12px; letter-spacing: .03em; }
.sector-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--lime); }

.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; margin-bottom: 46px; }
.section-heading h2, .technology h2, .authority h2, .contact h2 { margin: 9px 0 0; color: #0a1e3c; font-family: 'Rajdhani', sans-serif; font-size: clamp(38px, 4vw, 56px); line-height: 1.03; letter-spacing: -.025em; }
.section-heading > p { margin: 0; color: #63768b; line-height: 1.75; font-size: 15px; }
.kicker { color: #678e0b; font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.services { background: #f7fafc; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 320px; padding: 28px; border: 1px solid #e3ebf1; border-radius: 16px; background: white; overflow: hidden; transition: .28s ease; }
.service-card::after { content: ''; position: absolute; right: -45px; bottom: -45px; width: 120px; height: 120px; border: 1px solid rgba(14,59,127,.08); border-radius: 50%; box-shadow: 0 0 0 25px rgba(14,59,127,.025); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(136,193,16,.5); box-shadow: var(--shadow); }
.service-card__index { position: absolute; right: 25px; top: 23px; color: #dfe8ef; font-family: 'Rajdhani'; font-size: 26px; font-weight: 700; }
.icon-box { width: 49px; height: 49px; display: grid; place-items: center; color: var(--lime); border-radius: 12px; background: #eef6dc; }
.service-card h3 { margin: 27px 0 12px; color: #0a1e3c; font-size: 18px; }
.service-card p { margin: 0; color: #6b7d90; font-size: 13px; line-height: 1.75; }
.service-card button { position: absolute; left: 28px; bottom: 25px; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none; color: #174b88; font-size: 11px; font-weight: 800; }
.service-card button:hover { color: #6d9d08; }

.technology { color: white; background: linear-gradient(120deg, #020b20, #06255b); }
.technology__layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.technology__visual { position: relative; min-height: 545px; display: grid; place-items: center; }
.tech-frame { width: min(100%, 500px); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); box-shadow: 0 38px 90px rgba(0,0,0,.26); overflow: hidden; transform: perspective(1000px) rotateY(4deg); }
.tech-frame__header, .tech-frame__footer { min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: rgba(0,0,0,.15); }
.tech-frame__header span { display: flex; align-items: center; gap: 8px; color: #d8efad; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.tech-frame__header i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 12px var(--lime-bright); }
.tech-frame__header small { color: #718da8; font-size: 9px; }
.tech-map { position: relative; height: 345px; overflow: hidden; background: radial-gradient(circle, rgba(19,71,137,.7), rgba(1,13,39,.82)), repeating-linear-gradient(0deg, transparent 0 29px, rgba(255,255,255,.035) 30px), repeating-linear-gradient(90deg, transparent 0 29px, rgba(255,255,255,.035) 30px); }
.scan-line { position: absolute; left: 0; right: 0; top: -15%; height: 70px; background: linear-gradient(transparent, rgba(155,218,18,.12), rgba(155,218,18,.22), transparent); animation: scan 4.5s ease-in-out infinite; }
@keyframes scan { 0% { top: -20%; } 100% { top: 110%; } }
.tech-orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed rgba(155,218,18,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.tech-orbit--one { width: 230px; height: 230px; }
.tech-orbit--two { width: 340px; height: 340px; border-color: rgba(255,255,255,.12); }
.tech-core { position: absolute; left: 50%; top: 50%; width: 93px; height: 93px; padding: 7px; border-radius: 50%; transform: translate(-50%,-50%); background: white; border: 3px solid rgba(155,218,18,.75); box-shadow: 0 0 40px rgba(155,218,18,.28); }
.tech-core img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tech-marker { position: absolute; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--lime-bright); background: #071b43; border: 1px solid rgba(155,218,18,.4); box-shadow: 0 0 0 7px rgba(155,218,18,.05); }
.tech-marker--one { left: 13%; top: 22%; }.tech-marker--two { right: 12%; top: 30%; }.tech-marker--three { left: 22%; bottom: 14%; }
.tech-frame__footer { display: grid; grid-template-columns: repeat(3,1fr); }
.tech-frame__footer span { color: #7f99b2; text-align: center; font-size: 9px; }
.tech-frame__footer strong { color: white; margin-left: 5px; font-size: 11px; }
.floating-chip { position: absolute; min-width: 190px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: var(--lime-bright); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(2,11,32,.88); box-shadow: 0 18px 35px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.floating-chip span { display: grid; color: white; font-size: 11px; font-weight: 700; }
.floating-chip small { color: #7190aa; font-size: 8px; letter-spacing: .14em; margin-bottom: 3px; }
.floating-chip--top { right: -10px; top: 55px; }.floating-chip--bottom { left: -15px; bottom: 48px; }
.technology__content h2 { color: white; }
.technology__content .lead { color: #aebfd0; font-size: 15px; line-height: 1.8; }
.technology-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; margin-top: 30px; }
.technology-list > div { display: flex; align-items: flex-start; gap: 10px; color: #c3d0de; font-size: 12px; line-height: 1.55; }
.technology-list span { flex: 0 0 22px; height: 22px; display: grid; place-items: center; color: var(--lime-bright); border-radius: 50%; background: rgba(155,218,18,.1); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; padding: 0 0 7px; color: white; border: 0; border-bottom: 1px solid rgba(155,218,18,.55); background: none; font-size: 12px; font-weight: 800; }

.stats-section { background: var(--lime); }
.stats-grid { min-height: 160px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.stats-grid div { display: grid; gap: 4px; text-align: center; border-right: 1px solid rgba(1,25,79,.18); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { color: #061638; font-family: 'Rajdhani'; font-size: 39px; line-height: 1; }
.stats-grid span { color: #25400b; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.methodology { background: white; }
.section-heading--center { grid-template-columns: 1fr; gap: 15px; text-align: center; justify-items: center; }
.section-heading--center > p { max-width: 650px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 55px; }
.process-card { position: relative; padding: 25px 24px 28px; border-top: 1px solid #dce6ee; }
.process-card__number { color: #b6c4cf; font-family: 'Rajdhani'; font-size: 18px; font-weight: 700; }
.process-card__line { position: absolute; left: 0; top: -4px; width: 65px; height: 7px; background: white; }
.process-card__line i { display: block; width: 34px; height: 7px; background: var(--lime); }
.process-card h3 { margin: 27px 0 11px; color: #10213c; font-size: 18px; }
.process-card p { margin: 0; color: #708093; font-size: 12px; line-height: 1.7; }
.process-arrow { position: absolute; top: -13px; right: -22px; width: 38px; height: 38px; display: grid; place-items: center; color: #9aacba; border: 1px solid #dae4ec; border-radius: 50%; background: white; z-index: 2; }

.authority { padding-top: 35px; background: white; }
.authority__panel { min-height: 435px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding: 60px 70px; border-radius: 24px; color: white; background: linear-gradient(115deg, #020b20, #063578); overflow: hidden; position: relative; }
.authority__panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.04)), repeating-linear-gradient(90deg, transparent 0 63px, rgba(255,255,255,.03) 64px); }
.authority__content { position: relative; z-index: 2; }
.authority h2 { color: white; }
.authority p { max-width: 630px; color: #b8c9d8; line-height: 1.8; font-size: 14px; margin-bottom: 28px; }
.kicker--light { color: var(--lime-bright); }
.authority__seal { position: relative; z-index: 2; height: 310px; display: grid; place-items: center; }
.authority__seal img { width: 185px; height: 185px; border-radius: 50%; object-fit: cover; border: 6px solid white; box-shadow: 0 0 0 14px rgba(155,218,18,.17), 0 0 70px rgba(155,218,18,.2); }
.seal-rings, .seal-rings span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); border-radius: 50%; }
.seal-rings { width: 300px; height: 300px; border: 1px dashed rgba(255,255,255,.12); animation: rotateSeal 20s linear infinite; }
.seal-rings span:nth-child(1) { width: 245px; height: 245px; border: 1px solid rgba(155,218,18,.15); }
.seal-rings span:nth-child(2) { width: 335px; height: 335px; border: 1px solid rgba(255,255,255,.06); }
.seal-rings span:nth-child(3) { width: 11px; height: 11px; top: 12px; left: 50%; background: var(--lime-bright); box-shadow: 0 0 15px var(--lime); }
@keyframes rotateSeal { to { transform: translate(-50%,-50%) rotate(360deg); } }

.contact { background: #f1f6f9; }
.contact__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact__copy > p { color: #65778a; line-height: 1.75; font-size: 14px; max-width: 480px; }
.contact-items { display: grid; gap: 19px; margin-top: 35px; }
.contact-items > div { display: flex; align-items: center; gap: 14px; }
.contact-items > div > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--lime); border-radius: 11px; background: white; box-shadow: 0 8px 24px rgba(19,47,78,.08); }
.contact-items p { display: grid; gap: 4px; margin: 0; color: #1a2e48; font-size: 13px; font-weight: 700; }
.contact-items small { color: #8191a0; font-size: 8px; letter-spacing: .13em; }
.contact-form { display: grid; gap: 17px; padding: 31px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; color: #30445b; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; color: #18304e; border: 1px solid #dce6ed; border-radius: 8px; outline: none; background: #f9fbfc; padding: 13px 14px; font-size: 12px; transition: .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(136,193,16,.12); background: white; }
.contact-form textarea { resize: vertical; }
.button--full { width: 100%; }
.form-note { display: flex; justify-content: center; align-items: center; gap: 7px; color: #8192a3; font-size: 9px; }

.footer { color: #aebed0; background: #020b20; }
.footer__top { min-height: 130px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand img { width: 55px; height: 55px; object-fit: cover; border-radius: 50%; border: 2px solid white; }
.footer__brand div { display: grid; gap: 4px; }
.footer__brand strong { color: white; font-family: 'Rajdhani'; font-size: 19px; letter-spacing: .04em; }
.footer__brand span { font-size: 9px; letter-spacing: .12em; }
.footer__links { display: flex; gap: 23px; }
.footer__links button { color: #aebed0; border: 0; background: none; font-size: 11px; }
.footer__links button:hover { color: var(--lime-bright); }
.footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; color: #63788e; font-size: 9px; }

@media (max-width: 980px) {
  .navbar { padding-inline: 24px; }
  .menu-button { display: block; }
  .nav-links { position: fixed; left: 18px; right: 18px; top: 82px; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(2,11,32,.98); box-shadow: 0 25px 60px rgba(0,0,0,.35); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .22s; }
  .nav-links--open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > button { text-align: left; }
  .nav-links .nav-cta { margin-left: 0; text-align: center; }
  .hero__layout, .technology__layout, .contact__layout { grid-template-columns: 1fr; }
  .hero__layout { padding-top: 70px; gap: 45px; }
  .hero { min-height: auto; }
  .command-card { transform: none; max-width: 620px; }
  .sector-strip { margin-top: 20px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .technology__layout { gap: 45px; }
  .technology__visual { order: 2; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-card:nth-child(2) .process-arrow { display: none; }
  .authority__panel { padding: 50px; gap: 30px; }
  .contact__layout { gap: 45px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1180px); }
  .navbar { height: 72px; padding-inline: 16px; }
  .brand img { width: 42px; height: 42px; }
  .brand__copy strong { font-size: 21px; }
  .hero { padding-top: 72px; }
  .hero__layout { padding-top: 54px; padding-bottom: 50px; }
  .hero h1 { font-size: 48px; }
  .hero__content > p { font-size: 15px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; }
  .command-card__top { padding: 16px; }
  .radar-panel { height: 310px; }
  .signal-card { width: calc(100% - 36px); }
  .command-metrics span { font-size: 18px; }
  .sector-strip .container { padding: 20px 0; flex-wrap: wrap; justify-content: flex-start; }
  .sector-strip i { display: none; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading h2, .technology h2, .authority h2, .contact h2 { font-size: 40px; }
  .services-grid, .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .technology-list { grid-template-columns: 1fr; }
  .technology__visual { min-height: 470px; }
  .floating-chip--top { right: 0; top: 20px; }
  .floating-chip--bottom { left: 0; bottom: 18px; }
  .stats-grid { padding: 25px 0; }
  .stats-grid div { min-height: 100px; place-content: center; border-right: 0; border-bottom: 1px solid rgba(1,25,79,.15); }
  .stats-grid div:last-child { border-bottom: 0; }
  .process-arrow { display: none; }
  .authority__panel { grid-template-columns: 1fr; padding: 40px 26px; }
  .authority__seal { height: 260px; }
  .authority__seal img { width: 155px; height: 155px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding: 28px 0; }
  .footer__links { flex-wrap: wrap; gap: 15px; }
}

/* Ajustes de la versión estática */
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon:not([width]) { width: 22px; height: 22px; }
.icon-menu, .icon-close { transition: opacity .2s ease, transform .2s ease; }
.icon-close { display: none; }
.menu-button--open .icon-menu { display: none; }
.menu-button--open .icon-close { display: block; }
.contact-items a { color: inherit; text-decoration: none; }
.contact-items a:hover { color: #678e0b; }
.form-status { min-height: 18px; margin: -5px 0 0; color: #678e0b; text-align: center; font-size: 10px; font-weight: 700; }
section[id] { scroll-margin-top: 74px; }

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