.why360 {
  --scroll-shift: 0px;
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 112, 255, 0.13), transparent 22%),
    linear-gradient(180deg, #041022 0%, #030914 42%, #020611 100%);
  color: #f4f8ff;
}

.why360 * {
  box-sizing: border-box;
}

.why360__container {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.why360__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.why360__blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.58;
  will-change: transform;
  transition: transform 0.15s linear;
}

.why360__blur--1 {
  width: 420px;
  height: 420px;
  left: -120px;
  top: 100px;
  background: rgba(32, 116, 255, 0.18);
}

.why360__blur--2 {
  width: 360px;
  height: 360px;
  right: -80px;
  bottom: 60px;
  background: rgba(93, 196, 255, 0.14);
}

.why360__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.why360__grid::before,
.why360__grid::after {
  content: "";
  position: absolute;
  inset: 0;
}

.why360__grid::before {
  background-image:
    linear-gradient(rgba(98, 160, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 160, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 88%);
  transform: translateY(var(--scroll-shift));
}

.why360__grid::after {
  background:
    radial-gradient(circle at 22% 28%, rgba(90, 160, 255, 0.16), transparent 18%),
    radial-gradient(circle at 82% 70%, rgba(90, 160, 255, 0.12), transparent 18%);
  transform: translateY(calc(var(--scroll-shift) * -0.45));
}

.why360__head {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.why360__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 1px solid rgba(154, 196, 255, 0.18);
  background: linear-gradient(135deg, rgba(10, 18, 34, 0.82), rgba(10, 18, 34, 0.46));
  color: #e7f2ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(19, 72, 170, 0.16);
}

.why360__eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #72c8ff, #277bff);
  box-shadow: 0 0 0 6px rgba(50, 128, 255, 0.08), 0 0 18px rgba(82, 170, 255, 0.95);
}

.why360__title {
  margin: 0 auto 18px;
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  max-width: 15ch;
  text-wrap: balance;
}

.why360__title span {
  color: #79caff;
  text-shadow: 0 0 22px rgba(98, 194, 255, 0.18);
}

.why360__subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: #a8bbd9;
  font-size: 16px;
  line-height: 1.7;
}

.why360__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.why360__scene-wrap,
.why360__info {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(154, 196, 255, 0.12);
  background: linear-gradient(180deg, rgba(13, 18, 29, 0.92), rgba(9, 13, 22, 0.72));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
  min-width: 0;
}

.why360__scene-wrap::before,
.why360__info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(42, 113, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.why360__scene {
  position: relative;
  min-height: 760px;
  padding: 28px;
  perspective: 1200px;
}

.why360__rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.why360__rings span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(107, 162, 255, 0.1);
  transform: translate(-50%, -50%);
}

.why360__rings span:nth-child(1) {
  width: 230px;
  height: 230px;
}

.why360__rings span:nth-child(2) {
  width: 430px;
  height: 430px;
  border-style: dashed;
  animation: why360Rotate 28s linear infinite;
}

.why360__rings span:nth-child(3) {
  width: 610px;
  height: 610px;
  opacity: 0.7;
}

.why360__beam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 2px;
  transform-origin: left center;
  opacity: 0.16;
  transition: opacity 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(90deg, rgba(113, 199, 255, 0.78), rgba(113, 199, 255, 0.06));
  box-shadow: 0 0 12px rgba(113, 199, 255, 0.12);
}

.why360__beam--1 {
  transform: translate(0, -1px) rotate(-148deg);
}
.why360__beam--2 {
  transform: translate(0, -1px) rotate(-32deg);
}
.why360__beam--3 {
  transform: translate(0, -1px) rotate(148deg);
}
.why360__beam--4 {
  transform: translate(0, -1px) rotate(32deg);
}

.why360__center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(122, 202, 255, 0.18), rgba(16, 30, 52, 0.92) 56%, rgba(9, 15, 27, 0.98) 100%);
  border: 1px solid rgba(129, 184, 255, 0.18);
  box-shadow:
    inset 0 0 50px rgba(103, 177, 255, 0.09),
    0 0 0 14px rgba(42, 87, 172, 0.06),
    0 30px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why360__center-ring {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(125, 180, 255, 0.14);
}

.why360__center-badge {
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(113, 199, 255, 0.28);
}

.why360__center-label {
  position: relative;
  z-index: 1;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a8bbd9;
}

.why360-card {
  position: absolute;
  width: 280px;
  padding: 22px 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(140, 190, 255, 0.12);
  background: linear-gradient(180deg, rgba(11, 18, 33, 0.88), rgba(7, 12, 22, 0.76));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
  opacity: 0.32;
  transform: scale(0.92) translateY(26px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  z-index: 2;
}

.why360-card.is-visible {
  opacity: 0.82;
  transform: scale(1) translateY(0);
}

.why360-card.is-active {
  opacity: 1;
  border-color: rgba(110, 187, 255, 0.34);
  background: linear-gradient(180deg, rgba(12, 24, 44, 0.96), rgba(7, 14, 28, 0.88));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(94, 182, 255, 0.1) inset,
    0 0 40px rgba(43, 127, 255, 0.14);
  transform: scale(1.04) translateY(0);
}

.why360-card--1 {
  top: 66px;
  left: 46px;
}
.why360-card--2 {
  top: 86px;
  right: 42px;
}
.why360-card--3 {
  bottom: 76px;
  left: 62px;
}
.why360-card--4 {
  bottom: 58px;
  right: 54px;
}

.why360-card__number {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.08em;
  color: rgba(148, 194, 255, 0.82);
}

.why360-card__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.why360-card__text {
  margin: 0;
  color: #a8bbd9;
  font-size: 14px;
  line-height: 1.62;
  max-width: 28ch;
}

.why360__info {
  padding: 28px;
  min-height: 760px;
}

.why360__info-frame {
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(117, 177, 255, 0.14);
  pointer-events: none;
}

.why360__info-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  min-width: 0;
  padding: 8px 4px 6px;
}

.why360__info-kicker {
  margin-bottom: 18px;
  color: rgba(208, 226, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why360__info-number {
  font-size: clamp(90px, 11vw, 170px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 300;
  color: rgba(186, 213, 255, 0.12);
  user-select: none;
  margin-bottom: 4px;
}

.why360__info-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.6vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.why360__info-text {
  margin: 0;
  max-width: 34ch;
  color: #b2c0d8;
  font-size: 16px;
  line-height: 1.8;
}

.why360__info-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.why360__point {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(150, 196, 255, 0.08);
}

.why360__point-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  background: linear-gradient(180deg, #76d5ff, #2c7dff);
  box-shadow: 0 0 14px rgba(118, 213, 255, 0.7);
}

.why360__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.why360__chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(113, 171, 255, 0.12);
  background: rgba(9, 18, 34, 0.54);
  color: #dcecff;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.why360__cta {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why360__cta::after {
  content: "→";
  color: #7acaff;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.why360__cta:hover::after {
  transform: translateX(4px);
}

@keyframes why360Rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .why360__layout {
    grid-template-columns: 1fr;
  }

  .why360__info,
  .why360__scene {
    /* Абсолютные карточки рассчитаны на ~760px; на коротком экране не опускаемся ниже 640px без смены раскладки */
    min-height: clamp(640px, 72svh, 760px);
  }

}

@media (max-width: 860px) {
  .why360 {
    padding: 84px 16px;
  }

  .why360__title {
    font-size: clamp(34px, 10vw, 58px);
  }

  .why360__subtitle {
    font-size: 15px;
  }

  .why360__scene-wrap,
  .why360__info {
    border-radius: 22px;
  }

  .why360__scene,
  .why360__info {
    min-height: auto;
    padding: 18px;
  }

  .why360__scene {
    display: grid;
    gap: 16px;
  }

  .why360__rings,
  .why360__beam {
    display: none;
  }

  .why360__center {
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    width: 100%;
    max-width: 320px;
    height: 220px;
    margin: 0 auto 4px;
  }

  .why360-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    opacity: 1;
    transform: none !important;
  }

  .why360__info-frame {
    inset: 12px;
    border-radius: 18px;
  }

  .why360__info-text {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why360__blur,
  .why360__grid::before,
  .why360__grid::after,
  .why360__center,
  .why360-card,
  .why360__beam {
    transition: none !important;
    animation: none !important;
  }
}
