/* Sportingbet RO site-1 | CSS prefix: spb- | Font: Roboto | Layout: split-hero, square cards */
/* 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: 'Roboto', sans-serif; background: #F5F5F5; color: #1A1A1A; line-height: 1.65; padding-bottom: 64px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

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

/* ===== HEADER ===== */
.spb-header { position: sticky; top: 0; z-index: 100; background: #1A3C6E; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.spb-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.spb-logo img { height: 36px; width: auto; }
.spb-nav { display: none; list-style: none; gap: 4px; }
.spb-nav a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; padding: 6px 10px; border-radius: 4px; transition: background .2s; }
.spb-nav a:hover { background: rgba(255,255,255,.15); }
.spb-header-cta { background: #D32F2F; color: #fff; padding: 8px 18px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; transition: background .2s; white-space: nowrap; }
.spb-header-cta:hover { background: #B71C1C; }
.spb-burger { background: none; border: none; cursor: pointer; padding: 4px; display: flex; flex-direction: column; gap: 5px; }
.spb-burger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s; }

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

/* ===== HERO ===== */
.spb-hero { background: linear-gradient(135deg, #1A3C6E 0%, #0D2247 60%, #1A3C6E 100%); color: #fff; padding: 40px 16px; }
.spb-hero-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.spb-hero h1 { font-size: 1.9rem; font-weight: 900; line-height: 1.2; margin-bottom: 14px; }
.spb-hero-text p { font-size: 1rem; opacity: .9; margin-bottom: 20px; }
.spb-hero-img img { border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,.4); width: 100%; }

/* ===== BUTTONS ===== */
.spb-btn-primary { display: inline-block; background: #D32F2F; color: #fff; padding: 13px 28px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: background .2s; }
.spb-btn-primary:hover { background: #B71C1C; }

/* ===== TOC ===== */
.spb-toc { background: #1A3C6E; color: #fff; padding: 20px 16px; }
.spb-toc-inner { max-width: 1280px; margin: 0 auto; }
.spb-toc-title { font-size: 1rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .05em; }
.spb-toc-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.spb-toc-list a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 13px; padding: 4px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; transition: all .2s; }
.spb-toc-list a:hover { background: rgba(255,255,255,.15); color: #fff; }

/* ===== SECTIONS ===== */
.spb-section { padding: 48px 16px; }
.spb-section-alt { background: #EAEAEA; }
.spb-section-dark { background: #0D2247; color: #fff; }
.spb-section h2 { font-size: 1.6rem; font-weight: 900; margin-bottom: 16px; }
.spb-section-dark h2 { color: #fff; }
.spb-section h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.spb-section p { margin-bottom: 14px; }
.spb-section-dark p { opacity: .9; }

/* ===== SPLIT LAYOUT ===== */
.spb-split { display: flex; flex-direction: column; gap: 24px; }
.spb-split-img img { border-radius: 4px; width: 100%; box-shadow: 0 4px 16px rgba(0,0,0,.15); }

/* ===== SPORT ICONS ===== */
.spb-sport-icons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.spb-sport-chip { display: flex; align-items: center; gap: 6px; background: #E8F0FB; color: #1A3C6E; padding: 6px 12px; border-radius: 4px; font-size: 13px; font-weight: 500; }

/* ===== STEPS ===== */
.spb-steps { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.spb-step { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: 4px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.spb-section-dark .spb-step { background: rgba(255,255,255,.08); }
.spb-step-num { flex-shrink: 0; width: 40px; height: 40px; background: #D32F2F; color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.1rem; }
.spb-step-content h3 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.spb-step-content p { margin-bottom: 0; font-size: .95rem; }

/* ===== CATEGORY GRID ===== */
.spb-cat-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
.spb-cat-card { position: relative; border-radius: 4px; overflow: hidden; }
.spb-cat-card img { width: 100%; height: 200px; object-fit: cover; }
.spb-cat-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(13,34,71,.85); color: #fff; text-align: center; padding: 10px; font-weight: 700; font-size: 1rem; }

/* ===== SLOTS GRID ===== */
.spb-subsection { margin-top: 36px; }
.spb-slots-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.spb-slot-card { background: rgba(255,255,255,.08); border-radius: 4px; overflow: hidden; text-align: center; }
.spb-slot-card img { width: 100%; height: 130px; object-fit: cover; }
.spb-slot-card span { display: block; padding: 8px; font-size: 13px; font-weight: 500; color: #fff; }

/* ===== LIVE / TABLE GRID ===== */
.spb-live-grid, .spb-table-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.spb-live-card, .spb-table-card { background: rgba(255,255,255,.08); border-radius: 4px; overflow: hidden; text-align: center; }
.spb-live-card img, .spb-table-card img { width: 100%; height: 160px; object-fit: cover; }
.spb-live-card span, .spb-table-card span { display: block; padding: 10px; font-size: 14px; font-weight: 600; color: #fff; }

/* ===== PAYMENTS ===== */
.spb-payments-block { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 28px; align-items: center; }
.spb-payments-block img { height: 36px; max-width: 80px; background: #fff; padding: 4px 8px; border-radius: 6px; object-fit: contain; }
.spb-payment-tables { display: flex; flex-direction: column; gap: 24px; }
.spb-payment-col h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.spb-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.spb-table th { background: #1A3C6E; color: #fff; padding: 10px 12px; text-align: left; font-weight: 700; }
.spb-table td { padding: 9px 12px; border-bottom: 1px solid #ddd; }
.spb-table tr:nth-child(even) td { background: #F0F4FA; }

/* ===== LIST ===== */
.spb-list { list-style: none; margin: 12px 0 20px; }
.spb-list li { padding: 6px 0 6px 24px; position: relative; font-size: .95rem; }
.spb-list li::before { content: ''; position: absolute; left: 0; top: 12px; width: 10px; height: 10px; background: #D32F2F; border-radius: 2px; }

/* ===== BONUSES ===== */
.spb-bonus-subsection { margin-top: 36px; }
.spb-bonus-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
.spb-bonus-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.1); }
.spb-bonus-card img { width: 100%; height: 180px; object-fit: cover; }
.spb-bonus-info { padding: 16px; }
.spb-bonus-info h4 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: #1A3C6E; }
.spb-bonus-info p { font-size: .9rem; margin-bottom: 12px; }
.spb-single-bonus { display: flex; flex-direction: column; gap: 16px; margin-top: 16px; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.1); }
.spb-single-bonus img { width: 100%; height: 200px; object-fit: cover; }
.spb-single-bonus .spb-bonus-info { padding: 20px; }

/* ===== AUTHOR ===== */
.spb-author { display: flex; flex-direction: column; gap: 16px; background: #fff; border-radius: 4px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.spb-author-img { width: 80px; height: 80px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.spb-author-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 2px; }
.spb-author-role { font-size: .9rem; color: #1A6BC5; margin-bottom: 8px; font-weight: 500; }

/* ===== FAQ ===== */
.spb-faq { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.spb-faq-item { background: #fff; border-radius: 4px; box-shadow: 0 1px 6px rgba(0,0,0,.08); overflow: hidden; }
.spb-faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 16px 20px; text-align: left; font-size: 1rem; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #1A1A1A; }
.spb-faq-q:hover { background: #F0F4FA; }
.spb-faq-q svg { flex-shrink: 0; transition: transform .3s; }
.spb-faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.spb-faq-a { padding: 0 20px 16px; }
.spb-faq-a p { margin-bottom: 0; font-size: .95rem; color: #444; }

/* ===== FOOTER ===== */
.spb-footer { background: #0D2247; color: #fff; padding: 40px 16px 24px; }
.spb-footer-top { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.spb-footer-logo img { filter: brightness(10); }
.spb-footer-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.spb-footer-nav a { color: rgba(255,255,255,.75); text-decoration: none; font-size: 14px; transition: color .2s; }
.spb-footer-nav a:hover { color: #fff; }
.spb-footer-disclaimer { border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); padding: 20px 0; margin-bottom: 20px; }
.spb-footer-disclaimer p { font-size: 12px; color: rgba(255,255,255,.65); margin-bottom: 8px; line-height: 1.6; }
.spb-footer-disclaimer p:last-child { margin-bottom: 0; }
.spb-footer-bottom p { font-size: 12px; color: rgba(255,255,255,.45); }

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

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

  .spb-split { flex-direction: row; align-items: center; gap: 40px; }
  .spb-split-text, .spb-split-img { flex: 1; }

  .spb-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .spb-slots-grid { grid-template-columns: repeat(4, 1fr); }
  .spb-live-grid, .spb-table-grid { grid-template-columns: repeat(4, 1fr); }
  .spb-bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .spb-single-bonus { flex-direction: row; }
  .spb-single-bonus img { width: 340px; height: auto; }

  .spb-author { flex-direction: row; align-items: flex-start; }
  .spb-payment-tables { flex-direction: row; gap: 32px; }
  .spb-payment-col { flex: 1; }

  .spb-steps { max-width: 800px; }
  .spb-footer-top { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ===== BREAKPOINT: 1024px ===== */
@media (min-width: 1024px) {
  .spb-section { padding: 64px 20px; }
  .spb-hero { padding: 72px 20px; }
  .spb-hero h1 { font-size: 2.8rem; }
  .spb-section h2 { font-size: 1.9rem; }
}

/* ===== BREAKPOINT: 1440px ===== */
@media (min-width: 1440px) {
  .spb-container { max-width: 1360px; }
  .spb-hero-inner { max-width: 1360px; }
  .spb-hero h1 { font-size: 3.2rem; }
  .spb-section h2 { font-size: 2.1rem; }
  .spb-slots-grid { grid-template-columns: repeat(6, 1fr); }
}

/* ===== MOBILE MENU ===== */
@media (max-width: 767px) {
  .spb-nav { position: fixed; top: 64px; left: 0; right: 0; background: #1A3C6E; flex-direction: column; padding: 16px; gap: 4px; z-index: 99; }
  .spb-nav.spb-nav-open { display: flex; }
  .spb-nav a { padding: 10px 16px; font-size: 15px; }
}
