/* ===========================
   ROE CROSSOVER EVENT - CSS
   =========================== */

:root {
  --sky-blue: #29b6f6;
  --sky-deep: #0288d1;
  --gold: #f5c842;
  --gold-dark: #c8960a;
  --gold-light: #ffe082;
  --navy: #1a237e;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kanit", "Noto Sans Thai", sans-serif;
  color: var(--white);
  overflow-x: hidden;
  position: relative;
  background: #5bcbf5;
}

/* ========== FULL PAGE BG (bg-all ยาวทั้งหน้า fixed) ========== */
.page-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* ========== NAVBAR ========== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease;
}
.navbar.scrolled {
  background: rgba(8, 25, 95, 0.97);
  border-bottom: 2px solid rgba(245, 200, 66, 0.45);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
/*
.navbar {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}
.navbar.scrolled {
  background: rgba(8, 25, 95, 0.97);
  border-bottom: 2px solid rgba(245, 200, 66, 0.45);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}
*/
/*
.navbar.nav-hidden {
  transform: translateY(-100%);
}
*/

.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lang-switcher {
  display: block;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(245, 200, 66, 0.4);
  border-radius: 20px;
  padding: 4px 12px;
  text-align: center;
}
.lang-btn {
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 4px;
  transition: color 0.2s;
  letter-spacing: 0.5px;
}
.lang-btn:hover,
.lang-btn.active {
  color: var(--gold);
}
.lang-btn.active {
  text-shadow: 0 0 8px rgba(245, 200, 66, 0.7);
}
.lang-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social-icon {
  background: url(../images/bg-btn-small.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  color: rgb(255, 255, 255);
  padding: 10px;
  display: flex;
  align-items: center;
  transition:
    color 0.2s,
    transform 0.2s;
}
.social-icon:hover {
  color: var(--gold-dark);
  transform: scale(1.2);
}

.btn-logout,
.btn-login-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  padding: 0;
  /*background: radial-gradient(circle at 40% 35%, #6ab0f5, #2255cc 60%, #0d2a7a);*/
  /*border: 2px solid #111;*/
  /*
  box-shadow:
    inset 0 3px 6px rgba(255, 255, 255, 0.35),
    inset 0 -3px 6px rgba(0, 0, 0, 0.5),
    0 2px 6px rgba(0, 0, 0, 0.4);
    */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    filter 0.2s,
    transform 0.2s;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /*overflow: hidden;*/
  padding-top: 70px;
}

/* ตัวละครเต็มจอ อยู่ bottom absolute */
.hero-characters {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  animation: charsFloat 5s ease-in-out infinite;
}
.hero-characters img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: bottom center;
}

/* โลโก้อยู่กลาง นิ่ง ไม่ขยับ */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.hero-logo-wrap {
  /* ไม่มี animation ลอย — นิ่ง */
}
.hero-game-logo {
  width: clamp(180px, 35vw, 300px);
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.55));
}

/* crossover glow pulse */
.hero-crossover-wrap {
  animation: glowPulse 2.5s ease-in-out infinite;
}
.hero-crossover-img {
  width: clamp(220px, 52vw, 600px);
  height: auto;
  filter: drop-shadow(0 0 10px rgba(60, 100, 255, 0.9)) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.65));
}

.hero-date {
  font-family: "Kanit", sans-serif;
  font-size: clamp(16px, 3.5vw, 24px);
  font-weight: 700;
  color: #fff;
  text-shadow:
    0 0 20px rgba(60, 160, 255, 0.9),
    2px 2px 0 var(--navy),
    -1px -1px 0 var(--navy);
  margin: 2rem auto;
}
.bg-hero-date {
  background: linear-gradient(
    to right,
    rgba(20, 10, 60, 0.05) 0%,
    rgba(40, 20, 100, 0.6) 20%,
    rgba(60, 30, 120, 0.95) 40%,
    rgba(60, 30, 120, 0.95) 60%,
    rgba(40, 20, 100, 0.6) 80%,
    rgba(20, 10, 60, 0.05) 100%
  );

  padding: 15px;
  width: 100%;
  letter-spacing: 2px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
}
.dl-btn {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: auto;
  transition: all 0.25s;
}
.dl-btn small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
}
.dl-btn:hover {
  border-color: var(--gold);
  /*background: rgba(0, 0, 0, 0.82);*/
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 200, 66, 0.4);
}

/* ========== REWARDS SECTION ========== */
.rewards-section {
  position: relative;
  /* พื้นขาวโค้งตามดีไซน์ */
  /*background: rgba(220, 238, 252, 0.92);*/
  padding: 0 20px 60px;
  overflow: visible;
  margin-top: 15vh; /* ดันลงมาใต้ hero characters */
}

/* คลื่นโค้งด้านบน */
/*
.rewards-wave-top {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  height: 72px;
  overflow: hidden;
}
.rewards-wave-top svg {
  display: block;
  width: 100%;
  height: 100%;
}
*/

.rewards-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
}

.section-title {
  font-family: "Oswald", "Kanit", sans-serif;
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 800;
  text-align: center;
  color: var(--navy);
  margin-bottom: 36px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(245, 200, 66, 0.7);
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--gold), var(--sky-blue));
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ===== REWARD CARDS ===== */
.rewards-cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: nowrap;
}

/* Card uses Group11.png as full mockup image */
.rewards-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.reward-card {
  width: clamp(120px, 15vw, 250px);
  cursor: pointer;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reward-card:nth-child(1) {
  margin-top: 0px;
}
.reward-card:nth-child(2) {
  margin-top: 40px;
}
.reward-card:nth-child(3) {
  margin-top: 80px;
}
.reward-card:nth-child(4) {
  margin-top: 40px;
}
.reward-card:nth-child(5) {
  margin-top: 0px;
}

/*
.reward-card:nth-child(1):hover {
  transform: translateY(48px);
}
.reward-card:nth-child(2):hover {
  transform: translateY(18px);
}
.reward-card:nth-child(3):hover {
  transform: translateY(22px);
}
.reward-card:nth-child(4):hover {
  transform: translateY(18px);
}
.reward-card:nth-child(5):hover {
  transform: translateY(48px);
}
*/
/*
.reward-card--featured {
  width: clamp(135px, 17vw, 205px);
}
.reward-card--center {
  width: clamp(150px, 19vw, 225px);
  transform: translateY(-20px);
}
.reward-card--center:hover {
  transform: translateY(-34px) scale(1.04);
}
*/

.reward-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}

/* Group11 = card mockup image เต็มๆ */
.card-mockup {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 50, 150, 0.35));
}

/* Overlay game name บนวงกลมของ Group11 */
.card-overlay {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  pointer-events: none;
}
.card-game-name {
  font-family: "Kanit", sans-serif;
  font-size: clamp(8px, 1.4vw, 12px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.9),
    0 0 8px rgba(0, 50, 200, 0.8);
  letter-spacing: 0.3px;
}
.card-game-url {
  font-size: clamp(6px, 0.9vw, 8px);
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}
.box-rewards {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  padding: 6px 26px;
}
.box-rewards > img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
/* Gold bar ที่ด้านล่าง card (ทับบน Group11 ตรง bar เดิม) */
.card-gold-bar {
  position: absolute;
  max-width: 150px;
  bottom: 13%;
  left: 8%;
  right: 8%;
  padding: 15px 8px;
  /*
  background: linear-gradient(to right, #a06800, var(--gold), var(--gold-light), var(--gold), #a06800);
  border-radius: 5px;
  */
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: clamp(9px, 1.3vw, 16px);
  font-weight: 500;
  color: var(--navy);
  /*
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.45),
    0 3px 10px rgba(0, 0, 0, 0.3);
    */
  transition: filter 0.2s;

  background-image: url(../images/btn-seedetail.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}
.card-gold-bar:hover {
  filter: brightness(1.18);
}

/* ========== ACTIVITY SECTION ========== */
.activity-section {
  position: relative;
  /*background: linear-gradient(to bottom, rgba(30, 120, 200, 0.55), rgba(10, 60, 140, 0.7));*/
  padding: 100px 20px 80px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .activity-section {
    background: linear-gradient(to bottom, rgba(30, 120, 200, 0.55), rgba(10, 60, 140, 0.7));
  }
}

.activity-deco {
  position: absolute;
  top: 50px;
  z-index: 1;
  pointer-events: none;
  animation: floatY 3.2s ease-in-out infinite;
}
.activity-deco--left {
  left: clamp(10px, 3vw, 40px);
  background-image: url(../images/poring-l.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*animation: floatY 3.2s ease-in-out infinite;*/
}
.activity-deco--right {
  right: clamp(10px, 3vw, 40px);
  background-image: url(../images/poring-r.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: floatY 3.2s ease-in-out infinite;
}
.slime-bubble {
  width: clamp(50px, 6vw, 80px);
  height: clamp(50px, 6vw, 80px);

  /*
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 200, 200, 0.95), rgba(255, 120, 120, 0.75));
  box-shadow: 0 4px 16px rgba(255, 100, 100, 0.35);
  */
}
.activity-deco--right .slime-bubble {
  animation-delay: 1.4s;
}

.activity-container {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.activity-headline {
  font-family: "Kanit", sans-serif;
  font-size: clamp(20px, 1.8vw, 44px);
  font-weight: 900;
  background: linear-gradient(to bottom, #ffffff 0%, #7eb8ff 40%, #2255cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  paint-order: stroke fill;
  -webkit-text-stroke: 6px #1a237e;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
.activity-headline {
  position: relative;
  font-family: "Kanit", sans-serif;
  font-size: clamp(20px, 1.8vw, 44px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-shadow: none;
  letter-spacing: 1px;
}

.activity-headline::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #6aaaff 45%, #1a3ab8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 0px transparent;
}

.activity-desc {
  font-family: "Kanit", "Noto Sans Thai", sans-serif;
  font-size: clamp(18px, 1vw, 15px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.9;
  margin-bottom: 36px;
  max-width: 720px;
  margin-inline: auto;
}

/* Table box */
.points-table-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.table-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

.table-content {
  position: relative;
  z-index: 1;
  padding: 40px 36px 50px;
}

/* ปุ่ม login ใช้รูป btn-login.png */
.login-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: 200px;
}

.login-btn img {
  width: 220px;
  height: auto;
  display: block;
}

.login-btn span {
  position: absolute;
  font-family: "Oswald", "Kanit", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #3b2000;
  letter-spacing: 3px;
  pointer-events: none;
}

.login-btn:hover img {
  filter: brightness(1.12);
}
.login-btn:hover {
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .rewards-container {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .rewards-container {
    padding-top: 0;
  }
  .table-content {
    padding: 28px 20px 38px;
  }
  .login-btn img {
    width: 180px;
  }
  .login-btn span {
    font-size: 18px;
  }
  .points-table {
    min-width: 500px !important;
  }
}

@media (max-width: 480px) {
  .table-content {
    padding: 20px 12px 28px;
  }
  .login-btn img {
    width: 150px;
  }
  .login-btn span {
    font-size: 15px;
  }
  .points-table {
    min-width: 200px !important;
  }
}
.points-table-title {
  font-family: "Kanit", sans-serif;
  font-size: clamp(16px, 2.5vw, 21px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.points-table {
  border: solid 4px rgb(255, 228, 128);
  /*width: 100%;*/
  margin: 0 auto;
  border-collapse: collapse;
  min-width: 630px;
}
.points-table thead th {
  background: linear-gradient(to right, #b88a00, var(--gold), #b88a00);
  color: var(--navy);
  font-family: "Kanit", sans-serif;
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 800;
  padding: 11px 16px;
  text-align: center;
}
.points-table thead th:last-child {
  text-align: center;
  width: 120px;
}
.points-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s;
}
.points-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}
.points-table tbody td {
  padding: 9px 16px;
  font-family: "Kanit", "Noto Sans Thai", sans-serif;
  font-size: clamp(12px, 1.7vw, 14px);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}
.points-table tbody td.pts {
  text-align: center;
  font-weight: 600;
  font-size: clamp(13px, 1.9vw, 15px);
  color: var(--gold);
}

.points-table tbody td:first-child {
  background: rgb(255, 255, 255);
  color: #000000;
  text-align: left;
}

.points-table tbody td.pts {
  background: rgb(255, 228, 128);
  color: #000000;
}

.points-table thead th:first-child {
  background: rgb(255, 228, 128);
  color: #000000;
}

.points-table thead th:last-child {
  background: rgb(255, 228, 128);
  color: #1a237e;
}

.login-wrap {
  margin-top: 28px;
  text-align: center;
}
.login-btn {
  padding: 32px 56px;
  background: url(../images/btn-login.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;

  /*
  background: linear-gradient(
    to right,
    var(--gold-dark),
    var(--gold),
    var(--gold-light),
    var(--gold),
    var(--gold-dark)
  );
  */
  color: var(--navy);
  font-family: "Oswald", "Kanit", sans-serif;
  font-size: clamp(18px, 2.8vw, 24px);
  font-weight: 800;
  text-decoration: none;
  /*border-radius: 50px;*/
  letter-spacing: 3px;
  /*
  box-shadow:
    inset 0 3px 6px rgba(255, 255, 255, 0.5),
    0 8px 24px rgba(200, 150, 10, 0.5);
    */
  transition: all 0.25s;
  text-transform: lowercase;
}
.login-btn:hover {
  transform: translateY(-3px) scale(1.03);
}

/* ========== FOOTER ========== */
.footer {
  background: #090e1f;
  padding: 36px 20px;
  text-align: center;
}
.footer-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.footer-social {
  display: flex;
  gap: 16px;
}
.footer-icon {
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  transition:
    color 0.2s,
    transform 0.2s;
}
.footer-icon:hover {
  color: var(--gold);
  transform: scale(1.2);
}
.footer-brand {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}
.footer-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-divider {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.footer-copy {
  font-family: "Kanit", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.7;
}

/* ========== ANIMATIONS ========== */
@keyframes charsFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-18px);
  }
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes glowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 18px rgba(50, 100, 255, 0.8)) drop-shadow(0 4px 14px rgba(0, 0, 0, 0.65));
  }
  50% {
    filter: drop-shadow(0 0 38px rgba(80, 140, 255, 1)) drop-shadow(0 0 55px rgba(100, 160, 255, 0.5))
      drop-shadow(0 4px 14px rgba(0, 0, 0, 0.65));
  }
}

/* fade in on scroll */
.fade-in-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* card ripple */
.card-ripple {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(245, 200, 66, 0.35) 0%, transparent 70%);
  border-radius: 12px;
  animation: rippleAnim 0.55s ease forwards;
  pointer-events: none;
}
@keyframes rippleAnim {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .navbar-inner {
    padding: 8px 14px;
  }
  .nav-logo img {
    height: 36px;
  }
  .nav-right {
    gap: 10px;
    display: grid;
  }
  .lang-switcher {
    padding: 3px 8px;
  }
  .lang-btn {
    font-size: 11px;
  }

  .rewards-section {
    margin-top: 10vh;
  }
  .rewards-cards {
    gap: 6px;
    flex-wrap: wrap;
  }
  .reward-card {
    width: clamp(90px, 26vw, 140px);
  }
  .reward-card--featured {
    width: clamp(100px, 28vw, 155px);
  }
  .reward-card--center {
    width: clamp(110px, 30vw, 170px);
    transform: translateY(-14px);
  }

  /* Tablet */
  @media (max-width: 768px) {
    .rewards-cards {
      gap: 6px;
    }
    .reward-card {
      width: clamp(90px, 17vw, 130px);
    }

    .reward-card:nth-child(1) {
      margin-top: 40px;
    }
    .reward-card:nth-child(2) {
      margin-top: 20px;
    }
    .reward-card:nth-child(3) {
      margin-top: 0px;
    }
    .reward-card:nth-child(4) {
      margin-top: 20px;
    }
    .reward-card:nth-child(5) {
      margin-top: 40px;
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .rewards-cards {
      gap: 4px;
      padding: 0 8px;
    }
    .reward-card {
      width: clamp(58px, 18vw, 90px);
    }

    .reward-card:nth-child(1) {
      margin-top: 28px;
    }
    .reward-card:nth-child(2) {
      margin-top: 14px;
    }
    .reward-card:nth-child(3) {
      margin-top: 0px;
    }
    .reward-card:nth-child(4) {
      margin-top: 14px;
    }
    .reward-card:nth-child(5) {
      margin-top: 28px;
    }

    .reward-card:hover {
      transform: translateY(-6px);
    }
  }
  .activity-deco {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .dl-btn {
    max-width: 150px;
    justify-content: center;
  }

  .rewards-section {
    margin-top: 0;
  }
  .rewards-cards {
    gap: 4px;
  }
  .reward-card {
    width: calc(33vw - 8px);
    min-width: 80px;
  }
  .reward-card--featured {
    width: calc(33vw - 8px);
    min-width: 86px;
  }
  .reward-card--center {
    width: calc(36vw - 8px);
    min-width: 90px;
    transform: translateY(-10px);
  }

  .points-table-wrap {
    padding: 18px 10px;
  }
  .footer-links {
    flex-direction: column;
    gap: 5px;
  }
  .footer-divider {
    display: none;
  }
}

@media (min-width: 1200px) {
  .rewards-section {
    /*margin-top: 62vh;*/
  }
  .hero-characters img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 720px) {
  .rewards-section {
    margin-top: 15vh;
  }
}

@media (max-width: 480px) {
  .hero-characters {
    display: none;
  }
}
