:root {
  --bg: #070b16;
  --bg-2: #0d1424;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.9);
  --line: rgba(148, 163, 184, 0.18);
  --line-strong: rgba(167, 139, 250, 0.42);
  --text: #f8fafc;
  --muted: #aeb8ca;
  --dim: #64748b;
  --purple: #8b5cf6;
  --purple-2: #c084fc;
  --blue: #60a5fa;
  --cyan: #22d3ee;
  --green: #22c55e;
  --red: #ff416a;
  --gold: #fcb737;
  --shadow: 0 24px 90px rgba(23, 17, 64, 0.46);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Segoe UI Variable", "Segoe UI", "Microsoft YaHei UI", system-ui, sans-serif;
  background:
    radial-gradient(circle at 50% 16%, rgba(124, 58, 237, 0.24), transparent 32%),
    radial-gradient(circle at 82% 4%, rgba(34, 211, 238, 0.12), transparent 28%),
    linear-gradient(180deg, #060914 0%, #0a1020 45%, #070b16 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 100% 4px;
  opacity: .56;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  inset: auto -10% 0 -10%;
  height: 420px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(124,58,237,.36), transparent 58%),
    repeating-radial-gradient(ellipse at center, rgba(139,92,246,.32) 0 1px, transparent 2px 14px);
  mask-image: linear-gradient(transparent 0%, #000 38%, #000 100%);
  opacity: .28;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 auto; }
.page-glow { position: fixed; width: 420px; height: 420px; border-radius: 999px; filter: blur(70px); opacity: .28; pointer-events: none; z-index: -3; }
.page-glow-one { left: -130px; top: 90px; background: #7c3aed; }
.page-glow-two { right: -160px; top: 320px; background: #1d4ed8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 11, 22, 0.72);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.nav { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-logo { width: 42px; height: 42px; filter: drop-shadow(0 0 16px rgba(139,92,246,.55)); }
.brand-name { font-size: 23px; font-weight: 850; letter-spacing: -.02em; }
.brand-tag { margin-left: 8px; color: var(--muted); font-size: 13px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(15,23,42,.58); }
.nav-links { margin-left: auto; display: flex; gap: 38px; color: #dbe4f4; font-weight: 650; }
.nav-links a { position: relative; transition: color .24s ease; }
.nav-links a::after { content: ""; position: absolute; left: 50%; bottom: -16px; width: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, #fff, var(--purple-2)); transform: translateX(-50%); transition: width .24s ease; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 28px; }
.download-pill, .primary-cta, .download-large {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0;
  color: white;
  background: linear-gradient(135deg, #7c3aed, #a855f7 55%, #c084fc);
  box-shadow: 0 0 26px rgba(168,85,247,.5), inset 0 1px 0 rgba(255,255,255,.38);
  transition: transform .22s ease, box-shadow .22s ease;
}
.download-pill { padding: 12px 22px; border-radius: 999px; font-weight: 800; }
.download-pill:hover, .primary-cta:hover, .download-large:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(168,85,247,.7), inset 0 1px 0 rgba(255,255,255,.5); }
.download-icon { font-size: 18px; line-height: 0; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(15,23,42,.7); color: #fff; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; border-radius: 9px; }

.hero { display: grid; grid-template-columns: 1fr 1.18fr; gap: 46px; align-items: center; padding: 74px 0 34px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c4b5fd; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.eyebrow span { width: 8px; height: 8px; background: #fff; transform: rotate(45deg); box-shadow: 0 0 16px var(--purple-2); }
.hero h1 { margin: 26px 0 20px; font-size: clamp(46px, 6vw, 80px); line-height: 1.06; letter-spacing: -.06em; }
.hero h1 strong { display: inline-block; color: transparent; background: linear-gradient(90deg, #fff 0%, #e9d5ff 28%, #c084fc 64%, #8b5cf6 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 22px rgba(139,92,246,.24)); }
.hero-desc { max-width: 630px; color: #cbd5e1; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin: 34px 0 24px; }
.primary-cta, .ghost-cta { height: 58px; padding: 0 34px; border-radius: 999px; font-size: 17px; font-weight: 850; }
.ghost-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: linear-gradient(180deg, #222, #111); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 10px 26px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.35); transition: transform .22s ease, border-color .22s ease; }
.ghost-cta:hover { transform: translateY(-2px); border-color: rgba(196,181,253,.65); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #a5b4fc; font-size: 14px; }
.hero-meta span::before { content: "•"; color: var(--purple-2); margin-right: 8px; }

.hero-visual { position: relative; }
.app-window { position: relative; border-radius: 18px; border: 1px solid rgba(148,163,184,.18); background: linear-gradient(180deg, rgba(15,23,42,.82), rgba(9,13,26,.92)); box-shadow: var(--shadow), 0 0 0 1px rgba(124,58,237,.12); padding: 14px; overflow: hidden; }
.app-window::before { content: ""; position: absolute; inset: -120px -80px auto auto; width: 320px; height: 240px; background: radial-gradient(circle, rgba(124,58,237,.28), transparent 65%); pointer-events: none; }
.window-bar { height: 34px; display: flex; align-items: center; justify-content: space-between; color: #dbeafe; border-bottom: 1px solid rgba(148,163,184,.12); margin-bottom: 12px; }
.window-title { display: flex; align-items: center; gap: 8px; font-weight: 750; font-size: 13px; }
.window-title img { width: 19px; height: 19px; }
.window-actions { display: flex; gap: 8px; }
.window-actions i { width: 8px; height: 8px; border-radius: 50%; background: rgba(226,232,240,.55); }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.status-card { min-height: 66px; border: 1px solid rgba(148,163,184,.17); border-radius: 12px; padding: 12px 12px 10px; background: rgba(15,23,42,.62); }
.status-card span, .diagnose-grid span { display: block; color: #94a3b8; font-size: 11px; margin-bottom: 5px; }
.status-card b, .diagnose-grid b { color: #fff; font-size: 13px; }
.status-card em { display: block; height: 2px; margin-top: 12px; border-radius: 4px; background: linear-gradient(90deg, #8b5cf6, #d8b4fe); box-shadow: 0 0 10px rgba(168,85,247,.75); }
.step-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 12px 0; }
.step { display: flex; align-items: center; gap: 8px; background: #050506; border: 1px solid rgba(148,163,184,.12); border-radius: 999px; padding: 9px 10px; color: #8d99ad; font-size: 12px; font-weight: 800; }
.step span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #111827; color: #94a3b8; }
.step.active { color: #22c55e; border-color: rgba(34,197,94,.3); }
.step.active span { background: #16a34a; color: #fff; }
.step.current { color: #c4b5fd; border-color: rgba(139,92,246,.45); }
.step.current span { background: #7c3aed; color: #fff; }
.panel-row { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12px; }
.mini-panel { border: 1px solid rgba(148,163,184,.16); border-radius: 15px; padding: 16px; background: rgba(15,23,42,.5); }
.mini-panel h3 { margin: 0 0 14px; font-size: 14px; }
.diagnose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.diagnose-grid p { margin: 0; padding: 11px; border: 1px solid rgba(148,163,184,.13); border-radius: 10px; background: rgba(10,16,32,.52); }
.button-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.glow-button {
  position: relative;
  height: 56px;
  border: 0;
  border-radius: 999px;
  color: #f8fafc;
  background: linear-gradient(180deg, #262626, #0d0d0f 70%);
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  text-shadow: 0 1px 8px rgba(255,255,255,.18), 0 0 12px rgba(196,181,253,.2);
  box-shadow: 0 16px 30px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.42), 0 0 0 1px rgba(196,181,253,.3), 0 0 20px rgba(139,92,246,.28);
}
.glow-button::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from var(--angle), transparent 0deg, transparent 260deg, rgba(255,255,255,.95), rgba(139,92,246,.95), transparent 330deg);
  animation: orbit 2s linear infinite;
  opacity: .78;
  z-index: 0;
}
.glow-button::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: linear-gradient(180deg, #272727 0%, #121214 54%, #08080a 100%);
  box-shadow: inset 0 .5px 0 rgba(255,255,255,.42), inset 0 -1px 2px rgba(0,0,0,.9);
  z-index: 1;
}
.glow-button .sparkle,
.glow-button .btn-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: #f8fafc;
}
.glow-button .sparkle {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.48));
}
.glow-button .btn-label {
  min-width: 0;
  white-space: nowrap;
  overflow: visible;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0,0,0,.75), 0 0 10px rgba(255,255,255,.18);
}
.glow-button:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.5), 0 0 0 1px rgba(216,180,254,.48), 0 0 26px rgba(168,85,247,.42); }
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes orbit { to { --angle: 360deg; } }
.task-bar { position: relative; display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding: 10px 12px 14px; border: 1px solid rgba(148,163,184,.16); border-radius: 12px; background: rgba(15,23,42,.48); font-size: 12px; }
.task-bar i { position: absolute; left: 12px; right: 12px; bottom: 5px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, #8b5cf6, #c084fc); box-shadow: 0 0 10px rgba(168,85,247,.85); }

.quick-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 40px 0 18px; }
.quick-cards article, .feature-card, .preview-card, .step-card, .download-section { border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, rgba(15,23,42,.68), rgba(15,23,42,.42)); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.quick-cards article { padding: 22px; position: relative; overflow: hidden; }
.quick-cards article::after, .feature-card::after { content: ""; position: absolute; inset: auto -30px -70px auto; width: 150px; height: 150px; background: radial-gradient(circle, rgba(139,92,246,.18), transparent 70%); }
.card-icon, .feature-card span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: #c084fc; background: rgba(124,58,237,.14); border: 1px solid rgba(168,85,247,.25); font-size: 25px; box-shadow: inset 0 0 16px rgba(139,92,246,.12); }
.quick-cards h3, .feature-card h3, .preview-card h3, .step-card h3 { margin: 16px 0 9px; font-size: 19px; }
.quick-cards p, .feature-card p, .preview-card p, .step-card p { color: var(--muted); line-height: 1.75; margin: 0; }

.section { padding: 68px 0 24px; }
.section-head { text-align: center; margin-bottom: 32px; }
.section-head p { margin: 0 0 8px; color: #60a5fa; letter-spacing: .18em; font-weight: 900; font-size: 13px; }
.section-head h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; }
.section-head span { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; padding: 22px; overflow: hidden; min-height: 185px; }
.feature-card span { font-size: 20px; font-weight: 900; }

.preview-section { position: relative; }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.preview-card { padding: 18px; }
.mock { height: 210px; border-radius: 14px; border: 1px solid rgba(168,85,247,.45); background: linear-gradient(180deg, rgba(8,13,27,.96), rgba(14,20,42,.82)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 0 26px rgba(124,58,237,.24); overflow: hidden; position: relative; }
.mock-main { padding: 14px; display: grid; grid-template-rows: 28px 50px 20px 1fr; gap: 10px; }
.mock-window-title { display: flex; align-items: center; padding: 0 12px; border-radius: 10px; background: rgba(15,23,42,.86); border: 1px solid rgba(148,163,184,.16); color: #e5e7eb; font-size: 12px; font-weight: 850; }
.mock-status-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-status-list span { display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 8px; border-radius: 10px; border: 1px solid rgba(148,163,184,.15); background: rgba(15,23,42,.62); color: #94a3b8; font-size: 10px; }
.mock-status-list b { color: #fff; font-size: 11px; }
.mock-action-title { color: #f8fafc; font-size: 12px; font-weight: 900; align-self: center; }
.mock-action-buttons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.mock-action-buttons span { display: flex; align-items: center; justify-content: center; height: 37px; border-radius: 999px; color: #f8fafc; font-size: 11px; font-weight: 850; background: linear-gradient(180deg, #28282a, #0d0d0f 72%); border: 1px solid rgba(216,180,254,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 7px 16px rgba(0,0,0,.36); white-space: nowrap; }
.mock-splash { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.mock-splash strong { font-size: 28px; color: transparent; background: linear-gradient(90deg,#fff,#c084fc); -webkit-background-clip: text; background-clip: text; }
.mock-splash i { width: 55%; height: 8px; border-radius: 99px; background: linear-gradient(90deg, #8b5cf6 0 64%, rgba(255,255,255,.08) 64% 100%); box-shadow: 0 0 18px rgba(139,92,246,.7); }
.loading-rings { position: relative; width: 86px; height: 86px; display: grid; place-items: center; color: white; font-size: 11px; }
.loading-rings span { position: absolute; width: 75px; height: 75px; border-radius: 50%; border: 3px solid transparent; animation: ringSpin 2s linear infinite; }
.loading-rings span:nth-child(1) { border-bottom-color: #ff8df9; transform: rotateX(50deg) rotateZ(110deg); }
.loading-rings span:nth-child(2) { border-bottom-color: #ff416a; animation-name: ringSpin2; }
.loading-rings span:nth-child(3) { border-bottom-color: #00ffff; animation-name: ringSpin3; }
.loading-rings span:nth-child(4) { border-bottom-color: #fcb737; animation-name: ringSpin4; }
@keyframes ringSpin { to { transform: rotateX(50deg) rotateZ(470deg); } }
@keyframes ringSpin2 { from { transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg); } to { transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg); } }
@keyframes ringSpin3 { from { transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg); } to { transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg); } }
@keyframes ringSpin4 { from { transform: rotateX(70deg) rotateZ(270deg); } to { transform: rotateX(70deg) rotateZ(630deg); } }
.mock-exec { display: grid; place-items: center; padding: 28px; text-align: center; }
.mock-exec h4 { margin: 0; font-size: 18px; }
.mock-exec div { width: 100%; height: 9px; border-radius: 99px; background: rgba(96,165,250,.15); }
.mock-exec span { color: #60a5fa; font-size: 22px; font-weight: 900; }

.steps { display: grid; grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr; align-items: center; gap: 8px; }
.steps > i { height: 3px; border-radius: 9px; background: linear-gradient(90deg, rgba(139,92,246,.2), #8b5cf6); position: relative; }
.steps > i::after { content: ""; position: absolute; right: -6px; top: 50%; border-left: 9px solid #8b5cf6; border-top: 7px solid transparent; border-bottom: 7px solid transparent; transform: translateY(-50%); }
.step-card { min-height: 150px; padding: 22px; }
.step-card span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #7c3aed, #c084fc); font-weight: 900; box-shadow: 0 0 18px rgba(168,85,247,.55); }

.download-section { margin-top: 56px; margin-bottom: 56px; padding: 28px; display: grid; grid-template-columns: 170px 1fr auto; gap: 30px; align-items: center; position: relative; overflow: hidden; }
.download-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(124,58,237,.32), transparent 32%), radial-gradient(circle at 84% 50%, rgba(168,85,247,.24), transparent 28%); pointer-events: none; }
.box-art, .download-copy, .download-large, .domain-note { position: relative; z-index: 1; }
.box-art { height: 150px; perspective: 900px; display: flex; align-items: center; }
.box-face { width: 130px; height: 145px; border-radius: 12px; background: linear-gradient(145deg, #151a34, #241052); border: 1px solid rgba(196,181,253,.45); box-shadow: 0 20px 40px rgba(0,0,0,.35), 0 0 25px rgba(124,58,237,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotateY(-12deg); }
.box-face img { width: 58px; }
.box-face strong { margin-top: 10px; font-size: 20px; }
.box-face span { font-size: 10px; color: #cbd5e1; }
.download-copy p { margin: 0 0 6px; color: #a78bfa; font-weight: 900; letter-spacing: .18em; }
.download-copy h2 { margin: 0; font-size: 40px; }
.download-copy > span { color: var(--muted); font-size: 18px; }
.download-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; color: #c4b5fd; }
.download-tags b { font-size: 13px; padding: 7px 11px; border: 1px solid rgba(168,85,247,.28); border-radius: 99px; background: rgba(124,58,237,.12); }
.download-large { height: 66px; padding: 0 36px; border-radius: 16px; font-size: 19px; font-weight: 900; white-space: nowrap; }
.domain-note { grid-column: 3; color: #cbd5e1; font-size: 16px; }

.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { padding: 20px 24px; }
.faq summary { cursor: pointer; font-weight: 850; color: #fff; }
.faq p { margin-top: 14px; }
.faq code { color: #e9d5ff; background: rgba(124,58,237,.15); padding: 3px 6px; border-radius: 6px; }

.site-footer { border-top: 1px solid rgba(148,163,184,.14); background: rgba(5,9,18,.7); padding: 32px 0; color: var(--muted); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.footer-inner p { margin: 0; text-align: center; }
.footer-links { display: flex; gap: 18px; }
.footer-inner > span { grid-column: 1 / -1; text-align: center; color: #64748b; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .14s; }

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .feature-grid, .quick-cards { grid-template-columns: repeat(2, 1fr); }
  .preview-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps > i { width: 3px; height: 34px; margin: 0 auto; }
  .steps > i::after { right: auto; left: 50%; top: auto; bottom: -9px; transform: translateX(-50%); border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 9px solid #8b5cf6; border-bottom: 0; }
  .download-section { grid-template-columns: 140px 1fr; }
  .download-large, .domain-note { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .nav { height: 68px; }
  .brand-tag, .download-pill { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 14px; right: 14px; top: 74px; display: none; margin: 0; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(7,11,22,.96); box-shadow: var(--shadow); flex-direction: column; gap: 16px; }
  .nav-links.open { display: flex; }
  .hero { padding-top: 44px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .primary-cta, .ghost-cta { width: 100%; }
  .status-grid, .panel-row, .button-grid, .diagnose-grid { grid-template-columns: 1fr; }
  .quick-cards, .feature-grid { grid-template-columns: 1fr; }
  .app-window { padding: 10px; }
  .step-line { grid-template-columns: 1fr 1fr; }
  .download-section { grid-template-columns: 1fr; text-align: center; }
  .box-art { justify-content: center; }
  .download-tags { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
