:root {
  color-scheme: dark;
  --bg: #050509;
  --bg-soft: #11101a;
  --bg-card: rgba(18, 17, 28, 0.78);
  --bg-card-strong: rgba(24, 23, 37, 0.96);
  --text: #f7f3ea;
  --muted: #b8b0c5;
  --muted-2: #8b829b;
  --line: rgba(247, 243, 234, 0.13);
  --line-strong: rgba(255, 138, 92, 0.42);
  --primary: #ff8a5c;
  --primary-2: #b493ff;
  --primary-3: #54e0ff;
  --warning: #ffc38a;
  --danger: #ff5f7e;
  --shadow: 0 28px 96px rgba(0, 0, 0, 0.48);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 40px));
  --header-height: 82px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 11% 8%, rgba(255,138,92,.19), transparent 32rem),
    radial-gradient(circle at 86% 18%, rgba(180,147,255,.17), transparent 36rem),
    radial-gradient(circle at 74% 80%, rgba(84,224,255,.10), transparent 33rem),
    linear-gradient(135deg, #050509 0%, #0a0711 54%, #030306 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .33;
  background-image:
    linear-gradient(rgba(247,243,234,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,243,234,.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255,138,92,.08), transparent 28rem);
  background-size: 78px 78px, 78px 78px, auto;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}
body.menu-open, body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-heading { max-width: 730px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .hero h1 { margin: 0; letter-spacing: -0.058em; line-height: .96; }
.section-heading h2 { font-size: clamp(2.2rem, 5vw, 4.7rem); }
.section-heading p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--primary); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, var(--primary), transparent); }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .047; z-index: 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.66'/%3E%3C/svg%3E"); }
.cursor-orb { position: fixed; width: 430px; height: 430px; border-radius: 50%; pointer-events: none; z-index: 0; opacity: .28; transform: translate3d(-50%, -50%, 0); background: radial-gradient(circle, rgba(255,138,92,.24), rgba(180,147,255,.17) 38%, rgba(84,224,255,.10) 58%, transparent 72%); filter: blur(13px); }
.scroll-meter { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.scroll-meter span { display: block; width: 0%; height: 100%; background: linear-gradient(90deg, var(--primary), var(--primary-2), var(--primary-3)); box-shadow: 0 0 22px rgba(255,138,92,.7); }
.skip-link { position: fixed; left: 18px; top: 14px; transform: translateY(-150%); z-index: 150; padding: 10px 14px; border-radius: 12px; background: var(--text); color: var(--bg); font-weight: 850; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: var(--header-height); display: flex; align-items: center; backdrop-filter: blur(18px); background: linear-gradient(180deg, rgba(5,5,9,.92), rgba(5,5,9,.56)); border-bottom: 1px solid transparent; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 14px 46px rgba(0,0,0,.22); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 46px; height: 46px; border: 1px solid rgba(247,243,234,.18); border-radius: 15px; object-fit: cover; background: #262524; filter: drop-shadow(0 0 24px rgba(255,138,92,.18)) drop-shadow(0 0 18px rgba(180,147,255,.12)); }
.brand strong, .brand em { display: block; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand em { margin-top: 2px; color: var(--muted); font-size: .74rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.nav-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border-radius: 999px; color: var(--muted); font-size: .88rem; font-weight: 780; transition: color .25s ease, background .25s ease, transform .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--text); background: linear-gradient(135deg, rgba(255,138,92,.13), rgba(180,147,255,.10)); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-card); color: var(--text); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 99px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { min-height: 100svh; display: grid; align-items: center; padding: 150px 0 96px; overflow: hidden; }
#securityMesh { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .52; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(180deg, transparent, var(--bg)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(32px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: 12%; left: -140px; background: rgba(255,138,92,.21); }
.hero-glow-two { width: 460px; height: 460px; right: -120px; bottom: 8%; background: rgba(180,147,255,.18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .72fr); gap: clamp(34px, 6vw, 84px); align-items: center; }
.hero h1 { max-width: 830px; font-size: clamp(4rem, 9vw, 7.8rem); background: linear-gradient(120deg, #f7f3ea 0%, #fff7dc 32%, #ff8a5c 56%, #b493ff 83%, #54e0ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 44px rgba(180,147,255,.08); }
.hero-lede { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.36rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--line); font-weight: 880; letter-spacing: -.01em; cursor: pointer; overflow: hidden; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.btn::before { content: ""; position: absolute; inset: -60% -20%; z-index: -1; opacity: 0; transform: rotate(12deg) translateX(-40%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transition: opacity .25s ease, transform .55s var(--ease); }
.btn:hover::before { opacity: 1; transform: rotate(12deg) translateX(40%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #09070f; background: linear-gradient(135deg, var(--primary), var(--warning) 42%, var(--primary-2)); border-color: transparent; box-shadow: 0 18px 58px rgba(255,138,92,.17), 0 0 38px rgba(180,147,255,.10); }
.btn-ghost { color: var(--text); background: rgba(255,255,255,.048); }
.btn-ghost:hover { border-color: var(--line-strong); background: rgba(255,255,255,.078); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-strip span, .pill { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.045); font-size: .78rem; font-weight: 830; }
.hero-console { position: relative; isolation: isolate; border: 1px solid rgba(255,138,92,.26); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.032)), linear-gradient(135deg, rgba(255,138,92,.05), rgba(180,147,255,.035)), var(--bg-card); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.09); backdrop-filter: blur(22px); padding: 22px; overflow: hidden; }
.hero-console::before { content: ""; position: absolute; inset: -1px; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at top right, rgba(255,138,92,.22), transparent 36%), radial-gradient(circle at 5% 0%, rgba(180,147,255,.18), transparent 36%); }
.hero-console::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .26; background: repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,.04) 13px, transparent 14px); transform: translateX(-120%); animation: consoleSweep 7.5s var(--ease) infinite; }
.console-topline, .console-footer, .threat-card, .signal-list, .signal-lattice { position: relative; z-index: 1; }
.console-topline, .console-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .8rem; font-weight: 830; }
.status-dot { display: inline-block; width: 10px; height: 10px; margin-right: auto; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 7px rgba(255,138,92,.10), 0 0 22px rgba(255,138,92,.85); }
.mini-button { border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; color: var(--text); background: rgba(255,255,255,.06); cursor: pointer; }
.threat-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.042); }
.label { margin: 0 0 8px; color: var(--muted-2); font-size: .76rem; font-weight: 880; letter-spacing: .12em; text-transform: uppercase; }
.threat-card h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.45rem); letter-spacing: -.05em; line-height: 1; }
.pill.alert { color: #1f0905; background: linear-gradient(135deg, var(--warning), var(--primary)); border: 0; }
.signal-lattice { display: grid; gap: 12px; margin-top: 14px; }
.lattice-cell { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 4px 12px; align-items: center; padding: 14px; border: 1px solid rgba(247,243,234,.12); border-radius: 18px; background: linear-gradient(90deg, rgba(255,138,92,.065), rgba(180,147,255,.04)), rgba(255,255,255,.038); overflow: hidden; }
.lattice-cell::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--primary), var(--primary-2)); box-shadow: 0 0 20px rgba(255,138,92,.48); }
.cell-sigil { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 15px; color: var(--primary); background: radial-gradient(circle at 50% 30%, rgba(255,138,92,.18), rgba(180,147,255,.06) 65%, rgba(255,255,255,.04)); border: 1px solid rgba(255,138,92,.28); font-size: 1.2rem; font-weight: 950; }
.lattice-cell strong { color: var(--text); letter-spacing: -.03em; }
.lattice-cell small { color: var(--muted); line-height: 1.4; }
.signal-list { display: grid; gap: 14px; margin-top: 20px; }
.signal-list span { display: grid; gap: 8px; }
.signal-list b { color: var(--muted); font-size: .86rem; }
.signal-list i { position: relative; height: 9px; border-radius: 999px; background: rgba(255,255,255,.09); overflow: hidden; }
.signal-list i::after { content: ""; display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--primary-2), var(--primary-3)); box-shadow: 0 0 18px rgba(255,138,92,.45); transform-origin: left; animation: barPulse 3.8s var(--ease) infinite; }
.console-footer { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.console-footer strong { color: var(--primary); }
.impact { padding: 44px 0 78px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.impact-tile { position: relative; isolation: isolate; min-height: 222px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.078), rgba(255,255,255,.022) 44%, rgba(255,138,92,.04)), var(--bg-card); box-shadow: 0 18px 56px rgba(0,0,0,.20); overflow: hidden; transform-style: preserve-3d; transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(0); transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.impact-tile::after, .service-card::before, .product-card::before, .insight-card::before, .timeline article::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background: linear-gradient(120deg, rgba(255,138,92,.14), transparent 26%, transparent 70%, rgba(180,147,255,.10)), repeating-linear-gradient(135deg, rgba(247,243,234,.043) 0 1px, transparent 1px 13px); mask-image: linear-gradient(180deg, black, transparent 82%); }
.impact-tile strong { position: relative; display: block; margin-top: 54px; color: var(--text); font-size: 1.12rem; letter-spacing: -.034em; }
.impact-tile p { position: relative; margin: 9px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.58; }
.impact-glyph, .card-icon, .timeline-glyph { position: relative; display: inline-grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 34% 22%, rgba(247,243,234,.58), transparent 8px), conic-gradient(from 180deg, rgba(255,138,92,.95), rgba(180,147,255,.86), rgba(84,224,255,.72), rgba(255,138,92,.95)); box-shadow: inset 0 0 24px rgba(255,255,255,.18), 0 18px 52px rgba(180,147,255,.12); }
.impact-glyph { position: absolute; top: 22px; left: 22px; width: 54px; height: 54px; border-radius: 20px; }
.impact-glyph::before, .card-icon::before, .timeline-glyph::before, .impact-glyph::after, .card-icon::after, .timeline-glyph::after { content: ""; position: absolute; pointer-events: none; }
.impact-glyph::before, .card-icon::before, .timeline-glyph::before { inset: 8px; border: 1px solid rgba(5,5,9,.52); border-radius: 16px; transform: rotate(45deg); }
.impact-glyph::after, .card-icon::after, .timeline-glyph::after { inset: 15px; border: 2px solid #0b0908; border-radius: 12px; box-shadow: 0 0 22px rgba(255,138,92,.24); }
.glyph-shield::after, .glyph-control::after { clip-path: polygon(50% 0, 92% 18%, 82% 76%, 50% 100%, 18% 76%, 8% 18%); background: linear-gradient(180deg, rgba(180,147,255,.22), rgba(180,147,255,.04)); }
.glyph-fracture::after { border-radius: 50%; background: linear-gradient(135deg, transparent 40%, rgba(84,224,255,.82) 41% 46%, transparent 47%), radial-gradient(circle, rgba(84,224,255,.92) 0 3px, transparent 4px); }
.glyph-gateway::after, .glyph-map::after { border-radius: 7px; background: linear-gradient(90deg, rgba(180,147,255,.62) 1px, transparent 1px) 0 0 / 9px 9px, linear-gradient(0deg, rgba(255,138,92,.52) 1px, transparent 1px) 0 0 / 9px 9px; }
.glyph-soc::after, .glyph-loop::after { inset: 19px 11px; border-color: var(--primary-2); border-radius: 999px; transform: skewX(-20deg); background: linear-gradient(90deg, rgba(255,138,92,.08), rgba(255,138,92,.42)); }
.glyph-cube::after { inset: 14px; border-color: var(--primary-3); transform: rotate(45deg); border-radius: 6px 17px 6px 17px; background: radial-gradient(circle, rgba(84,224,255,.22), transparent 62%); }
.glyph-spark::after, .glyph-human::after { inset: 14px; border-color: var(--warning); border-style: dashed; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,92,.85) 0 4px, transparent 5px); }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 7vw, 100px); align-items: start; }
.rich-copy { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-card); box-shadow: var(--shadow); }
.rich-copy p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.84; }
.rich-copy p + p { margin-top: 18px; }
.solutions, .method, .contact { background: linear-gradient(180deg, transparent, rgba(180,147,255,.045), transparent); }
.filter-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 42px 0 28px; }
.filter { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.04); font-weight: 850; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.filter:hover, .filter.active { color: #09070f; border-color: transparent; background: linear-gradient(135deg, var(--primary), var(--warning) 48%, var(--primary-2)); transform: translateY(-1px); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .product-card, .insight-card, .timeline article { position: relative; isolation: isolate; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.026)), var(--bg-card); box-shadow: 0 16px 60px rgba(0,0,0,.18); overflow: hidden; transform-style: preserve-3d; transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(0); transition: transform .35s var(--ease), border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.service-card:hover, .product-card:hover, .insight-card:hover, .timeline article:hover, .impact-tile:hover { transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-8px); border-color: rgba(255,138,92,.46); box-shadow: 0 30px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(180,147,255,.10), 0 0 62px rgba(255,138,92,.12); }
.service-card { padding: 28px; }
.service-card::after { content: attr(data-track); position: absolute; right: 18px; top: 18px; max-width: 170px; padding: 7px 10px; border: 1px solid rgba(247,243,234,.15); border-radius: 999px; color: var(--muted-2); background: rgba(255,255,255,.035); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.service-card.is-hidden { display: none; }
.card-icon { width: 58px; height: 58px; border-radius: 21px; color: transparent; font-size: 0; }
.service-card h3, .product-card h3, .insight-card h3, .timeline h3 { position: relative; margin: 22px 0 12px; font-size: 1.35rem; letter-spacing: -.045em; line-height: 1.12; }
.service-card h3 { max-width: 78%; }
.service-card p, .product-card p, .insight-card p, .timeline p { position: relative; margin: 0; color: var(--muted); line-height: 1.72; }
.link-button { position: relative; display: inline-flex; align-items: center; margin-top: 22px; padding: 0; border: 0; color: var(--primary); background: transparent; font-weight: 870; cursor: pointer; }
.link-button::after { content: " →"; }
.link-button:hover { color: var(--primary-3); }
.product-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.product-card { min-height: 460px; padding: 30px; }
.product-card.active { border-color: rgba(255,138,92,.36); }
.product-orb { position: relative; width: 96px; height: 96px; margin-bottom: 22px; border-radius: 28px 44px 30px 44px; clip-path: polygon(18% 0, 86% 9%, 100% 68%, 58% 100%, 0 82%, 7% 22%); background: radial-gradient(circle at 30% 28%, rgba(247,243,234,.9), transparent 8px), conic-gradient(from 220deg, rgba(255,138,92,.92), rgba(180,147,255,.84), rgba(84,224,255,.72), rgba(255,138,92,.92)); box-shadow: inset 0 0 34px rgba(255,255,255,.16), 0 24px 65px rgba(180,147,255,.16); }
.product-card:nth-child(2) .product-orb { background: radial-gradient(circle at 32% 28%, rgba(247,243,234,.88), transparent 8px), conic-gradient(from 180deg, rgba(180,147,255,.88), rgba(255,138,92,.86), rgba(84,224,255,.72), rgba(180,147,255,.88)); }
.product-card:nth-child(3) .product-orb { background: radial-gradient(circle at 32% 28%, rgba(247,243,234,.88), transparent 8px), conic-gradient(from 45deg, rgba(84,224,255,.82), rgba(180,147,255,.84), rgba(255,138,92,.76), rgba(84,224,255,.82)); }
.product-card ul { position: relative; display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-card li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .95rem; }
.product-card li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 18px rgba(255,138,92,.8); }
.product-links { position: relative; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.product-links .link-button { margin-top: 0; }
.lab-grid, .contact-grid, .proof-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.lab-panel, .contact-form, .accordion { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-card); box-shadow: var(--shadow); padding: 26px; backdrop-filter: blur(22px); }
.scenario-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.scenario { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.04); font-weight: 830; cursor: pointer; }
.scenario.active, .scenario:hover { color: #09070f; border-color: transparent; background: linear-gradient(135deg, var(--primary), var(--warning) 48%, var(--primary-2)); }
.scenario-display { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .7fr); gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.045); }
.scenario-display h3 { margin: 0 0 12px; font-size: 1.55rem; letter-spacing: -.045em; }
.scenario-display p:not(.label) { margin: 0; color: var(--muted); line-height: 1.72; }
.control-stack { display: grid; gap: 10px; align-content: start; }
.control-stack span { padding: 12px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.045); font-size: .9rem; font-weight: 800; }
.risk-meter { display: grid; gap: 10px; margin-top: 22px; }
.risk-meter > div:not(.bar) { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-weight: 840; }
.risk-meter strong { color: var(--text); }
.bar { height: 12px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.bar i { display: block; height: 100%; width: 0%; border-radius: inherit; background: linear-gradient(90deg, var(--danger), var(--primary)); transition: width .55s var(--ease); }
.bar.controlled i { background: linear-gradient(90deg, var(--primary), var(--primary-2), var(--primary-3)); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 25px; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,138,92,.44), rgba(180,147,255,.35), rgba(84,224,255,.30), transparent); box-shadow: 0 0 26px rgba(255,138,92,.20); }
.timeline article { min-height: 255px; padding: 28px; }
.method-chip, .insight-kicker { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 13px; border-radius: 999px; color: var(--primary); background: rgba(255,138,92,.075); border: 1px solid rgba(255,138,92,.22); font-size: .70rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.method-chip::before, .insight-kicker::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--primary-2); box-shadow: 0 0 14px rgba(180,147,255,.9); }
.timeline article:nth-child(2) .method-chip, .insight-card:nth-child(2) .insight-kicker { color: var(--primary-2); border-color: rgba(180,147,255,.30); background: rgba(180,147,255,.075); }
.timeline article:nth-child(3) .method-chip, .insight-card:nth-child(3) .insight-kicker { color: var(--primary-3); border-color: rgba(84,224,255,.32); background: rgba(84,224,255,.075); }
.timeline article:nth-child(4) .method-chip, .insight-card:nth-child(4) .insight-kicker { color: var(--warning); border-color: rgba(255,195,138,.34); background: rgba(255,195,138,.075); }
.timeline h3 { margin-top: 20px; }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); overflow: hidden; }
.accordion summary { padding: 18px 20px; color: var(--text); font-size: 1.02rem; font-weight: 870; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; float: right; color: var(--primary); }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.72; }
.insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.insight-card { min-height: 292px; padding: 28px; }
.insight-card h3 { margin-top: 20px; }
.section-cta { display: flex; justify-content: center; margin-top: 28px; }
.contact-grid { align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.contact-cards { display: grid; gap: 14px; margin-top: 28px; }
.contact-cards div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--bg-card); }
.contact-cards strong, .contact-cards span { display: block; }
.contact-cards span { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.contact-cards a { color: var(--primary); font-weight: 850; }
.contact-cards a:hover { color: var(--primary-3); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form span { color: var(--muted); font-size: .85rem; font-weight: 820; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; color: var(--text); background: rgba(255,255,255,.055); outline: 0; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--line-strong); box-shadow: 0 0 0 4px rgba(255,138,92,.10); }
.contact-form input.invalid, .contact-form select.invalid, .contact-form textarea.invalid { border-color: rgba(255,95,126,.8); }
.form-note { grid-column: 1 / -1; min-height: 1.4em; margin: 0; color: var(--muted); line-height: 1.5; }
.form-note.success { color: var(--primary); }
.form-note.error { color: var(--danger); }
.site-footer { position: relative; padding: 34px 0; border-top: 1px solid var(--line); background: rgba(5,5,9,.72); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a, .site-footer p { color: var(--muted); font-size: .9rem; margin: 0; }
.footer-links a:hover { color: var(--primary); }
.modal { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 24px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(720px, 100%); max-height: min(760px, calc(100svh - 48px)); overflow: auto; border: 1px solid var(--line-strong); border-radius: 28px; padding: 32px; background: var(--bg-card-strong); box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: rgba(255,255,255,.055); font-size: 1.6rem; cursor: pointer; }
.modal-panel h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.05em; line-height: 1; }
.modal-panel p { color: var(--muted); line-height: 1.75; }
.modal-panel ul { display: grid; gap: 10px; margin: 20px 0 26px; padding: 0; list-style: none; }
.modal-panel li { padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.045); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes barPulse { 0%, 100% { transform: scaleX(.86); opacity: .75; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes consoleSweep { 0%, 72% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .cursor-orb, #securityMesh { display: none; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1040px) { :root { --shell: min(100vw - 32px, 900px); } .menu-toggle { display: inline-block; } .nav-links { position: fixed; top: calc(var(--header-height) + 12px); left: 16px; right: 16px; display: grid; grid-template-columns: 1fr; gap: 6px; padding: 12px; border-radius: 22px; background: var(--bg-card-strong); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .25s ease, transform .25s var(--ease); } body.menu-open .nav-links { opacity: 1; transform: translateY(0); pointer-events: auto; } .nav-links a { justify-content: flex-start; min-height: 46px; width: 100%; } .hero-grid, .split, .lab-grid, .contact-grid, .proof-grid { grid-template-columns: 1fr; } .hero { padding-top: 130px; } .hero-console { max-width: 640px; } .card-grid, .product-showcase, .insight-grid { grid-template-columns: repeat(2, 1fr); } .timeline, .impact-grid { grid-template-columns: repeat(2, 1fr); } .timeline::before { display: none; } }
@media (max-width: 720px) { :root { --shell: min(100vw - 24px, 560px); --header-height: 74px; } .section { padding: 82px 0; } .hero { padding-top: 116px; } .hero h1 { font-size: clamp(3rem, 15vw, 5rem); } .hero-actions, .btn { width: 100%; } .brand em { display: none; } .hero-console, .rich-copy, .lab-panel, .contact-form, .accordion, .modal-panel { padding: 20px; border-radius: 24px; } .card-grid, .product-showcase, .insight-grid, .timeline, .impact-grid, .scenario-display, .contact-form { grid-template-columns: 1fr; } .product-card { min-height: auto; } .impact-tile strong { margin-top: 50px; } .signal-lattice { grid-template-columns: 1fr; } .footer-grid { align-items: flex-start; flex-direction: column; } }
