:root {
  --bg: #f4fbf6;
  --bg-alt: #ecf8ef;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --surface-soft: #f6fcf8;
  /* Card color variables used for dynamic brand tinting */
  --card-r: 15;
  --card-g: 138;
  --card-b: 70;
  --card-bg-alpha: 0.08;
  --card-border-alpha: 0.12;
  --line: rgba(13, 138, 70, 0.11);
  --line-strong: rgba(13, 138, 70, 0.18);
  --text: #123226;
  --muted: #5a7369;
  --primary: #0f8b47;
  --primary-dark: #086233;
  --primary-soft: #dff7e7;
  --shadow: 0 16px 40px rgba(15, 84, 47, 0.11);
  --shadow-strong: 0 24px 60px rgba(15, 84, 47, 0.16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(13, 138, 70, 0.12), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(96, 203, 136, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfffc 0%, var(--bg) 38%, #eef9f1 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(13, 138, 70, 0.08), transparent 20%),
    radial-gradient(circle at 90% 14%, rgba(13, 138, 70, 0.07), transparent 18%),
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0) 35%,
      rgba(255, 255, 255, 0.1) 70%,
      transparent
    );
}

::selection {
  background: rgba(13, 138, 70, 0.2);
  color: var(--text);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
strong,
.brand-mark,
.metric-value,
.trust-value,
.plan-price {
  font-family: "Sora", "Manrope", sans-serif;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.page-shell {
  position: relative;
  z-index: 1;
}

.section-shell {
  width: min(var(--container), calc(100% - 1.5rem));
  margin-inline: auto;
}

.section {
  padding: clamp(1rem, 2.8vw, 2rem) 0;
}

.section-heading {
  margin-bottom: 1rem;
  max-width: 760px;
}

.section-heading.compact {
  margin-bottom: 0.9rem;
}

.section-heading h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.section-copy {
  margin-top: 0.72rem;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.7;
}

.eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

.glass-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 138, 70, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-strong);
}

.button {
  min-height: 50px;
  padding: 0.78rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #42c96f 100%);
  box-shadow: 0 12px 26px rgba(13, 138, 70, 0.22);
}

.button-secondary {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(13, 138, 70, 0.12);
}

.button-ghost {
  color: var(--primary-dark);
  background: rgba(13, 138, 70, 0.06);
  border-color: rgba(13, 138, 70, 0.12);
}

.button-full {
  width: 100%;
}

.button:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible,
.floating-whatsapp:focus-visible,
.filter:focus-visible,
.brand:focus-visible {
  outline: 2px solid rgba(13, 138, 70, 0.45);
  outline-offset: 3px;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(13, 138, 70, 0.12), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(96, 203, 136, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fdfb 100%);
  backdrop-filter: blur(2px);
}

.js-ready.is-loading #preloader {
  display: grid;
}

.preloader-card {
  width: min(440px, 100%);
  padding: 1.2rem 1.3rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  border: 1.2px solid rgba(13, 138, 70, 0.08);
  box-shadow: 0 20px 50px rgba(15, 84, 47, 0.12);
  backdrop-filter: blur(12px);
}

.preloader-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #42c96f 100%);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 32px rgba(13, 138, 70, 0.2);
}

.preloader-copy {
  display: grid;
  gap: 0.2rem;
}

.preloader-label {
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preloader-copy strong {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.preloader-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid rgba(13, 138, 70, 0.12);
  border-top-color: var(--primary);
  border-right-color: rgba(13, 138, 70, 0.08);
  animation: spin 1s linear infinite;
  box-shadow: inset 0 0 12px rgba(13, 138, 70, 0.06);
}

.preloader-progress {
  width: min(440px, 100%);
  height: 6px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(13, 138, 70, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
}

.preloader-progress span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary) 0%, #42c96f 100%);
  animation: progress 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  box-shadow: 0 0 8px rgba(13, 138, 70, 0.3);
}

.site-header {
  position: sticky;
  top: calc(0.6rem + env(safe-area-inset-top));
  z-index: 90;
  width: min(var(--container), calc(100% - 1rem));
  margin: 0.6rem auto 0;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 28px;
  background: rgba(247, 253, 248, 0.86);
  border: 1px solid rgba(13, 138, 70, 0.1);
  box-shadow: 0 10px 30px rgba(8, 75, 39, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  flex: none;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #44d07a 100%);
  box-shadow: 0 12px 24px rgba(13, 138, 70, 0.24);
  font-size: 1.08rem;
  font-weight: 800;
}

.brand-text {
  display: grid;
  min-width: 0;
}

.brand-text strong {
  font-size: clamp(1rem, 2.3vw, 1.25rem);
  line-height: 1.1;
  color: var(--text);
}

.brand-text span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.25;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 0.08rem;
}

.nav-links a {
  flex: none;
  padding: 0.62rem 0.92rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.93rem;
  white-space: nowrap;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover {
  background: rgba(13, 138, 70, 0.08);
  border-color: rgba(13, 138, 70, 0.16);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 2rem) 0 clamp(1.1rem, 3vw, 2.2rem);
  background:
    linear-gradient(180deg, rgba(251, 255, 252, 0.82), rgba(251, 255, 252, 0.58)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Lionel_Messi_WC2022.jpg/960px-Lionel_Messi_WC2022.jpg")
      center top / cover no-repeat;
  border-bottom: 1px solid rgba(13, 138, 70, 0.08);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.16) 45%,
      rgba(13, 138, 70, 0.22) 100%
    );
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.88fr);
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  border-radius: var(--radius-xl);
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
}

.hero-copy {
  display: grid;
  gap: 1rem;
}

.hero h1 {
  max-width: 12ch;
  color: var(--text);
  font-size: clamp(2.1rem, 5.2vw, 4rem);
  line-height: 1.02;
}

.hero-text {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1rem, 2.1vw, 1.08rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-tag {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 138, 70, 0.08);
  border: 1px solid rgba(13, 138, 70, 0.12);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.88rem;
}

.hero-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  padding: 0.9rem 0.95rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(245, 251, 247, 0.96), rgba(230, 245, 235, 0.86));
  border: 1px solid rgba(13, 138, 70, 0.12);
}

.metric-value {
  display: block;
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  line-height: 1;
  color: var(--primary-dark);
}

.metric-label {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.35;
}

.hero-panel {
  display: grid;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 251, 245, 0.86));
}

.hero-panel-image {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(8, 43, 22, 0.18), rgba(8, 43, 22, 0.45)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Lionel_Messi_WC2022.jpg/960px-Lionel_Messi_WC2022.jpg")
      center top / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.hero-panel-image__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-weight: 800;
}

.hero-panel-copy h2 {
  font-size: clamp(1.2rem, 2.9vw, 1.65rem);
  line-height: 1.12;
}

.hero-panel-copy p {
  margin-top: 0.55rem;
  color: var(--muted);
  line-height: 1.65;
}

.hero-panel-list {
  display: grid;
  gap: 0.75rem;
}

.hero-panel-item {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(13, 138, 70, 0.06);
  border: 1px solid rgba(13, 138, 70, 0.1);
}

.hero-panel-item span {
  display: block;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-item strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.section-rail {
  padding-top: 0;
}

.brand-marquee {
  overflow: hidden;
  padding: 0.6rem 0;
  border-radius: 20px;
  border: 1px solid rgba(13, 138, 70, 0.15);
  background: linear-gradient(135deg, rgba(239, 42, 42, 0.08), rgba(255, 106, 0, 0.08), rgba(30, 91, 143, 0.08));
  box-shadow: 0 6px 20px rgba(15, 84, 47, 0.08);
  touch-action: pan-x;
}

.brand-marquee__track {
  width: max-content;
  display: flex;
  gap: 0.65rem;
  padding-inline: 0.6rem;
  animation: marquee-right 60s linear infinite;
  will-change: transform;
}

.brand-card {
  flex: none;
  width: 150px;
  min-height: 85px;
  display: grid;
  gap: 0.3rem;
  place-items: center;
  padding: 0.5rem 0.65rem;
  border-radius: 18px;
  /* dynamic tinting using CSS variables set by JS */
  --r: var(--card-r);
  --g: var(--card-g);
  --b: var(--card-b);
  border: 1px solid rgba(var(--r), var(--g), var(--b), var(--card-border-alpha));
  background: linear-gradient(180deg, rgba(var(--r), var(--g), var(--b), 0.04), rgba(255,255,255,0.02));
  box-shadow: 0 6px 18px rgba(var(--r), var(--g), var(--b), 0.04);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 220ms ease;
}

.brand-card:hover,
.brand-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(13, 138, 70, 0.22);
  box-shadow: 0 8px 18px rgba(12, 82, 44, 0.08);
}

.brand-card:focus-visible {
  outline: 2px solid rgba(13, 138, 70, 0.32);
  outline-offset: 2px;
}

.brand-card__logo {
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0.25rem 0.4rem;
  border-radius: 12px;
  /* subtle tint behind the logo using the card variables */
  background: rgba(var(--r), var(--g), var(--b), 0.08);
  border: 1px solid rgba(var(--r), var(--g), var(--b), 0.06);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
}

.brand-card__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: crisp-edges;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.brand-card__label {
  color: var(--primary-dark);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.08rem 0.28rem;
  border-radius: 8px;
  background: rgba(var(--r), var(--g), var(--b), 0.12);
  transition: color 180ms ease, background 200ms ease, text-shadow 200ms ease;
}

.brand-card--mozzart .brand-card__logo {
  background: #f6f3ff;
}

.brand-card--premier .brand-card__logo {
  background: #effaf1;
}

.brand-card--betway .brand-card__logo,
.brand-card--betpawa .brand-card__logo {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.08);
}

.brand-card--sporty .brand-card__logo {
  background: #ef2a2a;
}

.brand-card--1xbet .brand-card__logo {
  background: #1e5b8f;
}

.brand-card--forte .brand-card__logo {
  background: #ff6a00;
}

.brand-card--22bet .brand-card__logo {
  background: #0a4b4e;
}

.trust-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card {
  padding: 1.05rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow);
}

.trust-value {
  display: block;
  color: var(--primary-dark);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
}

.trust-label {
  display: block;
  margin-top: 0.5rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.trust-card p {
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.6;
}

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

.plan-card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(13, 138, 70, 0.12), transparent 65%);
}

.plan-card--vip {
  color: #fff;
  background: linear-gradient(180deg, rgba(13, 138, 70, 0.95), rgba(11, 100, 52, 0.94));
  border-color: rgba(255, 255, 255, 0.16);
}

.plan-card--vip .plan-badge,
.plan-card--vip .plan-meta,
.plan-card--vip .plan-list,
.plan-card--vip h3,
.plan-card--vip .plan-price {
  color: #fff;
}

.plan-card--vip .plan-list li::before {
  background: #8cf0b0;
}

.plan-card--ordinary {
  background: linear-gradient(180deg, rgba(245, 251, 247, 0.98), rgba(255, 255, 255, 0.86));
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(13, 138, 70, 0.08);
  color: var(--primary-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plan-card h3 {
  font-size: 1.35rem;
  line-height: 1.12;
}

.plan-price {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1;
  color: var(--primary-dark);
}

.plan-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-list {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text);
}

.plan-list li {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1.5;
}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--primary);
}

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

.free-card {
  position: relative;
  padding: 1.1rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 250, 244, 0.9));
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.free-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -45% auto;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(13, 138, 70, 0.12), transparent 65%);
}

.free-badge {
  display: inline-flex;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  background: rgba(13, 138, 70, 0.08);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.free-card h3 {
  margin-top: 0.75rem;
  font-size: 1.32rem;
  line-height: 1.12;
}

.free-card p {
  margin-top: 0.5rem;
  color: var(--muted);
  line-height: 1.65;
}

.free-meta {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(13, 138, 70, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
}

.free-meta strong {
  color: var(--text);
  font-weight: 800;
}

.live-shell {
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow-strong);
}

.score-status {
  margin-top: 0.65rem;
  color: var(--muted);
  line-height: 1.6;
}

.live-pills {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.info-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(13, 138, 70, 0.08);
  border: 1px solid rgba(13, 138, 70, 0.12);
  color: var(--primary-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.score-tools {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.filter {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(13, 138, 70, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 140ms ease,
    background 140ms ease,
    color 140ms ease,
    border-color 140ms ease;
}

.filter:hover {
  transform: translateY(-1px);
}

.filter.active {
  background: linear-gradient(135deg, var(--primary) 0%, #42c96f 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(13, 138, 70, 0.18);
}

.score-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.score-card {
  position: relative;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(13, 138, 70, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 251, 245, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.score-card::before {
  content: "";
  position: absolute;
  inset: auto -24% -42% auto;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(13, 138, 70, 0.11), transparent 65%);
}

.score-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.score-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.score-badge.live,
.score-badge.upcoming,
.score-badge.finished {
  background: rgba(13, 138, 70, 0.08);
  color: var(--primary-dark);
}

.score-league {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
  text-align: right;
}

.score-match {
  position: relative;
  z-index: 1;
  margin-top: 0.95rem;
  display: grid;
  gap: 0.7rem;
}

.score-team {
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(13, 138, 70, 0.05);
  border: 1px solid rgba(13, 138, 70, 0.08);
}

.score-team span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.score-team strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.35;
}

.score-vs {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, #42c96f 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 22px rgba(13, 138, 70, 0.2);
}

.score-meta {
  position: relative;
  z-index: 1;
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(13, 138, 70, 0.1);
  color: var(--muted);
  font-size: 0.9rem;
}

.score-meta strong {
  color: var(--text);
  font-weight: 800;
}

.score-empty {
  grid-column: 1 / -1;
  padding: 1.2rem;
  display: grid;
  gap: 0.85rem;
  border-radius: 24px;
  border: 1px dashed rgba(13, 138, 70, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 245, 0.94));
  box-shadow: var(--shadow);
}

.score-empty h3 {
  font-size: 1.2rem;
}

.score-empty p {
  color: var(--muted);
  line-height: 1.65;
}

.score-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
  align-items: start;
  padding: clamp(1.1rem, 2.4vw, 1.5rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow-strong);
}

.contact-copy h2 {
  margin-top: 0.5rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.08;
}

.contact-copy p {
  margin-top: 0.7rem;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
}

.contact-side {
  display: grid;
  gap: 1rem;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contact-note {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

/* Payment Section Styles */
.payment-marquee {
  overflow: hidden;
  padding: 0.85rem 0;
  border-radius: 26px;
  border: 1px solid rgba(13, 138, 70, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  margin-top: 2rem;
  touch-action: pan-x;
}

.payment-marquee__track {
  width: max-content;
  display: flex;
  gap: 0.7rem;
  padding-inline: 0.5rem;
  animation: marquee-right 42s linear infinite;
  will-change: transform;
}

.payment-card {
  flex: none;
  min-width: 180px;
  display: grid;
  gap: 0.35rem;
  padding: 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(13, 138, 70, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: inherit;
}

.payment-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(13, 138, 70, 0.08), transparent 65%);
}

.payment-card:hover {
  border-color: rgba(13, 138, 70, 0.28);
  box-shadow: 0 20px 50px rgba(15, 84, 47, 0.15);
  transform: translateY(-4px);
}

.payment-card-icon {
  width: 48px;
  height: 48px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  padding: 0.3rem;
  border-radius: 13px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px 6px rgba(0,0,0,0.04);
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 1 / 1;
}

.payment-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: crisp-edges;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* Show payment card names again */
.payment-card h3 {
  position: static;
  width: auto;
  height: auto;
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-dark);
  letter-spacing: 0.01em;
  z-index: 1;
}

.payment-card p {
  display: none;
}

/* Hide CTA visually while keeping buttons accessible via aria-label */
.payment-card-cta {
  display: none;
}

.payment-card:hover .payment-card-cta {
  color: var(--primary-dark);
}

.payment-card-mtn {
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.08), rgba(13, 138, 70, 0.05));
  border-color: rgba(255, 204, 0, 0.2);
}

.payment-card-mtn:hover {
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.12), rgba(13, 138, 70, 0.08));
}

.payment-card-airtel {
  background: linear-gradient(135deg, rgba(230, 36, 36, 0.08), rgba(13, 138, 70, 0.05));
  border-color: rgba(230, 36, 36, 0.2);
}

.payment-card-airtel:hover {
  background: linear-gradient(135deg, rgba(230, 36, 36, 0.12), rgba(13, 138, 70, 0.08));
}

.payment-card-mpesa {
  background: linear-gradient(135deg, rgba(13, 138, 70, 0.1), rgba(13, 138, 70, 0.05));
  border-color: rgba(13, 138, 70, 0.2);
}

.payment-card-mpesa:hover {
  background: linear-gradient(135deg, rgba(13, 138, 70, 0.15), rgba(13, 138, 70, 0.08));
}

/* Payment Modal Styles */
.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.payment-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.payment-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.payment-modal-content {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: slideUp 0.4s ease forwards;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(13, 138, 70, 0.08);
  color: var(--primary-dark);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: rgba(13, 138, 70, 0.15);
  transform: scale(1.05);
}

.payment-modal-body {
  display: none;
  padding: 2.5rem 1.8rem;
  animation: fadeIn 0.4s ease 0.1s forwards;
}

.payment-modal-body.active {
  display: block;
}

.modal-header {
  text-align: center;
  margin-bottom: 2rem;
}

.modal-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  padding: 0.45rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
  border: 1px solid rgba(13, 138, 70, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.2;
  color: var(--text);
}

.modal-flow {
  margin-bottom: 2rem;
}

.flow-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.flow-step.active {
  opacity: 1;
}

.step-number {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, #42c96f 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
}

.flow-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.3;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.modal-actions {
  display: grid;
  gap: 0.75rem;
}

.modal-actions .button {
  min-height: 48px;
  border-radius: 14px;
  font-weight: 700;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.site-footer {
  padding: 0 0 1rem;
}

.footer-shell {
  padding-top: 1rem;
  display: grid;
  gap: 1rem;
  border-top: 1px solid rgba(13, 138, 70, 0.12);
}

.footer-brand strong {
  display: block;
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  color: var(--text);
}

.footer-brand p {
  margin-top: 0.55rem;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-links a {
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 138, 70, 0.12);
  color: var(--primary-dark);
  font-weight: 700;
}

.footer-links a:hover {
  background: rgba(13, 138, 70, 0.08);
}

.footer-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, #45c96d 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(13, 138, 70, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.floating-whatsapp img {
  width: 28px;
  height: 28px;
}

.is-target {
  outline: 2px solid rgba(98, 196, 255, 0.72);
  outline-offset: 3px;
}

main {
  padding-bottom: 5.75rem;
}

.hero-copy,
.hero-panel,
.trust-card,
.plan-card,
.free-card,
.score-card,
.contact-card {
  animation: fadeUp 0.55s ease both;
}

.hero-panel {
  animation-delay: 0.04s;
}

.trust-card:nth-child(2),
.plan-card:nth-child(2),
.free-card:nth-child(2),
.score-card:nth-child(2) {
  animation-delay: 0.06s;
}

.trust-card:nth-child(3),
.plan-card:nth-child(3),
.free-card:nth-child(3),
.score-card:nth-child(3) {
  animation-delay: 0.1s;
}

.trust-card:nth-child(4),
.plan-card:nth-child(4) {
  animation-delay: 0.14s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes progress {
  0% {
    transform: translateX(-65%);
  }
  50% {
    transform: translateX(95%);
  }
  100% {
    transform: translateX(-65%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1080px) {
  .hero-shell,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .plan-grid,
  .free-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-marquee__track {
    animation: marquee-right 34s linear infinite;
  }

  .payment-card {
    min-width: 180px;
  }

  .score-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 1rem);
    flex-wrap: wrap;
    justify-content: center;
  }

  .brand {
    width: 100%;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .header-cta {
    width: 100%;
  }

  .hero h1 {
    max-width: 14ch;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: calc(100% - 1rem);
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .brand-text span {
    font-size: 0.8rem;
  }

  .hero {
    background-position: center 16%;
  }

  .hero-metrics,
  .trust-grid,
  .plan-grid,
  .free-grid,
  .score-tools {
    grid-template-columns: 1fr;
  }

  .brand-marquee,
  .payment-marquee {
    border-radius: 20px;
    padding: 0.65rem 0;
    overflow: hidden;
  }

  .brand-marquee__track,
  .payment-marquee__track {
    gap: 0.7rem;
    padding-inline: 0.5rem;
    animation: marquee-right 72s linear infinite;
  }

  .brand-card {
    width: clamp(126px, 40vw, 150px);
    min-height: 88px;
    padding: 0.55rem 0.65rem;
  }

  .payment-card {
    min-width: clamp(142px, 44vw, 180px);
    padding: 0.9rem;
    border-radius: 16px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .floating-whatsapp {
    width: 100%;
  }

  .floating-whatsapp {
    justify-content: center;
    right: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    left: 0.5rem;
  }

  .floating-whatsapp span {
    font-size: 0.95rem;
  }

  .preloader-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .preloader-ring {
    justify-self: end;
    margin-top: 0.15rem;
  }

  .score-card-top,
  .score-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .score-league {
    text-align: left;
  }

  .payment-modal-content {
    max-width: 90vw;
    margin: 1rem;
  }

  .payment-modal-body {
    padding: 2rem 1.4rem;
  }

  .modal-header h2 {
    font-size: 1.5rem;
  }

  .flow-step {
    margin-bottom: 1.2rem;
  }

  .modal-actions .button {
    min-height: 44px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 0.72rem 0.82rem;
  }

  .hero-copy,
  .hero-panel,
  .trust-card,
  .plan-card,
  .free-card,
  .payment-card,
  .score-card,
  .contact-card {
    border-radius: var(--radius-lg);
  }

  .hero-panel-image {
    min-height: 220px;
  }

  .brand-card {
    width: clamp(118px, 42vw, 142px);
    min-height: 84px;
    padding: 0.5rem 0.6rem;
  }

  .brand-card__logo {
    height: 48px;
    border-radius: 14px;
  }

  .brand-card__label {
    font-size: 0.64rem;
  }

  .floating-whatsapp {
    gap: 0.45rem;
    padding: 0.72rem 0.88rem;
  }

  .payment-marquee {
    border-radius: 18px;
    padding: 0.55rem 0;
  }

  .payment-marquee__track {
    gap: 0.6rem;
    padding-inline: 0.45rem;
  }

  .payment-card {
    min-width: clamp(136px, 46vw, 170px);
    padding: 0.75rem;
    gap: 0.5rem;
  }

  .payment-card-icon {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }

  .payment-card h3 {
    font-size: 0.95rem;
  }

  .payment-card p {
    font-size: 0.8rem;
  }

  .payment-card-cta {
    font-size: 0.85rem;
  }

  .payment-modal-body {
    padding: 1.8rem 1.2rem;
  }

  .modal-icon {
    width: 62px;
    height: 62px;
  }

  .modal-header h2 {
    font-size: 1.35rem;
  }

  .step-number {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .flow-step h3 {
    font-size: 0.95rem;
  }

  .flow-step p {
    font-size: 0.87rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}

@supports (-webkit-touch-callout: none) {
  html,
  body {
    min-height: -webkit-fill-available;
    overscroll-behavior: none;
  }
}
.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.05;
  font-weight: 800;
}

.hero-text {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 650px;
}

.metric-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.hero-tag {
  font-weight: 700;
  letter-spacing: .04em;
}

.button-primary {
  font-weight: 700;
  letter-spacing: .03em;
}

.hero-panel-copy h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.hero-panel-copy p {
  font-size: 1rem;
  line-height: 1.8;
}
.match-row {
  display: grid;
  grid-template-columns: 80px 1fr 70px;
  align-items: center;
  gap: 15px;
  padding: 14px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}

.match-time {
  font-weight: 700;
  color: #666;
}

.match-teams {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.team {
  font-weight: 600;
}

.match-score {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #0f8b47;
}