:root {
  --ink: #071526;
  --muted: #5d718a;
  --blue-950: #061b36;
  --blue-900: #08264d;
  --blue-800: #0a3f7a;
  --blue-600: #0a74d9;
  --blue-500: #1193ff;
  --blue-100: #dff1ff;
  --cyan: #38d5ff;
  --white: #ffffff;
  --line: rgba(21, 87, 151, 0.16);
  --shadow: 0 24px 70px rgba(6, 27, 54, 0.16);
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Space Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
}



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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: #f7fbff;
}

h1, h2, h3,
.brand strong,
.nav-cta,
.button,
.eyebrow,
.mini-stats strong,
.audit-card strong,
.mission-card span,
.product-grid span,
.timeline-item > span,
.icon {
  font-family: var(--font-display);
}

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

.site-shell {
  overflow: hidden;
}

/* ---------- Navbar ---------- */

.topbar {
  position: sticky; /* or fixed if you want it always visible */
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;

  width: min(1400px, calc(100% - 32px));
  height: 74px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 0 24px;

  z-index: 1000;

  background: rgba(13, 32, 60, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;

  box-shadow:
      0 10px 40px rgba(0,0,0,0.18),
      inset 0 1px 0 rgba(255,255,255,0.08);

  transition: all .3s ease;
}

.topbar.is-scrolled {
  top: 12px;
  background: rgba(8, 24, 48, 0.90);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transform: translateX(-50%) scale(0.985);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--cyan), #fff);
  color: var(--blue-950);
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(56, 213, 255, 0.35);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.25;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin: 0 auto !important;
  padding: 6px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  transition: color 220ms ease, background 220ms ease;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-links a.is-active {
  color: var(--white);
  background: rgba(56, 213, 255, 0.16);
}

.nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  transform: translateX(-50%);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nav-cta,
.button.primary {
  color: var(--blue-950);
  background: linear-gradient(135deg, var(--cyan), #fff);
  box-shadow: 0 10px 30px rgba(56, 213, 255, 0.35);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 260ms ease, opacity 200ms ease, top 260ms ease;
}

.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 25px; }

.nav-toggle.is-open span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 108px;
  left: 50%;
  transform: translateX(-50%) translateY(-14px);
  z-index: 999;
  width: min(1200px, calc(100% - 40px));
  padding: 18px;
  display: grid;
  gap: 16px;
  color: var(--white);
  background: rgba(6, 20, 41, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mobile-nav nav {
  display: grid;
  gap: 4px;
}

.mobile-nav a {
  padding: 13px 14px;
  border-radius: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  transition: background 180ms ease, color 180ms ease;
}

.mobile-nav a:hover,
.mobile-nav a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cyan);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 52px;
  align-items: center;
  padding: 150px max(28px, calc((100vw - 1120px) / 2)) 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 28%, rgba(56, 213, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #041224 0%, #08264d 48%, #0a74d9 100%);
}

.hero-bg,
.hero-bg span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.grid-layer {
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255,255,255,0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.pulse {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(56, 213, 255, 0.7);
  border-radius: 50%;
  animation: pulse 5s infinite ease-out;
}

.pulse-one {
  left: auto;
  right: 10%;
  top: 22%;
}

.pulse-two {
  left: 8%;
  right: auto;
  top: 54%;
  animation-delay: 1.8s;
}

.scanner {
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom, transparent, rgba(56, 213, 255, 0.12), transparent);
  animation: scan 8s linear infinite;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 850px;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.7;
}

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

.hero-panel {
  min-height: 520px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.blueprint-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.04);
}

.panel-header {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.panel-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.audit-card {
  position: relative;
  z-index: 2;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.audit-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.audit-card strong {
  font-size: 1.35rem;
}

.meter {
  height: 9px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--white));
  animation: load 1.8s ease both;
}

.signal-map {
  position: relative;
  height: 250px;
  margin-top: 22px;
}

.node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 34px var(--cyan);
  animation: sparkle 2.7s infinite ease-in-out;
}

.n1 { left: 18%; top: 30%; }
.n2 { left: 68%; top: 18%; animation-delay: 0.4s; }
.n3 { left: 48%; top: 68%; animation-delay: 0.9s; }
.n4 { left: 84%; top: 72%; animation-delay: 1.3s; }

.beam {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(56, 213, 255, 0.9), transparent);
}

.b1 { left: 21%; top: 34%; width: 48%; transform: rotate(-10deg); }
.b2 { left: 50%; top: 70%; width: 35%; transform: rotate(4deg); }
.b3 { left: 22%; top: 36%; width: 38%; transform: rotate(41deg); }

.mini-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-stats div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.mini-stats strong,
.mini-stats span {
  display: block;
}

.mini-stats strong {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.mini-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.cred-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.cred-strip div {
  padding: 36px max(24px, calc((100vw - 1120px) / 2));
  background: var(--white);
}

.cred-strip strong,
.cred-strip span {
  display: block;
}

.cred-strip strong {
  margin-bottom: 10px;
  color: var(--blue-800);
  font-size: 1.1rem;
}

.cred-strip span,
.section-heading p,
.service-card p,
.timeline-item p,
.contact-copy p,
.form-status {
  color: var(--muted);
  line-height: 1.7;
}

.section,
.contact-section {
  padding: 96px max(28px, calc((100vw - 1120px) / 2));
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.compact {
  max-width: 480px;
  margin-bottom: 0;
}

.mission-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(17, 147, 255, 0.12), transparent 26%),
    var(--white);
}

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

.mission-card,
.product-grid article {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
  box-shadow: 0 14px 44px rgba(8, 38, 77, 0.06);
  overflow: hidden;
}

.mission-card::before,
.product-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan));
}

.mission-card span,
.product-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--blue-700, var(--blue-800));
  font-weight: 900;
  text-transform: uppercase;
}

.mission-card p,
.product-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.mission-card.dark {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-800));
}

.mission-card.dark span,
.mission-card.dark p {
  color: rgba(255, 255, 255, 0.82);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(8, 38, 77, 0.06);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(10, 116, 217, 0.24);
  box-shadow: var(--shadow);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card.highlight {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-800));
}

.service-card.highlight p {
  color: rgba(255, 255, 255, 0.76);
}

.icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 12px;
  color: var(--blue-700, var(--blue-800));
  background: var(--blue-100);
  transition: transform 220ms ease, background 220ms ease;
}

.icon svg {
  width: 24px;
  height: 24px;
}

.service-card:hover .icon {
  transform: translateY(-2px) rotate(-4deg);
}

.service-card.highlight .icon {
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.12);
}

.products-section {
  background: var(--blue-950);
  color: var(--white);
}

.products-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

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

.product-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.product-grid span,
.product-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-top span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

.product-icon {
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 11px;
  background: rgba(56, 213, 255, 0.14);
  color: var(--cyan);
}

.trust-section {
  background: var(--white);
}

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

.brand-grid span {
  display: grid;
  min-height: 84px;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-900);
  background: #f7fbff;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 34px rgba(8, 38, 77, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.brand-grid span:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 64px;
  align-items: start;
  background: linear-gradient(180deg, #f7fbff, #eaf6ff);
}

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

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.timeline-item > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue-800);
  font-weight: 800;
}

.timeline-item p {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: 54px;
  align-items: start;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 16%, rgba(56, 213, 255, 0.28), transparent 30%),
    linear-gradient(135deg, var(--blue-950), var(--blue-900));
}

.contact-copy {
  position: sticky;
  top: 120px;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-points {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-points span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.contact-form label,
.contact-form label span {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 15px 14px;
  color: var(--white);
  background: rgba(6, 27, 54, 0.42);
  font: inherit;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form option {
  color: var(--ink);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(56, 213, 255, 0.14);
}

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

.form-status {
  min-height: 28px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 26px max(28px, calc((100vw - 1120px) / 2));
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
  background: var(--blue-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes pulse {
  0% { transform: scale(0.55); opacity: 0; }
  35% { opacity: 0.55; }
  100% { transform: scale(1.85); opacity: 0; }
}

@keyframes scan {
  from { transform: translateY(-180px); }
  to { transform: translateY(100vh); }
}

@keyframes load {
  from { width: 0; }
}

@keyframes sparkle {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.35); opacity: 1; }
}

@media (max-width: 1300px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: block;
  }
}

@media (max-width: 900px) {
  .topbar { width: calc(100% - 24px); padding: 0 10px 0 16px; height: 72px; }
  .mobile-nav { top: 96px; }

  .hero,
  .split,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-panel {
    min-height: 430px;
  }

  .cred-strip,
  .service-grid,
  .mission-grid,
  .product-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .cred-strip div {
    padding: 28px;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .topbar { top: 10px; width: calc(100% - 20px); height: 64px; }
  .mobile-nav { top: 84px; width: calc(100% - 20px); }

  .brand small,
  .nav-cta {
    display: none;
  }

  .hero {
    padding: 118px 20px 54px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

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

  .mini-stats,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding: 72px 20px;
  }

  .service-card,
  .timeline-item,
  .contact-form {
    padding: 22px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 22px 20px;
    justify-content: center;
    text-align: center;
  }
}

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