:root {
  --color-dark-jungle: #020617;
  --color-jungle-black: #020617;
  --color-jungle-deep: #020617;
  --color-jungle-medium: #0f172a;
  --color-jungle-green: #1e293b;
  --color-jungle-light: #334155;
  --color-emerald-dark: #0f766e;
  --color-emerald: #22d3ee;
  --color-emerald-light: #38bdf8;
  --color-silver-dark: #64748b;
  --color-silver: #cbd5f5;
  --color-silver-light: #e2e8f0;
  --color-off-white: #f8fafc;
  --color-white: #ffffff;

  --color-lion-brown: #1e293b;
  --color-lion-mane: #4f46e5;
  --color-gold-dark: #4f46e5;
  --color-gold: #6366f1;
  --color-gold-light: #a855f7;
  --color-gold-pale: #e0e7ff;

  --color-accent-red: #f97373;
  --color-accent-blue: #38bdf8;
  --color-accent-purple: #a855f7;

  --color-jungle-black-90: rgba(2, 6, 23, 0.9);
  --color-jungle-black-80: rgba(2, 6, 23, 0.8);
  --color-jungle-black-50: rgba(2, 6, 23, 0.5);
  --color-jungle-black-20: rgba(15, 23, 42, 0.2);
  --color-jungle-black-10: rgba(15, 23, 42, 0.1);
  --color-gold-20: rgba(99, 102, 241, 0.2);
  --color-gold-10: rgba(99, 102, 241, 0.1);
  --color-emerald-20: rgba(56, 189, 248, 0.2);
  --color-emerald-10: rgba(56, 189, 248, 0.1);
  --color-white-80: rgba(255, 255, 255, 0.8);
  --color-white-50: rgba(255, 255, 255, 0.5);
  --color-white-20: rgba(255, 255, 255, 0.2);
  --color-white-10: rgba(255, 255, 255, 0.1);

  --font-primary: 'Playfair Display', Georgia, serif;
  --font-secondary: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-accent: 'Cinzel Decorative', 'Playfair Display', serif;
  --font-body: 'Source Sans Pro', 'Segoe UI', Roboto, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.25);
  --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.3);
  --shadow-lg: 0 10px 24px rgba(15, 23, 42, 0.4);
  --shadow-xl: 0 18px 40px rgba(15, 23, 42, 0.5);
  --shadow-2xl: 0 30px 60px rgba(15, 23, 42, 0.58);
  --shadow-inner: inset 0 2px 6px rgba(15, 23, 42, 0.4);
  --shadow-gold: 0 0 18px rgba(99, 102, 241, 0.55);
  --shadow-emerald: 0 0 18px rgba(56, 189, 248, 0.55);

  --z-0: 0;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  --z-auto: auto;

  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 260ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 300ms cubic-bezier(0.34, 1.56, 0.64, 1);

  --container-max: 1240px;
  --container-padding: 1.5rem;

  --border-thin: 1px solid var(--color-jungle-light);
  --border-regular: 2px solid var(--color-jungle-light);
  --border-thick: 2px solid var(--color-jungle-light);
  --border-divider: 1px solid var(--color-jungle-green);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--color-silver-light);
  background-color: var(--color-dark-jungle);
  background-image:
    radial-gradient(circle at 0% 0%, #22d3ee0a 0, transparent 55%),
    radial-gradient(circle at 100% 100%, #a855f70a 0, transparent 55%),
    radial-gradient(ellipse at 50% 0%, #0f172a 0, #020617 60%),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231e293b' fill-opacity='0.26' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: var(--color-emerald-light);
  text-decoration: none;
  transition: color var(--transition-normal), text-shadow var(--transition-normal), transform var(--transition-fast);
  position: relative;
}

a:hover {
  color: var(--color-gold-light);
  text-shadow: 0 0 12px rgba(99, 102, 241, 0.6);
}

ul, ol {
  list-style-position: inside;
  margin-bottom: var(--space-6);
}

li {
  margin-bottom: var(--space-2);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--space-6);
  color: var(--color-white);
  letter-spacing: 0.02em;
}

h1 {
  font-family: var(--font-accent);
  font-size: var(--text-4xl);
  margin-bottom: var(--space-8);
  position: relative;
  color: var(--color-gold-pale);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow:
    0 6px 18px rgba(15, 23, 42, 0.9),
    0 0 30px rgba(56, 189, 248, 0.4);
}

h1::after {
  content: '';
  display: block;
  width: 110px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold), var(--color-emerald));
  margin-top: var(--space-4);
  border-radius: var(--radius-full);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.6);
}

.text-center h1::after {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-6);
  position: relative;
  color: var(--color-emerald-light);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-shadow: 0 3px 10px rgba(15, 23, 42, 0.7);
}

h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-gold), var(--color-emerald), var(--color-gold));
  margin-top: var(--space-3);
  border-radius: var(--radius-full);
}

.text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: var(--text-2xl);
  color: var(--color-gold-light);
  letter-spacing: 0.06em;
  margin-bottom: var(--space-4);
}

h4 {
  font-size: var(--text-xl);
  color: var(--color-emerald-light);
  margin-bottom: var(--space-3);
}

h5 {
  font-size: var(--text-lg);
  color: var(--color-silver);
  margin-bottom: var(--space-2);
}

h6 {
  font-size: var(--text-base);
  color: var(--color-silver-light);
  margin-bottom: var(--space-2);
}

p {
  margin-bottom: var(--space-4);
  font-size: var(--text-base);
  line-height: 1.9;
}

.subtitle {
  font-family: var(--font-secondary);
  font-size: var(--text-lg);
  color: var(--color-silver);
  margin-bottom: var(--space-8);
  font-style: italic;
  line-height: 1.6;
}

strong {
  color: var(--color-gold-light);
  font-weight: 600;
}

.last-updated {
  font-style: italic;
  color: var(--color-silver-dark);
  margin-top: var(--space-8);
  padding-top: var(--space-4);
  border-top: var(--border-divider);
  font-size: var(--text-sm);
}

blockquote {
  font-style: italic;
  border-left: 3px solid var(--color-emerald);
  padding: var(--space-4) var(--space-6);
  margin: var(--space-6) 0;
  background-color: var(--color-jungle-black-20);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: var(--color-silver);
  position: relative;
}

blockquote::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 4rem;
  position: absolute;
  left: var(--space-2);
  top: -10px;
  color: var(--color-emerald-20);
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

section {
  padding: var(--space-20) 0;
  position: relative;
  overflow: hidden;
}

section:nth-child(even) {
  background: radial-gradient(circle at 0% 0%, #22d3ee0a 0, transparent 55%), radial-gradient(circle at 100% 100%, #a855f70a 0, transparent 55%), linear-gradient(135deg, #020617 0%, #020617 100%);
  position: relative;
}

section:nth-child(even)::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e293b' fill-opacity='0.24' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-16);
  position: relative;
}

.section-header.centered {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.section-header::before,
.section-header::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-emerald), var(--color-gold), transparent);
  opacity: 0.8;
  display: none;
}

.section-header::before {
  left: -40px;
}

.section-header::after {
  right: -40px;
}

@media (min-width: 992px) {
  .section-header::before,
  .section-header::after {
    display: block;
  }
}

.main-header {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.1) 0, transparent 55%), radial-gradient(circle at 100% 0%, rgba(99, 102, 241, 0.12) 0, transparent 55%), linear-gradient(to right, #020617 0%, #020617 100%);
  border-bottom: var(--border-thin);
  position: sticky;
  top: 0;
  z-index: var(--z-50);
  padding: var(--space-4) 0;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
}

.logo {
  font-family: var(--font-accent);
  font-size: var(--text-2xl);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.logo a {
  color: var(--color-gold-pale);
  display: flex;
  align-items: center;
  transition: var(--transition-normal);
  position: relative;
}

.logo a::before {
  content: '';
  margin-right: var(--space-2);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: conic-gradient(from 180deg, var(--color-emerald-light), var(--color-gold), var(--color-accent-purple), var(--color-emerald-light));
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.75);
}

.logo a:hover {
  color: var(--color-white);
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(148, 163, 253, 0.8);
}

.nav ul {
  display: flex;
  list-style: none;
  gap: var(--space-4);
  margin: 0;
}

.nav a {
  color: var(--color-silver-light);
  font-weight: 500;
  padding: var(--space-3) var(--space-4);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-xs);
  border-radius: 999px;
  transition: var(--transition-normal);
  font-family: var(--font-secondary);
  background: radial-gradient(circle at 0% 0%, rgba(148, 163, 253, 0.22) 0, transparent 60%);
  border: 1px solid rgba(148, 163, 253, 0.24);
}

.nav a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(148, 163, 253, 0.4), rgba(56, 189, 248, 0.4));
  opacity: 0;
  transition: var(--transition-normal);
  z-index: -1;
}

.nav a:hover {
  color: #020617;
  transform: translateY(-1px);
}

.nav a:hover::before {
  opacity: 1;
}

.menu-icon {
  display: none;
  font-size: var(--text-3xl);
  color: var(--color-gold-pale);
  cursor: pointer;
  background: none;
  border: none;
}

#menu-toggle {
  display: none;
}

.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--space-20) 0 var(--space-16);
  overflow: hidden;
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.18) 0, transparent 55%), radial-gradient(circle at 100% 20%, rgba(99, 102, 241, 0.22) 0, transparent 55%), linear-gradient(135deg, #020617 0%, #020617 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 90%, rgba(148, 163, 253, 0.35) 0, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.2) 0, transparent 55%);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231e293b' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  z-index: 0;
  opacity: 0.45;
}

.hero-content-wrap {
  position: relative;
  z-index: var(--z-10);
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-10);
}

.hero-content {
  position: relative;
  max-width: 640px;
  text-align: left;
  padding: var(--space-10);
  border-radius: var(--radius-2xl);
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.28) 0, transparent 55%), radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.22) 0, transparent 55%), linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(148, 163, 253, 0.5);
  box-shadow: var(--shadow-2xl), 0 0 40px rgba(56, 189, 248, 0.4);
}

.hero-content h1 {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
  margin-bottom: var(--space-6);
}

.hero-content h1::after {
  margin: var(--space-3) 0 0;
  width: 120px;
}

.hero-content p {
  font-size: var(--text-lg);
  margin-bottom: var(--space-4);
  color: var(--color-silver-light);
}

.hero-content ul {
  margin: var(--space-4) 0 0;
  padding-left: 0;
}

.hero-content li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-silver);
}

.hero-content li::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-emerald-light), var(--color-gold));
}

.hero-content .highlight {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.26) 0, transparent 60%), linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(148, 163, 253, 0.7);
  color: var(--color-gold-pale);
  padding: var(--space-3) var(--space-5);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
  font-weight: 600;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: var(--text-xs);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.35);
}

.hero-content .highlight::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-emerald-light), var(--color-gold));
}

.hero-image {
  position: relative;
  max-width: 440px;
  width: 100%;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: var(--radius-2xl);
  background: conic-gradient(from 180deg, rgba(56, 189, 248, 0.6), rgba(99, 102, 241, 0.65), rgba(168, 85, 247, 0.7), rgba(56, 189, 248, 0.6));
  opacity: 0.9;
  filter: blur(10px);
  z-index: 0;
}

.hero-image img {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(148, 163, 253, 0.6);
  box-shadow: var(--shadow-xl), 0 0 36px rgba(56, 189, 248, 0.5);
  object-fit: cover;
}

.bookmakers-section {
  position: relative;
  overflow: hidden;
}

.bookmakers-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 253, 0.7), transparent);
  opacity: 0.9;
}

.bookmakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: var(--space-8);
  align-items: stretch;
}

.bookmaker-card {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.12) 0, transparent 55%), radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.18) 0, transparent 55%), linear-gradient(145deg, #020617, #020617);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transition: var(--transition-normal);
  border-radius: var(--radius-xl);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 253, 0.5);
  position: relative;
}

.bookmaker-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 180deg, rgba(56, 189, 248, 0.6), rgba(99, 102, 241, 0.7), rgba(168, 85, 247, 0.7), rgba(56, 189, 248, 0.6));
  opacity: 0;
  transition: var(--transition-slow);
  z-index: -1;
}

.bookmaker-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl), 0 0 40px rgba(56, 189, 248, 0.45);
}

.bookmaker-card:hover::before {
  opacity: 1;
}

.bookmaker-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: var(--transition-normal);
  border-bottom: 1px solid rgba(148, 163, 253, 0.3);
}

.bookmaker-card:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}

.bookmaker-card h4 {
  color: var(--color-gold-pale);
  margin: var(--space-6) var(--space-6) var(--space-3);
  font-size: var(--text-xl);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.bookmaker-card h4::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold));
  border-radius: var(--radius-full);
  transition: var(--transition-normal);
}

.bookmaker-card:hover h4::after {
  width: 100%;
}

.bookmaker-card p {
  padding: var(--space-4) var(--space-6);
  margin-top: var(--space-4);
  color: var(--color-silver);
  flex-grow: 1;
}

.btn-primary,
.bookmaker-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--color-emerald), var(--color-gold));
  color: #020617;
  padding: var(--space-3) var(--space-7);
  margin: var(--space-6);
  transition: var(--transition-normal);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--text-xs);
  border-radius: 999px;
  box-shadow: var(--shadow-md), 0 0 18px rgba(56, 189, 248, 0.55);
  position: relative;
  overflow: hidden;
  font-family: var(--font-secondary);
  border: none;
}

.btn-primary::before,
.bookmaker-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.65) 0, transparent 55%);
  opacity: 0;
  transition: var(--transition-fast);
}

.btn-primary:hover,
.bookmaker-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: var(--shadow-lg), 0 0 26px rgba(129, 140, 248, 0.8);
}

.btn-primary:hover::before,
.bookmaker-btn:hover::before {
  opacity: 1;
}

.features-section {
  position: relative;
  overflow: hidden;
}

.features-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 253, 0.7), transparent);
  opacity: 0.9;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}

.feature-item {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.1) 0, transparent 60%), linear-gradient(150deg, #020617 0%, #020617 100%);
  padding: var(--space-7);
  box-shadow: var(--shadow-lg);
  transition: var(--transition-normal);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(30, 64, 175, 0.7);
}

.feature-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: conic-gradient(from 140deg, rgba(56, 189, 248, 0.2), rgba(99, 102, 241, 0.3), rgba(168, 85, 247, 0.3), rgba(56, 189, 248, 0.2));
  opacity: 0;
  transition: var(--transition-slow);
}

.feature-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold));
  transition: var(--transition-normal);
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl), 0 0 34px rgba(99, 102, 241, 0.6);
}

.feature-item:hover::before {
  opacity: 1;
}

.feature-item:hover::after {
  width: 100%;
}

.feature-item h4 {
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-xs);
  color: var(--color-silver-light);
}

.feature-item p {
  color: var(--color-silver);
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.about-section {
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 253, 0.7), transparent);
  opacity: 0.9;
}

.about-block {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  margin-bottom: var(--space-16);
  position: relative;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1.2;
  position: relative;
  padding: var(--space-8);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.16) 0, transparent 60%), radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.18) 0, transparent 60%), linear-gradient(150deg, #020617 0%, #020617 100%);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(148, 163, 253, 0.7);
}

.about-text h3 {
  margin-bottom: var(--space-5);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--text-xs);
  color: var(--color-emerald-light);
}

.about-text h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold));
  border-radius: var(--radius-full);
}

.about-text p {
  color: var(--color-silver-light);
}

.about-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.about-image::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 200deg, rgba(56, 189, 248, 0.4), rgba(99, 102, 241, 0.5), rgba(168, 85, 247, 0.55), rgba(56, 189, 248, 0.4));
  opacity: 1;
  filter: blur(10px);
  z-index: 0;
}

.about-image img {
  position: relative;
  z-index: 1;
  transition: var(--transition-normal);
  width: 100%;
  border-radius: inherit;
  border: 1px solid rgba(148, 163, 253, 0.7);
  transform: scale(0.99);
  box-shadow: var(--shadow-xl);
}

.about-image:hover img {
  transform: scale(1.02);
  filter: saturate(1.1);
}

.why-section {
  position: relative;
}

.why-content {
  display: flex;
  align-items: center;
  gap: var(--space-10);
}

.why-text {
  flex: 1.2;
  position: relative;
  padding: var(--space-8);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.16) 0, transparent 60%), radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.18) 0, transparent 60%), linear-gradient(150deg, #020617 0%, #020617 100%);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(148, 163, 253, 0.7);
}

.why-text h2 {
  margin-bottom: var(--space-5);
}

.why-text p {
  margin-bottom: var(--space-3);
  color: var(--color-silver-light);
}

.why-image {
  flex: 0.9;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.why-image::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 200deg, rgba(56, 189, 248, 0.4), rgba(99, 102, 241, 0.5), rgba(168, 85, 247, 0.55), rgba(56, 189, 248, 0.4));
  opacity: 1;
  filter: blur(10px);
  z-index: 0;
}

.why-image img {
  position: relative;
  z-index: 1;
  transition: var(--transition-normal);
  width: 100%;
  border-radius: inherit;
  border: 1px solid rgba(148, 163, 253, 0.7);
  transform: scale(0.99);
  box-shadow: var(--shadow-xl);
}

.why-image:hover img {
  transform: scale(1.02);
  filter: saturate(1.1);
}

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 253, 0.7), transparent);
  opacity: 0.9;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}

.testimonial-card {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.14) 0, transparent 60%), linear-gradient(150deg, #020617 0%, #020617 100%);
  padding: var(--space-7);
  box-shadow: var(--shadow-lg);
  transition: var(--transition-normal);
  border-radius: var(--radius-lg);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 253, 0.7);
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  font-size: 3.5rem;
  color: rgba(148, 163, 253, 0.25);
  line-height: 1;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 180deg, rgba(56, 189, 248, 0.3), rgba(99, 102, 241, 0.35), rgba(168, 85, 247, 0.35), rgba(56, 189, 248, 0.3));
  opacity: 0;
  transition: var(--transition-slow);
  z-index: -1;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(148, 163, 253, 0.7);
}

.testimonial-card:hover::after {
  opacity: 1;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: var(--space-6);
  position: relative;
  z-index: var(--z-10);
  padding-top: var(--space-5);
  color: var(--color-silver-light);
  flex-grow: 1;
  font-family: var(--font-secondary);
  font-size: var(--text-base);
  line-height: 1.7;
}

.testimonial-author {
  text-align: right;
  font-weight: 700;
  color: var(--color-gold-light);
  font-family: var(--font-primary);
  position: relative;
  padding-top: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-xs);
}

.testimonial-author::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold));
  border-radius: var(--radius-full);
}

.important-message {
  padding: var(--space-12) 0;
}

.message-box {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.16) 0, transparent 60%), linear-gradient(145deg, #020617, #020617);
  border-left: 3px solid var(--color-emerald-light);
  padding: var(--space-8);
  box-shadow: var(--shadow-xl);
  position: relative;
  border-radius: var(--radius-xl);
  border-top-right-radius: 0;
}

.message-box::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 220deg, rgba(56, 189, 248, 0.36), rgba(99, 102, 241, 0.4), rgba(168, 85, 247, 0.4), rgba(56, 189, 248, 0.36));
  opacity: 0.65;
  filter: blur(10px);
  z-index: -1;
}

.message-box h3 {
  display: flex;
  align-items: center;
  color: var(--color-emerald-light);
  margin-bottom: var(--space-5);
  font-size: var(--text-xl);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.message-box h3::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-right: var(--space-3);
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.8) 0, rgba(99, 102, 241, 0.9) 40%, rgba(15, 23, 42, 1) 90%);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
  position: relative;
}

.message-box h3::before::after {
  content: '!';
}

.message-box p {
  margin-bottom: var(--space-3);
  color: var(--color-silver-light);
}

.message-box .last-line {
  margin-top: var(--space-5);
  font-weight: 700;
  color: var(--color-gold-pale);
  padding: var(--space-5);
  border-top: 1px solid rgba(148, 163, 253, 0.5);
  text-align: center;
  background: rgba(15, 23, 42, 0.95);
  border-radius: var(--radius-md);
  text-shadow: 0 0 16px rgba(148, 163, 253, 0.7);
  line-height: 1.8;
}

.footer-section {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.16) 0, transparent 55%), radial-gradient(circle at 100% 0%, rgba(99, 102, 241, 0.18) 0, transparent 55%), linear-gradient(180deg, #020617 0%, #020617 100%);
  color: var(--color-silver-light);
  padding: var(--space-14) 0 var(--space-8);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(30, 64, 175, 0.8);
}

.footer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(56, 189, 248, 0.16) 0, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(129, 140, 248, 0.16) 0, transparent 50%);
  z-index: 0;
}

.footer-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
  z-index: 1;
}

.img-container {
  background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.16) 0, transparent 60%), linear-gradient(145deg, #020617, #020617);
  padding: var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 80px;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 253, 0.6);
  position: relative;
}

.img-container::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 180deg, rgba(56, 189, 248, 0.5), rgba(99, 102, 241, 0.55), rgba(168, 85, 247, 0.55), rgba(56, 189, 248, 0.5));
  opacity: 0;
  transition: var(--transition-normal);
  z-index: -1;
}

.img-container:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(129, 140, 248, 0.8);
}

.img-container:hover::before {
  opacity: 1;
}

.img-container img {
  max-height: 60px;
  object-fit: contain;
  transition: var(--transition-normal);
  filter: brightness(0.92);
}

.img-container:hover img {
  filter: brightness(1.05);
}

.footer-links {
  text-align: center;
  margin-top: var(--space-8);
  position: relative;
  padding-top: var(--space-7);
  z-index: 1;
}

.footer-links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 253, 0.8), transparent);
}

.footer-links a {
  color: var(--color-silver);
  margin: 0 var(--space-2);
  transition: var(--transition-normal);
  position: relative;
  padding-bottom: var(--space-1);
  text-transform: uppercase;
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  font-weight: 500;
  font-family: var(--font-secondary);
}

.footer-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 50%;
  background: linear-gradient(90deg, var(--color-emerald), var(--color-gold));
  transition: width var(--transition-normal), left var(--transition-normal);
  border-radius: var(--radius-full);
}

.footer-links a:hover {
  color: var(--color-gold-pale);
  text-shadow: 0 0 12px rgba(148, 163, 253, 0.8);
}

.footer-links a:hover::after {
  width: 100%;
  left: 0;
}

.sitename {
  color: var(--color-gold-pale);
  font-weight: 700;
  font-family: var(--font-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: var(--color-gold);
}

.text-secondary {
  color: var(--color-silver);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 992px) {
  .hero-grid {
    flex-direction: row-reverse;
    align-items: center;
  }

  .hero-content {
    text-align: left;
  }

  .hero-image {
    max-width: 460px;
  }
}

@media (max-width: 1200px) {
  :root {
    --container-padding: 2rem;
  }

  .hero-content {
    padding: var(--space-8);
  }

  .bookmakers-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

@media (max-width: 992px) {
  :root {
    --container-padding: 1.5rem;
  }

  .hero {
    min-height: 70vh;
    padding-top: var(--space-16);
  }

  .about-block,
  .about-block.reverse,
  .why-content {
    flex-direction: column;
  }

  .about-image,
  .why-image {
    margin-top: var(--space-5);
  }

  section {
    padding: var(--space-16) 0;
  }

  .hero-content h1 {
    font-size: var(--text-4xl);
  }

  .bookmakers-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  :root {
    --container-padding: 1.25rem;
  }

  h1 {
    font-size: var(--text-3xl);
  }

  h2 {
    font-size: var(--text-2xl);
  }

  .menu-icon {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.18) 0, transparent 55%), linear-gradient(180deg, #020617 0%, #020617 100%);
    box-shadow: var(--shadow-lg);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal);
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  }

  .nav ul {
    flex-direction: column;
    padding: var(--space-4) var(--space-3) var(--space-6);
    gap: var(--space-2);
  }

  .nav li {
    width: 100%;
  }

  .nav a {
    display: block;
    border-radius: var(--radius-md);
    background: transparent;
    border: none;
  }

  #menu-toggle:checked ~ .nav {
    max-height: 320px;
  }

  .hero {
    padding-top: var(--space-16);
  }

  .hero-content {
    padding: var(--space-6);
  }

  .hero-content p {
    font-size: var(--text-base);
  }

  .about-text,
  .why-text {
    padding: var(--space-6);
  }

  .feature-item,
  .testimonial-card {
    padding: var(--space-6);
  }
}

@media (max-width: 576px) {
  :root {
    --container-padding: 1rem;
  }

  section {
    padding: var(--space-12) 0;
  }

  .section-header {
    margin-bottom: var(--space-10);
  }

  .hero {
    min-height: 60vh;
    padding: var(--space-14) 0 var(--space-12);
  }

  .hero-content h1 {
    font-size: var(--text-2xl);
  }

  .hero-content h1::after {
    width: 80px;
  }

  .hero-content .highlight {
    width: 100%;
    justify-content: center;
  }

  .features-grid,
  .bookmakers-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .footer-links a {
    display: inline-block;
    margin-bottom: var(--space-2);
  }

  .message-box {
    padding: var(--space-6);
  }

  .footer-logos {
    gap: var(--space-4);
  }

  .img-container {
    width: 100%;
  }
}
