/* =========================================================
   NIA SOLUCIONES — Home v2
   Sistema: Cormorant Garamond (serif) + Libre Franklin (sans) + Allura (una sola vez)
   Base carbón/marfil + un único acento (burdeos)
   ========================================================= */

:root{
  --ink: #17161a;
  --ink-2: #201e23;
  --cream: #f6f1e7;
  --cream-2: #ece4d4;
  --gray: #85806f;
  --gray-on-dark: #b6b1a6;
  --line-light: rgba(23,22,26,.14);
  --line-dark: rgba(246,241,231,.16);

  --accent: #8c2438;
  --accent-2: #6e1b2c;
  --accent-bright: #c96478;

  /* Odoo sub-identity — used only on odoo-para-pymes.html, strategically.
     #714b67 is Odoo's real brand purple (confirmed against their own
     site tokens), not an invented tint. */
  --odoo-purple: #714b67;
  --odoo-purple-dark: #4f3048;
  --odoo-purple-bright: #b98fac;
  --odoo-soft-bg: #f4f0f5;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Libre Franklin', Arial, sans-serif;
  --script: 'Allura', cursive;

  --wrap: 1300px;
  --pad-x: clamp(24px, 5.5vw, 88px);
  --pad-y: clamp(64px, 7.5vw, 116px);
  --ease: cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul, ol{ list-style: none; margin: 0; padding: 0; }
h1,h2,h3,p{ margin: 0; }
button{ font: inherit; background: none; border: none; cursor: pointer; color: inherit; }

.wrap{ max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad-x); }

/* Emphasis: a single rule, used everywhere — no per-instance accent classes */
em{
  font-style: italic;
  color: var(--accent);
}
.dark em{ color: var(--accent-bright); }
strong{ font-weight: 600; color: inherit; }

/* The one script accent in the whole site — used exactly once, deliberately */
.script{
  font-family: var(--script);
  font-weight: 400;
  font-size: 1.7em;
  color: var(--accent-bright);
  line-height: 1;
  margin-right: 6px;
}

/* =========================================================
   VISUAL SUPPORT SYSTEM — used with restraint, same language everywhere:
   thin hairline borders, no radius, no fill unless noted, one accent.
   ========================================================= */

/* Panel: thin-border callout, used for supporting/marginal content */
.panel{
  border: 1px solid var(--line-light);
  padding: clamp(28px, 3.4vw, 40px);
  background: var(--cream-2);
}
.dark .panel{ border-color: var(--line-dark); background: var(--ink-2); }

/* Statement: a closing line pulled forward with a thin accent rule */
.statement{
  border-left: 3px solid var(--accent);
  padding-left: 22px;
}
.dark .statement{ border-left-color: var(--accent-bright); }

/* Crescendo: the visual peak of the section — bars and type grow with
   each line, then break into a full-width accent block for the last one. */
.crescendo{ display: flex; flex-direction: column; gap: 14px; }
.crescendo__row{ display: flex; align-items: center; gap: 20px; }
.crescendo__bar{ display: block; height: 3px; background: var(--gray); opacity: .4; flex-shrink: 0; }
.crescendo__row:nth-child(1) .crescendo__bar{ width: 28px; }
.crescendo__row:nth-child(2) .crescendo__bar{ width: 64px; }
.crescendo__row:nth-child(3) .crescendo__bar{ width: 110px; }
.crescendo__txt{ font-family: var(--serif); font-style: italic; color: var(--gray); }
.crescendo__row:nth-child(1) .crescendo__txt{ font-size: clamp(1rem,1.4vw,1.15rem); }
.crescendo__row:nth-child(2) .crescendo__txt{ font-size: clamp(1.15rem,1.8vw,1.4rem); }
.crescendo__row:nth-child(3) .crescendo__txt{ font-size: clamp(1.35rem,2.3vw,1.75rem); color: var(--ink); }
.crescendo__row--final{
  background: var(--accent); width: 100%;
  padding: clamp(22px,3.2vw,32px) clamp(26px,3.4vw,40px);
  margin-top: 10px;
}
.crescendo__row--final .crescendo__bar{ width: clamp(60px,8vw,140px); background: var(--cream); opacity: 1; height: 4px; }
.crescendo__row--final .crescendo__txt{
  font-style: normal; font-weight: 500; color: var(--cream);
  font-size: clamp(1.9rem,4vw,2.9rem) !important; letter-spacing: -.01em;
}

/* Arc: one recurring graphic gesture, used only twice on the whole page */
.arc{ display: block; pointer-events: none; }

.skip-link{
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--cream);
  padding: 12px 20px; z-index: 999;
}
.skip-link:focus{ left: 12px; top: 12px; }

.eyebrow{
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 0 0 16px;
}
.dark .eyebrow{ color: var(--gray-on-dark); }

h2{
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.18;
  letter-spacing: -.005em;
  max-width: 18ch;
}
.head{ margin-bottom: clamp(40px, 5vw, 68px); }
.head--tight{ max-width: 900px; }
.head--center{ text-align: center; max-width: 640px; margin-inline: auto; }
.head--center h2{ max-width: none; margin-inline: auto; }

.dark{ background: var(--ink); color: var(--cream); }
.light{ background: var(--cream); color: var(--ink); }

/* ---------- Reveal on scroll ---------- */
.reveal{ opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .reveal{ opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn{
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 17px 26px; border: 1px solid transparent;
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  white-space: normal; max-width: 100%;
}
@media (min-width: 640px){ .btn{ white-space: nowrap; } }
.btn svg{ transition: transform .3s var(--ease); flex-shrink: 0; }
.btn:hover{ transform: translateY(-2px); }
.btn:hover svg{ transform: translateX(3px); }
.btn:active{ transform: translateY(0) scale(.98); }

.btn--solid{ background: var(--accent); color: var(--cream); }
.btn--solid:hover{ background: var(--accent-2); }

.btn--line{ border-color: currentColor; padding: 13px 20px; }
.btn--line:hover{ background: var(--cream); color: var(--ink); }

/* =========================================================
   HEADER
   ========================================================= */
.hdr{
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; gap: 36px;
  padding: 14px var(--pad-x);
  background: rgba(23,22,26,.42);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--cream);
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.hdr.is-scrolled{
  background: rgba(23,22,26,.86);
  padding-block: 12px;
  box-shadow: 0 1px 0 var(--line-dark);
}
.hdr__brand{ display: flex; align-items: center; gap: 10px; margin-right: auto; }
.hdr__brand img{ width: auto; height: 24px; }
.hdr__brand span{ font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }

.hdr__nav{ display: flex; gap: 30px; }
.hdr__nav a{ font-size: 12.5px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; position: relative; padding-bottom: 3px; }
.hdr__nav a::after{ content:""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent-bright); transition: right .3s var(--ease); }
.hdr__nav a:hover::after, .hdr__nav a.is-active::after{ right: 0; }
.hdr__nav a.is-active{ opacity: .7; }

.hdr__toggle{ display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hdr__toggle span{ width: 20px; height: 1.4px; background: var(--cream); }

.mnav{
  position: fixed; inset: 0; z-index: 59;
  background: var(--ink); color: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  transform: translateY(-100%); transition: transform .5s var(--ease);
}
.mnav.is-open{ transform: translateY(0); }
.mnav a{ font-family: var(--serif); font-size: 26px; }
.mnav .btn{ margin-top: 12px; }

@media (max-width: 980px){
  .hdr__nav, .hdr__cta{ display: none; }
  .hdr__toggle{ display: flex; }
}

/* =========================================================
   HERO — foto a sangre, texto integrado
   ========================================================= */
.hero{
  position: relative;
  min-height: 100dvh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
  background: var(--ink);
}
.hero__media{ position: absolute; inset: 0; z-index: 0; }
.hero__media img{
  width: 100%; height: 100%; object-fit: cover; object-position: 62% 20%;
  filter: grayscale(.35) contrast(1.08) brightness(.92);
}
.hero__media::after{
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(17,16,19,.94) 0%, rgba(17,16,19,.82) 30%, rgba(17,16,19,.38) 58%, rgba(17,16,19,.12) 78%),
    linear-gradient(0deg, rgba(17,16,19,.65) 0%, rgba(17,16,19,0) 30%);
}
.hero__copy{
  position: relative; z-index: 1; color: var(--cream);
  max-width: 720px;
  padding: clamp(140px,20vw,220px) var(--pad-x) clamp(56px,8vw,84px);
}
.hero__title{
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.08; letter-spacing: -.01em;
  margin-bottom: 30px;
}
.hero__body p{ font-size: clamp(17px,1.6vw,19px); margin-bottom: 8px; max-width: 44ch; opacity: .92; }
.hero__body strong{ font-weight: 600; }
.hero__punch{
  font-family: var(--serif); font-style: italic; font-size: clamp(20px,2vw,24px);
  margin: 18px 0 32px; color: var(--accent-bright);
}
.hero__tag{
  position: relative; z-index: 1;
  font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gray-on-dark);
  padding: 20px var(--pad-x) 28px;
  border-top: 1px solid var(--line-dark);
}

@media (max-width: 700px){
  .hero{ min-height: 92dvh; }
  .hero__media img{ object-position: 68% 15%; }
}

/* =========================================================
   01 · ¿TE SUENA? — dark, filas numeradas
   ========================================================= */
.suena{ padding-block: var(--pad-y); }
.plist{ border-top: 1px solid var(--line-dark); }
.light .plist{ border-top-color: var(--line-light); }
.plist__row{
  display: grid; grid-template-columns: clamp(64px,7vw,110px) 1fr;
  gap: 20px; align-items: baseline;
  padding-block: clamp(22px,3vw,32px);
  border-bottom: 1px solid var(--line-dark);
}
.light .plist__row{ border-bottom-color: var(--line-light); }
.plist__n{
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.8rem,3.2vw,2.6rem); line-height: 1;
  color: var(--accent-bright);
}
.light .plist__n{ color: var(--accent); }
.plist__n--sm{ font-size: clamp(1.2rem,1.8vw,1.5rem); }
.plist__main{
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.2rem,2vw,1.55rem); line-height: 1.42;
}
.plist__main span{ display: block; font-family: var(--sans); font-size: 15.5px; font-weight: 400; opacity: .68; margin-top: 6px; line-height: 1.6; }

.lead-close{
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.4rem,2.4vw,2rem) !important;
  margin-top: clamp(36px,5vw,56px);
}

@media (max-width: 620px){
  .plist__row{ grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   02 · LO QUE ESTÁ PASANDO — claro, narrativa
   ========================================================= */
.pasando{ padding-block: clamp(56px,7vw,96px); }
.wrap--asym{ max-width: 900px; }

/* Single column, one continuous narrative beat: recognition → pivot →
   escalation (the section's visual peak) → consequence. */
.pasando__stack{ max-width: 980px; }
.pasando__intro h2{ margin: 18px 0 20px; max-width: 19ch; }
.pasando__p1{ font-family: var(--serif); font-size: 22px !important; font-style: italic; }

/* Quick recognition beat: inline, light, not a boxed panel */
.pasando__quicklist{
  display: flex; flex-wrap: wrap; gap: 8px clamp(18px,2.4vw,28px);
  margin-top: clamp(18px,2.4vw,24px);
}
.pasando__quicklist li{
  font-size: 14.5px; color: var(--gray); padding-left: 14px; position: relative;
}
.pasando__quicklist li::before{ content:""; position: absolute; left: 0; top: .6em; width: 8px; height: 1px; background: var(--accent); }

.pasando__pivot{ margin: clamp(34px,4.4vw,48px) 0 0; }
.pull{
  font-family: var(--serif); font-size: clamp(1.6rem,3vw,2.3rem) !important;
  font-style: italic; margin: 0 !important; max-width: none !important;
}
.pull--sm{ font-size: clamp(1.25rem,2.2vw,1.6rem) !important; }

.pasando__crescendo{ margin-top: clamp(28px,3.6vw,40px); max-width: none; }
.pasando__outro{ margin-top: clamp(28px,3.6vw,38px); }
.pasando__consequence{ font-size: 18px; max-width: 60ch; margin-bottom: 20px !important; }

.tick-list{
  display: flex; flex-direction: column; gap: 10px;
  margin: 28px 0; padding: 24px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light);
}
.tick-list li{ font-size: 16px; color: var(--gray); position: relative; padding-left: 22px; }
.tick-list li::before{ content:""; position: absolute; left: 0; top: .65em; width: 12px; height: 1px; background: var(--accent); }
.tick-list--dark{ border-color: var(--line-dark); }
.tick-list--dark li{ color: var(--gray-on-dark); }
.tick-list--dark li::before{ background: var(--accent-bright); }

/* =========================================================
   03 · EL NEGOCIO ENTERO — dark, foto + composición
   ========================================================= */
.entero{ position: relative; overflow: hidden; }
.entero__media{
  position: absolute; inset: 0 0 0 auto; width: min(46%, 640px); z-index: 0;
}
.entero__media img{
  width: 100%; height: 100%; object-fit: cover; object-position: 30% 25%;
  filter: grayscale(.5) contrast(1.05) brightness(.5);
}
.entero__media::after{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ink) 0%, rgba(23,22,26,.55) 40%, rgba(23,22,26,.1) 100%);
}
.entero__wrap{ position: relative; z-index: 1; padding-block: var(--pad-y); }
.entero__grid{ display: grid; grid-template-columns: .62fr 1fr; gap: clamp(32px,5vw,72px); }
.entero__terms{ display: flex; flex-direction: column; gap: 4px; }
.entero__terms li{
  font-family: var(--serif); font-size: clamp(1.5rem,2.6vw,2.2rem); font-weight: 400;
  padding-block: 6px; color: var(--gray-on-dark);
}
.entero__copy p{ font-size: 17.5px; max-width: 54ch; margin-bottom: 18px; opacity: .92; }
/* The turn of the story: problem understood, NIA named. Its own beat,
   full width, with room to land. */
.entero__note{
  font-size: 19px !important; opacity: 1; color: var(--cream);
  text-align: center; max-width: 640px; margin: clamp(56px,7vw,84px) auto 0;
  padding-top: clamp(32px,4vw,44px); border-top: 1px solid var(--line-dark);
}
.entero__note .script{ display: block; font-size: 2.4em; margin: 0 0 10px; }

@media (max-width: 860px){
  .entero__media{ position: relative; inset: auto; width: 100%; height: 260px; }
  .entero__media::after{ background: linear-gradient(0deg, var(--ink) 0%, rgba(23,22,26,.2) 60%); }
  .entero__grid{ grid-template-columns: 1fr; }
  .entero__wrap{ padding-top: 0; }
}

/* =========================================================
   04 · MÉTODO NIA — claro, numerales grandes
   ========================================================= */
.metodo{ padding-block: var(--pad-y); }
.metodo__kicker{
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); margin-top: 14px;
}

/* A connected vertical axis with staggered, alternating blocks — a system,
   not five identical cards. Numerals are large outlined figures that
   overlap the block behind them for a sense of depth. */
.method{ position: relative; padding-left: clamp(18px,2.6vw,32px); }
.method::before{
  content: ""; position: absolute; left: 0; top: 10px; bottom: 10px;
  width: 1px; background: var(--line-light);
}
.method__item{
  position: relative;
  display: flex; align-items: flex-start;
  margin-bottom: clamp(22px,3.2vw,34px);
}
.method__item::before{
  content: ""; position: absolute; left: calc(-1 * clamp(18px,2.6vw,32px) - 4px); top: 20px;
  width: 9px; height: 9px; background: var(--accent);
}
.method__item:nth-child(odd){ margin-right: clamp(0px,7vw,80px); }
.method__item:nth-child(even){ margin-left: clamp(0px,7vw,80px); }

.method__num{
  flex-shrink: 0;
  width: clamp(64px,8vw,108px);
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(3.4rem,7vw,5.6rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.2px var(--accent);
  position: relative; z-index: 2;
  margin-top: -6px;
}
.method__block{
  flex: 1; margin-left: -22px; position: relative; z-index: 1;
  background: var(--cream-2);
  padding: clamp(22px,2.8vw,30px) clamp(24px,3vw,34px);
}
.method__block h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem,2vw,1.65rem); margin-bottom: 6px; }
.method__block p{ font-size: 15.5px; color: var(--gray); max-width: 42ch; }

.method__item:nth-child(even) .method__block{ background: var(--ink); color: var(--cream); }
.method__item:nth-child(even) .method__block p{ color: var(--gray-on-dark); }
.method__item:nth-child(even) .method__num{ -webkit-text-stroke-color: var(--accent-bright); }

@media (max-width: 700px){
  .method{ padding-left: 16px; }
  .method__item{ flex-direction: column; margin-left: 0 !important; margin-right: 0 !important; }
  .method__num{ margin-top: 0; margin-bottom: -18px; }
  .method__block{ margin-left: 0; }
}

/* =========================================================
   05 · DEL DIAGNÓSTICO A LA EJECUCIÓN — claro
   ========================================================= */
.proceso{ padding-block: clamp(56px,7vw,96px); }
.proceso__note{ font-size: 17px; color: var(--gray); max-width: 58ch; }

/* A connected path: five markers on one line, alternating rhythm to read
   as movement rather than a static centred list. */
.journey{
  display: grid; grid-template-columns: repeat(5,1fr); gap: clamp(6px,1.4vw,18px);
  position: relative; margin-top: clamp(48px,6vw,72px);
}
.journey::before{
  content: ""; position: absolute; top: 25px; left: 9%; right: 9%; height: 1px;
  background: linear-gradient(90deg, var(--line-light), var(--accent) 50%, var(--line-light));
  opacity: .55;
}
.journey__step{ position: relative; text-align: center; padding-top: 0; }
.journey__step:nth-child(even){ margin-top: clamp(26px,3.2vw,40px); }
.journey__num{
  display: flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; margin: 0 auto 20px;
  border: 1px solid var(--ink); border-radius: 50%; background: var(--cream);
  font-family: var(--serif); font-size: 16px; position: relative; z-index: 2;
}
.journey__step:nth-child(odd) .journey__num{ background: var(--accent); border-color: var(--accent); color: var(--cream); }
.journey__step h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.1rem,1.5vw,1.3rem); margin-bottom: 8px; }
.journey__step p{ font-size: 14px; color: var(--gray); line-height: 1.55; max-width: 22ch; margin-inline: auto; }

@media (max-width: 820px){
  .journey{ grid-template-columns: 1fr; gap: clamp(20px,3vw,28px); text-align: left; }
  .journey::before{ top: 0; bottom: 0; left: 24px; right: auto; width: 1px; height: auto; background: linear-gradient(180deg, var(--line-light), var(--accent) 50%, var(--line-light)); }
  .journey__step{ text-align: left; padding-left: 68px; }
  .journey__step:nth-child(even){ margin-top: 0; }
  .journey__num{ position: absolute; left: 0; top: 0; margin: 0; }
  .journey__step p{ margin-inline: 0; max-width: 44ch; }
}

/* =========================================================
   06 · QUÉ CAMBIA — panel dividido con criterio (antes/ahora)
   ========================================================= */
.cambia{ background: var(--cream); }
.cambia__eyebrow{ padding-top: clamp(40px,5.5vw,64px); margin-bottom: 0 !important; }

.cambia__split{ display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(20px,3vw,32px); }
.cambia__col{ padding: clamp(40px,5.4vw,64px) var(--pad-x) clamp(28px,3.4vw,40px); }
.cambia__col--before{ background: var(--ink); color: var(--cream); }
.cambia__col--after{ background: var(--cream-2); color: var(--ink); }
.cambia__col-h{
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem,3.2vw,2.7rem);
  line-height: 1.16; max-width: 14ch; margin-bottom: clamp(28px,3.6vw,44px);
}
.cambia__col-h--after{ font-style: italic; color: var(--accent); }
.cambia__tag{ font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 24px; opacity: .65; }
.cambia__col--before ul{ display: flex; flex-direction: column; gap: 18px; }
.cambia__col--before li{
  font-family: var(--serif); font-size: clamp(1.4rem,2.4vw,1.9rem); font-style: italic; opacity: .85;
  padding-left: 28px; position: relative;
}
.cambia__col--before li::before{ content:""; position: absolute; left: 0; top: .55em; width: 16px; height: 1px; background: var(--accent-bright); }
.cambia__col--after ul{ display: flex; flex-direction: column; gap: 15px; }
.cambia__col--after li{ font-size: 16.5px; max-width: 46ch; padding-left: 28px; position: relative; }
.cambia__col--after li::before{ content:""; position: absolute; left: 0; top: .7em; width: 16px; height: 1px; background: var(--accent); }

.cambia__foot{
  text-align: center;
  padding: clamp(18px,2.4vw,26px) 0 clamp(44px,5.6vw,64px);
  border-top: 1px solid var(--line-light);
  max-width: var(--wrap); margin-inline: auto;
}
.cambia__foot p{ font-size: 17px; max-width: 52ch; margin-inline: auto; margin-bottom: 10px; }
.cambia__statement{ position: relative; display: inline-block; padding-top: 20px; margin: 2px 0 10px; }
.cambia__statement .arc{
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  width: clamp(140px,18vw,220px); height: auto; color: var(--accent); opacity: .3;
}
.cambia__big{
  position: relative;
  font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem,4.6vw,3.6rem) !important;
  line-height: 1.1; color: var(--accent);
}

@media (max-width: 820px){ .cambia__split{ grid-template-columns: 1fr; } }

/* =========================================================
   07 · OPINIONES — claro
   ========================================================= */
.opiniones{ padding-block: clamp(56px,7vw,96px); }
.opiniones__intro{ font-size: 16.5px; color: var(--gray); margin-top: 16px; }

.stars{ color: var(--accent); letter-spacing: .12em; font-size: 14px; margin-bottom: 16px; }

.quote figcaption span{ display: block; font-weight: 600; font-size: 14.5px; }
.quote figcaption small{ font-size: 13px; color: var(--gray); }

/* Featured testimonial: off-centre, a discreet oversized quote mark behind
   the text, framed by open corners rather than a closed box. */
.quote--featured{
  position: relative;
  max-width: 720px; margin: clamp(48px,6vw,72px) auto 0 4%;
  padding: 8px 0 8px clamp(24px,3vw,32px);
  border-left: 3px solid var(--accent);
}
.quote--featured::before, .quote--featured::after{
  content: ""; position: absolute; width: 22px; height: 22px; opacity: .5;
}
.quote--featured::before{ top: -14px; right: -14px; border-top: 1px solid var(--accent); border-right: 1px solid var(--accent); }
.quote--featured::after{ bottom: -14px; right: 46px; border-bottom: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.quote__mark{
  position: absolute; top: -46px; left: -6px; z-index: 0;
  font-family: var(--serif); font-size: 168px; line-height: 1;
  color: var(--accent); opacity: .07; pointer-events: none;
}
.quote--featured .stars, .quote--featured blockquote, .quote--featured figcaption{ position: relative; z-index: 1; }
.quote--featured blockquote{
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem,2.9vw,2.15rem); line-height: 1.4; margin: 0 0 22px;
}

.quote-pair{
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(30px,5vw,64px);
  max-width: var(--wrap); margin: clamp(52px,6.4vw,76px) auto 0;
  padding-top: clamp(36px,4.6vw,52px); border-top: 1px solid var(--line-light);
}
.quote--sm{ text-align: left; }
.quote--sm blockquote{
  font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.5; margin: 0 0 20px;
}
.quote--b{ margin-top: clamp(28px,4vw,52px); padding-top: clamp(28px,4vw,52px); border-top: 1px solid var(--line-light); }

@media (max-width: 760px){
  .quote-pair{ grid-template-columns: 1fr; gap: 40px; }
  .quote--b{ margin-top: 0; padding-top: 0; border-top: none; }
  .quote--featured{ margin-left: 0; }
}

/* =========================================================
   08 · GARANTÍA + PRIMER PASO — dark, cierre con foto
   ========================================================= */
.final{ position: relative; overflow: hidden; }
.final__media{ position: absolute; inset: 0; z-index: 0; opacity: .22; }
.final__media img{ width: 100%; height: 100%; object-fit: cover; object-position: 40% 15%; filter: grayscale(1) contrast(1.1); }
.final__top, .final__bottom{ position: relative; z-index: 1; }

.final__top{ padding-block: var(--pad-y); }
.final__top--grid{ display: grid; grid-template-columns: .55fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.final__stat{ display: flex; flex-direction: column; }
.final__stat-figure{ position: relative; display: inline-block; }
.final__stat-figure .arc{
  position: absolute; top: -14px; right: -22px;
  width: clamp(90px,11vw,150px); height: auto; color: var(--accent-bright); opacity: .3; z-index: 0;
}
.final__stat .num{
  position: relative; z-index: 1;
  font-family: var(--serif); font-weight: 500; color: var(--accent-bright);
  font-size: clamp(5.5rem,11vw,9rem); line-height: .85;
}
.final__stat-label{ font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-on-dark); margin-top: 14px; }
.final__guarantee-copy h2{ margin: 14px 0 22px; }
.final__guarantee-copy p{ font-size: 16.5px; max-width: 58ch; margin-bottom: 14px; opacity: .85; }

@media (max-width: 700px){ .final__top--grid{ grid-template-columns: 1fr; } }
.final__tags{
  font-family: var(--serif); font-style: italic; font-size: 19px !important; opacity: 1 !important; color: var(--gray-on-dark);
  display: inline-block; border: 1px solid var(--line-dark); padding: 9px 20px; margin: 6px 0 !important;
}

.rule{ max-width: var(--wrap); margin: 0 auto; height: 1px; background: var(--line-dark); position: relative; z-index: 1; }

.final__bottom{
  padding-block: var(--pad-y);
  display: grid; grid-template-columns: 1.25fr .95fr; gap: clamp(40px,6vw,88px); align-items: start;
}
.final__bottom h2{ margin-block: 22px 20px; max-width: 17ch; }
.final__bottom p{ font-size: 16.5px; max-width: 54ch; margin-bottom: 12px; opacity: .85; }
.final__action{
  border-left: 1px solid var(--line-dark); padding-left: clamp(24px,4vw,44px);
  display: flex; flex-direction: column; gap: 26px; align-items: flex-start;
}
.final__meta{ font-size: 14.5px !important; opacity: .68; line-height: 1.8; }

@media (max-width: 900px){
  .final__bottom{ grid-template-columns: 1fr; }
  .final__action{ border-left: none; padding-left: 0; border-top: 1px solid var(--line-dark); padding-top: 26px; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.ftr{ background: var(--cream); padding: 40px 0; border-top: 1px solid var(--line-light); }
.ftr__inner{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.ftr__brand{ display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 16px; }
.ftr__brand img{ width: auto; height: 20px; }
.ftr__social{ display: flex; gap: 12px; }
.ftr__social a{
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-light); border-radius: 50%; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.ftr__social a:hover{ background: var(--ink); color: var(--cream); border-color: var(--ink); }
.ftr__legal{ display: flex; gap: 20px; font-size: 12.5px; color: var(--gray); flex-wrap: wrap; }
.ftr__legal a:hover{ color: var(--accent); }

/* =========================================================================
   EL PROGRAMA / MÉTODO NIA — same tokens and components as Home,
   own composition. Shared: .btn, .eyebrow, .wrap, .head, .panel,
   .statement, .lead-close, .tick-list, .method, .final__stat*, .arc, em.
   ========================================================================= */

/* ---------- Hero: no photo on this page — scale and a ghost numeral
   carry the weight instead. ---------- */
.prog-hero{ position: relative; overflow: hidden; padding: clamp(136px,17vw,196px) 0 clamp(64px,8vw,96px); }
.prog-hero__ghost{
  position: absolute; top: clamp(40px,7vw,90px); right: clamp(-60px,-1vw,10px);
  font-family: var(--serif); font-weight: 500; font-size: clamp(13rem,26vw,24rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--line-light);
  z-index: 0; pointer-events: none; user-select: none;
}
.prog-hero__wrap{ position: relative; z-index: 1; max-width: 780px; }
.prog-hero__title{
  font-family: var(--serif); font-weight: 500; font-size: clamp(3rem,7vw,5.4rem);
  line-height: 1.02; letter-spacing: -.01em; margin: 8px 0 28px;
}
.prog-hero__body{ font-size: clamp(17px,1.6vw,19px); max-width: 58ch; margin-bottom: 36px; color: var(--gray); }
.prog-hero__actions{ display: flex; flex-wrap: wrap; gap: 16px; }

/* ---------- Método NIA: same modular-axis component as Home, richer copy ---------- */
.prog-metodo{ padding-block: var(--pad-y); }
.prog-metodo__intro{ font-size: 18px; max-width: 64ch; margin-top: 18px; color: var(--gray); }

/* ---------- Cómo funciona: dark, five connected chapters ---------- */
.prog-fases{ padding-block: var(--pad-y); }
.prog-fases__intro{ font-size: 17px; color: var(--gray-on-dark); max-width: 62ch; margin-top: 16px; }
.prog-fases__list{ border-top: 1px solid var(--line-dark); margin-top: clamp(36px,4.6vw,56px); }
.prog-fases__item{
  display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(24px,3.6vw,56px);
  padding-block: clamp(32px,4.2vw,52px); border-bottom: 1px solid var(--line-dark); align-items: start;
}
.prog-fases__head{ display: flex; gap: 18px; align-items: flex-start; }
.prog-fases__num{
  font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem,3.6vw,3.2rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--accent-bright); flex-shrink: 0;
}
.prog-fases__kicker{ font-size: 11.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 8px; }
.prog-fases__head h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.25rem,1.9vw,1.6rem); line-height: 1.32; }
.prog-fases__body p{ font-size: 15.5px; color: var(--gray-on-dark); max-width: 58ch; margin-bottom: 18px; }
.prog-fases__label{ font-size: 11.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--gray); opacity: .8; margin-bottom: 12px; }
.dark .prog-fases__label{ color: var(--gray-on-dark); }

/* Small utility tag list — not a card, a metadata chip */
.prog-taglist{ display: flex; flex-wrap: wrap; gap: 8px 12px; }
.prog-taglist li{ font-size: 13px; padding: 6px 12px; border: 1px solid var(--line-light); color: var(--gray); }
.dark .prog-taglist li{ border-color: var(--line-dark); color: var(--gray-on-dark); }

@media (max-width: 780px){
  .prog-fases__item{ grid-template-columns: 1fr; }
}

/* ---------- Control del negocio: dark data panel floating in a light section ---------- */
.prog-control{ padding-block: var(--pad-y); }
.prog-control__grid{ display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); align-items: start; }
.prog-control__copy p{ font-size: 17px; max-width: 52ch; margin-bottom: 14px; }
.prog-control__copy .statement{ margin: 22px 0 30px; }
.prog-control__copy .prog-fases__label{ margin-top: 4px; }

.prog-dash{ background: var(--ink); color: var(--cream); padding: clamp(28px,3.4vw,40px); }
.prog-dash__title{
  font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--gray-on-dark);
  margin: 0 0 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark);
}
.prog-dash__stats{ display: grid; grid-template-columns: 1fr 1fr; gap: 22px clamp(16px,2vw,28px); margin-bottom: 26px; }
.prog-dash__stats div{ display: flex; flex-direction: column; }
.prog-dash__num{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem,2.4vw,1.95rem); color: var(--accent-bright); line-height: 1.1; }
.prog-dash__label{ font-size: 11.5px; color: var(--gray-on-dark); margin-top: 6px; letter-spacing: .02em; }
.prog-dash__sub{
  font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--gray-on-dark); opacity: .75;
  margin: 0 0 16px; padding-top: 20px; border-top: 1px solid var(--line-dark);
}
.prog-dash__bars{ display: flex; flex-direction: column; gap: 14px; }
.prog-dash__bar{ display: grid; grid-template-columns: 58px 1fr 36px; align-items: center; gap: 12px; }
.prog-dash__bar span{ font-size: 12.5px; color: var(--gray-on-dark); }
.prog-dash__bar i{ display: block; height: 2px; background: var(--line-dark); position: relative; }
.prog-dash__bar i::after{ content: ""; position: absolute; left: 0; top: -1px; bottom: -1px; width: var(--v); background: var(--accent-bright); }
.prog-dash__bar b{ font-size: 12px; font-weight: 600; color: var(--cream); text-align: right; }
.prog-dash__caption{ font-size: 11px; color: var(--gray-on-dark); opacity: .6; margin-top: 22px; text-align: right; }

@media (max-width: 860px){
  .prog-control__grid{ grid-template-columns: 1fr; }
}

/* ---------- Inversión: dark, the price as a solid accent block ---------- */
.prog-inversion{ padding-block: var(--pad-y); }
.prog-inversion__grid{ display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,5vw,72px); align-items: start; }
.prog-inversion__lead{ font-size: 17px; max-width: 54ch; margin-top: 20px; color: var(--gray-on-dark); }
.prog-inversion__note{ font-size: 14px; color: var(--gray-on-dark); opacity: .68; margin-top: 22px; max-width: 50ch; }

.prog-price{ background: var(--accent); padding: clamp(30px,3.6vw,44px); }
.prog-price__name{ font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--cream); opacity: .85; margin-bottom: 16px; }
.prog-price__value{ font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem,3.8vw,2.9rem); color: var(--cream); line-height: 1; margin-bottom: 4px; }
.prog-price__unit{ font-size: 13px; color: var(--cream); opacity: .75; margin-bottom: 26px; }
.prog-price .tick-list{ border-color: rgba(246,241,231,.28); }
.prog-price .tick-list li{ color: var(--cream); opacity: .92; }
.prog-price .tick-list li::before{ background: var(--cream); }

@media (max-width: 860px){ .prog-inversion__grid{ grid-template-columns: 1fr; } }

/* ---------- Cómo trabaja NIA: light, a breathing beat between two dense sections ---------- */
.prog-trabaja{ padding-block: clamp(56px,7vw,96px); }
.prog-trabaja__lead{ font-size: 17px; max-width: 62ch; margin-top: 18px; color: var(--gray); }
.prog-trabaja__split{
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px);
  margin-top: clamp(36px,4.6vw,52px); padding-top: clamp(30px,3.8vw,42px); border-top: 1px solid var(--line-light);
}
.prog-trabaja__split p{ font-size: 16px; color: var(--gray); max-width: 46ch; }
.prog-trabaja__col-h{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.25rem,1.9vw,1.55rem); color: var(--ink) !important; margin-bottom: 10px; }
.prog-trabaja__foot{ font-size: 16px; color: var(--gray); max-width: 68ch; margin-top: clamp(32px,4vw,44px); line-height: 1.85; }
.prog-trabaja__tag{ margin-left: 8px; vertical-align: -2px; }

@media (max-width: 700px){ .prog-trabaja__split{ grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Garantía NIA: same visual DNA as Home's reference block ---------- */
.prog-garantia{ padding-block: var(--pad-y); }
.prog-garantia__grid{ display: grid; grid-template-columns: .55fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.prog-garantia__grid h2{ margin: 14px 0 22px; }
.prog-garantia__p{ font-size: 16.5px; color: var(--gray-on-dark); max-width: 56ch; margin-bottom: 14px; }
.prog-garantia__cta{ margin-top: 22px; }
.prog-garantia__meta{ font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-on-dark); opacity: .7; margin-top: 18px; }

@media (max-width: 700px){ .prog-garantia__grid{ grid-template-columns: 1fr; } }

/* ---------- FAQ: light, quiet accordion ---------- */
.prog-faq{ padding-block: clamp(56px,7vw,96px); }
.prog-faq__list{ border-top: 1px solid var(--line-light); }
.prog-faq__item{ border-bottom: 1px solid var(--line-light); }
.prog-faq__q{
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: clamp(20px,2.6vw,26px) 2px; text-align: left;
  font-family: var(--serif); font-size: clamp(1.05rem,1.7vw,1.3rem); font-weight: 500; color: var(--ink);
}
.prog-faq__icon{ position: relative; width: 15px; height: 15px; flex-shrink: 0; }
.prog-faq__icon::before, .prog-faq__icon::after{ content: ""; position: absolute; background: var(--accent); }
.prog-faq__icon::before{ left: 0; top: 50%; width: 100%; height: 1px; transform: translateY(-50%); }
.prog-faq__icon::after{
  top: 0; left: 50%; width: 1px; height: 100%; transform: translateX(-50%);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.prog-faq__q[aria-expanded="true"] .prog-faq__icon::after{ transform: translateX(-50%) scaleY(0); opacity: 0; }

.prog-faq__a{ max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.prog-faq__item.is-open .prog-faq__a{ max-height: 420px; }
.prog-faq__a p{ font-size: 15.5px; color: var(--gray); max-width: 66ch; padding: 0 2px clamp(20px,2.6vw,26px); line-height: 1.7; }

@media (prefers-reduced-motion: reduce){ .prog-faq__a{ transition: none; } }

/* ---------- El primer paso: dark, the natural next step ---------- */
.prog-final{ padding-block: var(--pad-y); }
.prog-final__grid{ display: grid; grid-template-columns: 1.2fr .9fr; gap: clamp(40px,6vw,80px); align-items: start; }
.prog-final__stat{
  display: inline-flex; align-items: baseline; gap: 10px;
  font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem,3.8vw,3rem); color: var(--accent-bright);
  margin-bottom: 26px;
}
.prog-final__stat small{ font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--gray-on-dark); }
.prog-final__grid h2{ margin: 14px 0 20px; }
.prog-final__grid p{ font-size: 16.5px; color: var(--gray-on-dark); max-width: 54ch; margin-bottom: 12px; }
.prog-final__punch{ font-family: var(--serif); font-style: italic; font-size: 20px !important; color: var(--accent-bright); }

@media (max-width: 900px){ .prog-final__grid{ grid-template-columns: 1fr; } }

/* =========================================================================
   QUIÉN SOY / AMELIA IÑIGO — same tokens/components, personal composition.
   Shared: .btn, .eyebrow, .wrap, .wrap--asym, .head, .plist, .tick-list,
   .lead-close, .statement, em.
   ========================================================================= */

/* ---------- Hero: contained portrait (not full-bleed), stat docked on its edge ---------- */
.qs-hero{ padding: clamp(136px,17vw,196px) 0 clamp(64px,8vw,96px); }
.qs-hero__grid{ display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,5vw,72px); align-items: center; }
.qs-hero__title{ font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem,4.6vw,3.6rem); line-height: 1.14; margin: 14px 0 24px; }
.qs-hero__lead{ font-family: var(--serif); font-size: 20px; font-style: italic; margin-bottom: 16px; }
.qs-hero__copy p{ font-size: 16.5px; color: var(--gray); max-width: 52ch; margin-bottom: 14px; }
.qs-hero__copy .btn{ margin-top: 14px; }

.qs-hero__media{ position: relative; }
.qs-hero__media img{
  width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: 50% 30%;
  filter: grayscale(.4) contrast(1.05); border: 1px solid var(--line-light);
}
.qs-hero__stat{
  position: absolute; left: -1px; bottom: -1px; max-width: 82%;
  background: var(--ink); color: var(--cream);
  padding: 18px 22px; display: flex; align-items: baseline; gap: 14px;
}
.qs-hero__stat-num{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem,3.2vw,2.5rem); color: var(--accent-bright); line-height: 1; flex-shrink: 0; }
.qs-hero__stat-label{ font-size: 12.5px; line-height: 1.4; color: var(--gray-on-dark); }

@media (max-width: 860px){
  .qs-hero__grid{ grid-template-columns: 1fr; }
  .qs-hero__media{ order: -1; }
}

/* ---------- De dónde viene NIA: dark biography timeline ---------- */
.qs-origen{ padding-block: var(--pad-y); }
.qs-origen__intro{ font-size: 17px; color: var(--gray-on-dark); max-width: 64ch; margin-top: 16px; }

.bio-timeline{ border-top: 1px solid var(--line-dark); margin-top: clamp(36px,4.6vw,56px); }
.bio-timeline__item{
  display: grid; grid-template-columns: 190px 1fr; gap: clamp(20px,3vw,40px);
  padding-block: clamp(30px,3.8vw,44px); border-bottom: 1px solid var(--line-dark); align-items: start;
}
.bio-timeline__era{ font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-bright); padding-top: 4px; }
.bio-timeline__item h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem,2vw,1.65rem); margin-bottom: 12px; }
.bio-timeline__item p{ font-size: 15.5px; color: var(--gray-on-dark); max-width: 60ch; line-height: 1.7; }

@media (max-width: 700px){ .bio-timeline__item{ grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Pull statement: light, a breath between two dense sections ---------- */
.qs-pull{ padding-block: clamp(56px,7vw,88px); }
.qs-pull__wrap{ max-width: 900px; }
.qs-pull__stmt{
  font-family: var(--serif); font-weight: 500; font-style: italic;
  font-size: clamp(1.8rem,3.6vw,2.7rem); line-height: 1.24; margin-bottom: clamp(32px,4vw,44px);
}
.qs-pull__body p{ font-size: 17px; color: var(--gray); max-width: 62ch; margin-bottom: 16px; }
.qs-pull__body .statement{ margin-top: 26px; }

/* ---------- Cómo trabajo: dark, reuses .plist (same device as Home's ¿Te suena?) ---------- */
.qs-trabajo{ padding-block: var(--pad-y); }
.qs-trabajo__intro{ font-size: 17px; color: var(--gray-on-dark); max-width: 62ch; margin-top: 16px; }

/* ---------- Mi papel: light, reuses .tick-list ---------- */
.qs-papel{ padding-block: clamp(56px,7vw,96px); }
.qs-papel__p{ font-size: 17px; color: var(--gray); max-width: 64ch; margin-bottom: 14px; }
.qs-papel__label{
  font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  color: var(--gray); opacity: .8; margin: clamp(28px,3.6vw,40px) 0 4px;
}

/* ---------- Lo que no cambia: dark, four values in "a antes que b" contrast ---------- */
.qs-valores{ padding-block: var(--pad-y); }
.qs-values{
  display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(40px,5vw,64px);
  border-top: 1px solid var(--line-dark); margin-top: clamp(36px,4.6vw,56px);
}
.qs-values__item{ padding-block: clamp(28px,3.6vw,40px); border-bottom: 1px solid var(--line-dark); }
.qs-values__n{ font-size: 13px; color: var(--gray-on-dark); opacity: .55; letter-spacing: .04em; }
.qs-values__item h3{ margin: 10px 0 12px; font-size: clamp(1.4rem,2.2vw,1.9rem); line-height: 1.2; font-weight: 500; }
.qs-values__a{ font-family: var(--serif); font-weight: 500; color: var(--accent-bright); }
.qs-values__vs{ font-family: var(--sans); font-size: .4em; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--gray-on-dark); opacity: .55; margin: 0 3px; }
.qs-values__b{ font-family: var(--serif); font-style: italic; color: var(--gray-on-dark); opacity: .82; }
.qs-values__item p{ font-size: 14.5px; color: var(--gray-on-dark); opacity: .85; max-width: 38ch; }

@media (max-width: 700px){ .qs-values{ grid-template-columns: 1fr; } }

/* ---------- Cierre: light, close and personal ---------- */
.qs-final{ padding-block: clamp(64px,8vw,100px); }
.qs-final__wrap{ max-width: 720px; margin-inline: auto; text-align: center; }
.qs-final__lead{ font-size: 13.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; }
.qs-final h2{ margin: 0 auto 24px; max-width: 22ch; }
.qs-final p{ font-size: 17px; color: var(--gray); margin-bottom: 14px; }
.qs-final__punch{ font-family: var(--serif); font-style: italic; font-size: 22px !important; color: var(--ink) !important; margin-bottom: 32px !important; }
.qs-final .btn{ margin-top: 8px; }

/* =========================================================================
   CONTACTO — same tokens/components, functional/transactional composition.
   Shared: .btn, .eyebrow, .wrap, .head, em.
   ========================================================================= */

/* ---------- Hero: dark, direct, no photo ---------- */
.ct-hero{ padding: clamp(140px,17vw,200px) 0 clamp(64px,8vw,96px); }
.ct-hero__wrap{ max-width: 780px; }
.ct-hero__title{ font-family: var(--serif); font-weight: 500; font-size: clamp(2.6rem,5.4vw,4.2rem); line-height: 1.1; margin: 14px 0 26px; }
.ct-hero__lead{ font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--accent-bright); margin-bottom: 18px; }
.ct-hero__p{ font-size: 17px; color: var(--gray-on-dark); max-width: 58ch; margin-bottom: 12px; }
.ct-hero .btn{ margin-top: 20px; }

/* ---------- Elige lo que te resulte más cómodo: light, channel rows ---------- */
.ct-canales{ padding-block: var(--pad-y); }
.ct-canales__kicker{ font-size: 16px; color: var(--gray); max-width: 68ch; margin: 16px 0 clamp(32px,4vw,44px); }
.ct-canales__intro{ font-size: 17px; color: var(--gray); max-width: 62ch; margin-top: 16px; }

.channels{ border-top: 1px solid var(--line-light); margin-top: clamp(32px,4vw,48px); }
.channel{
  display: grid; grid-template-columns: 56px 1fr auto; gap: clamp(18px,2.6vw,32px); align-items: center;
  padding-block: clamp(24px,3.2vw,36px); border-bottom: 1px solid var(--line-light);
}
.channel--rec{ border-left: 3px solid var(--accent); padding-left: clamp(18px,2.4vw,26px); }
.channel__n{ font-family: var(--serif); font-size: clamp(1.5rem,2.4vw,2rem); color: var(--accent); opacity: .38; line-height: 1; }
.channel__tag{ font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.channel__body h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.25rem,1.9vw,1.55rem); margin-bottom: 8px; }
.channel__body p{ font-size: 15px; color: var(--gray); max-width: 48ch; }
.channel__cta{ white-space: nowrap; }

@media (max-width: 760px){
  .channel{ grid-template-columns: 40px 1fr; }
  .channel__cta{ grid-column: 1 / -1; margin-top: 4px; width: fit-content; }
}

/* ---------- Si prefieres escribir: light, editorial form ---------- */
.ct-form-section{ padding-block: var(--pad-y); }
.ct-form-grid{ display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,5vw,72px); align-items: start; }
.ct-form-lead{ font-size: 17px; color: var(--gray); max-width: 52ch; margin: 18px 0 0; }
.ct-form-note{
  font-size: 13px; color: var(--gray); opacity: .7; margin-top: 28px;
  padding-top: 20px; border-top: 1px solid var(--line-light); max-width: 50ch;
}

.ct-form{ position: relative; background: var(--cream-2); padding: clamp(30px,3.8vw,44px); }
.ct-form__intro{ font-family: var(--serif); font-style: italic; font-size: 19px; margin-bottom: 28px; }

.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 6px clamp(20px,2.6vw,28px); }
.form-field{ display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.form-field label, fieldset.form-field legend{
  font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); padding: 0;
}
.form-field input, .form-field textarea{
  font-family: var(--sans); font-size: 16px; color: var(--ink); background: transparent;
  border: none; border-bottom: 1px solid var(--line-light); border-radius: 0; padding: 10px 2px;
  transition: border-color .3s var(--ease);
}
.form-field input::placeholder, .form-field textarea::placeholder{ color: var(--gray); opacity: .55; }
.form-field input:focus, .form-field textarea:focus{ outline: none; border-bottom-color: var(--accent); }
.form-field textarea{ resize: vertical; min-height: 96px; line-height: 1.6; }

fieldset.form-field{ border: none; margin: 0 0 28px; }
fieldset.form-field legend{ margin-bottom: 12px; }
.checklist{ display: flex; flex-direction: column; gap: 12px; }
.check{ display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.check input{
  appearance: none; -webkit-appearance: none; width: 16px; height: 16px; margin-top: 2px;
  border: 1px solid var(--line-light); background: var(--cream); position: relative; flex-shrink: 0; cursor: pointer;
}
.check input:checked{ border-color: var(--accent); }
.check input:checked::after{ content: ""; position: absolute; inset: 3px; background: var(--accent); }
.check span{ font-size: 15px; color: var(--ink); line-height: 1.5; }

.ct-honeypot{ position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ct-form .btn{ margin-top: 4px; }
.ct-form__legal{ font-size: 12px; color: var(--gray); opacity: .7; margin-top: 18px; max-width: 52ch; line-height: 1.6; }
.ct-form__sent{ font-size: 13px; color: var(--accent); margin-top: 14px; font-weight: 600; }

@media (max-width: 860px){ .ct-form-grid{ grid-template-columns: 1fr; } }
@media (max-width: 560px){ .form-row{ grid-template-columns: 1fr; } }

/* ---------- Cierre: dark ---------- */
.ct-final{ padding-block: var(--pad-y); }
.ct-final__wrap{ max-width: 760px; text-align: center; margin-inline: auto; }
.ct-final__wrap h2{ margin: 0 auto 20px; max-width: 26ch; }
.ct-final__wrap p{ font-size: 17px; color: var(--gray-on-dark); margin-bottom: 14px; }
.ct-final__punch{ font-family: var(--serif); font-style: italic; font-size: 20px !important; color: var(--accent-bright) !important; margin-bottom: 30px !important; }
.ct-final .btn{ margin-top: 6px; }

/* =========================================================================
   BLOG — listing + article template. Same tokens/components.
   Shared: .btn, .eyebrow, .wrap, .head, em.
   ========================================================================= */

/* ---------- Listing ---------- */
.bl-head{ padding: clamp(136px,17vw,196px) 0 8px; }
.bl-list{ padding-bottom: clamp(64px,8vw,100px); }
.bl-posts{ border-top: 1px solid var(--line-light); }
.bl-post{
  display: grid; grid-template-columns: 1fr; gap: clamp(24px,3.4vw,40px);
  padding-block: clamp(36px,4.6vw,56px); border-bottom: 1px solid var(--line-light); align-items: start;
}
.bl-post--media{ grid-template-columns: 320px 1fr; }
.bl-post__media img{
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  filter: grayscale(.35) contrast(1.05); border: 1px solid var(--line-light);
}
.bl-post__cat{ font-size: 11.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.bl-post__body h2{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem,2.4vw,2rem); line-height: 1.25; margin-bottom: 14px; max-width: none; }
.bl-post__body h2 a{ color: inherit; }
.bl-post__body h2 a:hover{ color: var(--accent); }
.bl-post__excerpt{ font-size: 16px; color: var(--gray); max-width: 70ch; margin-bottom: 16px; line-height: 1.7; }
.bl-post__more{ font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }
.bl-post__more:hover{ text-decoration: underline; }

@media (max-width: 700px){ .bl-post--media{ grid-template-columns: 1fr; } }

/* ---------- Article shared shell ---------- */
.post__head{ padding: clamp(136px,17vw,190px) 0 0; }
.post__head-wrap{ max-width: 820px; }
.post__back{ font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gray); }
.post__back:hover{ color: var(--accent); }
.post__cat{ font-size: 11.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin: 22px 0 14px; }
.post__head h1{ font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem,4vw,3.2rem); line-height: 1.16; max-width: 20ch; margin-bottom: clamp(36px,4.6vw,52px); }
.post__head--noimg h1{ margin-bottom: clamp(48px,6vw,72px); }

.post__media{ max-width: 1300px; margin-bottom: clamp(48px,6vw,72px); }
.post__media img{ width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: grayscale(.3) contrast(1.05); }

.post__body{ padding-bottom: clamp(56px,7vw,84px); }

/* ---------- Prose: shared rich-text typography for article bodies ---------- */
.prose{ max-width: 700px; }
.prose > p{ font-size: 17.5px; line-height: 1.78; color: var(--ink); margin-bottom: 22px; }
.prose h2{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem,2.4vw,2rem); line-height: 1.25; margin: 46px 0 18px; max-width: none; }
.prose h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem,1.8vw,1.4rem); margin: 30px 0 12px; }
.prose > *:first-child{ margin-top: 0; }
.prose ul, .prose ol{ margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; }
.prose li{ font-size: 16px; color: var(--gray); padding-left: 24px; position: relative; line-height: 1.65; }
.prose ul li::before{ content: ""; position: absolute; left: 0; top: .7em; width: 12px; height: 1px; background: var(--accent); }
.prose ol{ counter-reset: prosenum; }
.prose ol li{ counter-increment: prosenum; padding-left: 28px; }
.prose ol li::before{
  content: counter(prosenum) "."; position: absolute; left: 0; top: 0; width: auto; height: auto;
  background: none; font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--accent);
}
.prose a{ color: var(--accent); text-decoration: underline; text-decoration-color: var(--line-light); text-underline-offset: 3px; }
.prose a:hover{ text-decoration-color: var(--accent); }
.prose .eyebrow{ margin-top: 0; }

.post__lead{ font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--ink); margin-top: 8px; }
.post__section-label{ margin-top: 44px !important; }
.post__checklist li::before{ content: "→"; background: none; width: auto; height: auto; font-size: 13px; color: var(--accent); top: -1px !important; }

/* ---------- Signals: numbered full-width chapters (7-señales article) ---------- */
.signals{ border-top: 1px solid var(--line-light); margin-top: clamp(36px,4.6vw,52px); }
.signal{
  display: grid; grid-template-columns: 90px 1fr; gap: clamp(20px,3vw,40px);
  padding-block: clamp(32px,4vw,48px); border-bottom: 1px solid var(--line-light);
}
.signal__num{
  font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,3.4vw,2.8rem);
  color: transparent; -webkit-text-stroke: 1px var(--accent); line-height: 1; padding-top: 4px;
}
.signal .prose{ max-width: 640px; }

@media (max-width: 700px){ .signal{ grid-template-columns: 1fr; gap: 10px; } }

.post__pull{
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.6rem,3vw,2.3rem); line-height: 1.3; text-align: center;
  max-width: 800px; margin: clamp(48px,6vw,72px) auto 0; color: var(--accent);
}

/* ---------- CTA block within an article (dark) ---------- */
.post__cta{ padding-block: clamp(56px,7vw,88px); }
.post__cta-wrap{ max-width: 700px; }
.post__cta-p{ font-size: 17px; color: var(--gray-on-dark); max-width: 60ch; margin: 16px 0 26px; }
.post__cta-tag{ font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-on-dark); opacity: .6; margin-top: 22px; }

/* ---------- Prev/next pager ---------- */
.post__pager{ padding-block: 28px; border-top: 1px solid var(--line-light); }
.post__pager a{ font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--gray); }
.post__pager a:hover{ color: var(--accent); }

/* =========================================================================
   ODOO PARA PYMES — NIA's sub-identity: same shell (header/footer/buttons/
   type), but a module/grid/connected-line language and Odoo's real purple
   as a strategic second accent. Burdeos stays the CTA colour throughout.
   ========================================================================= */

.od-eyebrow{
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase; color: var(--odoo-purple); margin: 0 0 16px;
}
.dark .od-eyebrow{ color: var(--odoo-purple-bright); }

/* ---------- Hero: scattered → connected diagram ---------- */
.od-hero{ padding: clamp(136px,17vw,196px) 0 clamp(64px,8vw,96px); }
.od-hero__grid{ display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,5vw,72px); align-items: center; }
.od-hero__copy h1{ font-family: var(--serif); font-weight: 500; font-size: clamp(2.3rem,4.4vw,3.5rem); line-height: 1.16; margin: 12px 0 22px; max-width: 16ch; }
.od-hero__lead{ font-size: 17px; color: var(--gray); max-width: 52ch; margin-bottom: 22px; }
.od-hero__pains{ display: flex; flex-direction: column; gap: 8px; margin-bottom: 30px; }
.od-hero__pains li{ font-size: 15px; color: var(--gray); padding-left: 20px; position: relative; }
.od-hero__pains li::before{ content: ""; position: absolute; left: 0; top: .65em; width: 10px; height: 1px; background: var(--accent); }
.od-badge{ display: flex; align-items: center; gap: 10px; margin-top: 26px; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--gray); }
.od-badge img{ height: 14px; width: auto; opacity: .8; }
.od-badge--dark{ color: var(--gray-on-dark); justify-content: center; }

.od-diagram{
  position: relative; overflow: hidden; background: var(--odoo-soft-bg); border: 1px solid var(--line-light);
  padding: clamp(32px,4vw,48px) clamp(24px,3vw,36px) clamp(40px,5vw,56px);
}
.od-diagram::before{
  content: ""; position: absolute; top: -70px; right: -70px; width: 220px; height: 220px;
  border-radius: 50%; border: 40px solid var(--odoo-purple); opacity: .08; pointer-events: none;
}
.od-diagram__label{ position: relative; font-size: 11.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--gray); text-align: center; margin-bottom: 22px; }
.od-diagram__scatter{ position: relative; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.od-diagram__scatter span{
  display: inline-block; background: var(--cream); border: 1px solid var(--odoo-purple);
  padding: 9px 18px; font-size: 13.5px; font-weight: 600; color: var(--ink);
  transform: rotate(var(--r));
}
.od-diagram__lines{ position: relative; width: 100%; height: 60px; display: block; margin: 2px 0; }
.od-diagram__lines path{ stroke: var(--odoo-purple); stroke-width: 2; opacity: .85; }
.od-diagram__result{
  position: relative; background: var(--ink); color: var(--cream); text-align: center;
  padding: 18px 20px; font-family: var(--serif); font-size: 19px; font-weight: 500;
  border-left: 4px solid var(--odoo-purple);
}

@media (max-width: 860px){ .od-hero__grid{ grid-template-columns: 1fr; } .od-diagram{ order: -1; } }

/* ---------- El punto de partida: structured module grid ---------- */
.od-signals{ padding-block: clamp(48px,6vw,84px); background: var(--odoo-soft-bg); }
.od-signals__intro{ font-size: 17px; color: var(--gray); margin-top: 16px; }
.od-module-grid{
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line-light);
  border: 1px solid var(--line-light); margin-top: clamp(28px,3.4vw,40px);
}
.od-module-grid li{ background: var(--cream); padding: clamp(22px,2.8vw,28px) clamp(20px,2.4vw,26px); border-top: 3px solid var(--accent); }
.od-module--odoo{ border-top-color: var(--odoo-purple) !important; }
.od-module__mark{ display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: var(--accent); color: var(--cream); font-family: var(--serif); font-size: 13px; margin-bottom: 16px; }
.od-module--odoo .od-module__mark{ background: var(--odoo-purple); }
.od-module-grid h3{ font-family: var(--serif); font-weight: 500; font-size: 19px; margin-bottom: 8px; }
.od-module-grid p{ font-size: 14px; color: var(--gray); line-height: 1.55; }

@media (max-width: 900px){ .od-module-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .od-module-grid{ grid-template-columns: 1fr; } }

/* ---------- Antes y después: connected rows ---------- */
.od-shift{ padding-block: clamp(48px,6vw,84px); }
.od-shift__intro{ font-size: 17px; color: var(--gray-on-dark); margin-top: 16px; }
.od-shift__head-row{
  display: grid; grid-template-columns: 1fr 40px 1fr; gap: 16px; margin-top: clamp(32px,4vw,44px);
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-on-dark); opacity: .7;
  padding-bottom: 14px; border-bottom: 1px solid var(--line-dark);
}
.od-shift__after-label{ color: var(--odoo-purple-bright); opacity: 1; text-align: right; }
.od-shift__list li{
  display: grid; grid-template-columns: 1fr 40px 1fr; gap: 16px; align-items: center;
  padding-block: clamp(18px,2.4vw,24px); border-bottom: 1px solid var(--line-dark);
}
.od-shift__before{ font-size: 15.5px; color: var(--gray-on-dark); opacity: .75; }
.od-shift__arrow{
  display: flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  background: var(--odoo-purple); color: var(--cream); font-size: 14px; margin-inline: auto;
}
.od-shift__after{ font-size: 16.5px; color: var(--cream); text-align: right; font-weight: 500; }

@media (max-width: 700px){
  .od-shift__head-row, .od-shift__list li{ grid-template-columns: 1fr; text-align: left; gap: 4px; }
  .od-shift__after-label, .od-shift__after, .od-shift__arrow{ text-align: left; }
}

/* ---------- Cómo trabaja NIA: connected flow, square nodes ---------- */
.od-flow{ padding-block: clamp(48px,6vw,84px); }
.od-flow__intro{ font-size: 17px; color: var(--gray); margin-top: 16px; }
.od-flow__list{ border-top: 1px solid var(--line-light); margin: clamp(28px,3.4vw,40px) 0 clamp(32px,4vw,40px); }
.od-flow__list li{
  display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: start;
  padding-block: clamp(20px,2.6vw,28px); border-bottom: 1px solid var(--line-light); position: relative;
}
.od-flow__node{
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  background: var(--odoo-purple); color: var(--cream); font-family: var(--serif); font-size: 14px; font-weight: 500;
  box-shadow: 0 0 0 4px var(--odoo-soft-bg);
}
.od-flow__list li:not(:last-child)::after{
  content: ""; position: absolute; left: 18px; bottom: -1px; width: 1px; height: clamp(20px,2.6vw,28px);
  background: var(--odoo-purple); opacity: .55;
}
.od-flow__list h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem,1.7vw,1.4rem); margin-bottom: 8px; line-height: 1.3; }
.od-flow__list p{ font-size: 15px; color: var(--gray); }

/* ---------- Tres puntos de partida ---------- */
.od-start{ padding-block: clamp(48px,6vw,84px); }
.od-start h2{ margin: 14px 0 clamp(32px,4vw,48px); max-width: 22ch; }
.od-start__grid{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-bottom: clamp(36px,4.6vw,48px); }
.od-start__item{ background: var(--ink); padding: clamp(28px,3.4vw,36px) clamp(24px,2.8vw,30px); }
.od-start__icon{
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border: 1px solid var(--odoo-purple-bright); color: var(--odoo-purple-bright);
  font-family: var(--serif); font-size: 16px; margin-bottom: 20px;
}
.od-start__item h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem,1.7vw,1.4rem); margin-bottom: 12px; line-height: 1.3; }
.od-start__item p{ font-size: 14.5px; color: var(--gray-on-dark); opacity: .85; margin-bottom: 10px; line-height: 1.6; }
.od-start__approach{ opacity: 1 !important; color: var(--cream) !important; padding-top: 10px; border-top: 1px solid var(--line-dark); margin-top: 12px !important; }

@media (max-width: 860px){ .od-start__grid{ grid-template-columns: 1fr; } }

/* ---------- Necesidades: real official Odoo app icons ---------- */
.od-needs{ padding-block: clamp(48px,6vw,84px); background: var(--odoo-soft-bg); }
.od-needs__intro{ font-size: 17px; color: var(--gray); margin-top: 16px; }
.od-needs__list{ border-top: 1px solid var(--line-light); margin-top: clamp(28px,3.4vw,40px); }
.od-needs__list li{
  display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: center;
  padding-block: clamp(20px,2.6vw,28px); border-bottom: 1px solid var(--line-light);
}
.od-needs__icon{
  width: 48px; height: 48px; padding: 7px; background: var(--cream);
  border: 1px solid var(--line-light);
}
.od-needs__list h3{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.1rem,1.6vw,1.3rem); margin-bottom: 6px; }
.od-needs__list p{ font-size: 15px; color: var(--gray); max-width: 56ch; }
.od-needs__more{ display: inline-block; margin-top: clamp(28px,3.4vw,36px); font-size: 13px; font-weight: 600; color: var(--odoo-purple); letter-spacing: .03em; }
.od-needs__more:hover{ text-decoration: underline; }

@media (max-width: 620px){ .od-needs__list li{ grid-template-columns: 1fr; gap: 10px; } }

/* ---------- La diferencia NIA: comparison table ---------- */
.od-diff{ padding-block: clamp(48px,6vw,84px); }
.od-diff__intro{ font-size: 17px; color: var(--gray-on-dark); max-width: 64ch; margin-top: 16px; }
.od-diff__table{ display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-top: clamp(32px,4vw,48px); }
.od-diff__col{ padding: clamp(28px,3.4vw,38px); }
.od-diff__col--generic{ background: var(--ink); }
.od-diff__col--nia{ background: var(--ink-2); }
.od-diff__col-label{ font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; }
.od-diff__col--generic .od-diff__col-label{ color: var(--odoo-purple-bright); }
.od-diff__col--nia .od-diff__col-label{ color: var(--accent-bright); }
.od-diff__col ul{ display: flex; flex-direction: column; gap: 14px; }
.od-diff__col li{ font-size: 14.5px; color: var(--gray-on-dark); padding-left: 20px; position: relative; line-height: 1.55; }
.od-diff__col--generic li::before{ content: ""; position: absolute; left: 0; top: .6em; width: 10px; height: 1px; background: var(--odoo-purple-bright); }
.od-diff__col--nia li::before{ content: ""; position: absolute; left: 0; top: .6em; width: 10px; height: 1px; background: var(--accent-bright); }
.od-diff__close{ font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--cream); max-width: 70ch; margin-top: clamp(32px,4vw,44px); }
.od-diff__link{ display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 600; letter-spacing: .03em; color: var(--odoo-purple-bright); }
.od-diff__link:hover{ text-decoration: underline; }

@media (max-width: 760px){ .od-diff__table{ grid-template-columns: 1fr; } }

/* ---------- Servicios independientes ---------- */
.od-services{ padding-block: clamp(48px,6vw,84px); }
.od-services__intro{ font-size: 17px; color: var(--gray); max-width: 64ch; margin-top: 16px; }
.od-services__grid{ display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,48px); margin-top: clamp(36px,4.6vw,52px); }
.od-service{ padding: clamp(30px,3.6vw,42px); border-top: 3px solid var(--line-light); }
.od-service--odoo{ border-top-color: var(--odoo-purple); background: var(--odoo-soft-bg); }
.od-service--nia{ border-top-color: var(--accent); background: var(--cream-2); }
.od-service__name{ font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem,2.6vw,2.1rem); margin-bottom: 14px; }
.od-service--odoo .od-service__name{ color: var(--odoo-purple); }
.od-service--nia .od-service__name{ color: var(--accent); }
.od-service__desc{ font-size: 15.5px; color: var(--gray); margin-bottom: 20px; }
.od-service__label{ font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin-bottom: 12px; }
.od-service .tick-list{ margin: 0 0 24px; padding: 0; border: none; }
.od-service .tick-list li{ font-size: 14.5px; }
.od-service__note{ font-size: 14px; color: var(--gray); font-style: italic; margin-bottom: 8px; }
.od-services__foot{ font-size: 14px; color: var(--gray); opacity: .75; margin-top: clamp(32px,4vw,44px); max-width: 64ch; }

@media (max-width: 860px){ .od-services__grid{ grid-template-columns: 1fr; } }

/* ---------- Cierre ---------- */
.od-final{ padding-block: clamp(56px,6.5vw,92px); }
.od-final__wrap{ max-width: 700px; text-align: center; margin-inline: auto; }
.od-final__mark{ width: 90px; margin: 0 auto 4px; color: var(--odoo-purple-bright); opacity: .45; }
.od-final h2{ margin: 14px auto 20px; max-width: 22ch; }
.od-final__lead{ font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--odoo-purple-bright); margin-bottom: 16px !important; }
.od-final p{ font-size: 16.5px; color: var(--gray-on-dark); margin-bottom: 14px; }
.od-final .btn{ margin-top: 10px; }
