/* Stanleybet RO site-1 | CSS prefix: stb- | Font: Montserrat | Layout: pill buttons, rounded-12 cards, light theme */
/* Mobile-first | Breakpoints: 320, 768, 1024, 1440 */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Montserrat', sans-serif; background: #FFFFFF; color: #1A1A1A; line-height: 1.65; padding-bottom: 68px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ===== CONTAINER ===== */
.stb-container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* ===== TOPBAR ===== */
.stb-topbar { background: #E8131A; color: #fff; text-align: center; padding: 8px 16px; font-size: 13px; font-weight: 600; }

/* ===== HEADER ===== */
.stb-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 2px solid #E8131A; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.stb-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.stb-logo img { height: 38px; width: auto; }
.stb-nav { display: none; list-style: none; gap: 4px; }
.stb-nav a { color: #1A1A1A; text-decoration: none; font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 20px; transition: all .2s; }
.stb-nav a:hover { background: #E8131A; color: #fff; }
.stb-header-cta { background: #E8131A; color: #fff; padding: 9px 22px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: 14px; transition: background .2s; white-space: nowrap; }
.stb-header-cta:hover { background: #C00; }
.stb-burger { background: none; border: none; cursor: pointer; padding: 4px; display: flex; flex-direction: column; gap: 5px; }
.stb-burger span { display: block; width: 24px; height: 2px; background: #1A1A1A; border-radius: 2px; }

/* ===== PROMO BAR ===== */
.stb-promo-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: #E8131A; color: #fff; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 16px; flex-wrap: wrap; }
.stb-promo-bar strong { font-size: 14px; }
.stb-promo-bar a { background: #fff; color: #E8131A; padding: 7px 18px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: 13px; white-space: nowrap; }
.stb-promo-close { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; line-height: 1; flex-shrink: 0; }

/* ===== HERO ===== */
.stb-hero { background: #fff; padding: 40px 16px 52px; }
.stb-hero-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.stb-hero-badge { display: inline-block; background: #E8131A; color: #fff; padding: 4px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.stb-hero h1 { font-size: 1.9rem; font-weight: 800; line-height: 1.2; color: #1A1A1A; margin-bottom: 14px; }
.stb-hero-text p { color: #444; margin-bottom: 14px; }
.stb-hero-img img { border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.15); width: 100%; }

/* ===== BUTTONS ===== */
.stb-btn-main { display: inline-block; background: #E8131A; color: #fff; padding: 13px 30px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: background .2s; }
.stb-btn-main:hover { background: #C00; }

/* ===== TOC ===== */
.stb-toc { background: #F8F8F8; border-top: 3px solid #E8131A; padding: 16px; }
.stb-toc-wrap { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.stb-toc-label { font-weight: 700; font-size: 14px; color: #E8131A; white-space: nowrap; }
.stb-toc-links { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.stb-toc-links a { color: #444; text-decoration: none; font-size: 13px; font-weight: 500; padding: 4px 12px; border: 1px solid #ddd; border-radius: 20px; transition: all .2s; }
.stb-toc-links a:hover { border-color: #E8131A; color: #E8131A; }

/* ===== PANELS ===== */
.stb-panel { padding: 52px 16px; }
.stb-panel-gray { background: #F5F5F5; }
.stb-panel-dark { background: #111827; color: #fff; }
.stb-panel h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 16px; }
.stb-panel-dark h2 { color: #fff; }
.stb-panel h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.stb-panel p { margin-bottom: 14px; }
.stb-panel-dark p { color: rgba(255,255,255,.85); }

/* ===== TWO-COL ===== */
.stb-two-col { display: flex; flex-direction: column; gap: 28px; }
.stb-two-col-img img { border-radius: 12px; width: 100%; box-shadow: 0 4px 20px rgba(0,0,0,.12); }

/* ===== SPORT CHIPS ===== */
.stb-chips-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.stb-chip { display: flex; align-items: center; gap: 6px; background: #FFF0F0; color: #C00; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; border: 1px solid #FFCCCC; }

/* ===== HOW-TO GRID ===== */
.stb-howto-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
.stb-howto-card { background: #fff; border-radius: 12px; padding: 20px 20px 20px 24px; box-shadow: 0 2px 10px rgba(0,0,0,.07); border-left: 4px solid #E8131A; }
.stb-panel-dark .stb-howto-card { background: rgba(255,255,255,.06); border-left-color: #E8131A; }
.stb-howto-num { font-size: 1.6rem; font-weight: 800; color: #E8131A; margin-bottom: 6px; line-height: 1; }
.stb-howto-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.stb-howto-card p { font-size: .9rem; margin-bottom: 0; color: #555; }
.stb-panel-dark .stb-howto-card p { color: rgba(255,255,255,.7); }
.stb-panel-dark .stb-howto-card h3 { color: #fff; }

/* ===== GAME CATEGORIES ===== */
.stb-game-cats { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
.stb-game-cat { position: relative; border-radius: 12px; overflow: hidden; }
.stb-game-cat img { width: 100%; height: 200px; object-fit: cover; }
.stb-game-cat-name { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.7); color: #fff; text-align: center; padding: 12px; font-weight: 700; font-size: 1rem; }

/* ===== GAME SUB ===== */
.stb-game-sub { margin-top: 36px; }

/* ===== SLOTS ROW ===== */
.stb-slots-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.stb-slot-tile { background: rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; text-align: center; }
.stb-slot-tile img { width: 100%; height: 130px; object-fit: cover; }
.stb-slot-tile p { padding: 8px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 0; }

/* ===== FOUR GRID ===== */
.stb-four-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.stb-four-card { background: rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; text-align: center; }
.stb-four-card img { width: 100%; height: 160px; object-fit: cover; }
.stb-four-card span { display: block; padding: 10px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.9); }

/* ===== PAYMENTS ===== */
.stb-pay-icons { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 28px; align-items: center; }
.stb-pay-icons img { height: 36px; max-width: 80px; background: #fff; padding: 4px 8px; border-radius: 6px; object-fit: contain; box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.stb-pay-tables { display: flex; flex-direction: column; gap: 24px; }
.stb-pay-tables h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.stb-data-table { width: 100%; border-collapse: collapse; font-size: 14px; border-radius: 12px; overflow: hidden; }
.stb-data-table th { background: #E8131A; color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; }
.stb-data-table td { padding: 9px 14px; border-bottom: 1px solid #eee; }
.stb-data-table tr:nth-child(even) td { background: #FFF5F5; }

/* ===== CHECKLIST ===== */
.stb-checklist { list-style: none; margin: 14px 0 20px; }
.stb-checklist li { padding: 6px 0 6px 28px; position: relative; font-size: .95rem; }
.stb-checklist li::before { content: ''; position: absolute; left: 0; top: 11px; width: 16px; height: 16px; background: #E8131A; border-radius: 50%; }
.stb-checklist li::after { content: '✓'; position: absolute; left: 3px; top: 9px; color: #fff; font-size: 10px; font-weight: 700; }

/* ===== BONUSES ===== */
.stb-bonus-block { margin-top: 36px; }
.stb-bonus-tiles { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
.stb-bonus-tile { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.stb-bonus-tile img { width: 100%; height: 170px; object-fit: cover; }
.stb-bonus-body { padding: 16px; }
.stb-bonus-body h4 { font-size: 1rem; font-weight: 700; color: #E8131A; margin-bottom: 6px; }
.stb-bonus-body p { font-size: .9rem; margin-bottom: 0; color: #555; }
.stb-single-promo { display: flex; flex-direction: column; gap: 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.08); margin-top: 16px; }
.stb-single-promo img { width: 100%; height: 200px; object-fit: cover; }
.stb-single-promo-text { padding: 20px; }
.stb-single-promo-text p { font-size: .95rem; margin-bottom: 16px; color: #555; }

/* ===== AUTHOR ===== */
.stb-author-box { display: flex; flex-direction: column; gap: 16px; background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.08); border-top: 4px solid #E8131A; }
.stb-author-photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.stb-author-nm { font-size: 1.1rem; font-weight: 700; margin-bottom: 2px; }
.stb-author-ttl { font-size: .9rem; color: #E8131A; margin-bottom: 8px; font-weight: 600; }

/* ===== FAQ/ACCORDION ===== */
.stb-accord { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.stb-accord-item { background: #fff; border-radius: 12px; box-shadow: 0 1px 6px rgba(0,0,0,.07); overflow: hidden; border: 1px solid #eee; }
.stb-accord-btn { width: 100%; background: none; border: none; cursor: pointer; padding: 16px 20px; text-align: left; font-size: .95rem; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #1A1A1A; font-family: 'Montserrat', sans-serif; }
.stb-accord-btn:hover { background: #FFF5F5; }
.stb-accord-btn svg { flex-shrink: 0; transition: transform .3s; }
.stb-accord-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.stb-accord-btn[aria-expanded="true"] { color: #E8131A; }
.stb-accord-content { padding: 0 20px 16px; }
.stb-accord-content p { font-size: .9rem; color: #555; margin-bottom: 0; }

/* ===== FOOTER ===== */
.stb-footer { background: #111; color: #fff; padding: 40px 16px 24px; }
.stb-footer-cols { display: flex; flex-direction: column; gap: 24px; margin-bottom: 28px; }
.stb-footer-logo { filter: brightness(10); margin-bottom: 12px; }
.stb-footer-about { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.6; }
.stb-footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.stb-footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; transition: color .2s; }
.stb-footer-links a:hover { color: #E8131A; }
.stb-footer-legal { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; margin-bottom: 16px; }
.stb-footer-legal p { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 8px; line-height: 1.6; }
.stb-footer-legal p:last-child { margin-bottom: 0; }
.stb-footer-copy { font-size: 12px; color: rgba(255,255,255,.35); }

/* ===== BREAKPOINT: 768px ===== */
@media (min-width: 768px) {
  .stb-hero { padding: 56px 20px; }
  .stb-hero-inner { flex-direction: row; align-items: center; gap: 48px; }
  .stb-hero h1 { font-size: 2.4rem; }
  .stb-hero-text, .stb-hero-img { flex: 1; }

  .stb-nav { display: flex; }
  .stb-burger { display: none; }

  .stb-two-col { flex-direction: row; align-items: center; gap: 48px; }
  .stb-two-col-text, .stb-two-col-img { flex: 1; }

  .stb-howto-grid { grid-template-columns: repeat(2, 1fr); }
  .stb-game-cats { grid-template-columns: repeat(3, 1fr); }
  .stb-slots-row { grid-template-columns: repeat(4, 1fr); }
  .stb-four-grid { grid-template-columns: repeat(4, 1fr); }
  .stb-bonus-tiles { grid-template-columns: repeat(3, 1fr); }
  .stb-single-promo { flex-direction: row; }
  .stb-single-promo img { width: 320px; height: auto; flex-shrink: 0; }

  .stb-author-box { flex-direction: row; align-items: flex-start; }
  .stb-pay-tables { flex-direction: row; gap: 32px; }
  .stb-pay-tables > div { flex: 1; }
  .stb-footer-cols { flex-direction: row; justify-content: space-between; }
  .stb-footer-links { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; }
}

/* ===== BREAKPOINT: 1024px ===== */
@media (min-width: 1024px) {
  .stb-panel { padding: 64px 20px; }
  .stb-hero { padding: 72px 20px; }
  .stb-hero h1 { font-size: 2.8rem; }
  .stb-panel h2 { font-size: 1.9rem; }
  .stb-howto-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== BREAKPOINT: 1440px ===== */
@media (min-width: 1440px) {
  .stb-container { max-width: 1360px; }
  .stb-hero h1 { font-size: 3rem; }
  .stb-panel h2 { font-size: 2.1rem; }
  .stb-slots-row { grid-template-columns: repeat(6, 1fr); }
  .stb-howto-grid { grid-template-columns: repeat(5, 1fr); }
}

/* ===== MOBILE MENU ===== */
@media (max-width: 767px) {
  .stb-nav { position: fixed; top: 64px; left: 0; right: 0; background: #fff; border-top: 2px solid #E8131A; flex-direction: column; padding: 12px 16px; gap: 4px; z-index: 99; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
  .stb-nav.stb-nav-open { display: flex; }
  .stb-nav a { padding: 10px 16px; border-radius: 8px; font-size: 15px; }
}
