:root {
  --blue: #0d5bff;
  --blue-2: #4d9dff;
  --navy: #0f172a;
  --muted: #64748b;
  --red: #e3342f;
  --line: #dce7f7;
  --bg: #f6f9ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 91, 255, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  font-family: Inter, "Golos Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(77, 157, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 52%, #ffffff 100%);
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background-image: radial-gradient(rgba(13, 91, 255, 0.13) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 80%);
  pointer-events: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-band {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.section-band.compact {
  padding: 72px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 231, 247, 0.8);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(135deg, var(--blue), #073db7);
  box-shadow: 0 10px 24px rgba(13, 91, 255, 0.3);
}

.brand-mark::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 5px 0 0 16px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.header-nav a {
  transition: color 0.2s ease;
}

.header-nav a:hover {
  color: var(--blue);
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(13, 91, 255, 0.18);
  border-radius: var(--radius);
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  background: rgba(13, 91, 255, 0.07);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: rgba(13, 91, 255, 0.12);
  box-shadow: 0 14px 30px rgba(13, 91, 255, 0.12);
}

.hero {
  min-height: min(720px, calc(100svh - 150px));
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 52px;
}

.mesh {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.75;
}

.mesh-one {
  width: 520px;
  height: 520px;
  top: -190px;
  right: 6%;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.23), transparent 65%);
}

.mesh-two {
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(227, 52, 47, 0.11), transparent 64%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(440px, 0.86fr);
  align-items: center;
  gap: 52px;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.red-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(227, 52, 47, 0.1);
}

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

h1,
h2,
h3 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5.35vw, 68px);
  line-height: 0.98;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 10px;
  color: #334155;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.model-line {
  max-width: 660px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.punch {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0748d9);
  box-shadow: 0 18px 38px rgba(13, 91, 255, 0.25);
}

.button-primary:hover {
  box-shadow: 0 24px 48px rgba(13, 91, 255, 0.33);
}

.button-secondary {
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
}

.button-secondary:hover {
  border-color: rgba(13, 91, 255, 0.28);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-chips li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(220, 231, 247, 0.95);
  border-radius: 999px;
  padding: 0 13px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(220, 231, 247, 0.95);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 72% 20%, rgba(13, 91, 255, 0.22), transparent 22rem),
    radial-gradient(circle at 15% 80%, rgba(227, 52, 47, 0.12), transparent 14rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(13, 91, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 91, 255, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
  pointer-events: none;
}

.visual-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 26px;
  border: 1px solid rgba(23, 161, 98, 0.18);
  border-radius: 999px;
  color: #067647;
  background: rgba(23, 161, 98, 0.1);
  font-size: 11px;
}

.route-stage {
  position: absolute;
  z-index: 3;
  width: min(190px, 33%);
  min-height: 118px;
  border: 1px solid rgba(220, 231, 247, 0.95);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.stage-left {
  left: 24px;
  top: 138px;
}

.stage-center {
  left: 50%;
  top: 104px;
  transform: translateX(-50%);
  border-color: rgba(13, 91, 255, 0.22);
}

.stage-right {
  right: 24px;
  top: 174px;
}

.stage-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.route-stage strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.route-stage small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.route-lines {
  position: absolute;
  inset: 46px 0 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  overflow: visible;
}

.route {
  fill: none;
  stroke: url("#routeGradient");
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 10 14;
  filter: drop-shadow(0 0 10px rgba(13, 91, 255, 0.3));
  animation: dash 8s linear infinite;
}

.route-b {
  animation-duration: 10s;
  opacity: 0.72;
}

.route-c {
  stroke-width: 2;
  opacity: 0.48;
  animation-duration: 11s;
}

.pulse {
  fill: #fff;
  stroke: var(--blue);
  stroke-width: 3;
  filter: drop-shadow(0 0 13px rgba(13, 91, 255, 0.55));
  animation: pulse 2.6s ease-in-out infinite;
}

.p2 {
  animation-delay: 0.35s;
}

.p3 {
  stroke: var(--red);
  animation-delay: 0.7s;
}

.visual-metrics {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.visual-metrics div {
  min-height: 86px;
  border: 1px solid rgba(220, 231, 247, 0.9);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.visual-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.visual-metrics strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

.sales {
  background: rgba(255, 255, 255, 0.62);
}

.sales-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 58px;
  align-items: start;
}

.sales-copy > p {
  color: #334155;
  font-size: 20px;
  line-height: 1.55;
}

.triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.triad div {
  min-height: 158px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.triad span {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.triad strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.trust-card {
  min-height: 298px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at top right, rgba(77, 157, 255, 0.13), transparent 12rem);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 91, 255, 0.25);
  box-shadow: 0 22px 44px rgba(13, 91, 255, 0.1);
}

.icon-box {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(13, 91, 255, 0.16);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(13, 91, 255, 0.07);
}

.icon-box svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fit {
  background: linear-gradient(180deg, rgba(246, 249, 255, 0.82), rgba(255, 255, 255, 0.78));
}

.fit-head {
  max-width: 860px;
}

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

.fit-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.fit-good {
  border-top: 4px solid var(--blue);
}

.fit-bad {
  border-top: 4px solid var(--red);
}

.fit-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-panel li {
  position: relative;
  padding-left: 25px;
  color: #334155;
  line-height: 1.5;
}

.fit-panel li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.fit-bad li::before {
  background: var(--red);
}

.stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stepper::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 35px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--blue-2), var(--red));
  content: "";
}

.stepper article {
  position: relative;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.stepper span {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(13, 91, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.stepper article:nth-child(3) span {
  background: var(--red);
  box-shadow: 0 12px 28px rgba(227, 52, 47, 0.18);
}

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

.pilot {
  padding: 80px 0;
}

.pilot-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 48px;
  align-items: center;
  border: 1px solid rgba(13, 91, 255, 0.16);
  border-radius: 8px;
  padding: clamp(32px, 5vw, 56px);
  background:
    radial-gradient(circle at top right, rgba(77, 157, 255, 0.22), transparent 23rem),
    linear-gradient(135deg, #081c44 0%, #0c2f77 55%, #0d5bff 100%);
  color: #fff;
  box-shadow: 0 34px 90px rgba(13, 91, 255, 0.24);
}

.pilot-panel::after {
  position: absolute;
  top: 26px;
  right: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(227, 52, 47, 0.18);
  content: "";
}

.pilot-panel .section-label {
  color: #9ec8ff;
}

.pilot-copy p:not(.section-label) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.55;
}

.pilot-panel .button-primary {
  margin-top: 12px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.pilot-list {
  display: grid;
  gap: 10px;
}

.pilot-list div {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.pilot-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  gap: 56px;
  align-items: start;
}

.lead-copy p:not(.section-label) {
  max-width: 560px;
  color: #334155;
  font-size: 20px;
  line-height: 1.55;
}

.contact-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px 18px;
  max-width: 440px;
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.contact-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-card a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfdbec;
  border-radius: 8px;
  padding: 11px 13px;
  color: var(--navy);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form textarea {
  min-height: 96px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: rgba(13, 91, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 91, 255, 0.1);
}

.wide {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.25fr;
  gap: 34px;
  align-items: start;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 18px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.legal {
  max-width: 520px;
}

@keyframes dash {
  to {
    stroke-dashoffset: -96;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.55);
    opacity: 1;
  }
}

@media (max-width: 1060px) {
  .hero-grid,
  .sales-grid,
  .lead-grid,
  .pilot-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 470px;
  }

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

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .section-band,
  .section-band.compact,
  .pilot {
    padding: 56px 0;
  }

  .sales.section-band.compact {
    padding-top: 34px;
  }

  .header-shell {
    min-height: 66px;
  }

  .header-nav {
    display: none;
  }

  .brand {
    font-size: 14px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero-lead,
  .sales-copy > p,
  .lead-copy p:not(.section-label) {
    font-size: 17px;
  }

  .hero-lead {
    margin-bottom: 14px;
  }

  .model-line {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .punch {
    margin-bottom: 22px;
  }

  .hero-actions {
    margin-bottom: 20px;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .trust-chips li {
    flex: 1 1 160px;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
  }

  .hero-visual {
    display: none;
  }

  .triad,
  .card-grid,
  .fit-grid,
  .stepper,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .triad div,
  .fit-panel,
  .stepper article {
    min-height: auto;
  }

  .stepper::before {
    top: 28px;
    bottom: 48px;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .stepper article {
    padding-left: 76px;
  }

  .stepper span {
    position: absolute;
    left: 18px;
    top: 20px;
    margin: 0;
  }

  .pilot-panel {
    gap: 28px;
    padding: 28px 20px;
  }

  .lead-form {
    padding: 18px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .header-cta {
    max-width: 126px;
    text-align: center;
  }

}

@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;
  }
}
