:root {
  --bg: #071114;
  --bg-soft: #0c191d;
  --panel: rgba(12, 24, 28, 0.78);
  --panel-solid: #0f2024;
  --ink: #eef7f4;
  --muted: #a8c0bc;
  --line: rgba(199, 232, 225, 0.16);
  --cyan: #65e6ef;
  --mint: #72f0b0;
  --amber: #ffd278;
  --paper: #f5fbf8;
  --radius: 8px;
  --shell: min(1240px, calc(100vw - 48px));
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #071114 0%, #081316 35%, #f5fbf8 35%, #f5fbf8 100%);
  color: var(--ink);
  font-family:
    "Inter",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  letter-spacing: 0;
}

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

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

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

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: var(--shell);
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transform: translateX(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  top: 12px;
  min-height: 66px;
  padding: 0 14px 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(6, 15, 18, 0.86);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand,
.brand-mark,
.site-nav,
.hero-actions,
.hero-strip,
.console-head,
.console-tags,
.proof-band,
.contact-signal,
.site-footer {
  display: flex;
}

.brand {
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(101, 230, 239, 0.2), rgba(114, 240, 176, 0.05)),
    rgba(10, 23, 26, 0.88);
}

.brand-mark::after {
  position: absolute;
  right: -14px;
  bottom: -15px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(101, 230, 239, 0.44);
  border-radius: 50%;
  content: "";
}

.brand-mark i {
  width: 6px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--mint));
}

.brand-mark i:nth-child(1) {
  height: 13px;
}

.brand-mark i:nth-child(2) {
  height: 25px;
}

.brand-mark i:nth-child(3) {
  height: 18px;
}

.brand-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.brand-copy strong {
  font-size: 18px;
  line-height: 1;
}

.brand-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: #d8e9e5;
  font-size: 14px;
}

.site-nav a {
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-cta,
.button {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  border-color: rgba(101, 230, 239, 0.3);
  background: rgba(101, 230, 239, 0.12);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(980px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: #071114;
}

.hero-media,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 12, 16, 0.95) 0%, rgba(4, 12, 16, 0.85) 31%, rgba(4, 12, 16, 0.28) 68%, rgba(4, 12, 16, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 13, 15, 0.48), rgba(5, 13, 15, 0.08) 43%, rgba(5, 13, 15, 0.92) 100%);
}

.hero-inner {
  display: grid;
  min-height: min(900px, 100svh);
  align-items: center;
  gap: clamp(32px, 5vw, 88px);
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  padding-top: 110px;
  padding-bottom: 142px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #f7fffd;
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: 1.02;
  text-wrap: balance;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #d7e9e5;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.8;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-width: 164px;
  padding: 0 22px;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

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

.button-primary {
  color: #061014;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  box-shadow: 0 18px 44px rgba(101, 230, 239, 0.24);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(6, 15, 18, 0.32);
  color: #fff;
  backdrop-filter: blur(12px);
}

.hero-console {
  align-self: end;
  margin-bottom: 82px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(12, 26, 31, 0.94), rgba(7, 18, 22, 0.66));
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(22px);
}

.console-head {
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: #d7e8e4;
  font-size: 12px;
  font-weight: 800;
}

.console-head b {
  min-width: 72px;
  padding: 7px 10px;
  border: 1px solid rgba(114, 240, 176, 0.3);
  border-radius: 999px;
  color: var(--mint);
  background: rgba(114, 240, 176, 0.08);
  font-size: 11px;
  text-align: center;
}

.console-body {
  padding: 22px;
}

.signal {
  display: grid;
  gap: 8px;
  min-height: 102px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid rgba(101, 230, 239, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(101, 230, 239, 0.17), transparent 52%),
    rgba(255, 255, 255, 0.04);
}

.signal strong {
  font-size: 24px;
}

.signal span,
.pipeline,
.console-tags,
.section-intro p,
.capability p,
.solution-copy p,
.delivery-stage p,
.scenario p,
.statement-panel p,
.contact-copy p {
  color: var(--muted);
}

.pipeline {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.pipeline li {
  display: grid;
  min-height: 54px;
  align-items: center;
  gap: 13px;
  grid-template-columns: 38px 1fr;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
}

.pipeline em {
  color: var(--cyan);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.console-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.console-tags span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}

.hero-strip {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  z-index: 2;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 17, 20, 0.72);
  color: #dcebe8;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.hero-strip span {
  position: relative;
  flex: 1;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 800;
}

.hero-strip span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 22px rgba(114, 240, 176, 0.9);
  content: "";
  transform: translateY(-50%);
}

.capabilities,
.delivery,
.statement {
  color: #0b1a1d;
}

.capabilities {
  padding-top: clamp(82px, 9vw, 126px);
  padding-bottom: clamp(82px, 8vw, 116px);
}

.section-intro {
  display: grid;
  max-width: 800px;
  margin-bottom: 40px;
}

.section-intro h2,
.solution-copy h2,
.contact-copy h2 {
  margin-bottom: 18px;
  color: #081619;
  font-size: clamp(31px, 3.4vw, 54px);
  line-height: 1.08;
  text-wrap: balance;
}

.section-intro p,
.solution-copy p,
.contact-copy p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.9;
}

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

.capability {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #d6e5e0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 55px rgba(7, 22, 24, 0.08);
}

.capability::after {
  position: absolute;
  right: -42px;
  bottom: -56px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(13, 153, 158, 0.18);
  border-radius: 50%;
  content: "";
}

.cap-index {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border: 1px solid #cce4df;
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
  color: #0d777d;
  background: #effaf7;
  font-size: 12px;
  font-weight: 900;
}

.capability h3,
.delivery-stage h3,
.scenario h3 {
  margin-bottom: 13px;
  color: #081619;
  font-size: 24px;
  line-height: 1.2;
}

.capability p,
.delivery-stage p,
.scenario p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.9;
}

.solutions {
  overflow: hidden;
  padding: clamp(84px, 9vw, 126px) 0;
  background:
    linear-gradient(135deg, #071316, #0b1b1f 58%, #102a2b);
}

.solution-layout {
  display: grid;
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1fr);
}

.solution-copy h2 {
  color: #f4fffc;
}

.solution-copy > p {
  color: #bcd1cd;
}

.stack-map {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.stack-map div {
  display: grid;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.stack-map b {
  color: var(--cyan);
  font-size: 13px;
  text-transform: uppercase;
}

.stack-map span {
  color: #e7f5f2;
  font-size: 15px;
  font-weight: 700;
}

.solution-visual {
  position: relative;
  margin: 0;
}

.solution-visual::before {
  position: absolute;
  inset: -1px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  content: "";
  pointer-events: none;
}

.solution-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.38);
}

.solution-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 16, 19, 0.74);
  backdrop-filter: blur(18px);
}

.solution-visual strong {
  font-size: 18px;
}

.solution-visual span {
  color: var(--muted);
  font-size: 13px;
}

.delivery {
  padding-top: clamp(82px, 9vw, 124px);
  padding-bottom: clamp(82px, 8vw, 112px);
}

.delivery-intro {
  max-width: 680px;
}

.delivery-board {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.delivery-stage {
  display: grid;
  min-height: 274px;
  align-content: space-between;
  padding: 28px;
  border: 1px solid #d8e7e3;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #f3faf7);
}

.delivery-stage span {
  color: #0f7a7f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-band {
  min-height: 120px;
  overflow: hidden;
  border: 1px solid #d8e7e3;
  border-radius: var(--radius);
  background: #081619;
  color: #fff;
}

.proof-band div {
  display: grid;
  flex: 1;
  gap: 10px;
  align-content: center;
  min-height: 120px;
  padding: 25px;
  border-right: 1px solid var(--line);
}

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

.proof-band strong {
  color: var(--mint);
  font-size: 28px;
  line-height: 1;
}

.proof-band span {
  color: #c6d8d4;
  font-size: 14px;
}

.scenarios {
  padding: clamp(84px, 9vw, 124px) 0;
  color: #081619;
  background: #eaf4f1;
}

.scenario-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.18fr 1fr 1fr;
}

.scenario {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #d2e2dd;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.scenario-wide {
  display: grid;
  min-height: 454px;
  grid-row: span 2;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(8, 22, 25, 0.96), rgba(12, 52, 50, 0.94));
}

.scenario-wide h3,
.scenario-wide p {
  color: #f6fffc;
}

.scenario-wide p {
  max-width: 430px;
}

.scenario ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scenario li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d6e9e5;
  font-size: 13px;
}

.statement {
  padding-top: clamp(82px, 9vw, 124px);
  padding-bottom: clamp(82px, 9vw, 124px);
}

.statement-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 72px);
  border: 1px solid #d4e6e1;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 26px 90px rgba(8, 24, 27, 0.1);
}

.statement-panel::after {
  position: absolute;
  top: -92px;
  right: -70px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(15, 122, 127, 0.16);
  border-radius: 50%;
  content: "";
}

.statement blockquote {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-bottom: 24px;
  color: #081619;
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.16;
  text-wrap: balance;
}

.statement-panel p:last-child {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}

.contact {
  padding: clamp(84px, 9vw, 124px) 0;
  background:
    linear-gradient(135deg, #071316 0%, #0c2224 70%, #12322c 100%);
}

.contact-layout {
  display: grid;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
}

.contact-copy h2 {
  color: #f5fffd;
}

.contact-copy p {
  max-width: 710px;
  color: #c3d8d3;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.contact-signal {
  display: grid;
  gap: 10px;
  min-height: 132px;
  align-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 17, 20, 0.5);
}

.contact-signal span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.contact-signal strong {
  color: #f1fffb;
  font-size: 22px;
  line-height: 1.45;
}

.button-block {
  width: 100%;
}

.contact-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.site-footer {
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #53706c;
  font-size: 14px;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #0c777b;
  font-weight: 800;
}

.reveal {
  opacity: 1;
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100vw - 32px, 1240px);
  }

  .hero-inner,
  .solution-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 168px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-console {
    width: min(520px, 100%);
    margin-bottom: 0;
  }

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

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

  .scenario-wide {
    grid-column: span 2;
    grid-row: auto;
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 24px);
  }

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

  .site-header.is-scrolled {
    top: 8px;
    min-height: 60px;
    padding-inline: 12px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    max-width: 150px;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 18, 21, 0.82);
    color: transparent;
    place-content: center;
    gap: 4px;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #e9f7f4;
  }

  .nav-toggle em {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: min(310px, var(--shell));
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(6, 15, 18, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

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

  .site-nav a {
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--radius);
    align-content: center;
  }

  .nav-cta {
    margin-top: 5px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(4, 12, 16, 0.92), rgba(4, 12, 16, 0.68) 52%, rgba(4, 12, 16, 0.95)),
      linear-gradient(90deg, rgba(4, 12, 16, 0.46), rgba(4, 12, 16, 0.72));
  }

  .hero-inner {
    gap: 24px;
    padding-top: 124px;
    padding-bottom: 28px;
  }

  h1 {
    font-size: 41px;
    line-height: 1.08;
  }

  .hero-lead,
  .section-intro p,
  .solution-copy p,
  .contact-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .hero-actions,
  .hero-strip,
  .proof-band {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-console {
    width: 100%;
  }

  .console-body,
  .capability,
  .delivery-stage,
  .scenario {
    padding: 20px;
  }

  .signal strong {
    font-size: 20px;
  }

  .hero-strip {
    position: relative;
    bottom: auto;
    gap: 0;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px 16px;
  }

  .hero-strip span {
    min-height: 42px;
    align-content: center;
  }

  .capability-grid,
  .delivery-board,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .capability,
  .delivery-stage,
  .scenario {
    min-height: auto;
  }

  .cap-index {
    margin-bottom: 28px;
  }

  .solution-layout {
    gap: 32px;
  }

  .solution-copy h2,
  .section-intro h2,
  .contact-copy h2 {
    font-size: 31px;
  }

  .stack-map div {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 84px;
    padding: 15px;
  }

  .solution-visual figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -1px;
    border-radius: 0 0 var(--radius) var(--radius);
  }

  .solution-visual img {
    border-radius: var(--radius) var(--radius) 0 0;
  }

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

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

  .scenario-wide {
    grid-column: auto;
    min-height: 390px;
  }

  .statement-panel {
    padding: 28px 20px;
  }

  .statement blockquote {
    font-size: 31px;
  }

  .contact-signal strong {
    font-size: 19px;
  }

  .site-footer {
    min-height: 84px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

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

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

}
