:root {
  --bg: #050b12;
  --bg-2: #08111b;
  --panel: rgba(13, 27, 42, 0.72);
  --panel-strong: rgba(15, 31, 48, 0.94);
  --panel-soft: rgba(255, 255, 255, 0.035);
  --text: #edf7fb;
  --muted: #91a7b6;
  --muted-2: #647b8b;
  --line: rgba(159, 205, 230, 0.14);
  --line-strong: rgba(95, 198, 247, 0.3);
  --blue: #56c6f6;
  --blue-2: #168ad0;
  --green: #8fd34c;
  --purple: #a993ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 20px;
  --radius-sm: 13px;
  --shell: min(1180px, calc(100% - 42px));
  --header-height: 76px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 76% -4%, rgba(32, 147, 211, 0.15), transparent 34rem),
    radial-gradient(circle at -12% 45%, rgba(73, 188, 238, 0.07), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 112px; }
.section-tight { padding-block: 82px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 9px;
  background: #fff;
  color: #06101a;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(5, 11, 18, 0.76);
  backdrop-filter: blur(18px) saturate(140%);
}
.header-inner {
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 25px rgba(58, 179, 234, 0.2);
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: .9rem; letter-spacing: .015em; }
.brand-copy span { margin-top: 4px; color: var(--muted-2); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-wrap { display: flex; align-items: center; gap: 10px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 10px;
  color: #a9bdca;
  font-size: .83rem;
  transition: color .2s ease, background .2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: #eefaff; background: rgba(255,255,255,.045); }
.site-nav a.active { color: #effbff; background: rgba(57, 174, 231, 0.09); }
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.nav-external::after { content: " ↗"; color: #6e8797; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 15px;
  border: 1px solid rgba(92, 197, 245, .28);
  border-radius: 10px;
  background: rgba(49, 159, 213, .08);
  color: #dff7ff;
  font-size: .79rem;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255,255,255,.03);
  cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: #b8cbd6;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-open .menu-button span { opacity: 0; }
.menu-open .menu-button::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-button::after { transform: translateY(-6px) rotate(-45deg); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #6ccbf4;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 23px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}
.display {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.1rem, 7.5vw, 7.15rem);
  line-height: .95;
  letter-spacing: -.065em;
}
.display .gradient-text, .gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #f1fbff 10%, #72d6ff 54%, #93d64d 108%);
  background-clip: text;
  -webkit-background-clip: text;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.9rem); }
h3 { margin: 0; }
p { margin-top: 0; }
.lead {
  max-width: 720px;
  color: #a8bdca;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading p:last-child { margin-top: 20px; color: var(--muted); font-size: 1.03rem; }

.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, #43bce9, #177dbf);
  color: #04111b;
  box-shadow: 0 14px 35px rgba(29, 142, 199, .2);
}
.button-primary:hover { box-shadow: 0 18px 45px rgba(38, 161, 220, .3); }
.button-secondary { border-color: var(--line-strong); background: rgba(32, 139, 194, .07); color: #d8f5ff; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.025); color: #b6cad6; }
.button-arrow::after { content: "→"; }

.hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
  padding-block: 90px 100px;
}
.hero-copy { position: relative; z-index: 2; }
.hero .lead { margin: 30px 0 34px; }
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 38px;
  color: #708898;
  font-size: .76rem;
}
.hero-notes span { display: flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(143,211,76,.5); }
.hero-canvas { position: relative; min-height: 620px; perspective: 1200px; }
.hero-glow {
  position: absolute;
  inset: 7% 3% 5% 3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 161, 220, .15), transparent 62%);
  filter: blur(8px);
}
.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(96, 194, 238, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotation));
}
.orbit-a { width: 520px; height: 520px; --rotation: 12deg; animation: spin 34s linear infinite; }
.orbit-b { width: 600px; height: 350px; --rotation: -22deg; animation: spinReverse 43s linear infinite; }
.orbit-c { width: 410px; height: 610px; --rotation: 32deg; animation: spin 52s linear infinite; }
.orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8%;
  left: 23%;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 22px rgba(86,198,246,.8);
}
@keyframes spin { to { transform: translate(-50%, -50%) rotate(calc(var(--rotation) + 360deg)); } }
@keyframes spinReverse { to { transform: translate(-50%, -50%) rotate(calc(var(--rotation) - 360deg)); } }
.logo-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(430px, 78%);
  transform: translate(-50%, -50%) rotateY(-7deg) rotateX(3deg);
  border: 1px solid rgba(115, 207, 247, .24);
  border-radius: 28px;
  overflow: hidden;
  background: #06101a;
  box-shadow: 0 44px 100px rgba(0,0,0,.48), 0 0 80px rgba(38, 160, 218, .12);
  transition: transform .25s ease-out;
}
.logo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.11) 44%, transparent 58%);
  transform: translateX(-120%);
  animation: sheen 8s ease-in-out infinite;
}
@keyframes sheen { 0%, 65% { transform: translateX(-120%); } 82%, 100% { transform: translateX(120%); } }
.logo-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.float-card {
  position: absolute;
  width: 190px;
  padding: 14px 15px;
  border: 1px solid rgba(143, 205, 234, .16);
  border-radius: 14px;
  background: rgba(7, 18, 28, .78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.float-card small { display: block; margin-bottom: 5px; color: var(--muted-2); font-size: .59rem; letter-spacing: .12em; text-transform: uppercase; }
.float-card strong { font-size: .82rem; }
.float-a { left: -2%; top: 19%; animation: drift 6s ease-in-out infinite; }
.float-b { right: -2%; bottom: 18%; animation: drift 7.4s ease-in-out infinite reverse; }
.float-c { left: 4%; bottom: 5%; width: 175px; animation: drift 8.4s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(-9px); } }

.trust-strip {
  border-block: 1px solid rgba(255,255,255,.055);
  background: rgba(255,255,255,.018);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 27px 28px; border-right: 1px solid rgba(255,255,255,.055); }
.trust-item:last-child { border-right: 0; }
.trust-item span { display: block; margin-bottom: 7px; color: #5fc9f7; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.trust-item strong { font-size: .9rem; font-weight: 650; color: #c5d8e3; }

.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.division-card {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(17,35,52,.78), rgba(7,15,24,.72));
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.division-card:hover { transform: translateY(-7px); border-color: rgba(89, 197, 246, .33); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.division-card::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 182, 234, .18), transparent 67%);
  transition: transform .4s ease;
}
.division-card:hover::before { transform: scale(1.25); }
.division-card.games::before { background: radial-gradient(circle, rgba(143,211,76,.15), transparent 67%); }
.division-card.labs::before { background: radial-gradient(circle, rgba(169,147,255,.18), transparent 67%); }
.card-number { color: #526b7a; font-size: .67rem; letter-spacing: .16em; }
.card-arrow { position: absolute; top: 26px; right: 27px; color: #6ecbf4; font-size: 1.25rem; }
.card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(90,196,245,.2);
  border-radius: 15px;
  color: #71d0f7;
  background: rgba(67, 174, 225, .08);
}
.games .card-icon { color: #a4df69; border-color: rgba(143,211,76,.2); background: rgba(143,211,76,.07); }
.labs .card-icon { color: #b6a3ff; border-color: rgba(169,147,255,.22); background: rgba(169,147,255,.08); }
.division-card h3 { margin-bottom: 14px; font-size: 1.65rem; }
.division-card p { color: var(--muted); }
.card-footer { padding-top: 21px; border-top: 1px solid var(--line); color: #7d93a1; font-size: .72rem; }

.featured-product {
  border-block: 1px solid rgba(255,255,255,.055);
  background: linear-gradient(180deg, rgba(10,22,34,.7), rgba(6,13,21,.2));
}
.product-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.product-copy .lead { margin: 23px 0 31px; }
.feature-list { display: grid; gap: 1px; margin: 30px 0 35px; border-block: 1px solid var(--line); }
.feature-list div { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature-list div:last-child { border-bottom: 0; }
.feature-list span { color: var(--green); }
.feature-list p { margin: 0; color: #a9bdc8; font-size: .9rem; }

.app-shell {
  position: relative;
  border: 1px solid rgba(109, 200, 241, .22);
  border-radius: 22px;
  background: #07111b;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0,0,0,.38), 0 0 65px rgba(30,146,202,.08);
}
.app-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(68,188,239,.05), transparent 35%); }
.app-topbar { height: 44px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid var(--line); background: #0a1722; color: #688190; font-size: .58rem; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #345061; }
.app-topbar strong { justify-self: center; color: #9eb4c1; font-weight: 600; }
.app-topbar span { justify-self: end; color: #8fd34c; }
.app-body { display: grid; grid-template-columns: 150px 1fr; min-height: 450px; }
.app-sidebar { padding: 14px 10px; border-right: 1px solid var(--line); background: #08131d; }
.app-brand { display: flex; align-items: center; gap: 7px; padding: 8px; margin-bottom: 14px; color: #dceff6; font-size: .7rem; font-weight: 800; }
.app-brand img { width: 22px; height: 22px; border-radius: 7px; }
.app-nav { width: 100%; display: block; margin-bottom: 3px; padding: 9px 10px; border: 0; border-radius: 8px; background: transparent; color: #66808f; text-align: left; font-size: .58rem; cursor: pointer; }
.app-nav.active { color: #d7f4ff; background: rgba(43, 155, 210, .1); }
.app-content { padding: 23px; }
.app-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.app-overline { display: block; color: #5d7889; font-size: .53rem; letter-spacing: .1em; text-transform: uppercase; }
.app-heading h3 { margin-top: 4px; font-size: 1.2rem; }
.app-badge { padding: 5px 8px; border: 1px solid rgba(143,211,76,.22); border-radius: 999px; color: #9fdb68; background: rgba(143,211,76,.06); font-size: .53rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 20px 0 13px; }
.metric { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.02); }
.metric span, .metric small { display: block; color: #647d8c; font-size: .51rem; }
.metric strong { display: block; margin: 4px 0; font-size: .78rem; }
.metric small { color: #62bfe9; }
.app-panel { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.app-panel-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 13px; border-bottom: 1px solid var(--line); font-size: .63rem; }
.app-panel-head span { color: #65808f; }
.app-row { display: grid; grid-template-columns: 23px 1fr auto; gap: 9px; align-items: center; padding: 11px 13px; border-bottom: 1px solid rgba(255,255,255,.045); }
.app-row:last-child { border-bottom: 0; }
.app-status { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: rgba(48,159,212,.08); color: #60c5f0; font-size: .55rem; }
.app-row strong, .app-row small { display: block; }
.app-row strong { font-size: .61rem; }
.app-row small { margin-top: 2px; color: #607887; font-size: .49rem; }
.app-row > span:last-child { color: #86a0af; font-size: .49rem; }

.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.principle { min-height: 290px; padding: 26px; border-top: 1px solid rgba(83,194,245,.34); background: linear-gradient(180deg, rgba(35,144,197,.07), transparent); }
.principle span { color: #62c8f5; font-size: .65rem; }
.principle h3 { margin: 68px 0 14px; font-size: 1.35rem; }
.principle p { color: var(--muted); font-size: .88rem; }

.insight-band { border-block: 1px solid var(--line); background: rgba(255,255,255,.016); }
.insight-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.insight-list { display: grid; }
.insight-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 22px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line); }
.insight-item:first-child { border-top: 1px solid var(--line); }
.insight-item span { color: #637d8d; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.insight-item strong { font-size: .92rem; }
.insight-item i { color: #58c6f5; font-style: normal; }

.final-cta { padding-block: 118px; }
.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  min-height: 370px;
  padding: clamp(32px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(88,194,243,.22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(18,51,72,.72), rgba(8,19,30,.9));
  box-shadow: var(--shadow);
}
.cta-card::before { content: ""; position: absolute; width: 450px; height: 450px; right: -170px; top: -240px; border-radius: 50%; border: 1px solid rgba(91,198,245,.16); box-shadow: 0 0 80px rgba(45,165,221,.08); }
.cta-card p { max-width: 540px; color: var(--muted); }
.cta-side { display: grid; gap: 12px; }
.cta-detail { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); color: #a9beca; font-size: .83rem; }
.cta-detail span { color: #5e7b8c; }

.site-footer { border-top: 1px solid rgba(255,255,255,.06); background: #040910; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 70px; padding-block: 58px 44px; }
.footer-brand { max-width: 390px; }
.footer-brand p { margin-top: 18px; color: #6f8796; font-size: .84rem; }
.footer-heading { margin-bottom: 14px; color: #607988; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; color: #9eb3c0; font-size: .81rem; }
.footer-links a:hover { color: #e6f8ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 28px; border-top: 1px solid rgba(255,255,255,.045); color: #4f6878; font-size: .68rem; }

.page-hero { min-height: 650px; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; padding-block: 90px; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .96; }
.page-hero .lead { margin: 28px 0 34px; }
.page-visual { position: relative; min-height: 430px; }
.visual-grid { position: absolute; inset: 0; border-radius: 24px; border: 1px solid var(--line); background-image: linear-gradient(rgba(91,190,233,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(91,190,233,.06) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black 65%, transparent); }
.visual-core { position: absolute; inset: 14%; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(90,197,245,.22); box-shadow: inset 0 0 80px rgba(43,161,215,.06), 0 0 70px rgba(43,161,215,.05); }
.visual-core::before, .visual-core::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(90,197,245,.14); }
.visual-core::before { inset: 14%; }
.visual-core::after { inset: 29%; }
.visual-core img { width: 112px; height: 112px; border-radius: 28px; box-shadow: 0 0 45px rgba(42,160,217,.2); }
.visual-label { position: absolute; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,17,27,.82); color: #9bb0bd; font-size: .65rem; backdrop-filter: blur(12px); }
.label-a { top: 14%; left: 3%; }.label-b { right: 2%; top: 35%; }.label-c { bottom: 10%; left: 14%; }

.enterprise-overview { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.overview-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: start; }
.overview-copy { position: sticky; top: 110px; }
.overview-copy p:last-child { margin-top: 22px; color: var(--muted); }
.portfolio-list { display: grid; gap: 14px; }
.portfolio-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.022); }
.portfolio-card.featured { border-color: rgba(82,192,242,.28); background: linear-gradient(145deg, rgba(32,137,190,.11), rgba(255,255,255,.02)); }
.portfolio-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 46px; }
.product-state { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: #7f97a6; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.product-state.active { color: #9ad65f; border-color: rgba(143,211,76,.22); }
.portfolio-card h3 { font-size: 1.6rem; }
.portfolio-card p { margin: 13px 0 22px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #65c9f5; font-size: .83rem; font-weight: 700; }
.text-link::after { content: "→"; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card { min-height: 330px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.022); }
.capability-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(80,191,242,.19); color: #65c9f4; background: rgba(41,153,207,.08); }
.capability-card h3 { margin: 76px 0 15px; font-size: 1.35rem; }
.capability-card p { color: var(--muted); font-size: .88rem; }

.hap-page { background: radial-gradient(circle at 76% 0%, rgba(29,135,192,.16), transparent 38rem), var(--bg); }
.hap-hero { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding-block: 80px 100px; }
.hap-hero h1 { margin: 0; font-size: clamp(3.25rem, 6.2vw, 6.4rem); line-height: .96; }
.hap-hero .lead { margin: 29px 0 34px; }
.hap-hero .app-shell { transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.problem-card { min-height: 340px; padding: 28px; border-top: 1px solid rgba(91,197,244,.34); background: linear-gradient(180deg, rgba(39,150,202,.07), transparent); }
.problem-card span { color: #5fc7f2; font-size: .67rem; }
.problem-card h3 { margin: 87px 0 15px; font-size: 1.52rem; }
.problem-card p { color: var(--muted); }

.architecture { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(10,23,36,.76), rgba(6,13,21,.25)); }
.architecture-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.architecture-copy p:last-of-type { margin-top: 23px; color: var(--muted); }
.architecture-points { margin-top: 32px; display: grid; gap: 13px; }
.architecture-points div { display: grid; grid-template-columns: 25px 1fr; gap: 12px; padding-top: 13px; border-top: 1px solid var(--line); }
.architecture-points span { color: #63caf5; font-size: .66rem; }
.architecture-points p { margin: 0; color: #9eb2be; font-size: .84rem; }
.stack { display: grid; justify-items: center; }
.stack-layer { position: relative; width: 100%; padding: 18px 21px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.stack-layer small, .stack-layer strong, .stack-layer span { display: block; }
.stack-layer small { color: #62c7f1; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.stack-layer strong { margin: 5px 0; font-size: .98rem; }
.stack-layer span { color: #708896; font-size: .68rem; }
.stack-layer:nth-of-type(3) { width: 92%; }.stack-layer:nth-of-type(5) { width: 84%; }.stack-layer:nth-of-type(7) { width: 76%; }
.stack-connector { position: relative; width: 1px; height: 35px; background: linear-gradient(#61c8f4, rgba(97,200,244,.1)); }
.stack-connector::after { content: ""; position: absolute; left: -3px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: #61c8f4; box-shadow: 0 0 15px rgba(97,200,244,.75); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }

.hap-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hap-feature { min-height: 310px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.022); }
.hap-feature h3 { margin: 63px 0 14px; font-size: 1.28rem; }
.hap-feature p { color: var(--muted); font-size: .87rem; }
.hap-feature .feature-icon { margin: 0; }

.role-section { border-block: 1px solid var(--line); background: #07111a; }
.role-panel { display: grid; grid-template-columns: 250px 1fr; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
.role-tabs { padding: 15px; border-right: 1px solid var(--line); background: rgba(0,0,0,.12); }
.role-tabs button { width: 100%; margin-bottom: 5px; padding: 13px; border: 0; border-radius: 9px; background: transparent; color: #738c9b; text-align: left; cursor: pointer; }
.role-tabs button.active { background: rgba(43,158,212,.1); color: #dff6ff; }
.role-content { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.role-content small { color: #5fc8f3; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.role-content h3 { max-width: 700px; margin: 10px 0 18px; font-size: clamp(1.8rem, 3vw, 3rem); }
.role-content p { max-width: 680px; color: var(--muted); }

.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.security-card { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.02); }
.security-card span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(46,159,213,.08); color: #66caf4; }
.security-card h3 { margin: 4px 0 10px; font-size: 1.14rem; }
.security-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy p:last-child { color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 25px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.025); }
.contact-form label { display: grid; gap: 7px; color: #99aebb; font-size: .72rem; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px; border: 1px solid rgba(143,197,224,.15); border-radius: 10px; outline: none; background: #07121b; color: #effaff; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #55c5f5; box-shadow: 0 0 0 3px rgba(85,197,245,.08); }
.full { grid-column: 1 / -1; }
.form-note { margin: 0; align-self: center; color: #657d8d; font-size: .67rem; }

.labs-page { background: radial-gradient(circle at 80% 6%, rgba(134,104,233,.16), transparent 38rem), var(--bg); }
.labs-page .eyebrow { color: #b6a3ff; }
.labs-page .eyebrow::before { box-shadow: 0 0 10px rgba(182,163,255,.65); }
.lab-hero { min-height: 680px; display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; padding-block: 85px 100px; }
.lab-hero h1 { margin: 0; font-size: clamp(3.3rem, 7vw, 6.8rem); line-height: .95; }
.lab-hero .lead { margin: 28px 0 34px; }
.lab-field { position: relative; min-height: 460px; display: grid; place-items: center; }
.lab-core { width: 145px; height: 145px; display: grid; place-items: center; border: 1px solid rgba(184,163,255,.35); border-radius: 40px; background: linear-gradient(145deg, rgba(140,110,236,.26), rgba(14,16,29,.96)); box-shadow: 0 0 90px rgba(141,109,238,.15); font-size: .8rem; font-weight: 800; letter-spacing: .16em; }
.lab-ring { position: absolute; border: 1px solid rgba(184,163,255,.16); border-radius: 50%; animation: spin 35s linear infinite; }
.lab-ring.a { width: 300px; height: 300px; --rotation: 0deg; }.lab-ring.b { width: 420px; height: 250px; --rotation: 23deg; animation-duration: 47s; }.lab-ring.c { width: 470px; height: 380px; --rotation: -18deg; animation-duration: 54s; }
.lab-particle { position: absolute; width: 10px; height: 10px; border-radius: 4px; background: var(--purple); box-shadow: 0 0 20px rgba(169,147,255,.8); }
.lab-particle.p1 { top: 13%; left: 22%; }.lab-particle.p2 { top: 23%; right: 10%; background: var(--blue); }.lab-particle.p3 { bottom: 14%; left: 13%; background: var(--green); }.lab-particle.p4 { right: 4%; bottom: 24%; width: 7px; height: 7px; }

.lab-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.lab-filter button { padding: 8px 12px; border: 1px solid rgba(184,163,255,.15); border-radius: 999px; background: transparent; color: #788e9d; font-size: .7rem; cursor: pointer; }
.lab-filter button.active { color: #e7e0ff; border-color: rgba(184,163,255,.34); background: rgba(142,110,236,.09); }
.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lab-card { min-height: 340px; display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(184,163,255,.14); border-radius: 18px; background: linear-gradient(150deg, rgba(125,94,218,.07), rgba(255,255,255,.018)); transition: opacity .2s ease, transform .2s ease; }
.lab-card.hidden { display: none; }
.lab-status { display: inline-flex; align-items: center; gap: 8px; color: #8699a6; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.lab-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }.lab-status.research i { background: var(--blue); }.lab-status.development i { background: var(--green); }
.lab-card h3 { margin: 70px 0 14px; font-size: 1.45rem; }
.lab-card p { color: var(--muted); }
.lab-card footer { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(184,163,255,.1); color: #667c8c; font-size: .69rem; }

.not-found { min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; text-align: center; padding: 80px 20px; }
.not-found img { width: 90px; height: 90px; margin: 0 auto 26px; border-radius: 24px; }
.not-found h1 { margin: 0; font-size: clamp(4rem, 12vw, 8rem); }
.not-found p { max-width: 560px; margin: 20px auto 28px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  :root { --shell: min(900px, calc(100% - 34px)); }
  .hero, .page-hero, .hap-hero, .lab-hero, .product-grid, .architecture-grid, .overview-grid, .contact-card, .insight-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero-canvas { min-height: 560px; }
  .page-hero, .hap-hero, .lab-hero { min-height: auto; }
  .page-visual { min-height: 480px; }
  .overview-copy { position: static; }
  .division-grid, .principles-grid, .capability-grid, .problem-grid, .hap-feature-grid, .lab-grid { grid-template-columns: repeat(2, 1fr); }
  .division-card:last-child, .principle:last-child, .capability-card:last-child, .problem-card:last-child, .hap-feature:last-child, .lab-card:last-child { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.055); }
  .cta-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  :root { --header-height: 68px; --shell: min(100% - 26px, 680px); }
  .site-header { height: var(--header-height); }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy span { display: none; }
  .menu-button { display: block; }
  .nav-wrap {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: none;
    padding: 16px 13px 22px;
    border-bottom: 1px solid var(--line);
    background: rgba(5,11,18,.98);
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
  }
  .menu-open .nav-wrap { display: block; }
  .site-nav { display: grid; gap: 5px; }
  .site-nav a { padding: 13px 14px; }
  .header-cta { width: 100%; margin-top: 10px; }
  .section { padding-block: 84px; }
  .section-tight { padding-block: 64px; }
  .display { font-size: clamp(3rem, 15vw, 5rem); }
  .hero { gap: 10px; padding-block: 76px 65px; }
  .hero-canvas { min-height: 480px; }
  .orbit-a { width: 410px; height: 410px; }.orbit-b { width: 455px; height: 280px; }.orbit-c { width: 330px; height: 470px; }
  .float-card { width: 160px; padding: 11px; }
  .float-a { left: 0; }.float-b { right: 0; }.float-c { display: none; }
  .division-grid, .principles-grid, .capability-grid, .problem-grid, .hap-feature-grid, .lab-grid, .security-grid { grid-template-columns: 1fr; }
  .division-card:last-child, .principle:last-child, .capability-card:last-child, .problem-card:last-child, .hap-feature:last-child, .lab-card:last-child { grid-column: auto; }
  .division-card { min-height: 350px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.055); }
  .app-body { grid-template-columns: 1fr; }
  .app-sidebar { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .app-brand { display: none; }
  .app-nav { width: auto; min-width: max-content; }
  .metric-grid { grid-template-columns: 1fr; }
  .app-content { padding: 15px; }
  .app-row { grid-template-columns: 22px 1fr; }
  .app-row > span:last-child { display: none; }
  .insight-item { grid-template-columns: 1fr auto; gap: 10px; }
  .insight-item span { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-visual { min-height: 390px; }
  .role-panel { grid-template-columns: 1fr; }
  .role-tabs { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .role-tabs button { width: auto; min-width: max-content; }
  .role-content { padding: 32px 25px; }
  .contact-form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .lab-field { min-height: 390px; }
}

@media (max-width: 520px) {
  .hero-canvas { min-height: 420px; }
  .logo-card { width: 80%; }
  .float-card { width: 145px; }
  .float-card strong { font-size: .72rem; }
  .orbit-a { width: 330px; height: 330px; }.orbit-b { width: 350px; height: 220px; }.orbit-c { width: 280px; height: 390px; }
  .button { width: 100%; }
  .button-row { align-items: stretch; }
  .page-hero h1, .hap-hero h1, .lab-hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .cta-card { padding: 30px 22px; }
}

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