/* Mobile-first SEO landing page for Xparibet Morocco */
:root {
  color-scheme: light;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #111;
  background: #f7f8fb;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* French home-page card interactions */
html[lang="fr"] .trust-card,
html[lang="fr"] .step-card {
  transition: transform 0.22s ease, border-color 0.22s ease,
    box-shadow 0.22s ease, background-color 0.22s ease;
}

@media (hover: hover) {
  html[lang="fr"] .trust-card:hover,
  html[lang="fr"] .step-card:hover {
    transform: translateY(-6px);
    border-color: #da201c;
    background: #242020;
    box-shadow: 0 0 24px rgba(218, 32, 28, 0.2),
      0 24px 44px rgba(0, 0, 0, 0.34);
  }
}

html[lang="fr"] .trust-card:active,
html[lang="fr"] .step-card:active {
  transform: translateY(-2px) scale(0.985);
  border-color: #f02b25;
  box-shadow: 0 0 16px rgba(218, 32, 28, 0.32),
    0 12px 24px rgba(0, 0, 0, 0.3);
  transition-duration: 0.08s;
}

@media (prefers-reduced-motion: reduce) {
  html[lang="fr"] .trust-card,
  html[lang="fr"] .step-card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  html[lang="fr"] .trust-card:hover,
  html[lang="fr"] .step-card:hover,
  html[lang="fr"] .trust-card:active,
  html[lang="fr"] .step-card:active {
    transform: none;
  }
}

/* Xpari dark theme */
:root {
  color: #f5f5f5;
  background: #111111;
}
body {
  color: #f5f5f5;
  background:
    radial-gradient(circle at 50% -10%, rgba(218, 32, 28, 0.16), transparent 34%),
    #111111;
}
.header {
  background: rgba(24, 24, 24, 0.96);
  border-bottom: 1px solid #383838;
}
.logo {
  background: #202020;
  box-shadow: 0 0 0 1px #3a3a3a;
}
.menu-button span {
  background: #f5f5f5;
}
.nav {
  background: #202020;
  border: 1px solid #3a3a3a;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}
.nav a {
  color: #f5f5f5;
  border-bottom-color: #3a3a3a;
}
.nav a:hover {
  color: #ff4a43;
}
.lang-switcher a {
  background: #2b2b2b;
  color: #e8e8e8;
  border-color: #444444;
}
.lang-switcher a.active,
.lang-switcher a:hover {
  background: #da201c;
  color: #ffffff;
  border-color: #f0443e;
}
.hero::before,
.hero::after {
  box-shadow: 0 0 70px rgba(218, 32, 28, 0.28);
  filter: hue-rotate(125deg) saturate(1.4);
}
.hero-content,
.app-hero .hero-content,
.bonus-hero .hero-content,
.register-hero .hero-content {
  border: 1px solid #3b3b3b;
  background:
    radial-gradient(circle at 92% 8%, rgba(218, 32, 28, 0.2), transparent 34%),
    linear-gradient(145deg, #242424, #181818);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}
.eyebrow,
.section-subtitle {
  color: #ff5b54;
}
.hero-content h1,
.hero-content p,
.section h2,
.section h3,
.cta-card h2,
.faq h2 {
  color: #f7f7f7;
}
.hero-content p,
.section p,
.section li,
.reading-panel p,
.long-form-content p,
.long-form-content li {
  color: #c7c7c7;
}
.button-primary,
.android-download-button {
  background: #da201c;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(218, 32, 28, 0.3);
}
.button-primary:hover,
.android-download-button:hover {
  background: #f02b25;
  box-shadow: 0 12px 30px rgba(218, 32, 28, 0.42);
}
.button-secondary {
  background: #292929;
  color: #ffffff;
  border-color: #4a4a4a;
  box-shadow: none;
}
.button-secondary:hover {
  background: #353535;
  border-color: #666666;
}
.hero-list li,
.feature-card,
.testimonial,
.step,
.reading-panel,
.installation-section,
.comparison-section,
.app-feature-card,
.install-card,
.welcome-offer,
.rules-panel,
.bonus-category-card,
.prerequisite-card,
.kyc-card,
.error-list article,
.data-panel,
.registration-step,
.faq-item,
.legal-notice {
  color: #eeeeee;
  border-color: #3c3c3c;
  background: #202020;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}
.feature-card:hover,
.app-feature-card:hover,
.bonus-category-card:hover {
  border-color: #da201c;
  box-shadow: 0 0 24px rgba(218, 32, 28, 0.2), 0 20px 40px rgba(0, 0, 0, 0.28);
}
.feature-card h3,
.app-feature-card h3,
.install-card h3,
.bonus-category-card h3,
.prerequisite-card h3,
.kyc-card h3,
.error-list h3,
.registration-step h3,
.offer-columns h3,
.offer-conditions h3,
.bonus-stats strong {
  color: #ffffff;
}
.feature-card p,
.testimonial p,
.app-feature-card p,
.app-feature-card li,
.install-card p,
.install-card li,
.bonus-category-card p,
.bonus-category-card li,
.prerequisite-card p,
.kyc-card li,
.error-list p,
.data-panel p,
.registration-step p,
.registration-step li,
.offer-columns p,
.offer-columns li,
.offer-conditions li,
.bonus-stats span,
.rules-panel li {
  color: #bdbdbd;
}
.feature-index,
.prerequisite-card > span {
  background: #3b1918;
  color: #ff625b;
}
.feature-illustration {
  border-color: #67302e;
  background: linear-gradient(145deg, #38201f, #251817);
  color: #ff514a;
  box-shadow: 0 8px 20px rgba(218, 32, 28, 0.18);
}
.cta-card,
.app-cta .cta-card,
.bonus-page-cta .cta-card,
.register-page-cta .cta-card {
  border-color: #444444;
  background: linear-gradient(145deg, #272727, #191919);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}
.bonus-stats div,
.offer-columns > div,
.offer-conditions,
.event-offers p {
  border-color: #444444;
  background: #292929;
}
.offer-label,
.registration-step-number,
.platform-icon {
  background: #da201c;
  box-shadow: 0 0 20px rgba(218, 32, 28, 0.3);
}
.wagering-box,
.kyc-intro,
.support-panel,
.android-apk-panel {
  border: 1px solid #454545;
  background: linear-gradient(145deg, #242424, #151515);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
}
.apk-spec-grid {
  background: #444444;
  border-top-color: #444444;
}
.apk-spec-card {
  background: #191919;
}
.apk-spec-icon,
.apk-spec-card small,
.android-apk-copy .section-subtitle,
.support-panel .section-subtitle,
.kyc-intro strong {
  color: #ff5b54;
}
.comparison-table-wrap {
  border-color: #444444;
}
.comparison-table th {
  background: #da201c;
}
.comparison-table td {
  color: #d2d2d2;
  border-bottom-color: #3d3d3d;
}
.comparison-table tbody tr:nth-child(even),
.comparison-table tbody tr:nth-child(odd) {
  background: #202020;
}
.comparison-table td:first-child {
  color: #ffffff;
}
.download-warning,
.expiry-note {
  border-color: #8f7422;
  background: #332b16;
  color: #f6d873;
}
.download-warning a,
.registration-step a {
  color: #ff625b;
}
.footer {
  border-top-color: #3b3b3b;
  background:
    radial-gradient(circle at 15% 0%, rgba(218, 32, 28, 0.16), transparent 36%),
    #181818;
}
.footer-logo,
.footer-heading {
  color: #ffffff;
}
.footer-nav a:hover {
  color: #ff5b54;
}
@media (min-width: 700px) {
  .nav {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav a {
    border: 0;
  }
}
body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button, .button {
  font: inherit;
}
.page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
}
.logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 6px 9px;
  border-radius: 10px;
  background: #0f2147;
}
.logo img {
  width: 112px;
  height: auto;
}
.lang-switcher {
  display: none;
  gap: 10px;
  align-items: center;
}
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  background: #eef3ff;
  color: #0f2147;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lang-switcher a.active,
.lang-switcher a:hover {
  background: #0f2147;
  color: #ffffff;
  border-color: #0f2147;
}
.menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.menu-button {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  height: 24px;
  justify-content: center;
  cursor: pointer;
}
.menu-button span {
  display: block;
  height: 3px;
  background: #0f2147;
  border-radius: 999px;
}
.nav {
  position: absolute;
  top: 72px;
  right: 16px;
  left: 16px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 33, 71, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  padding: 16px;
}
.nav a {
  display: block;
  padding: 14px 0;
  color: #0f2147;
  border-bottom: 1px solid #e6e9f2;
}
.nav a:last-child {
  border-bottom: none;
}
.menu-toggle:checked + .menu-button + .nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.hero {
  position: relative;
  isolation: isolate;
  padding: 36px 0 28px;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4%;
  width: 210px;
  height: 92%;
  border-radius: 0;
  background-size: auto, 32px 32px, 32px 32px;
  box-shadow: 0 0 70px rgba(37, 99, 235, 0.28);
  opacity: 0.58;
  pointer-events: none;
}
.hero::before {
  left: -145px;
  background-image:
    radial-gradient(ellipse at 85% 50%, rgba(37, 99, 235, 0.62) 0%, rgba(56, 189, 248, 0.28) 42%, transparent 76%),
    linear-gradient(rgba(37, 99, 235, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.2) 1px, transparent 1px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}
.hero::after {
  right: -145px;
  background-image:
    radial-gradient(ellipse at 15% 50%, rgba(37, 99, 235, 0.62) 0%, rgba(56, 189, 248, 0.28) 42%, transparent 76%),
    linear-gradient(rgba(37, 99, 235, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.2) 1px, transparent 1px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 66%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 66%, transparent 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #eef3ff 100%);
  border-radius: 28px;
  padding: 28px 20px;
  box-shadow: 0 28px 60px rgba(15, 33, 71, 0.08);
}
.scroll-indicator {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54px;
  margin: 22px auto -10px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.scroll-indicator span {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border-right: 3px solid #2563eb;
  border-bottom: 3px solid #2563eb;
  transform: rotate(45deg);
  animation: scroll-arrow 1.6s infinite;
}
.scroll-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
@keyframes scroll-arrow {
  0% {
    opacity: 0;
    transform: translateY(-5px) rotate(45deg);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(8px) rotate(45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator span {
    animation: none;
    opacity: 1;
  }
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2a4fa0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1.05;
  color: #0f2147;
}
.hero-content p {
  font-size: 1rem;
  color: #3f4868;
  margin: 18px 0 24px;
}
.hero-actions {
  display: grid;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease, border-color 0.2s ease;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15, 33, 71, 0.18);
}
.button:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}
.button-primary {
  background: #0f2147;
  color: #ffffff;
  box-shadow:
    0 0 18px rgba(37, 99, 235, 0.48),
    0 8px 24px rgba(15, 33, 71, 0.22);
}
.button-primary:hover {
  background: #1b3b78;
  box-shadow:
    0 0 30px rgba(59, 130, 246, 0.78),
    0 14px 32px rgba(15, 33, 71, 0.3);
}
.promo-hero-button {
  min-height: 72px;
  flex-direction: column;
  gap: 5px;
  line-height: 1.2;
}
.promo-code-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.promo-code-label bdi {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.button-secondary {
  background: #ffffff;
  color: #0f2147;
  border-color: #d5dcec;
  box-shadow: 0 0 16px rgba(96, 165, 250, 0.28);
}
.button-secondary:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow:
    0 0 28px rgba(96, 165, 250, 0.62),
    0 12px 26px rgba(15, 33, 71, 0.14);
}
.hero-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}
.hero-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: #dbeafe;
  border: 1px solid #bfdbfe;
  color: #0f2147;
  font-weight: 600;
}
.section {
  padding: 24px 0;
}
.hero + .section {
  margin-top: 42px;
}
.section-header {
  margin-bottom: 20px;
}
.section-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2a4fa0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section h2 {
  margin: 0;
  font-size: 1.7rem;
  color: #0f2147;
}
.cards,
.steps-grid,
.trust-grid,
.testimonial-list {
  display: grid;
  gap: 16px;
}
.card,
.step-card,
.trust-card,
.testimonial-card,
.faq-item,
.bonus-panel,
.cta-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 18px 36px rgba(15, 33, 71, 0.08);
}
.card h3,
.step-card h3,
.trust-card h3,
.faq-item h3,
.cta-card h2 {
  margin: 0 0 12px;
  color: #0f2147;
}
.card p,
.step-card p,
.trust-card p,
.testimonial-card p,
.faq-item p,
.bonus-panel p,
.cta-card p {
  margin: 0;
  color: #4a5578;
}
.card {
  border: 1px solid transparent;
  transition: transform 0.22s ease, border-color 0.22s ease,
    box-shadow 0.22s ease, background-color 0.22s ease;
}
.card:hover {
  transform: translateY(-6px);
  background: #f8fbff;
  border-color: #60a5fa;
  box-shadow:
    0 0 26px rgba(59, 130, 246, 0.35),
    0 22px 42px rgba(15, 33, 71, 0.14);
}
.bonus-panel ul,
.steps-grid,
.trust-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bonus-panel ul {
  margin: 18px 0;
  padding-left: 18px;
}
.bonus-panel li {
  margin-bottom: 10px;
  color: #4a5578;
}
.info-zone {
  position: relative;
  isolation: isolate;
  margin: 18px 0;
  padding: 8px 0;
}
.info-zone::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -26px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 46px;
  background:
    radial-gradient(circle at 8% 18%, rgba(56, 189, 248, 0.38), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(37, 99, 235, 0.28), transparent 34%),
    linear-gradient(rgba(96, 165, 250, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.1) 1px, transparent 1px),
    linear-gradient(145deg, rgba(239, 246, 255, 0.82), rgba(219, 234, 254, 0.48));
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
  box-shadow:
    0 0 55px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.info-zone::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 42%;
  left: 50%;
  width: 48%;
  height: 140px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.18);
  filter: blur(55px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.long-form-content {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px 20px;
  box-shadow: 0 18px 42px rgba(15, 33, 71, 0.08);
}
.long-form-content h2,
.long-form-content h3 {
  color: #0f2147;
}
.long-form-content h2 {
  margin: 0 0 20px;
}
.long-form-content h3 {
  margin: 32px 0 12px;
  font-size: 1.25rem;
}
.long-form-content p,
.long-form-content li {
  color: #4a5578;
}
.long-form-content ul {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}
.long-form-content a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-notice {
  margin-top: 32px;
  padding: 20px;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  background: #eff6ff;
}
.legal-notice h3 {
  margin-top: 0;
}
.steps-grid {
  grid-template-columns: 1fr;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e5ecff;
  color: #0f2147;
  font-weight: 700;
  margin-bottom: 16px;
}
.trust-grid {
  grid-template-columns: 1fr;
}
.testimonial-list {
  gap: 14px;
}
.testimonial-card span {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  color: #0f2147;
}
.faq-item {
  border-left: 4px solid #0f2147;
}
.faq {
  position: relative;
  overflow: hidden;
  padding: 28px 20px;
  border: 1px solid rgba(96, 165, 250, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 4%, rgba(37, 99, 235, 0.48), transparent 34%),
    radial-gradient(circle at 5% 100%, rgba(14, 165, 233, 0.22), transparent 34%),
    linear-gradient(rgba(96, 165, 250, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.07) 1px, transparent 1px),
    linear-gradient(145deg, #08152f 0%, #0f2147 55%, #102d63 100%);
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  box-shadow:
    0 24px 55px rgba(8, 21, 47, 0.28),
    0 0 40px rgba(37, 99, 235, 0.16);
}
.faq::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.2);
  filter: blur(55px);
  pointer-events: none;
}
.faq .section-header,
.faq-item {
  position: relative;
  z-index: 1;
}
.faq .section-subtitle {
  color: #7dd3fc;
}
.faq h2 {
  color: #ffffff;
}
.faq-item {
  border: 1px solid rgba(147, 197, 253, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px rgba(3, 10, 25, 0.2);
  transition: transform 0.22s ease, border-color 0.22s ease,
    background-color 0.22s ease, box-shadow 0.22s ease;
}
.faq-item + .faq-item {
  margin-top: 14px;
}
.faq-item summary {
  position: relative;
  padding-right: 48px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.18);
  color: #7dd3fc;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background-color 0.22s ease,
    box-shadow 0.22s ease;
}
.faq-item[open] summary::after {
  content: "−";
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.5);
}
.faq-item p {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(147, 197, 253, 0.16);
  color: #cbd5e1;
}
.faq-item[open] {
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(59, 130, 246, 0.13);
}
.faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(59, 130, 246, 0.16);
  box-shadow:
    0 0 26px rgba(56, 189, 248, 0.24),
    0 18px 34px rgba(3, 10, 25, 0.3);
}
.app-hero .hero-content {
  background:
    radial-gradient(circle at 92% 10%, rgba(96, 165, 250, 0.24), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
}
.reading-panel,
.installation-section,
.comparison-section {
  padding: 24px 20px;
  border: 1px solid #dbeafe;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 33, 71, 0.08);
}
.reading-panel p {
  margin: 0;
  color: #4a5578;
}
.reading-panel p + p {
  margin-top: 16px;
}
.android-apk-panel {
  overflow: hidden;
  border: 1px solid #bfdbfe;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(96, 165, 250, 0.25), transparent 34%),
    linear-gradient(145deg, #0b1735, #102858);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(15, 33, 71, 0.2);
}
.android-apk-copy {
  padding: 28px 20px 24px;
}
.android-apk-copy .section-subtitle {
  color: #93c5fd;
}
.android-apk-copy h2 {
  margin: 6px 0 14px;
  color: #ffffff;
  font-size: clamp(2rem, 8vw, 3.15rem);
  line-height: 1;
}
.android-apk-copy p:not(.section-subtitle) {
  max-width: 820px;
  margin: 0;
  color: #dbeafe;
}
.android-apk-copy p:not(.section-subtitle) + p {
  margin-top: 12px;
}
.android-download-button {
  display: flex;
  width: min(100%, 360px);
  margin-top: 22px;
}
.apk-download-trigger {
  position: relative;
  padding-right: 58px;
  padding-left: 58px;
}
.android-download-button {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.38);
}
.android-download-button:hover {
  transform: translateY(-2px);
  background: #3b82f6;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.48);
}
.apk-download-trigger.is-downloading,
.apk-download-trigger.is-downloading:hover {
  transform: none;
  background: #16a34a;
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.38);
}
.apk-download-trigger::after {
  content: "↻";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  opacity: 0;
  transform: rotate(0deg);
}
.apk-download-trigger.is-downloading::after {
  opacity: 1;
  animation: apk-download-spin 0.8s linear infinite;
}
@keyframes apk-download-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .apk-download-trigger.is-downloading::after {
    animation-duration: 1.4s;
  }
}
.apk-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(147, 197, 253, 0.26);
  border-top: 1px solid rgba(147, 197, 253, 0.26);
}
.apk-spec-card {
  display: flex;
  min-width: 0;
  min-height: 136px;
  padding: 18px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(7, 17, 42, 0.93);
}
.apk-spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 32px;
  margin-bottom: 8px;
  color: #60a5fa;
  font-size: 1.15rem;
  font-weight: 900;
}
.apk-spec-card small {
  margin-bottom: 5px;
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.apk-spec-card strong {
  color: #ffffff;
  font-size: 0.92rem;
}
.app-feature-grid,
.install-grid {
  display: grid;
  gap: 16px;
}
.app-feature-card,
.install-card {
  position: relative;
  padding: 22px;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 33, 71, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.app-feature-card {
  padding-top: 24px;
}
.feature-illustration {
  position: absolute;
  top: 16px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #bfdbfe;
  border-radius: 17px;
  background: linear-gradient(145deg, #eff6ff, #dbeafe);
  color: #2563eb;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.feature-illustration svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-feature-card:hover .feature-illustration {
  transform: translateY(-3px) rotate(3deg);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.34);
}
.app-feature-card:hover {
  transform: translateY(-5px);
  border-color: #60a5fa;
  box-shadow: 0 0 26px rgba(59, 130, 246, 0.24), 0 20px 40px rgba(15, 33, 71, 0.12);
}
.feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.8rem;
  font-weight: 800;
}
.app-feature-card h3,
.install-card h3 {
  margin: 0 0 10px;
  color: #0f2147;
}
.app-feature-card p,
.app-feature-card li,
.install-card p,
.install-card li {
  color: #4a5578;
}
.app-feature-card p,
.install-card p {
  margin: 0;
}
.app-feature-card ul,
.install-card ol {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 22px;
}
.platform-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.platform-heading p {
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.platform-heading h3 {
  margin: 2px 0 0;
}
.platform-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #0f2147;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}
.android-platform-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.download-warning {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #fbbf24;
  border-radius: 18px;
  background: #fffbeb;
  color: #713f12;
}
.download-warning a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
}
.comparison-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dbeafe;
  border-radius: 20px;
}
.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}
.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.comparison-table th {
  background: #0f2147;
  color: #ffffff;
}
.comparison-table tbody tr:nth-child(even) {
  background: #f8fbff;
}
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}
.comparison-table td:first-child {
  color: #0f2147;
  font-weight: 700;
}
.table-yes {
  color: #15803d;
  font-weight: 800;
}
@media (max-width: 639px) {
  .comparison-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  .comparison-table {
    min-width: 0;
  }
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }
  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .comparison-table tr {
    padding: 16px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 33, 71, 0.07);
  }
  .comparison-table tr + tr {
    margin-top: 12px;
  }
  .comparison-table tbody tr:nth-child(even) {
    background: #f8fbff;
  }
  .comparison-table td {
    padding: 8px 0;
    border: 0;
  }
  .comparison-table td:first-child {
    margin-bottom: 8px;
    padding: 0 0 12px;
    border-bottom: 1px solid #dbeafe;
    font-size: 1.05rem;
  }
  .comparison-table td:nth-child(2)::before,
  .comparison-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 2px;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .comparison-table td:nth-child(2)::before {
    content: "Application";
  }
  .comparison-table td:nth-child(3)::before {
    content: "Site mobile";
  }
}
.app-cta .cta-card {
  padding: 28px 20px;
  background: linear-gradient(145deg, #ffffff, #eff6ff);
  border: 1px solid #bfdbfe;
}
.app-cta .button {
  margin-top: 22px;
}
.app-legal {
  margin: 0 0 24px;
}
.bonus-hero .hero-content {
  background:
    radial-gradient(circle at 92% 8%, rgba(56, 189, 248, 0.26), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eaf2ff 100%);
}
.welcome-offer,
.rules-panel {
  padding: 26px 20px;
  border: 1px solid #bfdbfe;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.2), transparent 32%),
    #ffffff;
  box-shadow: 0 20px 46px rgba(15, 33, 71, 0.1);
}
.offer-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.offer-heading h2 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
}
.offer-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #0f2147;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  box-shadow: 0 0 28px rgba(37, 99, 235, 0.5);
}
.offer-lead {
  max-width: 760px;
  margin: 22px 0;
  color: #4a5578;
  font-size: 1.08rem;
}
.bonus-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}
.bonus-stats div {
  padding: 16px;
  border: 1px solid #bfdbfe;
  border-radius: 18px;
  background: #eff6ff;
}
.bonus-stats strong,
.bonus-stats span {
  display: block;
}
.bonus-stats strong {
  color: #0f2147;
  font-size: 1.25rem;
}
.bonus-stats span {
  margin-top: 4px;
  color: #4a5578;
  font-size: 0.86rem;
}
.offer-columns {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.offer-columns > div {
  padding: 20px;
  border-radius: 20px;
  background: #f8fbff;
}
.offer-columns h3,
.offer-conditions h3 {
  margin: 0 0 10px;
  color: #0f2147;
}
.offer-columns h3:not(:first-child) {
  margin-top: 20px;
}
.offer-columns p,
.offer-columns li,
.offer-conditions li {
  color: #4a5578;
}
.offer-columns ol,
.offer-conditions ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}
.offer-conditions {
  margin-top: 18px;
  padding: 20px;
  border-left: 4px solid #2563eb;
  border-radius: 16px;
  background: #eef3ff;
}
.wagering-box {
  display: grid;
  gap: 20px;
  padding: 24px 20px;
  border-radius: 28px;
  background: linear-gradient(145deg, #08152f, #102d63);
  color: #cbd5e1;
  box-shadow: 0 20px 46px rgba(8, 21, 47, 0.22);
}
.wagering-box h2 {
  color: #ffffff;
}
.wagering-box p {
  color: #cbd5e1;
}
.wagering-example {
  padding: 20px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}
.wagering-example span,
.wagering-example strong {
  display: block;
}
.wagering-example span {
  color: #7dd3fc;
  font-weight: 700;
}
.wagering-example strong {
  margin: 8px 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 4vw, 2rem);
}
.expiry-note {
  margin: 14px 0 0;
  padding: 16px 18px;
  border: 1px solid #fbbf24;
  border-radius: 16px;
  background: #fffbeb;
  color: #713f12;
}
.bonus-category-grid {
  display: grid;
  gap: 16px;
}
.bonus-category-card {
  padding: 22px;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 33, 71, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.bonus-category-card:hover {
  transform: translateY(-5px);
  border-color: #60a5fa;
  box-shadow: 0 0 26px rgba(59, 130, 246, 0.24), 0 20px 40px rgba(15, 33, 71, 0.12);
}
.bonus-category-card h3 {
  margin: 0 0 10px;
  color: #0f2147;
}
.bonus-category-card p,
.bonus-category-card li {
  color: #4a5578;
}
.bonus-category-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}
.event-offers {
  display: grid;
  gap: 10px;
}
.event-offers p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 15px;
  background: #eff6ff;
}
.rules-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 22px;
  color: #4a5578;
}
.bonus-page-cta .cta-card {
  padding: 28px 20px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(145deg, #ffffff, #eff6ff);
}
.bonus-page-cta .button {
  margin-top: 22px;
}
.bonus-legal {
  margin: 0 0 24px;
}
.register-hero .hero-content {
  background:
    radial-gradient(circle at 92% 8%, rgba(96, 165, 250, 0.25), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
}
.prerequisite-grid,
.kyc-grid,
.error-list,
.data-support-grid {
  display: grid;
  gap: 16px;
}
.prerequisite-card,
.kyc-card,
.error-list article,
.data-panel,
.support-panel {
  padding: 22px;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 33, 71, 0.07);
}
.prerequisite-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-weight: 800;
}
.prerequisite-card h3,
.kyc-card h3,
.error-list h3 {
  margin: 0 0 10px;
  color: #0f2147;
}
.prerequisite-card p,
.kyc-card li,
.error-list p,
.data-panel p,
.support-panel p {
  color: #4a5578;
}
.prerequisite-card p,
.error-list p {
  margin: 0;
}
.registration-timeline {
  position: relative;
  display: grid;
  gap: 16px;
}
.registration-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid #dbeafe;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 33, 71, 0.07);
}
.registration-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #0f2147;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.32);
}
.registration-step h3 {
  margin: 4px 0 8px;
  color: #0f2147;
}
.registration-step p,
.registration-step li {
  color: #4a5578;
}
.registration-step p {
  margin: 0;
}
.registration-step ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}
.registration-step a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
}
.kyc-intro {
  margin-bottom: 18px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, #08152f, #102d63);
  color: #cbd5e1;
}
.kyc-intro p {
  margin-top: 0;
}
.kyc-intro strong {
  color: #7dd3fc;
}
.kyc-card ul,
.kyc-card ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}
.error-list article {
  border-left: 4px solid #60a5fa;
}
.data-panel {
  background: linear-gradient(145deg, #ffffff, #eff6ff);
}
.support-panel {
  border-color: rgba(96, 165, 250, 0.35);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.36), transparent 42%),
    linear-gradient(145deg, #08152f, #102d63);
}
.support-panel h2,
.support-panel p {
  color: #ffffff;
}
.support-panel .section-subtitle {
  color: #7dd3fc;
}
.register-page-cta .cta-card {
  padding: 28px 20px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(145deg, #ffffff, #eff6ff);
}
.register-page-cta .button {
  margin-top: 22px;
}
.register-legal {
  margin: 0 0 24px;
}
[dir="rtl"] .app-feature-card ul,
[dir="rtl"] .install-card ol,
[dir="rtl"] .kyc-card ul,
[dir="rtl"] .kyc-card ol,
[dir="rtl"] .offer-columns ol,
[dir="rtl"] .offer-conditions ul,
[dir="rtl"] .bonus-category-card ul,
[dir="rtl"] .rules-panel ul,
[dir="rtl"] .registration-step ul,
[dir="rtl"] .long-form-content ul {
  padding-right: 22px;
  padding-left: 0;
}
[dir="rtl"] .comparison-table {
  text-align: right;
}
[dir="rtl"] .feature-illustration {
  right: auto;
  left: 18px;
}
[dir="rtl"] .faq-item summary {
  padding-right: 0;
  padding-left: 48px;
}
[dir="rtl"] .faq-item summary::after {
  right: auto;
  left: 0;
}
[dir="rtl"] .error-list article {
  border-right: 4px solid #60a5fa;
  border-left: 1px solid #dbeafe;
}
[dir="rtl"] .offer-conditions {
  border-right: 4px solid #2563eb;
  border-left: 0;
}
@media (max-width: 639px) {
  [dir="rtl"] .comparison-table td:nth-child(2)::before {
    content: "التطبيق";
  }
  [dir="rtl"] .comparison-table td:nth-child(3)::before {
    content: "الموقع المحمول";
  }
}
.cta-card {
  text-align: center;
}
.footer {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 28px;
  width: 100vw;
  margin: 36px calc(50% - 50vw) -40px;
  padding: 30px max(24px, calc((100vw - 1000px) / 2 + 24px));
  box-sizing: border-box;
  border-top: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 0;
  background:
    radial-gradient(circle at 95% 0%, rgba(37, 99, 235, 0.4), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(14, 165, 233, 0.18), transparent 30%),
    linear-gradient(rgba(96, 165, 250, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #071426 0%, #0b1e38 55%, #102d63 100%);
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  color: #cbd5e1;
  box-shadow: 0 -12px 38px rgba(37, 99, 235, 0.12);
}
.footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.16);
  filter: blur(60px);
  pointer-events: none;
}
.footer-brand,
.footer-content {
  position: relative;
  z-index: 1;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}
.footer-nav a {
  color: #ffffff;
  font-weight: 700;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.footer-nav a:hover {
  color: #7dd3fc;
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.55);
}
.footer-content p {
  margin: 0 0 14px;
}
.responsible-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.age-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  border: 1px solid #fb7185;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(244, 63, 94, 0.22);
}
.footer-heading {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.support-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin: 6px 0 24px;
}
.support-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #cbd5e1;
  font-weight: 800;
  line-height: 1;
  opacity: 0.9;
  filter: drop-shadow(0 0 8px rgba(147, 197, 253, 0.12));
  transition: color 0.2s ease, opacity 0.2s ease, filter 0.2s ease,
    transform 0.2s ease;
}
.support-logo:hover {
  color: #ffffff;
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.55));
  transform: translateY(-2px);
}
.support-logo:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 5px;
  border-radius: 4px;
}
.gamble-aware {
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}
.ga-logo {
  position: relative;
  padding: 0 8px 7px;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: -0.14em;
}
.ga-logo::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 0;
  left: 3px;
  height: 4px;
  background: #cbd5e1;
}
.therapy-logo {
  font-size: 0.9rem;
  letter-spacing: -0.05em;
  text-align: left;
}
.footer-copy {
  padding-top: 16px;
  border-top: 1px solid rgba(147, 197, 253, 0.16);
  color: #93c5fd;
}
@media (min-width: 640px) {
  .page {
    padding: 0 24px 48px;
  }
  .header {
    justify-content: center;
    position: relative;
  }
  .logo {
    position: absolute;
    left: 24px;
  }
  .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 36px);
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .lang-switcher {
    display: flex;
    position: absolute;
    right: 24px;
  }
  .nav a {
    display: inline-block;
    padding: 0;
    border: none;
  }
  .menu-button {
    display: none;
  }
  .hero-content {
    padding: 38px 32px;
  }
  .hero + .section {
    margin-top: 64px;
  }
  .hero::before,
  .hero::after {
    width: 310px;
    opacity: 0.9;
  }
  .hero::before {
    left: -245px;
  }
  .hero::after {
    right: -245px;
  }
  .footer {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 2fr);
    gap: 44px;
    margin-bottom: -48px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .reading-panel,
  .installation-section,
  .comparison-section {
    padding: 32px;
  }
  .app-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .android-apk-copy {
    padding: 38px 34px 32px;
  }
  .apk-spec-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .apk-spec-card {
    min-height: 142px;
  }
  .app-feature-wide {
    grid-column: auto;
  }
  .install-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .app-cta .cta-card {
    padding: 40px;
  }
  .welcome-offer,
  .rules-panel {
    padding: 34px 32px;
  }
  .bonus-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .offer-columns,
  .wagering-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bonus-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bonus-category-wide {
    grid-column: span 2;
  }
  .bonus-page-cta .cta-card {
    padding: 40px;
  }
  .prerequisite-grid,
  .kyc-grid,
  .data-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .error-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .registration-step {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 26px;
  }
  .register-page-cta .cta-card {
    padding: 40px;
  }
  .cards,
  .steps-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonial-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .cards,
  .steps-grid,
  .trust-grid,
  .testimonial-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero {
    padding-top: 44px;
  }
}

/* Final dark-theme cascade */
:root { color-scheme: dark; color: #f5f5f5; background: #111; }
body {
  color: #f5f5f5;
  background: radial-gradient(circle at 50% -10%, rgba(218,32,28,.16), transparent 34%), #111;
}
.header { background: rgba(24,24,24,.96); border-bottom: 1px solid #383838; }
.logo { background: #202020; box-shadow: 0 0 0 1px #3a3a3a; }
.menu-button span { background: #f5f5f5; }
.nav { background: #202020; border: 1px solid #3a3a3a; box-shadow: 0 18px 45px rgba(0,0,0,.42); }
.nav a { color: #f5f5f5; border-bottom-color: #3a3a3a; }
.nav a:hover { color: #ff4a43; }
.lang-switcher a { background: #2b2b2b; color: #eee; border-color: #444; }
.lang-switcher a.active,
.lang-switcher a:hover { background: #da201c; color: #fff; border-color: #f0443e; }
.hero::before,
.hero::after { box-shadow: 0 0 70px rgba(218,32,28,.28); filter: hue-rotate(125deg) saturate(1.4); }
.hero-content,
.app-hero .hero-content,
.bonus-hero .hero-content,
.register-hero .hero-content {
  border: 1px solid #3b3b3b;
  background: radial-gradient(circle at 92% 8%, rgba(218,32,28,.2), transparent 34%), linear-gradient(145deg,#242424,#181818);
  box-shadow: 0 28px 60px rgba(0,0,0,.34);
}
.eyebrow,
.section-subtitle { color: #ff5b54; }
.hero-content h1,
.section h2,
.section h3,
.cta-card h2 { color: #f7f7f7; }
.hero-content p,
.section p,
.section li,
.reading-panel p { color: #c7c7c7; }
.button-primary,
.android-download-button { background: #da201c; color: #fff; box-shadow: 0 8px 24px rgba(218,32,28,.3); }
.button-primary:hover,
.android-download-button:hover { background: #f02b25; box-shadow: 0 12px 30px rgba(218,32,28,.42); }
.button-secondary { background: #292929; color: #fff; border-color: #4a4a4a; box-shadow: none; }
.button-secondary:hover { background: #353535; border-color: #666; }
.hero-list li,
.feature-card,
.testimonial,
.step,
.reading-panel,
.installation-section,
.comparison-section,
.app-feature-card,
.install-card,
.welcome-offer,
.rules-panel,
.bonus-category-card,
.prerequisite-card,
.kyc-card,
.error-list article,
.data-panel,
.registration-step,
.faq-item,
.legal-notice {
  color: #eee;
  border-color: #3c3c3c;
  background: #202020;
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}
.feature-card:hover,
.app-feature-card:hover,
.bonus-category-card:hover { border-color: #da201c; box-shadow: 0 0 24px rgba(218,32,28,.2),0 20px 40px rgba(0,0,0,.28); }
.feature-card h3,
.app-feature-card h3,
.install-card h3,
.bonus-category-card h3,
.prerequisite-card h3,
.kyc-card h3,
.error-list h3,
.registration-step h3,
.offer-columns h3,
.offer-conditions h3,
.bonus-stats strong { color: #fff; }
.feature-card p,
.testimonial p,
.app-feature-card p,
.app-feature-card li,
.install-card p,
.install-card li,
.bonus-category-card p,
.bonus-category-card li,
.prerequisite-card p,
.kyc-card li,
.error-list p,
.data-panel p,
.registration-step p,
.registration-step li,
.offer-columns p,
.offer-columns li,
.offer-conditions li,
.bonus-stats span,
.rules-panel li { color: #bdbdbd; }
.feature-index,
.prerequisite-card > span { background: #3b1918; color: #ff625b; }
.feature-illustration { border-color: #67302e; background: linear-gradient(145deg,#38201f,#251817); color: #ff514a; }
.cta-card,
.app-cta .cta-card,
.bonus-page-cta .cta-card,
.register-page-cta .cta-card { border-color: #444; background: linear-gradient(145deg,#272727,#191919); }
.bonus-stats div,
.offer-columns > div,
.offer-conditions,
.event-offers p { border-color: #444; background: #292929; }
.offer-label,
.registration-step-number,
.platform-icon { background: #da201c; box-shadow: 0 0 20px rgba(218,32,28,.3); }
.wagering-box,
.kyc-intro,
.support-panel,
.android-apk-panel { border: 1px solid #454545; background: linear-gradient(145deg,#242424,#151515); }
.apk-spec-grid { background: #444; border-top-color: #444; }
.apk-spec-card { background: #191919; }
.apk-spec-icon,
.apk-spec-card small,
.android-apk-copy .section-subtitle,
.support-panel .section-subtitle,
.kyc-intro strong { color: #ff5b54; }
.comparison-table-wrap { border-color: #444; }
.comparison-table th { background: #da201c; }
.comparison-table td { color: #d2d2d2; border-bottom-color: #3d3d3d; }
.comparison-table tbody tr:nth-child(even),
.comparison-table tbody tr:nth-child(odd) { background: #202020; }
.comparison-table td:first-child { color: #fff; }
.download-warning,
.expiry-note { border-color: #8f7422; background: #332b16; color: #f6d873; }
.download-warning a,
.registration-step a { color: #ff625b; }
.footer { border-top-color: #3b3b3b; background: radial-gradient(circle at 15% 0%,rgba(218,32,28,.16),transparent 36%),#181818; }
.footer-logo,
.footer-heading { color: #fff; }
.footer-nav a:hover { color: #ff5b54; }
@media (min-width: 700px) {
  .nav { border: 0; background: transparent; box-shadow: none; }
  .nav a { border: 0; }
}

/* Full-width navigation bar */
.header {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-inline:
    max(16px, calc((100vw - 1000px) / 2 + 16px));
}
@media (max-width: 699px) {
  .header .nav {
    right: 16px;
    left: 16px;
    width: auto;
  }
  .lang-switcher {
    position: absolute;
    left: 50%;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
  }
  .lang-switcher a {
    min-width: 34px;
    min-height: 34px;
    font-size: 0.78rem;
  }
  .logo img {
    width: 100px;
  }
}

/* Uniform red surround for hero cards */
.hero::before {
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-radius: 0;
  background-image:
    linear-gradient(rgba(255, 85, 78, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 85, 78, 0.11) 1px, transparent 1px),
    radial-gradient(ellipse 46% 115% at 50% 50%, #741f23 0%, #4a181a 52%, #241414 100%);
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.28);
  opacity: 1;
  filter: none;
  transform: translateX(-50%);
  -webkit-mask-image: none;
  mask-image: none;
}
.hero::after {
  display: none;
}
.hero-content {
  border-radius: 20px;
}

/* Dark red FAQ theme */
.faq {
  border-color: #58302f;
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 32, 28, 0.2), transparent 32%),
    linear-gradient(rgba(255, 91, 84, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 91, 84, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #241919 0%, #1d1d1d 58%, #171717 100%);
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32), 0 0 32px rgba(218, 32, 28, 0.1);
}
.faq::before {
  background: rgba(218, 32, 28, 0.16);
}
.faq .section-subtitle {
  color: #ff5b54;
}
.faq-item {
  border-color: #454545;
  background: rgba(31, 31, 31, 0.94);
}
.faq-item summary::after {
  border-color: #a63b37;
  background: rgba(218, 32, 28, 0.16);
  color: #ff625b;
}
.faq-item[open] summary::after {
  background: #da201c;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(218, 32, 28, 0.4);
}
.faq-item p {
  border-top-color: #444444;
  color: #c7c7c7;
}
.faq-item[open],
.faq-item:hover {
  border-color: #a63b37;
  background: #292020;
  box-shadow: 0 0 22px rgba(218, 32, 28, 0.14), 0 18px 34px rgba(0, 0, 0, 0.28);
}
.scroll-indicator span {
  border-right-color: #f02b25;
  border-bottom-color: #f02b25;
  filter: drop-shadow(0 0 5px rgba(218, 32, 28, 0.55));
}

/* Main-page cards in dark theme */
.card,
.step-card,
.trust-card,
.testimonial-card,
.bonus-panel,
.long-form-content {
  border: 1px solid #3c3c3c;
  background: #202020;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}
.card h3,
.step-card h3,
.trust-card h3,
.testimonial-card h3,
.bonus-panel h2,
.long-form-content h2,
.long-form-content h3 {
  color: #ffffff;
}
.card p,
.step-card p,
.trust-card p,
.testimonial-card p,
.bonus-panel p,
.bonus-panel li,
.long-form-content p,
.long-form-content li {
  color: #c3c3c3;
}
.card:hover {
  border-color: #a63b37;
  background: #292020;
  box-shadow: 0 0 24px rgba(218, 32, 28, 0.16), 0 22px 42px rgba(0, 0, 0, 0.28);
}
.info-zone::before {
  border-color: #54302f;
  background:
    radial-gradient(circle at 8% 18%, rgba(218, 32, 28, 0.18), transparent 30%),
    linear-gradient(rgba(255, 91, 84, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 91, 84, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #241919, #181818);
  background-size: auto, 34px 34px, 34px 34px, auto;
  box-shadow: 0 0 42px rgba(218, 32, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.info-zone::after {
  background: rgba(218, 32, 28, 0.1);
}
.step-number {
  background: #da201c;
  color: #ffffff;
}
.testimonial-card span {
  color: #ff625b;
}
.long-form-content a {
  color: #ff625b;
}
.home-app-visual {
  display: flex;
  justify-content: center;
}
.home-app-figure {
  width: min(100%, 700px);
  margin: 0;
}
.home-app-visual picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #63302e;
  border-radius: 20px;
  background: #1c1c1c;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34), 0 0 28px rgba(218, 32, 28, 0.12);
}
.home-app-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.home-app-figure figcaption {
  margin-top: 12px;
  color: #bdbdbd;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}
.footer-copy {
  color: #ffffff;
}
.feature-illustration {
  box-shadow: 0 8px 20px rgba(218, 32, 28, 0.2);
}
.app-feature-card:hover .feature-illustration {
  box-shadow: 0 0 22px rgba(218, 32, 28, 0.42);
}
.install-card {
  display: flex;
  flex-direction: column;
}
.install-download-button {
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
.install-card ol + .install-download-button,
.install-card p + .install-download-button {
  margin-top: auto;
}
.install-card ol,
.install-card > p {
  margin-bottom: 24px;
}
.register-app-visual {
  display: flex;
  justify-content: center;
}
.register-app-figure {
  width: min(100%, 700px);
  margin: 0;
}
.register-app-visual picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #63302e;
  border-radius: 20px;
  background: #1c1c1c;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34), 0 0 28px rgba(218, 32, 28, 0.12);
}
.register-app-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.register-app-figure figcaption {
  margin-top: 12px;
  color: #bdbdbd;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}
.registration-steps-cta {
  margin-top: 22px;
}
.registration-steps-cta .button {
  display: flex;
  width: 100%;
}
.installation-section + .comparison-section {
  margin-top: 16px;
}
.hero-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #4a3433;
  border-inline-start: 4px solid #da201c;
  background: linear-gradient(100deg, rgba(218, 32, 28, 0.14), #202020 42%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-list li::before {
  content: "✓";
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #da201c;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 12px rgba(218, 32, 28, 0.3);
}
.contextual-link,
.internal-guide-link a {
  color: #ff625b;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contextual-link:hover,
.internal-guide-link a:hover {
  color: #ff8a85;
}
.bonus-panel .internal-guide-link {
  margin: -2px 0 18px;
}
.brand-word {
  display: inline-flex;
  direction: ltr;
  white-space: nowrap;
}
.brand-bet {
  color: #f02b25;
  text-shadow: 0 0 12px rgba(218, 32, 28, 0.32);
}
@media (hover: hover) {
  .hero-list li:hover {
    transform: translateY(-2px);
    border-color: #a63b37;
    background: linear-gradient(100deg, rgba(218, 32, 28, 0.22), #252020 48%);
    box-shadow: 0 0 20px rgba(218, 32, 28, 0.14), 0 12px 24px rgba(0, 0, 0, 0.22);
  }
}

/* French registration interactions */
html[lang="fr"] .prerequisite-card,
html[lang="fr"] .registration-step {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
@media (hover: hover) {
  html[lang="fr"] .prerequisite-card:hover,
  html[lang="fr"] .registration-step:hover {
    transform: translateY(-5px);
    border-color: #a63b37;
    background: #292020;
    box-shadow: 0 0 24px rgba(218, 32, 28, 0.18), 0 20px 38px rgba(0, 0, 0, 0.3);
  }
  html[lang="fr"] .prerequisite-card:hover > span,
  html[lang="fr"] .registration-step:hover .registration-step-number {
    background: #f02b25;
    color: #ffffff;
    box-shadow: 0 0 18px rgba(218, 32, 28, 0.42);
  }
  html[lang="fr"] .register-hero .button:hover,
  html[lang="fr"] .registration-steps-cta .button:hover,
html[lang="fr"] .register-page-cta .button:hover {
    transform: translateY(-4px) scale(1.01);
    background: #f02b25;
    border-color: #ff625b;
    box-shadow: 0 0 26px rgba(218, 32, 28, 0.44), 0 16px 32px rgba(0, 0, 0, 0.32);
  }
}

/* Highlight the key welcome-bonus values */
.bonus-stats strong {
  color: #f02b25;
}
