@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: black;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
}

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

a,
input[type=submit],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/open-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/merriweather-sans.woff2") format("woff2");
}
:root {
  /* ---------- surfaces ---------- */
  --color-bg: #023758; /* page background */
  --bck-green-1: #008580; /* Figma bck/green 1 — section & card background */
  --color-black-green: #054146; /* sidebar panels */
  --color-nav-back: #054248; /* header bar */
  --color-nav-front: #124b51; /* header, opened menu */
  --panel-dark: rgba(0, 0, 0, 0.9); /* frosted text panel */
  /* ---------- red accent ---------- */
  --bck-red: #4f000d; /* Figma bck/red — title bars, cards, plates */
  --stroke-red-30: rgba(255, 0, 0, 0.3);
  --stroke-red-12: rgba(255, 0, 0, 0.12); /* soft divider on light cards */
  --glow-red: #ff0004; /* inner shadow on red plates */
  /* ---------- teal accent ---------- */
  --bck-green-40: rgba(0, 186, 203, 0.4); /* Figma bck/green 40 — table rows */
  --bck-green-radial-1: radial-gradient(42.05% 50% at 50.39% 50%, #0a6d76 49.95%, #006068 100%);
  --bck-blur-table-violet: rgba(64, 67, 128, 0.4);
  --stroke-green-40: rgba(0, 255, 187, 0.4);
  --glow-green: #00bacb; /* inner shadow on teal plates */
  --color-light-blue: #00ffe5; /* Figma text/green 1 — accent text & borders */
  --color-dark-green: #0a6d76;
  /* ---------- actions ---------- */
  --color-green: #00ad1d; /* primary button */
  --color-red: #f04c44; /* live marker */
  --stroke-gold: #fcc211; /* download button border */
  /* ---------- text ---------- */
  --color-white: #fff;
  /* ---------- misc ---------- */
  --radius-card: 20px;
  --primary-transition: 0.2s ease-in-out;
  --secondary-transition: 0.4s ease-in-out;
}

/* --------------GLOBAL-------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: var(--color-bg);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-white);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.title + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* ----------------Content---------------- */
.content,
.cover {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  display: flex;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  border-radius: 20px;
  background: var(--bck-green-1);
}
@media (max-width: 850px) {
  .content {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .content {
    padding: 10px;
  }
}

.content-bg > .background + * {
  margin-top: 0;
}
.content-bg p {
  color: #fff;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .cover {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}
@media (max-width: 650px) {
  .main__buttons {
    background: rgba(5, 66, 71, 0.7);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------Main------------- */
.main {
  position: relative;
  margin: 0 auto;
  padding: 84px 20px 10px 20px;
  display: flex;
}
.main__content {
  position: relative;
  margin-left: 15px;
  margin-right: 5px;
  flex: 1 1 calc(100% - 40px - 240px - 240px);
  overflow: hidden;
}
@media (max-width: 1350px) {
  .main__content {
    margin-right: 0;
    flex: 1 1 calc(100% - 20px - 240px);
  }
}
@media (max-width: 1200px) {
  .main__content {
    margin-left: 0;
    flex: 1 1 100%;
  }
}
@media (min-width: 1580px) {
  .main {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}
@media (max-width: 1350px) {
  .main {
    padding-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .main,
  .header,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ---------------------H2 H3--------------------- */
h2,
h3,
h4 {
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 100%;
}

p {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  color: var(--color-dark-green);
  font-family: "Roboto Condensed";
  font-size: 28px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 70, 70, 0) 0%, rgba(255, 90, 90, 0.55) 50%, rgba(255, 70, 70, 0) 100%);
}
@media (max-width: 850px) {
  h2::after {
    background: linear-gradient(90deg, rgba(255, 90, 90, 0.55) 0%, rgba(255, 90, 90, 0) 100%);
  }
}
@media (max-width: 1200px) {
  h2 {
    font-style: 24;
  }
}
@media (max-width: 850px) {
  h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

/* Dark-red title band — heading flush across the card top */
.content > h2 {
  align-self: stretch;
  width: auto;
  margin: 0 -20px;
  padding: 20px;
  background: var(--bck-red);
  color: var(--color-white);
  font-style: normal;
  text-align: left;
  border-bottom: 1px solid var(--stroke-red-30);
}
.content > h2::after {
  display: none;
}
@media (max-width: 850px) {
  .content > h2 {
    margin: 0 -15px;
    padding: 18px 15px;
  }
}
@media (max-width: 450px) {
  .content > h2 {
    margin: 0 -10px;
    padding: 12px 10px;
  }
}

.content > h2:first-child,
.content > img + h2,
.content > .background + h2 {
  margin-top: -20px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 850px) {
  .content > h2:first-child,
  .content > img + h2,
  .content > .background + h2 {
    margin-top: -15px;
  }
}
@media (max-width: 450px) {
  .content > h2:first-child,
  .content > img + h2,
  .content > .background + h2 {
    margin-top: -10px;
  }
}

h3 {
  color: var(--color-white);
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 20px;
  text-transform: capitalize !important;
}
h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Roboto Condensed";
  color: var(--color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

/* ---------------------SPECIAL--------------------- */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}
.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(255, 255, 255);
  line-height: 1;
}

use {
  fill: rgb(255, 255, 255);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* ---------------------- GLOBALS ---------------------- */
/* Header */
.header {
  background: var(--color-nav-back);
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: 80px;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: visible;
}
.header__logo img {
  max-width: 169px;
}
.header__menu {
  margin: 0 auto 0 95px;
}
.header__menu .header__button {
  display: none;
}
.header__menu ul {
  display: flex;
  align-items: center;
}
.header__menu ul li + li {
  margin-left: 32px;
}
@media (max-width: 1350px) {
  .header__menu ul li + li {
    margin-left: 16px;
  }
}
.header__menu ul a {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.header__menu ul a::before {
  content: "";
  position: absolute;
  inset: -10px -28px;
  border-radius: 38px;
  background: transparent;
  transition: background var(--primary-transition);
  z-index: -1;
}
.header__menu ul a:hover::before {
  background: rgba(255, 255, 255, 0.1);
}
.header__menu ul a:hover {
  color: #2db155;
}
.header__button {
  color: #fff;
  margin-top: 0;
}
.header__login, .header__signup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 10px 20px;
  min-width: 129px;
  border-radius: 38px;
  color: var(--color-white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--primary-transition), box-shadow var(--primary-transition), background var(--primary-transition);
}
.header__login::before, .header__signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.35) 50%, transparent 75%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: -1;
}
.header__login:hover, .header__signup:hover {
  transform: translateY(-2px);
}
.header__login:hover::before, .header__signup:hover::before {
  transform: translateX(110%);
}
.header__login:active, .header__signup:active {
  transform: translateY(0);
}
.header__login {
  margin-left: auto;
  background: #185b62;
}
.header__login:hover {
  background: #1f7681;
  box-shadow: 0 6px 18px -4px rgba(24, 91, 98, 0.7);
}
.header__signup {
  min-width: 182px;
  margin-left: 8px;
  background: #2eb256;
}
.header__signup:hover {
  background: #36c862;
  box-shadow: 0 6px 18px -4px rgba(46, 178, 86, 0.7);
}
.header__time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.69231;
  color: var(--color-white);
  margin-left: 16px;
}
.header__time img {
  max-width: 17px;
  margin-right: 5px;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.logo[href]:hover {
  transform: scale(1.05);
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.menu {
  background: var(--color-nav-front);
  border-radius: 38px;
  padding: 10px 28px;
}

@media (max-width: 1200px) {
  .header__logo {
    margin-right: auto;
  }
  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    order: 1;
    flex: none;
    margin-left: 20px;
  }
  .menu-button svg {
    display: block;
    margin: auto;
  }
  .menu-button svg rect {
    transform-origin: 50% 50%;
    fill: #fff;
  }
  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(225deg);
  }
  .menu-button.active svg rect:nth-child(2) {
    transform-origin: 50% 50%;
    transform: scale(0, 2);
  }
  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(135deg);
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #054248;
    z-index: 100;
    margin: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .header__menu ul {
    flex-direction: column;
    text-align: center;
  }
  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .header > .header__button {
    display: none;
  }
  .header__menu .header__button {
    display: inline-block;
    min-width: 200px;
    margin: 0 5px 20px;
  }
}
@media (max-width: 450px) {
  .header,
  .main,
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 400px) {
  .menu-button,
  .header__time {
    margin-left: 10px;
  }
  .header__logo img {
    max-width: 110px;
  }
}
/* Languages */
.header__language {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 16px;
}
.header__language img {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 5px;
}

/* Sidebar */
.sidebar {
  width: 250px;
  flex: 0 0 250px;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: auto;
  z-index: 10;
  padding-top: 10px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar__item {
  position: relative;
}
.sidebar__item + .sidebar__item {
  margin-top: 4px;
}

/* Sidebar__left */
.sidebar__top li + li {
  margin-top: 2px;
}
.sidebar__top li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-black-green);
  border-radius: 3px;
  padding: 10px;
}
.sidebar__top li a:hover {
  text-shadow: 0 0.3px #fff, 0.3px 0 #fff;
}
.sidebar__top li a img {
  max-width: 18px;
  margin-right: 12px;
}

.events {
  background: #fffaeb;
  border-radius: 6px;
  overflow: hidden;
}
.events__link {
  background: #fffaeb;
  padding: 14px 11px;
}
.events__link a {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/events-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 38px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.33333;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 4px 5px;
}
.events__link a span:first-child,
.events__link a span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 8px;
  width: 28px;
  height: 28px;
  background: var(--color-white);
  margin-right: 8px;
}
.events__link a span:last-child {
  background: none;
  margin-left: 10px;
}
.events__link a img {
  max-width: 7px;
}
.events ul {
  background: var(--color-white);
  border-radius: 3px 3px 0 0;
}
.events ul li + li {
  border-top: 1px solid #f1f3f5;
}
.events ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0);
  padding: 7px 7px 7px 10px;
  color: #9299a2;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  transition: color var(--primary-transition), padding-left var(--primary-transition), background var(--primary-transition);
}
.events ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #2eb256;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.events ul li a:hover {
  background: linear-gradient(to right, rgba(46, 178, 86, 0.12), rgba(46, 178, 86, 0));
  color: #0a626a;
  font-weight: 600;
  padding-left: 14px;
}
.events ul li a:hover::before {
  transform: scaleY(1);
}
.events ul li a:hover img {
  transform: scale(1.15);
}
.events ul li a img {
  max-width: 20px;
  margin-right: 10px;
  transition: transform var(--primary-transition);
}

.sidebar__links {
  border-radius: 6px;
  overflow: hidden;
}
.sidebar__links-button {
  background: var(--color-black-green);
  color: var(--color-white);
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 16px;
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  transition: background var(--primary-transition);
}
.sidebar__links-button::before {
  content: "";
  background: url(../images/icon-arrow-down-sidebar.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
  transition: transform 0.3s ease, filter var(--primary-transition);
}
.sidebar__links-button:hover {
  background: #34626b;
}
.sidebar__links-button:hover::before {
  filter: drop-shadow(0 0 4px rgba(65, 175, 90, 0.8));
}
.sidebar__links-button.active::before {
  transform: rotate(0deg);
}
.sidebar__links-list {
  background: var(--color-black-green);
}
.sidebar__links-list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  padding: 8px 8px 8px 16px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-white);
  overflow: hidden;
  transition: background var(--primary-transition), padding-left var(--primary-transition);
}
.sidebar__links-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #41af5a;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(65, 175, 90, 0.7);
}
.sidebar__links-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(65, 175, 90, 0.18), rgba(65, 175, 90, 0));
  opacity: 0;
  transition: opacity var(--primary-transition);
  pointer-events: none;
}
.sidebar__links-list a:hover {
  background: #34626b;
  padding-left: 20px;
}
.sidebar__links-list a:hover::before {
  transform: scaleY(1);
}
.sidebar__links-list a:hover::after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .sidebar__left,
  .sidebar__menu {
    display: none;
  }
  .sidebar__links-button::before {
    transform: rotate(0deg);
  }
  .sidebar__links-button.active::before {
    transform: rotate(180deg);
  }
  .sidebar__links-list {
    display: none;
  }
}
/* Sidebar-main */
.sidebar__links-main {
  display: none;
}
@media (max-width: 1200px) {
  .sidebar__links-main {
    display: block;
    margin-bottom: 20px;
  }
}

/* Aside__right */
.sidebar__right {
  z-index: 2;
}
@media (max-width: 1350px) {
  .sidebar__right {
    display: none;
  }
}

.aside__wrap-right {
  margin-bottom: 50px;
}
.aside__wrap-right > * + * {
  margin-top: 8px;
}

.mobile {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: var(--color-white);
}
.mobile__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 45px;
  padding: 0 8px;
  background: var(--color-white);
}
.mobile__link img {
  flex-shrink: 0;
  display: block;
}
.mobile__link img:first-child {
  width: 20px;
  height: 23px;
}
.mobile__link img:last-child {
  max-width: 27px;
}
.mobile__link span {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #323946;
  text-align: center;
}
.mobile__link span::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c8f9b;
}
.mobile__text {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 6px;
  background: linear-gradient(90deg, #0c8b97 0%, #2db155 100%);
}
.mobile__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.mobile__text span {
  position: relative;
  display: block;
  max-width: 130px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-white);
}
.mobile__bottom {
  padding: 15px 4px;
  background: var(--color-white);
}
.mobile__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.mobile__image img {
  display: block;
  width: 125px;
  height: auto;
}
.mobile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 15px;
  background: var(--color-red);
  border-radius: 19px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  transition: opacity var(--secondary-transition);
}
@media (hover: hover) {
  .mobile__button:hover {
    opacity: 0.85;
  }
}
@media (hover: none) {
  .mobile__button:active {
    opacity: 0.85;
  }
}

.sides {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.sides li {
  position: relative;
}
.sides li:nth-child(1), .sides li:nth-child(2) {
  width: calc((100% - 4px) / 2);
}
.sides li:nth-child(3) {
  width: 100%;
}
.sides li a {
  position: relative;
  display: block;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}
@media (hover: hover) {
  .sides li a:hover .sides__image img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .sides li a:active .sides__image img {
    transform: scale(1.05);
  }
}
.sides__image {
  display: block;
  width: 100%;
  height: 100%;
}
.sides__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  transition: transform var(--secondary-transition);
}
.sides__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #2db155;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
}
.sides__icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-top: 8px;
  background: #2db155;
  border-radius: 50%;
}
.sides__icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 12px;
}
.sides__name {
  position: relative;
  z-index: 2;
}

/* BUTTONS */
.first__button {
  position: relative;
  display: flex;
  height: 38px;
  padding: 6px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background: var(--color-green);
  color: var(--color-white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
  overflow: hidden;
  transition: background var(--primary-transition), box-shadow var(--primary-transition);
}
.first__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.3) 50%, transparent 65%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.first__button:hover {
  background: #d83a33;
  box-shadow: 0 4px 16px -4px rgba(240, 76, 68, 0.55);
}
.first__button:hover::before {
  transform: translateX(110%);
}
.first__button--green {
  background: #00ad1d;
}
.first__button--green:hover {
  background: #019419;
  box-shadow: 0 4px 16px -4px rgba(0, 173, 29, 0.55);
}

.content > a.first__button {
  align-self: center;
}
@media (max-width: 850px) {
  .content > a.first__button {
    align-self: flex-start;
  }
}

/*  ---------------- BANNER  ---------------- */
.content.banner {
  height: 350px;
  padding: 0;
  background: #092a2d;
  align-items: stretch;
  border-radius: 5px;
  border: none;
}
@media (max-width: 850px) {
  .content.banner {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .content.banner {
    height: 320px;
  }
}
@media (max-width: 450px) {
  .content.banner {
    height: 280px;
  }
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .banner__bg img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 650px) {
  .banner__bg img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}
.banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
}
@media (max-width: 850px) {
  .banner__bg::after {
    background: rgba(0, 0, 0, 0.55);
  }
}
.banner__info {
  position: relative;
  z-index: 1;
  width: 770px;
  max-width: 100%;
  height: 100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .banner__info {
    width: auto;
    max-width: 90%;
    height: auto;
    padding: 30px 25px;
    align-items: center;
    text-align: center;
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 10px;
  }
}
@media (max-width: 650px) {
  .banner__info {
    padding: 24px 18px;
  }
}
@media (max-width: 450px) {
  .banner__info {
    padding: 20px 14px;
  }
}
.banner__title {
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .banner__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 450px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__main {
  margin: 0;
  background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .banner__main {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .banner__main {
    font-size: 24px;
  }
}

/* ---------------------- SHARED DATA TABLE ----------------------
   Any div that directly wraps a <table> becomes a horizontally
   scrollable frame — no wrapper class needed. The table keeps a
   min-width so narrow screens scroll instead of squashing columns.
   Per block: override --table-min (and the first column width). */
.content div:has(> table) {
  position: relative;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  overflow-x: auto;
}
.content div:has(> table)::-webkit-scrollbar {
  height: 6px;
}
.content div:has(> table)::-webkit-scrollbar-track {
  background: transparent;
}
.content div:has(> table)::-webkit-scrollbar-thumb {
  background: var(--stroke-green-40);
  border-radius: 3px;
}
.content div:has(> table) > table {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: var(--table-min, 720px);
  backdrop-filter: blur(7.5px);
}
.content div:has(> table) > table thead,
.content div:has(> table) > table tbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content div:has(> table) > table thead tr,
.content div:has(> table) > table tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 0 12px;
  /* skewed plate behind the row */
}
.content div:has(> table) > table thead tr::before,
.content div:has(> table) > table tbody tr::before {
  content: "";
  position: absolute;
  inset: 0 8px;
  z-index: 0;
  border-radius: 6px;
  transform: skewX(var(--skew-row, -9deg));
  background: var(--bck-green-40);
  border: 1px solid var(--stroke-green-40);
  box-shadow: inset 4px 4px 26px var(--glow-green);
}
.content div:has(> table) > table thead tr {
  min-height: 63px;
}
.content div:has(> table) > table thead tr::before {
  background: var(--bck-red);
  border-color: var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
.content div:has(> table) > table th,
.content div:has(> table) > table td {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 16px 20px 0;
  text-align: left;
  color: var(--color-white);
}
.content div:has(> table) > table th:first-child,
.content div:has(> table) > table td:first-child {
  padding-left: 12px;
}
.content div:has(> table) > table th:last-child,
.content div:has(> table) > table td:last-child {
  padding-right: 0;
}
.content div:has(> table) > table th {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .content div:has(> table) > table th {
    font-size: 18px;
  }
}
.content div:has(> table) > table td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.content div:has(> table) > table td a {
  color: inherit;
  text-decoration: underline;
  transition: color var(--primary-transition);
}
@media (hover: hover) {
  .content div:has(> table) > table td a:hover {
    color: var(--color-light-blue);
    text-decoration: none;
  }
}
@media (hover: none) {
  .content div:has(> table) > table td a:active {
    color: var(--color-light-blue);
    text-decoration: none;
  }
}
@media (max-width: 650px) {
  .content div:has(> table) > table td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* Shared pattern: card holding a photo with a numbered step list.
   Layout / adaptivity per the project convention, visuals per Figma. */
.register__block,
.casinoapp__block,
.install__block,
.generous__claim,
.join__claim,
.devices__block,
.program__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30);
  background: var(--bck-red);
}
.register__block h3,
.casinoapp__block h3,
.install__block h3,
.generous__claim h3,
.join__claim h3,
.devices__block h3,
.program__card h3 {
  color: var(--color-white);
}
.register__block > p,
.casinoapp__block > p,
.install__block > p,
.generous__claim > p,
.join__claim > p,
.devices__block > p,
.program__card > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.register__block .first__button,
.register__block .download__button,
.casinoapp__block .first__button,
.casinoapp__block .download__button,
.install__block .first__button,
.install__block .download__button,
.generous__claim .first__button,
.generous__claim .download__button,
.join__claim .first__button,
.join__claim .download__button,
.devices__block .first__button,
.devices__block .download__button,
.program__card .first__button,
.program__card .download__button {
  margin-top: 0;
}

.register__fon,
.casinoapp__fon,
.install__fon,
.generous__fon,
.join__fon {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 12px 12px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .register__fon,
  .casinoapp__fon,
  .install__fon,
  .generous__fon,
  .join__fon {
    padding: 12px;
  }
}
.register__fon > img,
.casinoapp__fon > img,
.install__fon > img,
.generous__fon > img,
.join__fon > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.register__steps,
.casinoapp__steps,
.install__steps,
.generous__steps,
.join__steps {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}
.register__steps li,
.casinoapp__steps li,
.install__steps li,
.generous__steps li,
.join__steps li {
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  align-items: stretch;
  min-height: 60px;
}
@media (max-width: 850px) {
  .register__steps li,
  .casinoapp__steps li,
  .install__steps li,
  .generous__steps li,
  .join__steps li {
    flex: 1 1 100%;
    max-width: none;
  }
}
.register__steps,
.casinoapp__steps,
.install__steps,
.generous__steps,
.join__steps {
  /* Plate geometry measured off the Figma vectors:
     number  39.19x60, fill #4F000D, corner r≈6, lean 5px over 60px  → 4.8deg
     text   277.54x60, fill #008580, corner r≈6, lean 2.7px over 60px → 2.6deg */
}
.register__steps span,
.register__steps div,
.casinoapp__steps span,
.casinoapp__steps div,
.install__steps span,
.install__steps div,
.generous__steps span,
.generous__steps div,
.join__steps span,
.join__steps div {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}
.register__steps span::before,
.register__steps div::before,
.casinoapp__steps span::before,
.casinoapp__steps div::before,
.install__steps span::before,
.install__steps div::before,
.generous__steps span::before,
.generous__steps div::before,
.join__steps span::before,
.join__steps div::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 6px;
}
.register__steps span,
.casinoapp__steps span,
.install__steps span,
.generous__steps span,
.join__steps span {
  flex: 0 0 40px;
  width: 40px;
  margin-right: 6px;
  justify-content: center;
  padding: 8px;
  font-style: italic;
  text-align: center;
}
.register__steps span::before,
.casinoapp__steps span::before,
.install__steps span::before,
.generous__steps span::before,
.join__steps span::before {
  transform: skewX(-4.8deg);
  background: var(--bck-red);
  border: 1px solid var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
.register__steps div,
.casinoapp__steps div,
.install__steps div,
.generous__steps div,
.join__steps div {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 8px 8px 12px;
}
.register__steps div::before,
.casinoapp__steps div::before,
.install__steps div::before,
.generous__steps div::before,
.join__steps div::before {
  transform: skewX(-2.6deg);
  background: var(--bck-green-1);
  border: 1px solid var(--stroke-green-40);
  box-shadow: inset 4px 4px 26px var(--glow-green);
}

/* FOOTER */
.footer {
  background: var(--color-white);
  color: #27282e;
  padding: 0 265px 40px 275px;
}
.footer__menu {
  width: 100%;
  padding: 20px;
}
.footer__menu nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 650px) {
  .footer__menu nav {
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 650px) {
  .footer__menu-item {
    width: calc(50% - 10px);
  }
}
.footer__menu-title {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: #333a48;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__menu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #175f69;
}
.footer__menu-list {
  width: auto;
  margin-top: 15px;
}
.footer__menu-list li {
  padding: 8px 0;
}
.footer__menu-list a {
  color: #9198a1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color var(--primary-transition);
}
.footer__menu-list a:hover {
  color: #175f69;
}
.footer__payments {
  width: 100%;
}
.footer__payments ul {
  width: 100%;
  max-width: 1023px;
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 22px;
}
.footer__payments li {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}
.footer__payments img {
  display: block;
  max-height: 28px;
  width: auto;
}
.footer__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 450px) {
  .footer__text {
    flex-direction: column;
    align-items: center;
  }
}
.footer__desc {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 10px 10px 10px 0;
  text-align: center;
}
@media (max-width: 450px) {
  .footer__desc {
    padding: 0;
  }
}
.footer__desc p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.footer__legal {
  color: #27282e;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.footer__warn, .footer__copy {
  color: #9198a1;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.17;
}
.footer__age {
  flex: none;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f04b42;
  border-radius: 50%;
  color: #f04b42;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1580px) {
  .footer {
    padding-left: calc(50% - 790px + 265px);
    padding-right: calc(50% - 790px + 255px);
  }
}
@media (max-width: 1350px) {
  .footer {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 650px) {
  .footer {
    padding-bottom: 20px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.faq__item {
  position: relative;
  isolation: isolate;
  width: 100%;
  /* skewed teal plate — the lean stays gentle because cards grow tall */
}
.faq__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 6px;
  border-radius: 6px;
  transform: skewX(-4.3deg);
  background: var(--bck-green-40);
  border: 1px solid var(--stroke-green-40);
  box-shadow: inset 4px 4px 26px var(--glow-green);
}

.faq-item__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 16px 16px 20px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  /* gradient hairline under the question, only while the answer is open */
}
.faq-item__title::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 16px;
  bottom: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(0, 255, 187, 0) 0%, rgba(0, 255, 187, 0.7) 50%, rgba(0, 255, 187, 0) 100%);
  transition: opacity var(--primary-transition);
}
.faq-item__title.active::before {
  opacity: 1;
}
.faq-item__title {
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  /* crisp chevron drawn with two borders, pinned to the right edge */
}
.faq-item__title::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin: -4px 4px 0 auto;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: rotate(45deg);
  transition: transform var(--primary-transition);
}
.faq-item__title.active::after {
  margin-top: 4px;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .faq-item__title {
    padding: 14px 12px 14px 15px;
    font-size: 17px;
  }
}
.faq-item__desc {
  padding: 16px 16px 16px 20px;
}
.faq-item__desc p {
  margin: 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .faq-item__desc {
    padding: 14px 12px 14px 15px;
  }
}

/*  ---------------- PRELINK  ---------------- */
.prelink__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.prelink__item {
  display: flex;
}
.prelink__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(180deg, #0c8792 0%, #054146 100%);
  border-radius: 8px;
  color: var(--color-white);
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: box-shadow var(--primary-transition);
}
.prelink__link:hover {
  box-shadow: 0 0 12px 0 rgba(12, 135, 146, 0.9);
}
.prelink__link img {
  flex: none;
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}
.main__arrowtop {
  position: fixed;
  right: 218px;
  bottom: 20px;
  z-index: 9;
  width: 42px;
  height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main__arrowtop.is-visible {
  opacity: 1;
  visibility: visible;
}
.main__arrowtop a {
  display: block;
  width: 42px;
  height: 42px;
}
.main__arrowtop a img {
  max-width: 42px;
}
.main__arrowtop a:hover {
  transform: scale(1.05);
}
@media (min-width: 1580px) {
  .main__arrowtop {
    right: calc(50% - 582px);
  }
}
@media (max-width: 1350px) {
  .main__arrowtop {
    right: 20px;
    bottom: 55px;
  }
}
@media (max-width: 1350px) {
  .main__arrowtop {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 850px) {
  .main__arrowtop {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 450px) {
  .main__arrowtop {
    right: 10px;
    bottom: 10px;
  }
}

/* ---------------------- INDEX ---------------------- */
/* Prime */
.prime {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
}
.prime__wrap {
  max-width: 840px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .prime__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .prime__wrap {
    align-items: center;
    text-align: center;
  }
}
.prime__rating {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 6px;
}
.prime__rating-value {
  margin-left: 6px;
}
.prime__title {
  margin-bottom: 0;
}
.prime__text {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}
.prime__text p {
  color: var(--color-white);
}
@media (max-width: 850px) {
  .prime__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .prime__background img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 650px) {
  .prime {
    align-items: center;
  }
}

@media (max-width: 1400px) {
  .upto__background img {
    opacity: 0.6;
  }
}

h1 {
  color: #00ffe5;
  font-family: "Roboto Condensed";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  h1 {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
}

/* Shared pattern: full-bleed photo section with a red-headed frosted card */
.content.player,
.content.features,
.content.licence,
.content.customer,
.content.conclusion,
.content.bonuses,
.content.spin,
.content.claim,
.content.complite,
.content.web,
.content.esports {
  padding: 12px;
}

.player__box,
.features__box,
.licence__box,
.customer__box,
.conclusion__box,
.bonuses__box,
.spin__box,
.claim__box,
.complite__box,
.web__box,
.esports__box {
  width: 60%;
  max-width: 648px;
  border-radius: var(--radius-card);
  overflow: hidden;
}
@media (max-width: 850px) {
  .player__box,
  .features__box,
  .licence__box,
  .customer__box,
  .conclusion__box,
  .bonuses__box,
  .spin__box,
  .claim__box,
  .complite__box,
  .web__box,
  .esports__box {
    width: 100%;
    max-width: none;
  }
}
.player__box > h2,
.features__box > h2,
.licence__box > h2,
.customer__box > h2,
.conclusion__box > h2,
.bonuses__box > h2,
.spin__box > h2,
.claim__box > h2,
.complite__box > h2,
.web__box > h2,
.esports__box > h2 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px;
  background: var(--bck-red);
  border-bottom: 1px solid var(--stroke-red-30);
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.player__box > h2::after,
.features__box > h2::after,
.licence__box > h2::after,
.customer__box > h2::after,
.conclusion__box > h2::after,
.bonuses__box > h2::after,
.spin__box > h2::after,
.claim__box > h2::after,
.complite__box > h2::after,
.web__box > h2::after,
.esports__box > h2::after {
  display: none;
}
@media (max-width: 767px) {
  .player__box > h2,
  .features__box > h2,
  .licence__box > h2,
  .customer__box > h2,
  .conclusion__box > h2,
  .bonuses__box > h2,
  .spin__box > h2,
  .claim__box > h2,
  .complite__box > h2,
  .web__box > h2,
  .esports__box > h2 {
    padding: 16px 15px;
    font-size: 22px;
  }
}
.player__box > div,
.features__box > div,
.licence__box > div,
.customer__box > div,
.conclusion__box > div,
.bonuses__box > div,
.spin__box > div,
.claim__box > div,
.complite__box > div,
.web__box > div,
.esports__box > div {
  padding: 20px;
  border: 1px solid var(--stroke-red-30);
  border-top: 0;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.6) 100%), var(--panel-dark);
  backdrop-filter: blur(4px);
}
.player__box > div > * + *,
.features__box > div > * + *,
.licence__box > div > * + *,
.customer__box > div > * + *,
.conclusion__box > div > * + *,
.bonuses__box > div > * + *,
.spin__box > div > * + *,
.claim__box > div > * + *,
.complite__box > div > * + *,
.web__box > div > * + *,
.esports__box > div > * + * {
  margin-top: 20px;
}
.player__box > div .first__button,
.features__box > div .first__button,
.licence__box > div .first__button,
.customer__box > div .first__button,
.conclusion__box > div .first__button,
.bonuses__box > div .first__button,
.spin__box > div .first__button,
.claim__box > div .first__button,
.complite__box > div .first__button,
.web__box > div .first__button,
.esports__box > div .first__button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 850px) {
  .player__box > div,
  .features__box > div,
  .licence__box > div,
  .customer__box > div,
  .conclusion__box > div,
  .bonuses__box > div,
  .spin__box > div,
  .claim__box > div,
  .complite__box > div,
  .web__box > div,
  .esports__box > div {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .player__box > div,
  .features__box > div,
  .licence__box > div,
  .customer__box > div,
  .conclusion__box > div,
  .bonuses__box > div,
  .spin__box > div,
  .claim__box > div,
  .complite__box > div,
  .web__box > div,
  .esports__box > div {
    padding: 12px;
  }
}

/* PLAYER — card on the left, photo showing through on the right */
.content.player {
  align-items: flex-start;
}
.content.player > .background img {
  -o-object-position: right center;
     object-position: right center;
}

.technical {
  --table-min: 720px;
}
.technical th:first-child,
.technical td:first-child {
  flex: 0 0 350px;
  width: 350px;
}
@media (max-width: 650px) {
  .technical th:first-child,
  .technical td:first-child {
    flex-basis: 200px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .technical th:first-child,
  .technical td:first-child {
    flex-basis: 160px;
    width: 160px;
  }
}

/* FEATURES — card on the right, photo showing through on the left */
.content.features {
  align-items: flex-end;
}
.content.features > .background img {
  -o-object-position: left center;
     object-position: left center;
}

/* --------------PROS---------*/
.content.pros {
  align-items: flex-start;
}

.pros > * + * {
  margin-top: 20px;
}
.pros__wrap {
  width: 100%;
  display: flex;
  gap: 0;
}
@media (max-width: 850px) {
  .pros__wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.pros__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.pros__col ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}
.pros__col li {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 16px;
  text-align: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  /* skewed teal plate, same language as the data tables */
}
.pros__col li::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 8px;
  border-radius: 6px;
  transform: skewX(var(--skew-row, -9deg));
  background: var(--bck-green-40);
  border: 1px solid var(--stroke-green-40);
  box-shadow: inset 4px 4px 26px var(--glow-green);
}
@media (max-width: 650px) {
  .pros__col li {
    min-height: 56px;
    padding: 12px;
  }
}
.pros__col {
  /* One plate spans both header halves — two abutting plates would show a
     seam where their inner glows meet. */
}
.pros__col:first-child .pros__head::before {
  right: calc(-100% + 8px);
}
.pros__col:last-child .pros__head::before {
  display: none;
}
@media (max-width: 850px) {
  .pros__col:first-child .pros__head::before {
    right: 8px;
  }
  .pros__col:last-child .pros__head::before {
    display: block;
  }
}
.pros__head {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 63px;
  padding: 12px 16px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  /* skewed red plate */
}
.pros__head::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 8px;
  border-radius: 6px;
  transform: skewX(var(--skew-row, -9deg));
  background: var(--bck-red);
  border: 1px solid var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
@media (max-width: 450px) {
  .pros__head {
    font-size: 18px;
  }
}
.pros__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-green-40);
  background: var(--bck-green-1);
}
.pros__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 650px) {
  .pros__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .pros__icon img {
    width: 32px;
    height: 32px;
  }
}

/*  ---------------- REGISTER  ---------------- */
.content.register {
  align-items: flex-start;
}

.register > * + * {
  margin-top: 20px;
}
.register h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}
.register > h3 {
  color: var(--color-white);
}

/*  ---------------- CASINOAPP  ---------------- */
.content.casinoapp {
  align-items: flex-start;
}

.casinoapp > * + * {
  margin-top: 20px;
}
.casinoapp h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}

.promotions {
  --table-min: 900px;
  /* two featured bonus cards — photo on top, copy and CTA below */
}
.promotions__featured {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
.promotions__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 420px;
  border: 1px solid var(--color-light-blue);
  border-radius: 5px;
  background: var(--bck-green-1);
  overflow: hidden;
}
.promotions__card > img {
  width: 100%;
  height: 315px;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media (max-width: 650px) {
  .promotions__card > img {
    height: 220px;
  }
}
.promotions__card > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-align: center;
  box-shadow: inset 0 70px 114px 0 rgba(0, 73, 255, 0.5), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #00c58a, inset 0 -170px 100px -60px #0049ff;
}
.promotions__card {
  /* second card runs the red / gold variant */
}
.promotions__card:nth-child(2n) > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 0, 0, 0.9), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #f98000, inset 0 -170px 100px -60px #f00;
}
.promotions__card:nth-child(2n) h3 {
  background: linear-gradient(180deg, #fffc34 0%, #fffb0f 49.52%, #dac800 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.promotions__card h3 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .promotions__card h3 {
    font-size: 20px;
  }
}
.promotions__card p {
  margin: 0;
}
.promotions {
  /* small promo rows on skewed dark-red plates */
}
.promotions__other {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
.promotions__mini {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex: 1 1 440px;
  padding: 8px 8px 8px 8px;
}
.promotions__mini::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 4px;
  border-radius: 12px;
  transform: skewX(-3.2deg);
  background: var(--bck-red);
  border: 1px solid var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
.promotions__mini--wide {
  flex-basis: 100%;
}
.promotions__mini > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.promotions__mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotions__mini > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 2px 0 0;
}
.promotions__mini strong {
  display: block;
  color: var(--color-light-blue);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.6;
}
.promotions__mini p {
  margin: 0;
}
.promotions > .first__button {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .promotions__mini {
    flex-basis: 100%;
  }
  .promotions__mini::before {
    transform: skewX(-3.2deg);
  }
}

.vip {
  --table-min: 760px;
}

.tournament {
  --table-min: 420px;
}
.tournament__row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .tournament__row {
    flex-direction: column;
  }
}
.tournament {
  /* beats the shared `.content div:has(> table)` rule */
}
.tournament .tournament__table {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  margin-top: 0;
  /* stacked: a scroll container has min-height 0, so basis 0 collapses it */
}
@media (max-width: 850px) {
  .tournament .tournament__table {
    flex: none;
  }
}
.tournament__media {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
}
.tournament__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.tournament__media {
  /* the row stacks here — flex-basis would collapse the height to 0 */
}
@media (max-width: 850px) {
  .tournament__media {
    flex: none;
    height: 280px;
  }
}
@media (max-width: 650px) {
  .tournament__media {
    height: 200px;
  }
}

.slots {
  --table-min: 860px;
}
.slots th:first-child,
.slots td:first-child {
  flex: 0 0 200px;
  width: 200px;
}

.games {
  --table-min: 900px;
}
.games th,
.games td {
  align-items: flex-start;
}
.games th:first-child,
.games td:first-child {
  flex: 0 0 160px;
  width: 160px;
}

.live {
  --table-min: 860px;
}
.live__image {
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.live__image img {
  width: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.live th,
.live td {
  align-items: flex-start;
}
.live th:first-child,
.live td:first-child {
  flex: 0 0 200px;
  width: 200px;
}
.live th:nth-child(2),
.live td:nth-child(2) {
  flex: 0 0 160px;
  width: 160px;
}

/* LICENCE — card on the left, photo showing through on the right */
.content.licence {
  align-items: flex-start;
}
.content.licence > .background img {
  -o-object-position: right center;
     object-position: right center;
}

.payment {
  --table-min: 760px;
}
.payment th:first-child,
.payment td:first-child {
  flex: 0 0 260px;
  width: 260px;
}

/* CUSTOMER — card on the right, photo showing through on the left */
.content.customer {
  align-items: flex-end;
}
.content.customer > .background img {
  -o-object-position: left center;
     object-position: left center;
}

.reviews__carousel {
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  /* soft fade on both edges */
}
.reviews__carousel::before, .reviews__carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
}
.reviews__carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--bck-green-1) 0%, rgba(0, 133, 128, 0) 100%);
}
.reviews__carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--bck-green-1) 0%, rgba(0, 133, 128, 0) 100%);
}
.reviews__track {
  display: flex;
  align-items: center;
  /* wide enough that the grown centre card (margin 0 -40px) still leaves
     a visible gap to its neighbours instead of overlapping them */
  gap: 52px;
}
@media (max-width: 650px) {
  .reviews__track {
    gap: 32px;
  }
}
.reviews__card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 416px;
  width: 416px;
  height: 196px;
  padding: 20px 16px;
  overflow: hidden;
  /* size snaps instantly — the JS measures it to centre the track */
  /* skewed dark-red plate */
}
.reviews__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 6px;
  border-radius: 6px;
  transform: skewX(-2.4deg);
  background: var(--bck-red);
  border: 1px solid var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
.reviews__card {
  /* The centred card is wider and taller. It grows symmetrically about its
     own centre — the negative margins keep its footprint in the flow at the
     inactive width, so the JS always measures the same centre point and the
     track stays perfectly centred. */
}
.reviews__card.is-active {
  flex-basis: 496px;
  width: 496px;
  height: 235px;
  margin: 0 -40px;
}
@media (max-width: 650px) {
  .reviews__card {
    flex-basis: 260px;
    width: 260px;
    height: 210px;
  }
  .reviews__card.is-active {
    flex-basis: 300px;
    width: 300px;
    height: 250px;
    margin: 0 -20px;
  }
}
.reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.reviews__head h3 {
  width: auto;
  margin: 0;
  font-size: 26px;
  font-style: italic;
  line-height: normal;
  text-transform: uppercase !important;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .reviews__head h3 {
    font-size: 20px;
  }
}
.reviews__stars {
  display: flex;
  flex: none;
  align-items: center;
}
.reviews__stars img {
  width: 26px;
  height: 26px;
  margin: 0;
}
.reviews__stars .is-off {
  opacity: 0.2;
}
@media (max-width: 650px) {
  .reviews__stars img {
    width: 20px;
    height: 20px;
  }
}
.reviews__card p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 650px) {
  .reviews__card p {
    font-size: 15px;
  }
}
.reviews__nav {
  display: flex;
  justify-content: center;
  gap: 52px;
  width: 100%;
  margin-top: 20px;
}
.reviews__btn {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-red);
  cursor: pointer;
  transition: background var(--primary-transition);
  /* crisp chevron drawn with two borders */
}
.reviews__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
}
@media (hover: hover) {
  .reviews__btn:hover {
    background: var(--color-light-blue);
  }
}
@media (hover: none) {
  .reviews__btn:active {
    background: var(--color-light-blue);
  }
}
.reviews .js-reviews-prev::after {
  transform: translate(-30%, -50%) rotate(135deg);
}
.reviews .js-reviews-next::after {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.grade {
  --table-min: 820px;
}
.grade th,
.grade td {
  align-items: flex-start;
}
.grade th:first-child,
.grade td:first-child {
  flex: 0 0 200px;
  width: 200px;
}
.grade th:nth-child(2),
.grade td:nth-child(2) {
  flex: 0 0 110px;
  width: 110px;
}

/* CONCLUSION — card on the left, photo showing through on the right */
.content.conclusion {
  align-items: flex-start;
}
.content.conclusion > .background img {
  -o-object-position: right center;
     object-position: right center;
}
.content.conclusion .conclusion__sign {
  font-style: italic;
}

/*  ---------------- DOWNLOAD  ---------------- */
.content.download {
  height: 350px;
  padding: 0;
  background: #092a2d;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
}
@media (max-width: 850px) {
  .content.download {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .content.download {
    padding: 30px 10px;
  }
}

.download__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.download__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.download__buttons {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
}
@media (max-width: 850px) {
  .download__buttons {
    flex-direction: column;
    gap: 18px;
  }
}
.download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  border: 1px solid var(--stroke-gold);
  border-radius: 8px;
  background: var(--color-green);
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  transition: background var(--primary-transition), box-shadow var(--primary-transition);
}
.download__button img {
  flex: none;
  width: 32px;
  height: 32px;
}
.download__button:hover {
  background: #d83a33;
  box-shadow: 0 4px 16px -4px rgba(252, 194, 17, 0.6);
}

/* ---------------------- BONUS ---------------------- */
/* Bonus */
.bonus {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bonus__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .bonus__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .bonus__wrap {
    align-items: center;
    text-align: center;
  }
}
.bonus__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bonus__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.bonus__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.bonus__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.bonus__breadcrumbs li a:hover {
  opacity: 0.75;
}
.bonus__title {
  margin: 0;
  color: #00ffe5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .bonus__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .bonus__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .bonus__title {
    font-size: 24px;
  }
}
.bonus__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.bonus__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .bonus__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .bonus__background img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 650px) {
  .bonus {
    align-items: center;
  }
}

/* BONUSES — card on the left, photo showing through on the right */
.content.bonuses {
  align-items: flex-start;
}
.content.bonuses > .background img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 850px) {
  .content.bonuses > .background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

/*  ---------------- GENEROUS  ---------------- */
.content.generous {
  align-items: flex-start;
}

.generous {
  --table-min: 900px;
}
.generous > * + * {
  margin-top: 20px;
}
.generous > h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
  color: var(--color-white);
}

/* Shared pattern: bonus cards — cup on top, gradient plate with copy and CTA
   below. Colour variants live in each block's file. */
.generous__cards,
.boost__cards,
.sportbook__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.generous__cards > li,
.boost__cards > li,
.sportbook__cards > li {
  display: flex;
  flex-direction: column;
  flex: 1 1 420px;
  border: 1px solid var(--color-light-blue);
  border-radius: 5px;
  background: var(--bck-green-1);
  overflow: hidden;
}
.generous__cards > li > img,
.boost__cards > li > img,
.sportbook__cards > li > img {
  display: block;
  width: 100%;
  height: 315px;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media (max-width: 650px) {
  .generous__cards > li > img,
  .boost__cards > li > img,
  .sportbook__cards > li > img {
    height: 220px;
  }
}
.generous__cards > li > div,
.boost__cards > li > div,
.sportbook__cards > li > div {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-align: center;
}
.generous__cards > li h3,
.boost__cards > li h3,
.sportbook__cards > li h3 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase !important;
  color: var(--color-light-blue);
}
@media (max-width: 767px) {
  .generous__cards > li h3,
  .boost__cards > li h3,
  .sportbook__cards > li h3 {
    font-size: 20px;
  }
}
.generous__cards > li p,
.boost__cards > li p,
.sportbook__cards > li p {
  margin: 0;
}
.generous__cards > li .first__button,
.boost__cards > li .first__button,
.sportbook__cards > li .first__button {
  margin-top: auto;
}

/* blue plate + green gradient title */
.generous__cards > li:first-child > div {
  box-shadow: inset 0 70px 114px 0 rgba(0, 73, 255, 0.5), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #00c58a, inset 0 -170px 100px -60px #0049ff;
}
.generous__cards > li:first-child > div h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* red plate + yellow-to-orange gradient title */
.generous__cards > li:last-child > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 0, 0, 0.9), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #f98000, inset 0 -170px 100px -60px #f00;
}
.generous__cards > li:last-child > div h3 {
  background: linear-gradient(180deg, #fffa1e 0%, #fbdc1a 49.52%, #f28416 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Shared pattern: icon rows on skewed dark-red plates (generous terms + the
   grab / responsibly / benefit / gaming / final lists). Widths per block. */
.generous__terms,
.grab__list,
.responsibly__list,
.benefit__list,
.gaming__list,
.final__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
.generous__terms > div,
.grab__list > div,
.responsibly__list > div,
.benefit__list > div,
.gaming__list > div,
.final__list > div {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex: 1 1 440px;
  padding: 8px;
}
.generous__terms > div::before,
.grab__list > div::before,
.responsibly__list > div::before,
.benefit__list > div::before,
.gaming__list > div::before,
.final__list > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 4px;
  border-radius: 12px;
  transform: skewX(-3.2deg);
  background: var(--bck-red);
  border: 1px solid var(--stroke-red-30);
  box-shadow: inset 0 0 36px var(--glow-red);
}
.generous__terms > div > span,
.grab__list > div > span,
.responsibly__list > div > span,
.benefit__list > div > span,
.gaming__list > div > span,
.final__list > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.generous__terms > div > span img,
.grab__list > div > span img,
.responsibly__list > div > span img,
.benefit__list > div > span img,
.gaming__list > div > span img,
.final__list > div > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.generous__terms > div > div,
.grab__list > div > div,
.responsibly__list > div > div,
.benefit__list > div > div,
.gaming__list > div > div,
.final__list > div > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}
.generous__terms > div strong,
.grab__list > div strong,
.responsibly__list > div strong,
.benefit__list > div strong,
.gaming__list > div strong,
.final__list > div strong {
  display: block;
  color: var(--color-light-blue);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.6;
}
.generous__terms > div p,
.grab__list > div p,
.responsibly__list > div p,
.benefit__list > div p,
.gaming__list > div p,
.final__list > div p {
  margin: 0;
}
@media (max-width: 450px) {
  .generous__terms > div,
  .grab__list > div,
  .responsibly__list > div,
  .benefit__list > div,
  .gaming__list > div,
  .final__list > div {
    flex-basis: 100%;
  }
}

.generous__terms > div {
  flex-basis: 100%;
}

/*  ---------------- BOOST  ---------------- */
.content.boost {
  align-items: flex-start;
}

.boost > * + * {
  margin-top: 20px;
}

/* Friday — red plate, yellow-to-orange title */
.boost__cards > li:nth-child(1) > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 0, 0, 0.9), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #f98000, inset 0 -170px 100px -60px #f00;
}
.boost__cards > li:nth-child(1) > div h3 {
  background: linear-gradient(180deg, #fffa1e 0%, #fbdc1a 49.52%, #f28416 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Wednesday — blue plate, green gradient title */
.boost__cards > li:nth-child(2) > div {
  box-shadow: inset 0 70px 114px 0 rgba(0, 73, 255, 0.5), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #00c58a, inset 0 -170px 100px -60px #0049ff;
}
.boost__cards > li:nth-child(2) > div h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Sunday — full-width green plate, blue title */
.boost__cards > li:nth-child(3) {
  flex-basis: 100%;
}
.boost__cards > li:nth-child(3) > div {
  box-shadow: inset 0 82px 114px 0 rgba(0, 150, 40, 0.85), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #a8ff00, inset 0 -170px 100px -60px #00ad1d;
}
.boost__cards > li:nth-child(3) > div h3 {
  color: #123dfe;
}

/* SPIN — card on the right, photo showing through on the left */
.content.spin {
  align-items: flex-end;
}
.content.spin > .background img {
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 850px) {
  .content.spin > .background img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}

/*  ---------------- LOYALTY  ---------------- */
.content.loyalty {
  align-items: flex-start;
}

.loyalty > * + * {
  margin-top: 20px;
}

/*  ---------------- CASHBACK  ---------------- */
.content.cashback {
  align-items: flex-start;
}

.cashback > * + * {
  margin-top: 20px;
}
.cashback__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.cashback__row > img {
  flex: 0 1 42%;
  min-width: 0;
  max-height: none;
  margin: 0;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cashback__row > div {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 850px) {
  .cashback__row {
    flex-direction: column;
  }
  .cashback__row > img {
    flex: none;
    width: 100%;
  }
}

/*  ---------------- JOIN  ---------------- */
.content.join {
  align-items: flex-start;
}

.join {
  --table-min: 460px;
}
.join > * + * {
  margin-top: 20px;
}

/* Shared pattern: data table next to a photo (join, devices, program rows) —
   same geometry as .tournament__row */
.join__row,
.devices__row,
.program__row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .join__row,
  .devices__row,
  .program__row {
    flex-direction: column;
  }
}
.join__row,
.devices__row,
.program__row {
  /* beats the shared `.content div:has(> table)` rule */
}
.join__row div:has(> table),
.devices__row div:has(> table),
.program__row div:has(> table) {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  margin-top: 0;
  /* stacked: a scroll container has min-height 0, so basis 0 collapses it */
}
@media (max-width: 850px) {
  .join__row div:has(> table),
  .devices__row div:has(> table),
  .program__row div:has(> table) {
    flex: none;
  }
}
.join__row > img,
.join__row .join__media,
.join__row .program__media,
.devices__row > img,
.devices__row .join__media,
.devices__row .program__media,
.program__row > img,
.program__row .join__media,
.program__row .program__media {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .join__row > img,
  .join__row .join__media,
  .join__row .program__media,
  .devices__row > img,
  .devices__row .join__media,
  .devices__row .program__media,
  .program__row > img,
  .program__row .join__media,
  .program__row .program__media {
    flex: none;
    height: 280px;
  }
}
@media (max-width: 650px) {
  .join__row > img,
  .join__row .join__media,
  .join__row .program__media,
  .devices__row > img,
  .devices__row .join__media,
  .devices__row .program__media,
  .program__row > img,
  .program__row .join__media,
  .program__row .program__media {
    height: 200px;
  }
}
.join__row > img,
.join__row .join__media img,
.join__row .program__media img,
.devices__row > img,
.devices__row .join__media img,
.devices__row .program__media img,
.program__row > img,
.program__row .join__media img,
.program__row .program__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

/*  ---------------- GRAB  ---------------- */
.content.grab {
  align-items: flex-start;
}

.grab > * + * {
  margin-top: 20px;
}

/* every offer runs a full-width plate */
.grab__list > div {
  flex-basis: 100%;
}

/*  ---------------- RESPONSIBLY  ---------------- */
.content.responsibly {
  align-items: flex-start;
}

.responsibly > * + * {
  margin-top: 20px;
}

.responsibly__list > div:last-child {
  flex-basis: 100%;
}

/* CLAIM — card on the left, photo showing through on the right */
.content.claim {
  align-items: flex-start;
}
.content.claim > .background img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 850px) {
  .content.claim > .background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

.claim__box .claim__sign strong {
  font-weight: 800;
}

/* ---------------------- APP ---------------------- */
/* ----------------------------- App----------------------------- */
.app {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.app__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .app__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .app__wrap {
    align-items: center;
    text-align: center;
  }
}
.app__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.app__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.app__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.app__breadcrumbs li a:hover {
  opacity: 0.75;
}
.app__title {
  margin: 0;
  color: #00ffe5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .app__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .app__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .app__title {
    font-size: 24px;
  }
}
.app__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.app__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .app__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .app__background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}
@media (max-width: 650px) {
  .app {
    align-items: center;
  }
}

/* COMPLITE — card on the left, photo showing through on the right */
.content.complite {
  align-items: flex-start;
}
.content.complite > .background img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 850px) {
  .content.complite > .background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

/*  ---------------- INSTALL  ---------------- */
.content.install {
  align-items: flex-start;
}

.install > * + * {
  margin-top: 20px;
}
.install h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}

/*  ---------------- BENEFIT  ---------------- */
.content.benefit {
  align-items: flex-start;
}

.benefit > * + * {
  margin-top: 20px;
}

.benefit__list > div:nth-child(3), .benefit__list > div:nth-child(6) {
  flex-basis: 100%;
}

/*  ---------------- DEVICES  ---------------- */
.content.devices {
  align-items: flex-start;
}

.devices {
  --table-min: 460px;
}
.devices > * + * {
  margin-top: 20px;
}

/* the photo keeps its own plate inside the card row */
@media (max-width: 850px) {
  .devices__row > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

/* WEB — card on the left, photo showing through on the right */
.content.web {
  align-items: flex-start;
}
.content.web > .background img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 850px) {
  .content.web > .background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

/*  ---------------- GAMING  ---------------- */
.content.gaming {
  align-items: flex-start;
}

.gaming > * + * {
  margin-top: 20px;
}

.gaming__list > div:last-child {
  flex-basis: 100%;
}

/* ---------------------- BETTING ---------------------- */
/* -----------------------------  Betting ----------------------------- */
.betting {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.betting__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .betting__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .betting__wrap {
    align-items: center;
    text-align: center;
  }
}
.betting__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.betting__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.betting__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.betting__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.betting__breadcrumbs li a:hover {
  opacity: 0.75;
}
.betting__title {
  margin: 0;
  color: #00ffe5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .betting__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .betting__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .betting__title {
    font-size: 24px;
  }
}
.betting__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.betting__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .betting__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .betting__background img {
    -o-object-position: 58%;
       object-position: 58%;
  }
}
@media (max-width: 650px) {
  .betting {
    align-items: center;
  }
}

/* ESPORTS — card on the left, photo showing through on the right */
.content.esports {
  align-items: flex-start;
}
.content.esports > .background img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 850px) {
  .content.esports > .background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}

/*  ---------------- SPORT  ---------------- */
.content.sport {
  align-items: flex-start;
}

.sport {
  --table-min: 800px;
}
.sport > * + * {
  margin-top: 20px;
}
.sport__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.sport__row > div {
  flex: 1.4 1 0;
  min-width: 0;
}
.sport__row > img {
  flex: 1 1 0;
  min-width: 0;
  max-height: none;
  margin: 0;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}
@media (max-width: 850px) {
  .sport__row {
    flex-direction: column;
  }
  .sport__row > img {
    flex: none;
    width: 100%;
    align-self: auto;
    max-height: 280px;
  }
  .sport__row {
    /* photo below the copy when stacked, whichever side it starts on */
  }
  .sport__row > img:first-child {
    order: 1;
  }
}

/*  ---------------- STREAM  ---------------- */
.content.stream {
  align-items: flex-start;
}

.stream > * + * {
  margin-top: 20px;
}
.stream {
  /* full-width interface screenshots */
}
.stream > img {
  width: 100%;
  max-height: none;
  border-radius: 12px;
}
.stream__row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.stream__row > div {
  flex: 1.2 1 0;
  min-width: 0;
}
.stream__row > img {
  flex: 1 1 0;
  min-width: 0;
  max-width: 45%;
  max-height: none;
  margin: 0;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .stream__row {
    flex-direction: column;
  }
  .stream__row > img {
    flex: none;
    width: 100%;
    max-width: none;
  }
}

/*  ---------------- WAGERING  ---------------- */
.content.wagering {
  align-items: flex-start;
}

.wagering > * + * {
  margin-top: 20px;
}
.wagering__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.wagering__row > div {
  flex: 1.3 1 0;
  min-width: 0;
}
.wagering__row > img {
  flex: 1 1 0;
  min-width: 0;
  max-height: none;
  margin: 0;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 850px) {
  .wagering__row {
    flex-direction: column;
  }
  .wagering__row > img {
    flex: none;
    width: 100%;
    max-width: 480px;
    align-self: center;
  }
  .wagering__row {
    /* screenshot below the copy when stacked */
  }
  .wagering__row > img:first-child {
    order: 1;
  }
}

/*  ---------------- PROGRAM  ---------------- */
.content.program {
  align-items: flex-start;
}

.program {
  --table-min: 460px;
}
.program > * + * {
  margin-top: 20px;
}

/*  ---------------- SPORTBOOK  ---------------- */
.content.sportbook {
  align-items: flex-start;
}

.sportbook > * + * {
  margin-top: 20px;
}

/* Daily accumulator — blue plate, green gradient title */
.sportbook__cards > li:nth-child(1) > div {
  box-shadow: inset 0 70px 114px 0 rgba(0, 73, 255, 0.5), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #00c58a, inset 0 -170px 100px -60px #0049ff;
}
.sportbook__cards > li:nth-child(1) > div h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Accumulator saver — orange plate, yellow-to-orange title */
.sportbook__cards > li:nth-child(2) > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 80, 0, 0.9), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #ffb300, inset 0 -170px 100px -60px #ff3d00;
}
.sportbook__cards > li:nth-child(2) > div h3 {
  background: linear-gradient(180deg, #fffa1e 0%, #fbdc1a 49.52%, #f28416 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Friday reload — red plate, yellow-to-orange title */
.sportbook__cards > li:nth-child(3) > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 0, 0, 0.9), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #f98000, inset 0 -170px 100px -60px #f00;
}
.sportbook__cards > li:nth-child(3) > div h3 {
  background: linear-gradient(180deg, #fffa1e 0%, #fbdc1a 49.52%, #f28416 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Losing streak — magenta plate, light-green title */
.sportbook__cards > li:nth-child(4) > div {
  box-shadow: inset 0 82px 114px 0 rgba(255, 0, 150, 0.85), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #ff7ae0, inset 0 -170px 100px -60px #e6007a;
}
.sportbook__cards > li:nth-child(4) > div h3 {
  color: #8fe896;
}

/* Birthday — full-width green plate, blue title */
.sportbook__cards > li:nth-child(5) {
  flex-basis: 100%;
}
.sportbook__cards > li:nth-child(5) > div {
  box-shadow: inset 0 82px 114px 0 rgba(0, 150, 40, 0.85), inset 0 -110px 100px -165px #fff, inset 0 -170px 100px -135px #a8ff00, inset 0 -170px 100px -60px #00ad1d;
}
.sportbook__cards > li:nth-child(5) > div h3 {
  color: #123dfe;
}

/*  ---------------- USER  ---------------- */
.content.user {
  align-items: flex-start;
}

.user > * + * {
  margin-top: 20px;
}
.user {
  /* full-width interface screenshot */
}
.user > img {
  width: 100%;
  max-height: none;
  border-radius: 12px;
}
.user__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.user__row > img {
  flex: 0 0 auto;
  width: 42%;
  min-width: 0;
  max-height: none;
  margin: 0;
  border-radius: 12px;
}
.user__row > div {
  flex: 1 1 0;
  min-width: 0;
}
.user__row > div img {
  width: 100%;
  max-height: none;
  margin-top: 20px;
  border-radius: 12px;
}
.user__row {
  /* the sidebar screenshot row runs a narrow portrait shot */
}
.user__row:has(> div img) > img {
  width: 26%;
}
@media (max-width: 850px) {
  .user__row {
    flex-direction: column;
  }
  .user__row > img, .user__row:has(> div img) > img {
    width: 100%;
    max-width: 480px;
    align-self: center;
    order: 1;
  }
}

/*  ---------------- FINAL  ---------------- */
.content.final {
  align-items: flex-start;
}

.final > * + * {
  margin-top: 20px;
}

.final__list > div:last-child {
  flex-basis: 100%;
}/*# sourceMappingURL=styles.css.map */