:root {
  --navy-950: #041426;
  --navy-900: #071d36;
  --navy-800: #0b2a4b;
  --blue-600: #087ec2;
  --cyan-500: #22bdf2;
  --cyan-300: #7ddcff;
  --lime-400: #b8f23e;
  --ink: #10243d;
  --muted: #5d6d80;
  --line: #dce5ed;
  --soft: #f3f7fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 34, 61, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
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%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); background: var(--white); color: var(--navy-900); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(4, 20, 38, .95); box-shadow: 0 10px 35px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-symbol { width: 54px; height: 54px; margin: -5px; object-fit: contain; filter: drop-shadow(0 9px 15px rgba(34, 189, 242, .23)); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 1.08rem; }
.brand-copy small { margin-top: 5px; color: #a8bed1; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: #d5e1ec; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--cyan-300); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.07); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url("./assets/hero-ecosystem.png") center right 35% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,38,.99) 0%, rgba(4,20,38,.95) 32%, rgba(4,20,38,.55) 58%, rgba(4,20,38,.12) 100%), linear-gradient(0deg, rgba(4,20,38,.35), transparent 55%); }
.hero-grid { position: relative; z-index: 1; padding-top: 90px; }
.hero-content { max-width: 660px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue-600); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: var(--cyan-300); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--lime-400); }
.hero h1, .section-heading h2, .positioning h2, .contact h2 { margin: 0; font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { max-width: 650px; font-size: clamp(3rem, 6.1vw, 5.6rem); }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #c7d7e5; font-size: clamp(1.04rem, 1.7vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter:focus-visible, .card-action:focus-visible, .menu-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(34,189,242,.38); outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, var(--cyan-500), #1789e7); color: #041426; box-shadow: 0 14px 35px rgba(34, 189, 242, .25); }
.button-ghost { border-color: rgba(255,255,255,.32); color: var(--white); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 45px; color: #9fb5c7; font-size: .82rem; font-weight: 600; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime-400); box-shadow: 0 0 0 5px rgba(184,242,62,.1); }

.positioning { padding: 78px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.positioning-grid { display: grid; grid-template-columns: .65fr 1.6fr; gap: 70px; align-items: start; }
.positioning h2 { max-width: 850px; font-size: clamp(2rem, 3.5vw, 3.45rem); color: var(--navy-900); }
.positioning p:last-child { max-width: 770px; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; }
.section { padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.section-heading h2 { color: var(--navy-900); font-size: clamp(2.25rem, 4vw, 4rem); }
.section-heading > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.split-heading > div { max-width: 760px; }
.split-heading > div > p:last-child { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.02rem; }
.text-link { min-width: max-content; color: var(--blue-600); font-weight: 800; border-bottom: 1px solid #a9d3ea; padding-bottom: 4px; }

.solutions { background: var(--soft); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter { border: 1px solid var(--line); background: var(--white); color: var(--muted); border-radius: 999px; padding: 9px 16px; font-size: .86rem; font-weight: 700; cursor: pointer; }
.filter.active { border-color: var(--navy-900); background: var(--navy-900); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { min-height: 310px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 35px rgba(9,34,61,.045); transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.hidden { display: none; }
.product-card.featured { color: var(--white); background: linear-gradient(145deg, var(--navy-900), #0b4775); border-color: transparent; }
.product-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-code { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: var(--blue-600); background: #e9f5fc; font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 700; }
.featured .product-code { color: var(--navy-900); background: var(--lime-400); }
.product-tag { color: #75879a; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.featured .product-tag { color: #b7c8d8; }
.product-card h3 { margin: 32px 0 11px; color: var(--navy-900); font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; }
.product-card.featured h3 { color: var(--white); }
.product-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.product-card.featured p { color: #c4d4e1; }
.card-action { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: auto; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--blue-600); font-weight: 800; cursor: pointer; text-align: left; }
.featured .card-action { border-color: rgba(255,255,255,.18); color: var(--cyan-300); }
.brand-note { max-width: 830px; margin: 24px 0 0; color: #6e7e8f; font-size: .78rem; }
.ecosystem-strip { display: grid; grid-template-columns: .85fr 1.65fr; gap: 30px; align-items: center; margin-top: 28px; padding: 25px 27px; border: 1px solid #cddce8; border-radius: var(--radius-md); background: linear-gradient(135deg, #eaf6fc, #f8fbfd); }
.ecosystem-strip > div { display: grid; gap: 5px; }
.ecosystem-strip > div span { color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ecosystem-strip > div strong { color: var(--navy-900); font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.ecosystem-strip ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ecosystem-strip li { padding: 8px 11px; border: 1px solid #d4e3ed; border-radius: 999px; color: #466077; background: var(--white); font-size: .75rem; font-weight: 700; }

.own-products { color: var(--white); background: var(--navy-950); overflow: hidden; }
.own-products .section-heading h2 { color: var(--white); }
.own-products .section-heading > p:last-child { color: #a9bdce; }
.section-kicker.light { color: var(--cyan-300); }
.own-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.own-card { position: relative; min-height: 525px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 50px); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); overflow: hidden; }
.panoramic-card { background: radial-gradient(circle at 90% 10%, rgba(34,189,242,.35), transparent 32%), linear-gradient(145deg, #0b3155, #071d36); }
.future-card { background: radial-gradient(circle at 85% 10%, rgba(184,242,62,.13), transparent 35%), #0b223b; }
.own-status { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #cce0ed; font-size: .74rem; font-weight: 700; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-400); box-shadow: 0 0 0 5px rgba(184,242,62,.08); }
.own-status.waiting .status-dot { background: #ffd15c; box-shadow: 0 0 0 5px rgba(255,209,92,.08); }
.own-icon { width: 70px; height: 70px; display: grid; place-items: center; margin-top: 40px; border-radius: 21px; color: var(--navy-950); background: linear-gradient(145deg, var(--cyan-300), var(--cyan-500)); font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; font-weight: 700; }
.future-card .own-icon { background: linear-gradient(145deg, #d8ff82, var(--lime-400)); }
.own-category { margin: 27px 0 5px; color: var(--cyan-300); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.own-card h3 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.045em; line-height: 1; }
.own-card > p:not(.own-category):not(.future-copy) { max-width: 690px; color: #c2d3df; font-size: 1rem; }
.own-card ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 20px 0 30px; list-style: none; }
.own-card li { padding: 8px 11px; border-radius: 8px; background: rgba(255,255,255,.07); color: #cfe0eb; font-size: .76rem; }
.button-light { align-self: flex-start; margin-top: auto; background: var(--white); color: var(--navy-900); }
.button-outline-light { align-self: flex-start; margin-top: auto; border-color: rgba(255,255,255,.28); background: transparent; color: var(--white); }
.future-line { height: 1px; margin: 25px 0; background: linear-gradient(90deg, var(--lime-400), transparent); }
.future-copy { color: #b7c9d7; }

.process { background: var(--white); }
.centered { margin-inline: auto; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.steps article { min-height: 275px; padding: 30px; border-right: 1px solid var(--line); background: var(--white); }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--blue-600); font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 700; }
.steps h3 { margin: 60px 0 10px; color: var(--navy-900); font-family: "Space Grotesk", sans-serif; font-size: 1.28rem; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact { color: var(--white); background: linear-gradient(135deg, #086ea8, #0b3f72 52%, var(--navy-900)); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact h2 { color: var(--white); font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.contact-copy > p:not(.section-kicker) { color: #c9e3f2; font-size: 1.02rem; }
.direct-contact { display: grid; gap: 3px; margin-top: 36px; }
.direct-contact span { color: #a9d4ec; font-size: .8rem; }
.direct-contact a { font-family: "Space Grotesk", sans-serif; font-size: 1.5rem; font-weight: 700; }
.contact-form { display: grid; gap: 17px; padding: 32px; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.contact-form label { display: grid; gap: 7px; color: #334b63; font-size: .82rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cedbe6; border-radius: 10px; background: #fbfdff; color: var(--ink); padding: 12px 13px; font-size: .94rem; }
.contact-form textarea { resize: vertical; min-height: 115px; }
.form-submit { width: 100%; margin-top: 4px; border: 0; }

.site-footer { padding: 65px 0 22px; color: #aebfcc; background: #03101f; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 50px; }
.brand-footer { color: var(--white); }
.footer-brand p { max-width: 390px; margin: 20px 0 0; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 5px; color: var(--white); font-size: .86rem; }
.footer-grid a:not(.brand) { font-size: .87rem; }
.footer-grid a:not(.brand):hover { color: var(--cyan-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .75rem; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: rgba(4,20,38,.98); box-shadow: 0 25px 40px rgba(0,0,0,.25); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 58% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,38,.99), rgba(4,20,38,.84)); }
  .positioning-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem-strip { grid-template-columns: 1fr; }
  .ecosystem-strip ul { justify-content: flex-start; }
  .own-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .main-nav { inset: 72px 0 auto; }
  .hero { min-height: 760px; }
  .hero-grid { padding-top: 110px; padding-bottom: 45px; }
  .hero-image { background-position: 64% center; opacity: .47; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.3rem); }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; }
  .hero-proof span { width: 100%; }
  .positioning { padding: 58px 0; }
  .section { padding: 78px 0; }
  .split-heading { display: block; }
  .text-link { display: inline-block; margin-top: 22px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 285px; }
  .ecosystem-strip { padding: 22px; }
  .own-card { min-height: 510px; padding: 27px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 38px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

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