#common-home > .c365-game-promo {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  align-items: center;
  min-height: 286px;
  margin: 18px auto 24px;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(255,205,61,.24), transparent 28%),
    radial-gradient(circle at 70% 118%, rgba(43,120,255,.34), transparent 42%),
    linear-gradient(125deg, rgba(5,28,75,.96), rgba(6,45,112,.9) 56%, rgba(8,26,62,.96));
  box-shadow: 0 28px 70px rgba(4,26,70,.22), inset 0 1px 0 rgba(255,255,255,.36), inset 0 -1px 0 rgba(255,255,255,.1);
}

#common-home > .c365-game-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 48%, rgba(255,255,255,.09) 49%, transparent 63%),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(255,255,255,.026) 77px 78px);
}

.c365-game-promo__copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.c365-game-promo__kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255,210,75,.5);
  border-radius: 999px;
  color: #ffd34e;
  background: rgba(255,196,35,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.c365-game-promo__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.045em;
}

.c365-game-promo__copy > p {
  max-width: 590px;
  margin: 16px 0 22px;
  color: rgba(241,247,255,.78);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.5;
}

.c365-game-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255,243,184,.8);
  border-radius: 18px;
  color: #082c6c !important;
  background: linear-gradient(180deg, rgba(255,230,127,.98), rgba(249,190,38,.98));
  box-shadow: 0 15px 32px rgba(247,184,24,.2), inset 0 1px 0 #fff9db, inset 0 -2px 5px rgba(139,82,0,.16);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.c365-game-promo__button:hover,
.c365-game-promo__button:focus-visible {
  color: #061f4d !important;
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 19px 38px rgba(247,184,24,.3), inset 0 1px 0 #fff;
}

.c365-game-promo__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c365-game-promo__scene {
  position: relative;
  align-self: stretch;
  min-height: 190px;
}

.c365-game-promo__road {
  position: absolute;
  right: -12%;
  bottom: 24px;
  width: 120%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,211,72,.42) 24%, rgba(255,255,255,.8) 70%, transparent);
  box-shadow: 0 10px 30px rgba(62,139,255,.42);
  transform: skewX(-16deg);
}

.c365-game-promo__road::after {
  content: "";
  position: absolute;
  inset: 3px 8% auto 15%;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(8,38,91,.9) 0 28px, transparent 28px 52px);
}

.c365-game-promo__wheel {
  position: absolute;
  right: 14%;
  bottom: 33px;
  width: 150px;
  aspect-ratio: 1;
  border: 17px solid #101722;
  border-radius: 50%;
  background: repeating-conic-gradient(from 7deg, #26303c 0 7deg, #111820 7deg 14deg);
  box-shadow: 0 24px 35px rgba(0,0,0,.38), inset 0 0 0 3px rgba(255,255,255,.18), 0 0 34px rgba(55,131,255,.28);
  animation: c365-wheel-enter 1.1s cubic-bezier(.2,.72,.19,1) both, c365-wheel-float 4.2s 1.15s ease-in-out infinite;
}

.c365-game-promo__rim {
  position: absolute;
  inset: 13px;
  border: 4px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: radial-gradient(circle, #ffd043 0 9%, #173c78 10% 18%, #dfe9f8 19% 24%, #4b6589 25% 31%, #0e2c5c 32% 100%);
  box-shadow: inset 0 0 12px rgba(255,255,255,.5), 0 0 0 2px rgba(0,0,0,.25);
  animation: c365-rim-spin 5s linear infinite;
}

.c365-game-promo__rim i {
  position: absolute;
  left: 48%;
  top: 13%;
  width: 5px;
  height: 37%;
  border-radius: 999px;
  background: linear-gradient(#f8fbff, #6d87ab);
  transform-origin: 50% 100%;
}

.c365-game-promo__rim i:nth-child(2) { transform: rotate(60deg); }
.c365-game-promo__rim i:nth-child(3) { transform: rotate(120deg); }
.c365-game-promo__rim i:nth-child(4) { transform: rotate(180deg); }
.c365-game-promo__rim i:nth-child(5) { transform: rotate(240deg); }
.c365-game-promo__rim i:nth-child(6) { transform: rotate(300deg); }

.c365-game-promo__discount {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 1%;
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  color: #082d6b;
  background: linear-gradient(145deg, #fff4bd, #ffc72f 64%, #df9400);
  box-shadow: 0 15px 34px rgba(255,191,22,.28), inset 0 2px 0 rgba(255,255,255,.76);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(8deg);
  animation: c365-discount-pulse 3.2s ease-in-out infinite;
}

.c365-game-promo__spark {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffd044;
  box-shadow: 0 0 15px #ffd044;
  animation: c365-spark 2.4s ease-in-out infinite;
}

.c365-game-promo__spark--one { right: 48%; bottom: 62px; }
.c365-game-promo__spark--two { right: 8%; bottom: 82px; animation-delay: -.8s; }
.c365-game-promo__spark--three { right: 41%; top: 18px; animation-delay: -1.5s; }

@keyframes c365-wheel-enter {
  from { transform: translateX(190%) rotate(0deg); opacity: 0; }
  to { transform: translateX(0) rotate(-720deg); opacity: 1; }
}

@keyframes c365-wheel-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@keyframes c365-rim-spin { to { transform: rotate(360deg); } }

@keyframes c365-discount-pulse {
  0%, 100% { transform: rotate(8deg) scale(1); }
  50% { transform: rotate(3deg) scale(1.06); }
}

@keyframes c365-spark {
  0%, 100% { opacity: .25; transform: translateY(6px) scale(.7); }
  50% { opacity: 1; transform: translateY(-7px) scale(1); }
}

@media (max-width: 767px) {
  #common-home > .c365-game-promo {
    grid-template-columns: minmax(0, 1fr) 112px;
    min-height: 234px;
    margin: 10px 0 14px;
    padding: 22px 14px 22px 18px;
    border-radius: 25px;
  }
  .c365-game-promo__kicker { margin-bottom: 9px; padding: 5px 9px; font-size: 9px; }
  .c365-game-promo__copy h2 { max-width: 230px; font-size: clamp(27px, 8vw, 36px); }
  .c365-game-promo__copy > p { max-width: 245px; margin: 10px 0 15px; font-size: 13px; line-height: 1.38; }
  .c365-game-promo__button { min-height: 46px; padding: 0 14px; border-radius: 15px; font-size: 12px; }
  .c365-game-promo__button svg { width: 18px; height: 18px; }
  .c365-game-promo__scene { min-height: 170px; }
  .c365-game-promo__wheel { right: -24px; bottom: 34px; width: 106px; border-width: 12px; }
  .c365-game-promo__rim { inset: 9px; }
  .c365-game-promo__discount { top: 6px; right: -10px; width: 67px; font-size: 19px; }
  .c365-game-promo__road { right: -35%; bottom: 25px; width: 160%; }
  .c365-game-promo__spark--one { right: 68%; }
}

@media (prefers-reduced-motion: reduce) {
  .c365-game-promo__wheel,
  .c365-game-promo__rim,
  .c365-game-promo__discount,
  .c365-game-promo__spark {
    animation: none !important;
  }
}
