.sr-di-section {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 7.5rem;
  background: transparent !important;
}

.sr-di-section::before,
.sr-di-section::after {
  display: none !important;
}

.sr-di-inner {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
}

.sr-di-header {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.sr-di-eyebrow {
  margin: 0 0 0.9rem;
  color: #3ecf8e;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sr-di-title {
  margin: 0;
  color: #fafafa;
  font-size: clamp(2.15rem, 4.4vw, 4.2rem);
  line-height: 1.04;
  font-weight: 740;
  letter-spacing: -0.035em;
}

.sr-di-title span {
  display: block;
}

.sr-di-copy {
  margin: 1.15rem auto 0;
  max-width: 620px;
  color: #a7afa9;
  font-size: clamp(0.92rem, 1.25vw, 1rem);
  line-height: 1.68;
}

.sr-pillar-stage {
  position: relative;
  width: min(100%, 980px);
  height: 650px;
  margin: 3.25rem auto 0;
  isolation: isolate;
}

.sr-pillar-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38rem;
  height: 38rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(62, 207, 142, 0.055), transparent 64%);
  pointer-events: none;
  z-index: -1;
}

.sr-pyramid {
  position: absolute;
  left: 50%;
  top: 86px;
  z-index: 1;
  width: 720px;
  height: 485px;
  transform: translateX(-50%);
  opacity: 0.74;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.4));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(120deg, rgba(43, 168, 136, 0.3), rgba(62, 207, 142, 0.17) 44%, rgba(64, 122, 184, 0.24)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
}

.sr-pyramid::before {
  content: "";
  position: absolute;
  inset: 1px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.38), transparent 30%);
}

.sr-pyramid::after {
  display: none;
}

.sr-pillar-label {
  position: absolute;
  z-index: 4;
  color: #f3f6f4;
  font-size: clamp(1.15rem, 2vw, 1.62rem);
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

.sr-label-top {
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.sr-label-left {
  left: 20%;
  top: 590px;
  transform: translateX(-50%);
}

.sr-label-right {
  left: 80%;
  top: 590px;
  transform: translateX(-50%);
}

.sr-core-wrap {
  position: absolute;
  left: 50%;
  top: 332px;
  z-index: 5;
  width: 470px;
  height: 470px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}

.sr-core-orb {
  position: relative;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  transform-style: preserve-3d;
}

.sr-core-orb::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 68%, rgba(0, 202, 186, 0.42), transparent 23%),
    radial-gradient(circle at 62% 38%, rgba(62, 207, 142, 0.24), transparent 34%),
    radial-gradient(circle at 54% 50%, rgba(17, 32, 27, 0.92), rgba(8, 13, 12, 0.72) 54%, rgba(5, 8, 8, 0.18) 76%, transparent 82%);
  box-shadow:
    inset 0 0 48px rgba(62, 207, 142, 0.12),
    inset 0 0 110px rgba(0, 0, 0, 0.72),
    0 0 64px rgba(62, 207, 142, 0.09);
}

.sr-core-orb::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 50% 56%, rgba(0, 165, 148, 0.22), rgba(7, 12, 12, 0.72) 62%, rgba(7, 12, 12, 0.1) 100%);
  filter: blur(0.5px);
  opacity: 0.95;
}

.sr-orb-ring {
  position: absolute;
  inset: 50%;
  width: 82%;
  height: 82%;
  border: 2px solid rgba(62, 207, 142, 0.46);
  border-left-color: rgba(0, 194, 255, 0.76);
  border-bottom-color: rgba(0, 194, 255, 0.54);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(var(--sx)) scaleY(var(--sy));
  opacity: calc(var(--alpha) * 0.82);
  animation: srOrbSpin var(--speed) linear infinite;
  box-shadow: 0 0 16px rgba(62, 207, 142, 0.14);
}

.sr-orb-ring:nth-child(1) { --angle: -8deg; --sx: 1; --sy: .72; --alpha: .92; --speed: 13s; }
.sr-orb-ring:nth-child(2) { --angle: 7deg; --sx: .96; --sy: .74; --alpha: .86; --speed: 14s; }
.sr-orb-ring:nth-child(3) { --angle: 22deg; --sx: .92; --sy: .76; --alpha: .8; --speed: 15s; }
.sr-orb-ring:nth-child(4) { --angle: 37deg; --sx: .88; --sy: .78; --alpha: .74; --speed: 16s; }
.sr-orb-ring:nth-child(5) { --angle: 52deg; --sx: .84; --sy: .8; --alpha: .68; --speed: 17s; }
.sr-orb-ring:nth-child(6) { --angle: 67deg; --sx: .8; --sy: .82; --alpha: .62; --speed: 18s; }
.sr-orb-ring:nth-child(7) { --angle: 82deg; --sx: .76; --sy: .84; --alpha: .56; --speed: 19s; }
.sr-orb-ring:nth-child(8) { --angle: 97deg; --sx: .72; --sy: .86; --alpha: .5; --speed: 20s; }
.sr-orb-ring:nth-child(9) { --angle: 112deg; --sx: .68; --sy: .88; --alpha: .44; --speed: 21s; }
.sr-orb-ring:nth-child(10) { --angle: 127deg; --sx: .64; --sy: .9; --alpha: .38; --speed: 22s; }
.sr-orb-ring:nth-child(11) { --angle: 142deg; --sx: .6; --sy: .92; --alpha: .34; --speed: 23s; }
.sr-orb-ring:nth-child(12) { --angle: 157deg; --sx: .56; --sy: .94; --alpha: .3; --speed: 24s; }
.sr-orb-ring:nth-child(13) { --angle: -18deg; --sx: .98; --sy: .7; --alpha: .58; --speed: 14.5s; }
.sr-orb-ring:nth-child(14) { --angle: 2deg; --sx: .94; --sy: .72; --alpha: .52; --speed: 15.5s; }
.sr-orb-ring:nth-child(15) { --angle: 32deg; --sx: .9; --sy: .74; --alpha: .48; --speed: 16.5s; }
.sr-orb-ring:nth-child(16) { --angle: 62deg; --sx: .86; --sy: .78; --alpha: .44; --speed: 17.5s; }
.sr-orb-ring:nth-child(17) { --angle: 92deg; --sx: .82; --sy: .82; --alpha: .4; --speed: 18.5s; }
.sr-orb-ring:nth-child(18) { --angle: 122deg; --sx: .78; --sy: .86; --alpha: .36; --speed: 19.5s; }

@keyframes srOrbSpin {
  0% {
    transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(var(--sx)) scaleY(var(--sy));
  }
  100% {
    transform: translate(-50%, -50%) rotate(calc(var(--angle) + 360deg)) scaleX(var(--sx)) scaleY(var(--sy));
  }
}

.sr-core-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  color: #fafafa;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.72);
}

.sr-pillar-caption {
  max-width: 720px;
  margin: -0.35rem auto 0;
  color: #8a938d;
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: center;
}

.sr-footer-polish {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.008), rgba(255, 255, 255, 0.018));
}

.sr-footer-polish,
.sr-footer-polish * {
  letter-spacing: 0;
}

.sr-footer-polish h4 {
  font-size: 0.8rem !important;
  font-weight: 650 !important;
  color: #f2f4f2 !important;
}

.sr-footer-polish a,
.sr-footer-polish p,
.sr-footer-polish li {
  font-size: 0.82rem !important;
  line-height: 1.65 !important;
}

.sr-footer-polish p,
.sr-footer-polish a {
  color: #8e9691;
}

.sr-footer-polish a:hover {
  color: #f5f7f5;
}

@media (prefers-reduced-motion: reduce) {
  .sr-orb-ring {
    animation: none;
  }
}

@media (max-width: 900px) {
  .sr-pillar-stage {
    height: 570px;
  }

  .sr-core-wrap {
    top: 304px;
    width: 380px;
    height: 380px;
  }

  .sr-core-orb {
    width: 360px;
    height: 360px;
  }

  .sr-pyramid {
    top: 92px;
    width: 560px;
    height: 395px;
  }

  .sr-label-left,
  .sr-label-right {
    top: 512px;
  }
}

@media (max-width: 620px) {
  .sr-di-section {
    padding: 4.75rem 0 5.5rem;
  }

  .sr-di-inner {
    width: min(100% - 2rem, 1200px);
  }

  .sr-pillar-stage {
    height: 520px;
    margin-top: 2.25rem;
  }

  .sr-core-wrap {
    top: 282px;
    width: 320px;
    height: 320px;
  }

  .sr-core-orb {
    width: 305px;
    height: 305px;
  }

  .sr-pyramid {
    width: 430px;
    height: 330px;
    top: 98px;
  }

  .sr-label-top {
    top: 10%;
  }

  .sr-label-left { left: 26%; }
  .sr-label-right { left: 74%; }
}
