:root {
  --creator-navy-950: #07101f;
  --creator-navy-900: #0a1031;
  --creator-navy-800: #101b4c;
  --creator-blue: #1d4ed8;
  --creator-orange: #f97316;
  --creator-orange-dark: #c2410c;
  --creator-yellow: #facc15;
  --creator-ink: #11182c;
  --creator-muted: #586176;
  --creator-line: #dfe4ee;
  --creator-surface: #ffffff;
  --creator-canvas: #f4f6fa;
  --creator-radius-sm: 14px;
  --creator-radius-md: 22px;
  --creator-radius-lg: 32px;
  --creator-shadow: 0 24px 70px rgba(7, 16, 31, 0.12);
  --creator-ease: 180ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

body.creator-page {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  background: var(--creator-canvas);
  color: var(--creator-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.creator-page *,
.creator-page *::before,
.creator-page *::after {
  box-sizing: border-box;
}

.creator-page a,
.creator-page button {
  -webkit-tap-highlight-color: transparent;
}

.creator-page a:focus-visible,
.creator-page button:focus-visible,
.creator-page summary:focus-visible {
  outline: 3px solid var(--creator-yellow);
  outline-offset: 4px;
}

.creator-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.creator-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 14px;
  border-radius: var(--creator-radius-lg);
  background:
    radial-gradient(circle at 88% 14%, rgba(249, 115, 22, 0.35), transparent 29%),
    radial-gradient(circle at 12% 104%, rgba(29, 78, 216, 0.45), transparent 38%),
    linear-gradient(135deg, var(--creator-navy-950) 0%, var(--creator-navy-900) 55%, #141b4f 100%);
  color: #fff;
  box-shadow: 0 26px 80px rgba(7, 16, 31, 0.22);
}

.creator-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 86%);
  content: "";
}

.creator-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
  min-height: 650px;
  padding-block: clamp(64px, 8vw, 96px) 48px;
}

.creator-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.creator-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin: 0 0 22px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.creator-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--creator-orange);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.16);
  content: "";
}

.creator-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.85rem, 5.4vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.creator-hero h1 span {
  color: var(--creator-yellow);
}

.creator-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #d8deea;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.creator-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.creator-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--creator-ease), background var(--creator-ease), border-color var(--creator-ease), box-shadow var(--creator-ease);
}

.creator-button svg {
  width: 18px;
  height: 18px;
}

.creator-button--primary {
  background: var(--creator-orange);
  color: #11182c;
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.3);
}

.creator-button--primary:hover {
  background: #fb923c;
  box-shadow: 0 15px 36px rgba(249, 115, 22, 0.36);
  transform: translateY(-2px);
}

.creator-button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.creator-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.creator-hero__microcopy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  color: #aeb8ca;
  font-size: 0.78rem;
  font-weight: 600;
}

.creator-hero__microcopy svg {
  width: 16px;
  height: 16px;
  color: var(--creator-yellow);
}

.creator-showcase {
  position: relative;
  min-height: 520px;
}

.creator-phone {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  width: min(282px, 72%);
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  background: #090d20;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.44);
  transform: translateY(-50%) rotate(2.5deg);
}

.creator-phone::before {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 3;
  width: 76px;
  height: 18px;
  border-radius: 999px;
  background: #090d20;
  content: "";
  transform: translateX(-50%);
}

.creator-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 27px;
}

.creator-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 214px;
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  color: var(--creator-ink);
}

.creator-float--top {
  top: 70px;
  left: -30px;
}

.creator-float--bottom {
  right: -36px;
  bottom: 62px;
}

.creator-float__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--float-color, var(--creator-orange));
  color: var(--float-text, #fff);
}

.creator-float__icon svg {
  width: 20px;
  height: 20px;
}

.creator-float small {
  display: block;
  margin-bottom: 2px;
  color: #687287;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-float strong {
  display: block;
  font-size: 0.85rem;
  line-height: 1.25;
}

.creator-destinations {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.creator-destination {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 78px;
  padding: 15px 18px;
  color: #fff;
}

.creator-destination + .creator-destination {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.creator-destination__mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--destination-color);
  color: var(--destination-text, #fff);
}

.creator-destination__mark svg {
  width: 17px;
  height: 17px;
}

.creator-destination small,
.creator-destination strong {
  display: block;
}

.creator-destination small {
  color: #9fa9bc;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-destination strong {
  margin-top: 2px;
  font-size: 0.82rem;
  line-height: 1.25;
}

.creator-main {
  display: block;
}

.creator-section {
  padding-block: clamp(72px, 9vw, 116px);
}

.creator-section--white {
  background: var(--creator-surface);
}

.creator-section--soft {
  background:
    radial-gradient(circle at 8% 14%, rgba(250, 204, 21, 0.1), transparent 26%),
    var(--creator-canvas);
}

.creator-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.4fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 42px;
}

.creator-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--creator-orange-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.creator-section h2 {
  margin: 0;
  color: var(--creator-ink);
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.creator-section__head p {
  margin: 0;
  color: var(--creator-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

#publicar {
  scroll-margin-top: 104px;
}

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

.creator-path-card {
  --tone: var(--creator-orange);
  --tone-soft: #fff1e8;
  --tone-text: #fff;
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--creator-line);
  border-radius: var(--creator-radius-md);
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 16, 31, 0.055);
  transition: transform var(--creator-ease), border-color var(--creator-ease), box-shadow var(--creator-ease);
}

.creator-path-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--tone);
  content: "";
}

.creator-path-card:hover {
  border-color: color-mix(in srgb, var(--tone) 42%, var(--creator-line));
  box-shadow: 0 22px 50px rgba(7, 16, 31, 0.11);
  transform: translateY(-5px);
}

.creator-path-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.creator-path-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: var(--tone-soft);
  color: var(--tone);
}

.creator-path-card__icon svg {
  width: 23px;
  height: 23px;
}

.creator-path-card__number {
  color: #c1c7d2;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.creator-path-card__tag {
  display: block;
  margin-top: 20px;
  color: var(--tone);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.creator-path-card h3 {
  margin: 8px 0 10px;
  color: var(--creator-ink);
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.creator-path-card p {
  margin: 0 0 20px;
  color: var(--creator-muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.creator-path-card__destination {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  margin-bottom: 14px;
  color: #6a7386;
  font-size: 0.72rem;
  font-weight: 700;
}

.creator-path-card__destination svg {
  width: 15px;
  height: 15px;
  color: var(--tone);
}

.creator-path-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 0 15px;
  border-radius: 11px;
  background: var(--tone);
  color: var(--tone-text);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: filter var(--creator-ease), transform var(--creator-ease);
}

.creator-path-card__action:hover {
  filter: brightness(0.94);
}

.creator-path-card__action svg {
  width: 17px;
  height: 17px;
  transition: transform var(--creator-ease);
}

.creator-path-card__action:hover svg {
  transform: translateX(3px);
}

.creator-how {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--creator-line);
  border-radius: var(--creator-radius-lg);
  background: #fff;
  box-shadow: var(--creator-shadow);
}

.creator-step {
  position: relative;
  min-height: 270px;
  padding: 34px;
}

.creator-step + .creator-step {
  border-left: 1px solid var(--creator-line);
}

.creator-step__number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--creator-navy-900);
  box-shadow: 0 0 0 8px #eef1f7;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.creator-step:not(:last-child)::after {
  position: absolute;
  top: 54px;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--creator-line);
  border-radius: 50%;
  background: #fff;
  color: var(--creator-orange);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  content: "→";
}

.creator-step h3 {
  margin: 0 0 10px;
  color: var(--creator-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.creator-step p {
  margin: 0;
  color: var(--creator-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.creator-clarity {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
}

.creator-clarity__intro {
  position: sticky;
  top: 112px;
}

.creator-clarity__intro p {
  max-width: 480px;
  margin: 20px 0 0;
  color: var(--creator-muted);
}

.creator-clarity__list {
  display: grid;
  gap: 12px;
}

.creator-faq {
  overflow: hidden;
  border: 1px solid var(--creator-line);
  border-radius: 18px;
  background: #fff;
}

.creator-faq summary {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 22px;
  color: var(--creator-ink);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.creator-faq summary::-webkit-details-marker {
  display: none;
}

.creator-faq summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #eef1f7;
  color: var(--creator-navy-900);
  content: "+";
  font-size: 1rem;
  transition: transform var(--creator-ease);
}

.creator-faq[open] summary::after {
  transform: rotate(45deg);
}

.creator-faq p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--creator-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.creator-commercial {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 66px);
  border-radius: var(--creator-radius-lg);
  background:
    radial-gradient(circle at 90% 0%, rgba(250, 204, 21, 0.3), transparent 27%),
    linear-gradient(135deg, #10183f, #07101f);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 16, 31, 0.22);
}

.creator-commercial::after {
  position: absolute;
  right: -62px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border: 46px solid rgba(249, 115, 22, 0.24);
  border-radius: 50%;
  content: "";
}

.creator-commercial__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.creator-commercial .creator-kicker {
  color: var(--creator-yellow);
}

.creator-commercial h2 {
  max-width: 720px;
  color: #fff;
}

.creator-commercial p {
  max-width: 660px;
  margin: 22px 0 30px;
  color: #c7cfde;
}

.creator-commercial__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.creator-footer {
  margin-top: 0;
  padding: 64px 0 26px;
  background: #070b20;
  color: #9ba5b8;
}

.creator-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(140px, 0.6fr));
  gap: 44px;
}

.creator-footer__brand img {
  display: block;
  width: 132px;
  height: auto;
  margin-bottom: 18px;
}

.creator-footer__brand p {
  max-width: 350px;
  margin: 0;
  color: #9ba5b8;
  font-size: 0.82rem;
  line-height: 1.7;
}

.creator-footer__col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.creator-footer__col strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-footer__col a {
  color: #aeb7c8;
  font-size: 0.8rem;
  text-decoration: none;
}

.creator-footer__col a:hover {
  color: #fff;
}

.creator-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #707b90;
  font-size: 0.7rem;
}

@media (max-width: 1080px) {
  .creator-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: 34px;
  }

  .creator-float--top {
    left: -10px;
  }

  .creator-float--bottom {
    right: -12px;
  }

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

  .creator-path-card {
    min-height: 315px;
  }

  .creator-footer__grid {
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(120px, 0.5fr));
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .creator-shell {
    width: min(100% - 32px, 680px);
  }

  .creator-hero {
    margin: 0 8px;
    border-radius: 24px;
  }

  .creator-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 54px;
  }

  .creator-hero__copy {
    max-width: 640px;
  }

  .creator-showcase {
    width: min(100%, 520px);
    min-height: 500px;
    margin: 0 auto;
  }

  .creator-phone {
    right: 50%;
    transform: translate(50%, -50%) rotate(1.5deg);
  }

  .creator-float--top {
    left: 0;
  }

  .creator-float--bottom {
    right: 0;
  }

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

  .creator-destination:nth-child(3) {
    border-left: 0;
  }

  .creator-destination:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .creator-section__head,
  .creator-clarity {
    grid-template-columns: minmax(0, 1fr);
  }

  .creator-section__head {
    gap: 18px;
  }

  .creator-clarity__intro {
    position: static;
  }

  .creator-how {
    grid-template-columns: minmax(0, 1fr);
  }

  .creator-step {
    min-height: auto;
  }

  .creator-step + .creator-step {
    border-top: 1px solid var(--creator-line);
    border-left: 0;
  }

  .creator-step:not(:last-child)::after {
    display: none;
  }

  .creator-step__number {
    margin-bottom: 25px;
  }

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

  .creator-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  html {
    scroll-behavior: auto;
  }

  .creator-shell {
    width: calc(100% - 28px);
  }

  .creator-hero {
    margin: 0 6px;
    border-radius: 20px;
  }

  .creator-hero__grid {
    gap: 22px;
    padding: 42px 0 28px;
  }

  .creator-eyebrow {
    margin-bottom: 18px;
    font-size: 0.65rem;
  }

  .creator-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.55rem);
    line-height: 0.98;
  }

  .creator-hero__lead {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .creator-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 26px;
  }

  .creator-button {
    width: 100%;
    min-height: 54px;
  }

  .creator-hero__microcopy {
    align-items: flex-start;
    line-height: 1.45;
  }

  .creator-showcase {
    min-height: 420px;
  }

  .creator-phone {
    width: 226px;
  }

  .creator-float {
    width: 164px;
    min-height: 60px;
    padding: 10px;
    border-radius: 14px;
  }

  .creator-float--top {
    top: 42px;
  }

  .creator-float--bottom {
    right: -2px;
    bottom: 42px;
  }

  .creator-float__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .creator-float strong {
    font-size: 0.72rem;
  }

  .creator-destinations {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 8px;
  }

  .creator-destination {
    min-height: 64px;
  }

  .creator-destination + .creator-destination,
  .creator-destination:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .creator-section {
    padding-block: 70px;
  }

  .creator-section__head {
    margin-bottom: 30px;
  }

  .creator-section h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .creator-paths {
    grid-template-columns: minmax(0, 1fr);
  }

  .creator-path-card {
    min-height: 305px;
    padding: 21px;
  }

  .creator-step {
    padding: 28px 24px;
  }

  .creator-faq summary {
    min-height: 68px;
    padding: 17px 18px;
    font-size: 0.86rem;
  }

  .creator-faq p {
    padding: 0 18px 18px;
  }

  .creator-commercial {
    padding: 32px 22px;
    border-radius: 24px;
  }

  .creator-commercial__actions {
    display: grid;
  }

  .creator-footer {
    padding-top: 50px;
  }

  .creator-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .creator-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .creator-page *,
  .creator-page *::before,
  .creator-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
