@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Outfit:wght@300;400;500;600;700&display=swap");

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgb(255, 220, 111);
  --c2: rgb(100, 100, 100);

  /* Design tokens */
  --gold: #D4A843;
  --gold-light: #F0C869;
  --gold-dark: #A07830;
  --bg-deep: #05080F;
  --bg-main: #070C18;
  --bg-card: rgba(30, 10, 60, 0.55);
  --bg-card-alt: rgba(40, 12, 80, 0.45);
  --border-subtle: rgba(212, 168, 67, 0.12);
  --border-mid: rgba(212, 168, 67, 0.28);
  --green: #18C45A;
  --text-primary: #EDE9E0;
  --text-muted: #6B7280;
  --text-dim: #3D4454;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

/* ─── RESET & BASE ─────────────────────────────────── */

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

body {
  font-family: 'Outfit', sans-serif;
  background-color: var(--bg-deep);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

/* ─── HEADER DISCLAIMER ───────────────────────────── */

.header-disclamer {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  color: #9CA3AF;
  background-color: #0A0F1C;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  letter-spacing: 0.02em;
}

/* ─── BACKGROUND ──────────────────────────────────── */

.background-image {
  width: 100%;
  height: 100%;
}

.background-gradient {
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(212,168,67,0.10) 0%, transparent 65%),
    linear-gradient(180deg, rgba(5,8,15,0.05) 0%, #05080F 520px);
  background-position: center top;
  width: 100%;
}

.background-gradient-bottom {
  background: linear-gradient(180deg, #05080F 0%, #05080F 60%, rgba(5,8,15,0.6) 100%);
  width: 100%;
}

/* ─── CONTENT COVER ───────────────────────────────── */

.content-cover {
  width: 100%;
  max-width: 1160px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* ─── LOGO ────────────────────────────────────────── */

.logo-cover {
  width: 100%;
  max-width: 180px;
  padding: 14px 0;
  display: none;
}

.logo-cover img {
  width: 100%;
}

/* ─── HEADER ──────────────────────────────────────── */

.header {
  padding-bottom: 10px;
}

.top-headline {
  width: 100%;
  max-width: 960px;
  padding: 16px 20px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.top-headline h1 {
  color: #fff;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 24px 15px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 20px rgba(212,168,67,0.15);
}

.header-flags {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: contain;
  padding: 5px;
  filter: drop-shadow(0 0 12px rgba(212,168,67,0.3));
}

.sub-headline {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: rgba(255,255,255,0.55);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

/* ─── SUB HEADER BADGES ───────────────────────────── */

.sub-header {
  width: 100%;
  max-width: 900px;
  margin: 16px auto 0;
  padding: 14px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(100, 20, 200, 0.12);
  border: 1px solid rgba(160, 80, 255, 0.20);
  border-radius: 24px;
  backdrop-filter: blur(8px);
}

.sub-header li {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 4px 6px;
}

.sub-header li img {
  margin-right: 8px;
  opacity: 0.8;
}

.font-bold {
  font-weight: 700;
}

/* ─── HIGHLIGHTED DATE ────────────────────────────── */

.highlited-date {
  border-radius: 12px;
  border: 1px solid rgba(212,168,67,0.25);
  background: rgba(212,168,67,0.08);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  margin: 0 8px;
  letter-spacing: 0.04em;
}

.highlited-date-mobile {
  display: none;
  text-align: center;
  margin: 10px auto 10px 0;
  width: 20%;
  min-width: 100px;
}

/* ─── TABLE HEADER ────────────────────────────────── */

.table-header-cover {
  position: relative;
  margin: 32px auto;
  height: 28px;
}

.table-header-back {
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(212,168,67,0.08), rgba(212,168,67,0.15), rgba(212,168,67,0.08));
  height: 28px;
  position: absolute;
  z-index: 1;
}

.table-header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 40px 5px 60px;
  position: absolute;
  z-index: 2;
  background-color: transparent;
}

.table-header h5:first-child {
  width: 10%;
}

.table-header h5 {
  color: rgba(212,168,67,0.8);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── OFFERS DESKTOP ──────────────────────────────── */

.offers-cover-desktop {
  width: 100%;
}

.offer-cover {
  width: 93%;
  height: 110px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(160, 80, 255, 0.30);
  background: linear-gradient(135deg, rgba(60, 10, 120, 0.55) 0%, rgba(20, 5, 50, 0.70) 100%);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.offer-cover:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 80, 255, 0.70);
  box-shadow: 0 12px 50px rgba(130, 40, 255, 0.40), 0 0 0 1px rgba(160, 80, 255, 0.15), 0 0 60px rgba(100, 20, 200, 0.20);
}

/* ─── LABEL ───────────────────────────────────────── */

.label {
  position: absolute;
  top: -15px;
  left: -17px;
}

.label-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #D4A843;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 158px;
}

.label-center {
  display: block;
  position: absolute;
  width: 164px;
  height: 28px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  padding: 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.label-bottom {
  display: block;
  position: absolute;
  z-index: 1;
  top: 28px;
  width: 16px;
  height: 6px;
  background-color: var(--gold-dark);
  border-bottom-left-radius: 16px;
}

/* ─── ORDER COUNT ─────────────────────────────────── */

.order-count {
  position: absolute;
  left: -3.5%;
  z-index: 5;
  color: rgba(212,168,67,0.25);
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  transition: color 0.25s;
}

.offer-cover:first-child .order-count {
  color: var(--gold);
}

.offer-cover:hover .order-count {
  color: rgba(212,168,67,0.5);
}

/* ─── OFFER LOGO ──────────────────────────────────── */

.offer-logo {
  max-width: 235px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(110deg, rgba(50, 8, 100, 0.70) 20%, rgba(80, 15, 150, 0.50) 92%);
  border-right: 1px solid rgba(160, 80, 255, 0.15);
}

.offer-logo img {
  width: 100%;
  max-width: 170px;
  transition: transform 0.3s ease;
}

.offer-cover:hover .offer-logo img {
  transform: scale(1.04);
}

/* ─── OFFER MESSAGE ───────────────────────────────── */

.offer-message {
  width: 170px;
  margin-bottom: 10px;
  text-align: center;
}

.offer-message .welcome-1 {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.offer-message .welcome-2 {
  color: #fff;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(135deg, #fff, var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offer-message .welcome-3 {
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

/* ─── PAYMENT METHODS ─────────────────────────────── */

.offer-payment {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.offer-payment img {
  margin: 1px 1px 4px 1px;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.offer-payment img:hover {
  opacity: 1;
}

.offers-cover-desktop .offer-payment {
  max-width: 200px;
}

.offers-cover-desktop .offer-payment img {
  width: 25px;
  height: 14px;
}

.show-more-btn {
  text-align: center;
  width: 100%;
}

.show-more-btn button {
  font-size: 11px;
  width: 25px;
  font-weight: 600;
  line-height: 15px;
  color: var(--gold);
  background-color: rgba(212,168,67,0.08);
  border: 1px solid rgba(212,168,67,0.2);
  border-radius: 12px;
  padding: 0 2px;
  cursor: pointer;
  transition: background 0.2s;
}

.show-more-btn button:hover {
  background-color: rgba(212,168,67,0.15);
}

/* ─── SCORE / VOTES ───────────────────────────────── */

.score,
.votes {
  color: var(--text-muted);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.votes {
  display: block;
}

.score span {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
}

.votes span {
  color: #fff;
  font-size: 15px;
}

/* ─── STARS ───────────────────────────────────────── */

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin-bottom: 0.4rem;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: rgba(255,255,255,0.12);
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: var(--gold);
  overflow: hidden;
  text-shadow: 0 0 8px rgba(212,168,67,0.4);
}

.star-100:after { width: 100%; }
.star-90:after  { width: 90%; }
.star-80:after  { width: 80%; }
.star-70:after  { width: 70%; }
.star-50:after  { width: 50%; }

/* ─── OFFER BUTTONS ───────────────────────────────── */

.offer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.offers-cover-desktop .offer-buttons {
  min-width: 220px;
}

.offer-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 30px;
}

.offer-buttons .get-bonus {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 156px;
  height: 46px;
  border-radius: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #F5A623, #E8820C);
  box-shadow: 0 4px 18px rgba(245,166,35,0.4);
  margin-bottom: 10px;
  transition: all 0.22s ease;
  margin-right: auto;
  margin-left: auto;
}

.offers-cover-desktop .offer-buttons .get-bonus {
  margin-bottom: 10px;
  margin-top: 10px;
}

.offer-cover:first-child .get-bonus {
  background: linear-gradient(135deg, #F7B733, #FC4A1A);
  box-shadow: 0 4px 22px rgba(245,166,35,0.5);
  width: 168px;
  height: 50px;
  font-size: 15px;
}

.offer-buttons .get-bonus:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(245,166,35,0.6);
}

.offer-buttons .visit-site {
  color: var(--gold);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.offer-buttons .visit-site:hover {
  text-decoration-line: underline;
  opacity: 1;
}

/* ─── OFFER BOTTOM ────────────────────────────────── */

.offer-bottom {
  width: 99%;
  margin: 0 auto 22px;
}

.offer-bottom .terms {
  color: #3D4454;
  text-align: left;
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  width: 92%;
  margin: 5px auto;
}

.offer-bottom-border {
  position: relative;
  width: 100%;
}

.line-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,67,0.12), transparent);
}

.left-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: rgba(212,168,67,0.2);
  position: absolute;
  left: 0;
  top: -2px;
}

.right-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: rgba(212,168,67,0.2);
  position: absolute;
  right: 0;
  top: -2px;
}

/* ─── FAQ ─────────────────────────────────────────── */

.faq {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  border-radius: 24px;
  border: 1px solid rgba(160, 80, 255, 0.20);
  background: #060B17;
  padding: 32px 36px 4px;
}

.faq h1 {
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0;
  text-align: center;
}

.faq h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 22px 0 10px;
}

.faq p {
  color: #5A6378;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 60px;
}

/* ─── ABOUT ───────────────────────────────────────── */

.about {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 44px;
  display: flex;
  flex-direction: column;
}

.about-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 28px;
  gap: 20px;
}

.about-item .about-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  width: 80px;
  flex-shrink: 0;
}

.about-item .about-image img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(212,168,67,0.25));
}

.about-item article {
  flex: 1;
}

.about-item h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 10px;
  letter-spacing: 0.02em;
}

.about-item p {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/* ─── PLAY SAFE ───────────────────────────────────── */

.play-safe {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px;
  box-sizing: border-box;
}

.play-safe h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 56px 0;
}

.gambl-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gambl-logos_sm {
  max-height: 40px;
}

.gambl-logos_lg {
  max-height: 90px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gambl-logos_lg:hover {
  opacity: 1;
}

/* ─── FOOTER ──────────────────────────────────────── */

.footer {
  padding: 40px 30px 60px;
  background-color: #030609;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.footer p {
  color: rgba(255,255,255,0.3);
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

/* ─── MOBILE OFFERS ───────────────────────────────── */

.offers-cover-mobile {
  display: none;
  justify-content: space-between;
  flex-direction: column;
}

.offers-cover-mobile .offer-cover {
  height: auto;
  background: linear-gradient(135deg, rgba(60, 10, 120, 0.55) 0%, rgba(20, 5, 50, 0.70) 100%);
  border: 1px solid rgba(187,187,187,0.12);
}

.offers-cover-mobile .left-side,
.offers-cover-mobile .right-side {
  width: 50%;
  margin: 0;
  min-height: 194px;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.left-side {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: linear-gradient(108deg, rgba(50, 8, 100, 0.70) 8%, rgba(80, 15, 150, 0.50) 92%);
  height: 100%;
}

.right-side {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}

.left-side img {
  width: 100%;
  max-width: 150px;
}

.offers-cover-mobile .stars-container {
  margin: 6px 0;
  font-size: 26px;
}

.offers-cover-mobile .offer-payment {
  max-width: 180px;
  margin-top: 10px;
  justify-content: center;
}

.offers-cover-mobile .offer-payment img {
  width: 30px;
}

.offers-cover-mobile .show-more-btn {
  text-align: center;
  width: auto;
}

.offers-cover-mobile .offer-buttons {
  margin-top: 18px;
}

.offers-cover-mobile .offer-buttons .get-bonus,
.offers-cover-mobile .offer-buttons .visit-site {
  margin-right: 0;
  width: 100%;
  text-align: center;
  height: 44px;
}

.offers-cover-mobile .offer-buttons .get-bonus {
  width: 220px;
  height: 52px;
  border-radius: 24px;
}

.offers-cover-mobile .right-side {
  justify-content: center;
}

.offers-cover-mobile .offer-bottom {
  margin: 0;
}

/* ─── POPUP ───────────────────────────────────────── */

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(3, 6, 15, 0.80);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-body {
  width: 100%;
  max-width: 400px;
  border-radius: 14px;
  border: 1px solid rgba(212,168,67,0.35);
  background: linear-gradient(110deg, #0C1828 20%, #121824 92%);
  box-shadow: 0 8px 48px rgba(212,185,84,0.2), 0 0 0 1px rgba(212,168,67,0.08);
  position: relative;
  z-index: 2;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 56px;
  line-height: 30px;
  font-weight: 100;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  top: -40px;
  transition: color 0.2s;
}

.close-popup-btn:hover {
  color: #fff;
}

.popup-logo-cover {
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid rgba(212,168,67,0.15);
  background: linear-gradient(110deg, rgba(50, 8, 100, 0.70) 20%, rgba(80, 15, 150, 0.50) 92%);
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-logo-cover img {
  width: 240px;
}

.popup .offer-buttons .get-bonus {
  margin: 10px 0 28px;
}

.popup .offer-message {
  max-width: 280px;
  margin: 20px 0 10px;
}

.popup-button-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ─── ANIMATED BORDERS ────────────────────────────── */

@keyframes borderRotate {
  100% { --angle: 420deg; }
}

@keyframes borderRadial {
  20%  { --gradX: 100%; --gradY: 50%; }
  40%  { --gradX: 100%; --gradY: 100%; }
  60%  { --gradX: 50%;  --gradY: 100%; }
  80%  { --gradX: 0%;   --gradY: 50%; }
  100% { --gradX: 50%;  --gradY: 0%; }
}

.offers-cover-desktop .offer-cover:first-child,
.offers-cover-mobile .offer-cover:first-child {
  border: 0.15rem solid;
  border-radius: 20px;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 3;
  animation: borderRotate var(--d) linear infinite forwards;
}

.offers-cover-desktop .offer-cover:nth-child(3),
.offers-cover-mobile .offer-cover:nth-child(3) {
  border: 0.15rem solid;
  border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), rgb(180,196,220), rgb(180,196,220) 10%, rgb(80,80,80) 40%) 3;
  animation: borderRadial var(--d) linear infinite forwards;
}

.offers-cover-desktop .offer-cover:nth-child(5),
.offers-cover-mobile .offer-cover:nth-child(5) {
  border: 0.15rem solid;
  border-image: conic-gradient(from var(--angle), rgb(100,100,100), rgb(173,140,79) 0.1turn, rgb(255,220,111) 0.15turn, rgb(100,100,100) 0.25turn) 3;
  animation: borderRotate var(--d) linear infinite forwards;
}

/* ─── LABEL COLOR VARIANTS ────────────────────────── */

.offer-cover:nth-child(3) .label-center {
  background: linear-gradient(135deg, #c5d8ee, #a0b8d0);
  color: #1a2a3a;
}

.offer-cover:nth-child(3) .label-right {
  border-color: transparent transparent transparent #a0b8d0;
}

.offer-cover:nth-child(3) .label-bottom {
  background-color: #6f8aaa;
}

.offer-cover:nth-child(5) .label-center {
  background: linear-gradient(135deg, #c9a054, #a07830);
  color: #000;
}

.offer-cover:nth-child(5) .label-right {
  border-color: transparent transparent transparent #a07830;
}

.offer-cover:nth-child(5) .label-bottom {
  background-color: #6e5220;
}

/* ─── RESPONSIVE 900px ────────────────────────────── */

@media screen and (max-width: 900px) {
  .offer-logo {
    max-width: 180px;
  }

  .offer-payment img {
    margin: 0 3px 1px 0;
    width: 24px;
    height: 12px;
  }

  .faq {
    padding: 10px 24px 0;
  }

  .faq h1 {
    font-size: 24px;
    margin: 22px 0;
  }

  .faq h2 {
    font-size: 17px;
  }

  .faq p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .about {
    padding: 28px 20px;
  }

  .about-item .about-image {
    width: 70px;
    padding: 16px 8px 0;
  }

  .about-item .about-image img {
    width: 80%;
  }

  .about-item h2 {
    font-size: 17px;
    margin: 12px 0;
  }

  .about-item p {
    font-size: 13px;
    line-height: 1.6;
  }

  .play-safe h1 {
    font-size: 22px;
    margin: 36px 0;
  }

  .gambl-logos {
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .gambl-logos_lg {
    margin-right: 5px;
    margin-bottom: 20px;
    max-height: 72px;
  }

  .footer {
    padding: 28px 20px;
  }
}

/* ─── RESPONSIVE 840px ────────────────────────────── */

@media screen and (max-width: 840px) {
  .header-flags {
    width: 60px;
    height: 52px;
  }

  .top-headline {
    margin: 0 auto;
  }

  .top-headline h1 {
    font-size: 24px;
  }

  .logo-cover {
    max-width: 150px;
  }

  .table {
    display: none;
  }

  .offers-cover-desktop {
    display: none;
  }

  .offers-cover-mobile {
    display: flex;
  }

  .offers-cover-mobile .offer-buttons {
    margin-top: 5px;
  }

  .offers-cover-mobile .visit-site {
    display: none;
  }

  .offers-cover-mobile .offer-payment {
    max-width: 300px;
    margin-top: 0;
  }

  .offers-cover-mobile .left-side img {
    width: 100%;
    max-width: 190px;
  }

  .offers-cover-mobile .stars-container {
    margin: 5px 0;
    font-size: 24px;
  }

  .offers-cover-mobile .left-side a {
    display: flex;
    max-width: 165px;
    width: 100%;
    min-height: 100px;
    justify-content: center;
    align-items: center;
  }

  .offer-message {
    margin-bottom: 5px;
  }

  .offer-buttons .get-bonus {
    margin-bottom: 5px;
    height: 52px;
  }

  .offers-cover-mobile .left-side {
    min-height: 214px;
  }
}

/* ─── RESPONSIVE 770px ────────────────────────────── */

@media screen and (max-width: 770px) {
  .highlited-date-mobile {
    display: block;
  }

  .highlited-date-desc,
  .sub-header li:last-child {
    display: none;
  }
}

/* ─── RESPONSIVE 680px ────────────────────────────── */

@media screen and (max-width: 680px) {
  .offers-cover-mobile .offer-buttons .get-bonus {
    width: 180px;
    height: 50px;
  }

  .header-flags {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .top-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
  }

  .top-headline h1 {
    font-size: 15px;
    font-weight: 700;
    margin: 60px 0 0;
    text-align: center;
    white-space: nowrap;
    margin-left: 15px;
  }

  .logo-cover {
    max-width: 124px;
  }

  .header-disclamer {
    font-size: 8px;
    padding: 5px 10px;
  }

  .sub-headline {
    display: none;
  }

  .icon-update {
    display: none;
  }

  .sub-header {
    padding: 8px 6px;
    margin: 5px auto 10px;
  }

  .sub-header li {
    font-size: 10px;
  }

  .sub-header li img {
    margin-right: 5px;
  }

  .close-popup-btn {
    right: -7px;
  }

  .score,
  .votes {
    margin-bottom: 0;
  }
}

/* ─── RESPONSIVE 480px ────────────────────────────── */

@media screen and (max-width: 480px) {
  .highlited-date-mobile {
    margin: 2px auto 1px 0;
  }

  .sub-header {
    margin: 0 auto 5px;
  }

  .sub-header li {
    font-size: 8px;
  }

  .offers-cover-mobile .stars-container {
    margin: 0;
    font-size: 18px;
  }

  .offers-cover-mobile .offer-payment {
    margin-top: 5px;
    margin-right: 0;
  }

  .offer-message .welcome-2 {
    font-size: 14px;
  }

  .offers-cover-mobile .offer-buttons .get-bonus {
    width: 100%;
    min-width: 130px;
    height: 44px;
    font-size: 14px;
  }

  .score,
  .votes {
    font-size: 12px;
  }

  .score span {
    font-size: 18px;
  }

  .offers-cover-mobile .left-side {
    justify-content: space-around;
    min-height: 194px;
  }

  .votes span {
    font-size: 14px;
  }

  .offer-bottom .terms {
    margin: 5px auto 0;
    width: 97%;
    font-size: 8px;
  }

  .offer-buttons .visit-site {
    line-height: 18px;
  }

  .offer-message .welcome-3 {
    font-size: 13px;
  }

  .top-headline h1 {
    font-size: 13px;
    font-weight: 700;
    margin: 60px 0 0;
    text-align: center;
    white-space: nowrap;
    margin-left: 12px;
  }

  .sub-headline {
    font-size: 9px;
    padding: 0 2px 3px;
  }

  .faq h1 {
    font-size: 19px;
    margin: 18px 0 14px;
    text-align: left;
  }

  .faq {
    padding: 10px 18px 0;
  }

  .faq h2 {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
  }

  .faq p {
    font-size: 12px;
    line-height: 1.65;
    text-align: justify;
  }

  .about-item h2 {
    font-size: 15px;
  }

  .about-item {
    flex-direction: column;
  }

  .about-item .about-image {
    width: 100%;
    padding: 10px 10px 0;
    justify-content: flex-start;
  }

  .about-item .about-image img {
    width: 40px;
  }

  .about-item article {
    width: 100%;
    text-align: justify;
  }

  .about-item p {
    font-size: 12px;
    line-height: 1.6;
  }

  .play-safe h1 {
    font-size: 18px;
    margin: 28px 0 36px;
  }

  .play-safe {
    padding: 0 10px 28px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer {
    padding: 28px 10px;
  }

  .about {
    padding: 18px 10px 0;
  }

  .offers-cover-mobile .offer-payment img {
    width: 28px;
    margin: 0 2px 1px 0;
    height: 12px;
  }

  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 14px 5px;
  }
}

/* ─── RESPONSIVE 380px ────────────────────────────── */

@media screen and (max-width: 380px) {
  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 5px 5px;
  }
}

/* ─── ROUNDISH OVERRIDES ─────────────────────────── */

.offer-cover {
  border-radius: 24px !important;
}

.offer-logo {
  border-radius: 20px !important;
}

.offer-buttons .get-bonus {
  border-radius: 999px !important;
}

.get-bonus {
  border-radius: 999px !important;
}

.label-center {
  border-radius: 999px !important;
}

.label-right {
  display: none !important;
}

.label-bottom {
  display: none !important;
}

.label {
  top: -14px;
  left: 12px;
}

.sub-header {
  border-radius: 999px !important;
}

.highlited-date {
  border-radius: 999px !important;
}

.show-more-btn button {
  border-radius: 999px !important;
}

.table-header-back {
  border-radius: 999px !important;
}

.popup-body {
  border-radius: 28px !important;
}

.offer-rate {
  border-radius: 16px;
}

.about-item {
  border-radius: 20px;
}

.faq h2 {
  border-radius: 12px;
}

/* ─── PURPLE CARD PALETTE OVERRIDES ──────────────── */

.offer-cover {
  background: linear-gradient(135deg, rgba(65, 10, 130, 0.55) 0%, rgba(25, 5, 60, 0.75) 100%) !important;
  border: 1px solid rgba(155, 70, 255, 0.28) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 30px rgba(100, 20, 200, 0.18), inset 0 1px 0 rgba(200, 120, 255, 0.08) !important;
}

.offer-cover:hover {
  background: linear-gradient(135deg, rgba(80, 15, 160, 0.70) 0%, rgba(35, 8, 80, 0.85) 100%) !important;
  border-color: rgba(180, 90, 255, 0.65) !important;
  box-shadow: 0 16px 60px rgba(130, 40, 255, 0.45), 0 0 80px rgba(100, 20, 220, 0.25), inset 0 1px 0 rgba(220, 150, 255, 0.12) !important;
}

.offer-logo {
  background: linear-gradient(110deg, rgba(40, 6, 90, 0.80) 20%, rgba(70, 12, 140, 0.60) 92%) !important;
  border-right: 1px solid rgba(155, 70, 255, 0.18) !important;
}

.offers-cover-mobile .offer-cover .left-side {
  background: linear-gradient(110deg, rgba(40, 6, 90, 0.80) 20%, rgba(70, 12, 140, 0.60) 92%) !important;
}

/* Animated glowing border for first card */
.offers-cover-desktop .offer-cover:first-child,
.offers-cover-mobile .offer-cover:first-child {
  border-image: none !important;
  border: 1.5px solid rgba(190, 100, 255, 0.70) !important;
  box-shadow: 0 0 30px rgba(150, 60, 255, 0.35), 0 8px 40px rgba(100, 20, 200, 0.30), inset 0 1px 0 rgba(220, 150, 255, 0.15) !important;
  animation: purpleGlow 3s ease-in-out infinite alternate !important;
}

@keyframes purpleGlow {
  0%   { box-shadow: 0 0 20px rgba(150, 60, 255, 0.30), 0 8px 40px rgba(100, 20, 200, 0.25); }
  100% { box-shadow: 0 0 50px rgba(180, 80, 255, 0.55), 0 12px 60px rgba(130, 30, 255, 0.40), 0 0 100px rgba(160, 60, 255, 0.20); }
}

/* 3rd card - cool blue-purple */
.offers-cover-desktop .offer-cover:nth-child(3),
.offers-cover-mobile .offer-cover:nth-child(3) {
  border-image: none !important;
  border: 1px solid rgba(120, 180, 255, 0.35) !important;
  background: linear-gradient(135deg, rgba(20, 30, 100, 0.60) 0%, rgba(10, 15, 60, 0.80) 100%) !important;
}

/* 5th card - deep violet-gold */
.offers-cover-desktop .offer-cover:nth-child(5),
.offers-cover-mobile .offer-cover:nth-child(5) {
  border-image: none !important;
  border: 1px solid rgba(180, 120, 255, 0.40) !important;
  animation: purpleGoldGlow 2500ms linear infinite !important;
}

@keyframes purpleGoldGlow {
  0%   { box-shadow: 0 0 20px rgba(150, 60, 255, 0.25), 0 4px 30px rgba(212, 168, 67, 0.10); }
  50%  { box-shadow: 0 0 40px rgba(180, 90, 255, 0.40), 0 8px 40px rgba(212, 168, 67, 0.20); }
  100% { box-shadow: 0 0 20px rgba(150, 60, 255, 0.25), 0 4px 30px rgba(212, 168, 67, 0.10); }
}

.offer-bottom-border .line-bottom {
  background: linear-gradient(90deg, transparent, rgba(155, 70, 255, 0.25), transparent) !important;
}

.offer-bottom-border .left-dot,
.offer-bottom-border .right-dot {
  background: rgba(155, 70, 255, 0.40) !important;
}
