:root {
  color-scheme: light;
  --ink: #0a1730;
  --muted: #53637b;
  --navy: #07172f;
  --navy-2: #102b53;
  --blue: #1763e7;
  --blue-soft: #edf5ff;
  --line: #dbe4ef;
  --green: #079b74;
  --green-dark: #06785b;
  --red: #d9283d;
  --white: #fff;
  --shadow: 0 16px 42px rgba(2, 16, 38, .18);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--navy);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(18, 54, 104, .92), rgba(4, 28, 48, .97)),
    url("/assets/background/chips.png") center / 560px auto repeat;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero::before {
  width: 520px;
  height: 520px;
  top: -365px;
  left: -100px;
  background: radial-gradient(circle, rgba(34, 104, 239, .44), transparent 70%);
}

.hero::after {
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -340px;
  background: radial-gradient(circle, rgba(0, 190, 142, .28), transparent 70%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 54px;
  text-align: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: #a9c5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #23d1a2;
  box-shadow: 0 0 0 5px rgba(35, 209, 162, .12);
}

.hero h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.hero h1 span { color: #a9c7ff; }

.hero__flag {
  width: 58px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.hero__inner > p {
  width: min(760px, 100%);
  margin: 20px auto 0;
  color: #c9d6e8;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.hero__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.hero__meta li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: #e1eaf7;
  background: rgba(255, 255, 255, .055);
  font-size: 12px;
  font-weight: 700;
}

main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.offers {
  display: grid;
  gap: 16px;
  padding: 32px 0 38px;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(185px, 1fr) 150px minmax(225px, 1.2fr) 150px 170px;
  align-items: stretch;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .975);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red), #ff6577);
  opacity: 0;
  transition: opacity .25s ease;
}

.offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(130, 170, 235, .72);
  box-shadow: 0 21px 50px rgba(2, 16, 38, .24);
}

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

.brand-cell,
.payment-cell,
.action-cell,
.offer-number,
.bonus-cell {
  min-width: 0;
}

.brand-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
  background: radial-gradient(circle at 20% 0%, rgba(34, 112, 238, .08), transparent 58%);
}

.brand-cell--dark {
  margin: 15px 12px 15px 15px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: linear-gradient(140deg, #0b1b34, #122d51);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 9px 20px rgba(9, 27, 52, .18);
}

.brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.brand-link:focus-visible,
.offer-button:focus-visible,
.support-link:focus-visible {
  outline: 3px solid #70a5ff;
  outline-offset: 3px;
}

.brand-logo {
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .1));
}

.brand-logo--wintino { max-width: 178px; max-height: 58px; }
.brand-logo--casinojoy { max-width: 118px; max-height: 82px; }
.brand-logo--drakaris { max-width: 185px; max-height: 64px; }
.brand-logo--spinaconda { width: 190px; max-height: 66px; }
.brand-logo--betwest { width: 185px; max-height: 58px; }

.offer-number {
  align-self: center;
  justify-self: center;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 5px;
  min-width: 112px;
  padding: 16px 17px 13px;
  border: 1px solid #203c67;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(145deg, #10294f, #07152b);
  box-shadow: 0 10px 22px rgba(4, 20, 44, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.offer-number strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

.offer-number span {
  color: #93acd0;
  font-size: 13px;
  font-weight: 800;
}

.offer-number small {
  grid-column: 1 / -1;
  margin-top: 5px;
  color: #73dabd;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.bonus-cell {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 116px;
  margin: 12px 6px;
  padding: 16px;
  border: 1px solid #cfe0f7;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(235, 245, 255, .96)),
    var(--blue-soft);
  box-shadow: inset 0 1px 0 var(--white), 0 8px 18px rgba(29, 92, 178, .07);
  text-align: center;
}

.bonus-kicker {
  color: #50637e;
  font-size: 12px;
  font-weight: 800;
}

.bonus-cell strong {
  margin: 3px 0 2px;
  color: var(--blue);
  font-size: clamp(28px, 2.6vw, 35px);
  line-height: 1;
  letter-spacing: -.045em;
}

.bonus-extra {
  color: #435571;
  font-size: 12px;
  font-weight: 700;
}

.payment-cell {
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 60px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 9px 18px rgba(14, 32, 61, .09), inset 0 1px 0 #fff;
}

.payment-logo { object-fit: contain; }
.payment-logo--visa { max-width: 86px; max-height: 38px; }
.payment-logo--interac { width: 44px; height: 44px; }

.action-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.offer-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid rgba(0, 88, 62, .28);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(180deg, #13ac80, #078d68);
  box-shadow: 0 12px 24px rgba(2, 147, 106, .24), inset 0 1px 0 rgba(255, 255, 255, .28);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.offer-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.16) 50%, transparent 75%);
  transform: translateX(-120%);
  transition: transform .5s ease;
}

.offer-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 15px 28px rgba(2, 147, 106, .31), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.offer-button:hover::before { transform: translateX(120%); }

.action-cell small {
  color: #6b7789;
  font-size: 11px;
  font-weight: 700;
}

.site-notes {
  margin: 0 0 38px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  color: #d1dbea;
  background: rgba(2, 14, 31, .43);
  backdrop-filter: blur(12px);
}

.site-notes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.site-notes h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}

.site-notes p,
.footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.support-link {
  display: inline-flex;
  margin-top: 17px;
  color: #7fe0c4;
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.footer {
  padding: 32px max(20px, calc((100% - 920px) / 2)) 28px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: #92a3bc;
  background: rgba(2, 11, 25, .42);
  text-align: center;
}

.footer p + p { margin-top: 10px; }
.footer strong { color: #dbe5f2; }
.footer .copyright { margin-top: 20px; color: #6f829e; font-size: 11px; }

@media (max-width: 1020px) {
  .offer-card {
    grid-template-columns: minmax(180px, 1fr) 125px minmax(210px, 1.2fr) 130px 155px;
  }
  .brand-cell { padding-inline: 16px; }
  .brand-logo--wintino,
  .brand-logo--drakaris,
  .brand-logo--spinaconda,
  .brand-logo--betwest { max-width: 160px; }
}

@media (max-width: 820px) {
  .hero__inner { padding: 44px 0 40px; }
  .hero h1 { gap: 9px; }
  .hero__flag { width: 48px; height: 32px; border-radius: 8px; }
  main { width: min(680px, calc(100% - 22px)); }
  .offers { gap: 12px; padding-top: 18px; }
  .offer-card {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    grid-template-areas:
      "brand bonus"
      "number payment"
      "action action";
    min-height: 0;
    border-radius: 20px;
  }
  .brand-cell { grid-area: brand; min-height: 116px; padding: 16px 13px; }
  .brand-cell--dark { margin: 10px 8px 8px 10px; min-height: 98px; }
  .brand-logo--wintino,
  .brand-logo--drakaris,
  .brand-logo--spinaconda,
  .brand-logo--betwest { max-width: 154px; }
  .brand-logo--casinojoy { max-width: 96px; max-height: 70px; }
  .offer-number { grid-area: number; justify-self: stretch; margin: 4px 10px 8px; min-width: 0; padding: 12px 14px 10px; border-radius: 14px; }
  .offer-number strong { font-size: 23px; }
  .offer-number small { margin-top: 2px; }
  .bonus-cell { grid-area: bonus; min-height: 116px; margin: 8px 8px 4px 4px; padding: 13px 9px; border-radius: 15px; }
  .bonus-cell strong { font-size: 27px; }
  .payment-cell { grid-area: payment; align-self: stretch; justify-self: stretch; width: auto; height: auto; min-height: 63px; margin: 4px 8px 8px 4px; border-radius: 14px; }
  .action-cell { grid-area: action; padding: 5px 10px 11px; gap: 5px; }
  .offer-button { min-height: 48px; border-radius: 14px; }
  .site-notes { padding: 22px; }
  .site-notes__grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  .hero__inner { width: min(100% - 28px, 440px); padding: 36px 0 32px; }
  .hero__eyebrow { margin-bottom: 13px; font-size: 10px; }
  .hero h1 { font-size: clamp(31px, 10.3vw, 43px); }
  .hero__flag { width: 43px; height: 29px; }
  .hero__inner > p { margin-top: 16px; font-size: 15px; line-height: 1.55; }
  .hero__meta { margin-top: 18px; gap: 7px; }
  .hero__meta li { padding: 7px 9px; font-size: 11px; }
  main { width: calc(100% - 16px); }
  .offers { gap: 10px; padding: 12px 0 24px; }
  .offer-card { border-radius: 17px; }
  .brand-cell { min-height: 104px; }
  .brand-cell--dark { min-height: 90px; }
  .brand-logo--wintino,
  .brand-logo--drakaris,
  .brand-logo--spinaconda,
  .brand-logo--betwest { max-width: min(142px, 100%); max-height: 54px; }
  .brand-logo--casinojoy { max-width: 82px; max-height: 61px; }
  .bonus-cell { min-height: 104px; }
  .bonus-kicker,
  .bonus-extra { font-size: 11px; }
  .bonus-cell strong { font-size: clamp(24px, 7.2vw, 30px); }
  .payment-cell { min-height: 56px; }
  .offer-number { min-height: 56px; }
  .offer-button { min-height: 46px; }
  .site-notes { margin-bottom: 24px; border-radius: 18px; }
  .footer { padding-top: 26px; }
}

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