﻿:root {
  --navy-950: #031127;
  --navy-900: #061733;
  --navy-850: #082044;
  --navy-800: #0a2855;
  --blue-700: #084f9b;
  --blue-600: #0c63c7;
  --blue-500: #1f82e4;
  --blue-400: #42a8f4;
  --blue-300: #78c4f3;
  --ink: #0b1732;
  --slate: #4b5b74;
  --muted: #6c7890;
  --line: #dbe4f0;
  --surface: #f5f8fc;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(9, 31, 65, .08);
  --shadow-md: 0 18px 50px rgba(8, 31, 67, .13);
  --shadow-lg: 0 28px 80px rgba(4, 21, 49, .22);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1220px;
  --header-h: 82px;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: #fff;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-600);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .77rem;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow.light { color: #6fc6ff; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; line-height: 1.12; margin-top: 0; }
h2 { font-size: clamp(2rem, 3.3vw, 3.25rem); margin-bottom: 20px; }
h3 { font-size: 1.05rem; }
p { margin-top: 0; color: var(--slate); }
.lead { color: var(--ink); font-size: 1.1rem; font-weight: 600; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered p:last-child { max-width: 630px; margin-inline: auto; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light p:last-child { color: #b8c9e4; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 17px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), #084790); box-shadow: 0 12px 30px rgba(12, 99, 199, .28); }
.btn-primary:hover { box-shadow: 0 15px 34px rgba(12, 99, 199, .38); }
.btn-large { min-height: 54px; padding-inline: 24px; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(2,16,36,.22); backdrop-filter: blur(8px); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-white { color: var(--blue-700); background: #fff; box-shadow: 0 10px 26px rgba(1,22,56,.18); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(13, 43, 83, .08);
  transition: height .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { height: 70px; box-shadow: 0 10px 30px rgba(6, 23, 51, .1); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; width: 245px; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.primary-nav a { position: relative; color: #18233b; font-weight: 700; font-size: .84rem; padding: 29px 0 27px; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--blue-600); transition: right .24s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue-600); }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .25s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  min-height: 760px;
  padding-top: var(--header-h);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, #020f24 0%, #061a3b 45%, #0a2347 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: var(--header-h) 0 0;
  z-index: -1;
  background:
    radial-gradient(circle at 62% 22%, rgba(36,142,231,.16), transparent 32%),
    linear-gradient(90deg, rgba(2,15,36,1) 0%, rgba(2,15,36,.98) 36%, rgba(2,15,36,.5) 60%, rgba(2,15,36,.08) 100%);
}
.hero-art { position: absolute; z-index: -3; inset: var(--header-h) 0 0 42%; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #061733 0%, rgba(6,23,51,.62) 22%, rgba(6,23,51,.12) 70%, rgba(6,23,51,.28) 100%); }
.hero-art picture, .careers-image picture { width: 100%; height: 100%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.05); }
.hero-grid-overlay { position: absolute; inset: var(--header-h) 0 0; z-index: -2; opacity: .12; background-image: linear-gradient(rgba(111,198,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(111,198,255,.22) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 62%); }
.hero-inner { width: 100%; padding-top: 54px; padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 48px; align-items: end; }
.hero-copy { max-width: 690px; align-self: center; }
.hero h1 { margin: 0 0 6px; color: #fff; font-size: clamp(3.3rem, 5.55vw, 5.55rem); letter-spacing: -.058em; line-height: .96; }
.hero h1 span { display: inline-block; }
.hero-tagline { margin: 14px 0 18px; color: var(--blue-400); font: 800 clamp(1.45rem, 2.4vw, 2.2rem)/1.15 var(--font-display); letter-spacing: -.035em; }
.hero-description { max-width: 610px; color: #dae6f7; font-size: 1.03rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-self: end; margin-bottom: 28px; }
.trust-card { min-height: 154px; padding: 22px 18px; color: #fff; background: linear-gradient(150deg, rgba(8,41,83,.84), rgba(5,24,53,.72)); border: 1px solid rgba(111,198,255,.36); border-radius: var(--radius-sm); backdrop-filter: blur(12px); box-shadow: 0 18px 40px rgba(0,8,22,.28); }
.icon-shell { width: 46px; height: 46px; display: grid; place-items: center; color: #4db7ff; border: 1px solid rgba(77,183,255,.28); background: rgba(20,108,187,.16); border-radius: 11px; margin-bottom: 18px; }
.icon-shell svg { width: 27px; height: 27px; }
.trust-card strong { display: block; font: 700 .98rem/1.34 var(--font-display); letter-spacing: -.025em; }
.scroll-cue { position: absolute; left: 50%; bottom: 21px; transform: translateX(-50%); width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.38); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 7px; background: #fff; border-radius: 3px; animation: scrollCue 1.7s infinite; }
@keyframes scrollCue { 0%{ transform: translate(-50%,0); opacity: 0; } 30%{ opacity: 1;} 100%{ transform: translate(-50%,13px); opacity: 0;} }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 66px; align-items: center; }
.about-media { position: relative; min-height: 420px; }
.about-media > picture > img, .about-media > img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.about-media::before { content: ""; position: absolute; inset: -18px 44% 40% -18px; z-index: -1; border-radius: var(--radius-md); background: linear-gradient(135deg, #e6f4ff, #f1f6fb); }
.media-badge { position: absolute; right: -28px; bottom: -24px; max-width: 315px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--navy-900)); border-radius: 14px; box-shadow: var(--shadow-md); }
.media-badge img { width: 48px; height: 54px; object-fit: contain; }
.media-badge span { display: block; color: #a9dcff; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.media-badge strong { display: block; font: 700 .9rem/1.35 var(--font-display); }
.about-copy > p:not(.eyebrow) { max-width: 640px; }
.mini-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.mini-features div { display: flex; gap: 11px; align-items: center; }
.mini-features svg { flex: 0 0 auto; width: 29px; height: 29px; color: var(--blue-600); }
.mini-features span { color: var(--ink); font-size: .78rem; font-weight: 700; line-height: 1.35; }

.services { background: linear-gradient(180deg, #f8fbff 0%, #fff 100%); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 260px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 24px rgba(6,38,82,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: auto -38px -55px auto; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(66,168,244,.11), transparent 68%); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: #acd5f7; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 23px; color: var(--blue-600); background: #eef7ff; border: 1px solid #d4eaff; border-radius: 13px; }
.service-icon svg { width: 29px; height: 29px; }
.service-card h3 { min-height: 2.35em; margin-bottom: 11px; color: var(--ink); font-size: 1.04rem; }
.service-card p { margin-bottom: 20px; font-size: .9rem; }
.service-card a { position: absolute; left: 28px; bottom: 25px; display: inline-flex; align-items: center; gap: 7px; color: var(--blue-700); font-size: .79rem; font-weight: 800; }
.service-card a svg { width: 15px; transition: transform .2s ease; }
.service-card a:hover svg { transform: translate(2px,-2px); }
.service-card-wide { grid-column: span 3; min-height: 155px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.service-card-wide .service-icon { margin: 0; width: 65px; height: 65px; }
.service-card-wide h3 { min-height: auto; margin-bottom: 6px; }
.service-card-wide p { margin: 0; }
.service-card-wide a { position: static; }

.why { position: relative; background: radial-gradient(circle at 50% 0%, #0d3267, transparent 45%), var(--navy-900); overflow: hidden; }
.why-pattern { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at center, rgba(94,183,249,.45) 0 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }
.why .container { position: relative; }
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.why-item { min-height: 250px; padding: 10px 24px 0; text-align: center; border-right: 1px solid rgba(174,207,242,.22); }
.why-item:last-child { border-right: 0; }
.why-item > svg { width: 49px; height: 49px; color: #74c9ff; margin-bottom: 23px; }
.why-item h3 { color: #fff; font-size: .95rem; min-height: 3.2em; margin-bottom: 12px; }
.why-item p { color: #b7c7de; font-size: .8rem; line-height: 1.65; }

.industries { background: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.industry-card { min-height: 135px; padding: 20px 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: .22s ease; }
.industry-card:hover { transform: translateY(-4px); border-color: #9ccff6; box-shadow: var(--shadow-sm); background: #fafdff; }
.industry-card svg { width: 32px; height: 32px; color: var(--blue-600); }
.industry-card span { color: var(--ink); font: 700 .79rem/1.35 var(--font-display); }

.process { padding-top: 58px; background: linear-gradient(180deg, #fff, #f5f9ff); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-card { position: relative; min-height: 260px; padding: 28px 26px; background: #fff; border: 1px solid #d9e5f3; border-radius: 15px; box-shadow: 0 8px 25px rgba(4,31,72,.04); overflow: hidden; }
.process-card::after { content: ""; position: absolute; top: 0; right: 0; width: 62px; height: 62px; background: linear-gradient(225deg, #e8f4ff 50%, transparent 50%); }
.process-card .step { display: block; color: var(--blue-600); font: 800 1.35rem/1 var(--font-display); margin-bottom: 36px; }
.process-card > svg { position: absolute; right: 25px; top: 89px; width: 35px; height: 35px; color: var(--blue-600); }
.process-card h3 { font-size: .98rem; margin-bottom: 11px; }
.process-card p { font-size: .84rem; line-height: 1.62; padding-right: 20px; }

.careers { position: relative; min-height: 285px; display: flex; align-items: stretch; overflow: hidden; background: var(--navy-900); }
.careers::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,39,.18) 0%, #061733 35%, #061733 100%); }
.careers-image { position: absolute; inset: 0 60% 0 0; }
.careers-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.careers-inner { position: relative; z-index: 1; min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 46px; padding-left: 36%; }
.careers-copy { max-width: 650px; }
.careers h2 { color: #fff; font-size: clamp(2rem, 3.2vw, 3rem); margin-bottom: 14px; }
.careers p:last-child { color: #c6d4e8; margin-bottom: 0; }

.contact-section { background: #f5f8fc; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 38px 44px; color: #fff; background: linear-gradient(110deg, #0c64c8 0%, #084c9b 45%, #06295a 100%); border-radius: 20px; box-shadow: var(--shadow-lg); }
.cta-panel::before { content: ""; position: absolute; inset: -40% 45% auto -10%; height: 180%; background: radial-gradient(circle, rgba(121,205,255,.35), transparent 62%); }
.cta-mark, .cta-copy, .cta-panel .btn { position: relative; z-index: 1; }
.cta-mark { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: rgba(255,255,255,.12); }
.cta-mark img { width: 58px; max-height: 66px; object-fit: contain; filter: brightness(0) invert(1); }
.cta-copy h2 { font-size: clamp(1.65rem, 2.7vw, 2.6rem); margin-bottom: 9px; }
.cta-copy p:last-child { color: #dceeff; margin: 0; }

.site-footer { color: #fff; background: #041126; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .7fr 1fr; gap: 54px; padding: 68px 0 50px; }
.footer-brand > img { width: 230px; max-height: 66px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); margin-bottom: 18px; }
.footer-tagline { color: #6fc6ff !important; font-weight: 800; }
.site-footer p { color: #aebed3; font-size: .86rem; }
.site-footer h3 { margin-bottom: 19px; color: #fff; font-size: .95rem; letter-spacing: 0; }
.socials { display: flex; gap: 10px; margin-top: 21px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #cfe8ff; transition: .2s ease; }
.socials a:hover { background: var(--blue-600); border-color: var(--blue-600); }
.socials svg { width: 16px; }
.footer-link-button { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; padding: 0; border: 0; color: #7acaff; background: transparent; font-weight: 700; }
.footer-link-button svg { width: 15px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; }
.footer-links a { color: #b8c7da; font-size: .84rem; }
.footer-links a:hover { color: #fff; }
.footer-standards { display: grid; gap: 14px; }
.footer-standards span { display: flex; align-items: center; gap: 10px; color: #c0ccdb; font-size: .82rem; }
.footer-standards svg { width: 20px; color: #68c4ff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8395ac; font-size: .77rem; }
.footer-bottom strong { color: #d4e3f5; }

.modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: .25s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,9,23,.76); backdrop-filter: blur(6px); }
.modal-panel { position: relative; width: min(760px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 40px; background: #fff; border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.35); transform: translateY(18px) scale(.98); transition: .25s ease; }
.modal.open .modal-panel { transform: none; }
.modal-panel h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); margin-bottom: 10px; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: #f1f5fa; border: 0; border-radius: 50%; }
.consultation-form { display: grid; gap: 17px; margin-top: 28px; }
.consultation-form label { display: grid; gap: 7px; color: var(--ink); font-size: .79rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; border: 1px solid #ced9e7; border-radius: 10px; color: var(--ink); background: #fff; outline: 0; transition: .2s ease; }
.consultation-form input, .consultation-form select { height: 48px; padding: 0 13px; }
.consultation-form textarea { padding: 12px 13px; resize: vertical; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(31,130,228,.11); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: -5px 0 0; text-align: center; color: var(--muted); font-size: .72rem; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 4000; max-width: 410px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; color: #fff; background: #073c75; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: var(--shadow-lg); transform: translateY(130%); opacity: 0; transition: .3s ease; }
.toast.show { transform: none; opacity: 1; }
.toast svg { color: #72d5a4; flex: 0 0 auto; }
.scroll-top-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 2600;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-600), #084790);
  box-shadow: 0 16px 38px rgba(6,23,51,.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.94);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, box-shadow .2s ease;
}
.scroll-top-button.show { opacity: 1; visibility: visible; transform: none; }
.scroll-top-button:hover { box-shadow: 0 18px 44px rgba(12,99,199,.34); transform: translateY(-2px); }
.scroll-top-button:focus-visible { outline: 3px solid rgba(31,130,228,.35); outline-offset: 3px; }
.scroll-top-button svg { width: 20px; height: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
@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; } }

@media (max-width: 1120px) {
  :root { --header-h: 76px; }
  .brand { width: 205px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .77rem; }
  .nav-cta { display: none; }
  .hero-inner { grid-template-columns: 1fr; align-items: center; }
  .hero-copy { padding-top: 50px; }
  .trust-cards { max-width: 690px; margin-bottom: 10px; }
  .why-grid { grid-template-columns: repeat(3,1fr); row-gap: 42px; }
  .why-item:nth-child(3) { border-right: 0; }
  .industry-grid { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: var(--header-h); left: 18px; right: 18px; display: grid; gap: 0; padding: 12px; background: rgba(255,255,255,.99); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .primary-nav.open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav a { padding: 13px 14px; border-radius: 8px; }
  .primary-nav a:hover, .primary-nav a.active { background: #edf6ff; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 850px; }
  .hero-art { left: 30%; opacity: .72; }
  .hero::before { background: linear-gradient(90deg, rgba(2,15,36,1) 0%, rgba(2,15,36,.93) 52%, rgba(2,15,36,.45) 100%); }
  .hero-inner { padding-top: 90px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-media { max-width: 720px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card-wide { grid-column: span 2; }
  .industry-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .careers-image { inset-right: 48%; }
  .careers-inner { padding-left: 48%; display: block; padding-top: 56px; padding-bottom: 56px; }
  .careers-inner .btn { margin-top: 22px; }
  .cta-panel { grid-template-columns: auto 1fr; }
  .cta-panel .btn { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 188px; }
  .hero { min-height: 900px; }
  .hero-art { left: 18%; opacity: .57; }
  .hero-grid-overlay { display: none; }
  .hero-inner { padding-top: 70px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.7rem); }
  .hero-description { font-size: .95rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .trust-cards { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 14px 16px; }
  .trust-card .icon-shell { margin: 0; width: 42px; height: 42px; }
  .about-media { min-height: 310px; }
  .about-media > img { height: 310px; }
  .media-badge { right: 10px; left: 10px; bottom: -28px; max-width: none; }
  .mini-features { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; grid-template-columns: auto 1fr; min-height: 240px; align-items: start; }
  .service-card-wide a { position: absolute; left: 28px; bottom: 25px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-item, .why-item:nth-child(3) { border-right: 1px solid rgba(174,207,242,.22); }
  .why-item:nth-child(even) { border-right: 0; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .careers { min-height: 510px; align-items: end; }
  .careers::after { background: linear-gradient(0deg, #061733 0%, rgba(6,23,51,.9) 48%, rgba(6,23,51,.2) 100%); }
  .careers-image { inset: 0; }
  .careers-image img { object-position: 30% center; }
  .careers-inner { min-height: 510px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 45px 0; }
  .cta-panel { grid-template-columns: 1fr; padding: 34px 25px; text-align: center; }
  .cta-mark { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom .container { padding: 16px 0; flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .modal { padding: 12px; }
  .modal-panel { padding: 32px 20px 24px; border-radius: 16px; }
  .modal-close { top: 12px; right: 12px; }
}

@media (max-width: 430px) {
  .brand { width: 170px; }
  .hero h1 { font-size: 3.05rem; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item, .why-item:nth-child(3), .why-item:nth-child(even) { border-right: 0; border-bottom: 1px solid rgba(174,207,242,.22); padding-bottom: 30px; }
  .why-item:last-child { border-bottom: 0; }
  .industry-grid { gap: 10px; }
  .industry-card { min-height: 124px; }
}


/* Multi-page website */
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--blue-700); background: transparent; font-weight: 800; font-size: .86rem; }
.text-link svg { width: 16px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(3px); }
.light-link { color: #9edaff; }
.section-link { margin-top: 12px; }
.btn-secondary { color: var(--blue-700); border-color: #bdd3e9; background: #fff; }
.legal-links { display: flex; align-items: center; gap: 18px; }
.legal-links a { color: #9cadc2; }
.legal-links a:hover { color: #fff; }
.inner-page main, .service-page main, .legal-page main { padding-top: var(--header-h); }
.inner-hero { position: relative; min-height: 555px; display: flex; align-items: center; color: #fff; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 75% 30%, rgba(38,143,231,.26), transparent 31%), linear-gradient(115deg, #031127 0%, #061b3c 60%, #0a3f79 135%); }
.inner-hero.compact { min-height: 420px; }
.inner-hero::after { content:""; position:absolute; inset:0; z-index:-2; background: linear-gradient(90deg, rgba(4,17,39,.25), transparent 62%); }
.inner-hero-grid { position:absolute; inset:0; z-index:-1; opacity:.17; background-image:linear-gradient(rgba(111,198,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(111,198,255,.2) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 85%); }
.inner-hero-layout { display:grid; grid-template-columns:minmax(0,1fr) 360px; align-items:center; gap:70px; padding-block:84px; }
.inner-hero-copy { max-width:790px; }
.breadcrumb { display:flex; align-items:center; flex-wrap:wrap; gap:7px; margin-bottom:42px; color:#9db1cb; font-size:.78rem; font-weight:700; }
.breadcrumb a:hover { color:#fff; }
.breadcrumb svg { width:13px; }
.inner-hero h1, .service-detail-hero h1 { color:#fff; font-size:clamp(3rem,5vw,5rem); margin-bottom:22px; }
.inner-hero-copy>p:last-of-type { max-width:750px; color:#cbd9eb; font-size:1.07rem; line-height:1.75; }
.inner-hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:26px; margin-top:30px; }
.inner-hero-mark { position:relative; width:310px; height:310px; display:grid; place-items:center; margin-inline:auto; border:1px solid rgba(118,198,249,.22); border-radius:50%; background:radial-gradient(circle,rgba(22,103,187,.32),rgba(6,23,51,.08) 65%); }
.inner-hero-mark::before,.inner-hero-mark::after,.mark-ring { content:""; position:absolute; border:1px solid rgba(112,198,255,.18); border-radius:50%; }
.inner-hero-mark::before { inset:26px; }
.inner-hero-mark::after { inset:62px; }
.mark-ring { inset:-26px; border-style:dashed; animation:rotateRing 30s linear infinite; }
@keyframes rotateRing { to{transform:rotate(360deg)} }
.inner-hero-mark img { position:relative; z-index:2; width:135px; filter:drop-shadow(0 18px 30px rgba(0,0,0,.28)); }
.inner-hero-mark>svg { position:absolute; z-index:3; width:42px; height:42px; right:32px; bottom:60px; padding:9px; color:#fff; border-radius:12px; background:var(--blue-600); box-shadow:0 12px 24px rgba(0,0,0,.25); }
.split-content { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:80px; }
.split-content.align-start { align-items:start; }
.content-copy h2 { font-size:clamp(2.2rem,3.6vw,3.7rem); }
.content-copy p { font-size:.98rem; line-height:1.82; }
.image-panel { position:relative; }
.image-panel>picture>img,
.image-panel>img { width:100%; min-height:500px; height:100%; object-fit:cover; border-radius:22px; box-shadow:var(--shadow-lg); }
.image-panel-caption { position:absolute; left:28px; right:28px; bottom:28px; display:flex; align-items:center; gap:14px; padding:18px; color:#fff; background:rgba(4,23,51,.88); border:1px solid rgba(255,255,255,.16); border-radius:14px; backdrop-filter:blur(12px); }
.image-panel-caption svg { width:34px; height:34px; color:#63c3ff; }
.image-panel-caption strong,.image-panel-caption span { display:block; }
.image-panel-caption span { color:#b7c8dc; font-size:.78rem; }
.soft-section { background:linear-gradient(180deg,#f6f9fd,#fff); }
.value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.value-card { min-height:260px; padding:30px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 10px 35px rgba(8,31,67,.05); }
.value-card>svg { width:44px; height:44px; padding:9px; margin-bottom:35px; color:var(--blue-600); border:1px solid #b9d9f5; border-radius:12px; background:#eff8ff; }
.value-card h3 { font-size:1.15rem; }
.value-card p { font-size:.86rem; }
.transition-section { background:#fff; padding-block:0 104px; }
.transition-panel { display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:65px; padding:58px; color:#fff; border-radius:24px; background:linear-gradient(120deg,#061733,#084b91); box-shadow:var(--shadow-lg); }
.transition-panel h2 { color:#fff; }
.transition-panel p:last-child { color:#c9d9ed; }
.transition-arrow { display:flex; align-items:center; justify-content:center; gap:16px; padding:28px 20px; border:1px solid rgba(255,255,255,.16); border-radius:16px; background:rgba(255,255,255,.06); }
.transition-arrow span { color:#a9bad0; text-decoration:line-through; }
.transition-arrow svg { color:#65c3ff; }
.transition-arrow strong { color:#fff; }
.service-list-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-list-card { min-height:340px; display:flex; flex-direction:column; padding:30px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(7,31,68,.05); transition:.25s ease; }
.service-list-card:hover { transform:translateY(-6px); border-color:#9fcdf3; box-shadow:var(--shadow-md); }
.service-list-top { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:40px; }
.service-list-top>span { color:#b3c2d5; font:800 .78rem var(--font-display); }
.service-list-card h2 { min-height:2.3em; font-size:1.45rem; }
.service-list-card p { flex:1; font-size:.88rem; }
.why-grid-four { grid-template-columns:repeat(4,1fr); }
.why-grid-four .why-item:nth-child(3) { border-right:1px solid rgba(174,207,242,.22); }
.service-detail-hero { position:relative; min-height:620px; padding-top:var(--header-h); display:flex; align-items:center; overflow:hidden; background:radial-gradient(circle at 74% 38%,rgba(44,153,239,.22),transparent 30%),linear-gradient(110deg,#031127,#062650); }
.service-detail-pattern { position:absolute; inset:0; opacity:.18; background-image:radial-gradient(circle,rgba(99,195,255,.85) 0 1px,transparent 1px);background-size:27px 27px;mask-image:linear-gradient(90deg,#000,transparent); }
.service-detail-hero .container { position:relative; padding-block:80px; }
.service-detail-heading { max-width:840px; }
.service-detail-icon { width:80px;height:80px;display:grid;place-items:center;margin-bottom:28px;color:#67c5ff;border:1px solid rgba(103,197,255,.35);border-radius:18px;background:rgba(16,87,157,.25); }
.service-detail-icon svg { width:45px;height:45px; }
.service-detail-heading>p:not(.eyebrow) { max-width:720px;color:#cbd8e9;font-size:1.12rem;line-height:1.72; }
.service-content-layout { display:grid; grid-template-columns:minmax(0,1fr) 370px; gap:80px; align-items:start; }
.service-main h2 { font-size:clamp(2.2rem,3.7vw,3.75rem); }
.service-main h3 { margin-top:46px; font-size:1.2rem; }
.check-list { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:14px; }
.check-list li { display:flex; align-items:flex-start; gap:11px; color:var(--ink); font-weight:600; }
.check-list svg { flex:0 0 auto; width:20px; height:20px; margin-top:2px; color:var(--blue-600); }
.service-sidebar { display:grid; gap:18px; position:sticky; top:100px; }
.sidebar-card { padding:28px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 12px 32px rgba(7,31,68,.06); }
.sidebar-card>svg { width:42px;height:42px;color:#5bc0ff;margin-bottom:24px; }
.dark-card { color:#fff; background:linear-gradient(135deg,#061733,#0b4484); border-color:transparent; }
.dark-card h3 { color:#fff;font-size:1.3rem; }
.dark-card p { color:#c5d5e8; }
.tag-list,.service-tags { display:flex;flex-wrap:wrap;gap:8px; }
.tag,.service-tags span { padding:7px 10px;color:#15518c;border:1px solid #c5ddf1;border-radius:999px;background:#f1f8ff;font-size:.72rem;font-weight:700; }
.contact-card .text-link { margin-top:8px; }
.included-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }
.included-item { min-height:105px;display:flex;align-items:center;gap:14px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff; }
.included-item svg { flex:0 0 auto;width:25px;height:25px;padding:5px;color:#fff;border-radius:50%;background:var(--blue-600); }
.included-item span { color:var(--ink);font-size:.86rem;font-weight:700; }
.feature-split { display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center; }
.feature-visual { position:relative;min-height:430px;display:grid;place-items:center;border-radius:24px;overflow:hidden;background:radial-gradient(circle,#155d9f,#061733 70%); }
.feature-visual::before { content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(120,196,243,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(120,196,243,.4) 1px,transparent 1px);background-size:48px 48px; }
.feature-visual img { position:relative;width:140px;filter:drop-shadow(0 22px 35px rgba(0,0,0,.35)); }
.visual-icon { position:absolute;z-index:2;right:58px;bottom:58px;width:76px;height:76px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.32);border-radius:18px;background:rgba(12,99,199,.75);backdrop-filter:blur(8px); }
.visual-icon svg { width:42px;height:42px; }
.numbered-list { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px; }
.numbered-list div { display:flex;gap:12px;padding:17px;border:1px solid var(--line);border-radius:12px; }
.numbered-list strong { color:var(--blue-600); }
.numbered-list span { color:var(--ink);font-size:.8rem;font-weight:700; }
.next-service { padding:65px 0;color:#fff;background:linear-gradient(110deg,#084f9b,#061733); }
.next-service-inner { display:flex;align-items:center;justify-content:space-between;gap:40px; }
.next-service h2 { color:#fff;margin-bottom:9px; }
.next-service p:last-child { color:#c4d5e9;margin:0; }
.industry-detail-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.industry-detail-card { min-height:390px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(7,31,68,.05); }
.industry-detail-icon { width:58px;height:58px;display:grid;place-items:center;margin-bottom:32px;color:var(--blue-600);border:1px solid #c0ddf5;border-radius:14px;background:#eff8ff; }
.industry-detail-icon svg { width:32px;height:32px; }
.industry-detail-card h2 { font-size:1.35rem; }
.industry-detail-card p { flex:1;font-size:.86rem; }
.industry-detail-card .text-link { margin-top:22px; }
.portfolio-map { position:relative;min-height:470px;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:55px;border-radius:24px;background:linear-gradient(135deg,#061733,#0b4484); }
.portfolio-map>div { min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06); }
.portfolio-map svg { width:36px;height:36px;color:#63c2ff; }
.portfolio-map span { font-weight:700; }
.portfolio-core { position:absolute;left:50%;top:50%;width:94px;height:94px;display:grid;place-items:center;transform:translate(-50%,-50%);border:8px solid #082a57;border-radius:50%;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.25); }
.portfolio-core img { width:54px; }
.commitment-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.commitment-card { position:relative;min-height:330px;padding:32px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden; }
.commitment-card>span { position:absolute;right:22px;top:18px;color:#d4deea;font:800 2.4rem var(--font-display); }
.commitment-card>svg { width:50px;height:50px;padding:10px;margin-bottom:45px;color:var(--blue-600);border:1px solid #bddcf5;border-radius:13px;background:#eff8ff; }
.commitment-card h3 { font-size:1.22rem; }
.light-title { color:#fff; }
.light-copy { color:#bfd0e6!important; }
.standard-stack { display:grid;gap:13px; }
.standard-stack>div { display:flex;align-items:center;gap:17px;padding:20px;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.05); }
.standard-stack svg { flex:0 0 auto;width:35px;height:35px;color:#60c2ff; }
.standard-stack strong,.standard-stack span { display:block; }
.standard-stack strong { color:#fff;margin-bottom:3px; }
.standard-stack span { color:#aebfd5;font-size:.8rem; }
.pillar-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.pillar-card { min-height:310px;padding:38px;border-top:4px solid var(--blue-600);border-radius:0 0 18px 18px;background:#f5f9fe; }
.pillar-card>strong { display:block;margin-bottom:45px;color:var(--blue-600);font:800 .75rem var(--font-display);text-transform:uppercase;letter-spacing:.12em; }
.pillar-card h3 { font-size:1.35rem; }
.application-layout { display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start; }
.requirements-card { margin-top:36px;padding:28px;border:1px solid var(--line);border-radius:16px;background:#f7fafe; }
.requirements-card h3 { margin-bottom:22px; }
.application-panel,.contact-form-panel { padding:38px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-md); }
.consent-check { display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important; }
.consent-check input { width:18px!important;height:18px!important;margin-top:2px; }
.consent-check span { color:var(--slate);font-size:.75rem;font-weight:500;line-height:1.5; }
.contact-layout { display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:45px;align-items:start; }
.contact-form-panel h2 { font-size:clamp(2.1rem,3.4vw,3.3rem); }
.contact-page-form { margin-top:36px; }
.contact-aside { display:grid;gap:18px; }
.contact-aside-card { padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff; }
.primary-aside { color:#fff;background:linear-gradient(135deg,#061733,#0a4e96);border:0; }
.primary-aside img { width:70px;margin-bottom:28px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.25)); }
.primary-aside h2 { color:#fff;font-size:1.8rem; }
.primary-aside p:last-child { color:#c6d8eb; }
.contact-step { display:grid;grid-template-columns:38px 1fr;gap:13px;padding:17px 0;border-bottom:1px solid var(--line); }
.contact-step:last-child { border-bottom:0; }
.contact-step>span { color:var(--blue-600);font:800 .8rem var(--font-display); }
.contact-step p { margin:0;font-size:.8rem; }
.contact-step strong { display:block;color:var(--ink); }
.legal-layout { display:grid;grid-template-columns:260px minmax(0,1fr);gap:70px;align-items:start; }
.legal-nav { position:sticky;top:105px;display:grid;gap:4px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff; }
.legal-nav a { padding:12px 13px;color:var(--slate);border-radius:9px;font-size:.82rem;font-weight:700; }
.legal-nav a:hover,.legal-nav a.active { color:var(--blue-700);background:#edf6ff; }
.legal-content { max-width:820px; }
.legal-updated { color:var(--blue-600);font-size:.8rem;font-weight:700; }
.legal-content h2 { margin-top:44px;font-size:1.35rem;letter-spacing:-.02em; }
.legal-content p { line-height:1.85; }
.legal-review { display:flex;gap:16px;margin-top:50px;padding:22px;border:1px solid #e3c46e;border-radius:14px;background:#fff9e8; }
.legal-review svg { flex:0 0 auto;color:#ad7810; }
.legal-review p { margin:0;font-size:.82rem; }
.centered-empty { max-width:700px;text-align:center; }
.centered-empty>div { display:flex;justify-content:center;gap:12px;margin-top:25px; }

@media(max-width:1120px){
  .inner-hero-layout{grid-template-columns:1fr 270px;gap:40px}.inner-hero-mark{width:250px;height:250px}.inner-hero-mark img{width:105px}
  .value-grid{grid-template-columns:repeat(2,1fr)}.service-list-grid,.industry-detail-grid,.commitment-grid{grid-template-columns:repeat(2,1fr)}
  .service-content-layout{grid-template-columns:minmax(0,1fr) 330px;gap:50px}.why-grid-four{grid-template-columns:repeat(2,1fr)}.why-grid-four .why-item:nth-child(2){border-right:0}.why-grid-four .why-item:nth-child(3){border-right:1px solid rgba(174,207,242,.22)}
}
@media(max-width:900px){
  .inner-page main,.service-page main,.legal-page main{padding-top:var(--header-h)}.inner-hero-layout{grid-template-columns:1fr}.inner-hero-mark{display:none}.inner-hero{min-height:500px}.inner-hero.compact{min-height:380px}
  .split-content,.feature-split,.application-layout,.contact-layout{grid-template-columns:1fr;gap:50px}.image-panel>picture>img,.image-panel>img{min-height:390px}.transition-panel{grid-template-columns:1fr;padding:42px}
  .service-content-layout{grid-template-columns:1fr}.service-sidebar{position:static;grid-template-columns:1fr 1fr}.contact-card{grid-column:1/-1}
  .included-grid{grid-template-columns:repeat(2,1fr)}.portfolio-map{min-height:430px}.legal-layout{grid-template-columns:1fr;gap:40px}.legal-nav{position:static;display:flex;flex-wrap:wrap}
}
@media(max-width:680px){
  .inner-hero{min-height:520px}.inner-hero-layout{padding-block:65px}.breadcrumb{margin-bottom:30px}.inner-hero h1,.service-detail-hero h1{font-size:clamp(2.65rem,13vw,4rem)}
  .value-grid,.service-list-grid,.industry-detail-grid,.commitment-grid,.pillar-grid{grid-template-columns:1fr}.transition-panel{padding:32px 24px}.transition-arrow{flex-wrap:wrap}
  .service-detail-hero{min-height:600px}.service-detail-hero .container{padding-block:65px}.service-content-layout{gap:45px}.service-sidebar{grid-template-columns:1fr}.included-grid{grid-template-columns:1fr}
  .numbered-list{grid-template-columns:1fr}.next-service-inner{align-items:flex-start;flex-direction:column}.portfolio-map{padding:24px;gap:10px}.portfolio-map>div{min-height:120px}.portfolio-core{width:76px;height:76px}.portfolio-core img{width:43px}
  .application-panel,.contact-form-panel{padding:27px 20px}.legal-nav{display:grid}.centered-empty>div{flex-direction:column}.legal-links{order:3;width:100%}
}
/* Final layout corrections */
.service-page main { padding-top: var(--header-h); }
.service-detail-hero { padding-top: 0; }
@media (max-width: 900px) { .hero-art { left: 30%; } }
@media (max-width: 680px) { .hero-art { left: 18%; } }

/* Conversion, PWA and theme enhancements */
.container.hero-inner { width: min(calc(100% - 40px), var(--container)); }
.nav-contact {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #24507f;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.nav-contact svg { width: 16px; color: var(--blue-600); }
.theme-toggle {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid #ccdaea;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 31, 68, .05);
}
.theme-toggle svg { width: 19px; }
.trust-strip { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 35px rgba(8,31,67,.05); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; }
.trust-strip-grid div { min-height: 118px; display: grid; align-content: center; gap: 6px; padding: 22px 20px; border-left: 1px solid var(--line); }
.trust-strip-grid div:last-child { border-right: 1px solid var(--line); }
.trust-strip svg { width: 25px; height: 25px; color: var(--blue-600); }
.trust-strip strong { color: var(--ink); font: 800 .88rem/1.25 var(--font-display); }
.trust-strip span { color: #58677e; font-size: .75rem; line-height: 1.45; }
.standards-section { background: linear-gradient(180deg, #fff, #f4f8fd); }
.compliance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compliance-grid article,
.service-match-grid article,
.contact-signal-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7,31,68,.05);
}
.compliance-grid svg { width: 38px; height: 38px; color: var(--blue-600); margin-bottom: 24px; }
.compliance-grid h3 { font-size: 1.04rem; margin-bottom: 10px; }
.compliance-grid p { font-size: .84rem; margin: 0; }
.service-match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.service-match-grid span,
.service-fit-grid span,
.contact-signal-grid span,
.scenario-card span {
  display: block;
  color: var(--blue-600);
  font: 800 .72rem/1 var(--font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-match-grid h3 { margin: 12px 0 10px; }
.service-match-grid p { margin: 0; font-size: .86rem; }
.service-fit-strip { padding: 22px 0; background: #f5f9fe; border-bottom: 1px solid var(--line); }
.service-fit-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 14px; align-items: stretch; }
.service-fit-grid article { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.service-fit-grid strong { display: block; margin-top: 9px; color: var(--ink); font-size: .84rem; line-height: 1.45; }
.service-fit-grid .btn { min-height: 100%; align-self: stretch; white-space: nowrap; }
.proof-section { background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.scenario-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.scenario-card img { width: 100%; height: 185px; object-fit: cover; }
.scenario-card div { padding: 24px; }
.scenario-card h3 { margin: 12px 0 10px; font-size: 1.08rem; }
.scenario-card p { margin: 0; font-size: .86rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.testimonial-grid blockquote { margin: 0; padding: 25px; border: 1px solid #c9dbea; border-radius: 16px; background: #f7fbff; }
.testimonial-grid article { margin: 0; padding: 25px; border: 1px solid #c9dbea; border-radius: 16px; background: #f7fbff; }
.testimonial-grid p { color: var(--ink); font-weight: 700; line-height: 1.65; }
.testimonial-grid cite { color: var(--blue-700); font-style: normal; font-weight: 800; font-size: .78rem; }
.testimonial-grid h3 { font-size: .92rem; margin-bottom: 10px; color: var(--blue-700); }
.faq-section { background: linear-gradient(180deg, #f7fbff, #fff); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 58px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(7,31,68,.04); }
.faq-list summary { cursor: pointer; padding: 19px 22px; color: var(--ink); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--blue-600); font-size: 1.25rem; line-height: 1; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { margin: 0; padding: 0 22px 20px; font-size: .9rem; }
.contact-signal-section { padding: 24px 0; background: #fff; border-bottom: 1px solid var(--line); }
.contact-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.contact-signal-grid article { min-height: 142px; display: grid; align-content: start; gap: 9px; }
.contact-signal-grid svg { width: 28px; height: 28px; color: var(--blue-600); }
.contact-signal-grid strong,
.contact-signal-grid a { color: var(--ink); font-weight: 800; font-size: .86rem; line-height: 1.45; overflow-wrap: anywhere; }
.service-areas-section { background: linear-gradient(180deg, #f7fbff, #fff); }
.service-area-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 42px; align-items: stretch; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.area-tags span {
  padding: 10px 14px;
  color: var(--blue-700);
  border: 1px solid #c9dbea;
  border-radius: 999px;
  background: #fff;
  font: 800 .78rem/1 var(--font-display);
}
.area-contact-card {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.area-contact-card svg { width: 34px; height: 34px; color: var(--blue-600); }
.area-contact-card p { margin: 0; }
.map-section { padding: 70px 0; background: #f5f9fe; border-bottom: 1px solid var(--line); }
.map-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 36px; align-items: center; }
.direct-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.map-frame {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #c9dbea;
  border-radius: 18px;
  background: #dceaf8;
  box-shadow: var(--shadow-sm);
}
.map-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(6,23,51,.92), rgba(12,99,199,.76)),
    url("assets/hero-security.webp") center/cover;
  color: #fff;
}
.map-card svg {
  width: 36px;
  height: 36px;
  color: #78c4f3;
}
.map-card h3 {
  margin: 8px 0 0;
  font-size: 1.8rem;
  color: #fff;
}
.map-card p {
  margin: 0 0 10px;
  color: #e5f0ff;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.file-note { display: block; margin-top: 7px; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.footer-contact-list { display: grid; gap: 11px; }
.footer-contact-list a,
.footer-contact-list span { display: flex; align-items: flex-start; gap: 9px; color: #b8c7da; font-size: .82rem; line-height: 1.45; }
.footer-contact-list svg { flex: 0 0 auto; width: 17px; height: 17px; color: #68c4ff; margin-top: 2px; }
.mobile-action-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2500;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(4,17,38,.92);
  box-shadow: 0 18px 55px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
}
.mobile-action-bar a,
.mobile-action-bar button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: rgba(255,255,255,.08);
  font-weight: 800;
}
.mobile-action-bar button { background: var(--blue-600); }
.mobile-action-bar svg { width: 18px; }

[data-theme="dark"] {
  --ink: #eef5ff;
  --slate: #c4d3e6;
  --muted: #91a6c0;
  --line: rgba(159, 190, 224, .22);
  --surface: #071a35;
  --white: #061226;
  color-scheme: dark;
}
[data-theme="dark"] body { color: var(--ink); background: #061226; }
[data-theme="dark"] .site-header { background: rgba(3, 17, 39, .97); border-bottom-color: rgba(125,190,245,.18); }
[data-theme="dark"] .site-header.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.35); }
[data-theme="dark"] .brand img,
[data-theme="dark"] .footer-brand > img { filter: brightness(0) invert(1); }
[data-theme="dark"] .primary-nav a,
[data-theme="dark"] .theme-toggle,
[data-theme="dark"] .menu-toggle span { color: #e8f2ff; }
[data-theme="dark"] .menu-toggle span { background: #e8f2ff; }
[data-theme="dark"] .theme-toggle { background: #0a1f3d; border-color: rgba(126,190,245,.25); }
[data-theme="dark"] .nav-contact { color: #c9def5; }
[data-theme="dark"] .about,
[data-theme="dark"] .industries,
[data-theme="dark"] .proof-section,
[data-theme="dark"] .contact-signal-section,
[data-theme="dark"] .service-areas-section,
[data-theme="dark"] .transition-section { background: #061226; }
[data-theme="dark"] .services,
[data-theme="dark"] .process,
[data-theme="dark"] .soft-section,
[data-theme="dark"] .standards-section,
[data-theme="dark"] .faq-section,
[data-theme="dark"] .contact-section,
[data-theme="dark"] .service-fit-strip,
[data-theme="dark"] .map-section { background: #071a35; }
[data-theme="dark"] .service-card,
[data-theme="dark"] .industry-card,
[data-theme="dark"] .process-card,
[data-theme="dark"] .compliance-grid article,
[data-theme="dark"] .service-list-card,
[data-theme="dark"] .service-match-grid article,
[data-theme="dark"] .service-fit-grid article,
[data-theme="dark"] .scenario-card,
[data-theme="dark"] .testimonial-grid blockquote,
[data-theme="dark"] .testimonial-grid article,
[data-theme="dark"] .faq-list details,
[data-theme="dark"] .contact-signal-grid article,
[data-theme="dark"] .area-contact-card,
[data-theme="dark"] .sidebar-card,
[data-theme="dark"] .included-item,
[data-theme="dark"] .value-card,
[data-theme="dark"] .commitment-card,
[data-theme="dark"] .application-panel,
[data-theme="dark"] .contact-form-panel,
[data-theme="dark"] .contact-aside-card,
[data-theme="dark"] .legal-nav,
[data-theme="dark"] .modal-panel {
  background: #0a1d38;
  border-color: rgba(157,190,224,.2);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
}
[data-theme="dark"] .trust-strip { background: #071a35; border-bottom-color: rgba(157,190,224,.18); }
[data-theme="dark"] .trust-strip-grid div { border-color: rgba(157,190,224,.18); }
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] .lead,
[data-theme="dark"] .service-card h3,
[data-theme="dark"] .industry-card span,
[data-theme="dark"] .check-list li,
[data-theme="dark"] .included-item span,
[data-theme="dark"] .numbered-list span,
[data-theme="dark"] .faq-list summary,
[data-theme="dark"] .service-fit-grid strong,
[data-theme="dark"] .contact-signal-grid strong,
[data-theme="dark"] .contact-signal-grid a,
[data-theme="dark"] .testimonial-grid p,
[data-theme="dark"] .trust-strip strong { color: #eef5ff; }
[data-theme="dark"] .area-tags span { color: #d8ebff; background: #0a1d38; border-color: rgba(157,190,224,.25); }
[data-theme="dark"] .map-frame { background: #0a1d38; border-color: rgba(157,190,224,.25); }
[data-theme="dark"] p,
[data-theme="dark"] .faq-list details p { color: #bed0e5; }
[data-theme="dark"] .primary-nav { background: rgba(3,17,39,.98); }
[data-theme="dark"] .primary-nav a:hover,
[data-theme="dark"] .primary-nav a.active,
[data-theme="dark"] .legal-nav a:hover,
[data-theme="dark"] .legal-nav a.active { background: rgba(31,130,228,.16); }
[data-theme="dark"] .site-header .primary-nav a.active { background: transparent; }
[data-theme="dark"] .consultation-form input,
[data-theme="dark"] .consultation-form select,
[data-theme="dark"] .consultation-form textarea {
  color: #eef5ff;
  background: #061226;
  border-color: rgba(157,190,224,.25);
}
[data-theme="dark"] .dark-card,
[data-theme="dark"] .primary-aside { background: linear-gradient(135deg,#031127,#084b91); }

@media (max-width: 1500px) {
  .nav-contact { display: none; }
}
@media (max-width: 1120px) {
  .trust-strip-grid { grid-template-columns: repeat(3, 1fr); }
  .service-fit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-fit-grid .btn { min-height: 56px; grid-column: 1 / -1; }
  .contact-signal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .theme-toggle { margin-left: 8px; }
  [data-theme="dark"] .site-header .primary-nav a.active { background: rgba(31,130,228,.16); }
  .trust-strip-grid,
  .proof-grid,
  .testimonial-grid,
  .faq-layout,
  .service-area-layout,
  .map-layout,
  .service-match-grid { grid-template-columns: 1fr; }
  .compliance-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container.hero-inner { width: min(calc(100% - 28px), var(--container)); }
  body { padding-bottom: 78px; }
  body.modal-open { padding-bottom: 0; }
  .mobile-action-bar { display: grid; }
  .scroll-top-button { right: 18px; bottom: 92px; width: 44px; height: 44px; }
  .trust-strip-grid,
  .compliance-grid,
  .service-fit-grid,
  .contact-signal-grid { grid-template-columns: 1fr; }
  .trust-strip-grid div { min-height: auto; border-right: 1px solid var(--line); }
  .service-fit-grid .btn { width: 100%; }
  .scenario-card img { height: 165px; }
}
