:root {
  --ink: #0f172a;
  --muted: #475569;
  --panel: #ffffff;
  --line: #dce6f2;
  --sky: #0891b2;
  --navy: #123b7a;
  --blue: #2563eb;
  --hover: #1d4ed8;
  --gold: #c99a2e;
  --green: #059669;
  --bg: #f8fafc;
  --soft: #eff6ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 6vw;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; font-weight: 800; letter-spacing: 0; }
.brand-logo {
  width: auto;
  height: 58px;
  max-width: 250px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}
.site-nav { display: flex; align-items: center; gap: 0.3rem; }
.site-nav a {
  padding: 0.65rem 0.9rem;
  color: var(--muted);
  border-radius: 8px;
  font-weight: 650;
}
.site-nav a:hover, .site-nav .active { color: var(--blue); background: var(--soft); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 6rem 6vw 5rem;
  background:
    radial-gradient(circle at 85% 18%, rgba(8, 145, 178, 0.14), transparent 32rem),
    radial-gradient(circle at 12% 30%, rgba(37, 99, 235, 0.15), transparent 34rem),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #eff6ff 100%);
}
.inner-hero { min-height: 430px; }
.home-hero h1, .inner-hero h1 {
  max-width: 930px;
  line-height: 0.96;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
}
.home-hero h1 { font-size: clamp(2.15rem, 4.6vw, 4.35rem); }
.inner-hero h1 { font-size: clamp(2.5rem, 5vw, 4.9rem); }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--sky);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.button.primary { color: white; background: linear-gradient(135deg, var(--blue), var(--hover)); box-shadow: 0 16px 32px rgba(11, 92, 255, 0.28); }
.button.secondary { color: var(--navy); background: #ffffff; border-color: var(--line); }
.button:hover { transform: translateY(-1px); }
.hero-panel {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}
.orbital-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.5rem;
  color: white;
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(11, 16, 32, 0.2), rgba(11, 16, 32, 0.86)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 32px),
    linear-gradient(135deg, var(--navy), var(--blue) 62%, var(--sky));
}
.premium-visual,
.video-card,
.portrait-panel,
.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}
.premium-visual img,
.premium-visual video,
.video-card img,
.portrait-panel img,
.video-shell img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}
.premium-visual::after,
.video-card::after,
.portrait-panel::after,
.video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,16,32,0.05), rgba(11,16,32,0.72));
}
.visual-overlay {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  color: white;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(11,16,32,0.46);
  backdrop-filter: blur(14px);
}
.visual-overlay strong { font-size: 1.2rem; }
.visual-overlay span { color: #d7e1ee; }
.signal { width: 74px; height: 74px; border-radius: 50%; border: 16px solid rgba(248, 193, 74, 0.9); margin-bottom: auto; box-shadow: inset 0 0 0 11px rgba(255,255,255,0.28); }
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; margin-top: 0.7rem; }
.metric-strip div, .stats-card div {
  padding: 1rem;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.metric-strip strong, .stats-card strong { display: block; font-size: 1.65rem; line-height: 1; }
.metric-strip span, .stats-card span { color: var(--muted); font-size: 0.9rem; }

.section { padding: 5.2rem 6vw; }
.tinted { background: var(--soft); }
.logo-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}
.logo-band span {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 1rem;
  text-align: center;
  color: var(--navy);
  background: var(--panel);
  font-weight: 850;
}
.two-column { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); }
.section h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; margin-bottom: 1rem; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.stacked-copy { color: var(--muted); font-size: 1.06rem; }
.section-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-top: 1.4rem;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
}
.mini-grid, .card-grid, .tech-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.mini-grid { grid-template-columns: repeat(2, 1fr); margin-top: 1.4rem; }
.mini-grid article, .card, .product, .tech-grid article, .profile {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.image-card { padding: 0; overflow: hidden; }
.image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.image-card .icon,
.image-card h3,
.image-card p {
  margin-left: 1.35rem;
  margin-right: 1.35rem;
}
.image-card .icon { margin-top: 1.35rem; }
.image-card p { margin-bottom: 1.35rem; }
.card h3, .product h2, .profile h3 { margin-bottom: 0.45rem; line-height: 1.2; }
.card p, .product p, .profile small, .tech-grid p { color: var(--muted); }
.icon, .product span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.55rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  font-weight: 900;
}
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }

.product-suite {
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 200, 255, 0.16), transparent 28rem),
    linear-gradient(135deg, #ffffff, #eff6ff);
}
.product-pill-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}
.product-pill-grid article {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-height: 190px;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
}
.product-pill-grid strong {
  color: var(--navy);
  font-size: 1.05rem;
}
.product-pill-grid span {
  color: var(--muted);
  font-size: 0.94rem;
}
.featured-product {
  border-color: rgba(0, 200, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.08), #ffffff);
}

.brand-video-section {
  background: #ffffff;
}
.brand-video-frame {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}
.brand-video-frame video {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.industry-list { display: grid; gap: 1rem; }
.industry-list article {
  display: grid;
  grid-template-columns: 0.38fr 0.9fr 0.52fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}
.industry-list h3 { margin-bottom: 0; }
.industry-list p { margin-bottom: 0; color: var(--muted); }
.industry-list span { color: var(--sky); font-weight: 700; font-size: 0.93rem; }
.ecosystem {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  color: white;
  background: var(--navy);
}

.demo-band {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  color: white;
  background:
    linear-gradient(135deg, rgba(18,59,122,0.92), rgba(37,99,235,0.62)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=85") center / cover;
}
.demo-band p { color: #d7e1ee; }
.demo-band .eyebrow { color: var(--sky); }
.video-card {
  min-height: 380px;
  color: white;
  box-shadow: 0 24px 70px rgba(0,0,0,0.26);
}
.embedded-video {
  background: #000;
}
.embedded-video video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
.embedded-video::after {
  pointer-events: none;
}
.video-card strong {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 1;
  font-size: 1.4rem;
}
.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  font-size: 1.35rem;
}
.ecosystem > div:first-child .eyebrow,
.ecosystem > div:first-child p { color: #dbeafe; }
.tech-grid { grid-template-columns: repeat(2, 1fr); }
.tech-grid article { color: var(--ink); background: var(--panel); border-color: var(--line); }
.tech-grid article p { color: var(--muted); }

.stats-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.about-visual-stack { display: grid; gap: 1rem; }
.portrait-panel { min-height: 260px; box-shadow: 0 24px 70px rgba(16, 22, 36, 0.16); }
.portrait-panel img { min-height: 260px; }
.quote-band {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--navy);
  color: white;
}
.quote-band span { display: block; color: var(--sky); margin-top: 0.4rem; }
.quote-band blockquote { margin: 0; font-size: clamp(1.4rem, 3vw, 2.4rem); line-height: 1.18; }
.profile span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  font-weight: 900;
}
.timeline ol { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--line); }
.timeline li { position: relative; display: grid; gap: 0.2rem; padding: 0 0 2rem 2rem; }
.timeline li::before { content: ""; position: absolute; left: -8px; top: 0.25rem; width: 14px; height: 14px; border-radius: 50%; background: var(--sky); }
.timeline time { color: var(--sky); font-weight: 900; }
.timeline span { color: var(--muted); }

.product-grid { grid-template-columns: repeat(2, 1fr); }
.product ul { padding-left: 1.1rem; margin-bottom: 0; color: var(--muted); }
.role-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem; }
.role-strip span {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
  font-weight: 800;
  text-align: center;
}

.contact-hero { grid-template-columns: minmax(0, 1fr) 360px; }
.contact-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.4rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.contact-card a { color: var(--sky); font-weight: 750; }
.contact-layout { display: grid; grid-template-columns: 1fr 0.75fr; gap: 2rem; }
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.contact-form label { display: grid; gap: 0.4rem; font-weight: 750; }
.contact-form .full, .contact-form button, .form-message { grid-column: 1 / -1; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem 0.9rem;
  color: var(--ink);
  font: inherit;
  background: #ffffff;
}
input:focus, textarea:focus { outline: 3px solid rgba(56,189,248,0.24); border-color: var(--sky); }
.form-message { min-height: 1.5rem; margin: 0; color: var(--green); font-weight: 750; }
.contact-notes { padding: 1rem 0 0 1rem; }
.contact-notes li { margin-bottom: 0.8rem; }

.demo-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,246,255,0.88)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85") center / cover;
}
.video-shell { min-height: 390px; box-shadow: 0 26px 70px rgba(16,22,36,0.2); }
.video-shell.embedded-video video { min-height: 390px; }
.video-glass {
  position: absolute;
  z-index: 2;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1rem;
  color: white;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  background: rgba(11,16,32,0.55);
  backdrop-filter: blur(14px);
}
.video-glass .play-button {
  left: auto;
  right: 1rem;
  top: -2.2rem;
  width: 58px;
  height: 58px;
  transform: none;
}
.video-glass p { margin-bottom: 0; color: #d7e1ee; }
.demo-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.demo-player {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: #cbd5e1; }
.browser-bar span:first-child { background: #ef4444; }
.browser-bar span:nth-child(2) { background: #f59e0b; }
.browser-bar span:nth-child(3) { background: #22c55e; }
.browser-bar strong { margin-left: 0.5rem; }
.demo-screen {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 420px;
  background: #f8fafc;
}
.demo-sidebar {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: 1.2rem;
  color: white;
  background: var(--navy);
}
.demo-sidebar small { color: #dbeafe; }
.demo-main { padding: 1.2rem; }
.demo-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-bottom: 1rem; }
.demo-kpis span {
  display: grid;
  padding: 1rem;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.demo-kpis b { font-size: 1.7rem; color: var(--sky); }
.demo-table {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.demo-table span { padding: 0.9rem; border-bottom: 1px solid var(--line); }
.demo-table span:nth-child(-n+3) { font-weight: 850; background: #f8fafc; }
.demo-table .ok { color: var(--green); font-weight: 850; }
.demo-table .warn { color: #f59e0b; font-weight: 850; }
.demo-notes {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.demo-notes li { margin-bottom: 0.8rem; color: var(--muted); }
.youtube-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.youtube-strip p { max-width: 740px; color: #dbeafe; }
.youtube-strip .eyebrow { color: #ffffff; }

.legal-copy {
  max-width: 900px;
  margin: 0 auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.legal-copy h2 { font-size: 1.55rem; margin-top: 2rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy a { color: var(--sky); font-weight: 800; }

.site-footer {
  padding: 3rem 6vw 2rem;
  color: #d7e1ee;
  background: var(--navy);
}
.site-footer .brand { color: white; margin-bottom: 1rem; }
.site-footer p { max-width: 620px; color: #aebacc; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
.footer-links div { display: grid; gap: 0.45rem; }
.footer-links h4 { margin: 0 0 0.5rem; color: white; }
.footer-links a { color: #d7e1ee; }
.copyright { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.9rem; }
.site-footer.compact { text-align: center; }
.site-footer.compact p { max-width: none; margin: 0; }

@media (max-width: 920px) {
  .hero, .two-column, .ecosystem, .contact-layout, .contact-hero, .quote-band, .demo-band, .demo-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 4rem; }
  .card-grid, .service-grid, .card-grid.four, .card-grid.three, .product-grid, .tech-grid, .footer-links, .logo-band, .product-pill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-list article { grid-template-columns: 1fr; gap: 0.4rem; }
  .youtube-strip { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 0 1rem; }
  .brand-logo { height: 48px; max-width: 200px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 18px 42px rgba(16, 22, 36, 0.16);
  }
  .site-nav.open { display: flex; }
  .hero, .section { padding-left: 1rem; padding-right: 1rem; }
  .home-hero h1 { font-size: 2.15rem; }
  .inner-hero h1 { font-size: 2.55rem; }
  .metric-strip, .stats-card, .mini-grid, .card-grid, .service-grid, .card-grid.two, .card-grid.four, .card-grid.three, .product-grid, .tech-grid, .role-strip, .footer-links, .contact-form, .logo-band, .demo-screen, .demo-kpis, .product-pill-grid { grid-template-columns: 1fr; }
  .hero-panel { padding: 0.75rem; }
  .orbital-card { min-height: 240px; }
  .contact-form .full, .contact-form button, .form-message { grid-column: auto; }
  .demo-table { grid-template-columns: 1fr; }
  .demo-table span:nth-child(-n+3) { display: none; }
  .play-button { width: 58px; height: 58px; }
}
