:root {
  --bg: #effaf3;
  --panel: #ffffff;
  --panel-2: #dff5e8;
  --ink: #10231b;
  --muted: #52685f;
  --line: rgba(5, 150, 105, .18);
  --green: #059669;
  --green-dark: #047857;
  --gold: #ffc247;
  --shadow: 0 16px 36px rgba(5, 95, 65, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 18px; padding: 0 clamp(16px, 4vw, 46px); }
.logo { display: inline-flex; align-items: center; text-decoration: none; min-width: 0; }
.logo-image { width: 148px; max-width: 30vw; height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 850; font-size: 14px; padding: 10px 11px; border-radius: 8px; white-space: nowrap; }
.site-nav a:hover { color: var(--green-dark); background: rgba(5,150,105,.10); }
.play-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; border: 0; background: linear-gradient(135deg, #059669, #047857); color: #ffffff; text-decoration: none; font-weight: 950; box-shadow: 0 14px 28px rgba(5,150,105,.22); white-space: nowrap; }
.menu-toggle { display: none !important; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); color: var(--ink); background: #ecfdf5; font-size: 22px; }
.hero { min-height: 540px; display: grid; align-items: start; text-align: center; background: linear-gradient(180deg, rgba(239,250,243,.52), rgba(239,250,243,.92)), var(--hero-image, #effaf3); background-size: cover; background-position: center; }
.hero-inner { width: 100%; padding: 76px clamp(16px, 5vw, 72px) 58px; }
.hero-copy { max-width: 1100px; margin: 0 auto; }
h1 { margin: 8px 0 18px; font-size: clamp(38px, 6vw, 76px); line-height: 1.03; letter-spacing: 0; }
h2 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 38px); line-height: 1.16; letter-spacing: 0; }
h3 { margin: 22px 0 8px; font-size: 20px; }
p { margin: 0 0 14px; }
.lead { max-width: 960px; margin: 0 auto; color: #294238; font-size: 19px; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; justify-content: center; }
.section { width: 100%; padding: 40px clamp(16px, 5vw, 72px); }
.section:not(.quick-facts) + .section { padding-top: 24px; }
.section.alt { background: var(--panel-2); }
.section-inner { width: min(1120px, 100%); margin: 0 auto; }
.text-flow p, .text-flow li { color: #253c33; font-size: 17px; }
.text-flow ul, .text-flow ol { margin: 0 0 18px 20px; padding: 0; color: #253c33; }
.text-flow a:not(.play-button) { color: inherit; font-weight: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.text-flow a:not(.play-button):hover { color: inherit; text-decoration-thickness: 2px; }
.quick-facts { padding-top: 40px; padding-bottom: 40px; }
.quick-facts-grid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quick-fact-card, .review-card, .author-box { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: var(--shadow); }
.quick-fact-title { display: block; color: var(--green); margin: 0 0 8px; font-size: 18px; }
.quick-fact-text { margin: 0; color: #253c33; }
.content-image { width: min(1120px, calc(100% - clamp(32px, 10vw, 144px))); margin: 34px auto 0; overflow: hidden; }
.content-image-link { display: block; text-decoration: none; color: inherit; }
.content-image img { width: 100%; display: block; border-radius: 8px; }
.table-wrap { width: min(980px, 100%); margin: 24px auto 30px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-title { color: var(--green); font-weight: 950; margin: 0 0 12px; }
table { width: 100%; border-collapse: collapse; table-layout: auto; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
th, td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: break-word; word-break: normal; }
th { color: #ffffff; background: linear-gradient(135deg, #34b98b, #16885f); font-weight: 950; white-space: normal; overflow-wrap: normal; word-break: normal; }
tr:nth-child(even) td { background: #f2fbf6; }
tr:last-child td { border-bottom: 0; }
.reviews-grid { width: min(1120px, 100%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.stars { color: var(--gold); font-weight: 950; margin-bottom: 8px; }
.stars span { color: var(--ink); margin-left: 6px; }
.inline-cta { margin: 28px 0 4px; justify-content: center; }
.faq-item { margin-top: 22px; }
.faq-item h3 { color: var(--green); }
.author-box { display: flex; align-items: center; gap: 20px; margin-top: 22px; position: relative; overflow: hidden; padding: 24px; border-left: 4px solid var(--green, var(--cyan, var(--blue, #4fae40))); }
.author-logo { width: 116px; flex: 0 0 116px; display: block; padding: 10px; border-radius: 8px; background: #e5f6ed; box-shadow: 0 10px 24px rgba(0, 0, 0, .24); }
.author-box strong { display: block; color: var(--ink); font-size: 19px; line-height: 1.25; }
.author-box span { display: block; color: var(--muted); font-weight: 850; margin-bottom: 8px; }
.author-box .small { color: var(--muted); font-size: 15px; }
.author-box p:last-child { margin-bottom: 0; }
.cta-band { background: transparent; color: var(--text); }
.footer { padding: 38px clamp(16px, 5vw, 72px); background: #0b1712; color: #f2fbff; border-top: 1px solid rgba(5,150,105,.28); }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 10px; }
.footer-links a { color: #d8fff0; text-decoration: none; font-weight: 800; }
.small { color: #587066; font-size: 14px; }
@media (max-width: 980px) {
  .site-nav a { font-size: 13px; padding: 9px 8px; }
  .logo-image { width: 118px; }
}
@media (max-width: 760px) {
  .header-inner { gap: 10px; }
  .logo { order: 1; }
  .logo-image { width: 92px; max-width: 27vw; }
  .header-inner > .play-button { order: 2; margin-left: auto; min-height: 40px; padding: 0 12px; font-size: 12px; flex: 0 0 auto; }
  .menu-toggle { order: 3; display: inline-grid !important; place-items: center; margin-left: 0; flex: 0 0 42px; width: 42px; height: 42px; }
.site-nav { order: 4; display: none; position: absolute; left: 0; right: 0; top: 74px; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(255,255,255,.98); padding: 10px 22px 18px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .quick-facts-grid, .reviews-grid, .footer-inner { grid-template-columns: 1fr; }
  .author-box { align-items: flex-start; }
}
@media (max-width: 620px) {
  .section, .hero-inner, .footer { padding-left: 16px; padding-right: 16px; }
  .content-image { width: calc(100% - 32px); }
  .table-wrap { width: 100%; }
  table { min-width: 620px; }
  th, td { min-width: 140px; }
}
@media (max-width: 420px) {
  .logo-image { width: 78px; }
  .header-inner > .play-button { padding: 0 10px; }
  .author-box { display: block; }
  .author-logo { width: 112px; margin-bottom: 12px; }
}

/* BetOnRed slots block */
.betonred-slots-snippet {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto;
}

.betonred-slots-snippet .slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
  row-gap: 12px;
  column-gap: 12px;
  justify-content: center;
}

.betonred-slots-snippet .slot {
  text-decoration: none;
  border: 1px solid rgba(5, 150, 105, .18);
  border-radius: 8px;
  padding: 8px;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: inherit;
  color: #064e3b;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

.betonred-slots-snippet .slot:hover .overlay,
.betonred-slots-snippet .slot:hover .play-now,
.betonred-slots-snippet .slot.active .overlay,
.betonred-slots-snippet .slot.active .play-now {
  opacity: 1;
  display: block;
}

.betonred-slots-snippet .slot-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: .3s;
}

.betonred-slots-snippet .slot-image img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}

.betonred-slots-snippet .overlay,
.betonred-slots-snippet .play-now {
  opacity: 0;
  display: none;
  transition: .3s;
}

.betonred-slots-snippet .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
}

.betonred-slots-snippet .btn {
  display: inline-block;
  background: var(--green, #059669);
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.betonred-slots-snippet .play-now {
  width: auto;
  min-width: 104px;
  max-width: 126px;
  padding: 7px 8px;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}

.betonred-slots-snippet .demo-btn {
  top: 25%;
}

.betonred-slots-snippet .iframe-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 18px;
  box-sizing: border-box;
}

.betonred-slots-snippet .iframe-wrapper {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  max-width: 1000px;
  width: 100%;
  background: #ffffff;
}

.betonred-slots-snippet .iframe-wrapper iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.betonred-slots-snippet .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #000;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 2em;
  border-radius: 50%;
  cursor: pointer;
  background: var(--green, #059669);
}

.betonred-slots-snippet .slot-name {
  padding: 8px 10px 0;
  font-size: .95em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.betonred-slots-snippet .slot .btn {
  font-size: 12px;
}

.betonred-slots-snippet .show-more-slots {
  font-weight: 700;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  transition: .3s;
  margin: 16px 0 0;
  font-size: 1.1em;
  background: rgba(5, 150, 105, .10);
  color: inherit;
}

.betonred-slots-snippet .show-more-slots:hover {
  background: rgba(5, 150, 105, .16);
}

@media (max-width: 520px) {
  .betonred-slots-snippet {
    width: calc(100% - 24px);
  }

  .betonred-slots-snippet .slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
    column-gap: 8px;
  }

  .betonred-slots-snippet .slot {
    padding: 6px;
    margin: 0;
  }

  .betonred-slots-snippet .slot-image img {
    width: 100%;
    max-width: 136px;
  }

  .betonred-slots-snippet .play-now {
    min-width: 102px;
    max-width: 116px;
    padding: 6px 7px;
    font-size: 10.5px;
    letter-spacing: 0;
  }

  .betonred-slots-snippet .demo-btn {
    top: 28%;
  }

  .betonred-slots-snippet .slot-image .play-now:not(.demo-btn) {
    top: 70%;
  }

  .betonred-slots-snippet .iframe-wrapper iframe {
    min-height: 320px;
  }
}

