:root {
  --bg: #090909;
  --panel: #171717;
  --line: rgba(255,255,255,.11);
  --text: #edf1f5;
  --muted: #b9b9b9;
  --orange: #ff6a00;
  --orange-soft: #ff8a2a;
  --green: #5fbf8f;
  --yellow: #e5b858;
  --red: #e06155;
  --max: 1140px;
  --radius: 8px;
  --nav-h: 74px;
  --scroll: 0;
  --hero-lift: 0px;
  --hero-copy-opacity: 1;
  --hero-pulse-opacity: .7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: Manrope, "Segoe UI", sans-serif;
  line-height: 1.62;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(180deg, #151515 0, #0e0e0e 36rem, var(--bg) 100%);
  background-size: 48px 48px, 48px 48px, auto;
  overflow-x: hidden;
  animation: gridDrift 28s linear infinite;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255,106,0,.08) 48%, transparent 56% 100%);
  transform: translateX(-55%);
  animation: pageSweep 13s ease-in-out infinite;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.12;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }

.text-accent {
  color: var(--orange-soft);
  font-weight: 800;
}

.soft-mark {
  color: #fff;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 58%, rgba(255,106,0,.22) 58%);
}

.mini-label {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  margin-bottom: .85rem;
  color: #ffd0ad;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-label::before {
  content: "";
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,106,0,.12);
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(11,11,11,.9);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 1px));
  transition: opacity .24s ease, transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #ffb06f);
  box-shadow: 0 0 18px rgba(255,106,0,.55);
  transform: scaleX(0);
  transform-origin: left;
  transition: height .18s ease, box-shadow .18s ease;
}

.is-scrolling .scroll-progress {
  height: 5px;
  box-shadow: 0 0 24px rgba(255,106,0,.72);
}

.is-scrolling .top {
  box-shadow: 0 14px 44px rgba(0,0,0,.38), 0 0 26px rgba(255,106,0,.08);
}

.top.nav-visible,
.top.menu-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand img { width: 36px; height: 36px; object-fit: contain; }

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .62rem;
  flex: 1;
  color: #c5c5c5;
  font-size: .86rem;
  font-weight: 700;
}

.menu a {
  padding: .35rem .1rem;
  border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}

.menu a span {
  display: none;
}

.menu a:hover,
.menu a:focus-visible,
.menu a.is-active {
  color: #fff;
  border-color: var(--orange);
  outline: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: .9rem 1.35rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.btn-primary {
  color: #1b0e04;
  background: linear-gradient(180deg, var(--orange-soft), var(--orange));
  box-shadow: 0 10px 24px rgba(255,106,0,.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 16px 34px rgba(255,106,0,.42), 0 0 28px rgba(255,106,0,.22);
  outline: none;
}

.btn-primary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
}

.btn-primary:hover::after,
.btn-primary:focus-visible::after {
  left: 115%;
}

.btn-secondary {
  color: #f2f2f2;
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.18);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(255,106,0,.55);
  transform: translateY(-1px);
  outline: none;
}

.nav-cta {
  padding: .62rem .95rem;
  font-size: .86rem;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  border: 1px solid #3c3c3c;
  background: rgba(24,24,24,.94);
  color: #f5f5f5;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, background .2s ease, top .2s ease, bottom .2s ease;
}

.nav-toggle span { position: relative; }
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { bottom: -6px; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: start;
  padding: clamp(7.2rem, 17vh, 12.5rem) 0 8rem;
  border-bottom: 0;
  background: #030303;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0;
  transform: scale(1.04);
  background:
    radial-gradient(52rem 34rem at 76% 35%, rgba(255,106,0,.1), transparent 68%),
    linear-gradient(180deg, #020202 0%, #050505 48%, #090909 100%);
  animation: heroBgIntro .72s cubic-bezier(.16,1,.3,1) forwards;
  will-change: opacity, transform;
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: -3%;
  right: -2%;
  bottom: -3%;
  left: 34%;
  background-image: url("../img/hero-tech-lines.png");
  background-size: cover;
  background-position: center right;
  opacity: .92;
  filter: saturate(1.06) contrast(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 10%, #000 28%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 10%, #000 28%, #000 100%);
  transform: scale(1.02);
  animation: heroBgBreath 19s ease-in-out .8s infinite;
  will-change: transform, filter;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 28%, rgba(5,5,5,.82) 50%, rgba(5,5,5,.28) 100%),
    linear-gradient(0deg, #090909 0%, rgba(9,9,9,.88) 11%, rgba(9,9,9,.25) 38%, transparent 65%);
  opacity: 0;
  animation: heroLogoReveal .7s ease-out .2s forwards;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18% -12%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 39%, rgba(255,106,0,.18) 47%, rgba(255,138,42,.08) 51%, transparent 60% 100%),
    radial-gradient(38rem 22rem at 78% 32%, rgba(255,106,0,.12), transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-18%, 2%, 0) skewX(-9deg);
  -webkit-mask-image: linear-gradient(90deg, transparent 22%, #000 48%, rgba(0,0,0,.7) 76%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 22%, #000 48%, rgba(0,0,0,.7) 76%, transparent 100%);
  animation:
    heroSystemWake 1.65s cubic-bezier(.16,1,.3,1) .28s both,
    heroSystemIdle 14s ease-in-out 2.1s infinite;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 12rem;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(9,9,9,.72) 48%, #090909 100%),
    radial-gradient(52rem 16rem at 72% 100%, rgba(255,106,0,.12), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  align-items: center;
  transform: translateY(var(--hero-lift));
}

.hero-copy {
  max-width: min(860px, 62vw);
  opacity: var(--hero-copy-opacity);
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 1.55rem;
  margin-bottom: clamp(3.2rem, 7.4vh, 5rem);
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  animation: heroBrandIn .7s cubic-bezier(.16,1,.3,1) .26s forwards;
}

.hero-brand-lockup img {
  width: clamp(72px, 5.4vw, 92px);
  height: clamp(72px, 5.4vw, 92px);
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(255,106,0,.28))
    drop-shadow(0 10px 28px rgba(0,0,0,.45));
}

.hero-brand-divider {
  display: inline-block;
  width: 1px;
  height: clamp(64px, 5vw, 84px);
  background: linear-gradient(180deg, transparent, rgba(237,241,245,.42), transparent);
}

.hero-brand-name {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 3.35vw, 3.55rem);
  font-weight: 500;
  letter-spacing: .38em;
  color: #f3f5f7;
  text-shadow: 0 0 24px rgba(255,255,255,.12);
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
  color: var(--orange-soft);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,106,0,.13);
}

.hero h1 {
  max-width: 100%;
  font-size: clamp(3.5rem, 5.2vw, 5.5rem);
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 12px 44px rgba(0,0,0,.5), 0 0 20px rgba(255,255,255,.08);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(7px);
  animation: heroLineIn .68s cubic-bezier(.16,1,.3,1) forwards;
}

.hero-title-line:nth-child(1) { animation-delay: .54s; }
.hero-title-line:nth-child(2) { animation-delay: .76s; }

.hero-accent {
  color: var(--orange);
  text-shadow: 0 0 0 rgba(255,106,0,0);
  animation: heroAccentGlow .82s ease-out .92s both;
}

.hero .sub {
  max-width: 48rem;
  margin-top: 1.25rem;
  color: #d0d0d0;
  font-size: 1.18rem;
}

.hero-actions,
.cta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.hero .hero-actions {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(5px);
  animation: heroCtasIn .52s cubic-bezier(.16,1,.3,1) 1.08s forwards;
}

.hero .btn-primary::after {
  display: none;
}

.hero .hero-scroll-cta {
  min-height: 54px;
  padding: 0 1.75rem;
  border-radius: var(--radius);
  color: #180b02;
  border-color: rgba(255,106,0,.7);
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(255,106,0,.18);
}

.hero .hero-scroll-cta:hover,
.hero .hero-scroll-cta:focus-visible {
  background: #ff8c1a;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255,106,0,.3), 0 0 18px rgba(255,106,0,.12);
}

.micro {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 600;
}

.hero-micro {
  max-width: 650px;
  margin-top: 1rem;
  color: #d6d8dc;
  opacity: 0;
  transform: translateY(10px);
  animation: heroMicroIn .36s ease-out 1.28s forwards;
  text-shadow: 0 8px 28px rgba(0,0,0,.6);
}

.micro-mobile { display: none; }

.hero-pulse-map {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
  width: min(58vw, 760px);
  height: min(76vh, 760px);
  pointer-events: none;
  opacity: var(--hero-pulse-opacity);
  overflow: visible;
}

.hero-pulse-map path {
  fill: none;
  stroke: rgba(255,106,0,.14);
  stroke-width: 1.25;
  stroke-dasharray: 1 18;
  stroke-linecap: round;
  animation: heroPathBreathe 8.5s ease-in-out infinite;
}

.hero-pulse {
  fill: #ff6a00;
  filter: drop-shadow(0 0 7px rgba(255,106,0,.95));
  opacity: .72;
  animation: heroPulseBloom 3.6s ease-in-out infinite;
}

.hero-nodes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: var(--hero-pulse-opacity);
}

.hero-nodes span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6a00;
  box-shadow: 0 0 16px rgba(255,106,0,.76);
  animation: heroNodeGlow 5.8s ease-in-out var(--d) infinite;
}

.hero-next {
  position: relative;
  isolation: isolate;
  margin-top: -5rem;
  padding-top: 7rem;
  background:
    radial-gradient(44rem 18rem at 70% 0%, rgba(255,106,0,.08), transparent 70%),
    linear-gradient(180deg, rgba(9,9,9,.92), rgba(255,255,255,.01) 16rem);
}

.hero-next::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(32rem 16rem at 28% 10%, rgba(255,106,0,.12), transparent 68%),
    linear-gradient(110deg, transparent 0 34%, rgba(255,106,0,.08) 48%, transparent 62% 100%);
  opacity: 0;
  transform: translateY(34px) scale(.98);
  transition: opacity .55s ease, transform .55s ease;
}

.hero-scroll-active .hero-copy {
  opacity: .58;
  transform: translateY(-18px);
  transition: opacity .48s ease, transform .48s cubic-bezier(.16,1,.3,1);
}

.hero-scroll-active .hero-pulse-map,
.hero-scroll-active .hero-nodes {
  opacity: .2;
  transition: opacity .48s ease;
}

.hero-next.scroll-arriving::after {
  animation: workflowArrivalGlow 1.15s cubic-bezier(.16,1,.3,1) both;
}

.hero-next.scroll-arriving .workflow-intro-copy,
.hero-next.scroll-arriving .workflow-intro-panel {
  animation: workflowArrivalLift .95s cubic-bezier(.16,1,.3,1) both;
}

.hero-next.scroll-arriving .workflow-intro-panel {
  animation-delay: .08s;
}

.workflow-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.workflow-intro-copy {
  max-width: 720px;
}

.workflow-intro-copy h2 {
  max-width: 12.8ch;
  font-size: clamp(2.9rem, 4.25vw, 4.9rem);
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 10px 36px rgba(255,255,255,.08);
}

.workflow-intro-copy p {
  margin-top: 1.25rem;
  color: #d0d0d0;
  font-size: 1.14rem;
}

.workflow-intro-copy .hero-actions {
  margin-top: 1.75rem;
}

.workflow-intro-copy .micro {
  margin-top: .85rem;
  color: #bebebe;
}

.workflow-intro-panel {
  align-self: center;
  background: linear-gradient(180deg, rgba(32,32,32,.94), rgba(18,18,18,.94));
}

.panel,
.card,
.note-panel,
.step-card,
.timeline-card,
.end-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(30,30,30,.94), rgba(18,18,18,.94));
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.panel {
  --glow-x: 50%;
  --glow-y: 50%;
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(18rem 12rem at var(--glow-x) var(--glow-y), rgba(255,106,0,.16), transparent 62%);
  opacity: .75;
}

.panel::before,
.card::before,
.note-panel::before,
.step-card::before,
.timeline-card::before,
.end-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,.055) 48%, transparent 62% 100%);
  transform: translateX(-115%);
  transition: transform .65s ease;
}

.panel:hover::before,
.card:hover::before,
.note-panel:hover::before,
.step-card:hover::before,
.timeline-card:hover::before,
.end-cta:hover::before {
  transform: translateX(115%);
}

.panel:hover,
.card:hover,
.note-panel:hover,
.step-card:hover,
.timeline-card:hover,
.faq-item:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255,106,0,.68);
  box-shadow: 0 24px 54px rgba(0,0,0,.44), 0 0 0 1px rgba(255,106,0,.16), 0 0 46px rgba(255,106,0,.2);
}

.reveal-ready .panel.in:hover,
.reveal-ready .card.in:hover,
.reveal-ready .note-panel.in:hover,
.reveal-ready .step-card.in:hover,
.reveal-ready .timeline-card.in:hover,
.reveal-ready .faq-item.in:hover {
  transform: translateY(-8px) scale(1.012);
}

.zone.green:hover { border-color: rgba(95,191,143,.55); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 26px rgba(95,191,143,.12); }
.zone.yellow:hover { border-color: rgba(229,184,88,.58); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 26px rgba(229,184,88,.12); }
.zone.red:hover { border-color: rgba(224,97,85,.58); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 26px rgba(224,97,85,.12); }

.panel { padding: 1.25rem; }

.hero-logo {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-logo img { width: 58px; height: 58px; object-fit: contain; }
.hero-logo strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}
.hero-logo span { color: var(--muted); font-size: .92rem; }

.signal-list,
.check-list,
.plain-list,
.problem-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.signal-list {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}

.signal-list li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: .65rem;
  color: #dedede;
  font-weight: 650;
}

.signal-list li::before {
  content: "";
  width: .62rem;
  height: .62rem;
  margin-top: .48rem;
  border-radius: 50%;
  background: var(--orange);
}

.workflow-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .45rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.workflow-track {
  position: absolute;
  left: .35rem;
  right: .35rem;
  top: 1.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,106,0,.16), rgba(255,106,0,.78), rgba(255,106,0,.16));
  background-size: 220% 100%;
  animation: workflowMove 3.8s linear infinite;
}

.workflow-node {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  min-height: 2rem;
  padding: .46rem .35rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(15,15,15,.94);
  color: #cfcfcf;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.workflow-node.active {
  border-color: rgba(255,106,0,.5);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(255,106,0,.09);
  animation: nodePulse 3.8s ease-in-out infinite;
}

.section {
  padding: 5.4rem 0;
  border-top: 1px solid rgba(255,255,255,.055);
  scroll-margin-top: calc(var(--nav-h) + 18px);
  position: relative;
  overflow: clip;
}

.section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(820px, 78vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,106,0,.45), transparent);
  transform: translateX(-50%);
  opacity: .45;
}

.section.alt { background: rgba(255,255,255,.018); }

.section-head {
  max-width: 780px;
  margin-bottom: 2.1rem;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2 { font-size: 3rem; font-weight: 700; }

.section-head p {
  margin-top: .85rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1rem;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card,
.note-panel,
.step-card,
.timeline-card { padding: 1.35rem; }

.card::after,
.timeline-card::after,
.step-card::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,106,0,.78), transparent);
  opacity: .45;
}

.card h3,
.note-panel h3,
.timeline-card h3 {
  font-size: 1.35rem;
  margin-bottom: .55rem;
}

.card p,
.note-panel p,
.timeline-card p,
.step-card p { color: #c4c4c4; }

.problem-list,
.check-list,
.plain-list {
  display: grid;
  gap: .72rem;
}

.problem-list li,
.check-list li,
.plain-list li {
  position: relative;
  padding-left: 1.55rem;
  color: #d7d7d7;
}

.problem-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: var(--orange);
}

.problem-list li strong,
.check-list li strong,
.plain-list li strong {
  color: #fff;
  font-weight: 800;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: .5rem;
  height: .5rem;
  border-radius: 2px;
  background: rgba(255,255,255,.36);
}

.closing-line {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  padding: .9rem 1rem;
  border-left: 3px solid var(--orange);
  border-radius: var(--radius);
  background: rgba(255,106,0,.075);
}

.impact,
.output-grid,
.about-grid {
  display: grid;
  gap: 1rem;
}

.impact { grid-template-columns: .8fr 1.2fr; align-items: stretch; }
.output-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.about-grid { grid-template-columns: .82fr 1.18fr; align-items: stretch; }

.metric-card { border-left: 3px solid var(--orange); }

.calculator-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 1.25rem;
  align-items: center;
}

.calculator-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4.6vw, 4.35rem);
}

.calculator-copy p {
  max-width: 47rem;
  margin-top: 1.05rem;
  color: #d0d0d0;
  font-size: 1.08rem;
}

.calculator-preview {
  isolation: isolate;
  padding: 1.25rem;
  border-left: 3px solid var(--orange);
  background:
    radial-gradient(22rem 16rem at 84% 18%, rgba(35,211,195,.12), transparent 64%),
    linear-gradient(180deg, rgba(30,30,30,.96), rgba(14,14,14,.96));
}

.calculator-preview > strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.18;
}

.calculator-preview p {
  margin-top: 1rem;
  color: var(--muted);
}

.calculator-preview-rows {
  display: grid;
  gap: .74rem;
  margin-top: 1.2rem;
}

.calculator-preview-row {
  display: grid;
  grid-template-columns: 4.3rem minmax(0, 1fr) 5.4rem;
  align-items: center;
  gap: .7rem;
  color: #f0f0f0;
  font-size: .88rem;
  font-weight: 800;
  --ray: var(--orange);
  --ray-soft: rgba(255,106,0,.18);
  --ray-width: 20%;
}

.calculator-preview-row i {
  position: relative;
  display: block;
  width: 100%;
  height: .72rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.calculator-preview-row i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ray-width);
  border-radius: inherit;
  background: linear-gradient(90deg, #23d3c3, var(--ray));
  box-shadow: 0 0 18px var(--ray-soft);
  transform-origin: left;
  animation: previewRay 2.8s cubic-bezier(.16,1,.3,1) infinite;
}

.calculator-preview-row i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--ray-width);
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--ray);
  box-shadow: 0 0 0 4px var(--ray-soft), 0 0 18px var(--ray-soft);
  transform: translate(-50%, -50%);
}

.calculator-preview-row b {
  color: var(--ray);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.calculator-preview-row.day {
  --ray: #ff6a00;
  --ray-soft: rgba(255,106,0,.24);
  --ray-width: 9%;
}

.calculator-preview-row.week {
  --ray: #ffb35c;
  --ray-soft: rgba(255,179,92,.22);
  --ray-width: 18%;
}

.calculator-preview-row.month {
  --ray: #23d3c3;
  --ray-soft: rgba(35,211,195,.2);
  --ray-width: 36%;
}

.calculator-preview-row.year {
  --ray: #2d7ff9;
  --ray-soft: rgba(45,127,249,.22);
  --ray-width: 74%;
}

.num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .85rem;
  border-radius: 50%;
  color: #1b0e04;
  background: var(--orange);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.timeline,
.process {
  position: relative;
  display: grid;
  gap: .9rem;
  max-width: 980px;
  margin: 0 auto;
}

.timeline::before,
.process::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: .8rem;
  bottom: .8rem;
  width: 1px;
  background: rgba(255,106,0,.38);
}

.timeline::after,
.process::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: .8rem;
  width: 1px;
  height: 6rem;
  background: linear-gradient(180deg, transparent, rgba(255,138,42,.95), transparent);
  animation: timelineFlow 5s ease-in-out infinite;
}

.timeline-step,
.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  gap: 1rem;
  align-items: start;
}

.step-dot,
.step-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  color: #1a0e04;
  background: var(--orange);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
  box-shadow: 0 0 0 0 rgba(255,106,0,.22);
  animation: dotBreath 3.8s ease-in-out infinite;
}

.timeline-card h3 { font-size: 1.18rem; margin-bottom: .35rem; }
.step-card h3 { font-size: 1.55rem; margin-bottom: .45rem; }
.step-card ul { margin-top: .9rem; }

.fit-grid,
.safety-zones {
  display: grid;
  gap: 1rem;
}

.fit-grid { grid-template-columns: 1fr 1fr; }
.safety-zones { grid-template-columns: repeat(3, minmax(0,1fr)); }

.fit-yes { border-color: rgba(95,191,143,.36); }
.fit-no { border-color: rgba(224,97,85,.34); }
.fit-yes h3 { color: var(--green); }
.fit-no h3 { color: #f08074; }

.zone { border-top: 4px solid currentColor; }
.zone.green { color: var(--green); }
.zone.yellow { color: var(--yellow); }
.zone.red { color: var(--red); }
.zone h3 { color: currentColor; }
.zone p { color: #c8c8c8; }

.portrait {
  overflow: hidden;
  min-height: 100%;
  padding: 0;
}

.portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.quote {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--orange);
  color: #fff;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: .85rem;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(25,25,25,.94);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--orange);
  font-size: 1.35rem;
  line-height: 1;
  flex: 0 0 auto;
}
.faq-item[open] summary::after { content: "-"; }
.faq-item[open] {
  border-color: rgba(255,106,0,.42);
  box-shadow: 0 18px 38px rgba(0,0,0,.3), 0 0 28px rgba(255,106,0,.08);
}
.faq-content { padding: 0 1.1rem 1rem; color: #c7c7c7; }

.end-cta {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  border-color: rgba(255,106,0,.35);
  padding: 2rem;
}

.end-cta h2 { font-size: 2.55rem; }
.end-cta p {
  max-width: 680px;
  margin: .85rem auto 0;
  color: #c8c8c8;
}

.mini-steps {
  display: grid;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-steps li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .7rem;
  align-items: start;
  color: #d9d9d9;
  font-weight: 650;
}

.mini-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #1b0e04;
  background: var(--orange);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.summary-panel h2 {
  font-size: 1.45rem;
  margin-bottom: .9rem;
}

footer {
  padding: 1.6rem 0 4.3rem;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #a8a8a8;
  font-size: .92rem;
  text-align: center;
}

.legal {
  display: grid;
  gap: .18rem;
  margin-top: .5rem;
}

.legal-toggle {
  max-width: 360px;
  margin: .65rem auto 0;
}

.legal-toggle summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 36px;
  padding: .42rem .72rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  color: #e7e7e7;
  background: rgba(255,255,255,.035);
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.legal-toggle summary::-webkit-details-marker {
  display: none;
}

.legal-toggle summary::after {
  content: "+";
  color: var(--orange);
  font-size: 1rem;
  line-height: 1;
}

.legal-toggle[open] summary {
  color: #fff;
  border-color: rgba(255,106,0,.42);
  background: rgba(255,106,0,.08);
}

.legal-toggle[open] summary::after {
  content: "-";
}

.legal-toggle .legal {
  padding-top: .35rem;
}

.legal a,
.contact-link {
  color: #f1f1f1;
  border-bottom: 1px dashed rgba(255,106,0,.45);
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: .7rem;
}

.sticky {
  display: none;
  position: fixed;
  left: .7rem;
  right: .7rem;
  bottom: .7rem;
  z-index: 80;
  border: 1px solid rgba(255,106,0,.42);
  border-radius: var(--radius);
  padding: .45rem;
  background: rgba(12,12,12,.94);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(130%);
  transition: opacity .24s ease, transform .24s ease;
}

.nav-revealed .sticky {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky .btn { width: 100%; }

@keyframes gridDrift {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 48px 48px, -48px 48px, 0 0; }
}

@keyframes pageSweep {
  0%, 32% { transform: translateX(-60%); opacity: 0; }
  46%, 58% { opacity: 1; }
  78%, 100% { transform: translateX(60%); opacity: 0; }
}

@keyframes sectionLine {
  0%, 100% { transform: translateX(-35%); opacity: .45; }
  50% { transform: translateX(35%); opacity: 1; }
}

@keyframes workflowMove {
  0% { background-position: 0 0; }
  100% { background-position: 220% 0; }
}

@keyframes nodePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255,106,0,.08); }
  50% { box-shadow: 0 0 0 6px rgba(255,106,0,.16); }
}

@keyframes heroBgIntro {
  0% {
    opacity: 0;
    transform: scale(1.045);
  }
  62% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroLogoReveal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroBgBreath {
  0%, 100% {
    transform: scale(1.02) translate3d(0, 0, 0);
    filter: saturate(1.04) contrast(1.06) brightness(.96);
  }
  50% {
    transform: scale(1.04) translate3d(9px, -7px, 0);
    filter: saturate(1.12) contrast(1.12) brightness(1.04);
  }
}

@keyframes heroSystemWake {
  0% {
    opacity: 0;
    transform: translate3d(-22%, 4%, 0) skewX(-9deg);
  }
  36% {
    opacity: .55;
  }
  100% {
    opacity: .18;
    transform: translate3d(8%, 0, 0) skewX(-9deg);
  }
}

@keyframes heroSystemIdle {
  0%, 100% {
    opacity: .13;
    transform: translate3d(8%, 0, 0) skewX(-9deg);
  }
  48% {
    opacity: .24;
    transform: translate3d(12%, -1.5%, 0) skewX(-9deg);
  }
}

@keyframes heroBrandIn {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(.985);
    filter: blur(7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroLineIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(.992);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroAccentGlow {
  0% { text-shadow: 0 0 0 rgba(255,106,0,0); }
  42% { text-shadow: 0 0 28px rgba(255,106,0,.74), 0 0 54px rgba(255,106,0,.28); }
  100% { text-shadow: 0 0 13px rgba(255,106,0,.32); }
}

@keyframes heroCtasIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(.985);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroMicroIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroNodeGlow {
  0%, 100% {
    opacity: .25;
    transform: scale(.82);
  }
  45%, 55% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes heroPathBreathe {
  0%, 100% {
    opacity: .34;
    stroke-dashoffset: 0;
  }
  48% {
    opacity: .72;
    stroke-dashoffset: -26;
  }
}

@keyframes heroPulseBloom {
  0%, 100% {
    opacity: .48;
    filter: drop-shadow(0 0 5px rgba(255,106,0,.72));
  }
  50% {
    opacity: .9;
    filter: drop-shadow(0 0 12px rgba(255,106,0,.96));
  }
}

@keyframes timelineFlow {
  0% { transform: translateY(0); opacity: 0; }
  16%, 82% { opacity: 1; }
  100% { transform: translateY(28rem); opacity: 0; }
}

@keyframes previewRay {
  0%, 100% { transform: scaleX(.78); opacity: .72; }
  45%, 62% { transform: scaleX(1); opacity: 1; }
}

@keyframes dotBreath {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,106,0,.18); }
  50% { box-shadow: 0 0 0 8px rgba(255,106,0,.05); }
}

@keyframes workflowArrivalGlow {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(.98);
  }
  38% {
    opacity: 1;
  }
  100% {
    opacity: .42;
    transform: translateY(0) scale(1);
  }
}

@keyframes workflowArrivalLift {
  0% {
    opacity: .28;
    transform: translateY(30px) scale(.982);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

[data-r] {
  opacity: 1;
  transform: none;
}

.reveal-ready [data-r] {
  opacity: .05;
  transform: translateY(52px) scale(.965);
  filter: blur(7px);
  transition: opacity .95s ease, transform .95s cubic-bezier(.16,1,.3,1), filter .95s ease;
}

.reveal-ready [data-r].in,
[data-r].in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.reveal-ready .grid-2 > [data-r]:nth-child(2),
.reveal-ready .grid-3 > [data-r]:nth-child(2),
.reveal-ready .grid-4 > [data-r]:nth-child(2),
.reveal-ready .timeline > [data-r]:nth-child(2),
.reveal-ready .process > [data-r]:nth-child(2) {
  transition-delay: .09s;
}

.reveal-ready .grid-3 > [data-r]:nth-child(3),
.reveal-ready .grid-4 > [data-r]:nth-child(3),
.reveal-ready .timeline > [data-r]:nth-child(3),
.reveal-ready .process > [data-r]:nth-child(3) {
  transition-delay: .18s;
}

.reveal-ready .grid-4 > [data-r]:nth-child(4),
.reveal-ready .timeline > [data-r]:nth-child(4),
.reveal-ready .process > [data-r]:nth-child(4) {
  transition-delay: .27s;
}

@keyframes viewRise {
  from {
    opacity: .16;
    transform: translateY(54px) scale(.965);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 1080px) {
  .menu { gap: .55rem; font-size: .84rem; }
  .hero-copy { max-width: min(760px, 72vw); }
  .hero h1 { font-size: clamp(3.2rem, 6.2vw, 5rem); }
  .hero-pulse-map {
    width: 54vw;
    --hero-pulse-opacity: .46;
  }
  .hero-pulse-5,
  .hero-pulse-6 { display: none; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --nav-h: 66px; }
  .nav { min-height: var(--nav-h); }
  .brand { font-size: 1.45rem; }
  .brand img { width: 32px; height: 32px; }
  .menu {
    display: none;
    position: absolute;
    top: calc(var(--nav-h) - 1px);
    left: 1rem;
    right: 1rem;
    z-index: 90;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .45rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--radius);
    background: rgba(13,13,13,.98);
  }
  .menu a {
    padding: .74rem .75rem;
    border-bottom: 0;
    border-radius: var(--radius);
  }
  .menu a span {
    display: block;
    margin-top: .12rem;
    color: #8f8f8f;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.35;
  }
  .menu a:hover { background: rgba(255,106,0,.11); }
  .top.menu-open .menu { display: flex; }
  .top.menu-open .nav-toggle span { background: transparent; }
  .top.menu-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
  .top.menu-open .nav-toggle span::after { bottom: 0; transform: rotate(-45deg); }
  .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero {
    min-height: 96svh;
    align-items: center;
    padding: clamp(3.6rem, 9vh, 5.4rem) 0 5.75rem;
  }
  .hero-bg::before {
    left: 18%;
    opacity: .68;
    background-position: 70% center;
  }
  .hero-bg::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.92) 56%, rgba(0,0,0,.68) 100%),
      linear-gradient(0deg, #090909 0%, rgba(9,9,9,.92) 14%, rgba(9,9,9,.3) 52%, transparent 78%);
  }
  .hero-grid,
  .workflow-intro,
  .calculator-teaser,
  .impact,
  .output-grid,
  .fit-grid,
  .about-grid { grid-template-columns: 1fr; }
  .hero-copy {
    max-width: 100%;
  }
  .hero-brand-lockup {
    gap: .9rem;
    margin-bottom: clamp(2rem, 5.8vh, 2.8rem);
  }
  .hero-brand-lockup img {
    width: 54px;
    height: 54px;
  }
  .hero-brand-divider {
    height: 50px;
  }
  .hero-brand-name {
    font-size: clamp(1.26rem, 4.35vw, 1.85rem);
    letter-spacing: .16em;
  }
  .hero .hero-actions {
    margin-top: 1.55rem;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 8.3vw, 3.25rem);
    line-height: 1.1;
  }
  .hero .hero-scroll-cta {
    width: min(100%, 320px);
    min-height: 52px;
    padding: 0 1.15rem;
    font-size: .94rem;
  }
  .hero .sub { font-size: 1rem; }
  .hero-pulse-map {
    right: -10%;
    width: 64vw;
    --hero-pulse-opacity: .28;
  }
  .hero-pulse-3,
  .hero-pulse-4 { display: none; }
  .hero-nodes span:nth-child(n+4) { display: none; }
  .section { padding: 3.6rem 0; }
  .hero-next {
    margin-top: -4rem;
    padding-top: 6rem;
  }
  .workflow-intro-copy h2 {
    max-width: 14.5ch;
    font-size: clamp(2.05rem, 7.2vw, 3.05rem);
    line-height: 1.12;
  }
  .workflow-intro-copy p {
    font-size: 1rem;
  }
  .calculator-copy h2 {
    max-width: 14ch;
    font-size: clamp(2.05rem, 7.2vw, 3.05rem);
  }
  .calculator-preview-row {
    grid-template-columns: 3.7rem minmax(0, 1fr) 5.2rem;
  }
  .workflow-intro-panel {
    align-self: stretch;
  }
  .section-head h2,
  .end-cta h2 { font-size: 2rem; }
  .grid-2,
  .grid-3,
  .grid-4,
  .safety-zones { grid-template-columns: 1fr; }
  .hero-actions .btn,
  .cta-row .btn { width: 100%; }
  .portrait img { min-height: 340px; }
  .sticky { display: block; }
}

@media (max-width: 420px) {
  .container { width: min(var(--max), calc(100% - 1.2rem)); }
  .hero {
    min-height: 92svh;
    padding: clamp(3rem, 8svh, 4.4rem) 0 4.8rem;
  }
  .hero-bg::before {
    left: 0;
    opacity: .44;
    background-position: 76% center;
  }
  .hero-bg::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.95) 68%, rgba(0,0,0,.78) 100%),
      linear-gradient(0deg, #090909 0%, rgba(9,9,9,.94) 18%, rgba(9,9,9,.38) 62%, transparent 86%);
  }
  .hero h1 {
    font-size: clamp(1.7rem, 8.3vw, 2.16rem);
    line-height: 1.12;
  }
  .hero-pulse-map { display: none; }
  .hero-nodes span:nth-child(n+2) { display: none; }
  .hero-brand-lockup {
    gap: .68rem;
    margin-bottom: 1.8rem;
  }
  .hero-brand-lockup img {
    width: 44px;
    height: 44px;
  }
  .hero-brand-divider { height: 40px; }
  .hero-brand-name {
    font-size: clamp(.94rem, 4.5vw, 1.08rem);
    letter-spacing: .1em;
  }
  .workflow-intro-copy h2 {
    max-width: 13.6ch;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    line-height: 1.13;
  }
  .calculator-copy h2 {
    max-width: 13ch;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    line-height: 1.13;
  }
  .calculator-preview-row {
    grid-template-columns: 1fr;
    gap: .36rem;
  }
  .calculator-preview-row b {
    text-align: left;
  }
  .btn { width: 100%; padding-left: .9rem; padding-right: .9rem; }
  .hero .hero-scroll-cta {
    width: min(100%, 312px);
    min-height: 52px;
    padding: 0 1rem;
    font-size: .9rem;
  }
  .micro-desktop { display: none; }
  .micro-mobile { display: inline; }
  .card,
  .note-panel,
  .panel,
  .step-card,
  .timeline-card,
  .end-cta { padding: 1rem; }
  .timeline-step,
  .process-step { grid-template-columns: 2.4rem 1fr; gap: .75rem; }
  .step-dot,
  .step-num { width: 2.4rem; height: 2.4rem; }
  .timeline::before,
  .process::before { left: 1.2rem; }
  .timeline::after,
  .process::after { left: 1.2rem; }
  .workflow-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .workflow-track {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .hero-bg,
  .hero::before,
  .hero-grid,
  .hero-copy,
  .hero-title-line,
  .hero .hero-actions,
  .hero-brand-lockup,
  .hero-micro {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-bg::before {
    transform: scale(1.02) !important;
  }

  .hero-bg::after {
    opacity: 1 !important;
  }

  .hero::before {
    opacity: 0 !important;
  }

  .hero-pulse-map,
  .hero-nodes {
    display: none !important;
  }

  .hero-scroll-active .hero-copy,
  .hero-next.scroll-arriving .workflow-intro-copy,
  .hero-next.scroll-arriving .workflow-intro-panel,
  .hero-next::after {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
