.web {
  background-color: transparent;
  width: 100%;
  min-width: 1440px;
  min-height: auto;
  position: relative;
}

body {
  background-color: var(--bluebackgroundbackground);
}

.web .wave-bg {
  position: absolute;
  top: 100px;
  left: calc(50% - 720px);
  width: 1440px;
  height: 789px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.web .shadow {
  margin-bottom: -10px;
  height: 160px;
  width: 1460px;
  background: linear-gradient(
    360deg,
    rgba(11, 12, 16, 1) 10%,
    rgba(11, 12, 16, 0) 100%
  );
}

.web .conteiner {
  display: flex;
  gap: 110px;
  position: relative;
  top: 88px;
  left: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.web .hero {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 40px;
  padding: 80px 120px 0 120px;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.web .text {
  max-width: 794px;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.web .activate-our-always {
  position: relative;
  align-self: stretch;
  font-family: var(--h4-reg-font-family);
  font-weight: var(--h4-reg-font-weight);
  font-size: var(--h4-reg-font-size);
  text-align: center;
  letter-spacing: var(--h4-reg-letter-spacing);
  line-height: var(--h4-reg-line-height);
  font-style: var(--h4-reg-font-style);
}

.web .buttons {
  align-items: center;
  gap: 8px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.web .nav-button {
  all: unset;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px) brightness(100%) saturate(120%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(120%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.2);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(28, 41, 59, 0.4) 0%,
    rgba(53, 70, 96, 0.1) 100%
  );
  display: inline-flex;
  min-width: 152px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.web .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--body-semi-font-family);
  font-weight: var(--body-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--body-semi-font-size);
  text-align: center;
  letter-spacing: var(--body-semi-letter-spacing);
  line-height: var(--body-semi-line-height);
  white-space: nowrap;
  font-style: var(--body-semi-font-style);
}

.web .div {
  border: 1.5px solid;
  border-color: var(--bluemainprimary-stroke);
  background: linear-gradient(
    360deg,
    rgba(100, 139, 238, 1) 0%,
    rgba(51, 87, 230, 1) 100%
  );
  display: inline-flex;
  min-width: 152px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 12px;
}

.web .orbit-bg {
  position: relative;
  width: 1440px;
  height: 750px;
  overflow: hidden;
}

.web .orbit {
  flex-direction: column;
  width: 1440px;
  height: 750px;
  align-items: center;
  gap: 80px;
  padding: 0px 120px;
  top: 0;
  left: calc(50% - 720px);
  display: flex;
  position: absolute;
}

.web .orbit-animation {
  position: relative;
  flex: 1;
  width: 1440px;
  flex-grow: 1;
  margin-left: -120px;
  margin-right: -120px;
  overflow: hidden;
}

.web .orbit-2 {
  left: 590px;
  bottom: -218px;
  width: 260px;
  height: 58px;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.web .left {
  margin-bottom: 0;
  width: 7.8px;
  height: 7.8px;
  margin-left: 0;
}

.web .left-2 {
  position: relative;
  width: 70.71%;
  height: 70.71%;
  top: 14.65%;
  left: 14.64%;
  transform: rotate(-45deg);
}

.web .gif {
  position: absolute;
  top: -778px;
  left: -179px;
  width: 472px;
  height: 441px;
  transform: rotate(45deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis {
  position: absolute;
  left: calc(50% - 595px);
  bottom: 2968px;
  width: 552px;
  height: 1px;
  transform: rotate(45deg);
}

.web .left-wrapper {
  margin-bottom: 17.8px;
  width: 7.54px;
  height: 7.54px;
  margin-left: 43.8px;
}

.web .left-3 {
  position: relative;
  width: 73.21%;
  height: 73.21%;
  top: 13.39%;
  left: 13.4%;
  transform: rotate(-30deg);
}

.web .img {
  position: absolute;
  top: -825px;
  left: -234px;
  width: 475px;
  height: 556px;
  transform: rotate(30deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-2 {
  position: absolute;
  left: calc(50% - 1405px);
  bottom: 2794px;
  width: 552px;
  height: 1px;
  transform: rotate(30deg);
}

.web .div-wrapper {
  margin-bottom: 35.2px;
  width: 6.76px;
  height: 6.76px;
  margin-left: 26.3px;
}

.web .left-4 {
  position: relative;
  width: 81.65%;
  height: 81.65%;
  top: 9.18%;
  left: 9.18%;
  transform: rotate(-15deg);
}

.web .gif-2 {
  position: absolute;
  top: -819px;
  left: -192px;
  width: 390px;
  height: 546px;
  transform: rotate(15deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-3 {
  position: absolute;
  left: calc(50% - 2126px);
  bottom: 2399px;
  width: 552px;
  height: 1px;
  transform: rotate(15deg);
}

.web .center {
  margin-bottom: 52.3px;
  width: 5.52px;
  height: 5.52px;
  margin-left: 26.3px;
  display: flex;
}

.web .center-2 {
  flex: 1;
  width: 5.52px;
  position: relative;
}

.web .gif-3 {
  position: absolute;
  top: -798px;
  left: -138px;
  width: 282px;
  height: 502px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-4 {
  position: absolute;
  left: calc(50% - 2716px);
  bottom: 1822px;
  width: 552px;
  height: 1px;
}

.web .right {
  margin-bottom: 35.2px;
  width: 6.76px;
  height: 6.76px;
  margin-left: 43.8px;
}

.web .right-2 {
  position: relative;
  width: 81.65%;
  height: 81.65%;
  top: 9.18%;
  left: 9.18%;
  transform: rotate(15deg);
}

.web .gif-4 {
  position: absolute;
  top: -819px;
  left: -192px;
  width: 390px;
  height: 546px;
  transform: rotate(-15deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-5 {
  position: absolute;
  left: calc(50% - 3156px);
  bottom: 1132px;
  width: 552px;
  height: 1px;
  transform: rotate(-15deg);
}

.web .right-wrapper {
  margin-bottom: 17.8px;
  width: 7.54px;
  height: 7.54px;
  margin-left: 26.3px;
}

.web .right-3 {
  position: relative;
  width: 73.21%;
  height: 73.21%;
  top: 13.4%;
  left: 13.39%;
  transform: rotate(30deg);
}

.web .gif-5 {
  position: absolute;
  top: -825px;
  left: -234px;
  width: 475px;
  height: 556px;
  transform: rotate(-30deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-6 {
  position: absolute;
  left: calc(50% - 3387px);
  bottom: 346px;
  width: 552px;
  height: 1px;
  transform: rotate(-30deg);
}

.web .right-4 {
  margin-bottom: 0.1px;
  width: 7.68px;
  height: 7.68px;
  margin-left: 43.8px;
}

.web .right-5 {
  position: relative;
  width: 71.8%;
  height: 71.8%;
  top: 14.1%;
  left: 14.11%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(45deg);
}

.web .gif-6 {
  margin-left: -286.1px;
  width: 470.86px;
  height: 440.19px;
  margin-top: -777.6px;
  transform: rotate(-45deg);
  aspect-ratio: 0.56;
  object-fit: cover;
}

.web .axis-7 {
  margin-left: -6286.5px;
  height: 1px;
  width: 551.61px;
  align-self: center;
  margin-bottom: -495.1px;
  transform: rotate(-45deg);
}

.web .shadow-2 {
  position: absolute;
  top: -10px;
  left: calc(50% - 730px);
  height: 160px;
  transform: rotate(180deg);
  width: 1460px;
  background: linear-gradient(
    360deg,
    rgba(11, 12, 16, 1) 10%,
    rgba(11, 12, 16, 0) 100%
  );
}

.web .shadow-3 {
  position: absolute;
  left: calc(50% - 730px);
  bottom: -10px;
  height: 160px;
  width: 1460px;
  background: linear-gradient(
    360deg,
    rgba(11, 12, 16, 1) 10%,
    rgba(11, 12, 16, 0) 100%
  );
}

.web .div-2 {
  display: flex;
  width: 1440px;
  gap: 40px;
  padding: 0px 120px;
  position: relative;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}

.web .text-wrapper {
  position: relative;
  width: 1200px;
  margin-top: -1px;
  font-family: var(--h1-semi-font-family);
  font-weight: var(--h1-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h1-semi-font-size);
  text-align: center;
  letter-spacing: var(--h1-semi-letter-spacing);
  line-height: var(--h1-semi-line-height);
  font-style: var(--h1-semi-font-style);
  text-transform: uppercase;
}

.web .div-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.web .animation-new {
  position: relative;
  width: 600px;
  height: 600px;
  overflow: visible;
  aspect-ratio: 1;
}

.web .blob {
  position: absolute;
  top: calc(50% - 500px);
  left: calc(50% - 500px);
  width: 1000px;
  height: 1000px;
  mix-blend-mode: lighten;
  aspect-ratio: 1;
}

.web .img-2 {
  position: absolute;
  width: 404px;
  height: 528px;
  top: 72px;
  left: 71px;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.web .insta-dark {
  position: absolute;
  height: 12%;
  top: 32.83%;
  left: 83%;
  display: flex;
  align-items: flex-start;
  min-width: 8.67%;
  animation: iconFloat 3s ease-in-out infinite;
  animation-delay: 0s;
}

.web .group {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: contain;
}

.web .youtube-dark {
  position: absolute;
  height: 10%;
  top: 78.67%;
  left: 79.33%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 9%;
  animation: iconFloat 3s ease-in-out infinite;
  animation-delay: 0.6s;
}

.web .group-2 {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: contain;
}

.web .facebook-dark {
  position: absolute;
  width: 4.83%;
  height: 11.67%;
  top: 70.33%;
  left: 3.67%;
  display: flex;
  align-items: center;
  animation: iconFloat 3s ease-in-out infinite;
  animation-delay: 1.2s;
}

.web .group-3 {
  width: 48px;
  height: 48px;
  position: relative;
  aspect-ratio: 1;
}

.web .vector {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  left: -17.16%;
  height: 59px;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.59;
}

.web .vector-2 {
  position: absolute;
  width: 100%;
  top: calc(50% - 26px);
  left: -5.72%;
  height: 52px;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.59;
}

.web .vector-3 {
  position: absolute;
  width: 100%;
  top: calc(50% - 25px);
  left: -7.44%;
  height: 53px;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.59;
}

.web .vector-4 {
  position: absolute;
  width: 100%;
  top: calc(50% - 24px);
  left: 0;
  height: 49px;
  aspect-ratio: 0.59;
}

.web .vector-5 {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: contain;
}

.web .tiktok-dark {
  position: absolute;
  width: 7.67%;
  height: 12%;
  top: 47.83%;
  left: 92.33%;
  display: flex;
  align-items: center;
  animation: iconFloat 3s ease-in-out infinite;
  animation-delay: 1.8s;
}

.web .group-4 {
  width: 48px;
  height: 48px;
  position: relative;
  aspect-ratio: 1;
}

.web .vector-stroke {
  top: calc(50% - 27px);
  left: -14.76%;
  height: 55px;
  position: absolute;
  width: 100%;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.88;
}

.web .vector-stroke-2 {
  top: calc(50% - 24px);
  left: -6.33%;
  height: 48px;
  position: absolute;
  width: 100%;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.88;
}

.web .vector-stroke-3 {
  top: calc(50% - 23px);
  left: -7.21%;
  height: 49px;
  position: absolute;
  width: 100%;
  mix-blend-mode: hard-light;
  aspect-ratio: 0.88;
}

.web .vector-stroke-4 {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: contain;
}

.web .twitter-dark {
  position: absolute;
  width: 9.83%;
  height: 11.5%;
  top: 26%;
  left: 0;
  animation: iconFloat 3s ease-in-out infinite;
  animation-delay: 2.4s;
}

.web .group-5 {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  object-fit: contain;
}

.web .counter {
  width: 150px;
  top: 56.83%;
  left: 3.83%;
  position: absolute;
  display: flex;
  border-radius: 16px;
  background: radial-gradient(ellipse at 70% 50%, rgba(94, 127, 177, 0.5) 0%, rgba(51, 85, 136, 0.15) 100%);
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.web .info {
  display: inline-flex;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-items: center;
}

.web .svgrepo-iconcarrier,
.web .svgrepo-iconcarrier-2 {
  position: relative;
  width: 24px;
  height: 20px;
  aspect-ratio: 1.2;
  background-image: url(./img/vector-7.svg);
  background-size: 100% 100%;
}

.web .frame {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--bluetexttext);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23.4px;
  white-space: nowrap;
}

.web .element {
  position: relative;
  width: 85px;
  height: 23px;
}

.web .text-wrapper-3 {
  position: absolute;
  width: 14.12%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--bluetexttext);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23.4px;
  white-space: nowrap;
}

.web .info-wrapper {
  width: 150px;
  top: 21.33%;
  left: 63.17%;
  position: absolute;
  display: flex;
  border-radius: 16px;
  background: radial-gradient(ellipse at 70% 50%, rgba(94, 127, 177, 0.5) 0%, rgba(51, 85, 136, 0.15) 100%);
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.web .info-2 {
  display: inline-flex;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-items: center;
}

.web .iconamoon-profile-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.web .iconamoon-profile {
  position: relative;
  height: 24px;
  aspect-ratio: 1;
  background-image: url(./img/vector-6.svg);
  background-size: 100% 100%;
}

.web .vector-6 {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
}

.web .counter-2 {
  width: 150px;
  top: 66.17%;
  left: 66.83%;
  position: absolute;
  display: flex;
  border-radius: 16px;
  background: radial-gradient(ellipse at 70% 50%, rgba(94, 127, 177, 0.5) 0%, rgba(51, 85, 136, 0.15) 100%);
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.web .info-3 {
  display: inline-flex;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-items: center;
}

.web .offer {
  position: relative;
  width: 560px;
  height: 680px;
}

.web .cards-offers {
  top: 21px;
  left: calc(50% - 270px);
  transform: rotate(-5deg);
  display: flex;
  flex-direction: column;
  width: 540px;
  align-items: flex-start;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(28, 41, 59, 0.4) 0%,
    rgba(53, 70, 96, 0.2) 100%
  );
  transition: transform 0.3s ease;
}

.web .cards-offers:hover {
  transform: rotate(-5deg) translateY(-20px);
}

.web .cards-offers::after,
.web .cards-offers-2::after,
.web .cards-offers-3::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 150%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 255, 255, 0.08) 38%,
    rgba(170, 215, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.08) 62%,
    rgba(255, 255, 255, 0.04) 75%,
    transparent 85%
  );
  pointer-events: none;
  z-index: 2;
  transform: skewX(-15deg);
  opacity: 1;
  animation: cardShineAmbient 3s ease-out forwards;
}

.web .cards-offers-2::after {
  animation-delay: 0.5s;
}

.web .cards-offers-3::after {
  animation-delay: 1s;
}

.web .header {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 82px;
  overflow: hidden;
}

.web .header::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 150%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.05) 25%,
    rgba(255, 255, 255, 0.12) 38%,
    rgba(170, 215, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.12) 62%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 85%
  );
  pointer-events: none;
  z-index: 2;
  transform: skewX(-15deg);
  opacity: 0;
}

.web .cards-offers:hover .header::after,
.web .cards-offers-2:hover .header::after,
.web .cards-offers-3:hover .header::after {
  opacity: 1;
  animation: cardShine 0.8s ease-out forwards;
}

.web .ellipse {
  top: 8px;
  left: calc(50% - 265px);
  filter: blur(30px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .ellipse-small {
  margin-top: 60px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(125, 246, 255, 1) 0%,
    rgba(125, 205, 255, 1) 100%
  );
  width: 130px;
  height: 30px;
  margin-left: -1px;
  border-radius: 65px / 15px;
  filter: blur(10px);
}

.web .glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  height: 82px;
  border-radius: 24px 24px 0px 0px;
  backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset -1px 0 1px rgba(0, 0, 0, 0.16);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(81, 126, 221, 0.2) 0%,
    rgba(81, 83, 221, 0) 100%
  );
}

.web .text-wrapper-4 {
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
  font-family: var(--h3-semi-font-family);
  font-weight: var(--h3-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h3-semi-font-size);
  letter-spacing: var(--h3-semi-letter-spacing);
  line-height: var(--h3-semi-line-height);
  white-space: nowrap;
  font-style: var(--h3-semi-font-style);
}

.web .icon-big-one {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  transform: rotate(5deg);
  aspect-ratio: 1;
}

.web .footer {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  backdrop-filter: blur(20px) brightness(100%);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  background: linear-gradient(
    90deg,
    rgba(27, 28, 49, 0.15) 0%,
    rgba(102, 104, 116, 0.14) 25%,
    rgba(102, 104, 116, 0.12) 50%,
    rgba(102, 104, 116, 0.14) 75%,
    rgba(27, 28, 49, 0.15) 100%
  );
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.web .p {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--body-med-font-family);
  font-weight: var(--body-med-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--body-med-font-size);
  letter-spacing: var(--body-med-letter-spacing);
  line-height: var(--body-med-line-height);
  font-style: var(--body-med-font-style);
}

.web .cards-offers-2 {
  top: 251px;
  right: 1px;
  display: flex;
  flex-direction: column;
  width: 540px;
  align-items: flex-start;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(28, 41, 59, 0.4) 0%,
    rgba(53, 70, 96, 0.2) 100%
  );
  transition: transform 0.3s ease;
}

.web .cards-offers-2:hover {
  transform: translateY(-20px);
}

.web .ellipse-small-wrapper {
  top: -102px;
  left: calc(50% - 185px);
  transform: rotate(180deg);
  filter: blur(20px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .ellipse-small-2 {
  margin-top: 60px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 1) 0%,
    rgba(231, 246, 255, 1) 100%
  );
  width: 130px;
  height: 30px;
  margin-left: -1px;
  border-radius: 65px / 15px;
  filter: blur(10px);
}

.web .icon-big-two {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}

.web .cards-offers-3 {
  top: 482px;
  left: calc(50% - 271px);
  transform: rotate(3deg);
  display: flex;
  flex-direction: column;
  width: 540px;
  align-items: flex-start;
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(105%);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(28, 41, 59, 0.4) 0%,
    rgba(53, 70, 96, 0.2) 100%
  );
  transition: transform 0.3s ease;
}

.web .cards-offers-3:hover {
  transform: rotate(3deg) translateY(-10px);
}

.web .icon-big-three {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  transform: rotate(-5deg);
  aspect-ratio: 1;
}

.web .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h1-semi-font-family);
  font-weight: var(--h1-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h1-semi-font-size);
  text-align: center;
  letter-spacing: var(--h1-semi-letter-spacing);
  line-height: var(--h1-semi-line-height);
  font-style: var(--h1-semi-font-style);
  text-transform: uppercase;
}

.web .info-cards {
  display: flex;
  flex-direction: column;
  width: 1200px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.web .card-benefit {
  position: relative;
  width: 386px;
  height: 191px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.web .card-benefit:hover {
  transform: translateY(-20px);
}

.web .card-benefit::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 150%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 255, 255, 0.08) 38%,
    rgba(170, 215, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.08) 62%,
    rgba(255, 255, 255, 0.04) 75%,
    transparent 85%
  );
  pointer-events: none;
  z-index: 2;
  transform: skewX(-15deg);
  opacity: 1;
  animation: cardShineAmbient 3s ease-out forwards;
}

@keyframes cardShineAmbient {
  0%   { left: -200%; }
  100% { left: -25%; }
}

.web .div-3:first-child .card-benefit:nth-child(2)::after {
  animation-delay: 0.5s;
}
.web .div-3:first-child .card-benefit:nth-child(3)::after {
  animation-delay: 1s;
}
.web .div-3:nth-child(2) .card-benefit:nth-child(1)::after {
  animation-delay: 1.5s;
}
.web .div-3:nth-child(2) .card-benefit:nth-child(2)::after {
  animation-delay: 2s;
}
.web .div-3:nth-child(2) .card-benefit:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes cardShine {
  0%   { left: -75%; }
  100% { left: 150%; }
}

.web .card-benefit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(170, 215, 255, 0.3) 12%,
    rgba(120, 180, 255, 0.15) 30%,
    rgba(80, 130, 240, 0.05) 55%,
    transparent 75%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  animation: benefitLightSweep 12s ease-in-out infinite;
}

.web .div-3 .card-benefit:nth-child(2)::before {
  left: -407px;
}

.web .div-3 .card-benefit:nth-child(3)::before {
  left: -814px;
}

@keyframes benefitLightSweep {
  0%   { transform: translate(-600px, -50%); }
  22%  { transform: translate(-600px, -50%); }
  50%  { transform: translate(1200px, -50%); }
  72%  { transform: translate(1200px, -50%); }
  100% { transform: translate(-600px, -50%); }
}

.web .ellipse-2 {
  top: -52px;
  left: calc(50% - 111px);
  filter: blur(30px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .card {
    height: 100%;
  display: flex;
  flex-direction: column;
  width: 386px;
  align-items: flex-start;
  gap: 24px;
  padding: 16px 24px;
  position: absolute;
  left: calc(50% - 193px);
  bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(12px) brightness(105%) saturate(110%);
  -webkit-backdrop-filter: blur(12px) brightness(105%) saturate(110%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), 
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), 
    inset -1px 0 1px rgba(0, 0, 0, 0.16),
    0 8px 32px rgba(0, 0, 0, 0.3);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(86, 134, 188, 0.75) 0%,
    rgba(42, 80, 234, 0.4) 100%
  );
}

.web .card-benefit .card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 150%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.05) 25%,
    rgba(255, 255, 255, 0.12) 38%,
    rgba(170, 215, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.12) 62%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 85%
  );
  pointer-events: none;
  z-index: 2;
  transform: skewX(-15deg);
  opacity: 0;
}

.web .card-benefit:hover .card::after {
  opacity: 1;
  animation: cardShine 0.8s ease-out forwards;
}

.web .img-3 {
  position: relative;
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
}

.web .info-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-items: flex-start;
}

.web .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h3-semi-font-family);
  font-weight: var(--h3-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h3-semi-font-size);
  letter-spacing: var(--h3-semi-letter-spacing);
  line-height: var(--h3-semi-line-height);
  font-style: var(--h3-semi-font-style);
}

.web .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-reg-font-family);
  font-weight: var(--body-reg-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--body-reg-font-size);
  letter-spacing: var(--body-reg-letter-spacing);
  line-height: var(--body-reg-line-height);
  font-style: var(--body-reg-font-style);
}

.web .grid-animation {
  position: relative;
  width: 1440px;
  height: 900px;
  background-color: var(--bluebackgroundbackground);
  overflow: hidden;
}

.web .grid {
  position: absolute;
  top: calc(50% - 512px);
  left: calc(50% - 720px);
  width: 1440px;
  height: 1024px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.web .line {
  margin-left: 295px;
  display: flex;
  height: 1504px;
  width: 270px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.web .gif-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 0.55;
  object-fit: cover;
}

.web .line-2 {
  display: flex;
  height: 1504px;
  width: 270px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.web .shadow-4 {
  position: absolute;
  left: calc(50% - 730px);
  bottom: -10px;
  height: 210px;
  width: 1460px;
  background: linear-gradient(
    360deg,
    rgba(11, 12, 16, 1) 10%,
    rgba(11, 12, 16, 0) 100%
  );
}

.web .shadow-5 {
  position: absolute;
  top: -10px;
  left: calc(50% - 730px);
  height: 210px;
  transform: rotate(180deg);
  width: 1460px;
  background: linear-gradient(
    360deg,
    rgba(11, 12, 16, 1) 10%,
    rgba(11, 12, 16, 0) 100%
  );
}

/* Decorative videos — no interaction, transparent over dark bg */
.orbit-image {
  pointer-events: none;
  user-select: none;
  mix-blend-mode: screen;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Cases That Tell the Story */
.web .cases-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  gap: 16px;
  padding: 0;
  position: relative;
  flex: 0 0 auto;
}

.web .cases-title {
  font-family: var(--h1-semi-font-family);
  font-weight: var(--h1-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h1-semi-font-size);
  text-align: center;
  letter-spacing: var(--h1-semi-letter-spacing);
  line-height: var(--h1-semi-line-height);
  font-style: var(--h1-semi-font-style);
  text-transform: uppercase;
}

.web .cases-subtitle {
  font-family: var(--h4-reg-font-family);
  font-weight: var(--h4-reg-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--h4-reg-font-size);
  text-align: center;
  letter-spacing: var(--h4-reg-letter-spacing);
  line-height: var(--h4-reg-line-height);
  margin-top: 0px;
  margin-bottom: 0px;
}

.web .cases-gallery-wrapper {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  overflow: hidden;
}

.web .cases-shadow-left,
.web .cases-shadow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.web .cases-shadow-left {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 12, 16, 1) 0%, rgba(11, 12, 16, 0) 100%);
}

.web .cases-shadow-right {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 12, 16, 1) 0%, rgba(11, 12, 16, 0) 100%);
}

.web .cases-gallery {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
}

.web .cases-gallery::-webkit-scrollbar {
  display: none;
}

.web .cases-track {
  display: flex;
  gap: 16px;
  align-items: center;
  width: max-content;
}

.web .case-card {
  flex: 0 0 auto;
  width: 200px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web .case-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}

.web .case-card--wide {
  width: 240px;
}

.web .case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.web .results {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 20px;
  padding: 0px 120px;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h1-semi-font-family);
  font-weight: var(--h1-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h1-semi-font-size);
  text-align: center;
  letter-spacing: var(--h1-semi-letter-spacing);
  line-height: var(--h1-semi-line-height);
  font-style: var(--h1-semi-font-style);
  text-transform: uppercase;
}

.web .cards {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.web .card-KPI {
  position: relative;
  width: 285px;
  height: 261px;
}

.web .card-KPI-2 {
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  width: 285px;
  height: 241px;
  overflow: hidden;
  backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset -1px 0 1px rgba(0, 0, 0, 0.16);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(86, 134, 188, 0.5) 0%,
    rgba(42, 80, 234, 0.2) 100%
  );
}

.web .spline {
  top: calc(50% - 478px);
  left: -27px;
  position: absolute;
  width: 1236px;
  height: 712px;
  transform: rotate(-8deg);
  mix-blend-mode: lighten;
  aspect-ratio: 1.74;
}

.web .ellipse-3 {
  top: 110px;
  left: calc(50% - 493px);
  transform: rotate(180deg);
  filter: blur(20px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .text-2 {
  width: 285px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 16px;
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  background-color: #00000059;
  border-radius: 24px;
  backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 5px rgba(0, 0, 0, 0.2), inset -1px 0 5px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.web .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h4-med-font-family);
  font-weight: var(--h4-med-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--h4-med-font-size);
  text-align: center;
  letter-spacing: var(--h4-med-letter-spacing);
  line-height: var(--h4-med-line-height);
  font-style: var(--h4-med-font-style);
}

.web .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h4-med-font-family);
  font-weight: var(--h4-med-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--h4-med-font-size);
  text-align: center;
  letter-spacing: var(--h4-med-letter-spacing);
  line-height: var(--h4-med-line-height);
  font-style: var(--h4-med-font-style);
}

.web .card-KPI-wrapper {
  position: relative;
  width: 285px;
  height: 301px;
}

.web .card-KPI-3 {
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  width: 285px;
  height: 281px;
  overflow: hidden;
  backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset -1px 0 1px rgba(0, 0, 0, 0.16);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(86, 134, 188, 0.5) 0%,
    rgba(42, 80, 234, 0.2) 100%
  );
}

.web .spline-2 {
  top: calc(50% - 458px);
  left: -332px;
  position: absolute;
  width: 1236px;
  height: 712px;
  transform: rotate(-8deg);
  mix-blend-mode: lighten;
  aspect-ratio: 1.74;
}

.web .ellipse-4 {
  top: 150px;
  left: calc(50% - 493px);
  transform: rotate(180deg);
  filter: blur(20px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .text-3 {
  width: 285px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 16px;
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  background-color: #00000059;
  border-radius: 24px;
  backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(15px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 5px rgba(0, 0, 0, 0.2), inset -1px 0 5px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.web .card-KPI-4 {
  position: relative;
  width: 285px;
  height: 281px;
}

.web .card-KPI-5 {
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  width: 285px;
  height: 261px;
  overflow: hidden;
  backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset -1px 0 1px rgba(0, 0, 0, 0.16);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(86, 134, 188, 0.5) 0%,
    rgba(42, 80, 234, 0.2) 100%
  );
}

.web .spline-3 {
  top: calc(50% - 468px);
  left: -637px;
  position: absolute;
  width: 1236px;
  height: 712px;
  transform: rotate(-8deg);
  mix-blend-mode: lighten;
  aspect-ratio: 1.74;
}

.web .ellipse-5 {
  top: 130px;
  left: calc(50% - 493px);
  transform: rotate(180deg);
  filter: blur(20px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .card-KPI-6 {
  position: relative;
  width: 285px;
  height: 321px;
}

.web .card-KPI-7 {
  position: absolute;
  left: calc(50% - 142px);
  bottom: 0;
  width: 285px;
  height: 301px;
  overflow: hidden;
  backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  -webkit-backdrop-filter: blur(8px) brightness(100%) saturate(105%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
      255,
      255,
      255,
      0.32
    ),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset -1px 0 1px rgba(0, 0, 0, 0.16);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(86, 134, 188, 0.5) 0%,
    rgba(42, 80, 234, 0.2) 100%
  );
}

.web .spline-4 {
  top: calc(50% - 448px);
  left: -942px;
  position: absolute;
  width: 1236px;
  height: 712px;
  transform: rotate(-8deg);
  mix-blend-mode: lighten;
  aspect-ratio: 1.74;
}

.web .ellipse-6 {
  top: 170px;
  left: calc(50% - 493px);
  transform: rotate(180deg);
  filter: blur(20px);
  position: absolute;
  width: 485px;
  height: 171px;
  display: flex;
  justify-content: center;
  border-radius: 242.5px / 85.5px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(253, 255, 255, 1) 0%,
    rgba(125, 205, 255, 1) 20%,
    rgba(97, 140, 251, 1) 45%,
    rgba(51, 87, 230, 1) 69%,
    rgba(11, 9, 20, 0) 100%
  );
}

.web .kpi-card {
  transition: transform 0.3s ease;
}

.web .kpi-card:hover {
  transform: translateY(-20px);
}

.web .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.web .information {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0px 120px;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper-11 {
  position: relative;
  width: 794px;
  font-family: var(--h4-med-font-family);
  font-weight: var(--h4-med-font-weight);
  color: var(--bluetexttext);
  font-size: var(--h4-med-font-size);
  text-align: center;
  letter-spacing: var(--h4-med-letter-spacing);
  line-height: var(--h4-med-line-height);
  font-style: var(--h4-med-font-style);
}

.web .footer-2 {
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 120px;
  backdrop-filter: blur(10px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 30px 80px rgba(3, 6, 15, 0.7) !important;
  background: rgba(22, 28, 46, 0.28) !important;
  display: flex;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  flex: 0 0 auto;
}

.web .left-section {
  display: flex;
  flex-direction: column;
  width: 302px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.web .text-logo {
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.web .logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.web .union {
  position: relative;
  width: 30px;
  height: 25px;
  aspect-ratio: 1.19;
}

.web .klippin {
  position: relative;
  width: fit-content;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  color: var(--bluetexttext);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.web .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: var(--caption-reg-font-family);
  font-weight: var(--caption-reg-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--caption-reg-font-size);
  letter-spacing: var(--caption-reg-letter-spacing);
  line-height: var(--caption-reg-line-height);
  font-style: var(--caption-reg-font-style);
}

.web .social-networks {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.web .social-networks .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(213, 223, 255, 0.7);
  transition: color 0.25s ease, background 0.25s ease;
  text-decoration: none;
}

.web .social-networks .social-link:hover {
  color: #89C4FF;
  background: rgba(137, 196, 255, 0.15);
}

.web .links {
  display: inline-flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.web .quick-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--body-semi-font-family);
  font-weight: var(--body-semi-font-weight);
  color: var(--bluetexttext);
  font-size: var(--body-semi-font-size);
  letter-spacing: var(--body-semi-letter-spacing);
  line-height: var(--body-semi-line-height);
  font-style: var(--body-semi-font-style);
}

.web .buttons-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--body-med-font-family);
  font-weight: var(--body-med-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--body-med-font-size);
  letter-spacing: var(--body-med-letter-spacing);
  line-height: var(--body-med-line-height);
  font-style: var(--body-med-font-style);
}

.web .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-med-font-family);
  font-weight: var(--body-med-font-weight);
  color: var(--bluetextsecondary-text);
  font-size: var(--body-med-font-size);
  letter-spacing: var(--body-med-letter-spacing);
  line-height: var(--body-med-line-height);
  font-style: var(--body-med-font-style);
}

.web .navigation {
  display: flex;
  width: 1200px;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  border-radius: 18px;
  backdrop-filter: blur(20px) brightness(100%) saturate(120%);
  -webkit-backdrop-filter: blur(20px) brightness(100%) saturate(120%);
  border: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 4px 24px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(255, 255, 255, 0.2);
  background: radial-gradient(
    50% 50% at 74% 50%,
    rgba(28, 41, 59, 0.3) 0%,
    rgba(53, 70, 96, 0.1) 100%
  );
}

.web .navigation::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 18px;
  background: linear-gradient(
    144deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none;
}

.web .navbar {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  z-index: 1;
}

.web .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-med-font-family);
  font-weight: var(--body-med-font-weight);
  color: var(--bluetexttext);
  font-size: var(--body-med-font-size);
  text-align: center;
  letter-spacing: var(--body-med-letter-spacing);
  line-height: var(--body-med-line-height);
  white-space: nowrap;
  font-style: var(--body-med-font-style);
}
/* INJECT ORIGINAL CSS CODE HERE */

/* Refactored CSS - Additional styles for semantic improvements */

.nav-button--primary {
  border: 1.5px solid;
  border-color: var(--bluemainprimary-stroke);
  background: linear-gradient(
    360deg,
    rgba(100, 139, 238, 1) 0%,
    rgba(51, 87, 230, 1) 100%
  );
}

.navbar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  display: inline;
}

.text-wrapper-14,
.text-wrapper-15 {
  text-decoration: none;
  display: block;
}

.text-wrapper-14:hover,
.text-wrapper-15:hover,
.text-wrapper-16:hover {
  opacity: 0.8;
}

.nav-button:hover {
  opacity: 0.9;
  cursor: pointer;
}

.nav-button:active {
  transform: scale(0.98);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
}

/* ── Background glow spots ── */
.bg-spots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.bg-spot {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;

}

/* Top-left corner – hero area */
.bg-spot--1 {
  top: -260px;
  left: -185px;
}

/* Top-right – hero area */
.bg-spot--2 {
  top:-60px;
  right: -190px;
}

/* Lower-left – results / cases area */
.bg-spot--4 {
  top: 2550px;
  left: -180px;
}

/* Lower-right – results / cases area */
.bg-spot--5 {
  top: 2550px;
  right: -150px;
}

/* Small bottom-center – contacts area */
.bg-spot--6 {
  top: 4150px;
  left: 28%;
}
