@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazius";
  src: url("../fonts/Mazius-Display-Extraitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #080808;
  --paper: #f4f4ef;
  --white: #ffffff;
  --green: #6fe540;
  --muted: #a4a49e;
  --line: rgba(255, 255, 255, 0.18);
  --radius: 1rem;
  --shell: min(1120px, calc(100% - 3rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: hidden;
}

body {
  max-width: 100%;
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: none;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--green);
  border-radius: 999px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  height: 3px;
  overflow: hidden;
  background: rgba(111, 229, 64, 0.12);
  pointer-events: none;
}

.scroll-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--green);
  box-shadow: 0 0 12px rgba(111, 229, 64, 0.48);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  width: var(--shell);
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  text-decoration: none;
}

.brand-dot {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border-radius: 50%;
  background: var(--green);
}

.brand-word {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.edition,
.eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edition {
  color: var(--muted);
}

.hero {
  width: var(--shell);
  min-height: auto;
  margin: 0 auto;
  display: block;
  padding: clamp(3.5rem, 6vw, 5.25rem) 0 clamp(4.25rem, 7vw, 6rem);
}

.hero-copy {
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 1.3rem;
  color: var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-transform: none;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(3.15rem, 5vw, 4.65rem);
}

.headline-line {
  display: block;
}

.tm-mark {
  position: relative;
  top: -0.04em;
  margin-left: 0.08em;
  font-size: 0.22em;
  letter-spacing: 0;
  vertical-align: top;
}

h1 em,
h2 em {
  color: var(--green);
  font-family: "Mazius", Georgia, serif;
  font-weight: 400;
  text-transform: none;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 1.25rem;
  color: #d4d4cf;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
}

.value-row span {
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d8d8d3;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lead-form {
  width: 100%;
  max-width: 680px;
  margin: 7rem 0 3rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  background: #242424;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.form-heading {
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.form-index {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  flex: 0 0 1.8rem;
  color: var(--ink);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
}

.form-heading h2 {
  margin-bottom: 0.3rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 400;
}

.form-heading h2 strong {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 0.08em;
  font-weight: 700;
}

.form-heading h2 strong::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: -0.12em;
  left: -0.08em;
  height: 0.16em;
  background: var(--green);
  border-radius: 999px;
  transform: scaleX(0) skewX(-8deg);
  transform-origin: left center;
}

.motion-ready .lead-form.is-visible .form-heading h2 strong::before,
html:not(.motion-ready) .form-heading h2 strong::before {
  animation: highlight-sweep 720ms cubic-bezier(0.22, 1, 0.36, 1) 520ms forwards;
}

.form-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.field {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
}

.field > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.9rem;
  color: #a4a49e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(-50%);
  transform-origin: left top;
  transition: color 160ms ease, font-size 160ms ease, top 160ms ease, transform 160ms ease;
}

.field small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 400;
}

.field input {
  width: 100%;
  min-height: 54px;
  padding: 1.18rem 2.7rem 0.32rem 0.9rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input::placeholder {
  color: #777773;
  opacity: 0;
  transition: opacity 160ms ease;
}

.field:focus-within input::placeholder {
  opacity: 1;
}

.field input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(111, 229, 64, 0.14);
}

.field:focus-within > span,
.field.has-value > span {
  top: 0.58rem;
  color: var(--green);
  font-size: 0.58rem;
  transform: translateY(0);
}

.field::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.65);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.field.is-valid::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.field.is-valid input {
  border-color: rgba(111, 229, 64, 0.72);
}

.field input[aria-invalid="true"] {
  border-color: #ff775f;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0.1rem 0 0.85rem;
  color: #b8b8b2;
  font-size: 0.72rem;
}

.consent input {
  width: 1rem;
  height: 1rem;
  margin: 0.12rem 0 0;
  accent-color: var(--green);
}

.consent a {
  color: var(--white);
}

.consent-marketing {
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.primary-button {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: #82ef59;
}

.primary-button:focus-visible,
.secondary-link:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.primary-button.is-ready {
  box-shadow: 0 0 0 0 rgba(111, 229, 64, 0);
  animation: button-ready 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes highlight-sweep {
  0% {
    transform: scaleX(0) skewX(-8deg);
  }
  100% {
    transform: scaleX(1) skewX(-8deg);
  }
}

@keyframes button-ready {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(111, 229, 64, 0.4);
  }
  48% {
    transform: scale(1.018);
    box-shadow: 0 0 0 8px rgba(111, 229, 64, 0.1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(111, 229, 64, 0);
  }
}

.button-link {
  max-width: 330px;
  text-decoration: none;
}

.form-note,
.form-status {
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 0.72rem;
}

.form-note {
  color: var(--muted);
}

.form-status {
  min-height: 1.1em;
  color: var(--green);
}

.form-status.is-error {
  color: #ff947f;
}

.metric-strip {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-strip div {
  min-height: 100px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip strong {
  color: var(--green);
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.9;
}

.metric-strip span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.manifesto h2,
.section-heading h2,
.closing h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4.3vw, 4.25rem);
}

.manifesto-grid > div {
  align-self: end;
  color: #bcbcb7;
  font-size: 1rem;
}

.manifesto-grid .large-copy {
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.controls {
  border-top: 1px solid var(--line);
  background: #242424;
  box-shadow: 0 0 0 100vmax #242424;
  clip-path: inset(0 -100vmax);
}

.section-heading {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: end;
}

.section-heading > p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading.compact {
  grid-template-columns: 1fr;
}

.heading-copy-with-lottie {
  position: relative;
  min-width: 0;
  padding-right: clamp(4.75rem, 8vw, 7rem);
}

.lottie-accent {
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: clamp(4rem, 7vw, 6rem);
  height: clamp(4rem, 7vw, 6rem);
  display: block;
  opacity: 0.9;
  filter: drop-shadow(0 0 14px rgba(111, 229, 64, 0.12));
  pointer-events: none;
}

.control-grid {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
}

.control-grid li {
  width: 100%;
  min-width: 0;
  min-height: 360px;
  aspect-ratio: 4 / 5;
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.control-grid li:hover {
  border-color: var(--green);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.control-card-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.control-card-top img {
  width: auto;
  height: 3rem;
}

.control-grid .control-card-top span {
  color: #737373;
  font-size: 0.72rem;
  font-weight: 700;
}

.control-grid strong {
  max-width: 100%;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.control-grid small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.diagnosis {
  border-top: 1px solid var(--line);
}

.diagnosis-list {
  border-top: 1px solid var(--line);
}

.diagnosis-list article {
  position: relative;
  min-height: 104px;
  padding: 1.25rem 5rem 1.25rem 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.5fr) 1fr;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.diagnosis-list p {
  margin: 0;
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.diagnosis-list h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: 0;
}

.diagnosis-list article > span {
  position: absolute;
  right: 0;
  color: #2a2a2a;
  font-size: 3.1rem;
  font-weight: 700;
}

.closing {
  background: #242424;
  box-shadow: 0 0 0 100vmax #242424;
  clip-path: inset(0 -100vmax);
}

.closing-card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.25rem);
  color: var(--ink);
  background: var(--paper);
  border-radius: 1.35rem;
}

.closing-card .eyebrow {
  color: #353535;
}

.closing-card h2 {
  max-width: 760px;
}

.closing-card > p:not(.eyebrow) {
  max-width: 640px;
  margin: 1.6rem 0 2rem;
  color: #4d4d49;
  font-size: 1rem;
}

.closing-dot {
  display: none;
}

.closing-card > *:not(.closing-dot) {
  position: relative;
  z-index: 1;
}

.landing-footer {
  width: var(--shell);
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}

.landing-footer p {
  margin: 0;
  text-align: center;
}

.landing-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.landing-footer nav a {
  text-decoration: none;
}

.landing-footer nav a:hover {
  color: var(--green);
}

.footer-brand {
  justify-self: start;
}

.thankyou-page {
  min-height: 100vh;
}

.thankyou-main {
  width: var(--shell);
  min-height: calc(100vh - 172px);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
}

.thankyou-copy h1 {
  font-size: clamp(3.1rem, 5vw, 4.8rem);
}

.thankyou-copy > p:not(.eyebrow):not(.download-note) {
  max-width: 650px;
  color: #c5c5c0;
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.thankyou-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.secondary-link {
  color: var(--white);
  text-underline-offset: 0.25rem;
}

.download-note {
  max-width: 520px;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.simple-footer {
  grid-template-columns: 1fr 1fr;
}

.simple-footer p {
  text-align: left;
}

/* Animazioni di entrata: leggere, progressive e attivate dallo scroll. */
.motion-ready .site-header,
.motion-ready .hero .eyebrow,
.motion-ready .headline-line,
.motion-ready .hero-lead,
.motion-ready .value-row,
.motion-ready .lead-form,
.motion-ready .metric-strip > div,
.motion-ready .manifesto > .eyebrow,
.motion-ready .manifesto-grid > *,
.motion-ready .controls .section-heading > *,
.motion-ready .control-grid > li,
.motion-ready .diagnosis .section-heading,
.motion-ready .diagnosis-list > article,
.motion-ready .closing-card,
.motion-ready .footer-top-grid > *,
.motion-ready .footer-bottom-grid > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.motion-ready .lead-form,
.motion-ready .closing-card {
  transform: translate3d(0, 24px, 0) scale(0.985);
}

.motion-ready .reveal-item {
  will-change: opacity, transform;
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .tilt-card,
  .motion-ready .reveal-item.is-visible.tilt-card {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --tilt-lift: 0px;
    --tilt-scale: 1;
    transform:
      perspective(1000px)
      translate3d(0, var(--tilt-lift), 0)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y))
      scale3d(var(--tilt-scale), var(--tilt-scale), 1);
    transform-style: preserve-3d;
    transform-origin: center;
  }

  .tilt-card.tilt-enabled {
    transition:
      transform 170ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 200ms ease,
      box-shadow 200ms ease;
  }

  .tilt-card.tilt-enabled.is-tilting {
    --tilt-lift: -4px;
    --tilt-scale: 1.012;
  }

  .tilt-card.tilt-enabled > * {
    transform: translateZ(12px);
  }
}

@media (max-width: 900px) {
  .manifesto-grid,
  .section-heading,
  .thankyou-main {
    grid-template-columns: 1fr;
  }

  .control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  :root {
    --shell: min(1120px, calc(100% - 1.25rem));
  }

  .site-header {
    min-height: 68px;
  }

  .scroll-progress {
    height: 2px;
  }

  .heading-copy-with-lottie {
    padding-right: 3.9rem;
  }

  .lottie-accent {
    top: -0.2rem;
    width: 3.4rem;
    height: 3.4rem;
  }

  .edition {
    max-width: 145px;
    font-size: 0.57rem;
    text-align: right;
  }

  .hero {
    gap: 3.4rem;
    padding: 2.8rem 0 4rem;
  }

  h1 {
    font-size: clamp(2.05rem, 9.8vw, 3rem);
  }

  .headline-line:first-child {
    white-space: nowrap;
  }

  .tm-mark {
    font-size: 0.24em;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lead-form {
    width: calc(100% + 0.3rem);
    margin: 7rem -0.15rem 3rem;
    padding: 2rem;
  }

  .metric-strip {
    grid-template-columns: 1fr 1fr;
  }

  .metric-strip div {
    min-height: 94px;
    border-bottom: 1px solid var(--line);
  }

  .manifesto-grid {
    gap: 2rem;
  }

  .section-heading {
    gap: 1rem;
  }

  .control-grid li {
    min-height: 250px;
    aspect-ratio: auto;
    padding: 1.15rem;
  }

  .control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .control-card-top img {
    height: 2.3rem;
  }

  .control-grid strong {
    font-size: 1.05rem;
  }

  .control-grid small {
    font-size: 0.78rem;
  }

  .diagnosis-list article {
    padding: 1.35rem 3.6rem 1.35rem 0;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .diagnosis-list article > span {
    font-size: 3rem;
  }

  .closing-card {
    border-radius: 1.35rem;
  }

  .closing-dot {
    right: -7rem;
    bottom: -8rem;
  }

  .landing-footer,
  .simple-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .landing-footer p {
    text-align: left;
  }

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

  .thankyou-main {
    min-height: auto;
    padding: 3.5rem 0 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-heading h2 strong::before {
    animation: none;
    transform: scaleX(1) skewX(-8deg);
  }

  .primary-button.is-ready {
    animation: none;
  }

  .lottie-accent {
    display: none;
  }

  .tilt-card,
  .tilt-card > * {
    transform: none !important;
  }

  .motion-ready .site-header,
  .motion-ready .hero .eyebrow,
  .motion-ready .headline-line,
  .motion-ready .hero-lead,
  .motion-ready .value-row,
  .motion-ready .lead-form,
  .motion-ready .metric-strip > div,
  .motion-ready .manifesto > .eyebrow,
  .motion-ready .manifesto-grid > *,
  .motion-ready .controls .section-heading > *,
  .motion-ready .control-grid > li,
  .motion-ready .diagnosis .section-heading,
  .motion-ready .diagnosis-list > article,
  .motion-ready .closing-card,
  .motion-ready .footer-top-grid > *,
  .motion-ready .footer-bottom-grid > * {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
