/* ===== BETSSON ONLINE CHILE — SHARED STYLES ===== */
:root {
  --orange: #FF6600;
  --orange-light: #FF8C42;
  --orange-dark: #CC5200;
  --orange-pale: #FFF0E6;
  --dark: #1A1200;
  --dark2: #2D1800;
  --text: #2D2D2D;
  --text-light: #666;
  --bg: #FFF8F2;
  --white: #FFFFFF;
  --border: #FFD5B0;
  --shadow: 0 4px 24px rgba(255,102,0,0.12);
  --shadow2: 0 8px 40px rgba(0,0,0,0.1);
  --radius: 12px;
  --green: #00B050;
  --red: #E03030;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: var(--bg); color: var(--text); line-height: 1.75; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--orange-dark); }
ul { list-style: none; }

/* ===== HEADER ===== */
.site-header {
  background: var(--dark);
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
}
.header-top-bar {
  background: var(--orange);
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.header-top-bar a { color: #fff; }
.header-top-bar span { color: rgba(255,255,255,0.85); }
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-wrap { display: flex; align-items: center; gap: 10px; }
.logo-wrap img { width: auto; height: 48px; object-fit: contain; }
.logo-text { color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: -0.5px; }
.logo-text span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.main-nav a {
  color: rgba(255,255,255,0.85);
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s;
}
.main-nav a:hover, .main-nav a.active {
  background: var(--orange);
  color: #fff;
}
.nav-cta {
  background: var(--orange) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  box-shadow: 0 4px 15px rgba(255,102,0,0.4);
  animation: pulse-cta 2.5s infinite;
}
@keyframes pulse-cta {
  0%,100% { box-shadow: 0 4px 15px rgba(255,102,0,0.4); }
  50% { box-shadow: 0 4px 25px rgba(255,102,0,0.7); }
}
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 5px; }
.hamburger span { display: block; width: 25px; height: 3px; background: #fff; border-radius: 3px; transition: all 0.3s; }
.mobile-cta-btn { display: none; }

@media (max-width: 900px) {
  .hamburger { display: flex; }
  .mobile-cta-btn {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 3px 12px rgba(255,102,0,0.5);
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--dark2);
    flex-direction: column;
    padding: 10px;
    gap: 2px;
    border-top: 3px solid var(--orange);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { border-radius: 6px; padding: 11px 16px; font-size: 15px; }
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: #999;
}
.breadcrumb a { color: var(--orange); }
.breadcrumb .sep { margin: 0 6px; }

/* ===== HERO ===== */
.hero {
  background: #1A1200;
  background-image: linear-gradient(135deg, rgba(26,18,0,0.72) 0%, rgba(42,22,0,0.55) 60%, rgba(26,10,0,0.78) 100%), var(--hero-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 90px 20px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  display: none;
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,102,0,0.18) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(255,140,66,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 860px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(255,102,0,0.2);
  border: 1px solid var(--orange);
  color: var(--orange);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p { font-size: 1.15rem; opacity: 0.88; max-width: 640px; margin: 0 auto 35px; }
.hero-cta-row { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; opacity: 0.8; }
.trust-item .icon { font-size: 1.3rem; }

/* ===== STATS BAR ===== */
.stats-bar {
  background: linear-gradient(90deg, var(--orange) 0%, #FF8C42 100%);
  padding: 35px 20px;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.stat-num { font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.9); margin-top: 4px; }
@media (max-width: 600px) { .stats-inner { grid-template-columns: repeat(2,1fr); } }

/* ===== SECTIONS ===== */
.section { padding: 64px 20px; max-width: 1280px; margin: 0 auto; }
.section-sm { padding: 40px 20px; }
.section-header { margin-bottom: 40px; }
.section-header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--dark); }
.section-header h2 em { color: var(--orange); font-style: normal; }
.section-header p { color: var(--text-light); margin-top: 8px; font-size: 1.05rem; }
.section-header.center { text-align: center; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; border: none; transition: all 0.25s; text-decoration: none; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 15px rgba(255,102,0,0.4); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 6px 25px rgba(255,102,0,0.5); color: #fff; }
.btn-outline { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange); color: #fff; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--dark2); transform: translateY(-2px); color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 17px; border-radius: 10px; }

/* ===== CARDS ===== */
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); overflow: hidden; }
.card-body { padding: 24px; }
.card-icon { font-size: 2.4rem; margin-bottom: 14px; }
.card h3 { font-size: 1.1rem; color: var(--dark); margin-bottom: 8px; }
.card p { color: var(--text-light); font-size: 0.95rem; }

/* ===== GRIDS ===== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media (max-width: 960px) { .grid-3 { grid-template-columns: repeat(2,1fr); } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; } }

/* ===== TABLES ===== */
.table-wrap { overflow-x: auto; margin: 28px 0; border-radius: var(--radius); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 520px; }
thead th { background: var(--orange); color: #fff; padding: 14px 18px; font-size: 14px; font-weight: 600; text-align: left; white-space: nowrap; }
thead th:first-child { border-radius: 12px 0 0 0; }
thead th:last-child { border-radius: 0 12px 0 0; }
tbody td { padding: 13px 18px; border-bottom: 1px solid #FFE8D0; font-size: 14px; color: var(--text); }
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) td { background: #FFF8F2; }
tbody tr:hover td { background: #FFF0E0; }
.td-green { color: var(--green); font-weight: 600; }
.td-red { color: var(--red); }
.td-orange { color: var(--orange); font-weight: 600; }
.td-center { text-align: center; }
.check::before { content: '✔'; color: var(--green); font-weight: 700; }
.cross::before { content: '✘'; color: var(--red); }
.star-row { color: var(--orange); font-size: 1rem; }

/* ===== CHARTS ===== */
.chart-box { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.chart-box h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.chart-box h3::before { content: '📊'; }
.chart-wrap { position: relative; width: 100%; }

/* ===== HIGHLIGHT / INFO BOXES ===== */
.highlight-box {
  background: linear-gradient(135deg, var(--orange), #FF9944);
  color: #fff;
  border-radius: var(--radius);
  padding: 32px;
  margin: 28px 0;
}
.highlight-box h3 { font-size: 1.4rem; margin-bottom: 10px; }
.highlight-box p { opacity: 0.9; }
.info-box {
  background: var(--orange-pale);
  border-left: 5px solid var(--orange);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 24px;
  margin: 20px 0;
}
.info-box strong { color: var(--orange-dark); }
.warning-box {
  background: #FFF3CD;
  border-left: 5px solid #FFC107;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 22px;
  margin: 20px 0;
  font-size: 14px;
  color: #6B4B00;
}

/* ===== TAGS / BADGES ===== */
.badge { display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.badge-orange { background: var(--orange); color: #fff; }
.badge-green { background: var(--green); color: #fff; }
.badge-dark { background: var(--dark); color: #fff; }
.badge-outline { border: 1.5px solid var(--orange); color: var(--orange); }

/* ===== AUTHOR BOX ===== */
.author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: var(--radius);
  padding: 22px 26px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--orange);
  margin: 32px 0;
}
.author-avatar {
  width: 72px; height: 72px; min-width: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #FF9944);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: #fff;
  overflow: hidden;
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-info h4 { font-size: 1rem; color: var(--dark); font-weight: 700; }
.author-info p { font-size: 13px; color: var(--text-light); margin-top: 3px; }
.author-info .stars { color: var(--orange); }

/* ===== SEO TEXT BLOCK ===== */
.seo-block { background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); margin: 40px 0; border: 1px solid var(--border); }
.seo-block h2 { font-size: 1.5rem; color: var(--orange-dark); margin: 28px 0 12px; border-bottom: 2px solid var(--border); padding-bottom: 8px; }
.seo-block h2:first-child { margin-top: 0; }
.seo-block h3 { font-size: 1.15rem; color: var(--dark); margin: 20px 0 8px; }
.seo-block p { margin-bottom: 16px; line-height: 1.85; }
.seo-block ul { padding-left: 22px; margin-bottom: 16px; list-style: disc; }
.seo-block li { margin-bottom: 7px; }
.seo-block strong { color: var(--dark); }

/* ===== RATING BAR ===== */
.rating-bar { margin: 8px 0; }
.rating-bar .label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 4px; }
.rating-bar .bar { height: 8px; background: var(--border); border-radius: 4px; overflow: hidden; }
.rating-bar .fill { height: 100%; background: var(--orange); border-radius: 4px; }

/* ===== STEPS ===== */
.steps-list { counter-reset: step; }
.step-item { display: flex; gap: 22px; align-items: flex-start; padding: 24px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 18px; border: 1px solid var(--border); }
.step-num { min-width: 52px; height: 52px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: #fff; box-shadow: 0 4px 12px rgba(255,102,0,0.4); }
.step-content h3 { font-size: 1.1rem; color: var(--dark); margin-bottom: 6px; }
.step-content p { color: var(--text-light); font-size: 0.95rem; }

/* ===== FAQ ===== */
.faq-list { margin: 28px 0; }
.faq-item { border-bottom: 1px solid var(--border); background: #fff; }
.faq-item:first-child { border-radius: var(--radius) var(--radius) 0 0; }
.faq-item:last-child { border-radius: 0 0 var(--radius) var(--radius); border-bottom: none; }
.faq-q { padding: 18px 22px; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; font-size: 15px; }
.faq-q:hover { background: var(--orange-pale); }
.faq-q .arrow { color: var(--orange); font-size: 1.2rem; transition: transform 0.3s; }
.faq-q.open .arrow { transform: rotate(180deg); }
.faq-a { padding: 0 22px 18px; color: var(--text-light); display: none; line-height: 1.8; font-size: 15px; }
.faq-a.visible { display: block; }

/* ===== TABS ===== */
.tabs-nav { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 26px; border-bottom: 2px solid var(--border); padding-bottom: 10px; }
.tab-btn { padding: 10px 22px; border-radius: 8px 8px 0 0; font-weight: 600; font-size: 14px; cursor: pointer; border: none; background: transparent; color: #777; transition: all 0.25s; }
.tab-btn.active, .tab-btn:hover { background: var(--orange); color: #fff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ===== SIDEBAR LAYOUT ===== */
.page-with-sidebar { max-width: 1280px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 1fr 310px; gap: 32px; }
@media (max-width: 960px) { .page-with-sidebar { grid-template-columns: 1fr; } }
.sidebar-widget { background: #fff; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); margin-bottom: 26px; border-top: 4px solid var(--orange); }
.sidebar-widget h4 { font-size: 1rem; color: var(--orange); margin-bottom: 14px; font-weight: 700; }
.sidebar-link-list a { display: flex; align-items: center; gap: 8px; color: var(--text); padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.sidebar-link-list a:last-child { border-bottom: none; }
.sidebar-link-list a:hover { color: var(--orange); }
.sidebar-cta { background: linear-gradient(135deg, var(--orange), #FF9944); border-radius: var(--radius); padding: 22px; text-align: center; color: #fff; margin-bottom: 26px; }
.sidebar-cta h4 { font-size: 1.1rem; margin-bottom: 8px; }
.sidebar-cta p { font-size: 13px; opacity: 0.9; margin-bottom: 14px; }

/* ===== GAME CARDS ===== */
.game-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s, box-shadow 0.3s; }
.game-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(255,102,0,0.2); }
.game-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; background: linear-gradient(135deg, var(--dark), var(--dark2)); }
.game-meta { padding: 14px; }
.game-meta h4 { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.game-meta p { font-size: 12px; color: #999; }
.game-meta .rtp { font-size: 12px; color: var(--green); font-weight: 600; margin-top: 6px; }

/* ===== PAYMENT CARDS ===== */
.pay-card { background: #fff; border-radius: var(--radius); padding: 22px 16px; text-align: center; box-shadow: var(--shadow); border: 2px solid transparent; transition: border-color 0.3s, transform 0.3s; }
.pay-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.pay-icon { font-size: 2.8rem; margin-bottom: 10px; }
.pay-name { font-weight: 700; color: var(--dark); font-size: 14px; }
.pay-time { font-size: 12px; color: var(--text-light); margin-top: 5px; }
.pay-limit { font-size: 12px; color: var(--green); font-weight: 600; margin-top: 4px; }

/* ===== BONUS CARDS ===== */
.bonus-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 2px solid transparent; transition: all 0.3s; }
.bonus-card:hover { border-color: var(--orange); transform: translateY(-5px); }
.bonus-card.featured { border-color: var(--orange); }
.bonus-head { background: linear-gradient(135deg, var(--orange), #FF9944); padding: 28px 22px; text-align: center; color: #fff; }
.bonus-head .amount { font-size: 2.5rem; font-weight: 800; }
.bonus-head .type { font-size: 14px; opacity: 0.9; }
.bonus-body { padding: 22px; }
.bonus-features { list-style: none; }
.bonus-features li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; display: flex; align-items: center; gap: 8px; }
.bonus-features li:last-child { border-bottom: none; }
.bonus-features li::before { content: '✔'; color: var(--green); font-weight: 700; flex-shrink: 0; }

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); color: #aaa; padding: 60px 20px 24px; margin-top: 80px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
.footer-col h4 { color: var(--orange); font-size: 1rem; margin-bottom: 16px; font-weight: 700; }
.footer-col p { font-size: 14px; line-height: 1.8; }
.footer-col a { display: block; color: #999; font-size: 14px; margin-bottom: 9px; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange); }
.footer-divider { border: none; border-top: 1px solid #333; margin: 40px 0 24px; }
.footer-bottom { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.f-badge { background: #333; border: 1px solid #444; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #aaa; }
.footer-disclaimer { max-width: 1280px; margin: 20px auto 0; font-size: 12px; color: #666; line-height: 1.7; text-align: center; border-top: 1px solid #2a2a2a; padding-top: 20px; }
@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 500px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ===== MISC ===== */
.text-orange { color: var(--orange); }
.text-green { color: var(--green); }
.text-center { text-align: center; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.divider { height: 1px; background: var(--border); margin: 40px 0; }
.two-col-text { columns: 2; gap: 36px; }
@media (max-width: 700px) { .two-col-text { columns: 1; } }
.full-bg { background: #fff; }
.gray-bg { background: #F5F0EC; }
.orange-section { background: linear-gradient(135deg, var(--orange-pale), #FFE4CC); }

/* ===== BREADCRUMB ===== */
.breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--border); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: #1A1200;
  background-image: linear-gradient(135deg, rgba(26,18,0,0.72) 0%, rgba(45,24,0,0.55) 100%), var(--hero-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 20px 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero::after { content: ''; position: absolute; right: -100px; top: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,102,0,0.08); }
.page-hero-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 14px; }
.page-hero h1 em { color: var(--orange); font-style: normal; }
.page-hero p { font-size: 1.05rem; opacity: 0.85; max-width: 620px; }
.page-hero .meta { margin-top: 18px; font-size: 13px; opacity: 0.65; display: flex; gap: 20px; flex-wrap: wrap; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f0e8e0; }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 4px; }

/* ===== ACCESSIBILITY ===== */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100000; background: var(--orange); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; font-weight: 700; text-decoration: none; }
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.hamburger:focus-visible { outline: 3px solid #fff; }

/* ===== MOBILE OVERFLOW FIXES ===== */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body,
.site-header,
.header-top-bar,
.header-inner,
.main-nav,
.breadcrumb,
.breadcrumb-wrap,
.hero,
.page-hero,
.section,
.site-footer,
.footer-inner,
.footer-bottom,
.footer-disclaimer {
  max-width: 100%;
}

.section,
.card,
.chart-box,
.seo-block,
.sidebar-widget,
.sidebar-cta,
.bonus-card,
.game-card,
.pay-card,
.step-item,
.highlight-box,
.warning-box,
.info-box,
.grid-2,
.grid-3,
.grid-4,
.page-with-sidebar,
.main-content,
.sidebar {
  min-width: 0;
}

table {
  max-width: 100%;
}

@media (max-width: 768px) {
  .header-top-bar {
    padding: 6px 12px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .header-top-bar span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .header-inner {
    padding: 10px 12px;
    gap: 8px;
  }

  .logo-wrap {
    min-width: 0;
    flex: 1 1 auto;
  }

  .logo-wrap img {
    width: auto !important;
    height: 40px;
    max-width: 132px;
  }

  .mobile-cta-btn {
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hamburger {
    flex: 0 0 auto;
  }

  .main-nav {
    width: 100%;
    max-width: 100vw;
  }

  .section,
  .section-sm,
  .hero,
  .page-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }

  .hero-cta-row,
  .hero-trust,
  .page-hero .meta,
  .footer-badges {
    max-width: 100%;
  }

  .chart-box,
  .seo-block,
  .highlight-box,
  .warning-box,
  .info-box {
    padding-left: 18px;
    padding-right: 18px;
  }

  table {
    display: block;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .logo-wrap {
    flex: 1 1 calc(100% - 44px);
  }

  .mobile-cta-btn {
    order: 3;
    width: 100%;
    text-align: center;
  }

  .main-nav {
    top: 100%;
  }

  .btn,
  .btn-lg {
    width: 100%;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}
