/*---------------------------------------------"
// 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;
}
/* Lucky Treasure reels redesign */
.lt-reels {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background: radial-gradient(circle at 8% 12%, rgba(255, 205, 99, .22), transparent 28%), radial-gradient(circle at 92% 68%, rgba(112, 132, 255, .18), transparent 31%), linear-gradient(135deg, #fffaf0 0%, #f8f7ff 52%, #eef4ff 100%);
}
.lt-reels::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(#e7b74d 1px, transparent 1px);
  background-size: 30px 30px;
}
.lt-reels .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
}
.lt-reels__heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}
.lt-reels__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: #dc6d52;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lt-reels__kicker i {
  color: #e4ad30;
}
.lt-reels__heading h2 {
  margin: 0 0 18px;
  color: #243c7a;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}
.lt-reels__heading p {
  max-width: 900px;
  margin: 0 auto 10px;
  color: #65718f;
  font-size: 16px;
  line-height: 1.72;
}
.lt-reels__basics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1060px;
  margin: 0 auto 42px;
}
.lt-reels__basics article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 98px;
  padding: 17px 20px;
  border: 1px solid rgba(76, 93, 158, .12);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 15px 34px rgba(70, 83, 140, .08);
}
.lt-reels__basics article > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #6b68de, #eb7a68);
}
.lt-reels__basics h3 {
  margin: 0 0 3px;
  color: #2e447c;
  font-size: 15px;
}
.lt-reels__basics p {
  margin: 0;
  color: #77819a;
  font-size: 12px;
  line-height: 1.45;
}
.lt-reels__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1050px;
  margin: 0 auto 18px;
  padding: 8px;
  border: 1px solid rgba(77, 92, 153, .1);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 45px rgba(61, 74, 133, .08);
}
.lt-reels__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 16px;
  border: 0;
  border-radius: 19px;
  color: #607093;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}
.lt-reels__tab:hover {
  color: #334a88;
  transform: translateY(-1px);
}
.lt-reels__tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #5965d5, #7a65d8 53%, #ee806c);
  box-shadow: 0 10px 24px rgba(92, 96, 205, .25);
}
.lt-reels__tab i {
  color: #e6ae31;
}
.lt-reels__tab.is-active i {
  color: #ffe889;
}
.lt-reels__collection-copy {
  display: flex;
  gap: 18px;
  max-width: 1110px;
  margin: 0 auto 24px;
  padding: 25px 28px;
  border: 1px solid rgba(77, 92, 153, .11);
  border-radius: 27px;
  background: rgba(255,255,255,.74);
}
.lt-reels__collection-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #f2bd45, #ef7e63);
  box-shadow: 0 10px 22px rgba(231, 137, 74, .22);
}
.lt-reels__collection-copy h3 {
  margin: 0 0 8px;
  color: #29417e;
  font-size: 25px;
}
.lt-reels__collection-copy p {
  margin: 0 0 8px;
  color: #687590;
  font-size: 14px;
  line-height: 1.65;
}
.lt-reels__collection-copy p:last-child {
  margin-bottom: 0;
}
.lt-reels__games {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1270px;
  min-height: 202px;
  margin: 0 auto;
}
.lt-reels .lt-slot-card {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 17px;
  background: transparent;
  box-shadow: 0 14px 28px rgba(52, 61, 105, .16);
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lt-reels .lt-slot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(52, 61, 105, .22);
}
.lt-reels .lt-slot-card[hidden] {
  display: none !important;
}
.lt-reels .lt-slot-card__media {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #31447f;
}
.lt-reels .lt-slot-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: none;
  border-radius: 0;
  transform: none;
}
.lt-reels .lt-slot-card__caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  padding: 22px 10px 8px;
  color: #fff;
  background: linear-gradient(to top, rgba(21,31,69,.94), rgba(27,38,82,.68) 58%, transparent);
}
.lt-reels .lt-slot-card__caption strong {
  color: #fff;
  font-size: 11px;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.lt-reels .lt-slot-card__caption small {
  display: inline-flex;
  align-items: center;
  color: #ffe47c;
  font-size: 0;
}
.lt-reels .lt-slot-card__caption small i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.17);
  font-size: 8px;
}
.lt-reels .lt-slot-card.is-selected {
  outline: 3px solid #efb94a;
  outline-offset: 3px;
}
.lt-reels .lt-slot-guide {
  max-width: 1110px;
  margin: 28px auto 0;
  padding: 29px 30px 25px;
  border: 1px solid rgba(80, 92, 162, .13);
  border-radius: 27px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 54px rgba(51, 63, 122, .12);
}
.lt-reels .lt-slot-guide[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .lt-reels {
    padding: 70px 0 80px;
  }
  .lt-reels__basics {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .lt-reels__tabs {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .lt-reels__tab {
    min-height: 50px;
  }
}
@media (max-width: 575px) {
  .lt-reels {
    padding: 58px 0 68px;
  }
  .lt-reels__heading h2 {
    font-size: 39px;
  }
  .lt-reels__heading p {
    font-size: 14px;
    line-height: 1.62;
  }
  .lt-reels__basics article {
    min-height: 86px;
    padding: 14px;
    border-radius: 20px;
  }
  .lt-reels__collection-copy {
    display: block;
    padding: 20px 18px;
    border-radius: 22px;
  }
  .lt-reels__collection-icon {
    margin-bottom: 13px;
  }
  .lt-reels__collection-copy h3 {
    font-size: 22px;
  }
  .lt-reels__collection-copy p {
    font-size: 13px;
  }
  .lt-reels__games {
    gap: 12px;
  }
  .lt-reels .lt-slot-card__media img[width="235"] {
    width: 235px;
    max-width: calc(100vw - 48px);
    height: auto;
    object-fit: contain;
  }
  .lt-reels .lt-slot-guide {
    padding: 26px 18px 22px;
  }
}
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: none;
  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/lucky-treasure-casino-sports.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;
  }
}
(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;
  }
}
/* Lucky Treasure Header & Hero */
.premium-header {
  background: rgba(3, 12, 24, 0.94);
  border-bottom-color: rgba(244, 194, 79, 0.28);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.42);
}
.premium-nav {
  min-height: 84px;
  gap: 20px;
}
.header-brand {
  gap: 11px;
  color: #ffffff;
  text-decoration: none;
}
.header-logo-mark {
  position: relative;
  width: 47px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 47px;
  border: 1px solid rgba(255, 221, 137, 0.5);
  border-radius: 50% 50% 44% 56%;
  background: radial-gradient(circle at 32% 24%, #fff2bf 0%, #f4c24f 30%, #c37916 73%, #6f3708 100%);
  color: #08172a;
  box-shadow: 0 0 26px rgba(244, 194, 79, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: rotate(-7deg);
}
.header-logo-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(4, 18, 33, 0.28);
  border-radius: inherit;
}
.header-logo-mark i {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transform: rotate(7deg);
}
.header-logo-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.header-logo-copy strong {
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.header-logo-copy small {
  margin-top: 5px;
  color: #f4c24f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.header-menu {
  gap: clamp(11px, 1.15vw, 22px);
}
.header-menu a {
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(10px, 0.68vw, 13px);
  letter-spacing: 0.025em;
}
.header-menu a::after {
  background: linear-gradient(90deg, #f4c24f, #ff8a29);
}
.header-menu a:hover {
  color: #ffe7a5;
}
.premium-play-btn, .premium-hero__btn {
  background: linear-gradient(135deg, #ffad30 0%, #f04429 52%, #ff7a24 100%);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(240, 68, 41, 0.34);
}
.premium-play-btn:hover, .premium-hero__btn:hover {
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(240, 68, 41, 0.46);
}
.premium-hero {
  min-height: calc(100vh - 84px);
  padding: clamp(90px, 9vw, 150px) 0 clamp(76px, 8vw, 126px);
  background: linear-gradient(90deg, rgba(2, 10, 21, 0.98) 0%, rgba(3, 14, 29, 0.92) 31%, rgba(3, 14, 29, 0.48) 59%, rgba(3, 12, 24, 0.12) 100%), linear-gradient(0deg, rgba(3, 12, 24, 0.42), transparent 42%), url("../media/hero/lucky-treasure-casino-sports.jpg");
  background-size: cover;
  background-position: center;
}
.premium-hero::before {
  background: radial-gradient(circle at 18% 74%, rgba(244, 194, 79, 0.13), transparent 27%), 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: auto, 62px 62px, 62px 62px;
  opacity: 0.34;
}
.premium-hero::after {
  width: 420px;
  height: 420px;
  right: 10%;
  bottom: -300px;
  background: rgba(240, 68, 41, 0.18);
  filter: blur(30px);
}
.premium-hero__content {
  position: relative;
  z-index: 2;
  max-width: 690px;
}
.premium-hero__eyebrow {
  margin-bottom: 24px;
  border-color: rgba(244, 194, 79, 0.4);
  background: rgba(4, 18, 34, 0.62);
  color: #ffd66f;
}
.premium-hero__title {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.92;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
.premium-hero__title span {
  margin-top: 22px;
  color: #f4c24f;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.04;
}
.premium-hero__text {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}
.premium-hero__actions {
  margin-bottom: 30px;
}
.premium-hero__features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.premium-hero__features > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(244, 194, 79, 0.24);
  border-radius: 999px;
  background: rgba(4, 18, 34, 0.64);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.premium-hero__features i {
  color: #f4c24f;
  font-size: 14px;
}
@media (max-width: 1399px) {
  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .header-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 16px 20px;
    border: 1px solid rgba(244, 194, 79, 0.24);
    border-radius: 18px;
    background: rgba(3, 12, 24, 0.98);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
  }
  .header-menu.active {
    display: flex;
  }
  .header-menu a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 13px;
  }
  .header-menu a:last-child {
    border-bottom: 0;
  }
  .header-menu a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .premium-hero {
    min-height: calc(100vh - 76px);
    padding: 84px 0 70px;
    background: linear-gradient(90deg, rgba(2, 10, 21, 0.96), rgba(3, 14, 29, 0.74)), linear-gradient(0deg, rgba(3, 12, 24, 0.72), transparent 55%), url("../media/hero/lucky-treasure-casino-sports.jpg");
    background-size: cover;
    background-position: 62% center;
  }
  .premium-hero__content {
    max-width: 560px;
  }
  .premium-hero__title {
    font-size: clamp(45px, 13vw, 64px);
  }
  .premium-hero__text {
    max-width: 520px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .premium-nav {
    min-height: 72px;
    gap: 10px;
  }
  .header-logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .header-logo-copy strong {
    font-size: 16px;
  }
  .header-logo-copy small {
    font-size: 8px;
  }
  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }
  .header-cta {
    display: block;
  }
  .premium-play-btn {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 11px;
  }
  .premium-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.055em;
  }
  .premium-hero__features {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .header-logo-copy small {
    display: none;
  }
  .header-logo-copy strong {
    max-width: 76px;
    white-space: normal;
    line-height: 0.9;
  }
  .premium-play-btn {
    padding-inline: 11px;
  }
}
/* Light Lucky Treasure theme */
.premium-header {
  background: rgba(255, 255, 255, 0.91);
  border-bottom-color: rgba(93, 113, 179, 0.16);
  box-shadow: 0 10px 32px rgba(70, 97, 151, 0.13);
}
.header-brand, .header-logo-copy strong {
  color: #20345e;
}
.header-logo-mark {
  border-color: rgba(255, 190, 64, 0.48);
  background: radial-gradient(circle at 32% 24%, #fffceb 0%, #ffd765 34%, #f5a63d 76%, #e67f53 100%);
  color: #334f85;
  box-shadow: 0 8px 22px rgba(245, 166, 61, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}
.header-logo-copy small {
  color: #e8855c;
}
.header-menu a {
  color: rgba(32, 52, 94, 0.78);
}
.header-menu a::after {
  background: linear-gradient(90deg, #7f77d9, #ff9670);
}
.header-menu a:hover {
  color: #6c61c8;
}
.mobile-menu-toggle {
  border-color: rgba(93, 113, 179, 0.24);
  background: rgba(234, 241, 255, 0.72);
}
.mobile-menu-toggle span {
  background: #435d91;
}
.premium-play-btn, .premium-hero__btn {
  background: linear-gradient(135deg, #ffbb54 0%, #ff8a66 52%, #f06c79 100%);
  color: #ffffff;
  box-shadow: 0 15px 34px rgba(240, 108, 121, 0.25);
}
.premium-play-btn:hover, .premium-hero__btn:hover {
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(240, 108, 121, 0.34);
}
.premium-hero {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 255, 0.93) 30%, rgba(242, 249, 255, 0.44) 55%, rgba(239, 248, 255, 0.03) 100%), url("../media/hero/lucky-treasure-casino-sports.jpg");
  background-size: cover;
  background-position: center;
}
.premium-hero::before {
  background: radial-gradient(circle at 12% 76%, rgba(255, 203, 104, 0.22), transparent 30%), radial-gradient(circle at 40% 12%, rgba(157, 173, 239, 0.16), transparent 28%);
  background-size: auto;
  opacity: 1;
}
.premium-hero::after {
  background: rgba(255, 151, 112, 0.2);
}
.premium-hero__eyebrow {
  border-color: rgba(112, 101, 200, 0.22);
  background: rgba(255, 255, 255, 0.66);
  color: #665cb8;
  box-shadow: 0 8px 24px rgba(94, 112, 168, 0.08);
}
.premium-hero__title {
  color: #20345e;
  text-shadow: none;
}
.premium-hero__title span {
  color: #ef7e63;
}
.premium-hero__text {
  color: rgba(32, 52, 94, 0.78);
}
.premium-hero__features > span {
  border-color: rgba(112, 101, 200, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #3f5584;
  box-shadow: 0 8px 24px rgba(94, 112, 168, 0.08);
}
.premium-hero__features i {
  color: #ef8b63;
}
@media (max-width: 1399px) {
  .header-menu {
    border-color: rgba(93, 113, 179, 0.16);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 58px rgba(70, 97, 151, 0.18);
  }
  .header-menu a {
    border-bottom-color: rgba(93, 113, 179, 0.09);
  }
}
@media (max-width: 767px) {
  .premium-hero {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.72)), linear-gradient(0deg, rgba(255, 247, 246, 0.42), transparent 58%), url("../media/hero/lucky-treasure-casino-sports.jpg");
    background-size: cover;
    background-position: 59% center;
  }
}
/* Centred online platform hero */
.premium-hero {
  min-height: calc(100vh - 84px);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 17%, rgba(245, 249, 255, 0.42) 36%, rgba(238, 246, 255, 0.06) 58%), linear-gradient(180deg, rgba(233, 244, 255, 0.08), rgba(255, 244, 240, 0.16)), url("../media/hero/lucky-treasure-casino-sports.jpg");
  background-size: cover;
  background-position: center;
}
.premium-hero::before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.54), transparent 47%);
  opacity: 1;
}
.premium-hero::after {
  display: none;
}
.premium-hero__content {
  width: min(100%, 650px);
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.premium-hero__title {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(52px, 5.25vw, 78px);
  line-height: 0.96;
}
.premium-hero__title span {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(25px, 2.25vw, 36px);
  line-height: 1.08;
}
.premium-hero__text {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}
.premium-hero__actions {
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .premium-hero {
    min-height: calc(100vh - 76px);
    align-items: flex-start;
    padding: 78px 0 64px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(245, 249, 255, 0.48) 56%, rgba(238, 246, 255, 0.16) 100%), url("../media/hero/lucky-treasure-casino-sports.jpg");
    background-color: #eff7ff;
    background-size: auto 78%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .premium-hero__title {
    font-size: clamp(43px, 12vw, 58px);
  }
  .premium-hero__title span {
    font-size: clamp(24px, 7vw, 32px);
  }
}
/* Treasure path hero */
.premium-hero {
  align-items: flex-start;
  padding-top: clamp(54px, 5.2vw, 80px);
  background: linear-gradient(180deg, rgba(18, 54, 139, 0.14) 0%, rgba(35, 72, 166, 0.02) 42%, rgba(22, 38, 118, 0.12) 100%), radial-gradient(ellipse at 50% 22%, rgba(23, 53, 135, 0.2) 0%, rgba(32, 68, 165, 0.08) 28%, transparent 49%), url("../media/hero/lucky-treasure-casino-sports.jpg");
  background-color: #2856bc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.premium-hero::before {
  background: radial-gradient(ellipse at 50% 20%, rgba(27, 48, 122, 0.34), transparent 40%);
}
.premium-hero__content {
  max-width: 700px;
  color: #ffffff;
}
.premium-hero__title {
  max-width: 700px;
  color: #ffffff;
  font-size: clamp(48px, 4.8vw, 72px);
  text-shadow: 0 7px 30px rgba(19, 29, 91, 0.36);
}
.premium-hero__title span {
  max-width: 620px;
  color: #ffd878;
  font-size: clamp(25px, 2.25vw, 35px);
  text-shadow: 0 5px 22px rgba(31, 35, 104, 0.38);
}
.premium-hero__text {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(25, 34, 94, 0.5);
}
@media (max-width: 767px) {
  .premium-hero {
    min-height: calc(100vh - 76px);
    align-items: flex-start;
    padding-top: 58px;
    background: linear-gradient(180deg, rgba(31, 66, 164, 0.2), rgba(22, 45, 135, 0.06)), radial-gradient(ellipse at 50% 22%, rgba(31, 56, 143, 0.34), transparent 48%), url("../media/hero/lucky-treasure-casino-sports.jpg");
    background-color: #2856bc;
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .premium-hero__title {
    font-size: clamp(41px, 11vw, 54px);
  }
  .premium-hero__title span {
    font-size: clamp(23px, 6.4vw, 30px);
  }
  .premium-hero__text {
    font-size: 15px;
  }
}
/* Lucky Treasure Slots */
.lt-slots {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: radial-gradient(circle at 8% 15%, rgba(255, 205, 107, 0.28), transparent 24%), radial-gradient(circle at 92% 84%, rgba(124, 117, 225, 0.2), transparent 27%), linear-gradient(145deg, #fff9ee 0%, #f6f4ff 48%, #edfaff 100%);
}
.lt-slots::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(96, 91, 177, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.38;
}
.lt-slots .container {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}
.lt-slots__heading {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.lt-slots__kicker {
  display: inline-flex;
  padding: 8px 15px;
  border: 1px solid rgba(236, 125, 89, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #e66f55;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 9px 25px rgba(92, 84, 145, 0.07);
}
.lt-slots__heading h2 {
  margin: 18px 0 0;
  color: #263b78;
  font-family: "Saira", sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.lt-slots__heading p {
  max-width: 810px;
  margin: 19px auto 0;
  color: #64708f;
  font-size: 16px;
  line-height: 1.72;
}
.lt-slots__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
  padding: 9px;
  border: 1px solid rgba(69, 79, 143, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(73, 68, 126, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.lt-slots__tab {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 15px;
  border: 0;
  border-radius: 17px;
  background: transparent;
  color: #586681;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.lt-slots__tab i {
  color: #ef835f;
  font-size: 16px;
}
.lt-slots__tab:hover {
  transform: translateY(-2px);
  color: #344a86;
}
.lt-slots__tab.is-active {
  background: linear-gradient(135deg, #6f67d4 0%, #536fc9 46%, #ec7d67 100%);
  color: #ffffff;
  box-shadow: 0 13px 29px rgba(93, 91, 192, 0.24);
}
.lt-slots__tab.is-active i {
  color: #ffe28d;
}
.lt-slots__category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 19px 22px;
  border: 1px solid rgba(86, 96, 169, 0.13);
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(41, 59, 126, 0.98), rgba(102, 91, 184, 0.94));
  box-shadow: 0 18px 45px rgba(48, 52, 119, 0.16);
}
.lt-slots__category-copy {
  display: flex;
  align-items: center;
  gap: 15px;
}
.lt-slots__category-copy > i {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  flex: 0 0 47px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffdd83;
  font-size: 19px;
}
.lt-slots__category-copy h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.lt-slots__category-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.45;
}
.lt-slots__about {
  min-width: 190px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.lt-slots__about i {
  transition: transform 0.22s ease;
}
.lt-slots__about[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.lt-slots__category-details {
  margin-top: 12px;
  padding: 18px 21px;
  border: 1px solid rgba(98, 105, 178, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  color: #626d89;
  box-shadow: 0 13px 34px rgba(68, 67, 122, 0.07);
}
.lt-slots__category-details[hidden] {
  display: none;
}
.lt-slots__category-details p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.lt-slots__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 255px));
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}
.lt-slot-card {
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(61, 67, 127, 0.1);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.9);
  color: #2d3f73;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(65, 66, 123, 0.11);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.lt-slot-card[hidden] {
  display: none;
}
.lt-slot-card:hover, .lt-slot-card.is-selected {
  transform: translateY(-6px);
  border-color: rgba(236, 125, 103, 0.56);
  box-shadow: 0 24px 48px rgba(65, 66, 123, 0.17);
}
.lt-slot-card__media {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  background: radial-gradient(circle at 50% 42%, rgba(255, 225, 145, 0.3), transparent 46%), linear-gradient(145deg, #eaf3ff, #f5efff 52%, #fff8e9);
}
.lt-slot-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 235px;
  max-height: 158px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 11px 25px rgba(35, 41, 94, 0.17);
}
.lt-slot-card__caption {
  min-height: 82px;
  display: block;
  padding: 14px 15px 13px;
  border-top: 1px solid rgba(68, 72, 131, 0.08);
}
.lt-slot-card__caption strong {
  display: block;
  overflow: hidden;
  color: #2d4078;
  font-family: "Saira", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lt-slot-card__caption small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #7d86a0;
  font-size: 10px;
  font-weight: 700;
}
.lt-slot-card__caption small i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffac61, #e96f70);
  color: #ffffff;
  font-size: 10px;
}
.lt-slot-guide {
  position: relative;
  margin-top: 26px;
  padding: 31px 34px;
  border: 1px solid rgba(91, 108, 198, 0.22);
  border-radius: 25px;
  background: radial-gradient(circle at 92% 12%, rgba(255, 213, 118, 0.22), transparent 25%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 255, 0.98));
  box-shadow: 0 22px 56px rgba(56, 64, 133, 0.13);
}
.lt-slot-guide[hidden] {
  display: none;
}
.lt-slot-guide__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #556cc4;
  color: #ffffff;
  cursor: pointer;
}
.lt-slot-guide__eyebrow {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff0df;
  color: #df724f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lt-slot-guide h3 {
  margin: 10px 52px 0 0;
  color: #293f7c;
  font-family: "Saira", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.12;
}
.lt-slot-guide > p:not(.lt-slot-guide__note) {
  max-width: 1080px;
  margin: 14px 0 0;
  color: #5d6988;
  font-size: 14px;
  line-height: 1.72;
}
.lt-slot-guide__essentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 21px;
}
.lt-slot-guide__essentials span {
  display: grid;
  grid-template-columns: 31px 1fr;
  column-gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(91, 107, 189, 0.07);
  color: #76809a;
  font-size: 11px;
  line-height: 1.4;
}
.lt-slot-guide__essentials i {
  grid-row: 1 / 3;
  color: #e9795c;
  font-size: 17px;
}
.lt-slot-guide__essentials strong {
  display: block;
  color: #344a83;
  font-size: 12px;
}
.lt-slot-guide__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(233, 177, 60, 0.36);
  border-radius: 13px;
  background: #fff8dc;
  color: #71798b;
  font-size: 11px;
  line-height: 1.5;
}
.lt-slot-guide__note i {
  margin-top: 2px;
  color: #d79a1d;
}
@media (max-width: 991px) {
  .lt-slots {
    padding: 74px 0;
  }
  .lt-slots__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lt-slots__grid {
    grid-template-columns: repeat(2, minmax(0, 255px));
  }
}
@media (max-width: 767px) {
  .lt-slots__category-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .lt-slots__about {
    align-self: flex-start;
  }
  .lt-slot-guide__essentials {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .lt-slots {
    padding: 54px 0;
  }
  .lt-slots__heading h2 {
    font-size: 38px;
  }
  .lt-slots__heading p {
    font-size: 14px;
  }
  .lt-slots__tabs {
    display: flex;
    margin-right: -12px;
    padding-right: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .lt-slots__tab {
    min-width: 170px;
    scroll-snap-align: start;
  }
  .lt-slots__category-bar {
    padding: 17px;
  }
  .lt-slots__category-copy > i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .lt-slots__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .lt-slot-card {
    border-radius: 17px;
  }
  .lt-slot-card__media {
    height: 128px;
    padding: 8px;
  }
  .lt-slot-card__media img {
    max-width: 100%;
    max-height: 112px;
  }
  .lt-slot-card__caption {
    min-height: 77px;
    padding: 12px 10px;
  }
  .lt-slot-card__caption strong {
    font-size: 12px;
  }
  .lt-slot-card__caption small {
    font-size: 9px;
  }
  .lt-slot-guide {
    padding: 28px 18px 22px;
    border-radius: 21px;
  }
}
/* Compact official covers: keep the 130 × 62 artwork at source size */
.lt-reels .lt-slot-card:has(.lt-slot-card__media img[width="130"]) {
  width: 164px;
}
.lt-reels .lt-slot-card:has(.lt-slot-card__media img[width="130"]) .lt-slot-card__media {
  display: flex;
  width: 164px;
  height: 96px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}
.lt-reels .lt-slot-card:has(.lt-slot-card__media img[width="130"]) .lt-slot-card__media img {
  flex: 0 0 auto;
  width: 130px;
  height: 62px;
}
.lt-reels .lt-slot-card__caption strong {
  max-width: calc(100% - 27px);
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
/* Full-width treasure path and official-format game showcase */
.lt-reels {
  padding: 86px 0 100px;
  background: radial-gradient(circle at 7% 9%, rgba(255, 207, 99, .30), transparent 25%), radial-gradient(circle at 92% 82%, rgba(95, 112, 220, .24), transparent 29%), linear-gradient(128deg, #fff9ec 0%, #faf8ff 45%, #edf3ff 100%);
}
.lt-reels::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: 475px;
  height: 360px;
  pointer-events: none;
  opacity: .58;
  background: radial-gradient(ellipse at center, rgba(255, 216, 104, .42) 0 2%, rgba(255, 216, 104, .16) 18%, transparent 63%);
  transform: rotate(-3deg);
}
.lt-reels .container {
  width: calc(100% - 72px);
  max-width: 1600px;
  padding: 0;
}
.lt-reels__heading {
  display: grid;
  grid-template-columns: minmax(430px, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  max-width: 1500px;
  margin: 0 auto 38px;
  text-align: left;
}
.lt-reels__heading-title {
  position: relative;
  padding: 35px 0 35px 72px;
}
.lt-reels__heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 48px;
  height: 72%;
  border: solid #eab947;
  border-width: 3px 0 3px 3px;
  border-radius: 28px 0 0 28px;
  transform: translateY(-50%);
}
.lt-reels__heading h2 {
  margin: 0;
  font-size: clamp(52px, 5.1vw, 82px);
  line-height: .93;
  letter-spacing: -.055em;
}
.lt-reels__heading-copy {
  padding: 30px 34px;
  border: 1px solid rgba(73, 91, 157, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 55px rgba(58, 70, 128, .09);
}
.lt-reels__heading-copy h3 {
  margin: 0 0 10px;
  color: #2a417d;
  font-size: 25px;
}
.lt-reels__heading-copy p {
  margin: 0 0 10px;
  color: #687590;
  font-size: 14px;
  line-height: 1.68;
}
.lt-reels__heading-copy p:last-child {
  margin-bottom: 0;
}
.lt-reels__basics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1450px;
  margin-bottom: 58px;
}
.lt-reels__basics article {
  padding: 18px 24px;
}
.lt-reels__route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  max-width: 1440px;
  margin: 0 auto 54px;
  padding: 53px 45px 32px;
}
.lt-reels__route-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 24px;
  height: 72px;
  overflow: hidden;
}
.lt-reels__route-line::before, .lt-reels__route-line::after, .lt-reels__route-line span {
  content: "";
  position: absolute;
  height: 45px;
  border-top: 5px solid #edbd4e;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(230, 170, 46, .28));
}
.lt-reels__route-line::before {
  left: 0;
  top: 21px;
  width: 50%;
  transform: rotate(4deg);
}
.lt-reels__route-line::after {
  right: 0;
  top: 8px;
  width: 50%;
  transform: rotate(-4deg);
}
.lt-reels__route-line span {
  left: 48%;
  top: 9px;
  width: 7%;
  border-color: #fff0a8;
}
.lt-reels__route article {
  position: relative;
  z-index: 1;
  padding: 48px 26px 25px;
  border: 1px solid rgba(67, 84, 148, .11);
  border-radius: 25px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(56, 68, 125, .08);
  text-align: center;
}
.lt-reels__route-marker {
  position: absolute;
  left: 50%;
  top: -30px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 5px solid #fff8df;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #f1c24e, #ed8064);
  box-shadow: 0 12px 25px rgba(224, 130, 64, .28);
  transform: translateX(-50%);
}
.lt-reels__route article:nth-of-type(3) .lt-reels__route-marker {
  background: linear-gradient(135deg, #7471e6, #eb7c69);
}
.lt-reels__route h3 {
  margin: 0 0 8px;
  color: #29417d;
  font-size: 20px;
}
.lt-reels__route p {
  margin: 0;
  color: #6b7792;
  font-size: 13px;
  line-height: 1.58;
}
.lt-reels__collection-copy {
  max-width: 1500px;
  margin-bottom: 30px;
  padding: 28px 34px;
  background: linear-gradient(115deg, rgba(38, 58, 121, .96), rgba(87, 83, 189, .94) 58%, rgba(238, 123, 99, .91));
  box-shadow: 0 24px 55px rgba(50, 58, 125, .20);
}
.lt-reels__collection-icon {
  color: #304378;
  background: linear-gradient(135deg, #ffe88a, #f4b940);
}
.lt-reels__collection-label {
  display: block;
  margin-bottom: 4px;
  color: #ffe68a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lt-reels__collection-copy h3 {
  color: #fff;
  font-size: 30px;
}
.lt-reels__collection-copy p {
  max-width: 1280px;
  color: rgba(255,255,255,.78);
}
.lt-reels__games {
  display: grid;
  grid-template-columns: repeat(6, 235px);
  justify-content: center;
  gap: clamp(10px, 1.1vw, 18px);
  max-width: 1500px;
  min-height: 158px;
}
.lt-reels .lt-slot-card {
  width: 235px;
  height: 158px;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(37, 48, 103, .20);
}
.lt-reels .lt-slot-card__media, .lt-reels .lt-slot-card__media img {
  width: 235px;
  height: 158px;
  border-radius: 20px;
}
.lt-reels .lt-slot-card__media img {
  object-fit: cover;
}
.lt-reels .lt-slot-card__caption {
  min-height: 52px;
  padding: 23px 13px 10px;
}
.lt-reels .lt-slot-card__caption strong {
  font-size: 12px;
}
@media (max-width: 1510px) {
  .lt-reels__games {
    grid-template-columns: repeat(3, 235px);
    gap: 20px;
  }
}
@media (max-width: 1050px) {
  .lt-reels .container {
    width: calc(100% - 40px);
  }
  .lt-reels__heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lt-reels__heading-title {
    padding-left: 58px;
  }
  .lt-reels__route {
    gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .lt-reels .container {
    width: calc(100% - 28px);
  }
  .lt-reels__heading-title {
    padding: 15px 0 15px 28px;
  }
  .lt-reels__heading-title::before {
    width: 17px;
  }
  .lt-reels__heading h2 {
    font-size: 48px;
  }
  .lt-reels__heading-copy {
    padding: 24px 20px;
  }
  .lt-reels__basics {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }
  .lt-reels__route {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 30px;
  }
  .lt-reels__route-line {
    display: none;
  }
  .lt-reels__collection-copy {
    padding: 25px 20px;
  }
  .lt-reels__games {
    grid-template-columns: repeat(2, minmax(0, 235px));
    gap: 14px;
  }
  .lt-reels .lt-slot-card, .lt-reels .lt-slot-card__media, .lt-reels .lt-slot-card__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 235 / 158;
  }
}
@media (max-width: 480px) {
  .lt-reels__games {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  .lt-reels .lt-slot-card {
    width: 100%;
  }
}
/* Interactive slot departments */
.lt-reels__route {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
}
.lt-reels__route-line {
  left: 8%;
  right: 8%;
}
.lt-reels__route-step {
  position: relative;
  z-index: 1;
  min-height: 160px;
  padding: 50px 20px 22px;
  border: 1px solid rgba(67, 84, 148, .11);
  border-radius: 25px;
  color: #29417d;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 40px rgba(56, 68, 125, .08);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.lt-reels__route-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 23px 45px rgba(56, 68, 125, .14);
}
.lt-reels__route-step.is-active {
  color: #fff;
  background: linear-gradient(145deg, #344d99, #685fc9 58%, #e97b68);
  box-shadow: 0 24px 48px rgba(64, 66, 151, .22);
}
.lt-reels__route-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.lt-reels__route-step small {
  display: block;
  color: #6b7792;
  font-size: 12px;
  line-height: 1.48;
}
.lt-reels__route-step.is-active small {
  color: rgba(255,255,255,.78);
}
.lt-reels__route-step.is-active .lt-reels__route-marker {
  background: linear-gradient(135deg, #ffe781, #f3ad37);
  color: #344b8f;
}
.lt-reels__games {
  grid-template-columns: repeat(6, minmax(150px, 210px));
  align-items: stretch;
  gap: clamp(12px, 1.2vw, 20px);
  max-width: 1500px;
  min-height: 0;
}
.lt-reels .lt-slot-card--catalog {
  width: 100%;
  height: auto;
  aspect-ratio: 253 / 420;
  border: 3px solid rgba(255,255,255,.86);
  border-radius: 24px;
  background: #293d7a;
  box-shadow: 0 19px 38px rgba(37, 48, 103, .18);
}
.lt-reels .lt-slot-card--catalog .lt-slot-card__media, .lt-reels .lt-slot-card--catalog .lt-slot-card__media img {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}
.lt-reels .lt-slot-card--catalog .lt-slot-card__media img {
  object-fit: cover;
  object-position: center;
}
.lt-reels .lt-slot-card--catalog .lt-slot-card__caption {
  min-height: 70px;
  padding: 32px 14px 13px;
  background: linear-gradient(to top, rgba(19,28,65,.98), rgba(30,42,88,.72) 62%, transparent);
}
.lt-reels .lt-slot-card--catalog .lt-slot-card__caption strong {
  max-width: calc(100% - 28px);
  font-size: 13px;
  line-height: 1.18;
}
@media (max-width: 1000px) {
  .lt-reels__route {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 16px;
  }
  .lt-reels__route-line {
    display: none;
  }
  .lt-reels__games {
    grid-template-columns: repeat(3, minmax(150px, 210px));
  }
}
@media (max-width: 620px) {
  .lt-reels__route {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .lt-reels__games {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lt-reels .lt-slot-card--catalog .lt-slot-card__caption strong {
    font-size: 11px;
  }
}
/* Compact catalogue flow: tabs → games → supporting copy */
.lt-reels {
  padding-top: 66px;
  padding-bottom: 76px;
}
.lt-reels .container {
  display: flex;
  flex-direction: column;
}
.lt-reels__heading {
  order: 1;
  margin-bottom: 24px;
}
.lt-reels__basics {
  order: 2;
  margin-bottom: 36px;
}
.lt-reels__route {
  order: 3;
  margin-bottom: 20px;
  padding-top: 34px;
  padding-bottom: 4px;
}
.lt-reels__games {
  order: 4;
  margin-bottom: 24px;
}
.lt-reels .lt-slot-guide {
  order: 5;
}
.lt-reels__collection-copy {
  order: 6;
  margin-top: 6px;
  margin-bottom: 0;
}
.lt-reels__route-line {
  top: 12px;
  height: 52px;
}
.lt-reels__route-line::before, .lt-reels__route-line::after, .lt-reels__route-line span {
  height: 30px;
  border-top-width: 4px;
}
.lt-reels__route-step {
  min-height: 104px;
  padding: 31px 15px 14px;
  border-radius: 21px;
}
.lt-reels__route-step strong {
  margin-bottom: 4px;
  font-size: 15px;
}
.lt-reels__route-step small {
  font-size: 10px;
  line-height: 1.35;
}
.lt-reels__route-marker {
  top: -24px;
  width: 48px;
  height: 48px;
  border-width: 4px;
}
.lt-reels__collection-copy {
  padding: 22px 28px;
  border-radius: 24px;
}
.lt-reels__collection-icon {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
  border-radius: 15px;
}
.lt-reels__collection-copy h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.lt-reels__collection-copy p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .lt-reels__route {
    gap: 34px 14px;
  }
}
@media (max-width: 620px) {
  .lt-reels {
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .lt-reels__route {
    gap: 32px;
  }
  .lt-reels__route-step {
    min-height: 88px;
  }
}
/* Lucky Treasure casino games */
.lt-games {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
  background: radial-gradient(circle at 9% 12%, rgba(255,208,95,.24), transparent 27%), radial-gradient(circle at 92% 78%, rgba(121,105,222,.22), transparent 31%), linear-gradient(130deg, #fff8ea, #f8f7ff 48%, #edf3ff);
}
.lt-games::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.24;
  background-image:radial-gradient(#e4b64d 1px,transparent 1px);
  background-size:30px 30px;
}
.lt-games .container {
  position:relative;
  z-index:1;
  width:calc(100% - 72px);
  max-width:1600px;
  padding:0;
}
.lt-games__heading {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:clamp(45px,7vw,110px);
  margin-bottom:34px;
}
.lt-games__kicker {
  display:inline-flex;
  gap:9px;
  margin-bottom:13px;
  color:#df7056;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lt-games__kicker i {
  color:#e6b33d;
}
.lt-games__heading h2 {
  margin:0;
  color:#263f7e;
  font-size:clamp(48px,5vw,78px);
  line-height:.94;
  letter-spacing:-.05em;
}
.lt-games__intro {
  padding:25px 30px;
  border:1px solid rgba(74,89,153,.12);
  border-radius:27px;
  background:rgba(255,255,255,.76);
  box-shadow:0 20px 46px rgba(57,69,127,.09);
}
.lt-games__intro h3 {
  margin:0 0 8px;
  color:#2c4380;
  font-size:23px;
}
.lt-games__intro p {
  margin:0 0 7px;
  color:#687590;
  font-size:13px;
  line-height:1.62;
}
.lt-games__intro p:last-child {
  margin-bottom:0;
}
.lt-games__tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
  margin-bottom:20px;
  padding-top:22px;
}
.lt-games__tab {
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:78px;
  padding:13px 17px;
  border:1px solid rgba(64,81,147,.12);
  border-radius:20px;
  color:#2d447e;
  background:rgba(255,255,255,.84);
  box-shadow:0 14px 30px rgba(55,67,124,.08);
  text-align:left;
  transition:.2s ease;
}
.lt-games__tab:hover {
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(55,67,124,.13);
}
.lt-games__tab > i {
  display:grid;
  flex:0 0 42px;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#efbd48,#ec8065);
}
.lt-games__tab span,.lt-games__tab strong,.lt-games__tab small {
  display:block;
}
.lt-games__tab strong {
  font-size:14px;
}
.lt-games__tab small {
  margin-top:2px;
  color:#758099;
  font-size:10px;
}
.lt-games__tab.is-active {
  color:#fff;
  background:linear-gradient(135deg,#334d98,#6d61ca 60%,#e77c68);
}
.lt-games__tab.is-active small {
  color:rgba(255,255,255,.74);
}
.lt-games__tab.is-active > i {
  color:#314781;
  background:linear-gradient(135deg,#ffe786,#efb43d);
}
.lt-games__grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(150px,210px));
  justify-content:center;
  gap:clamp(12px,1.2vw,20px);
  margin-bottom:24px;
}
.lt-game-card {
  position:relative;
  width:100%;
  aspect-ratio:2/3;
  padding:0;
  overflow:hidden;
  border:3px solid rgba(255,255,255,.88);
  border-radius:24px;
  background:#293d7a;
  box-shadow:0 18px 36px rgba(37,48,103,.18);
  transition:.2s ease;
}
.lt-game-card:hover {
  transform:translateY(-5px);
  box-shadow:0 24px 42px rgba(37,48,103,.24);
}
.lt-game-card[hidden] {
  display:none!important;
}
.lt-game-card__media,.lt-game-card__media img {
  display:block;
  width:100%;
  height:100%;
}
.lt-game-card__media img {
  object-fit:cover;
}
.lt-game-card__caption {
  position:absolute;
  inset:auto 0 0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:8px;
  min-height:70px;
  padding:32px 13px 13px;
  color:#fff;
  background:linear-gradient(to top,rgba(18,28,65,.98),rgba(28,40,84,.7) 62%,transparent);
}
.lt-game-card__caption strong {
  max-width:calc(100% - 27px);
  font-size:13px;
  line-height:1.18;
  text-align:left;
}
.lt-game-card__caption i {
  display:grid;
  flex:0 0 21px;
  width:21px;
  height:21px;
  place-items:center;
  border-radius:50%;
  color:#ffe176;
  background:rgba(255,255,255,.15);
  font-size:8px;
}
.lt-game-card.is-selected {
  outline:3px solid #edbb47;
  outline-offset:3px;
}
.lt-games__category-copy {
  display:flex;
  gap:17px;
  align-items:flex-start;
  margin-top:5px;
  padding:21px 27px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(120deg,#314a94,#6d61c8 60%,#e77d68);
  box-shadow:0 20px 44px rgba(54,59,137,.18);
}
.lt-games__category-icon {
  display:grid;
  flex:0 0 46px;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:15px;
  color:#314782;
  background:linear-gradient(135deg,#ffe783,#efb13a);
}
.lt-games__category-copy div>span {
  color:#ffe681;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lt-games__category-copy h3 {
  margin:2px 0 4px;
  color:#fff;
  font-size:23px;
}
.lt-games__category-copy p {
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.5;
}
.lt-games__guide {
  position:relative;
  margin:5px 0 20px;
  padding:27px 29px 23px;
  border:1px solid rgba(75,88,151,.13);
  border-radius:25px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 50px rgba(49,61,118,.12);
}
.lt-games__guide[hidden] {
  display:none!important;
}
.lt-games__guide-close {
  position:absolute;
  top:16px;
  right:16px;
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border:0;
  border-radius:12px;
  color:#fff;
  background:#5262b8;
}
.lt-games__guide>span {
  color:#df7259;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lt-games__guide h3 {
  margin:4px 45px 7px 0;
  color:#2a417e;
  font-size:27px;
}
.lt-games__guide>p {
  margin:0 0 16px;
  color:#687590;
  font-size:14px;
  line-height:1.58;
}
.lt-games__guide>div {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.lt-games__guide>div span {
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:9px;
  color:#748098;
  font-size:11px;
}
.lt-games__guide>div i {
  grid-row:1/3;
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#6b68dc,#e77b68);
}
.lt-games__guide>div strong {
  color:#2e447e;
  font-size:12px;
}
@media(max-width:1000px) {
  .lt-games .container {
    width:calc(100% - 40px)
  }
  .lt-games__heading {
    grid-template-columns:1fr;
    gap:16px
  }
  .lt-games__tabs {
    grid-template-columns:repeat(2,1fr)
  }
  .lt-games__grid {
    grid-template-columns:repeat(3,minmax(150px,210px))
  }
}
@media(max-width:620px) {
  .lt-games {
    padding:55px 0 62px
  }
  .lt-games .container {
    width:calc(100% - 28px)
  }
  .lt-games__heading h2 {
    font-size:46px
  }
  .lt-games__intro {
    padding:22px 18px
  }
  .lt-games__tabs {
    grid-template-columns:1fr
  }
  .lt-games__grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .lt-game-card__caption strong {
    font-size:11px
  }
  .lt-games__guide>div {
    grid-template-columns:1fr
  }
  .lt-games__category-copy {
    padding:19px 17px
  }
}
.lt-live__category-copy p {
  max-width: 1400px;
  font-size: 13px;
  line-height: 1.58;
}
.lt-live__category-copy p + p {
  margin-top: 6px;
}
/* Lucky Treasure sports betting */
.lt-sports {
  position:relative;
  overflow:hidden;
  padding:86px 0 92px;
  background:linear-gradient(180deg,#f7f8ff 0%,#fffaf0 52%,#f1f5ff 100%);
}
.lt-sports::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:radial-gradient(#e4b447 1px,transparent 1px);
  background-size:32px 32px;
}
.lt-sports .container {
  position:relative;
  z-index:1;
  width:calc(100% - 72px);
  max-width:1600px;
  padding:0;
}
.lt-sports__heading {
  display:grid;
  grid-template-columns:minmax(520px,.9fr) minmax(520px,1.1fr);
  align-items:end;
  gap:70px;
  margin-bottom:32px;
}
.lt-sports__heading>span {
  grid-column:1/-1;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:-50px;
  color:#df7056;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lt-sports__heading>span i {
  color:#e5b23e;
}
.lt-sports__heading h2 {
  margin:0;
  color:#263f7e;
  font-size:clamp(50px,5.2vw,82px);
  line-height:.93;
  letter-spacing:-.055em;
}
.lt-sports__heading p {
  margin:0 0 4px;
  padding:25px 29px;
  border:1px solid rgba(69,86,151,.12);
  border-radius:26px;
  color:#687590;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 44px rgba(53,66,124,.08);
  font-size:14px;
  line-height:1.68;
}
.lt-sports__visual {
  position:relative;
  overflow:hidden;
  border:5px solid rgba(255,255,255,.9);
  border-radius:38px;
  box-shadow:0 28px 65px rgba(43,57,119,.2);
}
.lt-sports__visual>img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1983/793;
  object-fit:cover;
}
.lt-sports__visual::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(25,42,93,.72) 0%,rgba(25,42,93,.18) 32%,transparent 55%),linear-gradient(0deg,rgba(20,34,78,.35),transparent 34%);
}
.lt-sports__visual-copy {
  position:absolute;
  z-index:2;
  left:34px;
  bottom:34px;
  width:min(430px,38%);
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:24px;
  color:#fff;
  background:rgba(33,49,105,.58);
  backdrop-filter:blur(13px);
}
.lt-sports__visual-copy span {
  color:#ffe27b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.lt-sports__visual-copy strong {
  display:block;
  margin:4px 0 7px;
  font-size:25px;
  line-height:1.12;
}
.lt-sports__visual-copy p {
  margin:0;
  color:rgba(255,255,255,.8);
  font-size:12px;
  line-height:1.5;
}
.lt-sports__sport-tags {
  position:absolute;
  z-index:2;
  right:24px;
  bottom:24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px;
  max-width:48%;
}
.lt-sports__sport-tags span {
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  color:#fff;
  background:rgba(38,53,110,.55);
  backdrop-filter:blur(10px);
  font-size:10px;
  font-weight:700;
}
.lt-sports__sport-tags i {
  color:#ffe27b;
}
.lt-sports__desk {
  position:relative;
  z-index:3;
  width:calc(100% - 70px);
  margin:-22px auto 25px;
  padding:24px;
  border:1px solid rgba(71,86,151,.12);
  border-radius:30px;
  background:rgba(255,255,255,.94);
  box-shadow:0 25px 55px rgba(47,59,116,.14);
}
.lt-sports__timing {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-bottom:15px;
}
.lt-sports__timing article {
  display:flex;
  gap:14px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg,#f3f5ff,#fff9ed);
}
.lt-sports__timing article>span {
  display:grid;
  flex:0 0 47px;
  width:47px;
  height:47px;
  place-items:center;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,#6570db,#ee7c67);
}
.lt-sports__timing small {
  color:#df7158;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lt-sports__timing h3 {
  margin:2px 0 4px;
  color:#2b437f;
  font-size:19px;
}
.lt-sports__timing p {
  margin:0;
  color:#6d7993;
  font-size:11px;
  line-height:1.48;
}
.lt-sports__formats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.lt-sports__formats>div {
  padding:16px 16px 14px;
  border:1px solid rgba(70,86,151,.1);
  border-radius:19px;
  background:#fff;
}
.lt-sports__formats i {
  color:#e5ae34;
  font-size:17px;
}
.lt-sports__formats h3 {
  margin:7px 0 4px;
  color:#2d447f;
  font-size:14px;
}
.lt-sports__formats p {
  margin:0;
  color:#76819a;
  font-size:10px;
  line-height:1.45;
}
.lt-sports__guide-toggle {
  display:flex;
  width:min(760px,100%);
  min-height:72px;
  margin:0 auto;
  padding:12px 17px;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-radius:22px;
  color:#fff;
  background:linear-gradient(120deg,#334c98,#6a60ca 60%,#e87c68);
  box-shadow:0 18px 38px rgba(61,66,150,.23);
  text-align:left;
}
.lt-sports__guide-toggle>span {
  display:grid;
  grid-template-columns:44px 1fr;
  column-gap:12px;
  align-items:center;
}
.lt-sports__guide-toggle>span>i {
  grid-row:1/3;
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border-radius:14px;
  color:#314781;
  background:linear-gradient(135deg,#ffe784,#f0b13a);
}
.lt-sports__guide-toggle strong,.lt-sports__guide-toggle small {
  display:block;
}
.lt-sports__guide-toggle strong {
  font-size:15px;
}
.lt-sports__guide-toggle small {
  color:rgba(255,255,255,.72);
  font-size:10px;
}
.lt-sports__guide-toggle>i {
  margin-right:8px;
  transition:transform .2s ease;
}
.lt-sports__guide-toggle[aria-expanded="true"]>i {
  transform:rotate(180deg);
}
.lt-sports__guide {
  margin:18px auto 0;
  padding:30px;
  border:1px solid rgba(70,86,151,.12);
  border-radius:30px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 50px rgba(47,59,116,.12);
}
.lt-sports__guide[hidden] {
  display:none!important;
}
.lt-sports__guide header {
  max-width:1050px;
  margin-bottom:20px;
}
.lt-sports__guide header span {
  color:#de7057;
  font-size:10px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lt-sports__guide header h3 {
  margin:4px 0 7px;
  color:#29417e;
  font-size:28px;
}
.lt-sports__guide header p {
  margin:0;
  color:#687590;
  font-size:13px;
  line-height:1.58;
}
.lt-sports__markets {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.lt-sports__markets article {
  padding:20px 18px;
  border-radius:20px;
  background:linear-gradient(145deg,#f2f5ff,#fff9ed);
}
.lt-sports__markets i {
  color:#6970d8;
}
.lt-sports__markets h4 {
  margin:8px 0 5px;
  color:#2d447e;
  font-size:14px;
}
.lt-sports__markets p {
  margin:0;
  color:#747f97;
  font-size:10px;
  line-height:1.5;
}
.lt-sports__checklist {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:15px;
  padding:17px;
  border-radius:20px;
  background:#f4f6ff;
}
.lt-sports__checklist h4 {
  grid-column:1/-1;
  margin:0 0 4px;
  color:#2d447e;
  font-size:15px;
}
.lt-sports__checklist span {
  color:#6e7992;
  font-size:10px;
}
.lt-sports__checklist i {
  margin-right:5px;
  color:#e1a92c;
}
.lt-sports__availability {
  display:flex;
  gap:9px;
  margin:14px 0 0;
  color:#79839a;
  font-size:10px;
  line-height:1.45;
}
.lt-sports__availability i {
  color:#6470d5;
}
@media(max-width:1000px) {
  .lt-sports .container {
    width:calc(100% - 40px)
  }
  .lt-sports__heading {
    grid-template-columns:1fr;
    gap:15px
  }
  .lt-sports__heading>span {
    margin-bottom:0
  }
  .lt-sports__visual-copy {
    width:48%
  }
  .lt-sports__timing {
    grid-template-columns:1fr
  }
  .lt-sports__formats,.lt-sports__markets {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-sports {
    padding:58px 0 66px
  }
  .lt-sports .container {
    width:calc(100% - 28px)
  }
  .lt-sports__heading h2 {
    font-size:46px
  }
  .lt-sports__heading p {
    padding:21px 18px
  }
  .lt-sports__visual {
    border-radius:25px
  }
  .lt-sports__visual>img {
    min-height:390px;
    object-fit:cover;
    object-position:center
  }
  .lt-sports__visual-copy {
    left:15px;
    right:15px;
    bottom:15px;
    width:auto
  }
  .lt-sports__sport-tags {
    display:none
  }
  .lt-sports__desk {
    width:calc(100% - 16px);
    padding:15px
  }
  .lt-sports__formats,.lt-sports__markets,.lt-sports__checklist {
    grid-template-columns:1fr
  }
  .lt-sports__checklist h4 {
    grid-column:1
  }
  .lt-sports__guide {
    padding:23px 17px
  }
}
/* Interactive sports explanations */
.lt-sports__timing article, .lt-sports__formats>div {
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lt-sports__timing article:hover, .lt-sports__formats>div:hover {
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(55,67,124,.11);
}
.lt-sports__timing article.is-active, .lt-sports__formats>div.is-active {
  border-color:#6870d7;
  box-shadow:0 0 0 3px rgba(104,112,215,.12),0 15px 30px rgba(55,67,124,.11);
}
.lt-sports__concept-detail {
  margin-top:15px;
  padding:20px 22px;
  border-radius:21px;
  color:#fff;
  background:linear-gradient(120deg,#304991,#655fc4 62%,#df7968);
}
.lt-sports__concept-detail>span {
  color:#ffe381;
  font-size:9px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lt-sports__concept-detail h3 {
  margin:3px 0 6px;
  color:#fff;
  font-size:19px;
}
.lt-sports__concept-detail>p {
  margin:0;
  color:rgba(255,255,255,.8);
  font-size:11px;
  line-height:1.52;
}
.lt-sports__concept-detail>div {
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  margin-top:11px;
}
.lt-sports__concept-detail>div span {
  color:rgba(255,255,255,.76);
  font-size:9px;
}
.lt-sports__concept-detail>div i {
  margin-right:5px;
  color:#ffe37d;
}
.lt-sports__explorer {
  margin:28px 0 24px;
  padding:30px;
  border:1px solid rgba(70,86,151,.12);
  border-radius:32px;
  background:rgba(255,255,255,.91);
  box-shadow:0 24px 55px rgba(47,59,116,.12);
}
.lt-sports__explorer>header {
  display:grid;
  grid-template-columns:minmax(390px,.8fr) minmax(480px,1.2fr);
  column-gap:60px;
  align-items:end;
  margin-bottom:21px;
}
.lt-sports__explorer>header>span {
  grid-column:1/-1;
  color:#df7056;
  font-size:10px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lt-sports__explorer>header h3 {
  margin:4px 0 0;
  color:#29417d;
  font-size:29px;
  line-height:1.08;
}
.lt-sports__explorer>header p {
  margin:0;
  color:#6c7892;
  font-size:12px;
  line-height:1.55;
}
.lt-sports__sport-tabs {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:7px;
  margin-bottom:14px;
}
.lt-sports__sport-tabs button {
  display:flex;
  min-height:57px;
  padding:8px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:1px solid rgba(70,86,151,.11);
  border-radius:16px;
  color:#536184;
  background:#f8f9ff;
  font-size:10px;
  font-weight:700;
  transition:.2s ease;
}
.lt-sports__sport-tabs button:hover {
  transform:translateY(-2px);
  color:#314880;
}
.lt-sports__sport-tabs button i {
  color:#dfa929;
  font-size:15px;
}
.lt-sports__sport-tabs button.is-active {
  color:#fff;
  background:linear-gradient(135deg,#354e9a,#6b61ca 60%,#e67b68);
  box-shadow:0 11px 22px rgba(62,67,150,.19);
}
.lt-sports__sport-tabs button.is-active i {
  color:#ffe27c;
}
.lt-sports__sport-panel {
  padding:22px;
  border-radius:23px;
  background:linear-gradient(145deg,#f2f5ff,#fffaf0);
}
.lt-sports__sport-summary {
  display:grid;
  grid-template-columns:minmax(280px,.7fr) minmax(480px,1.3fr);
  align-items:end;
  gap:40px;
  margin-bottom:15px;
}
.lt-sports__sport-summary>span {
  grid-column:1/-1;
  color:#df7158;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lt-sports__sport-summary h3 {
  margin:3px 0 0;
  color:#2a427e;
  font-size:24px;
}
.lt-sports__sport-summary p {
  margin:0;
  color:#687590;
  font-size:11px;
  line-height:1.55;
}
.lt-sports__sport-markets {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
}
.lt-sports__sport-markets article {
  padding:15px;
  border:1px solid rgba(72,86,149,.1);
  border-radius:17px;
  background:#fff;
}
.lt-sports__sport-markets article span {
  color:#df7158;
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lt-sports__sport-markets article strong {
  display:block;
  margin:4px 0;
  color:#2d447e;
  font-size:12px;
}
.lt-sports__sport-markets article p {
  margin:0;
  color:#768098;
  font-size:9px;
  line-height:1.45;
}
.lt-sports__sport-note {
  display:flex;
  gap:8px;
  margin:12px 0 0;
  padding:10px 12px;
  border-radius:13px;
  color:#66728e;
  background:rgba(255,255,255,.8);
  font-size:9px;
  line-height:1.45;
}
.lt-sports__sport-note i {
  color:#6570d3;
}
@media(max-width:1050px) {
  .lt-sports__explorer>header,.lt-sports__sport-summary {
    grid-template-columns:1fr;
    gap:8px
  }
  .lt-sports__sport-tabs {
    grid-template-columns:repeat(4,1fr)
  }
  .lt-sports__sport-markets {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-sports__concept-detail>div {
    display:grid
  }
  .lt-sports__explorer {
    padding:21px 15px
  }
  .lt-sports__sport-tabs {
    grid-template-columns:repeat(2,1fr)
  }
  .lt-sports__sport-markets {
    grid-template-columns:1fr
  }
}
/* Lucky Treasure bonuses */
.lt-bonuses {
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:linear-gradient(135deg,#fffaf0 0%,#f8f7ff 52%,#eef4ff 100%);
  color:#243c79
}
.lt-bonuses:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,#f2b735 1.2px,transparent 1.5px);
  background-size:38px 38px;
  opacity:.22;
  pointer-events:none
}
.lt-bonuses .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-bonuses .premium-loyalty-heading {
  max-width:920px;
  margin:0 auto 42px;
  text-align:center
}
.lt-bonuses__kicker,.lt-bonuses__eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#ef765f;
  font-size:13px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase
}
.lt-bonuses .premium-loyalty-heading h2 {
  margin:16px 0 18px;
  color:#243f82;
  font-size:clamp(38px,4vw,66px);
  line-height:1.02;
  letter-spacing:-.045em
}
.lt-bonuses .premium-loyalty-heading p {
  margin:0;
  color:#68789f;
  font-size:18px;
  line-height:1.7
}
.lt-bonuses__welcome {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(125deg,#2d4b98,#6764d7 58%,#f17b70);
  color:#fff;
  box-shadow:0 26px 60px rgba(52,67,140,.2)
}
.lt-bonuses__welcome-copy h3 {
  max-width:680px;
  margin:13px 0 16px;
  font-size:clamp(30px,3vw,48px);
  line-height:1.08;
  color:#fff
}
.lt-bonuses__welcome-copy p {
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.72
}
.lt-bonuses__welcome .lt-bonuses__eyebrow {
  color:#ffe26f
}
.lt-bonuses__chips {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px
}
.lt-bonuses__chips span {
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  font-size:13px;
  font-weight:750
}
.lt-bonuses__route {
  display:grid;
  gap:12px
}
.lt-bonuses__route article {
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px)
}
.lt-bonuses__route article>i {
  display:grid;
  place-items:center;
  flex:0 0 42px;
  height:42px;
  border-radius:14px;
  background:#ffd55b;
  color:#2d4b98
}
.lt-bonuses__route strong,.lt-bonuses__route span {
  display:block
}
.lt-bonuses__route strong {
  margin-bottom:5px;
  font-size:16px
}
.lt-bonuses__route span {
  color:rgba(255,255,255,.76);
  font-size:13px;
  line-height:1.55
}
.lt-bonuses__tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:24px 0 14px
}
.lt-bonuses__tab {
  display:flex;
  align-items:center;
  gap:13px;
  min-height:84px;
  padding:14px 18px;
  border:1px solid #e1e6f2;
  border-radius:20px;
  background:#fff;
  color:#465b8d;
  text-align:left;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 10px 25px rgba(52,67,120,.06)
}
.lt-bonuses__tab>i {
  display:grid;
  place-items:center;
  flex:0 0 44px;
  height:44px;
  border-radius:14px;
  background:#fff2cf;
  color:#e9a91d;
  font-size:18px
}
.lt-bonuses__tab span,.lt-bonuses__tab small {
  display:block
}
.lt-bonuses__tab span {
  font-weight:800
}
.lt-bonuses__tab small {
  margin-top:3px;
  color:#8490ad;
  font-size:11px;
  font-weight:650
}
.lt-bonuses__tab:hover {
  transform:translateY(-2px)
}
.lt-bonuses__tab.is-active {
  border-color:transparent;
  background:linear-gradient(125deg,#2d4b98,#6963d6 60%,#ef7b70);
  color:#fff
}
.lt-bonuses__tab.is-active>i {
  background:#ffd65d;
  color:#294585
}
.lt-bonuses__tab.is-active small {
  color:rgba(255,255,255,.72)
}
.lt-bonuses__detail {
  display:grid;
  grid-template-columns:auto 1fr 360px;
  gap:24px;
  align-items:center;
  padding:30px;
  border:1px solid #e3e7f1;
  border-radius:28px;
  background:#fff;
  box-shadow:0 17px 40px rgba(45,65,126,.08)
}
.lt-bonuses__detail-icon {
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  border-radius:21px;
  background:linear-gradient(145deg,#ffd961,#ff9b59);
  color:#fff;
  font-size:25px
}
.lt-bonuses__detail-label {
  color:#ef765f;
  font-size:11px;
  font-weight:850;
  letter-spacing:.12em
}
.lt-bonuses__detail h3 {
  margin:7px 0 9px;
  color:#284587;
  font-size:25px
}
.lt-bonuses__detail p {
  margin:0;
  color:#6a799b;
  line-height:1.65
}
.lt-bonuses__facts {
  display:grid;
  gap:8px
}
.lt-bonuses__facts span {
  padding:10px 13px;
  border-radius:13px;
  background:#f7f8fd
}
.lt-bonuses__facts small,.lt-bonuses__facts strong {
  display:block
}
.lt-bonuses__facts small {
  color:#ef765f;
  font-size:9px;
  font-weight:850;
  letter-spacing:.11em
}
.lt-bonuses__facts strong {
  margin-top:2px;
  color:#405889;
  font-size:12px
}
.lt-bonuses__rules {
  display:grid;
  grid-template-columns:320px 1fr;
  gap:32px;
  margin-top:24px;
  padding:32px;
  border-radius:28px;
  background:#fff9e9;
  border:1px solid #f4e5b8
}
.lt-bonuses__rules-copy h3 {
  margin:10px 0;
  color:#2b4788;
  font-size:27px
}
.lt-bonuses__rules-copy p,.lt-bonuses__rule-grid p {
  margin:0;
  color:#6e7b98;
  line-height:1.62
}
.lt-bonuses__rule-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.lt-bonuses__rule-grid article {
  padding:20px;
  border-radius:20px;
  background:#fff
}
.lt-bonuses__rule-grid i {
  color:#ef765f;
  font-size:21px
}
.lt-bonuses__rule-grid strong {
  display:block;
  margin:11px 0 7px;
  color:#294585
}
.lt-bonuses__rule-grid p {
  font-size:13px
}
.lt-bonuses__guide-toggle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(880px,100%);
  margin:24px auto 0;
  padding:17px 22px;
  border:0;
  border-radius:20px;
  background:linear-gradient(125deg,#2d4b98,#6863d5 62%,#ef7b70);
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 15px 34px rgba(56,65,143,.18)
}
.lt-bonuses__guide-toggle span {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:13px;
  align-items:center
}
.lt-bonuses__guide-toggle span>i {
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#ffd45a;
  color:#294585
}
.lt-bonuses__guide-toggle strong,.lt-bonuses__guide-toggle small {
  display:block
}
.lt-bonuses__guide-toggle small {
  color:rgba(255,255,255,.7)
}
.lt-bonuses__guide-toggle[aria-expanded=true]>i {
  transform:rotate(180deg)
}
.lt-bonuses__guide {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:14px
}
.lt-bonuses__guide article {
  padding:21px;
  border:1px solid #e3e7f1;
  border-radius:19px;
  background:#fff
}
.lt-bonuses__guide i {
  color:#ef765f
}
.lt-bonuses__guide strong {
  display:block;
  margin:10px 0 7px;
  color:#294585
}
.lt-bonuses__guide p {
  margin:0;
  color:#6d7b9b;
  font-size:13px;
  line-height:1.6
}
@media(max-width:1050px) {
  .lt-bonuses__welcome {
    grid-template-columns:1fr
  }
  .lt-bonuses__tabs {
    grid-template-columns:repeat(2,1fr)
  }
  .lt-bonuses__detail {
    grid-template-columns:auto 1fr
  }
  .lt-bonuses__facts {
    grid-column:1/-1;
    grid-template-columns:repeat(3,1fr)
  }
  .lt-bonuses__rules {
    grid-template-columns:1fr
  }
  .lt-bonuses__guide {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-bonuses {
    padding:64px 0
  }
  .lt-bonuses__welcome {
    padding:25px 20px;
    border-radius:25px
  }
  .lt-bonuses__tabs {
    grid-template-columns:1fr
  }
  .lt-bonuses__detail {
    grid-template-columns:1fr;
    padding:23px 19px
  }
  .lt-bonuses__facts,.lt-bonuses__rule-grid,.lt-bonuses__guide {
    grid-template-columns:1fr
  }
  .lt-bonuses__rules {
    padding:24px 18px
  }
  .lt-bonuses .premium-loyalty-heading p {
    font-size:16px
  }
}
/* Sports panorama: keep all copy outside the artwork */
.lt-sports__visual::after {
  display:none
}
.lt-sports__visual-caption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  margin:-4px 24px 0;
  padding:20px 24px;
  border:1px solid #e1e6f1;
  border-top:0;
  border-radius:0 0 25px 25px;
  background:#fff;
  box-shadow:0 18px 40px rgba(42,58,116,.1)
}
.lt-sports__visual-copy {
  position:static;
  width:auto;
  max-width:560px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  color:#294585
}
.lt-sports__visual-copy span {
  color:#ef765f
}
.lt-sports__visual-copy strong {
  font-size:23px
}
.lt-sports__visual-copy p {
  color:#6e7d9e;
  font-size:13px
}
.lt-sports__sport-tags {
  position:static;
  max-width:620px;
  flex:1
}
.lt-sports__sport-tags span {
  border-color:#dfe4f0;
  color:#405788;
  background:#f7f8fd;
  backdrop-filter:none
}
.lt-sports__sport-tags i {
  color:#e9ae27
}
/* Bonus route */
.lt-bonuses__route {
  position:relative
}
.lt-bonuses__route:before {
  content:"";
  position:absolute;
  left:38px;
  top:78px;
  bottom:30px;
  width:3px;
  border-radius:9px;
  background:linear-gradient(#ffe274,#ffb451,#fff0a9);
  opacity:.72
}
.lt-bonuses__route-title {
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:2px;
  padding:10px 13px;
  border-radius:17px;
  background:rgba(26,43,96,.22)
}
.lt-bonuses__route-title>i {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:#ffe06c;
  color:#2d4b98;
  font-size:19px
}
.lt-bonuses__route-title span,.lt-bonuses__route-title small,.lt-bonuses__route-title strong {
  display:block
}
.lt-bonuses__route-title small {
  margin-bottom:2px;
  color:#ffe579;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em
}
.lt-bonuses__route-title strong {
  color:#fff;
  font-size:15px
}
.lt-bonuses__route article {
  position:relative;
  z-index:1
}
@media(max-width:1000px) {
  .lt-sports__visual-caption {
    align-items:flex-start;
    flex-direction:column
  }
  .lt-sports__sport-tags {
    justify-content:flex-start;
    max-width:none
  }
}
@media(max-width:680px) {
  .lt-sports__visual>img {
    min-height:0;
    aspect-ratio:1983/793;
    object-fit:cover
  }
  .lt-sports__visual-caption {
    margin:-3px 8px 0;
    padding:18px 16px
  }
  .lt-sports__sport-tags {
    display:flex
  }
  .lt-sports__visual-copy strong {
    font-size:20px
  }
  .lt-bonuses__route:before {
    left:35px
  }
}
/* Lucky Treasure VIP loyalty map */
.lt-vip {
  position:relative;
  overflow:hidden;
  padding:94px 0;
  background:#fff;
  color:#263f7d
}
.lt-vip:before {
  content:"";
  position:absolute;
  right:-180px;
  top:-170px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,#fff1ae 0%,rgba(255,241,174,0) 69%);
  pointer-events:none
}
.lt-vip .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-vip__heading {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:70px;
  align-items:end;
  margin-bottom:40px
}
.lt-vip__heading span {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#ed765e;
  font-size:12px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase
}
.lt-vip__heading h2 {
  margin:13px 0 0;
  color:#263f7d;
  font-size:clamp(40px,4.3vw,68px);
  line-height:1;
  letter-spacing:-.05em
}
.lt-vip__heading p {
  margin:0;
  padding:22px 24px;
  border-left:4px solid #f3bd39;
  border-radius:0 18px 18px 0;
  background:#fff8e7;
  color:#687899;
  font-size:16px;
  line-height:1.7
}
.lt-vip__map {
  display:grid;
  grid-template-columns:270px 1fr;
  gap:16px
}
.lt-vip__levels {
  display:grid;
  gap:10px;
  padding:13px;
  border:1px solid #e3e7f0;
  border-radius:27px;
  background:#f6f8fc
}
.lt-vip__levels button {
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  min-height:72px;
  padding:12px 15px;
  border:1px solid transparent;
  border-radius:18px;
  background:transparent;
  color:#50638e;
  text-align:left;
  cursor:pointer;
  transition:.22s ease
}
.lt-vip__levels button:after {
  content:"";
  position:absolute;
  right:-29px;
  width:26px;
  height:2px;
  background:transparent
}
.lt-vip__levels button>i {
  display:grid;
  place-items:center;
  flex:0 0 42px;
  height:42px;
  border-radius:14px;
  background:#fff;
  color:#d3a329;
  box-shadow:0 7px 15px rgba(57,71,119,.08)
}
.lt-vip__levels span,.lt-vip__levels strong,.lt-vip__levels small {
  display:block
}
.lt-vip__levels strong {
  font-size:15px
}
.lt-vip__levels small {
  margin-top:3px;
  color:#8995ae;
  font-size:10px
}
.lt-vip__levels button:hover {
  background:#fff
}
.lt-vip__levels button.is-active {
  background:linear-gradient(125deg,#2b478e,#6862d2);
  color:#fff;
  box-shadow:0 13px 28px rgba(49,64,140,.2)
}
.lt-vip__levels button.is-active>i {
  background:#ffda62;
  color:#284485
}
.lt-vip__levels button.is-active small {
  color:rgba(255,255,255,.65)
}
.lt-vip__levels button.is-active:after {
  background:#f4c23e
}
.lt-vip__panel {
  padding:32px;
  border-radius:29px;
  background:linear-gradient(135deg,#fffaf0,#f3f4ff 54%,#eef5ff);
  border:1px solid #e3e6ef;
  box-shadow:0 24px 60px rgba(47,61,126,.12)
}
.lt-vip__panel-head {
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center
}
.lt-vip__crest {
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  border-radius:22px;
  background:linear-gradient(145deg,#ffd961,#f49a5a);
  color:#fff;
  font-size:26px;
  box-shadow:0 12px 24px rgba(236,164,56,.22)
}
.lt-vip[data-lt-active-tier="silver"] .lt-vip__crest {
  background:linear-gradient(145deg,#eef2f7,#9aa7b8);
  color:#273f72;
  box-shadow:0 12px 24px rgba(91,108,137,.2)
}
.lt-vip[data-lt-active-tier="gold"] .lt-vip__crest {
  background:linear-gradient(145deg,#ffd96a,#f2a74d)
}
.lt-vip[data-lt-active-tier="titanium"] .lt-vip__crest {
  background:linear-gradient(145deg,#8fa0ad,#465866)
}
.lt-vip[data-lt-active-tier="platinum"] .lt-vip__crest {
  background:linear-gradient(145deg,#d7e8f3,#6d91aa);
  color:#243f72
}
.lt-vip[data-lt-active-tier="ambassador"] .lt-vip__crest {
  background:linear-gradient(145deg,#6b59bd,#2b478e);
  color:#ffdf72
}
.lt-vip__panel-head [data-lt-vip-kicker] {
  color:#ec765f;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em
}
.lt-vip__panel-head h3 {
  margin:4px 0 6px;
  color:#284485;
  font-size:35px
}
.lt-vip__panel-head p {
  max-width:670px;
  margin:0;
  color:#6c7b9d;
  line-height:1.55
}
.lt-vip__cashback {
  min-width:150px;
  padding:15px 18px;
  border-radius:19px;
  background:#29468d;
  color:#fff;
  text-align:center
}
.lt-vip__cashback small,.lt-vip__cashback strong {
  display:block
}
.lt-vip__cashback small {
  color:#ffe071;
  font-size:9px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-vip__cashback strong {
  margin-top:3px;
  font-size:34px
}
.lt-vip__values {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:26px
}
.lt-vip__values article {
  min-height:164px;
  padding:20px;
  border:1px solid #e1e5ef;
  border-radius:21px;
  background:#fff
}
.lt-vip__values i {
  color:#e9ad25;
  font-size:21px
}
.lt-vip__values small,.lt-vip__values strong,.lt-vip__values span {
  display:block
}
.lt-vip__values small {
  margin-top:18px;
  color:#8793ad;
  font-size:9px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-vip__values strong {
  margin:4px 0;
  color:#294585;
  font-size:27px
}
.lt-vip__values span {
  color:#6c7a99;
  font-size:11px;
  line-height:1.4
}
.lt-vip__panel-note {
  display:flex;
  gap:10px;
  margin:17px 0 0;
  padding:12px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  color:#68789a;
  font-size:12px;
  line-height:1.55
}
.lt-vip__panel-note i {
  margin-top:2px;
  color:#ed765f
}
.lt-vip__benefits {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:24px
}
.lt-vip__benefits article {
  padding:22px;
  border:1px solid #e2e6ef;
  border-radius:20px;
  background:#fff
}
.lt-vip__benefits i {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#fff3d5;
  color:#dca31e
}
.lt-vip__benefits strong {
  display:block;
  margin:13px 0 7px;
  color:#294585
}
.lt-vip__benefits p {
  margin:0;
  color:#73809b;
  font-size:13px;
  line-height:1.55
}
.lt-vip__terms {
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:28px;
  margin-top:24px;
  padding:31px;
  border-radius:25px;
  background:#263f7d;
  color:#fff
}
.lt-vip__terms>div>span {
  color:#ffe06c;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em
}
.lt-vip__terms h3 {
  margin:8px 0 10px;
  color:#fff;
  font-size:27px
}
.lt-vip__terms p {
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.65
}
.lt-vip__term-pills {
  display:grid;
  gap:9px
}
.lt-vip__term-pills span {
  display:flex!important;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:0!important
}
.lt-vip__term-pills i {
  color:#ffe06c
}
.lt-vip__transfer-toggle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(900px,100%);
  margin:24px auto 0;
  padding:17px 21px;
  border:1px solid #e0e5ef;
  border-radius:19px;
  background:#fff;
  color:#294585;
  text-align:left;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(44,58,117,.08)
}
.lt-vip__transfer-toggle>span {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:13px;
  align-items:center
}
.lt-vip__transfer-toggle span>i {
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:13px;
  background:#ffda61
}
.lt-vip__transfer-toggle strong,.lt-vip__transfer-toggle small {
  display:block
}
.lt-vip__transfer-toggle small {
  color:#8590aa
}
.lt-vip__transfer-toggle[aria-expanded=true]>i {
  transform:rotate(180deg)
}
.lt-vip__transfer {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:13px
}
.lt-vip__transfer article {
  position:relative;
  padding:23px;
  border-radius:20px;
  background:#fff8e9;
  border:1px solid #f0dfad
}
.lt-vip__transfer article:not(:last-child):after {
  content:"";
  position:absolute;
  right:-13px;
  top:39px;
  width:13px;
  border-top:2px dashed #e9b631
}
.lt-vip__transfer i {
  color:#ec765f;
  font-size:20px
}
.lt-vip__transfer strong {
  display:block;
  margin:11px 0 7px;
  color:#294585
}
.lt-vip__transfer p {
  margin:0;
  color:#717e99;
  font-size:13px;
  line-height:1.6
}
@media(max-width:1050px) {
  .lt-vip__heading {
    grid-template-columns:1fr;
    gap:18px
  }
  .lt-vip__map {
    grid-template-columns:1fr
  }
  .lt-vip__levels {
    grid-template-columns:repeat(5,1fr)
  }
  .lt-vip__levels button {
    justify-content:center;
    padding:10px
  }
  .lt-vip__levels button span {
    display:none
  }
  .lt-vip__levels button.is-active:after {
    display:none
  }
  .lt-vip__values,.lt-vip__benefits {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-vip {
    padding:65px 0
  }
  .lt-vip__heading h2 {
    font-size:43px
  }
  .lt-vip__levels {
    display:flex;
    overflow-x:auto;
    scrollbar-width:none
  }
  .lt-vip__levels button {
    flex:0 0 58px;
    min-height:58px
  }
  .lt-vip__levels button>i {
    flex-basis:38px;
    height:38px
  }
  .lt-vip__panel {
    padding:22px 17px
  }
  .lt-vip__panel-head {
    grid-template-columns:auto 1fr
  }
  .lt-vip__cashback {
    grid-column:1/-1
  }
  .lt-vip__values,.lt-vip__benefits,.lt-vip__terms,.lt-vip__transfer {
    grid-template-columns:1fr
  }
  .lt-vip__values article {
    min-height:0
  }
  .lt-vip__transfer article:after {
    display:none
  }
}
/* Lucky Treasure account and security */
.lt-security {
  position:relative;
  overflow:hidden;
  padding:96px 0;
  background:linear-gradient(145deg,#f1fbf9 0%,#f4f6ff 52%,#fffaf0 100%);
  color:#27427d
}
.lt-security:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(62,119,149,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(62,119,149,.045) 1px,transparent 1px);
  background-size:42px 42px;
  pointer-events:none
}
.lt-security .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-security__heading {
  max-width:950px;
  margin:0 auto 37px;
  text-align:center
}
.lt-security__heading>span {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#168f8b;
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase
}
.lt-security__heading h2 {
  margin:14px 0 17px;
  color:#27427d;
  font-size:clamp(41px,4.4vw,69px);
  line-height:1;
  letter-spacing:-.05em
}
.lt-security__heading p {
  margin:0;
  color:#667797;
  font-size:17px;
  line-height:1.72
}
.lt-security__trust-line {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:18px
}
.lt-security__trust-line article {
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 19px;
  border:1px solid #dbe9e7;
  border-radius:18px;
  background:rgba(255,255,255,.78)
}
.lt-security__trust-line i {
  display:grid;
  place-items:center;
  flex:0 0 43px;
  height:43px;
  border-radius:14px;
  background:#dff6f1;
  color:#148b84
}
.lt-security__trust-line strong,.lt-security__trust-line span {
  display:block
}
.lt-security__trust-line strong {
  color:#2b4781
}
.lt-security__trust-line span {
  margin-top:3px;
  color:#7a88a2;
  font-size:11px
}
.lt-security__console {
  display:grid;
  grid-template-columns:320px 1fr;
  gap:0;
  border:1px solid #dfe5ee;
  border-radius:30px;
  background:#fff;
  box-shadow:0 26px 65px rgba(43,64,120,.13);
  overflow:hidden
}
.lt-security__nav {
  display:grid;
  align-content:start;
  gap:8px;
  padding:20px;
  background:#29447f
}
.lt-security__nav button {
  display:flex;
  align-items:center;
  gap:13px;
  min-height:78px;
  padding:13px;
  border:1px solid transparent;
  border-radius:17px;
  background:transparent;
  color:rgba(255,255,255,.74);
  text-align:left;
  cursor:pointer
}
.lt-security__nav button>i {
  display:grid;
  place-items:center;
  flex:0 0 42px;
  height:42px;
  border-radius:13px;
  background:rgba(255,255,255,.1);
  color:#70d7c9
}
.lt-security__nav span,.lt-security__nav strong,.lt-security__nav small {
  display:block
}
.lt-security__nav strong {
  font-size:13px
}
.lt-security__nav small {
  margin-top:4px;
  color:rgba(255,255,255,.46);
  font-size:10px
}
.lt-security__nav button.is-active {
  border-color:rgba(255,255,255,.16);
  background:#fff;
  color:#29447f
}
.lt-security__nav button.is-active>i {
  background:#dff7f2;
  color:#148b84
}
.lt-security__nav button.is-active small {
  color:#7c89a3
}
.lt-security__panel {
  padding:32px
}
.lt-security__panel-head {
  display:flex;
  align-items:center;
  gap:17px
}
.lt-security__panel-icon {
  display:grid;
  place-items:center;
  flex:0 0 62px;
  height:62px;
  border-radius:20px;
  background:linear-gradient(145deg,#62d2c2,#3d8fc4);
  color:#fff;
  font-size:23px
}
.lt-security__panel-head [data-lt-security-kicker] {
  color:#15928b;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em
}
.lt-security__panel-head h3 {
  margin:5px 0 7px;
  color:#294681;
  font-size:27px
}
.lt-security__panel-head p {
  margin:0;
  color:#6c7b98;
  line-height:1.6
}
.lt-security__checks {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px;
  margin-top:25px
}
.lt-security__checks article {
  display:flex;
  gap:11px;
  padding:17px;
  border:1px solid #e1e7ef;
  border-radius:17px;
  background:#f9fbfc
}
.lt-security__checks article>i {
  display:grid;
  place-items:center;
  flex:0 0 27px;
  height:27px;
  border-radius:50%;
  background:#dcf6f0;
  color:#138a83;
  font-size:11px
}
.lt-security__checks span,.lt-security__checks strong,.lt-security__checks small {
  display:block
}
.lt-security__checks strong {
  color:#304c84;
  font-size:13px
}
.lt-security__checks small {
  margin-top:4px;
  color:#78869f;
  font-size:11px;
  line-height:1.5
}
.lt-security__status {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  margin-top:17px;
  padding:13px 15px;
  border-radius:15px;
  background:#fff7df
}
.lt-security__status>span {
  display:flex;
  align-items:center;
  gap:9px;
  color:#d39715;
  font-size:12px;
  white-space:nowrap
}
.lt-security__status p {
  margin:0;
  color:#79849a;
  font-size:11px;
  text-align:right
}
.lt-security__kyc {
  display:grid;
  grid-template-columns:1fr 1.1fr 220px;
  gap:20px;
  align-items:stretch;
  margin-top:24px;
  padding:29px;
  border-radius:27px;
  background:#fff;
  border:1px solid #dfe6ee
}
.lt-security__kyc-copy>span,.lt-security__habits header span {
  color:#168f88;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em
}
.lt-security__kyc-copy h3 {
  margin:8px 0 10px;
  color:#294681;
  font-size:26px
}
.lt-security__kyc-copy p {
  margin:0;
  color:#6f7d98;
  font-size:13px;
  line-height:1.65
}
.lt-security__documents {
  display:grid;
  gap:8px
}
.lt-security__documents article {
  display:grid;
  grid-template-columns:auto auto 1fr;
  gap:10px;
  align-items:center;
  padding:12px 13px;
  border-radius:14px;
  background:#f4f8fa
}
.lt-security__documents i {
  color:#168f88
}
.lt-security__documents strong {
  color:#304c84;
  font-size:12px
}
.lt-security__documents span {
  color:#7c89a0;
  font-size:10px
}
.lt-security__threshold {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px;
  border-radius:21px;
  background:linear-gradient(145deg,#294681,#5862bd);
  color:#fff;
  text-align:center
}
.lt-security__threshold small,.lt-security__threshold strong,.lt-security__threshold span {
  display:block
}
.lt-security__threshold small {
  color:#75ded0;
  font-size:9px;
  font-weight:850;
  letter-spacing:.09em
}
.lt-security__threshold strong {
  margin:7px 0;
  font-size:31px
}
.lt-security__threshold span {
  color:rgba(255,255,255,.66);
  font-size:10px;
  line-height:1.5
}
.lt-security__habits {
  margin-top:24px;
  padding:29px;
  border-radius:27px;
  background:#29447f;
  color:#fff
}
.lt-security__habits header {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px
}
.lt-security__habits header span {
  color:#72d9cb
}
.lt-security__habits h3 {
  max-width:670px;
  margin:5px 0 0;
  color:#fff;
  font-size:27px
}
.lt-security__habits>div {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:11px
}
.lt-security__habits article {
  padding:19px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.07)
}
.lt-security__habits i {
  color:#73ddce;
  font-size:19px
}
.lt-security__habits strong {
  display:block;
  margin:12px 0 7px
}
.lt-security__habits p {
  margin:0;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.55
}
.lt-security__response-toggle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(900px,100%);
  margin:24px auto 0;
  padding:17px 21px;
  border:0;
  border-radius:19px;
  background:linear-gradient(125deg,#43bcae,#3f78b8);
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(44,112,142,.18)
}
.lt-security__response-toggle>span {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:13px;
  align-items:center
}
.lt-security__response-toggle span>i {
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:13px;
  background:#fff;
  color:#168f88
}
.lt-security__response-toggle strong,.lt-security__response-toggle small {
  display:block
}
.lt-security__response-toggle small {
  color:rgba(255,255,255,.68)
}
.lt-security__response-toggle[aria-expanded=true]>i {
  transform:rotate(180deg)
}
.lt-security__response {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:11px;
  margin-top:13px
}
.lt-security__response article {
  padding:20px;
  border:1px solid #dce8e6;
  border-radius:18px;
  background:#fff
}
.lt-security__response i {
  color:#168f88
}
.lt-security__response strong {
  display:block;
  margin:10px 0 6px;
  color:#294681
}
.lt-security__response p {
  margin:0;
  color:#71809b;
  font-size:12px;
  line-height:1.55
}
@media(max-width:1050px) {
  .lt-security__console {
    grid-template-columns:1fr
  }
  .lt-security__nav {
    grid-template-columns:repeat(4,1fr)
  }
  .lt-security__nav button {
    justify-content:center
  }
  .lt-security__nav button span {
    display:none
  }
  .lt-security__kyc {
    grid-template-columns:1fr 1fr
  }
  .lt-security__threshold {
    grid-column:1/-1
  }
  .lt-security__habits>div,.lt-security__response {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-security {
    padding:66px 0
  }
  .lt-security__heading h2 {
    font-size:43px
  }
  .lt-security__trust-line,.lt-security__checks,.lt-security__kyc,.lt-security__habits>div,.lt-security__response {
    grid-template-columns:1fr
  }
  .lt-security__nav {
    display:flex;
    overflow-x:auto;
    scrollbar-width:none
  }
  .lt-security__nav button {
    flex:0 0 59px;
    min-height:59px;
    padding:8px
  }
  .lt-security__panel {
    padding:22px 17px
  }
  .lt-security__panel-head {
    align-items:flex-start
  }
  .lt-security__panel-head h3 {
    font-size:23px
  }
  .lt-security__status {
    align-items:flex-start;
    flex-direction:column
  }
  .lt-security__status p {
    text-align:left
  }
  .lt-security__kyc {
    padding:23px 17px
  }
  .lt-security__threshold {
    grid-column:auto
  }
  .lt-security__habits {
    padding:24px 17px
  }
  .lt-security__habits header {
    align-items:flex-start;
    flex-direction:column
  }
}
/* Site-wide readability and section-flow pass */
#games,#casino-games,#live-games,#sports,#bonuses,#vip,#security {
  position:relative;
  isolation:isolate;
  margin-top:0;
  margin-bottom:0
}
.lt-sports__visual-caption {
  margin-top:0
}
.lt-sports__desk,.lt-sports__visual-caption+.lt-sports__desk {
  width:calc(100% - 48px);
  margin:24px auto 28px
}
.lt-reels p,.lt-games p,.lt-sports p,.lt-bonuses p,.lt-vip p,.lt-security p {
  font-size:14px;
  line-height:1.62
}
.lt-reels small,.lt-games small,.lt-sports small,.lt-bonuses small,.lt-vip small,.lt-security small {
  font-size:12px;
  line-height:1.45
}
.lt-reels__heading-copy p,.lt-games__intro p,.lt-sports__heading p,.lt-bonuses .premium-loyalty-heading p,.lt-vip__heading p,.lt-security__heading p {
  font-size:16px;
  line-height:1.7
}
.lt-reels__route-step small {
  font-size:12px;
  line-height:1.45
}
.lt-reels__collection-label,.lt-games__category-copy div>span,.lt-games__guide>span {
  font-size:12px
}
.lt-reels__collection-copy p,.lt-games__category-copy p,.lt-live__category-copy p {
  font-size:14px
}
.lt-reels .lt-slot-card__caption strong,.lt-reels .lt-slot-card--catalog .lt-slot-card__caption strong {
  font-size:13px
}
.lt-slot-card__caption small {
  font-size:12px
}
.lt-games__tab small {
  font-size:12px
}
.lt-games__guide>div span {
  font-size:13px
}
.lt-games__guide>div strong {
  font-size:14px
}
.lt-game-card__caption strong {
  font-size:13px
}
.lt-sports__visual-copy span,.lt-sports__guide header span,.lt-sports__explorer>header>span,.lt-sports__sport-summary>span,.lt-sports__concept-detail>span {
  font-size:12px
}
.lt-sports__visual-copy p {
  font-size:14px
}
.lt-sports__sport-tags span,.lt-sports__sport-tabs button {
  font-size:12px
}
.lt-sports__timing small {
  font-size:12px
}
.lt-sports__timing p,.lt-sports__concept-detail>p,.lt-sports__explorer>header p,.lt-sports__sport-summary p {
  font-size:14px
}
.lt-sports__formats p,.lt-sports__markets p,.lt-sports__sport-markets article p,.lt-sports__sport-note,.lt-sports__availability {
  font-size:13px
}
.lt-sports__concept-detail>div span,.lt-sports__checklist span {
  font-size:12px
}
.lt-sports__sport-markets article span {
  font-size:12px
}
.lt-sports__sport-markets article strong {
  font-size:14px
}
.lt-sports__guide-toggle small {
  font-size:12px
}
.lt-bonuses__route span {
  font-size:14px
}
.lt-bonuses__route-title small,.lt-bonuses__detail-label,.lt-bonuses__facts small {
  font-size:12px
}
.lt-bonuses__facts strong,.lt-bonuses__rule-grid p,.lt-bonuses__guide p {
  font-size:13px
}
.lt-bonuses__guide-toggle small {
  font-size:12px
}
.lt-vip__levels small,.lt-vip__panel-head [data-lt-vip-kicker],.lt-vip__cashback small,.lt-vip__values small,.lt-vip__terms>div>span {
  font-size:12px
}
.lt-vip__values span,.lt-vip__panel-note,.lt-vip__benefits p,.lt-vip__transfer p {
  font-size:13px
}
.lt-vip__transfer-toggle small {
  font-size:12px
}
.lt-security__trust-line span,.lt-security__nav small,.lt-security__panel-head [data-lt-security-kicker],.lt-security__checks small,.lt-security__status p,.lt-security__kyc-copy>span,.lt-security__habits header span,.lt-security__documents span,.lt-security__threshold small {
  font-size:12px
}
.lt-security__documents strong,.lt-security__threshold span,.lt-security__habits p,.lt-security__response p {
  font-size:13px
}
.lt-security__response-toggle small {
  font-size:12px
}
@media(max-width:680px) {
  .lt-sports__desk,.lt-sports__visual-caption+.lt-sports__desk {
    width:100%;
    margin:20px auto 24px
  }
  .lt-reels p,.lt-games p,.lt-sports p,.lt-bonuses p,.lt-vip p,.lt-security p {
    font-size:14px
  }
  .lt-reels .lt-slot-card__caption strong,.lt-reels .lt-slot-card--catalog .lt-slot-card__caption strong,.lt-game-card__caption strong {
    font-size:12px
  }
}
/* Lucky Treasure responsive mobile experience */
.lt-mobile {
  position:relative;
  overflow:hidden;
  padding:96px 0;
  background:linear-gradient(150deg,#fff9eb 0%,#f6f5ff 46%,#edf7ff 100%);
  color:#29447f;
  isolation:isolate
}
.lt-mobile:before {
  content:"";
  position:absolute;
  left:-190px;
  bottom:-240px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,#ffe496 0%,rgba(255,228,150,0) 70%)
}
.lt-mobile .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-mobile__heading {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px
}
.lt-mobile__heading>div>span,.lt-mobile__eyebrow,.lt-mobile__shortcut>div>span {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#ed765f;
  font-size:12px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase
}
.lt-mobile__heading h2 {
  margin:13px 0 0;
  color:#29447f;
  font-size:clamp(42px,4.5vw,70px);
  line-height:1;
  letter-spacing:-.05em
}
.lt-mobile__heading p {
  margin:0;
  padding:22px 24px;
  border:1px solid #e1e5f0;
  border-radius:22px;
  background:rgba(255,255,255,.74);
  color:#687997;
  font-size:16px;
  line-height:1.7
}
.lt-mobile__showcase {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:42px;
  align-items:center
}
.lt-mobile__devices {
  position:relative;
  min-height:590px;
  padding:35px 15px
}
.lt-mobile__tablet {
  position:absolute;
  left:0;
  top:35px;
  width:82%;
  padding:13px;
  border:2px solid #cfd7e7;
  border-radius:31px;
  background:linear-gradient(145deg,#fefefe,#dfe5ef);
  box-shadow:0 32px 70px rgba(39,55,112,.2);
  transform:rotate(-2deg)
}
.lt-mobile__camera {
  position:absolute;
  left:50%;
  top:5px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#8994a7
}
.lt-mobile__screen {
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#f5f6ff
}
.lt-mobile__tablet .lt-mobile__screen {
  aspect-ratio:1.45/1
}
.lt-mobile__screen-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  background:#fff;
  color:#344e88
}
.lt-mobile__screen-head>span:last-child {
  display:flex;
  gap:12px
}
.lt-mobile__mini-logo {
  display:flex;
  align-items:center;
  gap:7px
}
.lt-mobile__mini-logo>i {
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#ffdc64;
  color:#2e4883
}
.lt-mobile__mini-logo strong,.lt-mobile__mini-logo small {
  display:block
}
.lt-mobile__mini-logo strong {
  font-size:10px
}
.lt-mobile__mini-logo small {
  margin-top:1px;
  color:#ed765f;
  font-size:6px;
  letter-spacing:.12em
}
.lt-mobile__tablet-hero {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:12px;
  padding:18px;
  border-radius:17px;
  background:linear-gradient(125deg,#304b94,#6961cd 61%,#eb7b69);
  color:#fff
}
.lt-mobile__tablet-hero small,.lt-mobile__tablet-hero strong,.lt-mobile__tablet-hero span {
  display:block
}
.lt-mobile__tablet-hero small {
  color:#ffe275;
  font-size:7px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-mobile__tablet-hero strong {
  margin:4px 0;
  font-size:16px
}
.lt-mobile__tablet-hero span {
  color:rgba(255,255,255,.7);
  font-size:8px
}
.lt-mobile__tablet-hero>i {
  font-size:35px;
  color:#ffe170
}
.lt-mobile__screen-tabs {
  display:flex;
  gap:7px;
  padding:0 12px 10px
}
.lt-mobile__screen-tabs span {
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  color:#657291;
  font-size:7px;
  font-weight:750
}
.lt-mobile__screen-tabs .is-active {
  background:#304b91;
  color:#fff
}
.lt-mobile__tablet-games {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:0 12px 13px
}
.lt-mobile__tablet-games article {
  overflow:hidden;
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 16px rgba(48,61,117,.08)
}
.lt-mobile__tablet-games img {
  display:block;
  width:100%;
  aspect-ratio:1.45/1;
  object-fit:cover
}
.lt-mobile__tablet-games strong {
  display:block;
  padding:7px;
  color:#344d85;
  font-size:7px
}
.lt-mobile__phone {
  position:absolute;
  right:4%;
  bottom:0;
  width:34%;
  padding:10px;
  border:2px solid #cbd3e0;
  border-radius:34px;
  background:linear-gradient(145deg,#fff,#dce3ec);
  box-shadow:0 32px 68px rgba(37,53,108,.27);
  transform:rotate(3deg)
}
.lt-mobile__phone-bar {
  position:absolute;
  z-index:2;
  left:50%;
  top:6px;
  width:30%;
  height:5px;
  border-radius:99px;
  background:#8993a4;
  transform:translateX(-50%)
}
.lt-mobile__phone .lt-mobile__screen {
  aspect-ratio:.55/1
}
.lt-mobile__phone .lt-mobile__screen-head {
  padding:17px 10px 9px
}
.lt-mobile__phone-hero {
  margin:8px;
  padding:15px 11px 32px;
  border-radius:13px;
  background:linear-gradient(145deg,rgba(47,73,143,.94),rgba(100,95,201,.88)),url('../media/hero/lucky-treasure-casino-sports.jpg') center/cover;
  color:#fff
}
.lt-mobile__phone-hero small,.lt-mobile__phone-hero strong {
  display:block
}
.lt-mobile__phone-hero small {
  color:#ffe271;
  font-size:6px;
  font-weight:850
}
.lt-mobile__phone-hero strong {
  margin-top:5px;
  font-size:13px
}
.lt-mobile__phone-games {
  display:grid;
  gap:7px;
  padding:0 8px 42px
}
.lt-mobile__phone-games article {
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px;
  border-radius:10px;
  background:#fff
}
.lt-mobile__phone-games img {
  width:38%;
  aspect-ratio:1.15/1;
  border-radius:7px;
  object-fit:cover
}
.lt-mobile__phone-games span,.lt-mobile__phone-games strong,.lt-mobile__phone-games small {
  display:block
}
.lt-mobile__phone-games strong {
  color:#304a82;
  font-size:7px
}
.lt-mobile__phone-games small {
  margin-top:2px;
  color:#8a94aa;
  font-size:6px
}
.lt-mobile__phone-nav {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:7px 5px;
  background:#fff
}
.lt-mobile__phone-nav span {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  color:#8892a7;
  font-size:5px
}
.lt-mobile__phone-nav .is-active {
  color:#334e8d
}
.lt-mobile__content h3 {
  margin:8px 0 12px;
  color:#29447f;
  font-size:34px
}
.lt-mobile__content>p {
  margin:0;
  color:#6d7c99;
  font-size:15px;
  line-height:1.68
}
.lt-mobile__device-tabs {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin:24px 0 12px
}
.lt-mobile__device-tabs button {
  display:flex;
  align-items:center;
  gap:9px;
  padding:13px;
  border:1px solid #dfe4ee;
  border-radius:16px;
  background:#fff;
  color:#52648c;
  text-align:left;
  cursor:pointer
}
.lt-mobile__device-tabs button>i {
  display:grid;
  place-items:center;
  width:37px;
  height:37px;
  border-radius:12px;
  background:#fff2d2;
  color:#dfa51f
}
.lt-mobile__device-tabs span,.lt-mobile__device-tabs small {
  display:block
}
.lt-mobile__device-tabs span {
  font-size:13px;
  font-weight:800
}
.lt-mobile__device-tabs small {
  margin-top:2px;
  color:#8994aa;
  font-size:10px
}
.lt-mobile__device-tabs button.is-active {
  border-color:transparent;
  background:#304a91;
  color:#fff
}
.lt-mobile__device-tabs button.is-active>i {
  background:#ffdd67;
  color:#304985
}
.lt-mobile__device-tabs button.is-active small {
  color:rgba(255,255,255,.62)
}
.lt-mobile__device-detail {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  padding:20px;
  border:1px solid #dfe4ed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 30px rgba(47,61,119,.08)
}
.lt-mobile__device-icon {
  display:grid;
  place-items:center;
  width:51px;
  height:51px;
  border-radius:16px;
  background:linear-gradient(145deg,#ffda63,#f39a5a);
  color:#fff;
  font-size:20px
}
.lt-mobile__device-detail [data-lt-device-kicker] {
  color:#ed765f;
  font-size:11px;
  font-weight:850;
  letter-spacing:.09em
}
.lt-mobile__device-detail h4 {
  margin:4px 0 6px;
  color:#2d4780;
  font-size:19px
}
.lt-mobile__device-detail p {
  margin:0;
  color:#74809a;
  font-size:13px;
  line-height:1.55
}
.lt-mobile__device-points {
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.lt-mobile__device-points span {
  padding:7px 9px;
  border-radius:10px;
  background:#f4f6fb;
  color:#667492;
  font-size:11px
}
.lt-mobile__device-points i {
  margin-right:4px;
  color:#25a29a
}
.lt-mobile__advantages {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:34px
}
.lt-mobile__advantages article {
  padding:22px;
  border:1px solid #e0e5ef;
  border-radius:20px;
  background:rgba(255,255,255,.84)
}
.lt-mobile__advantages i {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#e3f6f3;
  color:#1b968f
}
.lt-mobile__advantages strong {
  display:block;
  margin:13px 0 7px;
  color:#2d4780
}
.lt-mobile__advantages p {
  margin:0;
  color:#74809a;
  font-size:13px;
  line-height:1.58
}
.lt-mobile__shortcut {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:35px;
  align-items:center;
  margin-top:24px;
  padding:30px;
  border-radius:26px;
  background:linear-gradient(125deg,#2e488d,#6860c8 61%,#e87969);
  color:#fff
}
.lt-mobile__shortcut>div>span {
  color:#ffe171
}
.lt-mobile__shortcut h3 {
  margin:8px 0 9px;
  color:#fff;
  font-size:27px
}
.lt-mobile__shortcut p {
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.6
}
.lt-mobile__shortcut-path {
  display:flex;
  align-items:center;
  gap:10px
}
.lt-mobile__shortcut-path>span {
  flex:1;
  padding:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(255,255,255,.08)
}
.lt-mobile__shortcut-path span i,.lt-mobile__shortcut-path span strong,.lt-mobile__shortcut-path span small {
  display:block
}
.lt-mobile__shortcut-path span i {
  color:#ffe16c
}
.lt-mobile__shortcut-path span strong {
  margin:7px 0 4px
}
.lt-mobile__shortcut-path span small {
  color:rgba(255,255,255,.62);
  font-size:11px;
  line-height:1.4
}
.lt-mobile__shortcut-path>i {
  color:#ffe16c
}
@media(max-width:1100px) {
  .lt-mobile__heading,.lt-mobile__showcase {
    grid-template-columns:1fr
  }
  .lt-mobile__heading {
    gap:18px
  }
  .lt-mobile__devices {
    width:min(780px,100%);
    margin:0 auto
  }
  .lt-mobile__advantages {
    grid-template-columns:repeat(2,1fr)
  }
  .lt-mobile__shortcut {
    grid-template-columns:1fr
  }
}
@media(max-width:680px) {
  .lt-mobile {
    padding:66px 0
  }
  .lt-mobile__heading h2 {
    font-size:44px
  }
  .lt-mobile__devices {
    min-height:480px;
    padding-top:20px
  }
  .lt-mobile__tablet {
    left:2%;
    top:20px;
    width:92%;
    transform:none
  }
  .lt-mobile__phone {
    right:2%;
    bottom:8px;
    width:41%;
    transform:none
  }
  .lt-mobile__content h3 {
    font-size:29px
  }
  .lt-mobile__device-tabs {
    grid-template-columns:1fr
  }
  .lt-mobile__device-tabs small {
    font-size:12px
  }
  .lt-mobile__advantages {
    grid-template-columns:1fr
  }
  .lt-mobile__shortcut {
    padding:24px 18px
  }
  .lt-mobile__shortcut-path {
    align-items:stretch;
    flex-direction:column
  }
  .lt-mobile__shortcut-path>i {
    align-self:center;
    transform:rotate(90deg)
  }
  .lt-mobile__shortcut-path span small {
    font-size:12px
  }
}
/* Lucky Treasure payment routes */
.lt-payments {
  position:relative;
  overflow:hidden;
  padding:96px 0;
  background:linear-gradient(145deg,#f2fbff,#fff9ed 52%,#f7f1ff);
  color:#29447f
}
.lt-payments:before {
  content:"";
  position:absolute;
  right:-190px;
  top:80px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,#d8f7ef 0%,rgba(216,247,239,0) 70%)
}
.lt-payments .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-payments__heading {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:65px;
  align-items:end;
  margin-bottom:34px
}
.lt-payments__heading>div>span {
  color:#16928b;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-payments__heading h2 {
  margin:12px 0 0;
  font-size:clamp(42px,4.6vw,69px);
  line-height:1;
  letter-spacing:-.05em
}
.lt-payments__heading p {
  margin:0;
  padding:22px 24px;
  border:1px solid #dfe8eb;
  border-radius:22px;
  background:rgba(255,255,255,.8);
  color:#687997;
  font-size:16px;
  line-height:1.7
}
.lt-payments__switch {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  width:min(780px,100%);
  margin:0 auto 18px;
  padding:8px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 35px rgba(40,67,127,.1)
}
.lt-payments__switch button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:15px 22px;
  border:0;
  border-radius:18px;
  background:transparent;
  color:#647391;
  text-align:left;
  cursor:pointer
}
.lt-payments__switch button>i {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#edf7f5;
  color:#16928b
}
.lt-payments__switch span,.lt-payments__switch strong,.lt-payments__switch small {
  display:block
}
.lt-payments__switch strong {
  font-size:16px
}
.lt-payments__switch small {
  margin-top:3px;
  font-size:12px
}
.lt-payments__switch button.is-active {
  background:linear-gradient(125deg,#304b91,#6661c9 62%,#eb7a69);
  color:#fff
}
.lt-payments__switch button.is-active>i {
  background:#ffdf69;
  color:#304b87
}
.lt-payments__switch button.is-active small {
  color:rgba(255,255,255,.7)
}
.lt-payments__summary {
  padding:27px 30px;
  border-radius:26px;
  background:#294580;
  color:#fff;
  box-shadow:0 20px 44px rgba(42,69,128,.16)
}
.lt-payments__summary>span {
  color:#ffe271;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-payments__summary h3 {
  margin:7px 0;
  color:#fff;
  font-size:29px
}
.lt-payments__summary>p {
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.6
}
.lt-payments__summary>div {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:19px
}
.lt-payments__summary>div>span {
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(255,255,255,.07)
}
.lt-payments__summary small,.lt-payments__summary strong {
  display:block
}
.lt-payments__summary small {
  color:rgba(255,255,255,.6);
  font-size:12px
}
.lt-payments__summary strong {
  margin-top:3px;
  font-size:15px
}
.lt-payments__grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:13px;
  margin-top:19px
}
.lt-payments__grid[hidden] {
  display:none
}
.lt-payments__grid article {
  padding:18px;
  border:1px solid #dfe6ed;
  border-radius:21px;
  background:#fff;
  box-shadow:0 10px 24px rgba(48,67,123,.06)
}
.lt-payments__brand {
  display:flex;
  align-items:center;
  justify-content:center;
  height:54px;
  padding:8px;
  border-radius:14px;
  background:#f6f8fc
}
.lt-payments__brand img {
  display:block;
  max-width:105px;
  max-height:34px;
  object-fit:contain
}
.lt-payments__wordmark {
  font-size:18px;
  font-weight:850
}
.lt-payments__wordmark.apple {
  color:#111
}
.lt-payments__wordmark.google b {
  color:#4285f4
}
.lt-payments__wordmark.cashlib {
  color:#ee4723
}
.lt-payments__wordmark.volt {
  color:#52207c
}
.lt-payments__wordmark.changelly {
  color:#08a987
}
.lt-payments__wordmark.ezee {
  color:#2b64b8
}
.lt-payments__grid h3 {
  margin:13px 0 10px;
  font-size:17px
}
.lt-payments__grid article>div:nth-of-type(2) {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px
}
.lt-payments__grid article>div:nth-of-type(2)>span {
  padding:9px;
  border-radius:11px;
  background:#f7f8fc
}
.lt-payments__grid small,.lt-payments__grid strong {
  display:block
}
.lt-payments__grid small {
  color:#8792a6;
  font-size:12px
}
.lt-payments__grid strong {
  margin-top:3px;
  color:#294580;
  font-size:14px
}
.lt-payments__grid p {
  display:flex;
  align-items:center;
  gap:6px;
  margin:12px 0 0;
  color:#16928b;
  font-size:13px
}
.lt-payments__grid p b {
  margin-left:auto;
  color:#e57560;
  font-size:12px
}
.lt-payments__grid--withdrawal {
  grid-template-columns:repeat(2,minmax(260px,390px));
  justify-content:center
}
.lt-payments__notes {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:23px
}
.lt-payments__notes article {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  padding:24px;
  border:1px solid #dfe7ec;
  border-radius:22px;
  background:rgba(255,255,255,.86)
}
.lt-payments__notes article>i {
  display:grid;
  place-items:center;
  width:51px;
  height:51px;
  border-radius:16px;
  background:#fff0c3;
  color:#d99a14;
  font-size:21px
}
.lt-payments__notes span {
  color:#16928b;
  font-size:12px;
  font-weight:850;
  letter-spacing:.09em
}
.lt-payments__notes h3 {
  margin:6px 0 8px;
  font-size:20px
}
.lt-payments__notes p {
  margin:0;
  color:#6e7d98;
  font-size:14px;
  line-height:1.62
}
@media(max-width:1100px) {
  .lt-payments__heading {
    grid-template-columns:1fr;
    gap:18px
  }
  .lt-payments__grid {
    grid-template-columns:repeat(3,1fr)
  }
}
@media(max-width:720px) {
  .lt-payments {
    padding:66px 0
  }
  .lt-payments__heading h2 {
    font-size:44px
  }
  .lt-payments__switch {
    grid-template-columns:1fr 1fr
  }
  .lt-payments__switch button {
    padding:11px 8px
  }
  .lt-payments__grid,.lt-payments__grid--withdrawal {
    grid-template-columns:repeat(2,1fr)
  }
  .lt-payments__summary {
    padding:23px 18px
  }
  .lt-payments__summary>div {
    grid-template-columns:1fr
  }
  .lt-payments__notes {
    grid-template-columns:1fr
  }
  .lt-payments__notes article {
    grid-template-columns:1fr
  }
  .lt-payments__notes article>i {
    width:45px;
    height:45px
  }
}
@media(max-width:430px) {
  .lt-payments__grid,.lt-payments__grid--withdrawal {
    grid-template-columns:1fr
  }
  .lt-payments__switch strong {
    font-size:14px
  }
  .lt-payments__switch button>i {
    width:36px;
    height:36px
  }
  .lt-payments__brand {
    height:62px
  }
}
/* Compact payment cards */
.lt-payments__grid {
  gap:10px
}
.lt-payments__grid article {
  padding:13px 14px;
  border-radius:17px
}
.lt-payments__brand {
  height:36px;
  padding:4px 8px;
  border-radius:10px;
  background:#f8f9fc
}
.lt-payments__brand img {
  max-width:54px;
  max-height:18px
}
.lt-payments__wordmark {
  font-size:13px
}
.lt-payments__grid h3 {
  margin:9px 0 7px;
  font-size:15px
}
.lt-payments__grid article>div:nth-of-type(2) {
  display:flex;
  align-items:center;
  gap:5px;
  color:#7c89a1
}
.lt-payments__grid article>div:nth-of-type(2)>span {
  display:flex;
  align-items:baseline;
  gap:3px;
  padding:0;
  border-radius:0;
  background:transparent
}
.lt-payments__grid article>div:nth-of-type(2)>span+span:before {
  content:"·";
  margin-right:2px;
  color:#a4adbd
}
.lt-payments__grid small {
  font-size:11px
}
.lt-payments__grid strong {
  display:inline;
  margin:0;
  color:#445b8d;
  font-size:12px
}
.lt-payments__grid p {
  margin-top:8px;
  font-size:12px
}
.lt-payments__grid p b {
  font-size:11px
}
.lt-payments__brand img[src$="btc.svg"],.lt-payments__brand img[src$="ltc.svg"] {
  filter:brightness(0) saturate(100%) invert(26%) sepia(28%) saturate(1717%) hue-rotate(183deg) brightness(90%)
}
@media(max-width:430px) {
  .lt-payments__brand {
    height:38px
  }
  .lt-payments__grid article {
    padding:13px 14px
  }
}
.lt-payments__quick-guide {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin:0 auto 18px
}
.lt-payments__quick-guide>span {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:10px;
  align-items:center;
  padding:12px 14px;
  border:1px solid #dfe7ec;
  border-radius:15px;
  background:rgba(255,255,255,.82)
}
.lt-payments__quick-guide i {
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#e4f5f2;
  color:#168f88;
  font-size:13px
}
.lt-payments__quick-guide strong,.lt-payments__quick-guide small {
  display:block
}
.lt-payments__quick-guide strong {
  color:#304b83;
  font-size:12px
}
.lt-payments__quick-guide small {
  margin-top:2px;
  color:#78859c;
  font-size:11px;
  line-height:1.35
}
.lt-payments__brand img[src$="bank.svg"] {
  filter:brightness(0) saturate(100%) invert(26%) sepia(28%) saturate(1717%) hue-rotate(183deg) brightness(90%)
}
.lt-payments__quick-guide>header {
  grid-column:1/-1;
  padding:18px 20px;
  border-radius:17px;
  background:linear-gradient(125deg,#304b91,#6262c4 65%,#e97b69);
  color:#fff
}
.lt-payments__quick-guide>header span {
  color:#ffe16b;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-payments__quick-guide>header h3 {
  margin:5px 0 6px;
  color:#fff;
  font-size:22px
}
.lt-payments__quick-guide>header p {
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.55
}
.lt-payments__quick-guide strong {
  font-size:13px
}
.lt-payments__quick-guide small {
  font-size:12px;
  line-height:1.45
}
.lt-payments__brand img[src$="ltc.svg"] {
  max-width:80px;
  max-height:25px
}
@media(max-width:980px) {
  .lt-payments__quick-guide {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:520px) {
  .lt-payments__quick-guide {
    grid-template-columns:1fr
  }
}
/* Expandable Lucky Treasure payment guidance */
.lt-payments__guide-toggle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(920px,100%);
  margin:22px auto 0;
  padding:16px 20px;
  border:0;
  border-radius:18px;
  background:linear-gradient(125deg,#304b91,#6561c8 63%,#e97b69);
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 15px 34px rgba(48,75,145,.18)
}
.lt-payments__guide-toggle>span {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:12px;
  align-items:center
}
.lt-payments__guide-toggle span>i {
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#ffdf6a;
  color:#304b88
}
.lt-payments__guide-toggle strong,.lt-payments__guide-toggle small {
  display:block
}
.lt-payments__guide-toggle strong {
  font-size:15px
}
.lt-payments__guide-toggle small {
  margin-top:3px;
  color:rgba(255,255,255,.72);
  font-size:12px
}
.lt-payments__guide-toggle>i {
  transition:transform .2s
}
.lt-payments__guide-toggle[aria-expanded=true]>i {
  transform:rotate(180deg)
}
.lt-payments__guide[hidden] {
  display:none
}
.lt-payments__guide {
  margin-top:12px;
  padding:25px;
  border:1px solid #dfe7ec;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 38px rgba(46,68,126,.08)
}
.lt-payments__guide>header {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:32px;
  align-items:end;
  padding-bottom:20px;
  border-bottom:1px solid #e5e9ef
}
.lt-payments__guide>header span,.lt-payments__limits>header span {
  color:#15928a;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-payments__guide>header h3,.lt-payments__limits>header h3 {
  margin:6px 0 0;
  color:#294580;
  font-size:26px
}
.lt-payments__guide>header p {
  margin:0;
  color:#6f7d97;
  font-size:14px;
  line-height:1.62
}
.lt-payments__guide-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:20px
}
.lt-payments__guide-grid article {
  padding:18px;
  border-radius:17px;
  background:#f6f8fc
}
.lt-payments__guide-grid i,.lt-payments__limits i {
  color:#15928a;
  font-size:18px
}
.lt-payments__guide-grid h4,.lt-payments__limits h4 {
  margin:10px 0 6px;
  color:#304b83;
  font-size:14px
}
.lt-payments__guide-grid p,.lt-payments__limits p {
  margin:0;
  color:#74819a;
  font-size:13px;
  line-height:1.55
}
.lt-payments__guide>aside {
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top:15px;
  padding:15px 17px;
  border-radius:15px;
  background:#fff5d9;
  color:#715c2c
}
.lt-payments__guide>aside>i {
  color:#e2a522
}
.lt-payments__guide>aside p {
  margin:0;
  font-size:13px;
  line-height:1.55
}
.lt-payments__limits {
  margin-top:17px;
  padding:20px;
  border-radius:19px;
  background:#2d4887;
  color:#fff
}
.lt-payments__limits>header {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px
}
.lt-payments__limits>header span {
  color:#ffe16e
}
.lt-payments__limits>header h3 {
  color:#fff;
  font-size:22px
}
.lt-payments__limits>div {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin-top:16px
}
.lt-payments__limits article {
  padding:15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  background:rgba(255,255,255,.07)
}
.lt-payments__limits i {
  color:#ffe16e
}
.lt-payments__limits h4 {
  color:#fff
}
.lt-payments__limits p {
  color:rgba(255,255,255,.7)
}
@media(max-width:980px) {
  .lt-payments__guide-grid,.lt-payments__limits>div {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:650px) {
  .lt-payments__guide {
    padding:20px 15px
  }
  .lt-payments__guide>header {
    grid-template-columns:1fr;
    gap:9px
  }
  .lt-payments__guide-grid,.lt-payments__limits>div {
    grid-template-columns:1fr
  }
  .lt-payments__limits>header {
    align-items:flex-start;
    flex-direction:column
  }
  .lt-payments__guide-toggle {
    padding:14px 16px
  }
}
/* Lucky Treasure About */
.lt-about {
  position:relative;
  overflow:hidden;
  padding:100px 0;
  background:linear-gradient(145deg,#fffaf0 0%,#f5f5ff 48%,#ecf9f7 100%);
  color:#294580;
  isolation:isolate
}
.lt-about:before,.lt-about:after {
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none
}
.lt-about:before {
  left:-250px;
  top:140px;
  width:620px;
  height:620px;
  background:radial-gradient(circle,#ffe5a2 0%,rgba(255,229,162,0) 70%)
}
.lt-about:after {
  right:-230px;
  bottom:-180px;
  width:600px;
  height:600px;
  background:radial-gradient(circle,#ccefe9 0%,rgba(204,239,233,0) 70%)
}
.lt-about .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-about__heading {
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px
}
.lt-about__heading>div>span,.lt-about__core>span,.lt-about__routes article span,.lt-about__promise>div>span {
  color:#e87560;
  font-size:12px;
  font-weight:850;
  letter-spacing:.11em
}
.lt-about__heading h2 {
  margin:12px 0 0;
  color:#294580;
  font-size:clamp(44px,5vw,74px);
  line-height:.98;
  letter-spacing:-.055em
}
.lt-about__heading>p {
  margin:0;
  padding:22px 24px;
  border:1px solid #dfe7ec;
  border-radius:22px;
  background:rgba(255,255,255,.8);
  color:#687997;
  font-size:16px;
  line-height:1.7
}
.lt-about__story {
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:14px
}
.lt-about__core {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:470px;
  padding:44px;
  border-radius:31px;
  background:linear-gradient(145deg,#2c4786,#5d61c5 62%,#e77b69);
  color:#fff;
  box-shadow:0 25px 60px rgba(45,69,132,.2)
}
.lt-about__core:after {
  content:"";
  position:absolute;
  right:24px;
  bottom:18px;
  width:150px;
  height:150px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 56px rgba(255,255,255,.025)
}
.lt-about__core-mark {
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  margin-bottom:27px;
  border-radius:22px;
  background:#ffdb63;
  color:#304a88;
  font-size:27px;
  box-shadow:0 12px 30px rgba(22,37,89,.22)
}
.lt-about__core>span {
  color:#ffe16d
}
.lt-about__core h3 {
  position:relative;
  z-index:1;
  max-width:570px;
  margin:8px 0 15px;
  color:#fff;
  font-size:37px;
  line-height:1.08;
  letter-spacing:-.035em
}
.lt-about__core>p {
  position:relative;
  z-index:1;
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.68
}
.lt-about__core-tags {
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:25px
}
.lt-about__core-tags span {
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:12px;
  font-weight:750;
  letter-spacing:0
}
.lt-about__core-tags i {
  margin-right:5px;
  color:#ffe16d
}
.lt-about__routes {
  display:grid;
  gap:12px
}
.lt-about__routes article {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  padding:27px;
  border:1px solid #dfe6ed;
  border-radius:25px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 28px rgba(44,66,123,.06)
}
.lt-about__routes article>i {
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:#e1f5f1;
  color:#15928a;
  font-size:21px
}
.lt-about__routes article:nth-child(2)>i {
  background:#fff0ca;
  color:#d89b18
}
.lt-about__routes article:nth-child(3)>i {
  background:#eeeaff;
  color:#6661c5
}
.lt-about__routes article span {
  color:#15928a
}
.lt-about__routes h3 {
  margin:5px 0 7px;
  color:#2d4883;
  font-size:22px
}
.lt-about__routes p {
  margin:0;
  color:#70809a;
  font-size:14px;
  line-height:1.62
}
.lt-about__qualities {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:28px
}
.lt-about__qualities article {
  padding:25px;
  border:1px solid #dfe7ec;
  border-radius:23px;
  background:rgba(255,255,255,.82)
}
.lt-about__qualities article>span {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:#fff1c9;
  color:#d99a14;
  font-size:18px
}
.lt-about__qualities article:nth-child(even)>span {
  background:#e1f5f1;
  color:#15928a
}
.lt-about__qualities h3 {
  margin:15px 0 9px;
  color:#2e4983;
  font-size:18px;
  line-height:1.25
}
.lt-about__qualities p {
  margin:0;
  color:#71809a;
  font-size:14px;
  line-height:1.62
}
.lt-about__promise {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:35px;
  align-items:center;
  margin-top:24px;
  padding:32px;
  border-radius:27px;
  background:#fff;
  border:1px solid #dfe7ec
}
.lt-about__promise h3 {
  margin:7px 0 10px;
  color:#294580;
  font-size:28px;
  line-height:1.15
}
.lt-about__promise p {
  margin:0;
  color:#6e7d97;
  font-size:14px;
  line-height:1.65
}
.lt-about__promise-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px
}
.lt-about__promise-list span {
  padding:12px 13px;
  border-radius:13px;
  background:#f4f7fa;
  color:#52668e;
  font-size:13px;
  font-weight:750
}
.lt-about__promise-list i {
  margin-right:7px;
  color:#16928a
}
@media(max-width:1080px) {
  .lt-about__heading,.lt-about__story {
    grid-template-columns:1fr
  }
  .lt-about__heading {
    gap:18px
  }
  .lt-about__core {
    min-height:0
  }
  .lt-about__qualities {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:700px) {
  .lt-about {
    padding:68px 0
  }
  .lt-about__heading h2 {
    font-size:45px
  }
  .lt-about__core {
    padding:30px 21px
  }
  .lt-about__core h3 {
    font-size:31px
  }
  .lt-about__routes article {
    align-items:start;
    padding:21px 17px
  }
  .lt-about__qualities,.lt-about__promise,.lt-about__promise-list {
    grid-template-columns:1fr
  }
  .lt-about__promise {
    padding:24px 18px
  }
  .lt-about__qualities article {
    padding:22px 18px
  }
}
/* Lucky Treasure About — illustrated journey */
.lt-about-v2 {
  position:relative;
  overflow:hidden;
  padding:98px 0;
  background:linear-gradient(145deg,#fffaf0 0%,#f5f5ff 50%,#eefaf8 100%);
  color:#294580
}
.lt-about-v2 .container {
  max-width:1500px
}
.lt-about-v2__heading {
  display:grid;
  grid-template-columns:.8fr 1.25fr;
  gap:8px 70px;
  align-items:end;
  margin-bottom:34px
}
.lt-about-v2__heading>span,.lt-about-v2__journey-copy>span,.lt-about-v2__waypoints article span,.lt-about-v2__overview-copy>span,.lt-about-v2__closing>div>span {
  color:#e87560;
  font-size:12px;
  font-weight:850;
  letter-spacing:.11em
}
.lt-about-v2__heading>span {
  grid-column:1/-1
}
.lt-about-v2__heading h2 {
  margin:0;
  color:#294580;
  font-size:clamp(44px,4.8vw,72px);
  line-height:.98;
  letter-spacing:-.055em
}
.lt-about-v2__heading p {
  margin:0;
  padding:21px 23px;
  border:1px solid #dfe7ec;
  border-radius:21px;
  background:rgba(255,255,255,.8);
  color:#687997;
  font-size:16px;
  line-height:1.7
}
.lt-about-v2__journey {
  position:relative;
  min-height:600px;
  overflow:hidden;
  border:1px solid #e1e5ed;
  border-radius:34px;
  background:radial-gradient(circle at 70% 35%,#fff5ce 0%,rgba(255,245,206,0) 34%),linear-gradient(135deg,#f7f5ff,#fffaf1 58%,#effaf8);
  box-shadow:0 24px 60px rgba(45,68,130,.13)
}
.lt-about-v2__journey img {
  position:absolute;
  right:-1%;
  top:50%;
  width:78%;
  height:auto;
  transform:translateY(-50%);
  filter:drop-shadow(0 20px 35px rgba(43,58,117,.14));
  animation:ltAboutFloat 7s ease-in-out infinite
}
.lt-about-v2__journey-copy {
  position:absolute;
  z-index:3;
  left:4%;
  top:50%;
  width:38%;
  padding:29px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:25px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(12px);
  box-shadow:0 18px 45px rgba(42,61,118,.13);
  transform:translateY(-50%)
}
.lt-about-v2__journey-copy h3 {
  margin:8px 0 12px;
  color:#294580;
  font-size:35px;
  line-height:1.08;
  letter-spacing:-.035em
}
.lt-about-v2__journey-copy p {
  margin:0;
  color:#697a97;
  font-size:15px;
  line-height:1.68
}
.lt-about-v2__traveller {
  position:absolute;
  z-index:2;
  width:13px;
  height:13px;
  border:3px solid #fff;
  border-radius:50%;
  background:#ffcf4f;
  box-shadow:0 0 0 6px rgba(255,207,79,.24),0 0 25px #ffd96b;
  animation:ltAboutPulse 1.8s ease-in-out infinite
}
.lt-about-v2__traveller--a {
  left:46%;
  bottom:20%
}
.lt-about-v2__traveller--b {
  left:64%;
  top:39%;
  animation-delay:.55s
}
.lt-about-v2__traveller--c {
  right:15%;
  top:19%;
  animation-delay:1.1s
}
@keyframes ltAboutFloat {
  0%,100% {
    transform:translateY(-50%)
  }
  50% {
    transform:translateY(calc(-50% - 10px))
  }
}
@keyframes ltAboutPulse {
  0%,100% {
    transform:scale(.8);
    opacity:.65
  }
  50% {
    transform:scale(1.18);
    opacity:1
  }
}
@media(prefers-reduced-motion:reduce) {
  .lt-about-v2__journey img,.lt-about-v2__traveller {
    animation:none
  }
}
.lt-about-v2__waypoints {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:11px;
  margin-top:24px
}
.lt-about-v2__waypoints article {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:13px;
  padding:21px;
  border:1px solid #dfe7ec;
  border-radius:21px;
  background:rgba(255,255,255,.86)
}
.lt-about-v2__waypoints article>i {
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:14px;
  background:#fff0c7;
  color:#d99a15
}
.lt-about-v2__waypoints article:nth-child(even)>i {
  background:#e1f5f1;
  color:#15928a
}
.lt-about-v2__waypoints article span {
  color:#15928a
}
.lt-about-v2__waypoints h3 {
  margin:5px 0 7px;
  color:#304b83;
  font-size:17px
}
.lt-about-v2__waypoints p {
  margin:0;
  color:#74819a;
  font-size:13px;
  line-height:1.57
}
.lt-about-v2__overview {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:center;
  margin-top:25px;
  padding:31px;
  border:1px solid #dfe7ec;
  border-radius:28px;
  background:#fff
}
.lt-about-v2__overview-copy h3 {
  margin:7px 0 12px;
  color:#294580;
  font-size:29px;
  line-height:1.13
}
.lt-about-v2__overview-copy p {
  margin:0 0 10px;
  color:#6e7d98;
  font-size:14px;
  line-height:1.65
}
.lt-about-v2__principles {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.lt-about-v2__principles article {
  padding:19px;
  border-radius:17px;
  background:#f5f7fb
}
.lt-about-v2__principles i {
  color:#15928a;
  font-size:18px
}
.lt-about-v2__principles strong {
  display:block;
  margin:10px 0 6px;
  color:#304b83;
  font-size:14px
}
.lt-about-v2__principles p {
  margin:0;
  color:#74819a;
  font-size:13px;
  line-height:1.52
}
.lt-about-v2__closing {
  display:grid;
  grid-template-columns:.72fr 1fr;
  gap:24px 36px;
  align-items:end;
  margin-top:24px;
  padding:30px;
  border-radius:27px;
  background:linear-gradient(125deg,#304b91,#6461c7 64%,#e97b69);
  color:#fff
}
.lt-about-v2__closing>div>span {
  color:#ffe16c
}
.lt-about-v2__closing h3 {
  margin:7px 0 0;
  color:#fff;
  font-size:28px
}
.lt-about-v2__closing>p {
  margin:0;
  color:rgba(255,255,255,.75);
  font-size:14px;
  line-height:1.65
}
.lt-about-v2__closing>div:last-child {
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.lt-about-v2__closing>div:last-child span {
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  font-size:12px
}
.lt-about-v2__closing i {
  margin-right:5px;
  color:#ffe16c
}
@media(max-width:1050px) {
  .lt-about-v2__heading,.lt-about-v2__overview {
    grid-template-columns:1fr
  }
  .lt-about-v2__heading {
    gap:17px
  }
  .lt-about-v2__journey {
    min-height:700px
  }
  .lt-about-v2__journey img {
    right:-18%;
    top:35%;
    width:110%
  }
  .lt-about-v2__journey-copy {
    left:4%;
    right:4%;
    top:auto;
    bottom:4%;
    width:auto;
    transform:none
  }
  .lt-about-v2__waypoints {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:680px) {
  .lt-about-v2 {
    padding:68px 0
  }
  .lt-about-v2__heading h2 {
    font-size:45px
  }
  .lt-about-v2__journey {
    min-height:650px
  }
  .lt-about-v2__journey img {
    right:-37%;
    top:28%;
    width:145%
  }
  .lt-about-v2__journey-copy {
    padding:22px 18px
  }
  .lt-about-v2__journey-copy h3 {
    font-size:29px
  }
  .lt-about-v2__traveller {
    display:none
  }
  .lt-about-v2__waypoints,.lt-about-v2__principles,.lt-about-v2__closing {
    grid-template-columns:1fr
  }
  .lt-about-v2__overview,.lt-about-v2__closing {
    padding:23px 17px
  }
  .lt-about-v2__closing>div:last-child {
    grid-column:auto
  }
}
/* About artwork: text above the path */
.lt-about-v2__journey {
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:32px 38px 0
}
.lt-about-v2__journey-copy {
  position:relative;
  z-index:3;
  order:1;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:min(960px,100%);
  padding:0 0 22px;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  box-shadow:none;
  transform:none
}
.lt-about-v2__journey-copy h3 {
  max-width:760px;
  margin:7px 0 10px;
  font-size:33px
}
.lt-about-v2__journey-copy p {
  max-width:980px
}
.lt-about-v2__journey img {
  position:relative;
  order:2;
  right:auto;
  top:auto;
  width:100%;
  max-height:650px;
  object-fit:contain;
  object-position:center bottom;
  transform:none;
  animation:ltAboutFloatClear 7s ease-in-out infinite
}
.lt-about-v2__traveller--a {
  left:47%;
  bottom:17%
}
.lt-about-v2__traveller--b {
  left:65%;
  top:48%
}
.lt-about-v2__traveller--c {
  right:14%;
  top:31%
}
@keyframes ltAboutFloatClear {
  0%,100% {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-9px)
  }
}
@media(prefers-reduced-motion:reduce) {
  .lt-about-v2__journey img {
    animation:none
  }
}
@media(max-width:1050px) {
  .lt-about-v2__journey {
    min-height:0;
    padding:28px 26px 0
  }
  .lt-about-v2__journey img {
    right:auto;
    top:auto;
    width:100%;
    max-height:none
  }
  .lt-about-v2__journey-copy {
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
    transform:none
  }
}
@media(max-width:680px) {
  .lt-about-v2__journey {
    min-height:0;
    padding:23px 17px 0
  }
  .lt-about-v2__journey img {
    right:auto;
    top:auto;
    width:125%;
    max-width:none;
    margin-left:-12.5%
  }
  .lt-about-v2__journey-copy {
    padding:0 0 16px
  }
  .lt-about-v2__journey-copy h3 {
    font-size:28px
  }
}
/* Lucky Treasure FAQ */
.lt-faq {
  position:relative;
  overflow:hidden;
  padding:98px 0;
  background:linear-gradient(145deg,#eef9f7 0%,#f7f5ff 48%,#fff9ed 100%);
  color:#294580
}
.lt-faq:before {
  content:"?";
  position:absolute;
  right:-30px;
  top:40px;
  color:rgba(91,96,191,.045);
  font-size:440px;
  font-weight:900;
  line-height:1
}
.lt-faq .container {
  position:relative;
  z-index:1;
  max-width:1500px
}
.lt-faq__heading {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:65px;
  align-items:end;
  margin-bottom:26px
}
.lt-faq__heading>div>span,.lt-faq__trail div>strong,.lt-faq__closing span {
  color:#15928a;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em
}
.lt-faq__heading h2 {
  margin:12px 0 0;
  color:#294580;
  font-size:clamp(44px,4.7vw,70px);
  line-height:.98;
  letter-spacing:-.05em
}
.lt-faq__heading>p {
  margin:0;
  padding:21px 23px;
  border:1px solid #dfe7ec;
  border-radius:21px;
  background:rgba(255,255,255,.8);
  color:#687997;
  font-size:16px;
  line-height:1.7
}
.lt-faq__trail {
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:15px;
  align-items:center;
  margin-bottom:18px;
  padding:18px 21px;
  border-radius:20px;
  background:linear-gradient(125deg,#304b91,#6461c7 65%,#e97b69);
  color:#fff
}
.lt-faq__trail>span {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:#ffdf69;
  color:#304b88
}
.lt-faq__trail div>strong {
  color:#ffe16d
}
.lt-faq__trail p {
  margin:4px 0 0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.55
}
.lt-faq__trail>i {
  color:#ffe16d;
  font-size:24px
}
.lt-faq__grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  align-items:start
}
.lt-faq__column {
  display:grid;
  gap:11px
}
.lt-faq__item {
  overflow:hidden;
  border:1px solid #dde5ec;
  border-radius:19px;
  background:rgba(255,255,255,.9);
  box-shadow:0 9px 22px rgba(43,65,120,.05);
  transition:border-color .2s,box-shadow .2s
}
.lt-faq__item.is-open {
  border-color:#b9ded8;
  box-shadow:0 13px 30px rgba(30,130,122,.09)
}
.lt-faq__item>button {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  padding:18px 19px;
  border:0;
  background:transparent;
  color:#304b83;
  text-align:left;
  cursor:pointer
}
.lt-faq__item>button>span {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:15px;
  font-weight:800;
  line-height:1.35
}
.lt-faq__item>button span>i {
  display:grid;
  place-items:center;
  flex:0 0 38px;
  height:38px;
  border-radius:12px;
  background:#e1f5f1;
  color:#15928a;
  font-size:14px
}
.lt-faq__column:nth-child(2) .lt-faq__item>button span>i {
  background:#fff0ca;
  color:#d99a15
}
.lt-faq__item>button>i {
  display:grid;
  place-items:center;
  flex:0 0 30px;
  height:30px;
  border-radius:50%;
  background:#f1f3f8;
  color:#66749a;
  transition:transform .2s,background .2s
}
.lt-faq__item.is-open>button>i {
  transform:rotate(45deg);
  background:#304b88;
  color:#fff
}
.lt-faq__item>div {
  padding:0 20px 19px 69px
}
.lt-faq__item>div[hidden] {
  display:none
}
.lt-faq__item>div p {
  margin:0;
  color:#6f7d97;
  font-size:14px;
  line-height:1.65
}
.lt-faq__closing {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:center;
  margin-top:18px;
  padding:22px;
  border:1px solid #dfe7ec;
  border-radius:21px;
  background:#fff
}
.lt-faq__closing>i {
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:17px;
  background:#eeeaff;
  color:#6461c4;
  font-size:20px
}
.lt-faq__closing span,.lt-faq__closing strong {
  display:block
}
.lt-faq__closing strong {
  margin:4px 0;
  color:#304b83;
  font-size:18px
}
.lt-faq__closing p {
  margin:0;
  color:#71809a;
  font-size:13px;
  line-height:1.55
}
@media(max-width:960px) {
  .lt-faq__heading {
    grid-template-columns:1fr;
    gap:18px
  }
  .lt-faq__grid {
    grid-template-columns:1fr
  }
  .lt-faq__column {
    gap:10px
  }
}
@media(max-width:620px) {
  .lt-faq {
    padding:68px 0
  }
  .lt-faq__heading h2 {
    font-size:45px
  }
  .lt-faq__trail {
    grid-template-columns:auto 1fr
  }
  .lt-faq__trail>i {
    display:none
  }
  .lt-faq__item>button {
    padding:16px 14px
  }
  .lt-faq__item>button>span {
    font-size:14px
  }
  .lt-faq__item>div {
    padding:0 15px 17px
  }
  .lt-faq__closing {
    align-items:start
  }
}
/* Shared site footer and legal pages */
.lt-site-footer {
  background:#101a32;
  color:#dbe3f7;
  padding:64px 0 24px
}
.lt-site-footer > .container {
  width:calc(100% - 64px);
  max-width:1720px;
  padding-left:0;
  padding-right:0
}
.lt-site-footer .header-brand {
  display:inline-flex;
  margin-bottom:20px
}
.lt-site-footer .header-logo-copy strong {
  color:#fff
}
.lt-site-footer__grid {
  display:grid;
  grid-template-columns:1.35fr 1fr .7fr;
  gap:56px
}
.lt-site-footer h2 {
  font-size:18px;
  color:#fff;
  margin:0 0 18px
}
.lt-site-footer__brand p {
  max-width:560px;
  line-height:1.75;
  color:#aebbd7
}
.lt-site-footer__trust {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px
}
.lt-site-footer__trust span {
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  font-size:13px
}
.lt-site-footer__links {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px 24px
}
.lt-site-footer__nav a,.lt-site-footer__legal a {
  color:#cbd5ed;
  transition:.2s
}
.lt-site-footer__nav a:hover,.lt-site-footer__legal a:hover {
  color:#ffd15b
}
.lt-site-footer__legal {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px
}
.lt-site-footer__notice {
  display:flex;
  gap:15px;
  align-items:flex-start;
  margin-top:42px;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(255,255,255,.045)
}
.lt-site-footer__notice i {
  color:#ffd15b;
  font-size:22px
}
.lt-site-footer__notice p {
  margin:0;
  color:#b8c4dd;
  line-height:1.65
}
.lt-site-footer__bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:14px;
  color:#94a2bf
}
.lt-site-footer__bottom p {
  margin:0
}
.lt-site-footer__bottom a {
  color:#ffd15b
}
.legal-page {
  background:linear-gradient(135deg,#fffaf0 0%,#f3f5ff 55%,#effcf8 100%);
  color:#26385f
}
.legal-main {
  padding:150px 0 80px
}
.legal-hero {
  position:relative;
  overflow:hidden;
  padding:58px clamp(24px,5vw,72px);
  border-radius:32px;
  background:linear-gradient(125deg,#28488e,#6865d8 58%,#f18171);
  color:#fff;
  box-shadow:0 24px 70px rgba(38,56,95,.18)
}
.legal-hero:after {
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-70px;
  top:-100px;
  border:55px solid rgba(255,209,91,.23);
  border-radius:50%
}
.legal-hero__kicker {
  display:block;
  color:#ffe27e;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.legal-hero h1 {
  position:relative;
  z-index:1;
  max-width:850px;
  margin:12px 0 16px;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02
}
.legal-hero p {
  position:relative;
  z-index:1;
  max-width:820px;
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#eef2ff
}
.legal-updated {
  display:inline-flex;
  margin-top:22px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:14px
}
.legal-layout {
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:32px;
  margin-top:34px
}
.legal-toc {
  position:sticky;
  top:105px;
  height:max-content;
  padding:24px;
  border:1px solid #dfe4f2;
  border-radius:22px;
  background:rgba(255,255,255,.9)
}
.legal-toc strong {
  display:block;
  margin-bottom:13px;
  color:#203b78
}
.legal-toc a {
  display:block;
  padding:8px 0;
  color:#657497;
  font-size:14px
}
.legal-toc a:hover {
  color:#f06f5e
}
.legal-content {
  display:grid;
  gap:18px
}
.legal-card {
  scroll-margin-top:110px;
  padding:30px 34px;
  border:1px solid #e1e6f1;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 38px rgba(45,66,112,.06)
}
.legal-card h2 {
  margin:0 0 13px;
  color:#23417f;
  font-size:26px
}
.legal-card h3 {
  margin:22px 0 8px;
  color:#31518f;
  font-size:19px
}
.legal-card p,.legal-card li {
  color:#627293;
  line-height:1.75
}
.legal-card ul {
  margin:12px 0 0;
  padding-left:20px
}
.legal-card a {
  color:#315fc1;
  text-decoration:underline
}
.legal-callout {
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border-radius:18px;
  background:#fff4cf
}
.legal-callout i {
  color:#d99a00;
  font-size:24px
}
.legal-callout p {
  margin:0;
  color:#5b4a1d
}
.legal-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px
}
.legal-actions a {
  display:inline-flex;
  padding:12px 17px;
  border-radius:999px;
  background:#fff;
  color:#27417e;
  font-weight:700;
  text-decoration:none
}
.legal-actions a:last-child {
  background:#ffd15b
}
.legal-page .premium-header {
  position:fixed;
  inset:0 0 auto;
  z-index:1000
}
@media(max-width:991px) {
  .lt-site-footer__grid {
    grid-template-columns:1fr 1fr
  }
  .lt-site-footer__brand {
    grid-column:1/-1
  }
  .legal-layout {
    grid-template-columns:1fr
  }
  .legal-toc {
    position:static;
    display:grid;
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:640px) {
  .lt-site-footer {
    padding-top:46px
  }
  .lt-site-footer > .container {
    width:calc(100% - 32px)
  }
  .lt-site-footer__grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .lt-site-footer__brand {
    grid-column:auto
  }
  .lt-site-footer__bottom {
    flex-direction:column
  }
  .legal-main {
    padding-top:110px
  }
  .legal-hero {
    padding:38px 24px;
    border-radius:24px
  }
  .legal-hero p {
    font-size:16px
  }
  .legal-toc {
    grid-template-columns:1fr
  }
  .legal-card {
    padding:24px 21px
  }
}
