/*!
 * okada casino games - theme stylesheet (theme-8c93.css)
 * Palette: #0C0C0C bg | #228B22 primary | #E65100 accent | #6A5ACD highlight
 * All custom classes use the `s8c9-` prefix.
 * Mobile-first layout (max-width: 430px) with desktop enhancement.
 */

:root {
  --s8c9-bg: #0c0c0c;
  --s8c9-bg-soft: #161616;
  --s8c9-bg-card: #1d1d1d;
  --s8c9-bg-elev: #242424;
  --s8c9-primary: #228b22;
  --s8c9-primary-dark: #176217;
  --s8c9-accent: #e65100;
  --s8c9-accent-soft: #ff7a1a;
  --s8c9-highlight: #6a5acd;
  --s8c9-gold: #ffc24b;
  --s8c9-text: #f5f5f5;
  --s8c9-text-muted: #b8b8b8;
  --s8c9-text-dim: #8a8a8a;
  --s8c9-border: rgba(255, 255, 255, 0.08);
  --s8c9-radius: 14px;
  --s8c9-radius-sm: 10px;
  --s8c9-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  --s8c9-shadow-glow: 0 6px 24px rgba(34, 139, 34, 0.35);
  --s8c9-max: 430px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--s8c9-bg);
  color: var(--s8c9-text);
  line-height: 1.5rem;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body { min-height: 100vh; background:
  radial-gradient(1200px 600px at 50% -10%, rgba(106, 90, 205, 0.18), transparent 60%),
  radial-gradient(800px 500px at 100% 0%, rgba(230, 81, 0, 0.12), transparent 55%),
  var(--s8c9-bg);
}
a { color: var(--s8c9-gold); text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; font-weight: 700; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Layout shell ---------- */
.s8c9-wrapper {
  width: 100%;
  max-width: var(--s8c9-max);
  margin: 0 auto;
  position: relative;
}
.s8c9-container { width: 100%; padding: 0 16px; }
main.s8c9-main { display: block; padding-bottom: 96px; padding-top: 64px; }

/* ---------- Header ---------- */
.s8c9-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(180deg, rgba(12,12,12,0.96), rgba(12,12,12,0.78));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--s8c9-border);
  transition: background .3s ease, box-shadow .3s ease;
}
.s8c9-header--solid {
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 4px 18px rgba(0,0,0,0.5);
}
.s8c9-header__bar {
  max-width: var(--s8c9-max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; padding: 0 12px;
}
.s8c9-brand { display: flex; align-items: center; gap: 8px; min-width: 0; }
.s8c9-brand__logo {
  width: 30px; height: 30px; border-radius: 8px; object-fit: cover;
  border: 1px solid var(--s8c9-primary);
}
.s8c9-brand__name {
  font-size: 14px; font-weight: 800; color: var(--s8c9-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  letter-spacing: .3px;
}
.s8c9-brand__name b { color: var(--s8c9-primary); }
.s8c9-header__actions { display: flex; align-items: center; gap: 8px; }
.s8c9-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; border-radius: 999px; padding: 9px 16px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  text-decoration: none; min-height: 38px; transition: transform .15s ease, box-shadow .15s ease, background .2s;
  -webkit-tap-highlight-color: transparent;
}
.s8c9-btn:active { transform: scale(0.96); }
.s8c9-btn--login {
  background: transparent; color: var(--s8c9-text);
  border: 1px solid rgba(255,255,255,0.18);
}
.s8c9-btn--login:hover { background: rgba(255,255,255,0.06); }
.s8c9-btn--register {
  background: linear-gradient(135deg, var(--s8c9-accent), var(--s8c9-accent-soft));
  color: #fff; box-shadow: 0 4px 14px rgba(230,81,0,0.45);
}
.s8c9-btn--register:hover { box-shadow: 0 6px 18px rgba(230,81,0,0.6); }
.s8c9-btn--green {
  background: linear-gradient(135deg, var(--s8c9-primary), #2ec02e);
  color: #fff; box-shadow: var(--s8c9-shadow-glow);
}
.s8c9-btn--ghost {
  background: rgba(106,90,205,0.18); color: #c8c0ff;
  border: 1px solid rgba(106,90,205,0.45);
}
.s8c9-menu-btn {
  background: transparent; border: 0; color: var(--s8c9-text);
  width: 38px; height: 38px; font-size: 22px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---------- Mobile menu drawer ---------- */
.s8c9-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.55);
  opacity: 0; pointer-events: none; z-index: 9998; transition: opacity .25s ease;
}
.s8c9-overlay--visible { opacity: 1; pointer-events: auto; }
.s8c9-mobile-menu {
  position: fixed; top: 0; right: -86%; width: 86%; height: 100vh;
  background: var(--s8c9-bg-soft); z-index: 9999;
  transform: translateX(0); transition: transform .3s ease;
  padding: 18px 18px 32px; overflow-y: auto; border-left: 1px solid var(--s8c9-border);
}
.s8c9-mobile-menu { right: -86%; }
.s8c9-menu--open { transform: translateX(-86%); }
.s8c9-mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; margin-bottom: 8px; border-bottom: 1px solid var(--s8c9-border);
}
.s8c9-mobile-menu__title { font-size: 16px; font-weight: 800; }
.s8c9-mobile-menu__close {
  background: transparent; color: var(--s8c9-text); border: 0;
  font-size: 22px; cursor: pointer;
}
.s8c9-mobile-menu a.s8c9-navlink {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 12px; border-radius: var(--s8c9-radius-sm);
  color: var(--s8c9-text); font-size: 14px; font-weight: 600;
  margin-bottom: 4px; border: 1px solid transparent;
}
.s8c9-mobile-menu a.s8c9-navlink:hover,
.s8c9-mobile-menu a.s8c9-navlink:focus {
  background: rgba(34,139,34,0.14); border-color: rgba(34,139,34,0.35);
}
.s8c9-mobile-menu a.s8c9-navlink i { color: var(--s8c9-primary); width: 22px; text-align: center; }
.s8c9-mobile-menu__cta { margin-top: 16px; display: grid; gap: 10px; }

/* ---------- Hero / Carousel ---------- */
.s8c9-hero { margin: 12px 0 18px; }
.s8c9-carousel {
  position: relative; border-radius: var(--s8c9-radius); overflow: hidden;
  box-shadow: var(--s8c9-shadow); background: #000;
}
.s8c9-slide {
  position: relative; display: none; cursor: pointer;
}
.s8c9-slide--active { display: block; }
.s8c9-slide img { width: 100%; height: 190px; object-fit: cover; }
.s8c9-slide__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
}
.s8c9-slide__cap h2 { font-size: 16px; color: #fff; }
.s8c9-slide__cap p { font-size: 12px; color: #e6e6e6; margin: 4px 0 0; }
.s8c9-slide__tag {
  display: inline-block; font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 6px; margin-bottom: 6px;
  background: var(--s8c9-accent); color: #fff; text-transform: uppercase;
}
.s8c9-dots {
  position: absolute; bottom: 8px; right: 10px;
  display: flex; gap: 6px; z-index: 3;
}
.s8c9-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.45); cursor: pointer; border: 0;
}
.s8c9-dot--active { background: var(--s8c9-accent); }

/* ---------- Section heading ---------- */
.s8c9-section { margin: 24px 0; }
.s8c9-section__head {
  display: flex; align-items: center; justify-content: space-between;
  margin: 0 0 12px;
}
.s8c9-section__title {
  font-size: 17px; color: var(--s8c9-text); display: flex; align-items: center; gap: 8px;
}
.s8c9-section__title i { color: var(--s8c9-accent); font-size: 18px; }
.s8c9-section__title .accent { color: var(--s8c9-primary); }
.s8c9-section__link { font-size: 12px; color: var(--s8c9-gold); font-weight: 600; }

/* ---------- Game grid ---------- */
.s8c9-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.s8c9-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 8px; }
.s8c9-tile {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 6px; cursor: pointer; position: relative;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.s8c9-tile:hover, .s8c9-tile:active {
  transform: translateY(-2px); border-color: rgba(34,139,34,0.55);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}
.s8c9-tile__img {
  width: 60px; height: 60px; object-fit: cover; border-radius: 10px; background: #000;
}
.s8c9-grid--4 .s8c9-tile__img { width: 52px; height: 52px; }
.s8c9-tile__name {
  font-size: 11px; color: var(--s8c9-text); margin-top: 6px;
  text-align: center; line-height: 1.2;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
.s8c9-tile__badge {
  position: absolute; top: 4px; right: 4px;
  font-size: 9px; padding: 2px 5px; border-radius: 5px;
  background: var(--s8c9-accent); color: #fff; font-weight: 700;
}
.s8c9-tile__badge--hot { background: var(--s8c9-accent); }
.s8c9-tile__badge--new { background: var(--s8c9-highlight); }

/* ---------- Cards / panels ---------- */
.s8c9-card {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius); padding: 16px; box-shadow: var(--s8c9-shadow);
}
.s8c9-card--accent { border-left: 4px solid var(--s8c9-primary); }
.s8c9-card--orange { border-left: 4px solid var(--s8c9-accent); }
.s8c9-card--purple { border-left: 4px solid var(--s8c9-highlight); }
.s8c9-card h3 { font-size: 15px; margin-bottom: 8px; }
.s8c9-card p { font-size: 13px; color: var(--s8c9-text-muted); }
.s8c9-card__row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.s8c9-card__row:last-child { margin-bottom: 0; }
.s8c9-card__icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: rgba(34,139,34,0.18); color: var(--s8c9-primary); font-size: 18px;
}
.s8c9-card__icon--orange { background: rgba(230,81,0,0.18); color: var(--s8c9-accent); }
.s8c9-card__icon--purple { background: rgba(106,90,205,0.2); color: #b3a8ff; }
.s8c9-card__icon--gold { background: rgba(255,194,75,0.18); color: var(--s8c9-gold); }

/* ---------- Intro / long-form ---------- */
.s8c9-intro { font-size: 13px; color: var(--s8c9-text-muted); }
.s8c9-intro h2 { color: var(--s8c9-text); font-size: 18px; margin-bottom: 10px; }
.s8c9-intro h3 { color: var(--s8c9-text); font-size: 15px; margin: 14px 0 6px; }
.s8c9-intro p { line-height: 1.6; }
.s8c9-intro strong { color: var(--s8c9-primary); }
.s8c9-intro a { color: var(--s8c9-gold); border-bottom: 1px dashed rgba(255,194,75,0.5); }

/* ---------- Steps ---------- */
.s8c9-steps { display: grid; gap: 10px; }
.s8c9-step {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); padding: 12px;
}
.s8c9-step__num {
  width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%;
  background: linear-gradient(135deg, var(--s8c9-primary), #2ec02e);
  color: #fff; font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.s8c9-step h4 { font-size: 14px; margin-bottom: 3px; }
.s8c9-step p { font-size: 12px; color: var(--s8c9-text-muted); margin: 0; }

/* ---------- FAQ ---------- */
.s8c9-faq {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); margin-bottom: 8px; overflow: hidden;
}
.s8c9-faq__question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; cursor: pointer; font-size: 13px; font-weight: 700;
}
.s8c9-faq__question i { color: var(--s8c9-accent); transition: transform .2s ease; }
.s8c9-faq--open .s8c9-faq__question i { transform: rotate(45deg); }
.s8c9-faq__answer {
  max-height: 0; overflow: hidden; padding: 0 14px;
  transition: max-height .25s ease, padding .2s ease;
  font-size: 12px; color: var(--s8c9-text-muted);
}
.s8c9-faq--open .s8c9-faq__answer { padding: 0 14px 12px; }

/* ---------- Stats / RTP bars ---------- */
.s8c9-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.s8c9-stat {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); padding: 12px; text-align: center;
}
.s8c9-stat__num { font-size: 20px; font-weight: 800; color: var(--s8c9-primary); }
.s8c9-stat__num--orange { color: var(--s8c9-accent); }
.s8c9-stat__num--purple { color: #b3a8ff; }
.s8c9-stat__label { font-size: 11px; color: var(--s8c9-text-muted); margin-top: 4px; }
.s8c9-rtp-row { margin-bottom: 10px; }
.s8c9-rtp-row__head {
  display: flex; justify-content: space-between;
  font-size: 12px; margin-bottom: 4px;
}
.s8c9-rtp-row__head b { color: var(--s8c9-gold); }
.s8c9-rtp-bar { height: 8px; background: rgba(255,255,255,0.07); border-radius: 4px; overflow: hidden; }
.s8c9-rtp-bar__fill {
  height: 100%; border-radius: 4px;
  background: linear-gradient(90deg, var(--s8c9-primary), var(--s8c9-accent));
}

/* ---------- Testimonials ---------- */
.s8c9-reviews { display: grid; gap: 10px; }
.s8c9-review {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); padding: 12px;
}
.s8c9-review__head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.s8c9-review__avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--s8c9-highlight), var(--s8c9-accent));
  display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: 14px;
}
.s8c9-review__name { font-size: 13px; font-weight: 700; }
.s8c9-review__stars { color: var(--s8c9-gold); font-size: 11px; margin-left: auto; }
.s8c9-review__text { font-size: 12px; color: var(--s8c9-text-muted); margin: 0; }

/* ---------- Winners ticker ---------- */
.s8c9-winners {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius); padding: 10px 12px;
}
.s8c9-winner {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 0; border-bottom: 1px dashed var(--s8c9-border); font-size: 12px;
}
.s8c9-winner:last-child { border-bottom: 0; }
.s8c9-winner__avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--s8c9-primary), #2ec02e);
  color: #fff; font-weight: 800; font-size: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.s8c9-winner__amount { margin-left: auto; color: var(--s8c9-gold); font-weight: 800; }

/* ---------- Payment methods ---------- */
.s8c9-pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.s8c9-pay {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius-sm); padding: 10px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 10px; color: var(--s8c9-text-muted);
}
.s8c9-pay i { font-size: 22px; color: var(--s8c9-primary); }

/* ---------- CTA banner ---------- */
.s8c9-cta {
  background: linear-gradient(135deg, var(--s8c9-primary), var(--s8c9-highlight));
  border-radius: var(--s8c9-radius); padding: 18px;
  text-align: center; box-shadow: var(--s8c9-shadow-glow); color: #fff;
}
.s8c9-cta h3 { font-size: 18px; margin-bottom: 6px; }
.s8c9-cta p { font-size: 12px; opacity: .9; margin-bottom: 12px; }
.s8c9-cta .s8c9-btn { background: #fff; color: var(--s8c9-primary-dark); }

/* ---------- App download ---------- */
.s8c9-app {
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius); padding: 16px;
  display: flex; gap: 14px; align-items: center;
}
.s8c9-app__icon {
  width: 60px; height: 60px; border-radius: 14px; object-fit: cover;
  border: 1px solid var(--s8c9-primary); flex-shrink: 0;
}
.s8c9-app__body h3 { font-size: 15px; margin-bottom: 4px; }
.s8c9-app__body p { font-size: 12px; color: var(--s8c9-text-muted); margin: 0 0 8px; }

/* ---------- Tricks / category highlights ---------- */
.s8c9-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.s8c9-pill {
  background: rgba(106,90,205,0.18); color: #c8c0ff;
  border: 1px solid rgba(106,90,205,0.4);
  padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 600;
}
.s8c9-pill--green { background: rgba(34,139,34,0.18); color: #8be88b; border-color: rgba(34,139,34,0.4); }
.s8c9-pill--orange { background: rgba(230,81,0,0.18); color: #ffb27a; border-color: rgba(230,81,0,0.4); }

.s8c9-cat-highlights { display: grid; gap: 10px; }
.s8c9-cat-card {
  display: flex; gap: 12px; align-items: center;
  background: var(--s8c9-bg-card); border: 1px solid var(--s8c9-border);
  border-radius: var(--s8c9-radius); padding: 12px;
}
.s8c9-cat-card__icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  background: rgba(230,81,0,0.18); color: var(--s8c9-accent);
}
.s8c9-cat-card__icon--green { background: rgba(34,139,34,0.18); color: var(--s8c9-primary); }
.s8c9-cat-card__icon--purple { background: rgba(106,90,205,0.2); color: #b3a8ff; }
.s8c9-cat-card__icon--gold { background: rgba(255,194,75,0.18); color: var(--s8c9-gold); }
.s8c9-cat-card h4 { font-size: 14px; margin-bottom: 3px; }
.s8c9-cat-card p { font-size: 12px; color: var(--s8c9-text-muted); margin: 0; }

/* ---------- Footer ---------- */
.s8c9-footer {
  background: var(--s8c9-bg-soft); border-top: 1px solid var(--s8c9-border);
  padding: 22px 16px 18px; margin-top: 28px;
}
.s8c9-footer__brand { font-size: 13px; color: var(--s8c9-text-muted); margin-bottom: 14px; }
.s8c9-footer__brand b { color: var(--s8c9-primary); }
.s8c9-footer__title { font-size: 12px; color: var(--s8c9-text-dim); text-transform: uppercase; letter-spacing: .8px; margin: 12px 0 6px; }
.s8c9-footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }
.s8c9-footer__links a { color: var(--s8c9-text-muted); font-size: 12px; }
.s8c9-footer__links a:hover { color: var(--s8c9-gold); }
.s8c9-footer__cta { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.s8c9-footer__copy { font-size: 11px; color: var(--s8c9-text-dim); border-top: 1px solid var(--s8c9-border); padding-top: 12px; margin-top: 12px; text-align: center; }

/* ---------- Bottom navigation ---------- */
.s8c9-bottomnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(180deg, rgba(20,20,20,0.98), rgba(8,8,8,1));
  border-top: 1px solid var(--s8c9-border);
  display: flex; justify-content: space-around; align-items: stretch;
  height: 62px;
}
.s8c9-bottomnav__item {
  flex: 1; min-width: 60px; min-height: 60px;
  background: transparent; border: 0; color: var(--s8c9-text-dim);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; font-size: 10px; font-weight: 600; cursor: pointer; position: relative;
  -webkit-tap-highlight-color: transparent; transition: color .15s ease;
  text-decoration: none;
}
.s8c9-bottomnav__item i { font-size: 22px; transition: transform .15s ease; }
.s8c9-bottomnav__item:active i { transform: scale(0.86); }
.s8c9-bottomnav__item--active { color: var(--s8c9-accent); }
.s8c9-bottomnav__item--promo { color: var(--s8c9-gold); }
.s8c9-bottomnav__badge {
  position: absolute; top: 8px; right: 50%; margin-right: -22px;
  background: var(--s8c9-accent); color: #fff; font-size: 9px;
  border-radius: 8px; padding: 1px 5px; font-weight: 700;
}
.s8c9-bottomnav__item--pulse i {
  animation: s8c9-pulse 2.4s ease-in-out infinite;
}
@keyframes s8c9-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* ---------- Back to top ---------- */
.s8c9-to-top {
  position: fixed; right: 14px; bottom: 76px; z-index: 999;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--s8c9-accent); color: #fff; border: 0;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  cursor: pointer; opacity: 0; pointer-events: none;
  box-shadow: 0 6px 16px rgba(230,81,0,0.5);
  transition: opacity .2s ease, transform .15s ease;
}
.s8c9-to-top--visible { opacity: 1; pointer-events: auto; }
.s8c9-to-top:active { transform: scale(0.92); }

/* ---------- Reveal animation ---------- */
[data-s8c9-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
[data-s8c9-reveal].s8c9-inview { opacity: 1; transform: translateY(0); }

/* ---------- Desktop: hide bottom nav, expand shell ---------- */
@media (min-width: 769px) {
  .s8c9-bottomnav { display: none; }
  main.s8c9-main { padding-bottom: 32px; }
  .s8c9-wrapper { max-width: 960px; }
  .s8c9-header__bar { max-width: 960px; }
  .s8c9-grid { grid-template-columns: repeat(6, 1fr); }
  .s8c9-grid--4 { grid-template-columns: repeat(8, 1fr); }
  .s8c9-stats { grid-template-columns: repeat(4, 1fr); }
  .s8c9-pay-grid { grid-template-columns: repeat(7, 1fr); }
  .s8c9-slide img { height: 320px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-s8c9-reveal] { opacity: 1; transform: none; }
}
