/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/landing.css ***!
  \**********************************************************************/
:root {
  color-scheme: dark;
  --bg: #070f1e;
  --bg-2: #0d172c;
  --surface: #0c1528;
  --surface-alt: #101f3b;
  --surface-pop: #182540;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text-primary: #f8fcff;
  --text-muted: rgba(203, 214, 235, 0.85);
  --accent: #5f6ad8;
  --accent-2: #18b7ff;
  --accent-3: #a3e2ff;
  --glow: #1d76e5;
  --stroke: rgba(255, 255, 255, 0.14);
  --stroke-strong: rgba(163, 226, 255, 0.18);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --shadow-soft: 0 40px 80px rgba(4, 8, 20, 0.75);
}

html {
  scroll-padding-top: 160px;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(0b7ebb30c248fcda7217.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(96215ce43fd0974dfec7.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(3d2caca3865b8f436214.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(baa2f906dccb6dcea188.ttf) format('truetype');
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(32, 60, 130, 0.45), transparent 60%),
    radial-gradient(circle at 80% -10%, rgba(12, 54, 110, 0.3), transparent 60%),
    linear-gradient(135deg, #01020a 0%, #020512 40%, #020a1e 100%);
  color: var(--text-primary);
  min-height: 100vh;
  overflow-x: hidden;
}

.landing-main section[id],
.legacy-panel [id] {
  scroll-margin-top: 160px;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% -10%, rgba(33, 88, 206, 0.12), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.bg-visuals {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.bg-gradient {
  position: absolute;
  inset: -20% -10% -5% -10%;
  background:
    radial-gradient(circle at 15% 10%, rgba(70, 110, 220, 0.35), transparent 60%),
    radial-gradient(circle at 82% 12%, rgba(27, 90, 210, 0.3), transparent 55%),
    linear-gradient(180deg, #000208 0%, #010514 60%, #010919 100%);
  filter: blur(0.5px);
  animation: gradientShift 14s ease-in-out infinite alternate;
}

.bg-glow {
  position: absolute;
  width: clamp(260px, 40vw, 520px);
  height: clamp(260px, 40vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 142, 255, 0.4), transparent 70%);
  filter: blur(80px);
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: glowDrift 16s ease-in-out infinite;
}

.bg-glow--one {
  top: -10%;
  left: -6%;
}

.bg-glow--two {
  top: 30%;
  right: -5%;
  animation-delay: 4s;
  background: radial-gradient(circle, rgba(39, 163, 255, 0.35), transparent 75%);
}

.bg-glow--three {
  bottom: -15%;
  left: 25%;
  animation-delay: 8s;
  background: radial-gradient(circle, rgba(111, 84, 255, 0.4), transparent 75%);
}

.bg-orbit {
  position: absolute;
  width: clamp(520px, 90vw, 1400px);
  height: clamp(520px, 90vw, 1400px);
  border-radius: 50%;
  border: 1px solid rgba(80, 120, 200, 0.18);
  mix-blend-mode: screen;
  opacity: 0.4;
  animation: orbitSpin 40s linear infinite;
}

.bg-orbit--left {
  top: -35%;
  left: -25%;
}

.bg-orbit--right {
  bottom: -30%;
  right: -20%;
  animation-duration: 48s;
  animation-direction: reverse;
}

.bg-waves {
  position: absolute;
  inset: -15% 0;
  background: repeating-radial-gradient(circle at 50% 20%, rgba(96, 132, 210, 0.1), transparent 38%);
  opacity: 0.2;
  filter: blur(90px);
  animation: waveMotion 18s linear infinite;
  mix-blend-mode: screen;
}

.bg-particles {
  position: absolute;
  inset: 0;
}

.bg-particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(163, 226, 255, 0.95);
  box-shadow: 0 0 12px rgba(163, 226, 255, 0.7);
  opacity: 0.7;
  animation: particleFloat 10s linear infinite;
}

.bg-particles span:nth-child(1) {
  top: 10%;
  left: 28%;
}

.bg-particles span:nth-child(2) {
  top: 25%;
  left: 70%;
  animation-duration: 14s;
}

.bg-particles span:nth-child(3) {
  top: 60%;
  left: 12%;
  animation-duration: 12s;
}

.bg-particles span:nth-child(4) {
  top: 72%;
  left: 82%;
  animation-duration: 11s;
}

.bg-particles span:nth-child(5) {
  top: 40%;
  left: 50%;
  animation-duration: 13s;
}

.bg-particles span:nth-child(6) {
  top: 18%;
  left: 5%;
  animation-duration: 17s;
}

.bg-particles span:nth-child(7) {
  top: 85%;
  left: 30%;
  animation-duration: 16s;
}

.bg-particles span:nth-child(8) {
  top: 55%;
  left: 88%;
  animation-duration: 12s;
}

.bg-particles span:nth-child(9) {
  top: 35%;
  left: 15%;
  animation-duration: 13s;
}

.bg-particles span:nth-child(10) {
  top: 78%;
  left: 65%;
  animation-duration: 15s;
}

@keyframes gradientShift {
  0% {
    transform: translate3d(-5%, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(3%, -2%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-3%, 3%, 0) scale(1.02);
  }
}

@keyframes glowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(30px, 20px, 0) scale(1.1);
  }
  100% {
    transform: translate3d(-20px, -10px, 0) scale(0.95);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes waveMotion {
  from {
    transform: translateY(-5%) rotate(0deg);
  }
  to {
    transform: translateY(5%) rotate(360deg);
  }
}

@keyframes particleFloat {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
  }
  30% {
    opacity: 0.8;
  }
  50% {
    transform: translate3d(20px, -20px, 0);
  }
  100% {
    transform: translate3d(-30px, 30px, 0);
    opacity: 0.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-visuals * {
    animation: none !important;
    transition: none !important;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.landing-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4px clamp(20px, 4vw, 36px) 96px;
  position: relative;
  z-index: 1;
}

.landing-header {
  position: sticky;
  top: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px;
  border-radius: var(--radius-lg);
  background: rgba(7, 14, 27, 0.94);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(18px);
  margin-bottom: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo img {
  height: 42px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.45));
}


.lanx-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: auto;
  flex-shrink: 0;
}

.lanx-nav__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  margin-left: 12px;
}

.lanx-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  border: 0;
  background: transparent;
  color: rgba(233, 239, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.lanx-nav .dropdown-toggle::after {
  display: none !important;
  content: none;
}

.nav-link:hover,
.nav-link:focus-visible,
.dropdown-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.nav-caret {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.has-dropdown.is-open .nav-caret,
.has-dropdown.is-hover .nav-caret {
  transform: rotate(135deg);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 220px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: rgba(4, 8, 24, 0.96);
  border: 1px solid rgba(124, 165, 255, 0.25);
  box-shadow: 0 35px 80px rgba(2, 4, 12, 0.75);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.dropdown-panel--wide {
  min-width: 560px;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.dropdown-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dropdown-title {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.68rem;
  color: var(--accent-3);
  margin: 0 0 6px;
}

.dropdown-group--drilldown {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 20px;
}

.dropdown-item {
  display: block;
  color: rgba(233, 239, 255, 0.9);
  text-decoration: none;
  font-size: 0.92rem;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, transform 0.2s ease;
}

.dropdown-item:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.drilldown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drilldown-list li {
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.drilldown-list li:hover {
  border-color: rgba(124, 165, 255, 0.5);
  transform: translateX(4px);
}

.drilldown-list a {
  color: rgba(233, 239, 255, 0.9);
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  font-size: 0.9rem;
}

.has-dropdown.is-hover .dropdown-panel,
.has-dropdown.is-open .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lanx-nav__actions {
  display: flex;
  gap: 12px;
}

.lanx-nav__toggle {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(10, 18, 34, 0.7);
  border-radius: var(--radius-sm);
  padding: 10px;
  display: none;
  flex-direction: column;
  gap: 5px;
  min-width: 44px;
}

.lanx-nav__toggle-line {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-primary);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lanx-nav.nav-is-open .lanx-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.lanx-nav.nav-is-open .lanx-nav__toggle-line:first-of-type {
  transform: translateY(7px) rotate(45deg);
}

.lanx-nav.nav-is-open .lanx-nav__toggle-line:last-of-type {
  transform: translateY(-7px) rotate(-45deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 960px) {
  .landing-header {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .lanx-nav__toggle {
    display: flex;
  }

  .lanx-nav__menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lanx-nav.nav-is-open .lanx-nav__menu {
    display: flex;
  }

  .lanx-nav__menu {
    margin-left: 0;
    width: 100%;
  }

  .lanx-nav__links {
    flex-direction: column;
    width: 100%;
  }

  .nav-item,
  .nav-link {
    width: 100%;
  }

  .nav-link {
    justify-content: space-between;
  }

  .dropdown-panel {
    position: static;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-panel--wide {
    min-width: 100%;
  }

  .has-dropdown.is-open .dropdown-panel {
    display: block;
  }

  .dropdown-group--drilldown {
    border-left: 0;
    padding-left: 0;
  }

  .lanx-nav__actions {
    width: 100%;
    flex-direction: column;
  }

  .hero {
    padding: clamp(32px, 8vw, 48px);
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__details-side .hero__actions {
    justify-content: center;
  }

  .hero-list,
  .hero__stats {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .hero__details-text {
    padding-top: 0;
  }

  .hero__media {
    width: 100%;
  }
}

.header-actions {
  display: flex;
  gap: 12px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}

.btn.primary {
  background: linear-gradient(120deg, #597efc, #5f6ad8);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(47, 75, 226, 0.4);
}

.btn.primary:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 25px 50px rgba(47, 75, 226, 0.55);
}

.btn.secondary {
  background: rgba(11, 18, 35, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--accent-3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.btn.secondary:hover {
  background: rgba(20, 32, 60, 0.95);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  color: var(--accent-3);
}

.btn.ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--accent-3);
  margin-bottom: 16px;
}

.lede {
  color: var(--text-muted);
  font-size: 1.1rem;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: clamp(16px, 5vw, 40px) 0 clamp(32px, 6vw, 56px);
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.hero::before {
  display: none;
}

.hero > * {
  position: relative;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  margin: 0 0 20px;
}

.hero__intro {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0;
}

.hero__content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero__details {
  width: 100%;
  max-width: 820px;
  margin-top: 20px;
}


.hero__details-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: clamp(8px, 1.5vw, 14px);
  text-align: center;
}

.hero__details-text--full {
  margin: 0 auto;
}

.hero__details-text .lede {
  margin: 0;
  text-align: center;
}

.hero__lede--primary {
  font-size: 1.05rem;
}

.hero__support {
  margin: 0;
  font-size: 1rem;
  color: var(--text-muted);
}

.hero__details-side {
  display: none;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 25, 0.75);
  margin-bottom: 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-left: auto;
  margin-right: auto;
}

.hero__avatars {
  display: flex;
}

.hero__avatars span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  background: linear-gradient(135deg, #5f6ad8, #18b7ff);
  margin-left: -10px;
}

.hero__avatars span:first-child {
  margin-left: 0;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0;
  align-items: center;
  justify-content: center;
  align-self: center;
}



.hero__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(560px, 100%);
  margin: 24px auto 24px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-muted);
  align-items: center;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 640px;
  text-align: left;
}

.hero__details-side .hero-list {
  align-items: flex-start;
}

.hero-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 12px rgba(24, 183, 255, 0.6);
}

.hero__image-frame {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 18px;
  background: linear-gradient(150deg, rgba(8, 16, 35, 0.85), rgba(30, 64, 134, 0.85));
  border: 1px solid rgba(163, 226, 255, 0.18);
  box-shadow: var(--shadow-soft);
}

.hero__image {
  width: 100%;
  display: block;
  border-radius: calc(var(--radius-lg) - 18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(9, 18, 36, 0.75);
}

.hero__spark {
  position: absolute;
  width: clamp(140px, 26vw, 190px);
  height: clamp(140px, 26vw, 190px);
  top: -30px;
  right: clamp(-40px, calc(640px - 100vw), 8px);
  background: radial-gradient(circle, rgba(163, 226, 255, 0.55), transparent 60%);
  filter: blur(18px);
  pointer-events: none;
}

@media (max-width: 480px) {
  .hero__media {
    padding-bottom: 8px;
  }

  .hero__spark {
    display: none;
  }
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 700px;
  margin: 16px auto 0;
}

.hero__stats article {
  padding: 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(8, 17, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.stat-value {
  font-size: 1.3rem;
  font-weight: 600;
}


.trust {
  text-align: center;
  margin: 70px 0;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  margin: 22px auto 0;
  padding: 10px 16px;
  width: 100%;
  max-width: clamp(320px, 72vw, 900px);
}

.logo-carousel::before,
.logo-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(30px, 8vw, 90px);
  pointer-events: none;
  z-index: 1;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 12, 24, 1), rgba(7, 12, 24, 0));
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(7, 12, 24, 1), rgba(7, 12, 24, 0));
}

.logo-carousel__track {
  display: flex;
  gap: clamp(16px, 4vw, 32px);
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.logo-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(90px, 18vw, 140px);
  padding: 10px 18px;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 34, 60, 0.65);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.logo-carousel__item img {
  height: 28px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.8;
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.logo-carousel__item img:hover {
  filter: grayscale(0);
  opacity: 1;
}


section {
  margin-top: clamp(70px, 8vw, 120px);
  margin-bottom: clamp(120px, 12vw, 200px);
}

.customer-voices {
  padding: clamp(32px, 5vw, 48px);
  border: 1px solid rgba(155, 191, 255, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, rgba(6, 12, 28, 0.88), rgba(14, 24, 50, 0.92));
  box-shadow: 0 40px 80px rgba(3, 6, 18, 0.65);
  overflow: hidden;
  backdrop-filter: blur(24px);
}

.customer-voices__heading {
  text-align: center;
  margin-bottom: 24px;
}

.customer-voices__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-radius: 999px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 auto 28px;
  max-width: 560px;
  background: rgba(2, 8, 24, 0.7);
}

.customer-voices__tabs button {
  border: none;
  background: transparent;
  color: rgba(233, 239, 255, 0.7);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.customer-voices__tabs button.active {
  background: rgba(233, 239, 255, 0.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(233, 239, 255, 0.2);
}

.customer-voices__panel {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 32px;
  align-items: center;
  min-height: 260px;
}

.customer-voices__profile {
  text-align: center;
}

.customer-voices__avatar {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65);
}

.customer-voices__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1);
}

.customer-voices__badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(82, 137, 255, 0.85);
  font-weight: 600;
  color: #fff;
}

.customer-voices__role {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.customer-voices__panel blockquote {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #f8fcff;
  font-weight: 500;
}

@media (max-width: 900px) {
  .customer-voices__panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .customer-voices__panel blockquote {
    font-size: 1.05rem;
  }
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0 0 12px;
}

.section-heading p {
  margin: 0;
  color: var(--text-muted);
  max-width: 620px;
}

.card-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.feature-card {
  padding: 26px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 20, 39, 0.85);
  min-height: 190px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.feature-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.target-strip {
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  border-radius: var(--radius-md);
  background: linear-gradient(120deg, rgba(18, 183, 255, 0.15), rgba(95, 106, 216, 0.45));
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 30px;
}

.target-strip p {
  margin: 0;
  font-weight: 600;
  color: rgba(248, 252, 255, 0.9);
  text-align: center;
}

.target-strip__list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.target-strip__list span,
.pills span {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(163, 226, 255, 0.25);
  font-size: 0.9rem;
  color: var(--accent-3);
  background: rgba(24, 41, 82, 0.65);
  letter-spacing: 0.01em;
}

.value-section {
  padding: 50px 0 10px;
}

.narrative-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.narrative-grid article {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(9, 20, 39, 0.72);
  min-height: 150px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.narrative-grid h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--text-primary);
}

.narrative-grid article p {
  margin: 0;
  color: rgba(233, 244, 255, 0.9);
  line-height: 1.45;
}

.timeline-flow {
  margin-top: 30px;
}

.timeline-flow .value-section {
  padding-top: 40px;
}

.timeline-flow .value-section .narrative-grid {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}

.timeline-flow .value-section .narrative-grid::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(92, 134, 255, 0.8), transparent);
}

.timeline-flow .value-section .narrative-grid article {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 12, 32, 0.92);
  padding: 20px 32px 20px 44px;
  margin: 26px 0 26px 60px;
}

.timeline-flow .value-section .narrative-grid article::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid var(--accent-2);
  background: #040714;
}

.engagements__grid article {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 26px;
  min-height: 200px;
}

.engagement-meta {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--accent-3);
  margin: 0 0 12px;
}

.engagements__grid h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.narrative-grid--plain article {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.narrative-grid--plain article p {
  color: rgba(203, 214, 235, 0.95);
  font-weight: 500;
}

.turning-point {
  margin: 30px auto 10px;
  padding: 30px;
  text-align: center;
  background: linear-gradient(120deg, rgba(33, 118, 229, 0.15), rgba(95, 106, 216, 0.18));
  border: 1px solid rgba(163, 226, 255, 0.25);
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
}

.benefits-simple {
  margin-top: 30px;
}

.benefits-simple__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.benefits-simple__list li {
  flex: 1 1 220px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px;
  background: rgba(8, 14, 32, 0.92);
  display: flex;
  align-items: center;
  gap: 12px;
}

.benefits-simple__list li::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  flex-shrink: 0;
}

.testimonial-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.testimonial-grid article {
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.03);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote {
  font-size: 1.05rem;
  color: var(--text-primary);
}

.author {
  color: var(--text-muted);
}

.rating {
  font-weight: 700;
  color: var(--accent-3);
}

.pricing {
  text-align: center;
}

.billing-toggle {
  display: inline-flex;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 6px;
  gap: 6px;
  margin: 28px 0 40px;
  background: rgba(255, 255, 255, 0.03);
}

.toggle-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  gap: 6px;
  align-items: center;
}

.toggle-btn.active {
  background: var(--accent);
  color: var(--text-primary);
}

.badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  text-align: left;
}

.price-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 19, 37, 0.95);
  padding: 28px;
  position: relative;
}

.price-card.popular {
  background: linear-gradient(150deg, rgba(23, 33, 92, 0.85), rgba(31, 74, 141, 0.95));
  border-color: rgba(163, 226, 255, 0.35);
  box-shadow: 0 25px 45px rgba(18, 183, 255, 0.25);
}

.price-card .pill {
  position: absolute;
  top: 18px;
  right: 22px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
}

.price {
  font-size: 2.6rem;
  margin: 12px 0 24px;
}

.price span {
  font-weight: 700;
}

.price small {
  font-size: 1rem;
  color: var(--text-muted);
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-muted);
}

.price-card li::before {
  content: '✔';
  margin-right: 8px;
  color: var(--accent-3);
}

.founders {
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(6, 12, 26, 0.9));
  position: relative;
  overflow: hidden;
}

.founders::after {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.founders .section-heading {
  position: relative;
  max-width: 720px;
}

.founders__footer {
  margin-top: 24px;
  color: var(--text-muted);
}

.integrations__grid article {
  min-height: 160px;
}

.comparison__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.comparison__grid h3 {
  margin-bottom: 12px;
}

.comparison__grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-muted);
}

.comparison__grid li::before {
  content: '•';
  margin-right: 8px;
  color: var(--accent);
}

.faq__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq details {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 22px;
  background: rgba(9, 18, 36, 0.9);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq p {
  margin: 12px 0 0;
  color: var(--text-muted);
}

.cta {
  border-radius: var(--radius-lg);
  padding: 40px;
  background: linear-gradient(120deg, rgba(18, 183, 255, 0.15), rgba(95, 106, 216, 0.45));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-footer {
  margin-top: 80px;
  padding: 56px 60px;
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, rgba(20, 33, 66, 0.98), rgba(8, 14, 30, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(4, 8, 20, 0.6);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
  color: var(--text-muted);
}

.footer-brand {
  flex: 1 1 320px;
}

.footer-brand img {
  width: 200px;
  display: block;
  margin-bottom: 18px;
}

.footer-logo img {
  width: 120px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(3, 10, 30, 0.45);
}

.footer-brand p {
  margin: 0 0 24px;
}

.footer-brand a {
  color: #a9c8ff;
  text-decoration: none;
  font-weight: 600;
}

.footer-brand a:hover {
  color: #cfe2ff;
  text-decoration: underline;
}

.footer-location span {
  color: var(--accent-3);
  font-weight: 600;
}

.footer-contact {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text-primary);
}

.footer-form {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 360px;
}

.footer-form input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(4, 7, 16, 0.9);
  color: var(--text-primary);
}

.footer-form button {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.footer-columns {
  flex: 1 1 420px;
  display: flex;
  gap: 48px;
  justify-content: flex-end;
}

.footer-columns > div {
  min-width: 140px;
}

@media (max-width: 720px) {
  .landing-footer {
    flex-direction: column;
    padding: 36px 24px;
    gap: 32px;
  }

  .footer-brand {
    flex: 1 1 auto;
  }

  .footer-columns {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .footer-columns > div {
    min-width: 0;
    width: 100%;
  }

  .footer-form {
    flex-direction: column;
    width: 100%;
  }

  .footer-form button,
  .footer-form input {
    width: 100%;
  }
}

.footer-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: var(--accent-3);
  margin-bottom: 12px;
}

.footer-columns a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--text-muted);
}

.footer-columns a:hover {
  color: var(--accent-3);
}

.footer-copy {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: var(--text-muted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .landing-header {
    flex-direction: column;
    gap: 18px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .hero__panel {
    order: -1;
  }
}

.surface {
  position: relative;
  background: rgba(24, 42, 92, 0.88);
  border: 1px solid rgba(150, 205, 255, 0.32);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 48px);
  box-shadow: 0 45px 90px rgba(3, 8, 22, 0.75);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.surface::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% -10%, rgba(125, 205, 255, 0.28), transparent 65%),
    radial-gradient(circle at 80% 10%, rgba(186, 136, 255, 0.22), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

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

.surface--alt {
  background: rgba(20, 38, 88, 0.9);
  border-color: rgba(120, 198, 255, 0.36);
}

.surface--alt::before {
  background: radial-gradient(circle at 75% 0%, rgba(72, 200, 255, 0.26), transparent 60%),
    radial-gradient(circle at 20% 0%, rgba(46, 96, 255, 0.16), transparent 70%);
}

.surface--pop {
  background: rgba(32, 48, 102, 0.9);
  border-color: rgba(224, 176, 255, 0.4);
}

.surface--pop::before {
  background: radial-gradient(circle at 35% -15%, rgba(255, 255, 255, 0.18), transparent 60%),
    radial-gradient(circle at 80% 15%, rgba(255, 184, 255, 0.18), transparent 55%);
}

.surface--gradient {
  background: linear-gradient(150deg, rgba(22, 40, 90, 0.95), rgba(14, 28, 66, 0.95));
  border-color: rgba(150, 215, 255, 0.38);
}
.surface--gradient::before {
  background: radial-gradient(circle at 12% -5%, rgba(90, 216, 255, 0.34), transparent 65%),
    radial-gradient(circle at 90% 0%, rgba(194, 146, 255, 0.22), transparent 55%);
}
.efficiency .card-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.efficiency .card-grid article {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 8, 20, 0.78);
  min-height: 170px;
}

.integrations__grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.integrations__grid article {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  min-height: auto;
}

.integrations__grid h3,
.efficiency h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.contrast-block {
  padding: 60px 40px;
  border-radius: 28px;
  background: rgba(2, 6, 18, 0.85);
}

.contrast-grid {
  list-style: none;
}

.contrast-grid article {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 24px 22px;
  min-height: 150px;
}

.contrast-grid article h3 {
  margin-top: 0;
  margin-bottom: 10px;
}


body.landing--legacy .legacy-panel {
  width: min(960px, calc(100% - 48px));
  margin: clamp(48px, 8vw, 96px) auto 120px;
  padding: clamp(32px, 5vw, 60px);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(5, 10, 26, 0.92), rgba(7, 16, 35, 0.88));
  border: 1px solid rgba(124, 165, 255, 0.2);
  box-shadow: 0 50px 120px rgba(1, 3, 12, 0.7);
  backdrop-filter: blur(22px);
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.5vw, 32px);
}

body.landing--legacy .legacy-panel::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

body.landing--legacy .legacy-panel > * {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.landing--legacy .legacy-panel h1,
body.landing--legacy .legacy-panel h2,
body.landing--legacy .legacy-panel h3 {
  text-align: center;
  color: var(--text-primary);
  margin: 0 auto 1rem;
  line-height: 1.2;
}

body.landing--legacy .legacy-panel h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
}

body.landing--legacy .legacy-panel h2 {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

body.landing--legacy .legacy-panel h3 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: var(--accent-3);
}

body.landing--legacy .legacy-panel p,
body.landing--legacy .legacy-panel li,
body.landing--legacy .legacy-panel label {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

body.landing--legacy .legacy-panel p {
  margin: 0 auto 1.25rem;
}

body.landing--legacy .legacy-panel strong {
  color: #fff;
}

body.landing--legacy .legacy-panel a {
  color: var(--accent-3);
  text-decoration: none;
  font-weight: 500;
}

body.landing--legacy .legacy-panel a:hover {
  text-decoration: underline;
}

body.landing--legacy .legacy-panel ul,
body.landing--legacy .legacy-panel ol {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.landing--legacy .legacy-panel ul li,
body.landing--legacy .legacy-panel ol li {
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

body.landing--legacy .legacy-panel ol {
  counter-reset: legacy-ordered;
}

body.landing--legacy .legacy-panel ol li {
  counter-increment: legacy-ordered;
  padding-left: 52px;
  position: relative;
}

body.landing--legacy .legacy-panel ol li::before {
  content: counter(legacy-ordered) '.';
  position: absolute;
  left: 20px;
  top: 14px;
  color: var(--accent-2);
  font-weight: 600;
}

body.landing--legacy .legacy-panel .style3.list ul {
  gap: 12px;
}

body.landing--legacy .legacy-panel .style3.list li {
  background: rgba(15, 22, 40, 0.9);
  border: 1px solid rgba(163, 226, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.landing--legacy .legacy-panel .style3.list p {
  margin: 0;
}

body.landing--legacy .legacy-panel .style1.container,
body.landing--legacy .legacy-panel .wrapper,
body.landing--legacy .legacy-panel .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 760px;
  background: transparent;
  border: 0;
}

body.landing--legacy .legacy-panel .image {
  text-align: center;
}

body.landing--legacy .legacy-panel .image img,
body.landing--legacy .legacy-panel img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 70px rgba(2, 4, 12, 0.55);
}

body.landing--legacy .legacy-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem auto;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 18px;
  overflow: hidden;
}

body.landing--legacy .legacy-panel table th,
body.landing--legacy .legacy-panel table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}

body.landing--legacy .legacy-panel table th {
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

body.landing--legacy .legacy-panel table tr:last-child td {
  border-bottom: 0;
}

body.landing--legacy .legacy-panel form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.landing--legacy .legacy-panel label {
  font-weight: 500;
  color: var(--text-primary);
}

body.landing--legacy .legacy-panel input,
body.landing--legacy .legacy-panel select,
body.landing--legacy .legacy-panel textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 10, 26, 0.65);
  color: var(--text-primary);
  font-size: 1rem;
}

body.landing--legacy .legacy-panel input[type='button'],
body.landing--legacy .legacy-panel input[type='submit'],
body.landing--legacy .legacy-panel button {
  width: auto;
  align-self: flex-start;
  margin-top: 8px;
  cursor: pointer;
}

body.landing--legacy .legacy-panel blockquote {
  margin: 1.5rem auto;
  padding: 1.5rem 1.75rem;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

body.landing--legacy .legacy-panel code,
body.landing--legacy .legacy-panel pre {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 4px 8px;
}

body.landing--legacy .legacy-panel > *:first-child {
  margin-top: 0;
}

body.landing--legacy .legacy-panel .cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

body.landing--legacy .legacy-panel .cta-buttons li {
  padding: 0;
  border: 0;
  background: transparent;
}

body.landing--legacy .legacy-panel .cta-buttons .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(130deg, rgba(79, 110, 255, 0.95), rgba(90, 221, 255, 0.85));
  box-shadow: 0 24px 45px rgba(15, 23, 60, 0.55);
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}

body.landing--legacy .legacy-panel .cta-buttons .button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.9;
}

body.landing--legacy .legacy-panel .cta-buttons .button:hover {
  box-shadow: 0 30px 60px rgba(30, 70, 160, 0.55);
}

body.landing--legacy .legacy-panel .attribution {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 12px auto 0;
  width: 100%;
}

body.landing--legacy .legacy-panel .attribution li {
  border: 0;
  background: transparent;
}

body.landing--legacy .legacy-panel .attribution a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--text-muted);
}

body.landing--legacy .legacy-panel .container.columns .inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  width: 100%;
}

body.landing--legacy .legacy-panel .container.columns {
  width: 100%;
}

body.landing--legacy .legacy-panel .container.columns > .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

body.landing--legacy .legacy-panel .container.columns > .wrapper > .inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px !important;
  padding: 0 !important;
  width: 100%;
  align-items: stretch;
}

body.landing--legacy .legacy-panel .container.columns > .wrapper > .inner > * {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  flex: initial !important;
}

body.landing--legacy .legacy-panel .container.columns > .wrapper > .inner > * > * {
  width: 100%;
}

body.landing--legacy .legacy-panel .feature-cards,
body.landing--legacy .legacy-panel .feature-cards > .wrapper,
body.landing--legacy .legacy-panel .feature-cards > .wrapper > .inner {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.landing--legacy .legacy-panel #container12.columns > .wrapper > .inner > * {
  margin: 0 !important;
}

body.landing--legacy .legacy-panel #container12.columns > .wrapper > .inner > * > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.landing--legacy .legacy-panel #container12.columns > .wrapper > .inner > .use-case-card {
  padding: 32px 28px 30px !important;
}

body.landing--legacy .legacy-panel .feature-cards > .wrapper > .inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

body.landing--legacy .legacy-panel .use-case-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px 30px !important;
  border-radius: 20px;
  border: 1px solid rgba(122, 161, 255, 0.24);
  background: linear-gradient(175deg, rgba(10, 16, 40, 0.95), rgba(6, 10, 26, 0.92));
  box-shadow: 0 40px 80px rgba(1, 2, 12, 0.55);
  min-height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

body.landing--legacy .legacy-panel .use-case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 161, 255, 0.5);
}

body.landing--legacy .legacy-panel .use-case-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(203, 218, 255, 0.8);
  padding: 2px 6px 6px;
  margin-bottom: 8px;
}

body.landing--legacy .legacy-panel .use-case-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(108, 125, 255, 0.2);
  border: 1px solid rgba(108, 125, 255, 0.35);
  color: #f4f6ff;
  font-weight: 600;
}

body.landing--legacy .legacy-panel .use-case-card__tag {
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(108, 125, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
}

body.landing--legacy .legacy-panel .use-case-card h3 {
  margin: 0;
  padding: 4px 6px 10px;
  font-size: 1.2rem;
  color: #fafdff;
  line-height: 1.35;
}

body.landing--legacy .legacy-panel .use-case-card p {
  margin: 0;
  padding: 0 6px 12px;
  color: rgba(224, 234, 255, 0.9);
  line-height: 1.55;
}

body.landing--legacy .legacy-panel .use-case-card footer {
  margin-top: auto;
  padding: 14px 6px 10px;
  font-size: 0.9rem;
  color: rgba(162, 191, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.landing--legacy .legacy-panel .container.columns .inner > div {
  background: rgba(5, 9, 26, 0.88);
  border: 1px solid rgba(124, 165, 255, 0.2);
  border-radius: 26px;
  padding: 24px 22px;
  box-shadow: 0 30px 60px rgba(2, 4, 12, 0.55);
  text-align: left;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.landing--legacy .legacy-panel .container.columns .inner > div p {
  text-align: left;
  margin-bottom: 0.85rem;
}

body.landing--legacy .legacy-panel .icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

body.landing--legacy .legacy-panel #container16,
body.landing--legacy .legacy-panel #container16 > .wrapper,
body.landing--legacy .legacy-panel #container16 > .wrapper > .inner,
body.landing--legacy .legacy-panel #container16 .wrapper > .inner > div {
  background: transparent;
  border: 0;
  padding: 0;
}

body.landing--legacy .legacy-panel #container16.columns > .wrapper > .inner {
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 0.7fr);
  gap: 40px;
  align-items: start;
}

body.landing--legacy .legacy-panel #container16.columns > .wrapper > .inner > div:first-child {
  grid-column: 1;
  align-self: stretch;
}

body.landing--legacy .legacy-panel #container16.columns > .wrapper > .inner > div:nth-child(2) {
  grid-column: 2;
}

body.landing--legacy .legacy-panel .step-list {
  max-width: 150px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
}

body.landing--legacy .legacy-panel .step-list li {
  list-style: none;
}

body.landing--legacy .legacy-panel .step-list .button {
  padding: 12px 0;
  border-radius: 18px;
}

body.landing--legacy .legacy-panel .icons li {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle at 25% 25%, rgba(108, 125, 255, 0.7), rgba(16, 28, 60, 0.95));
  border: 1px solid rgba(124, 165, 255, 0.4);
  box-shadow: inset 0 0 25px rgba(8, 12, 32, 0.65), 0 20px 35px rgba(1, 4, 12, 0.5);
}

body.landing--legacy .legacy-panel .icons li > svg:last-child:not(:first-child) {
  position: absolute;
  inset: 8px;
  width: auto;
  height: auto;
  opacity: 0.35;
  stroke: rgba(255, 255, 255, 0.25);
  fill: transparent;
  pointer-events: none;
}

body.landing--legacy .legacy-panel .icons a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.landing--legacy .legacy-panel .icons a svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

body.landing--legacy .legacy-panel .icons .label {
  display: none;
}

body.landing--legacy .legacy-panel .step-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 220px;
}

body.landing--legacy .legacy-panel .step-list .button {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(124, 165, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  overflow: visible;
}

body.landing--legacy .legacy-panel .step-index {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(96, 114, 255, 0.9);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  order: 0;
}

body.landing--legacy .legacy-panel .step-list .step-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
  order: 1;
}

body.landing--legacy .legacy-panel .step-list .button.is-active {
  border-color: var(--accent);
  background: rgba(108, 125, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}



body.landing--legacy .legacy-panel .stepc {
  border: 1px solid rgba(124, 165, 255, 0.22) !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  background: rgba(255, 255, 255, 0.03);
}

body.landing--legacy .legacy-panel .stepc img {
  border-radius: 20px;
  border: 1px solid rgba(124, 165, 255, 0.2);
  box-shadow: 0 25px 60px rgba(1, 4, 12, 0.55);
}

body.landing--legacy .legacy-panel .webinar-container {
  width: min(860px, 100%);
  margin: 0 auto 32px;
  border-radius: 30px;
  border: 1px solid rgba(124, 165, 255, 0.18);
  background: rgba(6, 10, 28, 0.9);
  box-shadow: 0 30px 70px rgba(2, 3, 11, 0.7);
  overflow: hidden;
}

body.landing--legacy .legacy-panel .webinar-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.landing--legacy .legacy-panel .webinar-row:last-child {
  border-bottom: 0;
}

body.landing--legacy .legacy-panel .webinar-row {
  padding: 22px 28px;
  text-align: left;
}

body.landing--legacy .legacy-panel .webinar-wrapper,
body.landing--legacy .legacy-panel .webinar-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

body.landing--legacy .legacy-panel .webinar-column-title,
body.landing--legacy .legacy-panel .webinar-column-desc,
body.landing--legacy .legacy-panel .webinar-column-release {
  flex: 1 1 45%;
}

body.landing--legacy .legacy-panel .webinar-column-title a {
  color: var(--accent-2);
  font-weight: 600;
}

body.landing--legacy .legacy-panel .webinar-column-desc {
  color: var(--text-muted);
}

body.landing--legacy .legacy-panel .webinar-header {
  flex: 0 0 140px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(226, 234, 255, 0.7);
}

body.landing--legacy .legacy-panel .webinar-data {
  flex: 1 1 60%;
}

body.landing--legacy .legacy-panel .webinar-data.full-width {
  flex-basis: 100%;
  text-align: center;
}

body.landing--legacy .legacy-panel .webinar-data ul {
  list-style: disc;
  padding-left: 1.25rem;
}

body.landing--legacy .legacy-panel .webinar-row .btn {
  margin-left: auto;
}

@media (max-width: 640px) {
  body.landing--legacy .legacy-panel .webinar-wrapper,
  body.landing--legacy .legacy-panel .webinar-row > div {
    flex-direction: column;
  }

  body.landing--legacy .legacy-panel .webinar-header {
    flex-basis: auto;
  }

  body.landing--legacy .legacy-panel .step-list {
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  body.landing--legacy .legacy-panel .step-list .button {
    width: auto;
    min-width: 72px;
    height: auto;
    padding: 12px 16px;
    flex-direction: column;
  }

  body.landing--legacy .legacy-panel .step-list .button::after {
    position: static;
    transform: none;
    margin-top: 8px;
    width: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--text-muted);
    white-space: nowrap;
  }
}

body.landing--legacy .legacy-panel .vuln-calculator {
  width: min(860px, 100%);
  margin: 0 auto 28px;
  padding: 30px 32px;
  border-radius: 32px;
  border: 1px solid rgba(124, 165, 255, 0.18);
  background: rgba(5, 10, 26, 0.9);
  box-shadow: 0 35px 80px rgba(2, 4, 12, 0.7);
  text-align: left;
}

body.landing--legacy .legacy-panel .vuln-calculator .text_wrapper {
  margin: 0 0 28px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(124, 165, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

body.landing--legacy .legacy-panel .vuln-calculator .text_wrapper ul {
  list-style: disc;
  padding-left: 1.25rem;
}

body.landing--legacy .legacy-panel .vuln-calculator form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.landing--legacy .legacy-panel .vuln-calculator label {
  font-weight: 600;
  color: var(--text-primary);
}

body.landing--legacy .legacy-panel .vuln-calculator input[type='number'],
body.landing--legacy .legacy-panel .vuln-calculator input[type='button'],
body.landing--legacy .legacy-panel .vuln-calculator input[type='submit'] {
  border-radius: 14px;
  border: 1px solid rgba(124, 165, 255, 0.25);
  padding: 11px 14px;
  background: rgba(9, 14, 34, 0.9);
  color: var(--text-primary);
  font-size: 1rem;
}

body.landing--legacy .legacy-panel .vuln-calculator input[type='number'] {
  width: 100%;
}

body.landing--legacy .legacy-panel .vuln-calculator input[type='button'],
body.landing--legacy .legacy-panel .vuln-calculator input[type='submit'] {
  width: fit-content;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.landing--legacy .legacy-panel .vuln-calculator input[type='button']:hover,
body.landing--legacy .legacy-panel .vuln-calculator input[type='submit']:hover {
  background: rgba(108, 125, 255, 0.25);
  transform: translateY(-1px);
}

body.landing--legacy .legacy-panel .vuln-calculator #result {
  margin-top: 12px;
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 165, 255, 0.15);
}
h1#text04.style6 {
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  margin: 0 0 16px;
}

h3#text07.style17 {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(224, 233, 255, 0.88);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px !important;
  margin-bottom: 18px;
}

.platform-hero-meta {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.platform-hero-pills {
  display: inline-flex;
  gap: 12px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(3, 6, 20, 0.65);
  border: 1px solid rgba(124, 165, 255, 0.25);
}

.platform-hero-pills span {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201, 217, 255, 0.8);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 32px);
  margin-top: 24px;
}

.benefit-card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(122, 161, 255, 0.2);
  background: linear-gradient(170deg, rgba(10, 18, 42, 0.96), rgba(5, 9, 24, 0.92));
  box-shadow: 0 35px 70px rgba(2, 3, 10, 0.6);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #f8fbff;
}

.benefit-card p {
  margin: 0;
  color: rgba(214, 224, 245, 0.9);
  line-height: 1.55;
}

.benefit-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(157, 196, 255, 0.85);
}

