:root {
  color-scheme: dark;
  --bg: #070809;
  --panel: rgba(244, 244, 239, 0.075);
  --panel-strong: rgba(244, 244, 239, 0.12);
  --text: #f4f4ef;
  --muted: #9ca39a;
  --line: rgba(244, 244, 239, 0.14);
  --green: #7cf3b4;
  --gold: #e8c46a;
  --coral: #ff8066;
  --cyan: #79d9ff;
  --ink: #101215;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  cursor: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  cursor: none;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(124, 243, 180, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 74%, rgba(255, 128, 102, 0.12), transparent 30rem),
    linear-gradient(135deg, #070809 0%, #101114 48%, #070809 100%);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(244, 244, 239, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 244, 239, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(124, 243, 180, 0.08) 45%, transparent 46% 100%),
    linear-gradient(245deg, transparent 0 52%, rgba(232, 196, 106, 0.07) 53%, transparent 54% 100%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

main {
  position: relative;
  z-index: 2;
}

main::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at calc(50% + var(--cursor-x, 0px)) calc(50% + var(--cursor-y, 0px)), rgba(124, 243, 180, 0.12), transparent 13rem),
    repeating-linear-gradient(115deg, transparent 0 22px, rgba(124, 243, 180, 0.026) 23px, transparent 24px),
    radial-gradient(circle at 50% 42%, transparent 0 18rem, rgba(7, 8, 9, 0.24) 34rem);
  opacity: 0.72;
}

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

button {
  font: inherit;
}

.signal-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}

.depth-grid {
  position: fixed;
  right: -10vw;
  bottom: -26vh;
  left: -10vw;
  z-index: 0;
  height: 68vh;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(124, 243, 180, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 217, 255, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  filter: drop-shadow(0 -20px 42px rgba(124, 243, 180, 0.1));
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent 82%);
  transform: perspective(760px) rotateX(64deg);
  transform-origin: bottom center;
  animation: gridDrift 13s linear infinite;
}

.ambient-stack {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 900px;
}

.ambient-ring,
.ambient-panel {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}

.ambient-ring {
  border: 1px solid rgba(124, 243, 180, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(124, 243, 180, 0.08);
  transform: translate3d(calc(var(--cursor-x, 0px) * 0.012), calc(var(--cursor-y, 0px) * 0.012), 0) rotateX(68deg);
}

.ring-a {
  top: 10%;
  right: 8%;
  width: 360px;
  height: 360px;
  animation: ambientSpin 18s linear infinite;
}

.ring-b {
  bottom: 14%;
  left: 5%;
  width: 260px;
  height: 260px;
  border-color: rgba(232, 196, 106, 0.16);
  animation: ambientSpin 22s linear reverse infinite;
}

.ambient-panel {
  border: 1px solid rgba(244, 244, 239, 0.09);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(244, 244, 239, 0.05), rgba(124, 243, 180, 0.025));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.panel-a {
  top: 28%;
  left: 9%;
  width: 190px;
  height: 112px;
  transform: translate3d(calc(var(--cursor-x, 0px) * -0.01), calc(var(--cursor-y, 0px) * -0.01), 0) rotateX(58deg) rotateZ(-16deg);
}

.panel-b {
  right: 11%;
  bottom: 22%;
  width: 220px;
  height: 128px;
  transform: translate3d(calc(var(--cursor-x, 0px) * 0.014), calc(var(--cursor-y, 0px) * 0.014), 0) rotateX(64deg) rotateZ(18deg);
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  translate: -50% -50%;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(124, 243, 180, 0.75);
}

.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(124, 243, 180, 0.55);
  border-radius: 50%;
  background: rgba(124, 243, 180, 0.04);
  transition: width 140ms ease, height 140ms ease, border-color 140ms ease, background 140ms ease, opacity 140ms ease;
  will-change: transform;
}

.cursor-dot {
  will-change: transform;
}

body.has-cursor .cursor-dot,
body.has-cursor .cursor-ring,
body.modal-open .cursor-dot,
body.modal-open .cursor-ring {
  opacity: 1;
}

body.cursor-active .cursor-ring {
  width: 58px;
  height: 58px;
  border-color: rgba(232, 196, 106, 0.7);
  background: transparent;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 0;
}

main > section,
.site-footer {
  position: relative;
  z-index: 2;
}

.brand,
.nav-links,
.trust-row,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(124, 243, 180, 0.38));
}

.nav-links {
  gap: 26px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

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

.header-action,
.secondary-action {
  border: 1px solid var(--line);
  background: rgba(244, 244, 239, 0.055);
  color: var(--text);
}

.header-action {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 34px;
  min-height: calc(100svh - 58px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 56px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.15rem, 6.05vw, 6.65rem);
  line-height: 0.91;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
}

.hero-text,
.security-copy p {
  max-width: 620px;
  color: #c4cac1;
  font-size: 1.04rem;
  line-height: 1.58;
}

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

.primary-action,
.secondary-action {
  min-height: 52px;
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  padding: 0 18px 0 22px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  color: #07110c;
  font-weight: 800;
  box-shadow: 0 18px 46px rgba(124, 243, 180, 0.18);
}

.primary-action svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 700;
}

.primary-action:hover,
.secondary-action:hover,
.header-action:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 244, 239, 0.26);
}

.primary-action.is-pulsing {
  animation: buttonPulse 520ms ease;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(244, 244, 239, 0.04);
  color: #cdd3ca;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-visual {
  display: grid;
  min-height: 520px;
  perspective: 1200px;
  place-items: center;
}

.orbit-field {
  position: relative;
  width: min(480px, 92vw);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  animation: floatScene 7s ease-in-out infinite;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.orbit-field.is-tracking {
  transition-duration: 90ms;
}

.orbit {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(244, 244, 239, 0.18);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.depth-plate,
.float-shard {
  position: absolute;
  pointer-events: none;
  transform-style: preserve-3d;
}

.depth-plate {
  border: 1px solid rgba(244, 244, 239, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(244, 244, 239, 0.08), rgba(124, 243, 180, 0.035)),
    rgba(7, 8, 9, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.plate-a {
  inset: 9% 18% auto auto;
  width: 170px;
  height: 94px;
  transform: rotateX(58deg) rotateZ(-14deg) translateZ(-54px);
}

.plate-b {
  bottom: 16%;
  left: 6%;
  width: 190px;
  height: 108px;
  transform: rotateX(64deg) rotateZ(20deg) translateZ(-68px);
}

.plate-c {
  top: 42%;
  right: 2%;
  width: 138px;
  height: 78px;
  border-color: rgba(232, 196, 106, 0.22);
  transform: rotateY(58deg) rotateZ(10deg) translateZ(-28px);
}

.float-shard {
  width: 18px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(var(--green), rgba(121, 217, 255, 0.2));
  box-shadow: 0 0 28px rgba(124, 243, 180, 0.2);
  animation: shardFloat 6s ease-in-out infinite;
}

.shard-a {
  top: 16%;
  left: 23%;
  transform: rotateZ(34deg) translateZ(120px);
}

.shard-b {
  right: 20%;
  bottom: 18%;
  height: 58px;
  background: linear-gradient(var(--gold), rgba(124, 243, 180, 0.18));
  animation-delay: -1.8s;
  transform: rotateZ(-28deg) translateZ(128px);
}

.shard-c {
  top: 44%;
  right: 8%;
  height: 44px;
  background: linear-gradient(var(--cyan), rgba(232, 196, 106, 0.16));
  animation-delay: -3.2s;
  transform: rotateZ(64deg) translateZ(118px);
}

.orbit-a {
  transform: rotateX(64deg) rotateZ(18deg);
  box-shadow: 0 0 55px rgba(124, 243, 180, 0.13);
}

.orbit-b {
  inset: 18%;
  transform: rotateY(68deg) rotateZ(-28deg);
  border-color: rgba(121, 217, 255, 0.28);
}

.orbit-c {
  inset: 26%;
  transform: rotateX(-52deg) rotateY(22deg);
  border-color: rgba(232, 196, 106, 0.28);
}

.data-node {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(244, 244, 239, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(7, 8, 9, 0.68);
  color: #dce4da;
  font-size: 0.74rem;
  font-weight: 800;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  transform: translateZ(80px);
}

.node-a {
  top: 22%;
  right: 14%;
  color: var(--green);
}

.node-b {
  right: 26%;
  bottom: 8%;
  color: var(--gold);
}

.node-c {
  top: 50%;
  left: 2%;
  color: var(--cyan);
}

.vault-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.cube {
  position: relative;
  width: 168px;
  height: 168px;
  transform-style: preserve-3d;
  animation: rotateCube 16s linear infinite;
}

.face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(244, 244, 239, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(124, 243, 180, 0.24), rgba(121, 217, 255, 0.05)),
    rgba(244, 244, 239, 0.055);
  box-shadow: inset 0 0 40px rgba(244, 244, 239, 0.05), 0 0 50px rgba(124, 243, 180, 0.1);
  backface-visibility: hidden;
}

.face-front { transform: translateZ(84px); }
.face-back { transform: rotateY(180deg) translateZ(84px); }
.face-right { transform: rotateY(90deg) translateZ(84px); }
.face-left { transform: rotateY(-90deg) translateZ(84px); }
.face-top { transform: rotateX(90deg) translateZ(84px); }
.face-bottom { transform: rotateX(-90deg) translateZ(84px); }

.metric-chip {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 138px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(12, 14, 15, 0.74);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.metric-chip strong {
  font-size: 1.28rem;
}

.metric-chip span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.chip-a {
  top: 14%;
  left: 0;
}

.chip-b {
  right: 0;
  bottom: 22%;
}

.chip-c {
  bottom: 6%;
  left: 18%;
}

.stats-strip,
.value-section,
.credibility-section,
.people-section,
.section-grid,
.sample-section,
.security-section,
.final-cta,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  perspective: 1000px;
}

.stats-strip div {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 134px;
  overflow: hidden;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  transform-style: preserve-3d;
  transition: transform 180ms ease, background 180ms ease;
}

.stats-strip div::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(124, 243, 180, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 243, 180, 0.14), rgba(232, 196, 106, 0.06));
  content: "";
  transform: rotateX(58deg) rotateZ(18deg) translateZ(28px);
}

.stats-strip div:hover {
  background: rgba(244, 244, 239, 0.045);
  transform: translateY(-5px) rotateX(4deg);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  font-size: 2.2rem;
  line-height: 1;
}

.stats-strip span {
  color: var(--muted);
  font-weight: 700;
}

.value-section {
  padding: 86px 0 40px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  perspective: 1200px;
}

.value-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 248px;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 239, 0.13);
  border-radius: 8px;
  padding: 22px;
  background:
    radial-gradient(circle at calc(50% + var(--glow-x, 0px)) calc(28% + var(--glow-y, 0px)), rgba(232, 196, 106, 0.18), transparent 8rem),
    linear-gradient(145deg, rgba(124, 243, 180, 0.08), rgba(244, 244, 239, 0.035));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
  transform: rotateX(var(--card-y, 0deg)) rotateY(var(--card-x, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 130ms ease-out, border-color 180ms ease, box-shadow 180ms ease;
}

.value-card::before {
  position: absolute;
  inset: 14px 14px auto auto;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(124, 243, 180, 0.18);
  border-radius: 50%;
  content: "";
  transform: translateZ(24px);
}

.value-glyph {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(244, 244, 239, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 32% 26%, rgba(244, 244, 239, 0.24), transparent 1.5rem),
    linear-gradient(145deg, rgba(124, 243, 180, 0.2), rgba(232, 196, 106, 0.08));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transform: translateZ(42px) rotateX(12deg) rotateY(-14deg);
}

.value-glyph::before,
.value-glyph::after {
  position: absolute;
  content: "";
}

.glyph-context::before {
  inset: 13px 12px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.glyph-context::after {
  right: 11px;
  bottom: 10px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: rotate(42deg);
}

.glyph-confidence::before {
  left: 12px;
  top: 12px;
  width: 24px;
  height: 18px;
  border: 2px solid var(--cyan);
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
}

.glyph-confidence::after {
  left: 10px;
  bottom: 10px;
  width: 28px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--gold));
}

.glyph-framing::before {
  inset: 11px;
  border: 2px solid var(--gold);
  border-radius: 8px;
}

.glyph-framing::after {
  left: 16px;
  right: 16px;
  top: 23px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 8px 0 var(--cyan);
}

.glyph-decisions::before {
  left: 13px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.glyph-decisions::after {
  left: 22px;
  top: 8px;
  width: 10px;
  height: 32px;
  border-radius: 999px;
  background: var(--gold);
  transform: rotate(36deg);
  transform-origin: center;
}

.value-card:hover {
  border-color: rgba(232, 196, 106, 0.32);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
}

.value-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateZ(22px);
}

.value-card strong {
  align-self: end;
  font-size: 1.08rem;
  line-height: 1.45;
  transform: translateZ(34px);
}

.credibility-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 28px;
  padding: 72px 0 36px;
}

.credibility-section h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.4rem);
}

.credibility-grid {
  display: grid;
  gap: 12px;
}

.credibility-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(120deg, rgba(124, 243, 180, 0.095), transparent 42%),
    rgba(244, 244, 239, 0.07);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
  transition: transform 180ms ease, border-color 180ms ease;
}

.credibility-grid article:hover {
  border-color: rgba(124, 243, 180, 0.28);
  transform: translateX(6px) rotateY(-2deg);
}

.people-section {
  padding: 46px 0 40px;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.people-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 156px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background:
    radial-gradient(circle at 22% 18%, rgba(232, 196, 106, 0.16), transparent 8rem),
    rgba(244, 244, 239, 0.064);
  backdrop-filter: blur(14px);
}

.people-grid article::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(124, 243, 180, 0.18);
  border-radius: 50%;
  content: "";
}

.people-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.people-grid strong {
  align-self: end;
  font-size: 1rem;
  line-height: 1.45;
}

.credibility-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(var(--green), var(--gold));
  content: "";
}

.credibility-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.credibility-grid strong {
  font-size: 1.03rem;
  line-height: 1.45;
}

.section-grid {
  padding: 120px 0 80px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  perspective: 1200px;
}

.feature-card,
.report-panel,
.analysis-card,
.security-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.feature-card {
  min-height: 250px;
  padding: 26px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.12);
  transform: rotateX(0deg) rotateY(0deg) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-8px) rotateX(4deg) rotateY(-2deg);
  background: var(--panel-strong);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
}

.feature-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.28));
  transform: translateZ(34px);
}

.feature-card h3,
.feature-card p {
  transform: translateZ(18px);
}

.feature-card p,
.analysis-card span,
.integration-card span,
.roadmap-note,
.security-list span {
  color: var(--muted);
  line-height: 1.6;
}

.integration-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 92px;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
  perspective: 1100px;
}

.integration-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at calc(50% + var(--glow-x, 0px)) calc(35% + var(--glow-y, 0px)), rgba(124, 243, 180, 0.22), transparent 9rem),
    rgba(244, 244, 239, 0.07);
  transform: rotateX(var(--card-y, 0deg)) rotateY(var(--card-x, 0deg));
  transform-style: preserve-3d;
  transition: transform 130ms ease-out, border-color 180ms ease, background 180ms ease;
}

.integration-card::after {
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 130px;
  background: linear-gradient(90deg, transparent, rgba(121, 217, 255, 0.2), transparent);
  content: "";
  transform: rotate(-8deg);
}

.integration-card:hover {
  border-color: rgba(124, 243, 180, 0.35);
}

.integration-card span,
.integration-card strong {
  position: relative;
  z-index: 1;
}

.integration-card span {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.integration-card strong {
  align-self: end;
  font-size: 1.24rem;
  line-height: 1.35;
  transform: translateZ(34px);
}

.partner-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-rail span {
  border: 1px solid rgba(244, 244, 239, 0.16);
  border-radius: 999px;
  padding: 10px 13px;
  background:
    linear-gradient(135deg, rgba(244, 244, 239, 0.075), rgba(124, 243, 180, 0.045));
  color: #dfe5dc;
  font-size: 0.82rem;
  font-weight: 800;
}

.roadmap-note {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 0.88rem;
}

.sample-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 16px;
  padding: 44px 0 100px;
}

.report-panel {
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(124, 243, 180, 0.12), transparent 42%),
    rgba(244, 244, 239, 0.075);
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.report-panel:hover {
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px) rotateX(1.5deg);
}

.report-topline,
.score-layout,
.bar-row,
.security-section,
.final-cta {
  display: flex;
}

.report-topline {
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.status-pill {
  border: 1px solid rgba(232, 196, 106, 0.35);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.score-layout {
  align-items: center;
  gap: 30px;
  margin: 26px 0;
}

.score-ring {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 172px;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #101215 58%, transparent 59%),
    conic-gradient(var(--green) 0 92%, rgba(244, 244, 239, 0.12) 92% 100%);
}

.score-ring span {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
}

.score-ring small {
  color: var(--muted);
  font-weight: 800;
}

.report-bars {
  display: grid;
  flex: 1;
  gap: 16px;
}

.bar-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  color: #cdd3ca;
  font-weight: 700;
}

.bar-row i {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 244, 239, 0.11);
}

.bar-row i::before {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
  content: "";
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.insight-grid div {
  display: grid;
  gap: 10px;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 8, 9, 0.28);
}

.insight-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.insight-grid strong {
  line-height: 1.25;
}

.analysis-stack {
  display: grid;
  gap: 14px;
  align-content: center;
  perspective: 900px;
}

.analysis-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  transform: rotateY(-7deg);
}

.analysis-card.raised {
  border-color: rgba(124, 243, 180, 0.3);
  background: rgba(124, 243, 180, 0.11);
  transform: rotateY(-7deg) translateX(-18px);
}

.analysis-card strong {
  font-size: 1.04rem;
  line-height: 1.45;
}

.security-section {
  align-items: stretch;
  gap: 36px;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.security-copy {
  flex: 1;
}

.security-list {
  display: grid;
  flex: 1;
  gap: 12px;
}

.security-list div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.final-cta {
  flex-direction: column;
  align-items: center;
  padding: 110px 24px;
  border-block: 1px solid var(--line);
  text-align: center;
}

.final-cta h2 {
  max-width: 820px;
}

.access-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity 180ms ease;
}

.access-modal,
.access-modal * {
  cursor: none !important;
}

.access-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(124, 243, 180, 0.16), transparent 28rem),
    rgba(3, 4, 4, 0.72);
}

.modal-panel {
  position: relative;
  width: min(520px, 100%);
  overflow: hidden;
  border: 1px solid rgba(244, 244, 239, 0.16);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(124, 243, 180, 0.12), rgba(232, 196, 106, 0.06)),
    #0b0d0d;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.52);
  transform: translateY(16px) scale(0.98);
  transition: transform 180ms ease;
}

.access-modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-panel h2 {
  font-size: clamp(1.85rem, 5vw, 3rem);
}

.modal-panel p:not(.eyebrow) {
  color: #c4cac1;
  line-height: 1.65;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 244, 239, 0.06);
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  content: "";
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-trust-list {
  display: grid;
  gap: 9px;
  margin: 22px 0;
}

.modal-trust-list span {
  border: 1px solid rgba(244, 244, 239, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(244, 244, 239, 0.055);
  color: #dfe5dc;
  font-weight: 700;
}

.modal-connect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  color: #07110c;
  font-weight: 800;
}

.modal-connect svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open,
body.modal-open * {
  cursor: auto !important;
}

body.modal-open button,
body.modal-open [data-close-access],
body.modal-open .modal-backdrop {
  cursor: pointer !important;
}

body.modal-open .cursor-dot,
body.modal-open .cursor-ring {
  opacity: 0;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 44px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

@keyframes rotateCube {
  from { transform: rotateX(-18deg) rotateY(0deg) rotateZ(8deg); }
  to { transform: rotateX(-18deg) rotateY(360deg) rotateZ(8deg); }
}

@keyframes floatScene {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

@keyframes buttonPulse {
  0% { box-shadow: 0 18px 46px rgba(124, 243, 180, 0.18); }
  50% { box-shadow: 0 18px 68px rgba(232, 196, 106, 0.34); }
  100% { box-shadow: 0 18px 46px rgba(124, 243, 180, 0.18); }
}

@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 54px 54px, 54px 54px; }
}

@keyframes ambientSpin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes shardFloat {
  0%, 100% { translate: 0 0; opacity: 0.62; }
  50% { translate: 0 -18px; opacity: 1; }
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero,
  .credibility-section,
  .sample-section,
  .security-section {
    grid-template-columns: 1fr;
  }

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

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

  .plate-a,
  .plate-b,
  .plate-c {
    opacity: 0.64;
  }

  .stats-strip,
  .value-grid,
  .feature-grid,
  .people-grid,
  .integration-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-strip div:nth-child(2) {
    border-right: 0;
  }

  .stats-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .security-section {
    display: grid;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .stats-strip,
  .value-section,
  .credibility-section,
  .people-section,
  .section-grid,
  .integration-section,
  .sample-section,
  .security-section,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .header-action {
    display: none;
  }

  h1 {
    font-size: clamp(2.76rem, 15vw, 4.1rem);
  }

  .hero-text {
    font-size: 1rem;
  }

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

  .depth-plate {
    display: none;
  }

  .metric-chip {
    min-width: 118px;
    padding: 11px;
  }

  .chip-a {
    left: 2%;
  }

  .chip-b {
    right: 2%;
  }

  .chip-c {
    left: 8%;
  }

  .stats-strip,
  .value-grid,
  .people-grid,
  .feature-grid,
  .integration-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip div,
  .stats-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-strip div:last-child {
    border-bottom: 0;
  }

  .score-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-topline {
    flex-direction: column;
  }

  .analysis-card,
  .analysis-card.raised {
    transform: none;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
