/* =====================================================================
   ABOGADO ACCIDENTES DE TRÁFICO — HOJA DE ESTILOS
   Paleta: navy profundo + dorado suave + verde WhatsApp
   ===================================================================== */

:root {
  --navy:        #0f2942;
  --navy-deep:   #0a1d30;
  --navy-soft:   #1b3b5a;
  --gold:        #c9a44c;
  --gold-soft:   #e0c478;
  --wa:          #25d366;
  --wa-dark:     #1ebe5a;
  --ink:         #1a2433;
  --muted:       #5b6878;
  --line:        #e7ebf0;
  --bg:          #ffffff;
  --bg-alt:      #f5f7fa;
  --bg-soft:     #eef2f7;
  --white:       #ffffff;
  --radius:      16px;
  --radius-sm:   10px;
  --shadow:      0 10px 30px rgba(15, 41, 66, 0.08);
  --shadow-lg:   0 24px 60px rgba(15, 41, 66, 0.16);
  --maxw:        1140px;
  --serif:       "Playfair Display", Georgia, serif;
  --sans:        "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: 820px; }

.text-accent { color: var(--gold); }

/* ===================== BOTONES ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { flex-shrink: 0; }

.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35); }
.btn--wa:hover { background: var(--wa-dark); box-shadow: 0 12px 26px rgba(37, 211, 102, 0.45); }

.btn--outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }

.btn--ghost { background: rgba(15,41,66,.06); color: var(--navy); }
.btn--ghost:hover { background: rgba(15,41,66,.12); }

.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--lg { padding: 17px 30px; font-size: 1.05rem; }
.btn--xl { padding: 20px 40px; font-size: 1.18rem; }
.btn--block { width: 100%; }

/* ===================== CABECERA ===================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.header.is-scrolled { box-shadow: 0 6px 24px rgba(15,41,66,.07); border-color: var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.brand__mark {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--gold-soft);
}
.brand__text { font-family: var(--serif); font-size: 1.15rem; color: var(--navy); letter-spacing: .2px; }
.brand__logo { height: 42px; width: auto; display: block; }
.brand--footer .brand__logo { height: 44px; background: #fff; border-radius: 10px; padding: 5px 8px; }
.brand__names { display: flex; flex-direction: column; line-height: 1.15; }
.brand__sub { font-size: .72rem; font-weight: 500; color: var(--muted); letter-spacing: .2px; margin-top: 2px; white-space: nowrap; }

.nav { display: flex; align-items: center; }
.nav__links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav__links a:not(.btn) { font-weight: 500; color: var(--ink); font-size: .98rem; transition: color .15s; white-space: nowrap; }
.nav__links a:not(.btn):hover { color: var(--gold); }
.nav__cta { margin-left: 2px; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px; height: 44px;
  background: none; border: none; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav__toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .25s; }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(201,164,76,.10), transparent 60%),
    linear-gradient(160deg, #fbfcfe 0%, #eef3f8 100%);
  padding: 72px 0 84px;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.hero__eyebrow {
  display: inline-block;
  font-size: .82rem; font-weight: 600; letter-spacing: .4px;
  color: var(--navy-soft);
  background: rgba(15,41,66,.06);
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 20px;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.1;
  color: var(--navy);
  letter-spacing: -.5px;
  margin-bottom: 20px;
}
.hero__subtitle { font-size: 1.13rem; color: var(--muted); max-width: 560px; margin-bottom: 30px; }
.hero__subtitle strong { color: var(--ink); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.hero__note { font-size: .95rem; color: var(--muted); }
.hero__note strong { color: var(--navy); }

/* Mockup de chat WhatsApp */
.hero__visual { display: flex; justify-content: center; }
.chat {
  width: 100%; max-width: 360px;
  background: #e9f2ec;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotate(1.2deg);
}
.chat__header {
  display: flex; align-items: center; gap: 12px;
  background: var(--navy); color: #fff;
  padding: 14px 18px;
}
.chat__avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; font-size: 1.2rem; }
.chat__name { font-weight: 600; font-size: .98rem; }
.chat__status { font-size: .78rem; color: var(--wa); }
.chat__body {
  padding: 18px 16px;
  display: flex; flex-direction: column; gap: 10px;
  background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4));
}
.bubble {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: .92rem;
  line-height: 1.45;
  box-shadow: 0 1px 1px rgba(0,0,0,.06);
}
.bubble--in { background: #fff; border-top-left-radius: 4px; align-self: flex-start; }
.bubble--out { background: #d6f5dd; border-top-right-radius: 4px; align-self: flex-end; }

/* ===================== BARRA DE CONFIANZA ===================== */
.trust { background: var(--navy); color: #fff; }
.trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 30px 24px;
}
.trust__item { text-align: center; display: flex; flex-direction: column; gap: 4px; }
.trust__num { font-family: var(--serif); font-size: 1.85rem; font-weight: 700; color: var(--gold-soft); }
.trust__label { font-size: .9rem; color: rgba(255,255,255,.82); line-height: 1.4; }

/* ===================== SECCIONES GENÉRICAS ===================== */
.section { padding: 84px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--navy); color: #fff; }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section__eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.section__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.15; color: var(--navy);
  letter-spacing: -.4px;
}
.section--dark .section__title { color: #fff; }
.section__lead { font-size: 1.1rem; color: var(--muted); margin-top: 14px; }
.section--dark .section__lead { color: rgba(255,255,255,.8); }

/* ===================== CÓMO FUNCIONA (STEPS) ===================== */
.steps {
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
  box-shadow: var(--shadow);
}
.step__num {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--gold-soft);
  font-family: var(--serif); font-weight: 700; font-size: 1.25rem;
  margin-bottom: 16px;
}
.step__title { font-size: 1.12rem; color: var(--navy); margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .96rem; }

/* ===================== CARDS (SERVICIOS) ===================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card__icon { font-size: 2rem; display: block; margin-bottom: 14px; }
.card h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .96rem; }

/* ===================== FEATURES (GARANTÍAS) ===================== */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px 28px 26px;
  box-shadow: var(--shadow);
}
.feature__icon {
  grid-row: 1 / 3;
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--bg-soft);
  display: grid; place-items: center; font-size: 1.8rem;
}
.feature h3 { font-size: 1.22rem; color: var(--navy); margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .98rem; }
.feature p strong { color: var(--ink); }

/* ===================== CTA WHATSAPP DESTACADA ===================== */
.cta-wa {
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(37,211,102,.18), transparent 55%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff;
  padding: 30px 0;
}
.cta-wa__inner {
  display: flex; justify-content: center; text-align: center;
  padding: 56px 24px;
}
.cta-wa__content { max-width: 760px; }
.cta-wa__eyebrow {
  display: inline-block; font-weight: 600;
  background: rgba(37,211,102,.16); color: #b9f5cd;
  padding: 8px 16px; border-radius: 999px; font-size: .9rem;
  margin-bottom: 18px;
}
.cta-wa__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  line-height: 1.12; margin-bottom: 16px;
}
.cta-wa__lead { font-size: 1.15rem; color: rgba(255,255,255,.85); margin-bottom: 26px; }
.cta-wa__steps {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  margin-bottom: 32px;
}
.cta-wa__steps li {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 10px 18px; border-radius: 999px; font-weight: 500; font-size: .98rem;
}
.cta-wa__steps li span { font-size: 1.15rem; }
.cta-wa__btn { animation: pulse-soft 2.6s ease-in-out infinite; }

@keyframes pulse-soft {
  0%, 100% { box-shadow: 0 8px 20px rgba(37,211,102,.35); }
  50% { box-shadow: 0 8px 34px rgba(37,211,102,.65); }
}

/* ===================== ZONA / COBERTURA ===================== */
.zona { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; }
.zona__text .section__eyebrow { text-align: left; }
.zona__text .section__title { text-align: left; }
.zona__text > p { color: var(--muted); margin: 16px 0 22px; font-size: 1.05rem; }
.zona__list {
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 16px;
}
.zona__list li { position: relative; padding-left: 20px; color: var(--ink); font-size: .96rem; }
.zona__list li::before { content: "📍"; position: absolute; left: 0; font-size: .8rem; }
.zona__card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 28px; text-align: center;
  box-shadow: var(--shadow-lg);
}
.zona__pin { font-size: 2.4rem; display: block; margin-bottom: 10px; }
.zona__card h3 { font-family: var(--serif); color: var(--navy); font-size: 1.3rem; margin-bottom: 6px; }
.zona__card > p { color: var(--muted); margin-bottom: 6px; }
.zona__hours { font-size: .95rem; margin-bottom: 20px !important; }

/* ===================== FAQ ===================== */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15,41,66,.04);
}
.faq__question {
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer;
  padding: 20px 22px;
  font-family: var(--sans); font-weight: 600; font-size: 1.05rem; color: var(--navy);
}
.faq__icon { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--gold);
  transition: transform .25s ease;
}
.faq__icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq__icon::after  { top: 0; left: 8px; width: 2px; height: 18px; }
.faq__item.is-open .faq__icon::after { transform: scaleY(0); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__item.is-open .faq__answer { max-height: 320px; }
.faq__answer p { padding: 0 22px 20px; color: var(--muted); }
.faq__answer p strong { color: var(--ink); }

/* ===================== CONTACTO ===================== */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact .section__eyebrow, .contact .section__title { text-align: left; }
.contact__info > p { color: rgba(255,255,255,.82); margin: 16px 0 26px; font-size: 1.05rem; }
.contact__info > p strong { color: #fff; }
.contact__methods { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact__method {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  transition: background .15s ease, transform .15s ease;
}
.contact__method:not(.contact__method--static):hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.contact__method--wa { border-color: rgba(37,211,102,.4); }
.contact__mi { font-size: 1.5rem; }
.contact__method span { font-size: .92rem; line-height: 1.4; }
.contact__method strong { color: #fff; }

.contact__form {
  background: #fff; color: var(--ink);
  border-radius: var(--radius);
  padding: 32px 30px;
  box-shadow: var(--shadow-lg);
}
.contact__form h3 { font-family: var(--serif); color: var(--navy); font-size: 1.4rem; margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; color: var(--navy); margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem;
  padding: 12px 14px;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg-alt); color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; }
.field__check { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--muted); margin: 4px 0 18px; }
.field__check input { margin-top: 3px; }
.field__check a { color: var(--navy); text-decoration: underline; }
.contact__form-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 12px; }

/* ===================== FOOTER ===================== */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.78); padding-top: 56px; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.brand--footer .brand__text { color: #fff; }
.footer__about { margin: 16px 0 12px; font-size: .95rem; line-height: 1.6; }
.footer__col-legal { font-size: .85rem; color: rgba(255,255,255,.5); }
.footer__col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__list a:hover { color: var(--gold-soft); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.footer__bottom .container { display: flex; flex-direction: column; gap: 8px; }
.footer__bottom p { font-size: .85rem; color: rgba(255,255,255,.55); }
.footer__disclaimer { font-size: .78rem; line-height: 1.5; }

/* ===================== BOTÓN FLOTANTE WHATSAPP ===================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 12px; flex-direction: row-reverse; }
.wa-float__btn {
  display: grid; place-items: center;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--wa); color: #fff;
  box-shadow: 0 10px 26px rgba(37,211,102,.5);
  animation: wa-pulse 2.2s infinite;
  transition: transform .18s ease;
}
.wa-float__btn:hover { transform: scale(1.07); }
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.wa-float__bubble {
  position: relative;
  background: #fff; color: var(--ink);
  font-size: .9rem; line-height: 1.4;
  padding: 12px 36px 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  max-width: 240px;
  opacity: 0; transform: translateX(12px) scale(.96);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.wa-float__bubble.is-visible { opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.wa-float__bubble strong { color: var(--wa-dark); }
.wa-float__close {
  position: absolute; top: 6px; right: 8px;
  background: none; border: none; cursor: pointer;
  font-size: 1.1rem; line-height: 1; color: var(--muted);
}

/* ===================== BANNER COOKIES ===================== */
.cookies {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 95;
  max-width: 560px; margin: 0 auto;
  background: var(--navy); color: rgba(255,255,255,.9);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  display: none; align-items: center; gap: 16px; justify-content: space-between;
  box-shadow: var(--shadow-lg);
}
.cookies.is-visible { display: flex; }
.cookies p { font-size: .85rem; }
.cookies a { color: var(--gold-soft); text-decoration: underline; }

/* ===================== REVEAL ANIM ===================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ===================== PÁGINAS LEGALES ===================== */
.legal { padding: 56px 0 72px; }
.legal h1 { font-family: var(--serif); color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.legal .legal__updated { color: var(--muted); font-size: .9rem; margin-bottom: 32px; }
.legal h2 { font-family: var(--serif); color: var(--navy); font-size: 1.35rem; margin: 32px 0 12px; }
.legal p, .legal li { color: var(--ink); margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal a { color: var(--navy); text-decoration: underline; }
.legal__back { display: inline-flex; align-items: center; gap: 8px; margin-top: 32px; font-weight: 600; color: var(--navy); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .chat { transform: none; max-width: 340px; }
  .features { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .zona { grid-template-columns: 1fr; gap: 32px; }
  .contact { grid-template-columns: 1fr; gap: 32px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 14px 24px 22px;
    box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav__links.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__links li { width: 100%; }
  .nav__links a:not(.btn) { display: block; padding: 10px 4px; }
  .nav__cta .btn { width: 100%; margin-top: 6px; }

  .trust__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; }
  .section { padding: 60px 0; }
  .steps { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .zona__list { grid-template-columns: repeat(2, 1fr); }
  .contact__methods { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .hero { padding: 48px 0 64px; }
  .btn--xl { padding: 17px 28px; font-size: 1.05rem; }
  .wa-float__bubble { display: none; }
  .wa-float__bubble.is-visible { display: block; }
  .brand__text { font-size: 1rem; }
}

@media (max-width: 420px) {
  .hero__actions .btn { width: 100%; }
}

/* ===================== ACCESIBILIDAD ===================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
