/* ============================================================
   Aloris Labs — design system 
   ============================================================ */

/* @import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap'); */

/* hanken-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hanken-grotesk-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* hanken-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/hanken-grotesk-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* hanken-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/hanken-grotesk-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* hanken-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/hanken-grotesk-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* hanken-grotesk-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/hanken-grotesk-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jetbrains-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jetbrains-mono-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jetbrains-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jetbrains-mono-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jetbrains-mono-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jetbrains-mono-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  /* Brand */
  --bg: #07112a;
  --bg-1: #0a1530;
  --bg-2: #0e1a3a;
  --bg-card: #131e3e;
  --bg-card-2: #182547;
  --border: #1f2a4f;
  --border-2: #2a3560;
  --border-3: #3a4778;
  --text: #f5f6fa;
  --text-2: #c8cee0;
  --text-muted: #8c93a8;
  --text-faint: #5d6788;
  --accent: #ff5700;
  --accent-2: #ff8a4a;
  --accent-hover: #ff6e1f;
  --accent-soft: rgba(255, 87, 0, 0.12);
  --accent-glow: rgba(255, 87, 0, 0.45);

  /* Charts */
  --chart-blue: #5aa3ff;
  --chart-cyan: #4be3d4;
  --chart-violet: #9b7bff;
  --chart-blue-deep: #2a5fb8;
  --chart-green: #2ed573;
  --chart-amber: #ffa502;
  --chart-red: #ff4757;

  --font: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --max-w: 1480px;
  --header-h: 72px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --ease: cubic-bezier(.2,.7,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

/* Ambient background — subtle radial wash + dot grid */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% -5%, rgba(255, 87, 0, 0.08), transparent 60%),
    radial-gradient(ellipse 50% 40% at 95% 15%, rgba(90, 163, 255, 0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.025) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 0%, transparent 80%);
}

main, header, footer { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Container ---------- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 900px) { .container { padding: 0 28px; } }
@media (max-width: 600px) { .container { padding: 0 20px; } }

/* ---------- Scroll progress bar ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  z-index: 200;
  transition: width .08s linear;
  box-shadow: 0 0 12px var(--accent-glow);
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  background: rgba(7, 17, 42, 0.6);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  z-index: 100;
  transition: background .25s var(--ease), border-color .25s var(--ease);
}

.site-header.scrolled {
  background: rgba(7, 17, 42, 0.85);
  border-bottom-color: var(--border);
}

.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-mark { display: flex; align-items: center; flex-shrink: 0; }
.brand-mark img { height: 30px; width: auto; display: block; transition: filter .2s ease; }
.brand-mark:hover img { filter: drop-shadow(0 0 12px var(--accent-glow)); }

@media (min-width: 800px) { .brand-mark img { height: 34px; } }

.main-nav {
  display: none;
  gap: 36px;
  margin-left: auto;
  margin-right: 28px;
}

@media (min-width: 900px) { .main-nav { display: flex; } }

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color .15s ease;
  position: relative;
  padding: 4px 0;
}

.main-nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}

.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { transform: scaleX(1); }

/* ---------- Buttons ---------- */
.btn {
  --btn-tx: 0px;
  --btn-ty: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
  transform: translate(var(--btn-tx), var(--btn-ty));
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 20px -8px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 32px -8px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.22);
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .9s var(--ease);
}
.btn-primary:hover::before { transform: translateX(120%); }

.btn-outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.btn-outline:hover {
  background: var(--accent-soft);
  box-shadow: 0 0 0 4px rgba(255, 87, 0, 0.08);
}

.btn-ghost {
  background: rgba(255,255,255,0.02);
  color: var(--text);
  border-color: var(--border-2);
}
.btn-ghost:hover {
  border-color: var(--border-3);
  background: rgba(255,255,255,0.05);
}

.btn-lg { padding: 14px 28px; font-size: 14.5px; }

.btn .arrow { display: inline-flex; transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero {
  padding-top: calc(var(--header-h) + 72px);
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

/* Subtle aurora */
.hero-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.hero-aurora::before,
.hero-aurora::after {
  content: '';
  position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
  will-change: transform;
}

.hero-aurora::before {
  top: -300px; left: -200px;
  background: radial-gradient(circle, rgba(255, 87, 0, 0.18), transparent 60%);
  animation: drift1 24s ease-in-out infinite;
}
.hero-aurora::after {
  top: -100px; right: -300px;
  background: radial-gradient(circle, rgba(90, 163, 255, 0.15), transparent 60%);
  animation: drift2 28s ease-in-out infinite;
}

@keyframes drift1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(80px, 60px); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-60px, 80px); }
}

.hero .container { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

@media (min-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1.05fr 1.1fr;
    gap: 64px;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 10px var(--accent-glow); }
  50% { opacity: 0.65; box-shadow: 0 0 16px var(--accent-glow); }
}

.hero h1 {
  font-weight: 600;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  color: var(--text);
}


.hero h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  will-change: transform, opacity, filter;
}
.fonts-ready .hero h1 .word {
  animation: wordRise .9s var(--ease-out) forwards;
}

/* .hero h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  animation: wordRise .9s var(--ease-out) forwards;
} */
.hero h1 .word:nth-child(1) { animation-delay: .05s; }
.hero h1 .word:nth-child(2) { animation-delay: .15s; }
.hero h1 .word:nth-child(3) { animation-delay: .25s; }
.hero h1 .word:nth-child(4) { animation-delay: .35s; }

.hero h1 .accent {
  color: var(--text);
}

@keyframes wordRise {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.hero h1 .h1-sub {
  display: block;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--text-2);
  margin-top: 0.35em;
}

.hero .lede {
  font-size: clamp(1.1rem, 1.55vw, 1.25rem);
  line-height: 1.55;
  color: var(--text-2);
  max-width: 52ch;
  margin-bottom: 36px;
  opacity: 0;
  animation: rise .8s .55s var(--ease-out) forwards;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: rise .8s .65s var(--ease-out) forwards;
}

.trust-strip {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 0;
  animation: rise .8s .75s var(--ease-out) forwards;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.trust-item strong { color: var(--text); font-weight: 600; }

.trust-item svg {
  width: 14px;
  height: 14px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.trust-divider {
  width: 1px;
  height: 14px;
  background: var(--border-2);
}

/* ---------- Hero visual: Attack Landscape dashboard ---------- */
.hero-visual {
  opacity: 0;
  animation: rise 1s .5s var(--ease-out) forwards;
}

.dashboard {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(90, 163, 255, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow:
    0 40px 80px -20px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  position: relative;
  overflow: hidden;
}

/* Floating orbital particles */
.dashboard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15) 50%, transparent);
}

.dash-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .35;
}

.dash-orbit i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--chart-cyan);
  box-shadow: 0 0 8px var(--chart-cyan);
  will-change: transform;
}

.dash-orbit i:nth-child(1) { top: 14%; left: 8%; animation: float1 9s ease-in-out infinite; }
.dash-orbit i:nth-child(2) { top: 78%; left: 86%; animation: float2 11s ease-in-out infinite; background: var(--accent-2); box-shadow: 0 0 8px var(--accent-2); }
.dash-orbit i:nth-child(3) { top: 50%; left: 94%; animation: float1 13s ease-in-out infinite; background: var(--chart-violet); box-shadow: 0 0 8px var(--chart-violet); }
.dash-orbit i:nth-child(4) { top: 22%; left: 75%; animation: float2 10s ease-in-out infinite; }

@keyframes float1 {
  0%, 100% { transform: translate(0, 0); opacity: .4; }
  50% { transform: translate(-30px, 20px); opacity: 1; }
}
@keyframes float2 {
  0%, 100% { transform: translate(0, 0); opacity: .4; }
  50% { transform: translate(30px, -20px); opacity: 1; }
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 14px;
  position: relative;
}

.dash-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.dash-brand::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--chart-green);
  box-shadow: 0 0 10px rgba(46, 213, 115, 0.7);
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.3); }
}

.dash-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--text-faint);
}
.dash-meta .sep { color: var(--border-3); margin: 0 6px; }

/* Body layout — radar on left, sidebar on right */
.dash-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
  position: relative;
}

@media (max-width: 600px) {
  .dash-body { grid-template-columns: 1fr; }
}

/* Radar / polar chart card */
.dash-radar {
  padding: 14px;
  background: linear-gradient(180deg, rgba(7,17,42,0.7), rgba(7,17,42,0.4));
  border: 1px solid var(--border);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.dash-radar::after {
  content: '';
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(90,163,255,0.06) 100%);
  border-radius: 10px;
  pointer-events: none;
}

.radar-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
}

.radar-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.radar-legend {
  display: flex;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--text-faint);
}

.radar-legend .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}

.radar-legend .dot--smb {
  background: var(--accent);
}

.radar-legend .dot--enterprise {
  background: var(--chart-blue);
  outline: 1px dashed var(--chart-blue);
  outline-offset: -2px;
}

.radar-svg {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 0.85;
}

.radar-axis-line { stroke: var(--border); stroke-width: .8; }
.radar-ring { fill: none; stroke: var(--border); stroke-width: .6; }
.radar-ring-outer { stroke: var(--border-2); stroke-dasharray: 2 3; }

.radar-label {
  font-family: var(--font-mono);
  font-size: 8.5px;
  fill: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.radar-poly-smb {
  fill: rgba(255, 87, 0, 0.22);
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(255, 87, 0, 0.35));
}

.radar-poly-ent {
  fill: rgba(90, 163, 255, 0.14);
  stroke: var(--chart-blue);
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-dasharray: 3 2;
}

.radar-dot { fill: var(--accent); stroke: var(--bg); stroke-width: 1.5; }

/* Right column: KPIs + trend + vectors */
.dash-side {
  display: grid;
  gap: 10px;
  grid-template-rows: auto 1fr;
}

.kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kpi {
  padding: 12px;
  background: rgba(7,17,42,0.6);
  border: 1px solid var(--border);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.kpi-label {
  font-family: var(--font-mono);
  font-size: clamp(8px, 0.85vw, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.35;
  margin-bottom: 8px;
  min-height: calc(1.35em * 2);
  text-wrap: balance;
}

.kpi-val {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--text);
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.kpi-val .u {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
}

.kpi-trend {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  color: var(--chart-red);
  margin-top: 6px;
  letter-spacing: 0.04em;
}
.kpi-trend.up::before { content: '▲ '; }

/* Trend mini chart */
.dash-trend {
  padding: 12px;
  background: rgba(7,17,42,0.6);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.trend-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
}

.trend-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.trend-delta {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--chart-red);
}

.trend-svg {
  width: 100%;
  height: 116px;
  display: block;
}

.trend-grid line {
  stroke: var(--border);
  stroke-width: 0.5;
  stroke-dasharray: 2 3;
  opacity: 0.7;
}

.trend-axis-y text {
  font-family: var(--font-mono);
  font-size: 7.5px;
  fill: var(--text-faint);
  text-anchor: end;
  letter-spacing: 0.04em;
}

.trend-axis-x text {
  font-family: var(--font-mono);
  font-size: 7.5px;
  fill: var(--text-faint);
  letter-spacing: 0.04em;
}

.trend-svg .area {
  fill: url(#trendArea);
  opacity: 0;
  animation: fadeArea .9s 1.6s ease forwards;
}

.trend-svg .line {
  fill: none;
  stroke: var(--chart-blue);
  stroke-width: 1.2;
  stroke-linejoin: round;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(90, 163, 255, 0.4));
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: draw 1.8s var(--ease-out) forwards;
}

.trend-svg .dot {
  fill: var(--chart-blue);
  stroke: var(--bg-card);
  stroke-width: 0.7;
  opacity: 0;
  animation: fadeIn .25s var(--ease-out) forwards;
}

.trend-svg .endcap {
  fill: var(--accent);
  stroke: var(--bg);
  stroke-width: 1.5;
  opacity: 0;
  animation: fadeIn .4s 1.85s ease forwards;
  transform-origin: center;
}

.trend-svg .endcap-ring {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.2;
  opacity: 0;
  transform-origin: 354px 6px;
  animation: ringPulse 2.4s 2s ease-in-out infinite;
}

@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeArea { to { opacity: 1; } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes ringPulse {
  0% { opacity: .7; transform: scale(1); }
  100% { opacity: 0; transform: scale(2.5); }
}

/* Attack vectors block */
.dash-vectors {
  padding: 14px;
  background: rgba(7,17,42,0.6);
  border: 1px solid var(--border);
  border-radius: 8px;
  position: relative;
}

.vector-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}

.vector-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.vector-sub {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--text-faint);
  letter-spacing: 0.08em;
}

.vector-row {
  display: grid;
  grid-template-columns: 18px 1fr 38px;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-top: 1px solid var(--border);
}
.vector-row:first-of-type { border-top: none; padding-top: 2px; }
.vector-row:last-of-type { padding-bottom: 2px; }

.vector-rank {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  color: var(--text-faint);
  text-align: right;
}

.vector-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.vector-name {
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.severity-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.severity-dot.high { background: var(--chart-red); box-shadow: 0 0 6px rgba(255, 71, 87, 0.6); }
.severity-dot.med { background: var(--chart-amber); box-shadow: 0 0 6px rgba(255, 165, 2, 0.6); }

.vector-bar {
  height: 4px;
  background: rgba(255,255,255,0.04);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.vector-fill {
  height: 100%;
  border-radius: 2px;
  transform-origin: left;
  transform: scaleX(0);
  animation: fillBar 1.4s var(--ease-out) forwards;
  position: relative;
}

.vector-fill::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6));
  filter: blur(2px);
  opacity: 0;
  animation: shimmer 3s 2s linear infinite;
}

.vector-fill.high { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.vector-fill.med { background: linear-gradient(90deg, var(--chart-amber), #ffc266); }
.vector-fill.low { background: linear-gradient(90deg, var(--chart-blue-deep), var(--chart-blue)); }

@keyframes fillBar { to { transform: scaleX(var(--w, 1)); } }
@keyframes shimmer {
  0%, 100% { transform: translateX(100%); opacity: 0; }
  20% { opacity: 1; }
  50% { transform: translateX(-300%); opacity: 0; }
}

.vector-pct {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  text-align: right;
}

.dash-footer {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--text-faint);
  letter-spacing: 0.06em;
  text-align: right;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}

/* ---------- Sections ---------- */
section { padding: 112px 0; position: relative; }
@media (max-width: 700px) { section { padding: 72px 0; } }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 20px;
}

.section-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
}

.section-title {
  font-weight: 600;
  font-size: clamp(1.95rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.032em;
  margin-bottom: 16px;
  text-wrap: balance;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .section-title { white-space: normal; }
}

.section-lede {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 56ch;
}

/* ---------- Feature grid ---------- */
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 56px;
}

@media (min-width: 700px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .features { grid-template-columns: repeat(4, 1fr); } }

.feature {
  padding: 26px 26px 24px;
  background:
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.01) 60%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s var(--ease-out), background .35s var(--ease), box-shadow .4s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

/* big watermark number */
.feature::before {
  content: attr(data-num);
  position: absolute;
  top: -32px;
  right: -6px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
  transition: -webkit-text-stroke-color .5s var(--ease), transform .6s var(--ease-out);
}

/* cursor-tracked glow */
.feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 220px at var(--mx, 50%) -10%, rgba(90, 163, 255, 0.18), transparent 60%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity .5s var(--ease);
}

.feature:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, var(--bg-card-2) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.02) 60%) border-box;
  box-shadow:
    0 24px 40px -20px rgba(0, 0, 0, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.feature:hover::before {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
  transform: scale(1.05) translate(-6px, 6px);
}
.feature:hover::after { opacity: 1; }

.feature > * { position: relative; z-index: 1; }

.feature-icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-card-2), var(--bg-1));
  border: 1px solid var(--border-2);
  display: grid;
  place-items: center;
  color: var(--text-2);
  transition: transform .4s var(--ease-out), color .25s ease, border-color .35s var(--ease), box-shadow .4s var(--ease);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 12px -6px rgba(0, 0, 0, 0.4);
}

.feature:hover .feature-icon {
  color: var(--text);
  border-color: var(--border-3);
  transform: scale(1.06) translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 8px 18px -8px rgba(0, 0, 0, 0.5),
    0 0 0 4px rgba(255, 255, 255, 0.02);
}

.feature-icon svg { width: 19px; height: 19px; }

.feature-body { display: flex; flex-direction: column; gap: 8px; }

.feature h3 {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
  text-wrap: balance;
}

.feature p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
  text-wrap: pretty;
}

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 56px;
  position: relative;
}

@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps::before {
    content: '';
    position: absolute;
    top: 64px; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-2), var(--border-2), transparent);
  }
}

.step {
  padding: 28px 32px 28px 36px;
  background:
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.01) 60%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s var(--ease-out), background .35s var(--ease), box-shadow .4s var(--ease);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.step::before {
  content: attr(data-num);
  position: absolute;
  top: -42px;
  right: -10px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.07em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  z-index: 0;
  transition: -webkit-text-stroke-color .5s var(--ease), transform .6s var(--ease-out);
}

.step::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 280px at var(--mx, 100%) var(--my, 0%), rgba(90, 163, 255, 0.16), transparent 60%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
  transition: opacity .5s var(--ease);
}

.step:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, var(--bg-card-2) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.02) 60%) border-box;
  box-shadow:
    0 24px 40px -20px rgba(0, 0, 0, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.step:hover::before {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.13);
  transform: scale(1.04) translate(-6px, 6px);
}
.step:hover::after { opacity: 1; }

.step > * { position: relative; z-index: 1; }
.step:hover { transform: translateY(-3px); border-color: var(--border-3); }

.step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.step-num::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--border-3);
}

.step h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  text-wrap: balance;
}

.step p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  text-wrap: pretty;
}

/* ---------- Price ---------- */
.price-card {
  margin-top: 56px;
  padding: 44px 48px;
  background:
    radial-gradient(circle 600px at 100% -20%, rgba(255, 87, 0, 0.10), transparent 50%),
    radial-gradient(circle 500px at 0% 100%, rgba(90, 163, 255, 0.06), transparent 50%),
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 60%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 30px 60px -30px rgba(0, 0, 0, 0.5);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease);
}

.price-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 40px 80px -30px rgba(0, 0, 0, 0.6);
}

.price-card::before {
  content: '$';
  position: absolute;
  top: -60px;
  right: -30px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 360px;
  line-height: 1;
  letter-spacing: -0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 87, 0, 0.10);
  pointer-events: none;
  z-index: 0;
  transform: rotate(8deg);
  transition: -webkit-text-stroke-color .5s var(--ease), transform .8s var(--ease-out);
}

.price-card:hover::before {
  -webkit-text-stroke-color: rgba(255, 87, 0, 0.45);
  transform: rotate(4deg) scale(1.06) translate(-14px, 10px);
}

/* cursor-tracked spotlight glow */
.price-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 320px at var(--mx, 50%) var(--my, -10%), rgba(90, 163, 255, 0.18), transparent 60%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity .5s var(--ease);
}
.price-card:hover::after { opacity: 1; }

.price-card .price-content,
.price-card .price-cta { position: relative; z-index: 1; }

@media (min-width: 800px) {
  .price-card { grid-template-columns: 1fr auto; padding: 44px 56px; }
}
@media (max-width: 600px) {
  .price-card { padding: 32px 24px; }
}

.price-content { position: relative; z-index: 1; }

.price-from {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 6px;
}

.price-amount {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 16px;
  padding-right: 0.05em;
  background: linear-gradient(180deg, var(--text) 0%, #b8c0d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: baseline;
  filter: drop-shadow(0 4px 24px rgba(255, 255, 255, 0.04));
}

.price-amount .currency {
  font-size: 0.5em;
  font-weight: 500;
  margin-right: 6px;
  color: var(--text-muted);
  -webkit-text-fill-color: var(--text-muted);
  letter-spacing: 0;
  position: relative;
  top: -0.18em;
}

.price-content p {
  color: var(--text-muted);
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.65;
  text-wrap: pretty;
}
.price-content .price-note {
  max-width: none;  
  margin: 16px 0 0;
}

.price-cta { position: relative; z-index: 1; }

/* ---------- Price compare ---------- */
/* .price-compare {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 32px;
  row-gap: 10px;
  align-items: baseline;
  justify-content: start;
  margin-bottom: 22px;
} */
 .price-compare {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: baseline;
  row-gap: 8px;
  width: 67.5%;
  min-width: 340px;
  margin-bottom: 22px;
}

.price-compare .price-from { grid-column: 1; grid-row: 1; margin-bottom: 0; }
.price-compare .price-amount { grid-column: 1; grid-row: 2; margin-bottom: 0; }
/* .price-compare .pc-divider {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 1px;
  align-self: stretch;
  background: var(--border);
} */
 .price-compare .pc-divider {
  grid-column: 3; grid-row: 1 / 3;
  width: 1px;
  align-self: stretch;
  background: var(--border);
  margin: 0 10px;
}
/* .price-compare .price-then-label { grid-column: 3; grid-row: 1; margin-bottom: 0; } */
.price-compare .price-then-label {
  grid-column: 5; grid-row: 1;
  margin-bottom: 0;
}
/* .price-compare .price-then-amount { grid-column: 3; grid-row: 2; } */
.price-compare .price-then-amount {
  grid-column: 5; grid-row: 2;
}

.price-then-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.price-then-amount {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  display: inline-flex;
  align-items: baseline;
  background: linear-gradient(180deg, var(--text) 0%, #b8c0d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-then-amount .currency {
  font-size: 0.5em;
  font-weight: 500;
  margin-right: 6px;
  color: var(--text-muted);
  -webkit-text-fill-color: var(--text-muted);
  letter-spacing: 0;
  position: relative;
  top: -0.18em;
}

.price-then-amount .strike {
  position: relative;
  white-space: nowrap;
}

.price-then-amount .strike::after {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  top: 50%;
  height: 2px;
  background: var(--accent);
  transform: rotate(-7deg);
  border-radius: 2px;
}

@media (max-width: 520px) {
  .price-compare {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .price-compare .pc-divider { width: 100%; height: 1px; }
  /* iOS Safari drops gradient-clipped text on inline-flex — paint solid instead */
  .price-then-amount {
    background: none;
    -webkit-text-fill-color: var(--text);
    color: var(--text);
  }
}



/* ---------- Equity line ---------- */
.equity-line {
  margin-top: 24px;
  padding: 22px 28px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.equity-line::before {
  content: '';
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  background: var(--border-3);
  border-radius: 2px;
}

.equity-line strong { font-weight: 600; color: var(--text); }

.equity-line .equity-sub {
  color: var(--text-muted);
  font-size: 14.5px;
  display: block;
  margin-top: 4px;
}

/* ---------- About ---------- */
.about {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  top: 0; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,87,0,0.06), transparent 60%);
  pointer-events: none;
}

.about-bio {
  margin-top: 32px;
  max-width: 64ch;
}

.about-bio p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.about-bio p:last-child { margin-bottom: 0; color: var(--text-2); font-weight: 500; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 48px; max-width: 800px; }

details.faq-item {
  background: transparent;
  border-bottom: 1px solid var(--border);
  transition: background .25s var(--ease);
}

details.faq-item:first-child { border-top: 1px solid var(--border); }
details.faq-item:hover { background: rgba(255,255,255,0.015); }
details.faq-item[open] { background: rgba(255, 87, 0, 0.025); }

details.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color .15s ease;
}

details.faq-item summary:hover { color: var(--accent-2); }
details.faq-item summary::-webkit-details-marker { display: none; }

details.faq-item .faq-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 6px;
  border: 1px solid var(--border-2);
  display: grid;
  place-items: center;
  color: var(--text-muted);
  transition: transform .3s var(--ease), color .15s ease, border-color .2s ease, background .2s ease;
  position: relative;
}

details.faq-item .faq-icon::before,
details.faq-item .faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
details.faq-item .faq-icon::before { width: 10px; height: 1.5px; }
details.faq-item .faq-icon::after { width: 1.5px; height: 10px; }

details.faq-item[open] .faq-icon {
  color: var(--accent);
  border-color: rgba(255,87,0,0.4);
  background: rgba(255,87,0,0.08);
}
details.faq-item[open] .faq-icon::after { transform: rotate(90deg); opacity: 0; }

details.faq-item .faq-body {
  padding: 0 8px 24px 8px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 70ch;
}

/* ---------- Contact ---------- */
.contact {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg) 100%);
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  bottom: -200px; left: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(90, 163, 255, 0.06), transparent 60%);
  pointer-events: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 48px;
  position: relative;
}

@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1.3fr; gap: 64px; }
}

.contact-aside h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.contact-aside p {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.6;
}

.contact-direct {
  padding: 22px;
  background:
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.01) 60%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease);
}

.contact-direct:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 40px -20px rgba(0, 0, 0, 0.5);
}

.contact-direct::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--accent), transparent);
}

.contact-direct-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 8px;
}

.contact-direct-email {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  word-break: break-all;
}
.contact-direct-email a { color: var(--text); transition: color .15s ease; }
.contact-direct-email a:hover { color: var(--accent-2); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px;
  background:
    radial-gradient(circle 600px at 100% -10%, rgba(255, 87, 0, 0.08), transparent 50%),
    radial-gradient(circle 500px at 0% 110%, rgba(90, 163, 255, 0.07), transparent 50%),
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-1) 100%) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 60%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 30px 60px -30px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease);
}

.contact-form:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 40px 80px -30px rgba(0, 0, 0, 0.6);
}

.contact-form::before {
  content: '\2192';
  position: absolute;
  top: -50px;
  right: -20px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 320px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  z-index: 0;
  transform: rotate(-15deg);
  transition: -webkit-text-stroke-color .5s var(--ease), transform .8s var(--ease-out);
}

.contact-form:hover::before {
  -webkit-text-stroke-color: rgba(255, 87, 0, 0.4);
  transform: rotate(-8deg) scale(1.08) translate(-18px, 8px);
}

/* cursor-tracked spotlight glow */
.contact-form::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 300px at var(--mx, 50%) var(--my, -10%), rgba(90, 163, 255, 0.16), transparent 60%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity .5s var(--ease);
}
.contact-form:hover::after { opacity: 1; }

.contact-form > * { position: relative; z-index: 1; }

@media (max-width: 600px) {
  .contact-form { padding: 24px; }
  .contact-form::before { font-size: 240px; }
}

.form-row { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 600px) { .form-row.two { grid-template-columns: 1fr 1fr; } }

.field { display: flex; flex-direction: column; gap: 8px; }

.field label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}

.field label .label-hint {
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--text-faint);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(7, 17, 42, 0.7);
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--font);
  font-size: 14.5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}

.field input::placeholder,
.field textarea::placeholder { color: var(--text-faint); }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--bg);
  box-shadow:
    0 0 0 4px rgba(255, 87, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.field input:hover:not(:focus),
.field select:hover:not(:focus),
.field textarea:hover:not(:focus) { border-color: var(--border-3); background: rgba(7, 17, 42, 0.9); }

.field textarea { resize: vertical; min-height: 110px; }

.field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%238c93a8' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.honeypot {
  position: absolute;
  left: -9999px; top: -9999px;
  width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}

.form-submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.form-status { font-size: 13.5px; min-height: 1.2em; }
.form-status.success { color: var(--chart-green); }
.form-status.error { color: var(--chart-red); }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
  background: var(--bg);
  position: relative;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .footer-top { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 64px; }
}

.footer-brand p {
  margin-top: 16px;
  color: var(--text-faint);
  font-size: 13.5px;
  max-width: 36ch;
  line-height: 1.6;
}

.footer-brand img { height: 26px; width: auto; }

.footer-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 13.5px;
  color: var(--text-muted);
  transition: color .15s ease;
}

.footer-nav a:hover { color: var(--text); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--text-faint);
}
.footer-bottom a { color: var(--text-faint); transition: color .15s ease; }
.footer-bottom a:hover { color: var(--accent-2); }

/* ---------- Reveal animations (per-item cascade, bidirectional) ---------- */
.reveal,
.reveal-stagger { opacity: 1; }

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
  transition:
    opacity .85s var(--ease-out),
    transform .95s var(--ease-out),
    filter .85s var(--ease-out);
  transition-delay: calc(var(--reveal-step, 0.07s) * var(--reveal-i, 0));
  will-change: opacity, transform, filter;
}

.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

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


/* Founder */


/* ---------- Founder ---------- */
.founder {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
/* .founder__photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 87, 0, 0.08);
  flex-shrink: 0;
} */

.founder__photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 87, 0, 0.35);
  flex-shrink: 0;
}

.founder__name {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
}
.founder__role {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin: 6px 0 14px;
}
.founder__creds {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.founder__creds li {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-2);
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  white-space: nowrap;
}
