.why-participate-luxe {
  position: relative;
  width: 100%;
  padding: 78px 6% 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 35, 127, 0.18), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(21, 155, 222, 0.14), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(184, 59, 247, 0.1), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #fbf7ff 46%, #f7fcff 100%);
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  box-sizing: border-box;
  isolation: isolate;
}

.why-participate-luxe *,
.why-participate-luxe *::before,
.why-participate-luxe *::after {
  box-sizing: border-box;
}

/* animated grid background */
.why-participate-luxe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(99, 35, 127, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 155, 222, 0.075) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.4;
  animation: whyGridMove 18s linear infinite;
  pointer-events: none;
  z-index: -3;
}

/* soft glow */
.why-participate-luxe::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 35, 127, 0.18), transparent 66%);
  filter: blur(8px);
  animation: whyGlowFloat 9s ease-in-out infinite;
  pointer-events: none;
  z-index: -2;
}

@keyframes whyGridMove {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 58px 58px, 58px 58px;
  }
}

@keyframes whyGlowFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-34px, 24px) scale(1.08);
  }
}

/* background graphics */
.why-luxe-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 52%, rgba(99, 35, 127, 0.07), transparent 34%),
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(99, 35, 127, 0.07) 42%,
      rgba(21, 155, 222, 0.06) 55%,
      transparent 72%
    );
}

.why-luxe-bg::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 100px;
  left: -180px;
  top: 190px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(99, 35, 127, 0.12),
    rgba(21, 155, 222, 0.11),
    transparent
  );
  transform: rotate(-18deg);
  filter: blur(4px);
  animation: whyBeamMove 7s ease-in-out infinite;
}

.why-luxe-bg::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -140px;
  bottom: 12%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      transparent 44%,
      rgba(21, 155, 222, 0.12) 45%,
      transparent 60%
    ),
    conic-gradient(
      from 40deg,
      rgba(99, 35, 127, 0.18),
      transparent 28%,
      rgba(21, 155, 222, 0.18),
      transparent 58%,
      rgba(99, 35, 127, 0.12),
      transparent
    );
  mask: radial-gradient(circle, transparent 48%, #000 49%);
  -webkit-mask: radial-gradient(circle, transparent 48%, #000 49%);
  animation: whyOrbitReverse 18s linear infinite;
}

@keyframes whyBeamMove {
  0%,
  100% {
    transform: translateX(0) rotate(-18deg);
    opacity: 0.6;
  }

  50% {
    transform: translateX(80px) rotate(-18deg);
    opacity: 1;
  }
}

@keyframes whyOrbitReverse {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* heading */
.why-luxe-head {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto 46px;
  text-align: center;
}

.why-luxe-head::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: -120px;
  top: -60px;
  border-radius: 50%;
  border: 1.5px solid rgba(99, 35, 127, 0.18);
  background:
    radial-gradient(circle, transparent 52%, rgba(99, 35, 127, 0.07) 53%, transparent 70%),
    conic-gradient(
      from 120deg,
      rgba(99, 35, 127, 0.34),
      transparent 22%,
      rgba(21, 155, 222, 0.34),
      transparent 52%,
      rgba(99, 35, 127, 0.24),
      transparent 78%,
      rgba(21, 155, 222, 0.28)
    );
  mask: radial-gradient(circle, transparent 55%, #000 56%);
  -webkit-mask: radial-gradient(circle, transparent 55%, #000 56%);
  animation: whySpin 16s linear infinite;
  pointer-events: none;
}

.why-luxe-head::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 60px;
  right: -48px;
  top: -28px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, rgba(99, 35, 127, 0.15), rgba(21, 155, 222, 0.12));
  border: 1.5px solid black;
  box-shadow: 0 22px 55px rgba(99, 35, 127, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: rotate(18deg);
  animation: whyGlassFloat 6s ease-in-out infinite;
  pointer-events: none;
}

.why-luxe-head h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.4px;
}



.why-luxe-head p {
  max-width: 760px;
  margin: 14px auto 0;
  color:black;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
}

.why-luxe-head span {
  display: none;
}

@keyframes whyGlassFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(18deg);
  }

  50% {
    transform: translate(-16px, 18px) rotate(30deg);
  }
}

/* clean desktop layout - no overlap */
.why-orbit-layout {
  position: relative;
  z-index: 3;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 60px 34px;
  align-items: center;
}

.why-orbit-layout::before {
  content: "";
  position: absolute;
  inset: 150px 120px;
  border-radius: 46px;
  border: 1px solid rgba(99, 35, 127, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(99, 35, 127, 0.07), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.why-orbit-layout::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 350px;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 34%, transparent 35%),
    conic-gradient(
      from 90deg,
      rgba(99, 35, 127, 0.16),
      transparent 22%,
      rgba(21, 155, 222, 0.14),
      transparent 50%,
      rgba(99, 35, 127, 0.12),
      transparent 75%,
      rgba(21, 155, 222, 0.16)
    );
  border-radius: 50%;
  opacity: 0.72;
  animation: whySpin 28s linear infinite;
  pointer-events: none;
  z-index: -1;
}

/* center area */
.why-center {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  width: 290px;
  height: 290px;
  justify-self: center;
  align-self: center;
  border-radius: 50%;
  display: grid;
  place-items: center;

}

.why-center::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24) 46%, transparent 68%),
    linear-gradient(135deg, rgba(99, 35, 127, 0.12), rgba(21, 155, 222, 0.12));
  border: 1.2px solid black;
  box-shadow:
    0 34px 90px rgba(99, 35, 127, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: whyCenterFloat 6s ease-in-out infinite;
}

@keyframes whyCenterFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.02);
  }
}

.why-center-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid black;
}

.ring-one {
  inset: 0px;
 
  box-shadow:
    0 0 42px rgba(99, 35, 127, 0.18),
    inset 0 0 32px rgba(21, 155, 222, 0.08);
  animation: whySpin 26s linear infinite;
}

.ring-two {
  inset: 28px;
  border-style: dashed;
  border-color: rgba(11, 13, 14, 0.45);
  animation: whySpin 18s linear infinite reverse;
}

.why-center-inner {
  position: relative;
  z-index: 2;
  width: 190px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid rgba(99, 35, 127, 0.22);
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow:
    0 26px 70px rgba(20, 3, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.why-trophy {
  font-size: 96px;
  margin-bottom: 6px;
  filter: drop-shadow(0 12px 18px rgba(99, 35, 127, 0.22));
}

.why-laurel {
  color: #63237f;
  font-size: 24px;
  line-height: 1;
}

/* cards */
.why-benefit {
  position: relative;
  width: 100%;
  min-height: 226px;
  padding: 26px 24px 24px;
  text-align: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1.2px solid black;
  box-shadow:
    0 22px 58px rgba(67, 26, 88, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
}




.why-benefit:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 35, 127, 0.34);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 32px 78px rgba(67, 26, 88, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.why-benefit:hover::before {
  transform: scale(1.18);
}

.why-benefit:hover::after {
  width: 96px;
  height: 42px;
  border-color: rgba(99, 35, 127, 0.32);
}

.benefit-icon {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, #ffffff 0%, #ffffff 28%, #f4e6ff 100%);
  border: 1.4px solid black;
  box-shadow: 0 14px 28px rgba(99, 35, 127, 0.12);
  font-size: 27px;
  transition: 0.35s ease;
}

.benefit-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1.5px dashed rgba(99, 35, 127, 0.28);
  animation: whySpin 8s linear infinite;
}

.why-benefit:hover .benefit-icon {
  transform: translateY(-4px) rotate(4deg);
  border-radius: 50%;
}

.why-benefit:hover .benefit-icon::after {
  border-color: rgba(202, 28, 255, 0.55);
}

.why-benefit strong {
  display: none;
}

.why-benefit h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #080808;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18.5px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.why-benefit span {
  position: relative;
  z-index: 2;
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 13px;
  border-radius: 99px;
  background: linear-gradient(90deg, #63237f, #159bde);
}

.why-benefit p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #000000;
  font-size: 13.2px;
  line-height: 1.56;
  font-weight: 400;
}

/* desktop grid placement */
.why-benefit-1 {
  grid-column: 1;
  grid-row: 1;
}

.why-benefit-2 {
  grid-column: 3;
  grid-row: 1;
}

.why-benefit-3 {
  grid-column: 3;
  grid-row: 2;
}

.why-benefit-4 {
  grid-column: 3;
  grid-row: 3;
}

.why-benefit-5 {
  grid-column: 1;
  grid-row: 3;
}

.why-benefit-6 {
  grid-column: 1;
  grid-row: 2;
}

@keyframes whySpin {
  to {
    transform: rotate(360deg);
  }
}

/* large tablet */
@media (max-width: 1150px) {
  .why-participate-luxe {
    padding: 76px 5% 86px;
  }

  .why-luxe-head {
    margin-bottom: 44px;
  }

  .why-orbit-layout {
    max-width: 900px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .why-orbit-layout::before,
  .why-orbit-layout::after {
    display: none;
  }

  .why-center {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: center;
    width: 280px;
    height: 280px;
    margin-bottom: 12px;
  }

  .why-benefit-1,
  .why-benefit-2,
  .why-benefit-3,
  .why-benefit-4,
  .why-benefit-5,
  .why-benefit-6 {
    grid-column: auto;
    grid-row: auto;
  }

  .why-benefit {
    min-height: 220px;
  }

  .why-benefit:hover {
    transform: translateY(-6px);
  }
}

/* tablet */
@media (max-width: 900px) {
  .why-participate-luxe {
    padding: 68px 24px 78px;
  }

  .why-luxe-head {
    margin-bottom: 38px;
  }

  .why-luxe-head::before {
    width: 190px;
    height: 190px;
    left: -80px;
    top: -70px;
  }

  .why-luxe-head::after {
    width: 70px;
    height: 70px;
    right: -18px;
    top: -28px;
  }

  .why-luxe-head h2 {
    font-size: clamp(30px, 7vw, 40px);
  }

  .why-luxe-head p {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .why-orbit-layout {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .why-center {
    width: 260px;
    height: 260px;
  }

  .why-center-inner {
    width: 180px;
    height: 180px;
  }

  .why-trophy {
    font-size: 78px;
  }

  .why-benefit {
    border-radius: 24px;
    padding: 24px 20px;
    min-height: 215px;
  }

  .why-benefit h4 {
    font-size: 18px;
  }

  .why-benefit p {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* mobile */
@media (max-width: 700px) {
  .why-participate-luxe {
    padding: 60px 16px 70px;
  }

  .why-participate-luxe::after,
  .why-luxe-bg::before,
  .why-luxe-bg::after,
  .why-luxe-head::before,
  .why-luxe-head::after,
  .benefit-icon::after {
    display: none;
  }

  .why-luxe-head {
    margin-bottom: 34px;
  }

  .why-luxe-head h2 {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 20px;
  }

  .why-luxe-head p {
    font-size: 13.8px;
    line-height: 1.62;
  }

  .why-orbit-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-center {
    width: 230px;
    height: 230px;
    margin-bottom: 8px;
  }

  .ring-two {
    inset: 22px;
  }

  .why-center-inner {
    width: 162px;
    height: 162px;
  }

  .why-trophy {
    font-size: 62px;
    margin-bottom: 4px;
  }

  .why-laurel {
    font-size: 22px;
  }

  .why-benefit {
    width: 100%;
    min-height: auto;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .why-benefit:hover {
    transform: none;
  }

  .benefit-icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
    margin-bottom: 14px;
  }

  .why-benefit:hover .benefit-icon {
    transform: none;
    border-radius: 18px;
  }

  .why-benefit h4 {
    font-size: 18px;
  }

  .why-benefit span {
    margin: 12px auto;
  }

  .why-benefit p {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* small mobile */
@media (max-width: 420px) {
  .why-participate-luxe {
    padding: 54px 14px 64px;
  }

  .why-luxe-head h2 {
    font-size: 27px;
  }

  .why-luxe-head p {
    font-size: 13.2px;
  }

  .why-center {
    width: 210px;
    height: 210px;
  }

  .why-center-inner {
    width: 150px;
    height: 150px;
  }

  .why-trophy {
    font-size: 54px;
  }

  .why-benefit {
    padding: 22px 16px;
  }

  .why-benefit h4 {
    font-size: 17px;
  }

  .why-benefit p {
    font-size: 12.8px;
    line-height: 1.52;
  }
}

/* extra small */
@media (max-width: 360px) {
  .why-participate-luxe {
    padding: 50px 12px 58px;
  }

  .why-center {
    width: 195px;
    height: 195px;
  }

  .why-center-inner {
    width: 140px;
    height: 140px;
  }

  .why-trophy {
    font-size: 50px;
  }

  .why-benefit {
    padding: 20px 14px;
  }
}