:root {
  --ink: #0b1830;
  --muted: #667891;
  --paper: #f5f8fc;
  --card: #ffffff;
  --blue: #315cf6;
  --deep: #071126;
  --cyan: #24d9f5;
  --mint: #37d6b0;
  --amber: #ffbd59;
  --line: #dbe5f1;
}

html { scroll-padding-top: 158px; }
body { background: var(--paper); color: var(--ink); }

.ge-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 80px;
  color: #fff; background: rgba(7, 17, 38, .94);
  border-bottom: 1px solid rgba(150, 194, 231, .14);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.ge-header-inner { width: min(1180px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 30px; }
.ge-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; flex: 0 0 auto; }
.ge-brand-mark { position: relative; width: 38px; height: 38px; border: 1px solid rgba(36,217,245,.46); border-radius: 50%; background: radial-gradient(circle at 48% 48%,#24d9f5 0 6%,transparent 7%),radial-gradient(circle at 30% 55%,#315cf6 0 6%,transparent 7%),radial-gradient(circle at 64% 34%,#35bfff 0 5%,transparent 6%),linear-gradient(135deg,#0a1e4c,#0d4d70); box-shadow: 0 0 24px rgba(36,217,245,.2); }
.ge-brand-mark::after { content: ""; position: absolute; left: -4px; right: -4px; top: 18px; height: 2px; background: linear-gradient(90deg,transparent,#24d9f5 20% 80%,transparent); transform: rotate(-20deg); box-shadow: 0 0 9px #24d9f5; }
.ge-brand-copy { display: grid; gap: 2px; }
.ge-brand-copy strong { font-size: 17px; letter-spacing: .12em; }
.ge-brand-copy small { color: #94afc8; font-size: 9px; letter-spacing: .23em; }
.ge-nav { height: 100%; display: flex; align-items: center; gap: 24px; margin-left: auto; }
.ge-nav > a,.ge-products > a { color: #c8d7e8; text-decoration: none; font-size: 14px; transition: color .2s; }
.ge-nav > a:hover,.ge-products > a:hover,.ge-products.active > a { color: #fff; }
.ge-products { height: 100%; display: flex; align-items: center; position: relative; }
.ge-products > button { color: #7f9db9; background: none; border: 0; padding: 6px; cursor: pointer; }
.ge-dropdown { position: absolute; top: 68px; left: 50%; width: 300px; padding: 9px; transform: translate(-50%, 9px); border: 1px solid #dce7f2; border-radius: 16px; background: #fff; box-shadow: 0 24px 60px rgba(5,20,45,.2); opacity: 0; visibility: hidden; transition: .2s; }
.ge-products:hover .ge-dropdown,.ge-products:focus-within .ge-dropdown,.ge-products.open .ge-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ge-dropdown a,.ge-dropdown span { display: grid; gap: 3px; padding: 11px 12px; border-radius: 10px; text-decoration: none; }
.ge-dropdown a:hover,.ge-dropdown a.current { background: #edf6ff; }
.ge-dropdown b { color: #132b4d; font-size: 14px; }
.ge-dropdown small { color: #70839a; font-size: 12px; }
.ge-dropdown span { opacity: .58; }
.ge-cta,.zy-demo { color: #071126; background: var(--cyan); border-radius: 12px; padding: 11px 17px; font-weight: 800; font-size: 13px; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 28px rgba(36,217,245,.18); }
.ge-menu-button { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: transparent; }
.ge-menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }

.zy-subnav { position: fixed; top: 80px; z-index: 80; width: 100%; height: 62px; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.zy-subnav-inner { width: min(1180px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.zy-brand { display: flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; margin-right: auto; }
.zy-brand img { width: 31px; height: 31px; }
.zy-brand b { font-size: 17px; }
.zy-brand span { color: var(--muted); font-size: 12px; padding-left: 9px; border-left: 1px solid var(--line); }
.zy-links { display: flex; align-items: center; gap: 23px; }
.zy-links a { color: #546a84; font-size: 13px; text-decoration: none; }
.zy-links a:hover { color: var(--blue); }
.zy-demo { color: #fff; background: var(--blue); padding: 9px 15px; box-shadow: none; }

.hero { padding-top: 202px; padding-bottom: 86px; color: #fff; position: relative; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0 50% 0 auto; z-index: -1; width: 100vw; transform: translateX(50%); background: radial-gradient(circle at 78% 28%,rgba(36,217,245,.17),transparent 26%),radial-gradient(circle at 15% 88%,rgba(49,92,246,.24),transparent 29%),linear-gradient(122deg,#071126 0%,#091d40 63%,#073b55 100%); }
.hero h1 { color: #fff; }
.hero h1 span { color: var(--cyan); }
.hero-lead,.trust-row { color: #b7c9dc; }
.eyebrow { color: #d9e7f4; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); }
.eyebrow i { background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.button.primary { background: var(--blue); box-shadow: 0 14px 35px rgba(49,92,246,.3); }
.button.secondary { color: #e7f3ff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.trust-row b { color: var(--cyan); background: rgba(36,217,245,.12); }
.orb-one { background: #315cf6; }.orb-two { background: #24d9f5; }

.statement { background: #fff; }
.section-label,.section-heading span { color: var(--blue); }
.compare-card,.step-card,.feature-visual,.parent-dashboard,.security-card,.faq-list details { border-color: var(--line); box-shadow: 0 18px 50px rgba(15,45,82,.07); }
.compare-card.brand-card,.platform-section,.contact-card { background: linear-gradient(135deg,#071126,#0a244b 66%,#07506a); }
.compare-card.brand-card { box-shadow: 0 26px 60px rgba(7,17,38,.22); }
.features { background: #eef4fa; }
.feature-kicker.blue,.feature-kicker.mint { color: var(--blue); background: #e8efff; }
.check-list li::before,.platform-copy > span,.security-card > div:first-child > span { color: var(--cyan); }
.parent-values article span { color: var(--blue); background: #e8efff; }
.zy-footer { background: #050d1d; border-top: 1px solid rgba(147,192,231,.15); color: #fff; }
.zy-footer .footer-grid { min-height: 170px; grid-template-columns: 1.1fr .9fr 2fr; gap: 30px; align-items: center; }
.zy-footer .footer-brand,.footer-product { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.zy-footer .footer-brand .ge-brand-mark { width: 38px; height: 38px; }
.zy-footer .footer-brand div,.footer-product div { display: grid; gap: 3px; }
.zy-footer .footer-brand small,.footer-product small,.zy-footer p { color: #88a0b8; }
.footer-product img { width: 38px; height: 38px; border-radius: 10px; }
.zy-footer .footer-links { justify-content: flex-end; flex-wrap: wrap; }
.zy-footer .footer-links a { color: #adc0d2; }
.zy-footer > .footer-grid > p { grid-column: 1 / -1; margin: -22px 0 24px; font-size: 12px; }

@media (max-width: 960px) {
  .ge-header { height: 72px; }
  .ge-header-inner,.zy-subnav-inner { width: min(100% - 32px,1180px); }
  .ge-menu-button { display: block; order: 4; }
  .ge-cta { margin-left: auto; }
  .ge-nav { position: absolute; top: 72px; left: 0; right: 0; height: auto; display: none; padding: 16px; background: #071126; border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 40px rgba(0,0,0,.25); }
  .ge-header.menu-open .ge-nav { display: grid; }
  .ge-nav > a,.ge-products { min-height: 42px; }
  .ge-products { display: grid; grid-template-columns: 1fr auto; height: auto; }
  .ge-products > button { padding: 12px 16px; }
  .ge-dropdown { position: static; grid-column: 1 / -1; width: auto; transform: none; display: none; opacity: 1; visibility: visible; margin-top: 5px; }
  .ge-products:hover .ge-dropdown,.ge-products:focus-within .ge-dropdown,.ge-products.open .ge-dropdown { display: grid; transform: none; }
  .zy-subnav { top: 72px; }
  .zy-links { overflow-x: auto; gap: 18px; scrollbar-width: none; }
  .zy-links a { white-space: nowrap; }
  .hero { padding-top: 186px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 136px; }
  .ge-header-inner,.zy-subnav-inner { width: calc(100% - 24px); }
  .ge-brand-copy small,.ge-cta,.zy-brand span,.zy-links,.zy-demo { display: none; }
  .zy-subnav { height: 54px; }
  .zy-subnav-inner { justify-content: center; }
  .zy-brand { margin: 0; }
  .hero { padding-top: 164px; }
  .zy-footer .footer-grid { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 36px; }
  .zy-footer .footer-links { justify-content: flex-start; }
  .zy-footer > .footer-grid > p { grid-column: auto; margin: 0; }
}

@media (prefers-reduced-motion: reduce) { .ge-dropdown,.ge-menu-button span { transition: none; } }
