:root {
  --ink: #0d0e12;
  --ink-2: #12141b;
  --sapphire: #1f2430;
  --gold: #c5a059;
  --gold-soft: #ead08d;
  --platinum: #e6e8ea;
  --muted: #aeb3bc;
  --line: rgba(197, 160, 89, 0.26);
  --line-strong: rgba(197, 160, 89, 0.48);
  --glass: rgba(31, 36, 48, 0.72);
  --glass-soft: rgba(230, 232, 234, 0.055);
  --danger: #d66a5f;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
  --header-h: 84px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 7%, rgba(197, 160, 89, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(197, 160, 89, 0.14), transparent 23rem),
    linear-gradient(135deg, #07080b 0%, var(--ink) 36%, #151720 100%);
  color: var(--platinum);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 72%);
  opacity: .55;
  z-index: -1;
}

body.menu-open {
  overflow: hidden;
}

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

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

p {
  color: var(--muted);
  line-height: 1.72;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

strong {
  color: var(--platinum);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  color: var(--platinum);
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

main {
  position: relative;
}

.club-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(calc(100% - 32px), var(--max));
  min-height: 68px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(13, 14, 18, 0.55);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 58px rgba(0, 0, 0, 0.32);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 14px;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.club-header.scrolled {
  background: rgba(13, 14, 18, 0.84);
  border-color: var(--line-strong);
}

.brand-lockup img,
.footer-logo img {
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .5));
}

.club-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(230, 232, 234, 0.82);
  font-size: .92rem;
}

.club-nav a,
.mobile-panel a,
.site-footer nav a {
  border-radius: 999px;
  padding: 12px 16px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.club-nav a:hover,
.mobile-panel a:hover,
.site-footer nav a:hover {
  background: rgba(197, 160, 89, .12);
  color: var(--gold-soft);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #17120a;
  font-weight: 800;
  cursor: pointer;
}

.mobile-panel {
  position: fixed;
  top: 96px;
  left: 16px;
  right: 16px;
  z-index: 39;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(13, 14, 18, .92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.mobile-panel.open {
  display: flex;
}

.hero-vault,
.intro-strip,
.vault-grid,
.split-ledger,
.showcase-panel,
.security-stack,
.steps-arena,
.bonus-chamber,
.games-studio,
.payments-stage,
.mobile-suite,
.evaluation,
.club-tabs,
.responsible,
.final-verdict,
.faq-section,
.site-footer {
  width: min(calc(100% - 32px), var(--max));
  margin-left: auto;
  margin-right: auto;
}

.hero-vault {
  min-height: 100svh;
  padding: 134px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  align-items: center;
  gap: 34px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy p {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(230, 232, 234, 0.8);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .75rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(197, 160, 89, .85);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #17120a;
  box-shadow: 0 15px 40px rgba(197, 160, 89, .24);
}

.btn-primary:hover {
  box-shadow: 0 22px 58px rgba(197, 160, 89, .32);
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: rgba(230, 232, 234, 0.04);
  color: var(--platinum);
}

.hero-image-frame,
.angled-image,
.phone-image {
  margin: 0;
  position: relative;
}

.hero-image-frame {
  border-radius: 38px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(197, 160, 89, .38), rgba(31, 36, 48, .28));
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}

.hero-image-frame::before,
.angled-image::before,
.phone-image::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(197, 160, 89, .22), transparent 48%);
  pointer-events: none;
}

.hero-image-frame img,
.angled-image img,
.phone-image img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(230, 232, 234, .09);
}

.hero-image-frame img {
  min-height: 420px;
}

figcaption,
.caption-note,
.full-width-note {
  color: rgba(230, 232, 234, .72);
  font-size: .94rem;
  line-height: 1.55;
}

figcaption {
  margin-top: 14px;
  padding: 0 10px 4px;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
  margin-bottom: 62px;
}

.intro-strip p,
.ledger-card,
.vault-grid,
.security-stack,
.steps-arena,
.bonus-chamber,
.games-card,
.live-card,
.payments-stage,
.mobile-suite,
.evaluation,
.club-tabs,
.responsible,
.final-verdict,
.faq-section {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(31, 36, 48, .72), rgba(13, 14, 18, .72));
  box-shadow: 0 20px 76px rgba(0, 0, 0, .3);
  backdrop-filter: blur(18px);
}

.intro-strip p {
  margin: 0;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.vault-grid,
.security-stack,
.evaluation,
.faq-section {
  padding: clamp(26px, 4vw, 52px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.vault-grid h2,
.security-stack h2,
.evaluation h2,
.faq-section h2 {
  margin-bottom: 26px;
}

.table-shell {
  overflow: auto;
  border: 1px solid rgba(230, 232, 234, .1);
  border-radius: 24px;
  background: rgba(13, 14, 18, .42);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th,
td {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(230, 232, 234, .08);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--gold-soft);
  background: rgba(197, 160, 89, .1);
  font-size: .92rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

td {
  color: rgba(230, 232, 234, .76);
}

td:first-child {
  color: var(--platinum);
  font-weight: 800;
  white-space: nowrap;
}

tr:last-child td {
  border-bottom: 0;
}

.split-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  gap: 22px;
  margin-bottom: 62px;
}

.ledger-card {
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 48px);
}

.primary-copy p:last-child,
.showcase-copy p:last-child,
.security-stack p:last-child,
.bonus-main p:last-child,
.games-card p:last-child,
.live-card p:last-child,
.mobile-copy p:last-child,
.final-verdict p:last-of-type {
  margin-bottom: 0;
}

.question-card {
  position: relative;
  overflow: hidden;
}

.question-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, .28), transparent 72%);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  color: rgba(230, 232, 234, .78);
  line-height: 1.55;
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(197, 160, 89, .7);
}

.check-list.danger li::before {
  background: var(--danger);
  box-shadow: 0 0 18px rgba(214, 106, 95, .65);
}

.showcase-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 62px;
}

.showcase-copy {
  padding: clamp(12px, 2vw, 20px) 0;
}

.angled-image {
  border-radius: 32px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(197, 160, 89, .32), rgba(31, 36, 48, .38));
  transform: rotate(1deg);
}

.angled-image img {
  min-height: 370px;
}

.security-stack {
  position: relative;
  overflow: hidden;
}

.security-stack::after {
  content: "";
  position: absolute;
  inset: auto 4% -110px auto;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(197, 160, 89, .18);
  border-radius: 50%;
  opacity: .6;
}

.three-column-text {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.three-column-text p {
  margin: 0;
}

.steps-arena {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 24px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.step-list,
.bonus-steps ol,
.flow-card ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.step-list li,
.bonus-steps li,
.flow-card li {
  counter-increment: item;
  color: rgba(230, 232, 234, .78);
  line-height: 1.58;
  padding: 15px 16px 15px 56px;
  background: rgba(230, 232, 234, .045);
  border: 1px solid rgba(230, 232, 234, .08);
  border-radius: 16px;
  position: relative;
}

.step-list li::before,
.bonus-steps li::before,
.flow-card li::before {
  content: counter(item);
  position: absolute;
  left: 16px;
  top: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(197, 160, 89, .17);
  color: var(--gold-soft);
  font-size: .8rem;
  font-weight: 900;
}

.full-width-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(197, 160, 89, .08);
}

.bonus-chamber {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.bonus-main {
  grid-row: span 2;
}

.interactive-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(230, 232, 234, .1);
  background: rgba(13, 14, 18, .38);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
  outline: none;
}

.interactive-card:hover,
.interactive-card:focus-visible {
  transform: translateY(-5px) rotate(.4deg);
  border-color: var(--line-strong);
  background: rgba(197, 160, 89, .07);
}

.interactive-card h3 {
  margin-bottom: 18px;
}

.games-studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 62px;
}

.games-card,
.live-card {
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 44px);
}

.live-card {
  background: linear-gradient(145deg, rgba(197, 160, 89, .1), rgba(31, 36, 48, .75));
}

.caption-note {
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: rgba(230, 232, 234, .72);
}

.payments-stage {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 24px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.payment-flows {
  display: grid;
  gap: 16px;
}

.flow-card {
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid rgba(230, 232, 234, .1);
  background: rgba(13, 14, 18, .38);
}

.flow-card h3 {
  margin-bottom: 18px;
}

.mobile-suite {
  display: grid;
  grid-template-columns: minmax(380px, 1.06fr) minmax(0, .94fr);
  gap: 34px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.phone-image {
  border-radius: 32px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(197, 160, 89, .2), rgba(31, 36, 48, .46));
  transform: rotate(-.8deg);
}

.phone-image img {
  min-height: 360px;
}

.score-table td:nth-child(2) {
  color: var(--gold-soft);
  font-weight: 900;
  white-space: nowrap;
}

.club-tabs {
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius-xl);
  margin-bottom: 62px;
}

.tabs-head {
  margin-bottom: 24px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tab-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 18px;
  background: rgba(230, 232, 234, .04);
  color: rgba(230, 232, 234, .82);
  font-weight: 900;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}

.tab-button:hover,
.tab-button.active {
  border-color: var(--line-strong);
  background: linear-gradient(135deg, rgba(197, 160, 89, .22), rgba(197, 160, 89, .08));
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.tab-panel {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(230, 232, 234, .08);
  padding: 28px;
  background: rgba(13, 14, 18, .36);
}

.tab-panel h2,
.tab-panel h3 {
  margin-bottom: 16px;
}

.responsible {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 48px);
  margin-bottom: 62px;
  background: linear-gradient(135deg, rgba(214, 106, 95, .09), rgba(31, 36, 48, .76));
}

.responsible-copy p:first-child {
  margin-top: 0;
}

.responsible-copy p:last-child {
  margin-bottom: 0;
}

.final-verdict {
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 64px);
  margin-bottom: 62px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.final-verdict::before {
  content: "";
  position: absolute;
  inset: auto 50% -160px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  transform: translateX(50%);
  background: radial-gradient(circle, rgba(197, 160, 89, .2), transparent 72%);
}

.final-verdict p {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.final-verdict .btn {
  margin-top: 14px;
}

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

.faq-item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(230, 232, 234, .09);
  background: rgba(13, 14, 18, .34);
}

.faq-question {
  width: 100%;
  border: 0;
  padding: 20px 54px 20px 22px;
  text-align: left;
  background: transparent;
  color: var(--platinum);
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-soft);
  font-size: 1.5rem;
  transition: transform .25s ease;
}

.faq-question[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  padding: 0 22px 22px;
}

.faq-answer p {
  margin: 0;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  border-radius: 999px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #17120a;
  font-weight: 900;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .4);
  transition: transform .25s ease, box-shadow .25s ease;
}

.floating-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.cookie-card {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 36;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
  background: rgba(13, 14, 18, .86);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .4);
}

.cookie-card p {
  margin: 0;
  font-size: .92rem;
}

.cookie-card.hide {
  display: none;
}

.cookie-accept {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(197, 160, 89, .18);
  color: var(--gold-soft);
  font-weight: 900;
  cursor: pointer;
}

.site-footer {
  margin-top: 30px;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: rgba(13, 14, 18, .7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  color: rgba(230, 232, 234, .78);
  font-size: .92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .club-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-vault,
  .showcase-panel,
  .mobile-suite {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .three-column-text,
  .games-studio,
  .payments-stage,
  .responsible {
    grid-template-columns: 1fr;
  }

  .bonus-chamber,
  .steps-arena,
  .split-ledger {
    grid-template-columns: 1fr;
  }

  .bonus-main {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .club-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
    border-radius: 24px;
  }

  .brand-lockup img {
    width: 170px;
  }

  .menu-toggle {
    padding: 11px 14px;
  }

  .mobile-panel {
    top: 88px;
    left: 10px;
    right: 10px;
  }

  .hero-vault {
    width: min(calc(100% - 20px), var(--max));
    padding-top: 118px;
    min-height: auto;
  }

  .hero-actions,
  .tabs {
    flex-direction: column;
  }

  .btn,
  .tab-button {
    width: 100%;
  }

  .intro-strip {
    grid-template-columns: 1fr;
    width: min(calc(100% - 20px), var(--max));
  }

  .hero-image-frame,
  .angled-image,
  .phone-image {
    transform: none;
  }

  .hero-image-frame img,
  .angled-image img,
  .phone-image img {
    min-height: 260px;
  }

  .vault-grid,
  .split-ledger,
  .showcase-panel,
  .security-stack,
  .steps-arena,
  .bonus-chamber,
  .games-studio,
  .payments-stage,
  .mobile-suite,
  .evaluation,
  .club-tabs,
  .responsible,
  .final-verdict,
  .faq-section,
  .site-footer {
    width: min(calc(100% - 20px), var(--max));
    margin-bottom: 38px;
  }

  .intro-strip p,
  .ledger-card,
  .vault-grid,
  .security-stack,
  .steps-arena,
  .bonus-chamber,
  .games-card,
  .live-card,
  .payments-stage,
  .mobile-suite,
  .evaluation,
  .club-tabs,
  .responsible,
  .final-verdict,
  .faq-section {
    border-radius: 24px;
  }

  th,
  td {
    padding: 14px 16px;
  }

  .tab-panel {
    padding: 20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .floating-cta {
    right: 10px;
    left: 10px;
    text-align: center;
  }

  .cookie-card {
    left: 10px;
    right: 10px;
    bottom: 76px;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
