/* ============================================================
   DGN GROUP · dgn.css — hoja limpia v6 (light, sin peso muerto)
   Reemplaza a dgn_group.css en las páginas v6. Una regla por cosa.
   Paleta: crema cálida + tinta marrón + acento malbec. Sin 乾.
   ============================================================ */

/* ---- Reset + tokens ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f7efdd;          /* crema cálida */
  --s1: #ece0c6;          /* papel 2 / secciones alternas */
  --bg-card: #fdf7ea;     /* tarjetas */
  --text: #5d524b;        /* tinta marrón — 6.6:1 */
  --muted: #6e635a;       /* tinta secundaria — 5.1:1 */
  --line: rgba(93, 82, 75, 0.16);
  --b: #7a2548;           /* acento malbec — 8.4:1 */
  --b2: #9c3d6b;          /* violeta-vino (degradés) */
  --g: #0a7a4f;           /* verde resultado — 4.7:1 */
  --gold: #846a1e;        /* oro — 4.5:1 */
  --body-p: rgba(93, 82, 75, 0.9);
  --glow-b: rgba(201, 168, 76, 0.14);
  --b-rgb: 122, 37, 72;
  --g-rgb: 10, 122, 79;
  --gold-rgb: 132, 106, 30;
  --ink-rgb: 93, 82, 75;
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --nav-h: 4rem;
}

@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(var(--gold-rgb), 0.10), transparent 60%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(var(--b-rgb), 0.06), transparent 55%),
    var(--bg);
}

/* Barra de acento superior (hilo de marca) */
body::before {
  content: ""; position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 900;
  background: linear-gradient(90deg, var(--b) 0%, var(--gold) 50%, var(--g) 100%);
}

a { cursor: pointer; }

/* ---- Nav principal ---- */
#mainNav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem clamp(1.25rem, 4vw, 3rem);
  background: rgba(247, 239, 221, 0.92);
  border-bottom: 1px solid var(--line);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.n-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.n-logo-img { height: 2.75rem; width: auto; display: block; }
.n-links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.n-link {
  font-family: "Roboto Condensed", sans-serif; font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
  text-decoration: none; transition: color 0.2s;
}
.n-link:hover { color: var(--text); }
.n-link.active { color: var(--b); }
.n-cta {
  font-family: "Roboto Condensed", sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--text);
  text-decoration: none; border: 1px solid rgba(var(--ink-rgb), 0.18);
  padding: 0.6rem 1.3rem; border-radius: 3px; transition: color 0.2s, border-color 0.2s;
}
.n-cta:hover { color: var(--b); border-color: var(--b); }
body.nav-up #mainNav { transform: translateY(-120%); }

/* ---- Contenedor ---- */
.lp { max-width: 68rem; margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 3rem); }

/* ---- Hero ---- */
.lp-hero {
  position: relative; overflow: hidden;
  min-height: auto; display: flex; flex-direction: column; justify-content: flex-start;
  padding-block: clamp(4.5rem, 11vh, 6.5rem) clamp(1.5rem, 3vh, 2.5rem);
}
.lp-eyebrow {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: "Roboto Condensed", sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem;
}
.lp-eyebrow::before { content: ""; width: 2rem; height: 2px; border-radius: 2px; background: var(--gold); flex-shrink: 0; }
.lp-h1 {
  font-family: "Roboto Condensed", sans-serif; font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.02; letter-spacing: -0.015em; color: var(--text);
  max-width: 18ch; margin-bottom: 1.5rem;
}
.lp-h1 em { font-style: italic; font-weight: 300; background: linear-gradient(120deg, var(--b), var(--b2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--b); }
.lp-sub { font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.62; color: var(--body-p); max-width: 52ch; margin-bottom: 2.25rem; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.lp-cue {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2rem;
  font-family: "Roboto Condensed", sans-serif; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); text-decoration: none;
}
.lp-cue::before {
  content: "\2193"; display: inline-flex; align-items: center; justify-content: center;
  width: 1.9rem; height: 1.9rem; border: 1px solid var(--line); border-radius: 50%;
  color: var(--b); font-size: 1rem; transition: border-color 0.2s;
}
.lp-cue:hover::before { border-color: var(--b); }
@media (prefers-reduced-motion: no-preference) {
  .lp-cue::before { animation: cueBob 1.8s ease-in-out infinite; }
  @keyframes cueBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
}
.lp-up {
  display: inline-block; margin-top: 1.5rem;
  font-family: "Roboto Condensed", sans-serif; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.04em; color: var(--muted); text-decoration: none;
}
.lp-up:hover { color: var(--b); }

/* Hero partido (home) — panel de verticales a la derecha */
.hero-viz { display: flex; flex-direction: column; gap: 0.9rem; }
.hero-viz .vz {
  display: flex; align-items: center; gap: 1rem; text-decoration: none;
  background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px;
  padding: 1.1rem 1.25rem; border-left: 3px solid var(--b);
  box-shadow: 0 1px 2px rgba(var(--ink-rgb), 0.04), 0 10px 24px rgba(var(--ink-rgb), 0.06);
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.hero-viz .vz:hover { transform: translateX(3px); box-shadow: 0 2px 4px rgba(var(--ink-rgb), 0.05), 0 14px 30px rgba(var(--ink-rgb), 0.09); }
.hero-viz .vz:nth-child(2) { border-left-color: var(--g); }
.hero-viz .vz:nth-child(3) { border-left-color: var(--gold); }
.hero-viz .vz .door-ic { width: 2rem; height: 2rem; margin: 0; flex-shrink: 0; }
.hero-viz .vz:nth-child(1) .door-ic { color: var(--b); }
.hero-viz .vz:nth-child(2) .door-ic { color: var(--g); }
.hero-viz .vz:nth-child(3) .door-ic { color: var(--gold); }
.hero-viz .vz h3 { font-family: "Roboto Condensed", sans-serif; font-size: 1.02rem; font-weight: 700; color: var(--text); margin: 0; }
.hero-viz .vz p { font-size: 0.82rem; color: var(--body-p); margin: 0.15rem 0 0; line-height: 1.4; }
.hero-viz .vz .vz-arrow { margin-left: auto; color: var(--b); font-weight: 700; flex-shrink: 0; }

/* ---- Botones ---- */
.btn {
  font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.02em; padding: 0.85rem 1.5rem; border-radius: 3px; text-decoration: none;
  transition: all 0.2s var(--ease); display: inline-flex; align-items: center; min-height: 44px;
}
.btn-primary { background: linear-gradient(120deg, var(--b), var(--b2)); color: #fff; border: 1px solid var(--b); box-shadow: 0 4px 14px rgba(var(--b-rgb), 0.28); }
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost { color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--b); color: var(--b); }

/* ---- Secciones ---- */
.lp-section { padding-block: clamp(3.5rem, 9vh, 6rem); border-top: 1px solid var(--line); }
main > .lp-section:nth-of-type(even), main > .cs-case:nth-of-type(even) { background: var(--s1); }
main section[id] { scroll-margin-top: 7rem; }
.lp-tag { font-family: "Roboto Condensed", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem; }
.lp-h2 { font-family: "Roboto Condensed", sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; color: var(--text); max-width: 24ch; margin-bottom: 1.25rem; }
.lp-h2 em, .cs-case-h em { font-style: italic; font-weight: 300; background: linear-gradient(120deg, var(--b), var(--b2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--b); }
.lp-lead { font-size: 1.05rem; line-height: 1.7; color: var(--body-p); max-width: 60ch; }
.sec--center { text-align: center; }
.sec--center .lp-tag, .sec--center .lp-h2, .sec--center .lp-lead { margin-left: auto; margin-right: auto; }
.sec--center .lp-h2 { max-width: 22ch; }
.sec--center .lp-lead { max-width: 56ch; }
.sec--center .lp-actions, .sec--center .strip { justify-content: center; }

/* ---- Capas / servicios ---- */
.lp-layers { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem; margin-top: 2rem; }
.lp-layer {
  background: var(--bg-card); padding: 1.5rem 1.4rem; border: 1px solid var(--line);
  border-radius: 8px; border-top: 3px solid var(--b);
  box-shadow: 0 1px 2px rgba(var(--ink-rgb), 0.04), 0 6px 16px rgba(var(--ink-rgb), 0.05);
}
.lp-layer:nth-child(3n+2) { border-top-color: var(--g); }
.lp-layer:nth-child(3n+3) { border-top-color: var(--gold); }
.lp-layer h3 { font-family: "Roboto Condensed", sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 0.4rem; }
.lp-layer p { font-size: 0.9rem; line-height: 1.6; color: var(--body-p); }
.lp-layer-v { font-family: "Roboto Condensed", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--b); display: block; margin-bottom: 0.5rem; }
.lp-layer:nth-child(3n+2) .lp-layer-v { color: var(--g); }
.lp-layer:nth-child(3n+3) .lp-layer-v { color: var(--gold); }
a.lp-layer { text-decoration: none; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s var(--ease), box-shadow 0.2s; }
a.lp-layer:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(var(--ink-rgb), 0.05), 0 14px 32px rgba(var(--ink-rgb), 0.09); }
a.lp-layer h3 { font-size: 1.2rem; }
.door-arrow { margin-top: 1rem; font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.05em; color: var(--b); }
.door-ic { width: 2.5rem; height: 2.5rem; margin-bottom: 0.9rem; color: var(--b); }
.door-ic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.lp-layer:nth-child(3n+2) .door-ic { color: var(--g); }
.lp-layer:nth-child(3n+3) .door-ic { color: var(--gold); }

/* ---- Prueba / métrica ---- */
.lp-proof {
  display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; margin-top: 1.5rem;
  background: var(--bg-card); border: 1px solid var(--line); border-left: 4px solid var(--g);
  border-radius: 12px; padding: clamp(1.6rem, 3vw, 2.75rem);
  box-shadow: 0 1px 2px rgba(var(--ink-rgb), 0.04), 0 8px 24px rgba(var(--ink-rgb), 0.06);
}
.lp-metric { text-align: center; }
.lp-metric-num { font-family: "Roboto Condensed", sans-serif; font-size: clamp(3rem, 7vw, 5rem); font-weight: 900; line-height: 1; background: linear-gradient(120deg, var(--g), #0fb07a); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lp-metric-lab { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 0.4rem; }
.lp-quote { font-size: 1.15rem; line-height: 1.6; color: var(--text); font-style: italic; max-width: 40ch; }
.lp-quote cite { display: block; font-style: normal; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.8rem; }

/* ---- Sello Microsoft Partner ---- */
.ms-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.55rem 0.95rem; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-card); box-shadow: 0 2px 10px rgba(var(--ink-rgb), 0.06); font-family: "Roboto Condensed", sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; color: var(--text); margin-bottom: 1.4rem; }
.ms-badge .ms-sq { display: grid; grid-template-columns: repeat(2, 8px); grid-template-rows: repeat(2, 8px); gap: 2px; flex-shrink: 0; }
.ms-badge .ms-sq i { display: block; border-radius: 1px; }
.ms-badge .ms-sq i:nth-child(1) { background: #f25022; }
.ms-badge .ms-sq i:nth-child(2) { background: #7fba00; }
.ms-badge .ms-sq i:nth-child(3) { background: #00a4ef; }
.ms-badge .ms-sq i:nth-child(4) { background: #ffb900; }

/* ---- FAQ (acordeón nativo) ---- */
.faq { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.25rem 0.25rem; display: flex; align-items: center; gap: 1rem; font-family: "Roboto Condensed", sans-serif; font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 700; color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; flex-shrink: 0; font-family: "Roboto Condensed", sans-serif; font-size: 1.6rem; color: var(--b); line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq .faq-n { font-family: "Roboto Condensed", sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--gold); flex-shrink: 0; min-width: 2.2rem; }
.faq .faq-a { padding: 0 0.25rem 1.4rem 3.45rem; }
.faq .faq-a p { font-size: 0.98rem; line-height: 1.65; color: var(--body-p); max-width: 60ch; }

/* ---- Casos ---- */
.cs-filter { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.75rem; }
.cs-pill { font-family: "Roboto Condensed", sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; padding: 0.5rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; min-height: 40px; display: inline-flex; align-items: center; transition: all 0.2s var(--ease); }
.cs-pill:hover { border-color: var(--b); color: var(--b); }
.cs-pill.on { background: var(--b); border-color: var(--b); color: #fff; }
.cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.25rem; margin-top: 2.25rem; }
.cs-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: 10px; border-top: 3px solid var(--g); padding: 1.75rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; text-decoration: none; box-shadow: 0 1px 2px rgba(var(--ink-rgb), 0.04), 0 8px 22px rgba(var(--ink-rgb), 0.06); transition: border-color 0.2s, transform 0.2s var(--ease); }
.cs-card:hover { border-color: var(--b); transform: translateY(-2px); }
.cs-card-sector { font-family: "Roboto Condensed", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.cs-card-num { font-family: "Roboto Condensed", sans-serif; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 900; line-height: 1; background: linear-gradient(120deg, var(--g), #0fb07a); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-card-num small { font-size: 0.95rem; font-weight: 700; color: var(--muted); letter-spacing: 0.08em; display: block; margin-top: 0.25rem; -webkit-text-fill-color: var(--muted); }
.cs-card-quote { font-size: 0.95rem; line-height: 1.5; color: var(--text); font-style: italic; }
.cs-card-more { font-family: "Roboto Condensed", sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--b); letter-spacing: 0.05em; margin-top: auto; }
.cs-case { border-top: 1px solid var(--line); padding-block: clamp(3rem, 7vh, 4.5rem); }
.cs-case-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.75rem 1.5rem; margin-bottom: 1.5rem; }
.cs-case-h { font-family: "Roboto Condensed", sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: var(--text); line-height: 1.15; max-width: 30ch; }
.cs-psr { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.cs-psr h4 { font-family: "Roboto Condensed", sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; }
.cs-psr p { font-size: 0.92rem; line-height: 1.65; color: var(--body-p); }
.cs-stack { font-size: 0.78rem; letter-spacing: 0.06em; color: var(--muted); margin-top: 1.25rem; }
.cs-hidden { display: none !important; }

/* ---- Band (cita) ---- */
.band-section { background: var(--s1); }
.band { max-width: 46rem; margin: 0 auto; text-align: center; font-family: "Roboto Condensed", sans-serif; font-style: italic; font-weight: 300; font-size: clamp(1.5rem, 3.2vw, 2.4rem); line-height: 1.3; color: var(--text); }
.band cite { display: block; margin-top: 1.5rem; font-style: normal; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

/* ---- Tira de plataformas ---- */
.strip { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.75rem; }
.strip span { font-family: "Roboto Condensed", sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.03em; color: var(--muted); padding: 0.55rem 1.15rem; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-card); }

/* Micro-prueba en una card de capacidad (solo donde hay caso real) */
.lp-stat { display: inline-block; margin-top: 0.7rem; font-family: "Roboto Condensed", sans-serif; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--g); }

/* ---- La joya: diagrama sobrio, claro y reutilizable (una por página) ---- */
.joya-grid { display: grid; grid-template-columns: 1fr; gap: 2.25rem; align-items: center; margin-top: 1.5rem; }
.joya { text-align: center; }
.joya-svg { width: 100%; height: auto; display: block; max-width: 520px; margin-inline: auto; }
.joya-chip rect { fill: var(--bg-card); stroke: var(--b); stroke-width: 1.6; }
.joya-chip text { font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 15px; fill: var(--text); }
.joya-link path { fill: none; stroke: var(--b); stroke-width: 1.6; stroke-dasharray: 4 7; opacity: 0.72; animation: joyaFlow 3.2s linear infinite; }
.joya-link path:nth-child(2) { animation-duration: 4.1s; }
.joya-link path:nth-child(3) { animation-duration: 2.7s; }
.joya-panel rect { fill: rgba(var(--b-rgb), 0.06); stroke: var(--b); stroke-width: 1.9; }
.joya-panel-t { font-family: "Roboto Condensed", sans-serif; font-weight: 900; font-size: 22px; fill: var(--b); }
.joya-dot { fill: var(--b); }
.joya-spark { fill: none; stroke: var(--b); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.joya-cap { margin-top: 1rem; font-family: "Roboto Condensed", sans-serif; font-size: 0.82rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
@keyframes joyaFlow { to { stroke-dashoffset: -22; } }
@media (prefers-reduced-motion: reduce) { .joya-link path { animation: none; } }

/* ---- Subnav flotante + scrollspy ---- */
.subnav { position: sticky; top: 5.4rem; z-index: 700; display: flex; align-items: center; gap: clamp(0.9rem, 2.4vw, 2rem); margin: 0 clamp(0.7rem, 1.8vw, 1.4rem); padding: 0.7rem clamp(1.1rem, 2.5vw, 1.9rem); background: #fffaf0; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 34px rgba(var(--ink-rgb), 0.14); overflow-x: auto; transition: top 0.35s ease, box-shadow 0.3s ease; }
.subnav::-webkit-scrollbar { height: 0; }
.subnav a { font-family: "Roboto Condensed", sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); text-decoration: none; white-space: nowrap; padding: 0.3rem 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; }
.subnav a:hover { color: var(--text); }
.subnav a.active { color: var(--b); border-bottom-color: var(--b); }
.subnav .subnav-cta { margin-left: auto; color: var(--b); border-bottom: none; }
.subnav .subnav-cta:hover { color: var(--b2); }
body.nav-up .subnav { top: 1rem; box-shadow: 0 14px 42px rgba(var(--ink-rgb), 0.18); }

/* ---- Footer ---- */
.lp-foot { border-top: 1px solid var(--line); background: var(--s1); padding-block: 2.5rem; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.06em; }

/* ---- Hero asimétrico + partido (>=900px) ---- */
@media (min-width: 900px) {
  .lp-hero .lp { max-width: none; margin-inline: 0; padding-left: clamp(2.5rem, 7vw, 8rem); padding-right: clamp(1.5rem, 5vw, 4rem); }
  .lp-hero .lp > * { max-width: 41rem; }
  .lp-hero.hero-split .lp { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(2.5rem, 5vw, 5.5rem); }
  .lp-hero.hero-split .lp > * { max-width: none; }
  .lp-hero.hero-split .hero-copy { max-width: 40rem; }
  .joya-grid { grid-template-columns: 0.92fr 1.08fr; gap: clamp(2rem, 4vw, 4rem); }
}

/* ---- Mobile ---- */
@media (max-width: 899px) { .hero-viz { margin-top: 2.25rem; } }
@media (max-width: 768px) {
  #mainNav { flex-wrap: wrap; }
  .n-links { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 0.55rem 1.1rem; font-size: 0.8rem; margin-top: 0.5rem; }
  .n-cta { margin-left: auto; }
}
@media (max-width: 600px) {
  .lp-hero { min-height: 86vh; }
  .faq .faq-a { padding-left: 0.25rem; }
}
