:root {
  --ink: #07111f;
  --navy: #0b1728;
  --navy-2: #101f35;
  --cyan: #5ce1e6;
  --violet: #8b5cf6;
  --gold: #f7c95c;
  --paper: #f6f8fb;
  --white: #ffffff;
  --muted: #667085;
  --line: #dce2ea;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: white; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: rgba(7,17,31,.86); border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: white; font-weight: 800; letter-spacing: .12em; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 34px; height: 34px; }
.brand-mark i { position: absolute; width: 31px; height: 12px; border: 1.5px solid var(--cyan); border-radius: 50%; }
.brand-mark i:nth-child(2) { transform: rotate(60deg); border-color: var(--violet); }
.brand-mark i:nth-child(3) { transform: rotate(120deg); border-color: var(--gold); }
.brand-mark b { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.brand-mark.mini { transform: scale(.8); }
.main-nav { display: flex; align-items: center; gap: 2rem; color: #c7d1df; font-size: .93rem; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.nav-cta { padding: .55rem 1rem; border: 1px solid rgba(92,225,230,.5); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; padding: .4rem; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: white; background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(92,225,230,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(92,225,230,.16) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .3; }
.orb-one { width: 480px; height: 480px; right: -170px; top: 30px; background: radial-gradient(circle at 35% 35%, var(--violet), transparent 65%); }
.orb-two { width: 380px; height: 380px; left: -240px; bottom: -120px; background: radial-gradient(circle, var(--cyan), transparent 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; min-height: 790px; padding-top: 76px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.2rem; color: #b8c8dc; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.eyebrow span { width: 28px; height: 1px; background: var(--cyan); }
.eyebrow.dark { color: #5b6677; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.35rem, 6vw, 6.25rem); line-height: .96; letter-spacing: -.055em; }
.hero h1 em { color: var(--cyan); font-style: normal; font-weight: 400; }
.hero-text { max-width: 680px; margin: 2rem 0 0; color: #b8c5d6; font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: .35rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--cyan); }
.button.secondary { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.hero-points { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 3rem 0 0; padding: 0; list-style: none; color: #d8e0ea; font-size: .87rem; }
.hero-points li { display: flex; align-items: center; gap: .55rem; }
.hero-points span { color: var(--cyan); font-family: ui-monospace, monospace; }

.hero-visual { min-height: 520px; display: grid; place-items: center; }
.atom-stage { position: relative; width: min(470px, 38vw); aspect-ratio: 1; display: grid; place-items: center; }
.atom-core { z-index: 3; display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid rgba(92,225,230,.7); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #253e61, #0b1728 65%); box-shadow: 0 0 80px rgba(92,225,230,.25); }
.atom-core span { font-size: 1.65rem; font-weight: 800; letter-spacing: .08em; }
.orbit { position: absolute; width: 92%; height: 35%; border: 1px solid rgba(92,225,230,.43); border-radius: 50%; }
.orbit-b { transform: rotate(60deg); border-color: rgba(139,92,246,.5); }
.orbit-c { transform: rotate(120deg); border-color: rgba(247,201,92,.4); }
.orbit i { position: absolute; top: 50%; left: -7px; width: 14px; height: 14px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); transform: translateY(-50%); animation: pulse 3s infinite; }
.orbit-b i { background: var(--violet); box-shadow: 0 0 20px var(--violet); animation-delay: 1s; }
.orbit-c i { background: var(--gold); box-shadow: 0 0 20px var(--gold); animation-delay: 2s; }
.data-chip { position: absolute; z-index: 4; min-width: 120px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.16); background: rgba(12,28,48,.82); backdrop-filter: blur(8px); }
.data-chip b, .data-chip span { display: block; }
.data-chip b { color: var(--cyan); font-size: 1.15rem; }
.data-chip span { color: #9faec1; font-size: .72rem; }
.chip-a { top: 14%; right: -4%; }
.chip-b { left: -2%; bottom: 15%; }
.scan-line { position: absolute; width: 76%; height: 1px; top: 32%; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 16px var(--cyan); animation: scan 4s ease-in-out infinite; }

.trust-strip { background: #0d1a2b; color: #8fa0b5; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-list { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.trust-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section { padding: 110px 0; }
.section-heading { max-width: 740px; margin-bottom: 3.5rem; }
.section-heading h2, .company h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 650px; margin: 1.3rem 0 0; color: var(--muted); font-size: 1.08rem; }
.product { background: var(--paper); }
.product-window { overflow: hidden; border: 1px solid #cfd6e0; border-radius: .7rem; background: #0b0f14; box-shadow: 0 28px 80px rgba(7,17,31,.18); }
.window-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 1rem; color: #aab4c2; background: #111b29; border-bottom: 1px solid #263246; font-family: ui-monospace, monospace; font-size: .7rem; letter-spacing: .08em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #37465b; }
.window-dots i:first-child { background: #5ce1e6; }
.window-status { justify-self: end; color: #6f8198; }
.product-window img { width: 100%; height: auto; }
.product-caption { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 1.7rem 0; }
.product-caption p { max-width: 760px; margin: 0; color: var(--muted); }
.caption-metric { display: flex; align-items: center; gap: .7rem; }
.caption-metric strong { color: var(--violet); font-size: 3.1rem; line-height: 1; }
.caption-metric span { color: var(--muted); font-size: .78rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }

.features { color: white; background: var(--navy); }
.section-heading.light { color: white; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.feature-card { position: relative; min-height: 350px; padding: 2.2rem; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: #0e1c30; }
.feature-card.featured { background: linear-gradient(135deg, #162942, #0d1a2b); }
.feature-number { color: #718096; font-family: ui-monospace, monospace; font-size: .78rem; }
.feature-icon { height: 96px; margin: 2.5rem 0 1.8rem; }
.feature-card h3 { margin: 0 0 .85rem; font-size: 1.45rem; }
.feature-card p { max-width: 490px; margin: 0; color: #9eacbe; }
.mesh-icon { position: relative; width: 110px; }
.mesh-icon span { position: absolute; inset: 22px 0 auto; height: 1px; background: var(--cyan); transform: rotate(-15deg); box-shadow: 18px 18px 0 rgba(92,225,230,.6), 36px 36px 0 rgba(92,225,230,.35); }
.mesh-icon span:nth-child(2) { transform: rotate(45deg); background: var(--violet); box-shadow: 18px 18px 0 rgba(139,92,246,.55), 36px 36px 0 rgba(139,92,246,.3); }
.mesh-icon span:nth-child(3) { transform: rotate(100deg); background: var(--gold); box-shadow: 18px 18px 0 rgba(247,201,92,.45); }
.profile-icon svg { width: 110px; height: 70px; overflow: visible; }
.profile-icon path { fill: none; stroke: var(--cyan); stroke-width: 2.2; filter: drop-shadow(0 0 6px rgba(92,225,230,.5)); }
.cube-icon span { display: block; width: 58px; height: 58px; border: 2px solid var(--violet); transform: rotate(30deg) skew(-6deg); box-shadow: 14px -14px 0 -2px #0e1c30, 14px -14px 0 0 rgba(92,225,230,.75); }
.shield-icon span { display: grid; place-items: center; width: 64px; height: 72px; color: var(--ink); font-size: 1.5rem; font-weight: 900; background: var(--gold); clip-path: polygon(50% 0, 95% 17%, 87% 75%, 50% 100%, 13% 75%, 5% 17%); }

.workflow { background: white; }
.workflow-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--violet); font-family: ui-monospace, monospace; font-size: .8rem; }
.steps h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.steps p { margin: 0; color: var(--muted); }

.company { color: white; background: linear-gradient(135deg, #0a1627 0%, #13233a 100%); }
.company-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; align-items: center; }
.company-copy > p:not(.eyebrow) { max-width: 700px; color: #aebccc; font-size: 1.05rem; }
.company-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.company-facts div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.company-facts strong { color: var(--cyan); font-size: 1.55rem; }
.company-facts span { color: #91a2b8; font-size: .8rem; }

.contact { padding: 105px 0; color: white; background: #5538bd; }
.contact-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 5rem; margin-bottom: 3rem; }
.contact-intro h2 { font-size: clamp(3.3rem, 7vw, 6.7rem); }
.contact-intro > p { max-width: 570px; margin: 0 0 .65rem; color: #ded8f8; font-size: 1.05rem; }
.contact-panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 1rem; align-items: stretch; }
.contact-details { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.detail-card { min-height: 220px; padding: 2rem; color: var(--ink); background: white; border: 1px solid rgba(7,17,31,.08); }
.detail-label { display: block; margin-bottom: 1.25rem; color: #6c5cb8; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.detail-card h3 { margin: 0 0 .7rem; font-size: 1.25rem; line-height: 1.35; }
.detail-card p { margin: 0; color: var(--muted); }
.detail-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.4rem 0 0; }
.detail-card dl div { padding-top: .75rem; border-top: 1px solid var(--line); }
.detail-card dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.detail-card dd { margin: .15rem 0 0; font-weight: 700; }
.contact-person { display: flex; flex-direction: column; align-items: flex-start; }
.contact-person a { margin-top: .2rem; font-weight: 700; border-bottom: 1px solid var(--line); }
.contact-reminder { margin: 1rem 0 0; color: #e7e0ff; font-size: .8rem; }
.contact-map { min-height: 100%; overflow: hidden; display: grid; grid-template-rows: 1fr auto; background: #eef1f4; border: 1px solid rgba(255,255,255,.22); }
.contact-map iframe { width: 100%; min-height: 690px; height: 100%; border: 0; filter: saturate(.82) contrast(.96); }
.map-caption { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; color: var(--ink); background: white; font-size: .82rem; font-weight: 700; }
.map-caption a { color: #5538bd; border-bottom: 1px solid rgba(85,56,189,.25); }

footer { padding: 2rem 0; background: var(--ink); color: #8291a4; }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; font-size: .78rem; }
.footer-layout p:last-child { justify-self: end; }
.grant-note { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.09); }
.grant-note > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--cyan); border: 1px solid rgba(92,225,230,.35); border-radius: 50%; font-family: ui-monospace, monospace; font-size: .68rem; font-weight: 800; }
.grant-note p { max-width: 960px; margin: 0; color: #718096; font-size: .72rem; line-height: 1.55; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@keyframes scan { 0%,100% { transform: translateY(-75px); opacity: .25; } 50% { transform: translateY(150px); opacity: 1; } }
@keyframes pulse { 0%,100% { transform: translateY(-50%) scale(.75); } 50% { transform: translateY(-50%) scale(1.15); } }

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

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 24px 1.5rem; background: #091523; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .75rem 0; }
  .nav-cta { margin-top: .6rem; text-align: center; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; padding-top: 140px; padding-bottom: 70px; }
  .hero-visual { min-height: 440px; }
  .atom-stage { width: min(470px, 78vw); }
  .trust-list { flex-wrap: wrap; justify-content: center; padding: 1.2rem 0; }
  .workflow-layout, .company-layout, .contact-intro { grid-template-columns: 1fr; gap: 3rem; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-map { min-height: 480px; }
  .contact-map iframe { min-height: 430px; }
  .workflow .section-heading { margin-bottom: 0; }
  .footer-layout { grid-template-columns: 1fr; justify-items: start; }
  .footer-layout p { margin: 0; }
  .footer-layout p:last-child { justify-self: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-wrap { height: 68px; }
  .main-nav { top: 68px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-top: 125px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: .65rem; }
  .hero-visual { min-height: 360px; }
  .chip-a { right: -1%; }
  .chip-b { left: -1%; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 2.2rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 310px; padding: 1.5rem; }
  .window-bar { grid-template-columns: 1fr auto; }
  .window-status { display: none; }
  .product-window { overflow-x: auto; }
  .product-window img { min-width: 780px; }
  .product-caption { grid-template-columns: 1fr; }
  .company-facts { grid-template-columns: 1fr; }
  .detail-card dl { grid-template-columns: 1fr; }
  .contact-map { min-height: 390px; }
  .contact-map iframe { min-height: 340px; }
  .grant-note { align-items: start; }
}
