:root {
  --ink: #081126;
  --navy: #061b3d;
  --blue: #075ee8;
  --blue-2: #13b9ef;
  --cyan: #60e8ff;
  --paper: #ffffff;
  --mist: #eef6ff;
  --line: #d9e7f7;
  --muted: #60708b;
  --shadow: 0 24px 80px rgba(7, 48, 108, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: #cfe4ff; font-size: 13px; letter-spacing: .03em; }
.topbar .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: white; font-weight: 650; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(8, 38, 82, .08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; object-position: 50% 48%; box-shadow: 0 8px 24px rgba(0, 84, 212, .14); }
.brand-copy { line-height: 1.05; }
.brand-name { display: block; font-size: 20px; font-weight: 850; letter-spacing: -.03em; }
.brand-tag { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; font-size: 14px; font-weight: 700; color: #263754; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-2)); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-cta, .btn-primary { background: linear-gradient(120deg, var(--blue), #0a83f3); color: white; box-shadow: 0 12px 28px rgba(7, 94, 232, .24); }
.nav-cta:hover, .btn:hover { transform: translateY(-2px); }
.btn-secondary { border-color: #b9cceb; background: rgba(255,255,255,.8); color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.06); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy); cursor: pointer; }

.hero { position: relative; overflow: hidden; min-height: 700px; color: white; background: radial-gradient(circle at 78% 22%, rgba(46, 198, 255, .28), transparent 27%), radial-gradient(circle at 65% 90%, rgba(0, 73, 225, .34), transparent 33%), linear-gradient(135deg, #041327 0%, #062a62 55%, #054eae 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: 100px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #8deaff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(47px, 6.3vw, 82px); line-height: .98; letter-spacing: -.058em; }
h1 .gradient-text { color: #7be5ff; background: linear-gradient(90deg, #fff 5%, #5fdcff 63%, #7aa7ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: #d5e6fb; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; color: #d9eaff; font-size: 13px; }
.trust-line span { display: inline-flex; align-items: center; gap: 8px; }
.trust-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-orbit { position: relative; width: min(440px, 100%); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(129,222,255,.28); border-radius: 50%; box-shadow: inset 0 0 80px rgba(49,190,255,.08), 0 0 100px rgba(0,119,255,.15); }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(255,255,255,.18); }
.logo-orbit::before { inset: 34px; animation: spin 28s linear infinite; }
.logo-orbit::after { inset: 88px; animation: spin 18s linear reverse infinite; }
.hero-logo-card { position: relative; z-index: 3; width: 265px; aspect-ratio: 1; display: grid; place-items: center; padding: 24px; border-radius: 34px; background: rgba(255,255,255,.98); box-shadow: 0 30px 100px rgba(0,0,0,.32); transform: rotate(-3deg); }
.hero-logo-card img { width: 100%; }
.orbit-dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #68e4ff; box-shadow: 0 0 25px #68e4ff; }
.orbit-dot.one { top: 9%; left: 25%; }.orbit-dot.two { bottom: 18%; right: 7%; }.orbit-dot.three { bottom: 4%; left: 30%; width: 8px; height: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding: 110px 0; }
.section-soft { background: linear-gradient(180deg, #f5faff 0%, #eef6ff 100%); }
.section-dark { color: white; background: #06172f; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section h2, .page-hero h1 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-dark .section-head p { color: #b8c9df; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-card { position: relative; overflow: hidden; min-height: 335px; padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 10px 30px rgba(6, 48, 114, .045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: #b1d0fa; box-shadow: var(--shadow); }
.service-card::after { content: attr(data-number); position: absolute; right: 24px; top: 18px; color: #e6f0ff; font-size: 62px; font-weight: 900; letter-spacing: -.08em; }
.service-icon { width: 72px; height: 72px; margin-bottom: 28px; object-fit: contain; }
.service-card h3 { margin-bottom: 13px; font-size: 23px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; font-size: 14px; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.image-panel { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #071c43, #075be8); box-shadow: var(--shadow); }
.image-panel::before { content: ""; position: absolute; width: 450px; height: 450px; right: -190px; top: -120px; border-radius: 50%; border: 70px solid rgba(102,226,255,.14); }
.image-panel::after { content: "✦"; position: absolute; left: 12%; top: 9%; color: #70e8ff; font-size: 100px; text-shadow: 0 0 50px rgba(88,219,255,.7); }
.panel-content { position: absolute; inset: auto 34px 34px; z-index: 2; padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; color: white; background: rgba(3,24,61,.65); backdrop-filter: blur(14px); }
.panel-content strong { display: block; font-size: 28px; line-height: 1.2; letter-spacing: -.03em; }
.panel-content span { color: #c8d9ee; font-size: 14px; }
.copy h2 { margin-bottom: 24px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.copy > p { color: var(--muted); font-size: 18px; }
.check-list { display: grid; gap: 14px; margin: 28px 0 36px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; font-weight: 680; }
.check-list li::before { content: "✓"; flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; color: white; background: var(--blue); font-size: 12px; }

.sector-card { min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; border-radius: 28px; color: white; background: radial-gradient(circle at 80% 15%, rgba(81,227,255,.3), transparent 28%), linear-gradient(145deg, #051c3f, #074eaa); box-shadow: var(--shadow); }
.sector-card:nth-child(2) { background: radial-gradient(circle at 20% 10%, rgba(81,227,255,.27), transparent 30%), linear-gradient(145deg, #062c57, #0768e8); }
.sector-index { font-size: 13px; font-weight: 800; letter-spacing: .16em; color: #85eaff; }
.sector-card h3 { margin: 14px 0; font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
.sector-card p { color: #d4e4f6; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.pill { padding: 7px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 12px; background: rgba(255,255,255,.07); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.value-num { color: var(--blue); font-weight: 900; font-size: 13px; letter-spacing: .12em; }
.value h3 { margin: 10px 0 8px; font-size: 21px; }
.value p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; overflow: hidden; }
.process-item { counter-increment: step; min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.process-item:last-child { border-right: 0; }
.process-item::before { content: "0" counter(step); display: block; margin-bottom: 52px; color: #6ce7ff; font-weight: 850; letter-spacing: .12em; }
.process-item h3 { font-size: 19px; }.process-item p { color: #aebfd5; font-size: 14px; }

.security-section { overflow: hidden; background: radial-gradient(circle at 18% 55%, rgba(30, 181, 255, .12), transparent 28%), #020d1f; color: white; }
.security-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.security-section .copy > p { color: #b9cbe0; }
.security-section .check-list li::before { background: #0aa9ee; box-shadow: 0 0 22px rgba(41, 206, 255, .35); }
.security-console { overflow: hidden; min-height: 450px; border: 1px solid rgba(97, 217, 255, .26); border-radius: 26px; background: linear-gradient(145deg, rgba(6,31,67,.96), rgba(2,15,35,.96)); box-shadow: 0 34px 100px rgba(0,0,0,.34), inset 0 0 90px rgba(19,147,255,.07); }
.console-top { height: 58px; display: flex; align-items: center; gap: 8px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #75dbff; font-size: 11px; letter-spacing: .15em; }
.console-top span { width: 8px; height: 8px; border-radius: 50%; background: #1aaee9; }.console-top span:nth-child(2) { opacity: .65; }.console-top span:nth-child(3) { opacity: .35; }.console-top b { margin-left: auto; }
.console-status { min-height: 390px; display: grid; grid-template-columns: .95fr 1.05fr; place-items: center; gap: 25px; padding: 45px 35px; }
.security-ring { width: 190px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(98,228,255,.55); border-radius: 50%; box-shadow: 0 0 0 18px rgba(23,149,255,.05), 0 0 0 44px rgba(23,149,255,.025), inset 0 0 45px rgba(26,184,255,.13), 0 0 40px rgba(16,167,255,.12); }
.security-ring strong { display: block; color: #83ebff; font-size: 43px; line-height: 1; letter-spacing: -.05em; }.security-ring small { margin-top: 10px; color: #b8d5eb; font-size: 9px; letter-spacing: .15em; }
.console-lines { width: 100%; display: grid; gap: 14px; }.console-lines span { display: flex; align-items: center; gap: 10px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.08); color: #b9cce1; font-size: 12px; }.console-lines i { width: 7px; height: 7px; border-radius: 50%; background: #60e8ff; box-shadow: 0 0 13px #60e8ff; }

.cta-band { position: relative; overflow: hidden; margin: 0 auto 110px; padding: 70px; border-radius: 32px; color: white; background: linear-gradient(120deg, #061936, #075ee8); }
.cta-band::after { content: "✦"; position: absolute; right: 7%; top: -45px; color: rgba(126,234,255,.45); font-size: 180px; }
.cta-band h2 { max-width: 750px; margin-bottom: 18px; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.cta-band p { max-width: 640px; color: #cfe2fb; }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 95px; color: white; background: radial-gradient(circle at 80% 20%, rgba(73,220,255,.24), transparent 28%), linear-gradient(135deg, #04162e, #073e8b); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero p { max-width: 700px; margin-bottom: 0; color: #d5e5fa; font-size: 19px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.stat { padding: 20px; border-left: 1px solid rgba(255,255,255,.22); }
.stat strong { display: block; font-size: 25px; }.stat span { color: #bfd2e9; font-size: 13px; }

.leadership { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.leader { display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.leader-avatar { flex: 0 0 68px; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: white; background: linear-gradient(145deg, var(--blue), var(--blue-2)); font-weight: 900; font-size: 18px; }
.leader h3 { margin: 0; font-size: 19px; }.leader p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.detail-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.detail-card h3 { font-size: 24px; }.detail-card p { color: var(--muted); }
.detail-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; color: white; background: linear-gradient(145deg, var(--blue), var(--blue-2)); font-size: 22px; }

.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.contact-panel { padding: 46px; border-radius: 28px; color: white; background: linear-gradient(145deg, #06172f, #074eaa); }
.contact-panel p { color: #c8daee; }
.contact-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.contact-icon { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); font-weight: 850; cursor: not-allowed; }
.contact-note { padding: 46px; border: 1px solid var(--line); border-radius: 28px; background: #f7fbff; }
.contact-note h2 { font-size: 36px; letter-spacing: -.035em; }
.contact-note ul { margin: 24px 0 0; padding: 0; list-style: none; }
.contact-note li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }

.profile-hero { position: relative; overflow: hidden; background: #f8fcfc; }
.profile-hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 15% 25%, rgba(37,197,255,.14), transparent 25%), radial-gradient(circle at 88% 70%, rgba(7,94,232,.1), transparent 28%); }
.profile-hero-grid { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding-top: 60px; }
.profile-portrait-wrap { align-self: end; position: relative; min-height: 570px; display: flex; justify-content: center; align-items: flex-end; }
.profile-portrait-wrap::before { content: ""; position: absolute; inset: 55px 18px 0; border-radius: 28px 28px 0 0; background: linear-gradient(145deg, #e6f6ff, #d7e9f7); box-shadow: 0 24px 70px rgba(6,45,97,.12); transform: rotate(-2deg); }
.profile-portrait { position: relative; z-index: 2; max-height: 555px; width: auto; filter: drop-shadow(0 24px 30px rgba(4,39,81,.2)); }
.profile-status { position: absolute; left: 12px; bottom: 30px; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 8px; color: white; background: var(--navy); box-shadow: 0 14px 30px rgba(4,35,75,.22); font-size: 12px; }.profile-status i { width: 8px; height: 8px; border-radius: 50%; background: #62eaff; box-shadow: 0 0 13px #62eaff; }
.profile-intro { padding: 55px 0 70px; }.profile-intro h1 { margin-bottom: 22px; color: var(--navy); font-size: clamp(58px, 7vw, 88px); line-height: .98; }.profile-intro .eyebrow { color: var(--blue); }.profile-lead { max-width: 650px; color: var(--muted); font-size: 18px; }
.profile-role-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }.profile-role-row span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: 12px; background: white; box-shadow: 0 10px 24px rgba(7,48,108,.05); }
.profile-socials { display: flex; gap: 10px; }.profile-socials a { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; color: var(--navy); background: white; box-shadow: 0 12px 28px rgba(7,48,108,.09); font-weight: 900; transition: color .2s ease, background .2s ease, transform .2s ease; }.profile-socials a:hover { color: white; background: var(--blue); transform: translateY(-3px); }
.profile-details { padding: 120px 0 100px; }.profile-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.profile-block-label { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.profile-block-label::before { content: ""; width: 28px; height: 2px; background: var(--blue); }.profile-details h2 { margin-bottom: 24px; font-size: clamp(34px, 4vw, 50px); }.profile-details p { color: var(--muted); font-size: 17px; }.profile-info-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin: 26px 0 32px; }.profile-info-list span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }.profile-info-list a, .profile-info-list strong { display: block; margin-top: 5px; overflow-wrap: anywhere; color: var(--navy); font-size: 15px; }
.profile-work { padding: 0 0 110px; }.profile-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.profile-work-card { position: relative; min-height: 300px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; border-radius: 10px; color: white; background: linear-gradient(145deg, #06172f, #075fc5); box-shadow: 0 18px 50px rgba(7,48,108,.12); }.profile-work-card:nth-child(2) { background: linear-gradient(145deg, #0a315f, #079cc8); }.profile-work-card:nth-child(3) { color: var(--navy); background: linear-gradient(145deg, #eaf7ff, #cdeaff); }.profile-work-card::before { content: attr(data-number); position: absolute; right: 22px; top: 10px; color: rgba(255,255,255,.1); font-size: 92px; font-weight: 900; }.profile-work-card:nth-child(3)::before { color: rgba(7,94,232,.08); }.profile-work-card small { margin-bottom: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.profile-work-card h3 { margin-bottom: 10px; font-size: 27px; }.profile-work-card p { margin: 0; color: #c7d9eb; }.profile-work-card:nth-child(3) p { color: var(--muted); }
.profile-save-cta { position: relative; overflow: hidden; color: white; background: #06172f; }.profile-save-cta::after { content: "+"; position: absolute; right: 5%; top: -85px; color: rgba(87,197,255,.08); font-size: 330px; font-weight: 200; line-height: 1; }.profile-save-grid { position: relative; z-index: 2; min-height: 390px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding: 80px 0; }.profile-save-grid h2 { max-width: 700px; margin-bottom: 18px; color: white; font-size: clamp(42px, 5vw, 64px); }.profile-save-grid p { max-width: 620px; color: #b9cde3; }.profile-save-panel { padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.06); }.profile-save-panel span { display: block; margin-bottom: 9px; color: #66ddff; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }.profile-save-panel strong { display: block; margin-bottom: 25px; font-size: 20px; }.profile-save-panel .btn { width: 100%; cursor: pointer; font: inherit; }
.nav-save-contact { cursor: pointer; font: inherit; }
.leader-link { display: inline-block; margin-top: 7px; color: var(--blue); font-size: 13px; font-weight: 800; }

.site-footer { color: #b8cae0; background: #031020; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 60px; padding: 75px 0 55px; }
.footer-brand { max-width: 410px; }.footer-brand .brand-name { color: white; }.footer-brand p { margin-top: 22px; }
.footer-title { margin-bottom: 19px; color: white; font-size: 15px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: 9px 0; }.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 91px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 13px 12px; }.nav-links a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 95px; }
  .hero-visual { min-height: 440px; }.logo-orbit { width: 390px; }
  .grid-3, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-shell { grid-template-columns: 1fr; gap: 48px; }
  .security-grid { grid-template-columns: 1fr; gap: 48px; }
  .profile-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 45px; }.profile-portrait-wrap { order: 2; min-height: 520px; }.profile-intro { padding: 55px 0 0; }.profile-details-grid, .profile-save-grid { grid-template-columns: 1fr; gap: 48px; }.profile-work-grid { grid-template-columns: repeat(2, 1fr); }.profile-work-card:last-child { grid-column: 1 / -1; }
  .process { grid-template-columns: repeat(2, 1fr); }.process-item:nth-child(2) { border-right: 0; }.process-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar .container { justify-content: center; }.topbar span:last-child { display: none; }
  .nav-wrap { min-height: 76px; }.brand-mark { width: 48px; height: 48px; }.brand-tag { display: none; }
  .nav-links { top: 81px; left: 14px; right: 14px; }
  .hero, .hero-grid { min-height: auto; }.hero-grid { padding: 75px 0; }.hero-visual { min-height: 340px; }.logo-orbit { width: 300px; }.hero-logo-card { width: 195px; border-radius: 25px; }
  .section { padding: 78px 0; }.section-head { margin-bottom: 36px; }
  .grid-3, .grid-2, .value-grid, .leadership, .stat-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }.sector-card { min-height: 380px; padding: 30px; }
  .image-panel { min-height: 440px; }.process { grid-template-columns: 1fr; }.process-item { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }.process-item::before { margin-bottom: 25px; }
  .security-console { min-height: auto; }.console-status { grid-template-columns: 1fr; padding: 40px 24px; }.security-ring { width: 160px; }.console-lines { margin-top: 20px; }
  .profile-hero-grid { padding-top: 20px; }.profile-intro { padding-top: 55px; }.profile-intro h1 { font-size: 58px; }.profile-portrait-wrap { min-height: 430px; }.profile-portrait-wrap::before { inset: 45px 0 0; }.profile-portrait { max-height: 430px; }.profile-status { left: 0; bottom: 18px; }.profile-details { padding: 80px 0 70px; }.profile-details-grid { gap: 58px; }.profile-info-list { grid-template-columns: 1fr; }.profile-work { padding-bottom: 78px; }.profile-work-grid { grid-template-columns: 1fr; }.profile-work-card:last-child { grid-column: auto; }.profile-save-grid { min-height: auto; padding: 75px 0; }.profile-save-panel { padding: 30px; }
  .cta-band { margin-bottom: 78px; padding: 40px 28px; }.cta-band::after { display: none; }
  .page-hero { padding: 75px 0 70px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding-top: 58px; }.footer-bottom { flex-direction: column; }
  .contact-panel, .contact-note { padding: 30px; }.contact-icons { grid-template-columns: repeat(4, 1fr); }
}
