/* ===== RESET & VARS ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ---- Brand palette: "Chrome Neon Green" — matte black arena floor +
     brushed chrome silver + electric lime-green glow, drawn from the
     NOVA88 chrome/lime logo. Distinct from every earlier brand. ---- */
  --bg:     #070b07;
  --bg-2:   #0e140d;
  --bg-hi:  #18211410;
  --bg-hi2: #172013;

  --green:        #84cc16;
  --green-bright: #a3e635;
  --green-deep:   #3f6212;

  --chrome-hi: #f6faf4;
  --chrome:    #c9d4c4;
  --chrome-lo: #7f8c78;

  --text:  #eaf3e4;
  --muted: #c1d0b8;
  --dim:   #86977c;

  --border:      rgba(132,204,22,0.30);
  --border-soft: rgba(132,204,22,0.15);
  --border-chr:  rgba(201,212,196,0.22);

  --glass:      rgba(14,20,13,0.72);
  --glass-soft: rgba(14,20,13,0.45);

  --grad-chrome: linear-gradient(120deg, #f6faf4 0%, #c9d4c4 40%, #a3e635 100%);
  --grad-green:  linear-gradient(120deg, #bef264 0%, #84cc16 55%, #4d7c0f 100%);
  --grad-cta:    linear-gradient(135deg, #d9f99d 0%, #a3e635 45%, #65a30d 100%);

  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --shadow:    0 10px 28px rgba(0,0,0,0.6);
  --shadow-lg: 0 18px 46px rgba(0,0,0,0.66);
  --glow-green: 0 0 0 1px rgba(132,204,22,0.4), 0 0 24px rgba(132,204,22,0.28), 0 14px 32px rgba(0,0,0,0.6);
  --glow-soft:  0 0 0 1px rgba(201,212,196,0.18), 0 12px 30px rgba(0,0,0,0.55);

  --font-display: 'Kanit', sans-serif;
  --font-body:    'Prompt', 'Kanit', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  font-family: var(--font-body);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 92px;
}
@media (min-width: 769px) { body { padding-bottom: 0; } }

/* Painted canvas backdrop: matte black arena with a lime glow rising from
   the bottom and a cool chrome sheen sweeping the top-right — kept to a
   few radial gradients so it stays light. */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(circle at 85% 4%, rgba(201,212,196,0.10) 0%, rgba(201,212,196,0) 38%),
    radial-gradient(circle at 50% 104%, rgba(132,204,22,0.20) 0%, rgba(132,204,22,0) 46%),
    radial-gradient(circle at 12% 88%, rgba(63,98,18,0.28) 0%, rgba(63,98,18,0) 44%),
    linear-gradient(180deg, #05080500 0%, #070b07 24%, #0e140d 52%, #070b07 80%, #040604 100%);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.4;
  background-image: repeating-linear-gradient(125deg, rgba(132,204,22,0.05) 0px, rgba(132,204,22,0.05) 1px, transparent 1px, transparent 66px);
}

img { display: block; max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
button { font-family: inherit; }

/* ===== LAYOUT ===== */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 5rem 1.25rem; position: relative; }
@media (max-width: 768px) { .section { padding: 3rem 1rem; } }
@media (max-width: 479px) { .section { padding: 2.5rem 0.875rem; } }
.bg-alt { background: rgba(14,20,13,0.5); }

/* ===== HEADINGS ===== */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: 0.005em; text-wrap: balance; color: var(--text); }

/* ===== UTILS ===== */
.grad-text {
  background: var(--grad-chrome);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.kw { color: var(--green-bright); font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green-bright);
  border-radius: 9999px;
  padding: 0.4rem 1rem;
  background: var(--glass);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 8px var(--green-bright); }

.section-head { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.section-head h2 { font-size: clamp(1.5rem, 4vw, 2.3rem); line-height: 1.3; margin: 0.9rem 0 1rem; }
.section-head p { color: var(--muted); font-size: 0.95rem; line-height: 1.85; }
@media (max-width: 479px) { .section-head { margin-bottom: 2rem; } .section-head p { font-size: 0.875rem; } }

.grid-title {
  display: flex; align-items: center; justify-content: center; gap: 0.65rem;
  margin-bottom: 2rem; text-align: center; max-width: 900px; margin-inline: auto;
}
.grid-title .icon { font-size: 1.3rem; filter: drop-shadow(0 0 8px rgba(132,204,22,0.5)); }
.grid-title h2 { font-size: clamp(1.2rem, 3.2vw, 1.9rem); margin: 0; line-height: 1.3; }

.section-para { max-width: 820px; margin: 2rem auto 0; text-align: center; }
.section-para p { color: var(--muted); font-size: 0.92rem; line-height: 1.9; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 600; font-size: 0.98rem;
  padding: 0.8rem 2rem; border-radius: 9999px; border: none; cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  -webkit-tap-highlight-color: transparent; white-space: nowrap;
}
.btn-gold { background: var(--grad-cta); color: #16250a; box-shadow: var(--glow-green); }
.btn-gold:hover { transform: translateY(-2px); }
.btn-gold:active { transform: translateY(1px); }
.btn-outline { background: var(--glass); color: var(--green-bright); border: 1px solid var(--border); backdrop-filter: blur(10px); }
.btn-outline:hover { transform: translateY(-2px); border-color: var(--green-bright); }
.hbtn { padding: 0.58rem 1.3rem; font-size: 0.85rem; }

/* =====================================================================
   TICKER BAR
   ===================================================================== */
.ticker-bar {
  position: relative; z-index: 5;
  overflow: hidden; white-space: nowrap;
  background: linear-gradient(90deg, #0c120b, #16210f, #0c120b);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 0 18px rgba(132,204,22,0.16) inset;
  padding: 0.7rem 0;
}
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 24s linear infinite; }
.ticker-item {
  display: flex; align-items: center; gap: 2.25rem; padding-right: 2.25rem;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  color: var(--green-bright); text-shadow: 0 0 12px rgba(132,204,22,0.4); white-space: nowrap;
}
.ticker-item b { color: var(--chrome-hi); font-weight: 700; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }
@media (max-width: 768px) { .ticker-item { font-size: 0.8rem; gap: 1.5rem; padding-right: 1.5rem; } }

/* =====================================================================
   HEADER — "Chrome Rail": brushed dark-metal bar with a bright lime
   underglow hairline. Fixed flush at the very top.
   ===================================================================== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(18,24,16,0.92), rgba(10,14,9,0.86));
  box-shadow: 0 1px 0 var(--green), 0 0 18px rgba(132,204,22,0.22), 0 8px 24px rgba(0,0,0,0.5);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-chr);
}
.header-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-direction: column; padding: 0.55rem 1.25rem; }
.header-row1 { display: flex; align-items: center; gap: 1rem; width: 100%; }

.logo-link { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.logo-img { height: 50px; width: auto; max-width: 190px; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(132,204,22,0.35)); }

.nav-menu { display: flex; align-items: center; gap: 0.2rem; margin: 0 auto; }
.nav-link {
  display: flex; align-items: center; gap: 0.3rem;
  padding: 0.5rem 1.05rem; border-radius: 9999px;
  font-size: 0.87rem; font-weight: 500; color: var(--muted); white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.nav-link:hover { color: var(--green-bright); background: var(--bg-hi2); }

.ico-line {
  display: inline-flex; align-items: center; justify-content: center;
  background: #06C755; color: #fff; font-size: 0.55rem; font-weight: 700;
  border-radius: 4px; padding: 2px 4px; flex-shrink: 0; line-height: 1;
}

.header-btns { display: flex; gap: 0.6rem; align-items: center; flex-shrink: 0; margin-left: auto; }
.header-row2 { display: none; }

@media (max-width: 768px) {
  .header-inner { padding: 0.5rem 0.85rem; }
  .header-row1 { gap: 0.5rem; }
  .nav-menu { display: none; }
  .logo-img { height: 40px; }
  .header-btns { gap: 0.4rem; }
  .hbtn { padding: 0.48rem 0.85rem; font-size: 0.76rem; }
  .header-row2 {
    display: flex; align-items: center; gap: 0.3rem;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding-top: 0.45rem; margin-top: 0.45rem;
    border-top: 1px solid var(--border-soft);
  }
  .header-row2::-webkit-scrollbar { display: none; }
}
.mob-nav-link {
  display: flex; align-items: center; gap: 0.3rem;
  padding: 0.4rem 0.85rem; border-radius: 9999px;
  font-size: 0.78rem; font-weight: 500; color: var(--muted); white-space: nowrap;
  background: var(--bg-hi2);
}
.mob-nav-link:active { color: var(--green-bright); }

/* ===== HERO — long full-bleed banner image, exactly as provided ===== */
.hero { position: relative; padding-top: 88px; }
@media (max-width: 768px) { .hero { padding-top: 108px; } }
.hero-banner { display: block; line-height: 0; max-width: 1280px; margin: 0 auto; }
.hero-banner img { width: 100%; height: auto; display: block; }

.hero-intro { max-width: 900px; margin: 0 auto; padding: 3rem 1.25rem 1rem; text-align: center; }
@media (max-width: 768px) { .hero-intro { padding: 2.25rem 1rem 0.5rem; } }
.hero-intro .eyebrow { margin-bottom: 1.2rem; }
.hero-intro h1 { font-size: clamp(1.6rem, 4.4vw, 2.5rem); line-height: 1.3; margin-bottom: 1.1rem; }
.hero-intro p { color: var(--muted); font-size: clamp(0.92rem, 2vw, 1.02rem); line-height: 1.9; margin-bottom: 1.75rem; }
.hero-actions { display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap; }

/* ===== 3ICON STRIP ===== */
.strip { padding: 2rem 1.25rem 0.5rem; }
.strip-frame {
  max-width: 900px; margin: 0 auto; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--glow-soft); background: #fff;
}
.strip-frame img { width: 100%; }

/* ===== FEATURE BANNER ===== */
.feature-banner { margin-top: 2.5rem; }
.feature-banner-frame {
  display: block; max-width: 1080px; margin: 0 auto; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--glow-green); line-height: 0;
  transition: transform 0.2s ease;
}
.feature-banner-frame:hover { transform: translateY(-3px); }
.feature-banner-frame img { width: 100%; }

/* ===== PROVIDER CARD GRID ===== */
.provider-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem;
}
@media (max-width: 900px) { .provider-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 479px) { .provider-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } }
.provider-card {
  position: relative; display: block; border-radius: var(--r); overflow: hidden;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.5));
}
.provider-card:hover { transform: translateY(-4px); }
.provider-card img { width: 100%; height: auto; }

.provider-badges {
  position: absolute; top: 0.5rem; left: 0.5rem; right: 0.5rem; z-index: 2;
  display: flex; align-items: flex-start; justify-content: space-between; pointer-events: none;
}
.badge-count {
  display: inline-flex; align-items: center; gap: 0.25rem;
  background: rgba(6,12,4,0.82); color: var(--green-bright);
  font-size: 0.66rem; font-weight: 700; padding: 0.2rem 0.5rem 0.2rem 0.4rem;
  border-radius: 9999px; border: 1px solid var(--border);
}
.badge-count::before {
  content: '';
  display: inline-block; width: 0.72em; height: 0.72em; flex-shrink: 0;
  background: var(--green-bright);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2.5c-3.34 0-10 1.68-10 5v2.5h20v-2.5c0-3.32-6.66-5-10-5z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2.5c-3.34 0-10 1.68-10 5v2.5h20v-2.5c0-3.32-6.66-5-10-5z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.badge-hot {
  display: inline-flex; align-items: center; gap: 0.2rem;
  background: linear-gradient(120deg, #a3e635, #4d7c0f); color: #16250a;
  font-size: 0.64rem; font-weight: 800; padding: 0.2rem 0.55rem 0.2rem 0.4rem;
  border-radius: 9999px; letter-spacing: 0.02em;
}
.badge-hot::before { content: '🔥'; font-size: 0.7rem; }
@media (max-width: 479px) { .badge-count, .badge-hot { font-size: 0.58rem; padding: 0.16rem 0.4rem; } }

/* ===== INFO CARD ===== */
.info-card {
  max-width: 860px; margin: 0 auto; background: var(--glass); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 2.5rem; box-shadow: var(--glow-soft); text-align: center;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 768px) { .info-card { padding: 1.9rem 1.5rem; } }
@media (max-width: 479px) { .info-card { padding: 1.5rem 1.1rem; border-radius: var(--r-lg); } }
.info-card h2 { font-size: clamp(1.3rem, 3.4vw, 1.85rem); margin-bottom: 1.1rem; line-height: 1.3; }
.info-card p { color: var(--muted); font-size: 0.92rem; line-height: 1.9; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.9rem; }
.faq-item { background: var(--glass); border: 1px solid var(--border-soft); border-radius: var(--r); padding: 1.3rem 1.5rem; box-shadow: var(--shadow); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.faq-q { font-family: var(--font-display); font-weight: 600; font-size: 0.98rem; margin-bottom: 0.55rem; color: var(--text); }
.faq-q::before { content: 'Q  '; color: var(--green-bright); }
.faq-a { color: var(--muted); font-size: 0.865rem; line-height: 1.8; }
.faq-a::before { content: 'A  '; color: var(--chrome); font-weight: 700; }
@media (max-width: 479px) { .faq-item { padding: 1.05rem 1.15rem; } }

/* ===== CTA SECTION ===== */
.cta-section { padding: 4.5rem 1.25rem; }
.cta-panel {
  max-width: 1000px; margin: 0 auto; text-align: center; position: relative; overflow: hidden;
  background: var(--glass); border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: 3.25rem 2rem; box-shadow: var(--glow-green);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.cta-panel .eyebrow { margin-bottom: 1rem; }
.cta-panel h2 { font-size: clamp(1.5rem, 4vw, 2.15rem); margin-bottom: 0.75rem; }
.cta-panel p { color: var(--muted); margin-bottom: 2rem; font-size: 0.95rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; align-items: center; }
.cta-btns .btn { padding: 0.95rem 2.3rem; font-size: 1.02rem; }
@media (max-width: 768px) { .cta-panel { padding: 2.5rem 1.5rem; } }
@media (max-width: 479px) { .cta-panel { padding: 2rem 1.1rem; border-radius: var(--r-lg); } }

/* ===== FOOTER ===== */
.footer { background: var(--bg); border-top: 1px solid var(--border-soft); color: var(--muted); padding: 3rem 1.25rem 2rem; text-align: center; }
.footer-logo { height: 64px; width: auto; margin: 0 auto 1rem; filter: drop-shadow(0 3px 8px rgba(132,204,22,0.3)); }
.footer-tagline { max-width: 660px; margin: 0 auto 2rem; font-size: 0.88rem; line-height: 1.75; }
.footer-tagline b { color: var(--green-bright); }
.footer-partner { display: block; max-width: 1100px; margin: 0 auto 2rem; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); background: #345712; padding: 1.25rem; }
.footer-partner img { width: 100%; }
.footer-copy { color: var(--dim); font-size: 0.76rem; }
.footer-copy b { color: var(--dim); }

/* =====================================================================
   BOTTOM MOBILE NAV — "Blade Dock": flush dark-metal dock with a lime
   top-edge glow and a squircle green-lit center badge for the logo.
   ===================================================================== */
.sticky-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  align-items: center; justify-content: space-between;
  background: linear-gradient(180deg, rgba(18,24,16,0.94), rgba(8,11,7,0.92));
  box-shadow: 0 -1px 0 var(--green), 0 -10px 26px rgba(0,0,0,0.55);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding: 0.5rem 0.6rem;
}
@media (max-width: 768px) { .sticky-bar { display: flex; } }
.mnav-item {
  flex: 1 1 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.15rem;
  padding: 0.5rem 0.15rem; border-radius: var(--r); color: var(--muted);
  font-size: 0.66rem; font-weight: 500; text-align: center; line-height: 1.1;
  -webkit-tap-highlight-color: transparent; transition: color 0.2s, background 0.2s;
}
.mnav-item .mnav-emoji { font-size: 1.1rem; line-height: 1; }
.mnav-item .ico-line { transform: scale(1.3); margin-bottom: 0.1rem; }
.mnav-item:active { color: var(--green-bright); background: var(--bg-hi2); }
.mnav-item.acc { color: var(--green-bright); font-weight: 600; }

.mnav-center {
  flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  width: 64px; height: 60px; margin: 0 0.4rem; transform: translateY(-16px);
  background: linear-gradient(160deg, #1c2716, #0e140d);
  border-radius: 20px;
  border: 1.5px solid var(--green);
  box-shadow: var(--glow-green);
  -webkit-tap-highlight-color: transparent; transition: transform 0.15s ease;
}
.mnav-center:active { transform: translateY(-16px) scale(0.94); }
.mnav-center img { height: 34px; width: auto; max-width: 48px; object-fit: contain; }
@media (max-width: 360px) {
  .mnav-item { font-size: 0.6rem; }
  .mnav-center { width: 56px; height: 52px; transform: translateY(-13px); }
  .mnav-center:active { transform: translateY(-13px) scale(0.94); }
  .mnav-center img { height: 28px; max-width: 40px; }
}

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =====================================================================
   GALLERY GRID / SCROLL — provider & game showcase (assets/game/,
   assets/casino/) used on /game/, /casino/, and the homepage teaser strip
   ===================================================================== */
.gallery-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.9rem; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 0.6rem; } }
.gallery-card {
  display: block; border-radius: var(--r); overflow: hidden;
  background: var(--glass); border: 1px solid var(--border-soft);
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.45)); transition: transform 0.2s ease;
}
.gallery-card:hover { transform: translateY(-4px); }
.gallery-card img { width: 100%; height: auto; display: block; }
.gallery-card-label { padding: 0.5rem 0.6rem; font-size: 0.72rem; font-weight: 500; color: var(--muted); text-align: center; line-height: 1.3; }
.gallery-card-label b { color: var(--green-bright); display: block; font-size: 0.78rem; margin-bottom: 0.1rem; font-family: var(--font-display); }

.gallery-scroll {
  display: flex; gap: 0.9rem; overflow-x: auto; scroll-snap-type: x proximity;
  padding: 0.25rem 1.25rem 1rem; max-width: 1200px; margin: 0 auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-scroll .gallery-card { flex: 0 0 128px; scroll-snap-align: start; }
@media (max-width: 479px) { .gallery-scroll .gallery-card { flex-basis: 106px; } }

/* =====================================================================
   HOMEPAGE ARTICLE PREVIEW — 3-card grid linking to the 3 articles
   ===================================================================== */
.article-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr; max-width: 480px; } }
.article-card {
  display: block; background: var(--glass); border: 1px solid var(--border-soft); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow); transition: transform 0.2s ease;
}
.article-card:hover { transform: translateY(-4px); }
.article-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-card-body { padding: 1.1rem 1.25rem 1.4rem; }
.article-card-body h3 { font-size: 1rem; margin-bottom: 0.5rem; line-height: 1.4; }
.article-card-body p { color: var(--muted); font-size: 0.82rem; line-height: 1.7; }

/* ===== SUB-PAGES ===== */
body.page-body { overflow-x: hidden; }
.page-main { min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 88px 1.25rem 7rem; text-align: center; gap: 1.75rem; position: relative; }
@media (max-width: 768px) { .page-main { padding-top: 108px; } }
.page-h1 { font-size: clamp(1.3rem, 3.6vw, 1.9rem); line-height: 1.3; }
.action-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* =====================================================================
   PROMOTION CARDS — /promotion/, each real promo banner (assets/promotion/)
   paired with a text body: title, description, conditions, CTA
   ===================================================================== */
.promo-list { display: flex; flex-direction: column; gap: 1.75rem; max-width: 780px; margin: 2.5rem auto 0; text-align: left; }
.promo-card {
  background: var(--glass); border: 1px solid var(--border-soft); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.promo-card img { width: 100%; display: block; }
.promo-card-body { padding: 1.5rem 1.75rem 1.75rem; }
.promo-card-body h2 { font-size: clamp(1.1rem, 3vw, 1.4rem); margin-bottom: 0.75rem; line-height: 1.35; }
.promo-card-body p { color: var(--muted); font-size: 0.9rem; line-height: 1.85; margin-bottom: 1rem; }
.promo-card-body ul { padding-left: 1.25rem; color: var(--muted); font-size: 0.88rem; line-height: 1.85; margin-bottom: 1.5rem; }
.promo-card-body li { margin-bottom: 0.4rem; }
@media (max-width: 479px) { .promo-card-body { padding: 1.25rem 1.25rem 1.5rem; } }

/* ===== ARTICLE PAGE ===== */
.article-main { max-width: 780px; margin: 0 auto; padding: 88px 1.25rem 5rem; }
@media (max-width: 768px) { .article-main { padding-top: 108px; } }
.article-main h1 { font-size: clamp(1.5rem, 4.2vw, 2.1rem); line-height: 1.35; margin-bottom: 1rem; }
.article-main .article-meta { color: var(--dim); font-size: 0.8rem; margin-bottom: 2rem; }
.article-main p { color: var(--muted); font-size: 0.95rem; line-height: 1.9; margin-bottom: 1.25rem; }
.article-main h2 { font-size: clamp(1.15rem, 3vw, 1.4rem); margin: 2rem 0 1rem; }

.article-cover { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 2rem; box-shadow: var(--glow-green); line-height: 0; }
.article-cover img { width: 100%; }

.article-tldr {
  background: var(--glass); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 1.5rem 1.75rem; margin-bottom: 2rem; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.article-tldr h2 { margin-top: 0; font-size: 1rem; color: var(--green-bright); }
.article-tldr ul { margin: 0; padding-left: 1.25rem; color: var(--muted); font-size: 0.9rem; line-height: 1.85; }
.article-tldr li { margin-bottom: 0.35rem; }

.article-faq { margin-top: 2.5rem; }

.article-related { margin-top: 2.5rem; }
.article-related h2 { font-size: clamp(1.15rem, 3vw, 1.4rem); margin: 0 0 1rem; }
.article-related-list { display: flex; flex-direction: column; gap: 0.9rem; }
.article-related-item {
  display: block; background: var(--glass); border: 1px solid var(--border-soft); border-radius: var(--r);
  padding: 1rem 1.25rem; transition: transform 0.2s ease, border-color 0.2s ease;
}
.article-related-item:hover { transform: translateY(-2px); border-color: var(--border); }
.article-related-item .rel-title { font-family: var(--font-display); font-weight: 600; color: var(--green-bright); font-size: 0.95rem; }
.article-related-item .rel-desc { color: var(--muted); font-size: 0.82rem; margin-top: 0.25rem; line-height: 1.6; }
