/* ============================================================================
   MbelREDACTORA — REDISEÑO 2026 · Sistema de diseño «Editorial cálido premium»
   ----------------------------------------------------------------------------
   Dirección de arte: papelería de autora. Papel cálido con grano sutil,
   tinta verde oliva de marca (#3c5a29), acento rojo oxblood (#be0000) para
   los CTA, Montserrat compuesta con criterio editorial (gran contraste de
   pesos, hairlines, numerales decorativos) y firma manuscrita como gesto de
   autora. Sin serifs ajenas a la marca: el aire «premium» nace del ritmo
   tipográfico, el aire en blanco y el papel, no de una fuente prestada.

   Pensado para reconstruir en WordPress + Elementor:
   · Las variables :root mapean 1:1 con Elementor > Site Settings (Global
     Colors y Global Fonts).
   · Cada bloque está comentado con su equivalente [ELEMENTOR > ...].
   ============================================================================ */

/* ---------------------------------------------------------------------------
   [ELEMENTOR > SITE SETTINGS] — Global Colors y Global Fonts
   --------------------------------------------------------------------------- */
:root {
  /* === Global Colors (tintados a marca, en OKLCH para mezclas limpias) === */
  --green:        oklch(0.40 0.068 134);   /* #3c5a29 · Primary (verde corporativo) */
  --green-deep:   oklch(0.31 0.055 134);   /* bandas / fondos profundos             */
  --green-ink:    oklch(0.235 0.038 134);  /* casi negro verdoso · titulares        */
  --red:          oklch(0.52 0.205 27);    /* #be0000 · Secondary (CTA / acentos)   */
  --red-deep:     oklch(0.45 0.190 27);

  /* Neutros cálidos de papel — nunca #fff ni #000 puros */
  --paper:        oklch(0.987 0.009 95);   /* fondo base                            */
  --paper-2:      oklch(0.967 0.014 92);   /* secciones alternas                    */
  --paper-3:      oklch(0.928 0.020 90);   /* hairlines / bordes                    */
  --paper-edge:   oklch(0.885 0.022 88);   /* hairline algo más marcada             */
  --ink:          oklch(0.345 0.012 110);  /* texto principal (≈ #3e3e3e tintado)   */
  --ink-soft:     oklch(0.505 0.012 110);  /* texto secundario                      */
  --green-wash:   oklch(0.955 0.022 130);  /* lavado verde muy claro                */
  --green-wash-2: oklch(0.915 0.032 130);

  /* Mapeo a nombres genéricos de Elementor */
  --color-primary:   var(--green);
  --color-secondary: var(--red);
  --color-text:      var(--ink);
  --color-accent:    var(--red);

  /* === Global Fonts === */
  --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif; /* Primary   */
  --font-body:    'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif; /* Secondary */
  --font-script:  'Caveat', 'Segoe Script', cursive; /* acento manuscrito de autora.
        En WordPress, sustituir por la fuente de marca «LT Riwaya Informal»
        (Elementor > Custom Fonts) y dejar esta como fallback. */

  /* === Escala tipográfica fluida (contraste editorial fuerte) === */
  --fs-mega:    clamp(2.9rem, 8.2vw, 6.5rem);
  --fs-display: clamp(2.6rem, 6.4vw, 5rem);
  --fs-h1:      clamp(2.2rem, 5vw, 3.7rem);
  --fs-h2:      clamp(1.8rem, 3.6vw, 2.8rem);
  --fs-h3:      clamp(1.2rem, 1.9vw, 1.55rem);
  --fs-lead:    clamp(1.12rem, 1.5vw, 1.36rem);
  --fs-body:    1.0625rem;
  --fs-small:   0.82rem;

  /* === Layout === */
  --container:        1240px;
  --container-wide:   1400px;
  --container-narrow: 760px;
  --gutter:      clamp(1.25rem, 4vw, 2.75rem);
  --section-pad: clamp(4.5rem, 10vw, 9rem);
  --radius:      6px;
  --radius-lg:   22px;
  --radius-xl:   30px;

  --shadow-sm: 0 1px 2px oklch(0.34 0.02 110 / .05);
  --shadow:    0 26px 60px -34px oklch(0.34 0.05 110 / .42);
  --shadow-lg: 0 50px 90px -42px oklch(0.31 0.06 134 / .5);

  --ease:   cubic-bezier(0.22, 1, 0.36, 1);     /* ease-out-quint */
  --ease-2: cubic-bezier(0.65, 0.05, 0.36, 1);
  --t:  .5s var(--ease);
  --t-fast: .28s var(--ease);
}

/* ---------------------------------------------------------------------------
   Reset y base
   --------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.74;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

/* Grano de papel: textura sutil global (en Elementor → imagen PNG de ruido
   con opacidad baja en el fondo de la página). */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--red); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--green-ink);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: -.012em; }
p { margin-bottom: 1.15rem; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; color: var(--green-ink); }
em { font-style: italic; }

::selection { background: var(--green); color: var(--paper); }
:focus-visible { outline: 2.5px solid var(--red); outline-offset: 3px; border-radius: 3px; }

/* ---------------------------------------------------------------------------
   Layout: secciones y contenedores
   --------------------------------------------------------------------------- */
.section { padding-block: var(--section-pad); position: relative; }
.section--alt   { background: var(--paper-2); }
.section--tint  { background: var(--green-wash); }
.section--dark  { background: var(--green-deep); color: oklch(0.91 0.025 120); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--paper); }
.section--tight { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
/* Separador sutil para la sección «Otros servicios» (evita papel sobre papel) */
.section--related { border-top: 1px solid var(--paper-edge); }

.container {
  width: 100%; max-width: var(--container);
  margin-inline: auto; padding-inline: var(--gutter);
  position: relative; z-index: 2;
}
.container--wide   { max-width: var(--container-wide); }
.container--narrow { max-width: var(--container-narrow); }

/* Hairline reutilizable como recurso editorial */
.rule { height: 1px; background: var(--paper-edge); border: 0; }

/* ---------------------------------------------------------------------------
   Tipografía de apoyo y utilidades
   --------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-heading);
  font-size: .74rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--red); margin-bottom: 1.25rem;
}
.eyebrow::before { content: ''; width: 1.8rem; height: 1.5px; background: currentColor; display: inline-block; }
.eyebrow--plain::before { display: none; }
.eyebrow--light { color: var(--green-wash-2); }

/* Numeral de sección decorativo: «01 —» */
.sec-num {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--font-heading); font-weight: 800; font-size: .82rem;
  letter-spacing: .14em; color: var(--ink-soft); margin-bottom: 1.1rem;
  font-feature-settings: "tnum";
}
.sec-num b { color: var(--red); }
.sec-num::after { content: ''; width: 2.4rem; height: 1.5px; background: var(--paper-edge); }

.script {
  font-family: var(--font-script); font-weight: 700;
  letter-spacing: 0; color: var(--green); line-height: .9;
}

.lead  { font-size: var(--fs-lead); line-height: 1.62; color: var(--ink-soft); }
.muted { color: var(--ink-soft); }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

.section-head { max-width: 56ch; margin-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.section-head.text-center { margin-inline: auto; }
.section-head h2 { margin-bottom: 1.1rem; }
.section-head p { font-size: var(--fs-lead); color: var(--ink-soft); }

.grid { display: grid; gap: clamp(1.25rem, 2.4vw, 2rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Resaltado tipo marcador bajo una palabra */
.mark {
  background-image: linear-gradient(transparent 60%, oklch(0.52 0.205 27 / .2) 0);
  padding: 0 .06em;
}

/* ---------------------------------------------------------------------------
   [ELEMENTOR > WIDGET: Button]
   --------------------------------------------------------------------------- */
.btn {
  --bg: var(--red); --fg: var(--paper);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--font-heading); font-weight: 600; font-size: .98rem; line-height: 1;
  padding: 1.1rem 1.9rem; border-radius: 100px;
  border: 1.5px solid var(--bg); background: var(--bg); color: var(--fg);
  cursor: pointer; transition: transform var(--t), box-shadow var(--t), border-color var(--t-fast), color var(--t-fast);
}
.btn svg { width: 1.05em; height: 1.05em; }
/* relleno deslizante en hover (sin cambiar el layout) */
.btn::before {
  content: ''; position: absolute; inset: 0; z-index: -1; transform: scaleX(0);
  transform-origin: left; transition: transform var(--t);
  background: var(--green-ink);
}
.btn:hover { transform: translateY(-2px); color: var(--paper); }
.btn:hover::before { transform: scaleX(1); }
.btn:active { transform: translateY(0); }

.btn--primary { --bg: var(--red); box-shadow: 0 16px 34px -14px oklch(0.52 0.205 27 / .62); }
.btn--primary:hover { box-shadow: 0 24px 46px -16px oklch(0.52 0.205 27 / .55); }
.btn--green { --bg: var(--green); box-shadow: 0 16px 34px -16px oklch(0.40 0.068 134 / .6); }
.btn--green::before { background: var(--green-deep); }
.btn--outline { background: transparent; color: var(--green-ink); border-color: var(--green-ink); }
.btn--outline::before { background: var(--green-ink); }
.btn--light { background: var(--paper); color: var(--red); border-color: var(--paper); }
.btn--light::before { background: var(--paper); opacity: .12; }
.btn--light:hover { color: var(--red-deep); }
.btn--lg { padding: 1.25rem 2.2rem; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; justify-content: center; }

.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.btn-row--center { justify-content: center; }

/* Enlace con flecha */
.arrow-link {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-heading); font-weight: 700; font-size: .95rem; color: var(--red);
}
.arrow-link svg { width: 1.05em; height: 1.05em; transition: transform var(--t); }
.arrow-link:hover { color: var(--red-deep); }
.arrow-link:hover svg { transform: translateX(5px); }

/* ---------------------------------------------------------------------------
   [ELEMENTOR > THEME BUILDER: Header] — cabecera global con cinta superior
   --------------------------------------------------------------------------- */
.topbar {
  background: var(--green-ink); color: oklch(0.86 0.03 120);
  font-size: .76rem; letter-spacing: .04em;
}
.topbar__inner {
  max-width: var(--container-wide); margin-inline: auto; padding: .55rem var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.topbar__inner p { margin: 0; }
.topbar a { color: oklch(0.92 0.02 120); font-weight: 600; }
.topbar a:hover { color: var(--paper); }
.topbar .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: oklch(0.72 0.16 142); margin-right: .5rem; box-shadow: 0 0 0 0 oklch(0.72 0.16 142 / .6); animation: pulse 2.6s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 oklch(0.72 0.16 142 / .55); } 70% { box-shadow: 0 0 0 7px oklch(0.72 0.16 142 / 0); } 100% { box-shadow: 0 0 0 0 oklch(0.72 0.16 142 / 0); } }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: oklch(0.987 0.009 95 / .8);
  backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-fast), background var(--t-fast), min-height var(--t-fast);
}
.site-header.is-scrolled { border-bottom-color: var(--paper-3); background: oklch(0.987 0.009 95 / .95); }
.header-inner {
  max-width: var(--container-wide); margin-inline: auto; padding-inline: var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 86px;
}
.brand { display: flex; align-items: center; }
.brand img { height: 40px; width: auto; transition: height var(--t-fast); }
.site-header.is-scrolled .brand img { height: 34px; }

.nav { display: flex; align-items: center; gap: 2.2rem; }
.nav-menu { display: flex; align-items: center; gap: 1.9rem; list-style: none; padding: 0; }
.nav-menu a {
  font-family: var(--font-heading); font-weight: 600; font-size: .95rem; color: var(--ink);
  position: relative; padding: .35rem 0;
}
.nav-menu a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--red); transition: width var(--t); }
.nav-menu a:hover, .nav-menu a.is-active { color: var(--green-ink); }
.nav-menu a:hover::after, .nav-menu a.is-active::after { width: 100%; }

.nav__cta { margin-left: .4rem; }
.nav__cta .btn { padding: .8rem 1.35rem; font-size: .9rem; }

/* Selector de idioma — dropdown (replicable con Polylang/WPML en modo desplegable) */
.lang-switch { position: relative; }
.lang-switch summary {
  list-style: none; cursor: pointer; user-select: none;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem .8rem; border: 1.5px solid var(--paper-edge); border-radius: 100px;
  background: oklch(0.987 0.009 95 / .55);
  font-family: var(--font-heading); font-weight: 700; font-size: .82rem; letter-spacing: .02em; color: var(--green-ink);
  transition: border-color var(--t-fast), background var(--t-fast), color var(--t-fast);
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary:hover { border-color: var(--green); background: var(--paper); }
.lang-switch__globe { width: 1.05rem; height: 1.05rem; color: var(--green); flex-shrink: 0; }
.lang-switch__chev { width: .82rem; height: .82rem; color: var(--ink-soft); transition: transform var(--t-fast); }
.lang-switch[open] summary { border-color: var(--green); background: var(--paper); }
.lang-switch[open] .lang-switch__chev { transform: rotate(180deg); }

.lang-switch__menu {
  position: absolute; top: calc(100% + .55rem); right: 0; z-index: 130;
  min-width: 11.5rem; list-style: none; margin: 0; padding: .4rem;
  background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: lang-pop .18s var(--ease);
}
@keyframes lang-pop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.lang-switch__menu a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .6rem .8rem; border-radius: calc(var(--radius) - 2px);
  font-family: var(--font-heading); font-weight: 600; font-size: .94rem; color: var(--ink);
  transition: background var(--t-fast), color var(--t-fast);
}
.lang-switch__menu a span { font-size: .72rem; font-weight: 700; letter-spacing: .1em; color: var(--ink-soft); }
.lang-switch__menu a:hover { background: var(--green-wash); color: var(--green-ink); }
.lang-switch__menu a.is-active { color: var(--green); }
.lang-switch__menu a.is-active span { color: var(--green); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--green-ink); transition: var(--t-fast); }

/* ---------------------------------------------------------------------------
   HERO — masthead editorial, asimétrico, con firma manuscrita
   --------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(3rem, 6vw, 5.5rem) 0;
}
.hero::before { /* halo verde de papel */
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(55% 60% at 88% 6%, var(--green-wash) 0%, transparent 58%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}
.hero__grid {
  display: grid; grid-template-columns: 1.06fr .94fr;
  gap: clamp(2rem, 4vw, 3.5rem); align-items: end;
}
.hero__head { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.hero h1 {
  font-size: var(--fs-mega); margin-bottom: 1.7rem;
  letter-spacing: -.04em; font-weight: 800;
}
.hero h1 .nivel { color: var(--green-ink); }
.hero h1 .invisible {
  position: relative; color: var(--red); font-style: italic;
  font-family: var(--font-script); font-weight: 700; font-size: 1.06em;
  letter-spacing: 0; padding-inline: .04em;
}
/* tachado sutil sobre «invisible» */
.hero h1 .invisible::after {
  content: ''; position: absolute; left: -.02em; right: -.02em; top: 54%; height: 2px;
  background: var(--red); transform: rotate(-2.5deg); opacity: .5;
}
.hero__lead { font-size: var(--fs-lead); color: var(--ink-soft); margin-bottom: 2.2rem; max-width: 44ch; }
.hero__lead .sign { font-family: var(--font-script); font-size: 1.34em; color: var(--green); font-weight: 700; }

/* Columna visual: foto con panel verde + tarjetas flotantes */
.hero__visual { position: relative; align-self: stretch; min-height: 100%; display: flex; align-items: flex-end; }
.hero__media { position: relative; width: 100%; }
.hero__media::before { /* panel verde de art direction */
  content: ''; position: absolute; left: 8%; right: -4%; top: 10%; bottom: 0; z-index: 0;
  background: var(--green); border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.hero__media::after { /* marco hairline desplazado */
  content: ''; position: absolute; left: 2%; right: 4%; top: 4%; bottom: 0; z-index: 0;
  border: 1.5px solid var(--green-wash-2); border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.hero__media img { position: relative; z-index: 1; width: 100%; max-width: 460px; margin-inline: auto; display: block; }

.hero__badge {
  position: absolute; z-index: 3; left: -2%; top: 16%;
  background: var(--paper); color: var(--green-ink); border-radius: 100px;
  padding: .65rem 1.1rem; box-shadow: var(--shadow); font-family: var(--font-heading);
  font-weight: 700; font-size: .85rem; display: flex; align-items: center; gap: .5rem;
}
.hero__badge .star { color: var(--red); }
.hero__chip {
  position: absolute; z-index: 3; right: 0; bottom: 12%;
  background: var(--red); color: var(--paper); border-radius: var(--radius);
  padding: .8rem 1rem; box-shadow: var(--shadow); max-width: 12rem;
  font-size: .82rem; line-height: 1.3; font-weight: 500;
}
.hero__chip b { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; display: block; line-height: 1; margin-bottom: .15rem; }

/* Cinta de credenciales (marquee) bajo el hero */
.cred-strip {
  position: relative; z-index: 2; margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--paper-edge); border-bottom: 1px solid var(--paper-edge);
  background: oklch(0.987 0.009 95 / .5); overflow: hidden;
}
.cred-track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 38s linear infinite;
}
.cred-strip:hover .cred-track { animation-play-state: paused; }
.cred-track span {
  display: inline-flex; align-items: center; gap: .8rem;
  padding: 1.15rem 2.2rem; font-family: var(--font-heading); font-weight: 700;
  font-size: 1.02rem; color: var(--green-ink); white-space: nowrap;
}
.cred-track span b { color: var(--red); }
.cred-track span::after { content: '✦'; color: var(--green-wash-2); font-size: .9rem; margin-left: 1.4rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------------------------------------------------------------------
   DOLORES — índice de preguntas (editorial, ancla manuscrita «?»)
   --------------------------------------------------------------------------- */
.q-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.qcard {
  position: relative; background: var(--paper); border: 1px solid var(--paper-3);
  border-radius: var(--radius); padding: 1.9rem 1.7rem 1.7rem 4rem;
  font-size: 1.04rem; font-weight: 500; color: var(--green-ink); line-height: 1.5;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.qcard::before {
  content: '?'; position: absolute; left: 1.4rem; top: 1.1rem;
  font-family: var(--font-script); font-size: 2.4rem; line-height: 1; color: var(--red); font-weight: 700;
}
.qcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green-wash-2); }

/* ---------------------------------------------------------------------------
   COSTE / check-list de oportunidades perdidas
   --------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.check-list { list-style: none; padding: 0; display: grid; gap: 1.05rem; }
.check-list li { position: relative; padding-left: 2.3rem; color: var(--ink); }
.check-list li::before {
  content: ''; position: absolute; left: 0; top: .12em;
  width: 1.45rem; height: 1.45rem; border-radius: 50%;
  background: var(--green)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%23f3f4ee' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 13px no-repeat;
}

/* ---------------------------------------------------------------------------
   SERVICIOS — índice editorial numerado con interacción de fila
   --------------------------------------------------------------------------- */
.svc-index { border-top: 1px solid var(--paper-edge); }
.svc-row {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem); padding: clamp(1.6rem, 3vw, 2.3rem) clamp(.5rem, 2vw, 1.5rem);
  border-bottom: 1px solid var(--paper-edge); color: var(--ink);
  transition: background var(--t), padding var(--t), color var(--t);
}
.svc-row__num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 2.2rem); color: var(--green-wash-2); transition: color var(--t); font-feature-settings: "tnum"; }
.svc-row__main { display: flex; flex-direction: column; gap: .3rem; }
.svc-row__main h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); color: var(--green-ink); transition: color var(--t); }
.svc-row__main p { color: var(--ink-soft); font-size: 1rem; max-width: 64ch; margin: 0; }
.svc-row__arrow { width: 3.1rem; height: 3.1rem; border-radius: 50%; border: 1.5px solid var(--paper-edge); display: grid; place-items: center; color: var(--green-ink); transition: background var(--t), border-color var(--t), color var(--t), transform var(--t); flex-shrink: 0; }
.svc-row__arrow svg { width: 1.2rem; height: 1.2rem; }
.svc-row:hover { background: var(--green-ink); color: var(--paper); padding-inline: clamp(1.2rem, 3vw, 2.6rem); }
.svc-row:hover .svc-row__num { color: oklch(0.72 0.07 134); }
.svc-row:hover .svc-row__main h3 { color: var(--paper); }
.svc-row:hover .svc-row__main p { color: oklch(0.86 0.02 120); }
.svc-row:hover .svc-row__arrow { background: var(--red); border-color: var(--red); color: var(--paper); transform: rotate(-45deg); }

/* ---------------------------------------------------------------------------
   SOBRE MÍ — retrato enmarcado + inicial capitular + firma
   --------------------------------------------------------------------------- */
.about__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.2rem, 5vw, 5rem); align-items: center; }
.about__photo { position: relative; }
.about__photo img { border-radius: var(--radius-lg); position: relative; z-index: 1; }
.about__photo::before { content: ''; position: absolute; inset: -6% auto auto -6%; width: 58%; height: 58%; border: 1.5px solid var(--green); border-radius: var(--radius-lg); z-index: 0; }
.about__photo::after { content: ''; position: absolute; right: -5%; bottom: -5%; width: 42%; height: 42%; background: var(--green-wash); border-radius: var(--radius-lg); z-index: 0; }
.about__sign { font-family: var(--font-script); font-size: 2.4rem; color: var(--green); line-height: 1; margin-top: 1.6rem; }
.dropcap::first-letter {
  font-family: var(--font-heading); font-weight: 800; color: var(--red);
  float: left; font-size: 3.5em; line-height: .82; padding-right: .12em; margin-top: .06em;
}
.stat-row { display: flex; gap: 2.6rem; flex-wrap: wrap; margin-top: 2rem; }
.stat strong { display: block; font-family: var(--font-heading); font-size: 2.5rem; font-weight: 800; color: var(--red); line-height: 1; }
.stat span { font-size: .9rem; color: var(--ink-soft); }

/* ---------------------------------------------------------------------------
   CITA — banda verde drench
   --------------------------------------------------------------------------- */
.quote-band { position: relative; overflow: hidden; }
.quote-band::before {
  content: '\201C'; position: absolute; top: -3.5rem; left: 2%;
  font-family: Georgia, serif; font-size: 18rem; color: oklch(0.45 0.06 134 / .35); line-height: 1; z-index: 0;
}
.pull-quote {
  position: relative; z-index: 1;
  font-family: var(--font-heading); font-weight: 800; letter-spacing: -.025em; line-height: 1.14;
  font-size: clamp(1.7rem, 4vw, 3.1rem); color: var(--paper); max-width: 24ch;
}
.pull-quote .script { font-weight: 700; color: oklch(0.82 0.12 110); }
.quote-cite { position: relative; z-index: 1; margin-top: 1.6rem; display: flex; align-items: center; gap: .8rem; color: oklch(0.86 0.025 120); font-size: .95rem; }
.quote-cite b { color: var(--paper); font-family: var(--font-heading); }
.quote-cite::before { content: ''; width: 2.2rem; height: 1.5px; background: oklch(0.6 0.06 134); }

/* ---------------------------------------------------------------------------
   PROCESO — 3 pasos
   --------------------------------------------------------------------------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.2rem); counter-reset: step; }
.step { position: relative; padding-top: 2.6rem; border-top: 2px solid var(--paper-edge); transition: border-color var(--t); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: .85rem; left: 0;
  font-family: var(--font-heading); font-weight: 800;
  font-size: 1.2rem; color: var(--red); letter-spacing: .02em;
}
.step:hover { border-color: var(--green); }
.step h3 { margin-bottom: .6rem; }
.step p { color: var(--ink-soft); font-size: .98rem; margin: 0; }

/* ---------------------------------------------------------------------------
   CTA final — banda verde con firma manuscrita
   --------------------------------------------------------------------------- */
.cta-banner {
  background: var(--green-deep); border-radius: var(--radius-lg);
  padding: clamp(3rem, 6vw, 5rem); text-align: center; color: oklch(0.92 0.025 120);
  position: relative; overflow: hidden;
}
.cta-banner::after {
  content: ''; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background: radial-gradient(60% 80% at 50% -10%, oklch(0.45 0.07 134) 0%, transparent 60%);
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner .eyebrow { color: oklch(0.78 0.1 110); justify-content: center; }
.cta-banner h2 { color: var(--paper); margin-bottom: 1.1rem; max-width: 20ch; margin-inline: auto; }
.cta-banner h2 .script { color: oklch(0.82 0.12 110); }
.cta-banner p { color: oklch(0.86 0.025 120); max-width: 54ch; margin-inline: auto; margin-bottom: 2rem; font-size: var(--fs-lead); }

/* ---------------------------------------------------------------------------
   [ELEMENTOR > THEME BUILDER: Footer]
   --------------------------------------------------------------------------- */
.site-footer { background: var(--green-ink); color: oklch(0.82 0.02 120); padding-block: clamp(3.5rem, 6vw, 5.5rem) 1.8rem; }
.footer-grid { max-width: var(--container-wide); margin-inline: auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1.8fr 1fr 1.2fr; gap: 2.8rem; }
.site-footer img.footer-logo { height: 46px; margin-bottom: 1.3rem; }
.site-footer p { max-width: 38ch; }
.site-footer h4 { color: var(--paper); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.3rem; font-weight: 700; }
.site-footer a { color: oklch(0.82 0.02 120); }
.site-footer a:hover { color: var(--paper); }
.footer-links { list-style: none; padding: 0; display: grid; gap: .75rem; font-size: .96rem; }
.footer-bottom { max-width: var(--container-wide); margin: 3rem auto 0; padding: 1.7rem var(--gutter) 0; border-top: 1px solid oklch(0.4 0.04 134 / .5); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .83rem; color: oklch(0.68 0.02 120); }
.footer-bottom a { color: oklch(0.68 0.02 120); }
.social-row { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.3rem; }
.social-row a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: oklch(0.4 0.04 134 / .4); color: var(--paper); transition: var(--t-fast); }
.social-row a:hover { background: var(--red); transform: translateY(-3px); }
.social-row svg { width: 19px; height: 19px; }

/* ---------------------------------------------------------------------------
   WhatsApp flotante
   --------------------------------------------------------------------------- */
.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  transition: transform var(--t-fast);
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }

/* ===========================================================================
   PÁGINAS INTERIORES — hero pequeño, prose, blog, contacto, tarjetas
   =========================================================================== */

/* ---- Page hero (cabecera de página interior) ---- */
.page-hero { position: relative; padding-block: clamp(3.5rem, 7vw, 5.5rem) clamp(2.6rem, 5vw, 4rem); background: var(--paper-2); border-bottom: 1px solid var(--paper-edge); overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(48% 80% at 100% 0%, var(--green-wash) 0%, transparent 55%); }
.page-hero .container { position: relative; z-index: 2; max-width: 920px; }
.page-hero h1 { font-size: var(--fs-h1); }

/* ---- Hero de ficha de servicio (2 columnas: texto + panel «incluye») ---- */
.svc-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem); }
.svc-hero .container { max-width: var(--container); }
.svc-hero__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.svc-hero__grid h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 1.1rem; }
.svc-hero__grid .lead { max-width: 50ch; }
.svc-hero__panel { background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius-lg); padding: clamp(1.7rem, 2.6vw, 2.3rem); box-shadow: var(--shadow); }
.svc-hero__panel h3 { font-size: 1.05rem; }
.svc-hero__panel .eyebrow { margin-bottom: 1.3rem; }
.svc-hero__panel .svc-card__incluye { margin: 1.1rem 0 0; }
.svc-hero__panel .svc-card__incluye li { font-size: .96rem; }

/* ---- Beneficios «qué consigues» ---- */
.benefit { text-align: left; }
.benefit .card__icon { background: var(--green); color: var(--paper); }
.benefit h3 { font-size: 1.12rem; }

/* ---- Cross-sell «otros servicios» ---- */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 1.8vw, 1.3rem); }
.related-card {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.35rem; border: 1px solid var(--paper-edge); border-radius: var(--radius);
  background: var(--paper); color: var(--green-ink); font-family: var(--font-heading); font-weight: 700; font-size: 1rem;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.related-card svg { width: 1.1rem; height: 1.1rem; flex-shrink: 0; color: var(--red); transition: transform var(--t-fast), color var(--t-fast); }
.related-card:hover { background: var(--green-ink); color: var(--paper); border-color: var(--green-ink); transform: translateY(-3px); }
.related-card:hover svg { color: var(--paper); transform: translateX(4px); }

.breadcrumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 1.3rem; display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb span { color: var(--paper-edge); }

/* ---- Prose (artículos y páginas de servicio) ---- */
.prose { max-width: 70ch; }
.prose > p:first-of-type { font-size: 1.2rem; line-height: 1.62; color: var(--green-ink); }
.prose h2 { margin-top: 2.9rem; margin-bottom: 1rem; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2rem; margin-bottom: .6rem; color: var(--green-ink); }
.prose p { margin-bottom: 1.3rem; }
.prose ul { margin: 0 0 1.6rem; padding-left: 0; list-style: none; display: grid; gap: .85rem; }
.prose ul li { position: relative; padding-left: 1.9rem; }
.prose ul li::before { content: ''; position: absolute; left: .1rem; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.prose .callout {
  background: var(--green-wash); border: 1px solid var(--green-wash-2); border-radius: var(--radius-lg);
  padding: 1.7rem 1.9rem; margin: 2.2rem 0;
}
.prose .callout h3 { margin-top: 0; }
.prose .callout ul { margin-bottom: 0; }

/* ---- Tarjeta genérica (Icon Box: usos puntuales como traducciones) ---- */
.card { background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius); padding: clamp(1.7rem, 3vw, 2.2rem); transition: transform var(--t), box-shadow var(--t), border-color var(--t); height: 100%; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green-wash-2); }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; background: var(--green-wash); color: var(--green); margin-bottom: 1.3rem; }
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--ink-soft); font-size: .98rem; }

/* ---- Blockquote / cita manuscrita centrada (interiores) ---- */
.quote { position: relative; max-width: 22ch; }
.quote-script {
  font-family: var(--font-script); font-size: clamp(1.8rem, 4vw, 2.9rem); line-height: 1.3;
  color: var(--green); text-align: center; max-width: 22ch; margin-inline: auto; position: relative; padding-top: 2.2rem; font-weight: 700;
}
.quote-script::before { content: '\201C'; position: absolute; top: -.4rem; left: 50%; transform: translateX(-50%); font-family: Georgia, serif; font-size: 4rem; color: var(--green-wash-2); line-height: 1; }
.quote-script--light { color: var(--paper); }
.quote-script--light::before { color: oklch(0.55 0.06 134); }

/* ---- Blog: post-card ---- */
.post-card { background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card__img { aspect-ratio: 16/10; overflow: hidden; display: block; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .post-card__img img { transform: scale(1.06); }
.post-card__body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.post-card__tag { font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin-bottom: .7rem; }
.post-card__body h3 { margin-bottom: .7rem; font-size: 1.35rem; }
.post-card__body h3 a { color: var(--green-ink); }
.post-card__body h3 a:hover { color: var(--red); }
.post-card__body > p { color: var(--ink-soft); font-size: .96rem; flex: 1; }

/* ---- Contacto ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-option { display: flex; gap: 1.1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--paper-edge); }
.contact-option:last-child { border-bottom: 0; }
.contact-option__icon { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 14px; background: var(--green-wash); color: var(--green); display: grid; place-items: center; }
.contact-option__icon svg { width: 22px; height: 22px; }
.contact-option h3 { font-size: 1.12rem; margin-bottom: .25rem; }
.contact-option a { font-weight: 600; }

.form-card { background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius-lg); padding: clamp(1.9rem, 3vw, 2.7rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.25rem; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .45rem; color: var(--green-ink); }
.field input, .field textarea, .field select { width: 100%; padding: .95rem 1.05rem; border: 1.5px solid var(--paper-edge); border-radius: var(--radius); font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--paper); transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-wash); }
.field textarea { resize: vertical; min-height: 140px; }
.checkbox { display: flex; gap: .6rem; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); }
.checkbox input { width: auto; margin-top: .25rem; }

/* ---- Lista numerada (pasos en contacto) ---- */
.steps { counter-reset: step; list-style: none; padding: 0; display: grid; gap: 1rem; margin: 0; }
.steps li { position: relative; padding-left: 2.9rem; }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: -.05rem; font-family: var(--font-heading); font-weight: 800; font-size: 1.05rem; color: var(--red); }

/* ===========================================================================
   PÁGINA SERVICIOS — chips índice, tarjetas ricas, FAQ acordeón
   =========================================================================== */

/* ---- Chips de índice rápido (anclas a cada servicio) ---- */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-heading); font-weight: 600; font-size: .85rem;
  padding: .5rem .95rem; border-radius: 100px; border: 1.5px solid var(--paper-edge);
  color: var(--green-ink); background: oklch(0.987 0.009 95 / .6);
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform var(--t-fast);
}
.chip b { color: var(--red); font-feature-settings: "tnum"; }
.chip:hover { background: var(--green-ink); border-color: var(--green-ink); color: var(--paper); transform: translateY(-2px); }
.chip:hover b { color: oklch(0.78 0.1 110); }

/* ---- Tira de stats bajo el hero de servicios ---- */
.svc-stats { display: flex; flex-wrap: wrap; gap: 1.4rem 2.8rem; margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--paper-edge); }
.svc-stats div { display: flex; flex-direction: column; }
.svc-stats b { font-family: var(--font-heading); font-weight: 800; font-size: 1.7rem; color: var(--green); line-height: 1; }
.svc-stats span { font-size: .86rem; color: var(--ink-soft); margin-top: .25rem; }

/* ---- Declaración / promesa centrada ---- */
.promise { max-width: 34ch; margin-inline: auto; text-align: center; }
.promise p { font-family: var(--font-heading); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; font-size: clamp(1.5rem, 3.2vw, 2.3rem); color: var(--green-ink); }
.promise .script { font-weight: 700; }

/* ---- Tarjetas de servicio ricas ---- */
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2vw, 1.6rem); }
.svc-card {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; scroll-margin-top: 120px;
  background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 2.4vw, 2.1rem);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--green-wash-2); }
.svc-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 15px; background: var(--green-wash); color: var(--green); margin-bottom: 1.2rem; transition: background var(--t), color var(--t); }
.svc-card__icon svg { width: 26px; height: 26px; }
.svc-card:hover .svc-card__icon { background: var(--green); color: var(--paper); }
.svc-card h3 { font-size: 1.32rem; margin-bottom: .5rem; }
.svc-card > p { color: var(--ink-soft); font-size: .98rem; margin-bottom: 1.2rem; }
.svc-card__incluye { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .55rem; }
.svc-card__incluye li { position: relative; padding-left: 1.6rem; font-size: .92rem; color: var(--ink); }
.svc-card__incluye li::before {
  content: ''; position: absolute; left: 0; top: .35em; width: 1rem; height: 1rem; border-radius: 50%;
  background: var(--green-wash-2)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%233c5a29' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 10px no-repeat;
}
.svc-card__link {
  margin-top: auto; display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-heading); font-weight: 700; font-size: .92rem; color: var(--red);
  padding-top: 1rem; border-top: 1px solid var(--paper-3);
}
.svc-card__link svg { width: 1.05em; height: 1.05em; transition: transform var(--t); }
.svc-card:hover .svc-card__link svg { transform: translateX(5px); }
.svc-card__badge {
  position: absolute; top: 1.1rem; right: 1.1rem; z-index: 1;
  font-family: var(--font-heading); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  background: var(--red); color: var(--paper); padding: .35rem .65rem; border-radius: 100px;
}
.svc-card--feature { border-color: var(--green-wash-2); background: linear-gradient(180deg, var(--green-wash) 0%, var(--paper) 60%); }

/* ---- FAQ acordeón (details/summary) ---- */
.faq { max-width: 820px; margin-inline: auto; border-top: 1px solid var(--paper-edge); }
.faq__item { border-bottom: 1px solid var(--paper-edge); }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 1.4rem .4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  font-family: var(--font-heading); font-weight: 700; font-size: clamp(1.05rem, 1.7vw, 1.22rem); color: var(--green-ink);
  transition: color var(--t-fast);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--red); }
.faq__item summary::after {
  content: ''; flex-shrink: 0; width: 1.5rem; height: 1.5rem;
  background: var(--green)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%23f3f4ee' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E")
    center / 13px no-repeat;
  border-radius: 50%; transition: transform var(--t), background-color var(--t);
}
.faq__item[open] summary { color: var(--red); }
.faq__item[open] summary::after { transform: rotate(45deg); background-color: var(--red); }
.faq__answer { padding: 0 .4rem 1.5rem; color: var(--ink-soft); max-width: 68ch; }
.faq__answer p { margin-bottom: .8rem; }

/* ===========================================================================
   FICHAS DE SERVICIO — módulos a medida (cada página usa los que necesita)
   =========================================================================== */

/* ---- Declaración editorial centrada ---- */
.statement { max-width: 32ch; margin-inline: auto; text-align: center; }
.statement p { font-family: var(--font-heading); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; font-size: clamp(1.6rem, 3.6vw, 2.7rem); color: var(--green-ink); margin: 0; }
.statement--light p { color: var(--paper); }
.statement small { display: block; margin-top: 1.1rem; font-family: var(--font-body); font-weight: 500; font-size: 1.02rem; letter-spacing: 0; color: var(--ink-soft); }
.statement--light small { color: oklch(0.86 0.025 120); }

/* ---- Journey: pasos verticales conectados ---- */
.journey { position: relative; max-width: 760px; margin-inline: auto; display: grid; gap: 1.7rem; }
.journey::before { content: ''; position: absolute; left: 1.5rem; top: 1.7rem; bottom: 1.7rem; width: 2px; background: var(--green-wash-2); z-index: 0; }
.journey__step { position: relative; padding-left: 4.7rem; }
.journey__num { position: absolute; left: 0; top: 0; width: 3.1rem; height: 3.1rem; border-radius: 50%; background: var(--paper); border: 2px solid var(--green); color: var(--green); display: grid; place-items: center; font-family: var(--font-heading); font-weight: 800; font-size: 1.05rem; z-index: 1; }
.journey__step:last-child .journey__num { background: var(--red); border-color: var(--red); color: var(--paper); }
.journey__step h3 { margin-bottom: .35rem; padding-top: .45rem; }
.journey__step p { color: var(--ink-soft); margin: 0; }

/* ---- Oferta destacada ---- */
.offer { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 2.5vw, 2rem); align-items: center; background: var(--green-wash); border: 1.5px solid var(--green-wash-2); border-radius: var(--radius-lg); padding: clamp(1.7rem, 3vw, 2.4rem); }
.offer__icon { width: 66px; height: 66px; border-radius: 18px; background: var(--green); color: var(--paper); display: grid; place-items: center; flex-shrink: 0; }
.offer__icon svg { width: 32px; height: 32px; }
.offer__body h3 { margin-bottom: .3rem; }
.offer__body p { color: var(--ink-soft); margin: 0; max-width: 52ch; }

/* ---- Módulo «regalo»: cupón verde + pasos (página SEO) ---- */
.gift { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 2.5vw, 2rem); align-items: stretch; }

.gift__offer {
  position: relative; overflow: hidden;
  background: var(--green-ink); color: oklch(0.9 0.025 120);
  border-radius: var(--radius-lg); padding: clamp(2rem, 3.6vw, 3rem);
  display: flex; flex-direction: column; gap: 1rem;
}
.gift__offer::before { content: ''; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(75% 90% at 105% -5%, oklch(0.43 0.075 134) 0%, transparent 58%); }
.gift__offer > * { position: relative; z-index: 1; }
.gift__offer .eyebrow { color: oklch(0.78 0.11 110); margin: 0; }
.gift__offer h3 { color: var(--paper); font-size: clamp(1.35rem, 2.3vw, 1.85rem); max-width: 22ch; margin: 0; padding-right: 4.5rem; }
.gift__value { display: flex; align-items: baseline; gap: .7rem; margin: .2rem 0 .1rem; }
.gift__value b { font-family: var(--font-heading); font-weight: 800; font-size: clamp(3.4rem, 7vw, 5.2rem); line-height: .85; color: var(--paper); letter-spacing: -.04em; }
.gift__value span { font-family: var(--font-heading); font-weight: 700; font-size: .98rem; color: oklch(0.82 0.09 120); max-width: 11ch; line-height: 1.15; }
.gift__offer p { color: oklch(0.85 0.028 120); margin: 0; max-width: 40ch; }
.gift__offer .btn { align-self: flex-start; margin-top: .5rem; }
.gift__seal {
  position: absolute; z-index: 2; top: clamp(1rem, 2.2vw, 1.6rem); right: clamp(1rem, 2.2vw, 1.6rem);
  width: clamp(6rem, 8.5vw, 7.4rem);
  color: oklch(0.85 0.06 112);
  filter: drop-shadow(0 6px 14px oklch(0.18 0.04 134 / .45));
}
.gift__seal svg { width: 100%; height: auto; display: block; overflow: visible; }
.gift__seal text { font-family: var(--font-heading); }
.seal-rotor { transform-box: fill-box; transform-origin: center; animation: seal-spin 28s linear infinite; }
.gift__offer:hover .seal-rotor { animation-duration: 10s; }
.seal-ring { fill: oklch(0.84 0.1 116); font-weight: 600; }
.seal-small { fill: oklch(0.84 0.1 116); font-size: 8.5px; font-weight: 700; letter-spacing: 1.5px; }
.seal-big { fill: var(--paper); font-size: 14.5px; font-weight: 800; letter-spacing: .3px; }
@keyframes seal-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .seal-rotor { animation: none; } }

.gift__how {
  background: var(--paper); border: 1px solid var(--paper-3); border-radius: var(--radius-lg);
  padding: clamp(1.9rem, 3vw, 2.6rem); display: flex; flex-direction: column; justify-content: center;
}
.gift__how > .eyebrow { color: var(--red); margin-bottom: 0; }
.gift__how .journey { max-width: none; margin: 1.5rem 0 0; gap: 1.5rem; }
.gift__how .journey::before { left: 1.45rem; }

/* ---- Comparativa (sin / con) ---- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); }
.compare__col { border-radius: var(--radius-lg); padding: clamp(1.6rem, 2.6vw, 2.2rem); border: 1px solid var(--paper-edge); }
.compare__col h4 { display: flex; align-items: center; gap: .6rem; font-family: var(--font-heading); font-size: 1.08rem; margin-bottom: 1.2rem; }
.compare__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.compare__col li { position: relative; padding-left: 1.9rem; font-size: .98rem; }
.compare__col--no { background: var(--paper-2); }
.compare__col--no h4 { color: var(--ink-soft); }
.compare__col--no li { color: var(--ink-soft); }
.compare__col--no li::before { content: '✕'; position: absolute; left: .1rem; top: -.05em; font-weight: 800; color: oklch(0.6 0.06 30); }
.compare__col--yes { background: var(--green-ink); color: oklch(0.9 0.02 120); border-color: var(--green-ink); }
.compare__col--yes h4 { color: var(--paper); }
.compare__col--yes li { color: oklch(0.88 0.02 120); }
.compare__col--yes li::before { content: ''; position: absolute; left: 0; top: .2em; width: 1.1rem; height: 1.1rem; border-radius: 50%;
  background: oklch(0.72 0.16 142)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231f2e17' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 10px no-repeat; }

/* ---- Tarjetas de idioma ---- */
.langs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.lang { text-align: center; padding: clamp(1.7rem, 2.8vw, 2.4rem); border: 1px solid var(--paper-3); border-radius: var(--radius-lg); background: var(--paper); transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.lang:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green-wash-2); }
.lang__code { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); color: var(--green); line-height: 1; letter-spacing: .02em; }
.lang b { display: block; margin: .7rem 0 .3rem; font-family: var(--font-heading); font-size: 1.05rem; }
.lang span { color: var(--ink-soft); font-size: .92rem; }

/* ---- Variante steps de 2 columnas (para listas de 4) ---- */
.steps-grid--2 { grid-template-columns: repeat(2, 1fr); }

/* ---- Bloque personal (asesoría) ---- */
.svc-profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.svc-profile__photo { position: relative; }
.svc-profile__photo img { border-radius: var(--radius-lg); position: relative; z-index: 1; }
.svc-profile__photo::before { content: ''; position: absolute; inset: -6% auto auto -6%; width: 56%; height: 56%; border: 1.5px solid var(--green); border-radius: var(--radius-lg); z-index: 0; }
.svc-profile__sign { font-family: var(--font-script); font-size: 2.4rem; color: var(--green); line-height: 1; margin-top: 1.4rem; }

/* ---------------------------------------------------------------------------
   Motion — reveal + stagger (degradación elegante sin JS)
   --------------------------------------------------------------------------- */
html.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .stagger > * { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
html.js .stagger.is-visible > * { opacity: 1; transform: none; }
html.js .stagger.is-visible > *:nth-child(2) { transition-delay: .07s; }
html.js .stagger.is-visible > *:nth-child(3) { transition-delay: .14s; }
html.js .stagger.is-visible > *:nth-child(4) { transition-delay: .21s; }
html.js .stagger.is-visible > *:nth-child(5) { transition-delay: .28s; }
html.js .stagger.is-visible > *:nth-child(6) { transition-delay: .35s; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal, html.js .stagger > * { opacity: 1 !important; transform: none !important; transition: none; }
  .cred-track { animation: none; }
  .topbar .dot { animation: none; }
  * { scroll-behavior: auto; }
}

/* ---------------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .grid-3, .steps-grid, .svc-cards, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .svc-hero__panel { max-width: 520px; }
  .svc-profile { grid-template-columns: 1fr; }
  .svc-profile__photo { max-width: 420px; margin-inline: auto; }
  .gift { grid-template-columns: 1fr; }
  .hero__grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero__head { padding-bottom: 0; }
  .hero__visual { max-width: 460px; margin-inline: auto; order: -1; min-height: 0; }
  .split, .about__grid { grid-template-columns: 1fr; }
  .about__photo { max-width: 440px; margin-inline: auto; }
  .q-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  .nav__cta, .nav-menu, .lang-switch { display: none; }
  .nav-toggle { display: flex; }
  .nav.is-open {
    position: fixed; inset: auto 0 0 0; top: 86px; height: auto;
    background: var(--paper); border-bottom: 1px solid var(--paper-3);
    padding: 1.6rem var(--gutter) 2rem; box-shadow: var(--shadow);
    display: block;
  }
  .nav.is-open .nav-menu { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .nav.is-open .nav__cta { display: block; margin: .6rem 0 0; }
  .nav.is-open .lang-switch { display: block; margin-top: 1rem; }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .steps-grid, .svc-cards, .related-grid,
  .compare, .langs, .steps-grid--2 { grid-template-columns: 1fr; }
  .offer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .gift__seal { width: 5rem; }
  .gift__offer h3 { padding-right: 4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar__inner { font-size: .72rem; gap: .6rem; }
  .topbar .hide-sm { display: none; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { justify-content: center; }
  .stat-row { gap: 1.7rem; }
  .svc-row { grid-template-columns: auto 1fr; row-gap: .3rem; }
  .svc-row__arrow { display: none; }
  .hero__badge { left: 0; top: 4%; }
  .hero__chip { bottom: 4%; }
}
