:root {
  --blue: #2c56d6;
  --blue-soft: #5ca8df;
  --ink: #323842;
  --muted: #6e7885;
  --line: #edf0f4;
  --paper: #ffffff;
  --wash: #f5f9fd;
  --rose: #fff2ef;
  --tan: #caa985;
  --tan-dark: #9a7650;
  --shadow: 0 20px 55px rgba(68, 92, 128, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(96px, 10vw, 128px);
}

[id] {
  scroll-margin-top: clamp(96px, 10vw, 128px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--wash);
  color: var(--ink);
  font-family: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: clamp(76px, 8vw, 104px);
  padding: 18px clamp(20px, 5vw, 58px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(221, 228, 237, .85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  color: var(--blue);
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-main {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.brand-sub {
  margin-top: 5px;
  color: var(--tan-dark);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 800;
  letter-spacing: 4px;
}

.article-date {
  margin: -2px 0 14px;
  color: var(--tan-dark);
  font-size: 13px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  margin-left: auto;
  color: #596676;
  font-weight: 800;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a:hover,
.site-footer a:hover,
.promo-grid a:hover,
.article-card a:hover,
.promo-tabs a:hover,
.promo-entry-strip a:hover {
  color: var(--blue);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(56px, 6vw, 72px);
  min-height: clamp(36px, 4vw, 44px);
  padding: 8px 18px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(50, 56, 66, .12);
}

.login-btn {
  background: linear-gradient(180deg, #56585d, #323338);
}

.signup-btn {
  background: linear-gradient(180deg, #d9bea0, #b99570);
}

.hero {
  position: relative;
  min-height: clamp(330px, 32vw, 430px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(242, 248, 253, .55), rgba(255, 255, 255, .82)),
    #eef6fc;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .72)),
    radial-gradient(circle at 90% 18%, rgba(126, 178, 219, .25), transparent 28%);
}

.impact-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .84) 42%, rgba(255, 255, 255, .08) 74%),
    radial-gradient(circle at 78% 54%, rgba(174, 72, 255, .22), transparent 34%);
}

.ai-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .18) 34%, rgba(255, 255, 255, .08) 74%),
    radial-gradient(circle at 86% 52%, rgba(126, 178, 219, .14), transparent 30%);
}

.ai-slide .hero-copy {
  width: min(510px, 42vw);
  margin-left: clamp(78px, 9vw, 140px);
  margin-right: auto;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  width: min(540px, 44vw);
  min-height: clamp(330px, 32vw, 430px);
  margin-left: auto;
  margin-right: clamp(70px, 11vw, 150px);
  padding: 42px 0 56px;
}

@media (min-width: 641px) {
  .impact-slide:not(.ai-slide) .hero-copy {
    width: min(540px, 43vw);
    margin-left: clamp(78px, 9vw, 140px);
    margin-right: auto;
  }
}

.hero-eyebrow {
  margin: 0 0 4px;
  color: #5e9bc6;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.15;
  font-weight: 1000;
}

.hero h1 {
  margin: 0;
  color: #d1b58d;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 2px 0 #fff, 0 8px 24px rgba(120, 146, 172, .18);
}

.hero h2 {
  margin: 0;
  color: #30343a;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: 0;
  font-style: italic;
  -webkit-text-stroke: 2px #f3d77a;
  text-shadow:
    2px 2px 0 #9f741b,
    0 8px 20px rgba(18, 19, 25, .22);
}

.hero-text {
  width: min(440px, 100%);
  margin: 18px 0 0;
  color: #657382;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
  font-weight: 700;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 24px;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  background: linear-gradient(180deg, #4bb4e8, #2288ce);
  box-shadow: 0 10px 22px rgba(38, 139, 207, .22);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 72px;
  border: 0;
  color: rgba(80, 94, 108, .45);
  font-size: 68px;
  line-height: 1;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-arrow.prev {
  left: 24px;
}

.slider-arrow.next {
  right: 24px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 18px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(84, 95, 108, .25);
  cursor: pointer;
}

.slider-dots .active {
  background: rgba(57, 72, 88, .72);
}

.trust-icon {
  color: #a4b4c6;
  font-size: 22px;
}

.promo-entry-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 64px);
  overflow-x: auto;
  background: #fff;
  border-bottom: 1px solid #e4edf6;
}

.promo-entry-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 118px;
  min-height: 42px;
  padding: 10px 18px;
  color: #566576;
  font-weight: 900;
  border: 1px solid #dfeaf4;
  border-radius: 6px;
  background: linear-gradient(180deg, #fff, #f6f9fd);
}

.promo-entry-strip a.active,
.promo-tabs a.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(180deg, #3c6fe4, #244ebf);
  box-shadow: 0 12px 24px rgba(44, 86, 214, .18);
}

.process,
.promotions,
.platforms,
.articles,
.longform,
.faq,
.lead {
  padding: clamp(56px, 8vw, 86px) clamp(20px, 5vw, 64px);
}

.process {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, .96), rgba(255, 255, 255, .94)),
    radial-gradient(circle at 50% 0, rgba(145, 185, 223, .24), transparent 42%);
}

.promotions {
  background:
    linear-gradient(180deg, #f8fbff, #fff 44%),
    #fff;
}

.articles {
  background:
    linear-gradient(180deg, #f8fbff, #fff);
}

.longform {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  background: #fff;
}

.longform article {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 14px 36px rgba(68, 92, 128, .08);
}

.longform h2 {
  margin: 0 0 16px;
  color: #394452;
  font-size: clamp(24px, 2.4vw, 32px);
}

.longform p {
  margin: 0 0 16px;
  color: #607083;
  font-size: 17px;
  line-height: 1.9;
}

.longform p:last-child {
  margin-bottom: 0;
}

.section-heading {
  width: min(780px, 100%);
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.section-heading h2,
.platforms h2 {
  margin: 0;
  color: #3e4651;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 900;
}

.section-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--tan-dark);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0;
}

.promo-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto 26px;
}

.promo-heading h2 {
  margin: 0;
  color: #34404c;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 1000;
}

.promo-heading p:not(.section-kicker) {
  max-width: 640px;
  margin: 12px 0 0;
  color: #657382;
  font-size: 17px;
  line-height: 1.75;
}

.promo-heading > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 18px;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  background: linear-gradient(180deg, #d2b28b, #a97e54);
  box-shadow: 0 12px 24px rgba(169, 126, 84, .2);
}

.promo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1120px, 100%);
  margin: 0 auto 24px;
}

.promo-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  color: #5a6878;
  font-weight: 900;
  border: 1px solid #dfeaf4;
  border-radius: 6px;
  background: #fff;
}

.promo-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.promo-board.full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-banner {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(210, 221, 234, .9);
  border-radius: 8px;
  background: #263247;
  box-shadow: 0 18px 42px rgba(64, 89, 122, .14);
}

.promo-banner::before,
.promo-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.promo-banner::before {
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .68) 44%, rgba(255, 255, 255, .08)),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .5), transparent 22%);
}

.promo-banner::after {
  right: -54px;
  bottom: -76px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  box-shadow:
    -92px -58px 0 rgba(255, 255, 255, .1),
    -36px -128px 0 rgba(255, 255, 255, .12);
}

.promo-banner.deposit {
  background:
    linear-gradient(135deg, #f8e3bb, #4d7fe6 54%, #19386f);
}

.promo-banner.rebate {
  background:
    linear-gradient(135deg, #dceffc, #4bb4e8 54%, #14508d);
}

.promo-banner.vip {
  background:
    linear-gradient(135deg, #fff0c7, #caa05d 50%, #3a2c55);
}

.promo-banner.limited {
  background:
    linear-gradient(135deg, #ffe2e7, #df6b8a 48%, #522064);
}

.promo-banner.mission {
  background:
    linear-gradient(135deg, #dff6ee, #4ab59d 50%, #1e5b6c);
}

.promo-banner.rescue {
  background:
    linear-gradient(135deg, #eee7ff, #856be4 48%, #263462);
}

.promo-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
}

.promo-content h2,
.promo-content h3 {
  max-width: 520px;
  margin: 12px 0;
  color: #283444;
  font-size: clamp(25px, 2.9vw, 38px);
  line-height: 1.18;
  font-weight: 1000;
}

.promo-content p:not(.promo-tag),
.promo-content li {
  max-width: 470px;
  color: #57677a;
  font-size: 16px;
  line-height: 1.75;
}

.promo-content p:not(.promo-tag) {
  margin: 0 0 14px;
}

.promo-content ul {
  display: grid;
  gap: 5px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.promo-content li::before {
  content: "• ";
  color: var(--tan-dark);
  font-weight: 1000;
}

.promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 118px;
  min-height: 42px;
  padding: 10px 22px;
  color: #fff;
  font-weight: 1000;
  border-radius: 6px;
  background: linear-gradient(180deg, #414958, #222733);
  box-shadow: 0 12px 24px rgba(35, 42, 54, .18);
}

.promo-page {
  padding-top: 34px;
}

.promo-page-hero {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 82% 26%, rgba(166, 74, 232, .13), transparent 28%),
    linear-gradient(135deg, transparent 0 58%, rgba(211, 171, 96, .38) 58.2%, transparent 59% 70%, rgba(211, 171, 96, .24) 70.2%, transparent 71%),
    #fff;
}

.page-tabs {
  position: sticky;
  top: clamp(72px, 8vw, 104px);
  z-index: 10;
  padding: 12px 0;
  background: rgba(248, 251, 255, .92);
  backdrop-filter: blur(12px);
}

.process-grid,
.promo-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.process-grid article,
.promo-grid article,
.article-card {
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-weight: 1000;
  border-radius: 50%;
  background: linear-gradient(180deg, #86c3e9, #4c93cf);
}

.process-grid h3,
.promo-grid h3 {
  margin: 18px 0 10px;
  color: #37404b;
  font-size: 22px;
}

.process-grid p,
.promo-grid p {
  margin: 0;
  color: #697686;
  font-size: 16px;
  line-height: 1.75;
}

.promo-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 252, 255, .96)),
    #fff;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.article-category {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 6px 12px;
  color: #347db7;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  background: #e9f5fc;
}

.article-card h3 {
  margin: 0 0 14px;
  color: #34404c;
  font-size: 21px;
  line-height: 1.45;
}

.article-card p:not(.article-category) {
  margin: 0;
  color: #657382;
  font-size: 16px;
  line-height: 1.8;
}

.article-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue);
  font-weight: 900;
}

.promo-tag {
  display: inline-flex;
  margin: 0;
  padding: 6px 12px;
  color: var(--tan-dark);
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  background: #f8ecdf;
}

.promo-grid a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
}

.platforms {
  text-align: center;
  background: linear-gradient(180deg, #f8fbff, #eef5fb);
}

.faq {
  background:
    radial-gradient(circle at 50% 0, rgba(92, 168, 223, .16), transparent 40%),
    #f6faff;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.faq-list details {
  padding: 20px 24px;
  border: 1px solid #dde9f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(80, 112, 145, .07);
}

.faq-list summary {
  color: #394452;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 14px 0 0;
  color: #657382;
  font-size: 16px;
  line-height: 1.8;
}

.lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(110deg, rgba(44, 86, 214, .95), rgba(58, 154, 213, .9)),
    var(--blue);
  color: #fff;
}

.lead-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .75);
  font-weight: 900;
}

.lead h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
}

.lead p {
  max-width: 680px;
  margin: 12px 0 0;
  line-height: 1.8;
}

.lead-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 140px;
  min-height: 48px;
  padding: 12px 26px;
  color: var(--blue);
  font-weight: 1000;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.platforms ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}

.platforms li {
  min-width: 122px;
  padding: 12px 18px;
  color: #4e5a67;
  font-weight: 900;
  border: 1px solid #dde9f4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(80, 112, 145, .08);
}

.site-footer {
  padding: 34px 22px 44px;
  color: #7a8490;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8eef5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  font-weight: 800;
}

.notice {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  color: #37404b;
  font-weight: 800;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe6f1;
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.notice.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.page-hero {
  padding: clamp(48px, 7vw, 82px) clamp(20px, 5vw, 64px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 82% 26%, rgba(166, 74, 232, .13), transparent 28%),
    linear-gradient(135deg, transparent 0 58%, rgba(211, 171, 96, .38) 58.2%, transparent 59% 70%, rgba(211, 171, 96, .24) 70.2%, transparent 71%),
    #fff;
  border-bottom: 1px solid #dde9f4;
}

.page-hero.article-hero {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 82% 26%, rgba(166, 74, 232, .13), transparent 28%),
    linear-gradient(135deg, transparent 0 58%, rgba(211, 171, 96, .38) 58.2%, transparent 59% 70%, rgba(211, 171, 96, .24) 70.2%, transparent 71%),
    #fff;
}

.page-hero-inner,
.content-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: #6c7a88;
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--blue);
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #34404c;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.18;
  font-weight: 1000;
}

.page-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5f6f80;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.85;
  font-weight: 700;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: #758292;
  font-size: 14px;
  font-weight: 800;
}

.content-section {
  padding: clamp(48px, 7vw, 82px) clamp(20px, 5vw, 64px);
  background: #fff;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.article-body {
  min-width: 0;
}

.article-body h2 {
  margin: 38px 0 14px;
  color: #394452;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.35;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 28px 0 12px;
  color: #3f4b58;
  font-size: 22px;
}

.article-body p,
.article-body li {
  color: #607083;
  font-size: 17px;
  line-height: 1.9;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.comparison-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dfeaf4;
  border-radius: 8px;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  color: #566576;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8eff6;
}

.comparison-table th {
  color: #34404c;
  background: #f4f9fe;
  font-weight: 1000;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.game-hall-tabs {
  position: sticky;
  top: clamp(96px, 10vw, 128px);
  z-index: 6;
  display: flex;
  gap: 10px;
  margin: 28px 0 34px;
  padding: 12px 0;
  overflow-x: auto;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
}

.game-hall-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 18px;
  color: #936b30;
  font-weight: 1000;
  border: 1px solid rgba(211, 171, 96, .42);
  border-radius: 999px;
  background: #fff;
}

.game-category-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px clamp(16px, 5vw, 72px);
  overflow-x: auto;
  border-bottom: 1px solid #e4edf6;
  background: #fff;
  scrollbar-width: none;
}

.game-category-nav::-webkit-scrollbar {
  display: none;
}

.game-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 72px;
  min-height: 42px;
  padding: 9px 20px;
  color: #9a7650;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1;
  border: 1px solid rgba(211, 171, 96, .48);
  border-radius: 999px;
  background: #fff;
}

.game-category-nav a.active {
  color: #30343a;
  border-color: #30343a;
  box-shadow: 0 8px 22px rgba(48, 52, 58, .12);
}

.game-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.game-overview-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(223, 214, 198, .95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(253, 251, 248, .94)),
    radial-gradient(circle at 90% 2%, rgba(166, 74, 232, .09), transparent 34%),
    #fff;
  box-shadow: 0 14px 34px rgba(95, 78, 113, .08);
}

.game-overview-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 171, 96, .34);
  border-radius: 50%;
}

.game-overview-card span,
.game-overview-card strong,
.game-overview-card p {
  position: relative;
  z-index: 1;
}

.game-overview-card span {
  display: block;
  color: #5e9bc6;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.game-overview-card strong {
  display: block;
  margin-top: 8px;
  color: #34404c;
  font-size: 24px;
  line-height: 1.3;
}

.game-overview-card p {
  margin: 14px 0 0;
  color: #607083;
  font-size: 15px;
  line-height: 1.75;
}

.game-hall-section {
  margin: 46px 0 0;
}

.game-hall-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(223, 214, 198, .95);
}

.game-hall-heading p {
  margin: 0;
  color: #5e9bc6;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.game-hall-heading h2 {
  margin: 2px 0 0;
}

.game-hall-heading span {
  flex: 0 0 auto;
  color: #9a7650;
  font-weight: 1000;
}

.game-provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.game-provider-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-provider-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.game-provider-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(223, 214, 198, .95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(253, 251, 248, .94)),
    radial-gradient(circle at 90% 4%, rgba(166, 74, 232, .09), transparent 34%),
    #fff;
  box-shadow: 0 14px 34px rgba(95, 78, 113, .08);
}

.game-provider-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 171, 96, .34);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 76, 255, .09), transparent 62%);
}

.game-provider-card strong,
.game-provider-card span,
.game-provider-card p,
.game-provider-card em {
  position: relative;
  z-index: 1;
}

.game-provider-card strong {
  display: block;
  color: #34404c;
  font-size: 21px;
  line-height: 1.35;
}

.game-provider-card span {
  display: inline-flex;
  margin: 10px 0 12px;
  padding: 5px 10px;
  color: #936b30;
  font-size: 12px;
  font-weight: 1000;
  border: 1px solid rgba(211, 171, 96, .34);
  border-radius: 999px;
  background: rgba(255, 250, 242, .92);
}

.game-provider-card p {
  margin: 0;
  color: #607083;
  font-size: 15px;
  line-height: 1.75;
}

.game-provider-card em {
  display: inline-flex;
  margin-top: 16px;
  color: #2d8c72;
  font-style: normal;
  font-weight: 1000;
}

.game-provider-card.is-maintenance {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 250, 250, .96)),
    #fff;
}

.game-provider-card.is-maintenance em {
  color: #a66f35;
}

.game-visual-section {
  padding-top: 34px;
  padding-bottom: 46px;
  background: #fff;
}

.game-visual-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 28px 26px;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.game-visual-grid .game-provider-card {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.game-visual-grid .game-provider-card::after {
  display: none;
}

.game-visual-link {
  position: relative;
  display: grid;
  grid-template-rows: 190px auto;
  align-items: end;
  min-height: 270px;
  color: #5f6570;
  text-align: center;
  text-decoration: none;
}

.game-intro-button {
  position: absolute;
  right: 8px;
  bottom: 68px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  color: #7a5a31;
  font-size: 13px;
  font-weight: 1000;
  text-decoration: none;
  border: 1px solid rgba(211, 171, 96, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 22px rgba(77, 68, 56, .12);
}

.game-intro-button:hover {
  color: #30343a;
  border-color: #30343a;
}

.game-visual-person {
  display: block;
  align-self: end;
  justify-self: center;
  width: min(220px, 100%);
  max-height: 190px;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .22s ease, filter .22s ease;
}

.game-visual-link:hover .game-visual-person {
  filter: drop-shadow(0 16px 18px rgba(29, 39, 54, .16));
  transform: translateY(-6px) scale(1.08);
}

.game-provider-card.is-image-missing .game-visual-link {
  grid-template-rows: 92px auto;
  min-height: 178px;
}

.game-provider-card.is-image-missing .game-intro-button {
  bottom: 68px;
  right: 50%;
  transform: translateX(50%);
}

.game-visual-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
}

.game-visual-logo {
  width: auto;
  max-width: 76px;
  max-height: 42px;
  object-fit: contain;
}

.game-visual-brand strong {
  display: inline;
  color: #686c72;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}

.game-visual-brand b {
  color: #f0a900;
  font-size: 26px;
  line-height: 1;
}

.modal-open {
  overflow: hidden;
}

.game-intro-modal[hidden] {
  display: none;
}

.game-intro-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
}

.game-intro-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 25, 33, .48);
  backdrop-filter: blur(6px);
}

.game-intro-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 22px;
  width: min(760px, 100%);
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 22, 30, .24);
}

.game-intro-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  min-height: 36px;
  padding: 0;
  color: #34404c;
  font-size: 24px;
  border: 1px solid #e1e8f0;
  border-radius: 999px;
  background: #fff;
}

.game-intro-thumb {
  align-self: end;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  object-position: bottom center;
}

.game-intro-logo {
  width: auto;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
}

.game-intro-category {
  margin: 16px 0 8px;
  color: #b8894e;
  font-size: 13px;
  font-weight: 1000;
}

.game-intro-content h2 {
  margin: 0;
  color: #34404c;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.game-intro-text {
  margin: 14px 0 0;
  color: #607083;
  font-size: 16px;
  line-height: 1.85;
}

.game-detail-hero .page-hero-inner {
  max-width: 1040px;
}

.game-detail-page .content-layout {
  align-items: start;
}

.game-detail-visual {
  display: grid;
  grid-template-columns: minmax(180px, 320px) 1fr;
  align-items: end;
  gap: 24px;
  margin: 0 0 34px;
  padding: 24px;
  border: 1px solid rgba(215, 187, 136, .72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(209, 173, 101, .18), transparent 22%),
    linear-gradient(135deg, #fff 0%, #fbfdff 58%, #fff7ec 100%);
}

.game-detail-character {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  object-position: bottom center;
}

.game-detail-visual figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #7a5a31;
  font-weight: 1000;
}

.game-detail-visual figcaption img {
  width: auto;
  max-width: 140px;
  max-height: 58px;
  object-fit: contain;
}

.game-detail-article a:not(.signup-btn):not(.login-btn) {
  color: #2177b8;
  font-weight: 900;
  text-decoration: none;
}

.game-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.toc,
.side-card,
.callout {
  border: 1px solid #dfeaf4;
  border-radius: 8px;
  background: #f8fbff;
}

.toc,
.side-card {
  padding: 22px;
  box-shadow: 0 12px 28px rgba(80, 112, 145, .08);
}

.sidebar {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 18px;
}

.toc strong,
.side-card strong {
  display: block;
  margin-bottom: 12px;
  color: #34404c;
  font-size: 18px;
}

.toc a,
.side-card a {
  display: block;
  padding: 9px 0;
  color: #516274;
  font-weight: 800;
  border-bottom: 1px solid #e4edf6;
}

.toc a:last-child,
.side-card a:last-child {
  border-bottom: 0;
}

.callout {
  margin: 28px 0;
  padding: 22px;
  background: #fff8f0;
  border-color: #ead8c5;
}

.callout strong {
  display: block;
  margin-bottom: 8px;
  color: #9a7650;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.related-grid a {
  min-height: 132px;
  padding: 22px;
  color: #34404c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(80, 112, 145, .08);
}

.age-note {
  margin-top: 28px;
  padding: 18px 20px;
  color: #6e7885;
  font-size: 15px;
  line-height: 1.8;
  border-top: 1px solid #e6eef6;
}

@media (max-width: 960px) {
  .hero {
    min-height: 380px;
  }

  .hero-art {
    object-position: 18% center;
  }

  .hero-copy {
    width: min(440px, 48vw);
    min-height: 380px;
    margin-right: 56px;
  }

  .process-grid,
  .promo-grid,
  .article-grid,
  .promo-board,
  .promo-board.full {
    grid-template-columns: 1fr;
  }

  .promo-heading {
    align-items: start;
    display: grid;
  }

  .main-nav {
    display: none;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .game-provider-grid,
  .game-provider-grid.compact,
  .game-provider-grid.two,
  .game-overview-grid {
    grid-template-columns: 1fr;
  }

  .game-visual-grid {
    display: flex;
    width: 100%;
    padding: 0 18px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .game-visual-grid .game-provider-card {
    flex: 0 0 178px;
    scroll-snap-align: start;
  }

  .game-visual-link {
    grid-template-rows: 168px auto;
    min-height: 238px;
  }

  .game-intro-dialog {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .game-intro-thumb {
    max-height: 190px;
  }

  .game-detail-visual {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .game-detail-character {
    max-height: 210px;
  }

  .game-detail-visual figcaption {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 88px;
  }

  [id] {
    scroll-margin-top: 88px;
  }

  .site-header {
    min-height: 72px;
    padding: 14px 16px;
  }

  .brand {
    font-size: clamp(20px, 6.2vw, 26px);
  }

  .top-actions {
    gap: 8px;
  }

  .top-actions a {
    min-width: 52px;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 480px;
    background: #eef7fd;
  }

  .hero-art {
    height: 58%;
    object-position: 18% center;
  }

  .hero-slide::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .96) 54%, #fff 100%),
      radial-gradient(circle at 80% 10%, rgba(126, 178, 219, .24), transparent 34%);
  }

  .impact-slide .hero-art {
    height: 100%;
    object-position: 54% center;
  }

  .impact-slide::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .94) 58%, #fff 100%),
      radial-gradient(circle at 76% 18%, rgba(174, 72, 255, .24), transparent 34%);
  }

  .hero-copy {
    align-content: end;
    width: 100%;
    min-height: 480px;
    margin: 0;
    padding: 190px 24px 96px;
    text-align: center;
    justify-items: center;
  }

  .hero-eyebrow {
    font-size: clamp(29px, 9vw, 42px);
  }

  .hero h1 {
    font-size: clamp(35px, 10vw, 50px);
  }

  .hero h2 {
    font-size: clamp(38px, 12vw, 54px);
    -webkit-text-stroke: 1.5px #f3d77a;
  }

  .hero-text {
    font-size: 15px;
  }

  .slider-arrow {
    display: none;
  }

  .slider-dots {
    bottom: 14px;
    gap: 12px;
  }

  .promo-entry-strip {
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .process,
  .promotions,
  .platforms,
  .articles,
  .longform,
  .faq,
  .lead {
    padding-inline: 18px;
  }

  .promo-banner {
    min-height: 360px;
  }

  .promo-content {
    padding: 24px;
  }

  .promo-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .promo-tabs a {
    flex: 0 0 auto;
  }

  .lead {
    display: grid;
    text-align: center;
  }

  .lead-button {
    justify-self: center;
  }

  .comparison-table {
    display: block;
    overflow-x: auto;
  }

  .comparison-table th,
  .comparison-table td {
    min-width: 160px;
  }

  .game-hall-tabs {
    top: 72px;
    margin: 22px 0 28px;
  }

  .game-category-nav {
    justify-content: flex-start;
    gap: 10px;
    padding: 14px;
  }

  .game-category-nav a {
    min-width: 64px;
    min-height: 40px;
    padding: 8px 17px;
    font-size: 15px;
  }

  .game-hall-heading {
    display: grid;
    align-items: start;
  }

  .game-provider-card {
    min-height: 0;
    padding: 20px;
  }
}

.source-promos {
  align-items: stretch;
}

.promo-section-title {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 4px 2px 0;
}

.promo-section-title h2 {
  margin: 0;
  color: #34404c;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 1000;
}

.promo-section-title + .promo-banner {
  margin-top: 0;
}

.promo-banner.source-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  background: #fff;
}

.promo-banner.source-card::before {
  display: none;
}

.promo-banner.source-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  background: #f6f7fb;
  border-bottom: 1px solid rgba(224, 213, 194, .95);
}

.promo-banner.source-card .promo-content {
  min-height: 0;
  padding: clamp(20px, 2.4vw, 28px);
  padding-left: clamp(24px, 3vw, 34px);
  padding-right: clamp(20px, 2.4vw, 28px);
}

.promo-banner.source-card .promo-content h2,
.promo-banner.source-card .promo-content h3,
.promo-banner.source-card .promo-content p:not(.promo-tag),
.promo-banner.source-card .promo-content li {
  max-width: none;
}

.promo-banner.source-card .promo-content h2,
.promo-banner.source-card .promo-content h3 {
  font-size: clamp(22px, 2.3vw, 30px);
}

@media (max-width: 640px) {
  .promo-banner.source-card {
    min-height: 0;
  }

  .promo-banner.source-card img {
    aspect-ratio: 16 / 8.8;
  }

  .promo-banner.source-card .promo-content {
    padding: 20px 20px 22px 24px;
  }
}

@media (max-width: 380px) {
  .site-header {
    gap: 10px;
  }

  .brand {
    font-size: 20px;
  }

  .top-actions a {
    min-width: 48px;
    padding-inline: 10px;
  }

  .hero-copy {
    padding-inline: 18px;
  }

  .platforms ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platforms li {
    min-width: 0;
  }
}

/* Unified MT Live visual system: light canvas, gold lines, purple glow. */
.impact-slide h1 {
  color: #30343a;
  font-size: clamp(48px, 6.2vw, 88px);
  font-style: italic;
  -webkit-text-stroke: 2px #f3d77a;
  text-shadow:
    2px 2px 0 #9f741b,
    0 8px 20px rgba(18, 19, 25, .22);
}

.light-slide h2 {
  color: #d1b58d;
  font-size: clamp(40px, 4.8vw, 68px);
  font-style: normal;
  -webkit-text-stroke: 0;
  text-shadow: 0 2px 0 #fff, 0 8px 24px rgba(120, 146, 172, .18);
}

.ai-slide .hero-eyebrow {
  color: #5d9bc6;
  text-shadow: 0 2px 0 #fff;
}

.ai-slide h2 {
  color: #30343a;
  font-size: clamp(44px, 5.6vw, 76px);
  font-style: italic;
  -webkit-text-stroke: 2px #f2d26d;
  text-shadow:
    2px 2px 0 #9f741b,
    0 8px 20px rgba(18, 19, 25, .18);
}

.ai-slide .hero-text {
  color: #506070;
  text-shadow: 0 1px 0 #fff;
}

.promo-entry-strip {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 78% 42%, rgba(168, 76, 255, .12), transparent 28%);
}

.promo-entry-strip a,
.promo-tabs a {
  background: rgba(255, 255, 255, .84);
}

.promo-entry-strip a.active,
.promo-tabs a.active {
  color: #936b30;
  border-color: rgba(210, 178, 121, .72);
  background: rgba(255, 255, 255, .96);
  box-shadow: inset 0 -3px 0 #d4aa62, 0 10px 22px rgba(120, 92, 55, .08);
}

/* Variation pass: keep the MT Live language without repeating the hero image. */
.page-hero,
.promo-page-hero,
.page-hero.article-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 82% 26%, rgba(166, 74, 232, .13), transparent 28%),
    linear-gradient(135deg, transparent 0 58%, rgba(211, 171, 96, .38) 58.2%, transparent 59% 70%, rgba(211, 171, 96, .24) 70.2%, transparent 71%),
    #fff;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 8vw, 118px);
  top: 50%;
  width: clamp(120px, 18vw, 240px);
  aspect-ratio: 1;
  border: 1px solid rgba(211, 171, 96, .44);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(170, 78, 235, .16), transparent 56%),
    repeating-linear-gradient(135deg, rgba(211, 171, 96, .34) 0 1px, transparent 1px 18px);
  transform: translateY(-50%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.process {
  background:
    linear-gradient(180deg, #fff, #fbfdff),
    radial-gradient(circle at 82% 0, rgba(166, 74, 232, .1), transparent 32%);
}

.process-grid article,
.article-card,
.longform article,
.faq-list details,
.platforms li,
.toc,
.side-card {
  border-color: rgba(223, 214, 198, .95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(253, 251, 248, .94)),
    #fff;
  box-shadow: 0 14px 34px rgba(95, 78, 113, .08);
}

.process-grid span {
  color: #936b30;
  border: 1px solid rgba(211, 171, 96, .5);
  background: #fff;
  box-shadow: inset 0 0 0 4px rgba(211, 171, 96, .12);
}

.promotions,
.articles,
.faq,
.platforms {
  background:
    linear-gradient(180deg, #fff, #fbfdff),
    radial-gradient(circle at 78% 8%, rgba(166, 74, 232, .08), transparent 28%);
}

.promo-board {
  gap: clamp(18px, 2vw, 24px);
}

.promo-banner,
.promo-banner.deposit,
.promo-banner.rebate,
.promo-banner.vip,
.promo-banner.limited,
.promo-banner.mission,
.promo-banner.rescue {
  --promo-accent: #d4aa62;
  min-height: 300px;
  border-color: rgba(224, 213, 194, .98);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, .99), rgba(255, 255, 255, .95) 56%, rgba(251, 246, 255, .72)),
    radial-gradient(circle at 86% 38%, rgba(168, 76, 255, .13), transparent 34%),
    #fff;
  box-shadow: 0 18px 42px rgba(95, 78, 113, .1);
}

.promo-banner.rebate {
  --promo-accent: #77addb;
}

.promo-banner.vip {
  --promo-accent: #c69b4d;
}

.promo-banner.limited {
  --promo-accent: #a36bd8;
}

.promo-banner.mission {
  --promo-accent: #6ab7ae;
}

.promo-banner.rescue {
  --promo-accent: #8f78d9;
}

.promo-banner::before {
  inset: auto clamp(18px, 3vw, 34px) 24px auto;
  width: clamp(116px, 13vw, 172px);
  aspect-ratio: 1;
  border: 1px solid rgba(211, 171, 96, .44);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .12)),
    repeating-linear-gradient(135deg, rgba(211, 171, 96, .34) 0 1px, transparent 1px 16px);
  box-shadow:
    0 18px 38px rgba(120, 92, 55, .12),
    inset 0 0 0 10px rgba(255, 255, 255, .38);
  opacity: .86;
  transform: rotate(8deg);
}

.promo-banner.rebate::before {
  border-radius: 50%;
  transform: rotate(-10deg);
}

.promo-banner.vip::before {
  clip-path: polygon(50% 0, 100% 40%, 82% 100%, 18% 100%, 0 40%);
  border-radius: 12px;
}

.promo-banner.limited::before {
  border-radius: 50% 50% 18px 18px;
  transform: rotate(12deg);
}

.promo-banner.mission::before {
  border-radius: 18px;
  transform: rotate(45deg);
}

.promo-banner.rescue::before {
  border-radius: 30% 70% 60% 40%;
  transform: rotate(-8deg);
}

.promo-banner::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 5px;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, var(--promo-accent), rgba(164, 69, 255, .46));
  box-shadow: none;
}

.promo-content {
  padding-right: clamp(32px, 10vw, 156px);
}

.promo-content h2,
.promo-content h3,
.promo-content p:not(.promo-tag),
.promo-content li {
  max-width: 430px;
}

.article-card {
  position: relative;
  overflow: hidden;
}

.article-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 171, 96, .3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 76, 255, .08), transparent 60%);
}

.article-category,
.promo-tag {
  color: #936b30;
  border: 1px solid rgba(211, 171, 96, .34);
  background: rgba(255, 250, 242, .92);
}

.lead {
  color: var(--ink);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 86% 50%, rgba(168, 76, 255, .13), transparent 28%),
    linear-gradient(135deg, transparent 0 62%, rgba(211, 171, 96, .36) 62.2%, transparent 63% 72%, rgba(211, 171, 96, .2) 72.2%, transparent 73%),
    #fff;
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.lead-button,
.hero-cta,
.promo-button,
.promo-heading > a {
  background: linear-gradient(180deg, #4bb4e8, #2288ce);
  box-shadow: 0 10px 22px rgba(38, 139, 207, .18);
}

@media (max-width: 640px) {
  .page-hero,
  .promo-page-hero,
  .page-hero.article-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
      radial-gradient(circle at 82% 12%, rgba(168, 76, 255, .11), transparent 30%),
      #fff;
  }

  .page-hero::after {
    right: -44px;
    top: 28px;
    width: 150px;
    transform: none;
    opacity: .55;
  }

  .promo-banner,
  .promo-banner.deposit,
  .promo-banner.rebate,
  .promo-banner.vip,
  .promo-banner.limited,
  .promo-banner.mission,
  .promo-banner.rescue {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(255, 255, 255, .95)),
      radial-gradient(circle at 86% 8%, rgba(168, 76, 255, .11), transparent 32%),
      #fff;
  }

  .promo-banner::before {
    right: 18px;
    top: 18px;
    bottom: auto;
    width: 82px;
    opacity: .5;
  }

  .promo-content {
    align-content: start;
    min-height: 0;
    padding: 24px;
    padding-right: 92px;
  }

  .lead {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
      radial-gradient(circle at 82% 8%, rgba(168, 76, 255, .11), transparent 32%),
      #fff;
  }
}

@media (max-width: 640px) {
  .ai-slide .hero-copy {
    width: 100%;
    margin: 0;
    padding: 230px 24px 118px;
  }

  .ai-slide .hero-eyebrow {
    font-size: clamp(24px, 7.5vw, 32px);
  }

  .ai-slide h2 {
    max-width: 340px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.12;
    -webkit-text-stroke: 1.2px #f2d26d;
  }

  .ai-slide .hero-text {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.65;
  }
}
