:root {
  --ink: #07111f;
  --ink-2: #0b1829;
  --paper: #f4f7fb;
  --white: #fff;
  --blue: #1682ff;
  --muted: #708096;
  --line: rgba(8, 32, 60, .12);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 400 16px/1.5 var(--body); }
main, section, div, article { min-width: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--blue); }

.header {
  position: fixed; z-index: 50; inset: 18px 28px auto; height: 62px; padding: 0 10px 0 14px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  color: white; border: 1px solid rgba(255,255,255,.1); border-radius: 17px;
  background: rgba(7,17,31,.76); box-shadow: 0 18px 55px rgba(0,0,0,.16);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.scroll-progress { position: absolute; left: 14px; right: 14px; bottom: -1px; height: 1px; overflow: hidden; }
.scroll-progress i { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, #1887ff, #67c8ff); box-shadow: 0 0 14px rgba(61,169,255,.85); will-change: transform; }
.brand { width: fit-content; display: inline-flex; align-items: center; }
.brand img { width: 112px; height: auto; object-fit: contain; }
.header nav { display: flex; gap: 28px; color: rgba(255,255,255,.58); font-size: 14px; }
.header nav a { transition: color .2s; }
.header nav a:hover { color: white; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px 10px 16px; border-radius: 10px; background: var(--blue); font-weight: 700; font-size: 14px; }

.hero { position: relative; min-height: 100svh; padding: 150px clamp(24px, 7vw, 130px) 44px; display: flex; flex-direction: column; align-items: center; color: white; background: var(--ink); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(black, transparent 88%); }
.hero-glow { position: absolute; z-index: -1; width: 900px; height: 700px; top: -370px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(22,130,255,.32), transparent 68%); }
.hero-orbits { position: absolute; z-index: -1; top: 75px; left: 50%; width: min(960px, 90vw); aspect-ratio: 1; transform: translateX(-50%); pointer-events: none; }
.hero-orbits i { position: absolute; inset: 12%; border: 1px solid rgba(89,177,255,.12); border-radius: 50%; animation: orbit-pulse 7s ease-in-out infinite; }
.hero-orbits i:nth-child(2) { inset: 24%; animation-delay: -2.3s; }
.hero-orbits i:nth-child(3) { inset: 36%; animation-delay: -4.6s; }
@keyframes orbit-pulse { 0%, 100% { opacity: .28; transform: scale(.96); } 50% { opacity: .8; transform: scale(1.04); } }
.hero-copy { max-width: 940px; text-align: center; }
.kicker { display: flex; align-items: center; gap: 10px; color: #6fc5ff; font: 700 11px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.hero-copy .kicker, .section-head .kicker { justify-content: center; }
.kicker i { width: 6px; height: 6px; border-radius: 50%; background: #5ce3a4; box-shadow: 0 0 0 5px rgba(92,227,164,.1); }
.kicker.dark { color: #1479e4; }
.hero h1 { margin: 24px 0 20px; font: 700 clamp(48px, 6.5vw, 92px)/.99 var(--display); letter-spacing: -.068em; }
.title-line { display: block; overflow: hidden; padding: 0 .06em .07em; margin: 0 -.06em -.07em; }
.title-line > span { display: block; will-change: transform; }
.title-line.title-muted > span { color: rgba(255,255,255,.48); }
.hero-copy > p { margin: 0; color: rgba(231,241,251,.63); font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { margin-top: 30px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.button { min-height: 53px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 12px; font-weight: 700; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.primary { color: white; background: var(--blue); box-shadow: 0 15px 34px rgba(22,130,255,.25); }
.primary:hover { background: #3495ff; box-shadow: 0 19px 42px rgba(22,130,255,.34); }
.text-link { color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 600; }
.hero-window-wrap { position: relative; width: min(1120px, 94vw); margin-top: 58px; perspective: 1500px; will-change: transform; }
.window-tilt { position: relative; transform-style: preserve-3d; will-change: transform; }
.hero-window { position: relative; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #edf7fc; box-shadow: 0 55px 110px rgba(0,0,0,.46), 0 0 0 8px rgba(255,255,255,.025); }
.hero-window::after { content: ""; position: absolute; inset: 42px auto 0 -35%; width: 28%; pointer-events: none; transform: skewX(-18deg); opacity: .5; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); animation: window-scan 6s cubic-bezier(.65,0,.35,1) infinite 2s; }
@keyframes window-scan { 0%, 58% { transform: translateX(0) skewX(-18deg); opacity: 0; } 66% { opacity: .45; } 88%, 100% { transform: translateX(560%) skewX(-18deg); opacity: 0; } }
.window-bar, .screen-bar { height: 42px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #6b8094; background: #f8fbfd; border-bottom: 1px solid rgba(8,39,68,.1); font-size: 10px; letter-spacing: .05em; }
.window-bar > div { display: flex; gap: 5px; }
.window-bar > div i { width: 6px; height: 6px; border-radius: 50%; background: #ccd7e0; }
.window-bar b, .screen-bar b { justify-self: end; display: flex; align-items: center; gap: 6px; font-weight: 600; }
.window-bar b i, .screen-bar b i { width: 6px; height: 6px; border-radius: 50%; background: #24c98a; box-shadow: 0 0 7px rgba(36,201,138,.65); }
.hero-window img { width: 100%; height: auto; }
.hud-card { position: absolute; z-index: 3; display: grid; grid-template-columns: 8px auto; column-gap: 9px; align-items: center; padding: 13px 15px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(11,24,41,.84); box-shadow: 0 20px 45px rgba(0,0,0,.3); backdrop-filter: blur(15px); font-size: 10px; letter-spacing: .04em; will-change: transform; }
.hud-card > i { grid-row: 1 / 3; width: 7px; height: 7px; border-radius: 50%; background: #45dda0; box-shadow: 0 0 0 5px rgba(69,221,160,.08), 0 0 12px rgba(69,221,160,.4); }
.hud-card b { grid-column: 2; color: white; font: 700 14px/1.2 var(--display); letter-spacing: -.02em; }
.hud-finance { left: -42px; top: 30%; }
.hud-operation { right: -26px; bottom: 18%; }
.hero-foot { margin-top: 26px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 11px; color: rgba(255,255,255,.34); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.22); }
.scroll-cue { margin-top: 28px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.28); font: 700 9px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 18px; height: 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }
.scroll-cue span::after { content: ""; position: absolute; top: 6px; left: 50%; width: 2px; height: 5px; border-radius: 3px; background: #72c5ff; transform: translateX(-50%); animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 9px); } }

.essentials { padding: 140px clamp(24px, 7vw, 130px); background: #f7f9fc; }
.section-head { text-align: center; }
.section-head h2, .product-copy h2, .price-copy h2 { margin: 22px 0 12px; font: 700 clamp(42px, 5vw, 70px)/1.05 var(--display); letter-spacing: -.06em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 18px; }
.flow-shell { position: relative; max-width: 1180px; margin: 72px auto 0; padding: 24px 24px 0; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 28px 80px rgba(11,38,70,.07); overflow: hidden; }
.flow-rail { position: absolute; z-index: 0; top: 47px; left: 11%; right: 11%; height: 2px; background: linear-gradient(90deg, rgba(22,130,255,.15), #1682ff 48%, rgba(22,130,255,.15)); }
.flow-rail i { position: absolute; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: #1682ff; box-shadow: 0 0 0 7px rgba(22,130,255,.1), 0 0 22px rgba(22,130,255,.75); animation: flow-travel 5.5s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes flow-travel { 0% { left: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { left: calc(100% - 8px); opacity: 0; } }
.essential-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); }
.essential { position: relative; padding: 0 16px 30px; text-align: center; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.essential:hover { transform: translateY(-6px); }
.essential > span { width: 46px; height: 46px; margin: 0 auto 28px; display: grid; place-items: center; color: #1682ff; border: 1px solid rgba(22,130,255,.2); border-radius: 14px; background: #f3f9ff; font: 700 11px/1 var(--display); letter-spacing: .08em; transition: color .3s, background .3s, transform .3s; }
.essential:hover > span { color: white; background: #1682ff; transform: scale(1.06); }
.essential h3 { margin: 0 0 8px; font: 700 19px/1.2 var(--display); letter-spacing: -.035em; }
.essential p { max-width: 175px; margin: 0 auto; color: var(--muted); font-size: 14px; }
.flow-result { position: relative; z-index: 1; margin: 0 -24px; padding: 20px 28px; display: flex; justify-content: center; align-items: center; gap: 16px; color: white; background: #081728; text-align: center; }
.flow-result span { padding: 6px 9px; color: #87cbff; border: 1px solid rgba(91,184,255,.2); border-radius: 99px; background: rgba(22,130,255,.12); font: 700 10px/1 var(--display); letter-spacing: .07em; text-transform: uppercase; }
.flow-result strong { font: 600 14px/1.4 var(--display); letter-spacing: -.015em; }

.product { padding: 140px clamp(24px, 7vw, 130px); display: grid; grid-template-columns: minmax(250px, .42fr) minmax(0, 1.58fr); gap: clamp(55px, 8vw, 130px); align-items: center; color: white; background: var(--ink); }
.product-copy h2 { margin-top: 24px; }
.product-copy h2 span { color: #50adff; }
.product-copy p { margin: 20px 0 0; color: rgba(231,241,251,.48); font-size: 17px; }
.product-stage { min-width: 0; }
.tabs { display: flex; gap: 6px; margin-bottom: 12px; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.tab { flex: 1; min-height: 42px; padding: 0 12px; color: rgba(255,255,255,.48); border: 0; border-radius: 8px; background: transparent; font: 600 13px/1 var(--body); cursor: pointer; transition: color .2s, background .2s; }
.tab.active { color: white; background: rgba(255,255,255,.1); }
.tab:focus-visible { outline: 2px solid #65bbff; outline-offset: 2px; }
.tab-progress { height: 1px; margin: -3px 6px 13px; overflow: hidden; background: rgba(255,255,255,.06); }
.tab-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, #1682ff, #67c8ff); box-shadow: 0 0 12px rgba(64,175,255,.7); will-change: transform; }
.screen-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: var(--ink-2); box-shadow: 0 42px 90px rgba(0,0,0,.42); }
.screen-bar { height: 45px; color: rgba(255,255,255,.42); border-bottom-color: rgba(255,255,255,.08); background: #0e1c2d; }
.screen-stack { position: relative; aspect-ratio: 1.988/1; overflow: hidden; background: #eef7fc; }
.screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; visibility: hidden; transform: scale(.99); will-change: opacity, transform; }
.screen.active { opacity: 1; visibility: visible; transform: scale(1); }
.screen-caption { min-height: 46px; margin: 0; padding: 14px 18px; color: rgba(255,255,255,.48); font-size: 13px; }

.integrations { padding: 140px clamp(24px, 7vw, 130px); background: #f7f9fc; }
.integrations-head { margin-bottom: 65px; }
.integration-list { max-width: 1120px; margin: 0 auto; border-top: 1px solid var(--line); }
.integration { position: relative; min-height: 124px; display: grid; grid-template-columns: 54px 1fr auto; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .35s, background .35s; }
.integration::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; transform: scaleX(0); transform-origin: left center; background: #1682ff; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.integration:hover { padding-inline: 18px; background: white; }
.integration:hover::after { transform: scaleX(1); }
.integration-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #1682ff; border: 1px solid rgba(22,130,255,.18); border-radius: 13px; background: #eaf5ff; font-size: 21px; transition: transform .4s cubic-bezier(.2,.8,.2,1), background .3s, color .3s; }
.integration:hover .integration-icon { transform: rotate(-5deg) scale(1.08); color: white; background: #1682ff; }
.integration h3 { margin: 0 0 5px; font: 700 22px/1.2 var(--display); letter-spacing: -.03em; }
.integration p { margin: 0; color: var(--muted); }
.integration > span { color: #9aabba; font: 700 10px/1 var(--display); letter-spacing: .12em; }

.pricing { position: relative; padding: 140px clamp(24px, 9vw, 170px); display: grid; grid-template-columns: 1fr minmax(410px, 520px); gap: clamp(70px, 11vw, 170px); align-items: center; color: white; background: #06101d; overflow: hidden; }
.pricing::before { content: ""; position: absolute; width: 720px; height: 720px; left: -280px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(22,130,255,.2), transparent 67%); }
.pricing-orb { position: absolute; width: 420px; height: 420px; right: 4%; top: 15%; border: 1px solid rgba(81,177,255,.11); border-radius: 50%; box-shadow: inset 0 0 90px rgba(22,130,255,.05), 0 0 120px rgba(22,130,255,.04); will-change: transform; }
.price-copy, .included { position: relative; z-index: 2; }
.price-copy h2 { margin-top: 24px; }
.price-copy > p { margin: 0; color: rgba(231,241,251,.5); font-size: 18px; }
.price-old { margin-top: 38px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.42); font: 700 12px/1 var(--display); letter-spacing: .08em; }
.price-old span { color: #66baff; font-size: 10px; }
.price-old s { text-decoration-color: rgba(255,255,255,.72); text-decoration-thickness: 2px; }
.price { margin: 14px 0 17px; display: flex; align-items: flex-start; font-family: var(--display); }
.price > span { margin: 11px 8px 0 0; color: #66baff; font-weight: 700; }
.price strong { font-size: clamp(76px, 8vw, 110px); line-height: .82; letter-spacing: -.08em; }
.price > div { margin: 0 0 0 6px; display: flex; flex-direction: column; }
.price b { font-size: 21px; }
.price small { margin-top: 4px; color: rgba(255,255,255,.42); font: 500 13px/1 var(--body); }
.price-condition { margin: 0 0 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.price-condition b { padding: 7px 10px; color: #89cdff; border: 1px solid rgba(70,170,255,.22); border-radius: 99px; background: rgba(22,130,255,.1); font: 700 11px/1 var(--display); letter-spacing: .03em; }
.price-condition span { color: rgba(255,255,255,.48); font-size: 13px; }
.buy { min-width: 240px; }
.included { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: 0 32px 80px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.included-label { color: rgba(255,255,255,.42); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.included ul { margin: 25px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; list-style: none; color: rgba(255,255,255,.77); }
.included li { display: flex; gap: 10px; }
.included li i { color: #4ee1a0; font-style: normal; font-weight: 800; }

footer { min-height: 130px; padding: 38px clamp(24px, 7vw, 130px); display: grid; grid-template-columns: 1fr minmax(320px, auto) 1fr; align-items: center; color: white; background: #030a12; border-top: 1px solid rgba(255,255,255,.07); }
.footer-credit { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; line-height: 1.5; text-align: center; }
.footer-credit strong { color: rgba(255,255,255,.78); font-weight: 700; }
.footer-credit span { white-space: nowrap; }
footer .brand img { width: 138px; }
footer > a:last-child { justify-self: end; color: rgba(255,255,255,.5); font-size: 13px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; transform: translate(-50%, 120px); opacity: 0; padding: 13px 17px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #101d2d; box-shadow: 0 18px 44px rgba(0,0,0,.3); font-size: 14px; }

@media (pointer: fine) {
  .button, .header-cta { will-change: transform; }
}

@media (max-width: 1000px) {
  .header { grid-template-columns: 1fr auto; }
  .header nav { display: none; }
  .flow-shell { max-width: 680px; }
  .essential-list { grid-template-columns: repeat(5, minmax(120px, 1fr)); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .essential-list::-webkit-scrollbar { display: none; }
  .essential { scroll-snap-align: center; }
  .product { grid-template-columns: 1fr; gap: 55px; }
  .product-copy { text-align: center; }
  .product-copy .kicker { justify-content: center; }
  .pricing { grid-template-columns: 1fr; gap: 58px; padding-inline: 55px; }
}

@media (max-width: 760px) {
  body { overflow-x: clip; }
  .header { inset: 10px 12px auto; height: 58px; padding-left: 9px; border-radius: 15px; }
  .brand img { width: 92px; }
  footer .brand img { width: 128px; }
  .header-cta { padding: 9px 11px; font-size: 13px; }
  .header-cta > span { display: none; }
  .hero { min-height: auto; padding: 118px 18px 64px; }
  .hero h1 { font-size: clamp(42px, 13.3vw, 58px); }
  .hero-copy > p { max-width: 330px; margin-inline: auto; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .button { width: 100%; padding-inline: 18px; text-align: center; }
  .hero-window { width: 100%; margin-top: 46px; border-radius: 11px; }
  .hero-window-wrap { width: 100%; margin-top: 46px; }
  .hero-window { margin-top: 0; }
  .hud-card { display: none; }
  .hero-orbits { top: 82px; width: 145vw; }
  .window-bar { height: 31px; padding-inline: 9px; font-size: 8px; }
  .window-bar > div { gap: 3px; }
  .window-bar > div i { width: 4px; height: 4px; }
  .hero-foot { max-width: 340px; line-height: 1.8; }
  .essentials, .product, .integrations, .pricing { padding: 88px 20px; }
  .section-head h2, .product-copy h2, .price-copy h2 { font-size: clamp(39px, 11vw, 54px); }
  .section-head > p { font-size: 16px; }
  .flow-shell { margin-top: 48px; padding: 22px 18px 0; border-radius: 20px; }
  .flow-rail { top: 50px; left: 43px; right: auto; bottom: 92px; width: 2px; height: auto; background: linear-gradient(180deg, rgba(22,130,255,.15), #1682ff 48%, rgba(22,130,255,.15)); }
  .flow-rail i { top: 0; left: -3px; animation-name: flow-travel-mobile; }
  @keyframes flow-travel-mobile { 0% { top: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { top: calc(100% - 8px); opacity: 0; } }
  .essential-list { display: grid; grid-template-columns: 1fr; overflow: visible; }
  .essential { min-height: 92px; padding: 0 0 18px 76px; display: block; text-align: left; }
  .essential > span { position: absolute; top: 0; left: 0; margin: 0; }
  .essential h3 { margin: 4px 0 5px; font-size: 19px; }
  .essential p { max-width: none; margin: 0; font-size: 14px; }
  .flow-result { margin: 0 -18px; padding: 19px 20px; flex-direction: column; gap: 9px; }
  .tabs { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { flex: 0 0 auto; min-width: 112px; scroll-snap-align: start; }
  .screen-frame { border-radius: 12px; }
  .screen-bar { height: 38px; padding-inline: 10px; font-size: 8px; }
  .screen-stack { aspect-ratio: 1.36/1; }
  .screen { width: 178%; max-width: none; height: 100%; object-position: left top; transform: translateX(-7%) scale(.99); }
  .screen.active { transform: translateX(-7%) scale(1); }
  .screen-caption { min-height: 58px; padding: 12px 14px; font-size: 12px; }
  .integrations-head { margin-bottom: 45px; }
  .integration { min-height: 110px; grid-template-columns: 46px 1fr auto; gap: 14px; }
  .integration-icon { width: 42px; height: 42px; border-radius: 12px; }
  .integration h3 { font-size: 19px; }
  .integration p { font-size: 14px; }
  .pricing { grid-template-columns: 1fr; gap: 58px; }
  .price-copy { text-align: center; }
  .price-copy .kicker { justify-content: center; }
  .price { justify-content: center; margin-top: 40px; }
  .price-old { justify-content: center; margin-top: 36px; }
  .price { margin-top: 14px; }
  .price-condition { justify-content: center; }
  .buy { min-width: 0; }
  .included { padding: 24px 20px; }
  .included ul { grid-template-columns: 1fr; gap: 15px; }
  footer { grid-template-columns: 1fr; gap: 18px; justify-items: center; text-align: center; }
  footer > a:last-child { justify-self: center; }
}

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