:root {
  --font-body: "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;
  --font-display: "Sora", "Plus Jakarta Sans", "Inter", sans-serif;
  --page-scroll: 0px;
  --scroll-progress: 0;
  --page: #f7f2fb;
  --page-deep: #f0e8f8;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --panel-dark: #2a123d;
  --line: rgba(98, 59, 143, 0.12);
  --line-strong: rgba(98, 59, 143, 0.22);
  --text: #241231;
  --muted: #6e6080;
  --accent: #9a63ff;
  --accent-strong: #7b3ff1;
  --accent-soft: #f0e4ff;
  --keeper: #ceb7ff;
  --pathfinder: #9eb6ff;
  --striker: #ee92ff;
  --maelstrom: #92a8ff;
  --glassbox: #dfcbff;
  --shadow: 0 28px 70px rgba(67, 21, 96, 0.12);
  --anchor-offset: 52px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  background: linear-gradient(180deg, #fbf7ff 0%, #f7f0ff 32%, #f5eefb 62%, #f0e7f9 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-sky {
  position: fixed;
  inset: -14vh -14vw;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(143, 78, 255, 0.42), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(196, 144, 255, 0.4), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(111, 46, 232, 0.32), transparent 30%),
    radial-gradient(circle at 28% 82%, rgba(216, 184, 255, 0.26), transparent 28%),
    linear-gradient(135deg, rgba(255, 249, 255, 0.78), rgba(239, 221, 255, 0.94) 22%, rgba(227, 205, 255, 0.9) 48%, rgba(242, 230, 255, 0.9) 72%, rgba(255, 249, 255, 0.82));
  background-size: 220% 220%;
  animation: sky-shift 18s ease-in-out infinite alternate;
}

.site-sky::before,
.site-sky::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-sky::before {
  background:
    radial-gradient(circle at 24% 58%, rgba(143, 78, 255, 0.3), transparent 24%),
    radial-gradient(circle at 68% 36%, rgba(216, 184, 255, 0.34), transparent 24%),
    radial-gradient(circle at 48% 84%, rgba(106, 214, 211, 0.16), transparent 20%),
    radial-gradient(circle at 54% 18%, rgba(143, 78, 255, 0.22), transparent 20%);
  filter: blur(36px);
  opacity: 1;
  animation: sky-bloom 16s ease-in-out infinite alternate;
}

.site-sky::after {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 26%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(290deg, rgba(143, 78, 255, 0) 0%, rgba(143, 78, 255, 0.16) 34%, rgba(143, 78, 255, 0) 66%),
    radial-gradient(circle at 52% 44%, rgba(255, 255, 255, 0.18), transparent 26%);
  background-size: 240% 240%;
  mix-blend-mode: screen;
  opacity: 0.74;
  animation: sky-sheen 12s ease-in-out infinite alternate;
}

.site-aura {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(143, 78, 255, 0.12), transparent 26%),
    radial-gradient(circle at 82% 26%, rgba(216, 184, 255, 0.18), transparent 20%),
    radial-gradient(circle at 50% 68%, rgba(111, 46, 232, 0.08), transparent 24%);
  filter: blur(18px);
  animation: aura-drift 18s ease-in-out infinite alternate;
}

.site-backdrop {
  position: fixed;
  inset: -8vh -6vw;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.backdrop-noise,
.backdrop-grid,
.backdrop-beam,
.backdrop-particles,
.site-backdrop::before,
.site-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-backdrop::before {
  background:
    linear-gradient(90deg, rgba(247, 242, 251, 0.7), transparent 16%, transparent 84%, rgba(247, 242, 251, 0.72)),
    linear-gradient(180deg, rgba(247, 242, 251, 0.5), transparent 16%, transparent 86%, rgba(247, 242, 251, 0.64));
}

.site-backdrop::after {
  background:
    radial-gradient(circle at center, transparent 0 28%, rgba(247, 242, 251, 0.08) 52%, rgba(247, 242, 251, 0.74) 88%);
  mix-blend-mode: screen;
}

.backdrop-noise {
  opacity: 0.24;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 26%, rgba(143, 78, 255, 0.24) 0 1px, transparent 1px),
    radial-gradient(circle at 58% 82%, rgba(216, 184, 255, 0.4) 0 1px, transparent 1px);
  background-size: 34px 34px, 48px 48px, 56px 56px;
  animation: grain-shift 18s steps(2) infinite;
}

.backdrop-grid {
  inset: 8% 6% 10%;
  opacity: 0.48;
  border-radius: 48px;
  background:
    linear-gradient(rgba(143, 78, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 78, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  -webkit-mask-image: radial-gradient(circle at center, #000 18%, transparent 82%);
  mask-image: radial-gradient(circle at center, #000 18%, transparent 82%);
  transform: perspective(1200px) rotateX(74deg) translateY(12%);
  transform-origin: center bottom;
  animation: grid-drift 18s ease-in-out infinite alternate;
}

.backdrop-beam,
.backdrop-particles,
.backdrop-pollen,
.backdrop-mesh,
.backdrop-orbit,
.backdrop-figure {
  position: absolute;
}

.backdrop-beam {
  --beam-angle: 0deg;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: beam-shift 16s ease-in-out infinite alternate;
}

.backdrop-beam-one {
  --beam-angle: 18deg;
  top: -10%;
  left: 14%;
  width: 18vw;
  height: 92vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(216, 184, 255, 0.46), rgba(255, 255, 255, 0));
  transform: rotate(var(--beam-angle));
}

.backdrop-beam-two {
  --beam-angle: -22deg;
  right: 10%;
  bottom: -8%;
  width: 14vw;
  height: 84vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(143, 78, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(var(--beam-angle));
  animation-delay: -7s;
}

.backdrop-particles {
  opacity: 0.78;
  background-repeat: no-repeat;
  animation: particle-drift 22s ease-in-out infinite alternate;
}

.backdrop-particles-one {
  inset: 8% 4% auto auto;
  width: 44vw;
  height: 44vh;
  background-image:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.74) 0 2px, transparent 2px),
    radial-gradient(circle at 42% 18%, rgba(216, 184, 255, 0.68) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 64% 38%, rgba(255, 255, 255, 0.7) 0 2px, transparent 2px),
    radial-gradient(circle at 84% 12%, rgba(143, 78, 255, 0.42) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 72% 72%, rgba(255, 255, 255, 0.52) 0 1px, transparent 1px);
}

.backdrop-particles-two {
  inset: auto auto 10% 8%;
  width: 36vw;
  height: 38vh;
  background-image:
    radial-gradient(circle at 12% 60%, rgba(255, 255, 255, 0.58) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 28% 30%, rgba(216, 184, 255, 0.5) 0 1px, transparent 1px),
    radial-gradient(circle at 58% 52%, rgba(255, 255, 255, 0.68) 0 2px, transparent 2px),
    radial-gradient(circle at 76% 22%, rgba(143, 78, 255, 0.36) 0 1px, transparent 1px),
    radial-gradient(circle at 90% 78%, rgba(255, 255, 255, 0.5) 0 1.5px, transparent 1.5px);
  animation-delay: -9s;
}

.backdrop-pollen {
  inset: -4% -4%;
  opacity: 0.82;
  mix-blend-mode: multiply;
  filter: blur(0);
  pointer-events: none;
  background-repeat: repeat;
  background-size: 460px 360px;
  animation: pollen-float 30s ease-in-out infinite alternate;
}

.backdrop-pollen-one {
  background-image:
    radial-gradient(circle at 8% 18%, rgba(44, 16, 78, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 42%, rgba(86, 33, 141, 0.58) 0 2.8px, transparent 4px),
    radial-gradient(circle at 34% 22%, rgba(67, 41, 126, 0.46) 0 2.2px, transparent 3.3px),
    radial-gradient(circle at 52% 12%, rgba(48, 55, 136, 0.42) 0 1.9px, transparent 3px),
    radial-gradient(circle at 66% 34%, rgba(118, 39, 149, 0.44) 0 2.4px, transparent 3.6px),
    radial-gradient(circle at 82% 18%, rgba(40, 18, 74, 0.48) 0 1.8px, transparent 2.8px),
    radial-gradient(circle at 14% 82%, rgba(39, 56, 126, 0.38) 0 2.2px, transparent 3.4px),
    radial-gradient(circle at 42% 74%, rgba(82, 32, 131, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 68%, rgba(58, 39, 121, 0.4) 0 1.9px, transparent 2.9px),
    radial-gradient(circle at 88% 84%, rgba(32, 17, 64, 0.5) 0 1.8px, transparent 2.8px);
  animation-duration: 26s;
}

.backdrop-pollen-two {
  inset: -8% -6%;
  opacity: 0.7;
  background-size: 620px 500px;
  background-image:
    radial-gradient(circle at 12% 16%, rgba(38, 14, 67, 0.34) 0 4px, transparent 6.4px),
    radial-gradient(circle at 28% 38%, rgba(77, 31, 122, 0.3) 0 4.8px, transparent 7.4px),
    radial-gradient(circle at 44% 18%, rgba(38, 56, 128, 0.28) 0 3.8px, transparent 6.2px),
    radial-gradient(circle at 62% 26%, rgba(125, 45, 158, 0.26) 0 4.2px, transparent 6.8px),
    radial-gradient(circle at 78% 42%, rgba(81, 31, 129, 0.28) 0 4px, transparent 6.4px),
    radial-gradient(circle at 18% 74%, rgba(43, 61, 136, 0.24) 0 4.2px, transparent 6.8px),
    radial-gradient(circle at 56% 70%, rgba(31, 16, 63, 0.24) 0 3.8px, transparent 6.2px),
    radial-gradient(circle at 84% 82%, rgba(81, 33, 128, 0.28) 0 4px, transparent 6.6px);
  filter: blur(0.8px);
  animation-duration: 34s;
  animation-delay: -8s;
}

.backdrop-pollen-three {
  inset: -2% -2%;
  opacity: 0.62;
  background-size: 340px 280px;
  background-image:
    radial-gradient(circle at 10% 22%, rgba(49, 18, 85, 0.44) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 22% 48%, rgba(82, 30, 132, 0.42) 0 1.8px, transparent 2.9px),
    radial-gradient(circle at 38% 14%, rgba(115, 42, 153, 0.34) 0 1.6px, transparent 2.7px),
    radial-gradient(circle at 58% 28%, rgba(43, 61, 136, 0.36) 0 1.8px, transparent 2.9px),
    radial-gradient(circle at 76% 20%, rgba(70, 39, 123, 0.38) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 20% 80%, rgba(43, 61, 136, 0.3) 0 1.6px, transparent 2.8px),
    radial-gradient(circle at 48% 74%, rgba(36, 16, 69, 0.34) 0 1.6px, transparent 2.7px),
    radial-gradient(circle at 86% 76%, rgba(84, 33, 132, 0.36) 0 1.8px, transparent 2.8px);
  filter: blur(0.25px);
  animation-duration: 20s;
  animation-delay: -4s;
}

.backdrop-mesh {
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.72;
  animation: mesh-drift 22s ease-in-out infinite alternate;
}

.backdrop-mesh-one {
  top: 6%;
  left: -8%;
  width: 56vw;
  height: 42vw;
  background:
    radial-gradient(circle at 28% 34%, rgba(143, 78, 255, 0.18), transparent 36%),
    radial-gradient(circle at 72% 42%, rgba(216, 184, 255, 0.2), transparent 28%),
    radial-gradient(circle at 48% 78%, rgba(164, 184, 255, 0.14), transparent 22%);
  transform: translate3d(calc(var(--page-scroll) * -0.015), calc(var(--page-scroll) * -0.028), 0);
}

.backdrop-mesh-two {
  right: -14%;
  bottom: 2%;
  width: 48vw;
  height: 40vw;
  background:
    radial-gradient(circle at 34% 24%, rgba(111, 46, 232, 0.16), transparent 26%),
    radial-gradient(circle at 68% 54%, rgba(216, 184, 255, 0.18), transparent 26%),
    radial-gradient(circle at 46% 78%, rgba(106, 214, 211, 0.14), transparent 22%);
  transform: translate3d(calc(var(--page-scroll) * 0.018), calc(var(--page-scroll) * -0.02), 0);
}

.backdrop-orbit {
  border: 1px solid rgba(111, 46, 232, 0.08);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.backdrop-orbit-one {
  top: 12%;
  right: -8%;
  width: 46vw;
  height: 46vw;
  transform: translate3d(calc(var(--page-scroll) * 0.01), calc(var(--page-scroll) * -0.03), 0) rotate(12deg);
  animation: orbit-turn 28s linear infinite;
}

.backdrop-orbit-two {
  bottom: 6%;
  left: -10%;
  width: 36vw;
  height: 36vw;
  transform: translate3d(calc(var(--page-scroll) * -0.012), calc(var(--page-scroll) * -0.014), 0) rotate(-8deg);
  animation: orbit-turn 34s linear infinite reverse;
}

.backdrop-figure {
  opacity: 0.1;
  object-fit: contain;
  filter: saturate(0.96) drop-shadow(0 22px 48px rgba(67, 21, 96, 0.08));
  -webkit-mask-image: radial-gradient(circle at center, #000 42%, transparent 80%);
  mask-image: radial-gradient(circle at center, #000 42%, transparent 80%);
  transform-origin: center;
  animation: backdrop-breathe 16s ease-in-out infinite;
}

.backdrop-savantis {
  top: 0;
  right: 2%;
  width: min(34vw, 420px);
  opacity: 0.14;
  transform: translate3d(calc(var(--page-scroll) * 0.014), calc(var(--page-scroll) * -0.034), 0) scale(1.02);
  animation-delay: -2s;
}

.backdrop-keeper {
  top: 24%;
  left: -4%;
  width: min(28vw, 340px);
  opacity: 0.065;
  transform: translate3d(calc(var(--page-scroll) * -0.018), calc(var(--page-scroll) * -0.018), 0) rotate(-6deg);
  animation-delay: -6s;
}

.backdrop-pathfinder {
  top: 42%;
  right: -3%;
  width: min(26vw, 320px);
  opacity: 0.058;
  transform: translate3d(calc(var(--page-scroll) * 0.012), calc(var(--page-scroll) * -0.012), 0) rotate(5deg);
  animation-delay: -9s;
}

.backdrop-striker {
  top: 58%;
  left: 6%;
  width: min(18vw, 220px);
  opacity: 0.05;
  transform: translate3d(calc(var(--page-scroll) * -0.01), calc(var(--page-scroll) * -0.04), 0) rotate(-8deg);
  animation-delay: -4s;
}

.backdrop-glassbox {
  right: 3%;
  bottom: 4%;
  width: min(28vw, 320px);
  opacity: 0.072;
  transform: translate3d(calc(var(--page-scroll) * 0.01), calc(var(--page-scroll) * -0.02), 0);
  animation-delay: -7s;
}

.section-shell,
.header-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 16px;
}

#why,
#products,
#proof,
#plans {
  scroll-margin-top: var(--anchor-offset);
}

.header-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(67, 21, 96, 0.08);
}

.header-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(143, 78, 255, 0.08), transparent);
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(111, 46, 232, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(238, 224, 255, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  animation: brand-breathe 10s ease-in-out infinite;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.94rem;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(143, 78, 255, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(67, 21, 96, 0.05);
}

.lang-button {
  font-family: var(--font-display);
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.lang-button:hover {
  color: var(--text);
}

.lang-button.is-active {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(111, 46, 232, 0.18);
}

.header-cta,
.button {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mini-cta {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-cta {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.button:hover,
.header-cta:hover,
.mini-cta:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  background-size: 160% 160%;
  color: #fff;
  box-shadow: 0 18px 42px rgba(111, 46, 232, 0.24);
  animation: button-glow 9s ease-in-out infinite;
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 96px);
  padding: 54px 0 42px;
}

.hero-copy {
  max-width: 37rem;
}

.eyebrow,
.card-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--accent-strong);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.06em;
  text-wrap: balance;
}

h1 {
  margin-top: 14px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.94;
  max-width: 11ch;
}

h2 {
  margin-top: 12px;
  font-size: clamp(2.3rem, 4.4vw, 4.3rem);
  line-height: 0.98;
  max-width: 13ch;
}

h3 {
  font-size: 1.46rem;
  line-height: 1.08;
}

.hero-text,
.section-head p,
.benefit-card p,
.product-summary,
.feature-list li,
.workflow-copy p,
.workflow-card p,
.proof-copy p,
.proof-point p,
.plan-card p,
.cta-shell p,
.site-footer p {
  color: var(--muted);
  text-wrap: pretty;
}

.hero-text {
  margin-top: 18px;
  font-size: 1.08rem;
  line-height: 1.72;
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(67, 21, 96, 0.08);
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.92rem;
}

.hero-stage {
  position: relative;
}

.hero-stage-panel {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(143, 78, 255, 0.24);
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 18%, rgba(187, 135, 255, 0.36), transparent 24%),
    radial-gradient(circle at 24% 76%, rgba(106, 214, 211, 0.18), transparent 24%),
    radial-gradient(circle at 84% 26%, rgba(216, 184, 255, 0.28), transparent 20%),
    linear-gradient(155deg, rgba(53, 19, 86, 0.96), rgba(24, 10, 40, 0.98) 44%, rgba(66, 23, 110, 0.96));
  box-shadow:
    0 28px 70px rgba(32, 8, 52, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background-size: 126% 126%;
  animation: hero-surface-shift 18s ease-in-out infinite alternate;
}

.hero-stage-panel::before {
  content: "";
  position: absolute;
  inset: -24% -10%;
  z-index: 0;
  background:
    conic-gradient(
      from 0deg at 50% 50%,
      rgba(143, 78, 255, 0),
      rgba(143, 78, 255, 0.24),
      rgba(216, 184, 255, 0.14),
      rgba(143, 78, 255, 0)
    );
  filter: blur(30px);
  animation: halo-spin 18s linear infinite;
}

.hero-stage-panel::after {
  content: "";
  position: absolute;
  inset: auto 6% 2% 6%;
  z-index: 0;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(143, 78, 255, 0.38), rgba(216, 184, 255, 0.12) 34%, transparent 70%);
  filter: blur(18px);
  animation: stage-pulse 6s ease-in-out infinite;
}

.hero-motion-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-aurora,
.hero-core-glow,
.hero-grid,
.hero-ring,
.hero-lightband,
.hero-trail {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-aurora {
  border-radius: 999px;
  filter: blur(28px);
  mix-blend-mode: screen;
  opacity: 0.96;
  animation: aurora-sweep 10s ease-in-out infinite alternate;
}

.hero-aurora-one {
  top: -2%;
  left: -12%;
  width: 72%;
  height: 40%;
  background:
    radial-gradient(circle at 34% 50%, rgba(143, 78, 255, 0.7), transparent 56%),
    radial-gradient(circle at 72% 34%, rgba(216, 184, 255, 0.56), transparent 54%);
}

.hero-aurora-two {
  top: 14%;
  right: -12%;
  width: 64%;
  height: 52%;
  background:
    radial-gradient(circle at 38% 40%, rgba(216, 184, 255, 0.62), transparent 58%),
    radial-gradient(circle at 68% 48%, rgba(106, 214, 211, 0.42), transparent 54%);
  animation-delay: -3s;
}

.hero-aurora-three {
  bottom: -6%;
  left: 6%;
  width: 72%;
  height: 34%;
  background:
    radial-gradient(circle at 44% 44%, rgba(143, 78, 255, 0.54), transparent 60%),
    radial-gradient(circle at 70% 52%, rgba(255, 255, 255, 0.32), transparent 56%);
  animation-delay: -6s;
}

.hero-core-glow {
  left: 12%;
  right: 12%;
  bottom: 2%;
  height: 300px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(143, 78, 255, 0.48), rgba(216, 184, 255, 0.22) 34%, transparent 72%);
  filter: blur(20px);
  opacity: 1;
  animation: core-breathe 6s ease-in-out infinite;
}

.hero-grid {
  inset: 0;
  opacity: 0.62;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 80%);
  mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 80%);
  transform: perspective(1400px) rotateX(74deg) translateY(8%);
  transform-origin: center bottom;
  animation: hero-grid-shift 16s ease-in-out infinite alternate;
}

.hero-ring {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(111, 46, 232, 0.06),
    0 0 0 1px rgba(216, 184, 255, 0.22);
  animation: ring-breathe 12s ease-in-out infinite;
}

.hero-ring-one {
  inset: 11% 14%;
}

.hero-ring-two {
  inset: 18% 22%;
  opacity: 0.62;
  animation-delay: -4s;
}

.hero-lightband {
  --lightband-angle: 0deg;
  border-radius: 999px;
  filter: blur(20px);
  mix-blend-mode: screen;
  opacity: 0.82;
  animation: lightband-sway 9s ease-in-out infinite alternate;
}

.hero-lightband-one {
  --lightband-angle: 18deg;
  top: -8%;
  left: 16%;
  width: 22%;
  height: 74%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(216, 184, 255, 0.52), rgba(255, 255, 255, 0));
  transform: rotate(var(--lightband-angle));
}

.hero-lightband-two {
  --lightband-angle: -20deg;
  top: 4%;
  right: 12%;
  width: 18%;
  height: 64%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(143, 78, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(var(--lightband-angle));
  animation-delay: -5s;
}

.hero-trail {
  --trail-angle: 0deg;
  inset: auto;
  width: 64%;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96), rgba(216, 184, 255, 0.42), rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 14px rgba(216, 184, 255, 0.56));
  opacity: 1;
  animation: trail-scan 4.8s ease-in-out infinite;
}

.hero-trail-one {
  --trail-angle: 18deg;
  top: 24%;
  left: -12%;
  transform: rotate(var(--trail-angle));
}

.hero-trail-two {
  --trail-angle: -16deg;
  right: -18%;
  bottom: 20%;
  transform: rotate(var(--trail-angle));
  animation-delay: -4.4s;
}

.hero-aurora,
.hero-core-glow,
.hero-grid,
.hero-ring,
.hero-lightband,
.hero-trail {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-aurora {
  border-radius: 999px;
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: aurora-sweep 14s ease-in-out infinite alternate;
}

.hero-aurora-one {
  top: 4%;
  left: -8%;
  width: 62%;
  height: 34%;
  background:
    radial-gradient(circle at 34% 50%, rgba(143, 78, 255, 0.56), transparent 56%),
    radial-gradient(circle at 72% 34%, rgba(216, 184, 255, 0.48), transparent 54%);
}

.hero-aurora-two {
  top: 18%;
  right: -10%;
  width: 56%;
  height: 46%;
  background:
    radial-gradient(circle at 38% 40%, rgba(216, 184, 255, 0.52), transparent 58%),
    radial-gradient(circle at 68% 48%, rgba(106, 214, 211, 0.34), transparent 54%);
  animation-delay: -5s;
}

.hero-aurora-three {
  bottom: -2%;
  left: 10%;
  width: 64%;
  height: 28%;
  background:
    radial-gradient(circle at 44% 44%, rgba(143, 78, 255, 0.36), transparent 60%),
    radial-gradient(circle at 70% 52%, rgba(255, 255, 255, 0.26), transparent 56%);
  animation-delay: -9s;
}

.hero-core-glow {
  left: 18%;
  right: 18%;
  bottom: 6%;
  height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(143, 78, 255, 0.34), rgba(216, 184, 255, 0.18) 34%, transparent 72%);
  filter: blur(14px);
  opacity: 0.92;
  animation: core-breathe 9s ease-in-out infinite;
}

.hero-grid {
  inset: 0;
  opacity: 0.48;
  background:
    linear-gradient(rgba(111, 46, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 46, 232, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 80%);
  mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 80%);
  transform: perspective(1400px) rotateX(74deg) translateY(8%);
  transform-origin: center bottom;
  animation: hero-grid-shift 16s ease-in-out infinite alternate;
}

.hero-ring {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(111, 46, 232, 0.06),
    0 0 0 1px rgba(216, 184, 255, 0.22);
  animation: ring-breathe 12s ease-in-out infinite;
}

.hero-ring-one {
  inset: 11% 14%;
}

.hero-ring-two {
  inset: 18% 22%;
  opacity: 0.62;
  animation-delay: -4s;
}

.hero-lightband {
  --lightband-angle: 0deg;
  border-radius: 999px;
  filter: blur(16px);
  mix-blend-mode: screen;
  opacity: 0.58;
  animation: lightband-sway 14s ease-in-out infinite alternate;
}

.hero-lightband-one {
  --lightband-angle: 18deg;
  top: -8%;
  left: 16%;
  width: 22%;
  height: 74%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(216, 184, 255, 0.52), rgba(255, 255, 255, 0));
  transform: rotate(var(--lightband-angle));
}

.hero-lightband-two {
  --lightband-angle: -20deg;
  top: 4%;
  right: 12%;
  width: 18%;
  height: 64%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(143, 78, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(var(--lightband-angle));
  animation-delay: -5s;
}

.hero-trail {
  --trail-angle: 0deg;
  inset: auto;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92), rgba(216, 184, 255, 0.26), rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 10px rgba(216, 184, 255, 0.4));
  opacity: 0.92;
  animation: trail-scan 7s ease-in-out infinite;
}

.hero-trail-one {
  --trail-angle: 18deg;
  top: 24%;
  left: -12%;
  transform: rotate(var(--trail-angle));
}

.hero-trail-two {
  --trail-angle: -16deg;
  right: -18%;
  bottom: 20%;
  transform: rotate(var(--trail-angle));
  animation-delay: -4.4s;
}

.hero-stage-image {
  position: absolute;
  inset: auto 6% 0;
  z-index: 1;
  width: 88%;
  height: 90%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 34px 62px rgba(15, 4, 26, 0.48));
  animation: figure-float 7s ease-in-out infinite;
}

.hero-ambient,
.hero-spark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero-ambient {
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.82;
  animation: ambient-float 7s ease-in-out infinite;
}

.hero-ambient-one {
  top: 8%;
  left: 10%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(216, 184, 255, 0.28), transparent 64%);
}

.hero-ambient-two {
  top: 16%;
  right: 14%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(106, 214, 211, 0.22), transparent 66%);
  animation-delay: -4s;
}

.hero-ambient-three {
  bottom: 18%;
  left: 26%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(164, 184, 255, 0.18), transparent 68%);
  animation-delay: -8s;
}

.hero-spark {
  width: 14px;
  height: 14px;
}

.hero-spark::before,
.hero-spark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.94), rgba(216, 184, 255, 0));
}

.hero-spark::after {
  transform: rotate(45deg);
}

.hero-spark-one {
  top: 14%;
  left: 22%;
  animation: spark-pulse 4.6s ease-in-out infinite;
}

.hero-spark-two {
  top: 24%;
  right: 18%;
  animation: spark-pulse 5.4s ease-in-out infinite -1.8s;
}

.hero-spark-three {
  bottom: 26%;
  right: 28%;
  animation: spark-pulse 4.8s ease-in-out infinite -0.9s;
}

.hero-spark-four {
  bottom: 18%;
  left: 18%;
  animation: spark-pulse 5.1s ease-in-out infinite -2.2s;
}

.hero-badge {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 158px;
  max-width: 192px;
  padding: 14px 16px;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(26, 10, 43, 0.56);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px rgba(7, 2, 14, 0.28);
  transition: transform 180ms ease, border-color 180ms ease;
  animation: badge-float 5.8s ease-in-out infinite;
}

.hero-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.44) 50%, transparent 78%);
  transform: translateX(-180%);
  opacity: 0;
  animation: badge-sheen 9s ease-in-out infinite;
  pointer-events: none;
}

.hero-badge strong {
  font-size: 0.94rem;
}

.hero-badge span {
  color: rgba(235, 226, 255, 0.78);
  font-size: 0.78rem;
}

.hero-badge:hover {
  border-color: var(--line-strong);
  box-shadow: 0 16px 36px rgba(67, 21, 96, 0.12);
}

.keeper-badge {
  top: 32px;
  left: 26px;
  animation-delay: 0s;
}

.pathfinder-badge {
  top: 82px;
  right: 28px;
  animation-delay: 0.8s;
}

.striker-badge {
  top: 292px;
  left: 20px;
  animation-delay: 1.4s;
}

.maelstrom-badge {
  right: 28px;
  bottom: 138px;
  animation-delay: 1.9s;
}

.glassbox-badge {
  left: calc(50% - 79px);
  bottom: 24px;
  animation-delay: 2.2s;
}

.benefits,
.products-section,
.workflow-section,
.plans-section,
.cta-section,
.site-footer {
  position: relative;
  z-index: 1;
}

.benefits {
  padding: 18px 0 42px;
}

.section-head {
  max-width: 44rem;
}

.section-head p {
  margin-top: 14px;
  line-height: 1.7;
}

.section-head-wide {
  max-width: 52rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.benefit-card,
.workflow-card,
.plan-card,
.proof-point,
.cta-shell {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.benefit-card {
  padding: 24px;
}

.benefit-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(111, 46, 232, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.benefit-card h3,
.workflow-card h3,
.plan-card h3,
.proof-point h3 {
  margin-top: 18px;
}

.benefit-card p,
.workflow-card p,
.plan-card p,
.proof-point p,
.cta-shell p {
  margin-top: 14px;
  line-height: 1.7;
}

.products-section {
  padding: 14px 0 42px;
}

.products-section::before,
.workflow-section::before,
.plans-section::before {
  content: "";
  position: absolute;
  left: 50%;
  width: min(1120px, 94vw);
  transform: translateX(-50%);
  border-radius: 42px;
  pointer-events: none;
}

.products-section::before {
  top: 84px;
  height: 68%;
  background:
    radial-gradient(circle at 20% 20%, rgba(206, 183, 255, 0.16), transparent 18%),
    radial-gradient(circle at 52% 30%, rgba(158, 182, 255, 0.14), transparent 18%),
    radial-gradient(circle at 84% 34%, rgba(238, 146, 255, 0.14), transparent 16%),
    radial-gradient(circle at 24% 80%, rgba(146, 168, 255, 0.14), transparent 18%),
    radial-gradient(circle at 82% 82%, rgba(223, 203, 255, 0.18), transparent 16%);
  filter: blur(18px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.product-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(177, 132, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(58, 24, 95, 0.96), rgba(18, 8, 31, 0.98) 46%, rgba(43, 16, 73, 0.98));
  backdrop-filter: blur(12px);
  box-shadow:
    0 28px 64px rgba(25, 7, 44, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  opacity: 1;
  background:
    radial-gradient(circle at 18% 18%, var(--card-glow-one, rgba(143, 78, 255, 0.24)), transparent 30%),
    radial-gradient(circle at 84% 22%, var(--card-glow-two, rgba(216, 184, 255, 0.22)), transparent 34%),
    radial-gradient(circle at 48% 78%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(160deg, rgba(70, 28, 116, 0.96), rgba(15, 6, 26, 0.98) 52%, rgba(60, 22, 101, 0.98));
  background-size: 160% 160%;
  filter: saturate(118%);
  transform: scale(1);
  animation: hero-surface-shift 18s ease-in-out infinite alternate;
  transition: transform 260ms ease, opacity 260ms ease;
}

.product-card::after {
  display: none;
}

.keeper-card::after {
  --card-sheen-one: rgba(238, 228, 255, 0.2);
  --card-sheen-two: rgba(171, 124, 255, 0.16);
}

.keeper-card::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(206, 183, 255, 0.34), transparent 24%),
    radial-gradient(circle at 72% 34%, rgba(143, 78, 255, 0.24), transparent 30%),
    radial-gradient(circle at 38% 84%, rgba(255, 255, 255, 0.2), transparent 24%);
}

.pathfinder-card::after {
  --card-sheen-one: rgba(220, 228, 255, 0.18);
  --card-sheen-two: rgba(169, 133, 255, 0.16);
}

.pathfinder-card::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(158, 182, 255, 0.3), transparent 24%),
    radial-gradient(circle at 74% 34%, rgba(143, 78, 255, 0.22), transparent 30%),
    radial-gradient(circle at 40% 82%, rgba(255, 255, 255, 0.18), transparent 24%);
}

.striker-card::after {
  --card-sheen-one: rgba(248, 220, 255, 0.2);
  --card-sheen-two: rgba(205, 120, 255, 0.18);
}

.striker-card::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(238, 146, 255, 0.34), transparent 24%),
    radial-gradient(circle at 74% 34%, rgba(143, 78, 255, 0.24), transparent 30%),
    radial-gradient(circle at 42% 82%, rgba(255, 255, 255, 0.16), transparent 24%);
}

.maelstrom-card::after {
  --card-sheen-one: rgba(225, 231, 255, 0.18);
  --card-sheen-two: rgba(162, 126, 255, 0.16);
}

.maelstrom-card::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(146, 168, 255, 0.34), transparent 24%),
    radial-gradient(circle at 74% 34%, rgba(143, 78, 255, 0.24), transparent 30%),
    radial-gradient(circle at 40% 82%, rgba(255, 255, 255, 0.18), transparent 24%);
}

.glassbox-card::after {
  --card-sheen-one: rgba(255, 255, 255, 0.22);
  --card-sheen-two: rgba(190, 156, 255, 0.16);
}

.glassbox-card::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(223, 203, 255, 0.34), transparent 24%),
    radial-gradient(circle at 74% 34%, rgba(143, 78, 255, 0.24), transparent 30%),
    radial-gradient(circle at 40% 82%, rgba(255, 255, 255, 0.22), transparent 24%);
}

.product-card:hover,
.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(202, 175, 255, 0.24);
  box-shadow: 0 34px 78px rgba(20, 6, 38, 0.34);
}

.product-card:hover::before {
  opacity: 1;
  transform: scale(1.06);
}

.keeper-card,
.pathfinder-card {
  grid-column: span 6;
}

.striker-card,
.maelstrom-card,
.glassbox-card {
  grid-column: span 4;
}

.product-visual {
  position: relative;
  z-index: 1;
  min-height: 360px;
  overflow: visible;
}

.product-scene {
  display: none;
}

.product-scene::before,
.product-scene::after {
  content: "";
  position: absolute;
  inset: 0;
}

.product-scene::before {
  background:
    radial-gradient(circle at 16% 16%, var(--scene-primary, rgba(143, 78, 255, 0.54)), transparent 28%),
    radial-gradient(circle at 84% 20%, var(--scene-secondary, rgba(216, 184, 255, 0.44)), transparent 28%),
    linear-gradient(160deg, var(--scene-top, rgba(67, 24, 113, 0.94)), var(--scene-bottom, rgba(12, 5, 24, 0.98)) 66%);
  background-size: 140% 140%;
  animation: hero-surface-shift 16s ease-in-out infinite alternate;
}

.product-scene::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 20%, rgba(0, 0, 0, 0.14)),
    conic-gradient(from 180deg at 50% 54%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.16), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: scene-overlay-sweep 12s ease-in-out infinite alternate;
}

.scene-grid,
.scene-orb,
.scene-ridge,
.scene-line {
  position: absolute;
  pointer-events: none;
}

.scene-grid {
  --scene-grid-tilt: 72deg;
  --scene-grid-rotate: 0deg;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(circle at 50% 56%, #000 12%, transparent 82%);
  mask-image: radial-gradient(circle at 50% 56%, #000 12%, transparent 82%);
  transform: perspective(1200px) rotateX(var(--scene-grid-tilt)) rotateZ(var(--scene-grid-rotate)) translateY(26%);
  transform-origin: center bottom;
  animation: scene-grid-drift 14s ease-in-out infinite alternate;
}

.scene-orb {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 68%);
  filter: blur(8px);
  opacity: 0.92;
  animation: scene-orb-drift 10s ease-in-out infinite alternate;
}

.scene-ridge {
  left: -8%;
  right: -8%;
  border-radius: 999px;
}

.scene-line {
  opacity: 0.9;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.34));
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 8% 10% auto;
  z-index: 1;
  height: 148px;
  border-radius: 999px;
  opacity: 1;
  filter: blur(8px);
  animation: visual-bloom 7s ease-in-out infinite;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: auto 8% 4%;
  z-index: 1;
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.36), transparent 70%);
  filter: blur(14px);
  opacity: 0.72;
}

.keeper-card .product-visual::before {
  background: radial-gradient(circle at top, rgba(206, 183, 255, 0.46), transparent 74%);
}

.pathfinder-card .product-visual::before {
  background: radial-gradient(circle at top, rgba(158, 182, 255, 0.44), transparent 74%);
}

.striker-card .product-visual::before {
  background: radial-gradient(circle at top, rgba(238, 146, 255, 0.44), transparent 74%);
}

.maelstrom-card .product-visual::before {
  background: radial-gradient(circle at top, rgba(146, 168, 255, 0.44), transparent 74%);
}

.glassbox-card .product-visual::before {
  background: radial-gradient(circle at top, rgba(223, 203, 255, 0.44), transparent 74%);
}

.keeper-card {
  --card-glow-one: rgba(206, 183, 255, 0.28);
  --card-glow-two: rgba(255, 255, 255, 0.12);
  --scene-primary: rgba(206, 183, 255, 0.34);
  --scene-secondary: rgba(164, 112, 255, 0.22);
  --scene-top: rgba(60, 27, 96, 0.94);
  --scene-bottom: rgba(16, 10, 20, 0.98);
}

.keeper-card .scene-grid {
  opacity: 0.1;
  --scene-grid-tilt: 76deg;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}

.keeper-card .scene-orb {
  top: 10%;
  right: 10%;
  width: 164px;
  height: 164px;
  background: radial-gradient(circle, rgba(255, 247, 255, 0.78), rgba(206, 183, 255, 0.2) 40%, transparent 70%);
  filter: blur(12px);
}

.keeper-card .scene-ridge-one {
  inset: auto -18% 18% -14%;
  height: 26%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(245, 238, 255, 0.76), rgba(206, 183, 255, 0.3) 42%, rgba(206, 183, 255, 0) 74%);
  filter: blur(10px);
  opacity: 0.92;
  animation: keeper-horizon 16s ease-in-out infinite alternate;
}

.keeper-card .scene-ridge-two {
  inset: auto -8% -8% -8%;
  height: 56%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 92%, rgba(120, 80, 188, 0.54), rgba(120, 80, 188, 0.18) 42%, rgba(120, 80, 188, 0) 72%);
  filter: blur(10px);
  opacity: 0.88;
  animation: keeper-floor 18s ease-in-out infinite alternate;
}

.keeper-card .scene-line-one,
.keeper-card .scene-line-two {
  left: 14%;
  right: 14%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(238, 229, 255, 0.86), rgba(255, 255, 255, 0));
  filter: blur(1px);
}

.keeper-card .scene-line-one {
  top: 44%;
  opacity: 0.76;
}

.keeper-card .scene-line-two {
  top: 52%;
  opacity: 0.38;
}

.pathfinder-card {
  --card-glow-one: rgba(158, 182, 255, 0.28);
  --card-glow-two: rgba(184, 145, 255, 0.24);
  --scene-primary: rgba(158, 182, 255, 0.32);
  --scene-secondary: rgba(184, 145, 255, 0.22);
  --scene-top: rgba(24, 32, 88, 0.94);
  --scene-bottom: rgba(10, 8, 26, 0.98);
}

.pathfinder-card .scene-grid {
  opacity: 0.18;
  --scene-grid-rotate: 0deg;
  background:
    repeating-radial-gradient(circle at 32% 66%, rgba(158, 182, 255, 0.18) 0 2px, transparent 2px 20px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

.pathfinder-card .scene-orb {
  top: 12%;
  left: 12%;
  right: auto;
  width: 142px;
  height: 142px;
  background: radial-gradient(circle, rgba(220, 229, 255, 0.82), rgba(158, 182, 255, 0.18) 38%, transparent 72%);
  filter: blur(12px);
}

.pathfinder-card .scene-ridge-one,
.pathfinder-card .scene-ridge-two {
  border: 1px solid rgba(158, 182, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(224, 231, 255, 0.16), rgba(158, 182, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0.72;
}

.pathfinder-card .scene-ridge-one {
  --scene-path-angle: -18deg;
  inset: 24% 12% auto 10%;
  height: 22%;
  border-radius: 999px;
  filter: blur(1px);
  animation: pathfinder-sweep 13s ease-in-out infinite alternate;
}

.pathfinder-card .scene-ridge-two {
  --scene-path-angle: 12deg;
  inset: 48% 18% auto 22%;
  height: 16%;
  border-radius: 999px;
  opacity: 0.44;
  filter: blur(1px);
  animation: pathfinder-sweep 17s ease-in-out infinite alternate-reverse;
}

.pathfinder-card .scene-line-one,
.pathfinder-card .scene-line-two {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(220, 229, 255, 0.96), rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 14px rgba(158, 182, 255, 0.32));
}

.pathfinder-card .scene-line-one {
  top: 34%;
  left: 10%;
  width: 70%;
  transform: rotate(-16deg);
  animation: route-travel 5.5s ease-in-out infinite;
}

.pathfinder-card .scene-line-two {
  top: 54%;
  right: 12%;
  width: 40%;
  transform: rotate(16deg);
  opacity: 0.48;
  animation: route-travel 6.4s ease-in-out infinite reverse;
}

.striker-card {
  --card-glow-one: rgba(238, 146, 255, 0.28);
  --card-glow-two: rgba(164, 112, 255, 0.24);
  --scene-primary: rgba(238, 146, 255, 0.32);
  --scene-secondary: rgba(164, 112, 255, 0.22);
  --scene-top: rgba(74, 22, 82, 0.94);
  --scene-bottom: rgba(13, 6, 19, 0.98);
}

.striker-card .scene-grid {
  opacity: 0.14;
  --scene-grid-tilt: 68deg;
  --scene-grid-rotate: -8deg;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}

.striker-card .scene-orb {
  top: 8%;
  right: 10%;
  width: 142px;
  height: 142px;
  background: radial-gradient(circle, rgba(255, 228, 255, 0.82), rgba(238, 146, 255, 0.18) 40%, transparent 72%);
  filter: blur(12px);
}

.striker-card .scene-ridge-one {
  --strike-band-angle: -20deg;
  inset: 18% auto auto -14%;
  width: 84%;
  height: 20%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 208, 255, 0.62), rgba(238, 146, 255, 0.28), rgba(255, 255, 255, 0));
  filter: blur(6px);
  animation: striker-band 6.6s ease-in-out infinite;
}

.striker-card .scene-ridge-two {
  --strike-band-angle: 14deg;
  inset: 44% -12% auto auto;
  width: 74%;
  height: 16%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(244, 191, 255, 0.58), rgba(197, 121, 255, 0.18), rgba(255, 255, 255, 0));
  filter: blur(6px);
  animation: striker-band 7.8s ease-in-out infinite reverse;
}

.striker-card .scene-line-one,
.striker-card .scene-line-two {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(251, 210, 255, 0.96), rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 12px rgba(238, 146, 255, 0.42));
}

.striker-card .scene-line-one {
  --strike-angle: 20deg;
  top: 26%;
  left: -8%;
  width: 78%;
  transform: rotate(var(--strike-angle));
  animation: strike-pass 3.2s ease-in-out infinite;
}

.striker-card .scene-line-two {
  --strike-angle: -18deg;
  top: 46%;
  right: -6%;
  width: 62%;
  transform: rotate(var(--strike-angle));
  animation: strike-pass 4.1s ease-in-out infinite reverse;
}

.maelstrom-card {
  --card-glow-one: rgba(146, 168, 255, 0.28);
  --card-glow-two: rgba(164, 112, 255, 0.24);
  --scene-primary: rgba(146, 168, 255, 0.34);
  --scene-secondary: rgba(164, 112, 255, 0.24);
  --scene-top: rgba(19, 28, 74, 0.94);
  --scene-bottom: rgba(10, 6, 23, 0.98);
}

.maelstrom-card .scene-grid {
  opacity: 0;
}

.maelstrom-card .scene-orb {
  top: 22%;
  left: 50%;
  right: auto;
  width: 164px;
  height: 164px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(219, 228, 255, 0.76), rgba(146, 168, 255, 0.14) 42%, transparent 68%);
}

.maelstrom-card .scene-ridge-one,
.maelstrom-card .scene-ridge-two {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: transparent;
}

.maelstrom-card .scene-ridge-one {
  width: 62%;
  height: 62%;
  border: 1px solid rgba(146, 168, 255, 0.44);
  box-shadow: inset 0 0 0 14px rgba(146, 168, 255, 0.08);
  animation: swirl-turn 12s linear infinite;
}

.maelstrom-card .scene-ridge-two {
  width: 40%;
  height: 40%;
  border: 1px solid rgba(164, 112, 255, 0.36);
  box-shadow: inset 0 0 0 10px rgba(164, 112, 255, 0.1);
  animation: swirl-turn 8s linear infinite reverse;
}

.maelstrom-card .scene-line-one,
.maelstrom-card .scene-line-two {
  left: 50%;
  top: 50%;
  width: 42%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(221, 230, 255, 0.96), rgba(255, 255, 255, 0));
  transform-origin: center;
}

.maelstrom-card .scene-line-one {
  transform: translate(-50%, -50%) rotate(24deg);
  animation: storm-sweep 5.8s ease-in-out infinite;
}

.maelstrom-card .scene-line-two {
  transform: translate(-50%, -50%) rotate(-32deg);
  animation: storm-sweep 7.2s ease-in-out infinite reverse;
}

.glassbox-card {
  --card-glow-one: rgba(223, 203, 255, 0.3);
  --card-glow-two: rgba(169, 128, 255, 0.24);
  --scene-primary: rgba(223, 203, 255, 0.34);
  --scene-secondary: rgba(169, 128, 255, 0.22);
  --scene-top: rgba(47, 24, 76, 0.94);
  --scene-bottom: rgba(10, 6, 22, 0.98);
}

.glassbox-card .scene-grid {
  opacity: 0.16;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
}

.glassbox-card .scene-orb {
  top: 12%;
  right: 14%;
  width: 148px;
  height: 148px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(223, 203, 255, 0.2) 38%, transparent 68%);
  filter: blur(12px);
}

.glassbox-card .scene-ridge-one,
.glassbox-card .scene-ridge-two {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(223, 203, 255, 0.1)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 28px rgba(111, 46, 232, 0.08);
}

.glassbox-card .scene-ridge-one {
  --pane-angle: -10deg;
  inset: 18% 20% auto 10%;
  height: 42%;
  border-radius: 28px;
  transform: rotate(var(--pane-angle));
  animation: pane-drift 12s ease-in-out infinite alternate;
}

.glassbox-card .scene-ridge-two {
  --pane-angle: 12deg;
  inset: 34% 10% auto 30%;
  height: 34%;
  border-radius: 24px;
  transform: rotate(var(--pane-angle));
  animation: pane-drift 16s ease-in-out infinite alternate-reverse;
}

.glassbox-card .scene-line-one,
.glassbox-card .scene-line-two {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92), rgba(223, 203, 255, 0.34), rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.24));
}

.glassbox-card .scene-line-one {
  top: 32%;
  left: 12%;
  width: 62%;
  transform: rotate(-10deg);
  animation: pane-sheen 5.8s ease-in-out infinite;
}

.glassbox-card .scene-line-two {
  top: 48%;
  right: 8%;
  width: 44%;
  transform: rotate(14deg);
  animation: pane-sheen 7.2s ease-in-out infinite reverse;
}

.product-image {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  margin: auto;
  width: 92%;
  height: 94%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 48px rgba(12, 5, 24, 0.28));
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform 900ms ease, opacity 900ms ease;
}

.product-image-wide {
  width: 100%;
  height: 78%;
}

.maelstrom-card .product-image-wide {
  width: 110%;
  height: 92%;
  inset: auto -5% 0;
}

.product-card.is-visible .product-image {
  transform: translateY(0) scale(1.02);
  opacity: 1;
}

.product-copy {
  display: flex;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
  padding: 0 24px 28px;
  border: none;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
}

.product-copy-body,
.plan-copy-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.product-copy-body {
  padding: 18px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(17, 8, 30, 0.22);
  backdrop-filter: blur(16px);
  box-shadow:
    0 14px 28px rgba(10, 5, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.card-kicker {
  color: var(--accent-strong);
}

.product-card .card-kicker {
  color: rgba(235, 221, 255, 0.78);
}

.product-copy h3 {
  margin-top: 0;
}

.product-card .product-copy h3 {
  color: #fff;
}

.product-summary {
  margin-top: 0;
  line-height: 1.7;
}

.product-card .product-summary,
.product-card .feature-list li {
  color: rgba(239, 231, 255, 0.78);
}

.product-actions {
  margin-top: auto;
  padding-top: 22px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.62;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #fff);
}

.product-card .feature-list li::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(169, 128, 255, 0.88));
  box-shadow: 0 0 12px rgba(169, 128, 255, 0.3);
}

.product-card .mini-cta {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.product-card .mini-cta:hover {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 12px 28px rgba(11, 5, 21, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.workflow-section {
  padding: 24px 0 52px;
}

.workflow-section::before {
  inset: 52px auto auto 50%;
  height: 78%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent),
    radial-gradient(circle at 16% 18%, rgba(143, 78, 255, 0.1), transparent 18%),
    radial-gradient(circle at 86% 74%, rgba(216, 184, 255, 0.14), transparent 20%);
  box-shadow: inset 0 0 0 1px rgba(111, 46, 232, 0.04);
}

.workflow-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
  align-items: start;
}

.workflow-copy {
  position: sticky;
  top: 112px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(143, 78, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 232, 248, 0.94));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.workflow-copy p {
  margin-top: 16px;
  line-height: 1.72;
}

.workflow-steps {
  display: grid;
  gap: 18px;
}

.workflow-card {
  padding: 26px;
  min-height: 240px;
}

.proof-section {
  position: relative;
  padding: 74px 0;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(216, 184, 255, 0.14), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(143, 78, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #33144b 0%, #261136 100%);
}

.proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(216, 184, 255, 0.08), transparent 14%),
    radial-gradient(circle at 86% 26%, rgba(255, 255, 255, 0.06), transparent 14%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
  opacity: 0.6;
}

.proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 26px;
  align-items: center;
}

.proof-copy {
  max-width: 40rem;
}

.proof-copy .eyebrow {
  color: #d7b9ff;
}

.proof-copy p,
.proof-point p {
  color: rgba(244, 239, 255, 0.78);
}

.proof-points {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.proof-point {
  padding: 22px;
  border-color: rgba(215, 185, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.proof-visual {
  position: relative;
  min-height: 520px;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: none;
}

.proof-ambient {
  display: none;
}

.proof-ambient-one {
  top: 14%;
  left: 12%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(216, 184, 255, 0.22), transparent 64%);
}

.proof-ambient-two {
  right: 14%;
  top: 24%;
  width: 92px;
  height: 92px;
  background: radial-gradient(circle, rgba(164, 184, 255, 0.18), transparent 64%);
  animation-delay: -4s;
}

.proof-ambient-three {
  left: 28%;
  bottom: 14%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 68%);
  animation-delay: -8s;
}

.proof-visual::before,
.proof-visual::after {
  display: none;
}

.proof-image {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  margin: auto;
  width: 88%;
  height: 90%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 52px rgba(17, 5, 28, 0.34));
  animation: figure-float 12s ease-in-out infinite;
}

.plans-section {
  padding: 72px 0 32px;
}

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

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
  gap: 18px;
  margin-top: 30px;
}

.plan-card {
  display: grid;
  position: relative;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 24px;
  height: 100%;
  min-height: 328px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 253, 0.92));
}

.plan-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(143, 78, 255, 0.82), rgba(216, 184, 255, 0.28));
}

.plan-copy-body {
  min-width: 0;
  justify-content: flex-start;
  gap: 10px;
}

.plan-card .card-kicker,
.plan-card h3,
.plan-card p {
  margin-top: 0;
}

.plan-card h3 {
  min-height: 2.45em;
  max-width: 100%;
}

.plan-card p,
.plan-card h3,
.plan-card .card-kicker {
  max-width: 100%;
}

.plan-card .mini-cta {
  align-self: stretch;
  width: 100%;
  min-height: 56px;
  padding: 12px 18px;
  text-align: center;
  line-height: 1.3;
  margin-top: 18px;
}

.cta-section {
  padding: 24px 0 64px;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 34px;
  background:
    radial-gradient(circle at 16% 22%, rgba(143, 78, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(241, 232, 248, 0.96));
}

.site-footer {
  border-top: 1px solid rgba(98, 59, 143, 0.1);
}

.site-footer {
  padding: 0 0 54px;
}

.site-footer p {
  margin: 0;
  line-height: 1.7;
}

html[lang="fr"] h1,
html[lang="es"] h1 {
  max-width: 12ch;
}

html[lang="ja"] h2,
html[lang="zh-CN"] h2 {
  max-width: 13ch;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

html[lang="ja"],
html[lang="zh-CN"] {
  --font-body:
    "Noto Sans JP",
    "Noto Sans SC",
    "Hiragino Sans",
    "Yu Gothic",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  --font-display:
    "Noto Sans JP",
    "Noto Sans SC",
    "Hiragino Sans",
    "Yu Gothic",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
}

html[lang="ja"] h1,
html[lang="zh-CN"] h1 {
  max-width: 10ch;
  font-size: clamp(2.85rem, 6vw, 5.1rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

html[lang="ja"] .eyebrow,
html[lang="ja"] .card-kicker,
html[lang="zh-CN"] .eyebrow,
html[lang="zh-CN"] .card-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

html[lang="ja"] .brand-tag,
html[lang="zh-CN"] .brand-tag {
  font-size: 0.72rem;
}

html[lang="ja"] .site-nav,
html[lang="zh-CN"] .site-nav {
  gap: 16px;
  font-size: 0.89rem;
}

html[lang="ja"] .hero-badge,
html[lang="zh-CN"] .hero-badge {
  min-width: 0;
  max-width: 176px;
  padding: 12px 14px;
}

html[lang="ja"] .hero-badge span,
html[lang="zh-CN"] .hero-badge span {
  font-size: 0.74rem;
  line-height: 1.34;
}

html[lang="ja"] .hero-meta span,
html[lang="zh-CN"] .hero-meta span {
  min-height: 42px;
  padding: 0 12px;
  font-size: 0.84rem;
  line-height: 1.28;
}

html[lang="ja"] .mini-cta,
html[lang="zh-CN"] .mini-cta {
  font-size: 0.84rem;
}

html[lang="ja"] .plan-card .mini-cta {
  align-self: flex-start;
  width: auto;
  min-width: 0;
  max-width: 12.5rem;
  padding-inline: 16px;
}

html[lang="zh-CN"] .plan-card .mini-cta {
  align-self: flex-start;
  width: auto;
  min-width: 0;
  max-width: 11.5rem;
  padding-inline: 15px;
}

html[lang="ja"] .plan-card h3,
html[lang="zh-CN"] .plan-card h3 {
  min-height: 2.2em;
  max-width: 11ch;
  line-height: 1.18;
}

html[lang="ja"] p,
html[lang="ja"] li,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li {
  line-break: strict;
  word-break: keep-all;
}

.mini-cta:hover {
  border-color: rgba(111, 46, 232, 0.28);
  box-shadow: 0 14px 30px rgba(67, 21, 96, 0.1);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px) scale(0.986);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes figure-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes badge-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes aura-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(0, -14px, 0) scale(1.03);
  }
}

@keyframes sky-shift {
  0% {
    background-position: 0% 0%;
    transform: scale(1);
  }
  100% {
    background-position: 100% 100%;
    transform: scale(1.08);
  }
}

@keyframes sky-bloom {
  0% {
    opacity: 0.72;
    transform: translate3d(-4%, 0, 0) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(4%, -4%, 0) scale(1.12);
  }
}

@keyframes sky-sheen {
  0% {
    background-position: 0% 0%, 100% 0%;
    opacity: 0.5;
  }
  100% {
    background-position: 100% 100%, 0% 100%;
    opacity: 0.86;
  }
}

@keyframes brand-breathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.8),
      0 10px 22px rgba(111, 46, 232, 0.08);
  }
  50% {
    transform: translateY(-2px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.8),
      0 16px 28px rgba(111, 46, 232, 0.14);
  }
}

@keyframes grain-shift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-18px, -12px, 0);
  }
}

@keyframes grid-drift {
  0% {
    transform: perspective(1200px) rotateX(74deg) translate3d(0, 12%, 0);
    opacity: 0.28;
  }
  100% {
    transform: perspective(1200px) rotateX(74deg) translate3d(0, 4%, 0);
    opacity: 0.42;
  }
}

@keyframes beam-shift {
  0% {
    opacity: 0.24;
    transform: translate3d(0, 0, 0) rotate(var(--beam-angle)) scaleY(0.96);
  }
  100% {
    opacity: 0.42;
    transform: translate3d(0, 28px, 0) rotate(var(--beam-angle)) scaleY(1.04);
  }
}

@keyframes particle-drift {
  0% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.64;
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes pollen-float {
  0% {
    opacity: 0.26;
    transform: translate3d(-1.5%, 1.2%, 0) scale(0.98);
  }
  25% {
    opacity: 0.42;
    transform: translate3d(1%, -1%, 0) scale(1.02);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(2.4%, -2.8%, 0) scale(1.04);
  }
  75% {
    opacity: 0.46;
    transform: translate3d(-0.8%, -4.2%, 0) scale(1.01);
  }
  100% {
    opacity: 0.34;
    transform: translate3d(-2.2%, -6%, 0) scale(0.99);
  }
}

@keyframes mesh-drift {
  0% {
    filter: blur(18px);
    opacity: 0.64;
  }
  50% {
    filter: blur(24px);
    opacity: 0.82;
  }
  100% {
    filter: blur(18px);
    opacity: 0.68;
  }
}

@keyframes backdrop-breathe {
  0%,
  100% {
    filter: saturate(0.96) drop-shadow(0 22px 48px rgba(67, 21, 96, 0.08));
  }
  50% {
    filter: saturate(1.04) drop-shadow(0 28px 58px rgba(67, 21, 96, 0.12));
  }
}

@keyframes badge-sheen {
  0%,
  72%,
  100% {
    transform: translateX(-180%);
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  92% {
    transform: translateX(180%);
    opacity: 0;
  }
}

@keyframes orbit-turn {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes halo-spin {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes stage-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleX(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.08);
  }
}

@keyframes hero-surface-shift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  100% {
    background-position: 16% -8%, -12% 10%, 10% -10%, 0% 0%;
  }
}

@keyframes aurora-sweep {
  0% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0) scale(0.98);
  }
  100% {
    opacity: 0.86;
    transform: translate3d(3%, -4%, 0) scale(1.06);
  }
}

@keyframes core-breathe {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes hero-grid-shift {
  0% {
    transform: perspective(1400px) rotateX(74deg) translate3d(0, 8%, 0);
    opacity: 0.22;
  }
  100% {
    transform: perspective(1400px) rotateX(74deg) translate3d(0, 2%, 0);
    opacity: 0.4;
  }
}

@keyframes ring-breathe {
  0%,
  100% {
    opacity: 0.44;
    transform: scale(0.985);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.015);
  }
}

@keyframes lightband-sway {
  0% {
    opacity: 0.26;
    transform: translate3d(0, 0, 0) rotate(var(--lightband-angle)) scaleY(0.94);
  }
  100% {
    opacity: 0.48;
    transform: translate3d(0, 20px, 0) rotate(var(--lightband-angle)) scaleY(1.06);
  }
}

@keyframes trail-scan {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--trail-angle)) scaleX(0.88);
  }
  22% {
    opacity: 0;
  }
  44% {
    opacity: 0.84;
  }
  60% {
    opacity: 0.28;
    transform: translate3d(12%, 0, 0) rotate(var(--trail-angle)) scaleX(1);
  }
}

@keyframes scene-gradient-drift {
  0% {
    background-position: 0% 0%, 100% 0%, 0% 0%;
  }
  100% {
    background-position: 100% 100%, 0% 100%, 0% 0%;
  }
}

@keyframes scene-overlay-sweep {
  0% {
    opacity: 0.46;
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }
  100% {
    opacity: 0.82;
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes scene-grid-drift {
  0% {
    transform: perspective(1200px) rotateX(var(--scene-grid-tilt)) rotateZ(var(--scene-grid-rotate)) translate3d(0, 26%, 0);
    opacity: 0.14;
  }
  100% {
    transform: perspective(1200px) rotateX(var(--scene-grid-tilt)) rotateZ(var(--scene-grid-rotate)) translate3d(0, 18%, 0);
    opacity: 0.24;
  }
}

@keyframes scene-orb-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.6;
  }
  100% {
    transform: translate3d(4%, -6%, 0) scale(1.08);
    opacity: 0.92;
  }
}

@keyframes ridge-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(2%, -2%, 0);
  }
}

@keyframes keeper-horizon {
  0% {
    transform: translate3d(0, 0, 0) scale(0.98);
    opacity: 0.74;
  }
  100% {
    transform: translate3d(2%, -4%, 0) scale(1.04);
    opacity: 0.96;
  }
}

@keyframes keeper-floor {
  0% {
    transform: translate3d(0, 0, 0) scale(0.98);
    opacity: 0.72;
  }
  100% {
    transform: translate3d(-2%, 2%, 0) scale(1.05);
    opacity: 0.92;
  }
}

@keyframes contour-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.98);
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes pathfinder-sweep {
  0% {
    opacity: 0.36;
    transform: rotate(var(--scene-path-angle, 0deg)) translate3d(0, 0, 0) scaleX(0.96);
  }
  100% {
    opacity: 0.82;
    transform: rotate(var(--scene-path-angle, 0deg)) translate3d(2%, -3%, 0) scaleX(1.04);
  }
}

@keyframes route-travel {
  0%,
  100% {
    opacity: 0.28;
    filter: drop-shadow(0 0 8px rgba(106, 214, 211, 0.18));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 14px rgba(106, 214, 211, 0.42));
  }
}

@keyframes strike-pass {
  0% {
    opacity: 0;
    transform: translate3d(-8%, 0, 0) rotate(var(--strike-angle, 0deg)) scaleX(0.78);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(18%, 0, 0) rotate(var(--strike-angle, 0deg)) scaleX(1.08);
  }
}

@keyframes striker-band {
  0% {
    opacity: 0.28;
    transform: translate3d(-6%, 0, 0) rotate(var(--strike-band-angle, 0deg)) scaleX(0.88);
  }
  50% {
    opacity: 0.78;
  }
  100% {
    opacity: 0.2;
    transform: translate3d(10%, -2%, 0) rotate(var(--strike-band-angle, 0deg)) scaleX(1.08);
  }
}

@keyframes swirl-turn {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes storm-sweep {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.88;
  }
}

@keyframes pane-drift {
  0% {
    transform: rotate(var(--pane-angle, 0deg)) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(calc(var(--pane-angle, 0deg) + 4deg)) translate3d(2%, -2%, 0);
  }
}

@keyframes pane-sheen {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.96;
  }
}

@keyframes ambient-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.08);
    opacity: 0.7;
  }
}

@keyframes spark-pulse {
  0%,
  100% {
    transform: scale(0.72);
    opacity: 0.22;
  }
  45% {
    transform: scale(1.18);
    opacity: 1;
  }
  60% {
    transform: scale(0.84);
    opacity: 0.52;
  }
}

@keyframes accent-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 180% 50%;
  }
}

@keyframes card-sheen-drift {
  0% {
    opacity: 0.42;
    transform: translate3d(-4%, -2%, 0) scale(1);
    background-position: 0% 0%, 100% 0%;
  }
  100% {
    opacity: 0.72;
    transform: translate3d(4%, 2%, 0) scale(1.04);
    background-position: 100% 100%, 0% 100%;
  }
}

@keyframes card-ambient-shift {
  0% {
    background-position: 0% 0%, 100% 0%, 0% 100%;
  }
  100% {
    background-position: 100% 100%, 0% 100%, 100% 0%;
  }
}

@keyframes visual-bloom {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes button-glow {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow: 0 18px 42px rgba(111, 46, 232, 0.24);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 22px 48px rgba(111, 46, 232, 0.32);
  }
}

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

  .backdrop-mesh-one,
  .backdrop-mesh-two,
  .site-sky,
  .backdrop-grid,
  .backdrop-noise,
  .backdrop-beam,
  .backdrop-particles,
  .hero-aurora,
  .hero-core-glow,
  .backdrop-orbit-one,
  .backdrop-orbit-two,
  .backdrop-savantis,
  .backdrop-keeper,
  .backdrop-pathfinder,
  .backdrop-striker,
  .backdrop-glassbox,
  .hero-grid,
  .hero-ring,
  .hero-lightband,
  .hero-trail,
  .hero-stage-panel::before,
  .hero-stage-panel::after,
  .hero-ambient,
  .hero-spark,
  .proof-ambient,
  .product-visual::before,
  .product-card::after,
  .button-primary {
    transform: none !important;
  }
}

@media (max-width: 1120px) {
  .header-shell {
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 34px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .workflow-shell,
  .proof-shell,
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage-panel {
    min-height: 600px;
  }

  .workflow-copy {
    position: static;
  }

  .site-backdrop {
    inset: -6vh -12vw;
  }

  .site-sky {
    inset: -10vh -16vw;
  }

  .backdrop-grid,
  .backdrop-particles-two {
    opacity: 0.24;
  }

  .hero-aurora {
    opacity: 0.58;
  }

  .backdrop-savantis {
    width: min(42vw, 360px);
    right: -2%;
  }

  .backdrop-keeper,
  .backdrop-pathfinder,
  .backdrop-glassbox {
    width: min(34vw, 280px);
  }

  .hero-spark-four {
    left: 12%;
  }

  .keeper-card,
  .pathfinder-card,
  .striker-card,
  .maelstrom-card,
  .glassbox-card {
    grid-column: span 12;
  }

  .benefit-grid,
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plan-card {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .section-shell,
  .header-shell {
    width: min(100% - 24px, 1240px);
  }

  .header-shell {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 28px;
  }

  .site-backdrop {
    inset: -4vh -18vw;
  }

  .site-sky {
    inset: -8vh -20vw;
    opacity: 0.9;
  }

  .backdrop-grid,
  .backdrop-beam-two,
  .backdrop-particles-two {
    display: none;
  }

  .backdrop-orbit-two,
  .backdrop-keeper,
  .backdrop-pathfinder,
  .backdrop-striker {
    display: none;
  }

  .backdrop-savantis {
    top: 4%;
    right: -12%;
    width: min(58vw, 280px);
    opacity: 0.09;
  }

  .backdrop-glassbox {
    right: -8%;
    bottom: 8%;
    width: min(42vw, 180px);
    opacity: 0.08;
  }

  .hero-ambient-two,
  .hero-spark-three,
  .hero-ring-two,
  .hero-trail-two,
  .hero-aurora-two {
    display: none;
  }

  .site-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-start;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .language-switcher {
    order: 1;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .hero,
  .benefits,
  .products-section,
  .workflow-section,
  .proof-section,
  .plans-section,
  .cta-section {
    padding-top: 32px;
  }

  .products-section::before,
  .workflow-section::before,
  .plans-section::before {
    width: min(100% - 24px, 1120px);
  }

  .hero-stage-panel {
    min-height: 520px;
  }

  .hero-grid {
    opacity: 0.22;
  }

  .hero-aurora-one,
  .hero-aurora-three {
    opacity: 0.52;
  }

  .hero-core-glow {
    left: 8%;
    right: 8%;
    bottom: 8%;
    height: 180px;
  }

  .hero-lightband-one,
  .hero-lightband-two {
    opacity: 0.28;
  }

  .hero-stage-image {
    inset: auto 0 0;
    width: 100%;
    height: 80%;
  }

  .hero-badge {
    min-width: 138px;
    max-width: 150px;
    padding: 12px 14px;
  }

  .keeper-badge {
    top: 18px;
    left: 18px;
  }

  .pathfinder-badge {
    top: 70px;
    right: 18px;
  }

  .striker-badge {
    top: 220px;
    left: 14px;
  }

  .maelstrom-badge {
    right: 18px;
    bottom: 104px;
  }

  .glassbox-badge {
    bottom: 16px;
  }

  .benefit-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: auto;
  }

  .product-visual {
    min-height: 240px;
  }

  .proof-visual {
    min-height: 380px;
  }

  .cta-shell {
    padding: 26px 24px;
  }

  html[lang="ja"] h1,
  html[lang="zh-CN"] h1 {
    max-width: 9ch;
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  html[lang="ja"] h2,
  html[lang="zh-CN"] h2 {
    max-width: 11ch;
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  html[lang="ja"] .hero-badge,
  html[lang="zh-CN"] .hero-badge {
    max-width: 142px;
  }
}
