/* ==========================================================================
   SpinEmpire Sweden — custom review-site design (original, no template base)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --swr-bg: #080b14;
  --swr-bg-soft: #0d1220;
  --swr-surface: #121a2e;
  --swr-surface-2: #182242;
  --swr-border: rgba(255, 255, 255, 0.08);
  --swr-border-soft: rgba(255, 255, 255, 0.05);
  --swr-text: #eef1fb;
  --swr-text-muted: #9aa3c4;
  --swr-text-dim: #6f7898;
  --swr-gold: #f4b83e;
  --swr-gold-deep: #d99420;
  --swr-blue: #5b7fff;
  --swr-teal: #34d3b5;
  --swr-danger: #ff6a6a;
  --swr-wrap: 1180px;
  --swr-radius: 16px;
  --swr-radius-sm: 10px;
  --swr-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --swr-font-head: 'Sora', 'Inter', sans-serif;
  --swr-font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  position: relative;
  background: radial-gradient(120% 90% at 15% -10%, #16204a 0%, var(--swr-bg) 45%) fixed;
  color: var(--swr-text);
  font-family: var(--swr-font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.16;
  pointer-events: none;
}
body::before {
  width: 620px;
  height: 620px;
  top: -220px;
  right: -160px;
  background: var(--swr-gold);
}
body::after {
  width: 560px;
  height: 560px;
  bottom: -200px;
  left: -180px;
  background: var(--swr-teal);
  opacity: 0.1;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--swr-gold); color: #241701; }

.swr-wrap {
  width: 100%;
  max-width: var(--swr-wrap);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: var(--swr-font-head);
  color: #fff;
  line-height: 1.25;
  margin: 0 0 16px;
}

h2 { font-size: clamp(26px, 3vw, 34px); }
h3 { font-size: 20px; }

p { color: var(--swr-text-muted); margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

.swr-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--swr-gold);
  color: #1a1200;
  padding: 10px 16px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.swr-skip:focus { left: 0; }

/* ---------- buttons ---------- */
.swr-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-family: var(--swr-font-head);
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.swr-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.5) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.swr-btn:hover::before { transform: translateX(120%); }
.swr-btn--gold {
  background: linear-gradient(135deg, #ffd873, var(--swr-gold) 55%, var(--swr-gold-deep));
  color: #241701;
  box-shadow: 0 10px 24px rgba(244, 184, 62, 0.28);
}
.swr-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(244, 184, 62, 0.45); }
.swr-btn--gold:active { transform: translateY(0); }
.swr-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--swr-text);
  border-color: var(--swr-border);
}
.swr-btn--ghost:hover { background: rgba(255, 255, 255, 0.09); border-color: rgba(255,255,255,0.18); }
.swr-btn--sm { padding: 9px 18px; font-size: 13px; }
.swr-btn--full { width: 100%; }

/* ---------- header ---------- */
.swr-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(8, 11, 20, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--swr-border-soft);
}
.swr-header__bar {
  max-width: var(--swr-wrap);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.swr-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--swr-font-head);
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  flex-shrink: 0;
}
.swr-logo img { height: 30px; width: auto; filter: drop-shadow(0 0 10px rgba(244,184,62,0.35)); }
.swr-logo span.swr-logo__sub {
  display: block;
  font-family: var(--swr-font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--swr-gold);
  text-transform: uppercase;
}
.swr-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.swr-nav__link {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--swr-text-muted);
  transition: color 0.15s ease, background 0.15s ease;
}
.swr-nav__link:hover { color: #fff; background: rgba(255,255,255,0.05); }
.swr-nav__link.is-active { color: #fff; background: var(--swr-surface-2); box-shadow: inset 0 0 0 1px rgba(244,184,62,0.25); }
.swr-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.swr-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--swr-border);
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  flex-shrink: 0;
}
.swr-burger span { display: block; height: 2px; width: 18px; margin: 0 auto; background: #fff; border-radius: 2px; }

.swr-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px 18px;
  border-top: 1px solid var(--swr-border-soft);
  background: var(--swr-bg-soft);
}
.swr-mobile-menu.is-open { display: flex; }
.swr-mobile-menu a.swr-nav__link { width: 100%; }
.swr-mobile-menu .swr-actions { flex-direction: column; margin-top: 10px; width: 100%; }
.swr-mobile-menu .swr-btn { width: 100%; }

/* ---------- hero ---------- */
.swr-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 480px;
}
.swr-hero__media { position: absolute; inset: 0; z-index: 0; }
.swr-hero__media picture, .swr-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.swr-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(6,9,17,0.94) 8%, rgba(6,9,17,0.72) 42%, rgba(6,9,17,0.22) 78%),
              linear-gradient(0deg, rgba(6,9,17,0.9), transparent 45%);
}
.swr-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 56px 0;
}
.swr-hero__overlay .swr-wrap { width: 100%; }
.swr-hero__content { max-width: 620px; }
.swr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 184, 62, 0.12);
  border: 1px solid rgba(244, 184, 62, 0.35);
  color: var(--swr-gold);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 0 0 0 0 rgba(244,184,62,0.4);
  animation: swr-badge-pulse 2.6s ease-in-out infinite;
}
.swr-hero__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--swr-teal);
  box-shadow: 0 0 8px 2px rgba(52,211,181,0.7);
}
@keyframes swr-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(244,184,62,0.28); }
  50% { box-shadow: 0 0 0 6px rgba(244,184,62,0); }
}
.swr-hero__title {
  position: relative;
  font-size: clamp(30px, 4.4vw, 46px);
  margin-bottom: 14px;
  padding-bottom: 16px;
}
.swr-hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--swr-gold), var(--swr-teal));
}
.swr-hero__title em {
  font-style: normal;
  background: linear-gradient(100deg, var(--swr-gold), #ffe4a3 45%, var(--swr-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.swr-hero__subtitle {
  color: #cfd4ea;
  font-size: 17px;
  max-width: 540px;
  margin-bottom: 26px;
}
.swr-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.swr-hero__fine { color: var(--swr-text-dim); font-size: 12.5px; margin-top: 14px; }

/* ---------- stat strip ---------- */
.swr-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--swr-border-soft);
  border-top: 1px solid var(--swr-border-soft);
  border-bottom: 1px solid var(--swr-border-soft);
}
.swr-stats__item {
  flex: 1 1 200px;
  background: var(--swr-bg-soft);
  padding: 22px 24px;
  text-align: center;
  transition: background 0.2s ease;
}
.swr-stats__item:hover { background: var(--swr-surface); }
.swr-stats__value {
  font-family: var(--swr-font-head);
  font-weight: 800;
  font-size: 26px;
  display: block;
  background: linear-gradient(100deg, var(--swr-gold), #ffe4a3 60%, var(--swr-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.swr-stats__label {
  font-size: 12.5px;
  color: var(--swr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* ---------- sections ---------- */
.swr-section { padding: 64px 0; }
.swr-section--tight { padding: 44px 0; }
.swr-section--alt { background: var(--swr-bg-soft); }
.swr-section__head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.swr-section__head.is-left { margin: 0 0 32px; text-align: left; }
.swr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--swr-teal);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.swr-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--swr-teal), transparent);
}
.swr-section__lead { color: var(--swr-text-muted); font-size: 16.5px; }

.swr-prose { max-width: 820px; }
.swr-prose.is-center { margin: 0 auto; text-align: center; }
.swr-prose p { color: var(--swr-text-muted); font-size: 16px; }
.swr-prose ul { margin: 0 0 16px; padding-left: 22px; color: var(--swr-text-muted); font-size: 16px; }
.swr-prose li { margin-bottom: 6px; }
.swr-prose li::marker { color: var(--swr-gold); }
.swr-prose strong { color: var(--swr-text); }
.swr-table-wrap { overflow-x: auto; margin: 0 0 16px; }
.swr-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.swr-table th,
.swr-table td { padding: 10px 14px; text-align: left; border: 1px solid var(--swr-border); color: var(--swr-text-muted); }
.swr-table th { background: var(--swr-surface); color: #fff; font-family: var(--swr-font-head); font-size: 14px; }

.swr-grid-2 { display: flex; flex-wrap: wrap; gap: 28px; }
.swr-grid-2 > * { flex: 1 1 340px; }

/* ---------- fact cards ---------- */
.swr-fact-grid { display: flex; flex-wrap: wrap; gap: 18px; }
.swr-fact-card {
  position: relative;
  flex: 1 1 240px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 24px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.swr-fact-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--swr-gold), var(--swr-teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.swr-fact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244,184,62,0.35);
  box-shadow: 0 16px 32px rgba(0,0,0,0.35);
}
.swr-fact-card:hover::before { transform: scaleX(1); }
.swr-fact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(244,184,62,0.18), rgba(52,211,181,0.12));
  color: var(--swr-gold);
}
.swr-fact-card h3 { font-size: 17px; margin-bottom: 8px; }
.swr-fact-card p { font-size: 14.5px; margin: 0; }

/* ---------- bonus stage cards ---------- */
.swr-bonus-grid { display: flex; flex-wrap: wrap; gap: 22px; }
.swr-stage-card {
  flex: 1 1 260px;
  background: linear-gradient(180deg, var(--swr-surface), var(--swr-surface-2));
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.swr-stage-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--swr-gold), var(--swr-teal));
  z-index: 2;
}
.swr-stage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,184,62,0.4);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(244,184,62,0.12);
}
.swr-stage-card--featured {
  border-color: rgba(244,184,62,0.55);
  box-shadow: 0 18px 40px rgba(244,184,62,0.14);
}
.swr-stage-card--featured:hover {
  box-shadow: 0 24px 48px rgba(244,184,62,0.24), 0 0 0 1px rgba(244,184,62,0.2);
}
.swr-stage-card__ribbon {
  position: absolute;
  top: 14px;
  right: -34px;
  z-index: 3;
  background: linear-gradient(135deg, #ffd873, var(--swr-gold-deep));
  color: #241701;
  font-family: var(--swr-font-head);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 38px;
  transform: rotate(38deg);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}
.swr-stage-card__image { position: relative; background: #0c1223; overflow: hidden; }
.swr-stage-card__image img { width: 100%; height: 100%; object-fit: cover; }
.swr-stage-card__num {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(8,11,20,0.75);
  color: var(--swr-gold);
  font-family: var(--swr-font-head);
  font-weight: 800;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(244,184,62,0.4);
}
.swr-stage-card__content { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.swr-stage-card__stage {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--swr-teal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.swr-stage-card__title { font-size: 18px; margin-bottom: 8px; color: #fff; }
.swr-stage-card__desc { font-size: 13.5px; margin-bottom: 14px; }
.swr-stage-stats { list-style: none; margin: 0 0 16px; padding: 0; border: 1px solid var(--swr-border); border-radius: var(--swr-radius-sm); overflow: hidden; }
.swr-stage-stats li { display: flex; justify-content: space-between; padding: 7px 12px; font-size: 12.5px; border-bottom: 1px solid var(--swr-border-soft); }
.swr-stage-stats li:last-child { border-bottom: none; }
.swr-stage-stats li:nth-child(odd) { background: rgba(255,255,255,0.02); }
.swr-stage-stats li span:first-child { color: var(--swr-text-dim); }
.swr-stage-stats li span:last-child { color: #fff; font-weight: 700; text-align: right; }
.swr-stage-card__terms { font-size: 11px; color: var(--swr-text-dim); margin-bottom: 16px; line-height: 1.5; }
.swr-stage-card__content > .swr-btn { margin-top: auto; }

.swr-bonus-total {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(120deg, rgba(244,184,62,0.14), rgba(52,211,181,0.08));
  border: 1px solid rgba(244,184,62,0.3);
  border-radius: var(--swr-radius);
  padding: 26px 30px;
  margin-bottom: 34px;
  box-shadow: 0 20px 44px rgba(244,184,62,0.08);
}
.swr-bonus-total__figure { font-family: var(--swr-font-head); font-weight: 800; font-size: 30px; color: #fff; }
.swr-bonus-total__figure span { color: var(--swr-gold); }
.swr-bonus-total__note { color: var(--swr-text-muted); font-size: 14px; max-width: 420px; margin: 0; }

/* ---------- data table ---------- */
.swr-table-wrap { overflow-x: auto; border: 1px solid var(--swr-border); border-radius: var(--swr-radius); }
table.swr-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.swr-table th, .swr-table td {
  padding: 13px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--swr-border-soft);
  white-space: nowrap;
}
.swr-table th {
  background: var(--swr-surface-2);
  color: var(--swr-gold);
  font-family: var(--swr-font-head);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.swr-table td { color: var(--swr-text-muted); }
.swr-table tr:last-child td { border-bottom: none; }
.swr-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }

/* ---------- providers ---------- */
.swr-providers-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.swr-providers-row__logo {
  flex: 0 1 150px;
  height: 64px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.swr-providers-row__logo:hover { transform: translateY(-3px); border-color: rgba(244,184,62,0.3); }
.swr-providers-row__logo img { max-height: 30px; width: auto; filter: grayscale(15%); }

/* ---------- marquee sliders (games / providers) ---------- */
.swr-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.swr-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 18px;
  animation: swr-marquee-scroll 46s linear infinite;
}
.swr-marquee:hover .swr-marquee__track,
.swr-marquee:focus-within .swr-marquee__track { animation-play-state: paused; }
.swr-marquee--reverse .swr-marquee__track { animation-direction: reverse; }
@keyframes swr-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.swr-game-card {
  position: relative;
  flex: 0 0 auto;
  width: 150px;
  aspect-ratio: 3/4;
  border-radius: var(--swr-radius-sm);
  overflow: hidden;
  border: 1px solid var(--swr-border);
  background: var(--swr-surface);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.swr-game-card img { width: 100%; height: 100%; object-fit: cover; }
.swr-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,184,62,0.4);
  box-shadow: 0 18px 34px rgba(0,0,0,0.4);
}
.swr-game-card__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 8px 10px 7px;
  background: linear-gradient(0deg, rgba(6,9,17,0.92), transparent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.swr-marquee .swr-providers-row__logo {
  flex: 0 0 auto;
  width: 150px;
}

@media (prefers-reduced-motion: reduce) {
  .swr-marquee__track { animation: none; }
}

/* ---------- highlight / callout ---------- */
.swr-callout {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-left: 3px solid var(--swr-teal);
  border-radius: var(--swr-radius-sm);
  padding: 20px 24px;
  margin: 24px 0;
}
.swr-callout { transition: border-color 0.2s ease; }
.swr-callout--warn { border-left-color: var(--swr-danger); box-shadow: -3px 0 20px -8px rgba(255,106,106,0.25); }
.swr-callout--gold { border-left-color: var(--swr-gold); }
.swr-callout__icon { flex-shrink: 0; color: var(--swr-teal); margin-top: 2px; }
.swr-callout--warn .swr-callout__icon { color: var(--swr-danger); }
.swr-callout--gold .swr-callout__icon { color: var(--swr-gold); }
.swr-callout h4 { font-size: 15px; margin-bottom: 6px; color: #fff; }
.swr-callout p { font-size: 14px; margin: 0; }

/* ---------- app comparison ---------- */
.swr-compare { display: flex; flex-wrap: wrap; gap: 20px; }
.swr-compare__col {
  flex: 1 1 280px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 24px;
}
.swr-compare__col h3 { display: flex; align-items: center; gap: 10px; }
.swr-compare__col ul { margin: 0; padding-left: 18px; color: var(--swr-text-muted); font-size: 14.5px; }
.swr-compare__col li { margin-bottom: 8px; }
.swr-compare__col--win { border-color: rgba(244,184,62,0.4); background: linear-gradient(180deg, var(--swr-surface), var(--swr-surface-2)); }

.swr-steps { display: flex; flex-wrap: wrap; gap: 20px; counter-reset: swr-step; }
.swr-steps__item {
  flex: 1 1 220px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 22px;
  position: relative;
}
.swr-steps__item::before {
  counter-increment: swr-step;
  content: counter(swr-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--swr-gold);
  color: #241701;
  font-family: var(--swr-font-head);
  font-weight: 800;
  margin-bottom: 12px;
}
.swr-steps__item h3 { font-size: 16px; }
.swr-steps__item p { font-size: 13.5px; }

/* ---------- responsible gaming tool cards ---------- */
.swr-tool-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.swr-tool-card {
  flex: 1 1 300px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 24px;
}
.swr-tool-card__tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--swr-bg);
  background: var(--swr-teal);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.swr-tool-card--strong .swr-tool-card__tag { background: var(--swr-danger); }

.swr-help-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.swr-help-card {
  flex: 1 1 260px;
  background: linear-gradient(180deg, var(--swr-surface), var(--swr-surface-2));
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 24px;
  text-align: center;
}
.swr-help-card__name { font-family: var(--swr-font-head); font-weight: 800; color: var(--swr-gold); font-size: 18px; margin-bottom: 6px; }

.swr-warning-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.swr-warning-list li {
  flex: 1 1 260px;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius-sm);
  padding: 14px 16px;
  font-size: 14px;
  color: var(--swr-text-muted);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.swr-warning-list li svg { flex-shrink: 0; color: var(--swr-danger); margin-top: 2px; }

/* ---------- FAQ ---------- */
.swr-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.swr-faq details {
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius-sm);
  padding: 4px 20px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.swr-faq details[open] {
  border-color: rgba(244,184,62,0.35);
  background: var(--swr-surface-2);
}
.swr-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 30px 16px 0;
  font-family: var(--swr-font-head);
  font-weight: 700;
  font-size: 15.5px;
  color: #fff;
  position: relative;
}
.swr-faq summary::-webkit-details-marker { display: none; }
.swr-faq summary:hover { color: var(--swr-gold); }
.swr-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 22px;
  color: var(--swr-gold);
  transition: transform 0.25s ease;
}
.swr-faq details[open] summary::after { transform: rotate(135deg); }
.swr-faq__answer { padding: 0 0 18px; color: var(--swr-text-muted); font-size: 14.5px; }

/* ---------- reviewer ---------- */
.swr-reviewer {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--swr-surface);
  border: 1px solid var(--swr-border);
  border-radius: var(--swr-radius);
  padding: 22px 26px;
  max-width: 820px;
  margin: 0 auto;
}
.swr-reviewer__avatar {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--swr-gold), var(--swr-teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--swr-font-head);
  font-weight: 800;
  color: #10162a;
  font-size: 18px;
  box-shadow: 0 0 0 4px rgba(244,184,62,0.12), 0 8px 18px rgba(0,0,0,0.35);
}
.swr-reviewer__name { font-family: var(--swr-font-head); font-weight: 700; color: #fff; font-size: 15px; }
.swr-reviewer__role { color: var(--swr-gold); font-size: 12.5px; font-weight: 600; margin-bottom: 6px; }
.swr-reviewer p { font-size: 13.5px; margin: 0; }

/* ---------- CTA band ---------- */
.swr-cta-band {
  position: relative;
  text-align: center;
  padding: 56px 24px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.09) 1px, transparent 1.4px) 0 0 / 22px 22px,
    linear-gradient(120deg, rgba(244,184,62,0.14), rgba(91,127,255,0.12));
  border-top: 1px solid var(--swr-border-soft);
  border-bottom: 1px solid var(--swr-border-soft);
  overflow: hidden;
}
.swr-cta-band h2, .swr-cta-band p, .swr-cta-band .swr-btn { position: relative; z-index: 1; }
.swr-cta-band h2 { margin-bottom: 10px; }
.swr-cta-band p { max-width: 560px; margin: 0 auto 24px; }

/* ---------- footer ---------- */
.swr-footer {
  position: relative;
  background: #05070d;
  border-top: 1px solid var(--swr-border-soft);
  padding-top: 50px;
}
.swr-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(60%, 480px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,184,62,0.7), transparent);
}
.swr-footer__grid { display: flex; flex-wrap: wrap; gap: 40px; padding-bottom: 36px; }
.swr-footer__brand { flex: 1 1 260px; }
.swr-footer__brand p { font-size: 13.5px; }
.swr-footer__col { flex: 1 1 160px; }
.swr-footer__col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--swr-text-dim); margin-bottom: 14px; }
.swr-footer__col a { display: block; font-size: 14px; color: var(--swr-text-muted); margin-bottom: 10px; }
.swr-footer__col a:hover { color: var(--swr-gold); }
.swr-footer__testimonials {
  border-top: 1px solid var(--swr-border-soft);
  padding: 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.swr-footer__testimonials a {
  opacity: 0.65;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
}
.swr-footer__testimonials a:hover { opacity: 1; transform: translateY(-3px); }
.swr-footer__testimonials img { height: 26px; width: auto; }
.swr-footer__bottom {
  border-top: 1px solid var(--swr-border-soft);
  padding: 22px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--swr-text-dim);
}
.swr-footer__badges { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.swr-footer__badge {
  border: 1px solid var(--swr-border);
  border-radius: 999px;
  padding: 5px 12px;
  font-weight: 700;
  color: var(--swr-text-muted);
}
.swr-footer__disclaimer { max-width: 900px; font-size: 12px; color: var(--swr-text-dim); line-height: 1.6; padding-bottom: 26px; }

/* ---------- responsive ---------- */
@media (max-width: 992px) {
  .swr-nav { display: none; }
  .swr-header .swr-actions { display: none; }
  .swr-burger { display: flex; }
  .swr-header__bar { justify-content: space-between; }
}

@media (max-width: 640px) {
  .swr-hero { min-height: 520px; }
  .swr-hero__overlay { align-items: flex-end; padding: 36px 0 32px; }
  .swr-bonus-total { flex-direction: column; align-items: flex-start; }
  .swr-section { padding: 44px 0; }
}
