/* ============================================================
   AXION — components.css
   Hero core, cards, stacks, rails, pricing, accordion, forms
   ============================================================ */

/* ================= HERO ================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid; place-items: center;
  padding: calc(var(--dock-h) + 70px) 0 var(--sp-8);
  overflow: clip;
}
.hero__inner { text-align: center; max-width: 56rem; margin-inline: auto; position: relative; z-index: 1; }
.hero__title {
  font-size: var(--fs-900);
  font-weight: 650;
  letter-spacing: -.03em;
}
.hero__title em {
  font-style: normal;
  background: linear-gradient(100deg, var(--teal) 15%, #f5c05a 55%, var(--coral) 92%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero__sub {
  color: var(--ink-2); font-size: var(--fs-500);
  max-width: 40rem; margin: var(--sp-5) auto 0;
  text-wrap: pretty;
}
.hero__ctas {
  display: flex; flex-wrap: wrap; gap: var(--sp-3);
  justify-content: center; margin-top: var(--sp-6);
}
.hero__proof {
  display: inline-flex; align-items: center; gap: .8rem;
  margin-top: var(--sp-6); padding: .5rem 1.1rem .5rem .5rem;
  border-radius: 999px;
  background: var(--glass); border: 1px solid var(--line);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.hero__proof-avatars { display: flex; }
.hero__proof-avatars img {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--bg); object-fit: cover;
}
.hero__proof-avatars img + img { margin-left: -9px; }
.hero__proof-text { font-size: var(--fs-300); color: var(--ink-2); }
.hero__proof-text strong { color: var(--ink); }

/* --- The Living Core (signature) --- */
.core {
  position: absolute; left: 50%; top: 46%;
  translate: -50% -50%;
  width: min(78vw, 620px); aspect-ratio: 1;
  pointer-events: none;
  z-index: 0;
  perspective: 1100px;
}
.core__glow {
  position: absolute; inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, var(--orb-a), transparent 60%),
    radial-gradient(circle at 66% 62%, var(--orb-b), transparent 58%),
    radial-gradient(circle at 52% 50%, var(--orb-c), transparent 66%);
  filter: blur(50px);
  animation: core-breathe 9s ease-in-out infinite;
}
/* central energy sphere */
.core__nucleus {
  position: absolute; inset: 33%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .22), transparent 44%),
    radial-gradient(circle at 70% 76%, var(--coral-soft), transparent 58%),
    radial-gradient(circle at 50% 50%, var(--teal-soft), transparent 72%);
  border: 1px solid var(--ring-teal);
  box-shadow:
    0 0 70px -12px var(--ring-teal-glow),
    inset 0 0 46px -14px var(--ring-teal-glow);
  animation: nucleus-pulse 6s ease-in-out infinite;
}
.core__nucleus::after {
  content: ""; position: absolute; inset: -1px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 68%, rgba(255, 255, 255, .16) 82%, transparent 96%);
  animation: nucleus-sheen 9s linear infinite;
}
:root[data-theme="light"] .core__nucleus::after { background: conic-gradient(from 0deg, transparent 0 68%, rgba(255, 255, 255, .55) 82%, transparent 96%); }
.core__ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--ring-soft);
  transform-style: preserve-3d;
  will-change: transform;
}
.core__ring--1 {
  border-color: var(--ring-teal);
  box-shadow: 0 0 28px -8px var(--ring-teal-glow), inset 0 0 28px -12px var(--ring-teal-glow);
  animation: core-spin-a 22s linear infinite;
}
.core__ring--2 {
  inset: 8%;
  border-color: var(--ring-coral);
  box-shadow: 0 0 28px -8px var(--ring-coral-glow), inset 0 0 28px -12px var(--ring-coral-glow);
  animation: core-spin-b 30s linear infinite reverse;
}
.core__ring--3 { inset: 18%; border-style: dashed; animation: core-spin-c 42s linear infinite; }
.core__ring--4 {
  inset: -7%;
  border-color: var(--ring-blue);
  box-shadow: 0 0 32px -10px var(--ring-blue-glow);
  opacity: .85;
  animation: core-spin-d 50s linear infinite reverse;
}
/* orbiting particles — anchored precisely on orbit lines in original subtle sizes */
.core__ring i {
  position: absolute; top: -5.5px; left: 50%;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 4px 1px rgba(255, 255, 255, .55), 0 0 18px 5px var(--ring-teal-glow);
  transform: translateX(-50%);
}
.core__ring i.p2 {
  top: auto; bottom: -4px; left: 50%; right: auto;
  width: 8px; height: 8px;
  transform: translateX(-50%);
}
.core__ring--2 i {
  background: var(--coral);
  box-shadow: 0 0 4px 1px rgba(255, 255, 255, .5), 0 0 18px 5px var(--ring-coral-glow);
}
.core__ring--3 i {
  transform: translateX(-50%);
}
.core__ring--4 i {
  background: #6091ff;
  box-shadow: 0 0 4px 1px rgba(255, 255, 255, .5), 0 0 18px 5px var(--ring-blue-glow);
}
@keyframes core-spin-a { from { transform: rotateX(66deg) rotateZ(0); } to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes core-spin-b { from { transform: rotateX(-58deg) rotateY(14deg) rotateZ(0); } to { transform: rotateX(-58deg) rotateY(14deg) rotateZ(360deg); } }
@keyframes core-spin-c { from { transform: rotateX(74deg) rotateY(-18deg) rotateZ(0); } to { transform: rotateX(74deg) rotateY(-18deg) rotateZ(360deg); } }
@keyframes core-spin-d { from { transform: rotateX(80deg) rotateY(8deg) rotateZ(0); } to { transform: rotateX(80deg) rotateY(8deg) rotateZ(360deg); } }
@keyframes core-breathe { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.07); opacity: 1; } }
@keyframes nucleus-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes nucleus-sheen { to { transform: rotate(360deg); } }

/* floating glass chips around the core */
.hero__chip {
  position: absolute; z-index: 1;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem .95rem; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--line);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  font-family: var(--font-mono); font-size: var(--fs-200);
  color: var(--ink-2);
  box-shadow: var(--card-shadow);
  animation: chip-float 7s ease-in-out infinite;
}
.hero__chip svg { width: 15px; height: 15px; color: var(--teal); }
.hero__chip .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--teal);
  animation: pulse-dot 2.2s ease-in-out infinite;
}
.hero__chip--1 { top: 22%; left: 6%; animation-delay: 0s; }
.hero__chip--2 { top: 16%; right: 7%; animation-delay: -2.3s; }
.hero__chip--3 { bottom: 25%; left: 9%; animation-delay: -4.1s; }
.hero__chip--4 { bottom: 20%; right: 6%; animation-delay: -1.2s; }
@keyframes chip-float { 0%, 100% { transform: translateY(-7px); } 50% { transform: translateY(7px); } }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.72); } }

/* scroll hint */
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; translate: -50% 0;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  color: var(--ink-3); font-family: var(--font-mono);
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
}
.hero__scroll::after {
  content: ""; width: 1px; height: 34px;
  background: linear-gradient(var(--teal), transparent);
  animation: scroll-drip 2s ease-in-out infinite;
}
@keyframes scroll-drip { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ================= TICKER (metrics / logos) ================= */
.ticker {
  position: relative; overflow: clip;
  border-block: 1px solid var(--line);
  padding-block: var(--sp-4);
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker__track {
  display: flex; gap: var(--sp-7); width: max-content;
  animation: ticker-x 36s linear infinite;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.05rem; color: var(--ink-3); white-space: nowrap;
}
.ticker__item svg { width: 16px; height: 16px; color: var(--teal); opacity: .8; }
@keyframes ticker-x { to { transform: translateX(-50%); } }

/* ================= BENTO GRID ================= */
.bento {
  display: grid; gap: var(--sp-4);
  grid-template-columns: repeat(6, 1fr);
}
.bento__cell {
  position: relative;
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  background: var(--glass);
  border: 1px solid var(--line);
  overflow: clip;
  transition: transform var(--dur-3) var(--ease-out), border-color var(--dur-2) ease, box-shadow var(--dur-3) ease;
}
.bento__cell:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--card-shadow); }
.bento__cell--3 { grid-column: span 3; }
.bento__cell--2 { grid-column: span 2; }
.bento__cell--4 { grid-column: span 4; }
.bento__num {
  font-family: var(--font-mono); font-size: var(--fs-200);
  color: var(--ink-3); letter-spacing: .1em;
  display: block; margin-bottom: var(--sp-4);
}
.bento__title { font-size: var(--fs-600); margin-bottom: var(--sp-2); }
.bento__desc { color: var(--ink-2); font-size: var(--fs-300); max-width: 42ch; }
.bento__icon {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--teal-soft); color: var(--teal);
  margin-bottom: var(--sp-4);
}
.bento__icon svg { width: 22px; height: 22px; }
.bento__cell--accent .bento__icon { background: var(--coral-soft); color: var(--coral); }

/* ================= SERVICE STACK (sticky stacking cards) ================= */
.stack { display: grid; gap: var(--sp-5); }
.stack__card {
  position: sticky;
  top: calc(var(--dock-h) + 34px);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--sp-6);
  padding: clamp(1.6rem, 1rem + 2.4vw, 3rem);
  border-radius: var(--radius-xl);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  box-shadow: var(--card-shadow);
  overflow: clip;
  will-change: transform;
  transform-origin: top center;
}
:root[data-theme="light"] .stack__card { background: #fdfcfa; }
.stack__card:nth-child(2) { top: calc(var(--dock-h) + 52px); }
.stack__card:nth-child(3) { top: calc(var(--dock-h) + 70px); }
.stack__index {
  font-family: var(--font-mono); font-size: var(--fs-200);
  letter-spacing: .12em; color: var(--teal); display: block;
  margin-bottom: var(--sp-3);
}
.stack__title { font-size: var(--fs-700); margin-bottom: var(--sp-3); }
.stack__desc { color: var(--ink-2); margin-bottom: var(--sp-5); max-width: 48ch; }
.stack__list { display: grid; gap: .65rem; margin-bottom: var(--sp-6); }
.stack__list li { display: flex; gap: .65rem; align-items: flex-start; color: var(--ink-2); font-size: var(--fs-300); }
.stack__list svg { width: 17px; height: 17px; color: var(--teal); flex: none; margin-top: .18rem; }
.stack__foot { display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap; }
.stack__price { font-family: var(--font-mono); font-size: var(--fs-300); color: var(--ink-2); }
.stack__price strong { color: var(--ink); font-size: 1.35rem; font-weight: 600; }
.stack__visual {
  position: relative; border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--line);
  display: grid; place-items: center;
  min-height: 260px; overflow: clip;
}

/* mini live visuals inside stack cards */
.mini-chat { width: min(88%, 330px); display: grid; gap: .6rem; padding: var(--sp-4) 0; }
.mini-chat__bubble {
  padding: .65rem .95rem; border-radius: 16px;
  font-size: var(--fs-300); max-width: 85%;
  border: 1px solid var(--line);
}
.mini-chat__bubble--in { background: var(--glass-2); border-bottom-left-radius: 4px; justify-self: start; }
.mini-chat__bubble--out {
  background: var(--teal-soft); color: var(--ink);
  border-color: transparent; border-bottom-right-radius: 4px; justify-self: end;
}
.mini-chat__typing { display: inline-flex; gap: 4px; padding: .7rem .9rem; border-radius: 16px; border-bottom-left-radius: 4px; background: var(--glass-2); justify-self: start; }
.mini-chat__typing i {
  width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3);
  animation: typing-b 1.3s ease-in-out infinite;
}
.mini-chat__typing i:nth-child(2) { animation-delay: .18s; }
.mini-chat__typing i:nth-child(3) { animation-delay: .36s; }
@keyframes typing-b { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

.mini-voice { width: min(88%, 330px); padding: var(--sp-5); border-radius: var(--radius-md); background: var(--glass-2); border: 1px solid var(--line); }
.mini-voice__head { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: var(--fs-200); color: var(--ink-2); margin-bottom: var(--sp-4); }
.mini-voice__head .live { display: inline-flex; align-items: center; gap: .45rem; color: var(--teal); }
.mini-voice__head .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulse-dot 1.6s ease-in-out infinite; }
.wave { display: flex; align-items: center; gap: 4px; height: 46px; }
.wave i {
  flex: 1; border-radius: 4px; background: var(--teal);
  animation: wave-b 1.15s ease-in-out infinite;
  transform-origin: center;
  height: 100%;
}
.wave i:nth-child(2n) { animation-delay: .12s; opacity: .8; }
.wave i:nth-child(3n) { animation-delay: .26s; opacity: .65; }
.wave i:nth-child(5n) { animation-delay: .38s; }
@keyframes wave-b { 0%, 100% { transform: scaleY(.22); } 50% { transform: scaleY(1); } }

.mini-flow { width: 100%; max-width: 340px; margin-inline: auto; display: grid; gap: .55rem; padding: var(--sp-4) 0; }
.mini-flow__node {
  display: flex; align-items: center; gap: .7rem;
  padding: .65rem .9rem; border-radius: 13px;
  background: var(--glass-2); border: 1px solid var(--line);
  font-family: var(--font-mono); font-size: var(--fs-200); color: var(--ink-2);
}
.mini-flow__node svg { width: 16px; height: 16px; color: var(--teal); flex: none; }
.mini-flow__node .ok { margin-left: auto; color: var(--teal); }
.mini-flow__link { justify-self: center; width: 1px; height: 14px; background: var(--line-strong); position: relative; overflow: visible; }
.mini-flow__link::after {
  content: ""; position: absolute; left: -1.5px; top: 0;
  width: 4px; height: 4px; border-radius: 50%; background: var(--teal);
  animation: flow-drop 2.4s linear infinite;
}
@keyframes flow-drop { 0% { top: -10%; opacity: 0; } 20% { opacity: 1; } 100% { top: 100%; opacity: 0; } }

/* ================= PROCESS RAIL ================= */
.rail { position: relative; max-width: 46rem; margin-inline: auto; }
.rail__line {
  position: absolute; left: 21px; top: 8px; bottom: 8px; width: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.rail__line i {
  position: absolute; inset: 0;
  background: linear-gradient(var(--teal), var(--coral));
  transform: scaleY(var(--p, 0));
  transform-origin: top;
}
.rail__step {
  position: relative;
  display: grid; grid-template-columns: 44px 1fr; gap: var(--sp-5);
  padding-block: var(--sp-5);
}
.rail__dot {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg); border: 1px solid var(--line-strong);
  font-family: var(--font-mono); font-size: var(--fs-200); color: var(--ink-2);
  position: relative; z-index: 1;
  transition: border-color var(--dur-3) ease, color var(--dur-3) ease, box-shadow var(--dur-3) ease;
}
.rail__step.is-lit .rail__dot { border-color: var(--teal); color: var(--teal); box-shadow: 0 0 0 5px var(--teal-soft); }
.rail__phase { font-family: var(--font-mono); font-size: var(--fs-200); letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.rail__title { font-size: var(--fs-600); margin: .3rem 0 .4rem; }
.rail__desc { color: var(--ink-2); font-size: var(--fs-300); max-width: 52ch; }

/* ================= INDUSTRY SWITCH ================= */
.switch { display: grid; grid-template-columns: minmax(15rem, .8fr) 1.5fr; gap: var(--sp-6); align-items: start; }
.switch__list { display: grid; gap: .4rem; position: sticky; top: calc(var(--dock-h) + 30px); }
.switch__btn {
  display: flex; align-items: center; gap: .8rem;
  min-height: 54px; padding: .7rem 1rem;
  border-radius: 14px; border: 1px solid transparent;
  color: var(--ink-2); font-weight: 500; text-align: left;
  transition: background-color var(--dur-2) ease, color var(--dur-2) ease, border-color var(--dur-2) ease;
}
.switch__btn svg { width: 19px; height: 19px; flex: none; opacity: .75; }
.switch__btn:hover { background: var(--glass); color: var(--ink); }
.switch__btn[aria-selected="true"] {
  background: var(--glass-2); color: var(--ink);
  border-color: var(--line-strong);
}
.switch__btn[aria-selected="true"] svg { color: var(--teal); opacity: 1; }
.switch__idx { margin-left: auto; font-family: var(--font-mono); font-size: var(--fs-200); color: var(--ink-3); }

.switch__panel { display: none; }
.switch__panel.is-active { display: grid; animation: panel-in var(--dur-3) var(--ease-out); }
@keyframes panel-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.switch__card {
  display: grid; grid-template-columns: 1.15fr .85fr;
  border-radius: var(--radius-xl); overflow: clip;
  background: var(--glass); border: 1px solid var(--line);
}
.switch__body { padding: clamp(1.4rem, 1rem + 1.6vw, 2.4rem); }
.switch__title { font-size: var(--fs-600); margin-bottom: var(--sp-3); }
.switch__desc { color: var(--ink-2); font-size: var(--fs-300); margin-bottom: var(--sp-5); }
.switch__feats { display: grid; gap: .55rem; margin-bottom: var(--sp-5); }
.switch__feats li { display: flex; gap: .6rem; align-items: flex-start; font-size: var(--fs-300); color: var(--ink-2); }
.switch__feats svg { width: 16px; height: 16px; color: var(--teal); flex: none; margin-top: .2rem; }
.switch__media { position: relative; min-height: 240px; }
.switch__media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: var(--img-dim);
}
.switch__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, var(--bg-soft) 0%, transparent 45%);
  opacity: .45; pointer-events: none;
}

/* ================= STATS ================= */
.stats-band {
  position: relative;
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 1.4rem + 2.6vw, 3.6rem);
  background: var(--glass);
  border: 1px solid var(--line);
  overflow: clip;
}
.stats-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-6); }
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: ""; position: absolute; left: calc(-1 * var(--sp-6) / 2); top: 12%;
  height: 76%; width: 1px; background: var(--line);
}
.stat__value {
  font-family: var(--font-display); font-weight: 650;
  font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem);
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, var(--ink), var(--ink-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat__label { color: var(--ink-2); font-size: var(--fs-300); margin-top: .3rem; }
.stat__spark { width: 30px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--teal), var(--coral)); margin: 0 auto var(--sp-3); }

/* ================= TESTIMONIAL MARQUEE ================= */
.quotes { display: grid; gap: var(--sp-4); overflow: clip; }
.quotes__row {
  display: flex; gap: var(--sp-4); width: max-content;
  animation: ticker-x 52s linear infinite;
}
.quotes__row--rev { animation-direction: reverse; animation-duration: 60s; }
.quotes__row:hover { animation-play-state: paused; }
.quote {
  width: clamp(17rem, 42vw, 24rem); flex: none;
  padding: var(--sp-5);
  border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--line);
  display: grid; gap: var(--sp-4);
}
.quote__stars { display: flex; gap: 3px; color: var(--coral); }
.quote__stars svg { width: 14px; height: 14px; }
.quote__text { font-size: var(--fs-300); color: var(--ink-2); text-wrap: pretty; }
.quote__who { display: flex; align-items: center; gap: .7rem; }
.quote__who img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.quote__name { font-weight: 600; font-size: var(--fs-300); }
.quote__role { font-size: var(--fs-200); color: var(--ink-3); }

/* ================= PRICING ================= */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); align-items: stretch; }
.price {
  position: relative; display: flex; flex-direction: column;
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--line);
  transition: transform var(--dur-3) var(--ease-out), border-color var(--dur-2) ease, box-shadow var(--dur-3) ease;
}
.price:hover { transform: translateY(-6px); box-shadow: var(--card-shadow); }
.price--hot {
  border-color: transparent;
  background:
    linear-gradient(var(--bg-soft), var(--bg-soft)) padding-box,
    linear-gradient(150deg, var(--teal), var(--coral)) border-box;
  border: 1.5px solid transparent;
}
:root[data-theme="light"] .price--hot {
  background:
    linear-gradient(#fdfcfa, #fdfcfa) padding-box,
    linear-gradient(150deg, var(--teal), var(--coral)) border-box;
}
.price__badge {
  position: absolute; top: -13px; left: 50%; translate: -50% 0;
  padding: .3rem .9rem; border-radius: 999px;
  background: var(--btn-primary-bg); color: var(--btn-primary-ink);
  font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
  white-space: nowrap;
}
.price__name { font-size: var(--fs-600); }
.price__delivery {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-mono); font-size: var(--fs-200);
  color: var(--ink-3); margin-top: .35rem;
}
[data-theme="light"] .price__delivery {
  color: #000 !important;
}
.price__delivery svg { width: 13px; height: 13px; }
.price__row { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; margin-top: var(--sp-5); }
.price__now {
  font-family: var(--font-display); font-weight: 650;
  font-size: 2.5rem; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.price__was { color: var(--ink-3); text-decoration: line-through; font-size: var(--fs-300); font-variant-numeric: tabular-nums; }
.price__off {
  font-family: var(--font-mono); font-size: .68rem; font-weight: 600;
  padding: .2rem .55rem; border-radius: 999px;
  background: var(--coral-soft); color: var(--coral);
  letter-spacing: .06em;
}
.price__note { font-size: var(--fs-200); color: var(--ink-3); margin-top: .2rem; }
.price__feats {
  display: grid; gap: .6rem;
  padding: 2rem 0 1.5rem !important; margin-block: var(--sp-4) auto;
  border-top: 1px solid var(--line);
}
.price__feats li { display: flex; gap: .6rem; align-items: flex-start; font-size: var(--fs-300); color: var(--ink-2); }
.price__feats li strong { color: var(--ink); }
.price__feats svg { width: 16px; height: 16px; color: var(--teal); flex: none; margin-top: .2rem; }
.price .btn { margin-top: var(--sp-4); }

/* add-ons */
.addons { margin-top: var(--sp-7); }
.addons__title { font-size: var(--fs-600); margin-bottom: var(--sp-4); display: flex; align-items: center; gap: .6rem; }
.addons__title svg { width: 20px; height: 20px; color: var(--coral); }
.addons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.addon {
  display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--radius-md);
  background: var(--glass); border: 1px solid var(--line);
  transition: border-color var(--dur-2) ease, transform var(--dur-2) var(--ease-out);
}
.addon:hover { border-color: var(--line-strong); transform: translateX(4px); }
.addon__name { font-weight: 500; font-size: var(--fs-300); }
.addon__price { font-family: var(--font-mono); font-size: var(--fs-300); color: var(--teal); white-space: nowrap; }

/* ================= ACCORDION ================= */
.faq { max-width: 46rem; margin-inline: auto; display: grid; gap: var(--sp-3); }
.qa {
  border-radius: var(--radius-md);
  background: var(--glass); border: 1px solid var(--line);
  overflow: clip;
  transition: border-color var(--dur-2) ease;
}
.qa.is-open { border-color: var(--line-strong); }
.qa__btn {
  display: flex; align-items: center; gap: var(--sp-4);
  width: 100%; min-height: 62px; padding: var(--sp-4) var(--sp-5);
  text-align: left;
}
.qa__idx { font-family: var(--font-mono); font-size: var(--fs-200); color: var(--teal); flex: none; }
.qa__q { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; flex: 1; }
.qa__icon {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--glass-2); border: 1px solid var(--line);
  transition: rotate var(--dur-3) var(--ease-spring), background-color var(--dur-2) ease, color var(--dur-2) ease;
}
.qa__icon svg { width: 14px; height: 14px; }
.qa.is-open .qa__icon { rotate: 135deg; background: var(--teal); border-color: var(--teal); color: var(--accent-ink); }
.qa__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-3) var(--ease-out); }
.qa.is-open .qa__panel { grid-template-rows: 1fr; }
.qa__panel-in { overflow: hidden; }
.qa__panel-in p {
  padding: 0 var(--sp-5) var(--sp-5) calc(var(--sp-5) + 1.9rem);
  color: var(--ink-2); font-size: var(--fs-300);
}

/* ================= CTA BAND ================= */
.cta {
  position: relative;
  border-radius: var(--radius-xl);
  padding: clamp(2.4rem, 1.6rem + 3.4vw, 4.5rem);
  text-align: center; overflow: clip;
  background:
    radial-gradient(52% 80% at 10% 8%, var(--tint-teal), transparent 70%),
    radial-gradient(48% 74% at 90% 92%, var(--tint-coral), transparent 70%),
    var(--glass);
  border: 1px solid transparent;
}
.cta::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--cta-angle, 0deg), var(--teal), transparent 30%, var(--coral) 50%, transparent 72%, var(--teal));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: cta-sweep 7s linear infinite;
  pointer-events: none;
}
@property --cta-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes cta-sweep { to { --cta-angle: 360deg; } }
@supports not (background: conic-gradient(from var(--cta-angle), red, blue)) {
  .cta { border-color: var(--line-strong); }
  .cta::before { display: none; }
}
.cta__title { font-size: var(--fs-800); max-width: 800px; margin-inline: auto; }
.cta__sub { color: var(--ink-2); max-width: 700px; margin: var(--sp-4) auto 0; }
.cta__row { display: flex; flex-wrap: wrap; gap: var(--sp-3); justify-content: center; margin-top: var(--sp-6); }
.cta__meta { margin-top: var(--sp-4); font-size: var(--fs-200); color: var(--ink-3); font-family: var(--font-mono); }

/* ================= FORMS ================= */
.field { display: grid; gap: .45rem; margin-bottom: var(--sp-4); }
.field__label { font-weight: 600; font-size: var(--fs-300); }
.field__label .req { color: var(--coral); }
.field__label .opt { color: var(--ink-3); font-weight: 400; }
.field__input {
  width: 100%; min-height: 52px;
  padding: .8rem 1.1rem;
  border-radius: 14px;
  background: var(--glass); border: 1px solid var(--line-strong);
  color: var(--ink);
  transition: border-color var(--dur-2) ease, box-shadow var(--dur-2) ease;
}
.field__input:hover { border-color: var(--ink-3); }
.field__input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px var(--teal-soft); }
textarea.field__input { min-height: 130px; resize: vertical; }
select.field__input { appearance: none; background-image: none; cursor: pointer; }
.field__select-wrap { position: relative; }
.field__select-wrap::after {
  content: ""; position: absolute; right: 1.1rem; top: 50%;
  width: 9px; height: 9px; translate: 0 -70%; rotate: 45deg;
  border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  pointer-events: none;
}
.field__hint { font-size: var(--fs-200); color: var(--ink-3); }
.field__error { display: none; font-size: var(--fs-200); color: var(--coral); font-weight: 500; }
.field.has-error .field__input { border-color: var(--coral); }
.field.has-error .field__error { display: block; }

.form-success { text-align: center; padding: var(--sp-7) var(--sp-5); }
.form-success__icon {
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center; margin: 0 auto var(--sp-4);
  background: var(--teal-soft); color: var(--teal);
}
.form-success__icon svg { width: 30px; height: 30px; }

/* ================= RESPONSIVE (components) ================= */
@media (max-width: 64rem) {
  .bento__cell--3, .bento__cell--2, .bento__cell--4 { grid-column: span 3; }
  .pricing { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
  .price--hot { order: -1; }
  /* Sticky stacking assumes each card is shorter than the viewport.
     Single-column mobile cards (visual stacked above text) can exceed
     that, pinning the card's bottom off-screen before the next one
     covers it. Fall back to a plain vertical list so nothing is cut off. */
  .stack__card {
    grid-template-columns: 1fr;
    position: static;
    top: auto;
  }
  .stack__visual { min-height: 220px; order: -1; }
  .switch { grid-template-columns: 1fr; }
  .switch__list { position: static; display: flex; overflow-x: auto; gap: .4rem; padding-bottom: .5rem; scrollbar-width: none; }
  .switch__list::-webkit-scrollbar { display: none; }
  .switch__btn { flex: none; min-height: 46px; border: 1px solid var(--line); }
  .switch__idx { display: none; }
  .switch__card { grid-template-columns: 1fr; }
  .switch__media { min-height: 190px; order: -1; }
  .stats-band__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
  .stat + .stat::before { display: none; }
}
@media (max-width: 40rem) {
  .bento { grid-template-columns: 1fr; }
  .bento__cell--3, .bento__cell--2, .bento__cell--4 { grid-column: auto; }
  .addons__grid { grid-template-columns: 1fr; }
  .hero__chip { display: none; }
  .core { width: min(120vw, 480px); opacity: .8; }
  .stats-band__grid { grid-template-columns: 1fr 1fr; }
  .qa__panel-in p { padding-left: var(--sp-5); }
}

.rail__step .rail__desc{
		max-width:100% !important;
	}


/* ================= NEW HERO SECTION V2 ================= */
.hero-v2 {
  position: relative;
  padding: calc(var(--dock-h) + 30px) 0 40px;
	padding-top: 150px !important;
  overflow: clip;
}

@media(max-width:767px){
	.hero-v2{
		padding-top: 120px !important;
	}
	
}
.hero-v2::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -260px;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, var(--hero-glow) 0%, rgba(171, 210, 250, 0) 68%);
  pointer-events: none;
  transition: background 0.3s ease;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--glass-2);
  border: 1px solid var(--line);
  padding: 7px 14px 7px 10px;
  border-radius: 100px;
  margin-bottom: 26px;
  transition: background 0.3s ease;
}
.hero-eyebrow .dot-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: livepulse 2s infinite;
}
.hero-v2-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(40px, 5.6vw, 74px);
  color: var(--ink);
  max-width: 600px;
}
.hero-v2-title em,
html.js .hero-v2-title .w > i.g {
  font-style: normal;
  background: linear-gradient(100deg, var(--teal) 10%, var(--coral) 85%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.hero-v2 .rule {
  width: 128px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--coral) 50%, var(--teal) 100%);
  background-size: 200% 100%;
  margin: 26px 0 24px;
  box-shadow: 0 0 8px rgba(118, 146, 255, 0.35);
  transform-origin: left center;
  animation: ruleFlow 3s ease-in-out infinite alternate, ruleGlow 2.5s ease-in-out infinite alternate;
}
.hero-copy {
  font-size: 16.5px;
	padding-top: 10px !important;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 90%;
}
.hero-copy strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-top: 4px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.btn-outline-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 22px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: var(--glass-2);
  color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-outline-play:active {
  transform: scale(0.97);
}
.btn-outline-play:hover {
  border-color: var(--teal);
  background: var(--hover-bg);
}
.play-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--coral-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.play-icon svg {
  width: 12px;
  height: 12px;
  color: var(--teal);
}

/* ---- orbit / diagram ---- */
.orbit-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.orbit-wrap svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.orbit-wrap img {
  width: 100%;
  height: auto;
}
.orbit-wrap .theme-img-dark {
  display: none;
}
.orbit-wrap .theme-img-light {
  display: block;
}
[data-theme="dark"] .orbit-wrap .theme-img-dark {
  display: block;
}
[data-theme="dark"] .orbit-wrap .theme-img-light {
  display: none;
}
.page-hero{
	padding-top: 120px !important;
}
@media(max-width:767px){
	padding-top: 100px !important;
}

.section#demos{
	padding-top: 20px !important;
}

.section#contact{
	padding-top:20px !important;
}

/* live status strip */
.status-strip {
  margin-top: 56px;
  background: var(--glass-2);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  box-shadow: var(--card-shadow);
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.status-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  flex: 1 1 auto;
  min-width: 170px;
}
.status-item + .status-item {
  border-left: 1px solid var(--line);
}
.status-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  background: var(--teal-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  box-shadow: 0 0 12px rgba(118, 146, 255, 0.15);
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.status-ico svg {
  width: 22px;
  height: 22px;
  color: var(--teal);
}
.status-text .t {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
}
.status-text .s {
  font-size: 12.5px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}
.status-text .s .sd {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  flex: none;
}



@keyframes livepulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@keyframes ruleFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@keyframes ruleGlow {
  0% { box-shadow: 0 0 4px rgba(118, 146, 255, 0.3); opacity: 0.85; }
  100% { box-shadow: 0 0 14px rgba(171, 210, 250, 0.85); opacity: 1; }
}

@media (max-width: 1023px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 560px;
  }
  .orbit-wrap {
    max-width: 520px;
    margin-top: 20px;
  }
  .status-strip {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .status-strip::-webkit-scrollbar {
    display: none;
  }
}

.stats-band{
	margin-top:20px !important;
}

.section .manifesto{
	margin-top:20px !important;
}
.section .posts{
	margin-top:20px !important;
}
.contact-grid{
	margin-top:20px !important
}

@media (max-width: 640px) {
  .hero-v2 {
    padding-top: calc(var(--dock-h) + 40px);
  }
  .status-item {
    min-width: 130px;
  }
  .status-item + .status-item {
    border-left: none;
  }
}

@media(max-width:767px){
	.hero-v2{
		padding-top: 120px !important;
	}

		.footer__watermark{
			position:absolute;
			bottom: 9.0rem !important;
			font-size:45px !important;
			
		}

	.footer{
		padding-bottom:100px !important;
	}

	.contact-card{
		overflow:hidden !important;
		order: 2 !important;
	}
	.contact-aside{
		order:1 !important;
		overflow:hidden !important;
	}
}
	

