:root {
  --sp-ink: #0b1020;
  --sp-ink-soft: #171c31;
  --sp-paper: #f5f6fb;
  --sp-white: #fff;
  --sp-muted: #6d7182;
  --sp-line: rgba(14, 18, 35, .1);
  --sp-violet: #795cff;
  --sp-violet-deep: #5934e8;
  --sp-cyan: #4ee6d1;
  --sp-lilac: #c2b2ff;
  --sp-green: #1fac86;
  --sp-orange: #f5a524;
  --sp-red: #e45268;
  --sp-shadow: 0 30px 80px rgba(28, 22, 72, .13);
  --sp-radius: 28px;
}

.sp-landing-premium,
.sp-landing-premium * {
  box-sizing: border-box;
}

.sp-landing-premium {
  --ink: var(--sp-ink);
  position: relative;
  overflow: clip;
  color: var(--sp-ink);
  background: var(--sp-paper);
  font: 500 16px/1.65 "Manrope", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.sp-landing-premium + .spa {
  display: none;
}

.sp-landing-premium button,
.sp-landing-premium a {
  font: inherit;
}

.sp-landing-premium button {
  cursor: pointer;
}

.sp-landing-premium a {
  color: inherit;
  text-decoration: none;
}

.sp-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.sp-progress {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sp-cyan), var(--sp-violet), #f39cff);
  box-shadow: 0 0 16px var(--sp-violet);
}

.sp-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  color: white;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.sp-header.is-compact {
  position: fixed;
  background: rgba(9, 12, 28, .82);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.sp-nav {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.sp-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 18px/1 "Unbounded", "Segoe UI", sans-serif;
  letter-spacing: -.04em;
}

.sp-logo-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  color: #0e1225;
  background: linear-gradient(135deg, white, var(--sp-cyan));
  box-shadow: 0 0 25px rgba(78, 230, 209, .3);
}

.sp-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 700;
}

.sp-nav-links > a {
  transition: color .2s ease;
}

.sp-nav-links > a:hover {
  color: white;
}

.sp-link-button {
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  font-weight: 750;
}

.sp-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, #886fff, var(--sp-violet-deep));
  box-shadow: 0 16px 36px rgba(93, 57, 225, .28), inset 0 1px rgba(255, 255, 255, .25);
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.sp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(93, 57, 225, .38), inset 0 1px rgba(255, 255, 255, .3);
}

.sp-button-small {
  min-height: 40px;
  padding-inline: 17px;
  border-radius: 12px;
  font-size: 12px;
}

.sp-button-ghost {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.sp-button-text {
  padding-inline: 8px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  box-shadow: none;
}

.sp-button-dark {
  background: var(--sp-ink);
  box-shadow: 0 15px 30px rgba(11, 16, 32, .18);
}

.sp-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.sp-menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 6px;
  background: white;
}

.sp-hero {
  --ink: #fff;
  position: relative;
  min-height: 860px;
  padding: 150px 0 45px;
  color: white;
  background:
    radial-gradient(circle at 66% 30%, rgba(120, 82, 255, .19), transparent 30%),
    linear-gradient(145deg, #070a18 0%, #11152b 52%, #090c1c 100%);
}

.sp-hero::after,
.sp-section-dark::after,
.sp-final::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.sp-aurora {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .25;
  transform: translateZ(0);
  animation: spAurora 12s ease-in-out infinite alternate;
}

.sp-aurora-one {
  top: 6%;
  left: -8%;
  width: 55%;
  height: 42%;
  background: #19d8bf;
}

.sp-aurora-two {
  right: -12%;
  bottom: 2%;
  width: 55%;
  height: 52%;
  background: #7e4cff;
  animation-delay: -5s;
}

.sp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: .88fr 1.12fr;
  gap: 56px;
}

.sp-kicker,
.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sp-violet-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.sp-kicker {
  color: var(--sp-cyan);
}

.sp-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.sp-hero h1,
.sp-section h2,
.sp-final h2 {
  margin: 18px 0 22px;
  font-family: "Unbounded", "Segoe UI", sans-serif;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.sp-hero h1 {
  max-width: 650px;
  font-size: clamp(45px, 5vw, 76px);
}

.sp-hero h1 em,
.sp-section-dark h2 em,
.sp-final h2 em {
  color: transparent;
  background: linear-gradient(105deg, var(--sp-cyan), #b5a2ff 58%, #f0a2e5);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.sp-hero-copy > p {
  max-width: 590px;
  color: rgba(255, 255, 255, .66);
  font-size: 18px;
}

.sp-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sp-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.sp-cockpit {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: rgba(19, 24, 49, .74);
  box-shadow: 0 45px 100px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .09);
  backdrop-filter: blur(20px);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  transition: transform .5s ease, border-color .3s ease;
}

.sp-cockpit:hover {
  border-color: rgba(137, 111, 255, .48);
  transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-4px);
}

.sp-cockpit-top,
.sp-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.sp-live {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--sp-cyan);
  box-shadow: 0 0 12px var(--sp-cyan);
}

.sp-cockpit-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 15px 0 10px;
}

.sp-cockpit-kpis article,
.sp-chart-card,
.sp-ai-prompt {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  background: rgba(255, 255, 255, .04);
}

.sp-cockpit-kpis article {
  padding: 14px;
}

.sp-cockpit-kpis small,
.sp-cockpit-kpis span {
  display: block;
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
}

.sp-cockpit-kpis strong {
  display: block;
  margin: 5px 0 2px;
  font-size: 17px;
}

.sp-positive {
  color: var(--sp-green);
}

.sp-warn {
  color: var(--sp-orange);
}

.sp-danger {
  color: var(--sp-red);
}

.sp-chart-card {
  padding: 15px 16px 2px;
}

.sp-card-title span {
  color: rgba(255, 255, 255, .75);
  font-weight: 700;
}

.sp-card-title b {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
}

.sp-chart-card svg {
  display: block;
  width: 100%;
  height: 190px;
}

.sp-chart-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .06);
}

.sp-chart-area {
  fill: url("#spArea");
}

.sp-chart-line {
  fill: none;
  stroke: #8f78ff;
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(125, 94, 255, .6));
}

.sp-ai-prompt {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  margin-top: 10px;
  padding: 14px;
  background: linear-gradient(100deg, rgba(91, 64, 212, .2), rgba(78, 230, 209, .06));
}

.sp-ai-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--sp-cyan);
  background: rgba(78, 230, 209, .1);
}

.sp-ai-prompt small,
.sp-ai-prompt strong,
.sp-ai-prompt p {
  display: block;
}

.sp-ai-prompt small {
  color: var(--sp-cyan);
  font-size: 9px;
  text-transform: uppercase;
}

.sp-ai-prompt strong {
  margin: 2px 0;
  font-size: 12px;
}

.sp-ai-prompt p {
  margin: 0;
  color: rgba(255, 255, 255, .43);
  font-size: 9px;
}

.sp-arrow {
  color: var(--sp-cyan);
  font-size: 20px;
}

.sp-trustline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
  color: rgba(255, 255, 255, .39);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-trustline i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--sp-cyan);
}

.sp-section {
  position: relative;
  padding: 125px 0;
}

.sp-section[data-sp-section] {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.sp-section-light {
  background: var(--sp-paper);
}

.sp-section-dark {
  --ink: #fff;
  overflow: hidden;
  color: white;
  background: #0b0e20;
}

.sp-section-map {
  background: #eceef7;
}

.sp-section-head {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.sp-section-head h2,
.sp-feature-copy h2 {
  font-size: clamp(35px, 4vw, 57px);
}

.sp-section-head p,
.sp-feature-copy > p {
  color: var(--sp-muted);
  font-size: 17px;
}

.sp-section-head-split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1.1fr .9fr;
  text-align: left;
}

.sp-section-head-split h2 {
  margin-bottom: 0;
}

.sp-audience-grid,
.sp-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sp-audience-card,
.sp-module {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 55px rgba(31, 27, 67, .05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sp-audience-card:hover,
.sp-module:hover {
  border-color: rgba(121, 92, 255, .22);
  box-shadow: var(--sp-shadow);
  transform: translateY(-6px);
}

.sp-audience-card > span {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #c1c3cd;
  font: 700 11px/1 "Unbounded", sans-serif;
}

.sp-card-icon,
.sp-module-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ece9ff, #dffaf6);
  font-size: 22px;
}

.sp-audience-card h3,
.sp-module h3 {
  margin: 25px 0 10px;
  font: 650 20px/1.3 "Unbounded", "Segoe UI", sans-serif;
  letter-spacing: -.035em;
}

.sp-audience-card p,
.sp-module p {
  color: var(--sp-muted);
  font-size: 14px;
}

.sp-audience-card b {
  display: block;
  margin-top: 28px;
  color: var(--sp-violet-deep);
  font-size: 11px;
}

.sp-feature-grid,
.sp-security-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.sp-eyebrow-dark {
  color: var(--sp-cyan);
}

.sp-feature-copy > p {
  color: rgba(255, 255, 255, .55);
}

.sp-check-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.sp-check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.sp-check-list li > span {
  color: var(--sp-cyan);
}

.sp-check-list b,
.sp-check-list small {
  display: block;
}

.sp-check-list small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .42);
}

.sp-aurora-three {
  right: -15%;
  top: 10%;
  width: 55%;
  height: 70%;
  background: linear-gradient(130deg, var(--sp-violet), var(--sp-cyan));
}

.sp-ai-window {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(18, 22, 43, .78);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .35);
  backdrop-filter: blur(15px);
}

.sp-window-bar {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px 17px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.sp-window-bar i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}

.sp-task {
  margin-top: 10px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
}

.sp-task-main {
  padding: 24px;
  border-color: rgba(78, 230, 209, .2);
  background: linear-gradient(120deg, rgba(78, 230, 209, .09), rgba(121, 92, 255, .12));
}

.sp-task > span {
  color: var(--sp-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sp-task h3 {
  margin: 8px 0;
  font-size: 15px;
}

.sp-task p {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}

.sp-task div {
  display: flex;
  justify-content: space-between;
  color: var(--sp-cyan);
  font-size: 11px;
}

.sp-task button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .7);
  background: transparent;
}

.sp-map-layout {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 340px;
  border: 1px solid rgba(17, 22, 43, .09);
  border-radius: 30px;
  background: white;
  box-shadow: var(--sp-shadow);
}

.sp-map-panel {
  position: relative;
  min-height: 500px;
  background:
    linear-gradient(rgba(255,255,255,.63), rgba(255,255,255,.63)),
    radial-gradient(circle at 25% 60%, #d6ccff, transparent 28%),
    radial-gradient(circle at 75% 35%, #bceee7, transparent 28%),
    #e9ebf5;
}

.sp-map-svg {
  width: 100%;
  height: 100%;
}

.sp-map-svg > path {
  fill: none;
  stroke: rgba(87, 62, 190, .2);
  stroke-width: 2;
  stroke-dasharray: 8 9;
}

.sp-map-point circle:first-child {
  fill: rgba(121, 92, 255, .12);
  stroke: rgba(121, 92, 255, .3);
}

.sp-map-point circle:nth-child(2) {
  fill: var(--sp-violet);
  filter: drop-shadow(0 0 7px rgba(121, 92, 255, .55));
}

.sp-map-point-warn circle:first-child {
  fill: rgba(245, 165, 36, .15);
  stroke: rgba(245, 165, 36, .4);
}

.sp-map-point-warn circle:nth-child(2) {
  fill: var(--sp-orange);
}

.sp-map-point text {
  fill: var(--sp-ink);
  font-size: 13px;
  font-weight: 800;
  text-anchor: middle;
}

.sp-map-status {
  position: absolute;
  left: 22px;
  bottom: 18px;
  padding: 9px 12px;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
  color: var(--sp-muted);
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.sp-warehouse-list {
  padding: 20px;
  background: #fafaff;
}

.sp-warehouse-list article {
  padding: 19px 12px;
  border-bottom: 1px solid var(--sp-line);
}

.sp-warehouse-list span,
.sp-warehouse-list small,
.sp-warehouse-list b {
  display: block;
}

.sp-warehouse-list span {
  font-weight: 800;
}

.sp-warehouse-list small {
  color: var(--sp-muted);
}

.sp-warehouse-list b {
  margin-top: 7px;
  font-size: 11px;
}

.sp-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sp-module {
  min-height: 410px;
}

.sp-module-wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: auto 1fr;
  gap: 25px;
  min-height: auto;
}

.sp-module > small {
  display: block;
  margin-top: 22px;
  color: var(--sp-violet-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sp-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.sp-mini-metrics span {
  padding: 17px;
  border-radius: 14px;
  background: var(--sp-paper);
}

.sp-mini-metrics small,
.sp-mini-metrics b {
  display: block;
}

.sp-mini-metrics small {
  color: var(--sp-muted);
  font-size: 9px;
}

.sp-pdf-sheet {
  position: absolute;
  right: 28px;
  bottom: -25px;
  width: 190px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--sp-line);
  border-radius: 12px 12px 0 0;
  background: white;
  box-shadow: 0 20px 50px rgba(22, 18, 60, .14);
  transform: rotate(3deg);
}

.sp-pdf-sheet b,
.sp-pdf-sheet span,
.sp-pdf-sheet em {
  display: block;
}

.sp-pdf-sheet b {
  font-size: 9px;
}

.sp-pdf-sheet span {
  width: 100%;
  height: 22px;
  margin-top: 12px;
  border-radius: 5px;
  background: linear-gradient(90deg, #e9e8f3, #f8f8fc);
}

.sp-pdf-sheet em {
  margin-top: 15px;
  color: var(--sp-violet-deep);
  font-size: 9px;
}

.sp-module-violet {
  --ink: #fff;
  color: white;
  background: linear-gradient(145deg, #6750d9, #302863);
}

.sp-module-violet p {
  color: rgba(255, 255, 255, .62);
}

.sp-module-violet > small {
  color: var(--sp-cyan);
}

.sp-seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}

.sp-seo-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  font-size: 10px;
}

.sp-chat {
  margin-top: 30px;
  padding: 17px;
  border-radius: 16px;
  background: #eaf6ff;
  box-shadow: 0 15px 35px rgba(30, 102, 155, .1);
}

.sp-chat span,
.sp-chat b {
  display: block;
}

.sp-chat span {
  color: #4085b2;
  font-size: 9px;
}

.sp-chat b {
  margin-top: 4px;
  color: #17344a;
  font-size: 12px;
}

.sp-chat p {
  margin: 2px 0 0;
  color: #5e778a;
  font-size: 10px;
}

.sp-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 26px 30px;
  border-radius: 22px;
  color: white;
  background: var(--sp-ink);
}

.sp-inline-cta b,
.sp-inline-cta span {
  display: block;
}

.sp-inline-cta span {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
}

.sp-section-compare {
  background: white;
}

.sp-compare-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 60px 1fr;
}

.sp-before,
.sp-after {
  padding: 38px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
}

.sp-before {
  color: #5e6170;
  background: #f2f2f5;
}

.sp-after {
  --ink: #fff;
  color: white;
  background: linear-gradient(145deg, #15182d, #25204d);
  box-shadow: var(--sp-shadow);
}

.sp-before > span,
.sp-after > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sp-after > span {
  color: var(--sp-cyan);
}

.sp-before h3,
.sp-after h3 {
  margin: 13px 0 28px;
  color: inherit;
  font: 650 23px/1.3 "Unbounded", sans-serif;
}

.sp-before ol,
.sp-after ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-before li,
.sp-after li {
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  border-bottom-color: rgba(128, 128, 128, .17);
}

.sp-before li b,
.sp-after li b {
  display: inline-block;
  width: 62px;
  color: rgba(128, 128, 128, .65);
}

.sp-before strong,
.sp-after strong {
  display: block;
  margin-top: 28px;
  color: var(--sp-violet-deep);
}

.sp-after strong {
  color: var(--sp-cyan);
}

.sp-compare-arrow {
  display: grid;
  place-items: center;
  color: var(--sp-violet);
  font-size: 30px;
}

.sp-section-head-dark {
  color: white;
}

.sp-examples-grid {
  position: relative;
  z-index: 2;
}

.sp-example {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
}

.sp-example > span {
  color: var(--sp-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sp-example h3 {
  min-height: 62px;
  margin: 12px 0;
  font: 650 18px/1.4 "Unbounded", sans-serif;
}

.sp-example p {
  min-height: 67px;
  color: rgba(255, 255, 255, .48);
  font-size: 13px;
}

.sp-example footer {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 10px;
}

.sp-example footer strong {
  color: var(--sp-cyan);
}

.sp-data-note {
  position: relative;
  z-index: 2;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .32);
  text-align: center;
  font-size: 10px;
}

.sp-section-security {
  background: #e9f6f3;
}

.sp-security-grid {
  grid-template-columns: 1fr .9fr;
}

.sp-security-grid .sp-feature-copy > p {
  color: var(--sp-muted);
}

.sp-security-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.sp-security-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
}

.sp-security-points i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--sp-green);
  font-style: normal;
  font-size: 10px;
}

.sp-connect-card,
.sp-price-card {
  padding: 30px;
  border: 1px solid rgba(18, 88, 72, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 25px 70px rgba(32, 87, 76, .12);
}

.sp-connect-head {
  display: flex;
  align-items: center;
  gap: 13px;
}

.sp-shield {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--sp-green);
  font-size: 24px;
}

.sp-connect-head small,
.sp-connect-head b {
  display: block;
}

.sp-connect-head small {
  color: var(--sp-muted);
  font-size: 9px;
}

.sp-connect-head em {
  margin-left: auto;
  padding: 6px 9px;
  border-radius: 20px;
  color: var(--sp-green);
  background: rgba(31, 172, 134, .09);
  font-size: 9px;
  font-style: normal;
}

.sp-connect-card ol {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.sp-connect-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--sp-line);
}

.sp-connect-card li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--sp-violet-deep);
  background: #eeebff;
  font-size: 10px;
  font-weight: 800;
}

.sp-connect-card li b,
.sp-connect-card li small {
  display: block;
}

.sp-connect-card li small {
  color: var(--sp-muted);
  font-size: 10px;
}

.sp-connect-card .sp-button {
  width: 100%;
}

.sp-integrations {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.sp-integrations article {
  display: grid;
  min-height: 130px;
  place-content: center;
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  background: white;
  text-align: center;
}

.sp-integrations b {
  color: var(--sp-violet-deep);
  font: 700 22px/1 "Unbounded", sans-serif;
}

.sp-integrations span {
  margin-top: 11px;
  color: var(--sp-muted);
  font-size: 9px;
}

.sp-trust-card {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  margin-top: 18px;
  padding: 25px 30px;
  border: 1px dashed rgba(121, 92, 255, .3);
  border-radius: 18px;
  background: #f0edff;
}

.sp-trust-card > span {
  color: var(--sp-violet-deep);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.sp-trust-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 12px;
}

.sp-section-offer {
  --ink: #fff;
  overflow: hidden;
  color: white;
  background: #0b0e20;
}

.sp-offer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 430px;
  gap: 100px;
}

.sp-offer-copy h2 {
  font-size: clamp(36px, 4vw, 59px);
}

.sp-offer-copy p {
  color: rgba(255, 255, 255, .56);
}

.sp-offer-copy ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .72);
}

.sp-offer-copy li::before {
  margin-right: 10px;
  color: var(--sp-cyan);
  content: "?";
}

.sp-price-card {
  --ink: var(--sp-ink);
  color: var(--sp-ink);
}

.sp-price-card > span {
  color: var(--sp-violet-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sp-price-card > div {
  margin: 23px 0;
}

.sp-price-card strong,
.sp-price-card small {
  display: block;
}

.sp-price-card strong {
  font: 700 60px/1 "Unbounded", sans-serif;
  letter-spacing: -.07em;
}

.sp-price-card p,
.sp-price-card small {
  color: var(--sp-muted);
}

.sp-price-card .sp-button {
  width: 100%;
  margin: 20px 0 10px;
}

.sp-price-card > small {
  text-align: center;
  font-size: 9px;
}

.sp-aurora-four {
  right: -15%;
  bottom: -50%;
  width: 75%;
  height: 100%;
  background: linear-gradient(110deg, var(--sp-violet), var(--sp-cyan));
}

.sp-section-referral {
  padding-block: 70px;
  background: var(--sp-paper);
}

.sp-referral-card {
  display: grid;
  align-items: center;
  grid-template-columns: 230px 1fr auto;
  gap: 45px;
  padding: 40px;
  border: 1px solid var(--sp-line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--sp-shadow);
}

.sp-referral-card h2 {
  margin: 8px 0 7px;
  font-size: 30px;
}

.sp-referral-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
}

.sp-referral-visual {
  display: flex;
  align-items: center;
}

.sp-referral-visual span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 5px solid white;
  border-radius: 50%;
  background: linear-gradient(135deg, #ded8ff, #b9f5eb);
  box-shadow: 0 10px 25px rgba(37, 31, 87, .12);
  font-size: 11px;
  font-weight: 800;
}

.sp-referral-visual span:nth-of-type(2) {
  margin-left: -12px;
  background: linear-gradient(135deg, #ffdfef, #d9d1ff);
}

.sp-referral-visual i {
  z-index: 2;
  margin-inline: -2px;
  color: var(--sp-violet-deep);
  font-style: normal;
}

.sp-referral-visual b {
  margin-left: 10px;
  color: var(--sp-violet);
}

.sp-section-faq {
  background: #eceef5;
}

.sp-faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 340px 1fr;
  gap: 100px;
}

.sp-faq-intro {
  position: sticky;
  top: 120px;
}

.sp-faq-intro h2 {
  margin-bottom: 13px;
  font-size: 44px;
}

.sp-faq-intro p {
  color: var(--sp-muted);
}

.sp-faq-intro .sp-button {
  margin-top: 20px;
}

.sp-faq-item {
  border-bottom: 1px solid rgba(15, 20, 39, .13);
}

.sp-faq-item > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border: 0;
  color: var(--sp-ink);
  background: transparent;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
}

.sp-faq-item > button i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  margin-left: 20px;
  border-radius: 50%;
  color: var(--sp-violet-deep);
  background: white;
  font-style: normal;
  transition: transform .25s ease, background .25s ease;
}

.sp-faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.sp-faq-item > div > p {
  overflow: hidden;
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
}

.sp-faq-item.is-open > div {
  grid-template-rows: 1fr;
}

.sp-faq-item.is-open > div > p {
  padding-bottom: 23px;
}

.sp-faq-item.is-open > button i {
  color: white;
  background: var(--sp-violet);
  transform: rotate(45deg);
}

.sp-final {
  --ink: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: white;
  background: #080b1a;
  text-align: center;
}

.sp-final-inner {
  position: relative;
  z-index: 2;
}

.sp-final-inner > span {
  color: var(--sp-cyan);
  font: 700 13px/1 "Unbounded", sans-serif;
}

.sp-final h2 {
  font-size: clamp(40px, 5vw, 66px);
}

.sp-final p,
.sp-final small {
  color: rgba(255, 255, 255, .54);
}

.sp-final .sp-actions {
  justify-content: center;
}

.sp-final small {
  display: block;
  margin-top: 18px;
  font-size: 10px;
}

.sp-aurora-five {
  left: 22%;
  bottom: -70%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, var(--sp-cyan), var(--sp-violet), #e68ecf);
  opacity: .32;
}

.sp-footer {
  padding: 32px 0;
  color: rgba(255, 255, 255, .55);
  background: #060815;
}

.sp-footer .sp-shell {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sp-footer p {
  margin: 0;
  font-size: 10px;
}

.sp-footer nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 10px;
}

.sp-footer .sp-shell > span {
  font-size: 9px;
}

.sp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
}

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

.sp-audience-grid .sp-reveal:nth-child(2),
.sp-examples-grid .sp-reveal:nth-child(2) {
  transition-delay: .08s;
}

.sp-audience-grid .sp-reveal:nth-child(3),
.sp-examples-grid .sp-reveal:nth-child(3) {
  transition-delay: .16s;
}

@keyframes spAurora {
  from { transform: translate3d(-3%, -2%, 0) scale(.94) rotate(-4deg); }
  to { transform: translate3d(5%, 4%, 0) scale(1.08) rotate(5deg); }
}

@media (max-width: 1060px) {
  .sp-nav-links {
    gap: 17px;
  }

  .sp-nav-links > a {
    display: none;
  }

  .sp-hero {
    padding-top: 130px;
  }

  .sp-hero-grid,
  .sp-feature-grid,
  .sp-security-grid {
    grid-template-columns: 1fr;
  }

  .sp-hero-grid {
    gap: 45px;
  }

  .sp-cockpit {
    transform: none;
  }

  .sp-feature-grid,
  .sp-security-grid {
    gap: 55px;
  }

  .sp-map-layout {
    grid-template-columns: 1fr 300px;
  }

  .sp-offer-grid {
    gap: 55px;
    grid-template-columns: 1fr 380px;
  }

  .sp-referral-card {
    grid-template-columns: 180px 1fr;
  }

  .sp-referral-card > .sp-button {
    grid-column: 2;
    justify-self: start;
  }

  .sp-faq-layout {
    gap: 55px;
  }
}

@media (max-width: 760px) {
  .sp-shell {
    width: min(100% - 28px, 620px);
  }

  .sp-nav {
    min-height: 68px;
  }

  .sp-menu-toggle {
    display: block;
  }

  .sp-nav-links {
    position: absolute;
    top: 60px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    visibility: hidden;
    opacity: 0;
    background: rgba(9, 12, 28, .96);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .3);
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }

  .sp-nav-links.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .sp-nav-links > a {
    display: block;
    padding: 9px;
  }

  .sp-nav-links .sp-link-button,
  .sp-nav-links .sp-button {
    width: 100%;
    min-height: 42px;
  }

  .sp-hero {
    min-height: auto;
    padding: 112px 0 34px;
  }

  .sp-hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .sp-hero-copy > p {
    font-size: 15px;
  }

  .sp-kicker {
    max-width: 100%;
    align-items: flex-start;
    font-size: 8.5px;
    letter-spacing: .1em;
  }

  .sp-actions .sp-button {
    width: 100%;
  }

  .sp-button-text {
    min-height: 35px;
  }

  .sp-hero-notes,
  .sp-trustline {
    gap: 10px;
  }

  .sp-trustline {
    overflow: auto;
    justify-content: flex-start;
    margin-top: 38px;
    padding-bottom: 5px;
    white-space: nowrap;
  }

  .sp-cockpit {
    padding: 12px;
    border-radius: 20px;
  }

  .sp-cockpit-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .sp-cockpit-kpis article:last-child {
    display: none;
  }

  .sp-cockpit-kpis strong {
    font-size: 13px;
  }

  .sp-chart-card svg {
    height: 135px;
  }

  .sp-ai-prompt p,
  .sp-arrow {
    display: none;
  }

  .sp-section {
    padding: 80px 0;
  }

  .sp-section-head {
    margin-bottom: 38px;
  }

  .sp-section-head h2,
  .sp-feature-copy h2 {
    font-size: 34px;
  }

  .sp-section-head-split,
  .sp-audience-grid,
  .sp-examples-grid,
  .sp-map-layout,
  .sp-modules-grid,
  .sp-compare-grid,
  .sp-offer-grid,
  .sp-referral-card,
  .sp-faq-layout,
  .sp-trust-card {
    grid-template-columns: 1fr;
  }

  .sp-section-head-split {
    gap: 14px;
  }

  .sp-audience-grid {
    gap: 12px;
  }

  .sp-map-panel {
    min-height: 330px;
  }

  .sp-map-layout {
    border-radius: 22px;
  }

  .sp-module,
  .sp-module-wide {
    display: block;
    grid-column: auto;
    min-height: 370px;
    padding: 24px;
  }

  .sp-module-wide {
    min-height: auto;
  }

  .sp-mini-metrics {
    grid-template-columns: 1fr;
  }

  .sp-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .sp-compare-grid {
    gap: 12px;
  }

  .sp-compare-arrow {
    height: 35px;
    transform: rotate(90deg);
  }

  .sp-before,
  .sp-after {
    padding: 26px;
  }

  .sp-example h3,
  .sp-example p {
    min-height: 0;
  }

  .sp-offer-grid {
    gap: 40px;
  }

  .sp-referral-card {
    gap: 28px;
    padding: 28px;
  }

  .sp-referral-card > .sp-button {
    grid-column: auto;
    width: 100%;
  }

  .sp-faq-intro {
    position: static;
  }

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

  .sp-trust-card {
    gap: 15px;
  }

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

  .sp-footer nav {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .sp-aurora {
    filter: blur(50px);
    opacity: .17;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-landing-premium *,
  .sp-landing-premium *::before,
  .sp-landing-premium *::after {
    scroll-behavior: auto;
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
  }

  .sp-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Existing auth logic, premium presentation */
.auth-gateway .auth-modal {
  color: var(--sp-ink);
}

.auth-gateway .auth-modal-backdrop {
  background:
    radial-gradient(circle at 20% 25%, rgba(78, 230, 209, .22), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(121, 92, 255, .28), transparent 34%),
    rgba(5, 7, 19, .82);
  backdrop-filter: blur(16px);
}

.auth-gateway .auth-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  box-shadow: 0 45px 120px rgba(0, 0, 0, .42);
}

.auth-gateway .auth-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  content: "";
  background: linear-gradient(var(--sp-cyan), var(--sp-violet), #e18fcf);
}
