body[data-site-diff-page] {
  --sd-ink: #f7f8fb;
  --sd-muted: rgba(247, 248, 251, 0.68);
  --sd-line: rgba(250, 204, 21, 0.28);
  --sd-line-soft: rgba(255, 255, 255, 0.1);
  --sd-panel: rgba(255, 255, 255, 0.035);
  --sd-panel-strong: rgba(10, 15, 29, 0.94);
  --sd-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}
body[data-site-diff-page] .row > [class*="col-"] {
  min-width: 0;
}
body[data-site-diff-page] .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
body[data-site-diff-page] .section-label::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.85;
}
body[data-site-diff-page] .section-title {
  max-width: 23ch;
  margin-inline: auto;
  text-wrap: balance;
}
body[data-site-diff-page] .table-responsive {
  max-width: 100%;
  overflow-x: auto;
  scrollbar-color: rgba(250, 204, 21, 0.52) transparent;
}
body[data-site-diff-page] img,
body[data-site-diff-page] svg,
body[data-site-diff-page] video {
  max-width: 100%;
}
body[data-site-diff-page="home"] .hero {
  background-image:
    radial-gradient(circle at 84% 18%, rgba(250, 204, 21, 0.16), transparent 25%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.11), transparent 58%);
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row {
  display: grid;
  grid-template-columns: 1.28fr repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(175px, auto);
  gap: 16px;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row > [class*="col-"]:first-child {
  grid-row: span 2;
}
body[data-site-diff-page="home"] section:nth-of-type(3) .card-dark {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-left: 3px solid rgba(37, 99, 235, 0.82);
  border-radius: 2px 18px 18px 2px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.14), var(--card-bg) 58%);
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="home"] section:nth-of-type(3) .row > [class*="col-"]:first-child .card-dark {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.6rem, 3vw, 3rem);
  border-left-color: var(--gold);
  background:
    radial-gradient(circle at 90% 10%, rgba(250, 204, 21, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(250, 204, 21, 0.1), var(--card-bg) 62%);
}
body[data-site-diff-page="home"] section:nth-of-type(3) .card-dark::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(250, 204, 21, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(250, 204, 21, 0.05);
  pointer-events: none;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .row {
  align-items: stretch;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card {
  height: 100%;
  border: 0;
  border-top: 3px solid var(--gold);
  border-radius: 18px 18px 3px 18px;
  background: linear-gradient(160deg, rgba(250, 204, 21, 0.08), var(--card-bg) 62%);
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  padding-left: 0;
}
body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline::before {
  display: none;
}
body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline-item {
  margin: 0;
  padding: 1.2rem 1.35rem 1.2rem 3.5rem;
  border: 1px solid var(--sd-line-soft);
  border-left: 3px solid rgba(37, 99, 235, 0.72);
  border-radius: 3px 16px 16px 3px;
  background: linear-gradient(100deg, rgba(37, 99, 235, 0.08), transparent 78%);
}
body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline-item:nth-child(even) {
  border-left-color: var(--gold);
  transform: translateY(18px);
}
body[data-site-diff-page="about-us"] section:nth-of-type(3) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
  border-bottom: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="about-us"] section:nth-of-type(3) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="about-us"] section:nth-of-type(3) .card-dark {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.7fr) minmax(0, 1.5fr);
  align-items: center;
  min-height: 124px;
  padding: 1.2rem 0.8rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="about-us"] section:nth-of-type(3) .card-dark > :first-child {
  grid-row: 1 / span 2;
}
body[data-site-diff-page="about-us"] section:nth-of-type(3) .card-dark > :last-child {
  grid-column: 3;
}
body[data-site-diff-page="about-us"] section:nth-of-type(5) .row,
body[data-site-diff-page="about-us"] section:nth-of-type(6) .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
body[data-site-diff-page="about-us"] section:nth-of-type(5) .row > [class*="col-"],
body[data-site-diff-page="about-us"] section:nth-of-type(6) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="about-us"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(even),
body[data-site-diff-page="about-us"] section:nth-of-type(6) .row > [class*="col-"]:nth-child(even) {
  transform: translateY(28px);
}
body[data-site-diff-page="about-us"] section:nth-of-type(5) .value-card,
body[data-site-diff-page="about-us"] section:nth-of-type(6) .team-card {
  height: 100%;
  border-radius: 20px 4px 20px 4px;
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="app"] section:nth-of-type(3) .row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: 2.4rem;
}
body[data-site-diff-page="app"] section:nth-of-type(3) .row::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(var(--accent), var(--gold));
}
body[data-site-diff-page="app"] section:nth-of-type(3) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card {
  position: relative;
  min-height: 112px;
  margin-bottom: 14px;
  padding: 1.2rem 1.6rem 1.2rem 4rem;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.13), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card::after {
  content: "";
  position: absolute;
  left: -2.05rem;
  top: 1.8rem;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--body-bg, #090b10);
}
body[data-site-diff-page="app"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(1),
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(4) {
  grid-column: span 5;
}
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(2),
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(3),
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(5),
body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(6) {
  grid-column: span 7;
}
body[data-site-diff-page="app"] section:nth-of-type(4) .feat-card {
  height: 100%;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 4px 20px 20px 4px;
  background: linear-gradient(100deg, rgba(250, 204, 21, 0.09), var(--card-bg));
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.1), transparent 78%);
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .card-dark {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 178px;
  align-content: center;
  gap: 1rem;
  border: 0;
  border-top: 2px solid rgba(147, 197, 253, 0.62);
  border-radius: 3px 18px 3px 18px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.12), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="aviator"] section:nth-of-type(6) .strategy-table {
  border-collapse: separate;
  border-spacing: 0 9px;
}
body[data-site-diff-page="aviator"] section:nth-of-type(6) .strategy-table tbody tr td {
  border-top: 1px solid rgba(147, 197, 253, 0.2);
  border-bottom: 1px solid rgba(147, 197, 253, 0.2);
}
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--sky);
  border-radius: 0 14px 14px 0;
  background: var(--sd-panel);
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"]:nth-child(odd) {
  grid-column: span 5;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"]:nth-child(even) {
  grid-column: span 7;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .card-dark {
  height: 100%;
  border: 0;
  border-top: 3px solid #f87171;
  border-radius: 20px 4px 20px 4px;
  background: linear-gradient(145deg, rgba(220, 38, 38, 0.13), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(5) .tier-table {
  border-collapse: separate;
  border-spacing: 0 9px;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(5) .tier-table tbody tr td {
  border-top: 1px solid rgba(248, 113, 113, 0.2);
  border-bottom: 1px solid rgba(248, 113, 113, 0.2);
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid #f87171;
  border-radius: 0 14px 14px 0;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row {
  display: grid;
  grid-template-columns: 1.45fr repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(155px, auto);
  gap: 16px;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"]:first-child {
  grid-row: span 2;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card {
  height: 100%;
  border: 0;
  border-left: 4px solid var(--accent);
  border-radius: 2px 18px 18px 2px;
  background: linear-gradient(100deg, rgba(37, 99, 235, 0.14), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"]:first-child .feat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-left-color: var(--gold);
  background: linear-gradient(145deg, rgba(250, 204, 21, 0.12), var(--card-bg));
}
body[data-site-diff-page="faq"] section:nth-of-type(4) .faq-group {
  padding: 0.6rem 0;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="faq"] section:nth-of-type(4) .faq-item {
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
}
body[data-site-diff-page="faq"] section:nth-of-type(4) .cat-tab {
  border-radius: 2px 14px 2px 14px;
}
body[data-site-diff-page="game"] section:nth-of-type(3) .row {
  display: block;
  counter-reset: sd-game-row;
}
body[data-site-diff-page="game"] section:nth-of-type(3) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
  counter-increment: sd-game-row;
}
body[data-site-diff-page="game"] section:nth-of-type(3) .game-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  min-height: 142px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 3px 18px 18px 3px;
  background: linear-gradient(100deg, rgba(250, 204, 21, 0.1), var(--card-bg) 34%);
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="game"] section:nth-of-type(3) .game-card-banner {
  height: 100%;
  min-height: 142px;
  border-radius: 0;
}
body[data-site-diff-page="game"] section:nth-of-type(3) .game-card-body {
  display: flex;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  border-top: 0;
}
body[data-site-diff-page="game"] section:nth-of-type(4) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="game"] section:nth-of-type(4) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="game"] section:nth-of-type(4) .feat-card {
  display: grid;
  grid-template-columns: 52px minmax(120px, 0.6fr) minmax(0, 1.5fr);
  align-items: center;
  min-height: 104px;
  padding: 1rem 0.6rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
}
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
}
body[data-site-diff-page="login"] section:nth-of-type(2) .row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(1),
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(4) {
  grid-column: span 2;
}
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(2),
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(3),
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(5),
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(6) {
  grid-column: span 2;
}
body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card {
  height: 100%;
  border: 0;
  border-top: 3px solid var(--gold);
  border-radius: 18px 4px 18px 4px;
  background: linear-gradient(145deg, rgba(250, 204, 21, 0.08), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
}
body[data-site-diff-page="login"] section:nth-of-type(1) .form-card {
  border: 0;
  border-right: 4px solid var(--accent);
  border-radius: 20px 4px 20px 4px;
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(1),
body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(4) {
  transform: translateY(28px);
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card {
  height: 100%;
  min-height: 230px;
  border: 0;
  border-top: 3px solid var(--teal);
  border-radius: 4px 20px 4px 20px;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.11), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="poker"] section:nth-of-type(7) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="poker"] section:nth-of-type(7) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="poker"] section:nth-of-type(7) .card-dark {
  display: grid;
  grid-template-columns: 62px minmax(150px, 0.8fr) minmax(0, 1.4fr);
  align-items: center;
  min-height: 112px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--teal);
  border-radius: 0 14px 14px 0;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .card-dark {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.65fr) minmax(0, 1.5fr);
  align-items: center;
  min-height: 116px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .col-lg-9 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .policy-section {
  height: 100%;
  margin: 0;
  padding: 1.4rem;
  border: 0;
  border-top: 3px solid rgba(147, 197, 253, 0.72);
  border-radius: 3px 18px 3px 18px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.08), var(--card-bg));
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .policy-section:first-child {
  grid-column: span 2;
  border-top-color: var(--gold);
}
body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .right-item {
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: var(--sd-panel);
}
body[data-site-diff-page="register"] section:nth-of-type(2) .row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 2.5rem;
}
body[data-site-diff-page="register"] section:nth-of-type(2) .row::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(var(--gold), var(--accent));
}
body[data-site-diff-page="register"] section:nth-of-type(2) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card {
  position: relative;
  min-height: 100px;
  padding: 1.2rem 1.4rem 1.2rem 4rem;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.1), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card::after {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 1.75rem;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--accent);
  border-radius: 50%;
  background: #090b10;
}
body[data-site-diff-page="register"] section:nth-of-type(3) .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(1),
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(4) {
  grid-column: span 7;
}
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(2),
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(3),
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(5),
body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(6) {
  grid-column: span 5;
}
body[data-site-diff-page="register"] section:nth-of-type(3) .feat-card {
  height: 100%;
  border: 0;
  border-left: 4px solid var(--accent);
  border-radius: 3px 18px 18px 3px;
  background: linear-gradient(100deg, rgba(37, 99, 235, 0.1), var(--card-bg));
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(1),
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(4) {
  grid-column: span 7;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(2),
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(3),
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(5),
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(6) {
  grid-column: span 5;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .tool-card {
  height: 100%;
  border: 0;
  border-top: 4px solid var(--emerald);
  border-radius: 20px 4px 20px 4px;
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.1), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(3) .quiz-wrap {
  border-left: 2px solid rgba(16, 185, 129, 0.6);
  padding-left: 1.2rem;
}
body[data-site-diff-page="responsible-gaming"] section:nth-of-type(3) .quiz-item {
  min-height: 74px;
  margin-bottom: 10px;
  padding: 0.9rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.08), transparent);
}
body[data-site-diff-page="super-keno"] section:nth-of-type(3) .keno-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, 0.46);
  border-radius: 4px 18px 4px 18px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark {
  height: 100%;
  border: 0;
  border-top: 3px solid var(--accent);
  border-radius: 4px 18px 4px 18px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.12), var(--card-bg));
}
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(2) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(2) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(2) .card-dark {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.7fr) minmax(0, 1.4fr);
  align-items: center;
  min-height: 112px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .col-lg-9 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .terms-section {
  height: 100%;
  margin: 0;
  padding: 1.45rem;
  border: 0;
  border-left: 4px solid rgba(250, 204, 21, 0.55);
  border-radius: 0 18px 0 18px;
  background: linear-gradient(145deg, rgba(250, 204, 21, 0.08), var(--card-bg));
}
body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .terms-section:first-child {
  grid-column: span 2;
}
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(1) { transform: translateY(44px); }
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(2) { transform: translateY(30px); }
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(3) { transform: translateY(16px); }
body[data-site-diff-page="vip-club"] section:nth-of-type(5) .tier-card {
  height: 100%;
  min-height: 410px;
  border: 0;
  border-top: 4px solid #c084fc;
  border-radius: 22px 5px 22px 5px;
  background: linear-gradient(145deg, rgba(192, 132, 252, 0.14), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="vip-club"] section:nth-of-type(6) .progress-steps {
  overflow-x: auto;
  padding: 0.5rem 0 1rem;
}
body[data-site-diff-page="vip-club"] section:nth-of-type(9) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="vip-club"] section:nth-of-type(9) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="vip-club"] section:nth-of-type(9) .card-dark {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.7fr) minmax(0, 1.4fr);
  align-items: center;
  min-height: 112px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row > [class*="col-"]:first-child {
  grid-column: span 2;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  height: 100%;
  min-height: 172px;
  overflow: hidden;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 3px 20px 3px 20px;
  background: linear-gradient(110deg, rgba(250, 204, 21, 0.1), var(--card-bg) 36%);
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-header {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 0;
  border-right: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-body {
  padding: 1.2rem 1.3rem;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .card-dark {
  height: 100%;
  border: 0;
  border-top: 3px solid var(--accent);
  border-radius: 18px 4px 18px 4px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.1), var(--card-bg));
}
body[data-site-diff-page="wallet"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
body[data-site-diff-page="wallet"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="wallet"] section:nth-of-type(4) .method-card {
  height: 100%;
  border: 0;
  border-top: 4px solid var(--gold);
  border-radius: 4px 20px 4px 20px;
  background: linear-gradient(145deg, rgba(250, 204, 21, 0.1), var(--card-bg));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  min-height: 102px;
  padding: 1rem 1.3rem;
  border: 0;
  border-left: 3px solid var(--sky);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.1), var(--card-bg));
}
body[data-site-diff-page="wallet"] section:nth-of-type(9) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="wallet"] section:nth-of-type(9) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="wallet"] section:nth-of-type(9) .card-dark {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.7fr) minmax(0, 1.4fr);
  align-items: center;
  min-height: 112px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-item {
  margin: 0;
  border: 0;
  border-left: 3px solid var(--sky);
  border-radius: 0 14px 14px 0;
}
@media (max-width: 991.98px) {
  body[data-site-diff-page="faq"] section:nth-of-type(3) .row,
  body[data-site-diff-page="login"] section:nth-of-type(2) .row,
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"]:first-child {
    grid-row: span 2;
  }
  body[data-site-diff-page="app"] section:nth-of-type(4) .row,
  body[data-site-diff-page="register"] section:nth-of-type(3) .row,
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"],
  body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"],
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"],
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"] {
    grid-column: span 1;
  }
  body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(n) {
    transform: none;
  }
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(4) .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page] .section-title {
    max-width: none;
    text-wrap: pretty;
  }
  body[data-site-diff-page="home"] section:nth-of-type(3) .row,
  body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline,
  body[data-site-diff-page="about-us"] section:nth-of-type(5) .row,
  body[data-site-diff-page="about-us"] section:nth-of-type(6) .row,
  body[data-site-diff-page="aviator"] section:nth-of-type(4) .row,
  body[data-site-diff-page="poker"] section:nth-of-type(4) .row,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .row,
  body[data-site-diff-page="app"] section:nth-of-type(4) .row,
  body[data-site-diff-page="register"] section:nth-of-type(3) .row,
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row,
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .col-lg-9,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .col-lg-9,
  body[data-site-diff-page="super-keno"] section:nth-of-type(4) .row,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row,
  body[data-site-diff-page="wallet"] section:nth-of-type(4) .row {
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page="home"] section:nth-of-type(3) .row > [class*="col-"]:first-child,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"]:first-child,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row > [class*="col-"]:first-child,
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .policy-section:first-child,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .terms-section:first-child {
    grid-column: auto;
    grid-row: auto;
  }
  body[data-site-diff-page="about-us"] section:nth-of-type(2) .timeline-item:nth-child(even),
  body[data-site-diff-page="about-us"] section:nth-of-type(5) .row > [class*="col-"]:nth-child(even),
  body[data-site-diff-page="about-us"] section:nth-of-type(6) .row > [class*="col-"]:nth-child(even),
  body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(n) {
    transform: none;
  }
  body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"],
  body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"],
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"],
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"] {
    grid-column: auto;
  }
  body[data-site-diff-page="app"] section:nth-of-type(4) .row > [class*="col-"]:nth-child(n),
  body[data-site-diff-page="register"] section:nth-of-type(3) .row > [class*="col-"]:nth-child(n),
  body[data-site-diff-page="responsible-gaming"] section:nth-of-type(2) .row > [class*="col-"]:nth-child(n),
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"]:nth-child(n) {
    grid-column: auto !important;
  }
  body[data-site-diff-page="app"] section:nth-of-type(6) .accordion,
  body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion,
  body[data-site-diff-page="game"] section:nth-of-type(5) .accordion,
  body[data-site-diff-page="login"] section:nth-of-type(3) .accordion,
  body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion,
  body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion,
  body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion {
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page="game"] section:nth-of-type(3) .game-card,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }
  body[data-site-diff-page="game"] section:nth-of-type(4) .feat-card,
  body[data-site-diff-page="about-us"] section:nth-of-type(3) .card-dark,
  body[data-site-diff-page="poker"] section:nth-of-type(7) .card-dark,
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .card-dark,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(2) .card-dark,
  body[data-site-diff-page="vip-club"] section:nth-of-type(9) .card-dark,
  body[data-site-diff-page="wallet"] section:nth-of-type(9) .card-dark {
    grid-template-columns: 46px minmax(0, 1fr);
  }
  body[data-site-diff-page="about-us"] section:nth-of-type(3) .card-dark > :last-child,
  body[data-site-diff-page="game"] section:nth-of-type(4) .feat-card > :last-child,
  body[data-site-diff-page="poker"] section:nth-of-type(7) .card-dark > :last-child,
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(2) .card-dark > :last-child,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(2) .card-dark > :last-child,
  body[data-site-diff-page="vip-club"] section:nth-of-type(9) .card-dark > :last-child,
  body[data-site-diff-page="wallet"] section:nth-of-type(9) .card-dark > :last-child {
    grid-column: 2;
  }
  body[data-site-diff-page="super-keno"] section:nth-of-type(3) .keno-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 8px;
  }
  body[data-site-diff-page="vip-club"] section:nth-of-type(5) .row,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row {
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .col-lg-9,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .col-lg-9,
  body[data-site-diff-page="privacy-policy"] section:nth-of-type(3) .policy-section,
  body[data-site-diff-page="terms-conditions"] section:nth-of-type(3) .terms-section {
    min-width: 0;
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card {
    grid-template-columns: 46px minmax(0, 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: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .row {
  display: block;
  padding-left: 2.6rem;
  border-left: 1px solid rgba(37, 99, 235, 0.55);
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(210px, 0.8fr) minmax(0, 1.6fr);
  align-items: center;
  min-height: 128px;
  padding: 1.25rem 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left !important;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark::before {
  content: "";
  position: absolute;
  left: -3.05rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: #090b10;
  transform: translateY(-50%);
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark > .icon-box {
  margin: 0 !important;
}
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark h5,
body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark p {
  margin: 0;
}
body[data-site-diff-page="app"] section:nth-of-type(3) .row {
  display: block;
  padding-left: 2.8rem;
  border-left: 1px solid rgba(37, 99, 235, 0.55);
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card {
  display: grid;
  grid-template-columns: 62px 52px minmax(150px, 0.8fr) minmax(0, 1.6fr);
  align-items: center;
  min-height: 118px;
  margin: 0;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card::after {
  left: -3.25rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-width: 3px;
  transform: translateY(-50%);
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card h5,
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card p {
  margin: 0;
}
body[data-site-diff-page="app"] section:nth-of-type(3) .step-card p {
  grid-column: 4;
}
body[data-site-diff-page="register"] section:nth-of-type(2) .row {
  display: block;
  padding-left: 2.8rem;
  border-left: 1px solid rgba(250, 204, 21, 0.55);
}
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card {
  display: grid;
  grid-template-columns: 66px minmax(190px, 0.8fr) minmax(0, 1.6fr);
  align-items: center;
  min-height: 112px;
  margin: 0;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card::after {
  left: -3.25rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(-50%);
}
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card h5,
body[data-site-diff-page="register"] section:nth-of-type(2) .step-card p {
  margin: 0;
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .row,
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row,
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .row > [class*="col-"],
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .row > [class*="col-"],
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="aviator"] section:nth-of-type(4) .card-dark,
body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .card-dark,
body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .card-dark {
  display: grid;
  grid-template-columns: 62px minmax(190px, 0.75fr) minmax(0, 1.5fr);
  align-items: center;
  min-height: 112px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row,
body[data-site-diff-page="login"] section:nth-of-type(2) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .row > [class*="col-"],
body[data-site-diff-page="login"] section:nth-of-type(2) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card,
body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card {
  display: grid;
  grid-template-columns: 58px minmax(180px, 0.75fr) minmax(0, 1.55fr);
  align-items: center;
  min-height: 110px;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row {
  display: flex;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"] {
  width: auto;
  flex: 1 1 0;
  padding: 0;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card {
  min-height: 260px;
  padding: 1.3rem;
  border: 0;
  border-top: 3px solid var(--teal);
  border-right: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="wallet"] section:nth-of-type(4) .row {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--sd-line-soft);
  border-bottom: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="wallet"] section:nth-of-type(4) .method-card {
  min-height: 190px;
  padding: 1.2rem 1rem;
  border: 0;
  border-right: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row {
  align-items: stretch;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"] {
  display: flex;
  transform: none !important;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card p {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark,
  body[data-site-diff-page="app"] section:nth-of-type(3) .step-card,
  body[data-site-diff-page="register"] section:nth-of-type(2) .step-card,
  body[data-site-diff-page="aviator"] section:nth-of-type(4) .card-dark,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .card-dark,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .card-dark,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card,
  body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 1rem 0;
  }
  body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark h5,
  body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark p,
  body[data-site-diff-page="app"] section:nth-of-type(3) .step-card h5,
  body[data-site-diff-page="app"] section:nth-of-type(3) .step-card p,
  body[data-site-diff-page="register"] section:nth-of-type(2) .step-card h5,
  body[data-site-diff-page="register"] section:nth-of-type(2) .step-card p,
  body[data-site-diff-page="aviator"] section:nth-of-type(4) .card-dark h5,
  body[data-site-diff-page="aviator"] section:nth-of-type(4) .card-dark p,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .card-dark h5,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(8) .card-dark p,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .card-dark h5,
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(6) .card-dark p,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card h5,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card p,
  body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card h5,
  body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card p {
    grid-column: 2;
  }
  body[data-site-diff-page="super-keno"] section:nth-of-type(4) .card-dark > .icon-box,
  body[data-site-diff-page="app"] section:nth-of-type(3) .step-card > .step-num,
  body[data-site-diff-page="faq"] section:nth-of-type(3) .feat-card > :first-child,
  body[data-site-diff-page="login"] section:nth-of-type(2) .feat-card > :first-child {
    grid-row: 1 / span 2;
  }
  body[data-site-diff-page="app"] section:nth-of-type(3) .step-card > .icon-box {
    grid-column: 1;
    grid-row: 2;
    margin: 0 !important;
  }
  body[data-site-diff-page="poker"] section:nth-of-type(4) .row {
    display: block;
  }
  body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line-soft);
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(4) .row {
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(4) .method-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line-soft);
  }
  body[data-site-diff-page="poker"] section:nth-of-type(4) .row > [class*="col-"] {
    display: block;
  }
  body[data-site-diff-page="poker"] section:nth-of-type(4) .game-type-card {
    height: auto;
    display: block;
  }
}
body[data-site-diff-page="aviator"] section:nth-of-type(8) .row {
  display: block;
  border-top: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="aviator"] section:nth-of-type(8) .row > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="aviator"] section:nth-of-type(8) .card-dark {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  min-height: 136px;
  padding: 1.15rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-left: 3px solid var(--sky);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="aviator"] section:nth-of-type(8) .card-dark .icon-box {
  margin: 0 !important;
}
body[data-site-diff-page="aviator"] section:nth-of-type(8) .card-dark h5,
body[data-site-diff-page="aviator"] section:nth-of-type(8) .card-dark p {
  margin: 0;
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion,
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion,
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion,
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion,
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion,
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion {
  --faq-accent: var(--accent);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.8rem;
  border-top: 1px solid var(--sd-line-soft);
  counter-reset: faq-item;
}
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion {
  --faq-accent: var(--sky);
}
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion {
  --faq-accent: var(--gold);
}
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion {
  --faq-accent: var(--teal);
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-item,
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-item,
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-item,
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-item,
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-item,
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-item,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-item,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-item {
  position: relative;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  counter-increment: faq-item;
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-item::before,
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-item::before,
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-item::before,
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-item::before,
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-item::before,
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-item::before,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-item::before,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-item::before {
  content: counter(faq-item, decimal-leading-zero);
  position: absolute;
  top: 1.15rem;
  left: 0;
  color: var(--faq-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-button,
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-button,
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-button,
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-button,
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-button,
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-button,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-button,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-button {
  padding: 1.1rem 1.75rem 1.1rem 1.65rem;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sd-ink);
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-button:not(.collapsed),
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-button:not(.collapsed),
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-button:not(.collapsed),
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-button:not(.collapsed),
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-button:not(.collapsed),
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-button:not(.collapsed),
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-button:not(.collapsed),
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-button:not(.collapsed) {
  color: var(--faq-accent);
}
body[data-site-diff-page="app"] section:nth-of-type(6) .accordion-body,
body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion-body,
body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion-body,
body[data-site-diff-page="game"] section:nth-of-type(5) .accordion-body,
body[data-site-diff-page="login"] section:nth-of-type(3) .accordion-body,
body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion-body,
body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion-body,
body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion-body {
  padding: 0 1.75rem 1rem 1.65rem;
  border-left: 2px solid color-mix(in srgb, var(--faq-accent) 62%, transparent);
  background: transparent;
  color: var(--sd-muted);
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="app"] section:nth-of-type(6) .accordion,
  body[data-site-diff-page="aviator"] section:nth-of-type(10) .accordion,
  body[data-site-diff-page="dragon-master"] section:nth-of-type(11) .accordion,
  body[data-site-diff-page="game"] section:nth-of-type(5) .accordion,
  body[data-site-diff-page="login"] section:nth-of-type(3) .accordion,
  body[data-site-diff-page="poker"] section:nth-of-type(10) .accordion,
  body[data-site-diff-page="super-keno"] section:nth-of-type(9) .accordion,
  body[data-site-diff-page="wallet"] section:nth-of-type(14) .accordion {
    display: block;
  }
  body[data-site-diff-page="aviator"] section:nth-of-type(8) .card-dark {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
  }
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .row > [class*="col-"]:first-child {
  grid-column: auto;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card {
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 190px;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: 1.25rem minmax(0, auto);
  align-content: start;
  justify-content: stretch;
  gap: 0.55rem 0.75rem;
  padding: 1.1rem;
  text-align: left;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-header .game-tag {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  align-self: start;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-header h5 {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  margin: 0;
  align-self: start;
}
body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-body {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 0;
  }
  body[data-site-diff-page="virtual-casino"] section:nth-of-type(3) .game-card-header {
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: 1.1rem minmax(0, auto);
    gap: 0.4rem 0.55rem;
    padding: 0.85rem;
  }
}
body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 0.78fr) minmax(0, 1.42fr);
  grid-template-rows: auto;
  column-gap: 1rem;
  align-items: center;
  min-height: 126px;
  height: auto;
  padding: 1.05rem 1.1rem;
}
body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card .step-num {
  position: static;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: auto;
  font-size: 2.25rem;
  line-height: 1;
}
body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card h5 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0 !important;
  align-self: center;
}
body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card p {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  margin: 0 !important;
  align-self: center;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    min-height: 0;
    padding: 1rem 0.85rem;
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card .step-num {
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 1.8rem;
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card h5 {
    grid-column: 2;
    grid-row: 1;
  }
  body[data-site-diff-page="wallet"] section:nth-of-type(6) .step-card p {
    grid-column: 2;
    grid-row: 2;
  }
}
body[data-site-diff-page="home"] section:nth-of-type(5) .row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--sd-line-soft);
  border-bottom: 1px solid var(--sd-line-soft);
}
body[data-site-diff-page="home"] section:nth-of-type(5) .row::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3.35rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  opacity: 0.82;
}
body[data-site-diff-page="home"] section:nth-of-type(5) .row > [class*="col-"] {
  display: flex;
  width: auto;
  min-width: 0;
  padding: 0 0.75rem;
}
body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  width: 100%;
  min-height: 250px;
  padding: 1.6rem 0.9rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="home"] section:nth-of-type(5) .step-num {
  position: static;
  align-self: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border: 5px solid var(--body-bg);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--gold));
  color: #0b1020;
  font-size: 1rem;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.38), 0 12px 24px rgba(0, 0, 0, 0.2);
}
body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark h5 {
  min-width: 0;
  margin: 0 0 0.55rem;
  line-height: 1.35;
}
body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark p {
  min-width: 0;
  align-self: start;
  margin: 0;
  line-height: 1.72;
}
body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark a {
  align-self: center;
  margin: auto auto 0 !important;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .row > [class*="col-"] {
  display: flex;
  width: auto;
  min-width: 0;
  padding: 0;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--sd-line-soft);
  border-radius: 12px 26px 26px 26px;
  background: linear-gradient(145deg, rgba(20, 31, 49, 0.92), rgba(9, 17, 29, 0.96));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card::before {
  content: "\201C";
  position: absolute;
  top: 0.1rem;
  right: 1.25rem;
  color: rgba(250, 204, 21, 0.18);
  font-family: Georgia, serif;
  font-size: 4.8rem;
  line-height: 1;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-stars,
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card p {
  position: relative;
  z-index: 1;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card p {
  margin: 1rem 0 0;
  line-height: 1.8;
}
body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card > .mt-3 {
  position: relative;
  z-index: 1;
  margin-top: auto !important;
  padding-top: 1rem;
  border-top: 1px solid var(--sd-line-soft);
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="home"] section:nth-of-type(5) .row {
    display: block;
    padding-left: 2.6rem;
    border-top: 0;
    border-left: 1px solid var(--sd-line-soft);
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .row::before {
    top: 2.7rem;
    right: auto;
    bottom: 2.25rem;
    left: 4.9rem;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--accent), var(--gold));
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .row > [class*="col-"] {
    display: block;
    width: auto;
    padding: 0;
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 0.85rem;
    row-gap: 0.55rem;
    min-height: 0;
    padding: 1.2rem 0.85rem;
    border-bottom: 1px solid var(--sd-line-soft);
    text-align: left;
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .step-num {
    align-self: start;
    justify-self: center;
    width: 48px;
    height: 48px;
    margin: 0;
    border-width: 4px;
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark h5 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 0.55rem;
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark p {
    grid-column: 2;
    grid-row: 2;
  }
  body[data-site-diff-page="home"] section:nth-of-type(5) .card-dark a {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    align-self: end;
    margin: 0 !important;
  }
  body[data-site-diff-page="home"] section:nth-of-type(9) .row {
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page="home"] section:nth-of-type(9) .testi-card {
    min-height: 0;
  }
}
