/* ==========================================================================
   Trexnology v5 — graphite + amber "terminal" identity
   Fonts: Unbounded (titulares) · Figtree (texto) · JetBrains Mono (datos)
   ========================================================================== */

:root {
  --bg: #0A0E14;
  --bg-2: #0E131B;
  --panel: #121923;
  --panel-2: #161E2A;
  --line: #1F2938;
  --line-2: #2A3646;
  --text: #E8ECF1;
  --muted: #9AA5B4;
  --dim: #6B7684;
  --amber: #F5A623;
  --amber-2: #FFC55C;
  --amber-ink: #1A1206;
  --live: #3DDC97;

  --font-display: "Unbounded", "Figtree", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
  --r-sm: 6px;
  --r: 12px;
  --r-lg: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* engineering grid + faint grain */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 75%);
}

a { color: var(--amber-2); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
ul, ol { padding: 0; margin: 0; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 4.6vw, 52px); line-height: 1.12; font-weight: 700; }
h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.2; font-weight: 600; }
h3 { font-size: 19px; line-height: 1.3; font-weight: 600; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 680px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-intro { color: var(--muted); font-size: 18px; margin-top: 14px; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--amber);
  margin: 0 0 12px;
  letter-spacing: .02em;
}
.note { color: var(--dim); font-size: 14px; margin-top: 20px; }

:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--amber); color: var(--amber-ink); padding: 8px 12px; border-radius: var(--r-sm);
}
.skip:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px;
  border-radius: var(--r-sm);
  font-weight: 600; font-size: 16px;
  border: 1px solid var(--line-2);
  color: var(--text);
  background: transparent;
  transition: background .15s, border-color .15s, color .15s;
}
.btn:hover { text-decoration: none; border-color: var(--amber); }
.btn-primary { background: var(--amber); color: var(--amber-ink); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-2); border-color: var(--amber-2); }
.btn-ghost { color: var(--text); }
.btn-sm { padding: 9px 16px; font-size: 15px; }

/* ---------- Header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,14,20,.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.site-head.scrolled { border-bottom-color: var(--line); }
.head-row { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--text);
}
.brand:hover { text-decoration: none; }
.brand-mark { width: 30px; height: 30px; color: var(--text); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--muted); font-weight: 500; font-size: 15px; }
.site-nav a:hover { color: var(--text); text-decoration: none; }
.site-nav .btn { color: var(--text); }
.menu-btn {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  background: transparent; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--text); transition: transform .2s, opacity .2s; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 0; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center;
}
.hero-copy .lead { color: var(--muted); font-size: 19px; margin: 22px 0 30px; max-width: 560px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-fig { margin: 0; }
.nodemap { width: 100%; height: auto; }
.nodemap text { font-family: var(--font-mono); fill: var(--muted); }
.nodemap .t-hub { font-size: 12px; fill: var(--amber); letter-spacing: .16em; font-weight: 500; }
.nodemap .t-lab { font-size: 11px; fill: var(--text); letter-spacing: .1em; font-weight: 500; }
.nodemap .t-sub { font-size: 10.5px; fill: var(--dim); }
.nodemap .t-ico { font-size: 15px; fill: var(--amber); font-weight: 500; }
.nodemap .t-foot { font-size: 10px; fill: var(--dim); letter-spacing: .12em; }
.nodemap .node circle { fill: var(--panel); stroke: var(--line-2); stroke-width: 1.5; transition: stroke .15s, fill .15s; }
.nodemap .node:hover circle, .nodemap .node:focus-visible circle { stroke: var(--amber); fill: var(--panel-2); }
.nodemap .node:hover .t-lab { fill: var(--amber-2); }
.nodemap .node:focus-visible { outline: none; }
.nodemap .scan { transform-origin: 260px 220px; animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.status-bar {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 10px 32px;
  margin-top: clamp(36px, 5vw, 56px);
  padding: 14px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 13px; color: var(--muted);
}
.status-bar li { display: inline-flex; align-items: center; gap: 9px; }
.status-bar a { color: var(--text); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); display: inline-block; }
.dot-live { background: var(--live); box-shadow: 0 0 0 3px rgba(61,220,151,.18); }

/* ---------- Servicios ---------- */
.svc-groups { display: grid; gap: clamp(36px, 5vw, 56px); }
.svc-group-head { margin-bottom: 18px; }
.svc-group-head h3 { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.svc-group-head p { color: var(--dim); font-size: 15px; margin-top: 4px; }
.svc-row { display: grid; gap: 18px; }
.svc-row.cols-3 { grid-template-columns: repeat(3, 1fr); }
.svc-row.cols-2 { grid-template-columns: repeat(2, 1fr); }
.svc-row.cols-1 { grid-template-columns: 1fr; }
/* Tarjeta a ancho completo: la lista en dos columnas para que no quede vacía. */
.svc-wide ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.svc {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 26px 22px;
  display: flex; flex-direction: column;
  scroll-margin-top: 90px;
}
.svc p { color: var(--muted); font-size: 16px; }
.svc ul { list-style: none; margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line-2); }
.svc li { position: relative; padding-left: 18px; font-size: 15px; color: var(--text); margin: 6px 0; }
.svc li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 2px; background: var(--amber); }
.svc-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.svc-price { font-family: var(--font-mono); font-size: 13px; color: var(--amber); white-space: nowrap; }
.svc-price-col { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.svc-price-note { font-family: var(--font-mono); font-size: 11.5px; color: var(--dim); white-space: nowrap; }
.svc-featured { border-color: var(--amber); background: linear-gradient(180deg, rgba(245,166,35,.08), rgba(245,166,35,0) 60%), var(--panel); }
.svc-featured { position: relative; }
.svc-featured::before {
  content: "Nuevo";
  position: absolute; top: -11px; left: 22px;
  font-family: var(--font-mono); font-size: 11px; color: var(--amber-ink);
  background: var(--amber); padding: 2px 9px; border-radius: 3px;
}

/* ---------- Precios ---------- */
.packs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 18px; }
.pack { background: var(--panel-2); }
.pack-top { margin-bottom: 14px; }
.pack-price { font-family: var(--font-mono); font-size: 26px; color: var(--amber); margin-top: 10px; }
.pack-per { font-family: var(--font-mono); font-size: 13px; color: var(--dim); margin-top: 2px; }
.pack > p { color: var(--muted); font-size: 16px; }
.pack-cta { margin-top: auto; align-self: flex-start; }
/* El distintivo de .svc-featured dice "Nuevo"; en los packs, otra etiqueta. */
.pack-featured::before { content: "El más elegido"; }
.pack-addon {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 22px; color: var(--muted); font-size: 15.5px; margin: 0 0 28px;
}
.price-sub {
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 12px;
}
.price-table { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--panel); }
.pr-head, .pr-row {
  /* minmax(0,…) y no "1fr" a secas: cada fila es su propia rejilla y, con el mínimo
     automático, una celda larga ensancha su columna y desalinea esa fila del resto. */
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, .7fr) minmax(0, 2.1fr);
  gap: 18px; padding: 16px 22px; align-items: baseline;
}
.pr-head { background: var(--panel-2); font-family: var(--font-mono); font-size: 12.5px; color: var(--dim); }
.pr-row { border-top: 1px solid var(--line); font-size: 15.5px; }
.pr-row span:last-child { color: var(--muted); }
.pr-name { font-weight: 600; }
.pr-num { font-family: var(--font-mono); font-size: 14px; color: var(--amber-2); white-space: nowrap; }
/* Ojo: no llamar "wrap" a esta clase — .wrap es el contenedor del sitio y la celda hereda su ancho. */
.pr-num.pr-num-multi { white-space: normal; }
.price-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.price-foot p { color: var(--muted); margin: 0; max-width: 620px; }

/* ---------- Clientes ---------- */
.case {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(20px, 3vw, 36px);
}
.browser { border: 1px solid var(--line-2); border-radius: 10px; overflow: hidden; background: #0C1118; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: var(--panel-2); border-bottom: 1px solid var(--line-2); }
.browser-bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.browser-bar em { margin-left: 10px; font-style: normal; font-family: var(--font-mono); font-size: 11px; color: var(--dim); }
.browser-body { padding: 16px; }
.mock-nav { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.mock-nav i { width: 34px; height: 6px; border-radius: 3px; background: var(--line-2); }
.mock-nav b { margin-left: auto; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; color: var(--amber-ink); background: var(--amber); padding: 4px 8px; border-radius: 3px; }
.mock-hero { margin-bottom: 18px; }
.mock-h { width: 62%; height: 14px; border-radius: 4px; background: var(--text); opacity: .85; margin-bottom: 10px; }
.mock-l { width: 88%; height: 6px; border-radius: 3px; background: var(--line-2); margin-bottom: 6px; }
.mock-l.short { width: 60%; }
.mock-btns { display: flex; gap: 8px; margin-top: 12px; }
.mock-btns span { width: 64px; height: 18px; border-radius: 4px; background: var(--amber); }
.mock-btns .wa { background: #25D366; width: 52px; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-cards i { height: 44px; border-radius: 6px; background: var(--panel-2); border: 1px solid var(--line-2); }
.case-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.case-body p { color: var(--muted); font-size: 16px; }
.tag { font-family: var(--font-mono); font-size: 11.5px; color: var(--amber); border: 1px solid var(--amber); padding: 2px 8px; border-radius: 3px; }
.case-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0; padding-top: 16px; border-top: 1px dashed var(--line-2); }
.case-meta dt { font-family: var(--font-mono); font-size: 11.5px; color: var(--dim); }
.case-meta dd { margin: 3px 0 0; font-size: 14.5px; }
.link { font-weight: 600; }
.case-cta { margin-top: 24px; color: var(--muted); }

/* ---------- Cómo trabajamos ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.steps li { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.steps h3 { font-size: 17px; margin: 12px 0 8px; }
.steps p { color: var(--muted); font-size: 15px; margin: 0; }
.step-n {
  display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  font-family: var(--font-mono); font-size: 13px; color: var(--amber-ink); background: var(--amber);
}
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 48px; margin-top: clamp(40px, 6vw, 72px); }
.principles h3 { font-size: 17px; margin-bottom: 8px; padding-left: 16px; border-left: 2px solid var(--amber); }
.principles p { color: var(--muted); font-size: 15.5px; margin: 0; padding-left: 18px; }

/* ---------- La empresa ---------- */
.company { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.company-copy h2 { margin-bottom: 18px; }
.company-copy p { color: var(--muted); }
.card-sheet {
  margin: 0; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
}
.card-sheet > div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 13px 18px; border-top: 1px solid var(--line); font-size: 15px; }
.card-sheet > div:first-child { border-top: 0; }
.card-sheet dt { font-family: var(--font-mono); font-size: 12px; color: var(--dim); padding-top: 3px; }
.card-sheet dd { margin: 0; }

/* ---------- Contacto ---------- */
.section-contact { background: var(--bg-2); border-top: 1px solid var(--line); }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact-list { list-style: none; margin-top: 24px; display: grid; gap: 12px; }
.contact-list li { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; }
.contact-list span { font-family: var(--font-mono); font-size: 12.5px; color: var(--dim); }
.contact-list a { font-size: 18px; font-weight: 600; color: var(--text); }
.proposal {
  background: var(--panel); border: 1px solid var(--amber); border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.proposal h3 { font-size: 20px; }
.proposal p { color: var(--muted); margin: 0 0 8px; }
.proposal .btn { width: 100%; }

/* ---------- Footer ---------- */
.site-foot { border-top: 1px solid var(--line); padding: 28px 0; font-size: 14px; color: var(--dim); }
.foot-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; }
.foot-row p { margin: 0; }
.foot-row nav { display: flex; flex-wrap: wrap; gap: 18px; }
.foot-row nav a { color: var(--muted); }

.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 40;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { text-decoration: none; transform: translateY(-2px); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .svc-row.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero-grid, .case, .company, .contact { grid-template-columns: 1fr; }
  .hero-fig { max-width: 520px; margin-inline: auto; }
  .packs { grid-template-columns: 1fr; }
  .pr-head { display: none; }
  .pr-row { grid-template-columns: 1fr 1fr; gap: 6px 16px; }
  .pr-row .pr-name { grid-column: 1 / -1; }
  .pr-row span:last-child { grid-column: 1 / -1; font-size: 14.5px; }
  .pr-row .pr-num { white-space: normal; display: flex; flex-direction: column; gap: 2px; }
  .pr-row .pr-num::before { content: attr(data-l); color: var(--dim); font-size: 11.5px; }

  .menu-btn { display: flex; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 68px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px var(--gutter); border-top: 1px solid var(--line); font-size: 16px; }
  .site-nav .btn { margin: 14px var(--gutter); border-radius: var(--r-sm); text-align: center; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .svc-top { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nodemap .t-lab { font-size: 12.5px; }
  .nodemap .t-sub { font-size: 11.5px; }
  .nodemap .t-hub { font-size: 13px; }
  .svc-row.cols-3, .svc-row.cols-2, .svc-wide ul, .steps, .principles, .case-meta { grid-template-columns: 1fr; }
  .svc-price-col { align-items: flex-start; }
  .card-sheet > div { grid-template-columns: 1fr; gap: 2px; }
  .contact-list li { grid-template-columns: 1fr; }
  .wa-float { width: 50px; height: 50px; right: 14px; bottom: 14px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nodemap .scan { animation: none; }
  .nodemap .pulses { display: none; }
  .btn, .wa-float, .menu-btn span { transition: none; }
}

/* ==========================================================================
   v5.1 — movimiento y detalles. AÑADIR AL FINAL de styles.css.
   Todo respeta prefers-reduced-motion. Sin JS, nada queda oculto.
   ========================================================================== */

/* ---------- Aparición al hacer scroll (solo con JS: html.js) ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Relieve al pasar el ratón ---------- */
.svc, .pack, .steps li, .case, .proposal {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
@media (hover: hover) {
  .svc:hover, .pack:hover, .steps li:hover, .case:hover {
    transform: translateY(-3px);
    border-color: var(--amber);
    box-shadow: 0 14px 34px rgba(0,0,0,.35), 0 0 0 1px rgba(245,166,35,.15);
  }
}

/* ---------- Mapa de nodos <-> tarjetas ---------- */
.nodemap .node.is-hot circle { stroke: var(--amber); fill: var(--panel-2); }
.nodemap .node.is-hot .t-lab { fill: var(--amber-2); }
.svc.is-hot { border-color: var(--amber); }

/* ---------- Eyebrow del hero con cursor ---------- */
.hero .eyebrow.typing::after {
  content: "";
  display: inline-block; width: .55em; height: 1.05em; margin-left: 3px;
  background: var(--amber); vertical-align: -.15em;
  animation: caret 1s steps(1) infinite;
}
.hero .eyebrow.typing.typed::after { animation: caret-out .6s forwards; }
@keyframes caret { 50% { opacity: 0; } }
@keyframes caret-out { to { opacity: 0; } }

/* ---------- Halo del hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-glow {
  position: absolute; left: 0; top: 0; width: 520px; height: 520px; margin: -260px 0 0 -260px;
  border-radius: 50%; pointer-events: none; opacity: 0;
  background: radial-gradient(circle, rgba(245,166,35,.16) 0%, rgba(245,166,35,.06) 35%, transparent 65%);
  transition: opacity .4s; will-change: transform; z-index: 0;
}
.hero-glow.on { opacity: 1; }
.hero .wrap { position: relative; z-index: 1; }

/* ---------- Botones de pack: enlace secundario debajo ---------- */
.pack-alt { display: block; margin-top: 8px; font-size: 13.5px; color: var(--dim); text-align: center; }
.pack-alt a { color: var(--muted); }

/* ---------- Preguntas frecuentes ---------- */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 0 20px; }
.faq details[open] { border-color: var(--line-2); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-mono); color: var(--amber); font-size: 20px; line-height: 1;
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--muted); margin: 0 0 16px; }

/* ---------- Reducir movimiento ---------- */
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .svc, .pack, .steps li, .case, .proposal { transition: none; }
  .svc:hover, .pack:hover, .steps li:hover, .case:hover { transform: none; }
  .hero-glow { display: none; }
}

/* ---------- Trabajos: las tarjetas .case, una debajo de otra ---------- */
.cases { display: grid; gap: 24px; }
