/* DRMN landing + guides — pre-dawn night design.
   Used by generated language index pages and /guides/ pages.
   Fonts are self-hosted (see /fonts/). Non-Latin scripts fall back to
   Georgia/serif for display text and system sans for body text. */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 650;
  font-display: swap;
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 650;
  font-display: swap;
  src: url('/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 650;
  font-display: swap;
  src: url('/fonts/fraunces-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 650;
  font-display: swap;
  src: url('/fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/instrument-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/instrument-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #090d1f;
  --ink-2: #0f1430;
  --ink-3: #171d3f;
  --line: rgba(164, 176, 232, 0.16);
  --moon: #f2c37e;
  --moon-deep: #d99a4e;
  --haze: #a4b0e8;
  --text: #eceefb;
  --text-dim: #a7abc6;
  --text-faint: #767b9c;
  --radius: 20px;
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Night-sky backdrop: layered glows + fine star field */
.sky {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1100px 520px at 78% -8%, rgba(242, 195, 126, 0.10), transparent 60%),
    radial-gradient(900px 700px at 12% 8%, rgba(96, 112, 200, 0.16), transparent 62%),
    radial-gradient(1400px 900px at 50% 115%, rgba(23, 29, 63, 0.9), transparent 70%),
    var(--ink);
}
.sky::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.2px 1.2px at 22% 31%, rgba(236, 238, 251, 0.55), transparent 100%),
    radial-gradient(1px 1px at 67% 14%, rgba(236, 238, 251, 0.4), transparent 100%),
    radial-gradient(1.4px 1.4px at 84% 46%, rgba(242, 195, 126, 0.45), transparent 100%),
    radial-gradient(1px 1px at 38% 68%, rgba(236, 238, 251, 0.35), transparent 100%),
    radial-gradient(1.1px 1.1px at 9% 52%, rgba(164, 176, 232, 0.5), transparent 100%),
    radial-gradient(1px 1px at 53% 88%, rgba(236, 238, 251, 0.3), transparent 100%),
    radial-gradient(1.3px 1.3px at 91% 79%, rgba(164, 176, 232, 0.4), transparent 100%);
  animation: twinkle 7s ease-in-out infinite alternate;
}
@keyframes twinkle {
  from { opacity: 0.55; }
  to   { opacity: 1; }
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.22rem; line-height: 1.3; }

.kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--moon);
  margin-bottom: 1rem;
}

.lede { font-size: 1.13rem; color: var(--text-dim); max-width: 58ch; }

em.glow {
  font-style: italic;
  color: var(--moon);
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(9, 13, 31, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.8rem 24px;
  max-width: 1120px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.nav-links {
  display: flex;
  gap: 1.6rem;
  margin-left: auto;
  list-style: none;
  align-items: center;
}
[dir="rtl"] .nav-links { margin-left: 0; margin-right: auto; }
.nav-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--moon); }
.nav-cta {
  background: var(--moon);
  color: var(--ink) !important;
  padding: 0.45rem 1.05rem;
  border-radius: 100px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--moon-deep); color: var(--ink) !important; }

/* ---------- Buttons / badges ---------- */
.btn-badge { display: inline-block; transition: transform 0.2s ease, filter 0.2s ease; }
.btn-badge img { height: 56px; width: auto; display: block; }
.btn-badge:hover { transform: translateY(-2px); filter: brightness(1.12); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--haze);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 0.4rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--moon); }

/* ---------- Hero ---------- */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 3rem;
  padding: 6rem 0 4.5rem;
}
.hero-copy > * { opacity: 0; animation: rise 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.hero-copy > *:nth-child(1) { animation-delay: 0.05s; }
.hero-copy > *:nth-child(2) { animation-delay: 0.15s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.28s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.4s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.52s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
.hero h1 { margin-bottom: 1.2rem; }
.hero .lede { margin-bottom: 2rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero-note { margin-top: 1rem; font-size: 0.86rem; color: var(--text-faint); }

.hero-shot { position: relative; display: flex; justify-content: center; }
.hero-shot::before {
  content: "";
  position: absolute;
  inset: 8% -6% 0;
  background: radial-gradient(closest-side, rgba(242, 195, 126, 0.16), transparent 72%);
  filter: blur(8px);
}
.hero-shot img {
  position: relative;
  width: min(320px, 78vw);
  height: auto;
  border-radius: 36px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
  animation: drift 7s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: translateY(0); }
  to   { transform: translateY(-14px); }
}

/* ---------- TL;DR / answer box ---------- */
.answer-box {
  background: rgba(23, 29, 63, 0.66);
  border: 1px solid rgba(242, 195, 126, 0.35);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  margin: 0 0 2.4rem;
}
.answer-box p { margin: 0; color: var(--text); }
.tldr .answer-box { margin: 0; }
.tldr .answer-box p { color: var(--text-dim); }
.tldr .answer-box strong { color: var(--moon); }

/* ---------- Facts strip ---------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 2rem 0 3.5rem;
}
.fact {
  background: rgba(15, 20, 48, 0.72);
  padding: 1.4rem 1.2rem;
  text-align: center;
}
.fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--moon);
  margin-bottom: 0.2rem;
}
.fact span { font-size: 0.85rem; color: var(--text-dim); }

/* ---------- Sections ---------- */
section { padding: 5.75rem 0; }
section.tldr { padding: 0.5rem 0 1rem; }
#how-it-works, #guides, #faq, #about, #blog-promo { padding-bottom: 8.5rem; }
.section-head { max-width: 640px; margin-bottom: 3.2rem; }
.section-head p { color: var(--text-dim); margin-top: 0.8rem; }

/* ---------- Screenshots rail ---------- */
.shots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(240px, 62vw);
  gap: 1.4rem;
  overflow-x: auto;
  padding: 1rem 4px 1.6rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--ink-3) transparent;
}
.shot { scroll-snap-align: start; }
.shot img {
  width: 100%;
  height: auto;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease;
}
.shot:hover img { transform: translateY(-8px); }
.shot figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.45;
}
.shot figcaption strong { color: var(--text); font-weight: 600; }

/* ---------- How it works ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  counter-reset: step;
}
.step {
  position: relative;
  background: rgba(15, 20, 48, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem 1.6rem;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--moon);
  opacity: 0.85;
  margin-bottom: 0.7rem;
}
.step h3 { margin-bottom: 0.5rem; }
.step p { font-size: 0.93rem; color: var(--text-dim); }

/* ---------- Prose (SEO content section + guide articles) ---------- */
.prose { max-width: 760px; }
.prose h3 { margin: 1.9rem 0 0.6rem; }
.prose p { color: var(--text-dim); margin-bottom: 1.1rem; }
.prose p strong, .prose li strong { color: var(--text); }
.prose ul, .prose ol { margin: 0 0 1.3rem 1.3rem; color: var(--text-dim); }
[dir="rtl"] .prose ul, [dir="rtl"] .prose ol { margin: 0 1.3rem 1.3rem 0; }
.prose li { margin-bottom: 0.55rem; }
.prose a { color: var(--moon); text-decoration: none; font-weight: 600; }
.prose a:hover { text-decoration: underline; }

/* ---------- Comparison table ---------- */
.table-wrap { overflow-x: auto; }
table.compare {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0 1.8rem;
  font-size: 0.94rem;
}
table.compare th, table.compare td {
  text-align: left;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  color: var(--text-dim);
}
[dir="rtl"] table.compare th, [dir="rtl"] table.compare td { text-align: right; }
table.compare th { color: var(--text); background: rgba(15, 20, 48, 0.7); font-weight: 600; }
table.compare td strong { color: var(--text); }

/* ---------- Guides grid ---------- */
.guides {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.guide-card {
  display: block;
  text-decoration: none;
  background: rgba(15, 20, 48, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}
.guide-card:hover {
  border-color: rgba(242, 195, 126, 0.5);
  background: rgba(23, 29, 63, 0.72);
  transform: translateY(-3px);
}
.guide-card h3 { color: var(--text); margin-bottom: 0.4rem; }
.guide-card p { color: var(--text-dim); font-size: 0.92rem; }
.guide-card .go {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--moon);
  font-size: 0.88rem;
  font-weight: 600;
}

/* ---------- Blog promo links ---------- */
.promo-links { list-style: none; display: grid; gap: 0.7rem; margin: 1.4rem 0; }
.promo-links a { color: var(--haze); text-decoration: none; font-weight: 600; }
.promo-links a:hover { color: var(--moon); }
.promo-all { color: var(--moon); text-decoration: none; font-weight: 600; }
.promo-all:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0.4rem 0;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.05rem 0;
  font-family: var(--font-display);
  font-size: 1.13rem;
  font-weight: 550;
  transition: color 0.2s;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font-family: var(--font-body);
  color: var(--moon);
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:hover { color: var(--moon); }
.faq-body { padding: 0 0 1.3rem; color: var(--text-dim); max-width: 64ch; }
.faq-body a { color: var(--moon); font-weight: 600; text-decoration: none; }
.faq-body a:hover { text-decoration: underline; }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 4.2rem 2rem;
  background:
    radial-gradient(640px 300px at 50% -30%, rgba(242, 195, 126, 0.14), transparent 70%),
    rgba(15, 20, 48, 0.66);
}
.cta-band h2 { margin-bottom: 0.9rem; }
.cta-band p { color: var(--text-dim); max-width: 52ch; margin: 0 auto 2rem; }
.cta-band .btn-badge { margin: 0 auto; }

/* ---------- About strip ---------- */
.about-strip { font-size: 0.95rem; color: var(--text-dim); max-width: 760px; }
.about-strip p { margin-bottom: 1rem; }
.about-meta { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.about-meta a { color: var(--haze); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.about-meta a:hover { color: var(--moon); }

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--line);
  margin-top: 4rem;
  padding: 3rem 0 3.4rem;
  font-size: 0.9rem;
  color: var(--text-faint);
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.2rem;
}
.foot-grid h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.9rem;
}
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 0.55rem; }
footer a { color: var(--text-dim); text-decoration: none; }
footer a:hover { color: var(--moon); }
.foot-brand p { max-width: 40ch; margin-top: 0.8rem; }
.legal {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-badges { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.6rem; flex-wrap: wrap; }
.footer-badges img { display: block; }

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--ink-2)
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23a7abc6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 0.9rem center;
  color: var(--text-dim);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.45rem 2.3rem 0.45rem 0.9rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  cursor: pointer;
}
[dir="rtl"] .lang-select {
  background-position: left 0.9rem center;
  padding: 0.45rem 0.9rem 0.45rem 2.3rem;
}
.lang-select:hover { border-color: rgba(242, 195, 126, 0.5); color: var(--text); }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Guide article pages ---------- */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 24px 2rem;
}
.article .kicker { margin-bottom: 0.8rem; }
.article h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-bottom: 1.3rem; }
.article .lede { margin-bottom: 0.6rem; }
.article .updated { font-size: 0.85rem; color: var(--text-faint); margin-bottom: 2.6rem; }
.article h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  margin: 2.6rem 0 1rem;
}
.article h3 { margin: 1.9rem 0 0.6rem; }
.article p { color: var(--text-dim); margin-bottom: 1.1rem; }
.article p strong, .article li strong { color: var(--text); }
.article ul, .article ol { margin: 0 0 1.3rem 1.3rem; color: var(--text-dim); }
.article li { margin-bottom: 0.55rem; }
.article a { color: var(--moon); text-decoration: none; font-weight: 600; }
.article a:hover { text-decoration: underline; }
.article .answer-box p { color: var(--text); }

.article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0 1.8rem;
  font-size: 0.94rem;
}
.article th, .article td {
  text-align: left;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  color: var(--text-dim);
}
.article th { color: var(--text); background: rgba(15, 20, 48, 0.7); font-weight: 600; }

.article .figure-shot {
  margin: 2rem auto;
  text-align: center;
}
.article .figure-shot img {
  width: min(280px, 70vw);
  height: auto;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}
.article .figure-shot figcaption { font-size: 0.85rem; color: var(--text-faint); margin-top: 0.7rem; }

.article .app-steps {
  background: rgba(15, 20, 48, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem 1.4rem;
  margin: 1.4rem 0 2rem;
}
.article .app-steps ol { margin-bottom: 0.3rem; }

.article .cta-inline {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
  background: rgba(23, 29, 63, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.7rem;
  margin: 2.6rem 0;
}
.article .cta-inline img.appicon { width: 58px; height: 58px; border-radius: 13px; }
.article .cta-inline .cta-copy { flex: 1; min-width: 220px; }
.article .cta-inline .cta-copy strong { color: var(--text); display: block; margin-bottom: 0.15rem; }
.article .cta-inline .cta-copy span { font-size: 0.88rem; color: var(--text-dim); }
.article .cta-inline .btn-badge img { height: 48px; }

.related { max-width: 760px; margin: 0 auto; padding: 0 24px 4rem; }
.related h2 { font-size: 1.35rem; margin-bottom: 1.2rem; }
.related ul { list-style: none; display: grid; gap: 0.7rem; }
.related a { color: var(--haze); text-decoration: none; font-weight: 600; }
.related a:hover { color: var(--moon); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 3.4rem; text-align: left; }
  .hero-shot { order: -1; }
  .hero-shot img { width: min(240px, 62vw); }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .guides { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { gap: 1rem; }
  .nav-links .nav-link-secondary { display: none; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
  section { padding: 4rem 0; }
  section.tldr { padding: 0.5rem 0 1rem; }
  #how-it-works, #guides, #faq, #about, #blog-promo { padding-bottom: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
