:root {
  color-scheme: light;
  --green: #2f806b;
  --green-deep: #0d564a;
  --green-ink: #10271f;
  --mint: #dfeee5;
  --lime: #b8f06a;
  --warm: #f7f3eb;
  --paper: #fbf8f1;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-solid: #ffffff;
  --ink: #121915;
  --muted: #66736d;
  --line: rgba(18, 25, 21, 0.12);
  --shadow: 0 30px 90px rgba(13, 86, 74, 0.18);
  --header-bg: rgba(251, 248, 241, 0.72);
  --hero-text: #07140f;
  --hero-muted: rgba(7, 20, 15, 0.72);
  --hero-shade: linear-gradient(90deg, rgba(247, 243, 235, 0.94) 0%, rgba(247, 243, 235, 0.74) 35%, rgba(247, 243, 235, 0.2) 66%, rgba(247, 243, 235, 0.08) 100%);
  --radius: 28px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --green: #6fb49d;
  --green-deep: #2f806b;
  --green-ink: #eaf7ef;
  --mint: rgba(111, 180, 157, 0.18);
  --lime: #c5f276;
  --warm: #0c1110;
  --paper: #101614;
  --surface: rgba(22, 31, 28, 0.72);
  --surface-solid: #161f1c;
  --ink: #f1f6f2;
  --muted: #aab8b1;
  --line: rgba(241, 246, 242, 0.14);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --header-bg: rgba(12, 17, 16, 0.66);
  --hero-text: #f4f9f5;
  --hero-muted: rgba(244, 249, 245, 0.74);
  --hero-shade: linear-gradient(90deg, rgba(3, 10, 7, 0.94) 0%, rgba(3, 10, 7, 0.72) 42%, rgba(3, 10, 7, 0.22) 72%, rgba(3, 10, 7, 0.08) 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--lime);
  color: #0b130f;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--header-bg);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  color: var(--green-ink);
}

.brand img {
  width: 28px;
  height: 32px;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 32px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 42px;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--green-ink);
  color: var(--paper);
}

.theme-toggle__option {
  min-width: 0;
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.72;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.theme-toggle__option[aria-pressed="true"] {
  background: var(--lime);
  color: #0b130f;
  opacity: 1;
}

.theme-toggle__option:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 118px);
  overflow: hidden;
  display: block;
  padding: 116px clamp(20px, 6vw, 96px) 54px;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  transform: scale(1.03);
  transition: opacity 200ms ease;
}

[data-theme="dark"] .hero__image {
  opacity: 0.6;
}

.hero__shade {
  background: var(--hero-shade);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  color: var(--hero-text);
  animation: heroUp 700ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(88px, 18vw, 214px);
  line-height: 0.76;
  font-weight: 500;
  letter-spacing: 0;
}

.hero__lead {
  width: min(620px, 100%);
  margin: 28px 0 0;
  font-size: clamp(30px, 4.2vw, 64px);
  line-height: 0.98;
  font-weight: 820;
  letter-spacing: 0;
}

.hero__copy {
  width: min(540px, 100%);
  margin: 24px 0 0;
  color: var(--hero-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.48;
}

.hero__actions,
.download__content .button {
  margin-top: 34px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 820;
  line-height: 1;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--green-deep);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 86, 74, 0.24);
}

.button--ghost {
  border: 1px solid rgba(47, 128, 107, 0.35);
  background: rgba(255, 255, 255, 0.38);
  color: var(--hero-text);
  backdrop-filter: blur(18px);
}

[data-theme="dark"] .button--ghost {
  background: rgba(255, 255, 255, 0.08);
}

.button--light {
  background: var(--paper);
  color: var(--green-deep);
}

.hero__device.device {
  position: absolute;
  z-index: 1;
  right: clamp(64px, 10vw, 176px);
  bottom: clamp(-120px, -7vw, -58px);
  width: min(350px, 30vw);
  pointer-events: none;
  animation: phoneIn 900ms 160ms cubic-bezier(.2, .8, .2, 1) both;
}

.device {
  position: relative;
  margin: 0;
  aspect-ratio: 390 / 844;
  border: 12px solid #111412;
  border-radius: 48px;
  background: #111412;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.device::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 50%;
  width: 30%;
  height: 26px;
  border-radius: 0 0 18px 18px;
  background: #111412;
  transform: translateX(-50%);
}

.device img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.device--large {
  width: min(380px, 100%);
}

.device--tilt {
  width: min(340px, 72vw);
  transform: rotate(-4deg);
}

.band,
.workflow,
.feature-row,
.capabilities,
.privacy,
.faq,
.download {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 96px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.feature-row h2,
.privacy h2,
.premium h2,
.download h2 {
  margin: 0;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.intro p:last-child,
.feature-row__text p,
.privacy__copy p,
.premium__inner > p,
.download__content p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.5;
}

.section-heading {
  width: min(900px, 100%);
  margin-bottom: clamp(34px, 5vw, 72px);
}

.workflow {
  background:
    radial-gradient(circle at 88% 20%, rgba(184, 240, 106, 0.16), transparent 28%),
    var(--warm);
}

.workflow__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.workflow__steps {
  display: grid;
  gap: 14px;
}

.workflow-step {
  width: 100%;
  min-height: 116px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 170ms ease, transform 170ms ease, border-color 170ms ease;
}

.workflow-step:hover,
.workflow-step.is-active {
  border-color: rgba(47, 128, 107, 0.45);
  background: var(--surface);
  transform: translateX(4px);
}

.workflow-step span {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-deep);
  font-weight: 900;
}

.workflow-step strong {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.06;
}

.workflow-step em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.35;
}

.workflow__stage {
  position: relative;
  display: grid;
  justify-items: center;
}

.workflow__stage::before {
  content: "";
  position: absolute;
  inset: 10% 0 14%;
  border-radius: 44%;
  background: linear-gradient(120deg, rgba(47, 128, 107, 0.18), rgba(184, 240, 106, 0.2));
  filter: blur(4px);
}

.workflow__stage .device {
  z-index: 1;
  transition: opacity 180ms ease, transform 220ms ease;
}

.workflow__stage.is-swapping .device {
  opacity: 0.35;
  transform: translateY(8px) scale(0.985);
}

.workflow__caption {
  z-index: 2;
  width: min(360px, 92%);
  margin-top: -52px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.workflow__caption p {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workflow__caption h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.workflow__caption span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.feature-row__media {
  min-height: 620px;
  display: grid;
  place-items: center;
  border-radius: 44px;
  background:
    linear-gradient(150deg, rgba(47, 128, 107, 0.14), transparent 48%),
    linear-gradient(0deg, var(--mint), transparent);
}

.feature-row__text {
  width: min(650px, 100%);
}

.feature-row__text p {
  margin-top: 24px;
}

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

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 720;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px var(--mint);
}

.capabilities {
  background: var(--paper);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability {
  min-height: 300px;
  padding: clamp(22px, 3vw, 36px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(47, 128, 107, 0.04));
}

.capability span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.capability h3 {
  margin: 76px 0 18px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.02;
}

.capability p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.privacy {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: center;
  background: var(--warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy__copy p {
  margin-top: 24px;
}

.privacy__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 36px;
  overflow: hidden;
  background: var(--surface);
}

.privacy__facts div {
  min-height: 210px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

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

.privacy__facts strong {
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.92;
  color: var(--green-deep);
}

.privacy__facts span {
  color: var(--muted);
  font-weight: 720;
}

.premium {
  color: #f7fbf7;
  background:
    linear-gradient(135deg, rgba(184, 240, 106, 0.2), transparent 36%),
    linear-gradient(180deg, #15352a, #07120e);
}

.premium__inner {
  width: min(980px, 100%);
}

.premium .section-kicker {
  color: var(--lime);
}

.premium h2 {
  width: min(860px, 100%);
}

.premium__inner > p {
  width: min(720px, 100%);
  margin-top: 24px;
  color: rgba(247, 251, 247, 0.76);
}

.premium__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(760px, 100%);
  margin: 34px 0 0;
}

.premium__features span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 760;
}

.faq {
  background: var(--paper);
}

.faq__list {
  width: min(960px, 100%);
  border-top: 1px solid var(--line);
}

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

.faq summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-deep);
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  width: min(680px, 100%);
  margin: -4px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.download {
  min-height: 72svh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 240, 106, 0.2), transparent 36%),
    var(--warm);
}

.download__content {
  width: min(860px, 100%);
  display: grid;
  justify-items: center;
}

.download__content h2 {
  margin-top: 24px;
}

.download__content p {
  width: min(560px, 100%);
  margin-top: 20px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  padding: 30px 20px 42px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.site-footer a {
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: var(--ink);
}

.legal-main {
  min-height: 100svh;
  padding: 126px clamp(20px, 6vw, 96px) 72px;
  background: var(--paper);
}

.legal-hero {
  width: min(980px, 100%);
  padding: 52px 0 44px;
  border-bottom: 1px solid var(--line);
}

.legal-meta,
.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-meta {
  margin-bottom: 22px;
}

.legal-meta span,
.language-switcher a,
.language-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7.2vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-lead {
  width: min(760px, 100%);
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.language-switcher {
  margin-top: 28px;
}

.language-switcher a[aria-current="page"],
.language-link-list a:hover,
.language-switcher a:hover {
  border-color: var(--green-deep);
  background: var(--green-deep);
  color: #ffffff;
}

.legal-content {
  width: min(880px, 100%);
  padding-top: 44px;
}

.legal-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.legal-section:first-child {
  padding-top: 0;
}

.legal-section h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
}

.language-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 580ms ease, transform 580ms ease;
}

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

@keyframes heroUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phoneIn {
  from {
    opacity: 0;
    transform: translateY(28px) rotate(2deg) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-2deg) scale(1);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .theme-toggle {
    justify-self: end;
  }

  .hero {
    min-height: calc(100svh - 96px);
    padding-top: 118px;
  }

  .hero__device.device {
    width: min(330px, 76vw);
    right: clamp(22px, 8vw, 88px);
    bottom: -150px;
    margin: 0;
  }

  .workflow__layout,
  .feature-row,
  .privacy,
  .intro {
    grid-template-columns: 1fr;
  }

  .feature-row__media {
    min-height: 520px;
  }

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

@media (min-width: 721px) and (max-width: 1040px) {
  .hero__content {
    width: min(560px, calc(100% - 340px));
  }

  .hero h1 {
    font-size: clamp(86px, 15vw, 142px);
  }

  .hero__lead {
    font-size: clamp(32px, 4.8vw, 46px);
  }

  .hero__device.device {
    width: min(300px, 34vw);
    right: 24px;
    bottom: -96px;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 58px;
    padding-left: 12px;
    gap: 10px;
  }

  .brand span {
    font-size: 15px;
  }

  .theme-toggle {
    padding: 3px;
  }

  .theme-toggle__option {
    min-height: 32px;
    padding: 0 7px;
    font-size: 11px;
  }

  .theme-toggle__option:focus-visible {
    outline-offset: 1px;
  }

  .hero {
    min-height: 760px;
    padding: 96px 20px 32px;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(247, 243, 235, 0.95) 0%, rgba(247, 243, 235, 0.78) 43%, rgba(247, 243, 235, 0.25) 100%);
  }

  .hero__image {
    transform: none;
  }

  [data-theme="dark"] .hero__shade {
    background: linear-gradient(180deg, rgba(3, 10, 7, 0.95) 0%, rgba(3, 10, 7, 0.76) 52%, rgba(3, 10, 7, 0.24) 100%);
  }

  .hero h1 {
    font-size: clamp(72px, 23vw, 112px);
  }

  .hero__lead {
    font-size: clamp(29px, 10vw, 42px);
  }

  .hero__copy {
    font-size: 16px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero__device.device {
    width: min(286px, 78vw);
    right: 4px;
    bottom: -610px;
    margin: 0;
  }

  .band,
  .workflow,
  .feature-row,
  .capabilities,
  .privacy,
  .faq,
  .download {
    padding: 72px 20px;
  }

  .legal-main {
    padding: 92px 20px 56px;
  }

  .intro h2,
  .section-heading h2,
  .feature-row h2,
  .privacy h2,
  .premium h2,
  .download h2 {
    font-size: clamp(34px, 12vw, 50px);
  }

  .workflow-step {
    min-height: 100px;
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .workflow-step span {
    width: 44px;
    height: 44px;
  }

  .workflow__caption {
    margin-top: -32px;
  }

  .feature-row__media {
    min-height: 430px;
    border-radius: 30px;
  }

  .capability-grid,
  .privacy__facts {
    grid-template-columns: 1fr;
  }

  .capability {
    min-height: 230px;
  }

  .capability h3 {
    margin-top: 46px;
  }

  .privacy__facts div {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .privacy__facts div:last-child {
    border-bottom: 0;
  }

  .faq summary {
    min-height: 76px;
  }
}

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