.sc-offer-block, .sc-offer-block * { box-sizing: border-box; }
.sc-offer-block { max-width: 900px; margin: 16px auto 34px; font-family: Arial, sans-serif; color: #171717; }
.sc-support { background: #8f0661; padding: 12px 14px 15px; text-align: center; }
.sc-support__title { margin: 0 0 10px; color: #fff; font-size: 30px; line-height: 1.1; font-weight: 900; }
.sc-support__logos { display: flex; align-items: center; justify-content: center; gap: 30px; }
.sc-support__logos img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }

/* Door block matches the already-tested Huan landing. */
.door__wrapper { margin-top: 18px; text-align: center; }
.door__title { margin: 0 0 25px; padding: 10px 6px; border-radius: .5em; background: #3a4752; color: #fff; font-size: 22px; line-height: 1.15; font-weight: 700; text-align: center; text-transform: uppercase; }
.door__container { display: flex; justify-content: space-around; align-items: flex-start; padding: 0 18px 24px; }
.box__door { position: relative; width: 190px; height: 400px; margin: 0; padding: 0; border: 0; background: #fff; box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919; perspective: 500px; cursor: pointer; }
.box__door:disabled { cursor: default; }
.box__door .door, .box__door .hi { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.box__door .door { z-index: 2; background: url("../images/door.png") no-repeat 0 0 / 100% 100%; transform: rotateY(0deg); transform-origin: 0 0; transition: all .75s ease; }
.box__door #door__2 { background-image: url("../images/door2.png"); }
.box__door #door__3 { background-image: url("../images/door3.png"); }
.box__door:not(:disabled):hover .door { transform: rotateY(-30deg); }
.box__door .door.open { transform: rotateY(-85deg); }
.door__sales { position: absolute; top: 50%; left: 50%; width: 85%; min-width: 70px; padding: 30px 5px; border-radius: 30px; color: red; font-size: 55px; line-height: 57px; font-weight: 700; box-shadow: 0 1px 2px 2px #7f7878; transform: translate(-50%, -50%); }

.sc-game-dialog { position: fixed; z-index: 100000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.66); }
.sc-game-dialog[hidden], .sc-order-card[hidden], .door__wrapper[hidden] { display: none !important; }
.sc-game-dialog__box { width: min(94vw, 500px); padding: 34px 24px 26px; border-radius: 16px; background: #fff; box-shadow: 0 14px 50px rgba(0,0,0,.38); text-align: center; }
.sc-game-dialog__check { width: 96px; height: 96px; margin: -78px auto 22px; border-radius: 50%; background: #70c83b; color: #fff; font-size: 70px; line-height: 96px; }
.sc-game-dialog__box h3 { margin: 0 0 12px; font-size: 31px; line-height: 1.16; }
.sc-game-dialog__box p { margin: 0 0 22px; color: #d00; font-size: 27px; font-weight: 900; }
.sc-game-dialog__button { width: 100%; border: 0; border-radius: 9px; padding: 12px; background: #70c83b; color: #fff; font-size: 28px; font-weight: 900; cursor: pointer; }

.sc-order-card { max-width: 760px; margin: 0 auto; padding: 16px 18px 26px; background: #fff; text-align: center; }
.sc-order-card__product { display: block; width: min(100%, 390px); height: auto; margin: 0 auto 2px; }
.sc-order-card__content { max-width: 560px; margin: 0 auto; }
.sc-order-card h3 { margin: 0 0 4px; font-size: 22px; line-height: 1.2; }
.sc-order-card__timer { margin: 0 0 15px; color: red; font-size: 25px; font-weight: 900; }
.sc-affstar-form { max-width: 360px; margin: 0 auto; }
.sc-affstar-form input { display: block; width: 100%; height: 58px; margin: 0 0 12px; padding: 0 15px; border: 1px solid #a4a4a4; border-radius: 0; background: #fff; color: #222; font-size: 18px; }
.sc-affstar-form button { width: 100%; min-height: 56px; border: 0; border-radius: 4px; padding: 10px; background: #e80000; color: #fff; font-size: 19px; font-weight: 900; text-transform: uppercase; cursor: pointer; box-shadow: 0 4px 0 #9e0000; }
.sc-order-card__legal { max-width: 560px; margin: 20px auto 0; font-size: 14px; line-height: 1.3; }
.sc-form-error { min-height: 22px; margin: -2px 0 9px; color: #c40000; font-size: 15px; font-weight: 700; text-align: left; }

@media (max-width: 700px) {
  .sc-offer-block { margin-top: 8px; }
  .sc-support__title { font-size: 24px; }
  .sc-support__logos { gap: 18px; }
  .sc-support__logos img { width: 70px; height: 70px; }
  .door__wrapper { margin-top: 16px; }
  .door__title { margin-bottom: 16px; font-size: 18px; }
  .door__container { padding: 0 5px 18px; }
  .box__door { width: 95px; height: 200px; }
  .door__sales { width: 65%; min-width: 50px; padding: 20px 3px; font-size: 20px; line-height: 22px; }
  .sc-order-card { padding: 12px 14px 24px; }
  .sc-order-card__product { max-width: 330px; }
  .sc-order-card h3 { font-size: 19px; }
  .sc-game-dialog__box h3 { font-size: 25px; }
  .sc-game-dialog__box p { font-size: 22px; }
}
