:root {
  --forest: #123b36;
  --forest-deep: #092823;
  --forest-soft: #1b5149;
  --mint: #b8f3d6;
  --mint-pale: #eaf9f1;
  --coral: #ff785d;
  --coral-deep: #e85a40;
  --sand: #f4efe3;
  --cream: #fffdf7;
  --paper: #ffffff;
  --ink: #17332f;
  --ink-soft: #5a6d69;
  --line: #d8e4df;
  --shadow: 0 28px 80px rgba(7, 47, 40, 0.16);
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 999;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--forest-deep);
  background: var(--mint);
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 18px;
}

.header-shell,
.section-shell,
.footer-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 40, 35, 0.94);
  backdrop-filter: blur(16px);
}

.header-shell {
  min-height: 76px;
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  align-items: center;
  gap: 28px;
}

.brand {
  width: max-content;
}

.brand img,
.footer-brand img {
  width: auto;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 750;
}

.site-nav a {
  padding: 26px 0 23px;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--mint);
}

.header-download {
  justify-self: end;
  min-width: 132px;
  padding: 10px 19px;
  border: 1px solid rgba(184, 243, 214, 0.44);
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--mint);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-download:hover,
.header-download:focus-visible {
  transform: translateY(-2px);
  background: #d3ffe8;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: 58px;
  padding: 94px max(24px, calc((100vw - var(--shell)) / 2)) 102px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 22%, rgba(184, 243, 214, 0.14), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(255, 120, 93, 0.13), transparent 28%),
    linear-gradient(135deg, var(--forest-deep), var(--forest) 55%, #174b43);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 48% 50%, #000 0%, transparent 78%);
}

.hero::after {
  content: "APP";
  position: absolute;
  right: -26px;
  bottom: -122px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(220px, 25vw, 420px);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.hero-shell,
.mobile-stage {
  position: relative;
  z-index: 2;
}

.app-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding: 8px 15px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--mint);
  font-size: 13px;
  font-weight: 850;
}

.app-mark img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
}

.eyebrow,
.section-kicker,
.version-type {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

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

.download-button {
  min-width: 230px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.download-button:hover,
.download-button:focus-visible {
  transform: translateY(-3px);
}

.download-button-primary {
  color: var(--forest-deep);
  background: var(--mint);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.download-button-primary:hover,
.download-button-primary:focus-visible {
  box-shadow: 0 23px 46px rgba(0, 0, 0, 0.25);
}

.download-button-light {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.download-button-light:hover,
.download-button-light:focus-visible {
  background: rgba(255, 255, 255, 0.13);
}

.download-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #fff;
  background: var(--forest);
  font-size: 18px;
  font-weight: 950;
}

.download-button-light .download-symbol {
  color: var(--forest-deep);
  background: var(--coral);
}

.download-button strong,
.download-button small {
  display: block;
}

.download-button strong {
  font-size: 16px;
  line-height: 1.25;
}

.download-button small {
  margin-top: 2px;
  opacity: 0.72;
  font-size: 12px;
}

.hero-answer {
  max-width: 720px;
  margin-top: 25px;
  padding-left: 16px;
  border-left: 3px solid var(--coral);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.hero-answer b {
  color: #fff;
}

.mobile-stage {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.mobile-stage::before,
.mobile-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.mobile-stage::before {
  width: 430px;
  height: 430px;
  border: 1px solid rgba(184, 243, 214, 0.18);
  box-shadow: inset 0 0 80px rgba(184, 243, 214, 0.05);
}

.mobile-stage::after {
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
}

.phone {
  position: absolute;
  width: 230px;
  height: 452px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background: #071b18;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.35);
}

.phone-front {
  z-index: 3;
  transform: translate(56px, -4px) rotate(4deg);
}

.phone-back {
  z-index: 2;
  opacity: 0.72;
  transform: translate(-88px, 34px) rotate(-10deg) scale(0.92);
}

.phone-notch {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 2;
  width: 84px;
  height: 22px;
  border-radius: 0 0 13px 13px;
  background: #071b18;
  transform: translateX(-50%);
}

.phone-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 29px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 243, 214, 0.28), transparent 32%),
    linear-gradient(180deg, #174c43, #0b2d28);
}

.phone-screen img {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.phone-screen strong {
  margin-top: 18px;
  color: #fff;
  font-size: 20px;
}

.phone-screen span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.screen-progress {
  width: 100%;
  height: 6px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.screen-progress i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--coral);
}

.phone-screen-soft {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  background: linear-gradient(180deg, #3b665f, #173a34);
}

.screen-label {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 900;
}

.screen-lines {
  width: 100%;
  margin-top: 20px;
}

.screen-lines i {
  display: block;
  height: 10px;
  margin-top: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.screen-lines i:nth-child(2) {
  width: 72%;
}

.screen-lines i:nth-child(3) {
  width: 46%;
  background: var(--mint);
}

.stage-chip {
  position: absolute;
  z-index: 5;
  min-width: 144px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  background: rgba(10, 38, 33, 0.86);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.stage-chip b,
.stage-chip span {
  display: block;
}

.stage-chip b {
  font-size: 14px;
}

.stage-chip span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.stage-chip-one {
  left: 4%;
  top: 22%;
}

.stage-chip-two {
  right: 0;
  bottom: 18%;
}

.quick-route {
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.route-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  color: #47605b;
  font-size: 13px;
  font-weight: 800;
}

.route-shell i {
  color: var(--coral);
  font-style: normal;
}

.version-section,
.guide-section,
.requirements-section,
.faq-section {
  padding: 106px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading-center {
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2,
.guide-intro h2,
.requirements-card h2,
.faq-heading h2,
.final-shell h2 {
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-heading > p:last-child,
.guide-intro > p,
.requirements-card > p,
.faq-heading > p {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.mobile-version-list {
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.mobile-version {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 34px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.version-number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(18, 59, 54, 0.24);
  font-size: 64px;
  font-weight: 950;
  line-height: 1;
}

.version-copy h3 {
  margin: 0;
  color: var(--forest-deep);
  font-size: 28px;
  line-height: 1.25;
}

.version-copy > p:last-of-type {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.version-copy dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 18px 0 0;
}

.version-copy dl div {
  display: flex;
  gap: 8px;
  font-size: 13px;
}

.version-copy dt {
  color: var(--forest);
  font-weight: 900;
}

.version-copy dd {
  margin: 0;
  color: var(--ink-soft);
}

.version-action {
  justify-self: end;
  width: 100%;
  padding: 13px 18px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.version-action:hover,
.version-action:focus-visible {
  color: #fff;
  background: var(--forest);
  transform: translateY(-2px);
}

.ios-version .version-type {
  color: var(--forest-soft);
}

.guide-section {
  color: #fff;
  background: var(--forest-deep);
}

.guide-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 82px;
  align-items: start;
}

.guide-intro {
  position: sticky;
  top: 115px;
}

.guide-intro h2 {
  color: #fff;
}

.guide-intro > p {
  color: rgba(255, 255, 255, 0.66);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(184, 243, 214, 0.5);
  color: var(--mint);
  font-weight: 900;
}

.guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 0 0 34px;
}

.guide-steps li + li {
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.guide-steps li > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--mint);
  font-size: 18px;
  font-weight: 950;
}

.guide-steps h3 {
  margin: 0;
  font-size: 21px;
}

.guide-steps p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.requirements-section {
  padding-bottom: 0;
  background: var(--mint-pale);
}

.requirements-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 90px;
}

.requirements-card {
  padding: 46px;
  border-radius: 0 44px 0 44px;
  color: #fff;
  background: var(--forest);
  box-shadow: var(--shadow);
}

.requirements-card h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
}

.requirements-card > p {
  color: rgba(255, 255, 255, 0.68);
}

.check-meter {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

.check-meter i {
  flex: 1;
  height: 8px;
  border-radius: 99px;
  background: var(--mint);
}

.check-meter i:last-child {
  background: var(--coral);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.check-list article {
  padding: 26px 0;
  border-bottom: 1px solid rgba(18, 59, 54, 0.16);
}

.check-list b {
  color: var(--forest-deep);
  font-size: 17px;
}

.check-list p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.official-note {
  color: #fff;
  background: var(--coral);
}

.official-note-shell {
  min-height: 102px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 28px;
}

.official-note strong {
  font-size: 18px;
}

.official-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 14px;
}

.faq-section {
  background: var(--cream);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 112px;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 23px 50px 23px 0;
  color: var(--forest-deep);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest);
  font-size: 20px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
  color: #fff;
  border-color: var(--forest);
  background: var(--forest);
}

.faq-list details p {
  margin: -3px 60px 23px 0;
  color: var(--ink-soft);
}

.final-cta {
  padding: 40px 0;
  color: #fff;
  background: var(--forest);
}

.final-shell {
  display: grid;
  grid-template-columns: 72px 1fr 210px;
  align-items: center;
  gap: 24px;
}

.final-shell > img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
}

.final-shell p {
  margin: 0 0 3px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.final-shell h2 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}

.final-button {
  padding: 14px 20px;
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--mint);
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.final-button:hover,
.final-button:focus-visible {
  transform: translateY(-2px);
  background: #d4ffe9;
}

.site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: #071b18;
}

.footer-shell {
  min-height: 150px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}

.footer-shell p {
  margin: 0;
}

.footer-shell > span {
  text-align: right;
}

@media (max-width: 980px) {
  .header-shell {
    grid-template-columns: 1fr auto auto;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: var(--forest-deep);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 10px 12px;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 78px;
  }

  .hero-shell {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .app-mark {
    margin-inline: auto;
  }

  .hero h1,
  .hero-lead,
  .hero-answer {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-answer {
    text-align: left;
  }

  .mobile-stage {
    min-height: 440px;
  }

  .mobile-version {
    grid-template-columns: 80px 1fr;
  }

  .version-action {
    grid-column: 2;
    justify-self: start;
    width: auto;
    min-width: 220px;
  }

  .guide-layout,
  .requirements-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .guide-intro,
  .faq-heading {
    position: static;
  }

  .official-note-shell {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-shell {
    grid-template-columns: 160px 1fr;
  }

  .footer-shell > span {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .header-shell,
  .section-shell,
  .footer-shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-shell {
    min-height: 68px;
    gap: 10px;
  }

  .brand img {
    height: 31px;
  }

  .header-download {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 62px 14px 74px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .download-button {
    width: 100%;
    min-width: 0;
  }

  .mobile-stage {
    min-height: 405px;
    margin-top: 20px;
    transform: scale(0.88);
  }

  .stage-chip-one {
    left: -5%;
  }

  .stage-chip-two {
    right: -4%;
  }

  .route-shell {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
  }

  .route-shell i {
    transform: rotate(90deg);
  }

  .version-section,
  .guide-section,
  .requirements-section,
  .faq-section {
    padding: 76px 0;
  }

  .section-heading-center {
    margin-bottom: 32px;
  }

  .mobile-version {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .version-number {
    font-size: 48px;
  }

  .version-copy dl {
    display: grid;
    gap: 8px;
  }

  .version-action {
    grid-column: auto;
    width: 100%;
  }

  .guide-layout {
    gap: 38px;
  }

  .guide-steps li {
    grid-template-columns: 48px 1fr;
    gap: 17px;
  }

  .guide-steps li > span {
    width: 44px;
    height: 44px;
  }

  .requirements-card {
    padding: 32px 24px;
    border-radius: 0 30px 0 30px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .final-shell {
    grid-template-columns: 58px 1fr;
  }

  .final-shell > img {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .final-button {
    grid-column: 1 / -1;
  }

  .footer-shell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media (max-width: 430px) {
  .mobile-stage {
    margin-inline: -25px;
    transform: scale(0.78);
  }

  .phone-front {
    transform: translate(48px, -4px) rotate(4deg);
  }

  .phone-back {
    transform: translate(-75px, 34px) rotate(-10deg) scale(0.9);
  }
}

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

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