/* ===== BASE STYLES ===== */
.DD2 {
  background: #000;
  font-family: var(--font);
  color: #fff;
  position: relative;
  overflow-x: hidden;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/bg.jpg") center no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.DD2 picture {
  display: grid;
}

.DD2 img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ===== CONTAINER STYLES ===== */
.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  z-index: 5;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}

@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}

@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}

@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (min-width: 1921px) and (max-width: 1920px) and (min-width: 1600px) and (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .DD2 .common__container {
    max-width: 1600px;
    padding: 25px;
  }
}

/* ===== TYPOGRAPHY STYLES ===== */
.DD2 .common-title {
  font-family: var(--font);
  font-size: 25px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #ffffff;
  background-size: auto 100%;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1600px) {
  .DD2 .common-title {
    font-size: 25px;
  }
}

@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .common-title {
    font-size: 24px;
  }
}

@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .common-title {
    font-size: 20px;
  }
}

@media (min-width: 996px) {
  .DD2 .common-title {
    padding-bottom: 40px;
  }
}

.DD2 .common-title span {
  display: block;
}

.DD2 .common-title strong {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: #ff6ef7 1px solid;
}

.DD2 .common-subtitle {
  color: #ff6ef7;
  font-size: min(max(3.5vw, 24px), 30px);
}

.DD2 .common-subtitle span {
  display: inline-block;
}

.DD2 .common-p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .DD2 .common-p {
    font-size: 18px;
  }
}

@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .common-p {
    font-size: 17px;
  }
}

@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .common-p {
    font-size: 16px;
  }
}

/* ===== BUTTON STYLES ===== */
.DD2 .common-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: #ff6ef7;
  -webkit-box-shadow: 0 0 10px #ff6ef7;
          box-shadow: 0 0 10px #ff6ef7;
  background-size: 100%;
  color: #000;
  font-size: min(max(2vw, 20px), 15px);
  font-family: var(--font);
  width: 100%;
  max-width: 300px;
  transform: skewX(-10deg);
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
  margin: 20px auto;
}

@media (min-width: 996px) {
  .DD2 .common-btn {
    margin-bottom: 0;
    margin: 0 8px;
  }
}

.DD2 .common-btn p {
  position: relative;
  z-index: 10;
}

.DD2 .common-btn::before {
  z-index: 0;
  content: "";
  width: 98%;
  height: 95%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ff6ef7;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.2s;
}

.DD2 .common-btn:hover.common-btn::before {
  border: 3px solid #fff;
  top: 50%;
}

.DD2 .common-btn:hover {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 40px #ffffff;
}

.DD2 .common-btn--xs {
  font-size: 18px;
  height: 60px;
}

/* ===== KV SECTION ===== */
.DD2 .kv {
  position: relative;
  z-index: 5;
  background-size: cover;
}

.DD2 .kv img {
  width: 100%;
}

.DD2 .kv__gameTitle {
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.DD2 .kv__gameTitle img {
  width: 100%;
}

.DD2 .kv__text {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%) perspective( 800px ) rotateY( 20deg );
  width: 100%;
  text-align: center;
}

.DD2 .kv__title {
  text-transform: uppercase;
  font-family: var(--fontA);
  text-align: center;
  font-size: 1.5vw;
  width: 100%;
  color: #eaedea;
  /* text-shadow: 0 0 10px #000; */
}

.DD2 .kv__title-pd {
  color: #ffd742;
  font-size: 5vw;
  text-shadow: -1px -1px 0 #0080c6, 1px -1px 0 #0080c6, -1px 1px 0 #0080c6, 1px 1px 0 #0080c6;
}


.DD2 .kv__title-pd span {
  font-size: 2.1vw;
}

.DD2 .kv__title-game {
  background: linear-gradient(to right, #ffffff00,  #ffffff70, #ffffff00);
  color: #e2edfb;
  font-size: 4vw;
  padding: 2% 0;
  text-shadow: -1px -1px 0 #0080c6, 1px -1px 0 #0080c6, -1px 1px 0 #0080c6, 1px 1px 0 #0080c6;
}

.DD2 .kv__title-price {
  color: #ff1313;
  font-size: 4vw;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  /* text-shadow: #fff 0px 0px 20px; */
}


.DD2 .kv__subtitle {
  background: linear-gradient(to right, #ffffff00,  #2465bba6, #ffffff00);
  text-transform: uppercase;
  font-family: var(--font);
  text-align: center;
  font-size: 3vw;
  color: #eaedea;
  text-shadow: 0 0 10px #000;
  text-shadow: #2465bba6 0px 0px 8px;
  padding: 2% 0;
}

.DD2 .kv__pd {
  position: absolute;
  text-align: center;
  width: 40%;
}

.DD2 .kv__pd-left {
  top: 70%;
  left: 2%;
  text-shadow: 0 0 10px #ffffff;
}

.DD2 .kv__pd-right {
  top: 87%;
  right: 2%;
  text-shadow: 0 0 10px #70ff3b;
}

.DD2 .kv__pd p {
  font-family: var(--font);
  font-size: vw;
  font-weight: bolder;
}

.DD2 .kv__pd-left p {
  transform: rotate( -15deg ) translateX(10%) skewX(-10deg);
  margin-top: -8%;
}

.DD2 .kv__pd-right p {
  transform: rotate( 7deg ) translateX(5%) skewX(-25deg);
  margin-bottom: -59%;
}

.DD2 .kv__logo {
  position: absolute;
  bottom: 2.5%;
  left: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
}

.DD2 .kv__logo img {
  height: 5.5vw; 
  width: auto; 
  object-fit: contain;
  margin-right: 4%;
}

@media (min-width: 996px) {
  .DD2 .kv__gameTitle {
    transform: translate(0%, 0%);
    top: 8%;
    left: 56%;
    width: 15.5%;
  }
  .DD2 .kv__text {
    width: auto;
    top: 47%;
    left: 4%;
    transform: translate(0%, -50%) perspective( 800px ) rotateY( 20deg );
  }
  .DD2 .kv__title-pd {
    font-size: 2.3vw;
  }
  .DD2 .kv__title-pd span {
    font-size: 1.1vw;
  }
  .DD2 .kv__title-game {
    font-size: 1.9vw;
  }
  
  .DD2 .kv__title-price {
    font-size: 2vw;
  }
  .DD2 .kv__subtitle {
    font-size: 1.3vw;
  }
  .DD2 .kv__pd {
    width: 19%;
  }
  .DD2 .kv__pd-left {
    top: 57%;
    left: 32%;
  }
  
  .DD2 .kv__pd-right {
    top: 12%;
    right: 0%;
  }
  .DD2 .kv__pd p {
    font-size: 1.8vw;
  }
  .DD2 .kv__pd-right p {
    transform: rotate( -1deg ) translateX(5%) skewX(-25deg);
    margin-bottom: -6%;
  }
  .DD2 .kv__logo {
    left: 3%;
  }
  .DD2 .kv__logo img {
    height: 3.3vw; 
  }
}



/* ===== INTRO SECTION ===== */
.DD2 .intro {
  position: relative;
  z-index: 3;
  text-align: center;

  padding: 50px 0;
}


@media (min-width: 996px) {
  .intro {
    padding: 100px 0;
  }
}

.DD2 .intro h1.common-title {
  padding: 0;
}

.DD2 .intro h3 {
  font-size: min(max(2.5vw, 17px), 30px);
  padding-bottom: 20px;
  color: #ff6ef7;
  font-weight: bold;
}

.DD2 .intro h3 {
  color: #ff6ef7;
}

.DD2 .intro__imgbox {
  width: 60%;
  margin: 0 auto;
}

.DD2 .intro__date {
  padding-top: 25px;
  font-size: min(max(2vw, 14px), 20px);
  text-shadow: #000 2px 2px 3px;
}

.DD2 .intro__date span {
  display: block;
}

@media (min-width: 996px) {
  .DD2 .intro__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: #ff6ef7 1px solid;
  }
}

@media (min-width: 996px) {
  .DD2 .intro__date:first-child {
    border: none;
  }
}

@media (min-width: 996px) {
  .intro__box {
    display: flex;
    justify-content: center;
    padding: 30px;
  }
  .intro__date {
    flex: 1;
    border-left: #ff6ef7 1px solid;
  }
  .intro__date:first-child {
    border: none;
  }
  .intro__btns {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
}

.DD2 .intro__lmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .DD2 .intro__lmn {
    width: 100%;
  }
}

.DD2 .intro__lmn-item {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .DD2 .intro__lmn-item {
    width: 100%;
  }
}

.DD2 .intro__lmn-td {
  padding: 20px;
  text-align: start;
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.DD2 .intro__lmn-td span {
  font-family: var(--font);
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ff6ef7;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .DD2 .intro__lmn-td span {
    font-size: 18px;
  }
}

@media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .intro__lmn-td span {
    font-size: 17px;
  }
}

@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .intro__lmn-td span {
    font-size: 16px;
  }
  .DD2 .intro__lmn-td {
    font-size: 14px;
  }
}


/* ===== POPUP STYLES ===== */
.DD2 .popup {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: var(--font);
  overflow-y: auto;
  display: none;
}

.DD2 .popup.show {
  display: flex;
  align-items: center;
}

.DD2 .popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/texture_common.png") center center repeat;
  background: none;
  border: 1px solid #ff6ef7;
}

.DD2 .popup__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/line.png") center center repeat-x;
  background: none;
}

.DD2 .popup__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/line.png") center center repeat-x;
  background: none;
}

.DD2 .popup__inner {
  position: relative;
  background: none;
}

.DD2 .popup__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/line-v.png") top center repeat-y;
  background: none;
}

.DD2 .popup__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/line-v.png") top center repeat-y;
  background: none;
}

.DD2 .popup__header {
  padding: 25px;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/line.webp") bottom center repeat-x;
  background: none;
  border-bottom: 1px solid #ff6ef7;
  background: #561e53;
}

.DD2 .popup__header h2 {
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: bold;
  background-color: #f4dda3;
  background: url(https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/site_pattern.png) left center repeat-x;
  background-size: auto 100%;
  background-clip: text;
  color: #ffffff;
  line-height: 1.2;
  filter: drop-shadow(5px 0 10px rgba(193, 145, 17, 0.5));
  text-transform: uppercase;
  text-align: center;
}

.DD2 .popup__body {
  padding: 35px;
  background-color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  max-height: 100vh;
  overflow-y: auto;
}

@media (min-width: 996px) {
  .DD2 .popup__body {
    flex: 0 0 calc(100% - 300px);
    max-height: 100vh;
    overflow-y: auto;
  }
  .DD2 .popup__body::-webkit-scrollbar-thumb {
    background: #ff6ef7;
    border-radius: 20px;
  }
  .DD2 .popup__body::-webkit-scrollbar {
    width: 10px;
    background: #334c56;
  }
}

.DD2 .popup__body::-webkit-scrollbar-thumb {
  background: #ff6ef7;
  border-radius: 20px;
}

.DD2 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: #4b125f;
}

.DD2 .popup__close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/close.png") center center no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.DD2 .popup__close:hover {
  opacity: 1;
}

@media (min-width: 996px) {
  .DD2 .popup__close {
    width: 90px;
    height: 90px;
  }
}

/* ===== REDEEM SECTION ===== */
.DD2 .redeem {
  text-align: center;
}

.DD2 .redeem__step {
  padding-top: 35px;
  padding-bottom: 25px;
}

.DD2 .redeem__step:first-child {
  margin-top: 0;
}

.DD2 .redeem ul {
  padding: 30px;
  font-size: 18px;
  text-align: left;
}

.DD2 .redeem ul li {
  font-size: min(max(1.5vw, 17px), 20px);
  margin: 10px 0;
  list-style-type: disc;
}

.DD2 .redeem ul li a {
  color: #ff6ef7;
}

/* .DD2 .redeem ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/flower_icon.webp") center center no-repeat;
  background-size: cover;
  flex: 0 0 15px;
  margin-right: 8px;
} */

.DD2 .redeem__btn {
  text-align: center;
  padding: 35px 0;
}

.DD2 .redeem__note {
  font-size: 18px;
  color: #999;
  line-height: 1.6;
}

/* ===== TERMS SECTION ===== */
.DD2 .terms {
  font-size: 18px;
  line-height: 1.5;
}

.DD2 .terms h3 {
  padding-bottom: 25px;
}

.DD2 .terms ol li {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style: lower-roman;
}

.DD2 .terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}

.DD2 .terms ul ol li {
  list-style: lower-roman;
}

.DD2 .terms ul li {
  list-style: disc;
  padding: 8px 0;
}

.DD2 .terms ul li ol li {
  list-style: lower-roman;
}

.DD2 .terms ul li span {
  color: #ff6ef7;
}

.DD2 .terms p {
  padding-bottom: 20px;
}

.DD2 .terms a {

  color: #ff6ef7;
  border-bottom: #ff6ef7 1px solid;
}

.DD2 .terms a:hover {
  border: none;
}

/* ===== FOOTER STYLES ===== */
.DD2 .footer {
  font-family: var(--fontB);
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2025/NB/sonic-racing-crossworlds-nb-bundle/images/footer.png") top center no-repeat;
  background-size: cover;
  padding: 50px 25px;
  margin-top: -50px;
}



.DD2 .footer__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.DD2 .note {
  text-align: center;
  font-size: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.DD2 .footer__icons img {
  height: 30px;
  margin: 10px;
}
@media (min-width: 996px) {
    .DD2 .footer {
      padding: 100px 25px;
    }
  }
  
  @media (min-width: 996px) {
    .DD2 .footer {
      padding: 40px 25px;
    }
    .DD2 .footer__icons img {
      height: 40px;
    }
  }