.home-page-atmosphere {
  position: relative;
}

.home-page-atmosphere .what-we-do-section,
.home-page-atmosphere .service-modes-section,
.home-page-atmosphere .why-work-section {
  position: relative;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

.home-page-atmosphere .what-we-do-section::after {
  content: none;
}

.home-page-atmosphere .what-we-do-section > .container,
.home-page-atmosphere .service-modes-section > .container,
.home-page-atmosphere .why-work-section > .container {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 40px);
  border-radius: 34px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(240, 247, 255, 0.58)),
    rgba(255, 255, 255, 0.48);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.home-page-atmosphere .what-we-do-section > .container::before,
.home-page-atmosphere .service-modes-section > .container::before,
.home-page-atmosphere .why-work-section > .container::before {
  content: "";
  position: absolute;
  width: clamp(260px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.92;
  filter: blur(12px);
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.22), transparent 14%),
    radial-gradient(circle at 48% 46%, rgba(77, 134, 255, 0.28), transparent 42%),
    radial-gradient(circle at 58% 60%, rgba(42, 199, 226, 0.16), transparent 68%);
}

.home-page-atmosphere .what-we-do-section > .container::after,
.home-page-atmosphere .service-modes-section > .container::after,
.home-page-atmosphere .why-work-section > .container::after {
  content: "";
  position: absolute;
  left: 14%;
  right: -12%;
  bottom: -130px;
  height: 280px;
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
  background: radial-gradient(60% 100% at 50% 50%, rgba(42, 199, 226, 0.13), transparent 72%);
}

.home-page-atmosphere .what-we-do-section > .container > *,
.home-page-atmosphere .service-modes-section > .container > *,
.home-page-atmosphere .why-work-section > .container > * {
  position: relative;
  z-index: 1;
}

.home-page-atmosphere .what-we-do-section > .container::before {
  top: -118px;
  right: -54px;
}

.home-page-atmosphere .what-we-do-section > .container::after {
  left: 24%;
  right: -16%;
}

.home-page-atmosphere .service-modes-section > .container::before {
  top: -142px;
  left: -54px;
}

.home-page-atmosphere .service-modes-section > .container::after {
  left: 42%;
  right: -24%;
  background: radial-gradient(60% 100% at 54% 48%, rgba(42, 199, 226, 0.14), transparent 72%);
}

.home-page-atmosphere .why-work-section > .container::before {
  top: -102px;
  right: 5%;
}

.home-page-atmosphere .why-work-section > .container::after {
  left: -12%;
  right: 32%;
  background: radial-gradient(60% 100% at 42% 52%, rgba(77, 134, 255, 0.12), transparent 72%);
}

.home-page-atmosphere .orbit-card,
.home-page-atmosphere .mode-card,
.home-page-atmosphere .kvp-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(244, 248, 255, 0.42)),
    rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-page-atmosphere .orbit-card::before,
.home-page-atmosphere .mode-card::before,
.home-page-atmosphere .kvp-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.32), rgba(25, 183, 223, 0.18), transparent 76%);
  opacity: 0.9;
}

.home-page-atmosphere .orbit-card:hover,
.home-page-atmosphere .mode-card:hover,
.home-page-atmosphere .kvp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow:
    0 26px 52px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(37, 99, 235, 0.04);
}

.home-page-atmosphere .tick-list li::before {
  text-shadow: 0 0 10px rgba(34, 211, 238, 0.18);
}

html[data-bs-theme="dark"] .home-page-atmosphere .what-we-do-section > .container,
html[data-bs-theme="dark"] .home-page-atmosphere .service-modes-section > .container,
html[data-bs-theme="dark"] .home-page-atmosphere .why-work-section > .container {
  border-color: rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 24, 32, 0.92), rgba(11, 16, 23, 0.84)),
    rgba(8, 12, 18, 0.64);
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-bs-theme="dark"] .home-page-atmosphere .what-we-do-section > .container::before,
html[data-bs-theme="dark"] .home-page-atmosphere .service-modes-section > .container::before,
html[data-bs-theme="dark"] .home-page-atmosphere .why-work-section > .container::before {
  opacity: 1;
  filter: blur(16px);
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.14), transparent 14%),
    radial-gradient(circle at 48% 46%, rgba(77, 134, 255, 0.3), transparent 42%),
    radial-gradient(circle at 58% 60%, rgba(42, 199, 226, 0.18), transparent 68%);
}

html[data-bs-theme="dark"] .home-page-atmosphere .what-we-do-section > .container::after,
html[data-bs-theme="dark"] .home-page-atmosphere .service-modes-section > .container::after,
html[data-bs-theme="dark"] .home-page-atmosphere .why-work-section > .container::after {
  background: radial-gradient(60% 100% at 50% 50%, rgba(42, 199, 226, 0.16), transparent 72%);
}

html[data-bs-theme="dark"] .home-page-atmosphere .why-work-section > .container::after {
  background: radial-gradient(60% 100% at 42% 52%, rgba(77, 134, 255, 0.14), transparent 72%);
}

html[data-bs-theme="dark"] .home-page-atmosphere .orbit-card,
html[data-bs-theme="dark"] .home-page-atmosphere .mode-card,
html[data-bs-theme="dark"] .home-page-atmosphere .kvp-card {
  border-color: rgba(148, 163, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(25, 32, 41, 0.92), rgba(14, 19, 27, 0.88)),
    rgba(10, 13, 19, 0.5);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-bs-theme="dark"] .home-page-atmosphere .orbit-card:hover,
html[data-bs-theme="dark"] .home-page-atmosphere .mode-card:hover,
html[data-bs-theme="dark"] .home-page-atmosphere .kvp-card:hover {
  border-color: rgba(77, 134, 255, 0.3);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(77, 134, 255, 0.08);
}

@media (max-width: 991.98px) {
  .home-page-atmosphere .what-we-do-section > .container,
  .home-page-atmosphere .service-modes-section > .container,
  .home-page-atmosphere .why-work-section > .container {
    padding: 28px 24px;
  }

  .home-page-atmosphere .what-we-do-section > .container::before,
  .home-page-atmosphere .service-modes-section > .container::before,
  .home-page-atmosphere .why-work-section > .container::before {
    width: clamp(220px, 38vw, 340px);
  }
}

@media (max-width: 575.98px) {
  .home-page-atmosphere .what-we-do-section > .container,
  .home-page-atmosphere .service-modes-section > .container,
  .home-page-atmosphere .why-work-section > .container {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .home-page-atmosphere .what-we-do-section > .container::before,
  .home-page-atmosphere .service-modes-section > .container::before,
  .home-page-atmosphere .why-work-section > .container::before {
    width: 220px;
    filter: blur(12px);
  }

  .home-page-atmosphere .what-we-do-section > .container::after,
  .home-page-atmosphere .service-modes-section > .container::after,
  .home-page-atmosphere .why-work-section > .container::after {
    left: 8%;
    right: -8%;
    height: 220px;
  }
}
