/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #FDBD28;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 10.938vw, 422px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 6vw;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(18px, 2vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

#scroll-container {
  overflow-x: hidden;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #45474F;
  background: #ECE6DF;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 32px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 490px) {
  body {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FAFAFA;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #FDBD28;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0C0C0D;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Saira", sans-serif;
  font-size: clamp(48px, 4.167vw, 133px);
  /* 80px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(46px, 4.837vw, 69px);
    /* 58px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.61vw, 74px);
    /* 46px */
  }
}

h2,
.h2 {
  font-family: "Saira", sans-serif;
  font-size: clamp(48px, 3.177vw, 99px);
  /* 61px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(39px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(23px, 1.979vw, 64px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Saira", sans-serif;
  font-size: clamp(46px, 2.448vw, 135px);
  /* 47px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(33px, 1.927vw, 48px);
    /* 37px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(28px, 1.667vw, 52px);
    /* 32px */
  }
}

h4,
.h4 {
  font-family: "Saira", sans-serif;
  font-size: clamp(30px, 1.875vw, 69px);
  /* 36px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(28px, 1.719vw, 40px);
    /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.406vw, 44px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.302vw, 32px);
    /* 25px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(18px, 1.042vw, 38px);
    /* 20px */
  }
}

h6,
.h6 {
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(15px, 0.833vw, 45px);
    /* 16px */
  }
}

.text-18,
p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18,
  p {
    font-size: clamp(12px, 0.729vw, 42px);
    /* 14px */
  }
}

.text {
  font-size: clamp(14px, 0.938vw, 38px);
}

.eyebrow {
  color: #016064;
  text-transform: uppercase;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.729vw, 28px);
  /* 14px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .subtitle {
    font-size: 14px;
  }
}

.caption {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #141516;
}

.hover-content {
  transition: all 0.3s ease-in-out;
}
.hover-content:hover {
  color: #A52032 !important;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #FDBD28 !important;
}

.color-sec {
  color: #A52032 !important;
}

.color-ter {
  color: #016064 !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #1E1F20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474F !important;
}

.light-gray {
  color: #92949F !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.white {
  color: #FAFAFA !important;
}

.shades-bg {
  color: #F4F0EC !important;
}

.bg-primary {
  background: #FDBD28 !important;
}

.bg-sec {
  background: #A52032 !important;
}

.bg-ter {
  background: #016064 !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #1E1F20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-light-gray {
  background: #92949F !important;
}

.bg-lightest-gray {
  background: #EAEAEC !important;
}

.bg-white {
  background: #FAFAFA !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Saira", sans-serif;
}

.br-4 {
  border-radius: 5px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 28px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 36px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 46px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 56px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 12px);
}

.order-6 {
  order: 6 !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-96 {
  margin-bottom: clamp(32px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 26px;
  }
}

.mb-36 {
  margin-bottom: clamp(20px, 1.875vw, 72px);
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 26px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.py-24 {
  padding: 24px 0 !important;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 48px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-28 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .mb-18 {
    margin-bottom: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: clamp(8px, 0.625vw, 32px);
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.py-120 {
  padding: clamp(60px, 6.25vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-120 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pt-36 {
  padding-top: clamp(24px, 1.875vw, 72px);
}
@media (max-width: 575px) {
  .pt-36 {
    padding-top: 20px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-32 {
  padding-right: 32px;
}
@media (max-width: 1199px) {
  .pr-32 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-32 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-32 {
    padding-right: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 10px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  display: inline-block;
  padding: clamp(9px, 0.594vw, 28px) clamp(8px, 0.677vw, 24px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(18px, 1.25vw, 56px);
  border: 4px solid #141516;
  background: #FDBD28;
  box-shadow: 4px 4px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cus-btn .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-weight: 600 !important;
  line-height: 120%;
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.cus-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.cus-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.cus-btn:active .btn-text {
  color: #141516 !important;
}

.cus-btn-2 {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.729vw, 34px);
  padding: clamp(5px, 0.594vw, 28px) clamp(6px, 0.677vw, 24px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(18px, 1.25vw, 56px);
  border: 4px solid #141516;
  background: #FDBD28;
  box-shadow: 8px 8px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-weight: 600 !important;
  line-height: 120%;
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-icon {
  width: clamp(48px, 3.333vw, 138px);
  height: clamp(48px, 3.333vw, 138px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #141516;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 .btn-icon svg {
  width: clamp(13px, 1.117vw, 58px);
  height: clamp(16px, 1.862vw, 58px);
}
.cus-btn-2 .btn-icon svg path {
  transition: all 0.3s ease-in-out;
}
.cus-btn-2:hover {
  background-color: #FDBD28;
  box-shadow: none;
  transform: translate(8px, 8px);
}
.cus-btn-2:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.cus-btn-2:active .btn-icon {
  background-color: #FDBD28;
  border: 4px solid #141516;
}
.cus-btn-2:active .btn-icon svg path {
  stroke: #141516;
}
.cus-btn-2:active .btn-text {
  color: #141516 !important;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background: #A52032;
  border-radius: clamp(8px, 0.625vw, 28px);
  color: #FAFAFA;
  border: none;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 100px);
  height: clamp(40px, 2.5vw, 100px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #016064;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(12px, 0.833vw, 36px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border {
  border-radius: 6px;
  background-color: #FDBD28;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border svg path {
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li .arrow-border:hover {
  background-color: #A52032;
}
.pagination #border-pagination li .arrow-border:hover svg path {
  fill: #FDBD28;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(40px, 2.5vw, 89px);
  height: clamp(40px, 2.5vw, 89px);
  font-size: clamp(14px, 0.938vw, 40px);
  font-weight: 500;
  border-radius: 6px;
  background: #FDBD28;
  color: #FAFAFA;
  float: left;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background: #A52032;
}
.pagination #border-pagination li a:hover {
  background: #A52032;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 115px;
  max-height: 122px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 125px;
    max-height: 80px;
  }
}

.form-control {
  padding: clamp(12px, 0.833vw, 34px);
  border-radius: clamp(8px, 0.625vw, 28px);
  border: 1px solid #141516;
  font-family: "Inter", sans-serif;
  background-color: transparent !important;
  font-size: clamp(12px, 0.833vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  color: #45474F;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid #A52032;
  outline: 0;
  color: #45474F !important;
  box-shadow: none !important;
}
.form-control:hover {
  color: #45474F !important;
}
.form-control::placeholder {
  color: #45474F !important;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 16px;
  right: 18px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
  color: #0C0C0D;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #0C0C0D;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #0C0C0D;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #FDBD28;
  font-weight: 600;
}

.check-block input {
  display: none;
}
.check-block label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
}
.check-block label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #0C0C0D;
  font-size: clamp(14px, 1.042vw, 20px);
}
.check-block input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #FDBD28;
  font-weight: bold;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #F4F0EC;
  z-index: 99999999;
}
#preloader .loader {
  --duration: 3s;
  --primary: #A52032;
  --primary-light: rgba(165, 32, 50, 0.5);
  --primary-rgba: rgba(254, 71, 39, 0);
  width: 200px;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
}
@media (max-width: 480px) {
  #preloader .loader {
    zoom: 0.44;
  }
}
#preloader .loader:before,
#preloader .loader:after {
  --r: 20.5deg;
  content: "";
  width: 320px;
  height: 140px;
  position: absolute;
  right: 32%;
  bottom: -11px;
  /* change the back groung color on switching from light to dark mood */
  background: #e8e8e8;
  transform: translateZ(200px) rotate(var(--r));
  -webkit-animation: mask var(--duration) linear forwards infinite;
  animation: mask var(--duration) linear forwards infinite;
}
#preloader .loader:after {
  --r: -20.5deg;
  right: auto;
  left: 32%;
}
#preloader .loader .ground {
  position: absolute;
  left: -50px;
  bottom: -120px;
  transform-style: preserve-3d;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
}
#preloader .loader .ground div {
  transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  width: 200px;
  height: 200px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary-light) 50%, var(--primary-light) 100%);
  transform-style: preserve-3d;
  -webkit-animation: ground var(--duration) linear forwards infinite;
  animation: ground var(--duration) linear forwards infinite;
}
#preloader .loader .ground div:before,
#preloader .loader .ground div:after {
  --rx: 90deg;
  --ry: 0deg;
  --x: 44px;
  --y: 162px;
  --z: -50px;
  content: "";
  width: 156px;
  height: 300px;
  opacity: 0;
  background: linear-gradient(var(--primary), var(--primary-rgba));
  position: absolute;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  -webkit-animation: ground-shine var(--duration) linear forwards infinite;
  animation: ground-shine var(--duration) linear forwards infinite;
}
#preloader .loader .ground div:after {
  --rx: 90deg;
  --ry: 90deg;
  --x: 0;
  --y: 177px;
  --z: 150px;
}
#preloader .loader .box {
  --x: 0;
  --y: 0;
  position: absolute;
  -webkit-animation: var(--duration) linear forwards infinite;
  animation: var(--duration) linear forwards infinite;
  transform: translate(var(--x), var(--y));
}
#preloader .loader .box div {
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-animation: var(--duration) ease forwards infinite;
  animation: var(--duration) ease forwards infinite;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
}
#preloader .loader .box div:before,
#preloader .loader .box div:after {
  --rx: 90deg;
  --ry: 0deg;
  --z: 24px;
  --y: -24px;
  --x: 0;
  content: "";
  position: absolute;
  background-color: inherit;
  width: inherit;
  height: inherit;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  filter: brightness(var(--b, 1.2));
}
#preloader .loader .box div:after {
  --rx: 0deg;
  --ry: 90deg;
  --x: 24px;
  --y: 0;
  --b: 1.4;
}
#preloader .loader .box.box0 {
  --x: -220px;
  --y: -120px;
  left: 58px;
  top: 108px;
}
#preloader .loader .box.box1 {
  --x: -260px;
  --y: 120px;
  left: 25px;
  top: 120px;
}
#preloader .loader .box.box2 {
  --x: 120px;
  --y: -190px;
  left: 58px;
  top: 64px;
}
#preloader .loader .box.box3 {
  --x: 280px;
  --y: -40px;
  left: 91px;
  top: 120px;
}
#preloader .loader .box.box4 {
  --x: 60px;
  --y: 200px;
  left: 58px;
  top: 132px;
}
#preloader .loader .box.box5 {
  --x: -220px;
  --y: -120px;
  left: 25px;
  top: 76px;
}
#preloader .loader .box.box6 {
  --x: -260px;
  --y: 120px;
  left: 91px;
  top: 76px;
}
#preloader .loader .box.box7 {
  --x: -240px;
  --y: 200px;
  left: 58px;
  top: 87px;
}
#preloader .loader .box0 {
  -webkit-animation-name: box-move0;
  animation-name: box-move0;
}
#preloader .loader .box0 div {
  -webkit-animation-name: box-scale0;
  animation-name: box-scale0;
}
#preloader .loader .box1 {
  -webkit-animation-name: box-move1;
  animation-name: box-move1;
}
#preloader .loader .box1 div {
  -webkit-animation-name: box-scale1;
  animation-name: box-scale1;
}
#preloader .loader .box2 {
  -webkit-animation-name: box-move2;
  animation-name: box-move2;
}
#preloader .loader .box2 div {
  -webkit-animation-name: box-scale2;
  animation-name: box-scale2;
}
#preloader .loader .box3 {
  -webkit-animation-name: box-move3;
  animation-name: box-move3;
}
#preloader .loader .box3 div {
  -webkit-animation-name: box-scale3;
  animation-name: box-scale3;
}
#preloader .loader .box4 {
  -webkit-animation-name: box-move4;
  animation-name: box-move4;
}
#preloader .loader .box4 div {
  -webkit-animation-name: box-scale4;
  animation-name: box-scale4;
}
#preloader .loader .box5 {
  -webkit-animation-name: box-move5;
  animation-name: box-move5;
}
#preloader .loader .box5 div {
  -webkit-animation-name: box-scale5;
  animation-name: box-scale5;
}
#preloader .loader .box6 {
  -webkit-animation-name: box-move6;
  animation-name: box-move6;
}
#preloader .loader .box6 div {
  -webkit-animation-name: box-scale6;
  animation-name: box-scale6;
}
#preloader .loader .box7 {
  -webkit-animation-name: box-move7;
  animation-name: box-move7;
}
#preloader .loader .box7 div {
  -webkit-animation-name: box-scale7;
  animation-name: box-scale7;
}
@-webkit-keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }
  25%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }
  25%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }
  29%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }
  29%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }
  33%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }
  33%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }
  37%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }
  37%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }
  41%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }
  41%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }
  45%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }
  45%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }
  49%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }
  49%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }
  53%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }
  53%, 52% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -32px);
  }
  90%, 100% {
    transform: translate(0, 188px);
  }
}
@-webkit-keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}
@-webkit-keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }
  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}
@keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }
  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}
@-webkit-keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }
  75%, 87% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }
  75%, 87% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mask {
  0%, 65% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@keyframes mask {
  0%, 65% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}

.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.last-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .last-block.v-2 {
    width: 100%;
  }
}
.last-block .drop-container {
  width: 100%;
  background-color: #141516;
  padding: clamp(4px, 0.365vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: 5px;
}
@media (max-width: 490px) {
  .last-block .drop-container.v-2 {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .last-block .drop-container .wrapper-dropdown.v-2 {
    width: 100%;
  }
}

.drop-container {
  background-color: #016064;
  padding-right: 12px;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 18px);
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #92949F;
  background: #FAFAFA;
  color: #92949F !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #1E1F20 !important;
  font-weight: 500;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.3s ease-in-out;
  background-color: #FDBD28;
  color: #FAFAFA !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #0C0C0D;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  color: #FDBD28;
  font-weight: 500;
  background-color: transparent;
  position: relative;
}
@media (max-width: 580px) {
  .header {
    padding: clamp(2px, 0.833vw, 32px) 0;
    /*16px */
  }
}
@media (max-width: 666px) {
  .header .header-logo {
    width: 70%;
  }
}
.header .search-heart-icon .hamburger {
  width: clamp(44px, 3.33vw, 128px);
  height: clamp(44px, 3.33vw, 128px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 4.571px solid #000;
  box-shadow: 4px 4px 0px 0px #141516;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .hamburger:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.header .search-heart-icon .hamburger:active {
  border: 4px solid #141516;
  background-color: #A52032;
}
.header .search-heart-icon .hamburger:active .icon span {
  background-color: #141516;
}
.header .search-heart-icon .hamburger .icon {
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: clamp(4px, 0.417vw, 18px);
}
.header .search-heart-icon .hamburger .icon span {
  transition: all 0.4s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #0C0C0D;
}
.header .search-heart-icon .hamburger .icon span:nth-child(1) {
  width: clamp(16px, 1.875vw, 46px);
  height: 3px;
}
.header .search-heart-icon .hamburger .icon span:nth-child(2) {
  width: clamp(16px, 1.875vw, 46px);
  height: 2.812px;
  flex-shrink: 0;
}
.header .search-heart-icon .hamburger .icon span:nth-child(3) {
  width: clamp(10px, 1.339vw, 46px);
  height: clamp(3px, 0.167vw, 4px);
  flex-shrink: 0;
}
.header .search-heart-icon .menu-wrapper {
  position: fixed;
  top: 2px;
  right: -100%;
  z-index: 99999;
  opacity: 0;
  max-height: 100vh;
  min-height: fit-content;
  width: clamp(350px, 31.771vw, 1832px);
  height: fit-content;
  padding-right: clamp(14px, 0.938vw, 36px);
  padding-top: clamp(16px, 1.173vw, 30px);
  transition: 0.3s ease-in-out all;
}
.header .search-heart-icon .menu-wrapper .menu-hover {
  width: 100%;
  height: clamp(500px, 34vw, 1370px);
  max-height: calc(100vh - clamp(32px, 2.346vw, 60px));
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 0.75px solid #080808;
  background-color: #FDBD28;
  background: #FDBD28;
  flex-shrink: 0;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 992px) {
  .header .search-heart-icon .menu-wrapper .menu-hover {
    height: 470px;
  }
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside {
  display: flex;
  padding: clamp(14px, 0.938vw, 46px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #141516;
  flex-shrink: 0;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn {
  width: clamp(44px, 3.33vw, 158px);
  height: clamp(44px, 3.33vw, 158px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(14px, 0.938vw, 36px);
  border: 4px solid #000;
  box-shadow: 4px 4px 0px 0px #141516;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn svg {
  width: clamp(18px, 1.25vw, 58px);
  height: clamp(18px, 1.25vw, 58px);
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn svg path {
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:active svg path {
  stroke: #141516;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .cros-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(10px, 0.938vw, 40px) !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon svg {
  width: clamp(18px, 1.25vw, 58px);
  height: clamp(18px, 1.25vw, 58px);
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon svg path {
  transition: all 0.3s ease-in-out;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .s-icon:hover svg path {
  fill: #A52032;
}
.header .search-heart-icon .menu-wrapper .menu-hover .lside .social-icon .hr-line {
  width: clamp(48px, 3.333vw, 338px);
  height: 1px;
  background-color: #45474F;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: clamp(14px, 0.938vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 0.938vw, 40px) !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hr-line {
  background-color: #45474F;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content {
  background-color: transparent;
  border: none;
  font-family: "Saira", sans-serif;
  text-transform: capitalize;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  color: #141516 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content.toggle-icon {
  cursor: pointer;
  padding: 0 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .hover-content:hover {
  color: #A52032 !important;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown {
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .hover-content {
  text-transform: capitalize;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .dropdown-menu-wrapper {
  transition: max-height 0.4s ease, opacity 0.4s ease;
  height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header .search-heart-icon .menu-wrapper .menu-hover .rside .header-dropdown .dropdown-menu-wrapper .hover-content {
  text-transform: capitalize;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  line-height: 140%;
  font-weight: 500;
  padding-top: clamp(12px, 0.833vw, 34px);
  padding-left: clamp(14px, 0.938vw, 38px);
}
.header .search-heart-icon .menu-wrapper.active {
  transition: 0.4s ease-in-out all;
  left: auto;
  right: 0;
  opacity: 1;
}
.header .blurred {
  background: rgba(33, 33, 33, 0.2);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  backdrop-filter: blur(6px);
  transition: backdrop-filter 0.3s all;
  z-index: 9999;
}

.hero-banner-sec {
  padding: clamp(60px, 6.25vw, 226px) 0;
  position: relative;
}
@media (max-width: 666px) {
  .hero-banner-sec {
    padding: clamp(60px, 46.375vw, 826px) 0;
  }
}
.hero-banner-sec .brain-img {
  width: clamp(80px, 7.969vw, 426px);
  height: clamp(60px, 6.927vw, 426px);
}
.hero-banner-sec .light-img {
  width: clamp(60px, 5.625vw, 426px);
  height: clamp(60px, 5.625vw, 426px);
}
@media (max-width: 821px) {
  .hero-banner-sec .light-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero-banner-sec .light-img {
    display: block;
  }
}
.hero-banner-sec .line-vector {
  width: clamp(200px, 51.458vw, 1922px);
  height: clamp(60px, 7.396vw, 726px);
}
@media (max-width: 666px) {
  .hero-banner-sec .line-vector {
    width: clamp(300px, 18.229vw, 922px);
    height: clamp(46px, 2.656vw, 222px);
  }
}
.hero-banner-sec .arrow-vector {
  width: clamp(80px, 6.667vw, 422px);
  height: clamp(80px, 6.667vw, 422px);
}
.hero-banner-sec .hero-title {
  font-size: clamp(30px, 6.162vw, 246px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 141.981px */
  letter-spacing: -2.366px;
  color: #141516 !important;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .hero-banner-sec .hero-title {
    letter-spacing: -1.04px;
    font-size: clamp(40px, 2.813vw, 82px);
  }
}
.hero-banner-sec .hero-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 2.396vw, 68px);
}
.hero-banner-sec .logo-box-vector-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(120px, 13.021vw, 398px);
  height: clamp(40px, 4.063vw, 298px);
  object-fit: contain;
  z-index: -1;
}
.hero-banner-sec .logo-box-vector-2 {
  width: clamp(120px, 13.021vw, 398px);
  height: clamp(40px, 4.063vw, 398px);
  position: absolute;
  bottom: 0;
  right: 0%;
  object-fit: contain;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-banner-sec .desk-hero {
    display: block;
  }
}
@media (max-width: 710px) {
  .hero-banner-sec .desk-hero {
    display: none;
  }
}
@media (max-width: 3899px) {
  .hero-banner-sec .mobile-hero {
    display: none;
  }
}
@media (max-width: 710px) {
  .hero-banner-sec .mobile-hero {
    display: block;
  }
}

.logo-sec {
  padding: clamp(28px, 2.083vw, 68px) 0;
  background-color: #0B314E;
  position: relative;
}
.logo-sec .slick-track {
  display: flex;
  align-items: center;
}
.logo-sec .logo-block1 {
  width: 100%;
}
.logo-sec .logo-block1,
.logo-sec .logo-block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.25vw, 56px) !important;
  margin: 0 12px;
}

.logo-section .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background: url("../media/background/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(48px, 4.167vw, 160px) 0 clamp(24px, 1.667vw, 72px) 0;
}
.footer .newletter-block {
  padding: clamp(40px, 2.5vw, 58px) clamp(24px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.footer .logo-block {
  padding: clamp(40px, 2.5vw, 58px) clamp(24px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(40px, 5.365vw, 188px);
}
.footer .logo-block .footer-logo {
  width: clamp(104px, 11.406vw, 368px);
  height: clamp(30px, 2.917vw, 168px);
}
.footer .logo-block .socail-icons {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.footer .logo-block .socail-icons .icon {
  width: clamp(24px, 1.667vw, 148px);
  height: clamp(24px, 1.667vw, 148px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #141516;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.footer .logo-block .socail-icons .icon svg {
  width: clamp(16px, 1.146vw, 46px);
  height: clamp(16px, 1.146vw, 46px);
}
.footer .logo-block .socail-icons .icon svg path {
  transition: all 0.3s ease-in-out;
}
.footer .logo-block .socail-icons .icon:hover {
  border: 1px solid #012540;
  background-color: #012540;
}
.footer .logo-block .socail-icons .icon:hover svg path {
  fill: #FAFAFA;
}
.footer .links-wrapper {
  padding: clamp(40px, 2.5vw, 58px) clamp(30px, 1.667vw, 68px);
  background-color: #ECE6DF;
  border-radius: clamp(24px, 1.667vw, 64px);
  display: flex;
  gap: clamp(40px, 2.083vw, 58px);
  align-items: center;
}
@media (max-width: 677px) {
  .footer .links-wrapper {
    padding: clamp(40px, 2.5vw, 58px);
    padding-right: clamp(48px, 3.333vw, 138px) !important;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 38px;
  }
}
.footer .links-wrapper .link-hover {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.footer .links-wrapper .link-hover .h4 {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover .arrow-svg svg {
  width: clamp(16px, 1.042vw, 64px);
  height: clamp(16px, 1.042vw, 64px);
}
.footer .links-wrapper .link-hover svg {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover svg path {
  transition: all 0.3s ease-in-out;
}
.footer .links-wrapper .link-hover:hover .h4 {
  color: #A52032 !important;
}
.footer .links-wrapper .link-hover:hover svg {
  transform: rotate(45deg);
}
.footer .links-wrapper .link-hover:hover svg path {
  fill: #A52032;
  stroke: #A52032;
}
.footer .links-wrapper .hr-line {
  width: clamp(20px, 23.698vw, 658px);
  background-color: #141516;
}
@media (max-width: 821px) {
  .footer .links-wrapper .hr-line {
    width: clamp(280px, 42.833vw, 658px);
  }
}
.footer .bottom-bar {
  padding: clamp(18px, 1.25vw, 52px) 0;
  text-align: center;
  background-color: #ECE6DF;
  border-radius: clamp(18px, 1.25vw, 56px);
}

.mobile-svg svg {
  width: clamp(18px, 1.25vw, 62px);
  height: clamp(18px, 1.25vw, 62px);
}

.blog-detail .box-bullets li {
  font-family: "Saira", sans-serif;
  font-size: clamp(18px, 1.406vw, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #45474F;
}

.map-sec .map {
  height: 100%;
}
.map-sec .map .map-wrapper {
  border-radius: clamp(12px, 0.833vw, 36px);
  height: 100%;
}
.map-sec .map .map-wrapper iframe {
  border-radius: clamp(12px, 0.833vw, 36px);
  width: 100%;
  height: clamp(250px, 28.594vw, 800px);
}

.color-4 {
  color: #012540;
}

.contact-sec .content-block {
  overflow: hidden;
  position: relative;
  padding: clamp(40px, 2.5vw, 58px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .content-block .block-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(180px, 16.094vw, 558px);
  height: clamp(180px, 12.812vw, 558px);
}
.contact-sec .content-block .title-text {
  font-weight: 700;
  color: #012540 !important;
}
.contact-sec .content-block .stroke-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #012540;
  color: #F4F0EC;
}
.contact-sec .socail-icons {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 36px);
}
.contact-sec .socail-icons .icon {
  width: clamp(24px, 1.667vw, 72px);
  height: clamp(24px, 1.667vw, 72px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #45474F;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.contact-sec .socail-icons .icon svg {
  width: clamp(16px, 1.042vw, 46px);
  height: clamp(16px, 1.042vw, 46px);
}
.contact-sec .socail-icons .icon svg path {
  transition: all 0.3s ease-in-out;
}
.contact-sec .socail-icons .icon:hover {
  border: 1px solid #45474F;
  background-color: #45474F;
}
.contact-sec .socail-icons .icon:hover svg path {
  fill: #FAFAFA;
}
.contact-sec .contact-wrapper {
  padding: clamp(24px, 1.667vw, 72px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .form-wrapper {
  padding: clamp(24px, 4.089vw, 198px) clamp(18px, 1.25vw, 52px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #F4F0EC;
}
.contact-sec .info-block {
  padding: clamp(21px, 2.135vw, 66px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(12px, 0.833vw, 36px);
  background-color: #F4F0EC;
}

.title-banner .title-img {
  position: relative;
  z-index: -1;
}
.title-banner .title-img img {
  height: clamp(208px, 19.53vw, 568px);
  object-fit: cover;
}
.title-banner .title-img .title-name {
  position: absolute;
  left: clamp(48px, 4.833vw, 168px);
  top: 50%;
  transform: translateY(-50%);
}
.title-banner .title-img .title-name h2 {
  font-size: clamp(48px, 6.232vw, 268px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #A52032 !important;
}

.service-sec .title-icon {
  width: clamp(48px, 5.208vw, 168px);
  height: clamp(48px, 5.208vw, 168px);
}

.blog-sec .blog-1 {
  border-radius: clamp(18px, 1.25vw, 56px);
  width: 100%;
  overflow: hidden;
}
.blog-sec .blog-1 .blog-content {
  background-color: #F4F0EC;
  padding: clamp(18px, 1.25vw, 52px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.042vw, 46px) !important;
}
.blog-sec .blog-1 .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1025px) {
  .blog-sec .blog-1 .blog-content p br {
    display: none;
  }
}
.blog-sec .blog-1 .blog-content .calendar-vector {
  width: clamp(16px, 1.042vw, 46px);
  height: clamp(16px, 1.042vw, 46px);
}
.blog-sec .blog-1 .img-content {
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1 .img-content .blog-shape {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog-sec .blog-1 .img-content .blog-shape .shape {
  width: clamp(135px, 10.156vw, 368px);
  height: clamp(82px, 6.146vw, 218px);
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 99;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn {
  margin: clamp(4px, 0.417vw, 18px) clamp(10px, 0.729vw, 32px);
  top: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  display: inline-block;
  padding: clamp(8px, 0.625vw, 26px);
  text-align: center;
  text-decoration: none;
  border-radius: clamp(16px, 1.042vw, 46px);
  border: 4px solid #141516;
  background: #FAFAFA;
  box-shadow: 4px 4px 0px 0px #141516;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn .btn-text {
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 27.6px */
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:active {
  border: 4px solid #141516;
  background-color: #A52032;
  box-shadow: none;
}
.blog-sec .blog-1 .img-content .blog-shape .blog-btn:active .btn-text {
  color: #141516 !important;
}
.blog-sec .blog-1 .img-content .img-wrapper {
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1 .img-content .img-wrapper .blog-img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1:hover {
  border-radius: clamp(18px, 1.25vw, 56px);
}
.blog-sec .blog-1:hover .hover-content {
  color: #A52032 !important;
}
.blog-sec .blog-1:hover .blog-img {
  border-radius: clamp(18px, 1.25vw, 56px);
  transform: scale(1.05);
}

.detail-calendar {
  width: clamp(18px, 1.25vw, 56px);
  height: clamp(18px, 1.25vw, 56px);
}

.detail-user {
  width: clamp(40px, 2.083vw, 89px);
  height: clamp(40px, 2.083vw, 89px);
}

.faq .faq-block {
  background-color: #F4F0EC;
  padding: clamp(12px, 0.833vw, 36px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(12px, 0.833vw, 36px);
}
.faq .faq-block .collapsed,
.faq .faq-block .collapse,
.faq .faq-block .show {
  transition: all 0.3s ease-in-out;
}
.faq .faq-block .accordion-button {
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: relative;
  padding: 0;
  color: #141516 !important;
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .faq .faq-block .accordion-button {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }
}
@media (max-width: 820px) {
  .faq .faq-block .accordion-button {
    font-size: clamp(15px, 0.833vw, 36px);
    /* 16px */
  }
}
.faq .faq-block .accordion-button.collapsed {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D !important;
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faq .faq-block .accordion-button.collapsed::after {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}
.faq .faq-block .accordion-button:not(.collapsed) {
  color: #0C0C0D;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button:focus {
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button::after {
  content: "\f068";
  border-radius: 7.2px;
  background: #ECE6DF;
  width: clamp(24px, 1.875vw, 75px);
  height: clamp(24px, 1.875vw, 75px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 6 Pro";
  background-image: none !important;
  position: absolute;
  right: 0px;
  font-weight: 400;
  color: #A52032;
  font-size: clamp(15px, 1.198vw, 40px);
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  color: #45474F !important;
  margin: 16px 0 0;
}

.services-detail-sec .label {
  width: 100%;
  border-radius: clamp(12px, 0.833vw, 36px);
  display: flex;
  padding: clamp(52px, 3.307vw, 146px) clamp(18px, 1.25vw, 56px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.services-detail-sec .label.l1 {
  background: #0B314E;
}
.services-detail-sec .label.l2 {
  background: #A52032;
}
.services-detail-sec .label.l3 {
  background: #F2AA03;
}
.services-detail-sec .label.l4 {
  background: #FE784D;
}
.services-detail-sec .label.l5 {
  background: #016064;
}
.services-detail-sec .label.l6 {
  background: #1D1D1D;
}

.testemonial-sec .slick-slide {
  margin: 0 12px;
}
.testemonial-sec .slick-track {
  padding-top: clamp(48px, 3.333vw, 138px);
}
.testemonial-sec .testimonial-block {
  border-radius: clamp(18px, 1.25vw, 56px);
  width: 100%;
  padding: clamp(24px, 1.667vw, 68px) clamp(40px, 2.5vw, 58px);
  padding-top: 0 !important;
  position: relative;
}
.testemonial-sec .testimonial-block.v1 {
  background-color: #A52032;
}
.testemonial-sec .testimonial-block.v2 {
  background-color: #0B314E;
}
.testemonial-sec .testimonial-block.v3 {
  background-color: #016064;
}
.testemonial-sec .testimonial-block h5 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testemonial-sec .testimonial-block .title-img .shape-block {
  flex-shrink: 0;
  position: relative;
}
.testemonial-sec .testimonial-block .title-img .shape-block .shape-img {
  width: clamp(85px, 8.648vw, 858px);
  height: clamp(55px, 4.7vw, 858px);
}
.testemonial-sec .testimonial-block .title-img .shape-block .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: clamp(4px, 0.417vw, 18px);
}
.testemonial-sec .testimonial-block .title-img .shape-block .user-img img {
  flex-shrink: 0;
  border-radius: clamp(40px, 3.125vw, 120px);
  width: clamp(50px, 5.417vw, 458px);
  height: clamp(70px, 6.198vw, 498px);
}

.growth-sec .star-1 svg {
  width: clamp(80px, 11.458vw, 328px);
  height: clamp(80px, 11.458vw, 328px);
  animation: rotate 8s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 821px) {
  .growth-sec h1 br {
    display: none;
  }
}
.growth-sec .star-2 svg {
  width: clamp(80px, 11.458vw, 328px);
  height: clamp(80px, 11.268vw, 328px);
  animation: rotate 8s linear infinite;
}
.growth-sec .goal-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
}

.about-sec {
  position: relative;
}
.about-sec .vector-1 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  left: clamp(100px, 11.875vw, 328px);
  top: clamp(50px, 4.479vw, 136px);
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-1 {
    display: none;
  }
}
.about-sec .vector-2 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  right: 4%;
  bottom: 34%;
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-2 {
    display: none;
  }
}
.about-sec .vector-3 {
  width: clamp(80px, 6.354vw, 222px);
  height: clamp(80px, 6.354vw, 222px);
  position: absolute;
  left: 23.8%;
  bottom: 2%;
  z-index: -1;
}
@media (max-width: 490px) {
  .about-sec .vector-3 {
    display: none;
  }
}
.about-sec .images-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(24px, 1.875vw, 72px);
  position: relative;
}
.about-sec .images-block img {
  width: clamp(48px, 6.667vw, 238px);
  height: clamp(48px, 6.667vw, 238px);
}
.about-sec .images-block img:nth-child(1) {
  z-index: 1;
}
.about-sec .images-block img:nth-child(2) {
  margin-left: -24px;
}
.about-sec .images-block img:nth-child(3) {
  z-index: -1;
  margin-left: -24px;
}
.about-sec .about-content-block {
  border-radius: clamp(24px, 1.667vw, 64px);
  padding: clamp(40px, 2.5vw, 89px) clamp(18px, 1.25vw, 56px);
  background-color: #FDBD28;
}

.about-sec-block .magic-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
}
.about-sec-block .about-blockc-2 {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(40px, 2.5vw, 89px);
}
.about-sec-block .about-blockc-2 .rating {
  position: relative;
}
.about-sec-block .about-blockc-2 .rating .star svg {
  position: absolute;
  top: clamp(-13px, -0.729vw, -34px);
  left: clamp(-9px, -0.625vw, -28px);
  z-index: -1;
}
@media (max-width: 821px) {
  .about-sec-block .about-blockc-2 .rating .star svg {
    display: none;
  }
}
.about-sec-block .about-blockc-2 .images-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-sec-block .about-blockc-2 .images-block img {
  width: clamp(62px, 5vw, 128px);
  height: clamp(62px, 5vw, 128px);
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(1) {
  z-index: 1;
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(2) {
  margin-left: -24px;
}
.about-sec-block .about-blockc-2 .images-block img:nth-child(3) {
  z-index: -1;
  margin-left: -24px;
}
.about-sec-block .content-1 {
  padding: clamp(48px, 3.333vw, 138px) clamp(40px, 2.5vw, 89px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #C20449;
}
.about-sec-block .content-1.v2 {
  background: #017479 !important;
}
.about-sec-block .content-1 .content-text {
  font-size: clamp(40px, 6.667vw, 320px);
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
}
.about-sec-block .content-1 .strategy-svg svg {
  width: clamp(40px, 6.667vw, 320px);
  height: clamp(40px, 6.667vw, 320px);
}

.creative-user-sec .user-block {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.042vw, 46px) !important;
}
.creative-user-sec .user-block .img-block {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(24px, 1.667vw, 64px);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.creative-user-sec .user-block .img-block img {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
  width: 100%;
}
.creative-user-sec .user-block .user-content {
  padding: clamp(16px, 1.042vw, 46px) clamp(18px, 1.25vw, 56px);
  border-radius: clamp(18px, 1.25vw, 56px);
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creative-user-sec .user-block .user-content .links-icon {
  width: clamp(20px, 2.083vw, 89px);
  height: clamp(20px, 2.083vw, 89px);
}
.creative-user-sec .user-block:hover .img-block {
  border-radius: clamp(24px, 1.667vw, 64px);
}
.creative-user-sec .user-block:hover .img-block img {
  border-radius: clamp(24px, 1.667vw, 64px);
  transform: scale(1.05);
}

.project-sec .nav-tabs {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 18px);
}
.project-sec .nav-tabs .nav-link {
  display: flex;
  padding: clamp(5px, 0.521vw, 24px) clamp(12px, 0.833vw, 34px);
  align-items: center;
  justify-content: center;
  border: 2px solid #141516;
  color: #141516;
  border-radius: clamp(12px, 0.833vw, 36px);
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.project-sec .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: #FDBD28;
  border: 2px solid #FDBD28;
}
.project-sec .tab-content .img-block {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.project-sec .tab-content .img-block img {
  object-fit: cover;
  width: 100%;
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.4s ease-in-out;
}
.project-sec .tab-content .img-block .img-content {
  position: absolute;
  padding: 0 clamp(18px, 1.25vw, 52px);
  bottom: clamp(18px, 1.25vw, 52px);
}
.project-sec .tab-content .img-block .img-content .label-block {
  padding: clamp(5px, 0.521vw, 24px) clamp(12px, 0.833vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #141516;
  color: #141516;
  background: #F4F0EC;
  font-family: "Saira", sans-serif;
  box-shadow: 4px 4px 0px 0px #FDBD28;
  font-size: clamp(15px, 1.094vw, 50px);
  /* 21px */
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 27.6px */
}
.project-sec .tab-content .img-block .img-content .label-block:hover {
  box-shadow: none;
  transform: translate(8px, 8px);
}
.project-sec .tab-content .img-block .img-content .label-block:active {
  background-color: #F4F0EC;
  color: #A52032;
  border: 2px solid #A52032;
}
.project-sec .tab-content .img-block:hover img {
  transform: scale(1.03);
}

.project-detail .title-block .dot {
  width: clamp(12px, 0.833vw, 36px);
  height: clamp(12px, 0.833vw, 36px);
  border-radius: 50%;
  background-color: #A52032;
}
.project-detail .title-block .title-detail {
  display: flex;
  align-items: start;
  gap: clamp(18px, 1.25vw, 56px) !important;
  flex-wrap: wrap;
}
.project-detail .title-block .title-detail .strategy-block {
  width: 10.938vw;
  border-top: 1px solid #FDBD28;
  padding: clamp(8px, 0.625vw, 28px) 0;
}
@media (max-width: 1025px) {
  .project-detail .title-block .title-detail .strategy-block {
    width: auto;
  }
}
.project-detail .box-bullets {
  list-style: none;
  padding: 0;
}
.project-detail .box-bullets li {
  color: #141516 !important;
  font-size: clamp(18px, 1.406vw, 72px);
  /* 27px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.project-detail .box-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #141516;
  border: 1px solid #141516;
  border-radius: 1px;
}

.heading {
  position: relative;
  z-index: -1;
}
.heading .title-icon {
  width: clamp(38px, 2.29vw, 83px);
  height: clamp(38px, 2.29vw, 83px);
  position: absolute;
  left: clamp(-26px, -1.979vw, -83px);
  top: clamp(18px, 1.354vw, 56px);
}
@media (max-width: 821px) {
  .heading .title-icon {
    display: none;
  }
}

.impression-sec .heading {
  position: relative;
}
.impression-sec .heading .title-icon {
  position: absolute;
  left: clamp(-26px, -1.979vw, -83px);
  top: clamp(18px, 1.354vw, 56px);
}
@media (max-width: 821px) {
  .impression-sec .heading .title-icon {
    display: none;
  }
}
.impression-sec .p-content,
.impression-sec [class^=block-img] {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.impression-sec .p-content.show,
.impression-sec [class^=block-img].show {
  opacity: 1 !important;
}
.impression-sec .arrow-vector {
  width: clamp(32px, 5vw, 128px);
  height: clamp(32px, 5vw, 128px);
  transition: transform 0.3s ease-in-out;
}
.impression-sec .arrow-vector.rotate {
  transform: rotate(90deg);
}
.impression-sec .title-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.impression-sec .title-block .icon-vec {
  width: clamp(32px, 5.208vw, 188px);
  height: clamp(32px, 5.208vw, 188px);
}
.impression-sec .img-block {
  position: relative;
}
.impression-sec .img-block [class^=block-img] {
  width: 100%;
  position: absolute;
}
.impression-sec .img-block [class^=block-img] img {
  width: 100%;
}
@media (max-width: 821px) {
  .impression-sec .img-block [class^=block-img] {
    position: unset;
  }
}

/*# sourceMappingURL=app.css.map */

/* Premium Fixed Header */
.premium-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(8, 14, 18, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(218, 180, 92, 0.22);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
}

.premium-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 0;
}

.header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-logo {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
}

.header-menu a {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d8b15c, #fff1b8);
  transition: width 0.25s ease;
}

.header-menu a:hover {
  color: #fff1b8;
}

.header-menu a:hover::after {
  width: 100%;
}

.header-cta {
  flex-shrink: 0;
}

.premium-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4d27a 0%, #c99632 48%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-play-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(216, 177, 92, 0.38);
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 177, 92, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #f4d27a;
  border-radius: 2px;
  transition: all 0.25s ease;
}

body {
  padding-top: 82px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}

/* Mobile */
@media (max-width: 1199px) {
  .header-menu {
    gap: 18px;
  }

  .header-menu a {
    font-size: 13px;
  }

  .premium-play-btn {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .premium-nav {
    min-height: 76px;
  }

  .header-logo {
    max-height: 52px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: rgba(8, 14, 18, 0.97);
    border: 1px solid rgba(216, 177, 92, 0.22);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  }

  .header-menu.active {
    display: flex;
  }

  .header-menu a {
    padding: 15px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
  }

  .header-menu a:last-child {
    border-bottom: 0;
  }

  .header-menu a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  body {
    padding-top: 76px;
  }
}

@media (max-width: 575px) {
  .premium-nav {
    min-height: 70px;
  }

  .header-logo {
    max-height: 46px;
  }

  body {
    padding-top: 70px;
  }
}

/* Premium Hero Section */
.premium-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 110px 0 90px;

  background:
   linear-gradient(
  90deg,
  rgba(4, 10, 14, 0.78) 0%,
  rgba(4, 10, 14, 0.62) 42%,
  rgba(4, 10, 14, 0.48) 100%
),
    radial-gradient(circle at 85% 20%, rgba(216, 177, 92, 0.24), transparent 34%),
    radial-gradient(circle at 10% 85%, rgba(0, 109, 112, 0.28), transparent 36%),
    url("../media/hero/casino-bg.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.13);
  filter: blur(12px);
  pointer-events: none;
}

.premium-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
}

.premium-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(216, 177, 92, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f2d990;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.premium-hero__title {
  max-width: 780px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.premium-hero__title span {
  display: block;
  margin-top: 18px;
  color: #d8b15c;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.premium-hero__text {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.premium-hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.premium-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 50%, #fff0b6 100%);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-hero__btn:hover {
  color: #111;
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(216, 177, 92, 0.38);
}

.premium-hero__link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 177, 92, 0.6);
  padding-bottom: 4px;
  transition: color 0.25s ease;
}

.premium-hero__link:hover {
  color: #f2d990;
}

.premium-hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.premium-hero__features div {
  padding: 20px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-hero__features strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.premium-hero__features span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.premium-hero__visual {
  position: relative;
}

.premium-hero__card-main {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    linear-gradient(135deg, rgba(12, 28, 32, 0.86), rgba(3, 8, 10, 0.92));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.premium-hero__card-main::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,177,92,0.38), transparent 68%);
}

.premium-hero__card-main::after {
  content: "♠";
  position: absolute;
  top: 54px;
  right: 56px;
  color: rgba(216, 177, 92, 0.22);
  font-size: 150px;
  line-height: 1;
}

.premium-hero__card-label {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 177, 92, 0.14);
  color: #f2d990;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero__card-main h2 {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.premium-hero__card-main p {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.65;
}

.premium-hero__mini-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.premium-hero__mini-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 18px;
  border: 1px solid rgba(216, 177, 92, 0.22);
  border-radius: 22px;
  background: rgba(255,255,255,0.075);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-hero__mini-card i {
  color: #d8b15c;
  font-size: 22px;
}

.premium-hero__mini-card span {
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* Responsive Hero */
@media (max-width: 1199px) {
  .premium-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .premium-hero__visual {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .premium-hero {
    min-height: auto;
    padding: 76px 0 64px;

    background:
      linear-gradient(
        rgba(4, 10, 14, 0.9),
        rgba(4, 10, 14, 0.94)
      ),
      url("../media/hero/camrose-casino-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .premium-hero__title {
    font-size: 44px;
  }

  .premium-hero__text {
    font-size: 16px;
  }

  .premium-hero__features {
    grid-template-columns: 1fr;
  }

  .premium-hero__card-main {
    min-height: 360px;
    padding: 28px;
    border-radius: 28px;
  }

  .premium-hero__card-main h2 {
    font-size: 32px;
  }

  .premium-hero__mini-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .premium-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .premium-hero__btn {
    width: 100%;
  }

  .premium-hero__link {
    width: fit-content;
  }
}

/* Popular Games Section */
.premium-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(0, 109, 112, 0.18), transparent 32%),
    linear-gradient(135deg, #060b13 0%, #0b1320 45%, #05070c 100%);
}

.premium-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

.premium-section-heading {
  max-width: 920px;
  margin: 0 auto 52px;
}

.premium-section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-section-heading h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-section-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

/* Games grid — 6 per row on desktop */
.premium-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-game-card:hover img {
  transform: scale(1.06);
}

.premium-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(3, 6, 10, 0) 0%,
    rgba(3, 6, 10, 0.08) 42%,
    rgba(3, 6, 10, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
}

.premium-game-card:hover .premium-game-overlay {
  opacity: 1;
}

.premium-game-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(216, 177, 92, 0.3);
}

.premium-game-overlay a:hover {
  color: #111;
}

/* Bottom CTA */
.premium-games-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-games-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-games-bottom span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-games-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-games-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-games-section {
    padding: 72px 0;
  }

  .premium-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-game-card {
    border-radius: 18px;
  }

  .premium-game-card img {
    border-radius: 18px;
  }

  .premium-game-overlay {
    opacity: 1;
    padding: 12px;
  }

  .premium-game-overlay a {
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .premium-games-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-games-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-games-grid {
    gap: 12px;
    padding: 12px;
  }

  .premium-game-overlay a {
    width: 100%;
  }
}

/* Live Games Section */
.premium-live-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 177, 92, 0.13), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(0, 109, 112, 0.18), transparent 32%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-live-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-live-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Live grid — 6 per row on desktop */
.premium-live-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-live-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-live-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-live-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-live-game-card:hover img {
  transform: scale(1.06);
}

.premium-live-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(3, 6, 10, 0) 0%,
    rgba(3, 6, 10, 0.08) 42%,
    rgba(3, 6, 10, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
}

.premium-live-game-card:hover .premium-live-game-overlay {
  opacity: 1;
}

.premium-live-game-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(216, 177, 92, 0.3);
}

.premium-live-game-overlay a:hover {
  color: #111;
}

/* Bottom CTA */
.premium-live-games-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-live-games-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-live-games-bottom span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-live-games-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-live-games-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-live-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-live-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-live-games-section {
    padding: 72px 0;
  }

  .premium-live-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-live-game-card {
    border-radius: 18px;
  }

  .premium-live-game-card img {
    border-radius: 18px;
  }

  .premium-live-game-overlay {
    opacity: 1;
    padding: 12px;
  }

  .premium-live-game-overlay a {
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .premium-live-games-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-live-games-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-live-games-grid {
    gap: 12px;
    padding: 12px;
  }

  .premium-live-game-overlay a {
    width: 100%;
  }
}

/* Jackpot Games Section */
.premium-jackpot-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 10% 14%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 90% 86%, rgba(0, 109, 112, 0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-jackpot-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-jackpot-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Grid */
.premium-jackpot-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-jackpot-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-jackpot-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-jackpot-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-jackpot-game-card:hover img {
  transform: scale(1.06);
}

/* Bottom CTA */
.premium-jackpot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-jackpot-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-jackpot-bottom span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-jackpot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-jackpot-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-jackpot-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-jackpot-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-jackpot-games-section {
    padding: 72px 0;
  }

  .premium-jackpot-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-jackpot-game-card {
    border-radius: 18px;
  }

  .premium-jackpot-game-card img {
    border-radius: 18px;
  }

  .premium-jackpot-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-jackpot-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-jackpot-games-grid {
    gap: 12px;
    padding: 12px;
  }
}

/* Bonus Buy Games Section */
.premium-bonus-games-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 177, 92, 0.12), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(0, 109, 112, 0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0b1320 48%, #060b13 100%);
}

.premium-bonus-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-bonus-games-section .container {
  position: relative;
  z-index: 2;
  max-width: 1780px;
}

/* Grid */
.premium-bonus-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(7, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.premium-bonus-game-card {
  position: relative;
  display: block;
  aspect-ratio: 0.72 / 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.premium-bonus-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
  filter: brightness(1.05);
}

.premium-bonus-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.premium-bonus-game-card:hover img {
  transform: scale(1.06);
}

/* Bottom CTA */
.premium-bonus-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(216, 177, 92, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-bonus-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-bonus-bottom span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.5;
}

.premium-bonus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  white-space: nowrap;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-bonus-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1399px) {
  .premium-bonus-games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .premium-bonus-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .premium-bonus-games-section {
    padding: 72px 0;
  }

  .premium-bonus-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .premium-bonus-game-card {
    border-radius: 18px;
  }

  .premium-bonus-game-card img {
    border-radius: 18px;
  }

  .premium-bonus-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-bonus-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-bonus-games-grid {
    gap: 12px;
    padding: 12px;
  }
}

/* Premium About Section */
.premium-about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 177, 92, 0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 109, 112, 0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 46%, #05070c 100%);
}

.premium-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  pointer-events: none;
}

.premium-about-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -220px;
  right: -160px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.11);
  filter: blur(18px);
  pointer-events: none;
}

.premium-about-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Header */
.premium-about-header {
  max-width: 920px;
  margin: 0 auto 56px;
}

.premium-about-kicker,
.premium-about-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(216, 177, 92, 0.32);
  background: rgba(255,255,255,0.055);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-about-header h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-about-header p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.8;
}

/* Main Panel */
.premium-about-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 28px;
  padding: 34px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.16);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.premium-about-panel::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 120px;
  height: 120px;
  border-top: 1px solid rgba(216,177,92,0.38);
  border-right: 1px solid rgba(216,177,92,0.38);
  border-radius: 0 28px 0 0;
  pointer-events: none;
}

.premium-about-main {
  padding: 28px;
}

.premium-about-main h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.premium-about-main p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-about-main p:last-child {
  margin-bottom: 0;
}

/* Stats */
.premium-about-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.premium-about-stats div {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-about-stats strong {
  display: block;
  margin-bottom: 10px;
  color: #d8b15c;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.premium-about-stats span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

/* Services */
.premium-about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-about-service-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 54px rgba(0,0,0,0.22);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.premium-about-service-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -56px;
  top: -56px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-about-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216,177,92,0.28);
}

.premium-about-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 22px;
  box-shadow: 0 14px 30px rgba(216,177,92,0.22);
}

.premium-about-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-about-service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* Bottom */
.premium-about-bottom {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 28px;
  margin-top: 28px;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.2);
}

.premium-about-bottom-text span {
  display: block;
  margin-bottom: 12px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-about-bottom-text h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-about-bottom-text p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.8;
}

.premium-about-badges {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}

.premium-about-badges span {
  display: inline-flex;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(7,12,22,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-about-panel,
  .premium-about-bottom {
    grid-template-columns: 1fr;
  }

  .premium-about-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-about-section {
    padding: 76px 0;
  }

  .premium-about-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .premium-about-main {
    padding: 10px;
  }

  .premium-about-services {
    grid-template-columns: 1fr;
  }

  .premium-about-bottom {
    padding: 24px;
  }
}

/* Premium Advantages Section */
.premium-advantages-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 177, 92, 0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 109, 112, 0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 48%, #05070c 100%);
}

.premium-advantages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-advantages-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(216, 177, 92, 0.1);
  filter: blur(18px);
  pointer-events: none;
}

.premium-advantages-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Advantages Grid */
.premium-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.premium-advantage-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.premium-advantage-card.large-card {
  grid-column: span 2;
}

.premium-advantage-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.12);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.premium-advantage-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #d8b15c, transparent);
  opacity: 0.45;
}

.premium-advantage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216,177,92,0.28);
  background: rgba(255,255,255,0.075);
}

.premium-advantage-card:hover::before {
  transform: scale(1.18);
  opacity: 0.9;
}

.premium-card-number {
  position: absolute;
  right: 28px;
  top: 24px;
  color: rgba(255,255,255,0.08);
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.premium-advantage-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
  box-shadow: 0 16px 34px rgba(216,177,92,0.24);
}

.premium-advantage-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-advantage-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.75;
}

/* Bottom Strip */
.premium-advantages-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-advantages-strip strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-advantages-strip span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-advantages-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216, 177, 92, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-advantages-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(216, 177, 92, 0.36);
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-advantage-card.large-card {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .premium-advantages-section {
    padding: 76px 0;
  }

  .premium-advantages-grid {
    grid-template-columns: 1fr;
  }

  .premium-advantage-card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .premium-card-number {
    font-size: 52px;
  }

  .premium-advantages-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-advantages-btn {
    width: 100%;
  }
}

/* Premium Conversion Section */
.premium-conversion-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.18), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-conversion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-conversion-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-conversion-wrapper {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
}

/* Left Side */
.premium-conversion-content {
  position: relative;
  padding: 42px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-conversion-content::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(216,177,92,0.08);
  filter: blur(10px);
}

.premium-conversion-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.3);
  background: rgba(255,255,255,0.05);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-conversion-content h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.premium-conversion-text {
  margin: 0 0 34px;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.85;
}

/* Bonus Box */
.premium-bonus-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.16), rgba(255,255,255,0.05));
  border: 1px solid rgba(216,177,92,0.24);
}

.premium-bonus-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.premium-bonus-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-bonus-box h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-bonus-box p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

/* Steps */
.premium-conversion-steps {
  display: grid;
  gap: 18px;
}

.premium-step-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
}

.premium-step-number {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(216,177,92,0.22);
}

.premium-step-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.premium-step-card p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* CTA */
.premium-conversion-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.premium-conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(216,177,92,0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-conversion-btn:hover {
  color: #111;
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(216,177,92,0.36);
}

.premium-conversion-note {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  font-weight: 700;
}

/* Right Side */
.premium-conversion-visual {
  position: relative;
  padding: 42px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(216,177,92,0.14);
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.premium-floating-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(216,177,92,0.14);
  filter: blur(18px);
}

.premium-visual-main {
  position: relative;
  z-index: 2;
  padding: 42px;
  border-radius: 34px;
  background: rgba(7,12,22,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 26px;
}

.premium-visual-main span {
  display: block;
  margin-bottom: 14px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visual-main h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-visual-main p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.8;
}

.premium-visual-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-stat-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
}

.premium-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-stat-card span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-conversion-wrapper {
    grid-template-columns: 1fr;
  }

  .premium-conversion-visual {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .premium-conversion-section {
    padding: 76px 0;
  }

  .premium-conversion-content,
  .premium-conversion-visual {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-bonus-box {
    padding: 26px;
  }

  .premium-step-card {
    flex-direction: column;
  }

  .premium-visual-main {
    padding: 28px;
  }

  .premium-visual-main h3 {
    font-size: 32px;
  }

  .premium-visual-stats {
    grid-template-columns: 1fr;
  }

  .premium-conversion-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .premium-conversion-btn {
    width: 100%;
  }
}

/* Right Visual Side */
.premium-conversion-visual {
  position: relative;
  padding: 36px;
  border-radius: 38px;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );
  border: 1px solid rgba(216,177,92,0.14);
  overflow: hidden;
}

/* PNG IMAGE */
.premium-conversion-image {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.premium-conversion-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 54px rgba(0,0,0,0.45))
    drop-shadow(0 0 30px rgba(216,177,92,0.22));
}

/* Main Card */
.premium-visual-main {
  position: relative;
  z-index: 2;
  padding: 34px;
  border-radius: 30px;
  background: rgba(7,12,22,0.78);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-visual-main span {
  display: block;
  margin-bottom: 12px;
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visual-main h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-visual-main p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.8;
}

/* Stats */
.premium-visual-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-stat-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

.premium-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-stat-card span {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-weight: 700;
}

/* Glow */
.premium-floating-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  right: -220px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(216,177,92,0.12);
  filter: blur(20px);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 767px) {

  .premium-conversion-visual {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-conversion-image {
    margin-bottom: 20px;
  }

  .premium-visual-main {
    padding: 26px;
  }

  .premium-visual-main h3 {
    font-size: 30px;
  }

  .premium-visual-stats {
    grid-template-columns: 1fr;
  }
}

/* MAIN WRAPPER */
.premium-conversion-wrapper {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: stretch; 
}

/* LEFT COLUMN */
.premium-conversion-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* RIGHT COLUMN */
.premium-conversion-visual {
  position: relative;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 36px;
  border-radius: 38px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(216,177,92,0.14);
  overflow: hidden;
}

/* IMAGE */
.premium-conversion-image {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: center;
  align-items: center;

  flex: 1;
  min-height: 320px;

  margin-bottom: 24px;
}

.premium-conversion-image img {
  width: 100%;
  max-width: 560px;
  max-height: 420px;
  object-fit: contain;

  filter:
    drop-shadow(0 24px 54px rgba(0,0,0,0.45))
    drop-shadow(0 0 30px rgba(216,177,92,0.22));
}

/* MAIN INFO CARD */
.premium-visual-main {
  position: relative;
  z-index: 2;

  padding: 34px;
  border-radius: 30px;

  background: rgba(7,12,22,0.78);

  border: 1px solid rgba(255,255,255,0.08);

  margin-bottom: 22px;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* STATS */
.premium-visual-stats {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* MOBILE */
@media (max-width: 1199px) {

  .premium-conversion-wrapper {
    grid-template-columns: 1fr;
  }

  .premium-conversion-visual {
    height: auto;
  }
}

/* Premium Review Section */
.premium-review-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #060b13 0%, #0c1622 48%, #05070c 100%);
}

.premium-review-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-review-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-review-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-review-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-review-hero h3,
.premium-online-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-review-hero p,
.premium-online-heading p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-review-numbers {
  display: grid;
  gap: 16px;
}

.premium-review-numbers div {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-review-numbers strong {
  display: block;
  color: #d8b15c;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.premium-review-numbers span {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.premium-review-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-review-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-review-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-review-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-review-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-review-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.78;
}

.premium-online-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-online-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-online-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-category-column {
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-category-column h4 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-category-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-category-column li {
  padding: 12px 0;
  color: #f2d990;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-category-column li:last-child {
  border-bottom: 0;
}

@media (max-width: 1199px) {
  .premium-review-hero,
  .premium-review-grid {
    grid-template-columns: 1fr;
  }

  .premium-online-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-review-section {
    padding: 76px 0;
  }

  .premium-review-hero,
  .premium-online-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-online-categories {
    grid-template-columns: 1fr;
  }
}

/* Loyalty Section */
.premium-loyalty-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 20%, rgba(216,177,92,0.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0d1724 48%, #060b13 100%);
}

.premium-loyalty-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-loyalty-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Heading */
.premium-loyalty-heading {
  max-width: 920px;
  margin: 0 auto 58px;
}

.premium-loyalty-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 16px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-loyalty-heading h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-loyalty-heading p {
  margin: 0;

  color: rgba(255,255,255,0.72);

  font-size: 18px;
  line-height: 1.85;
}

/* Grid */
.premium-loyalty-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 30px;
  align-items: stretch;
}

/* Main */
.premium-loyalty-main {
  position: relative;

  padding: 42px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-loyalty-main::after {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  right: -80px;
  top: -80px;

  border-radius: 50%;

  background: rgba(216,177,92,0.08);
}

.premium-loyalty-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(216,177,92,0.12);

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-loyalty-main h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-loyalty-main p {
  position: relative;
  z-index: 2;

  margin: 0 0 22px;

  color: rgba(255,255,255,0.72);

  font-size: 17px;
  line-height: 1.85;
}

/* Features */
.premium-loyalty-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.premium-loyalty-feature {
  padding: 24px;
  border-radius: 28px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-loyalty-feature strong {
  display: block;
  margin-bottom: 10px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 900;
}

.premium-loyalty-feature span {
  display: block;

  color: rgba(255,255,255,0.66);

  font-size: 15px;
  line-height: 1.7;
}

/* Side */
.premium-loyalty-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Highlight */
.premium-promo-card {
  position: relative;

  overflow: hidden;

  padding: 38px;
  border-radius: 36px;

  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.14),
      rgba(255,255,255,0.05)
    );

  border: 1px solid rgba(216,177,92,0.24);

  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-promo-card::before {
  content: "";

  position: absolute;

  width: 200px;
  height: 200px;

  right: -70px;
  top: -70px;

  border-radius: 50%;

  background: rgba(255,255,255,0.08);
}

.promo-label {
  position: relative;
  z-index: 2;

  display: inline-block;
  margin-bottom: 16px;

  color: #f2d990;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-promo-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 18px;

  color: #ffffff;

  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-promo-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 28px;

  color: rgba(255,255,255,0.72);

  font-size: 16px;
  line-height: 1.8;
}

/* Button */
.premium-promo-btn {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 16px 34px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );

  color: #111;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 18px 42px rgba(216,177,92,0.28);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.premium-promo-btn:hover {
  color: #111;

  transform: translateY(-3px);

  box-shadow: 0 24px 54px rgba(216,177,92,0.36);
}

/* Mini Promos */
.premium-mini-promos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-mini-promo {
  padding: 26px;
  border-radius: 28px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-mini-promo strong {
  display: block;
  margin-bottom: 12px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 900;
}

.premium-mini-promo p {
  margin: 0;

  color: rgba(255,255,255,0.66);

  font-size: 15px;
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-loyalty-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .premium-loyalty-section {
    padding: 76px 0;
  }

  .premium-loyalty-main,
  .premium-promo-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-loyalty-features,
  .premium-mini-promos {
    grid-template-columns: 1fr;
  }

  .premium-promo-card h3 {
    font-size: 30px;
  }
}

/* Premium Slots Section */
.premium-slots-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-slots-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-slots-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-slots-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-slots-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-slots-intro h3,
.premium-online-slots-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-slots-intro p,
.premium-online-slots-heading p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-slots-stat-box {
  display: grid;
  gap: 16px;
}

.premium-slots-stat-box div {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-slots-stat-box strong {
  display: block;
  color: #d8b15c;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.premium-slots-stat-box span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

/* Cards */
.premium-slots-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-slots-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-slots-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-slots-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-slots-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-slots-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  line-height: 1.78;
}

.premium-slots-card ul {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.premium-slots-card li {
  padding: 10px 0;
  color: #f2d990;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-slots-card li:last-child {
  border-bottom: 0;
}

/* Online Panel */
.premium-online-slots-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-online-slots-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-slot-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-slot-category-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-slot-category-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-slot-category-card p {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.7;
}

.premium-slot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.premium-slot-tags span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
}

/* Bottom CTA */
.premium-slots-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-slots-bottom strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-slots-bottom span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-slots-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-slots-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-slots-intro,
  .premium-slots-grid {
    grid-template-columns: 1fr;
  }

  .premium-slot-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-slots-section {
    padding: 76px 0;
  }

  .premium-slots-intro,
  .premium-online-slots-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-slot-categories {
    grid-template-columns: 1fr;
  }

  .premium-slots-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-slots-btn {
    width: 100%;
  }
}

/* Premium Tables Section */
.premium-tables-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-tables-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-tables-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-tables-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;

  padding: 38px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-tables-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-tables-intro h3,
.premium-live-heading h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-tables-intro p,
.premium-live-heading p {
  margin: 0 0 20px;

  color: rgba(255,255,255,0.72);

  font-size: 17px;
  line-height: 1.85;
}

/* Side Stats */
.premium-tables-side-stats {
  display: grid;
  gap: 18px;
}

.premium-tables-stat {
  padding: 28px;
  border-radius: 30px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-tables-stat strong {
  display: block;
  margin-bottom: 10px;

  color: #d8b15c;

  font-size: 28px;
  font-weight: 900;
}

.premium-tables-stat span {
  display: block;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.7;
}

/* Cards */
.premium-tables-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.premium-table-card {
  position: relative;
  overflow: hidden;

  padding: 32px;
  border-radius: 32px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-table-card::after {
  content: "";

  position: absolute;

  width: 150px;
  height: 150px;

  right: -60px;
  top: -60px;

  border-radius: 50%;

  background: rgba(216,177,92,0.11);
}

.premium-table-icon {
  position: relative;
  z-index: 2;

  width: 62px;
  height: 62px;

  margin-bottom: 24px;

  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);

  color: #111;

  font-size: 24px;
}

.premium-table-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 14px;

  color: #ffffff;

  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-table-card p {
  position: relative;
  z-index: 2;

  margin: 0;

  color: rgba(255,255,255,0.68);

  font-size: 16px;
  line-height: 1.78;
}

.premium-table-card ul {
  position: relative;
  z-index: 2;

  list-style: none;

  margin: 20px 0 0;
  padding: 0;
}

.premium-table-card li {
  padding: 10px 0;

  color: #f2d990;

  font-size: 15px;
  font-weight: 700;

  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-table-card li:last-child {
  border-bottom: 0;
}

/* Live Panel */
.premium-live-panel {
  margin-top: 28px;

  padding: 38px;
  border-radius: 38px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(216,177,92,0.18);

  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-live-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-live-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-live-column {
  padding: 28px;
  border-radius: 30px;

  background: rgba(7,12,22,0.58);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-live-column h4 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: 24px;
  font-weight: 900;
}

.premium-live-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-live-column li {
  padding: 12px 0;

  color: #f2d990;

  font-size: 15px;
  font-weight: 700;

  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-live-column li:last-child {
  border-bottom: 0;
}

/* Bottom CTA */
.premium-tables-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  margin-top: 28px;

  padding: 30px 34px;
  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.12),
      rgba(255,255,255,0.045)
    );

  border: 1px solid rgba(216,177,92,0.22);
}

.premium-tables-bottom strong {
  display: block;
  margin-bottom: 7px;

  color: #ffffff;

  font-size: 22px;
  font-weight: 900;
}

.premium-tables-bottom span {
  display: block;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.55;
}

.premium-tables-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 15px 30px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );

  color: #111;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-tables-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-tables-intro,
  .premium-tables-grid {
    grid-template-columns: 1fr;
  }

  .premium-live-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {

  .premium-tables-section {
    padding: 76px 0;
  }

  .premium-tables-intro,
  .premium-live-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-live-categories {
    grid-template-columns: 1fr;
  }

  .premium-tables-bottom {
    flex-direction: column;
    align-items: flex-start;

    padding: 24px;
  }

  .premium-tables-btn {
    width: 100%;
  }
}

/* Premium Providers Section */
.premium-providers-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-providers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-providers-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-providers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.premium-provider-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.premium-provider-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-provider-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216,177,92,0.26);
  background: rgba(255,255,255,0.075);
}

.premium-provider-logo {
  position: relative;
  z-index: 2;
  height: 74px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.premium-provider-logo img {
  max-width: 180px;
  max-height: 62px;
  object-fit: contain;
  filter: brightness(1.06);
}

.premium-provider-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-provider-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

.premium-provider-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.premium-provider-tags span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 13px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-providers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-providers-section {
    padding: 76px 0;
  }

  .premium-providers-grid {
    grid-template-columns: 1fr;
  }

  .premium-provider-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-provider-logo img {
    max-width: 160px;
  }
}

/* Detailed Visitor Information Section */
.premium-visitor-details-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-visitor-details-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-visitor-details-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-visitor-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-visitor-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-visitor-intro h3,
.premium-hours-header h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-visitor-intro p,
.premium-hours-header p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-visitor-highlight-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-visitor-highlight-box div {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-visitor-highlight-box strong {
  display: block;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-visitor-highlight-box span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* Hours */
.premium-hours-wrapper {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-hours-header {
  max-width: 920px;
  margin-bottom: 34px;
}

.premium-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.75fr;
  gap: 22px;
}

.premium-hours-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-hours-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.1);
}

.premium-hours-card h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-hours-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.premium-hours-row strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.premium-hours-row span {
  color: #f2d990;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.premium-hours-note {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(216,177,92,0.09);
  border: 1px solid rgba(216,177,92,0.16);
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.75;
}

/* Rules Grid */
.premium-rules-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.875fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-rules-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-rules-card.large {
  grid-row: span 2;
}

.premium-rules-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-rules-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-rules-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-rules-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-rules-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.premium-rules-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-rules-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8b15c;
  box-shadow: 0 0 18px rgba(216,177,92,0.45);
}

.premium-rules-card li:last-child {
  border-bottom: 0;
}

/* Bottom Banner */
.premium-visitor-bottom-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 32px;
  background:
    linear-gradient(
      135deg,
      rgba(216,177,92,0.12),
      rgba(255,255,255,0.045)
    );
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-visitor-bottom-banner strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-visitor-bottom-banner span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
}

.premium-visitor-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 52%,
      #fff0b6 100%
    );
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 16px 36px rgba(216,177,92,0.28);
}

.premium-visitor-main-btn:hover {
  color: #111;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-visitor-intro,
  .premium-hours-grid,
  .premium-rules-grid {
    grid-template-columns: 1fr;
  }

  .premium-rules-card.large {
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .premium-visitor-details-section {
    padding: 76px 0;
  }

  .premium-visitor-intro,
  .premium-hours-wrapper {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-visitor-highlight-box {
    grid-template-columns: 1fr;
  }

  .premium-hours-card,
  .premium-rules-card {
    padding: 26px;
    border-radius: 28px;
  }

  .premium-hours-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .premium-visitor-bottom-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .premium-visitor-main-btn {
    width: 100%;
  }
}

/* Online Casino App Section */
.premium-app-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.15), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-app-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);

  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-app-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Layout */
.premium-app-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.premium-app-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Image */
.premium-app-image-card {
  position: relative;
  overflow: hidden;

  padding: 30px;
  border-radius: 38px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(216,177,92,0.16);

  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}

.premium-app-image-card::after {
  content: "";
  position: absolute;

  width: 180px;
  height: 180px;

  top: -70px;
  right: -70px;

  border-radius: 50%;

  background: rgba(216,177,92,0.12);
}

.premium-app-main-image {
  position: relative;
  z-index: 2;

  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Boxes */
.premium-app-info-box,
.premium-app-install-box {
  padding: 34px;
  border-radius: 34px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.premium-app-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;

  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);

  color: #f2d990;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-app-info-box h3,
.premium-app-install-box h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.premium-app-info-box p,
.premium-app-install-box p {
  margin: 0 0 18px;

  color: rgba(255,255,255,0.7);

  font-size: 16px;
  line-height: 1.8;
}

/* Features */
.premium-app-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.premium-app-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 26px;
  border-radius: 28px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 20px 54px rgba(0,0,0,0.22);
}

.premium-app-feature-card h4 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.premium-app-feature-card p {
  margin: 0;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.7;
}

/* Icons */
.premium-app-icon {
  flex-shrink: 0;

  width: 58px;
  height: 58px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      #f7d77f 0%,
      #c9932c 100%
    );

  color: #111;

  font-size: 22px;

  box-shadow: 0 12px 28px rgba(216,177,92,0.24);
}

/* Install Grid */
.premium-install-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.premium-install-card {
  position: relative;
  overflow: hidden;

  padding: 28px;
  border-radius: 28px;

  background: rgba(7,12,22,0.6);

  border: 1px solid rgba(255,255,255,0.08);
}

.premium-install-card::after {
  content: "";

  position: absolute;

  width: 130px;
  height: 130px;

  right: -50px;
  top: -50px;

  border-radius: 50%;

  background: rgba(216,177,92,0.1);
}

.premium-install-card h4 {
  position: relative;
  z-index: 2;

  margin: 18px 0 12px;

  color: #ffffff;

  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.premium-install-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 24px;

  color: rgba(255,255,255,0.68);

  font-size: 15px;
  line-height: 1.75;
}

/* Store Buttons */
.premium-store-buttons img {
  position: relative;
  z-index: 2;

  max-width: 190px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1199px) {

  .premium-app-wrapper {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .premium-app-section {
    padding: 76px 0;
  }

  .premium-app-features,
  .premium-install-grid {
    grid-template-columns: 1fr;
  }

  .premium-app-image-card,
  .premium-app-info-box,
  .premium-app-install-box,
  .premium-app-feature-card,
  .premium-install-card {
    padding: 24px;
    border-radius: 26px;
  }

  .premium-app-info-box h3,
  .premium-app-install-box h3 {
    font-size: 32px;
  }

}

/* Premium Payment Section */
.premium-payment-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-payment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-payment-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Intro */
.premium-payment-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.premium-payment-intro-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-payment-intro-card::after,
.premium-payment-info-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-payment-intro-icon,
.premium-payment-info-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-payment-intro-card h3,
.premium-payment-info-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.premium-payment-intro-card p,
.premium-payment-info-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.78;
}

/* Table Wrapper */
.premium-payment-table-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.065), rgba(255,255,255,0.035));
  border: 1px solid rgba(216,177,92,0.22);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

/* Tabs */
.premium-payment-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}

.premium-payment-tab {
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.34);
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.premium-payment-tab.active {
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  box-shadow: 0 14px 34px rgba(216,177,92,0.28);
}

/* Table */
.premium-payment-table {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.premium-payment-table.active {
  display: flex;
}

.premium-payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(5, 8, 13, 0.82);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.premium-payment-method img,
.premium-payment-icons img {
  width: 34px;
  height: 22px;
  min-width: 34px;
  object-fit: contain;
  display: block;
}

.premium-payment-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 74px;
  min-width: 74px;
}

.premium-payment-icons img {
  width: 34px;
  min-width: 34px;
}

.premium-payment-method span:last-child {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.premium-payment-row strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

/* Info Cards */
.premium-payment-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.premium-payment-info-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-payment-intro,
  .premium-payment-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .premium-payment-section {
    padding: 76px 0;
  }

  .premium-payment-intro,
  .premium-payment-info-grid {
    grid-template-columns: 1fr;
  }

  .premium-payment-table-wrap {
    padding: 18px;
    border-radius: 26px;
  }

  .premium-payment-tabs {
    flex-direction: column;
  }

  .premium-payment-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }

  .premium-payment-row strong {
    margin-left: 48px;
  }

  .premium-payment-method img,
  .premium-payment-icons img {
    width: 30px;
    height: 20px;
    min-width: 30px;
  }

  .premium-payment-icons {
    width: 66px;
    min-width: 66px;
  }
}

/* Trust, Security & Player Protection Section */
.premium-trust-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-trust-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Hero */
.premium-trust-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.premium-trust-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,92,0.32);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-trust-hero h3,
.premium-trust-panel-heading h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.premium-trust-hero p,
.premium-trust-panel-heading p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.premium-trust-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.premium-trust-side div {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-trust-side strong {
  display: block;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-trust-side span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* Cards */
.premium-trust-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.875fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-trust-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.premium-trust-card.large {
  grid-row: span 2;
}

.premium-trust-card::after,
.premium-resource-card::after,
.premium-dispute-step::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(216,177,92,0.11);
}

.premium-trust-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 24px;
}

.premium-trust-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.premium-trust-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-trust-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.premium-trust-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.premium-trust-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8b15c;
  box-shadow: 0 0 18px rgba(216,177,92,0.45);
}

.premium-trust-card li:last-child {
  border-bottom: 0;
}

/* Dispute Panel */
.premium-trust-panel {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.18);
  box-shadow: 0 34px 90px rgba(0,0,0,0.3);
}

.premium-trust-panel-heading {
  max-width: 980px;
  margin-bottom: 34px;
}

.premium-dispute-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.premium-dispute-step {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background: rgba(7,12,22,0.58);
  border: 1px solid rgba(255,255,255,0.08);
}

.premium-dispute-step span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 18px;
  color: #d8b15c;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.premium-dispute-step h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.premium-dispute-step p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* Resources */
.premium-trust-resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.premium-resource-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(216,177,92,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(216,177,92,0.22);
}

.premium-resource-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.premium-resource-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.75;
}

.premium-resource-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #f2d990;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-trust-hero,
  .premium-trust-grid,
  .premium-dispute-steps,
  .premium-trust-resources {
    grid-template-columns: 1fr;
  }

  .premium-trust-card.large {
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .premium-trust-section {
    padding: 76px 0;
  }

  .premium-trust-hero,
  .premium-trust-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .premium-trust-side {
    grid-template-columns: 1fr;
  }

  .premium-trust-card,
  .premium-dispute-step,
  .premium-resource-card {
    padding: 26px;
    border-radius: 28px;
  }
}

/* Premium FAQ Accordion Section */
.premium-faq-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.16), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #060b13 100%);
}

.premium-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.16;
  pointer-events: none;
}

.premium-faq-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-faq-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.premium-faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.premium-faq-item {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
}

.premium-faq-question {
  width: 100%;
  min-height: 78px;
  padding: 24px 30px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  text-align: left;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.premium-faq-question::after {
  content: "+";
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 100%);
  color: #111;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.premium-faq-item.active .premium-faq-question::after {
  content: "–";
}

.premium-faq-answer {
  display: none;
  padding: 0 30px 28px;
}

.premium-faq-item.active .premium-faq-answer {
  display: block;
}

.premium-faq-answer p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 991px) {
  .premium-faq-accordion-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-faq-section {
    padding: 76px 0;
  }

  .premium-faq-question {
    min-height: auto;
    padding: 22px;
    font-size: 17px;
  }

  .premium-faq-answer {
    padding: 0 22px 24px;
  }
}

/* Premium Footer */
.premium-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,177,92,0.11), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0,109,112,0.13), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0c1622 48%, #040609 100%);
  border-top: 1px solid rgba(216,177,92,0.2);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.14;
  pointer-events: none;
}

.premium-footer .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

.premium-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 1fr;
  gap: 34px;
  padding-bottom: 42px;
}

.premium-footer-logo {
  display: inline-flex;
  margin-bottom: 24px;
}

.premium-footer-logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.premium-footer-brand p,
.premium-footer-disclaimer p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
}

.premium-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-footer-trust span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(216,177,92,0.12);
  border: 1px solid rgba(216,177,92,0.18);
  color: #f2d990;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.premium-footer-column h3,
.premium-footer-contact h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.premium-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-footer-column li {
  margin-bottom: 13px;
}

.premium-footer-column a,
.premium-footer-contact-item a,
.premium-footer-bottom-links a {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.premium-footer-column a:hover,
.premium-footer-contact-item a:hover,
.premium-footer-bottom-links a:hover {
  color: #f2d990;
}

.premium-footer-contact {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(216,177,92,0.16);
}

.premium-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.premium-footer-contact-item i {
  color: #d8b15c;
  font-size: 18px;
  margin-top: 3px;
}

.premium-footer-contact-item span {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.premium-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d77f 0%, #c9932c 52%, #fff0b6 100%);
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(216,177,92,0.26);
}

.premium-footer-btn:hover {
  color: #111;
}

/* Payments */
.premium-footer-payments {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 26px;
}

.premium-footer-payments > span {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.premium-footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.premium-footer-payment-icons img {
  width: 48px;
  height: 30px;
  padding: 6px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(5,8,13,0.86);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Disclaimer */
.premium-footer-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Bottom */
.premium-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
}

.premium-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  font-weight: 700;
}

.premium-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-footer-disclaimer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-footer {
    padding-top: 70px;
  }

  .premium-footer-top {
    grid-template-columns: 1fr;
  }

  .premium-footer-contact,
  .premium-footer-payments {
    padding: 24px;
    border-radius: 26px;
  }

  .premium-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .premium-footer-bottom-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .premium-footer-payment-icons img {
    width: 44px;
    height: 28px;
  }
}

/* =========================================================
   MRBEAST CASINO — HEADER & HERO START
========================================================= */


/* =========================================================
   01. VARIABLES START
========================================================= */

:root {
  --mr-bg: #040611;
  --mr-bg-header: rgba(5, 6, 16, 0.94);

  --mr-white: #ffffff;
  --mr-text: rgba(255, 255, 255, 0.76);
  --mr-text-muted: rgba(255, 255, 255, 0.58);

  --mr-pink: #f40879;
  --mr-pink-light: #ff399d;
  --mr-blue: #00b8ff;

  --mr-border: rgba(255, 255, 255, 0.13);

  --mr-header-height: 86px;
  --mr-container-width: 1320px;
}


/* =========================================================
   01. VARIABLES END
========================================================= */


/* =========================================================
   02. BASIC PAGE SETTINGS START
========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mr-header-height) + 14px);
}

body {
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--mr-header-height) + 14px);
}


/* =========================================================
   02. BASIC PAGE SETTINGS END
========================================================= */


/* =========================================================
   03. HEADER START
========================================================= */

.casino-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  width: 100%;
  height: var(--mr-header-height);

  background:
    linear-gradient(
      180deg,
      rgba(5, 6, 16, 0.98) 0%,
      rgba(9, 10, 22, 0.93) 100%
    );

  border-bottom: 1px solid var(--mr-border);

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.casino-navigation {
  position: relative;

  width: 100%;
  height: var(--mr-header-height);

  display: flex;
  align-items: center;

  gap: 30px;
}


/* =========================================================
   03. HEADER END
========================================================= */


/* =========================================================
   04. HEADER LOGO START
========================================================= */

.casino-header__brand {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  text-decoration: none;
}

.casino-header__logo {
  display: block;

  width: 112px;
  height: 60px;

  object-fit: contain;
  object-position: left center;

  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.casino-header__brand:hover .casino-header__logo {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 10px rgba(255, 57, 157, 0.28));
}


/* =========================================================
   04. HEADER LOGO END
========================================================= */


/* =========================================================
   05. DESKTOP NAVIGATION START
========================================================= */

.casino-header__menu {
  margin-left: auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: clamp(22px, 2vw, 38px);
}

.casino-header__menu a {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 42px;

  color: rgba(255, 255, 255, 0.82);

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;

  white-space: nowrap;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.casino-header__menu a::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      var(--mr-pink),
      var(--mr-blue)
    );

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.25s ease;
}

.casino-header__menu a:hover {
  color: var(--mr-white);
  transform: translateY(-1px);
}

.casino-header__menu a:hover::after {
  transform: scaleX(1);
}


/* =========================================================
   05. DESKTOP NAVIGATION END
========================================================= */


/* =========================================================
   06. HEADER PLAY BUTTON START
========================================================= */

.casino-header__cta {
  flex: 0 0 auto;
  margin-left: 18px;
}

.casino-play-btn {
  min-width: 176px;
  min-height: 54px;

  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 13px;

  border: 0;
  border-radius: 8px;

  color: var(--mr-white);

  background:
    linear-gradient(
      135deg,
      var(--mr-pink) 0%,
      var(--mr-pink-light) 100%
    );

  box-shadow:
    0 12px 34px rgba(244, 8, 121, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;

  white-space: nowrap;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.casino-play-btn:hover {
  color: var(--mr-white);

  transform: translateY(-3px);

  filter: brightness(1.07);

  box-shadow:
    0 18px 44px rgba(244, 8, 121, 0.47),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.casino-play-btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.casino-play-btn:hover i {
  transform: translateX(4px);
}


/* =========================================================
   06. HEADER PLAY BUTTON END
========================================================= */


/* =========================================================
   07. MOBILE MENU BUTTON START
========================================================= */

.mobile-menu-toggle {
  display: none;

  width: 42px;
  height: 42px;

  padding: 8px;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.04);

  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;

  width: 21px;
  height: 2px;

  border-radius: 10px;

  background: var(--mr-white);

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}


/* =========================================================
   07. MOBILE MENU BUTTON END
========================================================= */


/* =========================================================
   08. HERO BASE START
========================================================= */

.casino-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  max-height: 980px;
  padding-top: var(--mr-header-height);
  overflow: hidden;
  background: var(--mr-bg);
}

.casino-hero,
.casino-hero * {
  box-sizing: border-box;
}


/* =========================================================
   08. HERO BASE END
========================================================= */


/* =========================================================
   09. HERO BACKGROUND START
========================================================= */

.casino-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("../media/hero/mrbeast-casino-hero.png");
  background-repeat: no-repeat;
  background-position: 88% 46%;
  background-size: 76% auto;

  filter:
    brightness(1.12)
    saturate(1.08)
    contrast(1.03);

  pointer-events: none;
}


/* =========================================================
   09. HERO BACKGROUND END
========================================================= */


/* =========================================================
   10. HERO OVERLAY START
========================================================= */

.casino-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 16, 1) 0%,
      rgba(3, 5, 16, 0.98) 20%,
      rgba(3, 5, 16, 0.88) 32%,
      rgba(3, 5, 16, 0.54) 44%,
      rgba(3, 5, 16, 0.18) 57%,
      rgba(3, 5, 16, 0.03) 69%,
      rgba(3, 5, 16, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 5, 16, 0.08) 0%,
      rgba(3, 5, 16, 0) 54%,
      rgba(3, 5, 16, 0.2) 100%
    );

  pointer-events: none;
}


/* =========================================================
   10. HERO OVERLAY END
========================================================= */


/* =========================================================
   11. HERO CONTAINER START
========================================================= */

.casino-hero__container {
  position: relative;
  z-index: 3;

  width: 100%;
  height: 100%;
}

.casino-hero__layout {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
}

.casino-hero__content {
  width: 100%;
  max-width: 610px;

  margin-top: -64px;
}


/* =========================================================
   11. HERO CONTAINER END
========================================================= */


/* =========================================================
   12. HERO EYEBROW START
========================================================= */

.casino-hero__eyebrow {
  margin: 0 0 22px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: rgba(255, 255, 255, 0.74);

  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;

  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.casino-hero__eyebrow-dot {
  flex: 0 0 auto;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--mr-pink);

  box-shadow:
    0 0 8px rgba(244, 8, 121, 0.9),
    0 0 18px rgba(244, 8, 121, 0.55);
}


/* =========================================================
   12. HERO EYEBROW END
========================================================= */


/* =========================================================
   13. HERO TITLE START
========================================================= */

.casino-hero__title {
  margin: 0 0 28px;

  display: flex;
  flex-direction: column;

  font-family: "Saira", sans-serif;
  font-size: clamp(76px, 6.7vw, 112px);
  font-weight: 900;
  line-height: 0.83;

  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.casino-hero__title-main {
  display: block;
  color: var(--mr-white);
}

.casino-hero__title-accent {
  display: block;

  margin-top: 16px;

  color: var(--mr-pink);

  text-shadow:
    0 0 22px rgba(244, 8, 121, 0.14);
}


/* =========================================================
   13. HERO TITLE END
========================================================= */


/* =========================================================
   14. HERO TEXT START
========================================================= */

.casino-hero__lead {
  max-width: 540px;

  margin: 0 0 17px;

  color: var(--mr-white);

  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 1.9vw, 32px);
  font-weight: 400;
  line-height: 1.28;
}

.casino-hero__lead strong {
  display: block;

  margin-top: 4px;

  color: var(--mr-white);

  font-weight: 750;
}

.casino-hero__description {
  max-width: 510px;

  margin: 0 0 30px;

  color: var(--mr-text);

  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}


/* =========================================================
   14. HERO TEXT END
========================================================= */


/* =========================================================
   15. HERO PLAY BUTTON START
========================================================= */

.casino-hero__actions {
  margin: 0;

  display: flex;
  align-items: center;
}

.casino-hero__primary-btn {
  min-width: 280px;
  min-height: 64px;

  padding: 0 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  border: 0;
  border-radius: 8px;

  color: var(--mr-white);

  background:
    linear-gradient(
      135deg,
      var(--mr-pink) 0%,
      var(--mr-pink-light) 100%
    );

  box-shadow:
    0 15px 40px rgba(244, 8, 121, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.casino-hero__primary-btn:hover {
  color: var(--mr-white);

  transform: translateY(-3px);

  filter: brightness(1.07);

  box-shadow:
    0 22px 52px rgba(244, 8, 121, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.casino-hero__primary-btn i {
  font-size: 14px;

  transition: transform 0.25s ease;
}

.casino-hero__primary-btn:hover i {
  transform: translateX(5px);
}


/* =========================================================
   15. HERO PLAY BUTTON END
========================================================= */


/* =========================================================
   16. LARGE DESKTOP START
========================================================= */

@media (min-width: 1600px) {
  .casino-header .container-fluid {
    padding-left: max(
      6vw,
      calc((100vw - var(--mr-container-width)) / 2)
    );

    padding-right: max(
      6vw,
      calc((100vw - var(--mr-container-width)) / 2)
    );
  }

  .casino-hero__content {
    max-width: 640px;
    margin-top: -72px;
  }

  .casino-hero__title {
    font-size: 112px;
  }

  .casino-hero__background {
    background-position: 90% 45%;
    background-size: 74% auto;
  }
}


/* =========================================================
   16. LARGE DESKTOP END
========================================================= */


/* =========================================================
   17. NOTEBOOK START
========================================================= */

@media (max-width: 1399px) {
  :root {
    --mr-header-height: 80px;
  }

  .casino-header__logo {
    width: 100px;
    height: 54px;
  }

  .casino-header__menu {
    gap: 22px;
  }

  .casino-header__menu a {
    font-size: 12px;
  }

  .casino-header__cta {
    margin-left: 10px;
  }

  .casino-play-btn {
    min-width: 158px;
    min-height: 50px;

    padding: 0 21px;

    font-size: 12px;
  }

  .casino-hero__content {
    max-width: 550px;
    margin-top: -55px;
  }

  .casino-hero__title {
    font-size: clamp(70px, 6vw, 90px);
  }

  .casino-hero__lead {
    font-size: clamp(23px, 1.8vw, 28px);
  }

  .casino-hero__description {
    max-width: 485px;

    font-size: 15px;
  }

  .casino-hero__background {
    background-position: 92% 46%;
    background-size: 78% auto;
  }
}


/* =========================================================
   17. NOTEBOOK END
========================================================= */


/* =========================================================
   18. SMALL NOTEBOOK / TABLET START
========================================================= */

@media (max-width: 1199px) {
  .casino-navigation {
    gap: 18px;
  }

  .casino-header__menu {
    gap: 17px;
  }

  .casino-header__menu a {
    font-size: 11px;
  }

  .casino-play-btn {
    min-width: 145px;

    padding: 0 17px;
  }

  .casino-hero__content {
    max-width: 490px;
    margin-top: -40px;
  }

  .casino-hero__title {
    font-size: 72px;
  }

  .casino-hero__lead {
    max-width: 450px;

    font-size: 24px;
  }

  .casino-hero__description {
    max-width: 440px;
  }

  .casino-hero__background {
    background-position: 96% 47%;
    background-size: 83% auto;
  }

  .casino-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 5, 16, 1) 0%,
        rgba(3, 5, 16, 0.98) 27%,
        rgba(3, 5, 16, 0.84) 43%,
        rgba(3, 5, 16, 0.42) 61%,
        rgba(3, 5, 16, 0.08) 78%,
        rgba(3, 5, 16, 0) 100%
      ),
      linear-gradient(
        180deg,
        rgba(3, 5, 16, 0.08) 0%,
        rgba(3, 5, 16, 0.06) 60%,
        rgba(3, 5, 16, 0.24) 100%
      );
  }
}


/* =========================================================
   18. SMALL NOTEBOOK / TABLET END
========================================================= */


/* =========================================================
   19. MOBILE NAVIGATION AND HERO START
========================================================= */

@media (max-width: 991px) {
  :root {
    --mr-header-height: 74px;
  }

  .casino-navigation {
    gap: 12px;
  }

  .casino-header__logo {
    width: 92px;
    height: 50px;
  }

  .mobile-menu-toggle {
    display: flex;

    order: 4;

    margin-left: 5px;
  }

  .casino-header__menu {
    position: absolute;
    top: calc(var(--mr-header-height) + 8px);
    left: 0;
    right: 0;
    z-index: 100;

    margin: 0;
    padding: 13px 18px;

    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;

    border: 1px solid var(--mr-border);
    border-radius: 12px;

    background: rgba(5, 7, 20, 0.98);

    box-shadow:
      0 20px 55px rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .casino-header__menu.active {
    display: flex;
  }

  .casino-header__menu a {
    width: 100%;
    min-height: 0;

    padding: 13px 3px;

    font-size: 13px;

    border-bottom:
      1px solid rgba(255, 255, 255, 0.07);
  }

  .casino-header__menu a:last-child {
    border-bottom: 0;
  }

  .casino-header__menu a::after {
    display: none;
  }

  .casino-header__cta {
    margin-left: auto;
  }

  .casino-play-btn {
    min-width: 136px;
    min-height: 44px;

    padding: 0 15px;

    font-size: 11px;
  }

  .casino-hero {
    height: auto;
    min-height: 760px;
    max-height: none;
  }

  .casino-hero__container,
  .casino-hero__layout {
    min-height:
      calc(760px - var(--mr-header-height));
  }

  .casino-hero__content {
    max-width: 520px;

    margin-top: -20px;
  }

  .casino-hero__title {
    font-size: 70px;
  }

  .casino-hero__description {
    max-width: 460px;
  }

  .casino-hero__background {
    background-position: 80% center;
    background-size: auto 88%;

    filter:
      brightness(1.08)
      saturate(1.06)
      contrast(1.02);
  }

  .casino-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 5, 16, 0.99) 0%,
        rgba(3, 5, 16, 0.95) 53%,
        rgba(3, 5, 16, 0.62) 75%,
        rgba(3, 5, 16, 0.25) 100%
      ),
      linear-gradient(
        180deg,
        rgba(3, 5, 16, 0.12) 0%,
        rgba(3, 5, 16, 0.35) 100%
      );
  }
}


/* =========================================================
   19. MOBILE NAVIGATION AND HERO END
========================================================= */


/* =========================================================
   20. SMALL MOBILE START
========================================================= */

@media (max-width: 575px) {
  :root {
    --mr-header-height: 68px;
  }

  .casino-header .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .casino-header__logo {
    width: 78px;
    height: 43px;
  }

  .casino-header__cta {
    margin-left: auto;
  }

  .casino-play-btn {
    min-width: 111px;
    min-height: 39px;

    padding: 0 12px;

    gap: 7px;

    font-size: 9px;
  }

  .casino-play-btn i {
    display: none;
  }

  .mobile-menu-toggle {
    width: 39px;
    height: 39px;

    padding: 7px;
  }

  .casino-header__menu {
    top: calc(var(--mr-header-height) + 7px);
  }

  .casino-hero {
    min-height: 700px;
  }

  .casino-hero__container,
  .casino-hero__layout {
    min-height:
      calc(700px - var(--mr-header-height));
  }

  .casino-hero__content {
    max-width: 100%;

    margin-top: -10px;

    padding: 20px 0 34px;
  }

  .casino-hero__eyebrow {
    max-width: 280px;

    margin-bottom: 18px;

    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.085em;
  }

  .casino-hero__title {
    margin-bottom: 23px;

    font-size: clamp(52px, 17vw, 70px);
    line-height: 0.87;
  }

  .casino-hero__title-accent {
    margin-top: 12px;
  }

  .casino-hero__lead {
    max-width: 345px;

    margin-bottom: 15px;

    font-size: 21px;
  }

  .casino-hero__description {
    max-width: 345px;

    margin-bottom: 26px;

    font-size: 14px;
    line-height: 1.6;
  }

  .casino-hero__primary-btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;

    padding: 0 22px;

    font-size: 13px;
  }

  .casino-hero__background {
    background-position: 64% center;
    background-size: auto 78%;

    opacity: 0.68;

    filter:
      brightness(1.07)
      saturate(1.05)
      contrast(1.02);
  }

  .casino-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 5, 16, 0.75) 0%,
        rgba(3, 5, 16, 0.89) 42%,
        rgba(3, 5, 16, 0.985) 100%
      );
  }
}


/* =========================================================
   20. SMALL MOBILE END
========================================================= */


/* =========================================================
   MRBEAST CASINO — HEADER & HERO END
========================================================= */

/* =========================================================
   MRBEAST CASINO — POPULAR GAMES START
========================================================= */

.premium-games-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;

  padding: 92px 0 100px;

  background:
    radial-gradient(
      circle at 6% 12%,
      rgba(0, 184, 255, 0.14) 0%,
      rgba(0, 184, 255, 0.045) 27%,
      transparent 51%
    ),
    radial-gradient(
      circle at 94% 18%,
      rgba(244, 8, 121, 0.18) 0%,
      rgba(244, 8, 121, 0.05) 29%,
      transparent 53%
    ),
    linear-gradient(
      180deg,
      #060817 0%,
      #08091b 52%,
      #050611 100%
    );
}

.premium-games-section::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -2;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );

  background-size: 60px 60px;

  opacity: 0.35;

  pointer-events: none;
}

.premium-games-section::after {
  content: "";

  position: absolute;
  top: -190px;
  right: -130px;
  z-index: -1;

  width: 560px;
  height: 560px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(244, 8, 121, 0.2) 0%,
      rgba(90, 39, 255, 0.08) 44%,
      transparent 73%
    );

  filter: blur(20px);

  pointer-events: none;
}

.premium-games-section > .container {
  position: relative;
  z-index: 2;

  width: calc(100% - 72px);
  max-width: 1660px;

  margin-left: auto;
  margin-right: auto;

  padding-left: 0;
  padding-right: 0;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.premium-section-heading {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 48px;
}

.premium-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 16px;
  padding: 8px 16px;

  border: 1px solid rgba(244, 8, 121, 0.32);
  border-radius: 999px;

  color: #ff4aa4;

  background: rgba(244, 8, 121, 0.08);

  box-shadow:
    inset 0 0 18px rgba(244, 8, 121, 0.04),
    0 0 22px rgba(244, 8, 121, 0.04);

  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;

  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.premium-section-heading h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-family: "Saira", sans-serif;
  font-size: clamp(42px, 4.3vw, 68px);
  font-weight: 900;
  line-height: 1.04;

  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.premium-section-heading h2 span {
  color: #f40879;

  text-shadow:
    0 0 24px rgba(244, 8, 121, 0.17);
}

.premium-section-heading p {
  width: 100%;
  max-width: 790px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.67);

  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}


/* =========================================================
   GAMES GRID
========================================================= */

.premium-games-grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));

  gap: 20px;
}


/* =========================================================
   GAME CARD
========================================================= */

.premium-game-card {
  position: relative;
  overflow: hidden;

  width: 100%;
  min-width: 0;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.018)
    );

  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  transform: translateZ(0);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.premium-game-card::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(4, 5, 16, 0.18) 72%,
      rgba(4, 5, 16, 0.62) 100%
    );

  pointer-events: none;
}

.premium-game-card:hover {
  transform: translateY(-7px);

  border-color: rgba(244, 8, 121, 0.5);

  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.43),
    0 0 30px rgba(244, 8, 121, 0.12);
}

.premium-game-card img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 3 / 4.15;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.42s ease,
    filter 0.42s ease;
}

.premium-game-card:hover img {
  transform: scale(1.055);

  filter:
    brightness(0.7)
    saturate(1.1);
}


/* =========================================================
   GAME CARD OVERLAY
========================================================= */

.premium-game-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px;

  opacity: 0;

  background:
    radial-gradient(
      circle at center,
      rgba(244, 8, 121, 0.13),
      rgba(4, 5, 16, 0.3) 56%,
      rgba(4, 5, 16, 0.56) 100%
    );

  transition: opacity 0.3s ease;
}

.premium-game-card:hover .premium-game-overlay {
  opacity: 1;
}

.premium-game-overlay a {
  min-width: 128px;
  min-height: 46px;

  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #f40879 0%,
      #ff399d 100%
    );

  box-shadow:
    0 12px 30px rgba(244, 8, 121, 0.39),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);

  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.035em;

  transform: translateY(9px);

  transition:
    transform 0.3s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.premium-game-card:hover .premium-game-overlay a {
  transform: translateY(0);
}

.premium-game-overlay a:hover {
  color: #ffffff;

  filter: brightness(1.08);

  box-shadow:
    0 17px 38px rgba(244, 8, 121, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1499px) {
  .premium-games-section > .container {
    width: calc(100% - 56px);
    max-width: 1420px;
  }

  .premium-games-grid {
    gap: 17px;
  }

  .premium-game-card {
    border-radius: 15px;
  }
}

@media (max-width: 1199px) {
  .premium-games-section {
    padding: 84px 0 90px;
  }

  .premium-games-section > .container {
    width: calc(100% - 44px);
  }

  .premium-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 17px;
  }
}

@media (max-width: 991px) {
  .premium-games-section {
    padding: 76px 0 82px;
  }

  .premium-games-section > .container {
    width: calc(100% - 36px);
  }

  .premium-section-heading {
    margin-bottom: 40px;
  }

  .premium-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;
  }
}

@media (max-width: 767px) {
  .premium-games-section > .container {
    width: calc(100% - 28px);
  }

  .premium-section-heading h2 {
    font-size: 40px;
  }

  .premium-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;
  }

  .premium-game-card {
    border-radius: 13px;
  }
}

@media (max-width: 575px) {
  .premium-games-section {
    padding: 66px 0 72px;
  }

  .premium-games-section > .container {
    width: calc(100% - 22px);
  }

  .premium-section-heading {
    margin-bottom: 34px;
  }

  .premium-section-kicker {
    margin-bottom: 13px;

    font-size: 9px;
  }

  .premium-section-heading h2 {
    margin-bottom: 16px;

    font-size: 34px;
    line-height: 1.07;
  }

  .premium-section-heading p {
    font-size: 14px;
    line-height: 1.62;
  }

  .premium-games-grid {
    gap: 11px;
  }

  .premium-game-card {
    border-radius: 10px;
  }

  .premium-game-overlay {
    align-items: flex-end;

    padding: 9px;

    opacity: 1;

    background:
      linear-gradient(
        180deg,
        transparent 48%,
        rgba(4, 5, 16, 0.82) 100%
      );
  }

  .premium-game-overlay a {
    width: 100%;
    min-width: 0;
    min-height: 39px;

    padding: 0 9px;

    font-size: 10px;

    transform: none;
  }
}

/* =========================================================
   MRBEAST CASINO — POPULAR GAMES END
========================================================= */

/* =====================================================
   MRBEAST CASINO — ADVANTAGES START
===================================================== */

.premium-advantages-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(35, 130, 255, 0.18),
      transparent 31%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(255, 48, 183, 0.15),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #050713 0%,
      #080b1d 50%,
      #050611 100%
    );
}

.premium-advantages-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    );
  background-size: 70px 70px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}

.premium-advantages-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -220px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255, 48, 183, 0.16);
  filter: blur(115px);
  pointer-events: none;
}

.premium-advantages-section .container {
  position: relative;
  z-index: 2;
  max-width: 1480px;
}

/* Section heading */

.premium-advantages-section .premium-section-heading {
  max-width: 940px;
  margin: 0 auto 54px;
}

.premium-advantages-section .premium-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid rgba(86, 163, 255, 0.28);
  border-radius: 999px;
  background: rgba(38, 119, 255, 0.1);
  color: #82c3ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-advantages-section .premium-section-heading h2 {
  margin: 22px 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.premium-advantages-section .premium-section-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(231, 237, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

/* Advantages grid */

.premium-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.premium-advantage-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 30px;
  background:
    linear-gradient(
      150deg,
      rgba(17, 25, 62, 0.96),
      rgba(8, 11, 30, 0.98)
    );
  box-shadow:
    0 26px 65px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.premium-advantage-card.large-card {
  grid-column: span 2;
}

.premium-advantage-card::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(40, 131, 255, 0.14);
  filter: blur(4px);
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.premium-advantage-card:nth-child(3n)::before,
.premium-advantage-card:nth-child(6n)::before {
  background: rgba(255, 52, 185, 0.13);
}

.premium-advantage-card::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      #2f8cff,
      #ff4bbb,
      transparent
    );
  opacity: 0.55;
}

.premium-advantage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(91, 166, 255, 0.32);
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(42, 128, 255, 0.08);
}

.premium-advantage-card:hover::before {
  transform: scale(1.16);
  opacity: 0.95;
}

.premium-advantage-icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  background:
    linear-gradient(
      145deg,
      rgba(38, 137, 255, 0.28),
      rgba(255, 52, 184, 0.18)
    );
  color: #8ac8ff;
  font-size: 24px;
  box-shadow:
    0 16px 34px rgba(24, 97, 224, 0.2);
}

.premium-advantage-card:nth-child(3n) .premium-advantage-icon,
.premium-advantage-card:nth-child(6n) .premium-advantage-icon {
  color: #ff86d1;
}

.premium-advantage-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.premium-advantage-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(231, 237, 255, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

/* Bottom strip */

.premium-advantages-strip {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 34px;
  padding: 30px 34px;
  border: 1px solid rgba(90, 164, 255, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(255, 56, 185, 0.13),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(22, 37, 82, 0.95),
      rgba(12, 14, 38, 0.98)
    );
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.premium-advantages-strip::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 52, 184, 0.12);
  filter: blur(10px);
}

.premium-advantages-strip > div {
  position: relative;
  z-index: 2;
}

.premium-advantages-strip strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.premium-advantages-strip span {
  display: block;
  color: rgba(231, 237, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

/* Responsive layout */

@media (max-width: 1199px) {
  .premium-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-advantage-card.large-card {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .premium-advantages-section {
    padding: 76px 0;
  }

  .premium-advantages-section .premium-section-heading {
    margin-bottom: 38px;
  }

  .premium-advantages-grid {
    grid-template-columns: 1fr;
  }

  .premium-advantage-card {
    min-height: auto;
    padding: 26px;
    border-radius: 25px;
  }

  .premium-advantages-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
  }
}

/* =====================================================
   MRBEAST CASINO — ADVANTAGES END
===================================================== */

/* =====================================================
   MRBEAST CASINO — CANADA BONUSES
===================================================== */

.beast-rewards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(31, 128, 255, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 91% 72%,
      rgba(255, 45, 181, 0.16),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #050713 0%,
      #080b1d 48%,
      #050611 100%
    );
}

.beast-rewards::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    );
  background-size: 70px 70px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}

.beast-rewards .container {
  position: relative;
  z-index: 2;
}

.beast-rewards__glow {
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(130px);
  pointer-events: none;
}

.beast-rewards__glow--blue {
  top: 4%;
  left: -330px;
  background: #1485ff;
}

.beast-rewards__glow--pink {
  right: -340px;
  bottom: 4%;
  background: #ff2db9;
}

/* =====================================================
   Main promotion banner
===================================================== */

.beast-rewards-hero {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(390px, 0.95fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(103, 170, 255, 0.24);
  border-radius: 42px;
  background:
    radial-gradient(
      circle at 84% 20%,
      rgba(255, 50, 184, 0.18),
      transparent 33%
    ),
    radial-gradient(
      circle at 16% 90%,
      rgba(33, 119, 255, 0.17),
      transparent 37%
    ),
    linear-gradient(
      135deg,
      #0d1538 0%,
      #090d23 47%,
      #190928 100%
    );
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.beast-rewards-hero::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -140px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.018),
    0 0 0 140px rgba(255, 255, 255, 0.012);
}

.beast-rewards-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 34px 72px 72px;
}

.beast-rewards-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  gap: 9px;
  align-items: center;
  padding: 9px 15px 9px 10px;
  border: 1px solid rgba(88, 164, 255, 0.25);
  border-radius: 999px;
  background: rgba(43, 121, 255, 0.1);
  color: #87c5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beast-rewards-hero__flag {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
}

.beast-rewards-hero__title {
  max-width: 700px;
  margin: 26px 0 22px;
  color: #ffffff;
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.beast-rewards-hero__title span {
  display: block;
  margin-top: 8px;
  color: #ff52bd;
}

.beast-rewards-hero__text {
  max-width: 620px;
  margin: 0;
  color: rgba(231, 237, 255, 0.69);
  font-size: 17px;
  line-height: 1.72;
}

.beast-rewards-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.beast-rewards-hero__features span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(238, 242, 255, 0.77);
  font-size: 12px;
  font-weight: 700;
}

.beast-rewards-hero__features i {
  color: #78bcff;
}

.beast-rewards-hero__offer {
  display: flex;
  width: fit-content;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 82, 191, 0.23);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 58, 181, 0.11),
      rgba(45, 122, 255, 0.08)
    );
}

.beast-rewards-hero__offer-label {
  position: absolute;
  transform: translateY(-42px);
  color: rgba(236, 240, 255, 0.52);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.beast-rewards-hero__offer > strong {
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.beast-rewards-hero__offer > div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.beast-rewards-hero__offer > div span {
  display: block;
  color: #8cc8ff;
  font-size: 15px;
  font-weight: 800;
}

.beast-rewards-hero__offer > div span + span {
  margin-top: 4px;
  color: #ff7dcd;
}

/* =====================================================
   Decorative gift visual
===================================================== */

.beast-rewards-hero__visual {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.beast-rewards-hero__visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 66, 189, 0.26),
      rgba(45, 119, 255, 0.12) 43%,
      transparent 70%
    );
  filter: blur(5px);
}

.beast-reward-orbit {
  position: absolute;
  border: 1px solid rgba(126, 190, 255, 0.15);
  border-radius: 50%;
}

.beast-reward-orbit--outer {
  width: 470px;
  height: 470px;
  animation: beast-orbit-spin 26s linear infinite;
}

.beast-reward-orbit--inner {
  width: 340px;
  height: 340px;
  border-style: dashed;
  border-color: rgba(255, 100, 203, 0.17);
  animation: beast-orbit-spin 18s linear infinite reverse;
}

.beast-reward-particle {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(35, 105, 221, 0.75),
      rgba(255, 49, 181, 0.55)
    );
  color: #ffffff;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.25);
  animation: beast-float 4s ease-in-out infinite;
}

.beast-reward-particle--one {
  top: 20%;
  left: 20%;
}

.beast-reward-particle--two {
  top: 27%;
  right: 15%;
  animation-delay: -1s;
}

.beast-reward-particle--three {
  right: 19%;
  bottom: 23%;
  animation-delay: -2s;
}

.beast-reward-particle--four {
  bottom: 19%;
  left: 17%;
  animation-delay: -3s;
}

.beast-gift {
  position: relative;
  z-index: 4;
  width: 270px;
  height: 280px;
  transform: rotate(-4deg);
  filter:
    drop-shadow(0 36px 35px rgba(0, 0, 0, 0.38));
}

.beast-gift__light {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 210px;
  height: 210px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 67, 188, 0.28);
  filter: blur(52px);
}

.beast-gift__lid {
  position: absolute;
  z-index: 3;
  top: 47px;
  left: 7px;
  width: 256px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      #ff58bf,
      #ec2ba7 57%,
      #a81779
    );
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.22),
    0 18px 27px rgba(91, 0, 65, 0.25);
}

.beast-gift__box {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: 22px;
  width: 226px;
  height: 175px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 11px 11px 25px 25px;
  background:
    linear-gradient(
      145deg,
      #258cff,
      #1264df 57%,
      #103a96
    );
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.18);
}

.beast-gift__ribbon {
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background:
    linear-gradient(
      180deg,
      #fff6a8,
      #f2b527
    );
}

.beast-gift__ribbon--lid {
  top: 0;
  width: 47px;
  height: 100%;
}

.beast-gift__ribbon--box {
  top: 0;
  width: 40px;
  height: 100%;
}

.beast-gift__logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      #ff4bb9,
      #c51c91
    );
  color: #ffffff;
  font-size: 28px;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.22);
}

.beast-reward-badge {
  position: absolute;
  z-index: 6;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(11, 17, 43, 0.86);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(15px);
}

.beast-reward-badge > i {
  display: flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background:
    linear-gradient(
      145deg,
      rgba(39, 137, 255, 0.3),
      rgba(255, 55, 183, 0.22)
    );
  color: #8bc7ff;
}

.beast-reward-badge strong,
.beast-reward-badge span {
  display: block;
}

.beast-reward-badge strong {
  color: #ffffff;
  font-size: 17px;
}

.beast-reward-badge span {
  margin-top: 2px;
  color: rgba(230, 236, 255, 0.56);
  font-size: 10px;
}

.beast-reward-badge--spins {
  right: 8%;
  bottom: 18%;
  animation: beast-float 4.5s ease-in-out infinite;
}

.beast-reward-badge--bonus {
  top: 18%;
  left: 6%;
  animation: beast-float 5s ease-in-out infinite -2s;
}

/* =====================================================
   Section headings
===================================================== */

.beast-rewards-heading {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
  margin: 95px 0 42px;
}

.beast-rewards-heading__label {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(85, 162, 255, 0.25);
  border-radius: 999px;
  background: rgba(38, 119, 255, 0.09);
  color: #81c2ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.beast-rewards-heading h3 {
  margin: 19px 0 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.beast-rewards-heading h3 span {
  display: block;
  color: #ff57c0;
}

.beast-rewards-heading > p {
  max-width: 430px;
  margin: 0;
  color: rgba(229, 235, 255, 0.64);
  font-size: 15px;
  line-height: 1.65;
}

/* =====================================================
   Welcome journey
===================================================== */

.beast-journey {
  position: relative;
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.beast-journey__line {
  position: absolute;
  z-index: 0;
  top: 31px;
  right: 12%;
  left: 12%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.beast-journey__line span {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #258cff,
      #705dff 48%,
      #ff48ba
    );
  box-shadow:
    0 0 20px rgba(55, 136, 255, 0.5);
}

.beast-journey-card {
  position: relative;
  z-index: 2;
  padding-top: 76px;
}

.beast-journey-card__step {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 63px;
  height: 63px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border: 8px solid #070a18;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      #278eff,
      #3159d8
    );
  box-shadow:
    0 0 0 1px rgba(100, 174, 255, 0.25),
    0 12px 28px rgba(0, 0, 0, 0.3);
}

.beast-journey-card__step span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.beast-journey-card--final .beast-journey-card__step {
  background:
    linear-gradient(
      145deg,
      #ff53be,
      #b91b8a
    );
}

.beast-journey-card__body {
  min-height: 315px;
  padding: 29px 25px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 25px;
  background:
    linear-gradient(
      155deg,
      rgba(17, 24, 59, 0.97),
      rgba(8, 11, 29, 0.99)
    );
  text-align: center;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.27);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.beast-journey-card:hover .beast-journey-card__body {
  transform: translateY(-7px);
  border-color: rgba(88, 164, 255, 0.32);
  box-shadow:
    0 34px 75px rgba(0, 0, 0, 0.35);
}

.beast-journey-card--active .beast-journey-card__body {
  border-color: rgba(75, 157, 255, 0.28);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(43, 130, 255, 0.17),
      transparent 46%
    ),
    linear-gradient(
      155deg,
      rgba(18, 30, 75, 0.98),
      rgba(8, 11, 29, 0.99)
    );
}

.beast-journey-card--final .beast-journey-card__body {
  border-color: rgba(255, 76, 190, 0.25);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 49, 181, 0.15),
      transparent 46%
    ),
    linear-gradient(
      155deg,
      rgba(32, 19, 65, 0.98),
      rgba(9, 10, 29, 0.99)
    );
}

.beast-journey-card__label {
  color: rgba(231, 236, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beast-journey-card__percentage {
  display: block;
  margin-top: 31px;
  color: #ffffff;
  font-size: clamp(53px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.beast-journey-card h4 {
  margin: 16px 0 23px;
  color: #88c7ff;
  font-size: 21px;
  font-weight: 800;
}

.beast-journey-card__reward {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(255, 82, 193, 0.23);
  border-radius: 999px;
  background: rgba(255, 51, 181, 0.09);
  color: #ff82cf;
  font-size: 12px;
  font-weight: 800;
}

.beast-journey-card__reward--blue {
  border-color: rgba(85, 165, 255, 0.23);
  background: rgba(39, 126, 255, 0.09);
  color: #83c4ff;
}

/* =====================================================
   Ongoing rewards
===================================================== */

.beast-rewards-heading--ongoing {
  margin-top: 115px;
}

.beast-reward-grid {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.beast-reward-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 29px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.beast-reward-card:hover {
  transform: translateY(-8px);
}

.beast-reward-card--weekly {
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(49, 142, 255, 0.3),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #102b67,
      #0a1435 62%,
      #070b1d
    );
}

.beast-reward-card--weekend {
  border-color: rgba(255, 75, 189, 0.25);
  background:
    radial-gradient(
      circle at 84% 15%,
      rgba(255, 58, 185, 0.31),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #4c1254,
      #211039 61%,
      #090a1e
    );
}

.beast-reward-card--cashback {
  background:
    radial-gradient(
      circle at 84% 15%,
      rgba(121, 85, 255, 0.29),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #242265,
      #15143c 61%,
      #090a1e
    );
}

.beast-reward-card__icon {
  display: flex;
  width: 63px;
  height: 63px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
  font-size: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.beast-reward-card__content {
  position: relative;
  z-index: 3;
  margin-top: 50px;
}

.beast-reward-card__label {
  color: rgba(236, 240, 255, 0.57);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.beast-reward-card h4 {
  margin: 13px 0 17px;
  color: #ffffff;
  font-size: clamp(45px, 4.8vw, 67px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.beast-reward-card h4 span {
  display: block;
  margin-top: 11px;
  color: #8cc8ff;
  font-size: 0.38em;
  letter-spacing: -0.02em;
}

.beast-reward-card--weekend h4 span,
.beast-reward-card--cashback h4 span {
  color: #ff81ce;
}

.beast-reward-card__content > p {
  max-width: 330px;
  margin: 0;
  color: rgba(232, 237, 255, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.beast-reward-card__extra {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 110, 207, 0.25);
  border-radius: 999px;
  background: rgba(255, 58, 184, 0.11);
  color: #ff98d9;
  font-size: 13px;
  font-weight: 800;
}

.beast-reward-card__decoration {
  position: absolute;
  right: -18px;
  bottom: -41px;
  opacity: 0.055;
  pointer-events: none;
}

.beast-reward-card__decoration span {
  color: #ffffff;
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.09em;
}

.beast-cashback-options {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.beast-cashback-options span {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(231, 236, 255, 0.6);
  font-size: 10px;
}

.beast-cashback-options strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
}

/* =====================================================
   Compact promotion terms
===================================================== */

.beast-reward-terms {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.8fr)
    minmax(0, 1.2fr);
  gap: 30px;
  align-items: center;
  margin-top: 70px;
  padding: 27px 30px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(17, 23, 56, 0.96),
      rgba(8, 10, 27, 0.98)
    );
  box-shadow:
    0 23px 60px rgba(0, 0, 0, 0.26);
}

.beast-reward-terms__intro {
  display: flex;
  gap: 15px;
  align-items: center;
}

.beast-reward-terms__icon {
  display: flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(44, 130, 255, 0.25),
      rgba(255, 54, 183, 0.17)
    );
  color: #87c6ff;
}

.beast-reward-terms__intro strong,
.beast-reward-terms__intro span {
  display: block;
}

.beast-reward-terms__intro strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 15px;
}

.beast-reward-terms__intro span {
  color: rgba(230, 236, 255, 0.56);
  font-size: 12px;
  line-height: 1.5;
}

.beast-reward-terms__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.beast-reward-terms__items span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(235, 239, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
}

.beast-reward-terms__items i {
  color: #76bcff;
  font-size: 9px;
}

.beast-rewards__disclaimer {
  max-width: 980px;
  margin: 22px auto 0;
  color: rgba(226, 232, 251, 0.43);
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

/* =====================================================
   Animation
===================================================== */

@keyframes beast-orbit-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes beast-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* =====================================================
   Responsive layout
===================================================== */

@media (max-width: 1199px) {
  .beast-rewards-hero {
    grid-template-columns: 1fr;
  }

  .beast-rewards-hero__content {
    padding: 65px 60px 20px;
  }

  .beast-rewards-hero__visual {
    min-height: 520px;
  }

  .beast-journey {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }

  .beast-journey__line {
    display: none;
  }

  .beast-reward-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .beast-reward-card--cashback {
    grid-column: 1 / -1;
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .beast-rewards {
    padding: 95px 0;
  }

  .beast-rewards-heading {
    display: block;
  }

  .beast-rewards-heading > p {
    margin-top: 19px;
  }

  .beast-reward-terms {
    grid-template-columns: 1fr;
  }

  .beast-reward-terms__items {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .beast-rewards {
    padding: 72px 0;
  }

  .beast-rewards-hero {
    min-height: auto;
    border-radius: 27px;
  }

  .beast-rewards-hero__content {
    padding: 42px 24px 10px;
  }

  .beast-rewards-hero__title {
    font-size: clamp(47px, 13vw, 68px);
  }

  .beast-rewards-hero__text {
    font-size: 15px;
  }

  .beast-rewards-hero__offer {
    align-items: flex-start;
  }

  .beast-rewards-hero__offer > strong {
    font-size: 39px;
  }

  .beast-rewards-hero__visual {
    min-height: 440px;
    transform: scale(0.88);
  }

  .beast-rewards-heading {
    margin-top: 75px;
  }

  .beast-journey {
    grid-template-columns: 1fr;
  }

  .beast-journey-card {
    padding-top: 66px;
  }

  .beast-journey-card__body {
    min-height: 285px;
  }

  .beast-reward-grid {
    grid-template-columns: 1fr;
  }

  .beast-reward-card,
  .beast-reward-card--cashback {
    grid-column: auto;
    min-height: 390px;
  }

  .beast-reward-terms {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .beast-rewards-hero__content {
    padding: 36px 19px 0;
  }

  .beast-rewards-hero__features {
    display: grid;
    grid-template-columns: 1fr;
  }

  .beast-rewards-hero__offer {
    width: 100%;
    gap: 13px;
    padding: 14px;
  }

  .beast-rewards-hero__offer > div {
    padding-left: 13px;
  }

  .beast-rewards-hero__offer > div span {
    font-size: 13px;
  }

  .beast-rewards-hero__visual {
    min-height: 390px;
    margin: -10px -32px 0;
    transform: scale(0.78);
  }

  .beast-rewards-heading h3 {
    font-size: 42px;
  }

  .beast-reward-card {
    min-height: 365px;
    padding: 27px;
  }

  .beast-cashback-options {
    flex-direction: column;
  }

  .beast-reward-terms__intro {
    align-items: flex-start;
  }
}

/* =====================================================
   MRBEAST CASINO — CANADA BONUSES END
===================================================== */

/* =====================================================
   MRBEAST CASINO — LIVE CASINO CHOICE START
===================================================== */


/* =====================================================
   SECTION BACKGROUND
===================================================== */

.mb-live-choice {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 112px 0 105px;

    background:
        radial-gradient(
            circle at 8% 22%,
            rgba(27, 99, 221, 0.13),
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 20%,
            rgba(239, 36, 137, 0.11),
            transparent 31%
        ),
        radial-gradient(
            circle at 54% 72%,
            rgba(88, 57, 215, 0.09),
            transparent 37%
        ),
        linear-gradient(
            180deg,
            #080b1b 0%,
            #0a0e21 48%,
            #070a18 100%
        );
}


.mb-live-choice::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(64, 112, 255, 0.035) 28%,
            transparent 51%,
            rgba(255, 48, 148, 0.03) 76%,
            transparent 100%
        );

    opacity: 0.9;
}


.mb-live-choice::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: -440px;
    z-index: -1;

    width: 1100px;
    height: 650px;

    border-radius: 50%;

    pointer-events: none;

    background:
        radial-gradient(
            circle,
            rgba(45, 84, 220, 0.14),
            transparent 68%
        );

    filter: blur(80px);

    transform: translateX(-50%);
}


/* =====================================================
   HEADING
===================================================== */

.mb-live-choice__heading {
    width: min(810px, 100%);

    margin: 0 auto 62px;

    text-align: center;
}


.mb-live-choice__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 19px;
    padding: 9px 15px;

    border: 1px solid rgba(255, 196, 65, 0.26);
    border-radius: 999px;

    color: #ffd15e;
    background: rgba(255, 190, 44, 0.065);

    box-shadow:
        inset 0 0 16px rgba(255, 190, 44, 0.035),
        0 0 24px rgba(255, 190, 44, 0.025);

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}


.mb-live-choice__eyebrow::before {
    content: "";

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ffd15e;

    box-shadow:
        0 0 12px rgba(255, 209, 94, 0.85);
}


.mb-live-choice__heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}


.mb-live-choice__heading h2 span {
    display: inline-block;

    color: transparent;

    background:
        linear-gradient(
            100deg,
            #ffefb1 0%,
            #f3c150 38%,
            #fff0aa 68%,
            #dba032 100%
        );

    background-clip: text;
    -webkit-background-clip: text;
}


.mb-live-choice__heading p {
    max-width: 650px;

    margin: 23px auto 0;

    color: rgba(232, 237, 248, 0.69);

    font-size: 16px;
    line-height: 1.75;
}


/* =====================================================
   MAIN GAME GRID
===================================================== */

.mb-live-choice__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(270px, 0.72fr)
        minmax(0, 1fr);

    gap: 22px;
    align-items: stretch;

    max-width: 1240px;

    margin: 0 auto;
}


/* =====================================================
   GAME CARDS
===================================================== */

.mb-live-game {
    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    color: inherit;
    text-decoration: none;

    border: 1px solid rgba(113, 132, 198, 0.18);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(18, 24, 48, 0.98),
            rgba(8, 12, 28, 0.99)
        );

    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.37),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);

    transition:
        transform 0.36s ease,
        border-color 0.36s ease,
        box-shadow 0.36s ease;
}


.mb-live-game:hover {
    border-color: rgba(93, 127, 255, 0.44);

    box-shadow:
        0 34px 88px rgba(0, 0, 0, 0.48),
        0 0 44px rgba(53, 94, 255, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    transform: translateY(-6px);
}


.mb-live-game--roulette {
    min-height: 650px;
}


.mb-live-game--small {
    min-height: 314px;
}


/* =====================================================
   GAME VIDEO
===================================================== */

.mb-live-game__media {
    position: relative;

    overflow: hidden;

    background: #090d1e;
}


.mb-live-game--roulette .mb-live-game__media {
    flex: 1 1 auto;

    min-height: 455px;
}


.mb-live-game--small .mb-live-game__media {
    flex: 0 0 auto;

    height: 180px;
}


.mb-live-game__media video {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.01);

    transition:
        transform 0.75s ease,
        filter 0.5s ease;
}


.mb-live-game:hover .mb-live-game__media video {
    transform: scale(1.055);
    filter: brightness(1.06);
}


.mb-live-game__overlay {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(6, 10, 25, 0.94),
            transparent 55%
        ),
        linear-gradient(
            120deg,
            rgba(38, 86, 255, 0.08),
            transparent 48%
        );
}


.mb-live-game__status {
    position: absolute;
    top: 16px;
    right: 16px;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 10px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;

    color: rgba(255, 255, 255, 0.86);
    background: rgba(6, 10, 23, 0.69);

    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.mb-live-game__status-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #4cff8b;

    box-shadow:
        0 0 10px rgba(76, 255, 139, 0.85);
}


.mb-live-game__featured {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;

    display: flex;
    flex-direction: column;
    gap: 6px;
}


.mb-live-game__featured span {
    color: #f3c052;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


.mb-live-game__featured strong {
    color: #ffffff;

    font-size: clamp(27px, 2.5vw, 39px);
    font-weight: 800;
    line-height: 1.05;
}


/* =====================================================
   GAME CONTENT
===================================================== */

.mb-live-game__content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    padding: 23px;
}


.mb-live-game--roulette .mb-live-game__content {
    min-height: 169px;

    padding: 27px;
}


.mb-live-game--small .mb-live-game__content {
    flex: 1 1 auto;

    min-height: 134px;

    padding: 21px 20px;
}


.mb-live-game__icon {
    flex: 0 0 auto;

    width: 45px;
    height: 45px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255, 200, 80, 0.23);
    border-radius: 13px;

    color: #f3c052;
    background: rgba(255, 189, 42, 0.07);

    font-size: 17px;
}


.mb-live-game__copy {
    min-width: 0;

    flex: 1 1 auto;
}


.mb-live-game__copy h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 750;
}


.mb-live-game__copy p {
    margin: 0;

    color: rgba(228, 234, 247, 0.62);

    font-size: 13px;
    line-height: 1.65;
}


.mb-live-game__arrow {
    flex: 0 0 auto;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    margin-left: auto;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;

    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.035);

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}


.mb-live-game:hover .mb-live-game__arrow {
    color: #ffffff;

    border-color: rgba(255, 51, 149, 0.48);
    background: rgba(255, 51, 149, 0.13);

    transform: translateX(3px);
}


/* =====================================================
   HOST
===================================================== */

.mb-live-host {
    position: relative;

    overflow: hidden;

    min-height: 650px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    border: 1px solid rgba(91, 121, 231, 0.22);
    border-radius: 25px;

    background:
        radial-gradient(
            circle at 50% 28%,
            rgba(52, 100, 255, 0.2),
            transparent 40%
        ),
        radial-gradient(
            circle at 78% 55%,
            rgba(249, 40, 144, 0.1),
            transparent 44%
        ),
        linear-gradient(
            180deg,
            #0a0e21 0%,
            #070a18 100%
        );

    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}


.mb-live-host__glow {
    position: absolute;
    top: 72px;
    left: 50%;

    width: 290px;
    height: 350px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(56, 108, 255, 0.24),
            rgba(120, 48, 215, 0.08) 48%,
            transparent 73%
        );

    filter: blur(17px);

    transform: translateX(-50%);
}


.mb-live-host__availability {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 205px;
    padding: 11px 14px;

    border: 1px solid rgba(111, 139, 255, 0.26);
    border-radius: 15px;

    background: rgba(8, 12, 29, 0.82);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transform: translateX(-50%);
}


.mb-live-host__online {
    flex: 0 0 auto;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #4cff8b;

    box-shadow:
        0 0 0 5px rgba(76, 255, 139, 0.09),
        0 0 13px rgba(76, 255, 139, 0.8);
}


.mb-live-host__availability div {
    display: flex;
    flex-direction: column;
}


.mb-live-host__availability strong {
    color: #ffffff;

    font-size: 11px;
    line-height: 1.2;
}


.mb-live-host__availability small {
    margin-top: 3px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 8px;
    line-height: 1.2;
}


.mb-live-host__image {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;

    height: 430px;

    overflow: hidden;
}


.mb-live-host__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;
}


.mb-live-host__image::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            transparent 56%,
            rgba(7, 10, 24, 0.98) 100%
        );
}


.mb-live-host__content {
    position: relative;
    z-index: 5;

    padding: 30px 24px 25px;

    text-align: center;

    background:
        linear-gradient(
            to top,
            rgba(7, 10, 24, 1),
            rgba(7, 10, 24, 0.94),
            rgba(7, 10, 24, 0.3)
        );
}


.mb-live-host__content > span {
    color: #f2bf4f;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


.mb-live-host__content h3 {
    margin: 9px 0 9px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 750;
    line-height: 1.16;
}


.mb-live-host__content p {
    margin: 0;

    color: rgba(229, 234, 247, 0.61);

    font-size: 12px;
    line-height: 1.65;
}


.mb-live-host__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 18px;
    padding: 12px 17px;

    border: 1px solid rgba(255, 62, 154, 0.36);
    border-radius: 11px;

    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            rgba(44, 91, 255, 0.9),
            rgba(240, 38, 138, 0.9)
        );

    box-shadow:
        0 12px 28px rgba(35, 73, 204, 0.22);

    font-size: 11px;
    font-weight: 750;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.mb-live-host__button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 16px 34px rgba(217, 34, 132, 0.25);
}


/* =====================================================
   RIGHT COLUMN
===================================================== */

.mb-live-choice__side {
    display: grid;

    grid-template-rows:
        repeat(2, minmax(0, 1fr));

    gap: 22px;
}


/* =====================================================
   PLAYER BENEFITS
===================================================== */

.mb-live-benefits {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;

    max-width: 1240px;

    margin: 56px auto 0;
}


.mb-live-benefit {
    position: relative;

    overflow: hidden;

    display: flex;
    align-items: flex-start;
    gap: 14px;

    min-height: 144px;
    padding: 22px 20px;

    border: 1px solid rgba(102, 124, 197, 0.17);
    border-radius: 19px;

    background:
        linear-gradient(
            145deg,
            rgba(24, 31, 61, 0.72),
            rgba(11, 15, 34, 0.76)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        background 0.32s ease;
}


.mb-live-benefit::before {
    content: "";

    position: absolute;
    top: -75px;
    right: -75px;

    width: 145px;
    height: 145px;

    border-radius: 50%;

    background: rgba(57, 103, 255, 0.11);

    filter: blur(30px);
}


.mb-live-benefit:hover {
    border-color: rgba(91, 128, 255, 0.31);

    background:
        linear-gradient(
            145deg,
            rgba(31, 40, 77, 0.8),
            rgba(14, 18, 40, 0.82)
        );

    transform: translateY(-5px);
}


.mb-live-benefit__icon {
    position: relative;
    z-index: 1;

    flex: 0 0 auto;

    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255, 201, 78, 0.22);
    border-radius: 12px;

    color: #f2c04f;
    background: rgba(255, 189, 43, 0.065);

    font-size: 15px;
}


.mb-live-benefit h3 {
    position: relative;
    z-index: 1;

    margin: 1px 0 7px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}


.mb-live-benefit p {
    position: relative;
    z-index: 1;

    margin: 0;

    color: rgba(228, 234, 246, 0.58);

    font-size: 11px;
    line-height: 1.6;
}


/* =====================================================
   CTA
===================================================== */

.mb-live-choice__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    max-width: 1240px;

    margin: 47px auto 0;
    padding: 27px 30px;

    border: 1px solid rgba(85, 118, 231, 0.22);
    border-radius: 21px;

    background:
        linear-gradient(
            105deg,
            rgba(39, 83, 219, 0.13),
            rgba(20, 24, 49, 0.76) 52%,
            rgba(217, 34, 129, 0.1)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 22px 52px rgba(0, 0, 0, 0.2);
}


.mb-live-choice__cta-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.mb-live-choice__cta-copy span {
    color: #f2bf4e;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


.mb-live-choice__cta-copy strong {
    color: #ffffff;

    font-size: clamp(17px, 2vw, 22px);
    font-weight: 700;
}


.mb-live-choice__cta-button {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    padding: 15px 21px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;

    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #235eff,
            #f22b8c
        );

    box-shadow:
        0 14px 35px rgba(42, 82, 226, 0.24);

    font-size: 13px;
    font-weight: 750;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.mb-live-choice__cta-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 40px rgba(227, 39, 135, 0.27);
}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1100px) {

    .mb-live-choice__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .mb-live-choice__side {
        grid-column: 1 / -1;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        grid-template-rows: auto;
    }

    .mb-live-game--small {
        min-height: 390px;
    }

    .mb-live-game--small .mb-live-game__media {
        height: 245px;
    }

    .mb-live-benefits {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 820px) {

    .mb-live-choice {
        padding: 88px 0 82px;
    }

    .mb-live-choice__heading {
        margin-bottom: 46px;
    }

    .mb-live-choice__grid {
        grid-template-columns: 1fr;

        max-width: 570px;
    }

    .mb-live-game--roulette,
    .mb-live-host,
    .mb-live-game--small {
        min-height: auto;
    }

    .mb-live-game--roulette .mb-live-game__media {
        min-height: 410px;
    }

    .mb-live-host {
        min-height: 620px;
    }

    .mb-live-choice__side {
        grid-column: auto;

        grid-template-columns: 1fr;
    }

    .mb-live-game--small .mb-live-game__media {
        height: 285px;
    }

    .mb-live-choice__cta {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {

    .mb-live-choice {
        padding: 72px 0 68px;
    }

    .mb-live-choice__heading h2 {
        font-size: 38px;
    }

    .mb-live-choice__eyebrow {
        padding: 8px 12px;

        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .mb-live-game,
    .mb-live-host {
        border-radius: 19px;
    }

    .mb-live-game--roulette .mb-live-game__media {
        min-height: 310px;
    }

    .mb-live-game--small .mb-live-game__media {
        height: 220px;
    }

    .mb-live-game__content,
    .mb-live-game--roulette .mb-live-game__content,
    .mb-live-game--small .mb-live-game__content {
        padding: 20px;
    }

    .mb-live-game__arrow {
        display: none;
    }

    .mb-live-host {
        min-height: 570px;
    }

    .mb-live-host__image {
        top: 66px;

        height: 385px;
    }

    .mb-live-benefits {
        grid-template-columns: 1fr;
    }

    .mb-live-benefit {
        min-height: auto;
    }

    .mb-live-choice__cta {
        padding: 23px 20px;
    }

    .mb-live-choice__cta-button {
        width: 100%;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .mb-live-game,
    .mb-live-game__media video,
    .mb-live-game__arrow,
    .mb-live-host__button,
    .mb-live-benefit,
    .mb-live-choice__cta-button {
        transition: none;
    }

}


/* =====================================================
   MRBEAST CASINO — LIVE CASINO CHOICE END
===================================================== */

/* =========================================================
   MRBEAST CASINO — PAYMENTS
========================================================= */

.casino-payments,
.casino-payments * {
  box-sizing: border-box;
}

.casino-payments {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(30, 97, 255, 0.2),
      transparent 33%
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(224, 34, 255, 0.16),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #050817 0%,
      #070b1c 48%,
      #040713 100%
    );
}

.casino-payments::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
}

.casino-payments::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: min(1200px, 95vw);
  height: 480px;
  pointer-events: none;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(
      ellipse at center,
      rgba(52, 112, 255, 0.12),
      rgba(190, 35, 255, 0.05) 48%,
      transparent 72%
    );
  filter: blur(18px);
}

.casino-payments .container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 40px));
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

/* Header */

.casino-payments__header {
  width: min(920px, 100%);
  margin: 0 auto 52px;
  text-align: center;
}

.casino-payments__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  margin-bottom: 21px;
  padding: 8px 18px;
  border: 1px solid rgba(101, 160, 255, 0.25);
  border-radius: 999px;
  color: #9acfff;
  background:
    linear-gradient(
      135deg,
      rgba(30, 83, 193, 0.22),
      rgba(158, 41, 202, 0.13)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 36px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.casino-payments__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #57baff;
  box-shadow:
    0 0 10px rgba(87, 186, 255, 0.95),
    0 0 23px rgba(87, 186, 255, 0.55);
}

.casino-payments__title {
  margin: 0;
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.casino-payments__title span {
  display: block;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      #66bcff 0%,
      #c078ff 55%,
      #f1c873 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.casino-payments__description {
  width: min(800px, 100%);
  margin: 24px auto 0;
  color: rgba(222, 230, 254, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

/* Main box */

.casino-payments__box {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(119, 155, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(11, 18, 43, 0.95),
      rgba(5, 8, 22, 0.98)
    );
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.casino-payments__box::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 8%;
  width: 470px;
  height: 340px;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(39, 106, 255, 0.2),
      transparent 70%
    );
  filter: blur(16px);
}

/* Tabs */

.casino-payments__tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid rgba(126, 155, 235, 0.11);
  border-radius: 20px;
  background: rgba(2, 6, 19, 0.76);
}

.casino-payments__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 60px;
  margin: 0;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  outline: none;
  color: rgba(205, 217, 245, 0.54);
  background: transparent;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.casino-payments__tab:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.03);
}

.casino-payments__tab.is-active {
  border-color: rgba(99, 158, 255, 0.32);
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      rgba(40, 98, 233, 0.38),
      rgba(119, 51, 220, 0.26)
    );
  box-shadow:
    0 14px 38px rgba(30, 82, 215, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.casino-payments__tab:focus-visible {
  outline: 2px solid rgba(104, 181, 255, 0.9);
  outline-offset: 3px;
}

.casino-payments__tab i {
  font-size: 14px;
}

/* Panels */

.casino-payments__panel {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(122, 153, 231, 0.1);
  border-radius: 20px;
  background: rgba(5, 9, 24, 0.56);
}

.casino-payments__panel.is-active {
  display: block;
  animation: casinoPaymentPanel 0.28s ease both;
}

.casino-payments__panel[hidden] {
  display: none !important;
}

@keyframes casinoPaymentPanel {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Table heading */

.casino-payments__table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 56px;
  padding: 14px 25px;
  border-bottom: 1px solid rgba(123, 150, 218, 0.1);
  color: rgba(186, 203, 239, 0.48);
  background:
    linear-gradient(
      90deg,
      rgba(37, 93, 197, 0.1),
      rgba(177, 46, 224, 0.04)
    );
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.casino-payments__table-head span:last-child {
  min-width: 160px;
  text-align: center;
}

/* Payment rows */

.casino-payments__row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px 25px;
  border-bottom: 1px solid rgba(123, 150, 218, 0.09);
  transition:
    background 0.22s ease,
    border-color 0.22s ease;
}

.casino-payments__row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  border-radius: 0 5px 5px 0;
  transform: translateY(-50%);
  background:
    linear-gradient(
      to bottom,
      #4ea7ff,
      #bd50ff
    );
  box-shadow: 0 0 18px rgba(89, 151, 255, 0.65);
  transition: height 0.22s ease;
}

.casino-payments__row:hover {
  border-color: rgba(125, 159, 241, 0.15);
  background:
    linear-gradient(
      90deg,
      rgba(38, 89, 201, 0.1),
      rgba(181, 49, 232, 0.04)
    );
}

.casino-payments__row:hover::before {
  height: 48%;
}

.casino-payments__method {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.casino-payments__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 46px;
  flex: 0 0 58px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(142, 167, 232, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 8px 22px rgba(0, 0, 0, 0.16);
}

.casino-payments__logo img {
  display: block;
  width: 100%;
  max-width: 43px;
  height: 100%;
  max-height: 31px;
  object-fit: contain;
}

.casino-payments__logo--cards {
  width: 88px;
  flex-basis: 88px;
  gap: 6px;
}

.casino-payments__logo--cards img {
  width: 31px;
  max-width: 31px;
  height: 25px;
  max-height: 25px;
}

.casino-payments__method-text {
  min-width: 0;
}

.casino-payments__method-text strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 249, 255, 0.95);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.casino-payments__method-text span {
  display: block;
  color: rgba(204, 216, 245, 0.54);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.casino-payments__limit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 40px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(77, 161, 255, 0.19);
  border-radius: 12px;
  color: #acd8ff;
  background: rgba(37, 93, 189, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

/* Note */

.casino-payments__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 15px;
  padding: 17px 18px;
  border: 1px solid rgba(112, 156, 255, 0.14);
  border-radius: 15px;
  color: rgba(210, 223, 251, 0.66);
  background: rgba(30, 74, 161, 0.08);
}

.casino-payments__note i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #83c8ff;
  font-size: 14px;
}

.casino-payments__note p {
  margin: 0;
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

/* Tablet */

@media (max-width: 991.98px) {
  .casino-payments {
    padding: 90px 0;
  }

  .casino-payments__header {
    margin-bottom: 44px;
  }

  .casino-payments__title {
    font-size: clamp(38px, 7vw, 58px);
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  .casino-payments {
    padding: 74px 0;
  }

  .casino-payments .container {
    width: min(100% - 24px, 1320px);
  }

  .casino-payments__header {
    margin-bottom: 35px;
  }

  .casino-payments__eyebrow {
    min-height: 34px;
    margin-bottom: 17px;
    padding: 7px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .casino-payments__title {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.09;
  }

  .casino-payments__description {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.68;
  }

  .casino-payments__box {
    padding: 8px;
    border-radius: 23px;
  }

  .casino-payments__tabs {
    gap: 6px;
    padding: 5px;
    border-radius: 16px;
  }

  .casino-payments__tab {
    min-height: 52px;
    padding: 11px 9px;
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: 0.025em;
  }

  .casino-payments__panel {
    border-radius: 16px;
  }

  .casino-payments__table-head {
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 9px;
  }

  .casino-payments__table-head span:last-child {
    min-width: 110px;
  }

  .casino-payments__row {
    gap: 12px;
    min-height: 74px;
    padding: 12px 14px;
  }

  .casino-payments__method {
    gap: 10px;
  }

  .casino-payments__logo {
    width: 46px;
    height: 38px;
    flex-basis: 46px;
    padding: 5px;
    border-radius: 10px;
  }

  .casino-payments__logo img {
    max-width: 35px;
    max-height: 25px;
  }

  .casino-payments__logo--cards {
    width: 68px;
    flex-basis: 68px;
    gap: 4px;
  }

  .casino-payments__logo--cards img {
    width: 25px;
    max-width: 25px;
    height: 21px;
  }

  .casino-payments__method-text strong {
    font-size: 13px;
  }

  .casino-payments__method-text span {
    font-size: 10px;
  }

  .casino-payments__limit {
    min-width: 110px;
    min-height: 35px;
    padding: 7px 8px;
    border-radius: 10px;
    font-size: 11px;
  }

  .casino-payments__note {
    margin: 10px;
    padding: 14px;
  }

  .casino-payments__note p {
    font-size: 12px;
  }
}

/* Small mobile */

@media (max-width: 520px) {
  .casino-payments__tabs {
    grid-template-columns: 1fr;
  }

  .casino-payments__table-head {
    display: none;
  }

  .casino-payments__row {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 15px 13px;
  }

  .casino-payments__limit {
    justify-self: start;
    min-width: 0;
  }
}

/* =========================================================
   MRBEAST CASINO — MOBILE EXPERIENCE
   COMPLETE SECTION
========================================================= */

.mobile-experience {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 108px;

  background:
    radial-gradient(
      ellipse 820px 650px at -5% 18%,
      rgba(15, 103, 255, 0.2) 0%,
      rgba(15, 103, 255, 0.07) 42%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 860px 680px at 105% 40%,
      rgba(218, 35, 181, 0.17) 0%,
      rgba(118, 40, 183, 0.07) 44%,
      transparent 74%
    ),
    radial-gradient(
      ellipse 900px 550px at 50% 100%,
      rgba(60, 48, 200, 0.14) 0%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      #030716 0%,
      #050817 32%,
      #070719 66%,
      #030713 100%
    );
}

.mobile-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;

  opacity: 0.22;

  background-image:
    linear-gradient(
      rgba(102, 159, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(102, 159, 255, 0.045) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );

  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
}

.mobile-experience::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  height: 260px;
  pointer-events: none;

  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(3, 7, 19, 0.42) 55%,
    #030713 100%
  );
}

.mobile-experience__glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(125px);
}

.mobile-experience__glow--blue {
  top: 160px;
  left: -330px;
  width: 760px;
  height: 760px;
  background: rgba(10, 105, 255, 0.2);
}

.mobile-experience__glow--pink {
  top: 510px;
  right: -350px;
  width: 800px;
  height: 800px;
  background: rgba(216, 34, 180, 0.16);
}

/* =========================================================
   HEADING
========================================================= */

.mobile-experience__heading {
  width: min(930px, 100%);
  margin: 0 auto 62px;
  text-align: center;
}

.mobile-experience__kicker,
.mobile-experience__content-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #6fdcff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-experience__kicker {
  margin-bottom: 18px;
}

.mobile-experience__kicker::before,
.mobile-experience__content-label::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    #138cff,
    #765aff,
    #f129b9
  );

  box-shadow:
    0 0 14px rgba(19, 140, 255, 0.55),
    0 0 24px rgba(241, 41, 185, 0.22);
}

.mobile-experience__title {
  margin: 0;

  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mobile-experience__title span {
  display: block;
  margin-top: 6px;

  color: transparent;

  background: linear-gradient(
    100deg,
    #70dfff 0%,
    #8caeff 45%,
    #ef50c7 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
}

.mobile-experience__intro {
  max-width: 780px;
  margin: 23px auto 0;

  color: rgba(217, 227, 248, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================================
   MAIN SHOWCASE
========================================================= */

.mobile-experience__showcase {
  position: relative;

  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 68px;

  padding: 55px 60px;

  border: 1px solid rgba(79, 143, 255, 0.24);
  border-radius: 34px;

  background:
    radial-gradient(
      ellipse 600px 620px at 8% 48%,
      rgba(14, 91, 220, 0.24) 0%,
      rgba(15, 49, 124, 0.08) 48%,
      transparent 73%
    ),
    radial-gradient(
      ellipse 560px 520px at 100% 15%,
      rgba(205, 33, 179, 0.12) 0%,
      transparent 68%
    ),
    linear-gradient(
      135deg,
      rgba(9, 20, 48, 0.96) 0%,
      rgba(8, 13, 34, 0.96) 48%,
      rgba(20, 9, 40, 0.94) 100%
    );

  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.46),
    0 0 90px rgba(23, 101, 230, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-experience__showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background: linear-gradient(
    115deg,
    rgba(60, 135, 255, 0.075),
    transparent 28%,
    transparent 67%,
    rgba(230, 45, 190, 0.065)
  );
}

/* =========================================================
   DEVICE VISUAL
========================================================= */

.mobile-experience__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 710px;
}

.mobile-experience__visual-light {
  position: absolute;

  width: 540px;
  height: 540px;
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(24, 118, 255, 0.34) 0%,
    rgba(67, 56, 210, 0.15) 42%,
    rgba(216, 40, 183, 0.06) 58%,
    transparent 72%
  );

  filter: blur(5px);
}

.mobile-experience__orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mobile-experience__orbit--outer {
  width: 525px;
  height: 525px;

  border: 1px solid rgba(61, 149, 255, 0.21);

  box-shadow:
    0 0 45px rgba(27, 111, 255, 0.07),
    inset 0 0 45px rgba(27, 111, 255, 0.035);

  animation: mobileExperienceOrbit 32s linear infinite;
}

.mobile-experience__orbit--inner {
  width: 415px;
  height: 415px;

  border: 1px dashed rgba(229, 64, 201, 0.2);

  animation: mobileExperienceOrbitReverse 25s linear infinite;
}

.mobile-experience__device {
  position: relative;
  z-index: 4;

  width: min(385px, 82%);
  margin: 0;

  transform:
    perspective(1500px)
    rotateY(5deg)
    translateY(2px);

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.mobile-experience__visual:hover .mobile-experience__device {
  transform:
    perspective(1500px)
    rotateY(1deg)
    translateY(-8px);
}

.mobile-experience__device-image {
  display: block;
  width: 100%;
  height: auto;

  border-radius: 52px;

  filter:
    drop-shadow(0 44px 45px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 36px rgba(28, 111, 255, 0.17))
    drop-shadow(0 0 65px rgba(213, 40, 183, 0.09));
}

/* =========================================================
   FLOATING CARDS
========================================================= */

.mobile-experience__floating-card {
  position: absolute;
  z-index: 6;

  display: flex;
  align-items: center;
  gap: 12px;

  width: 220px;
  padding: 15px 16px;

  border: 1px solid rgba(118, 177, 255, 0.23);
  border-radius: 17px;

  background: rgba(8, 15, 39, 0.88);

  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mobile-experience__floating-card--games {
  top: 150px;
  right: -35px;

  animation: mobileExperienceFloat 5.8s ease-in-out infinite;
}

.mobile-experience__floating-card--access {
  bottom: 145px;
  left: -48px;

  animation: mobileExperienceFloat 6.5s ease-in-out infinite reverse;
}

.mobile-experience__floating-icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  border-radius: 13px;

  color: #70dcff;
  font-size: 16px;

  background: linear-gradient(
    145deg,
    rgba(15, 129, 255, 0.25),
    rgba(159, 45, 212, 0.18)
  );

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-experience__floating-card > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mobile-experience__floating-card strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
}

.mobile-experience__floating-card span {
  color: rgba(210, 221, 244, 0.59);
  font-size: 9px;
  line-height: 1.4;
}

.mobile-experience__particle {
  position: absolute;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 39px;
  height: 39px;

  border: 1px solid rgba(101, 191, 255, 0.21);
  border-radius: 50%;

  color: rgba(108, 211, 255, 0.82);

  background: rgba(21, 76, 162, 0.17);

  box-shadow: 0 0 26px rgba(15, 133, 255, 0.12);
}

.mobile-experience__particle--star {
  top: 85px;
  left: 43px;

  animation: mobileExperienceParticle 5s ease-in-out infinite;
}

.mobile-experience__particle--bolt {
  right: 36px;
  bottom: 88px;

  color: rgba(236, 92, 213, 0.82);

  border-color: rgba(225, 75, 204, 0.2);
  background: rgba(115, 37, 147, 0.16);

  animation: mobileExperienceParticle 5.7s ease-in-out infinite reverse;
}

/* =========================================================
   CONTENT
========================================================= */

.mobile-experience__content {
  position: relative;
  z-index: 2;
}

.mobile-experience__content-label {
  margin-bottom: 17px;
}

.mobile-experience__content-title {
  max-width: 670px;
  margin: 0;

  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: clamp(35px, 3.7vw, 53px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mobile-experience__content-title span {
  display: block;
  margin-top: 3px;
  color: #74d9ff;
}

.mobile-experience__content-text {
  max-width: 690px;
  margin: 21px 0 0;

  color: rgba(217, 227, 248, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* =========================================================
   FEATURES
========================================================= */

.mobile-experience__features {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.mobile-experience__feature {
  position: relative;

  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 17px;

  padding: 19px 20px;
  overflow: hidden;

  border: 1px solid rgba(105, 157, 255, 0.18);
  border-radius: 18px;

  background:
    linear-gradient(
      100deg,
      rgba(22, 78, 174, 0.1),
      rgba(255, 255, 255, 0.026) 52%,
      rgba(143, 41, 167, 0.045)
    );

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.mobile-experience__feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;

  width: 85%;
  height: 100%;

  transform: skewX(-22deg);

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.045),
    transparent
  );

  transition: left 0.75s ease;
}

.mobile-experience__feature:hover {
  transform: translateY(-4px);

  border-color: rgba(75, 187, 255, 0.37);

  background:
    linear-gradient(
      100deg,
      rgba(21, 95, 208, 0.17),
      rgba(255, 255, 255, 0.043) 52%,
      rgba(192, 36, 173, 0.085)
    );

  box-shadow:
    0 19px 44px rgba(0, 0, 0, 0.25),
    0 0 34px rgba(36, 125, 255, 0.07);
}

.mobile-experience__feature:hover::after {
  left: 140%;
}

.mobile-experience__feature-icon {
  display: grid;
  place-items: center;

  width: 52px;
  height: 52px;

  border: 1px solid rgba(81, 190, 255, 0.29);
  border-radius: 15px;

  color: #78ddff;
  font-size: 18px;

  background: linear-gradient(
    145deg,
    rgba(9, 143, 255, 0.22),
    rgba(147, 43, 207, 0.14)
  );

  box-shadow:
    0 10px 26px rgba(0, 116, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-experience__feature h4 {
  margin: 1px 0 7px;

  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.mobile-experience__feature p {
  margin: 0;

  color: rgba(214, 225, 247, 0.62);
  font-size: 12px;
  line-height: 1.65;
}

/* =========================================================
   COMPATIBILITY
========================================================= */

.mobile-experience__compatibility {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;

  margin-top: 28px;
  padding-top: 27px;

  border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.mobile-experience__compatibility-copy {
  max-width: 470px;
}

.mobile-experience__compatibility-copy > span {
  display: block;
  margin-bottom: 6px;

  color: #70d9ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mobile-experience__compatibility-copy strong {
  display: block;

  color: #ffffff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
}

.mobile-experience__compatibility-copy p {
  margin: 7px 0 0;

  color: rgba(209, 221, 245, 0.56);
  font-size: 11px;
  line-height: 1.6;
}

.mobile-experience__platforms {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-experience__platform {
  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 148px;
  padding: 12px 13px;

  border: 1px solid rgba(105, 159, 255, 0.19);
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    rgba(22, 77, 169, 0.12),
    rgba(111, 37, 153, 0.075)
  );
}

.mobile-experience__platform > i {
  color: #79ddff;
  font-size: 22px;
}

.mobile-experience__platform > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-experience__platform span {
  color: rgba(204, 217, 242, 0.49);
  font-size: 7px;
}

.mobile-experience__platform strong {
  color: #ffffff;
  font-size: 10px;
  font-weight: 730;
}

/* =========================================================
   ADVANTAGES
========================================================= */

.mobile-experience__advantages {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;

  margin-top: 25px;
}

.mobile-experience__advantage {
  position: relative;
  grid-column: span 4;

  min-height: 235px;
  padding: 28px;
  overflow: hidden;

  border: 1px solid rgba(82, 140, 244, 0.22);
  border-radius: 22px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(31, 108, 227, 0.16),
      transparent 52%
    ),
    linear-gradient(
      145deg,
      rgba(10, 28, 65, 0.96),
      rgba(7, 13, 31, 0.97)
    );

  box-shadow:
    0 23px 62px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.048);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.mobile-experience__advantage::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;

  width: 230px;
  height: 230px;

  border-radius: 50%;

  background: rgba(29, 135, 255, 0.1);
  filter: blur(44px);

  transition: transform 0.4s ease;
}

.mobile-experience__advantage--wide {
  grid-column: span 6;
  min-height: 305px;
}

.mobile-experience__advantage--wide + .mobile-experience__advantage,
.mobile-experience__advantage--wide + .mobile-experience__advantage + .mobile-experience__advantage {
  grid-column: span 3;
  min-height: 305px;
}

.mobile-experience__advantage--pink {
  border-color: rgba(197, 48, 178, 0.28);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(218, 37, 184, 0.23),
      transparent 56%
    ),
    linear-gradient(
      145deg,
      rgba(44, 13, 64, 0.96),
      rgba(14, 10, 35, 0.97)
    );
}

.mobile-experience__advantage--pink::before {
  background: rgba(211, 36, 181, 0.11);
}

.mobile-experience__advantage--purple {
  border-color: rgba(102, 89, 224, 0.27);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(86, 70, 223, 0.23),
      transparent 56%
    ),
    linear-gradient(
      145deg,
      rgba(25, 20, 76, 0.96),
      rgba(10, 13, 39, 0.97)
    );
}

.mobile-experience__advantage--purple::before {
  background: rgba(87, 72, 221, 0.11);
}

.mobile-experience__advantage:hover {
  transform: translateY(-7px);

  border-color: rgba(84, 185, 255, 0.42);

  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.36),
    0 0 43px rgba(39, 119, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.mobile-experience__advantage:hover::before {
  transform: scale(1.25);
}

.mobile-experience__advantage-icon {
  position: relative;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 52px;
  height: 52px;
  margin-bottom: 22px;

  border: 1px solid rgba(75, 178, 255, 0.34);
  border-radius: 15px;

  color: #7bdcff;
  font-size: 18px;

  background: linear-gradient(
    145deg,
    rgba(13, 117, 238, 0.24),
    rgba(73, 52, 199, 0.15)
  );

  box-shadow:
    0 10px 27px rgba(14, 99, 223, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-experience__advantage--pink
.mobile-experience__advantage-icon {
  color: #ff67d6;

  border-color: rgba(239, 64, 204, 0.35);

  background: linear-gradient(
    145deg,
    rgba(217, 37, 183, 0.24),
    rgba(111, 39, 177, 0.15)
  );
}

.mobile-experience__advantage--purple
.mobile-experience__advantage-icon {
  color: #a49fff;

  border-color: rgba(124, 116, 255, 0.34);

  background: linear-gradient(
    145deg,
    rgba(77, 69, 220, 0.24),
    rgba(54, 48, 149, 0.15)
  );
}

.mobile-experience__advantage h3 {
  position: relative;
  z-index: 2;

  max-width: 450px;
  margin: 0 0 12px;

  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.012em;
}

.mobile-experience__advantage--wide h3 {
  font-size: 26px;
}

.mobile-experience__advantage p {
  position: relative;
  z-index: 2;

  margin: 0;

  color: rgba(212, 223, 245, 0.62);
  font-size: 12px;
  line-height: 1.72;
}

.mobile-experience__advantage--wide p {
  max-width: 620px;
  font-size: 13px;
}

.mobile-experience__tags {
  position: relative;
  z-index: 2;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 22px;
}

.mobile-experience__tags span {
  display: inline-flex;
  align-items: center;

  min-height: 29px;
  padding: 0 11px;

  border: 1px solid rgba(113, 190, 255, 0.15);
  border-radius: 999px;

  color: rgba(214, 229, 249, 0.71);
  font-size: 9px;
  font-weight: 700;

  background: rgba(82, 135, 255, 0.07);
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes mobileExperienceFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-11px);
  }
}

@keyframes mobileExperienceParticle {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.58;
  }

  50% {
    transform: translateY(-10px) rotate(8deg);
    opacity: 1;
  }
}

@keyframes mobileExperienceOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes mobileExperienceOrbitReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .mobile-experience {
    padding: 98px 0;
  }

  .mobile-experience__showcase {
    grid-template-columns: minmax(350px, 0.84fr) minmax(0, 1.16fr);
    gap: 43px;
    padding: 46px;
  }

  .mobile-experience__visual {
    min-height: 660px;
  }

  .mobile-experience__device {
    width: min(345px, 82%);
  }

  .mobile-experience__visual-light {
    width: 470px;
    height: 470px;
  }

  .mobile-experience__orbit--outer {
    width: 460px;
    height: 460px;
  }

  .mobile-experience__orbit--inner {
    width: 360px;
    height: 360px;
  }

  .mobile-experience__floating-card {
    width: 190px;
  }

  .mobile-experience__floating-card--games {
    right: -18px;
  }

  .mobile-experience__floating-card--access {
    left: -22px;
  }

  .mobile-experience__compatibility {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .mobile-experience {
    padding: 86px 0;
  }

  .mobile-experience__heading {
    margin-bottom: 48px;
  }

  .mobile-experience__showcase {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px;
  }

  .mobile-experience__visual {
    min-height: 690px;
  }

  .mobile-experience__content {
    max-width: 760px;
    margin: 0 auto;
  }

  .mobile-experience__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-experience__advantage,
  .mobile-experience__advantage--wide,
  .mobile-experience__advantage--wide + .mobile-experience__advantage,
  .mobile-experience__advantage--wide + .mobile-experience__advantage + .mobile-experience__advantage {
    grid-column: auto;
    min-height: 275px;
  }

  .mobile-experience__advantage--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .mobile-experience {
    padding: 70px 0;

    background:
      radial-gradient(
        circle at 0% 18%,
        rgba(19, 107, 255, 0.18),
        transparent 38%
      ),
      radial-gradient(
        circle at 100% 62%,
        rgba(214, 37, 181, 0.14),
        transparent 42%
      ),
      linear-gradient(
        180deg,
        #030716,
        #070719 55%,
        #030713
      );
  }

  .mobile-experience::before {
    background-size: 48px 48px;
  }

  .mobile-experience__heading {
    margin-bottom: 37px;
  }

  .mobile-experience__kicker,
  .mobile-experience__content-label {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .mobile-experience__title {
    font-size: clamp(37px, 11vw, 53px);
  }

  .mobile-experience__intro {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .mobile-experience__showcase {
    gap: 15px;
    padding: 27px 18px 24px;
    border-radius: 25px;
  }

  .mobile-experience__visual {
    min-height: 600px;
    overflow: hidden;
  }

  .mobile-experience__device {
    width: min(285px, 77%);
    transform: none;
  }

  .mobile-experience__visual:hover .mobile-experience__device {
    transform: translateY(-5px);
  }

  .mobile-experience__device-image {
    border-radius: 40px;
  }

  .mobile-experience__visual-light {
    width: 375px;
    height: 375px;
  }

  .mobile-experience__orbit--outer {
    width: 370px;
    height: 370px;
  }

  .mobile-experience__orbit--inner {
    width: 295px;
    height: 295px;
  }

  .mobile-experience__floating-card {
    width: 161px;
    padding: 10px;
  }

  .mobile-experience__floating-card--games {
    top: 108px;
    right: -49px;
  }

  .mobile-experience__floating-card--access {
    bottom: 100px;
    left: -50px;
  }

  .mobile-experience__floating-icon {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .mobile-experience__floating-card strong {
    font-size: 9px;
  }

  .mobile-experience__floating-card span {
    font-size: 7px;
  }

  .mobile-experience__particle--star {
    left: 7px;
  }

  .mobile-experience__particle--bolt {
    right: 7px;
  }

  .mobile-experience__content-title {
    font-size: 32px;
  }

  .mobile-experience__content-text {
    font-size: 13px;
  }

  .mobile-experience__feature {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .mobile-experience__feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    font-size: 15px;
  }

  .mobile-experience__feature h4 {
    font-size: 14px;
  }

  .mobile-experience__platforms {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-experience__platform {
    width: 100%;
  }

  .mobile-experience__advantages {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }

  .mobile-experience__advantage,
  .mobile-experience__advantage--wide,
  .mobile-experience__advantage--wide + .mobile-experience__advantage,
  .mobile-experience__advantage--wide + .mobile-experience__advantage + .mobile-experience__advantage {
    grid-column: auto;
    min-height: auto;
    padding: 24px 20px;
    border-radius: 19px;
  }

  .mobile-experience__advantage--wide h3 {
    font-size: 22px;
  }

  .mobile-experience__advantage h3 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .mobile-experience__showcase {
    padding-right: 13px;
    padding-left: 13px;
  }

  .mobile-experience__content-title {
    font-size: 28px;
  }

  .mobile-experience__feature {
    grid-template-columns: 1fr;
  }

  .mobile-experience__visual {
    min-height: 535px;
    margin-right: -9px;
    margin-left: -9px;
  }

  .mobile-experience__device {
    width: 248px;
  }

  .mobile-experience__floating-card,
  .mobile-experience__particle {
    display: none;
  }

  .mobile-experience__visual-light {
    width: 310px;
    height: 310px;
  }

  .mobile-experience__orbit--outer {
    width: 310px;
    height: 310px;
  }

  .mobile-experience__orbit--inner {
    width: 255px;
    height: 255px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-experience *,
  .mobile-experience *::before,
  .mobile-experience *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   MRBEAST CASINO — ABOUT SECTION V3 START
========================================================= */

.about-casino-v3 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 104px;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(28, 105, 255, 0.2) 0,
      rgba(28, 105, 255, 0.06) 27%,
      transparent 50%
    ),
    radial-gradient(
      circle at 92% 36%,
      rgba(255, 39, 157, 0.17) 0,
      rgba(255, 39, 157, 0.055) 27%,
      transparent 50%
    ),
    linear-gradient(
      180deg,
      #050917 0%,
      #060a1b 48%,
      #030611 100%
    );
}

.about-casino-v3 .container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.about-casino-v3__decor {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.about-casino-v3__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
}

.about-casino-v3__glow--blue {
  top: 120px;
  left: -280px;
  width: 680px;
  height: 680px;
  background:
    radial-gradient(
      circle,
      rgba(24, 111, 255, 0.2),
      rgba(24, 111, 255, 0.055) 50%,
      transparent 74%
    );
}

.about-casino-v3__glow--pink {
  top: 320px;
  right: -310px;
  width: 720px;
  height: 720px;
  background:
    radial-gradient(
      circle,
      rgba(255, 38, 154, 0.17),
      rgba(255, 38, 154, 0.045) 50%,
      transparent 74%
    );
}

.about-casino-v3__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    );
  background-size: 54px 54px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 88%,
      transparent
    );
}

/* =========================================================
   HEADER
========================================================= */

.about-casino-v3__header {
  max-width: 980px;
  margin: 0 auto 62px;
  text-align: center;
}

.about-casino-v3__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px;
  color: #a8ccff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-casino-v3__eyebrow::before,
.about-casino-v3__eyebrow::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #2da8ff,
      #9b52ff,
      #ff3ba5
    );
}

.about-casino-v3__title {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: clamp(44px, 4.9vw, 74px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.about-casino-v3__title span {
  display: block;
  margin-top: 9px;
  color: transparent;
  background:
    linear-gradient(
      92deg,
      #62bcff,
      #aa72ff 48%,
      #ff61b8
    );
  -webkit-background-clip: text;
  background-clip: text;
}

.about-casino-v3__intro {
  max-width: 850px;
  margin: 0 auto;
  color: #aebbd1;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.about-casino-v3__main {
  display: grid;
  grid-template-columns:
    minmax(0, 0.96fr)
    minmax(500px, 1.04fr);
  align-items: stretch;
  gap: clamp(48px, 5.4vw, 82px);
}

/* =========================================================
   CONTENT COLUMN
========================================================= */

.about-casino-v3__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.about-casino-v3__copy > h3 {
  max-width: 640px;
  margin: 0 0 21px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.about-casino-v3__copy p {
  margin: 0 0 17px;
  color: #9eacc3;
  font-size: 15.5px;
  line-height: 1.78;
}

.about-casino-v3__copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   FEATURE CARDS
========================================================= */

.about-casino-v3__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 29px;
}

.about-casino-v3__feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 158px;
  padding: 19px 18px;
  overflow: hidden;
  border: 1px solid rgba(147, 185, 255, 0.15);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(17, 31, 67, 0.82),
      rgba(8, 14, 32, 0.77)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 17px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.about-casino-v3__feature::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(39, 127, 255, 0.16),
      transparent 70%
    );
}

.about-casino-v3__feature:nth-child(2)::before,
.about-casino-v3__feature:nth-child(4)::before {
  background:
    radial-gradient(
      circle,
      rgba(255, 44, 156, 0.15),
      transparent 70%
    );
}

.about-casino-v3__feature:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 176, 255, 0.31);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 52px rgba(0, 0, 0, 0.3);
}

.about-casino-v3__feature-icon {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(103, 176, 255, 0.28);
  border-radius: 14px;
  color: #ffffff;
  font-size: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(25, 126, 255, 0.34),
      rgba(111, 54, 255, 0.22)
    );
}

.about-casino-v3__feature:nth-child(2)
.about-casino-v3__feature-icon,
.about-casino-v3__feature:nth-child(4)
.about-casino-v3__feature-icon {
  border-color: rgba(255, 91, 181, 0.28);
  background:
    linear-gradient(
      145deg,
      rgba(137, 57, 255, 0.34),
      rgba(255, 40, 153, 0.25)
    );
}

.about-casino-v3__feature h3 {
  position: relative;
  z-index: 2;
  margin: 1px 0 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.28;
}

.about-casino-v3__feature p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #8d9cb6;
  font-size: 12.5px;
  line-height: 1.62;
}

/* =========================================================
   STATEMENT
========================================================= */

.about-casino-v3__statement {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 19px 20px;
  overflow: hidden;
  border: 1px solid rgba(153, 192, 255, 0.18);
  border-radius: 21px;
  background:
    linear-gradient(
      110deg,
      rgba(19, 43, 91, 0.66),
      rgba(60, 25, 96, 0.48),
      rgba(25, 13, 51, 0.57)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 17px 39px rgba(0, 0, 0, 0.23);
}

.about-casino-v3__statement-icon {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(161, 190, 255, 0.26);
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(29, 114, 255, 0.34),
      rgba(185, 47, 255, 0.25)
    );
}

.about-casino-v3__statement span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 5px;
  color: #85bbff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-casino-v3__statement strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #e9f1ff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.52;
}

/* =========================================================
   VISUAL COLUMN
========================================================= */

.about-casino-v3__visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.about-casino-v3__figure {
  position: relative;
  flex: 1;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(155, 192, 255, 0.22);
  border-radius: 34px;
  background: #070b18;
  box-shadow:
    0 40px 88px rgba(0, 0, 0, 0.49),
    0 0 70px rgba(37, 107, 255, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-casino-v3__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 -145px 120px rgba(2, 5, 15, 0.56);
}

.about-casino-v3__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #070b18;
  transition:
    transform 0.8s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.6s ease;
}

.about-casino-v3__figure:hover .about-casino-v3__image {
  transform: scale(1.015);
  filter: saturate(1.05) contrast(1.02);
}

.about-casino-v3__image-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(3, 7, 20, 0) 0%,
      rgba(3, 7, 20, 0.02) 54%,
      rgba(2, 5, 15, 0.85) 100%
    );
}

.about-casino-v3__caption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 4;
}

.about-casino-v3__caption-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 11px;
  border: 1px solid rgba(151, 190, 255, 0.22);
  border-radius: 999px;
  color: #b2d3ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(5, 12, 30, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-casino-v3__caption strong {
  display: block;
  max-width: 540px;
  color: #ffffff;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.58);
}

/* =========================================================
   VISUAL DETAILS
========================================================= */

.about-casino-v3__visual-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 14px;
}

.about-casino-v3__visual-card {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 90px;
  padding: 15px 16px;
  border: 1px solid rgba(147, 188, 255, 0.16);
  border-radius: 19px;
  background:
    linear-gradient(
      135deg,
      rgba(16, 31, 66, 0.82),
      rgba(9, 15, 34, 0.76)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 17px 39px rgba(0, 0, 0, 0.23);
}

.about-casino-v3__visual-icon {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(105, 177, 255, 0.27);
  border-radius: 13px;
  color: #ffffff;
  font-size: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(26, 127, 255, 0.34),
      rgba(127, 53, 255, 0.23)
    );
}

.about-casino-v3__visual-card:nth-child(2)
.about-casino-v3__visual-icon {
  border-color: rgba(255, 92, 181, 0.28);
  background:
    linear-gradient(
      145deg,
      rgba(137, 57, 255, 0.34),
      rgba(255, 40, 153, 0.25)
    );
}

.about-casino-v3__visual-card span {
  display: block;
  margin-bottom: 4px;
  color: #84baff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-casino-v3__visual-card strong {
  display: block;
  color: #e8f1ff;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.45;
}

/* =========================================================
   BOTTOM HIGHLIGHTS
========================================================= */

.about-casino-v3__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-top: 66px;
}

.about-casino-v3__highlight {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 220px;
  padding: 25px 24px;
  overflow: hidden;
  border: 1px solid rgba(145, 183, 255, 0.15);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 34, 72, 0.8),
      rgba(7, 13, 30, 0.8)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 21px 49px rgba(0, 0, 0, 0.24);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.about-casino-v3__highlight:hover {
  transform: translateY(-6px);
  border-color: rgba(127, 176, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 29px 65px rgba(0, 0, 0, 0.33);
}

.about-casino-v3__highlight-icon {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(104, 177, 255, 0.28);
  border-radius: 16px;
  color: #ffffff;
  font-size: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(28, 126, 255, 0.38),
      rgba(83, 61, 255, 0.24)
    );
}

.about-casino-v3__highlight:nth-child(2)
.about-casino-v3__highlight-icon {
  border-color: rgba(166, 111, 255, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(103, 60, 255, 0.4),
      rgba(179, 49, 255, 0.25)
    );
}

.about-casino-v3__highlight:nth-child(3)
.about-casino-v3__highlight-icon {
  border-color: rgba(255, 95, 184, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(178, 53, 255, 0.36),
      rgba(255, 38, 151, 0.3)
    );
}

.about-casino-v3__highlight-label {
  display: block;
  margin-bottom: 9px;
  color: #82baff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-casino-v3__highlight:nth-child(2)
.about-casino-v3__highlight-label {
  color: #b699ff;
}

.about-casino-v3__highlight:nth-child(3)
.about-casino-v3__highlight-label {
  color: #ff8bc5;
}

.about-casino-v3__highlight h3 {
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.27;
  letter-spacing: -0.025em;
}

.about-casino-v3__highlight p {
  margin: 0;
  color: #8e9db7;
  font-size: 13px;
  line-height: 1.68;
}

/* =========================================================
   RESPONSIVE — LARGE TABLET
========================================================= */

@media (max-width: 1220px) {
  .about-casino-v3__main {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(450px, 1fr);
    gap: 44px;
  }

  .about-casino-v3__figure {
    min-height: 680px;
  }

  .about-casino-v3__feature {
    min-height: 174px;
  }
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1020px) {
  .about-casino-v3 {
    padding: 94px 0 88px;
  }

  .about-casino-v3__main {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-casino-v3__content,
  .about-casino-v3__visual {
    width: min(100%, 850px);
    margin-inline: auto;
  }

  .about-casino-v3__figure {
    min-height: 720px;
  }

  .about-casino-v3__highlights {
    grid-template-columns: 1fr;
  }

  .about-casino-v3__highlight {
    min-height: auto;
  }
}

/* =========================================================
   RESPONSIVE — SMALL TABLET
========================================================= */

@media (max-width: 760px) {
  .about-casino-v3 {
    padding: 80px 0 74px;
  }

  .about-casino-v3 .container {
    width: min(100% - 34px, 1440px);
  }

  .about-casino-v3__header {
    margin-bottom: 46px;
  }

  .about-casino-v3__title {
    font-size: clamp(38px, 11vw, 56px);
  }

  .about-casino-v3__features {
    grid-template-columns: 1fr;
  }

  .about-casino-v3__feature {
    min-height: auto;
  }

  .about-casino-v3__figure {
    min-height: 620px;
    border-radius: 29px;
  }

  .about-casino-v3__visual-details {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 520px) {
  .about-casino-v3 {
    padding: 68px 0 62px;
  }

  .about-casino-v3 .container {
    width: min(100% - 26px, 1440px);
  }

  .about-casino-v3__eyebrow {
    font-size: 10px;
  }

  .about-casino-v3__eyebrow::before,
  .about-casino-v3__eyebrow::after {
    display: none;
  }

  .about-casino-v3__title {
    font-size: clamp(34px, 12vw, 46px);
  }

  .about-casino-v3__intro {
    font-size: 15px;
  }

  .about-casino-v3__copy > h3 {
    font-size: 28px;
  }

  .about-casino-v3__copy p {
    font-size: 14px;
    line-height: 1.73;
  }

  .about-casino-v3__feature {
    padding: 17px 16px;
    border-radius: 18px;
  }

  .about-casino-v3__statement {
    align-items: flex-start;
    padding: 17px;
  }

  .about-casino-v3__figure {
    min-height: 500px;
    border-radius: 23px;
  }

  .about-casino-v3__caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .about-casino-v3__caption strong {
    font-size: 20px;
  }

  .about-casino-v3__highlight {
    padding: 21px 19px;
    border-radius: 20px;
  }

  .about-casino-v3__highlight h3 {
    font-size: 18px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .about-casino-v3__image,
  .about-casino-v3__feature,
  .about-casino-v3__highlight {
    transition: none;
  }

  .about-casino-v3__figure:hover
  .about-casino-v3__image {
    transform: none;
  }
}

/* =========================================================
   MRBEAST CASINO — ABOUT SECTION V3 END
========================================================= */

/* =====================================================
   MRBEAST CASINO — GAME LIBRARY & PROVIDERS START
===================================================== */

.game-library {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(90px, 10vw, 150px) 0;
  background:
    linear-gradient(
      180deg,
      #07101f 0%,
      #091426 48%,
      #060d1a 100%
    );
}

.game-library .container {
  position: relative;
  z-index: 2;
}

/* =====================================================
   BACKGROUND DECORATION
===================================================== */

.game-library__decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.game-library__glow {
  position: absolute;
  display: block;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.18;
}

.game-library__glow--blue {
  top: 5%;
  left: -260px;
  background: #168cff;
}

.game-library__glow--pink {
  right: -260px;
  bottom: 8%;
  background: #ff2cb5;
}

.game-library__grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 18%,
      #000 82%,
      transparent 100%
    );
}

/* =====================================================
   SECTION HEADER
===================================================== */

.game-library__header {
  max-width: 920px;
  margin: 0 auto clamp(48px, 6vw, 76px);
  text-align: center;
}

.game-library__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  margin-bottom: 22px;
  border: 1px solid rgba(74, 177, 255, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      rgba(31, 134, 255, 0.13),
      rgba(255, 46, 183, 0.08)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 30px rgba(0, 0, 0, 0.18);
  color: #8ed3ff;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-library__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.65rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.game-library__title span {
  display: block;
  margin-top: 7px;
  background:
    linear-gradient(
      90deg,
      #71c6ff 0%,
      #b891ff 47%,
      #ff6bc6 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.game-library__intro {
  max-width: 790px;
  margin: 26px auto 0;
  color: rgba(221, 231, 246, 0.74);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.8;
}

/* =====================================================
   GAME FORMAT GRID
===================================================== */

.game-library__formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.game-library__format {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(116, 190, 255, 0.17);
  border-radius: 28px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 39, 69, 0.88),
      rgba(8, 19, 37, 0.94)
    );
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.game-library__format::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -110px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(25, 148, 255, 0.2);
  filter: blur(75px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.game-library__format::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.065),
      transparent 25%,
      transparent 72%,
      rgba(78, 170, 255, 0.045)
    );
  pointer-events: none;
}

.game-library__format:hover {
  transform: translateY(-7px);
  border-color: rgba(92, 188, 255, 0.38);
  box-shadow:
    0 34px 85px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(25, 143, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.game-library__format:hover::before {
  opacity: 1;
  transform: scale(1.12);
}

.game-library__format--pink {
  border-color: rgba(255, 77, 189, 0.18);
}

.game-library__format--pink::before {
  background: rgba(255, 42, 173, 0.2);
}

.game-library__format--pink:hover {
  border-color: rgba(255, 81, 194, 0.4);
  box-shadow:
    0 34px 85px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(255, 43, 177, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.game-library__format--purple {
  border-color: rgba(170, 104, 255, 0.2);
}

.game-library__format--purple::before {
  background: rgba(150, 75, 255, 0.22);
}

.game-library__format--purple:hover {
  border-color: rgba(176, 118, 255, 0.42);
  box-shadow:
    0 34px 85px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(154, 84, 255, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.game-library__format-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 44px;
}

.game-library__format-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 1px solid rgba(93, 185, 255, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(44, 147, 255, 0.2),
      rgba(37, 74, 125, 0.1)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 16px 34px rgba(0, 0, 0, 0.2);
  color: #8dd2ff;
  font-size: 1.38rem;
}

.game-library__format--pink .game-library__format-icon {
  border-color: rgba(255, 96, 194, 0.27);
  background:
    linear-gradient(
      145deg,
      rgba(255, 44, 177, 0.2),
      rgba(104, 30, 86, 0.08)
    );
  color: #ff91d2;
}

.game-library__format--purple .game-library__format-icon {
  border-color: rgba(182, 127, 255, 0.28);
  background:
    linear-gradient(
      145deg,
      rgba(145, 77, 255, 0.2),
      rgba(73, 38, 121, 0.08)
    );
  color: #c9a0ff;
}

.game-library__format-number {
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.game-library__format-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.game-library__format-label {
  display: block;
  margin-bottom: 12px;
  color: #76c7ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.game-library__format--pink .game-library__format-label {
  color: #ff8bce;
}

.game-library__format--purple .game-library__format-label {
  color: #c59bff;
}

.game-library__format h3 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.game-library__format p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(220, 231, 245, 0.68);
  font-size: 0.98rem;
  line-height: 1.75;
}

.game-library__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
}

.game-library__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 11px;
  border: 1px solid rgba(125, 197, 255, 0.16);
  border-radius: 999px;
  background: rgba(94, 166, 230, 0.07);
  color: rgba(224, 238, 251, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.game-library__format--pink .game-library__tags span {
  border-color: rgba(255, 100, 196, 0.16);
  background: rgba(255, 56, 177, 0.065);
}

.game-library__format--purple .game-library__tags span {
  border-color: rgba(186, 128, 255, 0.17);
  background: rgba(150, 81, 255, 0.065);
}

/* =====================================================
   CONNECTING STATEMENT
===================================================== */

.game-library__statement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin: 24px 0 clamp(70px, 8vw, 110px);
  padding: 26px 30px;
  border: 1px solid rgba(126, 194, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(
      90deg,
      rgba(29, 103, 175, 0.12),
      rgba(143, 56, 166, 0.09),
      rgba(255, 55, 178, 0.06)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 55px rgba(0, 0, 0, 0.18);
}

.game-library__statement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      rgba(37, 150, 255, 0.22),
      rgba(255, 52, 180, 0.14)
    );
  color: #9edcff;
  font-size: 1.2rem;
}

.game-library__statement span {
  display: block;
  margin-bottom: 7px;
  color: #78c9ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.game-library__statement strong {
  display: block;
  max-width: 950px;
  color: rgba(239, 245, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
}

/* =====================================================
   PROVIDERS SECTION
===================================================== */

.game-library__providers {
  position: relative;
}

.game-library__providers-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(32px, 6vw, 90px);
  margin-bottom: 34px;
}

.game-library__providers-eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #7bcaff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-library__providers-heading h3 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.game-library__providers-heading p {
  max-width: 560px;
  margin: 0;
  color: rgba(219, 230, 244, 0.68);
  font-size: 0.98rem;
  line-height: 1.75;
}

.game-library__providers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.game-library__provider {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(126, 191, 246, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 36, 61, 0.8),
      rgba(9, 19, 35, 0.88)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.game-library__provider::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(45, 145, 255, 0.11);
  filter: blur(45px);
  pointer-events: none;
}

.game-library__provider:hover {
  transform: translateY(-5px);
  border-color: rgba(91, 183, 255, 0.31);
  background:
    linear-gradient(
      145deg,
      rgba(22, 44, 74, 0.88),
      rgba(10, 22, 40, 0.94)
    );
}

.game-library__provider-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(226, 235, 246, 0.91)
    );
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.game-library__provider-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.game-library__provider-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.game-library__provider-content h4 {
  margin: 0;
  color: #f7fbff;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
}

.game-library__provider-content p {
  margin: 7px 0 0;
  color: rgba(215, 226, 241, 0.61);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* =====================================================
   BOTTOM CTA
===================================================== */

.game-library__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: clamp(52px, 7vw, 82px);
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(102, 188, 255, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 8% 50%,
      rgba(28, 140, 255, 0.18),
      transparent 38%
    ),
    radial-gradient(
      circle at 88% 50%,
      rgba(255, 42, 177, 0.14),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(18, 42, 73, 0.92),
      rgba(12, 24, 44, 0.96)
    );
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.game-library__cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 30%;
  width: 240px;
  height: 210%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.04),
      transparent
    );
  transform: rotate(22deg);
  pointer-events: none;
}

.game-library__cta-content {
  position: relative;
  z-index: 1;
}

.game-library__cta-label {
  display: block;
  margin-bottom: 12px;
  color: #7bcaff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-library__cta h3 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.game-library__cta p {
  max-width: 740px;
  margin: 14px 0 0;
  color: rgba(222, 232, 246, 0.68);
  font-size: 0.98rem;
  line-height: 1.7;
}

.game-library__cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 190px;
  min-height: 56px;
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(
      135deg,
      #168fff 0%,
      #7557ff 48%,
      #f62bb3 100%
    );
  box-shadow:
    0 16px 38px rgba(54, 110, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.game-library__cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 48px rgba(56, 110, 255, 0.32),
    0 0 34px rgba(244, 45, 181, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  filter: brightness(1.08);
}

.game-library__cta-button i {
  font-size: 0.86rem;
  transition: transform 0.3s ease;
}

.game-library__cta-button:hover i {
  transform: translateX(4px);
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

.game-library__cta-button:focus-visible {
  outline: 3px solid rgba(138, 211, 255, 0.8);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .game-library__format,
  .game-library__provider,
  .game-library__cta-button,
  .game-library__cta-button i,
  .game-library__format::before {
    transition: none;
  }

  .game-library__format:hover,
  .game-library__provider:hover,
  .game-library__cta-button:hover {
    transform: none;
  }
}

/* =====================================================
   RESPONSIVE — LAPTOP
===================================================== */

@media (max-width: 1180px) {
  .game-library__providers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-library__providers-heading {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 45px;
  }
}

/* =====================================================
   RESPONSIVE — TABLET
===================================================== */

@media (max-width: 900px) {
  .game-library {
    padding: 92px 0;
  }

  .game-library__formats {
    grid-template-columns: 1fr;
  }

  .game-library__format {
    min-height: 360px;
  }

  .game-library__providers-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .game-library__providers-heading p {
    max-width: 720px;
  }

  .game-library__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .game-library__cta-button {
    justify-self: start;
  }
}

/* =====================================================
   RESPONSIVE — MOBILE
===================================================== */

@media (max-width: 680px) {
  .game-library {
    padding: 76px 0;
  }

  .game-library__header {
    margin-bottom: 42px;
    text-align: left;
  }

  .game-library__eyebrow {
    justify-content: flex-start;
  }

  .game-library__title {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }

  .game-library__intro {
    margin-top: 20px;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .game-library__formats {
    gap: 16px;
  }

  .game-library__format {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 23px;
  }

  .game-library__format-top {
    margin-bottom: 32px;
  }

  .game-library__format-icon {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
    border-radius: 17px;
  }

  .game-library__format-number {
    font-size: 3rem;
  }

  .game-library__format h3 {
    font-size: 1.55rem;
  }

  .game-library__format p {
    font-size: 0.92rem;
  }

  .game-library__tags {
    padding-top: 24px;
  }

  .game-library__statement {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 72px;
    padding: 23px 20px;
  }

  .game-library__providers-heading h3 {
    font-size: 2.05rem;
  }

  .game-library__providers-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .game-library__provider {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 108px;
    padding: 14px;
    border-radius: 19px;
  }

  .game-library__provider-logo {
    width: 72px;
    height: 72px;
    padding: 10px;
    border-radius: 15px;
  }

  .game-library__cta {
    gap: 26px;
    padding: 26px 21px;
    border-radius: 23px;
  }

  .game-library__cta h3 {
    font-size: 1.65rem;
  }

  .game-library__cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* =====================================================
   RESPONSIVE — SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .game-library__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .game-library__format {
    padding: 22px 17px;
  }

  .game-library__format-label,
  .game-library__providers-eyebrow,
  .game-library__cta-label {
    letter-spacing: 0.1em;
  }

  .game-library__provider {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 13px;
  }

  .game-library__provider-logo {
    width: 64px;
    height: 64px;
  }

  .game-library__provider-content h4 {
    font-size: 0.94rem;
  }

  .game-library__provider-content p {
    font-size: 0.77rem;
  }
}

/* =====================================================
   MRBEAST CASINO — GAME LIBRARY & PROVIDERS END
===================================================== */
/* =====================================================
   MRBEAST CASINO — GAME LIBRARY LAYOUT FIX START
===================================================== */

/* =====================================================
   GAME FORMATS — ASYMMETRIC EDITORIAL LAYOUT
===================================================== */

.game-library__formats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.game-library__format {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;

  border: 0;
  border-radius: 26px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(47, 149, 255, 0.17),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(18, 41, 70, 0.8),
      rgba(7, 18, 34, 0.68)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 0 0 1px rgba(104, 184, 255, 0.13);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.game-library__format:nth-child(1) {
  grid-column: span 7;
}

.game-library__format:nth-child(2) {
  grid-column: span 5;
}

.game-library__format:nth-child(3) {
  grid-column: span 5;
}

.game-library__format:nth-child(4) {
  grid-column: span 7;
}

.game-library__format::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(108, 197, 255, 0.48),
      transparent
    );

  opacity: 0.75;
}

.game-library__format::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;

  background: rgba(35, 143, 255, 0.12);
  filter: blur(60px);
  pointer-events: none;
}

.game-library__format--pink {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 52, 182, 0.16),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(45, 29, 72, 0.8),
      rgba(9, 18, 34, 0.7)
    );
}

.game-library__format--pink::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 104, 204, 0.48),
      transparent
    );
}

.game-library__format--pink::after {
  background: rgba(255, 38, 177, 0.12);
}

.game-library__format--purple {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(138, 82, 255, 0.18),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(30, 35, 78, 0.82),
      rgba(9, 18, 34, 0.7)
    );
}

.game-library__format--purple::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(176, 125, 255, 0.5),
      transparent
    );
}

.game-library__format--purple::after {
  background: rgba(139, 76, 255, 0.13);
}

.game-library__format:hover {
  transform: translateY(-5px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(111, 193, 255, 0.25),
    0 26px 62px rgba(0, 0, 0, 0.24);
}

.game-library__format-top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin-bottom: 40px;
}

.game-library__format-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  border: 0;
  border-radius: 15px;

  background: rgba(37, 143, 242, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(92, 183, 255, 0.25);

  color: #85d0ff;
  font-size: 1rem;
}

.game-library__format--pink .game-library__format-icon {
  background: rgba(255, 49, 181, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 102, 203, 0.25);
  color: #ff91d4;
}

.game-library__format--purple .game-library__format-icon {
  background: rgba(144, 82, 255, 0.13);
  box-shadow:
    inset 0 0 0 1px rgba(183, 132, 255, 0.26);
  color: #c7a2ff;
}

.game-library__format-number {
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.game-library__format-content {
  position: relative;
  z-index: 1;

  display: flex;
  flex: 1;
  flex-direction: column;
}

.game-library__format-label {
  display: block;
  margin-bottom: 13px;

  color: #79caff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.game-library__format--pink .game-library__format-label {
  color: #ff8ed0;
}

.game-library__format--purple .game-library__format-label {
  color: #c5a0ff;
}

.game-library__format h3 {
  max-width: 620px;
  margin: 0;

  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.game-library__format p {
  max-width: 670px;
  margin: 18px 0 0;

  color: rgba(218, 229, 244, 0.66);
  font-size: 0.94rem;
  line-height: 1.75;
}

.game-library__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: auto;
  padding-top: 28px;
}

.game-library__tags span {
  display: inline-flex;
  align-items: center;

  min-height: 27px;
  padding: 5px 10px;

  border: 0;
  border-radius: 999px;

  background: rgba(92, 174, 239, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(113, 192, 255, 0.15);

  color: rgba(223, 238, 251, 0.78);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
}

/* =====================================================
   CONNECTING STATEMENT — LIGHTER STRIP
===================================================== */

.game-library__statement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;

  margin: 18px 0 clamp(76px, 8vw, 112px);
  padding: 24px 28px;

  border: 0;
  border-radius: 20px;

  background:
    linear-gradient(
      90deg,
      rgba(22, 111, 188, 0.11),
      rgba(132, 66, 179, 0.09),
      rgba(255, 43, 176, 0.07)
    );

  box-shadow:
    inset 0 0 0 1px rgba(111, 188, 255, 0.14);
}

.game-library__statement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;

  border-radius: 13px;

  background: rgba(46, 143, 226, 0.13);
  color: #92d5ff;
  font-size: 0.95rem;
}

/* =====================================================
   PROVIDERS — NO WHITE LOGO BOXES
===================================================== */

.game-library__providers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 0;
}

.game-library__provider {
  position: relative;

  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;

  min-height: 105px;
  padding: 18px 0;

  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.game-library__provider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  width: auto;
  height: 1px;
  border-radius: 0;

  background:
    linear-gradient(
      90deg,
      rgba(99, 177, 238, 0.17),
      rgba(99, 177, 238, 0.04)
    );

  filter: none;
}

.game-library__provider:hover {
  transform: translateX(5px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.game-library__provider-logo {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 72px;
  height: 50px;
  padding: 0;

  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.game-library__provider-logo img {
  display: block;

  width: 100%;
  max-width: 72px;
  height: 44px;

  object-fit: contain;
  object-position: left center;

  filter: none;
  opacity: 1;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.game-library__provider:hover .game-library__provider-logo img {
  transform: scale(1.04);
}

/* Светлые логотипы, которые исчезали на белой подложке */

.game-library__provider:nth-child(2) .game-library__provider-logo img,
.game-library__provider:nth-child(5) .game-library__provider-logo img,
.game-library__provider:nth-child(6) .game-library__provider-logo img,
.game-library__provider:nth-child(9) .game-library__provider-logo img,
.game-library__provider:nth-child(10) .game-library__provider-logo img,
.game-library__provider:nth-child(12) .game-library__provider-logo img {
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 8px rgba(116, 195, 255, 0.26));
}

.game-library__provider-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.game-library__provider-content h4 {
  margin: 0;

  color: #f5f9ff;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.3;
}

.game-library__provider-content p {
  margin: 6px 0 0;

  color: rgba(207, 220, 238, 0.56);
  font-size: 0.76rem;
  line-height: 1.5;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1180px) {
  .game-library__providers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }
}

@media (max-width: 900px) {
  .game-library__format:nth-child(1),
  .game-library__format:nth-child(2),
  .game-library__format:nth-child(3),
  .game-library__format:nth-child(4) {
    grid-column: span 12;
  }

  .game-library__format {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .game-library__formats {
    gap: 14px;
  }

  .game-library__format {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 21px;
  }

  .game-library__format-top {
    margin-bottom: 30px;
  }

  .game-library__providers-grid {
    grid-template-columns: 1fr;
  }

  .game-library__provider {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 95px;
    gap: 15px;
    padding: 16px 0;
  }

  .game-library__provider-logo {
    width: 66px;
  }

  .game-library__provider-logo img {
    max-width: 66px;
  }
}

/* =====================================================
   MRBEAST CASINO — GAME LIBRARY LAYOUT FIX END
===================================================== */

/* =====================================================
   MRBEAST CASINO — FAQ V2 START
===================================================== */

.faq-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(90px, 10vw, 150px) 0;
  background:
    linear-gradient(
      180deg,
      #060d1a 0%,
      #081323 52%,
      #050b16 100%
    );
}

.faq-v2 .container {
  position: relative;
  z-index: 2;
}

/* =====================================================
   BACKGROUND
===================================================== */

.faq-v2__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.faq-v2__glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.14;
  filter: blur(140px);
}

.faq-v2__glow--blue {
  top: 6%;
  left: -270px;
  background: #168eff;
}

.faq-v2__glow--pink {
  right: -270px;
  bottom: 4%;
  background: #f12bab;
}

.faq-v2__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(82%, 1180px);
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(111, 193, 255, 0.17),
      rgba(238, 69, 185, 0.12),
      transparent
    );
}

/* =====================================================
   HEADER
===================================================== */

.faq-v2__header {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.68fr);
  align-items: center;
  gap: clamp(58px, 8vw, 125px);
  margin-bottom: clamp(58px, 7vw, 88px);
}

.faq-v2__heading {
  max-width: 790px;
}

.faq-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin-bottom: 23px;
  border-radius: 999px;
  background: rgba(39, 131, 211, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(103, 187, 250, 0.22);
  color: #7dcbff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-v2__title {
  max-width: 790px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5.25vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.058em;
}

.faq-v2__title span {
  display: block;
  margin-top: 8px;
  background:
    linear-gradient(
      90deg,
      #70c5ff 0%,
      #9a91ff 51%,
      #e46bc9 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-v2__intro {
  position: relative;
  max-width: 520px;
  padding: 7px 0 7px 27px;
}

.faq-v2__intro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      #59bbff 0%,
      #9d83ff 52%,
      #eb61bf 100%
    );
  opacity: 0.72;
}

.faq-v2__intro-label {
  display: block;
  margin-bottom: 10px;
  color: #7bcaff;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.faq-v2__intro p {
  margin: 0;
  color: rgba(214, 227, 243, 0.68);
  font-size: 1rem;
  line-height: 1.8;
}

/* =====================================================
   TWO COLUMNS
===================================================== */

.faq-v2__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(36px, 6vw, 84px);
}

.faq-v2__column {
  min-width: 0;
  border-top: 1px solid rgba(119, 188, 242, 0.16);
}

.faq-v2__item {
  position: relative;
  border-bottom: 1px solid rgba(119, 188, 242, 0.16);
}

/* =====================================================
   QUESTION
===================================================== */

.faq-v2__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 20px;
  min-height: 108px;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-v2__question::-webkit-details-marker {
  display: none;
}

.faq-v2__question::marker {
  display: none;
  content: "";
}

.faq-v2__question-text {
  max-width: 540px;
  color: rgba(245, 249, 255, 0.94);
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  font-weight: 720;
  line-height: 1.45;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.faq-v2__question:hover .faq-v2__question-text {
  color: #88d1ff;
  transform: translateX(3px);
}

/* =====================================================
   PLUS AND MINUS
===================================================== */

.faq-v2__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(51, 139, 214, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(109, 188, 247, 0.17);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.faq-v2__toggle span {
  position: absolute;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: #84ceff;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.faq-v2__toggle span:last-child {
  transform: rotate(90deg);
}

.faq-v2__item[open] .faq-v2__toggle {
  transform: rotate(180deg);
  background:
    linear-gradient(
      135deg,
      rgba(38, 145, 239, 0.18),
      rgba(238, 47, 177, 0.13)
    );
  box-shadow:
    inset 0 0 0 1px rgba(134, 204, 255, 0.25),
    0 0 26px rgba(54, 151, 242, 0.1);
}

.faq-v2__item[open] .faq-v2__toggle span:last-child {
  opacity: 0;
  transform: rotate(0deg);
}

.faq-v2__item[open] .faq-v2__question-text {
  color: #8bd3ff;
}

/* =====================================================
   ANSWER
===================================================== */

.faq-v2__answer {
  padding: 0 55px 29px 0;
}

.faq-v2__answer p {
  max-width: 610px;
  margin: 0;
  color: rgba(207, 222, 240, 0.65);
  font-size: 0.92rem;
  line-height: 1.78;
}

/* =====================================================
   RESPONSIBLE PLAY
===================================================== */

.faq-v2__responsible {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 19px;
  margin-top: clamp(52px, 7vw, 84px);
  padding: 24px 28px;
  border-radius: 20px;
  background:
    linear-gradient(
      90deg,
      rgba(26, 112, 190, 0.1),
      rgba(119, 65, 173, 0.08),
      rgba(237, 43, 174, 0.06)
    );
  box-shadow:
    inset 0 0 0 1px rgba(112, 188, 247, 0.14);
}

.faq-v2__responsible-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(37, 145, 239, 0.17),
      rgba(236, 44, 175, 0.1)
    );
  color: #8bd3ff;
  font-size: 1rem;
}

.faq-v2__responsible-content span {
  display: block;
  margin-bottom: 6px;
  color: #7dcaff;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.faq-v2__responsible-content p {
  max-width: 960px;
  margin: 0;
  color: rgba(220, 232, 246, 0.74);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

.faq-v2__question:focus-visible {
  outline: 2px solid rgba(126, 207, 255, 0.82);
  outline-offset: 5px;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-v2__question-text,
  .faq-v2__toggle,
  .faq-v2__toggle span {
    transition: none;
  }

  .faq-v2__question:hover .faq-v2__question-text {
    transform: none;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {
  .faq-v2 {
    padding: 92px 0;
  }

  .faq-v2__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .faq-v2__heading {
    max-width: 850px;
  }

  .faq-v2__title {
    max-width: 850px;
    font-size: clamp(2.65rem, 8vw, 4.5rem);
  }

  .faq-v2__intro {
    max-width: 720px;
  }

  .faq-v2__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .faq-v2__column:last-child {
    border-top: 0;
  }

  .faq-v2__question {
    min-height: 98px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 680px) {
  .faq-v2 {
    padding: 76px 0;
  }

  .faq-v2__header {
    gap: 25px;
    margin-bottom: 44px;
  }

  .faq-v2__eyebrow {
    margin-bottom: 20px;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .faq-v2__title {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.048em;
  }

  .faq-v2__intro {
    padding-left: 19px;
  }

  .faq-v2__intro p {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .faq-v2__question {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 14px;
    min-height: 92px;
    padding: 21px 0;
  }

  .faq-v2__question-text {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .faq-v2__toggle {
    width: 32px;
    height: 32px;
  }

  .faq-v2__answer {
    padding: 0 42px 25px 0;
  }

  .faq-v2__answer p {
    font-size: 0.87rem;
    line-height: 1.72;
  }

  .faq-v2__responsible {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .faq-v2__question {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 11px;
  }

  .faq-v2__answer {
    padding-right: 35px;
  }
}

/* =====================================================
   MRBEAST CASINO — FAQ V2 END
===================================================== */

/* =====================================================
   MRBEAST CASINO — FINAL FOOTER START
===================================================== */

.casino-footer-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 108px) 0 0;
  background:
    linear-gradient(
      180deg,
      #050b16 0%,
      #050c17 46%,
      #03070f 100%
    );
  color: #ffffff;
}

.casino-footer-final .container {
  position: relative;
  z-index: 2;
}

/* =====================================================
   BACKGROUND
===================================================== */

.casino-footer-final__decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.casino-footer-final__glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.1;
  filter: blur(145px);
}

.casino-footer-final__glow--blue {
  top: 0;
  left: -280px;
  background: #168fff;
}

.casino-footer-final__glow--pink {
  right: -290px;
  bottom: 4%;
  background: #ed2aab;
}

.casino-footer-final__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(90%, 1440px);
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(91, 185, 255, 0.3),
      rgba(158, 112, 255, 0.25),
      rgba(237, 65, 180, 0.22),
      transparent
    );
}

/* =====================================================
   TOP
===================================================== */

.casino-footer-final__top {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.58fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding-bottom: clamp(50px, 6vw, 72px);
  border-bottom: 1px solid rgba(116, 183, 238, 0.13);
}

.casino-footer-final__brand {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 46px);
}

.casino-footer-final__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 160px;
  text-decoration: none;
}

.casino-footer-final__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.casino-footer-final__brand-content {
  max-width: 690px;
}

.casino-footer-final__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #79c9ff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.casino-footer-final__brand-content h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.1vw, 3.05rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.048em;
}

.casino-footer-final__brand-content h2 span {
  display: block;
  margin-top: 5px;
  background:
    linear-gradient(
      90deg,
      #70c5ff 0%,
      #9c90ff 52%,
      #e86cc7 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.casino-footer-final__brand-content p {
  max-width: 670px;
  margin: 20px 0 0;
  color: rgba(208, 222, 240, 0.63);
  font-size: 0.91rem;
  line-height: 1.74;
}

/* =====================================================
   OVERVIEW
===================================================== */

.casino-footer-final__overview {
  position: relative;
  padding-left: 25px;
}

.casino-footer-final__overview::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      #4fb7ff 0%,
      #967fff 52%,
      #e75dbc 100%
    );
  opacity: 0.68;
}

.casino-footer-final__overview-title {
  display: block;
  margin-bottom: 17px;
  color: #7ccaff;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.casino-footer-final__overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.casino-footer-final__overview li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 11px;
  color: rgba(208, 222, 240, 0.63);
  font-size: 0.82rem;
  line-height: 1.55;
}

.casino-footer-final__overview li + li {
  margin-top: 14px;
}

.casino-footer-final__overview li i {
  margin-top: 4px;
  color: #7dcaff;
  font-size: 0.74rem;
}

/* =====================================================
   NAVIGATION
===================================================== */

.casino-footer-final__navigation {
  display: grid;
  grid-template-columns:
    minmax(170px, 0.75fr)
    minmax(210px, 0.95fr)
    minmax(190px, 0.9fr)
    minmax(270px, 1.15fr);
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(48px, 6vw, 72px) 0;
  border-bottom: 1px solid rgba(116, 183, 238, 0.13);
}

.casino-footer-final__column {
  min-width: 0;
}

.casino-footer-final__column h3 {
  position: relative;
  margin: 0 0 23px;
  padding-bottom: 13px;
  color: rgba(246, 249, 255, 0.94);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.casino-footer-final__column h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #54baff,
      #a17dff,
      #e75cbe
    );
}

.casino-footer-final__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.casino-footer-final__column li + li {
  margin-top: 13px;
}

.casino-footer-final__column li a {
  display: inline-block;
  color: rgba(203, 218, 237, 0.6);
  font-size: 0.81rem;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.casino-footer-final__column li a:hover {
  color: #82ceff;
  transform: translateX(3px);
}

/* =====================================================
   CONTACT
===================================================== */

.casino-footer-final__contact > p {
  max-width: 350px;
  margin: 0 0 19px;
  color: rgba(202, 218, 237, 0.57);
  font-size: 0.8rem;
  line-height: 1.65;
}

.casino-footer-final__contact-list {
  display: grid;
}

.casino-footer-final__contact-list > a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(111, 180, 235, 0.1);
  color: inherit;
  text-decoration: none;
}

.casino-footer-final__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      rgba(39, 139, 226, 0.14),
      rgba(229, 47, 175, 0.08)
    );
  box-shadow:
    inset 0 0 0 1px rgba(106, 187, 248, 0.13);
  color: #82cfff;
  font-size: 0.84rem;
}

.casino-footer-final__contact-list small {
  display: block;
  margin-bottom: 4px;
  color: rgba(191, 209, 231, 0.46);
  font-size: 0.62rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.casino-footer-final__contact-list strong {
  display: block;
  overflow-wrap: anywhere;
  color: rgba(240, 246, 255, 0.85);
  font-size: 0.77rem;
  font-weight: 650;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.casino-footer-final__contact-list > a:hover strong {
  color: #82ceff;
}

/* =====================================================
   PAYMENTS
===================================================== */

.casino-footer-final__payments {
  padding: clamp(42px, 5vw, 60px) 0;
  border-bottom: 1px solid rgba(116, 183, 238, 0.13);
}

.casino-footer-final__payments-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 25px;
}

.casino-footer-final__payments-heading span {
  display: block;
  margin-bottom: 7px;
  color: #79c9ff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.casino-footer-final__payments-heading strong {
  display: block;
  color: rgba(241, 247, 255, 0.88);
  font-size: clamp(1.04rem, 1.7vw, 1.3rem);
  font-weight: 720;
  line-height: 1.4;
}

.casino-footer-final__payments-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: rgba(123, 202, 255, 0.74);
  font-size: 0.73rem;
  font-weight: 700;
  text-decoration: none;
}

.casino-footer-final__payments-heading > a i {
  font-size: 0.63rem;
  transition: transform 0.25s ease;
}

.casino-footer-final__payments-heading > a:hover {
  color: #a48fff;
}

.casino-footer-final__payments-heading > a:hover i {
  transform: translateX(4px);
}

.casino-footer-final__payment-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.casino-footer-final__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 40px;
  padding: 4px 0;
}

.casino-footer-final__payment img {
  display: block;
  width: 100%;
  max-width: 66px;
  height: 31px;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 0.76;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.casino-footer-final__payment:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

.casino-footer-final__payment-note {
  max-width: 1040px;
  margin: 22px 0 0;
  color: rgba(188, 205, 227, 0.46);
  font-size: 0.71rem;
  line-height: 1.65;
}

/* =====================================================
   LEGAL INFORMATION
===================================================== */

.casino-footer-final__legal {
  padding: clamp(38px, 5vw, 55px) 0;
  border-bottom: 1px solid rgba(116, 183, 238, 0.13);
}

.casino-footer-final__legal-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 27px;
}

.casino-footer-final__legal-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(217, 231, 247, 0.65);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.casino-footer-final__legal-badges i {
  color: #7dcbff;
  font-size: 0.73rem;
}

.casino-footer-final__legal-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 82px);
}

.casino-footer-final__legal-text p {
  margin: 0;
  color: rgba(182, 201, 224, 0.47);
  font-size: 0.73rem;
  line-height: 1.75;
}

/* =====================================================
   BOTTOM BAR
===================================================== */

.casino-footer-final__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 88px;
}

.casino-footer-final__bottom p {
  margin: 0;
  color: rgba(182, 201, 224, 0.44);
  font-size: 0.7rem;
  line-height: 1.5;
}

.casino-footer-final__bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.casino-footer-final__bottom-links a {
  color: rgba(202, 218, 237, 0.56);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.casino-footer-final__bottom-links a:hover {
  color: #80ccff;
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

.casino-footer-final a:focus-visible {
  outline: 2px solid rgba(125, 206, 255, 0.84);
  outline-offset: 4px;
  border-radius: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .casino-footer-final__column li a,
  .casino-footer-final__payments-heading > a i,
  .casino-footer-final__payment img {
    transition: none;
  }

  .casino-footer-final__column li a:hover,
  .casino-footer-final__payment:hover img {
    transform: none;
  }
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1180px) {
  .casino-footer-final__top {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.55fr);
    gap: 54px;
  }

  .casino-footer-final__brand {
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 30px;
  }

  .casino-footer-final__logo {
    max-width: 135px;
  }

  .casino-footer-final__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 68px;
    row-gap: 48px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {
  .casino-footer-final {
    padding-top: 82px;
  }

  .casino-footer-final__top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }

  .casino-footer-final__overview {
    max-width: 650px;
  }

  .casino-footer-final__legal-text {
    grid-template-columns: 1fr;
    gap: 19px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 680px) {
  .casino-footer-final {
    padding-top: 68px;
  }

  .casino-footer-final__brand {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 25px;
  }

  .casino-footer-final__logo {
    max-width: 140px;
  }

  .casino-footer-final__brand-content h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .casino-footer-final__brand-content p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .casino-footer-final__overview {
    padding-left: 19px;
  }

  .casino-footer-final__navigation {
    grid-template-columns: 1fr;
    row-gap: 41px;
    padding: 46px 0;
  }

  .casino-footer-final__payments-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .casino-footer-final__payment-list {
    gap: 13px 17px;
  }

  .casino-footer-final__payment {
    width: 63px;
    height: 37px;
  }

  .casino-footer-final__payment img {
    max-width: 57px;
    height: 27px;
  }

  .casino-footer-final__legal-badges {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .casino-footer-final__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    padding: 27px 0 32px;
  }

  .casino-footer-final__bottom-links {
    justify-content: flex-start;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .casino-footer-final__brand-content h2 {
    font-size: 1.95rem;
  }

  .casino-footer-final__contact-list > a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }

  .casino-footer-final__contact-icon {
    width: 38px;
    height: 38px;
  }

  .casino-footer-final__payment-list {
    gap: 11px;
  }

  .casino-footer-final__payment {
    width: 57px;
  }

  .casino-footer-final__bottom-links {
    gap: 10px 17px;
  }
}

/* =====================================================
   MRBEAST CASINO — FINAL FOOTER END
===================================================== */

/* =====================================================
   MRBEAST CASINO — LIVE CASINO VISUAL UPDATE START
===================================================== */

.mb-live-choice,
.mb-live-choice * {
  box-sizing: border-box;
}


/* =====================================================
   GAME CARDS
===================================================== */

.mb-live-game {
  position: relative;
  overflow: hidden;

  cursor: default;

  border: 1px solid rgba(70, 113, 255, 0.34);

  background:
    linear-gradient(
      145deg,
      rgba(17, 24, 53, 0.98),
      rgba(7, 10, 27, 0.99)
    );

  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(242, 43, 140, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);

  transition:
    transform 0.36s ease,
    border-color 0.36s ease,
    box-shadow 0.36s ease;
}


.mb-live-game::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 3;

  border: 1px solid transparent;
  border-radius: inherit;

  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(56, 103, 255, 0.52),
      transparent 31%,
      transparent 67%,
      rgba(244, 38, 141, 0.42)
    )
    border-box;

  -webkit-mask:
    linear-gradient(#ffffff 0 0) padding-box,
    linear-gradient(#ffffff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0.78;
}


.mb-live-game:hover {
  border-color: rgba(77, 122, 255, 0.62);

  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.5),
    -12px -8px 38px rgba(43, 92, 255, 0.13),
    12px 10px 42px rgba(237, 37, 140, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);

  transform: translateY(-5px);
}


/* =====================================================
   VIDEO FRAME
===================================================== */

.mb-live-game__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  margin: 7px 7px 0;

  border: 1px solid rgba(83, 124, 255, 0.48);
  border-radius: 19px 19px 8px 8px;

  background: #070b1b;

  box-shadow:
    0 0 0 1px rgba(240, 38, 142, 0.08),
    0 0 25px rgba(47, 92, 255, 0.13),
    inset 0 0 28px rgba(43, 86, 255, 0.14);
}


.mb-live-game__media::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 5;

  border-radius: inherit;

  pointer-events: none;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 17px 0 30px rgba(44, 83, 255, 0.11),
    inset -17px 0 30px rgba(240, 38, 140, 0.1),
    inset 0 -20px 36px rgba(5, 8, 23, 0.2);
}


.mb-live-game__media::after {
  content: "";

  position: absolute;
  inset: -1px;
  z-index: 6;

  border-radius: inherit;

  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(70, 115, 255, 0.75) 0%,
      rgba(70, 115, 255, 0.08) 25%,
      transparent 46%,
      rgba(243, 41, 143, 0.08) 72%,
      rgba(243, 41, 143, 0.65) 100%
    );

  padding: 1px;

  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.mb-live-game--roulette .mb-live-game__media {
  min-height: 448px;
}


.mb-live-game--small .mb-live-game__media {
  height: 173px;
}


.mb-live-game__media video {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  filter:
    saturate(0.84)
    contrast(1.04)
    brightness(0.88)
    hue-rotate(5deg);

  transform: scale(1.015);

  transition:
    transform 0.75s ease,
    filter 0.5s ease;
}


.mb-live-game:hover .mb-live-game__media video {
  filter:
    saturate(0.93)
    contrast(1.06)
    brightness(0.94)
    hue-rotate(3deg);

  transform: scale(1.055);
}


/* =====================================================
   VIDEO COLOUR CORRECTION
===================================================== */

.mb-live-game__colour-layer {
  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      125deg,
      rgba(31, 77, 255, 0.2) 0%,
      rgba(73, 41, 205, 0.08) 38%,
      rgba(232, 32, 139, 0.15) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 9, 27, 0.06) 0%,
      rgba(5, 9, 27, 0.18) 100%
    );

  mix-blend-mode: color;
}


.mb-live-game__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;

  pointer-events: none;

  background:
    linear-gradient(
      to top,
      rgba(5, 8, 24, 0.96) 0%,
      rgba(6, 9, 26, 0.5) 25%,
      transparent 59%
    ),
    linear-gradient(
      120deg,
      rgba(38, 86, 255, 0.16),
      transparent 47%
    ),
    linear-gradient(
      300deg,
      rgba(239, 36, 139, 0.1),
      transparent 42%
    );
}


/* =====================================================
   VIDEO CONTENT LAYERS
===================================================== */

.mb-live-game__status,
.mb-live-game__featured {
  z-index: 8;
}


.mb-live-game__status {
  border-color: rgba(91, 126, 255, 0.32);

  background:
    linear-gradient(
      135deg,
      rgba(7, 12, 32, 0.88),
      rgba(17, 13, 37, 0.84)
    );

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}


/* =====================================================
   CARD CONTENT
===================================================== */

.mb-live-game__content {
  position: relative;
  z-index: 4;
}


.mb-live-game__icon {
  border-color: rgba(255, 198, 72, 0.25);

  box-shadow:
    inset 0 0 16px rgba(255, 190, 42, 0.035);
}


.mb-live-game__arrow {
  display: none;
}


/* =====================================================
   HOST CARD WITHOUT BUTTON
===================================================== */

.mb-live-host {
  border-color: rgba(84, 121, 255, 0.31);

  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.38),
    -9px -5px 36px rgba(43, 91, 255, 0.07),
    9px 7px 38px rgba(239, 38, 140, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}


.mb-live-host__content {
  padding-bottom: 34px;
}


.mb-live-host__content p {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}


/* Removed elements from the previous markup */

.mb-live-host__button,
.mb-live-choice__cta,
.mb-live-choice__cta-button {
  display: none !important;
}


/* =====================================================
   BENEFITS
===================================================== */

.mb-live-benefits {
  margin-top: 52px;
  margin-bottom: 0;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

  .mb-live-game--small .mb-live-game__media {
    height: 238px;
  }

}


@media (max-width: 820px) {

  .mb-live-game--roulette .mb-live-game__media {
    min-height: 403px;
  }

  .mb-live-game--small .mb-live-game__media {
    height: 278px;
  }

}


@media (max-width: 560px) {

  .mb-live-game__media {
    margin: 5px 5px 0;

    border-radius: 15px 15px 7px 7px;
  }

  .mb-live-game--roulette .mb-live-game__media {
    min-height: 304px;
  }

  .mb-live-game--small .mb-live-game__media {
    height: 214px;
  }

  .mb-live-host__content {
    padding-bottom: 29px;
  }

  .mb-live-benefits {
    margin-top: 40px;
  }

}


@media (prefers-reduced-motion: reduce) {

  .mb-live-game,
  .mb-live-game__media video,
  .mb-live-benefit {
    transition: none;
  }

}

/* =====================================================
   MRBEAST CASINO — LIVE CASINO VISUAL UPDATE END
===================================================== */

/* =====================================================
   LEGAL PAGES
===================================================== */
.legal-page { background: #07111f; color: #dce8f8; min-height: 60vh; }
.legal-hero { position: relative; overflow: hidden; padding: clamp(110px, 10vw, 180px) 0 clamp(56px, 6vw, 96px); background: radial-gradient(circle at 12% 16%, rgba(0, 207, 255, .22), transparent 35%), radial-gradient(circle at 88% 10%, rgba(255, 35, 129, .18), transparent 30%), linear-gradient(145deg, #07111f 0%, #0d1d35 100%); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-hero__glow { position:absolute; width:340px; height:340px; right:-100px; bottom:-180px; border-radius:50%; background:rgba(0,207,255,.15); filter:blur(55px); }
.legal-hero .container { position:relative; z-index:1; max-width:1120px; }
.legal-hero__kicker { display:inline-block; margin-bottom:18px; color:#45ddff; font-weight:700; letter-spacing:.12em; text-transform:uppercase; font-size:13px; }
.legal-hero h1 { color:#fff; font-size:clamp(42px,6vw,78px); line-height:1.05; max-width:950px; }
.legal-hero p { color:#b8c8de; font-size:clamp(17px,1.4vw,21px); max-width:820px; margin-top:22px; }
.legal-updated { display:inline-flex; align-items:center; gap:9px; margin-top:28px; padding:10px 15px; border:1px solid rgba(69,221,255,.35); border-radius:999px; background:rgba(3,14,28,.5); color:#eaf8ff; font-size:14px; }
.legal-content { padding:clamp(50px,7vw,100px) 0; }
.legal-content .container { max-width:1180px; }
.legal-layout { display:grid; grid-template-columns:minmax(220px,280px) minmax(0,1fr); gap:clamp(30px,5vw,76px); align-items:start; }
.legal-toc { position:sticky; top:110px; padding:24px; border-radius:20px; background:linear-gradient(160deg,rgba(20,44,75,.96),rgba(9,25,46,.96)); border:1px solid rgba(69,221,255,.18); box-shadow:0 18px 50px rgba(0,0,0,.24); }
.legal-toc strong { color:#fff; font-family:'Saira',sans-serif; font-size:21px; }
.legal-toc ul { list-style:none; padding:0; margin:16px 0 0; }
.legal-toc li + li { margin-top:9px; }
.legal-toc a { color:#a9bdd7; font-size:14px; line-height:1.35; }
.legal-toc a:hover { color:#45ddff; transform:translateX(4px); }
.legal-article { min-width:0; }
.legal-notice { display:flex; gap:16px; align-items:flex-start; padding:20px 22px; margin-bottom:34px; border-radius:18px; color:#dce8f8; background:rgba(0,207,255,.08); border:1px solid rgba(69,221,255,.24); }
.legal-notice i { color:#45ddff; margin-top:5px; }
.legal-notice p { color:#d1deef; }
.legal-article > section { padding:30px 0; border-bottom:1px solid rgba(255,255,255,.1); scroll-margin-top:110px; }
.legal-article > section:first-of-type { padding-top:0; }
.legal-article h2 { color:#fff; font-size:clamp(25px,2.2vw,36px); margin-bottom:14px; }
.legal-article p,.legal-article li { color:#b9c9dc; font-size:16px; line-height:1.75; }
.legal-article p + p { margin-top:12px; }
.legal-article ul,.legal-article ol { padding-left:22px; margin:14px 0 0; }
.legal-article li + li { margin-top:9px; }
.legal-article a { color:#45ddff; text-decoration:underline; text-underline-offset:3px; }
.legal-article strong { color:#f4f8ff; }
.casino-footer-final__bottom-links { flex-wrap:wrap; }
@media (max-width: 991px) { .legal-layout { grid-template-columns:1fr; } .legal-toc { position:relative; top:auto; } }
@media (max-width: 575px) { .legal-hero { padding-top:95px; } .legal-toc { padding:20px; } .legal-notice { padding:17px; } .legal-article > section { padding:24px 0; } }
