:root {
    --ink: #07111f;
    --ink-soft: #0d1a2c;
    --panel: #102138;
    --paper: #f4f7fb;
    --white: #fff;
    --muted: #65748a;
    --line: #dce4ee;
    --blue: #2266ff;
    --cyan: #18d7e8;
    --mint: #6cf0c2;
    --danger: #f4566b;
    --radius-lg: 32px;
    --radius-md: 20px;
    --shadow: 0 28px 80px rgba(7, 17, 31, .13);
    --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; border-radius: 10px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.nav-shell { height: 92px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 850; letter-spacing: .08em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 8px 24px rgba(34,102,255,.34); color: white; font-size: 1rem; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #aebbd0; font-size: .9rem; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.cart-pill { display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: white; padding: 8px 9px 8px 18px; backdrop-filter: blur(18px); }
.cart-pill strong { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); }

.hero { min-height: 680px; display: grid; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 77% 36%, rgba(34,102,255,.28), transparent 28%), radial-gradient(circle at 20% 65%, rgba(24,215,232,.09), transparent 27%), var(--ink); color: white; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: 170px; border-radius: 50%; border: 1px solid rgba(108,240,194,.15); box-shadow: 0 0 100px rgba(24,215,232,.08); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 75%, transparent); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 80px; align-items: center; padding-top: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .7rem; font-weight: 850; letter-spacing: .18em; color: #86a0bd; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero h1 { max-width: 750px; margin: 24px 0 22px; font-size: clamp(3.1rem, 6vw, 6rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--mint); font-style: normal; font-weight: 650; }
.hero-copy > p { max-width: 620px; margin: 0; color: #9fadc0; font-size: 1.15rem; line-height: 1.7; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #cad4e2; font-size: .78rem; font-weight: 700; }
.hero-trust span { display: flex; gap: 8px; align-items: center; }
.hero-trust i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px rgba(108,240,194,.8); }
.signal-card { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: 0 35px 80px rgba(0,0,0,.3); backdrop-filter: blur(20px); }
.signal-head, .signal-row { display: flex; align-items: center; justify-content: space-between; }
.signal-head { color: #71839d; font-size: .65rem; font-weight: 800; letter-spacing: .17em; }
.signal-head b { padding: 6px 9px; border-radius: 999px; background: rgba(108,240,194,.12); color: var(--mint); letter-spacing: .1em; }
.orb { height: 220px; position: relative; display: grid; place-items: center; }
.orb-core { width: 90px; height: 90px; display: grid; place-items: center; position: relative; z-index: 2; border: 1px solid rgba(108,240,194,.42); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #246fff, #0c203b 65%); box-shadow: inset -12px -15px 30px rgba(0,0,0,.32), 0 0 44px rgba(34,102,255,.38); font-size: 1.5rem; font-weight: 850; }
.orbit { position: absolute; border: 1px solid rgba(24,215,232,.2); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 154px; height: 74px; }
.orbit-two { width: 200px; height: 110px; animation: orbitPulse 3.2s ease-in-out infinite; }
.signal-row { padding: 15px 0 3px; border-top: 1px solid rgba(255,255,255,.09); color: #8494aa; font-size: .77rem; }
.signal-row strong { color: white; font-size: .75rem; }

.finder-section { position: relative; z-index: 3; margin-top: -72px; }
.finder-card { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius-lg); background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.mode-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #f9fbfe; }
.mode-tabs button { position: relative; border: 0; background: transparent; color: var(--muted); padding: 22px 16px; font-size: .85rem; font-weight: 750; }
.mode-tabs button::after { content: ""; position: absolute; height: 3px; inset: auto 28px 0; border-radius: 3px 3px 0 0; background: var(--blue); transform: scaleX(0); transition: transform .25s; }
.mode-tabs button.active { color: var(--ink); }
.mode-tabs button.active::after { transform: scaleX(1); }
.domain-form { padding: 34px 38px 18px; }
.domain-form > label { display: block; margin: 0 0 10px; color: var(--ink); font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.domain-input-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; overflow: hidden; border: 2px solid #d7e0ec; border-radius: 18px; background: white; transition: border-color .2s, box-shadow .2s; }
.domain-input-wrap:focus-within { border-color: var(--blue); box-shadow: 0 0 0 5px rgba(34,102,255,.09); }
.domain-input-wrap > span { padding-left: 22px; color: #8290a4; font-weight: 700; }
.domain-input-wrap input { min-width: 0; height: 72px; border: 0; outline: 0; padding: 0 8px; color: var(--ink); font-size: 1.35rem; font-weight: 750; }
.domain-input-wrap input::placeholder { color: #aeb9c7; }
.domain-input-wrap button { height: 54px; display: flex; align-items: center; gap: 20px; margin-right: 8px; padding: 0 20px 0 24px; border: 0; border-radius: 13px; background: var(--blue); color: white; font-weight: 800; box-shadow: 0 10px 24px rgba(34,102,255,.24); transition: transform .2s, background .2s; }
.domain-input-wrap button:hover { background: #1558ee; transform: translateY(-1px); }
.domain-input-wrap button:disabled { opacity: .55; cursor: wait; }
.domain-input-wrap button i { font-style: normal; font-size: 1.2rem; }
.input-hint { margin: 10px 2px 0; color: #8794a6; font-size: .76rem; }
.search-state { padding: 0 38px; }
.state-box { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding: 15px 17px; border-radius: 14px; background: #edfdf8; color: #0d7458; font-size: .88rem; font-weight: 700; }
.state-box.error { background: #fff0f2; color: #ad2940; }
.state-box.loading { background: #eff5ff; color: #2858a6; }
.pulse { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0 currentColor; animation: pulse 1.5s infinite; }
.configuration { border-top: 1px solid var(--line); padding: 30px 38px 38px; background: #fbfcfe; }
.config-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 25px; }
.config-top h3 { margin: 0 0 5px; font-size: 1.45rem; letter-spacing: -.025em; }
.config-top p { margin: 0; color: var(--muted); }
.availability-price { text-align: right; }
.availability-price strong { display: block; font-size: 1.45rem; }
.availability-price span { color: var(--muted); font-size: .72rem; }
.config-columns { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; }
.config-group > span { display: block; margin-bottom: 10px; color: #738197; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.choice-row { display: flex; gap: 8px; }
.choice-button { flex: 1; min-height: 48px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--muted); font-weight: 750; }
.choice-button.active { border-color: var(--blue); background: #edf3ff; color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.hosting-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.hosting-choice { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 58px; border: 1px solid var(--line); border-radius: 13px; background: white; padding: 10px 12px; text-align: left; }
.hosting-choice span { display: block; font-size: .78rem; font-weight: 800; }
.hosting-choice small { display: block; margin-top: 3px; color: var(--muted); font-size: .65rem; }
.hosting-choice strong { color: var(--blue); font-size: .75rem; white-space: nowrap; }
.hosting-choice.active { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); background: #f5f8ff; }
.config-footer { display: flex; justify-content: flex-end; margin-top: 22px; }
.add-button { min-height: 54px; border: 0; border-radius: 14px; background: var(--ink); color: white; padding: 0 25px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.add-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(7,17,31,.2); }
.tld-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; margin-top: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.tld-item { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; background: rgba(255,255,255,.8); }
.tld-item strong { font-size: 1.05rem; }
.tld-item span { color: var(--muted); font-size: .75rem; }

.section { padding: 120px 0; }
.section-heading { max-width: 700px; margin-bottom: 50px; }
.section-heading > span { color: var(--blue); font-size: .68rem; font-weight: 850; letter-spacing: .17em; }
.section-heading h2 { margin: 14px 0 16px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.section-heading p { max-width: 570px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hosting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plan-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; padding: 28px; transition: transform .25s, box-shadow .25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan-card.featured { border-color: #9bb8ff; background: linear-gradient(155deg, #fff, #eef4ff); }
.plan-card.featured::after { content: "EMPFOHLEN"; position: absolute; right: -32px; top: 22px; width: 125px; transform: rotate(42deg); background: var(--blue); color: white; padding: 6px; text-align: center; font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.plan-card > span { color: var(--blue); font-size: .67rem; font-weight: 850; letter-spacing: .13em; }
.plan-card h3 { margin: 11px 0 4px; font-size: 1.55rem; }
.plan-card p { min-height: 42px; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.plan-price { margin: 28px 0; font-size: 2.4rem; font-weight: 850; letter-spacing: -.05em; }
.plan-price small { color: var(--muted); font-size: .75rem; font-weight: 650; letter-spacing: 0; }
.plan-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #4e5d70; font-size: .82rem; }
.plan-card li::before { content: "✓"; margin-right: 9px; color: #0ba87a; font-weight: 900; }

.contrast { background: var(--ink); color: white; }
.why-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contrast .section-heading > span { color: var(--mint); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; overflow: hidden; }
.feature-card { min-height: 230px; padding: 28px; background: #0c192a; }
.feature-card b { color: var(--cyan); font-size: .7rem; letter-spacing: .15em; }
.feature-card h3 { margin: 36px 0 10px; font-size: 1.12rem; }
.feature-card p { margin: 0; color: #8393aa; font-size: .82rem; line-height: 1.65; }

.site-footer { background: #050c16; color: white; padding: 52px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; }
.footer-inner p { margin: 14px 0 0; color: #6f8097; font-size: .8rem; }
.footer-links { display: flex; gap: 24px; color: #a5b2c3; font-size: .78rem; }
.footer-inner small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); color: #56677e; }

.cart-dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100dvh - 24px); margin: auto 12px auto auto; border: 0; border-radius: 28px; background: white; padding: 0; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.cart-dialog::backdrop { background: rgba(3,10,20,.68); backdrop-filter: blur(6px); }
.cart-dialog[open] { animation: dialogIn .35s cubic-bezier(.2,.8,.2,1); }
.dialog-head { position: sticky; top: 0; z-index: 3; display: flex; justify-content: space-between; align-items: center; padding: 26px 28px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.dialog-head h2 { margin: 7px 0 0; font-size: 1.8rem; letter-spacing: -.04em; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #f7f9fc; color: var(--ink); font-size: 1.4rem; }
.cart-content { padding: 24px 28px 6px; }
.empty-cart { min-height: 240px; display: grid; place-items: center; text-align: center; color: var(--muted); }
.empty-cart strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 1.15rem; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0 0 6px; font-size: 1rem; }
.cart-line p { margin: 0; color: var(--muted); font-size: .75rem; }
.cart-line aside { text-align: right; }
.cart-line aside strong { display: block; }
.remove-line { margin-top: 8px; border: 0; background: transparent; color: var(--danger); padding: 0; font-size: .7rem; }
.cart-totals { display: grid; gap: 8px; padding: 20px 0 12px; }
.cart-totals div { display: flex; justify-content: space-between; color: var(--muted); font-size: .8rem; }
.cart-totals .grand-total { color: var(--ink); font-size: 1.1rem; font-weight: 850; }
.checkout-form { padding: 20px 28px 30px; }
.checkout-form > h3 { margin: 0 0 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { color: #526176; font-size: .72rem; font-weight: 750; }
.form-grid label small { color: #97a3b3; font-weight: 500; }
.form-grid input, .form-grid select { width: 100%; height: 48px; margin-top: 7px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: white; padding: 0 13px; color: var(--ink); }
.form-grid input:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(34,102,255,.08); }
.span-two { grid-column: span 2; }
.honeypot { position: absolute; left: -10000px; }
.legal-check { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.legal-check input { margin-top: 2px; accent-color: var(--blue); }
.checkout-button { width: 100%; min-height: 58px; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 14px; background: var(--blue); color: white; padding: 0 20px; font-weight: 800; box-shadow: 0 14px 30px rgba(34,102,255,.24); }
.checkout-button:disabled { opacity: .6; cursor: wait; }
.form-message { margin-top: 12px; color: var(--danger); font-size: .78rem; text-align: center; }
.toast-region { position: fixed; z-index: 80; left: 50%; bottom: 22px; transform: translateX(-50%); }
.toast { min-width: 280px; border-radius: 13px; background: var(--ink); color: white; padding: 14px 18px; box-shadow: var(--shadow); font-size: .8rem; animation: toastIn .25s ease-out; }

.status-page { min-height: 100dvh; display: grid; background: radial-gradient(circle at 50% 0, rgba(34,102,255,.18), transparent 38%), var(--ink); color: white; }
.status-shell { width: min(620px, calc(100% - 32px)); margin: auto; padding: 40px 0; }
.status-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(255,255,255,.065); padding: 44px; box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(20px); text-align: center; }
.status-card .eyebrow { justify-content: center; margin-top: 25px; }
.status-card h1 { margin: 14px 0 12px; font-size: clamp(2.2rem, 7vw, 3.7rem); letter-spacing: -.055em; }
.status-card > p { margin: 0 auto; max-width: 460px; color: #93a2b7; line-height: 1.7; }
.success-burst { width: 96px; height: 96px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 14px rgba(34,102,255,.09), 0 0 0 28px rgba(34,102,255,.045); font-size: 2.7rem; font-weight: 900; animation: successPop .6s cubic-bezier(.2,1.5,.4,1); }
.success-burst.is-paid { background: #0fc08b; box-shadow: 0 0 0 14px rgba(15,192,139,.1), 0 0 0 28px rgba(15,192,139,.045); }
.success-burst.is-error { background: var(--danger); }
.receipt { display: grid; gap: 13px; margin: 30px 0; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 20px; text-align: left; }
.receipt div { display: flex; justify-content: space-between; gap: 18px; }
.receipt span { color: #7f90a7; font-size: .75rem; }
.receipt strong { font-size: .78rem; }
.bank-note { margin: -12px 0 30px; border-radius: 16px; background: rgba(108,240,194,.08); padding: 18px; color: #cfefe5; text-align: left; }
.bank-note > strong { color: var(--mint); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.bank-note p { margin: 8px 0 0; color: #91a9a5; font-size: .76rem; line-height: 1.5; }
.bank-note code { display: block; margin-top: 10px; color: white; overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; }
.primary-link { display: flex; justify-content: space-between; align-items: center; border-radius: 14px; background: white; color: var(--ink); padding: 17px 19px; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes orbitPulse { 50% { transform: rotate(-8deg) scale(1.05); opacity: .55; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px transparent; } }
@keyframes dialogIn { from { transform: translateX(35px); opacity: 0; } }
@keyframes toastIn { from { opacity: 0; transform: translateY(8px); } }
@keyframes successPop { from { transform: scale(.45) rotate(-18deg); opacity: 0; } }

@media (max-width: 900px) {
    .hero-layout { grid-template-columns: 1fr; padding-top: 130px; padding-bottom: 130px; }
    .signal-card { display: none; }
    .hero { min-height: auto; }
    .desktop-nav { display: none; }
    .cart-pill { margin-left: auto; }
    .config-columns, .why-layout { grid-template-columns: 1fr; }
    .tld-strip { grid-template-columns: repeat(2, 1fr); }
    .hosting-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .shell { width: min(100% - 24px, 1180px); }
    .nav-shell { height: 76px; }
    .brand > span:last-child { display: none; }
    .cart-pill > span { display: none; }
    .cart-pill { padding: 6px; }
    .hero-layout { padding-top: 115px; padding-bottom: 115px; }
    .hero h1 { font-size: 3.15rem; }
    .hero-copy > p { font-size: .98rem; }
    .hero-trust { gap: 12px 18px; }
    .finder-section { margin-top: -58px; }
    .finder-card { border-radius: 23px; }
    .mode-tabs button { padding: 17px 7px; font-size: .7rem; }
    .mode-tabs button::after { inset-inline: 10px; }
    .domain-form { padding: 24px 18px 14px; }
    .domain-input-wrap { grid-template-columns: auto 1fr; padding-top: 4px; }
    .domain-input-wrap input { height: 56px; font-size: 1.05rem; }
    .domain-input-wrap button { grid-column: 1 / -1; width: calc(100% - 8px); justify-content: space-between; margin: 0 4px 4px; }
    .search-state { padding: 0 18px; }
    .configuration { padding: 24px 18px; }
    .config-top { display: block; }
    .availability-price { margin-top: 14px; text-align: left; }
    .hosting-choice-grid { grid-template-columns: 1fr; }
    .config-footer .add-button { width: 100%; }
    .tld-item { padding: 16px 14px; }
    .section { padding: 84px 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 185px; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-links { flex-wrap: wrap; }
    .cart-dialog { width: 100%; max-height: calc(100dvh - 8px); margin: auto 0 0; border-radius: 24px 24px 0 0; }
    .dialog-head, .cart-content, .checkout-form { padding-inline: 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .span-two { grid-column: auto; }
    .status-card { padding: 34px 20px; }
}

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