﻿:root {
      --green: #94b70d;
      --green-dark: #749604;
      --green-soft: #c2dc35;
      --red: #c82432;
      --blue: #006dff;
      --deep-blue: #0757c8;
      --gold: #ffd43d;
      --navy: #12355b;
      --ink: #172315;
      --white: #fff;
      --cream: #f7ffe0;
      --line: rgba(255, 255, 255, .42);
      --shadow: 0 22px 50px rgba(61, 91, 0, .28);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--white);
      background:
        radial-gradient(780px 420px at 18% 0%, rgba(255, 255, 255, .28), transparent 62%),
        linear-gradient(180deg, #9abc08 0%, #86aa04 58%, #6f9402 100%);
      font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .wrap {
      width: min(1180px, calc(100% - 42px));
      margin: 0 auto;
    }

    header {
      position: relative;
      z-index: 5;
      background: rgba(142, 179, 5, .96);
      border-bottom: 1px solid rgba(255, 255, 255, .28);
      box-shadow: 0 12px 32px rgba(76, 111, 0, .18);
    }

    .topbar {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: flex-end;
      gap: 2px;
      font-size: 48px;
      line-height: .9;
      font-weight: 950;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 5px 16px rgba(55, 80, 0, .25);
    }

    .brand strong {
      color: var(--deep-blue);
      transform: skew(-8deg);
    }

    .brand span {
      color: var(--blue);
      transform: skew(-8deg);
    }

    .brand em {
      margin-left: 5px;
      color: var(--gold);
      font-size: 18px;
      font-style: normal;
      font-weight: 950;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .pill {
      min-height: 40px;
      padding: 0 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, .3);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      color: #fff;
      background: rgba(255, 255, 255, .08);
      text-transform: uppercase;
    }

    .pill.hot,
    .btn.hot {
      background: linear-gradient(135deg, #0b73ff, #0757c8);
      box-shadow: 0 14px 22px rgba(0, 109, 255, .28);
      border-color: transparent;
    }

    .nav {
      background: rgba(255, 255, 255, .09);
    }

    .nav .wrap {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .nav a {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      color: #f4ffd7;
      font-size: 15px;
      font-weight: 950;
      text-transform: uppercase;
      border-bottom: 3px solid transparent;
    }

    .nav a.active,
    .nav a:hover {
      color: #fff;
      border-color: var(--blue);
    }

    .hero {
      padding: 20px 0 30px;
    }

    .hero-board {
      position: relative;
      min-height: 438px;
      overflow: hidden;
      display: grid;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 39%, rgba(255, 255, 255, .12) 66%, rgba(255, 255, 255, 0) 100%),
        url("789bet-hero.png") center right / cover no-repeat;
      border-radius: 0 0 38px 38px;
      box-shadow: var(--shadow);
    }

    .hero-board::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 88px;
      background: linear-gradient(180deg, transparent, rgba(148, 183, 13, .72));
    }

    .hero-copy {
      position: relative;
      z-index: 1;
      max-width: 625px;
      padding: 58px 40px 64px;
      color: var(--ink);
    }

    h1 {
      margin: 0 0 18px;
      font-size: 56px;
      line-height: 1.04;
      letter-spacing: 0;
      font-weight: 950;
    }

    h1 strong {
      color: var(--deep-blue);
    }

    .lead {
      max-width: 560px;
      margin: 0 0 24px;
      color: #384625;
      font-size: 18px;
      line-height: 1.72;
      font-weight: 700;
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .btn {
      min-height: 48px;
      min-width: 156px;
      padding: 0 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), #0042c7);
      box-shadow: 0 14px 24px rgba(0, 109, 255, .26);
      font-size: 15px;
      font-weight: 950;
      text-transform: uppercase;
      text-align: center;
    }

    .intro-card {
      margin-top: -8px;
      padding: 30px 34px;
      background: rgba(140, 177, 8, .9);
      border: 1px solid rgba(255, 255, 255, .55);
      border-radius: 12px;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 0 26px rgba(255, 255, 255, .34);
    }

    .intro-card h2 {
      margin: 0 0 16px;
      color: var(--deep-blue);
      font-size: 32px;
      line-height: 1.25;
      text-align: center;
    }

    .intro-card p {
      margin: 0 0 14px;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
    }

    .quick-links {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .quick-links a {
      padding: 7px 10px;
      color: #005cff;
      background: rgba(255, 255, 255, .82);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 950;
    }

    .section {
      padding: 60px 0 0;
    }

    .section-title {
      margin: 0 0 24px;
      color: #fff;
      font-size: 34px;
      line-height: 1.2;
      font-weight: 950;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 0 4px 12px rgba(67, 93, 0, .3);
    }

    .section-title span {
      color: var(--deep-blue);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .product {
      min-height: 154px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .08));
      border: 1px solid rgba(255, 255, 255, .44);
      border-radius: 14px;
      box-shadow: 0 12px 28px rgba(59, 90, 0, .18);
    }

    .product b {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--deep-blue));
      border-radius: 12px;
      font-size: 14px;
    }

    .product h3 {
      margin: 18px 0 6px;
      color: #fff;
      font-size: 20px;
    }

    .product p {
      margin: 0;
      color: #efffc8;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }

    .promo-band {
      margin-top: 56px;
      padding: 30px;
      display: grid;
      grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
      background: rgba(255, 255, 255, .18);
      border-top: 1px solid rgba(255, 255, 255, .42);
      border-bottom: 1px solid rgba(255, 255, 255, .42);
    }

    .promo-main,
    .promo {
      padding: 22px;
      background: rgba(255, 255, 255, .88);
      border-radius: 12px;
      color: var(--ink);
    }

    .promo-main h2,
    .promo h3 {
      margin: 0 0 10px;
      color: var(--deep-blue);
      font-size: 24px;
      line-height: 1.3;
    }

    .promo p {
      color: #496020;
    }

    .promo strong {
      display: block;
      color: var(--blue);
      font-size: 36px;
      line-height: 1;
      margin-bottom: 12px;
    }

    .article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 26px;
    }

    .post {
      overflow: hidden;
      background: rgba(255, 255, 255, .08);
      border-radius: 8px;
    }

    .thumb {
      position: relative;
      min-height: 190px;
      display: block;
      background-image: url("789bet-article-strip.png");
      background-size: 300% 100%;
      background-position: var(--pos) center;
      border: 1px solid rgba(255, 255, 255, .26);
    }

    .date {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 52px;
      min-height: 56px;
      display: grid;
      place-items: center;
      color: var(--blue);
      background: #fff;
      border: 2px solid var(--blue);
      font-weight: 950;
      line-height: 1.1;
      text-align: center;
    }

    .post-body {
      padding: 18px 10px 8px;
      text-align: center;
    }

    .post h3 {
      margin: 0 0 12px;
      color: var(--deep-blue);
      font-size: 18px;
      line-height: 1.35;
    }

    .post p {
      margin: 0;
      color: #f4ffd9;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.7;
    }

    .about-footer {
      margin-top: 70px;
      padding: 44px 0 52px;
      background: rgba(116, 150, 4, .62);
      border-top: 1px solid rgba(255, 255, 255, .32);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 58px;
      align-items: start;
    }

    .footer-brand {
      margin-bottom: 24px;
      font-size: 70px;
    }

    .about-footer h3 {
      margin: 0 0 16px;
      color: var(--deep-blue);
      font-size: 22px;
      text-transform: uppercase;
    }

    .about-footer p,
    .about-footer li {
      color: #fff;
      font-size: 16px;
      line-height: 1.75;
      font-weight: 700;
    }

    .provider-row {
      margin-top: 42px;
      padding-top: 34px;
      border-top: 3px solid rgba(255, 255, 255, .7);
      text-align: center;
    }

    .provider-row h3 {
      text-align: center;
    }

    .logos {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .logos span {
      min-width: 72px;
      padding: 9px 14px;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), #28a745);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 950;
      box-shadow: 0 8px 18px rgba(67, 95, 0, .22);
    }

    .copyright {
      padding: 20px 0;
      background: rgba(52, 58, 50, .76);
      color: #cfd8be;
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 980px) {
      .product-grid,
      .promo-band,
      .article-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      h1 {
        font-size: 42px;
      }
    }

    @media (max-width: 640px) {
      .topbar {
        padding: 14px 0;
        flex-direction: column;
        align-items: flex-start;
      }

      .brand {
        font-size: 38px;
      }

      .top-actions {
        width: 100%;
      }

      .pill {
        flex: 1;
        min-width: 0;
      }

      .nav .wrap {
        gap: 12px 18px;
      }

      .hero-board {
        min-height: 560px;
        background:
          linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .22) 100%),
          url("789bet-hero.png") center bottom / cover no-repeat;
      }

      .hero-copy {
        padding: 38px 24px 220px;
      }

      h1 {
        font-size: 34px;
      }

      .intro-card {
        padding: 22px;
      }

      .section-title {
        font-size: 27px;
      }
    }
.article-hero {
  padding: 28px 0 34px;
}
.article-hero .hero-board {
  min-height: 320px;
}
.article-hero .hero-copy {
  max-width: 820px;
  padding: 52px 40px 58px;
}
.article-hero h1 {
  font-size: 42px;
}
.detail {
  padding: 54px 0 68px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
}
.detail-card,
.side-card {
  padding: 28px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(59,90,0,.16);
}
.detail-card h1 {
  margin: 0 0 14px;
  color: var(--deep-blue);
  font-size: 34px;
  line-height: 1.25;
}
.detail-card h2 {
  margin: 28px 0 10px;
  color: var(--deep-blue);
  font-size: 24px;
}
.detail-card p,
.article-body p {
  color: #40551d;
  line-height: 1.85;
  font-weight: 700;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.detail-meta span {
  padding: 6px 10px;
  color: #fff;
  background: var(--deep-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.page-nav,
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.page-nav > div,
.pagination li {
  padding: 10px 12px;
  background: #eef7ce;
  border: 1px solid rgba(116,150,4,.25);
  border-radius: 10px;
  font-weight: 800;
}
.page-nav a,
.pagination a,
.pagination span,
.side-card a {
  color: var(--deep-blue);
}
.side-card h3 {
  margin: 0 0 14px;
  color: var(--deep-blue);
  font-size: 20px;
}
.side-card a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(116,150,4,.25);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.side-card span {
  display: block;
  margin-top: 16px;
  color: #637b20;
  font-size: 13px;
  font-weight: 800;
}
@media (max-width: 980px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .article-hero h1 {
    font-size: 34px;
  }
}
