:root {
  --desk-bg: #070908;
  --desk-bg-2: #0d1110;
  --desk-panel: #101715;
  --desk-panel-strong: #18201d;
  --desk-line: #2b3733;
  --desk-line-strong: #496158;
  --desk-text: #f2f7ef;
  --desk-muted: #9fafaa;
  --pressure-accent: #96ff64;
  --pressure-cyan: #63d8ff;
  --pressure-amber: #ffbd5d;
  --pressure-red: #ff7272;
  --pressure-ink: #071008;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.58);
  --float-shadow: 0 32px 100px rgba(0, 0, 0, 0.62), 0 0 42px rgba(150, 255, 100, 0.08);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--desk-text);
  background: #020403 url("/assets/pressure-room-hero.png") center center / cover fixed no-repeat;
  perspective: 1400px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 18% 63%, rgba(150, 255, 100, 0.24), rgba(150, 255, 100, 0.07) 16%, transparent 34%),
    radial-gradient(ellipse at 82% 62%, rgba(99, 216, 255, 0.22), rgba(99, 216, 255, 0.07) 17%, transparent 36%),
    linear-gradient(90deg, transparent 6%, rgba(150, 255, 100, 0.1) 24%, transparent 43%, transparent 57%, rgba(99, 216, 255, 0.1) 76%, transparent 94%),
    linear-gradient(180deg, transparent 47%, rgba(150, 255, 100, 0.06) 57%, rgba(99, 216, 255, 0.09) 62%, transparent 75%);
  mix-blend-mode: screen;
  opacity: 0.76;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 17% 64%, rgba(150, 255, 100, 0.34), transparent 0 2px, transparent 8px),
    radial-gradient(circle at 79% 64%, rgba(99, 216, 255, 0.34), transparent 0 2px, transparent 8px),
    linear-gradient(90deg, transparent 0 12%, rgba(150, 255, 100, 0.16) 20%, rgba(255, 255, 255, 0.22) 50%, rgba(99, 216, 255, 0.16) 80%, transparent 88%),
    linear-gradient(180deg, transparent 59.2%, rgba(255, 255, 255, 0.16) 59.6%, rgba(99, 216, 255, 0.08) 60.1%, transparent 61.4%);
  mix-blend-mode: screen;
  opacity: 0.46;
}

.space-stage {
  display: none;
}

.space-stage::before {
  display: none;
}

.space-stage::after {
  display: none;
}

.space-plate {
  display: none;
}

.space-horizon {
  display: none;
}

.space-grid {
  display: none;
}

.space-grid-fine {
  display: none;
}

.space-vector {
  display: none;
}

.space-vector-a {
  right: -8vw;
  bottom: 46vh;
  left: 58vw;
  transform: rotate(-18deg);
}

.space-vector-b {
  right: 54vw;
  bottom: 25vh;
  left: -10vw;
  background: linear-gradient(90deg, transparent, rgba(99, 216, 255, 0.46), transparent);
  transform: rotate(14deg);
}

.horizon-mist {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.78;
}

.mist-bank {
  position: absolute;
  display: block;
  filter: blur(18px) saturate(1.16);
  opacity: 0.62;
  will-change: opacity, transform;
}

.mist-bank-left {
  top: 51vh;
  left: -8vw;
  width: 48vw;
  height: 24vh;
  background:
    radial-gradient(ellipse at 32% 54%, rgba(150, 255, 100, 0.32), rgba(150, 255, 100, 0.12) 31%, transparent 68%),
    linear-gradient(90deg, transparent, rgba(150, 255, 100, 0.2), transparent);
  border-radius: 50%;
}

.mist-bank-center {
  top: 54vh;
  left: 10vw;
  width: 80vw;
  height: 13vh;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.18), rgba(99, 216, 255, 0.13) 30%, transparent 70%),
    linear-gradient(90deg, transparent, rgba(150, 255, 100, 0.1), rgba(99, 216, 255, 0.16), transparent);
  border-radius: 999px;
  filter: blur(14px) saturate(1.08);
  opacity: 0.42;
}

.mist-bank-right {
  top: 50vh;
  right: -10vw;
  width: 54vw;
  height: 25vh;
  background:
    radial-gradient(ellipse at 66% 52%, rgba(99, 216, 255, 0.3), rgba(99, 216, 255, 0.12) 34%, transparent 70%),
    linear-gradient(90deg, transparent, rgba(99, 216, 255, 0.2), transparent);
  border-radius: 50%;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.topbar,
.hero-section,
.agent-entry,
.trust-section,
.api-section,
.pricing-section,
.founding-access,
.footer-mark {
  position: relative;
  z-index: 3;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid rgba(99, 216, 255, 0.08);
  border-top: 0;
  background: rgba(4, 10, 8, 0.72);
  backdrop-filter: blur(18px);
}

.topbar.floating-surface {
  transform: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.4));
}

main {
  position: relative;
  z-index: 3;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.floating-section,
.hero-section,
.hero-visual {
  transform-style: preserve-3d;
}

.floating-surface {
  transform: translateZ(42px);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.42));
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand img,
.footer-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 16px;
  font-weight: 950;
}

.brand small {
  color: var(--desk-muted);
  font-size: 12px;
  font-weight: 800;
}

.nav-links {
  display: flex;
  gap: 20px;
  color: var(--desk-muted);
  font-size: 14px;
  font-weight: 800;
}

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

.hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(440px, 1fr);
  gap: 28px;
  min-height: calc(100svh - 70px);
  padding: clamp(38px, 7vh, 82px) 0 clamp(28px, 5vh, 56px);
  align-items: start;
}

.hero-section::before {
  display: none;
}

.hero-section::after {
  display: none;
}

.hero-copy,
.section-copy {
  min-width: 0;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  padding: 18px;
  border: 1px solid rgba(99, 216, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(2, 6, 5, 0.7);
  box-shadow: var(--float-shadow);
  backdrop-filter: blur(14px);
}

.hero-copy::before {
  display: none;
}

.eyebrow,
.panel-kicker,
.trust-grid span,
.price-card span,
.request-grid span,
.console-topline span,
.console-grid span,
.hero-stats span,
.console-verdict span {
  margin: 0;
  color: var(--pressure-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(34px, 3.15vw, 48px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.tagline {
  margin-bottom: 12px;
  color: var(--desk-text);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.hero-text,
.section-copy p,
.trust-grid p,
.price-card p,
.request-grid p,
.route-board span,
.footer-mark p {
  color: var(--desk-muted);
  line-height: 1.62;
}

.hero-text {
  max-width: 620px;
  font-size: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--desk-line-strong);
  font-weight: 950;
}

.button-primary {
  border-color: rgba(150, 255, 100, 0.82);
  background: var(--pressure-accent);
  color: var(--pressure-ink);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 18px;
}

.hero-stats section,
.trust-grid article,
.price-card,
.request-grid article,
.buyer-console,
.route-board a,
.purchase-path,
.api-preview {
  min-width: 0;
  border: 1px solid var(--desk-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent),
    var(--desk-panel);
  box-shadow: var(--float-shadow);
  transform: translateZ(42px);
}

.pointer-lit-panel {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-glow: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pointer-lit-panel::after {
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(
      circle at var(--pointer-x) var(--pointer-y),
      rgba(150, 255, 100, 0.34),
      rgba(99, 216, 255, 0.14) 82px,
      transparent 190px
    );
  border: 1px solid rgba(150, 255, 100, 0.12);
  opacity: var(--pointer-glow);
  transition: opacity 180ms ease;
}

.pointer-lit-panel > * {
  position: relative;
  z-index: 2;
}

.pointer-lit-panel:hover {
  --pointer-glow: 1;
  border-color: rgba(150, 255, 100, 0.42);
  box-shadow:
    var(--float-shadow),
    0 0 34px rgba(150, 255, 100, 0.09);
}

.hero-stats section {
  padding: 12px;
}

.hero-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.hero-visual {
  position: relative;
  display: flex;
  min-height: auto;
  align-items: flex-end;
}

.forge-scene {
  display: none;
}

.forge-scene::before {
  position: absolute;
  inset: 44px;
  content: "";
  border: 1px solid rgba(99, 216, 255, 0.16);
  transform: skewY(-7deg);
}

.forge-scene::after {
  position: absolute;
  inset: auto 34px 34px;
  height: 42%;
  content: "";
  border-top: 1px solid rgba(150, 255, 100, 0.28);
  background:
    linear-gradient(rgba(99, 216, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 255, 100, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 255, 100, 0.08), transparent);
  background-size: 42px 42px;
  transform: perspective(500px) rotateX(62deg);
  transform-origin: bottom;
}

.spend-line,
.decision-beam {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pressure-cyan), var(--pressure-accent), transparent);
}

.spend-line-a {
  top: 24%;
  right: -12%;
  left: 8%;
  transform: rotate(-18deg);
}

.spend-line-b {
  top: 54%;
  right: -8%;
  left: 16%;
  transform: rotate(13deg);
}

.decision-beam {
  right: 12%;
  bottom: 26%;
  left: 18%;
  box-shadow: 0 0 30px rgba(150, 255, 100, 0.32);
}

.gate {
  position: absolute;
  display: grid;
  min-width: 92px;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(150, 255, 100, 0.32);
  background: rgba(7, 9, 8, 0.76);
  color: var(--desk-text);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.gate-left {
  top: 18%;
  left: 9%;
}

.gate-center {
  top: 43%;
  left: 38%;
  min-width: 132px;
  border-color: rgba(255, 189, 93, 0.62);
  color: var(--pressure-amber);
}

.gate-right {
  right: 9%;
  bottom: 18%;
  border-color: rgba(99, 216, 255, 0.52);
  color: var(--pressure-cyan);
}

.buyer-console {
  position: relative;
  width: min(100%, 610px);
  margin-left: auto;
  padding: 18px;
  backdrop-filter: blur(14px);
  transform: translateZ(72px) rotateY(-2deg);
}

.console-topline,
.console-verdict {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.console-topline strong {
  color: #d9ffe4;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.console-verdict {
  margin-top: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.console-verdict strong {
  color: var(--pressure-accent);
  font-size: 24px;
  line-height: 1.1;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.console-grid section {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.032);
}

.console-grid strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.console-code,
.api-preview {
  overflow-x: auto;
  margin: 14px 0 0;
  color: #d9ffe4;
  font-size: 13px;
  line-height: 1.55;
}

.console-code {
  padding: 14px;
  border: 1px solid rgba(99, 216, 255, 0.18);
  background: rgba(0, 0, 0, 0.22);
  max-height: 220px;
}

.console-code code,
.api-preview code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.agent-entry,
.trust-section,
.api-section,
.founding-access {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: 34px;
  padding: 78px 0 0;
  align-items: start;
}

.agent-entry::before,
.trust-section::before,
.api-section::before,
.pricing-section::before,
.founding-access::before {
  position: absolute;
  inset: 24px -120px -38px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(ellipse at 50% 0%, rgba(99, 216, 255, 0.08), transparent 0 54%),
    linear-gradient(180deg, rgba(1, 3, 2, 0.78), rgba(1, 3, 2, 0.92));
  box-shadow: 0 0 0 100vmax rgba(1, 3, 2, 0.54);
  clip-path: inset(0 -100vmax);
}

.section-copy h2 {
  margin: 8px 0 14px;
  font-size: 46px;
  line-height: 1;
}

.route-board,
.trust-grid,
.request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.route-board a {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.route-board code {
  color: #d9ffe4;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.trust-grid article,
.request-grid article {
  min-height: 168px;
  padding: 18px;
}

.trust-grid strong,
.request-grid strong {
  display: block;
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.14;
}

.api-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 14px;
}

.purchase-path {
  padding: 18px;
}

.purchase-path ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.purchase-path li {
  display: grid;
  gap: 4px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.purchase-path code {
  color: #d9ffe4;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.purchase-path span {
  color: var(--desk-muted);
  font-size: 13px;
}

.api-preview {
  padding: 20px;
}

.pricing-section {
  position: relative;
  isolation: isolate;
  padding: 78px 0 86px;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.price-card {
  padding: 20px;
}

.price-card strong {
  display: block;
  margin: 12px 0 10px;
  font-size: 34px;
}

.price-card.featured {
  border-color: rgba(150, 255, 100, 0.56);
  background:
    linear-gradient(180deg, rgba(150, 255, 100, 0.12), transparent),
    var(--desk-panel-strong);
}

.footer-mark {
  display: grid;
  gap: 18px;
  padding: 0 0 42px;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-mark p,
.legal-notice p {
  max-width: 820px;
  margin: 0;
  font-size: 14px;
}

.legal-notice {
  display: grid;
  gap: 8px;
  max-width: 1020px;
  padding: 16px;
  border: 1px solid rgba(99, 216, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(4, 10, 8, 0.7);
  box-shadow: 0 18px 62px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}

.legal-notice p:not(.panel-kicker) {
  color: var(--desk-muted);
  line-height: 1.55;
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: horizon-aura 8s ease-in-out infinite;
  }

  body::after {
    animation: horizon-glint 6.5s ease-in-out infinite;
  }

  .mist-bank-left {
    animation: mist-drift-left 16s ease-in-out infinite;
  }

  .mist-bank-center {
    animation: mist-drift-center 12s ease-in-out infinite;
  }

  .mist-bank-right {
    animation: mist-drift-right 18s ease-in-out infinite;
  }

  .spend-line-a,
  .spend-line-b,
  .decision-beam {
    animation: pulse-line 5s ease-in-out infinite;
  }
}

@keyframes mist-drift-left {
  0%,
  100% {
    opacity: 0.48;
    transform: translate3d(-1.5vw, 0.4vh, 0) scale(0.98);
  }

  48% {
    opacity: 0.72;
    transform: translate3d(2.6vw, -0.7vh, 0) scale(1.06);
  }
}

@keyframes mist-drift-center {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-1vw, 0, 0) scaleX(0.98);
  }

  52% {
    opacity: 0.52;
    transform: translate3d(1.4vw, -0.35vh, 0) scaleX(1.04);
  }
}

@keyframes mist-drift-right {
  0%,
  100% {
    opacity: 0.46;
    transform: translate3d(1.8vw, 0.25vh, 0) scale(1);
  }

  44% {
    opacity: 0.7;
    transform: translate3d(-2.2vw, -0.8vh, 0) scale(1.07);
  }
}

@keyframes horizon-aura {
  0%,
  100% {
    opacity: 0.66;
    transform: scale(1);
  }

  46% {
    opacity: 0.88;
    transform: scale(1.015);
  }
}

@keyframes horizon-glint {
  0%,
  100% {
    opacity: 0.34;
    transform: translateX(-0.8%);
  }

  50% {
    opacity: 0.58;
    transform: translateX(0.8%);
  }
}

@keyframes pulse-line {
  0%,
  100% {
    opacity: 0.35;
  }

  50% {
    opacity: 0.95;
  }
}

@media (max-width: 980px) {
  .topbar {
    position: static;
  }

  .nav-links {
    display: none;
  }

  .hero-section,
  .agent-entry,
  .trust-section,
  .api-section,
  .founding-access,
  .api-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 560px;
  }

  h1 {
    font-size: 56px;
  }

  .section-copy h2 {
    font-size: 38px;
  }

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

@media (max-width: 640px) {
  body {
    perspective: none;
  }

  .topbar,
  .hero-section,
  .agent-entry,
  .trust-section,
  .api-section,
  .pricing-section,
  .founding-access,
  .footer-mark {
    width: min(calc(100vw - 48px), 360px);
    max-width: min(calc(100vw - 48px), 360px);
    margin-right: auto;
    margin-left: 12px;
  }

  main,
  .floating-section,
  .hero-section,
  .hero-visual {
    transform-style: flat;
  }

  .floating-surface,
  .hero-stats section,
  .trust-grid article,
  .price-card,
  .request-grid article,
  .buyer-console,
  .route-board a,
  .purchase-path,
  .api-preview {
    transform: none;
  }

  .hero-copy::before {
    inset: -28px -18px -22px;
    filter: blur(10px);
  }

  .agent-entry,
  .trust-section,
  .api-section,
  .founding-access {
    gap: 22px;
    padding-top: 66px;
  }

  .pricing-section {
    padding: 66px 0 74px;
  }

  h1 {
    font-size: 36px;
  }

  .tagline {
    font-size: 20px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-width: 0;
    padding: 0 14px;
    text-align: center;
    white-space: normal;
  }

  .hero-stats,
  .route-board,
  .trust-grid,
  .request-grid,
  .console-grid,
  .price-row {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .forge-scene {
    display: none;
  }

  .buyer-console {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 24px;
    padding: 16px;
  }

  .console-topline,
  .console-verdict {
    align-items: flex-start;
    flex-direction: column;
  }

  .console-verdict strong {
    font-size: 22px;
  }

  .gate-left {
    left: 7%;
  }

  .gate-center {
    left: 24%;
  }

  .gate-right {
    right: 7%;
  }

  .section-copy h2 {
    font-size: 32px;
  }

  .pricing-section .section-copy,
  .founding-access .section-copy {
    margin-bottom: 20px;
  }

  .price-row,
  .request-grid {
    margin-top: 18px;
  }

  .api-preview {
    padding: 16px;
    font-size: 12px;
  }

  .footer-mark {
    align-items: flex-start;
  }
}
