/* Credidata Cloud home - landing fintech premium */

html {
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: var(--scroll-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--cd-blue), var(--cd-cyan), var(--cd-green));
  box-shadow: 0 0 18px rgba(40, 216, 196, 0.55);
}

.premium-home {
  --cd-ink: #f7fbff;
  --cd-muted: #aab9cc;
  --cd-soft: #d7e5f7;
  --cd-deep: #050916;
  --cd-panel: rgba(9, 17, 36, 0.74);
  --cd-panel-strong: rgba(13, 23, 47, 0.92);
  --cd-line: rgba(190, 219, 255, 0.14);
  --cd-blue: #4f8cff;
  --cd-cyan: #28d8c4;
  --cd-green: #58d68d;
  --cd-amber: #f7c65d;
  --cd-rose: #f87575;
  --cd-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  background:
    linear-gradient(180deg, #050916 0%, #071122 46%, #08101e 100%);
  overflow-x: hidden;
  --cursor-x: 50%;
  --cursor-y: 18%;
  --motion-x: 50vw;
  --motion-y: 50vh;
}

.premium-home * {
  min-width: 0;
}

@media (max-width: 1140px) {
  .premium-home .nav-links {
    display: none;
    transform: none;
  }

  .premium-home .nav-links.is-open {
    display: flex;
  }
}

.premium-home .body-grid {
  opacity: 0.55;
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
}

.motion-cursor,
.motion-cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(var(--motion-x), var(--motion-y), 0);
  transition: opacity 0.2s ease;
}

.motion-cursor {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(40, 216, 196, 0.17), rgba(79, 140, 255, 0.07) 34%, transparent 66%);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.motion-cursor-dot {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: rgba(215, 255, 248, 0.9);
  box-shadow: 0 0 22px rgba(40, 216, 196, 0.8);
}

.premium-home.has-motion-cursor .motion-cursor,
.premium-home.has-motion-cursor .motion-cursor-dot {
  opacity: 1;
}

.motion-rail {
  position: fixed;
  right: 1.2rem;
  top: 50%;
  z-index: 120;
  display: grid;
  gap: 0.7rem;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.motion-rail-line {
  position: relative;
  width: 2px;
  height: 120px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.motion-rail-line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--scroll-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(180deg, var(--cd-cyan), var(--cd-green));
  box-shadow: 0 0 18px rgba(40, 216, 196, 0.58);
}

.motion-rail-label {
  writing-mode: vertical-rl;
  color: rgba(224, 236, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.motion-section {
  position: relative;
  isolation: isolate;
  --section-shift: 0;
}

.motion-section::before {
  content: "";
  position: absolute;
  inset: 1rem 0 auto;
  height: 16rem;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 8%, rgba(40, 216, 196, 0.06), transparent 70%),
    linear-gradient(12deg, rgba(79, 140, 255, 0.07), transparent 58%);
  opacity: 0;
  transform: translate3d(calc(var(--section-shift) * -0.8px), calc(var(--section-shift) * 0.5px), 0) rotate(-1deg);
  transition: opacity 0.35s ease;
}

.motion-section.is-motion-active::before {
  opacity: 1;
}

.motion-section > .container {
  transform: translate3d(0, calc(var(--section-shift) * 1px), 0);
  will-change: transform;
}

.premium-home .nav-links a {
  position: relative;
}

.premium-home .nav-links a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.48rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cd-cyan), var(--cd-green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.premium-home .nav-links a.is-current:not(.btn)::after {
  transform: scaleX(1);
}

.premium-home .navbar {
  background: rgba(5, 9, 22, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cloud-hero {
  position: relative;
  min-height: auto;
  padding: 5.25rem 0 2.4rem;
  overflow: hidden;
  isolation: isolate;
}

.cloud-hero::before,
.cloud-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% 0;
  height: 42%;
  pointer-events: none;
  z-index: -1;
}

.cloud-hero::before {
  top: 0;
  height: 100%;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(40, 216, 196, 0.14), transparent 22rem),
    linear-gradient(112deg, rgba(79, 140, 255, 0.22), transparent 34%),
    linear-gradient(238deg, rgba(40, 216, 196, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(8, 18, 38, 0.2), rgba(5, 9, 22, 0.96));
}

.hero-fluid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.48;
  pointer-events: none;
}

.cloud-hero::after {
  background: linear-gradient(180deg, transparent, #071122 72%);
}

.cloud-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.hero-light-band {
  position: absolute;
  display: block;
  width: 70vw;
  height: 16rem;
  filter: blur(58px);
  opacity: 0.6;
  transform: skewY(-8deg) rotate(-6deg);
  background: linear-gradient(90deg, rgba(79, 140, 255, 0.22), rgba(40, 216, 196, 0.08), transparent);
}

.hero-light-one {
  top: 6%;
  left: -24%;
}

.hero-light-two {
  right: -28%;
  top: 18%;
  background: linear-gradient(90deg, transparent, rgba(88, 214, 141, 0.11), rgba(79, 140, 255, 0.18));
}

.hero-light-three {
  left: 22%;
  bottom: -14%;
  width: 58vw;
  opacity: 0.34;
  background: linear-gradient(90deg, rgba(247, 198, 93, 0.11), rgba(40, 216, 196, 0.09), transparent);
}

.hero-flow-line {
  position: absolute;
  display: block;
  width: 52rem;
  height: 52rem;
  border: 1px solid rgba(190, 219, 255, 0.1);
  border-radius: 38% 62% 52% 48% / 44% 42% 58% 56%;
  transform: rotate(18deg);
}

.hero-flow-one {
  right: -17rem;
  top: -18rem;
}

.hero-flow-two {
  left: -28rem;
  bottom: -24rem;
}

.cloud-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.cloud-hero-copy {
  width: 100%;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
  color: #ccfff6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 22px rgba(88, 214, 141, 0.72);
}

.cloud-hero h1 {
  margin: 0 0 1.35rem;
  color: var(--cd-ink);
  font-size: 4.65rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lead {
  width: 100%;
  max-width: 650px;
  margin: 0 0 2rem;
  color: var(--cd-soft);
  font-size: 1.2rem;
  line-height: 1.75;
}

.premium-home .hero-ctas {
  justify-content: flex-start;
}

.premium-home .btn {
  min-height: 46px;
  border-radius: 999px;
}

.premium-home .btn-outline {
  color: #dceaff;
  border-color: rgba(220, 234, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.premium-home .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.hero-proof span {
  padding: 0.54rem 0.82rem;
  color: var(--cd-soft);
  font-size: 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.product-stage {
  position: relative;
  min-height: 720px;
  perspective: 1400px;
  transform-style: preserve-3d;
  --stage-x: 0px;
  --stage-y: 0px;
  --stage-tilt-x: 0deg;
  --stage-tilt-y: 0deg;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 4rem 1rem 5rem;
  border-radius: 44% 56% 50% 50% / 42% 46% 54% 58%;
  background:
    linear-gradient(120deg, rgba(79, 140, 255, 0.15), transparent 40%),
    linear-gradient(260deg, rgba(40, 216, 196, 0.16), transparent 44%);
  filter: blur(18px);
  opacity: 0.85;
  animation: stageBreath 8s ease-in-out infinite;
  pointer-events: none;
}

.stage-orbit,
.stage-pulse-grid {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.stage-orbit {
  border: 1px solid rgba(40, 216, 196, 0.18);
  border-radius: 42% 58% 55% 45% / 45% 38% 62% 55%;
  transform: translate(var(--stage-x), var(--stage-y));
}

.stage-orbit-one {
  inset: 1.4rem 0.5rem 1.8rem 4.8rem;
  animation: stageOrbit 26s linear infinite;
}

.stage-orbit-two {
  inset: 6.8rem 4.5rem 7.5rem 1.2rem;
  border-color: rgba(247, 198, 93, 0.14);
  animation: stageOrbit 34s linear infinite reverse;
}

.stage-pulse-grid {
  inset: 0;
  background:
    linear-gradient(rgba(40, 216, 196, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 140, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 52% 47%, black, transparent 62%);
  -webkit-mask-image: radial-gradient(circle at 52% 47%, black, transparent 62%);
  animation: gridDrift 11s linear infinite;
}

.hero-system-switch {
  position: absolute;
  top: 1.15rem;
  right: 4.4rem;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  width: min(360px, calc(100% - 2rem));
  padding: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(7, 17, 35, 0.68);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.hero-system-switch button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  color: rgba(224, 236, 255, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  background: transparent;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hero-system-switch button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-system-switch button.is-active {
  color: #062033;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
  box-shadow: 0 14px 34px rgba(40, 216, 196, 0.24);
}

.stage-activity-stream {
  position: absolute;
  left: 0.8rem;
  top: 10rem;
  z-index: 4;
  display: grid;
  gap: 0.65rem;
  width: 178px;
  pointer-events: none;
}

.stage-activity-stream span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0.48rem 0.72rem 0.48rem 2.05rem;
  color: rgba(224, 236, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(40, 216, 196, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(7, 17, 35, 0.68);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  animation: streamNode 4.6s ease-in-out infinite;
  animation-delay: var(--delay);
}

.stage-activity-stream span::before,
.stage-activity-stream span::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.stage-activity-stream span::before {
  left: 0.72rem;
  width: 0.58rem;
  height: 0.58rem;
  background: var(--cd-cyan);
  box-shadow: 0 0 18px rgba(40, 216, 196, 0.72);
}

.stage-activity-stream span::after {
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0;
  transform: translateX(-36%);
  animation: streamSheen 4.6s ease-in-out infinite;
  animation-delay: var(--delay);
}

.dashboard-shell {
  position: absolute;
  inset: 3rem 3.8rem auto auto;
  width: min(680px, 100%);
  min-height: 505px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(6, 14, 31, 0.82);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  overflow: hidden;
  transform:
    translate(var(--float-x, 0), var(--float-y, 0))
    rotateX(calc(6deg + var(--stage-tilt-x)))
    rotateY(calc(-10deg + var(--stage-tilt-y)))
    rotateZ(1deg);
  transition: transform 0.18s ease-out, opacity 0.18s ease-out;
}

.dashboard-shell.is-changing {
  transform:
    translate(var(--float-x, 0), calc(var(--float-y, 0) + 10px))
    rotateX(calc(5deg + var(--stage-tilt-x)))
    rotateY(calc(-8deg + var(--stage-tilt-y)))
    rotateZ(0deg)
    scale(0.985);
  opacity: 0.82;
}

.dashboard-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(ellipse at 24% 0%, rgba(79, 140, 255, 0.22), transparent 36%);
  opacity: 0.75;
  pointer-events: none;
}

.dashboard-shell::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--dash-angle, 0deg), transparent 0deg, rgba(40, 216, 196, 0.42) 72deg, transparent 150deg, rgba(79, 140, 255, 0.36) 240deg, transparent 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: dashBorder 8s linear infinite;
}

.dashboard-scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.08) 50%, transparent 58%, transparent 100%);
  background-size: 240% 100%;
  mix-blend-mode: screen;
  opacity: 0.42;
  animation: scanSweep 5.8s ease-in-out infinite;
}

.dashboard-flow {
  position: absolute;
  inset: 3.8rem 1rem 1rem;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  border-radius: 24px;
  opacity: 0.7;
}

.dashboard-flow span {
  position: absolute;
  left: -30%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(40, 216, 196, 0.78), rgba(79, 140, 255, 0.48), transparent);
  filter: drop-shadow(0 0 10px rgba(40, 216, 196, 0.5));
  animation: dataBeam 4.8s ease-in-out infinite;
}

.dashboard-flow span:nth-child(1) {
  top: 28%;
}

.dashboard-flow span:nth-child(2) {
  top: 53%;
  animation-delay: 1.45s;
}

.dashboard-flow span:nth-child(3) {
  top: 76%;
  animation-delay: 2.9s;
}

.dashboard-topbar,
.dashboard-content,
.loan-ticket,
.phone-mock,
.insight-pill {
  position: relative;
  z-index: 1;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  color: var(--cd-soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-topbar > div {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 18px rgba(88, 214, 141, 0.8);
}

.sync-badge {
  padding: 0.42rem 0.75rem;
  color: #dffdf7;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(40, 216, 196, 0.11);
  border: 1px solid rgba(40, 216, 196, 0.24);
}

.dashboard-content {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.9rem;
  padding: 1rem;
}

.metric-card,
.portfolio-chart,
.route-card,
.loan-ticket,
.phone-screen {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.metric-card {
  position: relative;
  min-height: 112px;
  padding: 1rem;
  border-radius: 22px;
  overflow: hidden;
}

.metric-card-large {
  grid-row: span 2;
  min-height: 238px;
  background:
    linear-gradient(160deg, rgba(79, 140, 255, 0.22), rgba(40, 216, 196, 0.07)),
    rgba(255, 255, 255, 0.055);
}

.metric-card span,
.route-card span,
.chart-head span,
.loan-ticket span,
.phone-screen span {
  display: block;
  color: var(--cd-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin-top: 0.6rem;
  color: #fff;
  font-size: 2.55rem;
  line-height: 1;
}

.metric-card:not(.metric-card-large) strong,
.route-card strong {
  font-size: 1.25rem;
}

.metric-card small,
.route-card small,
.loan-ticket small {
  display: block;
  margin-top: 0.65rem;
  color: #b9c9df;
}

.portfolio-chart {
  grid-column: span 2;
  min-height: 154px;
  padding: 1rem;
  border-radius: 22px;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.chart-head strong {
  color: #fff;
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 0.6rem;
  height: 82px;
}

.chart-bars i {
  display: block;
  height: var(--h);
  min-height: 18px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--cd-cyan), var(--cd-blue));
  box-shadow: 0 8px 24px rgba(40, 216, 196, 0.24);
  transform-origin: bottom;
  animation: barPulse 3.8s ease-in-out infinite;
}

.chart-bars i:nth-child(2) { animation-delay: 0.12s; }
.chart-bars i:nth-child(3) { animation-delay: 0.24s; }
.chart-bars i:nth-child(4) { animation-delay: 0.36s; }
.chart-bars i:nth-child(5) { animation-delay: 0.48s; }
.chart-bars i:nth-child(6) { animation-delay: 0.6s; }
.chart-bars i:nth-child(7) { animation-delay: 0.72s; }

.insight-pill {
  position: absolute;
  display: grid;
  gap: 0.28rem;
  width: 168px;
  padding: 0.9rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 17, 34, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28);
}

.insight-pill span {
  color: var(--cd-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.insight-pill strong {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.insight-pill-one {
  left: 4%;
  bottom: 18%;
  transform: translate(var(--float-x, 0), var(--float-y, 0)) rotate(-4deg);
  animation: softFloat 5.6s ease-in-out infinite;
}

.insight-pill-two {
  right: 18%;
  top: 2.8%;
  transform: translate(var(--float-x, 0), var(--float-y, 0)) rotate(3deg);
  animation: softFloat 6.4s ease-in-out infinite reverse;
}

.route-card {
  grid-column: span 2;
  padding: 1rem;
  border-radius: 22px;
}

.route-progress {
  height: 0.55rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.route-progress i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cd-green), var(--cd-cyan), var(--cd-blue));
  background-size: 220% 100%;
  animation: progressFlow 3.2s ease-in-out infinite;
}

.loan-ticket {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 245px;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(88, 214, 141, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(8, 20, 38, 0.86);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transform: translate(var(--float-x, 0), var(--float-y, 0));
  transition: transform 0.18s ease-out;
}

.loan-ticket strong {
  display: block;
  margin-top: 0.38rem;
  color: #fff;
  font-size: 1.7rem;
}

.phone-mock {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  width: 210px;
  height: 390px;
  padding: 0.7rem;
  border-radius: 34px;
  background: linear-gradient(180deg, #18243b, #060b16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  transform: translate(var(--float-x, 0), var(--float-y, 0)) rotate(5deg);
  transition: transform 0.18s ease-out;
}

.phone-notch {
  width: 62px;
  height: 0.35rem;
  margin: 0.15rem auto 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.phone-screen {
  height: calc(100% - 1rem);
  padding: 1.15rem 0.95rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(40, 216, 196, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.055);
}

.phone-screen strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.phone-list {
  display: grid;
  gap: 0.62rem;
  margin: 1.25rem 0;
}

.phone-list i {
  height: 2.15rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
}

.phone-screen button,
.exec-top button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cd-blue), var(--cd-cyan));
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.75rem 0.8rem;
}

.live-ops-section {
  position: relative;
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 17, 34, 0.92), rgba(5, 9, 22, 0.98)),
    #071122;
}

.live-ops-section::before {
  content: "";
  position: absolute;
  inset: 10% -10%;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(247, 198, 93, 0.08), transparent 28%),
    linear-gradient(260deg, rgba(40, 216, 196, 0.12), transparent 34%);
}

.live-ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.live-ops-copy .section-subtitle {
  margin-bottom: 1.6rem;
}

.ops-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.ops-tab {
  min-height: 42px;
  padding: 0.7rem 1rem;
  color: var(--cd-muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ops-tab:hover,
.ops-tab.is-active {
  color: #fff;
  border-color: rgba(40, 216, 196, 0.32);
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.24), rgba(40, 216, 196, 0.12));
  transform: translateY(-2px);
}

.ops-stage {
  position: relative;
  min-height: 520px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 34, 0.78);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
}

.ops-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 50% 46%, black, transparent 70%);
}

.ops-map {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.ops-path {
  position: absolute;
  display: block;
  width: 52%;
  height: 46%;
  border: 1px solid rgba(40, 216, 196, 0.18);
  border-radius: 52% 48% 43% 57% / 44% 62% 38% 56%;
}

.ops-path-one {
  left: 8%;
  top: 8%;
  animation: driftPath 16s linear infinite;
}

.ops-path-two {
  right: 4%;
  bottom: 4%;
  animation: driftPath 22s linear infinite reverse;
}

.ops-pin {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: var(--cd-cyan);
  box-shadow: 0 0 0 8px rgba(40, 216, 196, 0.1), 0 0 24px rgba(40, 216, 196, 0.72);
  animation: pinPulse 2.6s ease-in-out infinite;
}

.ops-pin-one { left: 18%; top: 31%; }
.ops-pin-two { right: 20%; top: 24%; animation-delay: 0.6s; }
.ops-pin-three { left: 57%; bottom: 20%; animation-delay: 1.2s; }

.ops-main-card {
  position: absolute;
  left: 8%;
  top: 22%;
  width: min(430px, 74%);
  min-height: 230px;
  padding: 1.55rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(140deg, rgba(79, 140, 255, 0.2), rgba(40, 216, 196, 0.08)),
    rgba(8, 17, 35, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.ops-main-card.is-changing,
.ops-side-card.is-changing {
  opacity: 0.55;
  transform: translateY(10px) scale(0.99);
}

.ops-label,
.ops-side-card span {
  display: block;
  color: #bbfff5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ops-main-card strong {
  display: block;
  margin: 0.72rem 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
}

.ops-main-card p {
  margin: 0;
  color: var(--cd-soft);
  line-height: 1.65;
}

.ops-meter {
  height: 0.62rem;
  margin-top: 1.35rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.ops-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cd-blue), var(--cd-cyan), var(--cd-green));
  transition: width 0.48s ease;
}

.ops-side-card {
  position: absolute;
  right: 8%;
  width: min(250px, 40%);
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.ops-side-top { top: 16%; }
.ops-side-bottom { bottom: 13%; }

.ops-side-card strong {
  display: block;
  margin-top: 0.42rem;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.25;
}

.ops-stream {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}

.ops-stream span {
  height: 3.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.045);
  background-size: 220% 100%;
  animation: shimmer 3s ease-in-out infinite;
}

.ops-stream span:nth-child(2) { animation-delay: 0.2s; }
.ops-stream span:nth-child(3) { animation-delay: 0.4s; }
.ops-stream span:nth-child(4) { animation-delay: 0.6s; }

.value-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0 0 2.5rem;
}

.value-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.value-strip-item {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(8, 17, 35, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.value-strip-item strong {
  display: block;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
}

.value-strip-item span {
  display: block;
  margin-top: 0.5rem;
  color: var(--cd-muted);
  font-size: 0.9rem;
}

.premium-home .section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-light-field {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.36;
}

.section-light-left {
  left: -12%;
  top: 12%;
  width: 64%;
  height: 32%;
  filter: blur(52px);
  background: linear-gradient(100deg, rgba(40, 216, 196, 0.16), rgba(79, 140, 255, 0.06), transparent);
}

.premium-home .section-title {
  max-width: 900px;
  margin: 0 0 1rem;
  color: var(--cd-ink);
  font-size: 3.45rem;
  line-height: 1.04;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
}

.premium-home .section-subtitle {
  max-width: 760px;
  margin: 0 0 2.8rem;
  color: var(--cd-muted);
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: left;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.value-card,
.feature-card,
.automation-list article {
  position: relative;
  min-height: 230px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 35, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.motion-reactive {
  --magnet-x: 0px;
  --magnet-y: 0px;
  position: relative;
  overflow: hidden;
  translate: var(--magnet-x) var(--magnet-y);
  will-change: translate;
}

.motion-reactive::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.16), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.motion-reactive:hover::before {
  opacity: 1;
}

.motion-reactive > * {
  position: relative;
  z-index: 1;
}

.anime-motion-ready .anime-reveal-target:not(.is-anime-visible) {
  opacity: 0;
}

.value-card::after,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.14), transparent 50%, rgba(247, 198, 93, 0.08));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.value-card:hover,
.feature-card:hover,
.automation-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 216, 196, 0.28);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.value-card:hover::after,
.feature-card:hover::after {
  opacity: 1;
}

.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1.6rem;
  color: #05101c;
  font-size: 0.82rem;
  font-weight: 900;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.value-card h3,
.feature-card span,
.automation-list strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 0.72rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.value-card p,
.feature-card p,
.automation-list span {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--cd-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.evolution-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(40, 216, 196, 0.025)),
    #071122;
  isolation: isolate;
}

.evolution-command-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 34%, rgba(79, 140, 255, 0.12), transparent 20rem),
    radial-gradient(circle at 75% 46%, rgba(40, 216, 196, 0.14), transparent 22rem),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
}

.evolution-section .container {
  position: relative;
  z-index: 1;
}

.evolution-copy .btn {
  margin-bottom: 1.25rem;
}

.migration-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 560px;
}

.migration-step {
  min-height: 82px;
  padding: 0.85rem;
  color: var(--cd-muted);
  text-align: left;
  font: inherit;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.migration-step:hover,
.migration-step.is-active {
  transform: translateY(-3px);
  border-color: rgba(40,216,196,0.34);
  background: linear-gradient(135deg, rgba(79,140,255,0.2), rgba(40,216,196,0.1));
}

.migration-step span {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0.5rem;
  color: #06111f;
  font-size: 0.76rem;
  font-weight: 900;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.migration-step strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
}

.evolution-grid,
.intelligence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.evolution-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  align-items: center;
  min-height: 410px;
}

.evolution-lab {
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
    rgba(7,17,34,0.72);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
}

.evolution-orbit {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(40,216,196,0.13);
  border-radius: 44% 56% 50% 50% / 44% 40% 60% 56%;
  animation: stageOrbit 32s linear infinite;
  pointer-events: none;
}

.legacy-card,
.cloud-card {
  position: relative;
  z-index: 1;
  min-height: 320px;
  padding: 1.5rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.28s ease, opacity 0.22s ease, border-color 0.28s ease;
}

.legacy-card {
  background: rgba(255, 255, 255, 0.045);
  opacity: 0.78;
}

.cloud-card {
  background:
    linear-gradient(140deg, rgba(79, 140, 255, 0.22), rgba(40, 216, 196, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--cd-shadow);
}

.evolution-card.is-changing {
  transform: translateY(8px) scale(0.99);
  opacity: 0.7;
}

.evolution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40,216,196,0.28);
}

.legacy-card span,
.cloud-card span {
  display: block;
  margin-bottom: 1.2rem;
  color: #fff;
  font-weight: 800;
}

.legacy-card ul,
.cloud-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legacy-card li,
.cloud-card li {
  position: relative;
  margin-bottom: 0.9rem;
  padding-left: 1.35rem;
  color: var(--cd-muted);
}

.legacy-card li::before,
.cloud-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--cd-amber);
}

.cloud-card li::before {
  background: var(--cd-cyan);
}

.evolution-arrow {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cd-cyan), transparent);
}

.evolution-arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 2px solid var(--cd-cyan);
  border-right: 2px solid var(--cd-cyan);
  transform: translateY(-50%) rotate(45deg);
}

.evolution-bridge {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  align-items: center;
  justify-items: center;
  min-height: 260px;
}

.bridge-progress {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.bridge-progress i {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cd-blue), var(--cd-cyan), var(--cd-green));
  box-shadow: 0 0 20px rgba(40,216,196,0.52);
  transition: width 0.42s ease;
}

.bridge-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--cd-cyan);
  border-right: 2px solid var(--cd-cyan);
  transform: translateY(-50%) rotate(45deg);
}

.evolution-bridge span {
  display: block;
  color: #bbfff5;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.evolution-impact {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.evolution-impact article {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
}

.evolution-impact span {
  display: block;
  color: var(--cd-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.evolution-impact strong {
  display: block;
  margin-top: 0.32rem;
  color: #fff;
  line-height: 1.25;
}

.feature-section {
  position: relative;
  background:
    linear-gradient(180deg, transparent, rgba(40, 216, 196, 0.04)),
    #050916;
}

.feature-command {
  isolation: isolate;
}

.feature-command-bg,
.feature-command-bg span {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.feature-command-bg {
  overflow: hidden;
}

.feature-command-bg span:nth-child(1) {
  top: 8%;
  left: 4%;
  width: 55%;
  height: 38%;
  background: linear-gradient(100deg, rgba(79, 140, 255, 0.12), rgba(40, 216, 196, 0.08), transparent);
  filter: blur(44px);
}

.feature-command-bg span:nth-child(2) {
  left: auto;
  right: -12%;
  top: 26%;
  width: 46%;
  height: 42%;
  border: 1px solid rgba(40, 216, 196, 0.15);
  border-radius: 42% 58% 50% 50% / 46% 40% 60% 54%;
  animation: stageOrbit 30s linear infinite;
}

.feature-command-bg span:nth-child(3) {
  inset: 0;
  background:
    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: 48px 48px;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 50% 45%, black, transparent 68%);
  opacity: 0.65;
}

.feature-command .container {
  position: relative;
  z-index: 1;
}

.feature-command-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.52fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.3rem;
}

.feature-command-head .section-subtitle {
  margin-bottom: 1rem;
}

.feature-command-layout {
  display: grid;
  grid-template-columns: 255px minmax(430px, 0.9fr) minmax(320px, 0.65fr);
  gap: 1rem;
  align-items: stretch;
}

.feature-rail {
  position: relative;
  display: grid;
  gap: 0.72rem;
  padding: 0.8rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(7, 17, 34, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.feature-rail::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  bottom: 1.8rem;
  left: 2.25rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(40, 216, 196, 0.5), transparent);
}

.feature-nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "num copy";
  gap: 0.16rem 0.78rem;
  min-height: 76px;
  padding: 0.9rem;
  color: var(--cd-muted);
  text-align: left;
  font: inherit;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.feature-nav:hover,
.feature-nav.is-active {
  transform: translateX(4px);
  border-color: rgba(40, 216, 196, 0.34);
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.2), rgba(40, 216, 196, 0.09));
}

.feature-nav span {
  grid-area: num;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #06111f;
  font-size: 0.76rem;
  font-weight: 900;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
  box-shadow: 0 10px 28px rgba(40, 216, 196, 0.18);
}

.feature-nav strong {
  grid-area: title;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.15;
}

.feature-nav small {
  grid-area: copy;
  color: var(--cd-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.feature-product {
  position: relative;
  min-height: 620px;
  padding: 1.2rem;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(7, 17, 34, 0.78);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.feature-product.is-changing {
  transform: translateY(6px);
  opacity: 0.82;
}

.feature-product::before,
.feature-product::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.feature-product::before {
  inset: 10% 5%;
  border: 1px solid rgba(40, 216, 196, 0.14);
  border-radius: 44% 56% 50% 50% / 40% 45% 55% 60%;
  animation: stageOrbit 28s linear infinite reverse;
}

.feature-product::after {
  inset: 0;
  background:
    radial-gradient(circle at var(--feature-x, 50%) var(--feature-y, 30%), rgba(40, 216, 196, 0.13), transparent 18rem),
    linear-gradient(105deg, transparent 0%, transparent 44%, rgba(255,255,255,0.07) 50%, transparent 57%, transparent 100%);
  background-size: auto, 240% 100%;
  opacity: 0.68;
  animation: scanSweep 6.5s ease-in-out infinite;
}

.feature-product-top,
.feature-product > p,
.feature-flow,
.feature-screen,
.feature-chips {
  position: relative;
  z-index: 1;
}

.feature-product-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}

.feature-product-top span {
  display: block;
  color: #bbfff5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-product-top strong {
  display: block;
  max-width: 520px;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.16;
}

.feature-product-top em {
  flex: 0 0 auto;
  padding: 0.45rem 0.72rem;
  color: #dbfff8;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid rgba(40, 216, 196, 0.24);
  background: rgba(40, 216, 196, 0.1);
}

.feature-product > p {
  max-width: 640px;
  margin: 0 0 1.35rem;
  color: var(--cd-muted);
  line-height: 1.7;
}

.feature-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
}

.feature-flow-node {
  min-width: 88px;
  padding: 0.58rem 0.72rem;
  color: var(--cd-soft);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.feature-flow-node.is-hot {
  color: #06111f;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
  border-color: transparent;
}

.feature-flow-line {
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.feature-flow-line i {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cd-blue), var(--cd-cyan));
  animation: progressFlow 2.8s ease-in-out infinite;
}

.feature-screen {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 270px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  overflow: hidden;
}

.feature-screen-sidebar {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.045);
}

.feature-screen-sidebar i {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
}

.feature-screen-sidebar i:first-child {
  background: linear-gradient(135deg, var(--cd-blue), var(--cd-cyan));
}

.feature-screen-main {
  padding: 1.1rem;
}

.feature-screen-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.feature-screen-header span {
  color: #fff;
  font-weight: 900;
}

.feature-screen-header strong {
  color: var(--cd-cyan);
  font-size: 0.92rem;
}

.feature-form-lines {
  display: grid;
  gap: 0.85rem;
}

.feature-form-lines i {
  display: block;
  width: var(--w);
  height: 2.65rem;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.055);
  background-size: 220% 100%;
  animation: shimmer 3.2s ease-in-out infinite;
}

.feature-form-lines i:nth-child(2) { animation-delay: 0.15s; }
.feature-form-lines i:nth-child(3) { animation-delay: 0.3s; }
.feature-form-lines i:nth-child(4) { animation-delay: 0.45s; }

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 1rem;
}

.feature-chips span {
  padding: 0.52rem 0.72rem;
  color: var(--cd-soft);
  font-size: 0.82rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
}

.feature-module-grid {
  grid-template-columns: 1fr;
  align-content: stretch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-card {
  min-height: 112px;
  cursor: pointer;
}

.feature-card-highlight {
  background:
    linear-gradient(135deg, rgba(88, 214, 141, 0.18), rgba(79, 140, 255, 0.1)),
    rgba(255, 255, 255, 0.06);
}

.feature-card.is-active {
  border-color: rgba(40, 216, 196, 0.38);
  background:
    linear-gradient(135deg, rgba(79, 140, 255, 0.22), rgba(40, 216, 196, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 54px rgba(40, 216, 196, 0.08);
}

.mobile-app-section {
  background:
    linear-gradient(180deg, rgba(40, 216, 196, 0.035), rgba(79, 140, 255, 0.045)),
    #071122;
}

.mobile-app-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(40, 216, 196, 0.14), transparent 18rem),
    radial-gradient(circle at 82% 36%, rgba(79, 140, 255, 0.16), transparent 20rem);
}

.mobile-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.app-download-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.app-download-card {
  position: relative;
  min-height: 132px;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(7, 17, 34, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.app-download-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(40, 216, 196, 0.24), rgba(79, 140, 255, 0.12));
  transform: rotate(18deg);
}

.app-download-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 216, 196, 0.34);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.app-download-card strong,
.app-download-card small,
.app-platform {
  position: relative;
  z-index: 1;
  display: block;
}

.app-platform {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.34rem 0.62rem;
  color: #06111f;
  font-size: 0.72rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.app-download-card strong {
  font-size: 1rem;
  line-height: 1.25;
}

.app-download-card small {
  margin-top: 0.45rem;
  color: var(--cd-muted);
  font-weight: 800;
}

.app-download-disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.app-download-disabled .app-platform {
  color: #fff;
  background: rgba(255,255,255,0.12);
}

.app-download-disabled:hover {
  transform: none;
  border-color: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.mobile-app-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.mobile-app-stage::before {
  content: "";
  position: absolute;
  inset: 5% 2%;
  border: 1px solid rgba(40, 216, 196, 0.16);
  border-radius: 44% 56% 51% 49% / 42% 46% 54% 58%;
  animation: stageOrbit 32s linear infinite;
}

.mobile-device {
  position: relative;
  z-index: 1;
  width: 280px;
  min-height: 560px;
  padding: 0.8rem;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(180deg, #172640, #07101f);
  box-shadow: var(--cd-shadow);
  transform: rotate(-3deg);
}

.mobile-device-notch {
  width: 76px;
  height: 0.42rem;
  margin: 0.25rem auto 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.mobile-device-screen {
  min-height: 510px;
  padding: 1rem;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(40,216,196,0.12), transparent 34%),
    rgba(255,255,255,0.055);
}

.mobile-app-top span,
.mobile-app-summary span,
.mobile-app-list span,
.mobile-floating-note span {
  display: block;
  color: var(--cd-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mobile-app-top strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.15;
}

.mobile-app-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 1.2rem 0;
}

.mobile-app-summary article,
.mobile-app-list div {
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.06);
}

.mobile-app-summary strong,
.mobile-app-list strong,
.mobile-floating-note strong {
  display: block;
  margin-top: 0.25rem;
  color: #fff;
  line-height: 1.2;
}

.mobile-app-list {
  display: grid;
  gap: 0.7rem;
}

.mobile-app-cta {
  margin-top: 1rem;
  padding: 0.85rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cd-blue), var(--cd-cyan));
}

.mobile-floating-note {
  position: absolute;
  z-index: 2;
  min-width: 180px;
  padding: 0.9rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(7, 17, 34, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 62px rgba(0,0,0,0.25);
}

.note-one {
  left: 0;
  top: 18%;
}

.note-two {
  right: 0;
  bottom: 20%;
}

.intelligence-grid {
  grid-template-columns: minmax(460px, 0.9fr) minmax(0, 1.1fr);
}

.automation-visual {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(7, 17, 34, 0.72);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
}

.automation-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(40, 216, 196, 0.14);
  border-radius: 44% 56% 48% 52% / 46% 40% 60% 54%;
  animation: cloudRotate 24s linear infinite;
}

.automation-visual::after {
  content: "";
  position: absolute;
  inset: 23%;
  border: 1px dashed rgba(247, 198, 93, 0.18);
  border-radius: 56% 44% 42% 58% / 48% 58% 42% 52%;
  animation: cloudRotate 30s linear infinite reverse;
}

.ai-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 34px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(135deg, var(--cd-blue), var(--cd-cyan));
  box-shadow: 0 24px 70px rgba(40, 216, 196, 0.25);
}

.ai-core span {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 900;
  transform: rotate(-45deg);
}

.ai-node {
  position: absolute;
  padding: 0.78rem 1rem;
  color: var(--cd-soft);
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.ai-node-one { left: 12%; top: 18%; }
.ai-node-two { right: 12%; top: 24%; }
.ai-node-three { left: 13%; bottom: 22%; }
.ai-node-four { right: 13%; bottom: 17%; }

.automation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.automation-list article {
  min-height: 160px;
}

.dashboard-showcase {
  background:
    linear-gradient(180deg, rgba(79, 140, 255, 0.05), transparent 42%),
    #071122;
}

.showcase-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.4rem;
}

.showcase-header .section-subtitle {
  margin-bottom: 1rem;
}

.executive-dashboard {
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 34, 0.86);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
}

.exec-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.exec-sidebar strong {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
}

.exec-sidebar span {
  padding: 0.72rem 0.85rem;
  color: var(--cd-muted);
  border-radius: 16px;
}

.exec-sidebar .active {
  color: #fff;
  background: rgba(79, 140, 255, 0.16);
}

.exec-main {
  padding: 1.4rem;
}

.exec-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.exec-top span,
.exec-metrics span,
.risk-panel span {
  display: block;
  color: var(--cd-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.exec-top strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
}

.exec-top button {
  width: auto;
  padding-inline: 1.15rem;
}

.exec-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.exec-metrics article,
.risk-panel {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.exec-metrics strong {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.28rem;
}

.exec-metrics small {
  display: block;
  margin-top: 0.4rem;
  color: var(--cd-muted);
}

.exec-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 1rem;
  margin-top: 1rem;
}

.exec-line-chart {
  display: grid;
  align-items: end;
  min-height: 300px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(40, 216, 196, 0.08), transparent),
    rgba(255, 255, 255, 0.04);
}

.exec-line-chart svg {
  width: 100%;
  height: auto;
}

.risk-panel {
  min-height: 300px;
}

.risk-panel strong {
  display: block;
  margin-top: 0.65rem;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.18;
}

.risk-panel p {
  color: var(--cd-muted);
  line-height: 1.6;
}

.risk-stack {
  display: grid;
  gap: 0.6rem;
  margin-top: 2rem;
}

.risk-stack i {
  display: block;
  height: 2.4rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.risk-stack i:nth-child(1) { border-left: 4px solid var(--cd-rose); }
.risk-stack i:nth-child(2) { border-left: 4px solid var(--cd-amber); }
.risk-stack i:nth-child(3) { border-left: 4px solid var(--cd-green); }

.final-cta {
  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(79, 140, 255, 0.18), transparent 34%),
    linear-gradient(250deg, rgba(40, 216, 196, 0.14), transparent 40%),
    #050916;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 10% -8%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 46% 54% 50% 50% / 38% 44% 56% 62%;
  pointer-events: none;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.final-cta h2 {
  max-width: 930px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 3.65rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.final-cta p {
  max-width: 680px;
  margin: 0;
  color: var(--cd-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.final-actions {
  display: grid;
  gap: 0.8rem;
  min-width: 230px;
}

.chat-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 300;
  display: grid;
  justify-items: end;
  gap: 0.85rem;
  pointer-events: none;
}

.chat-launcher,
.chat-panel {
  pointer-events: auto;
}

.chat-launcher {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(79, 140, 255, 0.95), rgba(40, 216, 196, 0.95)),
    #0a1428;
  box-shadow: 0 20px 50px rgba(31, 139, 238, 0.34), 0 0 0 7px rgba(40, 216, 196, 0.08);
  cursor: pointer;
  overflow: visible;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.chat-launcher:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 26px 70px rgba(31, 139, 238, 0.42), 0 0 0 9px rgba(40, 216, 196, 0.1);
}

.chat-launcher-pulse {
  position: absolute;
  inset: -10px;
  border-radius: 28px;
  border: 1px solid rgba(40, 216, 196, 0.32);
  animation: chatPulse 2.8s ease-in-out infinite;
}

.chat-launcher-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-weight: 900;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.chat-panel {
  order: -1;
  width: min(360px, calc(100vw - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 34, 0.92);
  backdrop-filter: blur(24px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  transform: translateY(14px) scale(0.96);
  transform-origin: bottom right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}

.chat-widget.is-open .chat-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.chat-panel-header span,
.chat-bubble-muted,
.chat-panel-input span {
  color: var(--cd-muted);
  font-size: 0.8rem;
}

.chat-panel-header strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.chat-panel-header button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.chat-panel-body {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.chat-bubble {
  max-width: 88%;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  line-height: 1.5;
}

.chat-bubble-agent {
  color: #fff;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.24), rgba(40, 216, 196, 0.12));
  border: 1px solid rgba(40, 216, 196, 0.16);
}

.chat-bubble-muted {
  justify-self: end;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.chat-panel-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin: 0 1rem 1rem;
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.chat-panel-input i {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cd-blue), var(--cd-cyan));
}

.page-create-account {
  background:
    radial-gradient(circle at 18% 18%, rgba(79, 140, 255, 0.18), transparent 32rem),
    radial-gradient(circle at 84% 12%, rgba(40, 216, 196, 0.15), transparent 30rem),
    #08111f;
}

.account-hero {
  position: relative;
  min-height: calc(100vh - 86px);
  padding: 8rem 0 5rem;
  overflow: hidden;
}

.account-hero::before,
.account-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.account-hero::before {
  width: 70vw;
  height: 70vw;
  right: -24vw;
  top: -22vw;
  border: 1px solid rgba(40, 216, 196, 0.12);
  border-radius: 42% 58% 52% 48% / 46% 42% 58% 54%;
  background: linear-gradient(135deg, rgba(40, 216, 196, 0.12), transparent 54%);
  filter: blur(1px);
  animation: stageBreath 12s ease-in-out infinite;
}

.account-hero::after {
  inset: auto -10% -18rem -10%;
  height: 26rem;
  background:
    linear-gradient(105deg, transparent 10%, rgba(40, 216, 196, 0.11), transparent 70%),
    linear-gradient(10deg, rgba(79, 140, 255, 0.13), transparent 60%);
  transform: rotate(-2deg);
}

.account-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.account-copy {
  max-width: 760px;
}

.account-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  color: #bffdf4;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 20px rgba(88, 214, 141, 0.72);
}

.account-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 5.1rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.account-copy p {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: var(--cd-muted);
  font-size: 1.12rem;
  line-height: 1.8;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.account-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.2rem;
}

.account-proof-row span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(224, 236, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
}

.account-panel {
  position: relative;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(7, 17, 35, 0.7);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  transform: rotate(1deg);
}

.account-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.7rem 1rem;
  color: var(--cd-soft);
}

.account-panel-head strong {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
}

.account-panel-head span:last-child {
  align-self: flex-start;
  padding: 0.42rem 0.7rem;
  color: #dffdf7;
  font-size: 0.74rem;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(40, 216, 196, 0.12);
  border: 1px solid rgba(40, 216, 196, 0.22);
}

.account-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.account-panel-grid article {
  min-height: 124px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.account-panel-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 216, 196, 0.26);
  background: rgba(40, 216, 196, 0.08);
}

.account-panel-grid span {
  display: block;
  color: var(--cd-muted);
  font-size: 0.78rem;
}

.account-panel-grid strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.account-reasons {
  position: relative;
  z-index: 1;
  padding: 1rem 0 6rem;
}

.account-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.account-reasons-grid article {
  padding: 1.25rem;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.account-reasons-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(40, 216, 196, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.account-reasons-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 16px;
  color: #062033;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.account-reasons-grid h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.12rem;
}

.account-reasons-grid p {
  margin: 0.7rem 0 0;
  color: var(--cd-muted);
  line-height: 1.65;
}

.signup-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(79, 140, 255, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 6%, rgba(40, 216, 196, 0.14), transparent 31rem),
    linear-gradient(180deg, #050916 0%, #071122 48%, #070d19 100%);
}

.signup-hero,
.signup-impact,
.signup-modules,
.signup-flow,
.signup-final {
  position: relative;
  overflow: hidden;
}

.signup-hero {
  min-height: calc(100vh - 82px);
  padding: 7.5rem 0 5rem;
  isolation: isolate;
}

.signup-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.signup-hero-bg span {
  position: absolute;
  display: block;
  width: 62vw;
  height: 18rem;
  border-radius: 999px;
  filter: blur(62px);
  opacity: 0.58;
  background: linear-gradient(90deg, rgba(79, 140, 255, 0.24), rgba(40, 216, 196, 0.11), transparent);
  transform: rotate(-9deg);
  animation: signupBand 13s ease-in-out infinite;
}

.signup-hero-bg span:nth-child(1) {
  left: -18%;
  top: 10%;
}

.signup-hero-bg span:nth-child(2) {
  right: -18%;
  top: 34%;
  animation-delay: -4s;
  animation-duration: 16s;
}

.signup-hero-bg span:nth-child(3) {
  left: 18%;
  bottom: -6rem;
  opacity: 0.36;
  animation-delay: -7s;
  animation-duration: 18s;
}

.signup-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.signup-copy {
  max-width: 780px;
}

.signup-kicker,
.signup-section-head span,
.signup-sticky-copy span,
.signup-final span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #bffdf4;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-kicker::before,
.signup-section-head span::before,
.signup-sticky-copy span::before,
.signup-final span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 20px rgba(88, 214, 141, 0.72);
}

.signup-copy h1 {
  margin: 1rem 0 1.2rem;
  color: #ffffff;
  font-size: 5.35rem;
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 820px;
}

.signup-copy p,
.signup-section-head p,
.signup-sticky-copy p,
.signup-final p {
  color: var(--cd-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.signup-copy p {
  max-width: 710px;
  margin: 0;
}

.signup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.signup-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.25rem;
}

.signup-proof span {
  padding: 0.58rem 0.82rem;
  color: rgba(224, 236, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.signup-command {
  position: relative;
  min-height: 610px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(7, 17, 35, 0.72);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.signup-command::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--dash-angle, 0deg), transparent, rgba(40, 216, 196, 0.48), transparent, rgba(79, 140, 255, 0.42), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: dashBorder 8s linear infinite;
  pointer-events: none;
}

.signup-command-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--cd-muted);
}

.signup-command-top strong {
  display: block;
  margin-top: 0.25rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.signup-command-top i {
  align-self: flex-start;
  padding: 0.46rem 0.72rem;
  border-radius: 999px;
  color: #dffdf7;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 900;
  background: rgba(40, 216, 196, 0.12);
  border: 1px solid rgba(40, 216, 196, 0.24);
}

.signup-orbit {
  position: absolute;
  inset: 5rem 2rem 8rem;
  border: 1px solid rgba(40, 216, 196, 0.16);
  border-radius: 44% 56% 58% 42% / 48% 44% 56% 52%;
  animation: signupOrbit 26s linear infinite;
}

.signup-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 96px;
  padding: 0.54rem 0.7rem;
  color: rgba(224, 236, 255, 0.9);
  text-align: center;
  font-size: 0.76rem;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 17, 35, 0.78);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  transform:
    rotate(calc(var(--i) * 60deg))
    translateX(190px)
    rotate(calc(var(--i) * -60deg));
}

.signup-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 245px;
  min-height: 245px;
  padding: 1.4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(40, 216, 196, 0.28);
  background:
    radial-gradient(circle, rgba(40, 216, 196, 0.17), transparent 68%),
    rgba(6, 14, 31, 0.88);
  box-shadow: 0 0 90px rgba(40, 216, 196, 0.16), inset 0 1px 0 rgba(255,255,255,0.12);
  transform: translate(-50%, -50%);
}

.signup-core span {
  color: var(--cd-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.signup-core strong {
  display: block;
  color: #ffffff;
  font-size: 2.55rem;
}

.signup-core small {
  color: var(--cd-soft);
  line-height: 1.55;
}

.signup-live-list {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: grid;
  gap: 0.65rem;
}

.signup-live-list div {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.75rem 0.85rem;
  color: rgba(224, 236, 255, 0.84);
  font-size: 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.signup-live-list span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-cyan);
  box-shadow: 0 0 18px rgba(40, 216, 196, 0.72);
  flex: 0 0 auto;
}

.signup-impact,
.signup-modules,
.signup-flow {
  padding: 5.5rem 0;
}

.signup-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.signup-section-head h2,
.signup-sticky-copy h2,
.signup-final h2 {
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.signup-section-head p {
  margin: 0;
}

.signup-section-head-centered {
  display: block;
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.signup-section-head-centered span {
  justify-content: center;
}

.signup-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.signup-impact-grid article,
.signup-module-stack article,
.signup-flow-board article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(8, 17, 35, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.signup-impact-grid article {
  min-height: 260px;
  padding: 1.35rem;
  border-radius: 28px;
}

.signup-impact-grid article:hover,
.signup-module-stack article:hover,
.signup-flow-board article:hover {
  transform: translateY(-7px);
  border-color: rgba(40, 216, 196, 0.3);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.signup-impact-grid strong,
.signup-module-stack span,
.signup-flow-board span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.25rem;
  color: #062033;
  font-weight: 900;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.signup-impact-grid h3,
.signup-module-stack h3,
.signup-flow-board h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.18rem;
}

.signup-impact-grid p,
.signup-module-stack p,
.signup-flow-board p {
  margin: 0.7rem 0 0;
  color: var(--cd-muted);
  line-height: 1.65;
}

.signup-modules-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.signup-sticky-copy {
  position: sticky;
  top: 7rem;
}

.signup-sticky-copy p {
  margin: 1rem 0 1.5rem;
}

.signup-module-stack {
  display: grid;
  gap: 1rem;
}

.signup-module-stack article {
  min-height: 178px;
  padding: 1.35rem;
  border-radius: 28px;
}

.signup-flow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}

.signup-flow-board::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 2.7rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(40, 216, 196, 0.44), rgba(79, 140, 255, 0.34), transparent);
  pointer-events: none;
}

.signup-flow-board article {
  min-height: 230px;
  padding: 1.25rem;
  border-radius: 28px;
}

.signup-final {
  padding: 6rem 0 7rem;
}

.signup-final-inner {
  position: relative;
  max-width: 940px;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 216, 196, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(7, 17, 35, 0.76);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(22px);
}

.signup-final span {
  justify-content: center;
}

.signup-final h2 {
  font-size: 4rem;
}

.signup-final p {
  max-width: 720px;
  margin: 1.1rem auto 2rem;
}

.signup-clean-hero,
.signup-quiet-value,
.signup-flowline,
.signup-soft-final {
  position: relative;
  overflow: hidden;
}

.signup-clean-hero {
  min-height: calc(100vh - 82px);
  padding: 7.4rem 0 5rem;
  isolation: isolate;
}

.signup-organic-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.organic-wave {
  position: absolute;
  display: block;
  width: 72vw;
  height: 26rem;
  border-radius: 48% 52% 46% 54% / 42% 46% 54% 58%;
  filter: blur(42px);
  opacity: 0.46;
  background: linear-gradient(110deg, rgba(79, 140, 255, 0.18), rgba(40, 216, 196, 0.12), transparent 72%);
  animation: organicFloat 16s ease-in-out infinite;
}

.wave-one {
  left: -24vw;
  top: 7rem;
}

.wave-two {
  right: -28vw;
  top: 4rem;
  animation-delay: -6s;
  animation-duration: 19s;
}

.organic-thread {
  position: absolute;
  display: block;
  height: 2px;
  width: 64vw;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(40, 216, 196, 0.42), rgba(79, 140, 255, 0.2), transparent);
  opacity: 0.46;
  transform: rotate(-7deg);
  animation: threadDrift 12s ease-in-out infinite;
}

.thread-one {
  left: 8vw;
  top: 19rem;
}

.thread-two {
  right: 4vw;
  bottom: 7rem;
  animation-delay: -4s;
}

.signup-clean-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.signup-clean-copy {
  max-width: 760px;
}

.signup-clean-copy h1 {
  margin: 1rem 0 1.2rem;
  color: #ffffff;
  font-size: 5rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.signup-clean-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--cd-muted);
  font-size: 1.12rem;
  line-height: 1.78;
}

.signup-fluid-stage {
  display: grid;
  gap: 1rem;
}

.fluid-panel {
  position: relative;
  min-height: 520px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 38px;
  background:
    radial-gradient(circle at var(--glow-x, 54%) var(--glow-y, 38%), rgba(40, 216, 196, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(7, 17, 35, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(24px);
  overflow: hidden;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.fluid-panel::before {
  content: "";
  position: absolute;
  inset: 4rem -20% auto;
  height: 15rem;
  background: linear-gradient(100deg, transparent, rgba(40, 216, 196, 0.16), rgba(79, 140, 255, 0.12), transparent);
  transform: rotate(-8deg);
  animation: fluidSweep 8s ease-in-out infinite;
}

.fluid-panel.is-changing {
  transform: translateY(10px) scale(0.985);
  opacity: 0.78;
}

.fluid-panel-head,
.fluid-metric,
.fluid-lines,
.fluid-panel p {
  position: relative;
  z-index: 1;
}

.fluid-panel-head {
  display: grid;
  gap: 0.5rem;
}

.fluid-panel-head span,
.fluid-metric span {
  color: var(--cd-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fluid-panel-head strong {
  max-width: 520px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.12;
}

.fluid-metric {
  display: grid;
  place-items: center;
  width: min(260px, 72%);
  min-height: 260px;
  margin: 3.4rem auto 2.2rem;
  text-align: center;
  border: 1px solid rgba(40, 216, 196, 0.24);
  border-radius: 48% 52% 47% 53% / 45% 42% 58% 55%;
  background:
    radial-gradient(circle, rgba(40, 216, 196, 0.16), transparent 70%),
    rgba(255, 255, 255, 0.045);
  animation: organicBlob 9s ease-in-out infinite;
}

.fluid-metric strong {
  color: #ffffff;
  font-size: 2.45rem;
  line-height: 1;
}

.fluid-lines {
  display: grid;
  gap: 0.65rem;
  margin: 0 auto 1.4rem;
  max-width: 430px;
}

.fluid-lines i {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(40, 216, 196, 0.7), rgba(79, 140, 255, 0.34), transparent);
}

.fluid-panel p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--cd-soft);
  text-align: center;
  line-height: 1.7;
}

.fluid-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  padding: 0.48rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(18px);
}

.fluid-control button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: rgba(224,236,255,0.74);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.fluid-control button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.fluid-control button.is-active {
  color: #062033;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.signup-quiet-value,
.signup-flowline {
  padding: 5.2rem 0 3.2rem;
}

.signup-quiet-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.signup-mini-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #bffdf4;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-mini-label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 20px rgba(88, 214, 141, 0.72);
}

.signup-quiet-layout h2,
.signup-flowline-head h2,
.signup-soft-final h2 {
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-size: 3.25rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.quiet-value-list {
  display: grid;
  gap: 0.95rem;
}

.quiet-value-list article {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 1rem;
  row-gap: 0.35rem;
  min-height: 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.08), rgba(255,255,255,0.028)),
    rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.quiet-value-list article::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(40,216,196,0.5), transparent);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.quiet-value-list article:hover {
  transform: translateX(8px);
  border-color: rgba(40,216,196,0.28);
  background: rgba(40,216,196,0.065);
}

.quiet-value-list article:hover::after {
  opacity: 1;
}

.quiet-value-list span {
  grid-area: num;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #062033;
  font-weight: 900;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.quiet-value-list h3 {
  grid-area: title;
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.25;
}

.quiet-value-list p {
  grid-area: copy;
  margin: 0.35rem 0 0;
  color: var(--cd-muted);
  line-height: 1.6;
  max-width: 560px;
}

.signup-flowline-head {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.flowline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    rgba(7,17,35,0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}

.flowline-track::before {
  content: "";
  position: absolute;
  left: 4rem;
  right: 4rem;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(40,216,196,0.5), rgba(79,140,255,0.28), transparent);
  transform: translateY(-50%);
  pointer-events: none;
}

.flowline-track article {
  position: relative;
  display: grid;
  gap: 0.85rem;
  min-height: 190px;
  padding: 1.1rem;
  border-radius: 26px;
  transition: transform 0.24s ease, background 0.24s ease;
}

.flowline-track article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 18%, rgba(40,216,196,0.12), transparent 52%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.flowline-track article:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.045);
}

.flowline-track article:hover::before {
  opacity: 1;
}

.flowline-track span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #062033;
  font-size: 0.88rem;
  font-weight: 900;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
  box-shadow: 0 18px 40px rgba(40,216,196,0.16);
}

.flowline-track div {
  position: relative;
  z-index: 1;
  align-self: end;
}

.flowline-track h3 {
  margin: 0 0 0.5rem;
  color: rgba(224,236,255,0.66);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flowline-track strong {
  display: block;
  max-width: 230px;
  line-height: 1.35;
}

.signup-soft-final {
  padding: 3.2rem 0 6rem;
}

.signup-soft-final-inner {
  position: relative;
  max-width: 900px;
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40,216,196,0.13), transparent 42%),
    rgba(255,255,255,0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.signup-soft-final .signup-mini-label {
  justify-content: center;
}

.signup-soft-final h2 {
  margin-bottom: 2rem;
}

.subpage-modern {
  background:
    radial-gradient(circle at 12% 12%, rgba(79, 140, 255, 0.14), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(40, 216, 196, 0.12), transparent 30rem),
    linear-gradient(180deg, #050916 0%, #071122 48%, #070d19 100%);
}

.inner-hero,
.inner-section,
.inner-cta {
  position: relative;
  overflow: hidden;
}

.inner-hero {
  padding: 7rem 0 5rem;
  isolation: isolate;
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(108deg, transparent 10%, rgba(40,216,196,0.09), transparent 72%),
    radial-gradient(circle at 70% 20%, rgba(79,140,255,0.16), transparent 24rem);
}

.inner-hero-bg::before,
.inner-hero-bg::after {
  content: "";
  position: absolute;
  width: 62vw;
  height: 18rem;
  border-radius: 48% 52% 46% 54% / 42% 46% 54% 58%;
  filter: blur(56px);
  opacity: 0.44;
  background: linear-gradient(105deg, rgba(79,140,255,0.2), rgba(40,216,196,0.1), transparent);
  animation: organicFloat 16s ease-in-out infinite;
}

.inner-hero-bg::before {
  left: -20vw;
  top: 5rem;
}

.inner-hero-bg::after {
  right: -22vw;
  top: 7rem;
  animation-delay: -6s;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.inner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #bffdf4;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inner-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cd-green);
  box-shadow: 0 0 20px rgba(88,214,141,0.72);
}

.inner-hero h1 {
  max-width: 830px;
  margin: 1rem 0 1.15rem;
  color: #ffffff;
  font-size: 4.85rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.inner-hero p {
  max-width: 700px;
  margin: 0;
  color: var(--cd-muted);
  font-size: 1.12rem;
  line-height: 1.78;
}

.inner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.inner-section {
  padding: 5rem 0;
}

.inner-section-head {
  max-width: 880px;
  margin-bottom: 2rem;
}

.inner-section h2,
.inner-cta h2 {
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-size: 3.25rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.inner-section p {
  color: var(--cd-muted);
  line-height: 1.72;
}

.about-signal-card,
.features-console,
.pricing-hero-card,
.contact-side-card {
  position: relative;
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    rgba(7,17,35,0.72);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.about-signal-card span,
.features-console-head span,
.pricing-hero-card span,
.contact-side-card span {
  color: var(--cd-muted);
  font-weight: 900;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.about-signal-card strong,
.features-console-head strong,
.contact-side-card strong {
  display: block;
  margin-top: 0.65rem;
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1.2;
}

.about-signal-flow {
  display: grid;
  gap: 0.65rem;
  margin: 2rem 0;
}

.about-signal-flow i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(40,216,196,0.75), rgba(79,140,255,0.3), transparent);
}

.about-signal-flow i:nth-child(1) { width: 92%; }
.about-signal-flow i:nth-child(2) { width: 68%; }
.about-signal-flow i:nth-child(3) { width: 78%; }

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.about-story-copy h2 {
  margin: 0.85rem 0 1rem;
}

.about-principles,
.about-build-modern-grid,
.pricing-modern-includes,
.feature-flow-steps {
  display: grid;
  gap: 0.9rem;
}

.about-principles article,
.about-build-modern-grid article,
.feature-suite-grid article,
.pricing-modern-includes article,
.feature-flow-steps article {
  position: relative;
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.about-principles article:hover,
.about-build-modern-grid article:hover,
.feature-suite-grid article:hover,
.pricing-modern-includes article:hover,
.feature-flow-steps article:hover {
  transform: translateY(-5px);
  border-color: rgba(40,216,196,0.28);
  background: rgba(40,216,196,0.06);
}

.about-principles span,
.feature-suite-grid span,
.pricing-modern-includes span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  color: #062033;
  font-weight: 900;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.about-principles h3,
.about-build-modern-grid strong,
.feature-suite-grid h3,
.pricing-modern-includes strong,
.feature-flow-steps strong {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.about-build-modern-grid,
.feature-suite-grid {
  grid-template-columns: repeat(3, 1fr);
}

.features-console {
  min-height: 430px;
}

.features-console-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.features-console-grid i {
  display: grid;
  place-items: center;
  min-height: 82px;
  color: rgba(224,236,255,0.86);
  font-style: normal;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
}

.feature-suite-dynamic {
  padding-top: 5.8rem;
  background:
    linear-gradient(90deg, rgba(40, 216, 196, 0.06), transparent 28%, rgba(79, 140, 255, 0.05) 72%, transparent),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 44%);
}

.feature-suite-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.feature-suite-copy {
  position: sticky;
  top: 7rem;
  margin-bottom: 0;
  max-width: 520px;
}

.feature-suite-copy p {
  max-width: 480px;
  margin: 1rem 0 0;
}

.feature-suite-copy h2 {
  font-size: 2.9rem;
}

.feature-suite-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.feature-suite-metrics strong {
  display: grid;
  gap: 0.15rem;
  min-height: 88px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(9, 17, 36, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.feature-suite-metrics b {
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1;
}

.feature-suite-metrics small {
  color: var(--cd-muted);
  font-size: 0.72rem;
  line-height: 1.25;
}

.feature-suite-board {
  position: relative;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(6, 12, 27, 0.68);
  box-shadow: 0 28px 90px rgba(0,0,0,0.28);
}

.feature-suite-board::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 8%, rgba(40,216,196,0.1) 30%, transparent 46%, rgba(79,140,255,0.09) 68%, transparent 88%);
  opacity: 0.8;
}

.feature-suite-path {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 24px;
  background: rgba(255,255,255,0.035);
}

.feature-suite-path span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  color: rgba(238, 248, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(255,255,255,0.065);
}

.feature-suite-path i {
  flex: 1;
  height: 1px;
  min-width: 34px;
  background: linear-gradient(90deg, rgba(40,216,196,0.15), rgba(40,216,196,0.8), rgba(79,140,255,0.15));
}

.feature-suite-dynamic .feature-suite-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(176px, auto);
  gap: 1rem;
}

.feature-suite-dynamic .suite-card {
  isolation: isolate;
  overflow: hidden;
  min-height: 176px;
  padding: 1.15rem;
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(255,255,255,0.092), rgba(255,255,255,0.026) 58%),
    rgba(12, 21, 42, 0.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.feature-suite-dynamic .suite-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(40,216,196,0.14), transparent 38%),
    linear-gradient(315deg, rgba(79,140,255,0.14), transparent 42%);
  transition: opacity 0.24s ease;
}

.feature-suite-dynamic .suite-card:hover,
.feature-suite-dynamic .suite-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(40,216,196,0.36);
}

.feature-suite-dynamic .suite-card:hover::before,
.feature-suite-dynamic .suite-card:focus-visible::before {
  opacity: 1;
}

.feature-suite-dynamic .suite-card-strong,
.feature-suite-dynamic .suite-card-wide {
  grid-column: auto;
}

.feature-suite-dynamic .suite-card-strong {
  background:
    linear-gradient(150deg, rgba(40,216,196,0.13), rgba(255,255,255,0.035) 58%),
    rgba(12, 21, 42, 0.82);
}

.feature-suite-dynamic .suite-card span {
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(40,216,196,0.18);
}

.feature-suite-dynamic .suite-card h3 {
  font-size: 1.12rem;
}

.feature-suite-dynamic .suite-card p {
  max-width: 44rem;
  margin: 0.65rem 0 0.9rem;
  line-height: 1.48;
}

.feature-suite-dynamic .suite-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.feature-suite-dynamic .suite-card em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 0.65rem;
  color: rgba(224,236,255,0.86);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
}

.feature-flow-modern-grid,
.pricing-modern-layout,
.contact-modern-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.feature-flow-steps article {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.feature-flow-steps span {
  color: var(--cd-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-hero-card {
  display: grid;
  place-items: center;
  min-height: 360px;
  text-align: center;
}

.pricing-hero-card div {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: #ffffff;
}

.pricing-hero-card small {
  margin-top: 1.15rem;
  color: var(--cd-cyan);
  font-weight: 900;
}

.pricing-hero-card strong {
  font-size: 7rem;
  line-height: 0.95;
}

.pricing-hero-card p {
  color: var(--cd-muted);
}

.pricing-modern-card {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
  border: 1px solid rgba(40,216,196,0.24);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40,216,196,0.16), transparent 44%),
    rgba(7,17,35,0.76);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255,255,255,0.12);
}

.pricing-modern-head span {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  color: #062033;
  font-size: 0.75rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cd-cyan), var(--cd-green));
}

.pricing-modern-head h2 {
  margin: 1rem 0 0.6rem;
}

.pricing-modern-price {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  margin: 1.5rem 0;
  color: #ffffff;
}

.pricing-modern-price strong {
  font-size: 5.5rem;
  line-height: 0.9;
}

.pricing-modern-price small,
.pricing-modern-price span {
  color: var(--cd-muted);
  font-weight: 900;
}

.pricing-trust-modern {
  padding-top: 1rem;
}

.pricing-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.pricing-trust-row span {
  padding: 1rem;
  text-align: center;
  color: var(--cd-soft);
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
}

.contact-side-card {
  display: grid;
  gap: 0.85rem;
}

.contact-side-card p {
  color: var(--cd-muted);
}

.contact-form-copy h2 {
  margin: 0.85rem 0 1rem;
}

.contact-modern-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.028)),
    rgba(7,17,35,0.7);
  box-shadow: var(--cd-shadow), inset 0 1px 0 rgba(255,255,255,0.1);
}

.contact-modern-form .form-group {
  margin: 0;
}

.contact-modern-form .form-group-full,
.contact-modern-form button {
  grid-column: 1 / -1;
}

.contact-modern-form input,
.contact-modern-form textarea {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
}

.inner-cta {
  padding: 4.5rem 0 6rem;
}

.inner-cta-inner {
  display: grid;
  justify-items: center;
  gap: 1.3rem;
  max-width: 900px;
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40,216,196,0.13), transparent 44%),
    rgba(255,255,255,0.035);
}

@property --dash-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes cloudRotate {
  to { transform: rotate(360deg); }
}

@keyframes stageBreath {
  0%, 100% { transform: scale(0.96) rotate(-3deg); opacity: 0.58; }
  50% { transform: scale(1.04) rotate(3deg); opacity: 0.88; }
}

@keyframes stageOrbit {
  to { transform: translate(var(--stage-x), var(--stage-y)) rotate(360deg); }
}

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

@keyframes dashBorder {
  to { --dash-angle: 360deg; }
}

@keyframes scanSweep {
  0%, 100% { background-position: 180% 0; opacity: 0.18; }
  48%, 56% { opacity: 0.46; }
  70% { background-position: -120% 0; opacity: 0.18; }
}

@keyframes dataBeam {
  0% { transform: translateX(0) scaleX(0.65); opacity: 0; }
  16% { opacity: 0.9; }
  72% { opacity: 0.8; }
  100% { transform: translateX(330%) scaleX(1.18); opacity: 0; }
}

@keyframes streamNode {
  0%, 100% { transform: translateX(0); opacity: 0.72; }
  42%, 58% { transform: translateX(12px); opacity: 1; }
}

@keyframes streamSheen {
  0%, 34% { opacity: 0; transform: translateX(-42%); }
  48% { opacity: 1; }
  70%, 100% { opacity: 0; transform: translateX(42%); }
}

@keyframes signupBand {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-9deg) scale(1); }
  50% { transform: translate3d(3rem, -1.2rem, 0) rotate(-5deg) scale(1.08); }
}

@keyframes signupOrbit {
  to { transform: rotate(360deg); }
}

@keyframes organicFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg) scale(1); }
  50% { transform: translate3d(2rem, -1.1rem, 0) rotate(3deg) scale(1.05); }
}

@keyframes threadDrift {
  0%, 100% { transform: translateX(-1rem) rotate(-7deg); opacity: 0.32; }
  50% { transform: translateX(1.4rem) rotate(-3deg); opacity: 0.58; }
}

@keyframes organicBlob {
  0%, 100% { border-radius: 48% 52% 47% 53% / 45% 42% 58% 55%; transform: translateY(0); }
  50% { border-radius: 43% 57% 56% 44% / 56% 47% 53% 44%; transform: translateY(-8px); }
}

@keyframes fluidSweep {
  0%, 100% { transform: translateX(-6%) rotate(-8deg); opacity: 0.5; }
  50% { transform: translateX(8%) rotate(-4deg); opacity: 0.86; }
}

@keyframes barPulse {
  0%, 100% { transform: scaleY(0.94); filter: saturate(0.95); }
  50% { transform: scaleY(1.06); filter: saturate(1.25); }
}

@keyframes progressFlow {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}

@keyframes softFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes chatPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.72; }
  50% { transform: scale(1.08); opacity: 0.18; }
}

@keyframes driftPath {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.04); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes pinPulse {
  0%, 100% { transform: scale(1); opacity: 0.78; }
  50% { transform: scale(1.35); opacity: 1; }
}

@keyframes shimmer {
  0%, 100% { background-position: 180% 0; }
  50% { background-position: -80% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .automation-visual::before,
  .automation-visual::after {
    animation: none;
  }

  .motion-cursor,
  .motion-cursor-dot,
  .motion-rail,
  .motion-section::before {
    display: none;
  }

  .motion-section > .container {
    transform: none;
  }

  .ops-path,
  .ops-pin,
  .ops-stream span,
  .signup-hero-bg span,
  .signup-orbit,
  .organic-wave,
  .organic-thread,
  .fluid-panel::before,
  .fluid-metric,
  .signup-command::before,
  .stage-orbit,
  .stage-pulse-grid,
  .stage-activity-stream span,
  .stage-activity-stream span::after,
  .dashboard-shell::after,
  .dashboard-scan,
  .dashboard-flow span,
  .chart-bars i,
  .route-progress i,
  .chat-launcher-pulse {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .cloud-hero-grid,
  .evolution-grid,
  .intelligence-grid,
  .live-ops-grid,
  .mobile-app-layout,
  .feature-command-head,
  .feature-command-layout {
    grid-template-columns: 1fr;
  }

  .cloud-hero h1 {
    font-size: 4rem;
  }

  .cloud-hero-copy {
    max-width: 880px;
  }

  .product-stage {
    min-height: 680px;
  }

  .hero-system-switch {
    left: 0;
    right: auto;
    top: 0.4rem;
  }

  .dashboard-shell {
    left: 0;
    right: auto;
    top: 4.25rem;
    width: min(720px, calc(100% - 80px));
  }

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

  .exec-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-rail {
    grid-template-columns: repeat(5, minmax(170px, 1fr));
    overflow-x: auto;
  }

  .feature-rail::before {
    display: none;
  }

  .feature-module-grid {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    overflow-x: auto;
  }

  .mobile-app-copy {
    max-width: 860px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-panel {
    max-width: 720px;
    transform: none;
  }

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

  .signup-hero-grid,
  .signup-clean-grid,
  .signup-quiet-layout,
  .inner-hero-grid,
  .about-story-grid,
  .feature-flow-modern-grid,
  .pricing-modern-layout,
  .contact-modern-grid,
  .signup-section-head,
  .signup-modules-layout {
    grid-template-columns: 1fr;
  }

  .signup-copy h1 {
    font-size: 4.15rem;
  }

  .signup-clean-copy h1 {
    font-size: 4rem;
  }

  .inner-hero h1 {
    font-size: 4rem;
  }

  .about-build-modern-grid,
  .feature-suite-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-suite-layout {
    grid-template-columns: 1fr;
  }

  .feature-suite-copy {
    position: relative;
    top: auto;
    max-width: 780px;
  }

  .feature-suite-dynamic .feature-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-modern-card {
    position: relative;
    top: auto;
  }

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

  .signup-command {
    max-width: 760px;
  }

  .signup-impact-grid,
  .signup-flow-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .flowline-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }

  .flowline-track::before {
    display: none;
  }

  .signup-sticky-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  .motion-cursor,
  .motion-cursor-dot,
  .motion-rail {
    display: none;
  }

  .motion-section > .container {
    transform: none;
  }

  .cloud-hero {
    padding-top: 4rem;
  }

  .cloud-hero h1 {
    font-size: 3.15rem;
  }

  .premium-home .section-title,
  .final-cta h2 {
    font-size: 2.75rem;
  }

  .hero-lead,
  .premium-home .section-subtitle {
    font-size: 1rem;
  }

  .value-strip-grid,
  .feature-grid,
  .automation-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-module-grid {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
  }

  .product-stage {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .dashboard-shell,
  .loan-ticket,
  .phone-mock,
  .insight-pill,
  .stage-activity-stream {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    animation: none;
  }

  .hero-system-switch {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    order: -1;
    border-radius: 22px;
  }

  .stage-activity-stream {
    order: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stage-activity-stream span {
    justify-content: center;
    padding: 0.48rem 0.6rem;
  }

  .stage-activity-stream span::before {
    display: none;
  }

  .dashboard-shell {
    min-height: 0;
  }

  .phone-mock {
    max-width: 280px;
    height: 430px;
    justify-self: center;
  }

  .evolution-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .evolution-lab {
    grid-template-columns: 1fr;
  }

  .evolution-impact {
    grid-template-columns: 1fr;
  }

  .evolution-bridge {
    min-height: auto;
    padding: 0.5rem 0;
  }

  .evolution-arrow {
    width: 2px;
    height: 70px;
    justify-self: center;
    background: linear-gradient(180deg, transparent, var(--cd-cyan), transparent);
  }

  .evolution-arrow::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 8px;
    transform: translateX(-50%) rotate(135deg);
  }

  .bridge-progress {
    width: 4px;
    height: 72px;
  }

  .bridge-progress i {
    width: 100%;
    height: var(--evolution-progress-mobile, 34%);
  }

  .bridge-progress::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0.1rem;
    transform: translateX(-50%) rotate(135deg);
  }

  .showcase-header,
  .executive-dashboard,
  .exec-bottom,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .ops-stage {
    min-height: 560px;
  }

  .app-download-actions {
    grid-template-columns: 1fr;
  }

  .mobile-app-stage {
    min-height: 580px;
  }

  .exec-sidebar {
    display: none;
  }

  .account-hero {
    min-height: auto;
    padding: 6.5rem 0 3rem;
  }

  .account-copy h1 {
    font-size: 3.4rem;
  }

  .signup-hero {
    min-height: auto;
    padding: 6rem 0 3.5rem;
  }

  .signup-copy h1,
  .signup-clean-copy h1,
  .inner-hero h1,
  .signup-section-head h2,
  .signup-sticky-copy h2,
  .signup-final h2,
  .signup-quiet-layout h2,
  .signup-flowline-head h2,
  .signup-soft-final h2,
  .inner-section h2,
  .inner-cta h2 {
    font-size: 2.85rem;
  }

  .inner-hero,
  .inner-section {
    padding: 4.5rem 0;
  }

  .features-console,
  .pricing-hero-card {
    min-height: auto;
  }

  .signup-command {
    min-height: 560px;
  }

  .signup-orbit span {
    transform:
      rotate(calc(var(--i) * 60deg))
      translateX(150px)
      rotate(calc(var(--i) * -60deg));
  }

  .signup-flow-board::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .premium-home .container {
    padding-inline: 1rem;
  }

  .premium-home .ops-path,
  .premium-home .ops-stream span,
  .premium-home .organic-wave,
  .premium-home .organic-thread,
  .premium-home .feature-command-bg span {
    display: none !important;
  }

  .premium-home .nav-links {
    display: none;
    transform: none;
  }

  .premium-home .nav-links.is-open {
    display: flex;
  }

  .hero-flow-line,
  .hero-light-band,
  .section-light-field,
  .hero-fluid-canvas,
  .stage-orbit,
  .stage-pulse-grid {
    display: none;
  }

  .cloud-hero h1 {
    font-size: 2.2rem;
    line-height: 1.12;
    text-wrap: pretty;
    max-width: 100%;
  }

  .premium-home .section-title,
  .final-cta h2 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .metric-card strong {
    font-size: 2rem;
  }

  .cloud-hero-copy,
  .hero-lead {
    max-width: 100%;
  }

  .dashboard-topbar,
  .chart-head {
    flex-wrap: wrap;
  }

  .hero-system-switch {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .stage-activity-stream {
    grid-template-columns: 1fr 1fr;
  }

  .live-ops-section {
    padding-top: 2.5rem;
  }

  .ops-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ops-stage {
    min-height: 610px;
    border-radius: 28px;
  }

  .ops-main-card,
  .ops-side-card {
    position: relative;
    inset: auto;
    width: auto;
    margin: 1rem;
  }

  .ops-main-card {
    top: auto;
    left: auto;
    min-height: 0;
  }

  .ops-main-card strong {
    font-size: 1.45rem;
  }

  .ops-stream {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .ops-map {
    opacity: 0.45;
  }

  .premium-home .hero-ctas,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .premium-home .hero-ctas .btn,
  .final-actions .btn {
    width: 100%;
  }

  .hero-proof {
    display: grid;
  }

  .dashboard-content,
  .value-strip-grid,
  .value-grid,
  .feature-grid,
  .automation-list,
  .exec-metrics {
    grid-template-columns: 1fr;
  }

  .feature-rail,
  .feature-module-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .migration-steps {
    grid-template-columns: 1fr;
  }

  .evolution-lab {
    padding: 0.8rem;
    border-radius: 28px;
  }

  .legacy-card,
  .cloud-card {
    min-height: auto;
    padding: 1.2rem;
    border-radius: 24px;
  }

  .feature-product {
    min-height: 0;
    padding: 1rem;
    border-radius: 26px;
  }

  .feature-product-top,
  .feature-screen-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-product-top strong {
    font-size: 1.35rem;
  }

  .feature-flow {
    grid-template-columns: 1fr;
  }

  .feature-flow-line {
    height: 40px;
    width: 3px;
    justify-self: center;
  }

  .feature-flow-line i {
    width: 100%;
    height: 58%;
  }

  .feature-screen {
    grid-template-columns: 1fr;
  }

  .feature-screen-sidebar {
    grid-template-columns: repeat(4, 36px);
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .mobile-app-stage {
    min-height: 0;
    padding-bottom: 1rem;
  }

  .mobile-app-stage::before {
    display: none;
  }

  .mobile-device {
    width: min(280px, 100%);
    min-height: 520px;
    transform: none;
  }

  .mobile-floating-note {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.8rem;
  }

  .portfolio-chart,
  .route-card {
    grid-column: auto;
  }

  .metric-card-large {
    min-height: 170px;
  }

  .automation-visual {
    min-height: 420px;
  }

  .ai-node {
    font-size: 0.78rem;
    padding: 0.62rem 0.72rem;
  }

  .exec-main {
    padding: 1rem;
  }

  .exec-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .exec-top button {
    width: 100%;
  }

  .executive-dashboard {
    border-radius: 24px;
  }

  .chat-widget {
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .chat-launcher {
    width: 50px;
    height: 50px;
    border-radius: 18px;
  }

  .chat-launcher-pulse {
    inset: -6px;
    border-radius: 22px;
  }

  .chat-launcher-icon {
    width: 30px;
    height: 30px;
  }

  .chat-panel {
    width: calc(100vw - 1.7rem);
    border-radius: 24px;
  }

  .account-copy h1 {
    font-size: 2.3rem;
    line-height: 1.06;
  }

  .account-copy p {
    font-size: 1rem;
  }

  .account-actions .btn {
    width: 100%;
  }

  .account-panel {
    padding: 0.75rem;
    border-radius: 26px;
  }

  .account-panel-head,
  .account-panel-grid,
  .account-reasons-grid {
    grid-template-columns: 1fr;
  }

  .account-panel-head {
    flex-direction: column;
  }

  .account-reasons {
    padding-bottom: 4rem;
  }

  .signup-copy h1,
  .signup-clean-copy h1,
  .inner-hero h1,
  .signup-section-head h2,
  .signup-sticky-copy h2,
  .signup-final h2,
  .signup-quiet-layout h2,
  .signup-flowline-head h2,
  .signup-soft-final h2,
  .inner-section h2,
  .inner-cta h2 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .signup-actions .btn,
  .signup-sticky-copy .btn,
  .signup-final .btn,
  .signup-soft-final .btn {
    width: 100%;
  }

  .signup-clean-hero {
    min-height: auto;
    padding: 5.8rem 0 3.6rem;
  }

  .fluid-panel {
    min-height: 430px;
    border-radius: 28px;
  }

  .fluid-metric {
    min-height: 210px;
    width: 100%;
    margin: 2rem auto 1.4rem;
    border-radius: 28px;
  }

  .fluid-control {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .signup-quiet-value,
  .signup-flowline {
    padding: 3.6rem 0;
  }

  .flowline-track {
    grid-template-columns: 1fr;
    padding: 0.65rem;
    border-radius: 26px;
  }

  .quiet-value-list article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 1rem;
  }

  .quiet-value-list article:hover {
    transform: translateY(-4px);
  }

  .flowline-track article {
    min-height: auto;
    grid-template-columns: 54px 1fr;
    align-items: center;
  }

  .flowline-track div {
    align-self: center;
  }

  .signup-soft-final {
    padding: 4rem 0 5rem;
  }

  .inner-hero {
    padding: 4.8rem 0 3.4rem;
  }

  .inner-section,
  .inner-cta {
    padding: 3.6rem 0;
  }

  .inner-actions .btn,
  .inner-cta .btn,
  .contact-side-card .btn,
  .pricing-modern-card .btn {
    width: 100%;
  }

  .contact-side-card strong {
    font-size: 1.18rem;
    overflow-wrap: anywhere;
  }

  .contact-side-card p {
    overflow-wrap: anywhere;
  }

  .about-build-modern-grid,
  .feature-suite-grid,
  .pricing-trust-row,
  .features-console-grid,
  .contact-modern-form {
    grid-template-columns: 1fr;
  }

  .feature-suite-metrics,
  .feature-suite-dynamic .feature-suite-grid {
    grid-template-columns: 1fr;
  }

  .feature-suite-dynamic .suite-card-strong,
  .feature-suite-dynamic .suite-card-wide {
    grid-column: auto;
  }

  .feature-suite-path {
    align-items: stretch;
    flex-direction: column;
  }

  .feature-suite-path i {
    width: 1px;
    height: 22px;
    min-width: 0;
    min-height: 22px;
    margin-left: 1rem;
    background: linear-gradient(180deg, rgba(40,216,196,0.15), rgba(40,216,196,0.8), rgba(79,140,255,0.15));
  }

  .feature-flow-steps article {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-hero-card strong {
    font-size: 5rem;
  }

  .pricing-modern-price strong {
    font-size: 4.2rem;
  }

  .contact-modern-form button {
    width: 100%;
  }

  .signup-impact,
  .signup-modules,
  .signup-flow {
    padding: 3.8rem 0;
  }

  .signup-command {
    min-height: auto;
    border-radius: 28px;
  }

  .signup-orbit {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin: 1rem 0;
    border: 0;
    animation: none;
  }

  .signup-orbit span {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    transform: none;
  }

  .signup-core {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 220px;
    border-radius: 28px;
    transform: none;
  }

  .signup-live-list {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .signup-impact-grid,
  .signup-flow-board {
    grid-template-columns: 1fr;
  }

  .signup-final-inner {
    border-radius: 28px;
  }
}
