:root {
  --site-diff-ink: #24182d;
  --site-diff-pink: #e2136e;
  --site-diff-pink-soft: rgba(226, 19, 110, .1);
  --site-diff-line: rgba(43, 34, 52, .14);
  --site-diff-surface: #fff;
  --site-diff-muted: #6c6572;
}
body[data-site-diff-page] .container.py-4 > .content-img {
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 520px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
body[data-site-diff-page] .container.py-4 > .extra-content-img {
  max-width: 560px;
  max-height: 360px;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page] .container.py-4 > .content-img {
    max-width: 100%;
    max-height: none;
  }
  body[data-site-diff-page] .container.py-4 > .extra-content-img {
    max-width: 100%;
    max-height: none;
  }
}
body[data-site-diff-page] .section-title {
  letter-spacing: -.035em;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin-right: 0;
  margin-left: 0;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > [class*="col"] {
  width: auto;
  max-width: none;
  padding: 0;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card {
  position: relative;
  height: 100%;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid var(--site-diff-line);
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 106px;
  height: 106px;
  border: 1px solid rgba(226, 19, 110, .18);
  border-radius: 50%;
  pointer-events: none;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(226, 19, 110, .38);
  box-shadow: 0 18px 34px rgba(43, 34, 52, .1);
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(1),
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(6) {
  grid-column: span 6;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(2),
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(3),
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(4),
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > :nth-child(5) {
  grid-column: span 3;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row {
  grid-auto-flow: dense;
  grid-auto-rows: minmax(154px, auto);
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(1) {
  grid-column: span 6;
  grid-row: span 2;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(2),
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(3),
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(4),
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(5),
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(6),
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(7) {
  grid-column: span 3;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :nth-child(8) {
  grid-column: span 6;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(145deg, #fff, #fff8fc);
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-card {
  padding: 36px;
  background:
    radial-gradient(circle at 96% 7%, rgba(226, 19, 110, .2), transparent 30%),
    linear-gradient(145deg, #2b2234, #4d2145);
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-card h5,
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-card p {
  color: #fff;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-card p {
  color: #f1d9e7;
  max-width: 30rem;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  border-radius: 50% 50% 50% 10%;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle)::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--site-diff-pink), #ff91c3);
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle) > [class*="col"] {
  z-index: 1;
  width: auto;
  max-width: none;
  padding: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle) > [class*="col"] {
  padding: 0 14px;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .step-circle {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
body[data-site-diff-page="home"] section:nth-of-type(6) .row:has(> [class*="col"] > .plan-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(6) .row:has(> [class*="col"] > .plan-card) > [class*="col"] {
  width: auto;
  max-width: none;
  padding: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(6) .row > :nth-child(1),
body[data-site-diff-page="home"] section:nth-of-type(6) .row > :nth-child(3) { grid-column: span 4; }
body[data-site-diff-page="home"] section:nth-of-type(6) .row > :nth-child(2) { grid-column: span 4; transform: none; }
body[data-site-diff-page="home"] section:nth-of-type(6) .plan-card { height: 100%; border-radius: 0 24px 0 24px; }
body[data-site-diff-page="home"] section:nth-of-type(7) .row:has(> [class*="col"] > .testimonial-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(7) .row:has(> [class*="col"] > .testimonial-card) > [class*="col"] {
  width: auto;
  max-width: none;
  padding: 0;
  grid-column: span 4;
}
body[data-site-diff-page="home"] section:nth-of-type(7) .row > :nth-child(2),
body[data-site-diff-page="home"] section:nth-of-type(7) .row > :nth-child(5) { transform: translateY(30px); }
body[data-site-diff-page="home"] section:nth-of-type(7) .testimonial-card { height: 100%; border-radius: 0 22px 22px; border-left-width: 2px; }
body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card) {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 78px;
}
body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card)::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--site-diff-pink), rgba(226, 19, 110, .08));
}
body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card) > [class*="col"] {
  position: relative;
  width: auto;
  max-width: none;
  padding: 18px 0;
}
body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card) > [class*="col"]::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -62px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--site-diff-pink);
  box-shadow: 0 0 0 1px rgba(226, 19, 110, .3);
}
body[data-site-diff-page]:not([data-site-diff-page="home"]) .step-card {
  min-height: 0;
  padding: 22px 24px;
  border: 1px solid var(--site-diff-line);
  border-radius: 0 18px 18px 18px;
  box-shadow: none;
}
body[data-site-diff-page="game"] .row:has(> [class*="col"] > .game-card) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  counter-reset: site-diff-game;
}
body[data-site-diff-page="game"] .row:has(> [class*="col"] > .game-card) > [class*="col"] {
  width: auto;
  max-width: none;
  padding: 0;
  counter-increment: site-diff-game;
}
body[data-site-diff-page="game"] .game-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 88px;
  padding: 12px 18px;
  border: 1px solid var(--site-diff-line);
  border-radius: 0;
  box-shadow: none;
}
body[data-site-diff-page="game"] .game-card::before {
  content: counter(site-diff-game, decimal-leading-zero);
  color: var(--site-diff-pink);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}
body[data-site-diff-page="faq"] .accordion {
  display: grid;
  gap: 8px;
  counter-reset: site-diff-faq;
}
body[data-site-diff-page="faq"] .accordion-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--site-diff-line) !important;
  border-radius: 0 !important;
  counter-increment: site-diff-faq;
}
body[data-site-diff-page="faq"] .accordion-item::before {
  content: counter(site-diff-faq, decimal-leading-zero);
  position: absolute;
  top: 13px;
  left: 17px;
  color: var(--site-diff-pink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
  z-index: 2;
}
body[data-site-diff-page="faq"] .accordion-button { padding-left: 56px; box-shadow: none !important; }
body[data-site-diff-page="privacy-policy"] .policy-section,
body[data-site-diff-page="terms-conditions"] .terms-section {
  margin: 0 !important;
  padding: 30px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--site-diff-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
body[data-site-diff-page="privacy-policy"] .policy-section:last-child,
body[data-site-diff-page="terms-conditions"] .terms-section:last-child { border-bottom: 0 !important; }
body[data-site-diff-page="login"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="register"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .control-card) {
  border: 1px solid var(--site-diff-line);
  gap: 0;
  background: #fff;
}
body[data-site-diff-page="login"] .row:has(> [class*="col"] > .feature-card) > [class*="col"],
body[data-site-diff-page="register"] .row:has(> [class*="col"] > .feature-card) > [class*="col"] { border-right: 1px solid var(--site-diff-line); }
body[data-site-diff-page="login"] .row:has(> [class*="col"] > .feature-card) > [class*="col"]:nth-child(2n),
body[data-site-diff-page="register"] .row:has(> [class*="col"] > .feature-card) > [class*="col"]:nth-child(2n) { border-right: 0; }
body[data-site-diff-page="login"] .feature-card,
body[data-site-diff-page="register"] .feature-card { border: 0 !important; }
body[data-site-diff-page="midas-fortune"] .row:has(> [class*="col"] > .feature-card) .feature-card { background: linear-gradient(145deg, #fffdf6, #fff7dc); }
body[data-site-diff-page="blackjack"] .row:has(> [class*="col"] > .feature-card) .feature-card { background: linear-gradient(145deg, #fbfffd, #ecf7f0); }
body[data-site-diff-page="cocktail-nights"] .row:has(> [class*="col"] > .feature-card) > :nth-child(even) { transform: translateY(28px); }
body[data-site-diff-page="color-game"] .row:has(> [class*="col"] > .feature-card) > :nth-child(1) .feature-card { background: linear-gradient(135deg, #fff0f6, #fff); }
body[data-site-diff-page="bingo"] .row:has(> [class*="col"] > .feature-card) > :nth-child(odd) .feature-card { background: linear-gradient(135deg, #f8f3ff, #fff); }
body[data-site-diff-page="monster-triple"] .row:has(> [class*="col"] > .feature-card) > :nth-child(3n) .feature-card { background: linear-gradient(135deg, #fff1f6, #fff); }
body[data-site-diff-page="bet"] .row:has(> [class*="col"] > .feature-card) > :nth-child(1) { grid-column: span 8; }
body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .feature-card) > :nth-child(1) { grid-column: span 8; }
body[data-site-diff-page="app"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="bingo"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="blackjack"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="cocktail-nights"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="color-game"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="faq"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="login"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="midas-fortune"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="monster-triple"] .row:has(> [class*="col"] > .feature-card),
body[data-site-diff-page="register"] .row:has(> [class*="col"] > .feature-card) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row:has(> [class*="col"] > .tool-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row:has(> [class*="col"] > .tool-card) > [class*="col"] {
  width: auto;
  max-width: none;
  padding: 0;
  grid-column: span 4;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > :first-child,
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > :last-child { grid-column: span 6; }
body[data-site-diff-page="responsible-gaming"] .tool-card {
  height: 100%;
  border-radius: 0 18px 18px;
  box-shadow: none;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row,
body[data-site-diff-page="game"] section:nth-of-type(2) .row,
body[data-site-diff-page="faq"] section:nth-of-type(2) .container {
  position: relative;
}
body[data-site-diff-page="home"] section:nth-of-type(2) .row::after,
body[data-site-diff-page="game"] section:nth-of-type(2) .row::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(226, 19, 110, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(226, 19, 110, .035), 0 0 0 40px rgba(226, 19, 110, .02);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) > * { grid-column: span 1 !important; grid-row: auto !important; }
  body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle)::before { display: none; }
  body[data-site-diff-page="home"] section:nth-of-type(7) .row:has(> [class*="col"] > .testimonial-card) > [class*="col"] { grid-column: span 6; }
  body[data-site-diff-page="game"] .row:has(> [class*="col"] > .game-card) { grid-template-columns: 1fr; }
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row:has(> [class*="col"] > .tool-card) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col"] { grid-column: span 1 !important; }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) { grid-template-columns: 1fr; }
  body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card { min-height: 0; padding: 22px; }
  body[data-site-diff-page="home"] section:nth-of-type(2) .row > :first-child .feature-card { padding: 28px; }
  body[data-site-diff-page="home"] section:nth-of-type(3) .row:has(> [class*="col"] > .step-circle) { grid-template-columns: 1fr; }
  body[data-site-diff-page="home"] section:nth-of-type(7) .row:has(> [class*="col"] > .testimonial-card) { grid-template-columns: 1fr; }
  body[data-site-diff-page="home"] section:nth-of-type(7) .row:has(> [class*="col"] > .testimonial-card) > [class*="col"] { grid-column: auto; transform: none !important; }
  body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card) { padding-left: 58px; }
  body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card)::before { left: 20px; }
  body[data-site-diff-page]:not([data-site-diff-page="home"]) .row:has(> [class*="col"] > .step-card) > [class*="col"]::before { left: -47px; }
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row:has(> [class*="col"] > .tool-card) { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-site-diff-page] *, body[data-site-diff-page] *::before, body[data-site-diff-page] *::after { transition-duration: .01ms !important; }
}
body[data-site-diff-page="bet"] .step-item,
body[data-site-diff-page="bingo"] .step-item,
body[data-site-diff-page="blackjack"] .step-item,
body[data-site-diff-page="cocktail-nights"] .step-item,
body[data-site-diff-page="color-game"] .step-item,
body[data-site-diff-page="midas-fortune"] .step-item,
body[data-site-diff-page="monster-triple"] .step-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 112px;
  margin: 0 !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--site-diff-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body[data-site-diff-page="bet"] .step-item:first-of-type,
body[data-site-diff-page="bingo"] .step-item:first-of-type,
body[data-site-diff-page="blackjack"] .step-item:first-of-type,
body[data-site-diff-page="cocktail-nights"] .step-item:first-of-type,
body[data-site-diff-page="color-game"] .step-item:first-of-type,
body[data-site-diff-page="midas-fortune"] .step-item:first-of-type,
body[data-site-diff-page="monster-triple"] .step-item:first-of-type { border-top: 1px solid var(--site-diff-line) !important; }
body[data-site-diff-page="bet"] .step-item::before,
body[data-site-diff-page="bingo"] .step-item::before,
body[data-site-diff-page="blackjack"] .step-item::before,
body[data-site-diff-page="cocktail-nights"] .step-item::before,
body[data-site-diff-page="color-game"] .step-item::before,
body[data-site-diff-page="midas-fortune"] .step-item::before,
body[data-site-diff-page="monster-triple"] .step-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--site-diff-pink), rgba(226, 19, 110, .06));
}
body[data-site-diff-page="bet"] .step-item .step-num,
body[data-site-diff-page="bingo"] .step-item .step-num,
body[data-site-diff-page="blackjack"] .step-item .step-num,
body[data-site-diff-page="cocktail-nights"] .step-item .step-num,
body[data-site-diff-page="color-game"] .step-item .step-num,
body[data-site-diff-page="midas-fortune"] .step-item .step-num,
body[data-site-diff-page="monster-triple"] .step-item .step-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 !important;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--site-diff-pink) !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(226, 19, 110, .3);
}
body[data-site-diff-page="bet"] .accordion,
body[data-site-diff-page="bingo"] .accordion,
body[data-site-diff-page="blackjack"] .accordion,
body[data-site-diff-page="cocktail-nights"] .accordion,
body[data-site-diff-page="color-game"] .accordion,
body[data-site-diff-page="midas-fortune"] .accordion,
body[data-site-diff-page="monster-triple"] .accordion {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--site-diff-line);
  border-bottom: 1px solid var(--site-diff-line);
  counter-reset: guide-question;
}
body[data-site-diff-page="bet"] .accordion-item,
body[data-site-diff-page="bingo"] .accordion-item,
body[data-site-diff-page="blackjack"] .accordion-item,
body[data-site-diff-page="cocktail-nights"] .accordion-item,
body[data-site-diff-page="color-game"] .accordion-item,
body[data-site-diff-page="midas-fortune"] .accordion-item,
body[data-site-diff-page="monster-triple"] .accordion-item {
  position: relative;
  overflow: visible;
  border: 0 !important;
  border-bottom: 1px solid var(--site-diff-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  counter-increment: guide-question;
}
body[data-site-diff-page="bet"] .accordion-item:last-child,
body[data-site-diff-page="bingo"] .accordion-item:last-child,
body[data-site-diff-page="blackjack"] .accordion-item:last-child,
body[data-site-diff-page="cocktail-nights"] .accordion-item:last-child,
body[data-site-diff-page="color-game"] .accordion-item:last-child,
body[data-site-diff-page="midas-fortune"] .accordion-item:last-child,
body[data-site-diff-page="monster-triple"] .accordion-item:last-child { border-bottom: 0 !important; }
body[data-site-diff-page="bet"] .accordion-item::before,
body[data-site-diff-page="bingo"] .accordion-item::before,
body[data-site-diff-page="blackjack"] .accordion-item::before,
body[data-site-diff-page="cocktail-nights"] .accordion-item::before,
body[data-site-diff-page="color-game"] .accordion-item::before,
body[data-site-diff-page="midas-fortune"] .accordion-item::before,
body[data-site-diff-page="monster-triple"] .accordion-item::before {
  content: counter(guide-question, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 16px;
  color: var(--site-diff-pink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
  z-index: 2;
}
body[data-site-diff-page="bet"] .accordion-button,
body[data-site-diff-page="bingo"] .accordion-button,
body[data-site-diff-page="blackjack"] .accordion-button,
body[data-site-diff-page="cocktail-nights"] .accordion-button,
body[data-site-diff-page="color-game"] .accordion-button,
body[data-site-diff-page="midas-fortune"] .accordion-button,
body[data-site-diff-page="monster-triple"] .accordion-button { padding-left: 58px !important; background: transparent !important; color: var(--site-diff-ink) !important; box-shadow: none !important; }
body[data-site-diff-page="bet"] .accordion-button:not(.collapsed),
body[data-site-diff-page="bingo"] .accordion-button:not(.collapsed),
body[data-site-diff-page="blackjack"] .accordion-button:not(.collapsed),
body[data-site-diff-page="cocktail-nights"] .accordion-button:not(.collapsed),
body[data-site-diff-page="color-game"] .accordion-button:not(.collapsed),
body[data-site-diff-page="midas-fortune"] .accordion-button:not(.collapsed),
body[data-site-diff-page="monster-triple"] .accordion-button:not(.collapsed) {
  background: rgba(226, 19, 110, .055) !important;
  color: var(--site-diff-ink) !important;
}
body[data-site-diff-page="about-us"] .timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 82px !important;
}
body[data-site-diff-page="about-us"] .timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--site-diff-pink), rgba(226, 19, 110, .08));
}
body[data-site-diff-page="about-us"] .tl-item {
  position: relative;
  min-height: 128px;
  margin: 0 !important;
  padding: 25px 0 !important;
  border-bottom: 1px solid var(--site-diff-line);
  background: transparent !important;
}
body[data-site-diff-page="about-us"] .tl-dot { left: -76px !important; top: 25px !important; width: 48px !important; height: 48px !important; border: 5px solid #fff !important; box-shadow: 0 0 0 1px rgba(226, 19, 110, .3) !important; }
body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .team-card) { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; margin: 0; }
body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .team-card) > [class*="col"] { width: auto; max-width: none; padding: 0; grid-column: span 4; }
body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .team-card) > [class*="col"]:nth-child(2n) { transform: translateY(28px); }
body[data-site-diff-page="about-us"] .team-card { height: 100%; border-radius: 0 20px 20px; box-shadow: none; }
body[data-site-diff-page="app"] .spec-table { overflow: hidden; border-top: 1px solid var(--site-diff-line); border-bottom: 1px solid var(--site-diff-line); border-radius: 0; }
body[data-site-diff-page="app"] .spec-table tr { display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); }
body[data-site-diff-page="app"] .spec-table td { padding: 18px 14px !important; border: 0 !important; border-bottom: 1px solid var(--site-diff-line) !important; background: transparent !important; }
body[data-site-diff-page="app"] .spec-table tr:last-child td { border-bottom: 0 !important; }
body[data-site-diff-page="login"] .content-block:has(.sec-step) { position: relative; display: grid; gap: 0; padding-left: 76px; border: 0; border-top: 1px solid var(--site-diff-line); border-bottom: 1px solid var(--site-diff-line); border-radius: 0; box-shadow: none; background: transparent; }
body[data-site-diff-page="login"] .content-block:has(.sec-step)::before { content: ""; position: absolute; top: 26px; bottom: 26px; left: 27px; width: 2px; background: linear-gradient(var(--site-diff-pink), rgba(226,19,110,.08)); }
body[data-site-diff-page="login"] .sec-step { position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; min-height: 110px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--site-diff-line); }
body[data-site-diff-page="login"] .sec-step:last-child { border-bottom: 0; }
body[data-site-diff-page="login"] .sec-dot { position: relative; z-index: 1; width: 52px; height: 52px; margin: 0 !important; border: 5px solid #fff; border-radius: 50%; background: var(--site-diff-pink) !important; color: #fff !important; box-shadow: 0 0 0 1px rgba(226,19,110,.3); }
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 14px; margin: 0; }
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > [class*="col"] { width: auto; max-width: none; padding: 0; grid-column: span 4; }
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row > :first-child { grid-column: span 8; }
body[data-site-diff-page="privacy-policy"] .commit-card { height: 100%; border-radius: 0 20px 20px; box-shadow: none; }
body[data-site-diff-page="privacy-policy"] .toc-card { position: sticky; top: 24px; border-radius: 0; border-left: 3px solid var(--site-diff-pink); box-shadow: none; }
body[data-site-diff-page="register"] .register-card { position: relative; overflow: hidden; border-radius: 0 26px 0 26px; border: 1px solid rgba(226,19,110,.25); box-shadow: 18px 18px 0 rgba(226,19,110,.07); }
body[data-site-diff-page="register"] .register-card::after { content: ""; position: absolute; right: 0; top: 18px; bottom: 18px; border-right: 2px dashed rgba(226,19,110,.28); pointer-events: none; }
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .sign-card) { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 0; margin: 0; border-top: 1px solid var(--site-diff-line); border-bottom: 1px solid var(--site-diff-line); }
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .sign-card) > [class*="col"] { width: auto; max-width: none; padding: 0; grid-column: span 6; border-right: 1px solid var(--site-diff-line); }
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .sign-card) > [class*="col"]:nth-child(2n) { border-right: 0; }
body[data-site-diff-page="responsible-gaming"] .sign-card { height: 100%; margin: 0; padding: 24px; border: 0 !important; border-bottom: 1px solid var(--site-diff-line) !important; border-radius: 0; box-shadow: none; }
body[data-site-diff-page="responsible-gaming"] .step-line { position: relative; display: grid; gap: 0; padding-left: 76px; border-top: 1px solid var(--site-diff-line); border-bottom: 1px solid var(--site-diff-line); }
body[data-site-diff-page="responsible-gaming"] .step-line::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 27px; width: 2px; background: linear-gradient(var(--site-diff-pink), rgba(226,19,110,.08)); }
body[data-site-diff-page="responsible-gaming"] .step-item { position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; min-height: 108px; padding: 23px 0; border-bottom: 1px solid var(--site-diff-line); }
body[data-site-diff-page="responsible-gaming"] .step-item:last-child { border-bottom: 0; }
body[data-site-diff-page="responsible-gaming"] .step-dot { position: relative; z-index: 1; width: 52px; height: 52px; margin: 0 !important; border: 5px solid #fff; border-radius: 50%; background: var(--site-diff-pink) !important; color: #fff !important; box-shadow: 0 0 0 1px rgba(226,19,110,.3); }
body[data-site-diff-page="terms-conditions"] .toc-card { position: sticky; top: 24px; border-radius: 0; border-left: 3px solid var(--site-diff-pink); box-shadow: none; }
body[data-site-diff-page="monster-triple"] .meter-bar {
  position: relative;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #f0e0ea;
}
body[data-site-diff-page="monster-triple"] .meter-fill {
  display: block;
  height: 100% !important;
  min-height: 14px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff65aa, var(--site-diff-pink)) !important;
  box-shadow: 0 0 14px rgba(226, 19, 110, .28);
}
body[data-site-diff-page="monster-triple"] .meter-wrap > div:nth-of-type(2) .meter-fill { background: linear-gradient(90deg, #ff9bcb, #e2136e) !important; }
body[data-site-diff-page="monster-triple"] .meter-wrap > div:nth-of-type(3) .meter-fill { background: linear-gradient(90deg, #ffcf5b, #ff5d99) !important; }
body[data-site-diff-page="midas-fortune"] .meter-bar {
  position: relative;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #f0e8d0;
}
body[data-site-diff-page="midas-fortune"] .meter-fill-gold {
  display: block;
  height: 100% !important;
  min-height: 14px;
  border-radius: inherit;
  background: linear-gradient(90deg, #f6bf3a, #c9850b) !important;
  box-shadow: 0 0 14px rgba(201, 133, 11, .26);
}
body[data-site-diff-page="midas-fortune"] .meter-wrap > div:nth-of-type(2) .meter-fill-gold { background: linear-gradient(90deg, #f7d06a, #d79516) !important; }
body[data-site-diff-page="midas-fortune"] .meter-wrap > div:nth-of-type(3) .meter-fill-gold { background: linear-gradient(90deg, #ffe49a, #e0a100) !important; }
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card {
  isolation: isolate;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card::after {
  right: -22px;
  bottom: -22px;
  width: 76px;
  height: 76px;
  opacity: .55;
  transform: none !important;
  z-index: 0;
}
body[data-site-diff-page] .row:has(> [class*="col"] > .feature-card) .feature-card > * {
  position: relative;
  z-index: 1;
}
body[data-site-diff-page="login"] .trust-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body[data-site-diff-page="login"] .trust-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  color: #e0d0f0 !important;
}
body[data-site-diff-page="faq"] .content-block { border-radius: 0 22px 22px; border-left: 4px solid var(--site-diff-pink); box-shadow: none; }
body[data-site-diff-page="game"] .content-block { margin: 0 !important; padding: 30px 34px; border: 0; border-bottom: 1px solid var(--site-diff-line); border-radius: 0; box-shadow: none; background: transparent; }
body[data-site-diff-page="game"] .content-block:first-child { border-top: 1px solid var(--site-diff-line); }
body[data-site-diff-page="game"] .content-block:nth-child(odd) { margin-left: 8.333% !important; border-left: 3px solid var(--site-diff-pink); }
body[data-site-diff-page="game"] .content-block:nth-child(even) { margin-right: 8.333% !important; border-right: 3px solid var(--site-diff-pink); }
body[data-site-diff-page="login"] .trust-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 26px; overflow: hidden; border: 1px solid var(--site-diff-line); border-radius: 0; }
body[data-site-diff-page="login"] .trust-badge { display: flex; align-items: center; justify-content: center; min-height: 70px; margin: 0 !important; padding: 12px; border: 0 !important; border-right: 1px solid var(--site-diff-line) !important; border-radius: 0 !important; background: #fff !important; }
body[data-site-diff-page="login"] .trust-badge:last-child { border-right: 0 !important; }
@media (max-width: 991.98px) {
  body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .team-card) > [class*="col"],
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > [class*="col"] { grid-column: span 6 !important; }
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .sign-card) > [class*="col"] { grid-column: span 6; }
  body[data-site-diff-page="login"] .trust-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body[data-site-diff-page="login"] .trust-badge:nth-child(2n) { border-right: 0 !important; }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="bet"] .step-item,
  body[data-site-diff-page="bingo"] .step-item,
  body[data-site-diff-page="blackjack"] .step-item,
  body[data-site-diff-page="cocktail-nights"] .step-item,
  body[data-site-diff-page="color-game"] .step-item,
  body[data-site-diff-page="midas-fortune"] .step-item,
  body[data-site-diff-page="monster-triple"] .step-item { grid-template-columns: 48px minmax(0,1fr); gap: 14px; }
  body[data-site-diff-page="bet"] .step-item .step-num,
  body[data-site-diff-page="bingo"] .step-item .step-num,
  body[data-site-diff-page="blackjack"] .step-item .step-num,
  body[data-site-diff-page="cocktail-nights"] .step-item .step-num,
  body[data-site-diff-page="color-game"] .step-item .step-num,
  body[data-site-diff-page="midas-fortune"] .step-item .step-num,
  body[data-site-diff-page="monster-triple"] .step-item .step-num { width: 48px; height: 48px; }
  body[data-site-diff-page="bet"] .step-item::before,
  body[data-site-diff-page="bingo"] .step-item::before,
  body[data-site-diff-page="blackjack"] .step-item::before,
  body[data-site-diff-page="cocktail-nights"] .step-item::before,
  body[data-site-diff-page="color-game"] .step-item::before,
  body[data-site-diff-page="midas-fortune"] .step-item::before,
  body[data-site-diff-page="monster-triple"] .step-item::before { left: 23px; }
  body[data-site-diff-page="about-us"] .timeline,
  body[data-site-diff-page="login"] .content-block:has(.sec-step),
  body[data-site-diff-page="responsible-gaming"] .step-line { padding-left: 62px; }
  body[data-site-diff-page="about-us"] .timeline::before,
  body[data-site-diff-page="login"] .content-block:has(.sec-step)::before,
  body[data-site-diff-page="responsible-gaming"] .step-line::before { left: 20px; }
  body[data-site-diff-page="about-us"] .tl-dot { left: -58px !important; width: 40px !important; height: 40px !important; }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col"] > .team-card) > [class*="col"],
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > [class*="col"],
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col"] > .sign-card) > [class*="col"] { grid-column: 1 / -1 !important; }
  body[data-site-diff-page="app"] .spec-table tr { grid-template-columns: 1fr; }
  body[data-site-diff-page="game"] .content-block:nth-child(odd), body[data-site-diff-page="game"] .content-block:nth-child(even) { margin-inline: 0 !important; }
  body[data-site-diff-page="login"] .trust-row { grid-template-columns: 1fr; }
  body[data-site-diff-page="login"] .trust-badge { border-right: 0 !important; border-bottom: 1px solid var(--site-diff-line) !important; }
  body[data-site-diff-page="login"] .trust-badge:last-child { border-bottom: 0 !important; }
}
body[data-site-diff-page="login"] .trust-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body[data-site-diff-page="login"] .trust-badge,
body[data-site-diff-page="login"] .trust-badge:nth-child(2n),
body[data-site-diff-page="login"] .trust-badge:last-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 8px !important;
  border-bottom: 1px solid rgba(255,255,255,.15) !important;
  background: #35194d !important;
  color: #e0d0f0 !important;
}
body[data-site-diff-page="about-us"] .row.g-3:has(> [class*="col"] > .feature-card) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
body[data-site-diff-page="about-us"] .row.g-3:has(> [class*="col"] > .feature-card) > :nth-child(1),
body[data-site-diff-page="about-us"] .row.g-3:has(> [class*="col"] > .feature-card) > :nth-child(4) {
  grid-column: span 7 !important;
}
body[data-site-diff-page="about-us"] .row.g-3:has(> [class*="col"] > .feature-card) > :nth-child(2),
body[data-site-diff-page="about-us"] .row.g-3:has(> [class*="col"] > .feature-card) > :nth-child(3) {
  grid-column: span 5 !important;
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid var(--site-diff-line);
  border-bottom: 1px solid var(--site-diff-line);
  background: #fff;
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) > [class*="col"] {
  width: auto;
  max-width: none;
  grid-column: auto !important;
  grid-row: auto !important;
  padding: 0;
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) .feature-card {
  display: grid;
  grid-template-columns: 64px minmax(220px, .72fr) minmax(0, 1.7fr);
  grid-template-rows: auto auto;
  gap: 0 22px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 26px 24px;
  border: 0;
  border-bottom: 1px solid var(--site-diff-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transform: none;
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) > [class*="col"]:last-child .feature-card { border-bottom: 0; }
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) > [class*="col"]:nth-child(even) .feature-card { background: linear-gradient(90deg, rgba(226, 19, 110, .045), transparent 70%); }
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card)::after,
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) .feature-card::after { display: none; }
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) .feature-icon {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50% 50% 50% 10px;
  background: var(--site-diff-pink);
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) h5 { margin: 0; color: var(--site-diff-ink); font-size: 1rem; text-align: left; }
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) p { grid-column: 3; margin: 0; color: var(--site-diff-muted); text-align: left; }
@media (max-width: 767.98px) {
  body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) { max-width: none; }
  body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) .feature-card { grid-template-columns: 52px minmax(0, 1fr); gap: 5px 14px; padding: 20px 16px; }
  body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) .feature-icon { grid-row: 1 / span 2; width: 42px; height: 42px; }
  body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .feature-card) p { grid-column: 2; }
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .team-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .team-card) > [class*="col"] {
  width: auto;
  max-width: none;
  grid-column: auto !important;
  padding: 0;
  transform: none !important;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) {
  gap: 18px;
  grid-auto-rows: minmax(150px, auto);
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > [class*="col"] {
  grid-column: span 4;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > :nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > :nth-child(2),
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row:has(> [class*="col"] > .commit-card) > :nth-child(3) {
  grid-column: span 5;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .commit-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 28px;
  border: 1px solid rgba(43, 34, 52, .12);
  border-top: 4px solid var(--pink);
  border-radius: 0 26px 0 26px;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row > :first-child .commit-card {
  padding: 38px;
  background: linear-gradient(135deg, #2b183d, #542251);
  border-color: transparent;
  border-top-color: #ff4c9a;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row > :first-child .commit-card h5,
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row > :first-child .commit-card p {
  color: #fff;
}
body[data-site-diff-page="privacy-policy"] .toc-card,
body[data-site-diff-page="terms-conditions"] .toc-card {
  padding: 22px;
  border: 1px solid rgba(226, 19, 110, .16);
  border-left: 5px solid var(--site-diff-pink);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(145deg, #fff, #fff6fa);
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] .toc-card h6,
body[data-site-diff-page="terms-conditions"] .toc-card h6 {
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--site-diff-line);
}
body[data-site-diff-page="privacy-policy"] .toc-card ol,
body[data-site-diff-page="terms-conditions"] .toc-card ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: site-diff-legal-index;
}
body[data-site-diff-page="privacy-policy"] .toc-card ol li,
body[data-site-diff-page="terms-conditions"] .toc-card ol li {
  margin: 0;
  counter-increment: site-diff-legal-index;
}
body[data-site-diff-page="privacy-policy"] .toc-card ol li a,
body[data-site-diff-page="terms-conditions"] .toc-card ol li a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: baseline;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(43, 34, 52, .1);
  font-size: .82rem;
  line-height: 1.35;
}
body[data-site-diff-page="privacy-policy"] .toc-card ol li a::before,
body[data-site-diff-page="terms-conditions"] .toc-card ol li a::before {
  content: counter(site-diff-legal-index, decimal-leading-zero);
  color: var(--site-diff-pink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
}
body[data-site-diff-page="privacy-policy"] .policy-section,
body[data-site-diff-page="terms-conditions"] .terms-section {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  column-gap: 22px;
  margin: 0 !important;
  padding: 32px 30px 34px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--site-diff-line) !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, rgba(226, 19, 110, .055) 0 78px, transparent 78px) !important;
  box-shadow: none !important;
}
body[data-site-diff-page="privacy-policy"] .policy-section:nth-of-type(even),
body[data-site-diff-page="terms-conditions"] .terms-section:nth-of-type(even) {
  background: linear-gradient(90deg, rgba(43, 34, 52, .035) 0 78px, transparent 78px) !important;
}
body[data-site-diff-page="privacy-policy"] .policy-section h2,
body[data-site-diff-page="terms-conditions"] .terms-section h2 {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 0 0 16px !important;
  color: var(--site-diff-ink);
}
body[data-site-diff-page="privacy-policy"] .policy-section h2 .sec-num,
body[data-site-diff-page="terms-conditions"] .terms-section h2 .sec-num {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50% 50% 50% 10px;
  background: var(--site-diff-pink);
  color: #fff;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] .policy-section > :not(h2),
body[data-site-diff-page="terms-conditions"] .terms-section > :not(h2) {
  grid-column: 2;
}
body[data-site-diff-page="privacy-policy"] .policy-section .highlight-box,
body[data-site-diff-page="privacy-policy"] .policy-section .info-box,
body[data-site-diff-page="privacy-policy"] .policy-section .warn-box,
body[data-site-diff-page="terms-conditions"] .terms-section .highlight-box,
body[data-site-diff-page="terms-conditions"] .terms-section .info-box,
body[data-site-diff-page="terms-conditions"] .terms-section .warn-box {
  margin-left: 0;
  border-radius: 0 14px 14px 0;
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="privacy-policy"] .policy-section,
  body[data-site-diff-page="terms-conditions"] .terms-section {
    grid-template-columns: 1fr;
    padding: 26px 18px !important;
    background: linear-gradient(90deg, rgba(226, 19, 110, .055) 0 8px, transparent 8px) !important;
  }
  body[data-site-diff-page="privacy-policy"] .policy-section h2,
  body[data-site-diff-page="terms-conditions"] .terms-section h2 {
    grid-column: 1;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
  }
  body[data-site-diff-page="privacy-policy"] .policy-section > :not(h2),
  body[data-site-diff-page="terms-conditions"] .terms-section > :not(h2) { grid-column: 1; }
}
body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .team-card) .team-card { height: 100%; }
@media (max-width: 767.98px) {
  body[data-site-diff-page="about-us"] .row.g-4:has(> [class*="col"] > .team-card) { grid-template-columns: 1fr; gap: 14px; max-width: none; }
}
body[data-site-diff-page] > nav.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: .55rem 1rem !important;
  background: linear-gradient(100deg, rgba(43,34,52,.98), rgba(57,24,68,.96)) !important;
  border-bottom: 1px solid rgba(255,77,158,.24);
  box-shadow: 0 10px 26px rgba(35,16,45,.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body[data-site-diff-page] > nav.navbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--site-diff-pink), #ff9dca, transparent);
  pointer-events: none;
}
body[data-site-diff-page] > nav.navbar .container { max-width: 1180px; }
body[data-site-diff-page] > nav.navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: .25rem .65rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(255,255,255,.06);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
body[data-site-diff-page] > nav.navbar .navbar-brand:hover {
  background: rgba(255,77,158,.12);
  border-color: rgba(255,77,158,.32);
  transform: translateY(-1px);
}
body[data-site-diff-page] > nav.navbar .navbar-brand img {
  width: auto;
  height: 36px;
  object-fit: contain;
}
body[data-site-diff-page] > nav.navbar .navbar-nav { gap: .25rem !important; }
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link {
  position: relative;
  padding: .7rem .75rem !important;
  border-radius: 10px;
  color: #f5eaf4 !important;
  font-weight: 600;
  letter-spacing: -.01em;
  transition: color .2s ease, background .2s ease;
}
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: .75rem;
  bottom: .32rem;
  left: .75rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-light), #ff9dca);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link:hover,
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.08);
}
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link:hover::after,
body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
body[data-site-diff-page] > nav.navbar .btn-pink,
body[data-site-diff-page] > nav.navbar .btn-outline-pink {
  min-width: 84px;
  padding: .62rem 1.1rem !important;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 7px 18px rgba(226,19,110,.2);
}
body[data-site-diff-page] > nav.navbar .btn-outline-pink { background: rgba(255,255,255,.04); }
body[data-site-diff-page] > nav.navbar .navbar-toggler { border-width: 1px; border-radius: 10px; padding: .45rem .6rem; }
body[data-site-diff-page] > footer {
  margin-top: clamp(42px, 5vw, 68px);
  padding: clamp(52px, 6vw, 76px) 0 24px !important;
  background: linear-gradient(180deg, #fff 0%, #fff8fc 100%) !important;
  border-top: 1px solid rgba(226,19,110,.14);
  color: var(--site-diff-ink) !important;
}
body[data-site-diff-page] > footer > .container { max-width: 1180px; }
body[data-site-diff-page] > footer > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(120px, .72fr)) minmax(220px, 1.05fr);
  gap: 40px 30px !important;
  margin: 0 !important;
  align-items: start;
}
body[data-site-diff-page] > footer > .container > .row > [class*="col"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}
body[data-site-diff-page] > footer .footer-brand,
body[data-site-diff-page] > footer .footer-brand img {
  display: inline-flex;
  align-items: center;
}
body[data-site-diff-page] > footer .footer-brand {
  color: var(--site-diff-ink) !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-decoration: none;
}
body[data-site-diff-page] > footer .footer-brand img {
  width: auto;
  height: 42px !important;
  max-width: 152px;
  object-fit: contain;
}
body[data-site-diff-page] > footer > .container > .row h6 {
  position: relative;
  width: fit-content;
  margin: 0 0 18px !important;
  padding-bottom: 9px;
  color: var(--site-diff-ink) !important;
  font-size: .92rem !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body[data-site-diff-page] > footer > .container > .row h6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--site-diff-pink);
}
body[data-site-diff-page] > footer > .container > .row p {
  color: var(--site-diff-muted) !important;
  line-height: 1.8 !important;
}
body[data-site-diff-page] > footer > .container > .row ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
body[data-site-diff-page] > footer > .container > .row li { margin-bottom: 10px !important; }
body[data-site-diff-page] > footer > .container > .row a {
  color: #635a68 !important;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
body[data-site-diff-page] > footer > .container > .row a:hover {
  color: var(--site-diff-pink) !important;
}
body[data-site-diff-page] > footer > .container > .row .badge {
  border: 1px solid rgba(226,19,110,.16);
  background: rgba(226,19,110,.07) !important;
  color: var(--site-diff-pink) !important;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
body[data-site-diff-page] > footer > .container > .row .badge:hover {
  background: rgba(226,19,110,.14) !important;
  transform: translateY(-2px);
}
body[data-site-diff-page] > footer .divider {
  margin: 34px 0 0;
  border-color: rgba(43,34,52,.12) !important;
  opacity: 1;
}
body[data-site-diff-page] > footer > .container > .d-flex {
  margin-top: 18px;
  padding-top: 18px !important;
  border-top: 1px solid rgba(43,34,52,.1);
}
body[data-site-diff-page] > footer > .container > .d-flex p {
  color: #817887 !important;
}
@media (max-width: 991.98px) {
  body[data-site-diff-page] > footer > .container > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link { padding-inline: .6rem !important; }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page] > footer > .container > .row { grid-template-columns: 1fr; gap: 26px !important; }
  body[data-site-diff-page] > nav.navbar { padding-inline: .7rem !important; }
  body[data-site-diff-page] > nav.navbar .navbar-brand img { height: 32px; }
}
body[data-site-diff-page] > footer {
  background: linear-gradient(135deg, #171022 0%, #2a1638 56%, #120a20 100%) !important;
  border-top-color: rgba(255, 77, 158, .35);
  color: #f6edf9 !important;
}
body[data-site-diff-page] > footer > .container > .row h6 {
  color: #fff !important;
}
body[data-site-diff-page] > footer > .container > .row p {
  color: #cdbbd6 !important;
}
body[data-site-diff-page] > footer > .container > .row a {
  color: #e7d8ec !important;
}
body[data-site-diff-page] > footer > .container > .row a:hover {
  color: #ff72b5 !important;
}
body[data-site-diff-page] > footer > .container > .row .badge {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .18);
  color: #ff72b5 !important;
}
body[data-site-diff-page] > footer .divider,
body[data-site-diff-page] > footer > .container > .d-flex {
  border-color: rgba(255, 255, 255, .16) !important;
}
body[data-site-diff-page] > footer > .container > .d-flex p {
  color: #bdaec8 !important;
}
body[data-site-diff-page="news"] > footer {
  margin-top: 0 !important;
}
body[data-site-diff-page] .breadcrumb-wrap {
  background: #2b2234 !important;
  border-bottom-color: rgba(255, 77, 158, .28) !important;
  padding: 12px 0 !important;
}
body[data-site-diff-page] .breadcrumb-item a {
  color: #ff72b5 !important;
  text-decoration: none !important;
  font-weight: 500;
}
body[data-site-diff-page] .breadcrumb-item a:hover {
  color: #ffb1d2 !important;
}
body[data-site-diff-page] .breadcrumb-item.active {
  color: #f6edf9 !important;
}
body[data-site-diff-page] .breadcrumb-item + .breadcrumb-item::before {
  color: #cdbbd6 !important;
}
@media (min-width: 992px) {
  body[data-site-diff-page] > nav.navbar > .container {
    width: 100%;
    max-width: 1440px;
    flex-wrap: nowrap !important;
  }
  body[data-site-diff-page] > nav.navbar .navbar-brand {
    flex: 0 0 auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
  }
  body[data-site-diff-page] > nav.navbar .navbar-brand:hover {
    border: 0 !important;
    background: transparent !important;
  }
  body[data-site-diff-page] > nav.navbar .navbar-brand img { height: 34px; }
  body[data-site-diff-page] > nav.navbar .navbar-collapse {
    min-width: 0;
    flex: 1 1 auto;
  }
  body[data-site-diff-page] > nav.navbar .navbar-nav {
    flex-wrap: nowrap !important;
    gap: 0 !important;
    white-space: nowrap;
  }
  body[data-site-diff-page] > nav.navbar .navbar-nav .nav-item { flex: 0 0 auto; }
  body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link {
    padding: .62rem .58rem !important;
    font-size: .84rem;
    white-space: nowrap;
  }
  body[data-site-diff-page] > nav.navbar .navbar-nav .nav-link::after {
    right: .58rem;
    left: .58rem;
  }
body[data-site-diff-page] > nav.navbar .btn-pink,
body[data-site-diff-page] > nav.navbar .btn-outline-pink {
    min-width: 76px;
    padding-inline: .85rem !important;
  }
}
body[data-site-diff-page] > footer.site-footer {
  margin-top: clamp(40px, 5vw, 60px);
  padding: clamp(48px, 6vw, 72px) 0 clamp(20px, 3vw, 32px) !important;
  background: linear-gradient(135deg, #171022 0%, #2a1638 56%, #120a20 100%) !important;
  border-top: 1px solid rgba(255,77,158,.35);
  color: #f6edf9 !important;
}
body[data-site-diff-page] > footer.site-footer > .container { max-width: 1180px; }
body[data-site-diff-page] > footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(132px, .8fr)) minmax(180px, 1fr);
  gap: 28px 36px;
  align-items: start;
}
body[data-site-diff-page] > footer.site-footer .footer-brand { margin-bottom: 18px; }
body[data-site-diff-page] > footer.site-footer .footer-brand img {
  display: block;
  width: auto;
  height: 44px !important;
  max-width: 152px;
  object-fit: contain;
}
body[data-site-diff-page] > footer.site-footer .footer-desc {
  max-width: 360px;
  margin: 0 0 18px;
  color: #cdbbd6 !important;
  font-size: 15px;
  line-height: 1.8 !important;
}
body[data-site-diff-page] > footer.site-footer .footer-title {
  margin-bottom: 16px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
body[data-site-diff-page] > footer.site-footer .footer-link-group,
body[data-site-diff-page] > footer.site-footer .footer-contact,
body[data-site-diff-page] > footer.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body[data-site-diff-page] > footer.site-footer .footer-links a,
body[data-site-diff-page] > footer.site-footer .footer-contact a {
  color: #e7d8ec !important;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}
body[data-site-diff-page] > footer.site-footer .footer-links a:hover,
body[data-site-diff-page] > footer.site-footer .footer-contact a:hover {
  color: #ff72b5 !important;
}
body[data-site-diff-page] > footer.site-footer .footer-contact p {
  margin: 0;
  color: #cdbbd6 !important;
  font-size: 15px;
  line-height: 1.8 !important;
}
body[data-site-diff-page] > footer.site-footer .footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body[data-site-diff-page] > footer.site-footer .footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08) !important;
  color: #ff72b5 !important;
  font-size: 13px;
  font-weight: 600;
}
body[data-site-diff-page] > footer.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #bdaec8;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  body[data-site-diff-page] > footer.site-footer .footer-grid { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page] > footer.site-footer .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  body[data-site-diff-page] > footer.site-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
}
