* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

ul, ol, div {
  margin: 0;
  padding: 0;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html {
  color: #303030;
  font-family: sans-serif;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
}

a {
  color: #17a2b8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.monopoly-live {
  overflow: hidden;
}
@media screen and (width <= 576px) {
  .monopoly-live {
    overflow-x: hidden;
  }
}

.monopoly-live__upper-section {
  background: #2c092d url("images/background-d.jpg") center / cover no-repeat;
  height: 100vh;
}
@media screen and (width <= 576px) {
  .monopoly-live__upper-section {
    background: #2c092d url("images/upper-bg-m.jpg") center / cover no-repeat;
    height: max-content;
    overflow: hidden;
  }
}

.monopoly-live__upper-container {
  max-width: 1920px;
  height: 100%;
  padding: 110px 2% 0;
}
@media screen and (width >= 1280px) and (width <= 1536px) {
  .monopoly-live__upper-container {
    max-width: 1536px;
  }
}
@media screen and (width <= 1024px) {
  .monopoly-live__upper-container {
    max-width: 1024px;
    padding: 110px 2% 50px;
  }
}
@media screen and (width <= 576px) {
  .monopoly-live__upper-container {
    max-width: 100%;
    padding: 90px 0 50px;
    position: relative;
  }
}

.monopoly-live__content-wrapper-desktop {
  gap: 50px;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (width >= 1280px) and (width <= 1536px) {
  .monopoly-live__content-wrapper-desktop {
    gap: 0;
  }
}
@media screen and (width <= 1024px) {
  .monopoly-live__content-wrapper-desktop {
    gap: 0;
    position: relative;
  }
}
@media screen and (width <= 576px) {
  .monopoly-live__content-wrapper-desktop {
    display: none;
  }
}

.monopoly-live__main-imgs {
  justify-content: end;
  align-items: end;
  width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}
@media screen and (width <= 1024px) {
  .monopoly-live__main-imgs {
    width: 100%;
    position: absolute;
  }
}

.monopoly-live__girl {
  z-index: 3;
  width: 100%;
  max-width: 450px;
  position: relative;
  bottom: 0;
}
@media screen and (width >= 1280px) and (width <= 1536px) {
  .monopoly-live__girl {
    max-width: 428px;
  }
}
@media screen and (width <= 1024px) {
  .monopoly-live__girl {
    display: none;
  }
}

.monopoly-live__wheel {
  z-index: 1;
  width: 100%;
  max-width: 1137px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.monopoly-live__wheel:before {
  content: "";
  background: url("images/now-available-d.png") center / cover no-repeat;
  width: 100%;
  max-width: 276px;
  height: 118px;
  position: absolute;
  top: 150px;
  left: 100px;
}
@media screen and (width >= 1280px) and (width <= 1536px) {
  .monopoly-live__wheel {
    max-width: 1020px;
  }
}
@media screen and (width <= 1024px) {
  .monopoly-live__wheel {
    display: none;
  }
}

.monopoly-live__main-text {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}
@media screen and (width <= 1024px) {
  .monopoly-live__main-text {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (width <= 768px) {
  .monopoly-live__main-text {
    margin-top: 0;
  }
}

.monopoly-live__header-d {
  width: 100%;
  max-width: 677px;
  height: auto;
  margin-bottom: 20px;
}

.monopoly-live__button {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}
@media screen and (width <= 1024px) {
  .monopoly-live__button {
    max-width: 350px;
  }
}

.monopoly-live__content-wrapper-mobile {
  display: none;
}
@media screen and (width <= 576px) {
  .monopoly-live__content-wrapper-mobile {
    flex-direction: column;
    display: flex;
  }
}

.monopoly-live__banner {
  margin-bottom: 20px;
  position: relative;
  padding: 10px 0;
  font-size: 2rem;
  font-family: century "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #eb1d24;
  z-index: 2;
}

.monopoly-live__girl-mobile {
  z-index: 2;
  width: 100%;
  height: 200px;
  position: relative;
}

.monopoly-live__dealer-m {
  z-index: 3;
  width: 100%;
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.monopoly-live__main-header {
  z-index: 3;
  position: relative;
}

.monopoly-live__button-m {
  max-width: 220px;
  height: auto;
  margin: -80px auto 0;
  display: block;
}

.monopoly-live__lower-section {
  display: none;
}
@media screen and (width <= 576px) {
  .monopoly-live__lower-section {
    display: block;
    background: #2c092d url("images/lower-bg-m.jpg") center / cover no-repeat;
    height: max-content;
  }
}

.monopoly-live__lower-container {
  padding: 40px 2% 90px;
}

.monopoly-live__subheader-m {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.scroll-down-btn {
  display: none;
}
@media screen and (width <= 576px) {
  .scroll-down-btn {
    z-index: 3;
    cursor: pointer;
    background: #fffc;
    border: none;
    border-radius: 50%;
    padding: 10px;
    transition: transform .3s;
    animation: 1.6s ease-in-out infinite bounceY;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 4px 10px #0000004d;
  }
}

.pulse {
  animation: 1.5s ease-in-out infinite pulse;
}

/* --- ANIMATIONS --- */

/* --- Falling Money --- */
.falling-item {
  z-index: 2;
  pointer-events: none;
  will-change: transform, opacity;
  animation-name: fall;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
}
@media screen and (width <= 576px) {
  .falling-item {
    z-index: 1;
  }
}

.falling-item.cash {
  width: 80px;
}
@media screen and (width <= 576px) {
  .falling-item.cash {
    width: 60px;
  }
}

.falling-item.coin {
  width: 60px;
}
@media screen and (width <= 576px) {
  .falling-item.coin {
    width: 40px;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0)rotate(0);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(100vh)rotate(180deg);
  }
}

/* --- Initial Hidden State --- */
.monopoly-live__girl, .monopoly-live__header-d, .monopoly-live__cta-button, .monopoly-live__wheel:before {
  opacity: 0;
  will-change: transform, opacity;
}

/* --- Girl: Fade-in from the right --- */
.monopoly-live__girl {
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: translateX(40px);
}

.monopoly-live__girl.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* --- Header: Roll in from the right --- */
.monopoly-live__header-d {
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: rotate(15deg)translateX(60px);
}

.monopoly-live__header-d.is-visible {
  opacity: 1;
  transform: rotate(0)translateX(0);
}

/* --- Button: Fade frontward (scale) --- */
.monopoly-live__cta-button {
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: scale(.85);
}

.monopoly-live__cta-button.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* --- Now Available Banner: Stomp Effect (Wheel::before) --- */
.monopoly-live__wheel:before {
  opacity: 0;
  transition: opacity .4s ease-out, transform .4s ease-out;
  transform: translateY(-80px)scale(.8);
}

.monopoly-live__wheel.pseudo-stomp:before {
  opacity: 1;
  transform: translateY(0)scale(1);
}

/* --- Mobile Dealer Slide In --- */
.monopoly-live__dealer-m {
  opacity: 0;
  transition: opacity .8s, transform .8s;
  transform: translateX(50px);
}

.monopoly-live__dealer-m.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* --- Main Header Fade In + Scale --- */
.monopoly-live__main-header {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: scale(.9);
}

.monopoly-live__main-header.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* --- CTA Button on Mobile --- */
.monopoly-live__button-m .monopoly-live__cta-button {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: scale(.85);
}

.monopoly-live__button-m .monopoly-live__cta-button.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* --- Subheader-M: Roll In From Right --- */
.monopoly-live__subheader-m {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: rotate(15deg)translateX(60px);
}

.monopoly-live__subheader-m.is-visible {
  opacity: 1;
  transform: rotate(0)translateX(0);
}

/* --- Banner: Smooth Ribbon Fade In --- */
.monopoly-live__banner {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transform: translateY(10px);
}

.monopoly-live__banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Button Pulse Animations --- */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* --- Scroll Down Button Bounce --- */
@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}