/* Auto-generated stylesheet | Sunset Orange | Elegant Serif */

@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Source+Sans+Pro:wght@400;600&display=swap";

:root {
  --light: #fff7ed;
  --primary: #ea580c;
  --primary-alpha: #ea580c40;
  --secondary: #f97316;
  --dark: #1a0f05;
  --accent: #fdba74;
  --darker: #0d0802;
  --muted: #fb923c;
  --secondary-alpha: #f9731640;
  --text: #fed7aa;

  --typo-body: 'Source Sans Pro', sans-serif;
  --typo-heading: 'Playfair Display', sans-serif;

  --pad-element: 20px;
  --pad-section: 50px;
  --grid-gap: 20px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-full: 8px;
  --shadow-elevated: 0 4px 16px rgba(0,0,0,0.2);
  --shadow-card: 0 2px 8px rgba(0,0,0,0.15);
  --shadow-glow: 0 0 20px;
}

/** Base **/

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

.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: var(--primary);
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--r-md);
  z-index: 10000;
  transition: top 300ms ease-in;
}

.skip-link:focus {
  top: 10px;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

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

/*
 * Animations
 */

@keyframes do-fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes do-slideUp {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes shimmer-fx {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--typo-body);
  background: var(--darker);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--typo-heading);
  font-weight: 700;
  line-height: 1.2;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-in;
}


.content-wrap_1ABjR {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 0;
  padding-inline: 24px;
}


.masthead_iP7Oe {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  z-index: 1000;
  padding-block: 16px;
  padding-inline: 0px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  transition: all 300ms ease-in;
}

.masthead_iP7Oe.scrolled {
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(20px);
  padding: 12px 0 12px 0px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 30%);
}

.masthead_iP7Oe .content-wrap_1ABjR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.masthead_iP7Oe .logo {
  font-family: var(--typo-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-nav_djydy {
  display: flex;
  gap: 32px;
}

.main-nav_djydy a {
  font-weight: 500;
  color: var(--text);
  opacity: 0.8;
  transition: all 300ms ease-in;
}

.main-nav_djydy a:hover {
  opacity: 1;
  color: var(--accent);
}

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


.cta_DdvJC {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 12px;
  padding-inline: 28px;
  font-family: var(--typo-body);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--r-md);
  cursor: pointer;
  transition: all 300ms ease-in;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cta_DdvJC--primary {
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  border: none;
  color: rgb(255,255,255);
}

.cta_DdvJC--primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-elevated);
}

.cta_DdvJC--secondary {
  background: transparent;
  border: 2px solid var(--text);
  color: var(--text);
}

.cta_DdvJC--secondary:hover {
  background: var(--text);
  color: var(--dark);
}

.cta_DdvJC--large {
  padding-top: 18px;
  padding-right: 40px;
  padding-bottom: 18px;
  padding-left: 40px;
  font-size: 1.063rem;
}

.cta_DdvJC--small {
  padding-block: 8px;
  padding-inline: 20px;
  font-size: 14px;
}

/*
 * Hero
 */

.showcase_xovcM {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: linear-gradient(120deg, var(--dark) 0%, var(--darker) 50%, var(--dark) 100%);
  position: relative;
  overflow: hidden;
}

.showcase_xovcM::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, var(--primary-alpha) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, var(--secondary-alpha) 0%, transparent 40%);
  pointer-events: none;
}

.showcase_xovcM .content-wrap_1ABjR {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.showcase_xovcM-content {
  order: 2;
}

.showcase_xovcM-badge {
  display: inline-block;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  background: var(--primary-alpha);
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary);
  border-radius: var(--r-full);
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 24px;
}

.showcase_xovcM-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1.25rem;
  color: white;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.showcase_xovcM-subtitle {
  font-size: 1.25rem;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 540px;
}

.showcase_xovcM-subtitle strong {
  color: var(--accent);
}

.showcase_xovcM-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.showcase_xovcM-features {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.showcase_xovcM-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.showcase_xovcM-feature span {
  font-size: 1.188rem;
}

.showcase_xovcM-image {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase_xovcM-image img {
  width: 100%;
  max-width: 450px;
  max-height: 420px;
  object-fit: contain;
}


.section_55ows {
  padding: var(--pad-section) 0px;
}

.section_55ows-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.section_55ows-subtitle {
  text-align: center;
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 3rem;
  max-width: 640px;
  margin-inline: auto;
}


.tile_1q5yb {
  background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgb(255 255 255 / 2%) 100%);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  padding: var(--pad-element);
  transition: all 300ms ease-in;
}

.tile_1q5yb:hover {
  transform: translate(0, -6px);
  box-shadow: var(--shadow-elevated);
  border-color: var(--primary);
}

.layout_NvpdO--bonuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.tile_1q5yb--bonus {
  text-align: center;
  padding-block: 40px;
  padding-inline: 30px;
}

.tile_1q5yb-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.tile_1q5yb--bonus h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.tile_1q5yb--bonus p {
  color: var(--muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

.layout_NvpdO--games {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
}

.tile_1q5yb--game {
  position: relative;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.tile_1q5yb--game img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tile_1q5yb--game:hover img {
  transform: scale(1.06);
}

.tile_1q5yb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

.tile_1q5yb--game:hover .tile_1q5yb-overlay {
  opacity: 1;
}

.tile_1q5yb-info {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background: linear-gradient(transparent, rgb(0 0 0 / 90%));
}

.tile_1q5yb-name {
  font-weight: 600;
  color: white;
}

.layout_NvpdO--providers {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--grid-gap);
}

.tile_1q5yb--provider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  overflow: hidden;
  aspect-ratio: 5/2;
  position: relative;
}

.tile_1q5yb--provider img {
  width: 70%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 300ms ease-in;
}

.tile_1q5yb--provider:hover img {
  filter: none;
  transform: scale(1.08);
}

.tile_1q5yb--provider span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  padding: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
  text-align: center;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  opacity: 0;
  transition: opacity 300ms ease-in;
}

.tile_1q5yb--provider:hover span {
  opacity: 1;
}

.layout_NvpdO--reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.tile_1q5yb--review {
  padding: 28px;
}

.tile_1q5yb-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.reviewer-avatar {
  width: 50px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #FFF;
}

.reviewer-info strong {
  display: block;
  color: white;
}

.stars {
  color: var(--accent);
  font-size: 0.875rem;
}

.tile_1q5yb--review p {
  color: var(--muted);
  font-style: italic;
  line-height: 1.7;
}

/* ===== About / Content Layout ===== */

.content-pairs {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.pair-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.pair-row--reversed {
  direction: rtl;
}

.pair-row--reversed > * {
  direction: ltr;
}

.pair-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--accent);
}

.pair-content p {
  color: var(--muted);
  margin-bottom: 1rem;
  line-height: 1.8em;
}

.pair-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pair-image img {
  width: 100%;
  max-width: 380px;
  max-height: 300px;
  object-fit: contain;
}

/*
 * CTA Blocks
 */

.section_55ows--cta {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%);
  position: relative;
  overflow: hidden;
}

.section_55ows--cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.25;
}

.section_55ows--cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin-bottom: 16px;
  position: relative;
}

.section_55ows--cta p {
  font-size: 19px;
  color: rgb(255 255 255 / 90%);
  margin-bottom: 32px;
  position: relative;
}

.section_55ows--cta .cta_DdvJC {
  position: relative;
  background: #FFFFFF;
  color: var(--primary);
}

.section_55ows--cta .cta_DdvJC:hover {
  background: var(--dark);
  color: rgb(255, 255, 255);
}

/* Payments Table */

.payments-table-wrap {
  overflow-x: auto;
  margin-bottom: 40px;
}

.payments-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgb(255 255 255 / 2%);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.payments-table th,
.payments-table td {
  padding: 20px 24px;
  text-align: left;
}

.payments-table thead {
  background: rgb(255 255 255 / 5%);
}

.payments-table th {
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.813rem;
  letter-spacing: 0.03em;
}

.payments-table tbody tr {
  border: solid 0 0 1px 0 rgba(255,255,255,0.05);
  transition: background 300ms ease-in;
}

.payments-table tbody tr:hover {
  background: rgba(255,255,255,0.03);
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.payment-method img {
  height: 32px;
  width: auto;
}

.time-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--primary-alpha);
  border-radius: var(--r-full);
  font-size: 13px;
  color: var(--accent);
}

/* ===== SEO Text ===== */

.seo-text {
  margin-top: 48px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background: rgb(255 255 255 / 2%);
  border-radius: var(--r-lg);
  border: 1px solid rgb(255 255 255 / 5%);
}

.seo-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--accent);
}

.seo-text p {
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 180%;
}

.seo-text p:last-child {
  margin-bottom: 0;
}

.section_55ows--seo-text {
  background: var(--dark);
}

.seo-content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.seo-content h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #FFF;
}

.seo-content h3 {
  font-size: 28px;
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  color: var(--accent);
}

.seo-content p {
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.9;
}

/* FAQ */

.faq-list {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  border: rgb(255 255 255 / 8%) solid 1px;
  border-radius: var(--r-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}

.faq-question {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  text-align: left;
  transition: all 300ms ease-in;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-icon {
  font-size: 24px;
  font-weight: 300;
  color: var(--primary);
  transition: transform 300ms ease-in;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 180%;
}

/** Info Table **/

.info-table {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  background: rgb(255 255 255 / 2%);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.info-table tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgb(255 255 255 / 5%);
}

.info-table tr:last-child {
  border-bottom: none;
}

.info-table th,
.info-table td {
  padding: 20px 24px;
  text-align: left;
}

.info-table th {
  width: 40%;
  font-weight: 600;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.02);
}

.info-table td {
  color: var(--muted);
}

/* -- FOOTER -- */

.bottom-bar_l3S7G {
  background: var(--darker);
  padding: 80px 0px 0px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
}

.bottom-bar_l3S7G-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.bottom-bar_l3S7G-col h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: var(--accent);
}

.bottom-bar_l3S7G-col p {
  color: var(--muted);
  line-height: 1.8em;
}

.bottom-bar_l3S7G-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bottom-bar_l3S7G-nav a {
  color: var(--muted);
}

.bottom-bar_l3S7G-nav a:hover {
  color: var(--accent);
}

.cert-logos {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cert-logos img {
  height: 50px;
  opacity: 0.4;
  transition: all 300ms ease-in;
}

.cert-logos img:hover {
  filter: none;
  opacity: 1;
}

.responsible-gaming {
  text-align: center;
  padding: 40px 0px 40px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
}

.responsible-gaming h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--muted);
}

.responsible-text {
  font-size: 14px;
  color: var(--muted);
  opacity: 0.8;
  margin-bottom: 20px;
}

.resp-logos {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.resp-logos a {
  display: block;
  transition: all 300ms ease-in;
}

.resp-logos a:hover {
  transform: translateY(-2px);
}

.resp-logos img {
  height: 40px;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 300ms ease-in;
}

.resp-logos a:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

.bottom-bar_l3S7G-bottom {
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
  text-align: center;
}

.bottom-bar_l3S7G-bottom p {
  font-size: 14px;
  color: var(--muted);
  opacity: 0.7;
  margin-bottom: 8px;
}

.bottom-bar_l3S7G-bottom p:last-child {
  margin-bottom: 0px;
}

.footer-update {
  margin-top: 1rem;
  opacity: 0.6;
}

.footer-legal {
  font-weight: 500;
}

.footer-disclaimer {
  max-width: 720px;
  margin: 12px auto 0;
  opacity: 0.5;
  line-height: 1.6;
}

/* -- HAMBURGER & MOBILE -- */

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none;
  z-index: 1002;
}

.burger span {
  width: 26px;
  height: 3px;
  background: var(--accent);
  transition: all 300ms ease-in;
  border-radius: 2px;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.logo-mobile,
.mobile-cta {
  display: none;
}

/*! Responsive - Tablet */

@media (max-width: 1020px) {
  .showcase_xovcM .content-wrap_1ABjR {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .showcase_xovcM-content { order: 1; }
  .showcase_xovcM-image { order: 2; }
  .showcase_xovcM-subtitle { margin-left: auto; margin-right: auto; }
  .showcase_xovcM-ctas { justify-content: center; }
  .showcase_xovcM-features { justify-content: center; }

  .layout_NvpdO--bonuses,
  .layout_NvpdO--games,
  .layout_NvpdO--providers { grid-template-columns: repeat(2, 1fr); }

  .layout_NvpdO--reviews { grid-template-columns: 1fr 1fr; }

  .pair-row { grid-template-columns: 1fr; }
  .pair-row--reversed { direction: ltr; }

  .bottom-bar_l3S7G-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .bottom-bar_l3S7G-nav {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cert-logos { justify-content: center; }
}

/** Responsive - Mobile **/

@media (max-width: 48em) {
  .masthead_iP7Oe {
    padding: 0;
  }

  .masthead_iP7Oe .content-wrap_1ABjR {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 12px;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    display: block;
    font-family: var(--typo-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--accent);
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-cta {
    display: block;
    flex: 1;
    max-width: 180px;
    padding: 10px 16px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0.03em;
    border-radius: var(--r-md);
    box-shadow: 0 4px 15px var(--primary-alpha);
  }

  .masthead_iP7Oe-actions {
    display: none;
  }

  .burger {
    display: flex;
  }

  .main-nav_djydy {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 85%;
    max-width: 420px;
    height: 100vh;
    background: var(--darker);
    flex-direction: column;
    padding: 100px 30px 40px;
    transition: right 300ms ease-in;
    box-shadow: -8px 0 32px rgba(0,0,0,0.7);
    border-left: 2px solid var(--primary);
    z-index: 1001;
    gap: 0px;
  }

  .main-nav_djydy.active {
    right: 0px;
  }

  .main-nav_djydy a {
    font-size: 1.188rem;
    padding: 1rem 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .layout_NvpdO--bonuses,
  .layout_NvpdO--games,
  .layout_NvpdO--reviews {
    grid-template-columns: 1fr;
  }

  .layout_NvpdO--providers {
    grid-template-columns: repeat(2, 1fr);
  }

  .payments-table th:nth-child(2),
  .payments-table th:nth-child(3),
  .payments-table td:nth-child(2),
  .payments-table td:nth-child(3) {
    display: none;
  }

  .section_55ows-title { font-size: 2rem; }
  .showcase_xovcM-content h1 { font-size: 2.5rem; }
  .showcase_xovcM { padding-top: 100px; }
}

@media (max-width: 479px) {
  .content-wrap_1ABjR { padding: 0px 16px; }
  .section_55ows { padding: 60px 0; }
  .showcase_xovcM-ctas { flex-direction: column; }
  .showcase_xovcM-ctas .cta_DdvJC { width: 100%; }

  .logo-mobile { font-size: 15px; }
  .mobile-cta {
    padding: 8px 12px;
    font-size: 0.75rem;
    max-width: 140px;
  }
}