/* =============================================================
   VINDORA LEGAL — styles.css
   1. Tokens  2. Reset  3. Utilities  4. Typography  5. Layout
   6. Components  7. Sections  8. Page-specific  9. Effects
   10. Responsive  11. Reduced-motion
   ============================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  /* Brand palette — exact, client-supplied */
  --bg:          #F6F4F1;   /* fondo claro */
  --bg-alt:      #FFFFFF;   /* fondo alterno (tarjetas / secciones pares) */
  --secondary:   #405568;   /* azul grisáceo — acento (más contraste) */
  --primary:     #34495E;   /* azul marino — color primario */
  --primary-dk:  #263745;   /* navy más oscuro, hover/estados */
  --ink:         #201F1F;   /* texto principal (más contraste) */
  --ink-mute:    #3B3E40;   /* texto secundario (más contraste) */
  --warm:        #D9CFC4;   /* acento cálido / beige */
  --warm-dk:     #C7B9A9;   /* beige, hover sobre warm */
  --logo-warm:   #B8987A;   /* bronce cálido — solo para el trazo del logo sobre fondo claro */
  --line:        rgba(32,31,31,0.22);
  --line-soft:   rgba(32,31,31,0.13);

  --success:     #4F7A5B;
  --error:       #A64B3E;
  --on-primary:  #F6F4F1;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Public Sans", -apple-system, "Segoe UI", sans-serif;

  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --container: 1180px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --nav-h: 92px;
  --shadow-card: 0 1px 3px rgba(43,43,43,0.06), 0 8px 24px rgba(43,43,43,0.06);
  --shadow-lift: 0 12px 32px rgba(52,73,94,0.16);
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  font-size: 100%; /* 16px base — scales every rem-sized element site-wide */
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
ul, ol { list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  text-wrap: balance;
  line-height: 1.1;
  color: var(--primary);
}
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--warm); color: var(--primary); }

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

.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .7rem 1.2rem; background: var(--primary); color: var(--on-primary);
  z-index: 9999; border-radius: var(--radius-sm); font-weight: 600; font-size: .9rem;
  transition: top .2s var(--ease-out);
}
.skip-link:focus { top: 1rem; }

/* =============================================================
   3. Utilities
   ============================================================= */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.section-alt { background: var(--bg-alt); }
.section-primary { background: var(--primary); color: var(--on-primary); }
.section-primary h2, .section-primary h3 { color: var(--on-primary); }
.section-warm { background: var(--warm); }
.section-warm h2, .section-warm h3 { color: var(--primary); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 600; font-size: .84rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--secondary);
  margin-bottom: .9rem;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: var(--secondary);
}

.section-head { max-width: 640px; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: .8rem; }
.section-head p { color: var(--ink-mute); font-size: 1.05rem; }

.divider { height: 1px; background: var(--line); border: 0; margin-block: 2rem; }

.badge {
  display: inline-block; padding: .3rem .8rem; border-radius: 999px;
  background: rgba(94,116,133,0.12); color: var(--secondary);
  font-size: .84rem; font-weight: 600; letter-spacing: .04em;
}

.placeholder-tag {
  display: inline-block; padding: .15rem .55rem; border-radius: var(--radius-sm);
  background: rgba(166,75,62,0.1); color: var(--error);
  font-size: .78rem; font-weight: 700; letter-spacing: .03em;
  border: 1px dashed rgba(166,75,62,0.4);
}

/* =============================================================
   4. Typography
   ============================================================= */
.h-xl { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.05; }
.h-lg { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
.lede { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--ink-mute); line-height: 1.6; }
em, i { font-style: italic; }
.serif-italic { font-family: var(--font-display); font-style: italic; color: var(--secondary); }

/* =============================================================
   5. Layout — header / nav
   ============================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
/* Blur lives on a pseudo-element, not on .site-header itself — backdrop-filter/filter
   on an element creates a new containing block for its position:fixed descendants
   (like .mobile-nav), which collapses them to content size instead of the viewport. */
.site-header::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: rgba(246,244,241,0.88);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px rgba(43,43,43,0.05);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--nav-h);
  gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: .65rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
  color: var(--primary); letter-spacing: .01em;
}
.brand-logo { height: 52px; width: auto; display: block; }
.footer-brand .brand-logo { height: 56px; }
.brand .brand-mark { color: var(--secondary); }
.brand small {
  font-family: var(--font-body); font-weight: 500; font-size: .7rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute);
}

.nav-links {
  display: none;
  align-items: center; gap: 2rem;
}
.nav-links a {
  font-size: .92rem; font-weight: 500; color: var(--ink);
  position: relative; padding-block: .3rem;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--secondary); transition: right .3s var(--ease-out);
}
.nav-links a:hover::after, .nav-links a.is-active::after { right: 0; }
.nav-links a.is-active { color: var(--primary); font-weight: 600; }

.nav-actions { display: flex; align-items: center; gap: .9rem; }
.nav-actions > a.btn { display: none; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; align-items: center;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--primary);
  transition: transform .3s var(--ease-out), opacity .3s var(--ease-out);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 99;
  background: var(--bg);
  padding: 2rem 1.5rem 3rem;
  overflow-y: auto;
  transform: translateY(-8px);
  opacity: 0; pointer-events: none;
  transition: opacity .25s var(--ease-out), transform .25s var(--ease-out);
}
.mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-nav a {
  display: block; font-family: var(--font-display); font-size: 1.5rem;
  padding: .7rem 0; border-bottom: 1px solid var(--line-soft); color: var(--primary);
}
.mobile-nav .btn { margin-top: 1.6rem; width: 100%; justify-content: center; }

@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-actions > a.btn { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none; }
}

/* =============================================================
   6. Components
   ============================================================= */

/* Buttons */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.7rem; border-radius: var(--radius-sm);
  font-weight: 600; font-size: .92rem; letter-spacing: .01em; text-align: center;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out);
  white-space: normal; max-width: 100%;
  will-change: transform;
}
.btn::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,0.22) 45%, transparent 70%);
  transform: translateX(-120%); transition: transform .55s var(--ease-out);
  pointer-events: none;
}
.btn:hover::before { transform: translateX(120%); }
.btn-primary { background: var(--primary); color: var(--on-primary); }
.btn-primary:hover { background: var(--primary-dk); transform: translateY(-2px) scale(1.015); box-shadow: var(--shadow-lift); }
.btn-accent { background: var(--warm); color: var(--primary); }
.btn-accent:hover { background: var(--warm-dk); transform: translateY(-2px) scale(1.015); box-shadow: 0 12px 28px rgba(217,207,196,0.5); }
.btn-outline { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--on-primary); transform: translateY(-2px); }
.btn-outline::before { display: none; }
.btn-ghost { background: transparent; color: var(--on-primary); border: 1.5px solid rgba(246,244,241,0.4); }
.btn-ghost:hover { background: rgba(246,244,241,0.12); border-color: rgba(246,244,241,0.7); }
.btn-sm { padding: .65rem 1.2rem; font-size: .82rem; }
.btn-lg { padding: 1.15rem 2.2rem; font-size: 1rem; }
.btn[disabled] { opacity: .6; pointer-events: none; }

/* Cards */
.card {
  background: var(--bg-alt);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-card);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: rgba(94,116,133,0.3); }
.card.card-warm { background: var(--warm); border-color: rgba(52,73,94,0.14); }
.card.card-warm .field input, .card.card-warm .field select, .card.card-warm .field textarea { background: var(--bg-alt); }
.card-icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  background: rgba(52,73,94,0.13); color: var(--primary);
  margin-bottom: 1.2rem;
  transition: transform .35s var(--ease-bounce), background .35s var(--ease-out), color .35s var(--ease-out);
}
.card-icon svg { width: 26px; height: 26px; }
.card:hover .card-icon { transform: scale(1.1) rotate(-4deg); background: var(--primary); color: var(--on-primary); }
.card-icon-a { background: rgba(52,73,94,0.16); color: var(--primary); }
.card-icon-b { background: rgba(94,116,133,0.22); color: var(--secondary); }
.card-icon-c { background: rgba(184,152,122,0.28); color: var(--logo-warm); }
.card h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.card p { color: var(--ink-mute); font-size: .96rem; }
.card-link {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.2rem;
  font-weight: 600; font-size: .88rem; color: var(--secondary);
}
.card-link svg { width: 15px; height: 15px; transition: transform .25s var(--ease-out); }
.card:hover .card-link svg { transform: translateX(4px); }

/* Grid layouts */
.grid { display: grid; gap: 1.6rem; }
.grid > * { min-width: 0; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* Steps */
.steps { display: grid; gap: 1.4rem; counter-reset: step; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 1.2rem;
  padding: 1.8rem; background: var(--bg-alt); border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
}
.step-num {
  width: 48px; height: 48px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--primary); color: var(--on-primary);
  font-family: var(--font-body); font-weight: 700; font-size: 1.05rem;
  letter-spacing: .02em;
}
.step h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.step p { color: var(--ink-mute); font-size: .95rem; }
@media (min-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }

/* Forms */
.form-grid { display: grid; gap: 1.3rem; }
@media (min-width: 720px) { .form-grid.cols-2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 600; color: var(--primary); }
.field .req { color: var(--error); }
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="file"],
.field select,
.field textarea {
  padding: .85rem 1rem; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); background: var(--bg-alt);
  font-size: .96rem; color: var(--ink);
  transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.field textarea { resize: vertical; min-height: 130px; font-family: inherit; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--secondary); outline: none;
  box-shadow: 0 0 0 3px rgba(94,116,133,0.15);
}
.field small { color: var(--ink-mute); font-size: .86rem; }
.field-check {
  display: flex; align-items: flex-start; gap: .7rem; font-size: .88rem; color: var(--ink-mute);
}
.field-check input { margin-top: .25rem; width: 17px; height: 17px; accent-color: var(--primary); flex-shrink: 0; }
.field-check span { min-width: 0; }
.field-check a { color: var(--secondary); text-decoration: underline; }

/* Multi-select dropdown (checkboxes inside a select-like trigger) */
.dropdown-check-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg-alt); font-size: .96rem; color: var(--ink); font-family: inherit;
  cursor: pointer; text-align: left; transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.dropdown-check-trigger svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--ink-mute); transition: transform .3s var(--ease-out); }
.dropdown-check.is-open .dropdown-check-trigger svg { transform: rotate(180deg); }
.dropdown-check.is-open .dropdown-check-trigger { border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(94,116,133,0.15); }
.dropdown-check-panel { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease-out); }
.dropdown-check-panel-inner { display: flex; flex-direction: column; gap: .8rem; padding: 1rem .2rem .2rem; }

/* Reusable icon + text row (checklists, feature lists) */
.check-list { display: grid; gap: .8rem; }
.check-item { display: flex; gap: .6rem; align-items: flex-start; min-width: 0; }
.check-item svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: .1rem; color: var(--success); }
.check-item span { min-width: 0; }

.form-note {
  font-size: .82rem; color: var(--ink-mute); margin-top: 1rem;
  padding: .9rem 1.1rem; background: rgba(94,116,133,0.08); border-radius: var(--radius-sm);
  border-left: 3px solid var(--secondary);
}
.form-success {
  display: none; text-align: center; padding: 3rem 1.5rem;
}
.form-success.is-visible { display: block; }
.form-success svg { width: 56px; height: 56px; color: var(--success); margin: 0 auto 1rem; }
.form-success h3 { margin-bottom: .6rem; }
.form-success p { color: var(--ink-mute); }
.form-wrap.is-submitted form { display: none; }

/* Pricing card */
.price-card {
  background: var(--primary); color: var(--on-primary);
  border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3.2rem);
  text-align: center; box-shadow: var(--shadow-lift);
}
.price-card .price-value {
  font-family: var(--font-display); font-size: clamp(3.4rem, 8vw, 5.6rem);
  font-weight: 700; line-height: 1; color: var(--warm);
}
.price-card .price-value sup { font-size: 1.8rem; top: -1.6em; }
.price-card p.lede { color: rgba(246,244,241,0.88); }
.price-list { text-align: left; max-width: 420px; margin: 1.6rem auto 0; display: grid; gap: .7rem; }
.price-list li { display: flex; align-items: center; gap: .6rem; font-size: .95rem; min-width: 0; }
.price-list svg { width: 18px; height: 18px; color: var(--warm); flex-shrink: 0; }

/* Document preview — top portion clear, rest blurred behind an interactive
   cursor/touch spotlight (drag or hover to peek), locked until purchase. */
.doc-preview {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: var(--bg-alt);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  min-height: 460px;
}
.doc-preview-paper {
  font-family: var(--font-body);
  font-size: .9rem;
  line-height: 1.85;
  color: var(--ink);
  max-width: 620px;
  margin-inline: auto;
  padding: 2.2rem clamp(1.4rem, 4vw, 2.6rem) 3.5rem;
}
.doc-preview-paper h4 {
  font-family: var(--font-display); text-align: center;
  font-size: 1.35rem; color: var(--primary); margin-bottom: .3rem;
}
.doc-preview-paper .doc-date { text-align: center; color: var(--ink-mute); font-size: .82rem; margin-bottom: 1.6rem; }
.doc-preview-paper p { margin-bottom: 1rem; }
.doc-preview-paper .doc-clause { display: block; font-weight: 700; color: var(--primary); margin-bottom: .3rem; }
.doc-preview-veil {
  position: absolute; left: 0; right: 0; top: 26%; bottom: 0;
  z-index: 2;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: linear-gradient(to bottom, rgba(246,244,241,.2) 0%, rgba(246,244,241,.72) 26%, rgba(246,244,241,.95) 62%);
  -webkit-mask-image: radial-gradient(circle 110px at var(--mx, 50%) var(--my, -999px), transparent 0%, black 70%);
  mask-image: radial-gradient(circle 110px at var(--mx, 50%) var(--my, -999px), transparent 0%, black 70%);
  cursor: none;
}
.doc-preview-lock {
  position: absolute; left: 50%; bottom: 1.8rem; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .6rem;
  text-align: center; width: 78%; max-width: 320px; pointer-events: none;
}
.doc-preview-lock .lock-icon {
  width: 46px; height: 46px; border-radius: 50%; background: var(--primary); color: var(--on-primary);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lift);
}
.doc-preview-lock .lock-icon svg { width: 20px; height: 20px; }
.doc-preview-lock p { font-size: .84rem; color: var(--ink-mute); }
.doc-preview-hint {
  position: absolute; top: 1rem; right: 1rem; z-index: 3;
  font-size: .76rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  color: var(--secondary); background: rgba(94,116,133,0.1); padding: .4rem .8rem; border-radius: 999px;
  display: flex; align-items: center; gap: .4rem; pointer-events: none;
}
.doc-preview-hint svg { width: 14px; height: 14px; }
@media (hover: none) { .doc-preview-hint span.hint-hover { display: none; } }
@media (hover: hover) { .doc-preview-hint span.hint-touch { display: none; } }

/* Pricing tables */
.table-scroll { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line-soft); }
.pricing-table { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--bg-alt); }
.pricing-table caption { display: none; }
.pricing-table th, .pricing-table td { padding: .95rem 1.3rem; text-align: left; font-size: .92rem; }
.pricing-table thead th {
  background: var(--primary); color: var(--on-primary);
  font-family: var(--font-body); font-weight: 600; font-size: .82rem;
  letter-spacing: .04em; text-transform: uppercase;
}
.pricing-table thead th:first-child { border-top-left-radius: var(--radius-lg); }
.pricing-table thead th:last-child { border-top-right-radius: var(--radius-lg); }
.pricing-table tbody tr { border-bottom: 1px solid var(--line-soft); transition: background .2s var(--ease-out); }
.pricing-table tbody tr:last-child { border-bottom: 0; }
.pricing-table tbody tr:hover { background: rgba(94,116,133,0.06); }
.pricing-table td:first-child { font-weight: 600; color: var(--primary); }
.pricing-table .complejidad {
  display: inline-block; font-size: .8rem; font-weight: 600; padding: .2rem .6rem;
  border-radius: 999px; background: rgba(94,116,133,0.12); color: var(--secondary);
}
.pricing-table .price-cell { font-weight: 700; color: var(--primary); white-space: nowrap; text-align: right; }
.pricing-table th.price-col, .pricing-table td.price-cell { text-align: right; }
.pricing-note { font-size: .88rem; color: var(--ink-mute); margin-top: .8rem; }

/* Testimonial */
.testimonial {
  background: var(--bg-alt); border-radius: var(--radius-lg);
  padding: 1.8rem; border: 1px solid var(--line-soft);
}
.testimonial .stars { display: flex; gap: .2rem; color: var(--warm-dk); margin-bottom: .8rem; }
.testimonial .stars svg { width: 16px; height: 16px; }
.testimonial blockquote { font-family: var(--font-display); font-size: 1.15rem; font-style: italic; color: var(--primary); margin-bottom: 1rem; }
.testimonial-meta { display: flex; align-items: center; gap: .8rem; }
.testimonial-avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--warm);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; color: var(--primary);
}
.testimonial-name { font-weight: 600; font-size: .92rem; }
.testimonial-case { font-size: .85rem; color: var(--ink-mute); }
.testimonial-amount { margin-left: auto; font-weight: 700; color: var(--success); font-size: .92rem; text-align: right; }

/* Blog card */
.post-card { display: flex; flex-direction: column; }
.post-thumb {
  aspect-ratio: 16/10; border-radius: var(--radius-md); margin-bottom: 1.2rem;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  position: relative; overflow: hidden;
}
.post-thumb svg { position: absolute; inset: 0; margin: auto; width: 40%; height: 40%; color: rgba(246,244,241,0.35); }
.post-cat { font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--secondary); margin-bottom: .5rem; }
.post-card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.post-card p { color: var(--ink-mute); font-size: .95rem; flex: 1; }
.post-date { font-size: .84rem; color: var(--ink-mute); margin-top: .9rem; }

/* Document / product card */
.doc-card { display: flex; flex-direction: column; }
.doc-price { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--primary); margin: .8rem 0; }
.doc-card ul { display: grid; gap: .4rem; margin: .8rem 0 1.2rem; }
.doc-card ul li { font-size: .92rem; color: var(--ink-mute); display: flex; gap: .5rem; }
.doc-card ul li::before { content: "—"; color: var(--secondary); }

/* Accordion (FAQ / legal TOC) */
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1.3rem 0; text-align: left; font-family: var(--font-display);
  font-size: 1.15rem; color: var(--primary); font-weight: 600;
}
.accordion-trigger svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s var(--ease-out); }
.accordion-item.is-open .accordion-trigger svg { transform: rotate(45deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease-out); }
.accordion-panel-inner { padding-bottom: 1.3rem; color: var(--ink-mute); font-size: .95rem; line-height: 1.7; }

/* Legal doc content */
.legal-banner {
  display: flex; gap: .9rem; align-items: flex-start;
  background: rgba(166,75,62,0.08); border: 1px solid rgba(166,75,62,0.25);
  border-radius: var(--radius-md); padding: 1.1rem 1.3rem; margin-bottom: 2.5rem;
  color: var(--error); font-size: .9rem; line-height: 1.6;
}
.legal-banner svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: .1rem; }
.legal-content { max-width: 760px; }
.legal-content h2 { font-size: 1.5rem; margin-top: 2.4rem; margin-bottom: .9rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.15rem; color: var(--ink); margin-top: 1.6rem; margin-bottom: .6rem; }
.legal-content p { margin-bottom: 1rem; color: var(--ink-mute); }
.legal-content ul { margin: 0 0 1rem; display: grid; gap: .5rem; }
.legal-content ul li { color: var(--ink-mute); padding-left: 1.3rem; position: relative; }
.legal-content ul li::before { content: "•"; color: var(--secondary); position: absolute; left: 0; }
.legal-content strong { color: var(--ink); }
.legal-updated { font-size: .88rem; color: var(--ink-mute); margin-bottom: 2rem; }

/* Trust strip — franja de color para dar contraste bajo el hero */
.trust-band { background: var(--primary); }
.trust-strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
  text-align: center;
}
.trust-item .trust-num {
  font-family: var(--font-body); font-size: clamp(1.9rem, 3.6vw, 2.5rem);
  font-weight: 700; letter-spacing: .02em; color: var(--warm);
}
.trust-item .trust-label { font-size: .88rem; color: rgba(246,244,241,0.92); letter-spacing: .02em; }
@media (min-width: 720px) { .trust-strip { grid-template-columns: repeat(4, 1fr); } }

/* =============================================================
   7. Sections
   ============================================================= */

/* Hero */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(3rem, 9vw, 6rem) clamp(3.5rem, 8vw, 6rem);
  background: linear-gradient(180deg, #EEE9E1 0%, var(--bg) 55%);
}
.hero-shape {
  position: absolute; z-index: 0; pointer-events: none;
  transition: transform .5s var(--ease-out);
}
.hero-shape.one {
  top: -12%; right: -12%; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(94,116,133,0.22) 0%, transparent 68%);
  border-radius: 50%;
}
.hero-shape.two {
  bottom: -16%; left: -10%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(217,207,196,0.65) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; gap: 2.5rem; align-items: center;
}
.hero-title { margin-bottom: 1.1rem; }
.hero-title em { color: var(--secondary); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.hero-meta { display: flex; align-items: center; gap: .7rem; margin-top: 2rem; font-size: .85rem; color: var(--ink-mute); }
.hero-meta svg { width: 18px; height: 18px; color: var(--success); flex-shrink: 0; }
.hero-meta span { min-width: 0; }
.hero-visual {
  position: relative; aspect-ratio: 1/1; max-width: 440px; margin-inline: auto;
}
.hero-visual-glow {
  position: absolute; inset: -10%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 62% 38%, rgba(217,207,196,0.6), transparent 65%);
}
.hero-visual .emblem { position: relative; z-index: 1; }
.hero-visual-chip {
  position: absolute; left: -4%; bottom: 4%; z-index: 2;
  display: flex; align-items: center; gap: .6rem;
  background: var(--bg-alt); border: 1px solid var(--line-soft); border-radius: 999px;
  padding: .7rem 1.2rem .7rem .9rem; box-shadow: var(--shadow-lift);
  font-size: .84rem; color: var(--ink-mute); max-width: 240px;
}
.hero-visual-chip strong {
  font-family: var(--font-display); font-size: 1.35rem; color: var(--primary); line-height: 1;
}
@media (max-width: 720px) { .hero-visual-chip { left: 0; } }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.15fr 0.85fr; } }

/* Emblem / seal graphic used across pages instead of photography */
.emblem {
  width: 100%; height: 100%; display: block;
}

/* Page header (interior pages) */
.page-header {
  padding-block: clamp(2.8rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem);
  background: var(--bg);
  border-bottom: 1px solid var(--line-soft);
}
.breadcrumb { font-size: .82rem; color: var(--ink-mute); margin-bottom: 1rem; }
.breadcrumb a { color: var(--secondary); }
.page-header h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); margin-bottom: .8rem; }
.page-header .lede { max-width: 620px; }

/* Service block */
.service-block {
  display: grid; gap: 2rem; padding-block: 2.5rem; border-top: 1px solid var(--line);
}
.service-block:last-child { border-bottom: 1px solid var(--line); }
.service-num { font-family: var(--font-display); font-size: 1.1rem; color: var(--secondary); font-weight: 700; margin-bottom: .5rem; }
.service-block h3 { font-size: 1.7rem; margin-bottom: .7rem; }
.service-cat-title {
  font-size: clamp(1.9rem, 3.4vw, 2.5rem); color: var(--secondary);
  margin-bottom: .6rem; letter-spacing: -.01em;
}
.service-block > p { color: var(--ink-mute); margin-bottom: 1.2rem; max-width: 560px; }
.service-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.4rem; }
.service-tags span {
  font-size: .82rem; padding: .4rem .9rem; border-radius: 999px;
  background: rgba(52,73,94,0.06); color: var(--primary); border: 1px solid var(--line-soft);
}
.service-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
@media (min-width: 960px) { .service-block { grid-template-columns: 90px 1fr; } }

/* CTA band */
.cta-band {
  border-radius: var(--radius-lg);
  padding: clamp(2.2rem, 5vw, 3.5rem);
  text-align: center;
}
.cta-band h2 { margin-bottom: .8rem; }
.cta-band p { max-width: 520px; margin: 0 auto 1.6rem; }
.cta-band .btn { margin-top: 1.6rem; }

/* Newsletter block */
.newsletter-box {
  display: grid; gap: 2rem; align-items: center;
  background: var(--primary); color: var(--on-primary);
  border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3.2rem);
}
.newsletter-box h2 { color: var(--on-primary); }
.newsletter-box p { color: rgba(246,244,241,0.88); }
.newsletter-form { display: flex; flex-direction: column; gap: .8rem; }
.newsletter-form .row { display: flex; gap: .6rem; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
  flex: 1; min-width: 200px; padding: .9rem 1.1rem; border-radius: var(--radius-sm);
  border: 1.5px solid rgba(246,244,241,0.3); background: rgba(246,244,241,0.08); color: var(--on-primary);
}
.newsletter-form input::placeholder { color: rgba(246,244,241,0.55); }
.newsletter-form .field-check { color: rgba(246,244,241,0.85); }
.newsletter-form .field-check a { color: var(--warm); }
@media (min-width: 960px) { .newsletter-box { grid-template-columns: 1fr 1fr; } }

/* =============================================================
   8. Footer
   ============================================================= */
.site-footer { background: var(--primary); color: rgba(246,244,241,0.94); padding-block: 4rem 2rem; }
.footer-grid { display: grid; gap: 2.4rem; }
.footer-brand .brand { color: var(--on-primary); }
.footer-brand .brand .brand-mark { color: var(--warm); }
.footer-brand p { margin-top: 1rem; font-size: .98rem; color: rgba(246,244,241,0.8); max-width: 280px; }
.footer-col h4 { font-family: var(--font-body); font-size: .88rem; letter-spacing: .07em; text-transform: uppercase; color: var(--warm); margin-bottom: 1.2rem; font-weight: 700; }
.footer-col ul { display: grid; gap: .8rem; }
.footer-col a { font-size: .98rem; color: rgba(246,244,241,0.92); transition: color .2s; }
.footer-col a:hover { color: var(--on-primary); }
.footer-social-label { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(246,244,241,0.75); margin-top: 1.6rem; margin-bottom: .7rem; }
.footer-social { display: flex; gap: .8rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(246,244,241,0.25);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s, transform .2s var(--ease-out);
}
.footer-social svg { width: 17px; height: 17px; }
.footer-social a:hover { background: rgba(246,244,241,0.12); border-color: rgba(246,244,241,0.5); transform: translateY(-2px); }
.footer-bottom {
  margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(246,244,241,0.15);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
  font-size: .86rem; color: rgba(246,244,241,0.78);
}
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-bottom-links a { color: rgba(246,244,241,0.78); }
.footer-bottom-links a:hover { color: var(--on-primary); }
.footer-bottom button#reopen-cookies { color: rgba(246,244,241,0.78); text-decoration: underline; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); } }

/* =============================================================
   9. Cookie banner & panel
   ============================================================= */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 300;
  max-width: 560px; margin-inline: auto;
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: 0 20px 50px rgba(43,43,43,0.18);
  transform: translateY(140%); transition: transform .4s var(--ease-out);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner p { font-size: .88rem; color: var(--ink-mute); margin-bottom: 1.1rem; }
.cookie-banner p a { color: var(--secondary); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.cookie-modal {
  position: fixed; inset: 0; z-index: 400; display: none;
  align-items: center; justify-content: center; padding: 1.5rem;
  background: rgba(43,43,43,0.5);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal-panel {
  background: var(--bg-alt); border-radius: var(--radius-lg); max-width: 560px; width: 100%;
  max-height: 85vh; overflow-y: auto; padding: 2rem;
}
.cookie-modal-panel h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.cookie-modal-panel > p { color: var(--ink-mute); font-size: .92rem; margin-bottom: 1.4rem; }
.cookie-cat { padding: 1rem 0; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.cookie-cat h4 { font-size: .96rem; color: var(--primary); margin-bottom: .3rem; }
.cookie-cat p { font-size: .82rem; color: var(--ink-mute); }
.switch { position: relative; width: 44px; height: 25px; flex-shrink: 0; }
.switch input { position: absolute; opacity: 0; }
.switch .track {
  position: absolute; inset: 0; background: var(--line); border-radius: 999px; transition: background .2s;
}
.switch .track::after {
  content: ""; position: absolute; top: 2.5px; left: 2.5px; width: 20px; height: 20px;
  background: #fff; border-radius: 50%; transition: transform .2s;
}
.switch input:checked + .track { background: var(--primary); }
.switch input:checked + .track::after { transform: translateX(19px); }
.switch input:disabled + .track { background: var(--secondary); opacity: .6; }
.cookie-modal-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }

/* =============================================================
   9a2. WhatsApp — botón flotante de acceso directo
   ============================================================= */
.whatsapp-fab {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,0.45);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 28px rgba(37,211,102,0.55); }
.whatsapp-fab svg { width: 28px; height: 28px; }
@media (max-width: 720px) { .whatsapp-fab { right: 1rem; bottom: 1rem; width: 50px; height: 50px; } .whatsapp-fab svg { width: 25px; height: 25px; } }

/* =============================================================
   9b. Nav dropdown (desktop hover sub-menu)
   ============================================================= */
.nav-item { position: relative; }
.nav-item > a { display: inline-flex; align-items: center; gap: .3rem; }
.nav-item .nav-caret { width: 10px; height: 10px; flex-shrink: 0; transition: transform .2s var(--ease-out); }
.nav-item:hover .nav-caret, .nav-item:focus-within .nav-caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 250px; background: var(--bg-alt); border: 1px solid var(--line-soft);
  border-radius: var(--radius-md); box-shadow: var(--shadow-lift); padding: .5rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility .2s;
  z-index: 50;
}
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: block; padding: .65rem .85rem; border-radius: var(--radius-sm);
  font-size: .9rem; font-weight: 500; color: var(--ink);
}
.nav-dropdown a::after { content: none; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: rgba(94,116,133,0.1); color: var(--primary); }
.mobile-nav .sub-links { display: grid; gap: .2rem; margin: -.3rem 0 .8rem; padding-left: .9rem; }
.mobile-nav .sub-links a { font-family: var(--font-body); font-size: 1rem; padding: .55rem 0; border-bottom: 0; color: var(--ink-mute); }

/* =============================================================
   9c. Back navigation
   ============================================================= */
.back-btn {
  display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.1rem;
  font-size: .88rem; font-weight: 600; color: var(--secondary);
}
.back-btn svg { width: 16px; height: 16px; transition: transform .2s var(--ease-out); }
.back-btn:hover { color: var(--primary); }
.back-btn:hover svg { transform: translateX(-3px); }

/* =============================================================
   9d. Tooltip (clarifying notes, e.g. "Cómo funciona")
   ============================================================= */
.tooltip { position: relative; display: inline-flex; align-items: center; gap: .25rem; border-bottom: 1px dotted var(--secondary); cursor: help; }
.tooltip .tooltip-icon { width: 15px; height: 15px; color: var(--secondary); flex-shrink: 0; }
.tooltip .tooltip-bubble {
  position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(4px);
  width: min(280px, 80vw); background: var(--primary); color: var(--on-primary);
  font-size: .82rem; line-height: 1.55; font-weight: 400; text-align: left;
  padding: .8rem 1rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-lift);
  opacity: 0; pointer-events: none; transition: opacity .2s var(--ease-out), transform .2s var(--ease-out);
  z-index: 30;
}
.tooltip .tooltip-bubble::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--primary);
}
.tooltip:hover .tooltip-bubble, .tooltip:focus .tooltip-bubble, .tooltip:focus-within .tooltip-bubble {
  opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0);
}

/* =============================================================
   9e. Site modal — reused for the entry popup and the form-submit
   confirmation ("te contactaremos en menos de 24h")
   ============================================================= */
.site-modal {
  position: fixed; inset: 0; z-index: 500; display: none;
  align-items: center; justify-content: center; padding: 1.5rem;
  background: rgba(32,31,31,0.55);
}
.site-modal.is-open { display: flex; }
.site-modal-panel {
  position: relative; background: var(--bg-alt); border-radius: var(--radius-lg);
  max-width: 460px; width: 100%; padding: clamp(1.8rem, 4vw, 2.6rem);
  box-shadow: var(--shadow-lift); text-align: center;
  transform: translateY(10px) scale(.98); opacity: 0;
  transition: transform .3s var(--ease-out), opacity .3s var(--ease-out);
}
.site-modal.is-open .site-modal-panel { transform: translateY(0) scale(1); opacity: 1; }
.site-modal-close {
  position: absolute; top: .9rem; right: .9rem; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--ink-mute);
}
.site-modal-close:hover { background: rgba(94,116,133,0.1); color: var(--ink); }
.site-modal-close svg { width: 18px; height: 18px; }
.site-modal-icon {
  width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 1.1rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(52,73,94,0.1); color: var(--primary);
}
.site-modal-icon svg { width: 26px; height: 26px; }
.site-modal-panel.is-success .site-modal-icon { background: rgba(79,122,91,0.12); color: var(--success); }
.site-modal-panel h3 { font-size: 1.35rem; margin-bottom: .6rem; }
.site-modal-panel > p { color: var(--ink-mute); font-size: .95rem; margin-bottom: 1.4rem; }
.site-modal-social { display: flex; justify-content: center; gap: .7rem; margin-top: 1.3rem; }
.site-modal-social a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--primary);
  transition: background .2s, transform .2s var(--ease-out);
}
.site-modal-social a:hover { background: rgba(94,116,133,0.08); transform: translateY(-2px); }
.site-modal-social svg { width: 18px; height: 18px; }
.site-modal .newsletter-form { text-align: left; margin-top: 1.2rem; }
.site-modal .newsletter-form input[type="email"] { background: var(--bg-alt); border-color: var(--line); color: var(--ink); }
.site-modal .newsletter-form input::placeholder { color: var(--ink-mute); }
.site-modal .newsletter-form .field-check { color: var(--ink-mute); }
.site-modal .newsletter-form .field-check a { color: var(--secondary); }

/* =============================================================
   9f. Review / testimonial star rating (submission + display)
   ============================================================= */
.star-rating {
  display: inline-flex; flex-direction: row-reverse; gap: .25rem; justify-content: flex-end;
}
.star-rating input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.star-rating label {
  width: 28px; height: 28px; color: var(--line); cursor: pointer; transition: color .15s var(--ease-out);
}
.star-rating label svg { width: 100%; height: 100%; }
.star-rating label:hover, .star-rating label:hover ~ label,
.star-rating input:checked ~ label { color: var(--warm-dk); }
.star-rating input:focus-visible + label { outline: 2px solid var(--secondary); outline-offset: 2px; border-radius: 4px; }

/* =============================================================
   9g. Compact CTA band (less whitespace variant) */
.cta-band.is-compact { padding: clamp(1.5rem, 3vw, 2rem) clamp(2rem, 5vw, 3.2rem); }
.cta-band.is-compact p { margin-bottom: 1rem; }
.cta-band.is-compact .btn { margin-top: 1rem; }

/* =============================================================
   10. Effects — reveal on scroll
   ============================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }

/* =============================================================
   11. Responsive helpers
   ============================================================= */
@media (min-width: 720px) {
  .container { padding-inline: 2rem; }
}
@media (min-width: 1280px) {
  .container { padding-inline: 2.5rem; }
}
@media (max-width: 719px) {
  /* La base de 106.25% pensada para escritorio resulta demasiado grande en
     móvil una vez multiplicada por todos los tamaños en rem del sitio. */
  html { font-size: 87.5%; }
}

/* =============================================================
   12. Reduced motion — only intrusive effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-shape { animation: none; }
}
