/* Lucky Dreams review — "tropical dusk" theme, left-rail listing layout */

:root {
  --ld-bg: #071620;
  --ld-bg-soft: #0a1d2a;
  --ld-panel: #0e2635;
  --ld-panel-2: #133043;
  --ld-border: rgba(146, 203, 224, 0.14);
  --ld-border-strong: rgba(146, 203, 224, 0.28);
  --ld-text: #e9f3f7;
  --ld-muted: #9cb6c4;
  --ld-aqua: #3bd6bd;
  --ld-aqua-deep: #17a08c;
  --ld-gold: #ffc55f;
  --ld-coral: #ff7d5c;
  --ld-radius: 14px;
  --ld-radius-lg: 20px;
  --ld-side-w: 268px;
  --ld-shadow: 0 14px 40px rgba(2, 10, 16, 0.45);
  --ld-font-head: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --ld-font-body: "Inter", "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ld-bg);
  background-image:
    radial-gradient(900px 500px at 100% -10%, rgba(59, 214, 189, 0.08), transparent 60%),
    radial-gradient(700px 420px at -10% 30%, rgba(255, 125, 92, 0.06), transparent 55%);
  color: var(--ld-text);
  font-family: var(--ld-font-body);
  font-size: 16px;
  line-height: 1.65;
}

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

a { color: var(--ld-aqua); text-decoration: none; }
a:hover { color: var(--ld-gold); }

h1, h2, h3, h4 {
  font-family: var(--ld-font-head);
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

p { margin: 0 0 16px; }

ul, ol { margin: 0 0 18px; padding-left: 22px; }
li { margin-bottom: 8px; }

/* ---------- Buttons ---------- */

.ld-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ld-font-head);
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.ld-btn--sun {
  background: linear-gradient(120deg, var(--ld-gold), var(--ld-coral));
  color: #2a1405;
  box-shadow: 0 8px 22px rgba(255, 150, 90, 0.32);
}
.ld-btn--sun:hover { color: #2a1405; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255, 150, 90, 0.42); }

.ld-btn--reef {
  background: rgba(59, 214, 189, 0.12);
  color: var(--ld-aqua);
  border: 1px solid rgba(59, 214, 189, 0.45);
}
.ld-btn--reef:hover { background: rgba(59, 214, 189, 0.22); color: var(--ld-aqua); transform: translateY(-2px); }

.ld-btn--wide { width: 100%; }
.ld-btn--lg { padding: 16px 34px; font-size: 16px; }
.ld-btn--sm { padding: 9px 18px; font-size: 13.5px; }

/* ---------- Left rail ---------- */

.ld-side {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--ld-side-w);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #0c2333 0%, #081a26 100%);
  border-right: 1px solid var(--ld-border);
  padding: 26px 20px 20px;
  overflow-y: auto;
  z-index: 60;
}

.ld-side__logo { display: block; margin-bottom: 6px; }
.ld-side__logo img { width: 196px; height: auto; }

.ld-side__tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ld-muted);
  margin: 0 0 26px;
}
.ld-side__tag b { color: var(--ld-aqua); font-weight: 600; }

.ld-nav { display: flex; flex-direction: column; gap: 6px; margin: 0 0 26px; padding: 0; list-style: none; }

.ld-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--ld-muted);
  font-family: var(--ld-font-head);
  font-weight: 600;
  font-size: 14.5px;
  border: 1px solid transparent;
  transition: background 0.15s ease, color 0.15s ease;
}

.ld-nav a svg { flex: none; }

.ld-nav a:hover { background: rgba(59, 214, 189, 0.08); color: var(--ld-text); }

.ld-nav a.is-active {
  background: linear-gradient(120deg, rgba(59, 214, 189, 0.16), rgba(255, 197, 95, 0.10));
  border-color: rgba(59, 214, 189, 0.35);
  color: var(--ld-text);
}
.ld-nav a.is-active svg { color: var(--ld-aqua); }

.ld-side__offer {
  background: linear-gradient(150deg, rgba(59, 214, 189, 0.14), rgba(255, 125, 92, 0.10));
  border: 1px solid var(--ld-border-strong);
  border-radius: var(--ld-radius);
  padding: 18px 16px;
  margin-bottom: 20px;
}
.ld-side__offer-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ld-gold);
  margin: 0 0 6px;
  font-weight: 700;
}
.ld-side__offer-value {
  font-family: var(--ld-font-head);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 4px;
}
.ld-side__offer-sub { font-size: 12.5px; color: var(--ld-muted); margin: 0 0 14px; }

.ld-side__foot { margin-top: auto; font-size: 11.5px; color: var(--ld-muted); line-height: 1.5; }
.ld-side__foot .ld-age { margin-bottom: 8px; }

.ld-age {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ld-text);
  font-size: 12px;
}
.ld-age span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--ld-coral);
  color: var(--ld-coral);
  font-size: 11px;
}

/* ---------- Mobile top bar ---------- */

.ld-topbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 70;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(8, 24, 35, 0.94);
  border-bottom: 1px solid var(--ld-border);
}
.ld-topbar__logo img { width: 150px; height: auto; }

.ld-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(59, 214, 189, 0.10);
  border: 1px solid var(--ld-border-strong);
  border-radius: 12px;
  cursor: pointer;
}
.ld-burger span { display: block; height: 2px; background: var(--ld-aqua); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }

body.ld-menu-open .ld-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.ld-menu-open .ld-burger span:nth-child(2) { opacity: 0; }
body.ld-menu-open .ld-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ld-scrim {
  position: fixed;
  inset: 0;
  background: rgba(3, 10, 15, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 55;
}
body.ld-menu-open .ld-scrim { opacity: 1; pointer-events: auto; }

/* ---------- Main column ---------- */

.ld-main { margin-left: var(--ld-side-w); display: flex; flex-direction: column; min-height: 100vh; }

.ld-wrap { width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 32px; }

/* ---------- Hero ---------- */

.ld-hero { position: relative; overflow: hidden; }
.ld-hero picture, .ld-hero img { width: 100%; height: 100%; object-fit: cover; }
.ld-hero > picture { position: absolute; inset: 0; }
.ld-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6, 19, 28, 0.92) 0%, rgba(6, 19, 28, 0.72) 45%, rgba(6, 19, 28, 0.28) 100%);
}

.ld-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 84px;
  padding-bottom: 84px;
}

.ld-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ld-gold);
  background: rgba(255, 197, 95, 0.10);
  border: 1px solid rgba(255, 197, 95, 0.35);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 20px;
}

.ld-hero__title { font-size: 42px; max-width: 640px; margin-bottom: 14px; }
.ld-hero__sub { font-size: 17.5px; color: #cfe2ea; max-width: 560px; margin-bottom: 28px; }

.ld-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.ld-hero--plain {
  background:
    radial-gradient(700px 340px at 85% 0%, rgba(59, 214, 189, 0.18), transparent 60%),
    radial-gradient(600px 320px at 10% 100%, rgba(255, 125, 92, 0.14), transparent 55%),
    linear-gradient(160deg, #0d2738, #081a26);
}
.ld-hero--plain::after { display: none; }

.ld-platforms { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; }
.ld-platform {
  flex: 1 1 320px;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  padding: 24px 24px 12px;
}
.ld-platform__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ld-platform__head h3 { margin: 0; font-size: 18px; }
.ld-platform ol { padding-left: 20px; color: var(--ld-muted); font-size: 14.5px; }
.ld-platform ol li { margin-bottom: 10px; }

/* ---------- Author strip ---------- */

.ld-author {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 14px 18px;
  margin: -34px 0 0;
  position: relative;
  z-index: 3;
  box-shadow: var(--ld-shadow);
}
.ld-author__avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ld-font-head);
  font-weight: 800;
  font-size: 16px;
  color: #072019;
  background: linear-gradient(135deg, var(--ld-aqua), var(--ld-gold));
}
img.ld-author__avatar {
  object-fit: cover;
  border: 2px solid rgba(59, 214, 189, 0.45);
}
.ld-author__meta { font-size: 13.5px; color: var(--ld-muted); }
.ld-author__meta b { display: block; color: var(--ld-text); font-size: 14.5px; }

/* ---------- Sections ---------- */

.ld-section { padding: 48px 0 8px; }
.ld-section--last { padding-bottom: 56px; }

.ld-h2 {
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.ld-h2::before {
  content: "";
  flex: none;
  width: 8px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--ld-aqua), var(--ld-gold));
}

.ld-h3 { font-size: 19px; margin-top: 22px; }

.ld-note {
  background: rgba(255, 197, 95, 0.07);
  border: 1px solid rgba(255, 197, 95, 0.25);
  border-left: 4px solid var(--ld-gold);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14.5px;
  color: #dcd0b4;
  margin: 0 0 18px;
}

/* ---------- Cards / listing rows ---------- */

.ld-cards { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; }

.ld-card {
  flex: 1 1 260px;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 22px 20px;
}
.ld-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 214, 189, 0.12);
  margin-bottom: 14px;
}
.ld-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.ld-card p { font-size: 14.5px; color: var(--ld-muted); margin: 0; }

/* Listing row — the core "listing" unit of this site */

.ld-listing { display: flex; flex-direction: column; gap: 18px; margin-bottom: 22px; }

.ld-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.ld-row:hover { border-color: rgba(59, 214, 189, 0.4); transform: translateY(-2px); }

.ld-row__media { flex: 0 0 300px; position: relative; display: flex; }
.ld-row__media img { width: 100%; height: 100%; object-fit: cover; min-height: 210px; }
.ld-row__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, var(--ld-panel) 100%);
}

.ld-row__body { flex: 1; display: flex; flex-direction: column; padding: 22px 26px; }

.ld-row__stage {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ld-aqua);
  margin-bottom: 6px;
}
.ld-row__title { font-size: 21px; margin-bottom: 8px; }
.ld-row__desc { font-size: 14.5px; color: var(--ld-muted); margin-bottom: 16px; }

.ld-row__foot { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: auto; }

.ld-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ld-font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--ld-gold);
  background: rgba(255, 197, 95, 0.10);
  border: 1px dashed rgba(255, 197, 95, 0.55);
  border-radius: 10px;
  padding: 8px 14px;
  letter-spacing: 0.06em;
}
.ld-code--none { color: var(--ld-muted); border-color: var(--ld-border-strong); background: transparent; letter-spacing: 0.02em; }

/* ---------- Tables ---------- */

.ld-table-scroll { overflow-x: auto; margin-bottom: 20px; border-radius: var(--ld-radius); border: 1px solid var(--ld-border); }

.ld-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.ld-table th {
  text-align: left;
  font-family: var(--ld-font-head);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ld-aqua);
  background: var(--ld-panel-2);
  padding: 13px 16px;
}
.ld-table td { padding: 13px 16px; border-top: 1px solid var(--ld-border); }
.ld-table tr:nth-child(even) td { background: rgba(255, 255, 255, 0.02); }
.ld-table td b { color: var(--ld-gold); }

/* ---------- Games ---------- */

.ld-games { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }

.ld-game {
  flex: 0 1 calc(16.666% - 14px);
  min-width: 130px;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  overflow: hidden;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.ld-game:hover { transform: translateY(-4px); border-color: rgba(255, 197, 95, 0.5); }
.ld-game img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.ld-game__name {
  font-family: var(--ld-font-head);
  font-size: 12.5px;
  font-weight: 600;
  padding: 10px 12px 12px;
  line-height: 1.35;
  color: var(--ld-text);
}

/* ---------- Steps ---------- */

.ld-steps { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 12px; counter-reset: ldstep; }
.ld-steps li {
  counter-increment: ldstep;
  position: relative;
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 16px 18px 16px 68px;
  margin: 0;
  min-height: 66px;
}
.ld-steps li::before {
  content: counter(ldstep);
  position: absolute;
  left: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ld-font-head);
  font-weight: 800;
  color: #072019;
  background: linear-gradient(135deg, var(--ld-aqua), var(--ld-gold));
}

/* ---------- Pros / cons ---------- */

.ld-verdict { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; }
.ld-verdict__col {
  flex: 1 1 300px;
  border-radius: var(--ld-radius);
  padding: 22px 22px 14px;
  border: 1px solid var(--ld-border);
}
.ld-verdict__col--plus { background: rgba(59, 214, 189, 0.06); border-color: rgba(59, 214, 189, 0.3); }
.ld-verdict__col--minus { background: rgba(255, 125, 92, 0.05); border-color: rgba(255, 125, 92, 0.3); }
.ld-verdict__col h3 { font-size: 16px; margin-bottom: 12px; }
.ld-verdict__col ul { list-style: none; padding: 0; }
.ld-verdict__col li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ld-muted); }
.ld-verdict__col li svg { flex: none; margin-top: 3px; }

/* ---------- FAQ ---------- */

.ld-faq { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }

.ld-faq details {
  background: var(--ld-panel);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  overflow: hidden;
}
.ld-faq details[open] { border-color: rgba(59, 214, 189, 0.4); }

.ld-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  font-family: var(--ld-font-head);
  font-weight: 600;
  font-size: 15.5px;
}
.ld-faq summary::-webkit-details-marker { display: none; }
.ld-faq summary::after {
  content: "+";
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ld-aqua);
  background: rgba(59, 214, 189, 0.12);
  font-size: 18px;
  font-weight: 400;
}
.ld-faq details[open] summary::after { content: "–"; }
.ld-faq details p { padding: 0 20px 18px; margin: 0; color: var(--ld-muted); font-size: 14.5px; }

/* ---------- CTA band ---------- */

.ld-band {
  background: linear-gradient(120deg, rgba(59, 214, 189, 0.14), rgba(255, 125, 92, 0.12));
  border: 1px solid var(--ld-border-strong);
  border-radius: var(--ld-radius-lg);
  padding: 34px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 26px 0 8px;
}
.ld-band h2 { font-size: 24px; margin-bottom: 6px; }
.ld-band p { margin: 0; color: var(--ld-muted); }

/* ---------- Footer ---------- */

.ld-footer { margin-top: 56px; border-top: 1px solid var(--ld-border); background: #061119; }
.ld-footer__inner { padding-top: 36px; padding-bottom: 30px; }

.ld-footer__logos { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 26px; }
.ld-footer__logos img {
  display: block;
  height: 22px;
  width: auto;
  opacity: 0.85;
  box-sizing: content-box;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ld-border);
  border-radius: 10px;
}

.ld-footer__nav { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 20px; padding: 0; list-style: none; }
.ld-footer__nav a { color: var(--ld-muted); font-size: 14px; }
.ld-footer__nav a:hover { color: var(--ld-aqua); }

.ld-footer__legal { font-size: 12.5px; color: #6f8794; line-height: 1.6; }
.ld-footer__legal .ld-age { margin-bottom: 10px; }

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
  .ld-game { flex-basis: calc(25% - 12px); }
  .ld-hero__title { font-size: 36px; }
}

@media (max-width: 1024px) {
  .ld-topbar { display: flex; }
  .ld-side {
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    width: min(320px, 86vw);
    box-shadow: none;
  }
  body.ld-menu-open .ld-side { transform: translateX(0); box-shadow: var(--ld-shadow); }
  .ld-main { margin-left: 0; }
}

@media (max-width: 760px) {
  .ld-wrap { padding: 0 18px; }
  .ld-hero__inner { padding-top: 56px; padding-bottom: 64px; }
  .ld-hero__title { font-size: 29px; }
  .ld-hero__sub { font-size: 15.5px; }
  .ld-h2 { font-size: 22px; }
  .ld-row { flex-direction: column; }
  .ld-row__media { flex-basis: auto; }
  .ld-row__media img { min-height: 160px; max-height: 200px; }
  .ld-row__media::after { background: linear-gradient(180deg, transparent 55%, var(--ld-panel) 100%); }
  .ld-game { flex-basis: calc(33.333% - 11px); }
  .ld-band { padding: 26px 20px; }
  .ld-author { flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .ld-game { flex-basis: calc(50% - 8px); }
}

/* --- /go/ CTA additions --- */
.ld-cta-mid { display: flex; justify-content: center; margin: 28px 0 4px; }
.ld-hero__media { position: absolute; inset: 0; display: block; z-index: 1; }
.ld-hero__media picture { position: absolute; inset: 0; }
.ld-row__media a { display: flex; flex: 1; }
.ld-row__media::after { pointer-events: none; }
a.ld-game { color: inherit; }
a.ld-game:hover { color: inherit; }

/* --- language switcher --- */
.ld-lang { position: relative; margin: 18px 0 0; }
.ld-lang__current {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ld-border);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ld-text);
  transition: border-color 0.15s ease;
}
.ld-lang__current:hover { border-color: var(--ld-border-strong); }
.ld-lang__current::-webkit-details-marker { display: none; }
.ld-lang__code { flex: 1; }
.ld-lang__flag { flex: none; border-radius: 3px; }
.ld-lang__chev { flex: none; color: var(--ld-muted); transition: transform 0.15s ease; }
.ld-lang[open] .ld-lang__chev { transform: rotate(180deg); }
.ld-lang__menu {
  list-style: none;
  margin: 6px 0 0;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--ld-panel-2);
  border: 1px solid var(--ld-border);
  border-radius: 12px;
}
.ld-lang__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--ld-muted);
}
.ld-lang__item:hover { background: rgba(59, 214, 189, 0.08); color: var(--ld-text); }
.ld-lang__item.is-active {
  background: linear-gradient(120deg, rgba(59, 214, 189, 0.16), rgba(255, 197, 95, 0.10));
  color: var(--ld-text);
}
