.hero-proposal-slider-v11 {
  --v11-bg: #02030a;
  --v11-blue: #3f5af3;
  --v11-cyan: #38bdf8;
  --v11-text: #f0f4ff;
  --v11-muted: rgba(220, 230, 255, 0.72);
  --v11-stage: calc(100svh - var(--hp-nav-offset) - 6rem);
  color: var(--v11-text);
  background: var(--v11-bg);
  display: flex;
  flex-direction: column;
}

.v11-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.v11-backdrop__blob {
  position: absolute;
  border-radius: 50%;
}
.v11-backdrop__blob--a {
  top: -20%;
  left: -10%;
  width: clamp(26rem, 60vw, 58rem);
  height: clamp(26rem, 60vw, 58rem);
  background: radial-gradient(circle, rgba(63, 90, 243, 0.55) 0%, transparent 65%);
  filter: blur(120px);
  animation: v11-blob-drift-a 22s ease-in-out infinite alternate;
}
.v11-backdrop__blob--b {
  bottom: -18%;
  right: -12%;
  width: clamp(20rem, 48vw, 50rem);
  height: clamp(20rem, 48vw, 50rem);
  background: radial-gradient(circle, rgba(56, 189, 248, 0.42) 0%, transparent 65%);
  filter: blur(100px);
  animation: v11-blob-drift-b 26s ease-in-out infinite alternate;
}
.v11-backdrop__blob--c {
  top: 35%;
  right: 18%;
  width: clamp(12rem, 28vw, 26rem);
  height: clamp(12rem, 28vw, 26rem);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.38) 0%, transparent 65%);
  filter: blur(80px);
  animation: v11-blob-drift-a 18s ease-in-out 4s infinite alternate;
}

.v11-backdrop__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(56, 189, 248, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 75% 60% at 40% 45%, #000 15%, transparent 100%);
}

.v11-backdrop__ring {
  position: absolute;
  top: 50%;
  right: -8%;
  width: clamp(18rem, 42vw, 36rem);
  height: clamp(18rem, 42vw, 36rem);
  transform: translateY(-50%);
  opacity: 0.55;
  animation: v11-ring-spin 60s linear infinite;
}

.v11-backdrop__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 85% at 50% 45%, transparent 35%, rgba(2, 3, 10, 0.7) 100%);
}

.v11-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: var(--v11-stage);
}

.v11-swiper {
  flex: 1;
  width: 100%;
  height: var(--v11-stage);
  min-height: var(--v11-stage);
  overflow: hidden;
}

.v11-swiper .swiper-wrapper {
  height: 100%;
}

.v11-swiper .swiper-slide {
  height: 100%;
}

.v11-slide {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: var(--v11-stage);
  padding-block: clamp(1.5rem, 4vh, 3rem);
}

.v11-slide__inner {
  width: 100%;
  max-width: 72rem;
  position: relative;
  z-index: 2;
}

.v11-slide__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.v11-slide__copy {
  min-width: 0;
}

.v11-slide__eyebrow,
.v11-slide__headline,
.v11-slide__lead,
.v11-slide .hero-proposal-slider__cta,
.v11-slide__usps,
.v11-slide__stat {
  opacity: 1;
  visibility: visible;
}

.v11-slide__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 1rem;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v11-cyan);
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.6);
}

.v11-slide__pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v11-cyan);
  box-shadow: 0 0 12px var(--v11-cyan), 0 0 24px rgba(56, 189, 248, 0.4);
  flex-shrink: 0;
  animation: v11-pulse-dot 2s ease-in-out infinite;
}

.v11-slide__headline {
  margin: 0 0 1rem;
  font-size: clamp(1.875rem, 3.8vw, 3.125rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff !important;
  max-width: 48rem;
  text-shadow: 0 0 40px rgba(63, 90, 243, 0.35), 0 0 80px rgba(56, 189, 248, 0.15);
}
.v11-slide__headline em {
  font-style: normal;
  color: #38bdf8 !important;
  text-shadow: 0 0 30px rgba(56, 189, 248, 0.8), 0 0 60px rgba(63, 90, 243, 0.4);
}

.v11-slide__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.55;
  color: var(--v11-muted);
  max-width: 34rem;
}

.v11-slide__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  min-width: clamp(9rem, 18vw, 14rem);
  border-radius: 1.25rem;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(63, 90, 243, 0.1);
  box-shadow: 0 0 48px rgba(63, 90, 243, 0.25), inset 0 0 32px rgba(56, 189, 248, 0.06);
}

.v11-slide__stat-value {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--v11-cyan);
  text-shadow: 0 0 32px rgba(56, 189, 248, 0.7);
}

.v11-slide__stat-label {
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: var(--v11-muted);
}

.v11-slide__cta-primary {
  box-shadow: 0 0 48px rgba(63, 90, 243, 0.55), 0 4px 24px rgba(63, 90, 243, 0.35);
}
.v11-slide__cta-primary:hover {
  box-shadow: 0 0 72px rgba(63, 90, 243, 0.75), 0 6px 32px rgba(63, 90, 243, 0.5);
  transform: translateY(-2px);
}

.v11-slide__cta-secondary {
  border-color: rgba(56, 189, 248, 0.4);
  color: var(--v11-cyan);
}
.v11-slide__cta-secondary:hover {
  border-color: var(--v11-cyan);
  background: rgba(56, 189, 248, 0.1);
  color: var(--v11-cyan);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.25);
}

.v11-slide__usps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 2.25rem 0 0;
}

.v11-slide__usp {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(56, 189, 248, 0.22);
  background: rgba(63, 90, 243, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.v11-slide__usp:hover {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.12);
}

.v11-slide__usp-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--v11-text);
}

.v11-slide__usp-text {
  font-size: 0.8125rem;
  color: var(--v11-muted);
  line-height: 1.45;
}

.v11-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
}

.v11-nav__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  min-width: 8rem;
}

.v11-nav__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.v11-dot {
  width: 2.25rem;
  height: 3px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(63, 90, 243, 0.3);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.v11-dot.is-active {
  background: var(--v11-cyan);
  transform: scaleX(1.2);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.55);
}

.v11-nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1.5px solid rgba(56, 189, 248, 0.35);
  background: rgba(63, 90, 243, 0.12);
  color: var(--v11-cyan);
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.22s, border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.v11-nav__arrow:hover {
  background: rgba(63, 90, 243, 0.28);
  border-color: rgba(56, 189, 248, 0.65);
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.3);
}
.v11-nav__arrow:focus-visible {
  outline: 2px solid var(--v11-cyan);
  outline-offset: 3px;
}

.v11-nav__counter {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  font-variant-numeric: tabular-nums;
  color: var(--v11-cyan);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

.swiper-slide-active .v11-slide__eyebrow {
  animation: v11-rise 0.55s 0.04s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .v11-slide__headline {
  animation: v11-rise 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .v11-slide__lead {
  animation: v11-rise 0.55s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .hero-proposal-slider__cta {
  animation: v11-rise 0.5s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .v11-slide__usps {
  animation: v11-rise 0.5s 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .v11-slide__stat {
  animation: v11-rise-stat 0.65s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes v11-blob-drift-a {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(5%, -4%) scale(1.12);
  }
}
@keyframes v11-blob-drift-b {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-4%, 5%) scale(1.08);
  }
}
@keyframes v11-ring-spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes v11-pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.35);
  }
}
@keyframes v11-rise {
  from {
    transform: translateY(28px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes v11-rise-stat {
  from {
    transform: translateY(20px) scale(0.92);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 767px) {
  .v11-slide__grid {
    grid-template-columns: 1fr;
  }
  .v11-slide__stat {
    flex-direction: row;
    gap: 1rem;
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .v11-slide__stat-value {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }
  .v11-slide__headline {
    font-size: clamp(1.5rem, 6vw, 2.1rem);
    letter-spacing: -0.025em;
    line-height: 1.15;
    max-width: none;
  }
  .v11-backdrop__ring {
    right: -25%;
    opacity: 0.3;
  }
  .v11-slide__usps {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .v11-backdrop__blob,
  .v11-backdrop__ring,
  .v11-slide__pulse {
    animation: none !important;
  }
  .swiper-slide-active .v11-slide__eyebrow,
  .swiper-slide-active .v11-slide__headline,
  .swiper-slide-active .v11-slide__lead,
  .swiper-slide-active .hero-proposal-slider__cta,
  .swiper-slide-active .v11-slide__usps,
  .swiper-slide-active .v11-slide__stat {
    animation: none !important;
    transform: none !important;
  }
}
