@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 {
  --color-nav-back: #054248;
  --color-nav-front: #124b51;
  --color-bg: #4f000d;
  --color-white: #fff;
  --color-black: #000;
  --color-black-green: #054146;
  --color-red: #f04c44;
  --color-light-green: #00ff1a;
  --color-cyan-3: #00ffe5;
  --color-green: #00ad1d;
  /* ---- Figma design tokens ---- */
  --color-green-3: #00ff1a;
  --stroke-white-20: rgba(255, 255, 255, 0.2);
  --stroke-blue-40: rgba(0, 183, 255, 0.4);
  --stroke-blue-1: #00b7ff;
  --stroke-green-40: rgba(0, 255, 187, 0.4);
  --stroke-green-1: #0fb;
  --stroke-red: #f00;
  --stroke-red-30: rgba(255, 0, 0, 0.3);
  --line-content: linear-gradient(90deg, rgba(2, 159, 119, 0) 0%, #f9f6f6 50%, rgba(2, 159, 119, 0) 100%);
  --bck-green-1: #008580;
  --bck-green-linear-1: linear-gradient(180deg, #022124 0%, #065158 50.26%, #0a6d76 100%);
  --bck-blur-table-violet: rgba(64, 67, 128, 0.4);
  /* cyan panel backing; shared data tables reuse this panel (Figma parity) */
  --bck-panel: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(0, 186, 203, 0) 0%, rgba(0, 186, 203, 0.6) 100%), rgba(0, 0, 0, 0.9);
  --bck-table: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(20, 0, 203, 0) 0%, rgba(20, 0, 203, 0.6) 100%), rgba(0, 0, 0, 0.9);
  /* ---- Figma data-table skin (see blocks/_tables.scss) ---- */
  --bck-table-header: rgba(0, 0, 255, 0.3); /* blue header overlay */
  --shadow-panel-glow: 0 0 30px 10px rgba(0, 255, 229, 0.3); /* Figma effect "green 1" — outer glow on the table panel */
  --shadow-panel-glow-tight: 0 0 30px 0 rgba(0, 255, 229, 0.3); /* same glow, no spread — register/step panels */
  --shadow-header-inset: inset 4px 4px 26px 0 #004ae9; /* Figma — blue inner glow on the header row */
  --bck-step: rgba(0, 0, 255, 0.2); /* blue-tinted step-card fill (register/install steps) */
  --shadow-step-inset: inset 1px 1px 16px 0 #004ae9; /* blue inner glow on step cards */
  --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: 0 20px 40px 20px;
  margin-top: 20px;
  background: var(--color-bg);
}
@media (max-width: 850px) {
  .content {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .content {
    padding: 10px;
  }
}
.content {
  /* bottom divider — skipped on banners and on the page hero blocks
     (.prime index / .bonus / .betting / .app) */
}
.content:not(.banner):not(.prime):not(.bonus):not(.betting):not(.app)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--line-content);
  pointer-events: none;
}

.content-bg > .background + * {
  margin-top: 0;
}

.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-cyan-3);
  font-family: "Roboto Condensed";
  font-size: 28px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  position: relative;
}
@media (max-width: 1200px) {
  h2 {
    font-style: 24;
  }
}
@media (max-width: 850px) {
  h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  /* single cyan accent for every sub-heading site-wide */
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize !important;
}
@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-green, #00ad1d);
  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: #019419;
  box-shadow: 0 4px 16px -4px rgba(0, 173, 29, 0.55);
}
.first__button:hover::before {
  transform: translateX(110%);
}
.first__button {
  /* kept for markup that still carries the modifier — same fill as the base button */
}
.first__button--green {
  background: var(--color-green, #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: 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;
  }
}

/* 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  ---------------- */
.content.faq {
  align-items: flex-start;
}

.faq > * + * {
  margin-top: 20px;
}
.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  width: 100%;
  border-radius: 12px;
  /* Figma node 349:59853 "card questions" — token "stroke/green 1" */
  border: 1px solid var(--stroke-green-1, #0fb);
  overflow: hidden;
}

.faq-item__title {
  width: 100%;
  padding: 16px;
  /* Figma node 349:59854 "header card" — flat teal bar, no inner shadow */
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: var(--bck-green-1, #008580);
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 850px) {
  .faq-item__title {
    font-size: 18px;
  }
}
.faq-item__title::after {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url("../images/icon-faq.svg") center no-repeat;
  background-size: 16px;
  transform: rotate(180deg);
  transition: transform var(--primary-transition);
}
.faq-item__title.active::after {
  transform: rotate(0deg);
}
.faq-item__desc {
  display: none;
  padding: 16px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.faq-item__desc p {
  margin: 0;
  color: var(--color-white);
}

/*  ---------------- 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 {
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.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: 42%;
       object-position: 42%;
  }
}
@media (max-width: 650px) {
  .prime {
    align-items: center;
  }
}

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

h1 {
  color: var(--color-cyan-3);
  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;
  }
}

/* PLAYER */
.content.player > * + * {
  margin-top: 20px;
}

/* --------------TECHNICAL-------------*/
.content.technical {
  align-items: flex-start;
}

.technical > * + * {
  margin-top: 20px;
}
.technical h3 {
  text-transform: uppercase !important;
}
.technical__unique {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.technical__unique > div {
  flex: 1 1 0;
}
.technical__unique > div > * + * {
  margin-top: 20px;
}
.technical__unique > img {
  width: 50%;
  max-width: 560px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .technical__unique {
    flex-direction: column;
  }
  .technical__unique > img {
    width: 100%;
    max-width: none;
  }
}
.technical {
  /* visual skin lives in blocks/_tables.scss — only sizing stays here */
}
.technical__wrap {
  position: relative;
  width: 100%;
}
.technical__wrap > table {
  min-width: 720px;
}
.technical__wrap > table th:first-child,
.technical__wrap > table td:first-child {
  flex: 0 0 350px;
  width: 350px;
}
@media (max-width: 650px) {
  .technical__wrap > table th:first-child,
  .technical__wrap > table td:first-child {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .technical__wrap > table th:first-child,
  .technical__wrap > table td:first-child {
    flex: 0 0 160px;
    width: 160px;
  }
}
.technical__wrap > table th:last-child,
.technical__wrap > table td:last-child {
  flex: 1 1 0;
}

/* --------------FEATURES-------------*/
.content.features {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.features > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.features > div > * {
  margin-top: 0;
}
.content.features {
  /* picture — matches the text column height, half width */
}
.content.features > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.features {
    flex-direction: column;
  }
  .content.features > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

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

.pros > * + * {
  margin-top: 20px;
}
.pros__wrap {
  width: 100%;
  display: flex;
  gap: 0;
  padding: 12px 12px 0;
  /* Figma node 349:58939 — same red panel as the shared data tables */
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@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;
  /* Desktop: two header bars sit flush to read as one continuous bar */
}
.pros__col:first-child .pros__head {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.pros__col:last-child .pros__head {
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
@media (max-width: 850px) {
  .pros__col:first-child .pros__head, .pros__col:last-child .pros__head {
    border-radius: 8px;
    border-right: 1px solid var(--stroke-green-40, rgba(0, 255, 187, 0.4));
    border-left: 1px solid var(--stroke-green-40, rgba(0, 255, 187, 0.4));
  }
}
.pros__col ul {
  list-style: none;
  margin: 0;
  padding: 0 12px;
}
.pros__col li {
  padding: 20px 16px;
  text-align: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid transparent;
  /* Figma token "stroke/red centr" — red fading out to both ends */
  -o-border-image: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.4) 50%, rgba(255, 0, 0, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.4) 50%, rgba(255, 0, 0, 0) 100%) 1;
}
.pros__col li:last-child {
  border-bottom: 0;
  -o-border-image: none;
     border-image: none;
}
@media (max-width: 650px) {
  .pros__col li {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.pros__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 63px;
  padding: 12px 16px;
  /* Figma node 349:58941 — identical skin to the shared table <thead> */
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid var(--stroke-green-40, rgba(0, 255, 187, 0.4));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 4px 4px 26px 0 #00bacb;
  backdrop-filter: blur(4px);
}
@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-red-30, rgba(255, 0, 0, 0.3));
  background: var(--bck-blur-table-violet, rgba(64, 67, 128, 0.4));
}
.pros__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*  ---------------- REGISTER  ---------------- */
.content.register {
  align-items: flex-start;
}
.content.register > p {
  width: 100%;
}
.content.register {
  /* "Logging In" heading — green, left-aligned */
}
.content.register > h3 {
  width: 100%;
  text-align: left;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .content.register > h3 {
    font-size: 20px;
  }
}

.register > * + * {
  margin-top: 20px;
}
.register__block {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .register__block {
    flex-direction: column;
  }
}
.register__block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .register__block--reverse {
    flex-direction: column;
  }
}
.register__info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.register__info > h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.register__info > h3::after {
  display: none;
}
@media (max-width: 767px) {
  .register__info > h3 {
    font-size: 20px;
  }
}
.register__info > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.register__info {
  /* Figma uses the standard green "Button main" here — no colour override */
}
.register__info > .first__button {
  margin-top: 0;
}
.register__media {
  flex: 1 1 0;
  min-width: 260px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.register__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .register__media {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
  }
  .register__media img {
    height: auto;
    min-height: 220px;
  }
}
.register__steps {
  counter-reset: step-count;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.register__steps li {
  counter-increment: step-count;
  display: flex;
  gap: 4px;
  align-items: stretch;
  /* number badge — auto-numbered */
}
.register__steps li::before {
  content: counter(step-count);
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.register__steps {
  /* step text pill */
}
.register__steps li > p {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  backdrop-filter: blur(4px);
}

/*  ---------------- 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 #fcc211;
  border-radius: 8px;
  /* Figma "button Android"/"button iOS" — green fill, gold stroke */
  background: #00ad1d;
  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: #009318;
  box-shadow: 0 4px 16px -4px rgba(252, 194, 17, 0.6);
}

/*  ---------------- CASINO APP  ---------------- */
.content.casinoapp {
  align-items: flex-start;
}
.content.casinoapp > p {
  width: 100%;
}

.casinoapp > * + * {
  margin-top: 20px;
}
.casinoapp__block {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 12px;
  /* Figma node 349:59104 — red panel, same skin as the shared data tables */
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .casinoapp__block {
    flex-direction: column;
  }
}
.casinoapp__block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .casinoapp__block--reverse {
    flex-direction: column;
  }
}
.casinoapp__info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.casinoapp__info > h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.casinoapp__info > h3::after {
  display: none;
}
@media (max-width: 767px) {
  .casinoapp__info > h3 {
    font-size: 20px;
  }
}
.casinoapp__info > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.casinoapp__media {
  flex: 1 1 0;
  min-width: 260px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.casinoapp__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .casinoapp__media {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
  }
  .casinoapp__media img {
    height: auto;
    min-height: 220px;
  }
}
.casinoapp__steps {
  counter-reset: step-count;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casinoapp__steps li {
  counter-increment: step-count;
  display: flex;
  gap: 4px;
  align-items: stretch;
}
.casinoapp__steps li::before {
  content: counter(step-count);
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.casinoapp__steps li > p {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  backdrop-filter: blur(4px);
}

/*  ---------------- PROMOTIONS  ---------------- */
.content.promotions {
  align-items: flex-start;
}
.content.promotions > p {
  width: 100%;
}
.content.promotions {
  /* section sub-headings — green, left-aligned (Figma) */
}
.content.promotions > h3 {
  width: 100%;
  text-align: left;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .content.promotions > h3 {
    font-size: 20px;
  }
}

.promotions > * + * {
  margin-top: 20px;
}
.promotions {
  /* welcome-package table: 6 equal columns on the shared skin */
}
.promotions__table {
  width: 100%;
}
.promotions__table > table {
  min-width: 900px;
}
.promotions__table th,
.promotions__table td {
  flex: 1 1 0;
  min-width: 0;
}
.promotions {
  /* two weekly bonus cards */
}
.promotions__cards {
  display: flex;
  gap: 12px;
  width: 100%;
}
@media (max-width: 850px) {
  .promotions__cards {
    flex-direction: column;
  }
}
.promotions {
  /* title, copy, button — centred; gift pinned to the card's bottom edge (Figma) */
}
.promotions__card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* Figma: pt/px 12, no bottom padding — the gift sits flush on the bottom edge */
  padding: 12px 12px 0;
  overflow: hidden;
  border: 1px solid #f00;
  border-radius: 8px;
  /* Figma paints the colour field with inner shadows; CSS insets only reach the
     edges, so the bright base sits underneath and the insets add the depth */
  background: radial-gradient(70.2% 78.9% at 57% 40%, #ffc800 0%, #f39600 25%, #e76400 50%, #e14b00 62.5%, #db3200 75%, #d51900 87.5%, #d20c00 93.75%, #cf0000 100%);
  box-shadow: 0 70px 114px 0 rgba(255, 0, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #f98000 inset, 0 -170px 100px -60px #f00 inset;
  /* column layout: size to content instead of collapsing to a 0 basis */
}
@media (max-width: 850px) {
  .promotions__card {
    flex: 0 0 auto;
  }
}
.promotions__card {
  /* margin-top:auto pins the gift to the bottom, so both cards line up (Figma) */
}
.promotions__card img {
  width: 342px;
  max-width: 100%;
  height: 230px;
  margin-top: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.promotions__card > h3 {
  width: auto;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #fffc34 0%, #fffb0f 49.52%, #dac800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
}
.promotions__card > h3::after {
  display: none;
}
@media (max-width: 850px) {
  .promotions__card > h3 {
    font-size: 20px;
  }
}
.promotions__card > p {
  margin-top: 0;
  text-align: center;
  color: var(--color-white);
}
.promotions__card > .first__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.promotions__card--green {
  border-color: #00b7ff;
  background: radial-gradient(70.2% 78.9% at 57% 40%, #00c9bf 0%, #0089df 50%, #0069ef 75%, #0049ff 100%);
  box-shadow: 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 inset;
}
.promotions__card--green > h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.promotions {
  /* "other promotions" grid */
}
.promotions__grid {
  list-style: none;
  margin: 0;
  /* extra top space so the first row's overhanging trophies clear the text above (~20px gap) */
  margin-top: 20px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.35));
}
.promotions__grid li {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 280px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px 12px 110px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
}
.promotions__grid li img {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 136px;
  height: 136px;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.promotions__grid li b {
  /* Figma node 349:59269 — token "text/green 1", same accent as h3 */
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.promotions__grid li p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.promotions__grid {
  /* lone last card (odd count) — same width as the rest, centered */
}
.promotions__grid li:nth-child(odd):last-child {
  flex-grow: 0;
  margin-inline: auto;
}
@media (max-width: 850px) {
  .promotions__grid li {
    flex: 1 1 100%;
  }
}

/*  ---------------- VIP  ---------------- */
.content.vip {
  align-items: flex-start;
}

.vip > * + * {
  margin-top: 20px;
}
.vip__table {
  width: 100%;
  padding: 12px 12px 0;
  overflow-x: auto;
}
.vip__table::-webkit-scrollbar {
  height: 6px;
}
.vip__table::-webkit-scrollbar-track {
  background: transparent;
}
.vip__table::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.vip__table table {
  width: 100%;
  min-width: 720px;
}
.vip__table table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 187, 0.4);
  backdrop-filter: blur(4px);
}
.vip__table table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 255, 187, 0.3);
}
.vip__table table tbody tr:last-child {
  border-bottom: 0;
}
.vip__table table th,
.vip__table table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.vip__table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .vip__table table th {
    font-size: 18px;
  }
}
.vip__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- TOURNAMENT  ---------------- */
.content.tournament {
  align-items: flex-start;
}

.tournament > * + * {
  margin-top: 20px;
}
.tournament__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
@media (max-width: 850px) {
  .tournament__row {
    flex-direction: column;
  }
}
.tournament__table {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 12px 0;
}
@media (max-width: 850px) {
  .tournament__table {
    flex: 0 0 auto;
    width: 100%;
  }
}
.tournament__table {
  overflow-x: auto;
}
.tournament__table::-webkit-scrollbar {
  height: 6px;
}
.tournament__table::-webkit-scrollbar-track {
  background: transparent;
}
.tournament__table::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.tournament__table table {
  width: 100%;
  min-width: 360px;
}
.tournament__table table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 187, 0.4);
  backdrop-filter: blur(4px);
}
.tournament__table table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 255, 187, 0.3);
}
.tournament__table table tbody tr:last-child {
  border-bottom: 0;
}
.tournament__table table th,
.tournament__table table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.tournament__table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .tournament__table table th {
    font-size: 18px;
  }
}
.tournament__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.tournament__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
}
.tournament__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .tournament__media {
    flex: 0 0 auto;
    width: 100%;
    min-height: 260px;
  }
}

/*  ---------------- SLOTS  ---------------- */
.content.slots {
  align-items: flex-start;
}

.slots > * + * {
  margin-top: 20px;
}
.slots__table {
  width: 100%;
  padding: 12px 12px 0;
  overflow-x: auto;
}
.slots__table::-webkit-scrollbar {
  height: 6px;
}
.slots__table::-webkit-scrollbar-track {
  background: transparent;
}
.slots__table::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.slots__table table {
  width: 100%;
  min-width: 720px;
}
.slots__table table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 187, 0.4);
  backdrop-filter: blur(4px);
}
.slots__table table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 255, 187, 0.3);
}
.slots__table table tbody tr:last-child {
  border-bottom: 0;
}
.slots__table table th,
.slots__table table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.slots__table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .slots__table table th {
    font-size: 18px;
  }
}
.slots__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- GAMES  ---------------- */
.content.games {
  align-items: flex-start;
}

.games > * + * {
  margin-top: 20px;
}
.games__table {
  width: 100%;
  padding: 12px 12px 0;
  overflow-x: auto;
}
.games__table::-webkit-scrollbar {
  height: 6px;
}
.games__table::-webkit-scrollbar-track {
  background: transparent;
}
.games__table::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.games__table table {
  width: 100%;
  min-width: 720px;
}
.games__table table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 187, 0.4);
  backdrop-filter: blur(4px);
}
.games__table table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 255, 187, 0.3);
}
.games__table table tbody tr:last-child {
  border-bottom: 0;
}
.games__table table th,
.games__table table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.games__table table th:first-child,
.games__table table td:first-child {
  flex: 0 0 140px;
  width: 140px;
}
@media (max-width: 650px) {
  .games__table table th:first-child,
  .games__table table td:first-child {
    flex: 0 0 110px;
    width: 110px;
  }
}
.games__table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .games__table table th {
    font-size: 18px;
  }
}
.games__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- LIVE  ---------------- */
.content.live {
  align-items: flex-start;
}

.live > * + * {
  margin-top: 20px;
}
.live__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.live__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.live__table {
  width: 100%;
  padding: 12px 12px 0;
  overflow-x: auto;
}
.live__table::-webkit-scrollbar {
  height: 6px;
}
.live__table::-webkit-scrollbar-track {
  background: transparent;
}
.live__table::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.live__table table {
  width: 100%;
  min-width: 720px;
}
.live__table table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 187, 0.4);
  backdrop-filter: blur(4px);
}
.live__table table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 255, 187, 0.3);
}
.live__table table tbody tr:last-child {
  border-bottom: 0;
}
.live__table table th,
.live__table table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.live__table table th:first-child, .live__table table th:nth-child(2),
.live__table table td:first-child,
.live__table table td:nth-child(2) {
  flex: 0 0 180px;
  width: 180px;
}
@media (max-width: 650px) {
  .live__table table th:first-child, .live__table table th:nth-child(2),
  .live__table table td:first-child,
  .live__table table td:nth-child(2) {
    flex: 0 0 130px;
    width: 130px;
  }
}
.live__table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .live__table table th {
    font-size: 18px;
  }
}
.live__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- LICENCE  ---------------- */
.content.licence {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.licence > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.licence > div > * {
  margin-top: 0;
}
.content.licence {
  /* picture — matches the text column height, half width */
}
.content.licence > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.licence {
    flex-direction: column;
  }
  .content.licence > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

/*  ---------------- PAYMENT  ---------------- */
.content.payment {
  align-items: flex-start;
}

.payment > * + * {
  margin-top: 20px;
}
.payment {
  /* sub-headings — green, left-aligned (Figma) */
}
.payment > h3 {
  width: 100%;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .payment > h3 {
    font-size: 20px;
  }
}
.payment {
  /* table rides the shared skin (blocks/_tables.scss); only column sizing here */
}
.payment__table {
  width: 100%;
}
.payment__table > table {
  min-width: 720px;
}
.payment__table > table th,
.payment__table > table td {
  flex: 1 1 0;
  min-width: 0;
}

/*  ---------------- CUSTOMER  ---------------- */
.content.customer {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.customer > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.customer > div > * {
  margin-top: 0;
}
.content.customer {
  /* picture — matches the text column height, half width */
}
.content.customer > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.customer {
    flex-direction: column;
  }
  .content.customer > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

/*  ---------------- REVIEWS  ---------------- */
.content.reviews {
  align-items: flex-start;
}

.reviews > * + * {
  margin-top: 20px;
}
.reviews__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reviews__track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.reviews__card {
  flex: none;
  width: 460px;
  max-width: 86vw;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Figma node 349:60019 "card bonus" — same red panel as the data tables */
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  opacity: 0.55;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
  overflow: hidden;
  /* dark scrim on inactive cards; the center (active) card reads as brighter solid red */
}
.reviews__card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.reviews__card.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 30px 0 rgba(255, 0, 0, 0.3);
}
.reviews__card.is-active::after {
  opacity: 0;
}
@media (max-width: 650px) {
  .reviews__card {
    width: 360px;
  }
}
@media (max-width: 450px) {
  .reviews__card {
    width: 280px;
    padding: 16px;
  }
}
.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.reviews__head h3 {
  width: auto;
  margin: 0;
  /* Figma node 349:60021 — 26px Roboto Condensed Bold Italic */
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .reviews__head h3 {
    font-size: 22px;
  }
}
.reviews__stars {
  flex: none;
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews__stars img {
  width: 20px;
  height: 20px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__stars img.is-off {
  opacity: 0.25;
  filter: grayscale(1);
}
.reviews__card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  /* Figma node 349:60108 — review body runs larger than standard copy */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 850px) {
  .reviews__card > p {
    font-size: 16px;
  }
}
.reviews__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.reviews__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  /* Figma node 349:60472 — white pill, red arrow (token "stroke/red") */
  color: var(--stroke-red, #f00);
  cursor: pointer;
  transition: background var(--primary-transition), transform var(--primary-transition);
}
.reviews__btn:hover {
  background: rgba(255, 255, 255, 0.85);
}
.reviews__btn:active {
  transform: scale(0.95);
}
.reviews__btn svg {
  width: 14px;
  height: 14px;
  fill: none;
}

/*  ---------------- GRADE  ---------------- */
.content.grade {
  align-items: flex-start;
}

.grade > * + * {
  margin-top: 20px;
}
.grade {
  /* table rides the shared skin (blocks/_tables.scss); only column sizing here */
}
.grade__table {
  width: 100%;
}
.grade__table > table {
  min-width: 720px;
}
.grade__table > table th,
.grade__table > table td {
  flex: 1 1 0;
  min-width: 0;
}
.grade__table > table th:first-child, .grade__table > table th:nth-child(2),
.grade__table > table td:first-child,
.grade__table > table td:nth-child(2) {
  flex: 0 0 180px;
  width: 180px;
}
@media (max-width: 650px) {
  .grade__table > table th:first-child, .grade__table > table th:nth-child(2),
  .grade__table > table td:first-child,
  .grade__table > table td:nth-child(2) {
    flex: 0 0 130px;
    width: 130px;
  }
}

/*  ---------------- CONCLUSION  ---------------- */
.content.conclusion {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.conclusion > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.conclusion > div > * {
  margin-top: 0;
}
.content.conclusion {
  /* picture — matches the text column height, half width */
}
.content.conclusion > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.conclusion {
    flex-direction: column;
  }
  .content.conclusion > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

.conclusion__sign {
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

/* ---------------------- BONUS ---------------------- */
/* Bonus */
.bonus {
  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: var(--color-cyan-3);
  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  ---------------- */
.content.bonuses {
  align-items: flex-start;
}

.bonuses > * + * {
  margin-top: 20px;
}
.bonuses > p {
  width: 100%;
}

/*  ---------------- GENEROUS  ---------------- */
.content.generous {
  align-items: flex-start;
  /* closing call-to-action button, left-aligned */
}
.content.generous > a.first__button {
  align-self: flex-start;
}

.generous > * + * {
  margin-top: 20px;
}
.generous {
  /* section-level intro paragraphs on the white card */
}
.generous > p {
  width: 100%;
}
.generous h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}
.generous {
  /* red centered section heading, visible on the white card ("Important Terms") */
}
.generous > .generous__heading {
  align-self: flex-start;
  width: auto;
  color: var(--color-cyan-3, #00ffe5);
  font-size: 24px;
  text-align: left;
}
@media (max-width: 850px) {
  .generous > .generous__heading {
    font-size: 20px;
  }
}
.generous {
  /* ---- Featured welcome cards: gift on top, then title, copy, button —
     on an inset colour wash (same treatment as the promotions cards) ---- */
}
.generous__featured {
  width: 100%;
  display: flex;
  gap: 12px;
}
@media (max-width: 850px) {
  .generous__featured {
    flex-direction: column;
  }
}
.generous__card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* Figma: pt/px 12, no bottom padding — the gift sits flush on the bottom edge */
  padding: 12px 12px 0;
  overflow: hidden;
  border: 1px solid #f00;
  border-radius: 8px;
  /* Figma paints the colour field with inner shadows; CSS insets only reach the
     edges, so the bright base sits underneath and the insets add the depth */
  background: radial-gradient(70.2% 78.9% at 57% 40%, #ffc800 0%, #f39600 25%, #e76400 50%, #e14b00 62.5%, #db3200 75%, #d51900 87.5%, #d20c00 93.75%, #cf0000 100%);
  box-shadow: 0 70px 114px 0 rgba(255, 0, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #f98000 inset, 0 -170px 100px -60px #f00 inset;
}
@media (max-width: 850px) {
  .generous__card {
    flex: 0 0 auto;
  }
}
.generous__card {
  /* margin-top:auto pins the gift to the bottom, so both cards line up (Figma) */
}
.generous__card > picture {
  display: block;
  width: 342px;
  max-width: 100%;
  height: 230px;
  margin-top: auto;
}
.generous__card > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.generous__card > h3 {
  width: auto;
  text-align: center;
  background: linear-gradient(180deg, #fffc34 0%, #fffb0f 49.52%, #dac800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 850px) {
  .generous__card > h3 {
    font-size: 20px;
  }
}
.generous__card > p {
  margin-top: 0;
  text-align: center;
  color: var(--color-white);
}
.generous__card > .first__button {
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.generous__card {
  /* must follow the base rules — same specificity, so source order decides */
}
.generous__card--casino {
  border-color: #00b7ff;
  background: radial-gradient(70.2% 78.9% at 57% 40%, #00c9bf 0%, #0089df 50%, #0069ef 75%, #0049ff 100%);
  box-shadow: 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 inset;
}
.generous__card--casino > h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.generous {
  /* ---- Welcome table ----
     visual skin lives in blocks/_tables.scss (Figma 349:58326) — only sizing stays here */
}
.generous__table {
  width: 100%;
}
.generous__table > table {
  min-width: 900px;
}
.generous__table > table th,
.generous__table > table td {
  flex: 1 1 0;
  min-width: 0;
}
.generous {
  /* ---- How to Claim: steps on the left, photo on the right ---- */
}
.generous__claim {
  width: 100%;
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .generous__claim {
    flex-direction: column;
  }
}
.generous__claim-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.generous__claim-body > h3 {
  color: var(--color-cyan-3, #00ffe5);
}
.generous__claim-body > p {
  margin: 0;
  color: var(--color-white);
}
.generous__claim-body > .first__button {
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.generous__claim-media {
  flex: 0 1 49%;
  min-width: 240px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.generous__claim-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .generous__claim-media {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
  }
  .generous__claim-media img {
    height: auto;
    min-height: 220px;
  }
}
.generous__steps {
  counter-reset: step-count;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* number badge (auto-numbered) and text pill — same style as the register block */
}
.generous__steps li {
  counter-increment: step-count;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.generous__steps li::before {
  content: counter(step-count);
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.generous__steps li > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  backdrop-filter: blur(4px);
}
.generous {
  /* ---- Important terms: full-width red pills ---- */
}
.generous__terms {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.generous__term {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(255, 0, 4, 0.4);
  box-shadow: inset 1px 1px 16px 0 #ff0004;
  /* title on its own line, description below */
}
.generous__term > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.generous__term strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
.generous__term p {
  margin: 0;
  color: var(--color-white);
}
.generous__term-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-red-30, rgba(255, 0, 0, 0.3));
  background: var(--bck-blur-table-violet);
}
.generous__term-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*  ---------------- BOOST  ---------------- */
.content.boost {
  align-items: flex-start;
}
.content.boost > p {
  width: 100%;
}

.boost > * + * {
  margin-top: 20px;
}
.boost__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.boost {
  /* Figma node 349:65704 — copy on top, gift pinned to the card's bottom edge */
}
.boost__card {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* pt/px 12, no bottom padding — the gift sits flush on the bottom edge */
  padding: 12px 12px 0;
  overflow: hidden;
  border: 1px solid #f00;
  border-radius: 8px;
  /* friday — same colour field as the promotions cards (Figma) */
  background: radial-gradient(70.2% 78.9% at 57% 40%, #ffc800 0%, #f39600 25%, #e76400 50%, #e14b00 62.5%, #db3200 75%, #d51900 87.5%, #d20c00 93.75%, #cf0000 100%);
  box-shadow: 0 70px 114px 0 rgba(255, 0, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #f98000 inset, 0 -170px 100px -60px #f00 inset;
  /* margin-top:auto pins the gift to the bottom, so both cards line up;
     object-position keeps the gift flush to the bottom edge when contain letterboxes */
}
.boost__card > img {
  width: 342px;
  max-width: 100%;
  height: 230px;
  margin-top: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.boost__card {
  /* copy column */
}
.boost__card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.boost__card > div > * {
  margin-top: 0;
}
.boost__card h3 {
  width: auto;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #fffc34 0%, #fffb0f 49.52%, #dac800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 850px) {
  .boost__card h3 {
    font-size: 20px;
  }
}
.boost__card p {
  text-align: center;
  color: var(--color-white);
}
.boost__card .first__button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 850px) {
  .boost__card {
    /* wrap container stays a row — flex-basis 100% here means full WIDTH */
    flex: 1 1 100%;
  }
}
.boost {
  /* Figma node 349:65712 — blue field, green title */
}
.boost__card--wednesday {
  border-color: #00b7ff;
  background: radial-gradient(70.2% 78.9% at 57% 40%, #00c9bf 0%, #0089df 50%, #0069ef 75%, #0049ff 100%);
  box-shadow: 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 inset;
}
.boost__card--wednesday h3 {
  background: linear-gradient(180deg, #00e208 0%, #2cff3b 49.52%, #b2ffb8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.boost {
  /* Figma node 349:65736 — full-width card: gift on the left, copy on the right */
}
.boost__card--sunday {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  /* bottom padding gives the button its breathing room; the gift below
     cancels it with a negative margin so it still meets the card's edge */
  padding-bottom: 12px;
  border-color: #00ff6a;
  background: radial-gradient(84.7% 1044.7% at 26% 36%, #00d76f 0%, #00b442 50%, #00a32c 75%, #009116 100%);
  box-shadow: 0 70px 114px 0 rgba(47, 255, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #003af7 inset, 0 -170px 100px -60px #2bd700 inset;
}
.boost__card--sunday > img {
  flex: none;
  align-self: flex-end;
  margin-bottom: -12px;
  width: 361px;
  max-width: 36%;
  height: 199px;
  margin-top: 0;
}
.boost__card--sunday > div {
  flex: 1 1 0;
  min-width: 0;
}
.boost__card--sunday h3 {
  background: linear-gradient(180deg, #3700ff 0%, #005eff 49.52%, #4087ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 850px) {
  .boost__card--sunday {
    flex-direction: column;
    padding-bottom: 0;
    /* gift right below the copy — no auto push, no far gap */
  }
  .boost__card--sunday > img {
    order: 2;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    width: 342px;
    max-width: 100%;
    height: auto;
  }
}

/*  ---------------- SPIN  ---------------- */
.content.spin {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.spin > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.spin > div > * {
  margin-top: 0;
}
.content.spin {
  /* picture — matches the text column height, half width */
}
.content.spin > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.spin {
    flex-direction: column;
  }
  .content.spin > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

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

.loyalty > * + * {
  margin-top: 20px;
}
.loyalty > h3 {
  width: 100%;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .loyalty > h3 {
    font-size: 20px;
  }
}
.loyalty {
  /* visual skin lives in blocks/_tables.scss — only sizing stays here */
}
.loyalty__table {
  width: 100%;
}
.loyalty__table > table {
  min-width: 720px;
}
.loyalty__table > table th,
.loyalty__table > table td {
  flex: 1 1 0;
  min-width: 0;
}

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

.cashback > * + * {
  margin-top: 20px;
}
.cashback h3 {
  width: 100%;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .cashback h3 {
    font-size: 20px;
  }
}
.cashback__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .cashback__row {
    flex-direction: column;
  }
}
.cashback__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
}
.cashback__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .cashback__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .cashback__media img {
    height: auto;
  }
}
.cashback__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cashback__col p {
  margin: 0;
}

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

.join > * + * {
  margin-top: 20px;
}
.join__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
@media (max-width: 850px) {
  .join__row {
    flex-direction: column;
  }
}
.join {
  /* visual skin lives in blocks/_tables.scss (Figma 349:58641) — only sizing stays here */
}
.join__table {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 850px) {
  .join__table {
    flex: 0 0 auto;
    width: 100%;
  }
}
.join__table > table {
  min-width: 360px;
}
.join__table > table th,
.join__table > table td {
  flex: 1 1 0;
  min-width: 0;
}
.join__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
}
.join__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .join__media {
    flex: 0 0 auto;
    width: 100%;
    min-height: 260px;
  }
}
.join {
  /* How to Participate — photo on the left, steps stacked on the right */
}
.join__claim {
  width: 100%;
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .join__claim {
    flex-direction: column;
  }
}
.join__claim-media {
  flex: 0 1 50%;
  min-width: 240px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.join__claim-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .join__claim-media {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
  }
  .join__claim-media img {
    height: auto;
    min-height: 220px;
  }
}
.join__claim-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.join__claim-body > h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}
.join__claim-body > .first__button {
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.join__steps {
  width: 100%;
  list-style: none;
  counter-reset: step-count;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.join__steps li {
  counter-increment: step-count;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.join__steps li::before {
  content: counter(step-count);
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.join__steps li > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  backdrop-filter: blur(4px);
}

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

.grab > * + * {
  margin-top: 20px;
}
.grab {
  /* intro + closing paragraphs on the white card */
}
.grab > p {
  width: 100%;
}
.grab__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 183, 255, 0.45));
}
.grab__item {
  flex: 1 1 calc(50% - 6px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  /* the last card spans the full width */
}
.grab__item:last-child {
  flex: 1 1 100%;
}
@media (max-width: 850px) {
  .grab__item {
    flex: 1 1 100%;
  }
}
.grab__item > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.grab__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.grab__head strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.grab__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: var(--bck-blur-table-violet, rgba(64, 67, 128, 0.4));
}
.grab__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.grab > .first__button {
  align-self: flex-start;
}

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

.responsibly > * + * {
  margin-top: 20px;
}
.responsibly {
  /* intro + closing paragraphs on the white card */
}
.responsibly > p {
  width: 100%;
}
.responsibly__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 183, 255, 0.45));
}
.responsibly__item {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 12px 110px;
  border-radius: 8px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  /* lone last card (odd count) — same width, centered */
}
.responsibly__item:nth-child(odd):last-child {
  flex-grow: 0;
  margin-inline: auto;
}
@media (max-width: 850px) {
  .responsibly__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 450px) {
  .responsibly__item {
    padding-left: 92px;
  }
}
.responsibly__item {
  /* title + description */
}
.responsibly__item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.responsibly__item strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.responsibly__item p {
  margin: 0;
  color: var(--color-white);
}
.responsibly {
  /* big cup icon, overflowing the card's top-left corner */
}
.responsibly__icon {
  position: absolute;
  left: -14px;
  top: -23px;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsibly__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 450px) {
  .responsibly__icon {
    width: 112px;
    height: 112px;
    top: -16px;
  }
}

/*  ---------------- CLAIM  ---------------- */
.content.claim {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.claim > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.claim > div > * {
  margin-top: 0;
}
.content.claim {
  /* picture — matches the text column height, half width */
}
.content.claim > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.claim {
    flex-direction: column;
  }
  .content.claim > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

.claim__sign {
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

/* ---------------------- APP ---------------------- */
/* ----------------------------- App----------------------------- */
.app {
  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: var(--color-cyan-3);
  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  ---------------- */
.content.complite {
  align-items: flex-start;
}
.content.complite > * + * {
  margin-top: 20px;
}
.content.complite > p {
  width: 100%;
}

/*  ---------------- INSTALL  ---------------- */
.content.install {
  align-items: flex-start;
}
.content.install > p {
  width: 100%;
}

.install > * + * {
  margin-top: 20px;
}
.install__block {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .install__block {
    flex-direction: column;
  }
}
.install__block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .install__block--reverse {
    flex-direction: column;
  }
}
.install__info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.install__info > h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.install__info > h3::after {
  display: none;
}
@media (max-width: 767px) {
  .install__info > h3 {
    font-size: 20px;
  }
}
.install__info > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.install__info .download__button {
  margin-top: 0;
}
.install__media {
  flex: 1 1 0;
  min-width: 260px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.install__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .install__media {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
  }
  .install__media img {
    height: auto;
    min-height: 220px;
  }
}
.install__steps {
  counter-reset: step-count;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.install__steps li {
  counter-increment: step-count;
  display: flex;
  gap: 4px;
  align-items: stretch;
}
.install__steps li::before {
  content: counter(step-count);
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.install__steps li > p {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: inset 1px 1px 16px 0 #00bacb;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  backdrop-filter: blur(4px);
}

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

.benefit > * + * {
  margin-top: 20px;
}
.benefit {
  /* intro paragraph on the white card */
}
.benefit > p {
  width: 100%;
}
.benefit__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 183, 255, 0.15));
}
.benefit__item {
  flex: 1 1 calc(50% - 6px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
}
@media (max-width: 850px) {
  .benefit__item {
    flex: 1 1 100%;
  }
}
.benefit__item > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.benefit__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefit__head strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.benefit__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  background: var(--bck-blur-table-violet, rgba(64, 67, 128, 0.4));
}
.benefit__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.devices > * + * {
  margin-top: 20px;
}
.devices {
  /* ---- Red gradient card per platform ---- */
}
.devices__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
.devices__block--reverse {
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
}
.devices__block h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .devices__block h3 {
    font-size: 20px;
  }
}
.devices__block > p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.devices__block .download__button {
  margin-top: 0;
}
.devices__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
  /* text column — heading sits with the table, not above the whole row */
}
.devices__row > div:first-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.devices__row > div:first-child > * {
  margin-top: 0;
}
@media (max-width: 850px) {
  .devices__row {
    flex-direction: column;
  }
}
.devices__block--reverse .devices__row {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .devices__block--reverse .devices__row {
    flex-direction: column;
  }
}
.devices__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}
.devices__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .devices__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .devices__media img {
    height: auto;
  }
}

/* The requirements table already sits inside a red block, so strip the shared
   red panel (border + padding + background) — rows sit directly on the block.
   Only the first-column width and scroll min-width are kept per block. */
.content.devices .devices__table {
  /* nested in the text column now — fill its width instead of flexing in a row */
  flex: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.content.devices .devices__table > table {
  min-width: 360px;
}
.content.devices .devices__table th:first-child,
.content.devices .devices__table td:first-child {
  flex: 0 0 140px;
  width: 140px;
}
@media (max-width: 650px) {
  .content.devices .devices__table th:first-child,
  .content.devices .devices__table td:first-child {
    flex: 0 0 120px;
    width: 120px;
  }
}

/*  ---------------- WEB  ---------------- */
.content.web {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  /* text column */
}
.content.web > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* flex gap handles spacing — drop the global p margin */
}
.content.web > div > * {
  margin-top: 0;
}
.content.web {
  /* picture — matches the text column height, half width */
}
.content.web > img {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content.web {
    flex-direction: column;
  }
  .content.web > img {
    /* column layout: reset the row flex basis so the image keeps its height */
    flex: none;
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}

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

.gaming > * + * {
  margin-top: 20px;
}
.gaming {
  /* intro + closing paragraphs on the white card */
}
.gaming > p {
  width: 100%;
}
.gaming__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 183, 255, 0.45));
}
.gaming__item {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 12px 110px;
  border-radius: 8px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  /* lone last card (odd count) — same width, centered */
}
.gaming__item:nth-child(odd):last-child {
  flex-grow: 0;
  margin-inline: auto;
}
@media (max-width: 850px) {
  .gaming__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 450px) {
  .gaming__item {
    padding-left: 92px;
  }
}
.gaming__item {
  /* title + description */
}
.gaming__item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gaming__item strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.gaming__item p {
  margin: 0;
  color: var(--color-white);
}
.gaming {
  /* big cup icon, overflowing the card's top-left corner */
}
.gaming__icon {
  position: absolute;
  left: -14px;
  top: -23px;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gaming__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 450px) {
  .gaming__icon {
    width: 112px;
    height: 112px;
    top: -16px;
  }
}

/* ---------------------- BETTING ---------------------- */
/* -----------------------------  Betting ----------------------------- */
.betting {
  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: var(--color-cyan-3);
  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  ---------------- */
.content.esports {
  align-items: flex-start;
}
.content.esports > * + * {
  margin-top: 20px;
}
.content.esports > p {
  width: 100%;
}

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

.sport > * + * {
  margin-top: 20px;
}
.sport h3 {
  width: 100%;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .sport h3 {
    font-size: 20px;
  }
}
.sport {
  /* ---- Text + image row ---- */
}
.sport__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .sport__row {
    flex-direction: column;
  }
}
.sport__row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .sport__row--reverse {
    flex-direction: column;
  }
}
.sport__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sport__col h3 {
  text-align: left;
}
.sport__col p {
  margin: 0;
}
.sport__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
}
.sport__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .sport__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .sport__media img {
    height: auto;
  }
}
.sport {
  /* visual skin lives in blocks/_tables.scss — only sizing stays here */
}
.sport__table {
  width: 100%;
}
.sport__table > table {
  min-width: 900px;
}
.sport__table > table th,
.sport__table > table td {
  flex: 1 1 0;
  min-width: 0;
}

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

.stream > * + * {
  margin-top: 20px;
}
.stream h3 {
  width: 100%;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .stream h3 {
    font-size: 20px;
  }
}
.stream__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.stream__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.stream__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .stream__row {
    flex-direction: column;
  }
}
.stream__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stream__col p {
  margin: 0;
}
.stream__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
}
.stream__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .stream__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .stream__media img {
    height: auto;
  }
}

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

.wagering > * + * {
  margin-top: 20px;
}
.wagering > p {
  margin-top: 20px;
}
.wagering h3 {
  width: 100%;
  margin: 0;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .wagering h3 {
    font-size: 20px;
  }
}
.wagering > h3 {
  margin-top: 20px;
}
.wagering__row {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
}
.wagering__row:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .wagering__row {
    flex-direction: column;
  }
  .wagering__row:nth-of-type(even) {
    flex-direction: column;
  }
}
.wagering__row > div:first-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wagering__row > div:first-child > h3 {
  margin: 0;
}
.wagering__row > div:first-child > p {
  margin: 0;
}
@media (max-width: 850px) {
  .wagering__row > div:first-child {
    flex: none;
    width: 100%;
  }
}
.wagering__row > div:last-child {
  flex: 0 1 calc(50% - 6px);
  min-width: 0;
  align-self: center;
  border-radius: 5px;
  overflow: hidden;
}
.wagering__row > div:last-child > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  .wagering__row > div:last-child {
    flex: none;
    width: 100%;
    max-width: 500px;
  }
}
.wagering__row:nth-of-type(1) > div:last-child {
  flex-basis: calc(57% - 6px);
}
@media (max-width: 850px) {
  .wagering__row:nth-of-type(1) > div:last-child {
    flex-basis: auto;
  }
}
.wagering__row:nth-of-type(2) > div:last-child {
  flex-basis: calc(40% - 6px);
}
@media (max-width: 850px) {
  .wagering__row:nth-of-type(2) > div:last-child {
    flex-basis: auto;
  }
}
.wagering > .first__button {
  align-self: flex-start;
}

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

.program > * + * {
  margin-top: 20px;
}
.program {
  /* intro paragraph on the white content card */
}
.program > p {
  width: 100%;
}
.program {
  /* standalone section heading on the white card ("Bonus Points") — red, centered */
}
.program > h3 {
  width: 100%;
  text-align: left;
  color: var(--color-cyan-3, #00ffe5) !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .program > h3 {
    font-size: 20px;
  }
}
.program {
  /* red gradient card — same look as devices__block */
}
.program__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
}
.program__card h3 {
  width: auto;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .program__card h3 {
    font-size: 20px;
  }
}
.program__card p {
  width: 100%;
  margin-top: 0;
  color: var(--color-white);
}
.program__card .first__button {
  align-self: flex-start;
  margin-top: 0;
}
.program {
  /* ---- Table + image row ---- */
}
.program__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
@media (max-width: 850px) {
  .program__row {
    flex-direction: column;
  }
}
.program__media {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}
.program__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .program__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .program__media img {
    height: auto;
  }
}

/* the table already sits inside a red card — strip the shared red panel
   (border + padding + background) so rows sit directly on the card, like devices */
.content.program .program__table {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border: none;
  background: none;
}
.content.program .program__table > table {
  min-width: 360px;
}
.content.program .program__table th:first-child,
.content.program .program__table td:first-child {
  flex: 0 0 160px;
  width: 160px;
}
@media (max-width: 650px) {
  .content.program .program__table th:first-child,
  .content.program .program__table td:first-child {
    flex: 0 0 120px;
    width: 120px;
  }
}

/*  ---------------- SPORTBOOK  ---------------- */
/*  All values pulled from Figma nodes 349:57781 / 57789 / 57797 / 57805 / 65751.
    Cards 1-4: title → copy → button → gift pinned to the bottom (gold H3).
    Card 5 (last): full-width, gift on the LEFT, blue H3. */
.content.sportbook {
  align-items: flex-start;
}

.sportbook > * + * {
  margin-top: 20px;
}
.sportbook {
  /* intro paragraph on the white content card */
}
.sportbook > p {
  width: 100%;
}
.sportbook__cards {
  width: 100%;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  /* wrap layout (same as boost) — on tab each card just wraps to a full-width
     row; NO flex-direction: column, which would turn flex-basis into height */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
.sportbook {
  /* base skin = cards 1 & 4 (Daily Accumulator / Losing Streak) — orange field */
}
.sportbook__cards > li {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* pt/px 12, no bottom padding — the gift sits flush on the bottom edge */
  padding: 12px 12px 0;
  border: 1px solid #f00;
  border-radius: 8px;
  overflow: hidden;
  background: radial-gradient(77% 70% at 57% 40%, #ffc800 0%, #f39600 25%, #e76400 50%, #e14b00 62.5%, #db3200 75%, #d51900 87.5%, #d20c00 93.75%, #cf0000 100%);
  box-shadow: 0 70px 114px 0 rgba(255, 0, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #f98000 inset, 0 -170px 100px -60px #f00 inset;
}
@media (max-width: 850px) {
  .sportbook__cards > li {
    /* wrap container stays a row — flex-basis 100% here means full WIDTH */
    flex: 1 1 100%;
  }
}
.sportbook__cards > li {
  /* margin-top:auto pins the gift to the bottom; object-position keeps it flush */
}
.sportbook__cards > li > picture {
  width: 342px;
  max-width: 100%;
  height: 230px;
  margin-top: auto;
  display: block;
}
.sportbook__cards > li > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.sportbook__cards > li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.sportbook__cards > li > div > * {
  margin-top: 0;
}
.sportbook__cards > li {
  /* gold title on every vertical card (Figma nodes 65764 / 65773 / 65782 / 65791) */
}
.sportbook__cards > li h3 {
  width: auto;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #fffc34 0%, #fffb0f 49.52%, #dac800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 850px) {
  .sportbook__cards > li h3 {
    font-size: 20px;
  }
}
.sportbook__cards > li p {
  color: var(--color-white);
  text-align: center;
  margin: 0;
}
.sportbook__cards > li .first__button {
  margin-top: 0;
}
.sportbook__cards > li {
  /* card 5 "Birthday Bonus" — full width: gift on the LEFT, copy on the right */
}
.sportbook__cards > li:last-child {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  /* bottom padding gives the button room; the gift cancels it with a negative
     margin so it still reaches the card's edge */
  padding-bottom: 12px;
}
.sportbook__cards > li:last-child > picture {
  flex: none;
  align-self: flex-end;
  margin-bottom: -12px;
  width: 361px;
  max-width: 36%;
  height: 199px;
  margin-top: 0;
}
.sportbook__cards > li:last-child > div {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 850px) {
  .sportbook__cards > li:last-child {
    /* card's own layout flips to column here (gift stacks under the copy);
       the container stays wrap, so the card width is still driven by flex-basis */
    flex-direction: column;
    padding-bottom: 0;
    /* stacked: gift renders at its natural aspect (no contain box → no letterbox),
       flush to the card's bottom edge */
  }
  .sportbook__cards > li:last-child > picture {
    order: 2;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    width: 342px;
    max-width: 100%;
    height: auto;
  }
  .sportbook__cards > li:last-child > picture img {
    height: auto;
  }
}
.sportbook {
  /* Per-card skins. The `li` selectors are qualified so they outrank the base
     rules above. NB: modifier names predate the palette —
     --green is the blue card, --red is the pink card, --blue is the wide green card. */
  /* card 2 "Accumulator Saver" — blue field (349:57789) */
}
.sportbook__cards > li.sportbook__card--green {
  border-color: #00b7ff;
  background: radial-gradient(77% 70% at 57% 40%, #00c9bf 0%, #0089df 50%, #0069ef 75%, #0049ff 100%);
  box-shadow: 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 inset;
}
.sportbook {
  /* card 3 "Friday Reload Bonus" — pink field (349:57797) */
}
.sportbook__cards > li.sportbook__card--red {
  border-color: #00b7ff;
  background: radial-gradient(77% 70% at 57% 40%, #ff9af7 0%, #ff73cc 25%, #ff4da2 50%, #ff2677 75%, #ff1362 87.5%, #ff0a57 93.75%, #ff004d 100%);
  box-shadow: 0 70px 114px 0 rgba(255, 0, 149, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #ff2ef5 inset, 0 -170px 100px -60px #ff0095 inset;
}
.sportbook {
  /* card 5 "Birthday Bonus" — wide green field, blue title (349:65751) */
}
.sportbook__cards > li.sportbook__card--blue {
  border-color: #00ff6a;
  background: radial-gradient(73.5% 1064% at 26% 36%, #00d76f 0%, #00b442 50%, #00a32c 75%, #009116 100%);
  box-shadow: 0 70px 114px 0 rgba(47, 255, 0, 0.5) inset, 0 -110px 100px -165px #fff inset, 0 -170px 100px -135px #003af7 inset, 0 -170px 100px -60px #2bd700 inset;
}
.sportbook__cards > li.sportbook__card--blue h3 {
  background: linear-gradient(180deg, #3700ff 0%, #005eff 49.52%, #4087ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

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

.user > * + * {
  margin-top: 20px;
}
.user > p {
  margin-top: 20px;
}
.user h3 {
  width: 100%;
  margin: 0;
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .user h3 {
    font-size: 20px;
  }
}
.user > h3 {
  margin-top: 20px;
}
.user__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.user__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.user__row {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 850px) {
  .user__row {
    flex-direction: column;
  }
}
.user__row > div:first-child {
  position: relative;
  flex: none;
  width: 261px;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .user__row > div:first-child {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
}
.user__row > div:first-child > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user__row > div:last-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user__row > div:last-child > h3 {
  margin: 0;
}
.user__row > div:last-child > p {
  margin: 0;
}
.user {
  /* Second row uses a wider image column (Event Builder + Favourites) */
}
.user__row ~ .user__row > div:first-child {
  width: 477px;
}
@media (max-width: 850px) {
  .user__row ~ .user__row > div:first-child {
    width: 100%;
  }
}
.user {
  /* First row image — show full sidebar screenshot on tablet (no cropping) */
}
@media (max-width: 850px) {
  .user__row:first-of-type > div:first-child > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.user > .first__button {
  align-self: flex-start;
}

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

.final > * + * {
  margin-top: 20px;
}
.final {
  /* intro + closing paragraphs on the white card */
}
.final > p {
  width: 100%;
}
.final__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 183, 255, 0.45));
}
.final__item {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 12px 110px;
  border-radius: 8px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  /* lone last card (odd count) — same width, centered */
}
.final__item:nth-child(odd):last-child {
  flex-grow: 0;
  margin-inline: auto;
}
@media (max-width: 850px) {
  .final__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 450px) {
  .final__item {
    padding-left: 92px;
  }
}
.final__item {
  /* title + description */
}
.final__item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.final__item strong {
  color: var(--color-cyan-3, #00ffe5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.final__item p {
  margin: 0;
  color: var(--color-white);
}
.final {
  /* big cup icon, overflowing the card's top-left corner */
}
.final__icon {
  position: absolute;
  left: -14px;
  top: -23px;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 450px) {
  .final__icon {
    width: 112px;
    height: 112px;
    top: -16px;
  }
}

/* ---------------------- SHARED (last, wins the cascade) ---------------------- */
/* ---------------------- SHARED DATA TABLE ---------------------- */
/* Unified skin for every data table across the site (matches Technical).
   Column widths stay in each block's own SCSS — only the visual style is shared. */
.content {
  /* backing panel — any div that directly wraps a table */
}
.content div:has(> table) {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke-red, #f00);
  background: radial-gradient(120.01% 96.62% at 50% 49.84%, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 30px 10px rgba(255, 0, 0, 0.3);
  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: rgba(0, 255, 187, 0.3);
  border-radius: 3px;
}
.content div:has(> table) > table {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  backdrop-filter: blur(7.5px);
  /* min-width stays per-block (720/900px full-width, 360px beside media) */
}
.content div:has(> table) > table thead,
.content div:has(> table) > table tbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content div:has(> table) > table {
  /* each row = its own rounded block sitting on the panel */
}
.content div:has(> table) > table thead tr,
.content div:has(> table) > table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--stroke-red-30, rgba(255, 0, 0, 0.3));
  backdrop-filter: blur(4px);
}
.content div:has(> table) > table thead tr {
  min-height: 63px;
  border: 1px solid var(--stroke-green-40, rgba(0, 255, 187, 0.4));
  background: rgba(0, 186, 203, 0.4);
  box-shadow: 4px 4px 26px 0 #00bacb inset;
}
.content div:has(> table) > table th,
.content div:has(> table) > table td {
  padding: 20px 16px 20px 0;
  text-align: left;
}
.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 {
  color: var(--color-cyan-3);
  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 {
  color: var(--color-white);
  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;
  transition: color var(--primary-transition);
}
.content div:has(> table) > table td a:hover {
  color: var(--color-light-green);
}
@media (max-width: 650px) {
  .content div:has(> table) > table td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}/*# sourceMappingURL=styles.css.map */