:root {
  --navy: #0f0641;
  --navy-deep: #090329;
  --blue: #342a86;
  --electric: #3f67dc;
  --ink: #171724;
  --muted: #606070;
  --mist: #f2f2f7;
  --line: #dedee9;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; width: 1em; height: 1em; }
.svg-sprite ~ main svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
em { color: var(--electric); font-style: normal; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 10000; left: 16px; top: -80px; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 4px; box-shadow: 0 4px 20px #0003; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(10, 3, 44, .96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 178px; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: #fff; }
nav .nav-cta { display: flex; align-items: center; gap: 9px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 4px; padding: 10px 15px; }
nav .nav-cta svg { font-size: 16px; transition: transform .2s; }
nav .nav-cta:hover svg { transform: translateX(3px); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: none; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: transform .2s, opacity .2s; }

.hero { min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: center; background: linear-gradient(125deg, var(--navy-deep) 0%, var(--navy) 47%, #2d237e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(63,103,220,.24), transparent 32%), radial-gradient(circle at 5% 90%, rgba(63,103,220,.15), transparent 24%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 55%, #000); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; padding-block: 88px; }
.hero-copy { max-width: 690px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.kicker span { display: block; width: 30px; height: 2px; background: currentColor; }
.kicker.light { color: #aebff6; }
.hero h1 { max-width: 760px; margin: 0 0 24px; color: #fff; font-size: clamp(46px, 5.1vw, 72px); font-weight: 700; letter-spacing: -.045em; line-height: 1.03; }
.hero h1 em { display: block; color: #839ff1; }
.hero-lead { max-width: 630px; margin: 0; color: rgba(255,255,255,.73); font-size: 18px; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { font-size: 17px; }
.button-primary { background: var(--electric); box-shadow: 0 12px 30px rgba(31,55,150,.38); }
.button-primary:hover { background: #5278e6; }
.button-ghost { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); }

.hero-visual { position: relative; min-height: 480px; }
.hero-visual::after { content: ""; position: absolute; left: 1%; right: -15%; bottom: 41px; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent); }
.building { position: absolute; bottom: 43px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 20px; align-content: start; padding: 28px 23px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(160deg, rgba(255,255,255,.17), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 30px 70px rgba(0,0,0,.25); backdrop-filter: blur(3px); }
.building span { width: 17px; height: 7px; border-radius: 1px; background: rgba(176,195,251,.48); box-shadow: 0 0 18px rgba(123,157,255,.16); }
.building-a { z-index: 2; left: 3%; width: 126px; height: 252px; clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%); padding-top: 61px; }
.building-b { z-index: 3; left: 31%; width: 150px; height: 350px; clip-path: polygon(0 8%, 87% 0, 100% 100%, 0 100%); padding-top: 62px; }
.building-c { z-index: 1; left: 66%; width: 119px; height: 205px; clip-path: polygon(0 0, 86% 9%, 100% 100%, 0 100%); padding-top: 46px; }
.orbit { position: absolute; border: 1px solid rgba(127,157,242,.2); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; right: -34px; top: 22px; }
.orbit-two { width: 330px; height: 330px; right: 16px; top: 72px; }
.hero-seal { position: absolute; z-index: 5; right: 2%; bottom: 20px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--electric); border: 8px solid rgba(15,6,65,.78); box-shadow: 0 14px 40px rgba(0,0,0,.32); text-align: center; }
.hero-seal strong { font-size: 30px; line-height: 1; }
.hero-seal span { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }

.stat-band { position: relative; z-index: 2; background: var(--electric); color: #fff; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.19); }
.stats > div:first-child { border-left: 1px solid rgba(255,255,255,.19); }
.stats strong { font-size: 31px; line-height: 1; letter-spacing: -.035em; }
.stats span { margin-top: 9px; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section-heading h2, .story-copy h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(35px, 4vw, 52px); font-weight: 700; letter-spacing: -.042em; line-height: 1.08; }
.split-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.strength-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.strength-card { grid-column: span 2; min-height: 270px; padding: 29px 27px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 5px; background: #fff; box-shadow: 0 14px 42px rgba(25,18,72,.045); transition: transform .2s, box-shadow .2s, border-color .2s; }
.strength-card:nth-child(2), .strength-card:nth-child(5) { border-top-color: var(--electric); }
.strength-card:nth-child(4) { grid-column: 2 / span 2; }
.strength-card:hover { transform: translateY(-5px); border-color: #c6c9df; box-shadow: 0 18px 48px rgba(25,18,72,.1); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 3px; color: #fff; background: var(--blue); }
.icon-box svg { font-size: 25px; }
.strength-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 17px; letter-spacing: -.01em; }
.strength-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.services { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.services::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 58px 58px; }
.services > .container { position: relative; }
.services-heading { max-width: 720px; margin-bottom: 52px; }
.services-heading h2 { color: #fff; }
.services-heading > p:last-child { max-width: 640px; margin: 20px 0 0; color: rgba(255,255,255,.64); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 352px; padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; background: rgba(255,255,255,.045); transition: background .2s, border-color .2s, transform .2s; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(123,157,255,.45); background: rgba(255,255,255,.075); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-top > span { color: rgba(255,255,255,.18); font-size: 30px; font-weight: 800; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 3px; color: #aebff6; background: rgba(63,103,220,.18); }
.service-icon svg { font-size: 26px; }
.service-card h3 { margin: 26px 0 17px; font-size: 19px; letter-spacing: -.02em; }
.service-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 19px; color: rgba(255,255,255,.66); font-size: 14px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 2px; background: #7895ee; }

.story { background: var(--mist); }
.story-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 94px; align-items: center; }
.story-panel { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 46px; color: #fff; background: linear-gradient(145deg, #262068, var(--navy-deep)); }
.story-panel::before { content: ""; position: absolute; width: 320px; height: 320px; left: -120px; top: -110px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(255,255,255,.02); }
.story-mark { position: relative; z-index: 1; font-size: 118px; font-weight: 700; letter-spacing: -.075em; line-height: .85; }
.story-mark span { color: #809cf0; }
.story-panel > p { max-width: 280px; margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.story-line { height: 1px; margin: 37px 0 27px; background: rgba(255,255,255,.18); }
.story-panel blockquote { margin: 0; color: rgba(255,255,255,.69); font-size: 15px; font-style: italic; line-height: 1.7; }
.story-copy h2 { margin-bottom: 26px; }
.story-copy > p:not(.kicker) { color: var(--muted); font-size: 15px; line-height: 1.85; }
.credentials { display: grid; gap: 17px; margin-top: 31px; padding-top: 29px; border-top: 1px solid #d8d8e3; }
.credentials > div { display: flex; align-items: center; gap: 16px; }
.credentials svg { flex: 0 0 auto; width: 23px; height: 23px; color: var(--electric); }
.credentials span { display: flex; flex-direction: column; color: #747482; font-size: 12px; }
.credentials strong { color: var(--navy); font-size: 14px; }

.portfolio-heading { max-width: 760px; margin-bottom: 51px; }
.portfolio-heading > p:last-child { margin: 19px 0 0; color: var(--muted); }
.portfolio-layout { display: grid; grid-template-columns: 1.05fr 1.95fr; gap: 18px; }
.portfolio-total { min-height: 310px; display: flex; flex-direction: column; justify-content: center; padding: 40px; color: #fff; background: var(--electric); }
.portfolio-total strong { font-size: 95px; font-weight: 700; letter-spacing: -.08em; line-height: .8; }
.portfolio-total span { margin-top: 26px; font-size: 13px; font-weight: 800; letter-spacing: .09em; line-height: 1.55; text-transform: uppercase; }
.park-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.park-card { min-height: 146px; display: grid; grid-template-columns: 47px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 20px; padding: 26px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.park-icon { grid-row: 1 / 3; width: 47px; height: 47px; display: grid; place-items: center; align-self: center; color: var(--blue); background: #eeedf8; }
.park-icon svg { font-size: 24px; }
.park-card strong { color: var(--navy); font-size: 29px; line-height: 1; }
.park-card > span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.contact { color: #fff; background: linear-gradient(125deg, var(--navy-deep), var(--navy) 62%, #292073); }
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.contact h2 { max-width: 500px; color: #fff; }
.contact-copy > p:not(.kicker) { max-width: 530px; margin: 23px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.8; }
.contact-links { display: grid; gap: 13px; margin-top: 38px; }
.contact-links > * { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.88); }
.contact-links svg { width: 20px; height: 20px; color: #9ab0f2; }
.contact-links span { display: flex; flex-direction: column; font-size: 14px; }
.contact-links small { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-card { padding: 38px; color: var(--ink); border-radius: 6px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.demo-note { margin: -6px 0 24px; padding: 13px 15px; color: #676778; border-left: 3px solid var(--electric); background: #f2f4fc; font-size: 12px; }
.demo-note span { display: block; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-card label:not(.consent) { display: block; color: #484857; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-card input:not([type="checkbox"]), .form-card select, .form-card textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: #282833; border: 1px solid #d8d8e3; border-radius: 3px; outline: none; background: #fbfbfd; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s, box-shadow .2s; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(63,103,220,.12); }
.form-card textarea { min-height: 110px; margin-bottom: 13px; resize: vertical; }
.form-card > form > label:not(.consent) { margin-top: 17px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 5px 0 19px; color: #70707e; font-size: 11px; line-height: 1.5; }
.consent input { flex: 0 0 auto; margin: 3px 0 0; accent-color: var(--electric); }
.form-submit { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; border: 0; border-radius: 3px; background: var(--electric); font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s; }
.form-submit:hover { background: #3157c5; }
.form-submit svg { font-size: 17px; }
.form-notice { margin: 13px 0 0; padding: 11px 13px; color: #284d39; border: 1px solid #b8d6c4; border-radius: 3px; background: #edf8f1; font-size: 12px; }

.tagline { padding: 22px 24px; color: #fff; background: var(--electric); font-size: 13px; font-style: italic; font-weight: 700; letter-spacing: .025em; text-align: center; }
footer { color: rgba(255,255,255,.68); background: #070221; }
.footer-top { min-height: 178px; display: grid; grid-template-columns: 190px 1fr auto; gap: 60px; align-items: center; }
.footer-top img { width: 190px; max-width: 100%; height: auto; }
.footer-top p { max-width: 510px; margin: 0; font-size: 13px; }
.footer-top > a { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-top > a span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom button { padding: 0; color: rgba(255,255,255,.66); border: 0; background: none; font-size: 10px; cursor: pointer; }
.footer-bottom button:hover { color: #fff; }

.modal-backdrop { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4,1,21,.79); backdrop-filter: blur(7px); }
.legal-modal { position: relative; width: min(650px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 45px; border-radius: 6px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.legal-modal h2 { margin: 0 0 23px; color: var(--navy); font-size: 37px; letter-spacing: -.035em; }
.legal-modal h3 { margin: 24px 0 7px; color: var(--navy); font-size: 15px; }
.legal-modal p:not(.kicker) { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.legal-modal a { color: var(--electric); text-decoration: underline; }
.modal-close { position: absolute; right: 18px; top: 15px; width: 36px; height: 36px; color: var(--navy); border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 25px; line-height: 1; cursor: pointer; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { display: none; }
  .strength-card { grid-column: span 3; }
  .strength-card:nth-child(4) { grid-column: span 3; }
  .strength-card:nth-child(5) { grid-column: 2 / span 4; }
  .story-layout { grid-template-columns: .92fr 1.08fr; gap: 50px; }
  .contact-layout { gap: 48px; }
  .footer-top { gap: 30px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--max)); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 72px; }
  .brand { width: 155px; }
  .menu-button { display: block; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 18px 30px rgba(0,0,0,.25); }
  nav.is-open { display: flex; }
  nav a { padding: 13px 8px; }
  nav .nav-cta { margin-top: 8px; justify-content: center; }
  .hero { min-height: 610px; }
  .hero-layout { padding-block: 76px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 16px; }
  .button { flex: 1 1 180px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div { min-height: 104px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.17); }
  .stats > div:nth-child(3), .stats > div:nth-child(4) { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 38px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-card, .strength-card:nth-child(4), .strength-card:nth-child(5) { grid-column: auto; min-height: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .story-layout { grid-template-columns: 1fr; gap: 44px; }
  .story-panel { min-height: 410px; }
  .portfolio-layout { grid-template-columns: 1fr; }
  .portfolio-total { min-height: 240px; }
  .contact-layout { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; gap: 17px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; padding-block: 42px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-block: 24px; }
}

@media (max-width: 480px) {
  .hero { min-height: 650px; }
  .hero h1 { font-size: 43px; }
  .stats strong { font-size: 26px; }
  .stats span { font-size: 9px; }
  .section-heading h2, .story-copy h2, .contact h2 { font-size: 36px; }
  .park-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 21px; }
  .story-panel { min-height: 370px; padding: 30px; }
  .story-mark { font-size: 91px; }
  .legal-modal { padding: 38px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
