:root {
  --turquoise: #00A89D;
  --turquoise-dark: #007E76;
  --turquoise-light: #DDF5F2;
  --ink: #17252A;
  --muted: #667579;
  --warm-white: #F8FAF9;
  --white: #fff;
  --line: rgba(23, 37, 42, .12);
  --shadow: 0 28px 80px rgba(23, 37, 42, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: "Vazirmatn", Tahoma, sans-serif; line-height: 1.8; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--turquoise-light); }

.page-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.page-glow--one { top: -260px; left: -220px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(0,168,157,.13), transparent 67%); }
.page-glow--two { top: 650px; right: -260px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(0,168,157,.08), transparent 68%); }

.site-header { width: min(1180px, calc(100% - 48px)); height: 104px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { width: 170px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; transform: scale(1.65); }
.nav { display: flex; gap: 42px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .25s; }
.nav a:hover { color: var(--turquoise-dark); }
.header-cta { padding: 10px 21px; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 600; transition: .25s; }
.header-cta:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }

.section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; padding-bottom: 90px; }
.hero__copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--turquoise-dark); font-size: 13px; font-weight: 700; letter-spacing: -.1px; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--turquoise); }
.hero h1 { margin: 24px 0 25px; font-size: clamp(45px, 5.5vw, 77px); line-height: 1.28; letter-spacing: -4px; font-weight: 800; }
.hero h1 em { color: var(--turquoise); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; right: 3px; bottom: 4px; width: 100%; height: 7px; background: var(--turquoise-light); z-index: -1; }
.hero__copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; }
.hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 25px; border-radius: 9px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.button--primary { color: white; background: var(--ink); box-shadow: 0 9px 25px rgba(23,37,42,.17); }
.button--primary:hover { transform: translateY(-2px); background: var(--turquoise-dark); }
.button span { font-size: 19px; }
.text-link { color: var(--muted); font-size: 14px; border-bottom: 1px solid var(--line); }

.hero__visual { height: 560px; position: relative; display: grid; place-items: center; min-width: 0; }
.orbit { position: absolute; border: 1px solid rgba(0,168,157,.16); border-radius: 50%; }
.orbit--one { width: 460px; height: 460px; }
.orbit--two { width: 330px; height: 330px; border-style: dashed; animation: spin 28s linear infinite; }
.hero-mark { position: relative; width: 280px; height: 280px; color: white; background: linear-gradient(145deg, #06bdb0, var(--turquoise-dark)); border-radius: 46% 54% 42% 58% / 56% 44% 56% 44%; box-shadow: 0 35px 80px rgba(0,126,118,.22); display: grid; place-items: center; transform: rotate(-6deg); animation: float 6s ease-in-out infinite; }
.hero-mark::before { content: ""; position: absolute; inset: 19px; border: 1px solid rgba(255,255,255,.27); border-radius: inherit; }
.hero-mark__r { font: 800 142px/1 Arial, sans-serif; letter-spacing: -15px; transform: rotate(6deg) translate(2px, -7px); }
.hero-mark__line { position: absolute; bottom: 65px; width: 80px; height: 4px; border-radius: 9px; background: var(--ink); transform: rotate(6deg); }
.hero-mark__label { position: absolute; right: -62px; bottom: 33px; padding: 10px 16px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); border-radius: 8px; font-size: 12px; font-weight: 700; line-height: 1.4; transform: rotate(6deg); }
.floating-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 16px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 12px 40px rgba(23,37,42,.08); backdrop-filter: blur(8px); border-radius: 99px; color: var(--muted); font-size: 12px; }
.floating-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 5px var(--turquoise-light); }
.floating-note--top { top: 90px; left: 10px; }
.floating-note--bottom { bottom: 85px; right: 5px; }
.scroll-hint { position: absolute; bottom: 34px; right: 0; color: var(--muted); font-size: 10px; transform: rotate(90deg) translateX(100%); transform-origin: bottom right; display: flex; gap: 10px; align-items: center; }
.scroll-hint span { width: 30px; height: 1px; background: var(--muted); }

.about { padding-block: 135px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-top: 1px solid var(--line); }
.section-heading h2 { margin: 24px 0 0; font-size: clamp(31px, 3.5vw, 47px); line-height: 1.55; letter-spacing: -2px; }
.about__content > p { margin: 5px 0 45px; color: var(--muted); font-size: 16px; }
.principles { border-top: 1px solid var(--line); }
.principles div { min-height: 63px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 28px; }
.principles strong { color: var(--turquoise); font-size: 11px; }
.principles span { font-weight: 600; font-size: 14px; }

.product { width: min(1240px, calc(100% - 30px)); padding: 90px 70px 75px; color: var(--white); background: var(--ink); border-radius: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; position: relative; overflow: hidden; }
.product + .product { margin-top: 28px; }
.product::before { content: ""; position: absolute; left: -150px; top: -220px; width: 550px; height: 550px; border-radius: 50%; border: 1px solid rgba(221,245,242,.08); box-shadow: 0 0 0 80px rgba(221,245,242,.025), 0 0 0 160px rgba(221,245,242,.02); }
.product__intro, .product__showcase, .product__details, .product__closing { position: relative; z-index: 1; }
.eyebrow--light { color: #72d6cf; }
.product__title-row { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.product h2 { margin: 0; font-size: clamp(60px, 7vw, 95px); line-height: 1.15; letter-spacing: -5px; }
.product__tagline { margin: 2px 0 0; color: #9ca9ac; font-size: 17px; }
.android-badge { align-self: flex-start; margin-top: 15px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: #b7c1c3; font-size: 10px; }
.product__description { max-width: 520px; margin: 31px 0 26px; color: #b7c1c3; font-size: 15px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-pills span { padding: 7px 13px; border-radius: 6px; color: #aedfdc; background: rgba(0,168,157,.11); border: 1px solid rgba(0,168,157,.17); font-size: 11px; }
.product__showcase { min-height: 430px; display: grid; place-items: center; }
.kamada-logo-wrap { width: 300px; height: 300px; overflow: hidden; border-radius: 64px; background: #fff; box-shadow: 0 35px 75px rgba(0,0,0,.25); transform: rotate(3deg); }
.kamada-logo-wrap img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.privacy-card { position: absolute; bottom: 7px; right: -5px; max-width: 300px; display: flex; gap: 13px; align-items: flex-start; padding: 15px; color: var(--ink); background: var(--turquoise-light); border-radius: 11px; box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.privacy-card svg { flex: 0 0 27px; fill: var(--turquoise-dark); }
.privacy-card strong, .privacy-card span { display: block; }
.privacy-card strong { font-size: 12px; }
.privacy-card span { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.product__details { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 13px; margin-top: 15px; }
.detail-card { min-height: 300px; padding: 30px; border-radius: 15px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); position: relative; overflow: hidden; }
.detail-card__number { display: block; margin-bottom: 29px; color: #65c8c1; font-size: 11px; }
.detail-card h3 { margin: 0 0 16px; font-size: 17px; line-height: 1.7; }
.detail-card p { margin: 0; color: #9eabad; font-size: 12px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list--columns { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; }
.check-list li { position: relative; padding-right: 20px; color: #aab5b7; font-size: 11px; }
.check-list li::before { content: "✓"; position: absolute; right: 0; color: #58c8c1; font-weight: 700; }
.detail-card--accent { color: var(--ink); background: var(--turquoise); border-color: transparent; }
.detail-card--accent .detail-card__number, .detail-card--accent p { color: rgba(23,37,42,.65); }
.lock-icon { position: absolute; width: 80px; height: 80px; left: -5px; bottom: -3px; fill: none; stroke: rgba(23,37,42,.16); stroke-width: 2; }
.mini-chart { position: absolute; right: 30px; left: 30px; bottom: 24px; height: 70px; display: flex; align-items: flex-end; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mini-chart i { flex: 1; border-radius: 3px 3px 0 0; background: rgba(0,168,157,.22); }
.mini-chart i:nth-child(1) { height: 25%; }.mini-chart i:nth-child(2) { height: 53%; }.mini-chart i:nth-child(3) { height: 38%; }.mini-chart i:nth-child(4) { height: 72%; }.mini-chart i:nth-child(5) { height: 58%; }.mini-chart i:nth-child(6) { height: 89%; background: var(--turquoise); }
.mini-chart span { position: absolute; top: 18px; left: 0; right: 0; border-top: 1px dashed rgba(255,255,255,.12); transform: rotate(-6deg); }
.product__closing { grid-column: 1 / -1; margin-top: 30px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: end; }
.product__closing p { margin: 0; font-size: clamp(24px, 3.3vw, 43px); line-height: 1.55; font-weight: 700; letter-spacing: -1.5px; }
.product__closing span { color: #7f9093; font-size: 11px; }

.product--hinata { margin-top: 30px; color: var(--ink); background: linear-gradient(135deg, #ffffff 0%, var(--warm-white) 48%, #eefbf9 100%); border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(23,37,42,.08); }
.product--hinata::before { left: auto; right: -170px; top: -210px; border-color: rgba(0,168,157,.10); box-shadow: 0 0 0 80px rgba(0,168,157,.035), 0 0 0 160px rgba(0,168,157,.025); }
.product--hinata .product__tagline { color: var(--muted); }
.product--hinata .product__description { color: var(--muted); }
.product--hinata .android-badge { color: var(--turquoise-dark); border-color: rgba(0,168,157,.18); background: var(--turquoise-light); }
.product--hinata .feature-pills span { color: var(--turquoise-dark); background: rgba(0,168,157,.08); border-color: rgba(0,168,157,.15); }
.product--hinata .detail-card { color: var(--ink); background: rgba(255,255,255,.74); border-color: var(--line); box-shadow: 0 18px 45px rgba(23,37,42,.055); }
.product--hinata .detail-card__number { color: var(--turquoise-dark); }
.product--hinata .detail-card p, .product--hinata .check-list li { color: var(--muted); }
.product--hinata .detail-card--accent { background: var(--turquoise-light); }
.product--hinata .detail-card--accent .detail-card__number, .product--hinata .detail-card--accent p { color: rgba(23,37,42,.66); }
.product--hinata .product__closing { border-top-color: var(--line); }
.product--hinata .product__closing span { color: var(--muted); }

.hinata-logo-wrap { width: 315px; height: 315px; overflow: hidden; border-radius: 72px; background: #fff; box-shadow: 0 35px 75px rgba(23,37,42,.16); transform: rotate(-2deg); }
.hinata-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hinata-device { width: min(355px, 100%); min-height: 410px; padding: 24px; border-radius: 36px; background: var(--ink); box-shadow: 0 35px 80px rgba(23,37,42,.18); position: relative; overflow: hidden; transform: rotate(-2deg); }
.hinata-device::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(0,168,157,.45), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.08), transparent 40%); pointer-events: none; }
.hinata-device__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: white; font-weight: 800; letter-spacing: -.4px; }
.hinata-device__top i { width: 38px; height: 8px; border-radius: 99px; background: rgba(255,255,255,.18); }
.hinata-sun { position: relative; z-index: 1; width: 88px; height: 88px; margin: 34px auto 28px; border-radius: 50%; background: linear-gradient(145deg, #ffe2b8, var(--turquoise)); box-shadow: 0 0 0 18px rgba(0,168,157,.08), 0 22px 42px rgba(0,168,157,.18); }
.hinata-sun::after { content: "H"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font: 800 46px/1 Arial, sans-serif; }
.task-card { position: relative; z-index: 1; display: flex; gap: 12px; align-items: flex-start; margin-top: 11px; padding: 14px; border-radius: 16px; color: white; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.08); }
.task-card--active { background: rgba(0,168,157,.18); border-color: rgba(0,168,157,.28); }
.task-card b { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 5px; border-radius: 50%; border: 2px solid var(--turquoise); }
.task-card strong, .task-card span { display: block; }
.task-card strong { font-size: 12px; }
.task-card span { margin-top: 3px; color: #aebabc; font-size: 10px; }
.focus-card { position: absolute; left: 8px; bottom: 4px; max-width: 310px; display: flex; gap: 13px; align-items: flex-start; padding: 15px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 18px 35px rgba(23,37,42,.13); }
.focus-card svg { flex: 0 0 28px; fill: var(--turquoise-dark); }
.focus-card strong, .focus-card span { display: block; }
.focus-card strong { font-size: 12px; }
.focus-card span { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.priority-stack { position: absolute; right: 30px; left: 30px; bottom: 32px; display: grid; gap: 11px; }
.priority-stack i { height: 11px; border-radius: 99px; background: var(--turquoise-light); position: relative; overflow: hidden; }
.priority-stack i::after { content: ""; position: absolute; inset-block: 0; right: 0; border-radius: inherit; background: var(--turquoise); }
.priority-stack i:nth-child(1)::after { width: 84%; }.priority-stack i:nth-child(2)::after { width: 58%; background: #65c8c1; }.priority-stack i:nth-child(3)::after { width: 36%; background: rgba(0,168,157,.45); }
.progress-icon { position: absolute; width: 86px; height: 86px; left: -8px; bottom: -5px; fill: none; stroke: rgba(23,37,42,.18); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.product--katana { background: radial-gradient(circle at 17% 16%, rgba(255,48,58,.20), transparent 26%), radial-gradient(circle at 86% 12%, rgba(0,168,157,.14), transparent 31%), linear-gradient(135deg, #070b10 0%, #111820 52%, #17252A 100%); }
.product--katana::before { border-color: rgba(255,255,255,.055); box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,48,58,.018); }
.product--katana .eyebrow--light { color: #ff7a82; }
.product--katana .eyebrow--light span { background: #ff303a; }
.product--katana .feature-pills span { color: #ffdfe1; background: rgba(255,48,58,.12); border-color: rgba(255,48,58,.22); }
.product--katana .android-badge { color: #d4dcde; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.katana-logo-wrap { width: 320px; height: 320px; overflow: hidden; border-radius: 36px; background: #05080c; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 38px 85px rgba(0,0,0,.35), 0 0 0 10px rgba(255,255,255,.025); transform: rotate(2deg); }
.katana-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.training-card { position: absolute; bottom: 8px; right: -5px; max-width: 315px; display: flex; gap: 13px; align-items: flex-start; padding: 15px; color: var(--white); background: rgba(7,11,16,.88); border: 1px solid rgba(255,255,255,.09); border-radius: 13px; box-shadow: 0 18px 35px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.training-card svg { flex: 0 0 29px; fill: #ff303a; }
.training-card strong, .training-card span { display: block; }
.training-card strong { font-size: 12px; }
.training-card span { margin-top: 3px; color: #aebabc; font-size: 9px; line-height: 1.6; }
.product--katana .detail-card { background: rgba(255,255,255,.052); border-color: rgba(255,255,255,.085); }
.product--katana .detail-card__number { color: #ff7a82; }
.product--katana .check-list li::before { color: #ff303a; }
.product--katana .detail-card--accent { color: white; background: linear-gradient(145deg, #ff303a, #b9111d); }
.product--katana .detail-card--accent .detail-card__number, .product--katana .detail-card--accent p { color: rgba(255,255,255,.72); }
.strength-chart { position: absolute; right: 30px; left: 30px; bottom: 28px; height: 70px; display: flex; align-items: end; gap: 12px; }
.strength-chart i { flex: 1; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, rgba(255,48,58,.9), rgba(255,48,58,.25)); }
.strength-chart i:nth-child(1) { height: 39%; }.strength-chart i:nth-child(2) { height: 58%; }.strength-chart i:nth-child(3) { height: 75%; }.strength-chart i:nth-child(4) { height: 96%; background: linear-gradient(180deg, var(--turquoise), rgba(0,168,157,.28)); }
.strength-chart span { position: absolute; inset-inline: 0; bottom: -1px; height: 1px; background: rgba(255,255,255,.12); }
.blade-icon { position: absolute; width: 98px; height: 98px; left: -12px; bottom: -11px; fill: none; stroke: rgba(255,255,255,.22); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.future { padding-block: 150px 130px; text-align: center; }
.future__index { color: var(--turquoise-dark); font-size: 12px; font-weight: 700; }
.future h2 { margin: 17px 0 16px; font-size: clamp(38px, 5vw, 65px); letter-spacing: -3px; }
.future p { max-width: 540px; margin: auto; color: var(--muted); font-size: 15px; }
.future__line { width: 160px; height: 2px; margin: 40px auto 0; background: var(--turquoise-light); overflow: hidden; }
.future__line span { display: block; width: 42%; height: 100%; background: var(--turquoise); animation: lineMove 2.5s ease-in-out infinite alternate; }
.footer { width: min(1180px, calc(100% - 48px)); min-height: 120px; margin: auto; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: 11px; }
.brand--footer { width: 130px; height: 48px; }
.footer p { text-align: center; }.footer > span { text-align: left; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-13px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes lineMove { to { transform: translateX(-90px); } }

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__actions { justify-content: center; }
  .hero__copy > p { margin-inline: auto; }
  .hero__visual { height: 480px; }
  .scroll-hint { display: none; }
  .about { grid-template-columns: 1fr; gap: 50px; padding-block: 100px; }
  .product { padding: 70px 35px 60px; grid-template-columns: 1fr; gap: 30px; }
  .product__showcase { order: -1; }
  .product__details { grid-template-columns: 1fr 1fr; }
  .detail-card--wide { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header, .section, .footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 78px; }
  .brand { width: 130px; }
  .header-cta { padding: 8px 13px; font-size: 11px; }
  .hero { padding-top: 60px; padding-bottom: 45px; }
  .hero h1 { margin-top: 20px; font-size: 44px; letter-spacing: -2.5px; }
  .hero__copy > p { font-size: 14px; }
  .hero__actions { flex-direction: column; gap: 18px; }
  .hero__visual { height: 380px; }
  .orbit--one { width: 330px; height: 330px; }.orbit--two { width: 245px; height: 245px; }
  .hero-mark { width: 215px; height: 215px; }.hero-mark__r { font-size: 110px; }.hero-mark__line { bottom: 49px; width: 63px; }.hero-mark__label { right: -42px; bottom: 20px; }
  .floating-note--top { top: 45px; }.floating-note--bottom { bottom: 35px; }
  .about { padding-block: 80px; }
  .section-heading h2 { font-size: 31px; }
  .product { width: calc(100% - 16px); padding: 55px 18px 45px; border-radius: 23px; }
  .kamada-logo-wrap, .hinata-logo-wrap { width: 235px; height: 235px; border-radius: 49px; }
  .katana-logo-wrap { width: 238px; height: 238px; border-radius: 30px; }
  .product__showcase { min-height: 360px; }
  .privacy-card, .focus-card, .training-card { right: 2px; max-width: 265px; }
  .product__title-row { align-items: flex-start; }.product h2 { font-size: 62px; }.android-badge { white-space: nowrap; }
  .product__details { grid-template-columns: 1fr; }.detail-card--wide { grid-column: auto; }
  .check-list--columns { grid-template-columns: 1fr; }
  .detail-card { min-height: 280px; }
  .detail-card--wide { min-height: auto; }
  .product__closing { align-items: flex-start; flex-direction: column; gap: 22px; }
  .product__closing p { font-size: 25px; }
  .future { padding-block: 100px 90px; }.future h2 { font-size: 42px; }
  .footer { padding-block: 30px; grid-template-columns: 1fr; gap: 10px; justify-items: center; }
  .footer p, .footer > span { text-align: center; margin: 0; }
}

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