:root {
  color-scheme: dark;
  --bg: #080d13;
  --bg-elevated: #0d141d;
  --surface: #111a24;
  --surface-2: #16212d;
  --line: #223041;
  --line-strong: #35475c;
  --text: #f4f7fa;
  --muted: #9ba8b8;
  --muted-strong: #c1cad5;
  --orange: #e58a2a;
  --orange-light: #ffad56;
  --green: #49cf8a;
  --blue: #6bbcf0;
  --danger: #ff8588;
  --max: 1180px;
  --radius: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); line-height: 1.6; }
body::before {
  position: fixed; inset: 0; z-index: -2; content: ""; pointer-events: none;
  background:
    radial-gradient(circle at 78% 8%, rgb(33 113 164 / 14%), transparent 29rem),
    radial-gradient(circle at 15% 15%, rgb(229 138 42 / 10%), transparent 25rem),
    linear-gradient(180deg, #080d13, #090f16 48%, #070b10);
}
img { display: block; max-width: 100%; }
a { color: var(--blue); text-underline-offset: .2em; }
a:hover { color: #a4d9fa; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: .7rem 1rem; border-radius: 9px; background: var(--text); color: #05080c; font-weight: 800; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-tight { padding: 74px 0; }
.section-border { border-top: 1px solid var(--line); }
.surface-section { background: linear-gradient(180deg, rgb(17 26 36 / 74%), rgb(10 16 23 / 28%)); border-block: 1px solid var(--line); }
.eyebrow { margin: 0 0 14px; color: var(--orange-light); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 820px; font-size: clamp(3rem, 7.2vw, 6.7rem); }
h2 { max-width: 820px; font-size: clamp(2.2rem, 5vw, 4.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.page-title { font-size: clamp(2.8rem, 6vw, 5.3rem); }
p { margin: 0; }
.lede { max-width: 700px; color: var(--muted-strong); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.section-heading { display: grid; gap: 20px; margin-bottom: 52px; }
.kicker-line { width: 54px; height: 3px; margin-bottom: 20px; border-radius: 99px; background: var(--orange); }
.muted { color: var(--muted); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid transparent; background: rgb(8 13 19 / 76%); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 14px 40px rgb(0 0 0 / 25%); }
.header-inner { display: flex; align-items: center; height: 100%; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; color: var(--text); font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 10px; background: linear-gradient(145deg, var(--orange-light), #c96e17); box-shadow: inset 0 1px rgb(255 255 255 / 30%), 0 8px 30px rgb(229 138 42 / 22%); color: #101419; font-size: .95rem; font-weight: 950; letter-spacing: -.06em; }
.brand-text { white-space: nowrap; }
.site-nav { display: flex; align-items: center; flex: 1; gap: 26px; }
.nav-links { display: flex; align-items: center; justify-content: center; flex: 1; gap: 24px; }
.nav-links a { color: var(--muted-strong); font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.discord-link { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: var(--muted-strong); font-weight: 760; text-decoration: none; }
.discord-link:hover { color: var(--text); }
.discord-icon { flex: 0 0 auto; width: 18px; height: 18px; }
.external-link::after { content: "↗"; color: var(--blue); font-size: .78em; font-weight: 900; line-height: 1; }
.header-discord { min-height: 40px; padding: 0 10px; border: 1px solid transparent; border-radius: 9px; font-size: .84rem; }
.header-discord:hover { border-color: var(--line); background: var(--surface); }
.language-switch { display: flex; align-items: center; gap: 6px; color: #647285; font-size: .78rem; font-weight: 850; }
.language-switch a { padding: 5px; color: var(--muted); text-decoration: none; }
.language-switch a[aria-current=true] { color: var(--orange-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--text); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 3px; background: currentColor; content: ""; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 11px; background: var(--surface-2); color: var(--text); font-weight: 800; text-decoration: none; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); border-color: #60758d; color: var(--text); }
.button-primary { border-color: var(--orange); background: linear-gradient(145deg, #ee963b, #d9781d); box-shadow: 0 16px 38px rgb(229 138 42 / 18%); color: #111419; }
.button-primary:hover { border-color: var(--orange-light); background: linear-gradient(145deg, #f7a14a, #e88324); color: #090c0f; }
.button-small { min-height: 40px; padding-inline: 15px; font-size: .84rem; }
.button-arrow::after { content: "→"; font-size: 1.15em; }

.hero { padding: 96px 0 76px; overflow: hidden; }
.hero-copy { display: grid; gap: 26px; }
.hero h1 span { display: block; color: var(--orange-light); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.status-note { display: inline-flex; width: fit-content; align-items: center; gap: 10px; color: var(--muted); font-size: .9rem; font-weight: 650; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgb(73 207 138 / 10%); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgb(17 26 36 / 72%); color: var(--muted-strong); font-size: .8rem; font-weight: 720; }
.hero-visual { position: relative; margin-top: 70px; }
.hero-visual::before { position: absolute; inset: 8% 12% -8%; z-index: -1; border-radius: 50%; background: rgb(52 143 198 / 18%); filter: blur(70px); content: ""; }
.app-frame { overflow: hidden; border: 1px solid #314255; border-radius: 17px; background: #0b1118; box-shadow: 0 42px 100px rgb(0 0 0 / 54%), 0 0 0 1px rgb(255 255 255 / 3%) inset; }
.frame-bar { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #263443; background: #111923; }
.frame-bar i { width: 8px; height: 8px; border-radius: 50%; background: #455465; }
.frame-bar i:first-child { background: #db7f2a; }
.frame-label { margin-left: 7px; color: #748397; font-size: .72rem; font-style: normal; font-weight: 720; }
.app-frame img { width: 100%; height: auto; }

.problem-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 70px; }
.point-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.point-list li { position: relative; padding: 17px 18px 17px 52px; border: 1px solid var(--line); border-radius: 13px; background: rgb(17 26 36 / 64%); color: var(--muted-strong); font-weight: 680; }
.point-list li::before { position: absolute; top: 17px; left: 17px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 7px; background: rgb(73 207 138 / 12%); color: var(--green); content: "✓"; font-size: .8rem; font-weight: 900; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgb(21 32 44 / 94%), rgb(13 20 29 / 90%)); transition: transform .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-4px); border-color: #425a72; }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 36px; place-items: center; border: 1px solid rgb(229 138 42 / 25%); border-radius: 11px; background: rgb(229 138 42 / 9%); color: var(--orange-light); font-size: 1.2rem; }
.feature-card p { margin-top: 12px; color: var(--muted); font-size: .95rem; }
.feature-card-wide { display: grid; grid-column: 1 / -1; grid-template-columns: 52px minmax(220px, .45fr) minmax(0, 1fr); align-items: center; gap: 24px; min-height: 0; }
.feature-card-wide .feature-icon { margin-bottom: 0; }
.feature-card-wide p { margin-top: 0; }

.multi-user-section { padding-top: 76px; }
.multi-user-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; padding: 56px; border: 1px solid rgb(107 188 240 / 34%); border-radius: 26px; background: linear-gradient(135deg, rgb(20 39 54 / 98%), rgb(11 20 29 / 98%) 62%); box-shadow: 0 34px 90px rgb(0 0 0 / 27%); }
.multi-user-panel::after { position: absolute; top: -150px; right: -120px; width: 390px; height: 390px; border-radius: 50%; background: rgb(73 207 138 / 8%); filter: blur(16px); content: ""; pointer-events: none; }
.multi-user-copy { position: relative; z-index: 1; display: grid; align-content: start; gap: 20px; }
.multi-user-copy .eyebrow { margin-bottom: 0; }
.multi-user-copy h2 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); }
.multi-user-list { position: relative; z-index: 1; display: grid; align-content: start; gap: 10px; margin: 0; padding: 0; list-style: none; }
.multi-user-list li { position: relative; padding: 15px 17px 15px 46px; border: 1px solid rgb(107 188 240 / 18%); border-radius: 12px; background: rgb(5 12 18 / 36%); color: var(--muted-strong); font-weight: 700; }
.multi-user-list li::before { position: absolute; top: 14px; left: 16px; color: var(--green); content: "✓"; font-weight: 900; }
.multi-user-note { margin-top: 4px; padding: 16px 18px; border-left: 3px solid var(--green); background: rgb(73 207 138 / 7%); color: var(--muted-strong); font-size: .94rem; }

.product-row { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.product-row + .product-row { margin-top: 128px; }
.product-row:nth-child(even) .product-media { order: 2; }
.product-copy { display: grid; gap: 20px; }
.product-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.product-copy .point-list { margin-top: 8px; }
.product-copy .point-list li { padding-block: 11px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.product-copy .point-list li::before { top: 11px; }
.product-media .app-frame { border-radius: 14px; box-shadow: 0 30px 70px rgb(0 0 0 / 42%); }

.trust-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; gap: 64px; padding: 54px; border: 1px solid #314358; border-radius: 26px; background: linear-gradient(135deg, #14202c, #0d151e); }
.trust-panel::after { position: absolute; top: -140px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgb(69 162 216 / 10%); filter: blur(14px); content: ""; }
.trust-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-list div { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgb(8 13 19 / 45%); color: var(--muted-strong); font-weight: 750; }
.trust-note { margin-top: 24px; padding-left: 16px; border-left: 3px solid var(--blue); color: var(--muted); }
.trust-copy { margin-top: 20px; }
.trust-access { margin-top: 18px; color: var(--muted-strong); }

.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.roadmap-item { min-height: 155px; padding: 25px; background: var(--surface); }
.roadmap-item strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.roadmap-state { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.roadmap-state::before { width: 8px; height: 8px; border-radius: 50%; background: var(--green); content: ""; }
.roadmap-state.testing::before { background: var(--orange); }
.roadmap-state.planned::before { background: var(--blue); }

.community-section { padding-top: 88px; }
.community-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding: 54px; border: 1px solid #33485e; border-radius: 26px; background: linear-gradient(135deg, rgb(30 52 71 / 94%), rgb(13 22 31 / 98%) 62%); box-shadow: 0 30px 80px rgb(0 0 0 / 24%); }
.community-panel::after { position: absolute; right: -90px; bottom: -170px; width: 370px; height: 370px; border-radius: 50%; background: rgb(107 188 240 / 10%); filter: blur(12px); content: ""; pointer-events: none; }
.community-copy { position: relative; z-index: 1; display: grid; justify-items: start; gap: 20px; }
.community-copy .eyebrow { margin-bottom: 0; }
.community-copy h2 { font-size: clamp(2.1rem, 4.2vw, 3.7rem); }
.community-action { margin-top: 6px; }
.community-button { max-width: 100%; border-color: rgb(107 188 240 / 48%); background: rgb(107 188 240 / 10%); box-shadow: none; }
.community-button:hover { border-color: var(--blue); background: rgb(107 188 240 / 16%); }
.community-list { position: relative; z-index: 1; display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.community-list li { position: relative; padding: 15px 16px 15px 45px; border: 1px solid rgb(107 188 240 / 18%); border-radius: 12px; background: rgb(5 12 18 / 34%); color: var(--muted-strong); font-weight: 700; }
.community-list li::before { position: absolute; top: 14px; left: 15px; color: var(--green); content: "✓"; font-weight: 900; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: rgb(17 26 36 / 74%); }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; color: var(--text); font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 20px; color: var(--orange-light); content: "+"; font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 22px 22px; color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 45px 50px; border: 1px solid rgb(229 138 42 / 36%); border-radius: 24px; background: linear-gradient(120deg, rgb(229 138 42 / 13%), rgb(20 32 44 / 90%) 55%); }
.cta-panel p { margin-top: 12px; color: var(--muted-strong); }

.form-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; align-items: start; }
.form-intro { position: sticky; top: 110px; display: grid; gap: 20px; }
.discord-hint { display: grid; justify-items: start; gap: 12px; padding: 19px; border: 1px solid rgb(107 188 240 / 28%); border-radius: 13px; background: rgb(107 188 240 / 7%); }
.discord-hint p { display: grid; color: var(--muted-strong); font-size: .93rem; }
.discord-hint-link { color: var(--blue); font-size: .9rem; }
.form-card { padding: 34px; border: 1px solid var(--line-strong); border-radius: 22px; background: var(--surface); box-shadow: 0 30px 80px rgb(0 0 0 / 25%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--muted-strong); font-size: .87rem; font-weight: 750; }
.required { color: var(--orange-light); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #34465a; border-radius: 10px; background: #0b121a; color: var(--text); padding: 12px 13px; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #536a82; }
.field input[aria-invalid=true], .field select[aria-invalid=true], .field textarea[aria-invalid=true] { border-color: var(--danger); box-shadow: 0 0 0 3px rgb(255 133 136 / 12%); }
.field-help { color: var(--muted); font-size: .78rem; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted-strong); font-size: .87rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); }
.form-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.form-status { min-height: 26px; margin-top: 17px; padding: 12px 14px; border-radius: 10px; color: var(--muted); }
.form-status:empty { display: none; }
.form-status[data-kind=success] { border: 1px solid rgb(73 207 138 / 35%); background: rgb(73 207 138 / 10%); color: #9be9bf; }
.form-status[data-kind=error] { border: 1px solid rgb(255 133 136 / 35%); background: rgb(255 133 136 / 9%); color: #ffb4b6; }
.query-notice { margin-bottom: 24px; padding: 16px 18px; border: 1px solid rgb(73 207 138 / 38%); border-radius: 12px; background: rgb(73 207 138 / 10%); color: #a8ecc7; }

.confirmation-section { min-height: calc(100vh - 76px); display: grid; align-items: center; }
.confirmation-card { position: relative; overflow: hidden; display: grid; justify-items: start; gap: 24px; padding: clamp(34px, 7vw, 72px); border: 1px solid #314358; border-radius: 26px; background: linear-gradient(145deg, rgb(20 32 44 / 96%), rgb(10 17 24 / 96%)); box-shadow: 0 34px 90px rgb(0 0 0 / 32%); }
.confirmation-card::after { position: absolute; top: -140px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgb(73 207 138 / 11%); filter: blur(12px); content: ""; pointer-events: none; }
.confirmation-icon { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgb(73 207 138 / 38%); border-radius: 18px; background: rgb(73 207 138 / 12%); color: var(--green); font-size: 1.8rem; font-weight: 900; }
.confirmation-card h1, .confirmation-card p, .confirmation-card a { position: relative; z-index: 1; }
.confirmation-card .lede { max-width: 650px; }

.legal { display: grid; gap: 46px; padding-top: 16px; }
.legal section { display: grid; gap: 15px; }
.legal h2 { font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; }
.legal h3 { margin-top: 10px; font-size: 1.08rem; letter-spacing: 0; }
.legal p, .legal li { color: var(--muted-strong); }
.legal ul { margin: 0; padding-left: 22px; }
.legal address { color: var(--muted-strong); font-style: normal; }
.legal-note { padding: 18px; border-left: 3px solid var(--orange); background: rgb(229 138 42 / 7%); }

.site-footer { padding: 58px 0 28px; border-top: 1px solid var(--line); background: #070b10; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 46px; }
.footer-brand p { max-width: 430px; margin-top: 17px; color: var(--muted); font-size: .9rem; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 5px; font-size: .86rem; }
.footer-links a { color: var(--muted); font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-discord { color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: #697688; font-size: .78rem; }

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .product-row, .problem-grid, .trust-panel, .form-shell, .community-panel, .multi-user-panel { grid-template-columns: 1fr; }
  .product-row:nth-child(even) .product-media { order: 0; }
  .product-row + .product-row { margin-top: 100px; }
  .form-intro { position: static; }
}

@media (max-width: 899px) {
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 76px; right: 0; left: 0; display: none; max-height: calc(100vh - 76px); overflow: auto; padding: 24px 20px 30px; border-bottom: 1px solid var(--line); background: #0b1118; }
  .site-nav[data-open=true] { display: grid; }
  .nav-links, .header-actions { display: grid; align-items: stretch; gap: 6px; }
  .nav-links { justify-content: stretch; }
  .nav-links a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .header-actions { margin-top: 12px; }
  .header-discord { width: 100%; min-height: 48px; justify-content: center; border-color: var(--line); }
  .language-switch { justify-content: center; margin-bottom: 8px; }
  .button-small { min-height: 48px; }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .section-tight { padding: 56px 0; }
  .hero { padding-top: 64px; }
  .hero-visual { margin-top: 48px; }
  .feature-grid, .roadmap, .trust-list, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-card-wide { grid-template-columns: 1fr; gap: 0; }
  .feature-card-wide .feature-icon { margin-bottom: 28px; }
  .feature-card-wide p { margin-top: 12px; }
  .frame-bar { height: 34px; }
  .trust-panel, .form-card, .community-panel, .multi-user-panel { padding: 24px; }
  .multi-user-section { padding-top: 56px; }
  .community-section { padding-top: 68px; }
  .community-button { min-height: 48px; height: auto; padding-block: 12px; white-space: normal; text-align: center; }
  .cta-panel { grid-template-columns: 1fr; padding: 30px 25px; }
  .footer-bottom { display: grid; }
  .brand-text { font-size: .9rem; }
}

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