/* ============================== GLOBAL START ============================== */
:root {
  --ink:#f4f1fa;
  --muted:#b8adc8;
  --bg:#17121f;
  --panel:#21182e;
  --panel2:#2a1e3b;
  --line:rgba(196,181,255,.16);
  --emerald:#35d6c1;
  --mint:#c9bcff;
  --gold:#ff6b6b;
  --shadow:0 24px 70px rgba(0,0,0,.35)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:88px;
  scrollbar-gutter:stable;
  width:100%;
  max-width:100%;
  overflow-x:clip;
  overscroll-behavior-x:none
}

body {
  margin:0;
  position:relative;
  min-width:0;
  width:100%;
  max-width:100%;
  background:var(--bg);
  color:var(--ink);
  font-family:Manrope,Inter,Arial,sans-serif;
  line-height:1.7;
  overflow-x:clip;
  overflow-wrap:anywhere;
  overscroll-behavior-x:none;
  touch-action:pan-y pinch-zoom
}

main,
header,
footer,
section,
.wrap {
  max-width:100%
}

main {
  overflow-x:hidden
}

main > *,
.wrap > *,
[class*="__"] {
  min-width:0
}

body:before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:radial-gradient(circle at 10% 10%,rgba(108,77,255,.12),transparent 30%),radial-gradient(circle at 90% 40%,rgba(53,214,193,.08),transparent 28%)
}

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

a {
  color:inherit;
  text-decoration:none
}

p {
  color:var(--muted);
  margin:0 0 1.25rem
}

h1,
h2,
h3,
h4,
strong {
  color:var(--ink)
}

h1,
h2 {
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.08;
  margin:0 0 1.2rem
}

h1 {
  font-size:clamp(3.2rem,8vw,7.5rem);
  letter-spacing:-.05em
}

h1 span,
h2 span {
  color:var(--gold)
}

h2 {
  font-size:clamp(2.2rem,5vw,4.2rem);
  letter-spacing:-.035em
}

h3 {
  line-height:1.25;
  margin:.3rem 0 .8rem
}

h4 {
  margin:.25rem 0 .5rem
}

.wrap {
  width:min(1380px,calc(100% - clamp(32px,4vw,56px)));
  margin-left:auto;
  margin-right:auto
}

section {
  width:100%;
  min-width:0;
  overflow-x:hidden;
  padding:clamp(70px,7vw,110px) 0;
  border-bottom:1px solid var(--line)
}

.label,
.bonus-eyebrow,
.slot-tag,
.live-status,
.vip-feature-label {
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  color:var(--mint);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:1rem
}

.label:before {
  content:"";
  width:24px;
  height:1px;
  background:var(--emerald)
}

/* ============================== GLOBAL END ============================== */

/* ============================== HEADER START ============================== */

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(11,20,36,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(22,199,165,.16)
}

.header-inner {
  min-height:82px;
  display:flex;
  align-items:center;
  gap:28px
}

.brand {
  display:inline-flex;
  align-items:center
}

.brand-wordmark {
  gap:10px;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1
}

.brand-wordmark>img {
  width:48px;
  height:48px;
  flex:0 0 48px;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(108,77,255,.3))
}

.brand-wordmark__text {
  display:grid;
  gap:3px;
  color:var(--ink)
}

.brand-wordmark__text strong {
  color:#16c7a5;
  font-size:1.42rem;
  letter-spacing:-.055em
}

.brand-wordmark__text strong span {
  color:#f4f1fa
}

.brand-wordmark__text small {
  color:#f6c65b;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.5rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase
}

.brand-block {
  margin-right:auto
}

.nav {
  display:flex;
  gap:18px;
  align-items:center
}

.nav a {
  font-size:.82rem;
  font-weight:700;
  color:#c7bdd4
}

.nav a:hover {
  color:#16c7a5
}

.play {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff6b6b 0%,#f6c65b 54%,#16c7a5 100%);
  color:#1c1021;
  font-weight:800;
  box-shadow:0 10px 30px rgba(22,199,165,.18);
  transition:.25s
}

.play:hover {
  transform:translateY(-2px);
  filter:brightness(1.08)
}

.menu-toggle,
.menu-button {
  display:none
}

/* ============================== HEADER END ============================== */

/* ============================== HERO START ============================== */

.hero {
  min-height:calc(100vh - 82px);
  padding:0;
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(11,20,36,.97) 0%,rgba(11,20,36,.84) 41%,rgba(11,20,36,.08) 67%),url('../img/hero/luckygem-trust-casino-sports-hero-v7.jpg') center/cover no-repeat
}

.hero:before {
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  top:30%;
  right:18%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(246,198,91,.18),transparent 66%);
  filter:blur(18px);
  opacity:.55;
  pointer-events:none;
  animation:luckygem-hero-light 5.5s ease-in-out infinite
}

.hero:after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:28%;
  background:linear-gradient(transparent,#0b1424)
}

.hero-inner {
  position:relative;
  z-index:1;
  padding-top:80px;
  padding-bottom:80px
}

.hero-copy {
  max-width:820px
}

.hero-copy h1 {
  max-width:820px;
  font-size:clamp(3.25rem,6.5vw,6.5rem)
}

.hero-copy h1 span {
  color:#16c7a5
}

.hero-copy p {
  font-size:1.08rem;
  max-width:650px
}

.hero-copy>.play {
  margin:14px 0 18px;
  box-shadow:0 12px 34px rgba(22,199,165,.18)
}

.hero-note {
  display:grid;
  gap:5px;
  color:#aeb9c9;
  font-size:.78rem
}

.hero-note span:last-child {
  color:#7fe2cf;
  font-size:.72rem
}

@keyframes luckygem-hero-light {
  0%,100% {
    transform:scale(.88);
    opacity:.34
  }

  50% {
    transform:scale(1.08);
    opacity:.68
  }
}

@media(prefers-reduced-motion:reduce) {
  .hero:before {
    animation:none
  }
}
.about-game-examples span,
.bonus-feature-tags span,
.luckygem-sports-hero__pills span {
  padding:7px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(35,25,49,.68);
  font-size:.76rem;
  color:#d8cfea
}

/* ============================== HERO END ============================== */

/* ============================== CONTENT COMPONENTS START ============================== */

.section-head,
.games-heading,
.live-heading,
.vip-heading,
.account-heading,
.faq-heading,
.luckygem-payments__heading,
.luckygem-sports__heading {
  max-width:790px;
  margin-bottom:42px
}

.about-flow {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 64px;
  align-items:start
}

.about-visual {
  grid-row:1/span 8;
  position:relative
}

.about-image {
  border-radius:28px;
  box-shadow:var(--shadow);
  min-height:580px;
  object-fit:cover
}

.about-brand {
  position:absolute;
  left:22px;
  bottom:76px;
  background:#1b1426dd;
  padding:13px 18px;
  border-radius:14px
}

.about-visual-note {
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  display:flex;
  gap:8px
}

.about-visual-note span {
  background:var(--gold);
  color:#1c1021;
  padding:5px 10px;
  border-radius:20px;
  font-size:.7rem;
  font-weight:800
}

.about-category-grid,
.about-points,
.about-experience,
.bonus-feature-grid,
.bonus-week-grid,
.bonus-extra-grid,
.why-features,
.game-types,
.live-games,
.vip-feature-grid,
.vip-path-steps,
.document-grid,
.luckygem-payments__columns,
.luckygem-limits__grid,
.luckygem-payment-rules__grid,
.luckygem-payment-alert__grid,
.luckygem-sports-modes,
.luckygem-bet-types__grid,
.luckygem-market-info__grid,
.luckygem-united-kingdom-sports__grid,
.luckygem-sports-tools__grid,
.luckygem-sports-rules__list,
.account-path,
.faq-layout {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px
}

article,
.about-category-card,
.about-point,
.about-experience-card,
.bonus-feature,
.bonus-day,
.bonus-extra,
.why-item,
.game-type,
.live-game,
.vip-feature,
.vip-path-steps>div,
.document-grid>*,
.luckygem-method,
.luckygem-limits__grid>*,
.luckygem-payment-rules article,
.luckygem-payment-alert article,
.luckygem-sports-modes>*,
.luckygem-bet-types article,
.luckygem-market-info article,
.luckygem-united-kingdom-sports article,
.luckygem-sports-tools article,
.luckygem-sports-rules article,
.account-path article,
.account-details,
.account-documents,
.faq-list details {
  background:linear-gradient(145deg,rgba(42,30,59,.9),rgba(28,21,39,.94));
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  box-shadow:0 14px 40px rgba(0,0,0,.12)
}

.about-category-icon,
.bonus-icon,
.bonus-extra-icon,
.why-mark,
.vip-feature-icon,
.account-icon,
.luckygem-bet-icon {
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(56,227,159,.12);
  color:var(--emerald);
  font-size:1.25rem;
  margin-bottom:14px
}

.about-category-card-wide {
  grid-column:span 2
}

.about-provider-cloud,
.why-strip,
.game-categories,
.bonus-ticker-track,
.luckygem-sports-nav {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px
}

.about-provider-cloud span,
.why-strip span,
.game-categories span,
.bonus-ticker-track span,
.luckygem-sports-nav span {
  border:1px solid var(--line);
  padding:8px 13px;
  border-radius:10px;
  color:#d6cce5;
  font-size:.8rem
}

.about-provider-panel,
.about-discovery,
.bonus-weekly,
.bonus-activation,
.bonus-sports-strip,
.jackpot-panel,
.live-stage,
.vip-clarity,
.luckygem-limits,
.luckygem-payment-rules,
.luckygem-payment-alert,
.luckygem-bet-types,
.luckygem-market-info,
.luckygem-united-kingdom-sports,
.luckygem-sports-tools,
.luckygem-sports-rules,
.account-upload {
  margin-top:44px;
  padding:clamp(24px,5vw,54px);
  background:rgba(35,25,49,.78);
  border:1px solid var(--line);
  border-radius:28px
}

/* ============================== LUCKYGEM BONUSES START ============================== */

.bonus-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(53, 214, 193, .12), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(246, 198, 91, .1), transparent 32%),
    linear-gradient(180deg, #081827 0%, #0b1d2e 52%, #071522 100%);
}

.bonus-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}

.bonus-heading h2 {
  max-width: 760px;
  margin: 0;
}

.bonus-heading p {
  max-width: 760px;
  margin: 0;
  color: #bdcdd1;
}

.bonus-welcome-panel {
  margin-top: clamp(58px, 8vw, 100px);
  background:
    linear-gradient(145deg, rgba(18, 45, 65, .94), rgba(8, 24, 39, .96));
  border-color: rgba(127, 226, 207, .18);
}

.bonus-block-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: clamp(28px, 6vw, 82px);
  margin-bottom: 30px;
}

.bonus-block-heading h3 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.bonus-block-heading p {
  max-width: 680px;
  margin: 0;
  color: #bdcdd1;
}

.bonus-welcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bonus-welcome-grid .bonus-day {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 24px;
  background:
    linear-gradient(155deg, rgba(22, 199, 165, .1), rgba(5, 21, 34, .92) 48%),
    #071522;
  border-color: rgba(127, 226, 207, .16);
}

.bonus-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
  color: #7fe2cf;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bonus-welcome-grid h4 {
  margin: 54px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
}

.bonus-welcome-grid p {
  margin: 0;
  color: #bdcdd1;
  font-size: .72rem;
}

.bonus-day-type {
  width: fit-content;
  margin-top: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(246, 198, 91, .28);
  border-radius: 999px;
  color: #f6c65b;
  font-size: .64rem;
  font-weight: 800;
}

.bonus-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.bonus-casino-panel,
.bonus-event-showcase {
  margin-top: 18px;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(127, 226, 207, .16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(13, 40, 59, .96), rgba(5, 21, 34, .98));
}

.bonus-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bonus-offer-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 22px;
  background: rgba(3, 19, 31, .78);
}

.bonus-offer-card h4 {
  margin: 12px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.bonus-offer-card > p {
  margin: 0 0 24px;
  color: #bdcdd1;
  font-size: .72rem;
}

.bonus-offer-list {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.bonus-offer-list > div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.bonus-offer-list strong {
  font-size: .7rem;
}

.bonus-offer-list span {
  color: #f6c65b;
  font-size: .64rem;
}

.bonus-offer-card--live {
  background: linear-gradient(145deg, rgba(21, 65, 68, .52), rgba(3, 19, 31, .86));
}

.bonus-offer-highlight {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding: 20px;
  border: 1px solid rgba(246, 198, 91, .22);
  border-radius: 18px;
  background: rgba(246, 198, 91, .06);
}

.bonus-offer-highlight strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.bonus-offer-highlight span {
  color: #f6c65b;
  font-size: .66rem;
}

.bonus-story-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(145deg, rgba(15, 42, 61, .96), rgba(6, 23, 37, .96));
  border-color: rgba(127, 226, 207, .16);
}

.bonus-story-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 214, 193, .14), transparent 70%);
  pointer-events: none;
}

.bonus-story-card--wheel::after {
  background: radial-gradient(circle, rgba(246, 198, 91, .16), transparent 70%);
}

.bonus-story-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.bonus-story-card p {
  max-width: 720px;
  margin: 0;
  color: #bdcdd1;
  font-size: .78rem;
}

.bonus-story-card .bonus-feature-tags {
  margin-top: 24px;
}

.bonus-sports-strip {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  border-color: rgba(246, 198, 91, .2);
  background:
    linear-gradient(135deg, rgba(246, 198, 91, .08), rgba(6, 23, 37, .96) 42%);
}

.bonus-sports-intro {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.bonus-sports-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 18px;
  background: rgba(246, 198, 91, .12);
  color: #f6c65b;
}

.bonus-sports-intro h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.bonus-sports-intro p {
  margin: 0;
  color: #bdcdd1;
  font-size: .76rem;
}

.bonus-sports-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
}

.bonus-sports-features > div {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: rgba(4, 20, 33, .72);
}

.bonus-sports-features i {
  margin-bottom: auto;
  color: #7fe2cf;
}

.bonus-sports-features strong {
  margin-top: 20px;
  font-size: .76rem;
}

.bonus-sports-features span {
  margin-top: 4px;
  color: #f6c65b;
  font-size: .66rem;
}

.bonus-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bonus-event-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(24, 74, 76, .34), rgba(3, 19, 31, .9));
}

.bonus-event-card > span {
  color: #7fe2cf;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bonus-event-card h4 {
  margin: 18px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.bonus-event-card strong {
  color: #f6c65b;
  font-size: .72rem;
}

.bonus-event-card p {
  margin: auto 0 0;
  padding-top: 28px;
  color: #bdcdd1;
  font-size: .66rem;
}

.bonus-event-card--sport {
  border-color: rgba(246, 198, 91, .22);
  background: linear-gradient(155deg, rgba(86, 65, 22, .25), rgba(3, 19, 31, .9));
}

.bonus-loyalty-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 24px;
  background: rgba(5, 23, 37, .82);
}

.bonus-loyalty-callout h3 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.1;
}

.bonus-loyalty-callout p {
  max-width: 920px;
  margin: 0;
  color: #bdcdd1;
  font-size: .74rem;
}

.bonus-events-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.bonus-events-grid .bonus-extra {
  min-height: 320px;
  padding: clamp(28px, 4vw, 46px);
  border-color: rgba(127, 226, 207, .14);
  background: linear-gradient(145deg, rgba(13, 38, 57, .94), rgba(7, 24, 38, .96));
}

.bonus-events-grid h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  line-height: 1.1;
}

.bonus-events-grid p {
  margin: 0;
  color: #bdcdd1;
  font-size: .76rem;
}

.bonus-terms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}

.bonus-terms > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-top: 1px solid rgba(127, 226, 207, .2);
  background: rgba(4, 20, 33, .4);
}

.bonus-terms i {
  color: #7fe2cf;
}

.bonus-terms strong {
  font-size: .74rem;
}

.bonus-terms span {
  color: #9fb2b7;
  font-size: .64rem;
}

.bonus-caution {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 980px;
  margin: 26px auto 0;
  color: #91a8ae;
  font-size: .68rem;
}

.bonus-caution i {
  margin-top: 5px;
  color: #f6c65b;
}

@media (max-width: 1120px) {
  .bonus-welcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-sports-strip {
    grid-template-columns: 1fr;
  }

  .bonus-offer-grid {
    grid-template-columns: 1fr;
  }

  .bonus-offer-card {
    min-height: 0;
  }

  .bonus-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bonus-heading,
  .bonus-block-heading {
    grid-template-columns: 1fr;
  }

  .bonus-story-grid,
  .bonus-events-grid {
    grid-template-columns: 1fr;
  }

  .bonus-terms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bonus-welcome-grid,
  .bonus-sports-features,
  .bonus-terms {
    grid-template-columns: 1fr;
  }

  .bonus-welcome-grid .bonus-day {
    min-height: 280px;
  }

  .bonus-event-grid {
    grid-template-columns: 1fr;
  }

  .bonus-event-card {
    min-height: 280px;
  }

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

/* ============================== LUCKYGEM BONUSES END ============================== */

/* Refined bonus layout: readable type, compact hierarchy and link-free offer cards. */
.bonus-shell {
  position:relative;
  z-index:1
}

.bonus-section .bonus-heading {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);
  gap:clamp(32px,7vw,96px);
  align-items:end;
  max-width:none;
  margin-bottom:clamp(38px,6vw,72px)
}

.bonus-section .bonus-heading h2 {
  max-width:650px;
  margin:0;
  font-size:clamp(2.6rem,5vw,4.8rem)
}

.bonus-section .bonus-heading p,
.bonus-section .bonus-block-heading p {
  color:#bdcdd1;
  font-size:1rem;
  line-height:1.75
}

.bonus-section .bonus-welcome-panel,
.bonus-section .bonus-group {
  margin-top:18px;
  padding:clamp(28px,5vw,62px);
  border:1px solid rgba(127,226,207,.16);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(13,40,59,.96),rgba(5,21,34,.98))
}

.bonus-section .bonus-welcome-panel {
  margin-top:0;
  border-color:rgba(246,198,91,.24);
  background:linear-gradient(135deg,rgba(246,198,91,.09),rgba(13,40,59,.96) 42%,rgba(5,21,34,.98))
}

.bonus-section .bonus-block-heading {
  align-items:start;
  margin-bottom:32px
}

.bonus-section .bonus-block-heading h3 {
  font-size:clamp(2rem,3.4vw,3.25rem)
}

.bonus-kicker,
.bonus-card>span,
.bonus-sports-grid article>span {
  display:block;
  margin-bottom:10px;
  color:#7fe2cf;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.bonus-welcome-grid {
  gap:14px
}

.bonus-welcome-card {
  min-height:250px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(246,198,91,.2);
  border-radius:20px;
  background:linear-gradient(160deg,rgba(246,198,91,.1),rgba(3,19,31,.88) 62%)
}

.bonus-welcome-card .bonus-step {
  margin-bottom:auto;
  color:#7fe2cf;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}

.bonus-welcome-card>strong {
  color:#f6c65b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.7rem,4vw,4.2rem);
  line-height:1
}

.bonus-welcome-card h4 {
  margin:10px 0 4px;
  font-size:1.12rem
}

.bonus-welcome-card p {
  margin:0;
  color:#bdcdd1;
  font-size:.9rem
}

.bonus-explainer {
  display:flex;
  gap:12px;
  margin:24px 0 0;
  padding:18px 20px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:#aebfc4;
  font-size:.88rem
}

.bonus-explainer i {
  margin-top:6px;
  color:#f6c65b
}

.bonus-card-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}

.bonus-card {
  min-height:275px;
  padding:25px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(127,226,207,.14);
  border-radius:20px;
  background:rgba(3,19,31,.76)
}

.bonus-card>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:auto;
  border-radius:13px;
  background:rgba(53,214,193,.1);
  color:#7fe2cf
}

.bonus-card>span {
  margin:28px 0 5px
}

.bonus-card h4 {
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.55rem;
  line-height:1.15
}

.bonus-card>strong {
  color:#f6c65b;
  font-size:1rem
}

.bonus-card p {
  margin:10px 0 0;
  color:#adbec3;
  font-size:.86rem;
  line-height:1.6
}

.bonus-card--featured,
.bonus-card--live {
  background:linear-gradient(150deg,rgba(53,214,193,.12),rgba(3,19,31,.88))
}

.bonus-card--live {
  border-color:rgba(246,198,91,.25)
}

.bonus-group--sports {
  border-color:rgba(246,198,91,.22);
  background:linear-gradient(135deg,rgba(246,198,91,.08),rgba(5,21,34,.98) 38%)
}

.bonus-sports-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px
}

.bonus-sports-grid article {
  min-height:185px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(3,19,31,.72)
}

.bonus-sports-grid article>span {
  margin-bottom:auto
}

.bonus-sports-grid strong {
  color:#f6c65b;
  font-size:1.05rem
}

.bonus-sports-grid p {
  margin:7px 0 0;
  font-size:.84rem;
  line-height:1.5
}

.bonus-section .bonus-event-grid {
  gap:14px
}

.bonus-section .bonus-event-card {
  min-height:300px
}

.bonus-section .bonus-event-card h4 {
  font-size:1.65rem
}

.bonus-section .bonus-event-card strong {
  font-size:.88rem
}

.bonus-section .bonus-event-card p {
  font-size:.82rem;
  line-height:1.6
}

.bonus-section .bonus-loyalty-callout {
  align-items:center
}

.bonus-section .bonus-loyalty-callout>i {
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(246,198,91,.1);
  color:#f6c65b;
  font-size:1.25rem
}

.bonus-section .bonus-loyalty-callout p {
  font-size:.92rem;
  line-height:1.65
}

.bonus-section .bonus-terms span,
.bonus-section .bonus-caution {
  font-size:.8rem;
  line-height:1.55
}

@media(max-width:1050px) {
  .bonus-card-grid,
  .bonus-sports-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:820px) {
  .bonus-section .bonus-heading,
  .bonus-section .bonus-block-heading {
    grid-template-columns:1fr
  }
}

@media(max-width:600px) {
  .bonus-card-grid,
  .bonus-sports-grid {
    grid-template-columns:1fr
  }

  .bonus-welcome-card,
  .bonus-card,
  .bonus-sports-grid article {
    min-height:220px
  }
}

/* Removed unused legacy lg-about component. */

/* ============================== LUCKYGEM ACCOUNT ABOUT START ============================== */

.account-about {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(180deg,#0b1424 0%,#101c30 54%,#0b1424 100%)
}

.account-about__inner {
  position:relative;
  z-index:2
}

.account-about__glow {
  position:absolute;
  width:min(520px,100%);
  max-width:100%;
  height:520px;
  border-radius:50%;
  filter:blur(120px);
  opacity:.1;
  pointer-events:none
}

.account-about__glow--gold {
  top:8%;
  right:0;
  background:#f6c65b
}

.account-about__glow--emerald {
  bottom:-200px;
  left:0;
  background:#16c7a5
}

/* ============================== ACCOUNT ABOUT INTRO START ============================== */

.account-about__intro {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);
  gap:clamp(48px,7vw,100px);
  align-items:center
}

.account-about__copy {
  max-width:670px
}

.account-about__copy h2 {
  font-size:clamp(2.8rem,5vw,4.9rem)
}

.account-about__copy h2 span {
  display:block;
  color:#16c7a5
}

.account-about__lead {
  color:#e9eef5;
  font-size:clamp(1.03rem,1.4vw,1.18rem);
  line-height:1.72
}

.account-about__copy>p:not(.account-about__lead) {
  max-width:620px;
  font-size:.9rem
}

.account-about__closing {
  margin-top:26px;
  padding:18px 20px;
  border-left:2px solid #f6c65b;
  background:linear-gradient(90deg,rgba(246,198,91,.08),transparent);
  color:#d6deea
}

/* ============================== ACCOUNT ABOUT INTRO END ============================== */

/* ============================== ACCOUNT HUB START ============================== */

.account-about__hub {
  width:min(100%,640px);
  aspect-ratio:1;
  position:relative;
  display:grid;
  place-items:center;
  justify-self:end
}

.account-about__hub:before {
  content:"";
  position:absolute;
  inset:18%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,199,165,.13),rgba(22,199,165,.02) 48%,transparent 68%);
  animation:account-hub-breathe 5s ease-in-out infinite
}

.account-about__ring {
  position:absolute;
  border:1px solid rgba(127,226,207,.22);
  border-radius:50%;
  pointer-events:none
}

.account-about__ring--inner {
  width:56%;
  height:56%;
  border-color:rgba(246,198,91,.22)
}

.account-about__ring--outer {
  width:86%;
  height:86%;
  border-style:dashed;
  animation:account-ring-turn 38s linear infinite
}

.account-about__core {
  width:210px;
  min-height:210px;
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:26px;
  border:1px solid rgba(22,199,165,.38);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(18,31,53,.98),rgba(11,20,36,.98));
  box-shadow:0 0 0 10px rgba(22,199,165,.04),0 28px 70px rgba(0,0,0,.34),inset 0 0 40px rgba(22,199,165,.08);
  text-align:center
}

.account-about__core:after {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(246,198,91,.16);
  border-radius:50%
}

.account-about__core-icon {
  width:52px;
  height:52px;
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(22,199,165,.22),rgba(246,198,91,.12));
  color:#7fe2cf;
  font-size:1.25rem
}

.account-about__core strong {
  position:relative;
  z-index:2;
  display:block
}

.account-about__core strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.16rem
}

.account-about__node {
  position:absolute;
  z-index:4;
  min-width:142px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 12px;
  border:1px solid rgba(127,226,207,.18);
  border-radius:14px;
  background:rgba(11,20,36,.88);
  box-shadow:0 14px 36px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
  color:#e9eef5;
  font-size:.69rem;
  font-weight:800
}

.account-about__node i {
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(22,199,165,.14);
  color:#7fe2cf
}

.account-about__node--slots {
  top:2%;
  left:50%;
  transform:translateX(-50%)
}

.account-about__node--live {
  top:24%;
  right:0
}

.account-about__node--sports {
  right:0;
  bottom:24%
}

.account-about__node--payments {
  bottom:2%;
  left:50%;
  transform:translateX(-50%)
}

.account-about__node--promotions {
  bottom:24%;
  left:0
}

.account-about__node--vip {
  top:24%;
  left:0
}

.account-about__node--live i,
.account-about__node--promotions i {
  background:rgba(255,107,107,.12);
  color:#ff8f8f
}

.account-about__node--payments i,
.account-about__node--vip i {
  background:rgba(246,198,91,.12);
  color:#f6c65b
}

/* ============================== ACCOUNT HUB END ============================== */

/* ============================== ACCOUNT ADVANTAGES START ============================== */

.account-about__advantages {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:clamp(64px,8vw,104px)
}

.account-about__advantage {
  min-height:220px;
  padding:24px;
  border:1px solid rgba(127,226,207,.13);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(18,31,53,.72),rgba(11,20,36,.82));
  box-shadow:none;
  transition:transform .3s,border-color .3s,background .3s
}

.account-about__advantage:hover {
  transform:translateY(-5px);
  border-color:rgba(22,199,165,.32);
  background:linear-gradient(145deg,rgba(18,31,53,.92),rgba(11,20,36,.94))
}

.account-about__advantage>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:13px;
  background:rgba(22,199,165,.13);
  color:#7fe2cf
}

.account-about__advantage:nth-child(2)>i {
  background:rgba(246,198,91,.11);
  color:#f6c65b
}

.account-about__advantage h3 {
  margin-bottom:10px;
  font-size:1rem
}

.account-about__advantage p {
  margin:0;
  font-size:.76rem
}

/* ============================== ACCOUNT ADVANTAGES END ============================== */

@keyframes account-hub-breathe {
  0%,100% {
    transform:scale(.92);
    opacity:.55
  }

  50% {
    transform:scale(1.08);
    opacity:1
  }
}

@keyframes account-ring-turn {
  to {
    transform:rotate(360deg)
  }
}

@media(max-width:1120px) {
  .account-about__intro {
    grid-template-columns:1fr
  }

  .account-about__copy {
    max-width:800px
  }

  .account-about__hub {
    width:min(100%,680px);
    justify-self:center
  }

  .account-about__advantages {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media(max-width:640px) {
  .account-about__copy h2 {
    font-size:clamp(2.45rem,13vw,3.5rem)
  }

  .account-about__hub {
    width:100%;
    aspect-ratio:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:22px
  }

  .account-about__hub:before,
  .account-about__ring {
    display:none
  }

  .account-about__core {
    grid-column:1 / -1;
    width:190px;
    min-height:190px;
    margin:0 auto 18px
  }

  .account-about__node {
    position:static;
    min-width:0;
    transform:none
  }

  .account-about__advantages {
    grid-template-columns:1fr
  }

  .account-about__advantage {
    min-height:0
  }
}

@media(prefers-reduced-motion:reduce) {
  .account-about__hub:before,
  .account-about__ring {
    animation:none
  }
}

/* ============================== LUCKYGEM ACCOUNT ABOUT END ============================== */

/* ============================== LUCKYGEM ABOUT END ============================== */

/* ============================== CONTENT COMPONENTS END ============================== */

/* ============================== GAMES START ============================== */

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

.slot-card {
  padding:0;
  overflow:hidden;
  position:relative
}

.slot-card img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:.35s
}

.slot-card:hover img {
  transform:scale(1.05)
}

.slot-tag {
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  background:#251a35dd;
  border-radius:20px;
  padding:5px 9px
}

.slot-info {
  padding:15px;
  display:flex;
  justify-content:space-between;
  gap:8px
}

.slot-info span {
  color:var(--muted);
  font-size:.74rem
}

/* ============================== LUCKYGEM GAMES START ============================== */

.games-showcase {
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#071526 0%,#0b1c2e 48%,#081727 100%)
}

.games-showcase:before {
  content:"";
  position:absolute;
  width:min(620px,100%);
  max-width:100%;
  height:620px;
  top:8%;
  left:0;
  border-radius:50%;
  background:rgba(15,198,169,.1);
  filter:blur(100px);
  pointer-events:none
}

/* ============================== GAMES INTRO START ============================== */

.games-showcase__intro {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  align-items:end;
  gap:clamp(36px,6vw,82px);
  margin-bottom:clamp(48px,6vw,72px);
  padding-bottom:clamp(28px,4vw,42px);
  border-bottom:1px solid rgba(122,228,211,.16)
}

.games-showcase__intro-copy {
  max-width:780px
}

.games-showcase__intro-copy h2 {
  max-width:760px;
  font-size:clamp(2.8rem,5vw,4.8rem)
}

.games-showcase__intro-copy h2 span {
  color:#19cbb0
}

.games-showcase__intro-text {
  max-width:620px;
  padding-left:clamp(22px,3vw,38px);
  border-left:2px solid #19cbb0
}

.games-showcase__intro-text p {
  margin:0;
  font-size:.92rem
}

.games-showcase__intro-text p+p {
  margin-top:12px;
  color:#9db5bb
}

/* ============================== GAMES INTRO END ============================== */

/* ============================== GAMES QUICK LINKS START ============================== */

.games-showcase__quick-links {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:-28px 0 clamp(64px,8vw,96px)
}

.games-showcase__quick-links a {
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  gap:14px;
  min-height:92px;
  padding:18px;
  border:1px solid rgba(122,228,211,.2);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(14,39,57,.96),rgba(7,22,38,.98));
  transition:transform .25s,border-color .25s,background .25s
}

.games-showcase__quick-links a:hover {
  transform:translateY(-4px);
  border-color:rgba(25,203,176,.54);
  background:linear-gradient(145deg,rgba(18,50,68,.98),rgba(8,27,43,.98))
}

.games-showcase__quick-links i {
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(25,203,176,.13);
  color:#7ae4d3
}

.games-showcase__quick-links a:nth-child(2) i {
  background:rgba(247,193,74,.13);
  color:#f7c14a
}

.games-showcase__quick-links a:nth-child(3) i {
  background:rgba(255,107,107,.12);
  color:#ff8a8a
}

.games-showcase__quick-links strong {
  display:block;
  font-size:.79rem
}

.games-showcase__quick-links small {
  display:block;
  margin-top:4px;
  color:#9db5bb;
  font-size:.59rem;
  font-weight:700;
  line-height:1.4
}

/* ============================== GAMES QUICK LINKS END ============================== */

/* ============================== POPULAR SLOTS START ============================== */

.games-showcase__section-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);
  align-items:end;
  gap:clamp(34px,6vw,82px);
  margin-bottom:24px
}

.games-showcase__eyebrow {
  display:block;
  margin-bottom:7px;
  color:#19cbb0;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase
}

.games-showcase__section-heading h3,
.games-showcase__type-copy h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.035em
}

.games-showcase__section-heading h3 {
  font-size:clamp(2rem,3.5vw,3.25rem)
}

.games-showcase__section-heading p {
  max-width:560px;
  margin:0 0 5px;
  font-size:.84rem
}

.games-showcase__slot-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px
}

.games-showcase__slot-card {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(122,228,211,.14);
  border-radius:17px;
  background:rgba(12,32,49,.92);
  transition:transform .3s,border-color .3s,box-shadow .3s
}

.games-showcase__slot-card:hover {
  transform:translateY(-5px);
  border-color:rgba(25,203,176,.46);
  box-shadow:0 18px 42px rgba(1,10,19,.38),0 0 0 1px rgba(25,203,176,.08)
}

.games-showcase__slot-image {
  aspect-ratio:1 / 1;
  overflow:hidden;
  position:relative;
  background:#0b1c2e
}

.games-showcase__slot-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.2,.8,.2,1)
}

.games-showcase__slot-card:hover img {
  transform:scale(1.035)
}

.games-showcase__slot-info {
  min-height:104px;
  padding:12px 13px
}

.games-showcase__slot-info h4 {
  overflow:hidden;
  margin:0 0 3px;
  font-size:.78rem;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__slot-info span {
  display:block;
  overflow:hidden;
  color:#9db5bb;
  font-size:.61rem;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__slot-info p {
  margin:8px 0 0;
  color:#c5d4d8;
  font-size:.58rem;
  font-weight:600;
  line-height:1.45
}

.games-showcase__atmosphere-copy {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,4vw,48px);
  margin-top:28px;
  padding:26px 28px;
  border-left:2px solid #19cbb0;
  background:linear-gradient(90deg,rgba(25,203,176,.08),rgba(25,203,176,0))
}

.games-showcase__atmosphere-copy p {
  margin:0;
  color:#b9cbd0;
  font-size:.76rem
}

/* ============================== POPULAR SLOTS END ============================== */

/* ============================== MORE GAMES INTRO START ============================== */

.games-showcase__bridge {
  display:grid;
  grid-template-columns:64px minmax(240px,.7fr) minmax(320px,1fr);
  align-items:center;
  gap:22px;
  margin:clamp(70px,8vw,104px) 0 30px;
  padding:24px 28px;
  border-top:1px solid rgba(122,228,211,.15);
  border-bottom:1px solid rgba(122,228,211,.15)
}

.games-showcase__bridge-icon {
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(25,203,176,.25),rgba(247,193,74,.12));
  color:#7ae4d3
}

.games-showcase__bridge h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.55rem,2.5vw,2.25rem)
}

.games-showcase__bridge p {
  margin:0;
  max-width:560px;
  color:var(--muted);
  font-size:.82rem
}

/* ============================== MORE GAMES INTRO END ============================== */

/* ============================== MORE GAME TYPES START ============================== */

.games-showcase__type-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:28px
}

.games-showcase__type-card {
  display:block;
  padding:clamp(26px,3vw,40px);
  border:1px solid rgba(122,228,211,.17);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(14,39,57,.97),rgba(7,22,38,.99));
  box-shadow:0 28px 70px rgba(1,10,19,.24)
}

.games-showcase__type-card--classic {
  border-color:rgba(247,193,74,.25)
}

.games-showcase__type-card--instant {
  border-color:rgba(25,203,176,.28);
  background:linear-gradient(135deg,rgba(7,22,38,.99),rgba(12,43,53,.95))
}

.games-showcase__type-copy {
  display:grid;
  grid-template-columns:52px 1fr;
  column-gap:16px;
  align-items:start;
  max-width:920px;
  margin:0 0 26px
}

.games-showcase__type-icon {
  grid-row:1 / span 3;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(247,193,74,.13);
  color:#f7c14a
}

.games-showcase__type-card--instant .games-showcase__type-icon {
  background:rgba(25,203,176,.13);
  color:#19cbb0
}

.games-showcase__type-copy .games-showcase__eyebrow {
  grid-column:2;
  margin-bottom:3px
}

.games-showcase__type-copy h3 {
  grid-column:2;
  max-width:760px;
  font-size:clamp(1.65rem,2.6vw,2.45rem)
}

.games-showcase__type-copy p {
  grid-column:1 / -1;
  max-width:900px;
  margin:18px 0 0;
  font-size:.84rem
}

.games-showcase__type-copy p+p {
  margin-top:14px;
  color:#9db5bb
}

.games-showcase__small-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}

.games-showcase__small-card {
  min-width:0;
  overflow:hidden;
  margin:0;
  border:1px solid rgba(244,241,250,.11);
  border-radius:14px;
  background:rgba(23,18,31,.65);
  transition:transform .3s,border-color .3s
}

.games-showcase__small-card:hover {
  transform:translateY(-4px);
  border-color:rgba(201,188,255,.3)
}

.games-showcase__small-card img {
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover
}

.games-showcase__small-card figcaption {
  min-height:78px;
  padding:13px 14px 14px;
  color:#e8e1f3;
  line-height:1.3
}

.games-showcase__small-card figcaption strong {
  display:block;
  overflow:hidden;
  font-size:.76rem;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__small-card figcaption span {
  display:block;
  margin-top:4px;
  color:#9f93ad;
  font-size:.61rem;
  font-weight:700
}

/* ============================== MORE GAME TYPES END ============================== */

/* ============================== GAMES FINALE START ============================== */

.games-showcase__finale {
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(460px,1.28fr);
  column-gap:clamp(38px,6vw,82px);
  row-gap:26px;
  margin-top:clamp(54px,7vw,88px);
  padding:clamp(28px,4vw,46px);
  border:1px solid rgba(196,181,255,.17);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(42,30,59,.86),rgba(23,18,31,.96));
  box-shadow:0 30px 80px rgba(5,3,9,.22)
}

.games-showcase__finale-copy h3 {
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,3.5vw,3.25rem);
  letter-spacing:-.035em
}

.games-showcase__finale-copy p {
  max-width:480px;
  margin:0;
  font-size:.82rem
}

.games-showcase__routes {
  display:grid;
  gap:9px
}

.games-showcase__routes a {
  display:grid;
  grid-template-columns:42px 1fr 24px;
  align-items:center;
  gap:13px;
  min-height:66px;
  padding:10px 14px;
  border:1px solid rgba(196,181,255,.13);
  border-radius:16px;
  background:rgba(23,18,31,.52);
  transition:transform .25s,border-color .25s,background .25s
}

.games-showcase__routes a:hover {
  transform:translateX(5px);
  border-color:rgba(53,214,193,.32);
  background:rgba(33,24,46,.84)
}

.games-showcase__routes a>i:first-child {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(108,77,255,.17);
  color:#c9bcff
}

.games-showcase__routes a:nth-child(2)>i:first-child {
  background:rgba(255,107,107,.13);
  color:#ff8a8a
}

.games-showcase__routes a:nth-child(3)>i:first-child {
  background:rgba(53,214,193,.13);
  color:#35d6c1
}

.games-showcase__routes strong,
.games-showcase__routes small {
  display:block
}

.games-showcase__routes strong {
  font-size:.74rem
}

.games-showcase__routes small {
  margin-top:2px;
  color:#9f93ad;
  font-size:.58rem
}

.games-showcase__routes a>i:last-child {
  color:#746783;
  font-size:.66rem;
  transform:rotate(45deg)
}

.games-showcase__next {
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid rgba(196,181,255,.13);
  color:#c9bcff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase
}

.games-showcase__next i {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(53,214,193,.3);
  border-radius:50%;
  color:#35d6c1;
  transition:transform .25s,background .25s
}

.games-showcase__next:hover i {
  transform:translateY(4px);
  background:rgba(53,214,193,.1)
}

/* ============================== GAMES FINALE END ============================== */

/* ============================== GAMES NOTE START ============================== */

.games-showcase__note {
  max-width:760px;
  margin:28px auto 0;
  color:#8f849c;
  font-size:.68rem;
  text-align:center
}

/* ============================== GAMES NOTE END ============================== */

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

@media(max-width:900px) {
  .games-showcase__intro,
  .games-showcase__section-heading {
    grid-template-columns:1fr
  }

  .games-showcase__slot-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .games-showcase__type-grid {
    grid-template-columns:1fr
  }

  .games-showcase__quick-links {
    grid-template-columns:1fr;
    margin-top:0
  }

  .games-showcase__type-card {
    padding:26px
  }

  .games-showcase__small-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .games-showcase__bridge {
    grid-template-columns:56px 1fr
  }

  .games-showcase__bridge p {
    grid-column:1 / -1
  }

  .games-showcase__finale {
    grid-template-columns:1fr
  }
}

@media(max-width:640px) {
  .games-showcase__intro {
    gap:24px
  }

  .games-showcase__intro-text {
    padding-left:18px
  }

  .games-showcase__section-heading {
    margin-bottom:18px
  }

  .games-showcase__slot-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px
  }

  .games-showcase__slot-info {
    min-height:98px;
    padding:10px
  }

  .games-showcase__atmosphere-copy {
    grid-template-columns:1fr;
    padding:20px
  }

  .games-showcase__bridge {
    grid-template-columns:48px 1fr;
    padding:20px 0;
    text-align:left
  }

  .games-showcase__type-card {
    padding:20px
  }

  .games-showcase__small-grid {
    grid-template-columns:1fr
  }

  .games-showcase__quick-links a {
    min-height:82px;
    padding:14px
  }

  .games-showcase__finale {
    padding:22px
  }

  .games-showcase__routes a {
    grid-template-columns:40px 1fr 18px
  }
}

/* ============================== LUCKYGEM GAMES END ============================== */

/* ============================== GAMES END ============================== */

/* ============================== LIVE, MOBILE, PAYMENTS AND SPORTS START ============================== */

/* ============================== LUCKYGEM LIVE CASINO START ============================== */

.luckygem-live {
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#081727 0%,#0a1b2c 48%,#071522 100%)
}

.luckygem-live:before {
  content:"";
  position:absolute;
  top:8%;
  right:0;
  width:min(620px,100%);
  max-width:100%;
  height:620px;
  border-radius:50%;
  background:rgba(246,198,91,.08);
  filter:blur(110px);
  pointer-events:none
}

/* ============================== LIVE CASINO INTRO START ============================== */

.luckygem-live__heading {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  align-items:end;
  gap:clamp(38px,7vw,96px);
  margin-bottom:clamp(34px,5vw,56px)
}

.luckygem-live__heading-copy {
  max-width:840px
}

.luckygem-live__heading h2 {
  max-width:820px;
  font-size:clamp(2.8rem,5vw,5.2rem)
}

.luckygem-live__heading h2 span {
  color:#f6c65b
}

.luckygem-live__heading>p {
  max-width:620px;
  margin:0 0 8px;
  padding-left:clamp(20px,3vw,34px);
  border-left:2px solid #16c7a5;
  font-size:.94rem
}

/* ============================== LIVE CASINO INTRO END ============================== */

/* ============================== LIVE CASINO STUDIO START ============================== */

.luckygem-live__studio {
  min-height:clamp(500px,58vw,720px);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  border:1px solid rgba(127,226,207,.2);
  border-radius:30px;
  background:#061421;
  box-shadow:0 30px 90px rgba(0,8,16,.34)
}

.luckygem-live__studio>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 38%
}

.luckygem-live__studio-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,17,30,.96) 0%,rgba(4,17,30,.78) 38%,rgba(4,17,30,.16) 72%),linear-gradient(0deg,rgba(4,17,30,.92) 0%,transparent 58%)
}

.luckygem-live__studio-copy {
  position:relative;
  z-index:1;
  width:min(720px,64%);
  padding:clamp(30px,5vw,66px)
}

.luckygem-live__on-air {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:20px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(5,22,36,.74);
  color:#effaf8;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px)
}

.luckygem-live__on-air i {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff7069;
  box-shadow:0 0 12px rgba(255,112,105,.48)
}

.luckygem-live__studio-copy h3 {
  max-width:650px;
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.2rem,4vw,4.3rem);
  line-height:1.04;
  letter-spacing:-.04em
}

.luckygem-live__studio-copy>p {
  max-width:610px;
  margin:0;
  color:#c0d0d4;
  font-size:.88rem
}

.luckygem-live__studio-points {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px
}

.luckygem-live__studio-points span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(127,226,207,.17);
  border-radius:10px;
  background:rgba(6,25,40,.72);
  color:#dceae9;
  font-size:.65rem;
  font-weight:700;
  backdrop-filter:blur(10px)
}

.luckygem-live__studio-points i {
  color:#16c7a5
}

/* ============================== LIVE CASINO STUDIO END ============================== */

/* ============================== LIVE CASINO CHOICES START ============================== */

.luckygem-live__choices-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);
  align-items:end;
  gap:clamp(36px,6vw,80px);
  margin:clamp(70px,8vw,108px) 0 28px
}

.luckygem-live__eyebrow {
  display:block;
  margin-bottom:8px;
  color:#16c7a5;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}

.luckygem-live__choices-heading h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.1rem,3.7vw,3.6rem);
  letter-spacing:-.04em
}

.luckygem-live__choices-heading p {
  max-width:580px;
  margin:0 0 5px;
  font-size:.84rem
}

.luckygem-live__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.luckygem-live__card {
  min-width:0;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-rows:clamp(260px,27vw,390px) auto;
  margin:0;
  padding:0;
  border:1px solid rgba(127,226,207,.16);
  border-radius:24px;
  background:#071522;
  box-shadow:0 18px 50px rgba(0,8,16,.24)
}

.luckygem-live__card>img {
  grid-column:1;
  grid-row:1;
  position:relative;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s
}

.luckygem-live__card--roulette>img {
  object-position:center
}

.luckygem-live__card--shows>img {
  object-position:center 36%
}

.luckygem-live__card--dice>img {
  object-position:center 42%;
}

.luckygem-live__card:hover>img {
  transform:scale(1.035);
  filter:saturate(1.08)
}

.luckygem-live__card-overlay {
  grid-column:1;
  grid-row:1;
  position:relative;
  z-index:1;
  background:linear-gradient(0deg,rgba(3,15,27,.55),transparent 58%)
}

.luckygem-live__card--shows .luckygem-live__card-overlay {
  background:linear-gradient(0deg,rgba(3,15,27,.55),transparent 58%)
}

.luckygem-live__card-copy {
  grid-column:1;
  grid-row:2;
  z-index:1;
  width:100%;
  padding:clamp(24px,3vw,38px);
  background:linear-gradient(145deg,#0d2234,#081827)
}

.luckygem-live__card-number {
  display:inline-flex;
  margin-bottom:12px;
  color:#7fe2cf;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}

.luckygem-live__card-copy h3 {
  max-width:620px;
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.55rem,2.2vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.035em
}

.luckygem-live__card-copy p {
  max-width:720px;
  margin:0;
  color:#bdcdd1;
  font-size:.76rem
}

.luckygem-live__tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px
}

.luckygem-live__tags span {
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(5,21,34,.7);
  color:#edf7f6;
  font-size:.58rem;
  font-weight:700;
  backdrop-filter:blur(9px)
}

/* ============================== LIVE CASINO CHOICES END ============================== */

/* ============================== LIVE CASINO FOOTNOTE START ============================== */

.luckygem-live__footnote {
  display:flex;
  align-items:flex-start;
  gap:14px;
  max-width:920px;
  margin:30px auto 0;
  padding:18px 22px;
  border-top:1px solid rgba(127,226,207,.14);
  color:#8fa7ad
}

.luckygem-live__footnote i {
  margin-top:5px;
  color:#f6c65b
}

.luckygem-live__footnote p {
  margin:0;
  font-size:.7rem
}

/* ============================== LIVE CASINO FOOTNOTE END ============================== */

@media(max-width:980px) {
  .luckygem-live__heading,
  .luckygem-live__choices-heading {
    grid-template-columns:1fr
  }

  .luckygem-live__studio-copy {
    width:min(760px,86%)
  }

  .luckygem-live__grid {
    grid-template-columns:1fr
  }
}

@media(max-width:640px) {
  .luckygem-live__heading {
    gap:24px
  }

  .luckygem-live__heading>p {
    padding-left:18px
  }

  .luckygem-live__studio {
    min-height:620px
  }

  .luckygem-live__studio>img {
    object-position:62% center
  }

  .luckygem-live__studio-shade {
    background:linear-gradient(0deg,rgba(4,17,30,.98) 0%,rgba(4,17,30,.84) 58%,rgba(4,17,30,.18) 100%)
  }

  .luckygem-live__studio-copy {
    width:100%;
    padding:26px
  }

  .luckygem-live__studio-points {
    display:grid
  }

}

@media(prefers-reduced-motion:reduce) {
  .luckygem-live__card>img {
    transition:none
  }
}

/* ============================== LUCKYGEM LIVE CASINO END ============================== */

/* ============================== LUCKYGEM VIP CLUB START ============================== */
.luckygem-vip {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(180deg,#071522 0%,#0d1f31 48%,#071522 100%)
}

.luckygem-vip:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 12% 18%,rgba(246,198,91,.11),transparent 28%),radial-gradient(circle at 88% 55%,rgba(53,214,193,.1),transparent 30%)
}

.vip-hero {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:clamp(40px,8vw,110px);
  align-items:end
}

.vip-hero__copy h2 {
  max-width:780px;
  margin-bottom:22px;
  font-size:clamp(2.8rem,5.5vw,5.3rem)
}

.vip-hero__copy p {
  max-width:760px;
  margin:0;
  color:#bdcdd1;
  font-size:1rem
}

.vip-hero__summary {
  display:grid;
  gap:12px
}

.vip-hero__summary>div {
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:15px;
  padding:17px 19px;
  border:1px solid rgba(127,226,207,.15);
  border-radius:16px;
  background:rgba(3,19,31,.7)
}

.vip-hero__summary i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(246,198,91,.1);
  color:#f6c65b
}

.vip-hero__summary span {
  color:#9fb2b7;
  font-size:.82rem
}

.vip-hero__summary strong {
  display:block;
  font-size:1.08rem
}

.vip-story {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);
  gap:clamp(32px,7vw,90px);
  align-items:end;
  margin-top:clamp(55px,8vw,95px);
  padding:clamp(28px,4vw,46px);
  border-left:3px solid #f6c65b;
  background:linear-gradient(90deg,rgba(246,198,91,.07),transparent)
}

.vip-kicker {
  display:block;
  margin-bottom:10px;
  color:#7fe2cf;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.vip-story h3,
.vip-explained h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,3.4vw,3.35rem);
  line-height:1.08
}

.vip-story p {
  margin:0;
  font-size:.98rem
}

.vip-ranks {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px
}

.vip-rank {
  min-height:500px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(127,226,207,.15);
  border-radius:22px;
  background:linear-gradient(150deg,rgba(18,49,67,.92),rgba(3,19,31,.96))
}

.vip-rank header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#7fe2cf;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}

.vip-rank header i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.06);
  color:#f6c65b
}

.vip-rank h3 {
  margin:38px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.75rem,2.6vw,2.55rem)
}

.vip-rank>p {
  min-height:72px;
  margin-bottom:22px;
  font-size:.86rem
}

.vip-rank dl {
  display:grid;
  gap:0;
  margin:0
}

.vip-rank dl>div {
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08)
}

.vip-rank dt {
  color:#9fb2b7;
  font-size:.76rem
}

.vip-rank dd {
  margin:0;
  color:#f6c65b;
  font-size:.76rem;
  font-weight:800;
  text-align:right
}

.vip-rank__perk {
  margin-top:auto;
  padding-top:20px;
  color:#7fe2cf;
  font-size:.78rem;
  font-weight:800
}

.vip-rank--jade,.vip-rank--emerald {border-color:rgba(53,214,193,.28)}
.vip-rank--sapphire {background:linear-gradient(150deg,rgba(55,73,111,.42),rgba(3,19,31,.96))}
.vip-rank--ruby {background:linear-gradient(150deg,rgba(108,35,53,.34),rgba(3,19,31,.96))}
.vip-rank--diamond {border-color:rgba(246,198,91,.38);
background:linear-gradient(150deg,rgba(246,198,91,.13),rgba(3,19,31,.96))}

.vip-explained {
  display:grid;
  grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
  gap:clamp(34px,7vw,90px);
  margin-top:18px;
  padding:clamp(30px,5vw,60px);
  border:1px solid rgba(246,198,91,.22);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(246,198,91,.07),rgba(3,19,31,.84) 45%)
}

.vip-explained__intro p {
  margin:20px 0 0;
  font-size:.9rem
}

.vip-explained__steps {
  display:grid;
  gap:12px
}

.vip-explained__steps article {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  align-items:start;
  padding:20px;
  background:rgba(3,19,31,.68)
}

.vip-explained__steps i,.vip-definitions>article>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(53,214,193,.1);
  color:#7fe2cf
}

.vip-explained__steps h4 {margin:0 0 5px}
.vip-explained__steps p {margin:0;
font-size:.8rem}

.vip-definitions {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px
}

.vip-definitions>article {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:17px;
  padding:24px
}

.vip-definitions h3 {margin:0 0 8px;
font-size:1.15rem}
.vip-definitions p {margin:0;
font-size:.8rem}

.vip-note {
  display:flex;
  gap:12px;
  max-width:1020px;
  margin:26px auto 0;
  color:#91a8ae;
  font-size:.76rem
}

.vip-note i {margin-top:6px;
color:#f6c65b}

@media(max-width:1050px) {
  .vip-ranks {grid-template-columns:repeat(2,minmax(0,1fr))}
  .vip-definitions {grid-template-columns:1fr}
}

@media(max-width:820px) {
  .vip-hero,.vip-story,.vip-explained {grid-template-columns:1fr}
}

@media(max-width:600px) {
  .vip-ranks {grid-template-columns:1fr}
  .vip-rank {min-height:0}
  .vip-rank>p {min-height:0}
}
/* ============================== LUCKYGEM VIP CLUB END ============================== */

/* ============================== LUCKYGEM SPORTS V2 START ============================== */
.lg-sports{position:relative;
isolation:isolate;
width:100%;
max-width:100%;
overflow:hidden;
contain:layout paint;
background:linear-gradient(180deg,#061521,#0b2030 48%,#071621)}
.lg-sports:before{content:"";
position:absolute;
inset:0;
z-index:-1;
background:radial-gradient(circle at 88% 18%,rgba(53,214,193,.13),transparent 30%),radial-gradient(circle at 10% 72%,rgba(246,198,91,.08),transparent 28%)}
.lg-sports__heading{display:grid;
grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);
gap:clamp(38px,8vw,110px);
align-items:end;
margin-bottom:46px}
.lg-sports__shell{max-width:100%;
min-width:0;
overflow-x:hidden}
.lg-sports__heading h2{max-width:780px;
margin:0;
font-size:clamp(2.6rem,4.8vw,4.5rem)}
.lg-sports__heading>p{max-width:680px;
margin:0;
color:#bdcdd1;
font-size:1rem}
.lg-sports__visual{position:relative;
width:100%;
max-width:100%;
min-width:0;
overflow:hidden;
margin:0;
border:1px solid rgba(127,226,207,.2);
border-radius:28px;
box-shadow:0 30px 80px rgba(0,0,0,.3)}
.lg-sports__visual img{width:100%;
max-width:100%;
min-width:0;
aspect-ratio:16/9;
object-fit:cover;
contain:paint}
.lg-sports__visual:after{content:"";
position:absolute;
inset:45% 0 0;
background:linear-gradient(transparent,rgba(3,16,27,.9))}
.lg-sports__visual figcaption{position:absolute;
z-index:1;
left:clamp(22px,4vw,52px);
right:clamp(22px,4vw,52px);
bottom:clamp(22px,4vw,46px);
display:flex;
align-items:end;
justify-content:space-between;
gap:24px}
.lg-sports__visual figcaption span{color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-sports__visual figcaption span i{margin-right:8px;
color:#35d6c1;
font-size:.52rem}
.lg-sports__visual figcaption strong{max-width:520px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.3rem,2.2vw,2.1rem);
line-height:1.12;
text-align:right}
.lg-sports__overview{display:grid;
grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);
gap:clamp(34px,7vw,90px);
align-items:center;
margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(127,226,207,.15);
border-radius:26px;
background:rgba(3,19,31,.72)}
.lg-sports__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-sports__overview h3,.lg-sports__betting h3,.lg-sports__markets h3,.lg-sports__features h3,.lg-sports__rules h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.75rem,2.7vw,2.55rem);
line-height:1.1}
.lg-sports__overview p{margin:18px 0 0;
font-size:.9rem}
.lg-sports__sports{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px}
.lg-sports__sports span{display:flex;
align-items:center;
gap:12px;
padding:15px 17px;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
background:rgba(255,255,255,.03);
color:#dce7e7;
font-size:.85rem;
font-weight:700}
.lg-sports__sports i{width:28px;
color:#f6c65b;
text-align:center}
.lg-sports__modes{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px;
margin-top:18px}
.lg-sports__modes>article{min-height:500px;
display:flex;
flex-direction:column;
padding:clamp(28px,4vw,48px);
border:1px solid rgba(127,226,207,.16);
border-radius:24px;
background:linear-gradient(145deg,rgba(16,50,66,.88),rgba(3,19,31,.94))}
.lg-sports__mode-live{border-color:rgba(246,198,91,.24)!important;
background:linear-gradient(145deg,rgba(76,57,18,.16),rgba(3,19,31,.94))!important}
.lg-sports__mode-icon{width:52px;
height:52px;
display:grid;
place-items:center;
margin-bottom:auto;
border-radius:16px;
background:rgba(53,214,193,.11);
color:#7fe2cf}
.lg-sports__modes .lg-sports__kicker{margin-top:42px}
.lg-sports__modes h3{margin:0 0 15px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.65rem,2.5vw,2.35rem);
line-height:1.1}
.lg-sports__modes p{font-size:.88rem}
.lg-sports__odds{display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
margin-top:auto}
.lg-sports__odds span{display:grid;
gap:4px;
padding:13px;
border:1px solid rgba(255,255,255,.08);
border-radius:12px;
background:rgba(0,0,0,.16)}
.lg-sports__odds small{color:#9fb2b7}
.lg-sports__odds strong{color:#f6c65b}
.lg-sports__live-line{display:grid;
grid-template-columns:auto auto 1fr;
gap:12px;
align-items:center;
margin-top:auto;
padding:17px;
border:1px solid rgba(246,198,91,.2);
border-radius:14px;
background:rgba(0,0,0,.16)}
.lg-sports__live-line b{color:#ff6b6b}
.lg-sports__live-line span{color:#9fb2b7}
.lg-sports__live-line strong{text-align:right}
.lg-sports__live-line small{grid-column:1/-1;
color:#9fb2b7}
.lg-sports__betting,.lg-sports__markets,.lg-sports__features,.lg-sports__rules{margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(127,226,207,.15);
border-radius:26px;
background:rgba(3,19,31,.72)}
.lg-sports__betting>header{display:grid;
grid-template-columns:1fr minmax(340px,.8fr);
gap:clamp(32px,7vw,90px);
align-items:end;
margin-bottom:30px}
.lg-sports__betting>header p{margin:0;
font-size:.9rem}
.lg-sports__bet-grid{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px}
.lg-sports__bet-grid article{min-height:240px;
display:flex;
flex-direction:column;
padding:22px;
background:rgba(6,27,42,.8)}
.lg-sports__bet-grid i,.lg-sports__features article i{margin-bottom:auto;
color:#7fe2cf;
font-size:1.15rem}
.lg-sports__bet-grid h4{margin:42px 0 8px;
font-size:1.12rem}
.lg-sports__bet-grid p{margin:0;
font-size:.78rem}
.lg-sports__markets{display:grid;
grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);
gap:clamp(34px,7vw,90px)}
.lg-sports__markets-copy p{margin:20px 0 0;
font-size:.88rem}
.lg-sports__market-list{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px}
.lg-sports__market-list article{padding:22px;
background:rgba(6,27,42,.78)}
.lg-sports__market-list article>span{color:#7fe2cf;
font-size:.7rem;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase}
.lg-sports__market-list h4{margin:18px 0 8px;
font-size:1.05rem}
.lg-sports__market-list p{margin:0;
font-size:.76rem}
.lg-sports__features>header{margin-bottom:28px}
.lg-sports__features>div{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px}
.lg-sports__features article{min-height:220px;
display:flex;
flex-direction:column;
padding:22px;
background:rgba(6,27,42,.78)}
.lg-sports__features h4{margin:42px 0 8px}
.lg-sports__features p{margin:0;
font-size:.78rem}
.lg-sports__rules{display:grid;
grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);
gap:clamp(34px,7vw,90px)}
.lg-sports__rules ul{display:grid;
gap:10px;
margin:0;
padding:0;
list-style:none}
.lg-sports__rules li{display:grid;
grid-template-columns:34px 1fr;
gap:12px;
padding:15px 0;
border-bottom:1px solid rgba(255,255,255,.08);
color:#aebfc4;
font-size:.82rem}
.lg-sports__rules li i{color:#f6c65b}
.lg-sports__rules li strong{display:block;
margin-bottom:3px}
.lg-sports__note{display:flex;
gap:12px;
max-width:1000px;
margin:26px auto 0;
color:#91a8ae;
font-size:.76rem}
.lg-sports__note i{margin-top:6px;
color:#f6c65b}
@media(max-width:1000px){.lg-sports__bet-grid,.lg-sports__features>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.lg-sports__heading,.lg-sports__overview,.lg-sports__betting>header,.lg-sports__markets,.lg-sports__rules{grid-template-columns:1fr}
.lg-sports__modes{grid-template-columns:1fr}
.lg-sports__visual figcaption{align-items:start;
flex-direction:column}
.lg-sports__visual figcaption strong{text-align:left}}
@media(max-width:580px){.lg-sports__sports,.lg-sports__bet-grid,.lg-sports__market-list,.lg-sports__features>div{grid-template-columns:1fr}
.lg-sports__visual{border-radius:20px}
.lg-sports__visual figcaption strong{font-size:1.35rem}}
/* ============================== LUCKYGEM SPORTS V2 END ============================== */

/* ============================== LUCKYGEM PAYMENTS V2 START ============================== */
.lg-payments{position:relative;
isolation:isolate;
overflow:hidden;
background:linear-gradient(180deg,#071622,#0d1e2c 52%,#071522)}
.lg-payments:before{content:"";
position:absolute;
inset:0;
z-index:-1;
background:radial-gradient(circle at 12% 20%,rgba(53,214,193,.11),transparent 28%),radial-gradient(circle at 90% 70%,rgba(246,198,91,.08),transparent 30%)}
.lg-payments__heading{display:grid;
grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
gap:clamp(38px,8vw,105px);
align-items:end;
margin-bottom:46px}
.lg-payments__heading h2{max-width:760px;
margin:0;
font-size:clamp(2.6rem,4.8vw,4.5rem)}
.lg-payments__heading p{margin:0;
color:#bdcdd1;
font-size:1rem}
.lg-payments__verified{display:inline-flex;
align-items:center;
gap:9px;
margin-top:18px;
color:#7fe2cf;
font-size:.76rem;
font-weight:800}
.lg-payments__verified i{color:#f6c65b}
.lg-payments__tabs{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
max-width:720px;
margin:0 auto 18px;
padding:7px;
border:1px solid rgba(127,226,207,.16);
border-radius:20px;
background:rgba(2,16,27,.72)}
.lg-payments__tab{display:flex;
align-items:center;
justify-content:center;
gap:13px;
min-height:72px;
padding:13px 20px;
border:0;
border-radius:14px;
background:transparent;
color:#91a8ae;
font:inherit;
cursor:pointer;
transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.lg-payments__tab i{font-size:1rem}
.lg-payments__tab span{display:grid;
gap:1px;
text-align:left}
.lg-payments__tab strong{color:inherit;
font-size:.92rem}
.lg-payments__tab small{font-size:.68rem}
.lg-payments__tab.is-active{background:linear-gradient(135deg,#22bda7,#168f88);
color:#fff;
box-shadow:0 10px 28px rgba(24,176,157,.22)}
.lg-payments__tab:focus-visible{outline:2px solid #f6c65b;
outline-offset:3px}
.lg-payments__columns{display:block}
.lg-payments__panel[hidden]{display:none}
.lg-payments__panel{display:flex;
flex-direction:column;
padding:clamp(26px,4vw,44px);
border:1px solid rgba(127,226,207,.17);
border-radius:26px;
background:linear-gradient(145deg,rgba(14,44,61,.9),rgba(3,19,31,.96))}
.lg-payments__panel--withdrawal{border-color:rgba(246,198,91,.22);
background:linear-gradient(145deg,rgba(73,56,22,.13),rgba(3,19,31,.96))}
.lg-payments__panel>header{display:flex;
align-items:center;
gap:16px}
.lg-payments__panel-icon{width:54px;
height:54px;
display:grid;
place-items:center;
flex:0 0 54px;
border-radius:17px;
background:rgba(53,214,193,.11);
color:#7fe2cf}
.lg-payments__panel--withdrawal .lg-payments__panel-icon{background:rgba(246,198,91,.11);
color:#f6c65b}
.lg-payments__panel>header span:not(.lg-payments__panel-icon){color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase}
.lg-payments__panel h3{margin:2px 0 0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.7rem,2.8vw,2.6rem)}
.lg-payments__headline{display:flex;
align-items:baseline;
gap:14px;
margin:34px 0 24px;
padding-bottom:24px;
border-bottom:1px solid rgba(255,255,255,.09)}
.lg-payments__headline strong{color:#f6c65b;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.5rem,4vw,4rem);
line-height:1}
.lg-payments__headline span{max-width:180px;
color:#aebfc4;
font-size:.78rem}
.lg-payments__methods{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px}
.lg-payments__method-card{display:grid;
grid-template-columns:104px 1fr;
align-items:center;
gap:16px;
min-height:92px;
padding:16px 18px;
border:1px solid rgba(255,255,255,.08);
border-radius:16px;
background:rgba(2,16,27,.66)}
.lg-payments__method-card h4{margin:0 0 4px;
font-size:1rem}
.lg-payments__method-card p{margin:0;
color:#f6c65b;
font-size:.78rem}
.lg-payments__logos{display:flex;
align-items:center;
gap:8px}
.lg-payments__logos img{width:42px;
max-height:26px;
object-fit:contain}
.lg-payments__wordmark,.lg-payments__brand-icon{min-height:58px;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
background:#f7f8fa;
color:#101b26;
font-weight:900;
font-style:normal}
.lg-payments__wordmark{width:104px;
padding:11px 13px}
.lg-payments__wordmark img{display:block;
width:100%;
height:32px;
object-fit:contain}
.lg-payments__brand-icon{width:58px;
background:rgba(53,214,193,.1);
color:#7fe2cf;
font-size:1.2rem}
.lg-payments__brand-icon img{width:28px;
max-height:28px}
.lg-payments__wordmark--jeton{background:#101f2c;
border:1px solid rgba(255,99,31,.52)}
.lg-payments__wordmark--jeton img{height:44px;
object-fit:contain}
.lg-payments__wordmark--cashlib{background:#101820;
color:#f7a600;
font-size:.82rem}
.lg-payments__wordmark--apple img,.lg-payments__wordmark--google img{height:28px}
.lg-payments__wordmark--revolut{background:#111;
border:1px solid rgba(255,255,255,.12)}
.lg-payments__wordmark--revolut img{height:25px}
.lg-payments__method-card--crypto{grid-column:1/-1;
grid-template-columns:104px 1fr;
padding:20px}
.lg-payments__coins{grid-column:1/-1;
display:grid;
grid-template-columns:repeat(6,minmax(0,1fr));
gap:9px;
margin-top:8px}
.lg-payments__coins span{display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:4px;
min-height:104px;
padding:12px 8px;
border:1px solid rgba(255,255,255,.07);
border-radius:13px;
background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
color:#eef6f7;
font-size:.7rem}
.lg-payments__coins span b{color:#f4f1fa;
font-size:.76rem;
line-height:1}
.lg-payments__coins span small{color:#91a8ae;
font-size:.58rem;
line-height:1.2;
text-align:center}
.lg-payments__coins img{width:38px;
height:38px;
object-fit:contain;
margin-bottom:3px}
.lg-payments__panel-note{display:flex;
gap:10px;
margin:20px 0 0;
padding:16px;
border-radius:14px;
background:rgba(255,255,255,.035);
color:#9fb2b7;
font-size:.76rem}
.lg-payments__panel-note i{margin-top:5px;
color:#7fe2cf}
.lg-payments__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-payments__payout-limits,.lg-payments__timeline{display:grid;
grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(135deg,rgba(246,198,91,.07),rgba(3,19,31,.84) 44%)}
.lg-payments__payout-limits h3,.lg-payments__timeline h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.8rem,3vw,2.8rem);
line-height:1.08}
.lg-payments__payout-copy p{margin:19px 0 0;
font-size:.86rem}
.lg-payments__payout-grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:11px}
.lg-payments__payout-grid article{min-height:145px;
display:flex;
flex-direction:column;
justify-content:flex-end;
padding:21px;
background:rgba(3,19,31,.7)}
.lg-payments__payout-grid span{margin-bottom:auto;
color:#9fb2b7;
font-size:.72rem;
text-transform:uppercase;
letter-spacing:.07em}
.lg-payments__payout-grid strong{color:#f6c65b;
font-size:1.3rem}
.lg-payments__checks{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
margin-top:18px}
.lg-payments__checks article{display:grid;
grid-template-columns:48px 1fr;
gap:16px;
padding:24px;
background:rgba(3,19,31,.76)}
.lg-payments__checks i{width:44px;
height:44px;
display:grid;
place-items:center;
border-radius:13px;
background:rgba(53,214,193,.1);
color:#7fe2cf}
.lg-payments__checks h3{margin:0 0 7px;
font-size:1.05rem}
.lg-payments__checks p{margin:0;
font-size:.78rem}
.lg-payments__timeline{border-color:rgba(127,226,207,.16);
background:rgba(3,19,31,.76)}
.lg-payments__timeline-steps{display:grid;
gap:10px}
.lg-payments__timeline-steps article{display:grid;
grid-template-columns:44px 1fr;
gap:14px;
padding:18px;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
background:rgba(255,255,255,.025)}
.lg-payments__timeline-steps i{color:#f6c65b}
.lg-payments__timeline-steps h4{margin:0 0 5px}
.lg-payments__timeline-steps p{margin:0;
font-size:.76rem}
.lg-payments__note{display:flex;
gap:12px;
max-width:1000px;
margin:26px auto 0;
color:#91a8ae;
font-size:.76rem}
.lg-payments__note i{margin-top:6px;
color:#f6c65b}
@media(max-width:960px){.lg-payments__heading,.lg-payments__payout-limits,.lg-payments__timeline{grid-template-columns:1fr}}
@media(max-width:700px){.lg-payments__methods{grid-template-columns:1fr}
.lg-payments__method-card--crypto{grid-column:auto}}
@media(max-width:600px){.lg-payments__checks,.lg-payments__payout-grid{grid-template-columns:1fr}
.lg-payments__tabs{grid-template-columns:1fr}
.lg-payments__tab{justify-content:flex-start}
.lg-payments__method-card{grid-template-columns:82px 1fr}
.lg-payments__wordmark{width:82px;
padding:9px}
.lg-payments__method-card--crypto{grid-template-columns:72px 1fr}
.lg-payments__coins{grid-template-columns:repeat(2,1fr)}
.lg-payments__coins span{min-height:96px}}
/* ============================== LUCKYGEM PAYMENTS V2 END ============================== */

/* ============================== LUCKYGEM ACCOUNT V2 START ============================== */
.lg-account{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061724 0%,#081d2b 54%,#061621 100%)}
.lg-account:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 8% 12%,rgba(44,215,190,.12),transparent 28%),radial-gradient(circle at 92% 55%,rgba(246,198,91,.08),transparent 30%);
pointer-events:none}
.lg-account__shell{position:relative;
z-index:1}
.lg-account__heading{display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
gap:clamp(36px,7vw,110px);
align-items:end;
margin-bottom:34px}
.lg-account__heading h2{max-width:820px;
margin:13px 0 0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.5rem,5vw,5.25rem);
line-height:.98;
letter-spacing:-.035em}
.lg-account__intro p{margin:0;
color:#b4c5ca;
font-size:.92rem}
.lg-account__intro span{display:inline-flex;
align-items:center;
gap:9px;
margin-top:18px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.06em;
text-transform:uppercase}
.lg-account__intro i{color:#f6c65b}
.lg-account__foundation{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-bottom:18px}
.lg-account__foundation article{display:grid;
grid-template-columns:48px 1fr;
gap:16px;
min-height:190px;
padding:25px;
border:1px solid rgba(127,226,207,.15);
border-radius:18px;
background:rgba(3,18,29,.74)}
.lg-account__foundation article>i{width:46px;
height:46px;
display:grid;
place-items:center;
border-radius:13px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-account__foundation span,.lg-account__level-tag{display:block;
margin-bottom:10px;
color:#f6c65b;
font-size:.68rem;
font-weight:800;
letter-spacing:.09em;
text-transform:uppercase}
.lg-account__foundation h3{margin:0 0 9px;
font-size:1.05rem;
line-height:1.25}
.lg-account__foundation p{margin:0;
font-size:.76rem}
.lg-account__levels{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
padding:clamp(30px,5vw,58px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(135deg,rgba(246,198,91,.075),rgba(3,18,29,.86) 42%)}
.lg-account__kicker{display:block;
margin-bottom:11px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-account__levels-copy h3,.lg-account__documents h3,.lg-account__quality h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.85rem,3.2vw,3rem);
line-height:1.06}
.lg-account__levels-copy>p{margin:19px 0 0;
font-size:.86rem}
.lg-account__hold-note{display:flex;
gap:12px;
margin-top:24px;
padding:17px;
border:1px solid rgba(246,198,91,.16);
border-radius:14px;
background:rgba(246,198,91,.05);
color:#bdcbd0;
font-size:.76rem}
.lg-account__hold-note i{margin-top:5px;
color:#f6c65b}
.lg-account__level-grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:11px}
.lg-account__level-grid article{min-height:220px;
padding:24px;
border:1px solid rgba(255,255,255,.08);
border-radius:16px;
background:rgba(2,15,25,.72)}
.lg-account__level-grid h4{margin:0 0 10px;
font-size:1.1rem}
.lg-account__level-grid p{margin:0;
font-size:.76rem}
.lg-account__level-grid article:nth-child(2),.lg-account__level-grid article:nth-child(3){border-color:rgba(127,226,207,.17)}
.lg-account__documents{margin-top:18px;
padding:clamp(28px,5vw,52px);
border:1px solid rgba(127,226,207,.16);
border-radius:26px;
background:rgba(4,24,37,.76)}
.lg-account__documents>header{display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr);
gap:50px;
align-items:end}
.lg-account__documents>header>p{margin:0;
font-size:.84rem}
.lg-account__document-grid{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-top:32px}
.lg-account__document-grid article{min-height:245px;
padding:25px;
border:1px solid rgba(255,255,255,.08);
border-radius:17px;
background:#061a29}
.lg-account__document-grid article>span{width:48px;
height:48px;
display:grid;
place-items:center;
margin-bottom:34px;
border-radius:14px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-account__document-grid h4{margin:0 0 10px;
font-size:1.08rem}
.lg-account__document-grid p{margin:0;
font-size:.77rem}
.lg-account__quality{display:grid;
grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
gap:clamp(30px,7vw,90px);
margin-top:18px;
padding:clamp(28px,5vw,52px);
border-radius:24px;
background:linear-gradient(120deg,#0b2835,#071925)}
.lg-account__quality-title p{margin:17px 0 0;
font-size:.82rem}
.lg-account__quality ul{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
margin:0;
padding:0;
list-style:none}
.lg-account__quality li{display:flex;
gap:12px;
min-height:105px;
padding:19px;
border:1px solid rgba(255,255,255,.075);
border-radius:14px;
background:rgba(2,15,25,.45);
color:#bdcbd0;
font-size:.76rem}
.lg-account__quality li i{width:25px;
height:25px;
flex:0 0 25px;
display:grid;
place-items:center;
border-radius:50%;
background:rgba(44,215,190,.13);
color:#7fe2cf;
font-size:.65rem}
.lg-account__process{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-top:18px}
.lg-account__process article{display:grid;
grid-template-columns:44px 1fr;
gap:15px;
padding:23px;
border-top:1px solid rgba(127,226,207,.3);
background:rgba(3,18,29,.55)}
.lg-account__process i{color:#f6c65b}
.lg-account__process h4{margin:0 0 6px}
.lg-account__process p{margin:0;
font-size:.74rem}
.lg-account__note{display:flex;
gap:12px;
max-width:1040px;
margin:25px auto 0;
color:#91a8ae;
font-size:.74rem}
.lg-account__note i{margin-top:6px;
color:#7fe2cf}
@media(max-width:960px){.lg-account__heading,.lg-account__levels,.lg-account__documents>header,.lg-account__quality{grid-template-columns:1fr}
.lg-account__foundation,.lg-account__document-grid,.lg-account__process{grid-template-columns:1fr}
.lg-account__foundation article{min-height:auto}}
@media(max-width:600px){.lg-account__level-grid,.lg-account__quality ul{grid-template-columns:1fr}
.lg-account__heading h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-account__levels,.lg-account__documents,.lg-account__quality{padding:24px 19px}
.lg-account__level-grid article,.lg-account__document-grid article{min-height:auto}}
/* ============================== LUCKYGEM ACCOUNT V2 END ============================== */

/* ============================== LUCKYGEM MOBILE V2 START ============================== */
.lg-mobile{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061621,#08202d 55%,#061724)}
.lg-mobile:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 82% 17%,rgba(44,215,190,.13),transparent 28%),radial-gradient(circle at 10% 72%,rgba(246,198,91,.07),transparent 26%);
pointer-events:none}
.lg-mobile__shell{position:relative;
z-index:1}
.lg-mobile__hero{display:grid;
grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
gap:clamp(36px,7vw,100px);
align-items:center;
padding:clamp(28px,5vw,58px);
border:1px solid rgba(127,226,207,.16);
border-radius:28px;
background:linear-gradient(135deg,rgba(3,19,31,.94),rgba(9,39,49,.78))}
.lg-mobile__copy h2{max-width:760px;
margin:13px 0 22px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.7rem,5vw,5.2rem);
line-height:.98;
letter-spacing:-.035em}
.lg-mobile__copy p{margin:0 0 15px;
color:#b6c6cb;
font-size:.87rem}
.lg-mobile__badges{display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:25px}
.lg-mobile__badges span{display:inline-flex;
align-items:center;
gap:8px;
padding:10px 13px;
border:1px solid rgba(127,226,207,.16);
border-radius:999px;
background:rgba(44,215,190,.06);
color:#b9d5d2;
font-size:.68rem;
font-weight:800;
text-transform:uppercase;
letter-spacing:.05em}
.lg-mobile__badges i{color:#7fe2cf}
.lg-mobile__visual{position:relative;
min-height:500px;
display:grid;
place-items:center}
.lg-mobile__glow{position:absolute;
width:70%;
aspect-ratio:1;
border-radius:50%;
background:rgba(44,215,190,.16);
filter:blur(60px)}
.lg-mobile__visual img{position:relative;
z-index:1;
width:min(100%,720px);
height:auto;
filter:drop-shadow(0 28px 45px rgba(0,0,0,.38))}
.lg-mobile__visual-note{position:absolute;
z-index:2;
right:2%;
bottom:8%;
display:flex;
align-items:center;
gap:12px;
padding:16px 19px;
border:1px solid rgba(246,198,91,.24);
border-radius:16px;
background:rgba(3,17,27,.9);
color:#b7c8cd;
font-size:.7rem;
text-transform:uppercase;
letter-spacing:.06em}
.lg-mobile__visual-note i{color:#f6c65b;
font-size:1.15rem}
.lg-mobile__visual-note strong{color:#fff;
font-size:.82rem}
.lg-mobile__install{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,54px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(120deg,rgba(246,198,91,.07),rgba(3,18,29,.84) 40%)}
.lg-mobile__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-mobile__install h3,.lg-mobile__practical h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.9rem,3.2vw,3rem);
line-height:1.05}
.lg-mobile__install-copy p{margin:18px 0 0;
font-size:.82rem}
.lg-mobile__install-grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px}
.lg-mobile__install-grid article{min-height:235px;
padding:25px;
border:1px solid rgba(255,255,255,.08);
border-radius:17px;
background:rgba(3,18,29,.72)}
.lg-mobile__os{display:flex;
align-items:center;
gap:9px;
margin-bottom:42px;
color:#7fe2cf;
font-size:.73rem;
font-weight:800;
text-transform:uppercase;
letter-spacing:.08em}
.lg-mobile__os i{font-size:1.2rem}
.lg-mobile__install-grid h4{margin:0 0 10px;
font-size:1.15rem}
.lg-mobile__install-grid p{margin:0;
font-size:.77rem}
.lg-mobile__install-grid strong{color:#f6c65b}
.lg-mobile__benefits{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:11px;
margin-top:18px}
.lg-mobile__benefits article{min-height:220px;
padding:24px;
border:1px solid rgba(127,226,207,.14);
border-radius:17px;
background:rgba(3,18,29,.72)}
.lg-mobile__benefits article>i{width:45px;
height:45px;
display:grid;
place-items:center;
margin-bottom:35px;
border-radius:13px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-mobile__benefits h3{margin:0 0 9px;
font-size:1.04rem}
.lg-mobile__benefits p{margin:0;
font-size:.75rem}
.lg-mobile__practical{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,54px);
border-radius:25px;
background:#0a2633}
.lg-mobile__practical ul{display:grid;
gap:9px;
margin:0;
padding:0;
list-style:none}
.lg-mobile__practical li{display:grid;
grid-template-columns:42px 1fr;
gap:14px;
padding:17px;
border:1px solid rgba(255,255,255,.075);
border-radius:14px;
background:rgba(2,15,25,.44);
color:#b7c7cc;
font-size:.76rem}
.lg-mobile__practical li i{width:38px;
height:38px;
display:grid;
place-items:center;
border-radius:11px;
background:rgba(246,198,91,.08);
color:#f6c65b}
.lg-mobile__practical li strong{color:#fff}
.lg-mobile__note{display:flex;
gap:12px;
max-width:1020px;
margin:25px auto 0;
color:#91a8ae;
font-size:.74rem}
.lg-mobile__note i{margin-top:6px;
color:#7fe2cf}
@media(max-width:960px){.lg-mobile__hero,.lg-mobile__install,.lg-mobile__practical{grid-template-columns:1fr}
.lg-mobile__benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
.lg-mobile__visual{min-height:390px}}
@media(max-width:600px){.lg-mobile__hero{padding:25px 19px}
.lg-mobile__copy h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-mobile__visual{min-height:300px}
.lg-mobile__visual-note{right:0;
bottom:0}
.lg-mobile__install,.lg-mobile__practical{padding:24px 19px}
.lg-mobile__install-grid,.lg-mobile__benefits{grid-template-columns:1fr}
.lg-mobile__install-grid article,.lg-mobile__benefits article{min-height:auto}}
/* ============================== LUCKYGEM MOBILE V2 END ============================== */

/* ============================== LUCKYGEM FAQ V2 START ============================== */
.lg-faq{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061724 0%,#071b28 55%,#050f19 100%)}
.lg-faq:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 8% 18%,rgba(44,215,190,.1),transparent 27%),radial-gradient(circle at 91% 84%,rgba(246,198,91,.07),transparent 28%);
pointer-events:none}
.lg-faq__shell{position:relative;
z-index:1}
.lg-faq__heading{display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(340px,.62fr);
gap:clamp(36px,8vw,120px);
align-items:end;
margin-bottom:38px}
.lg-faq__heading h2{max-width:850px;
margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.7rem,5.2vw,5.4rem);
line-height:.98;
letter-spacing:-.035em}
.lg-faq__heading p{margin:0;
color:#b7c7cc;
font-size:.88rem}
.lg-faq__grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
align-items:start}
.lg-faq__column{display:grid;
gap:12px}
.lg-faq details{overflow:hidden;
padding:0;
border:1px solid rgba(127,226,207,.14);
border-radius:17px;
background:rgba(3,18,29,.76);
box-shadow:0 15px 34px rgba(0,0,0,.13);
transition:border-color .25s ease,background .25s ease,transform .25s ease}
.lg-faq details:hover{border-color:rgba(127,226,207,.29)}
.lg-faq details[open]{border-color:rgba(246,198,91,.31);
background:linear-gradient(135deg,rgba(246,198,91,.06),rgba(3,18,29,.92) 38%)}
.lg-faq summary{min-height:92px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
padding:23px 25px;
cursor:pointer;
list-style:none;
color:#f4f1fa;
font-size:.98rem;
font-weight:800;
line-height:1.35}
.lg-faq summary::-webkit-details-marker{display:none}
.lg-faq summary>span{display:flex;
align-items:center;
gap:15px}
.lg-faq summary>span>i{width:42px;
height:42px;
flex:0 0 42px;
display:grid;
place-items:center;
border-radius:12px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-faq__toggle{width:30px;
height:30px;
flex:0 0 30px;
display:grid;
place-items:center;
border-radius:50%;
background:rgba(255,255,255,.05);
color:#f6c65b;
font-size:.75rem;
transition:transform .25s ease,background .25s ease}
.lg-faq details[open] .lg-faq__toggle{transform:rotate(45deg);
background:rgba(246,198,91,.12)}
.lg-faq__answer{padding:0 25px 25px 82px}
.lg-faq__answer p{margin:0;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.07);
color:#aebfc4;
font-size:.78rem;
line-height:1.8}
.lg-faq__footer-note{display:flex;
gap:14px;
max-width:1100px;
margin:28px auto 0;
padding:18px 21px;
border:1px solid rgba(127,226,207,.12);
border-radius:14px;
background:rgba(3,18,29,.54)}
.lg-faq__footer-note i{margin-top:6px;
color:#7fe2cf}
.lg-faq__footer-note p{margin:0;
color:#91a8ae;
font-size:.74rem}
@media(max-width:900px){.lg-faq__heading,.lg-faq__grid{grid-template-columns:1fr}
.lg-faq__heading{gap:25px}
.lg-faq__column{gap:10px}}
@media(max-width:600px){.lg-faq__heading h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-faq summary{min-height:82px;
padding:19px 17px;
font-size:.9rem}
.lg-faq summary>span{gap:11px}
.lg-faq summary>span>i{width:36px;
height:36px;
flex-basis:36px}
.lg-faq__answer{padding:0 17px 20px}
.lg-faq__answer p{padding-top:16px}
.lg-faq__footer-note{padding:16px}}
/* ============================== LUCKYGEM FAQ V2 END ============================== */

.live-stage,
.mobile-layout,
.why-layout,
.jackpot-hero,
.vip-path,
.account-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center
}

.live-stage img,
.mobile-visual img,
.jackpot-hero img,
.luckygem-sports-hero img {
  border-radius:22px
}

.live-game {
  padding:0;
  overflow:hidden
}

.live-game-copy {
  padding:20px
}

.live-game-image {
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover
}

.mobile-benefits {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px
}

.mobile-benefit {
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px
}

.mobile-browser-badge {
  display:inline-block;
  background:var(--emerald);
  color:#17121f;
  padding:7px 12px;
  border-radius:8px;
  font-weight:800
}

.luckygem-sports-hero {
  position:relative;
  overflow:hidden;
  border-radius:28px
}

.luckygem-sports-hero__copy {
  position:absolute;
  inset:auto 5% 7%;
  max-width:620px;
  padding:28px;
  border-radius:20px;
  background:rgba(4,17,15,.85);
  backdrop-filter:blur(12px)
}

.luckygem-methods {
  display:grid;
  gap:12px
}

.luckygem-method {
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px
}

.luckygem-method img {
  width:34px;
  max-height:26px;
  object-fit:contain
}

.crypto-brand-grid,
.luckygem-method__logos {
  display:flex;
  flex-wrap:wrap;
  gap:7px
}

.payment-brand {
  font-weight:900;
  color:var(--gold)
}

/* ============================== LIVE, MOBILE, PAYMENTS AND SPORTS END ============================== */

/* ============================== FAQ START ============================== */

.faq-layout {
  grid-template-columns:1fr 1fr
}

.faq-list {
  display:grid;
  gap:12px
}

.faq-list details {
  padding:0
}

.faq-list summary {
  cursor:pointer;
  list-style:none;
  padding:20px;
  display:flex;
  justify-content:space-between;
  font-weight:700
}

.faq-list details p {
  padding:0 20px 20px
}

/* ============================== FAQ END ============================== */

/* ============================== FOOTER START ============================== */

.site-footer {
  padding:64px 0 26px;
  background:#100c16
}

.footer-inner {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px
}

.footer-logo {
  display:inline-block;
  max-width:190px;
  font-size:2rem;
  margin-bottom:14px
}

.footer-nav {
  display:flex;
  flex-direction:column;
  gap:9px
}

.footer-nav a {
  color:var(--muted);
  font-size:.86rem
}

.footer-nav a:hover {
  color:var(--mint)
}

.footer-feature-band {
  display:flex;
  gap:16px;
  margin:30px 0
}

.footer-feature-icon,
.footer-badges span {
  border:1px solid var(--line);
  padding:10px;
  border-radius:10px
}

.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:.78rem
}

/* ============================== FOOTER END ============================== */

/* ============================== TABLET START ============================== */

@media(max-width:980px) {
  .nav {
    position:absolute;
    top:81px;
    left:0;
    right:0;
    background:#1d1628;
    padding:20px;
    display:none;
    flex-wrap:wrap;
    border-bottom:1px solid var(--line)
  }

  .menu-button {
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:10px
  }

  .menu-toggle:checked~.nav {
    display:flex
  }

  .header-inner>.play {
    display:none
  }

  .about-flow,
  .live-stage,
  .mobile-layout,
  .why-layout,
  .jackpot-hero,
  .vip-path,
  .account-details {
    grid-template-columns:1fr
  }

  .about-visual {
    grid-row:auto
  }

  .about-image {
    min-height:400px
  }

  .slot-gallery {
    grid-template-columns:repeat(3,1fr)
  }

  .about-category-grid,
  .bonus-feature-grid,
  .bonus-week-grid,
  .bonus-extra-grid,
  .why-features,
  .game-types,
  .live-games,
  .vip-feature-grid,
  .vip-path-steps,
  .document-grid,
  .luckygem-payments__columns,
  .luckygem-limits__grid,
  .luckygem-payment-rules__grid,
  .luckygem-payment-alert__grid,
  .luckygem-sports-modes,
  .luckygem-bet-types__grid,
  .luckygem-market-info__grid,
  .luckygem-united-kingdom-sports__grid,
  .luckygem-sports-tools__grid,
  .luckygem-sports-rules__list,
  .account-path {
    grid-template-columns:repeat(2,1fr)
  }

  .footer-inner {
    grid-template-columns:repeat(2,1fr)
  }
}

/* ============================== TABLET END ============================== */

/* ============================== MOBILE START ============================== */

@media(max-width:640px) {
  .wrap {
    width:min(100% - 28px,1380px)
  }

  section {
    padding:68px 0
  }

  .hero {
    background-position:64% center
  }

  .hero-copy {
    padding-top:80px
  }

  .hero-copy p {
    font-size:.96rem
  }

  .about-category-grid,
  .about-points,
  .about-experience,
  .bonus-feature-grid,
  .bonus-week-grid,
  .bonus-extra-grid,
  .why-features,
  .game-types,
  .live-games,
  .vip-feature-grid,
  .vip-path-steps,
  .document-grid,
  .luckygem-payments__columns,
  .luckygem-limits__grid,
  .luckygem-payment-rules__grid,
  .luckygem-payment-alert__grid,
  .luckygem-sports-modes,
  .luckygem-bet-types__grid,
  .luckygem-market-info__grid,
  .luckygem-united-kingdom-sports__grid,
  .luckygem-sports-tools__grid,
  .luckygem-sports-rules__list,
  .account-path,
  .faq-layout {
    grid-template-columns:1fr
  }

  .about-category-card-wide {
    grid-column:auto
  }

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

  .luckygem-sports-hero__copy {
    position:relative;
    inset:auto;
    border-radius:0
  }

  .footer-inner {
    grid-template-columns:1fr
  }

  .footer-bottom {
    flex-direction:column;
    gap:8px
  }

  .footer-feature-band {
    flex-wrap:wrap
  }

  .mobile-benefits {
    grid-template-columns:1fr
  }
}

/* ============================== MOBILE END ============================== */

/* ============================== ACCESSIBILITY START ============================== */

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}

/* ============================== ACCESSIBILITY END ============================== */

/* ============================== LEGAL PAGES START ============================== */
.legal-page{margin:0;
background:#061621;
color:#f6f2fb;
font-family:Arial,Helvetica,sans-serif}
.legal-page a{color:inherit}
.legal-page p,.legal-page li{color:#b6c6cb;
font-size:1rem;
line-height:1.78}
.legal-page .wrap{width:min(100% - 48px,1380px);
margin-inline:auto}
.legal-header{position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(127,226,207,.15);
background:rgba(7,18,33,.96);
backdrop-filter:blur(15px)}
.legal-header-inner{min-height:86px;
display:flex;
align-items:center;
justify-content:space-between;
gap:32px}
.legal-home,.legal-footer>div>div>a{display:inline-flex;
align-items:center;
gap:12px;
text-decoration:none}
.legal-home img,.legal-footer img{width:50px;
height:50px;
object-fit:contain}
.legal-brand-text{display:flex;
flex-direction:column}
.legal-brand-text strong{font-family:Georgia,"Times New Roman",serif;
font-size:1.55rem;
line-height:1;
color:#f6f2fb}
.legal-brand-text strong span{color:#f6f2fb}
.legal-brand-text strong{color:#31d5bd}
.legal-brand-text small{margin-top:4px;
color:#f6c65b;
font-size:.61rem;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase}
.legal-header nav{display:flex;
align-items:center;
gap:24px}
.legal-header nav a{color:#c7bdcf;
text-decoration:none;
font-size:.82rem;
font-weight:700}
.legal-header nav a:hover{color:#7fe2cf}
.legal-hero{position:relative;
overflow:hidden;
padding:100px 0 78px;
background:linear-gradient(145deg,#071827,#0a2a35)}
.legal-hero:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 82% 40%,rgba(44,215,190,.14),transparent 28%),radial-gradient(circle at 15% 10%,rgba(246,198,91,.07),transparent 30%)}
.legal-hero-grid{position:relative;
display:grid;
grid-template-columns:minmax(0,1fr) 250px;
gap:70px;
align-items:center}
.legal-hero span{display:block;
margin-bottom:17px;
color:#7fe2cf;
font-size:.76rem;
font-weight:800;
letter-spacing:.11em;
text-transform:uppercase}
.legal-hero h1{max-width:900px;
margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(3.4rem,7vw,6.8rem);
line-height:.94;
letter-spacing:-.04em}
.legal-hero p{max-width:780px;
margin:25px 0 0;
font-size:1.08rem}
.legal-hero small{display:inline-flex;
margin-top:24px;
padding:9px 13px;
border:1px solid rgba(246,198,91,.22);
border-radius:999px;
color:#f6c65b;
font-size:.75rem;
font-weight:700}
.legal-hero-mark{width:210px;
height:210px;
display:grid;
place-items:center;
border:1px solid rgba(127,226,207,.2);
border-radius:50%;
background:rgba(3,18,29,.58);
color:#7fe2cf;
font-size:4.2rem;
box-shadow:0 0 80px rgba(44,215,190,.12)}
.legal-layout{display:grid;
grid-template-columns:280px minmax(0,1fr);
gap:50px;
align-items:start;
padding-top:70px;
padding-bottom:90px}
.legal-aside{position:sticky;
top:112px;
display:grid;
gap:7px;
padding:22px;
border:1px solid rgba(127,226,207,.14);
border-radius:20px;
background:#071b29}
.legal-aside>strong{margin:0 10px 12px;
color:#7fe2cf;
font-size:.72rem;
letter-spacing:.1em;
text-transform:uppercase}
.legal-aside a{padding:12px 13px;
border-radius:11px;
color:#aebfc4;
text-decoration:none;
font-size:.82rem;
font-weight:700}
.legal-aside a:hover{background:rgba(44,215,190,.07);
color:#fff}
.legal-aside a[aria-current="page"]{background:linear-gradient(120deg,rgba(246,198,91,.15),rgba(44,215,190,.08));
color:#f6c65b}
.legal-aside .legal-back{margin-top:13px;
border-top:1px solid rgba(255,255,255,.08);
border-radius:0;
color:#7fe2cf}
.legal-aside .legal-back i{margin-right:8px}
.legal-article{display:grid;
gap:14px;
padding:0;
border:0;
border-radius:0;
background:none;
box-shadow:none}
.legal-article>section{display:grid;
grid-template-columns:54px minmax(0,1fr);
gap:22px;
padding:30px;
border:1px solid rgba(127,226,207,.12);
border-radius:20px;
background:linear-gradient(145deg,rgba(8,31,44,.92),rgba(3,18,29,.94));
box-shadow:0 15px 35px rgba(0,0,0,.12)}
.legal-section-icon{width:50px;
height:50px;
display:grid;
place-items:center;
border-radius:14px;
background:rgba(44,215,190,.1);
color:#7fe2cf;
font-size:1.05rem}
.legal-article h2{margin:3px 0 13px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.5rem,2.4vw,2.15rem);
line-height:1.12}
.legal-article p{margin:0}
.legal-article ul{margin:0;
padding-left:22px}
.legal-article li+li{margin-top:7px}
.legal-update-date{margin-left:4px}
.legal-footer{padding:62px 0 26px;
border-top:1px solid rgba(127,226,207,.13);
background:#050f19}
.legal-footer>.wrap:first-child{display:grid;
grid-template-columns:minmax(280px,1.2fr) repeat(2,minmax(180px,.55fr));
gap:65px}
.legal-footer>.wrap>div>p{max-width:500px;
margin:18px 0 0;
font-size:.82rem}
.legal-footer nav{display:grid;
align-content:start;
gap:10px}
.legal-footer nav strong{margin-bottom:7px;
color:#f6c65b;
font-size:.75rem;
text-transform:uppercase;
letter-spacing:.1em}
.legal-footer nav a{color:#aebfc4;
text-decoration:none;
font-size:.8rem}
.legal-footer nav a:hover{color:#7fe2cf}
.legal-footer-bottom{display:flex;
justify-content:space-between;
gap:20px;
margin-top:42px;
padding-top:22px;
border-top:1px solid rgba(255,255,255,.08);
color:#7f969d;
font-size:.72rem}
@media(max-width:980px){.legal-header nav{display:none}
.legal-hero-grid,.legal-layout{grid-template-columns:1fr}
.legal-hero-mark{display:none}
.legal-aside{position:static;
grid-template-columns:repeat(2,minmax(0,1fr))}
.legal-aside>strong,.legal-aside .legal-back{grid-column:1/-1}
.legal-footer>.wrap:first-child{grid-template-columns:1fr 1fr}
.legal-footer>.wrap:first-child>div{grid-column:1/-1}}
@media(max-width:620px){.legal-page .wrap{width:min(100% - 28px,1380px)}
.legal-header-inner{min-height:74px}
.legal-hero{padding:75px 0 55px}
.legal-hero h1{font-size:clamp(2.75rem,15vw,4.5rem)}
.legal-hero p,.legal-page p,.legal-page li{font-size:.95rem}
.legal-layout{padding-top:45px;
padding-bottom:65px;
gap:28px}
.legal-aside{grid-template-columns:1fr}
.legal-aside>strong,.legal-aside .legal-back{grid-column:auto}
.legal-article>section{grid-template-columns:1fr;
padding:23px}
.legal-footer>.wrap:first-child{grid-template-columns:1fr;
gap:35px}
.legal-footer>.wrap:first-child>div{grid-column:auto}
.legal-footer-bottom{flex-direction:column}
.legal-brand-text strong{font-size:1.35rem}}
/* ============================== LEGAL PAGES END ============================== */

/* ============================== FAQ READABILITY OVERRIDE START ============================== */
.lg-faq summary{font-size:1.12rem}
.lg-faq__answer p{font-size:1rem;
line-height:1.8}
.lg-faq__footer-note p{font-size:.9rem}
@media(max-width:600px){.lg-faq summary{font-size:1.02rem}
.lg-faq__answer p{font-size:.95rem}}
/* ============================== FAQ READABILITY OVERRIDE END ============================== */

/* ============================== REFINED MAIN FOOTER START ============================== */
.lg-faq{padding-bottom:88px}
.site-footer--refined{padding:58px 0 24px;
border-top:1px solid rgba(127,226,207,.16);
background:linear-gradient(180deg,#07131e,#050d16)}
.site-footer--refined .footer-main{display:grid;
grid-template-columns:minmax(300px,1.25fr) repeat(3,minmax(160px,.55fr));
gap:clamp(36px,5vw,76px);
align-items:start}
.site-footer--refined .footer-brand-block{min-width:0}
.site-footer--refined .footer-home{display:inline-flex;
align-items:center;
gap:13px;
text-decoration:none}
.site-footer--refined .footer-home img{width:58px;
height:58px;
display:block;
object-fit:contain}
.footer-brand-name{display:flex;
flex-direction:column}
.footer-brand-name strong{font-family:Georgia,"Times New Roman",serif;
font-size:1.85rem;
line-height:1;
color:#31d5bd}
.footer-brand-name strong span{color:#f6f2fb}
.footer-brand-name small{margin-top:5px;
color:#f6c65b;
font-size:.64rem;
font-weight:800;
letter-spacing:.14em;
text-transform:uppercase}
.site-footer--refined .footer-brand-block>p{max-width:440px;
margin:19px 0 0;
color:#97aab0;
font-size:.84rem;
line-height:1.7}
.site-footer--refined .footer-nav{display:grid;
align-content:start;
gap:9px}
.site-footer--refined .footer-nav h2{margin:5px 0 10px;
font-family:Arial,Helvetica,sans-serif;
font-size:.74rem;
line-height:1.2;
color:#7fe2cf;
font-weight:800;
letter-spacing:.11em;
text-transform:uppercase}
.site-footer--refined .footer-nav a{color:#aebfc4;
text-decoration:none;
font-size:.8rem;
line-height:1.45}
.site-footer--refined .footer-nav a:hover{color:#fff}
.site-footer--refined .footer-responsibility{display:grid;
grid-template-columns:42px minmax(0,1fr) auto;
gap:15px;
align-items:center;
margin-top:42px;
padding:17px 19px;
border:1px solid rgba(246,198,91,.2);
border-radius:15px;
background:rgba(246,198,91,.045)}
.site-footer--refined .footer-responsibility>i{width:42px;
height:42px;
display:grid;
place-items:center;
border-radius:12px;
background:rgba(246,198,91,.11);
color:#f6c65b;
font-size:1rem}
.site-footer--refined .footer-responsibility p{margin:0;
color:#aebfc4;
font-size:.78rem;
line-height:1.55}
.site-footer--refined .footer-responsibility p strong{color:#f6f2fb}
.site-footer--refined .footer-responsibility>span{display:grid;
place-items:center;
width:48px;
height:34px;
border-radius:999px;
background:#f6c65b;
color:#07131e;
font-size:.78rem;
font-weight:900}
.site-footer--refined .footer-bottom{display:flex;
justify-content:space-between;
gap:20px;
margin-top:22px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.07);
color:#728a91;
font-size:.7rem}
@media(max-width:980px){.site-footer--refined .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
.site-footer--refined .footer-brand-block{grid-column:1/-1}}
@media(max-width:600px){.lg-faq{padding-bottom:68px}
.site-footer--refined{padding-top:45px}
.site-footer--refined .footer-main{grid-template-columns:1fr;
gap:30px}
.site-footer--refined .footer-brand-block{grid-column:auto}
.site-footer--refined .footer-responsibility{grid-template-columns:38px 1fr}
.site-footer--refined .footer-responsibility>i{width:38px;
height:38px}
.site-footer--refined .footer-responsibility>span{grid-column:1/-1;
width:100%;
height:30px}
.site-footer--refined .footer-bottom{flex-direction:column;
gap:7px}}
/* ============================== REFINED MAIN FOOTER END ============================== */
