/*
Theme Name: Verihaus
Theme URI: https://verihaus.es
Author: Verihaus
Author URI: https://verihaus.es
Description: Inspección técnica independiente de vivienda. Alicante y Murcia.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verihaus
*/

:root{
  --accent-ink:#ffffff;
  --slate:#5b6470;
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --wp--preset--color--background:#15130f;
    --wp--preset--color--surface:#1d1a15;
    --wp--preset--color--surface-tint:#241f18;
    --wp--preset--color--ink:#f3efe8;
    --wp--preset--color--ink-soft:#c8c0b3;
    --wp--preset--color--line:#332d24;
    --wp--preset--color--accent:#d9764f;
    --accent-ink:#15130f;
    --slate:#9aa3ad;
  }
}

.wp-site-blocks > footer{ margin-block-start:0; }

a{ text-decoration:none; }

/* WP añade margin-block-start automático a partir del 2º hijo de cualquier bloque
   (ritmo vertical de "flow layout"), incluso cuando ese bloque es en realidad uno
   de nuestros grids CSS — descuadra las celdas verticalmente. Se anula en todos
   los contenedores grid del tema, el espaciado real ya lo da el "gap" de cada grid. */
.vh-stats-grid > *, .vh-servicios-grid > *, .vh-vv > *, .vh-steps > *, .vh-strip-grid > *,
.vh-problems-grid > *, .vh-equipo > *, .vh-precios-grid > *, .vh-cobertura > *, .vh-faq-grid > *,
.vh-tec-icons-grid > *, .vh-cf-grid > *, .vh-price-tiles > *, .vh-always-grid > *, .vh-vv-hero-grid > *,
.vh-precedentes > *, .vh-benef-grid > *, .vh-portal-grid > *, .vh-vv-impartial-rules > *, .vh-steps-strip > *,
.vh-fact-grid > *, .vh-origen-block > *, .vh-red-grid > *, .vh-alcance-panel > *, .vh-redline > *, .vh-commit-list > *,
.vh-svc-card > *, .vh-colabora-grid > *, .vh-colabora-inner > *, .vh-mobile-cta-bar > *{
  margin-block-start:0;
}

/* centrado de contenido dentro de cada seccion a sangre completa */
.wp-block-group.alignfull:not(.vh-hero) > .wp-block-group,
.wp-block-group.alignfull:not(.vh-hero) > .wp-block-columns,
.wp-block-group.alignfull:not(.vh-hero) > .wp-block-buttons,
.wp-block-group.alignfull:not(.vh-hero) > p{
  max-width:1240px; margin-inline:auto; padding-inline:24px; box-sizing:border-box;
}
/* idem para bloques sueltos (no alignfull) que caen directos en el cuerpo de una página */
.wp-block-post-content > p,
.wp-block-post-content > .wp-block-buttons,
.wp-block-post-content > .wp-block-group:not(.alignfull),
.wp-block-post-content > .wp-block-columns:not(.alignfull){
  max-width:1240px; margin-inline:auto; padding-inline:24px; box-sizing:border-box;
}
.vh-footer > .wp-block-columns,
.vh-footer > .vh-foot-bottom{
  max-width:1240px; margin-inline:auto; padding-inline:24px; box-sizing:border-box;
}

/* header / nav */
.vh-header{
  position:sticky; top:0; z-index:50;
  background:var(--wp--preset--color--background);
  border-bottom:1px solid var(--wp--preset--color--line);
}
.vh-logo-group{ display:flex; align-items:center; gap:10px; }
.vh-logo-mark{ margin:0; flex-shrink:0; line-height:0; display:block; }
.vh-logo{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:1.5rem; letter-spacing:0.02em; margin:0; }
.vh-logo-group-lg{ gap:16px; margin-bottom:18px; }
.vh-logo-group-lg .vh-logo{ font-size:2.1rem; }
.vh-header > .alignfull{ max-width:1240px; margin-inline:auto; padding:0 24px; height:68px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.vh-navlinks{ display:flex; align-items:center; gap:24px; }
.vh-navlinks p{ margin:0; }
.vh-navlinks a{ font-size:0.92rem; color:var(--wp--preset--color--ink-soft); }
.vh-navright{ display:flex; align-items:center; gap:18px; padding:0 !important; margin:0 !important; }
.vh-navright .wp-block-buttons{ margin:0; }
.vh-navlinks a:hover{ color:var(--wp--preset--color--ink); }

.vh-lang-switcher{ list-style:none; display:flex; gap:10px; align-items:center; margin:0; padding:0; font-size:0.82rem; }
.vh-lang-switcher li{ margin:0; }
.vh-lang-switcher a{ color:var(--wp--preset--color--ink-soft); opacity:0.65; }
.vh-lang-switcher li.current-lang a{ opacity:1; font-weight:600; color:var(--wp--preset--color--ink); }
.vh-mobile-panel .vh-lang-switcher--mobile{ flex-wrap:wrap; padding:16px 0; border-bottom:1px solid var(--wp--preset--color--line); }
.vh-mobile-panel .vh-lang-switcher--mobile a{ display:inline-block; padding:6px 10px; border:1px solid var(--wp--preset--color--line); border-radius:2px; font-size:0.85rem; }

.vh-nav-dropdown{ position:relative; display:flex; align-items:center; padding:24px 0; margin:-24px 0; }
.vh-nav-dropdown > a{ font-size:0.92rem; color:var(--wp--preset--color--ink-soft); display:flex; align-items:center; gap:5px; }
.vh-nav-dropdown > a::after{ content:""; width:6px; height:6px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg); margin-top:-3px; }
.vh-nav-dropdown:hover > a{ color:var(--wp--preset--color--ink); }
.vh-nav-dropdown-menu{
  display:none; position:absolute; top:100%; left:0; min-width:230px; margin-top:2px;
  background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:2px;
  padding:8px; box-shadow:0 12px 28px -8px rgba(0,0,0,0.18); flex-direction:column; gap:2px; z-index:60;
}
.vh-nav-dropdown:hover .vh-nav-dropdown-menu{ display:flex; }
.vh-nav-dropdown-menu a{ display:block; padding:9px 12px; font-size:0.88rem; color:var(--wp--preset--color--ink-soft); border-radius:2px; }
.vh-nav-dropdown-menu a:hover{ background:var(--wp--preset--color--surface-tint); color:var(--wp--preset--color--ink); }

.vh-mobile-sub a{ font-size:0.92rem; color:var(--wp--preset--color--ink-soft); padding-left:16px !important; }

.vh-burger{
  display:none; width:40px; height:40px; border:1px solid var(--wp--preset--color--line); border-radius:2px;
  align-items:center; justify-content:center; cursor:pointer; background:none; flex-shrink:0;
}
.vh-burger::before{
  content:""; display:block; width:18px; height:1.5px; background:var(--wp--preset--color--ink); position:relative;
  box-shadow:0 6px 0 var(--wp--preset--color--ink), 0 -6px 0 var(--wp--preset--color--ink);
  transition:background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.vh-burger.vh-open::before{ background:transparent; box-shadow:none; transform:rotate(45deg); }
.vh-burger.vh-open::after{ content:""; position:absolute; width:18px; height:1.5px; background:var(--wp--preset--color--ink); transform:rotate(-90deg); }

.vh-mobile-scrim{
  display:none; position:fixed; inset:68px 0 0 0; background:rgba(15,13,11,0.42); z-index:48;
}
.vh-mobile-scrim.vh-open{ display:block; }
.vh-mobile-panel{
  display:none; position:fixed; top:68px; left:0; right:0; max-height:min(72vh, 560px);
  background:var(--wp--preset--color--background); z-index:49; border-radius:0 0 16px 16px;
  box-shadow:0 24px 48px -20px rgba(15,13,11,0.35); border-bottom:1px solid var(--wp--preset--color--line);
  padding:4px 24px 20px; overflow-y:auto;
}
.vh-mobile-panel.vh-open{ display:block; }
.vh-mobile-panel a{
  display:flex; justify-content:space-between; align-items:center; padding:16px 0;
  border-bottom:1px solid var(--wp--preset--color--line); font-size:1.05rem; color:var(--wp--preset--color--ink);
}

@media (max-width:1200px){
  .vh-navlinks{ display:none; }
  .vh-burger{ display:flex; }
  .vh-navright .vh-lang-switcher{ display:none; }
}
@media (min-width:1201px){ .vh-mobile-panel{ display:none !important; } }

.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 22px; border-radius:2px; font-size:0.92rem; font-weight:500;
  border:1px solid var(--wp--preset--color--line); color:var(--wp--preset--color--ink);
  white-space:nowrap; transition:border-color .15s ease;
}
.btn-ghost:hover{ border-color:var(--wp--preset--color--ink-soft); }
.btn-ghost.on-dark{ border-color:rgba(255,255,255,0.5); color:#fff; }
.btn-primary{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 22px; border-radius:2px; font-size:0.92rem; font-weight:500;
  background:var(--wp--preset--color--accent); color:var(--accent-ink); white-space:nowrap; transition:opacity .15s ease;
}
.btn-primary:hover{ opacity:0.9; }

.wp-block-button__link{
  border-radius:2px !important;
  padding:11px 22px !important;
  font-size:0.92rem !important;
  font-weight:500 !important;
  line-height:1.3 !important;
}
.is-style-outline .wp-block-button__link{
  border:1px solid var(--wp--preset--color--line) !important;
}

/* hero */
.vh-hero{
  position:relative;
  min-height:560px;
  background:repeating-linear-gradient(135deg, #d9d2c5 0px, #d9d2c5 26px, #cfc6b6 26px, #cfc6b6 27px);
  color:#fff;
}
.vh-hero::before{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(180deg, rgba(20,17,14,0.18) 0%, rgba(20,17,14,0.74) 76%, rgba(20,17,14,0.9) 100%);
}
.vh-hero .wp-block-group{ position:relative; z-index:2; max-width:1240px; margin-inline:auto; padding:48px 24px 56px; width:100%; }

/* huecos de foto: listos para subir imagen real desde la Biblioteca de medios, sin tocar codigo */
.vh-ph-slot{ position:absolute; inset:0; margin:0; z-index:0; }
.vh-ph-slot img{ width:100%; height:100%; object-fit:cover; display:block; }
.vh-ph-slot img:not([src]), .vh-ph-slot img[src=""]{ display:none; }
*:has(> .vh-ph-slot img[src]:not([src^="data:"])):not(.vh-strip-cell) > .vh-ph-label{ display:none; }
.vh-ph-label{
  position:absolute; top:16px; right:24px; background:rgba(255,255,255,0.92); color:var(--wp--preset--color--ink-soft);
  padding:7px 12px; font-size:0.74rem; border-radius:2px;
}
.vh-eyebrow{ font-size:0.78rem; text-transform:uppercase; letter-spacing:0.14em; color:#e8a688; font-weight:600; }
.vh-hero h1{ font-size:clamp(1.7rem,3.4vw,2.6rem); line-height:1.15; max-width:30ch; color:#fff; }
.vh-hero h1 .vh-h1-solution{ color:#e8a688; }
.vh-hero p.vh-sub{ color:rgba(255,255,255,0.84); font-size:1.02rem; max-width:44ch; }
@media (max-width:768px){ .vh-hero{ min-height:460px; } }
@media (max-width:640px){
  .vh-ph-label{ font-size:0.66rem; padding:6px 10px; top:12px; right:16px; max-width:62%; text-align:right; line-height:1.35; }
  .vh-hero .wp-block-group{ padding-top:88px; }
}

/* banda de estadísticas */
.vh-stats-band{ background:#0e0c0a; }
@media (prefers-color-scheme: dark){ .vh-stats-band{ background:var(--wp--preset--color--surface-tint); } }
.vh-stats-band .vh-precios-wrap{ padding-inline:24px; }
.vh-stats-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media (max-width:760px){
  .vh-stats-grid{ grid-template-columns:1fr; }
  .vh-stat-card{ text-align:center; }
  .vh-stat-label{ margin-inline:auto; }
}
.vh-stat-card{
  padding:32px 28px; background:rgba(255,255,255,0.055); border:1px solid rgba(255,255,255,0.09); border-radius:16px;
  opacity:0; transform:translateY(14px); transition:opacity 500ms ease, transform 500ms ease;
}
.vh-stat-card.vh-in{ opacity:1; transform:translateY(0); }
.vh-stat-card:nth-child(2){ transition-delay:120ms; }
.vh-stat-card:nth-child(3){ transition-delay:240ms; }
@media (prefers-reduced-motion: reduce){ .vh-stat-card{ opacity:1; transform:none; } }
.vh-stat-num{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:clamp(2.1rem,4.6vw,3rem); color:#e8a688; font-variant-numeric:tabular-nums; }
.vh-stat-prefix{ font-size:0.42em; font-weight:500; color:rgba(255,255,255,0.7); vertical-align:middle; margin-right:4px; }
.vh-stat-label{ font-size:0.92rem; color:rgba(255,255,255,0.8); margin-top:8px; max-width:26ch; line-height:1.5; }

/* impartialidad strip */
.vh-impartial{ background:var(--wp--preset--color--surface-tint); border-top:1px solid var(--wp--preset--color--line); border-bottom:1px solid var(--wp--preset--color--line); }
.vh-impartial blockquote{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:1.3rem; font-weight:500; max-width:34ch; line-height:1.3; margin:0; border:none; padding:0; }
.vh-impartial .vh-link{ font-size:0.9rem; color:var(--wp--preset--color--ink); border-bottom:1px solid var(--wp--preset--color--accent); white-space:nowrap; }
.vh-impartial-row{ display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:20px; }
.vh-pills{ display:flex; flex-wrap:wrap; gap:10px; }

/* section heading */
.vh-sec-head{ max-width:52ch; }
.vh-sec-head p{ color:var(--wp--preset--color--ink-soft); max-width:56ch; }

/* servicios bento */
.vh-servicios-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.vh-svc-card{
  position:relative; border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:26px;
  background:var(--wp--preset--color--surface);
  display:flex; flex-direction:column; justify-content:space-between; min-height:200px; gap:10px;
  box-shadow:0 14px 28px -20px rgba(20,17,14,0.22);
  overflow:hidden;
  transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.vh-svc-card:hover{ border-color:var(--wp--preset--color--accent); transform:translateY(-3px); box-shadow:0 20px 34px -18px rgba(20,17,14,0.28); }
.vh-svc-card .vh-n{ display:none; }
.vh-svc-card:has(.vh-svc-photo) .vh-svc-icon{ display:none; }
.vh-svc-photo{ margin:-26px -26px 0; width:calc(100% + 52px) !important; }
.vh-svc-photo img{ width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:0; display:block; }
.vh-svc-icon{
  width:44px; height:44px; border-radius:12px;
  background:color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.vh-svc-icon svg{ width:22px; height:22px; color:var(--wp--preset--color--accent); }
.vh-svc-top{ display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.vh-svc-pill{
  font-size:0.64rem; font-weight:700; text-transform:uppercase; letter-spacing:0.05em;
  padding:5px 10px; border-radius:999px; white-space:nowrap;
  background:color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent); color:var(--wp--preset--color--accent);
}
.vh-svc-card p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; }
.vh-svc-card .vh-price{ font-size:0.85rem; color:var(--wp--preset--color--accent); font-weight:600; }
@media (max-width:900px){ .vh-servicios-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .vh-servicios-grid{ grid-template-columns:1fr; } }

/* vivienda verificada */
.vh-vivienda{ background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background); }
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .vh-vivienda{ background:var(--wp--preset--color--surface-tint); } }
.vh-vv{ display:grid; grid-template-columns:1fr 1.2fr; gap:48px; align-items:center; }
.vh-vv-badge-wrap{ display:flex; justify-content:center; }
.vh-vv-circle{ width:min(320px,75vw); aspect-ratio:1; }
.vh-vv-ring{ stroke:var(--wp--preset--color--accent); }
.vh-vv-arc-text{ fill:var(--wp--preset--color--ink); font-family:system-ui,sans-serif; }
.vh-vv-text{ display:flex; flex-direction:column; align-items:flex-start; gap:18px; }
.vh-vv-perks{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.vh-vv-perks li{ position:relative; padding-left:26px; font-size:0.94rem; color:inherit; opacity:0.9; }
.vh-vv-perks li::before{
  content:"✓"; position:absolute; left:0; top:0; color:var(--wp--preset--color--accent); font-weight:700;
}
.vh-vv h2{ color:inherit; max-width:14ch; margin:0; }
.vh-vv p{ color:inherit; opacity:0.75; max-width:50ch; margin:0; }
.vh-pill{
  display:inline-flex; border:1px solid rgba(255,255,255,0.3); color:inherit;
  border-radius:999px; padding:9px 18px; font-size:0.86rem;
}
@media (max-width:860px){ .vh-vv{ grid-template-columns:1fr; } .vh-vv-badge-wrap{ order:-1; } }

/* como trabajamos */
.vh-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--wp--preset--color--line); }
.vh-step{ padding:32px 28px 32px 0; border-bottom:1px solid var(--wp--preset--color--line); border-right:1px solid var(--wp--preset--color--line); }
.vh-step:last-child{ border-right:none; }
.vh-step .vh-num{ font-family:'Hanken Grotesk',system-ui,sans-serif; color:var(--wp--preset--color--accent); font-size:0.85rem; margin:0 0 10px; }
.vh-step h3{ margin:0 0 8px; font-size:1.05rem; }
.vh-step p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; margin:0; }
@media (max-width:768px){ .vh-steps{ grid-template-columns:1fr; } .vh-step{ border-right:none !important; padding:24px 0; } }

/* lead magnet: tarjeta compacta */
.vh-lm-card{
  display:flex; align-items:center; gap:24px; flex-wrap:wrap;
  border:1px solid var(--wp--preset--color--line); border-radius:16px; background:var(--wp--preset--color--surface); padding:28px 32px;
  box-shadow:0 14px 28px -20px rgba(20,17,14,0.22);
}
.vh-lm-icon{
  flex-shrink:0; width:52px; height:52px; border-radius:50%;
  background:color-mix(in srgb, var(--wp--preset--color--accent) 12%, transparent);
  display:flex; align-items:center; justify-content:center;
}
.vh-lm-icon svg{ width:24px; height:24px; color:var(--wp--preset--color--accent); }
.vh-lm-copy{ flex:1; min-width:200px; }
.vh-lm-eyebrow{ font-size:0.72rem; text-transform:uppercase; letter-spacing:0.1em; color:var(--wp--preset--color--accent); font-weight:600; margin:0; }
.vh-lm-copy h3{ font-size:1.05rem; margin:2px 0 0; }
.vh-lm-copy p{ color:var(--wp--preset--color--ink-soft); margin-top:4px; font-size:0.88rem; max-width:44ch; }
.vh-lm-form{ display:flex; gap:10px; flex-wrap:wrap; flex-shrink:0; }
.vh-lm-form input{
  flex:1; min-width:180px; border:1px solid var(--wp--preset--color--line); border-radius:2px;
  padding:10px 14px; font-size:0.9rem; background:var(--wp--preset--color--background); color:var(--wp--preset--color--ink); font-family:inherit;
}
@media (max-width:640px){
  .vh-lm-card{ flex-direction:column; align-items:stretch; }
  .vh-lm-form{ flex-shrink:1; width:100%; }
  .vh-lm-form input{ min-width:0; width:100%; }
  .vh-lm-form .wp-block-button{ width:100%; }
  .vh-lm-form .wp-block-button__link{ width:100%; }
}
.vh-equipo-img, .vh-strip-cell{
  aspect-ratio:4/3; border-radius:12px; position:relative; overflow:hidden;
  background:repeating-linear-gradient(135deg, var(--wp--preset--color--surface-tint) 0px, var(--wp--preset--color--surface-tint) 22px, var(--wp--preset--color--line) 22px, var(--wp--preset--color--line) 23px);
  display:flex; align-items:flex-end;
}

/* photo strip */
.vh-strip-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:56px !important; }
@media (max-width:760px){ .vh-strip-grid{ grid-template-columns:1fr 1fr; } }
.vh-strip-cell{ aspect-ratio:4/3; }
.vh-strip-cell .vh-ph-label{ position:absolute; bottom:10px; left:10px; top:auto; right:auto; }

/* problemas */
.vh-problems-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
@media (max-width:960px){ .vh-problems-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .vh-problems-grid{ grid-template-columns:1fr; } }
.vh-problem-card{
  border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:24px 20px; background:var(--wp--preset--color--surface);
  display:flex; flex-direction:column; height:100%; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
.vh-problem-card h4{ margin:0 0 8px; font-size:0.98rem; }
.vh-problem-card p{ color:var(--wp--preset--color--ink-soft); font-size:0.86rem; line-height:1.5; margin:0; }
.vh-problem-card .vh-cost{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:600; color:var(--wp--preset--color--accent); font-size:0.95rem; margin-top:auto; padding-top:14px; }

/* simulador de negociacion */
.vh-negotiate{ background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background); }
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .vh-negotiate{ background:var(--wp--preset--color--surface-tint); } }
.vh-neg-section{
  max-width:1240px; margin-inline:auto; padding-inline:24px; box-sizing:border-box;
  display:grid; grid-template-columns:1fr 0.9fr; gap:56px; align-items:center;
}
@media (max-width:860px){ .vh-neg-section{ grid-template-columns:1fr; } .vh-neg-phone{ order:-1; margin:0 auto; } }
.vh-negotiate h2{ color:inherit; margin:0; }
.vh-neg-lead{ font-size:1.05rem; color:inherit; margin-top:14px; max-width:48ch; }
.vh-neg-body{ margin-top:14px; color:color-mix(in srgb, var(--wp--preset--color--background) 74%, transparent); max-width:48ch; }
.vh-neg-source{ font-size:0.82rem; color:color-mix(in srgb, var(--wp--preset--color--background) 55%, transparent); margin-top:18px; }
.vh-neg-doc{
  width:min(320px,85vw); background:var(--wp--preset--color--surface); border-radius:6px; overflow:hidden;
  box-shadow:0 24px 48px rgba(0,0,0,0.35); transform:rotate(-1.4deg);
}
.vh-neg-doc-head{
  display:flex; align-items:center; gap:10px; padding:16px 20px;
  background:var(--wp--preset--color--background); border-bottom:2px solid var(--wp--preset--color--accent);
}
.vh-neg-doc-logo{ width:22px; height:22px; flex-shrink:0; display:block; }
.vh-neg-doc-brand{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:0.85rem; letter-spacing:0.02em; color:var(--wp--preset--color--ink); }
.vh-neg-doc-tag{ margin-left:auto; font-size:0.66rem; letter-spacing:0.1em; color:var(--slate); text-transform:uppercase; }
.vh-neg-doc-body{ padding:18px 20px 6px; }
.vh-neg-item{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  padding:10px 0; border-bottom:1px solid var(--wp--preset--color--line);
  font-size:0.83rem; color:var(--wp--preset--color--ink-soft); animation:vhNegIn 500ms ease backwards;
}
.vh-neg-item:last-child{ border-bottom:none; }
.vh-neg-item span:last-child{ color:var(--wp--preset--color--accent); font-weight:600; white-space:nowrap; font-family:'Hanken Grotesk',system-ui,sans-serif; }
.vh-neg-item:nth-child(2){ animation-delay:120ms; }
.vh-neg-item:nth-child(3){ animation-delay:240ms; }
@keyframes vhNegIn{ from{ opacity:0; transform:translateY(8px); } to{ opacity:1; transform:translateY(0); } }
.vh-neg-total{
  margin:0 20px 18px; padding-top:14px; border-top:1px solid var(--wp--preset--color--ink);
  display:flex; justify-content:space-between; align-items:baseline;
}
.vh-neg-total .l{ font-size:0.8rem; color:var(--wp--preset--color--ink-soft); text-transform:uppercase; letter-spacing:0.04em; }
.vh-neg-total .v{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:1.6rem; color:var(--wp--preset--color--accent); }
@media (prefers-reduced-motion: reduce){ .vh-neg-item{ animation:none; } }

/* equipo */
.vh-equipo{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.vh-equipo-text .vh-frase{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:1.15rem; font-weight:500; line-height:1.4; }
.vh-equipo-text .vh-origin-quote{ font-style:italic; border-left:2px solid var(--wp--preset--color--accent); padding-left:16px; }
.vh-equipo-text p{ color:var(--wp--preset--color--ink-soft); }
.vh-equipo-text li{ padding:12px 0; border-top:1px solid var(--wp--preset--color--line); font-size:0.92rem; color:var(--wp--preset--color--ink-soft); list-style:none; }
@media (max-width:860px){ .vh-equipo{ grid-template-columns:1fr; } }

/* precios */
.vh-precios-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:1240px; width:100%; margin-inline:auto; padding-inline:24px; box-sizing:border-box; }
#precios .wp-block-buttons{ max-width:1240px; width:100%; margin-inline:auto; padding-inline:24px; box-sizing:border-box; margin-top:26px; }
@media (max-width:700px){ .vh-precios-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:460px){ .vh-precios-grid{ grid-template-columns:1fr; } }
.vh-precio-card{ display:flex; flex-direction:column; gap:12px; border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:20px 16px; background:var(--wp--preset--color--surface); transition:border-color 160ms ease, transform .15s ease; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
.vh-precio-card:hover{ border-color:var(--wp--preset--color--accent); transform:translateY(-2px); }
.vh-pc-icon{ width:34px; height:34px; border-radius:10px; background:color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent); display:flex; align-items:center; justify-content:center; color:var(--wp--preset--color--accent); flex-shrink:0; }
.vh-precio-card .vh-name{ font-size:0.86rem; color:var(--wp--preset--color--ink-soft); line-height:1.35; }
.vh-precio-card .vh-range{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:1.1rem; color:var(--wp--preset--color--accent); margin-top:auto; }

/* cobertura */
.vh-cobertura{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.vh-zonas{ display:flex; flex-wrap:wrap; gap:10px; }
.vh-zona-tag{ border:1px solid var(--wp--preset--color--line); border-radius:999px; padding:7px 15px; font-size:0.85rem; color:var(--wp--preset--color--ink-soft); }
.vh-map-ph{
  aspect-ratio:1/1; background:var(--wp--preset--color--surface-tint); border-radius:2px;
  display:flex; align-items:center; justify-content:center; color:var(--slate); font-size:0.85rem;
  border:1px solid var(--wp--preset--color--line);
}
@media (max-width:860px){ .vh-cobertura{ grid-template-columns:1fr; } }

/* faq — acordeón: solo la pregunta se ve, el texto se despliega al clicar */
.vh-faq-grid{ display:grid; grid-template-columns:1fr 1fr; gap:0 48px; }
@media (max-width:768px){ .vh-faq-grid{ grid-template-columns:1fr; } }
.vh-faq-item{ border-bottom:1px solid var(--wp--preset--color--line); padding:20px 0; }
.vh-faq-item h4{
  cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; margin:0;
}
.vh-faq-item h4::after{
  content:"+"; font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:400; font-size:1.3rem; color:var(--wp--preset--color--accent);
  flex-shrink:0; transition:transform 160ms ease;
}
.vh-faq-item.vh-open h4::after{ content:"–"; }
.vh-faq-item p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; max-width:64ch; margin-top:12px; display:none; }
.vh-faq-item.vh-open p{ display:block; }

/* cta bands */
.vh-cta-final, .vh-informe-cta{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:44px;
  display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap;
}
.vh-informe-cta{ background:var(--wp--preset--color--surface); }
.vh-cta-final p, .vh-informe-cta p{ color:var(--wp--preset--color--ink-soft); }

/* iconos de tecnologia */
.vh-tec-icons-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1240px; width:100%; margin-inline:auto; padding-inline:24px; box-sizing:border-box; }
@media (max-width:480px){ .vh-tec-icons-grid{ grid-template-columns:repeat(2,1fr); } }
.vh-tec-icon-item{
  display:flex; flex-direction:column; align-items:center; gap:12px; text-align:center;
  padding:24px 12px; background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:14px;
  box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
.vh-tec-icon-item svg{ width:30px; height:30px; color:var(--wp--preset--color--accent); }
.vh-tec-icon-item .vh-tec-photo{ width:56px; height:56px; object-fit:cover; border-radius:12px; }
.vh-tec-icon-item span{ font-size:0.82rem; color:var(--wp--preset--color--ink-soft); line-height:1.3; }

/* footer */
.vh-footer{ padding:72px 0 40px; }
.vh-foot-col h4{ font-size:0.82rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--slate); }
.vh-foot-col a, .vh-foot-col p{ display:block; color:var(--wp--preset--color--ink-soft); font-size:0.9rem; }
.vh-foot-col a:hover{ color:var(--wp--preset--color--ink); }
.vh-foot-bottom{ display:flex; justify-content:space-between; padding-top:24px; padding-bottom:96px; border-top:1px solid var(--wp--preset--color--line); font-size:0.82rem; color:var(--slate); flex-wrap:wrap; gap:12px; }

/* formulario de presupuesto */
.vh-cf-form{ border:1px solid var(--wp--preset--color--line); border-radius:18px; padding:44px; background:var(--wp--preset--color--surface); box-shadow:0 20px 40px -26px rgba(20,17,14,0.28); }
@media (max-width:600px){ .vh-cf-form{ padding:28px; } }
.vh-cf-form h2{ font-size:1.4rem; max-width:26ch; }
.vh-cf-form > p{ color:var(--wp--preset--color--ink-soft); max-width:52ch; font-size:0.95rem; }
.vh-cf-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:700px){ .vh-cf-grid{ grid-template-columns:1fr; } }
.vh-cf-field{ display:flex; flex-direction:column; gap:6px; }
.vh-cf-field.full{ grid-column:1 / -1; }
.vh-cf-field label{ font-size:0.82rem; color:var(--wp--preset--color--ink-soft); }
.vh-cf-field input, .vh-cf-field select, .vh-cf-field textarea{
  border:1px solid var(--wp--preset--color--line); border-radius:2px; padding:12px 14px;
  font-family:'Public Sans',sans-serif; font-size:0.92rem; background:var(--wp--preset--color--background); color:var(--wp--preset--color--ink); width:100%;
}
.vh-cf-field textarea{ resize:vertical; min-height:88px; }
.vh-fake-input{
  border:1px solid var(--wp--preset--color--line); border-radius:2px; padding:12px 14px;
  font-family:'Public Sans',sans-serif; font-size:0.92rem; background:var(--wp--preset--color--background); color:var(--wp--preset--color--ink-soft); margin:0;
}
.vh-fake-input.vh-fake-textarea{ min-height:88px; }
.vh-lm-form .vh-fake-input{ flex:1; min-width:200px; background:var(--wp--preset--color--surface); margin:0; }
.vh-cf-consent{ display:flex; align-items:flex-start; gap:10px; font-size:0.85rem; color:var(--wp--preset--color--ink-soft); }
.vh-cf-consent input{ margin-top:3px; }
.vh-cf-consent a{ text-decoration:underline; }
.vh-colabora-form .vh-cf-grid{ margin-top:24px; }
.vh-colabora-form .vh-cf-field input, .vh-colabora-form .vh-cf-field select, .vh-colabora-form .vh-cf-field textarea{ box-sizing:border-box; }
.vh-colabora-form .vh-cf-consent{ margin-top:14px; }
.vh-colabora-form button{ cursor:pointer; border:0; }
.vh-cf-note{ font-size:0.85rem; color:var(--wp--preset--color--ink-soft); margin-top:12px; }
.vh-cf-status{ padding:14px 18px; border-radius:10px; font-size:0.95rem; }
.vh-cf-ok{ background:var(--wp--preset--color--surface-tint); color:var(--wp--preset--color--ink); }
.vh-cf-error{ border:1px solid var(--wp--preset--color--accent); color:var(--wp--preset--color--ink); }
.vh-hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* WhatsApp flotante + barra CTA móvil */
.vh-wa-float{
  position:fixed; bottom:24px; right:24px; z-index:9995;
  width:58px; height:58px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,0.28);
  transition:transform 160ms ease;
}
.vh-wa-float:hover{ transform:scale(1.06); }
.vh-wa-link{ display:flex; align-items:center; justify-content:center; width:100%; height:100%; border-radius:50%; }
.vh-wa-link:focus-visible{ outline:3px solid var(--wp--preset--color--ink); outline-offset:3px; }
.vh-wa-float:focus-within .vh-wa-tooltip{ opacity:1; }
.vh-wa-tooltip{
  position:absolute; right:70px; top:50%; transform:translateY(-50%);
  background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background); font-size:0.82rem; padding:8px 14px;
  border-radius:6px; white-space:nowrap; opacity:0; pointer-events:none;
  transition:opacity 160ms ease;
}
.vh-wa-float:hover .vh-wa-tooltip{ opacity:1; }
@media (max-width:640px){ .vh-wa-float{ display:none; } }

.vh-mobile-cta-bar{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:9990;
  background:var(--wp--preset--color--surface); border-top:1px solid var(--wp--preset--color--line);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom)); gap:10px;
}
@media (max-width:640px){ .vh-mobile-cta-bar{ display:flex; } .vh-navright .wp-block-buttons{ display:none; } }
.vh-mcb-btn{
  flex:1; display:flex; align-items:center; justify-content:center; gap:6px;
  height:44px; border-radius:999px; border:1px solid var(--wp--preset--color--line);
  font-size:0.8rem; font-weight:600; color:var(--wp--preset--color--ink); background:var(--wp--preset--color--background);
}
.vh-mcb-primary{ background:var(--wp--preset--color--accent); color:var(--accent-ink); border-color:var(--wp--preset--color--accent); flex:1.3; }
.vh-mcb-wa{ background:#25D366; color:#fff; border-color:#25D366; }

.vh-to-top{
  position:fixed; left:20px; bottom:88px; z-index:9992;
  width:44px; height:44px; border-radius:50%; background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background);
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 22px -8px rgba(20,17,14,0.4);
  opacity:0; transform:translateY(8px) scale(0.9); pointer-events:none;
  transition:opacity 200ms ease, transform 200ms ease;
}
.vh-to-top.vh-visible{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.vh-to-top svg{ width:18px; height:18px; }
@media (prefers-color-scheme: dark){ .vh-to-top{ background:var(--wp--preset--color--surface-tint); color:var(--wp--preset--color--ink); } }
@media (max-width:640px){ .vh-to-top{ bottom:78px; left:14px; } }

/* scroll reveal */
.vh-reveal{ opacity:0; transform:translateY(16px); transition:opacity .5s ease, transform .5s ease; }
.vh-reveal.vh-in{ opacity:1; transform:translateY(0); }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration:0.01ms !important; transition-duration:0.01ms !important; }
  .vh-reveal{ opacity:1 !important; transform:none !important; }
}

/* === Editor: keep animated content visible while editing === */
.editor-styles-wrapper .vh-reveal{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

/* === páginas internas: cabecera compacta === */
.vh-crumb, .vh-page-hero, .vh-hero-cta-wrap{
  max-width:1240px; width:100%; margin-inline:auto; box-sizing:border-box;
}
.vh-crumb{ font-size:0.85rem; color:var(--slate); }
.vh-crumb a:hover{ color:var(--wp--preset--color--ink); }
.vh-page-hero h1{ font-size:clamp(1.9rem,3.6vw,2.7rem); line-height:1.15; max-width:20ch; }
.vh-sub{ color:var(--wp--preset--color--ink-soft); max-width:56ch; margin-top:14px; font-size:1.02rem; line-height:1.6; }

/* === precios: salta a tu caso === */
.vh-precios-wrap, .vh-always-wrap{
  max-width:1240px; width:100%; margin-inline:auto; box-sizing:border-box;
}
.vh-jump-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px; }
.vh-jump-pill{
  display:inline-flex; align-items:center; gap:8px; border:1px solid var(--wp--preset--color--line);
  border-radius:999px; padding:9px 18px 9px 14px; font-size:0.85rem; color:var(--wp--preset--color--ink-soft);
  background:var(--wp--preset--color--surface); transition:border-color 160ms ease, color 160ms ease;
}
.vh-jump-pill:hover{ border-color:var(--wp--preset--color--accent); color:var(--wp--preset--color--ink); }
.vh-jump-pill svg{ flex-shrink:0; }

.vh-situation-block{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:34px;
  background:var(--wp--preset--color--surface); margin-bottom:20px; scroll-margin-top:88px;
  box-shadow:0 14px 30px -22px rgba(20,17,14,0.22);
}
.vh-situation-head{ display:flex; align-items:stretch; gap:24px; margin-bottom:24px; }
.vh-si-text{ display:flex; align-items:flex-start; gap:16px; flex:1; min-width:0; }
.vh-si-icon{
  width:44px; height:44px; border-radius:12px; background:color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent);
  display:flex; align-items:center; justify-content:center; color:var(--wp--preset--color--accent); flex-shrink:0;
}
.vh-situation-head h3{ font-size:1.2rem; }
.vh-situation-head p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; margin-top:5px; max-width:52ch; }
.vh-si-photo{
  flex-shrink:0; width:220px; margin:0; border-radius:10px; position:relative; overflow:hidden;
  background:repeating-linear-gradient(135deg, var(--wp--preset--color--surface-tint) 0px, var(--wp--preset--color--surface-tint) 22px, var(--wp--preset--color--line) 22px, var(--wp--preset--color--line) 23px);
}
.vh-si-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vh-si-photo img:not([src]), .vh-si-photo img[src=""]{ display:none; }
@media (max-width:760px){
  .vh-situation-head{ flex-wrap:wrap; }
  .vh-si-photo{ width:100%; aspect-ratio:16/9; order:-1; }
}

.vh-price-tiles{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media (max-width:760px){ .vh-price-tiles{ grid-template-columns:1fr 1fr; } }
@media (max-width:460px){ .vh-price-tiles{ grid-template-columns:1fr; } }
.vh-price-tile{
  border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:20px 16px;
  text-align:center; background:var(--wp--preset--color--background);
  box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
.vh-price-tile .vh-m2{ font-size:0.82rem; color:var(--slate); margin-bottom:10px; line-height:1.3; }
.vh-price-tile .vh-p{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:1.4rem; color:var(--wp--preset--color--accent); }
.vh-price-tile.vh-single{ max-width:220px; margin:0 auto; }

.vh-visit-examples{ display:flex; gap:20px; margin-top:18px; flex-wrap:wrap; }
.vh-visit-examples .vh-vrow{ font-size:0.88rem; color:var(--wp--preset--color--ink-soft); }
.vh-visit-examples .vh-vrow b{ color:var(--wp--preset--color--ink); font-family:'Hanken Grotesk',system-ui,sans-serif; }

.vh-mini-cta{
  display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;
  border-top:1px solid var(--wp--preset--color--line); padding-top:20px; margin-top:24px;
}
.vh-mini-cta p{ font-size:0.9rem; color:var(--wp--preset--color--ink-soft); max-width:56ch; }

.vh-premium-note{
  border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:20px 24px;
  display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;
  background:var(--wp--preset--color--surface);
}
.vh-premium-note p{ font-size:0.9rem; color:var(--wp--preset--color--ink-soft); max-width:56ch; }

.vh-always-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media (max-width:860px){ .vh-always-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .vh-always-grid{ grid-template-columns:1fr; } }
.vh-always-item{ border-top:1px solid var(--wp--preset--color--line); padding-top:14px; }
.vh-always-item h4{ font-size:0.98rem; margin-bottom:6px; }
.vh-always-item p{ color:var(--wp--preset--color--ink-soft); font-size:0.88rem; line-height:1.55; }

.vh-cta-final{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:44px;
  display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap;
  background:var(--wp--preset--color--surface-tint);
}
.vh-cta-final h3{ font-size:1.2rem; max-width:32ch; }
.vh-cta-final p{ color:var(--wp--preset--color--ink-soft); margin-top:8px; max-width:44ch; font-size:0.9rem; }

/* === Vivienda Verificada, página dedicada === */
/* esta página lleva su propio h1 grande en el hero de dos columnas; se oculta el título genérico del template para no duplicarlo */
.page-id-10 .vh-page-hero{ display:none; }
.vh-vv-page-wrap{ max-width:1240px; width:100%; margin-inline:auto; box-sizing:border-box; }

.vh-vv-hero-grid{ display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:center; }
@media (max-width:900px){ .vh-vv-hero-grid{ grid-template-columns:1fr; } .vh-vv-hero-grid .vh-vv-circle{ order:-1; margin:0 auto; } }
.vh-vv-pilot-pill{
  display:inline-flex; align-items:center; gap:8px; font-size:0.76rem; text-transform:uppercase; letter-spacing:0.1em;
  color:var(--wp--preset--color--accent); font-weight:600; margin-bottom:16px;
  border:1px solid color-mix(in srgb, var(--wp--preset--color--accent) 40%, transparent); border-radius:999px; padding:5px 14px;
}
.vh-vv-pilot-pill::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--wp--preset--color--accent); }
.vh-vv-hero-grid h1{ font-size:clamp(1.9rem,3.6vw,2.7rem); line-height:1.15; max-width:22ch; }
.vh-vv-hero-grid .vh-sub{ margin-top:14px; font-size:1.02rem; max-width:50ch; }
@media (max-width:900px){ .vh-vv-hero-grid .vh-vv-circle{ margin-left:0; } }

.vh-benefit-chips{ display:flex; gap:10px; flex-wrap:wrap; }
.vh-benefit-chip{
  display:inline-flex; align-items:center; gap:8px; border:1px solid var(--wp--preset--color--line); border-radius:999px;
  padding:9px 16px; font-size:0.86rem; color:var(--wp--preset--color--ink-soft); background:var(--wp--preset--color--surface);
}
.vh-benefit-chip svg{ color:var(--wp--preset--color--accent); flex-shrink:0; }

.vh-precedentes{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media (max-width:760px){ .vh-precedentes{ grid-template-columns:1fr; } }
.vh-precedente{ border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:32px; background:var(--wp--preset--color--surface); box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
.vh-precedente .vh-flag{ font-size:0.78rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--wp--preset--color--accent); font-weight:600; margin-bottom:12px; }
.vh-precedente-head{ display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.vh-precedente-icon{
  width:36px; height:36px; border-radius:10px; background:color-mix(in srgb, var(--wp--preset--color--accent) 13%, transparent);
  display:flex; align-items:center; justify-content:center; color:var(--wp--preset--color--accent); flex-shrink:0;
}
.vh-precedente h3{ font-size:1.1rem; }
.vh-precedente p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; line-height:1.6; }

.vh-benef-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media (max-width:860px){ .vh-benef-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .vh-benef-grid{ grid-template-columns:1fr; } }
.vh-benef{ background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:14px; padding:28px 24px; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
.vh-benef .vh-n{ font-family:'Hanken Grotesk',system-ui,sans-serif; color:var(--wp--preset--color--accent); font-weight:600; font-size:0.85rem; margin-bottom:14px; }
.vh-benef h4{ font-size:1.05rem; margin-bottom:8px; }
.vh-benef p{ color:var(--wp--preset--color--ink-soft); font-size:0.9rem; }

.vh-portal-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media (max-width:960px){ .vh-portal-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .vh-portal-grid{ grid-template-columns:1fr; } }
.vh-listing{ border:1px solid var(--wp--preset--color--line); border-radius:14px; overflow:hidden; background:var(--wp--preset--color--surface); box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
.vh-listing-photo{
  aspect-ratio:4/3; position:relative;
  background:repeating-linear-gradient(135deg, var(--wp--preset--color--surface-tint) 0px, var(--wp--preset--color--surface-tint) 20px, var(--wp--preset--color--line) 20px, var(--wp--preset--color--line) 21px);
}
.vh-listing-body{ padding:14px 16px; }
.vh-listing-price{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:700; font-size:1.05rem; }
.vh-listing-addr{ font-size:0.8rem; color:var(--wp--preset--color--ink-soft); margin-top:3px; }
.vh-listing-meta{ font-size:0.76rem; color:var(--slate); margin-top:8px; }
.vh-listing.vh-featured{ border:2px solid var(--wp--preset--color--accent); position:relative; box-shadow:0 22px 48px -22px rgba(0,0,0,0.28); transform:scale(1.045); }
@media (max-width:560px){ .vh-listing.vh-featured{ transform:none; } }
.vh-listing-seal-wrap{ position:absolute; top:10px; left:10px; width:64px; height:64px; filter:drop-shadow(0 8px 16px rgba(0,0,0,0.25)); }
.vh-listing-seal-wrap svg{ display:block; width:100%; height:100%; }

.vh-vv-impartial-block{ background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background); border-radius:18px; padding:52px; }
@media (prefers-color-scheme: dark){ .vh-vv-impartial-block{ background:var(--wp--preset--color--surface-tint); } }
.vh-vv-impartial-block .vh-flag{ font-size:0.76rem; text-transform:uppercase; letter-spacing:0.1em; color:#e8a688; font-weight:600; margin-bottom:16px; }
.vh-vv-impartial-block h2{ color:var(--wp--preset--color--background); font-size:clamp(1.5rem,2.4vw,2rem); max-width:26ch; margin-bottom:18px; }
.vh-vv-impartial-block > p{ color:color-mix(in srgb, var(--wp--preset--color--background) 78%, transparent); max-width:66ch; font-size:1rem; line-height:1.65; margin-bottom:28px; }
.vh-vv-impartial-rules{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media (max-width:700px){ .vh-vv-impartial-rules{ grid-template-columns:1fr; } }
.vh-vv-impartial-rule{ border-top:1px solid color-mix(in srgb, var(--wp--preset--color--background) 22%, transparent); padding-top:16px; }
.vh-vv-impartial-rule-head{ display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.vh-vv-impartial-icon{
  width:30px; height:30px; border-radius:9px; background:rgba(255,255,255,0.08);
  display:flex; align-items:center; justify-content:center; color:#e8a688; flex-shrink:0;
}
.vh-vv-impartial-rule h4{ color:var(--wp--preset--color--background); font-size:0.95rem; }
.vh-vv-impartial-rule p{ color:color-mix(in srgb, var(--wp--preset--color--background) 72%, transparent); font-size:0.9rem; line-height:1.55; }

.vh-steps-strip{ display:grid; grid-template-columns:repeat(auto-fit, minmax(180px,1fr)); gap:20px; }
@media (max-width:640px){ .vh-steps-strip{ grid-template-columns:1fr; } }
.vh-step-node{ position:relative; padding-top:36px; }
.vh-step-node::before{ content:""; position:absolute; top:8px; left:0; width:22px; height:22px; border-radius:50%; background:var(--wp--preset--color--accent); }
.vh-step-node::after{ content:""; position:absolute; top:18px; left:22px; right:-24px; height:2px; background:var(--wp--preset--color--line); }
.vh-step-node:last-child::after{ display:none; }
@media (max-width:960px){ .vh-step-node::after{ display:none; } }
.vh-step-node h4{ font-size:0.98rem; margin-bottom:8px; }
.vh-step-node p{ color:var(--wp--preset--color--ink-soft); font-size:0.88rem; }

.vh-piloto-bar{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:36px;
  display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap;
  background:var(--wp--preset--color--surface-tint);
}
.vh-piloto-bar h3{ font-size:1.15rem; max-width:32ch; }
.vh-piloto-bar p{ color:var(--wp--preset--color--ink-soft); margin-top:8px; max-width:46ch; font-size:0.92rem; }

/* === página Equipo === */
.vh-fact-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
@media (max-width:860px){ .vh-fact-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .vh-fact-grid{ grid-template-columns:1fr; } }
.vh-fact-cell{
  background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:14px;
  padding:26px 22px; min-height:130px; display:flex; flex-direction:column; justify-content:center;
  box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
.vh-fact-cell .vh-num{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:1.7rem; font-weight:600; color:var(--wp--preset--color--accent); margin-bottom:6px; }
.vh-fact-cell p{ font-size:0.86rem; color:var(--wp--preset--color--ink-soft); }

.vh-origen-block{ background:var(--wp--preset--color--ink); border-radius:18px; overflow:hidden; display:grid; grid-template-columns:0.8fr 1.2fr; align-items:stretch; }
@media (prefers-color-scheme: dark){ .vh-origen-block{ background:var(--wp--preset--color--surface-tint); } }
@media (max-width:760px){ .vh-origen-block{ grid-template-columns:1fr; } }
.vh-origen-photo{
  position:relative; min-height:280px; overflow:hidden;
  background:repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0px, rgba(255,255,255,0.06) 22px, rgba(255,255,255,0.02) 22px, rgba(255,255,255,0.02) 23px);
}
.vh-origen-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vh-origen-photo img:not([src]), .vh-origen-photo img[src=""]{ display:none; }
.vh-origen-text{ padding:52px; color:var(--wp--preset--color--background); }
@media (max-width:600px){ .vh-origen-text{ padding:36px 28px; } }
.vh-origen-text blockquote{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:clamp(1.25rem,2.2vw,1.6rem); font-weight:600; max-width:32ch; line-height:1.35; margin:0; border:none; padding:0; }
.vh-origen-text .vh-origin-quote{ font-style:italic; border-left:2px solid var(--wp--preset--color--accent); padding-left:16px; margin-top:22px; max-width:56ch; color:color-mix(in srgb, var(--wp--preset--color--background) 82%, transparent); font-size:0.98rem; line-height:1.6; }
.vh-origen-text p:not(.vh-origin-quote){ color:color-mix(in srgb, var(--wp--preset--color--background) 76%, transparent); margin-top:18px; max-width:56ch; font-size:0.96rem; line-height:1.65; }

.vh-red-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media (max-width:860px){ .vh-red-grid{ grid-template-columns:1fr; } }
.vh-red-card{
  background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:14px;
  padding:28px 24px; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
.vh-red-card h4{ font-size:1.05rem; margin-bottom:10px; }
.vh-red-card p{ color:var(--wp--preset--color--ink-soft); font-size:0.9rem; line-height:1.55; }

.vh-check-list{ list-style:none; margin:0; padding:0; }
.vh-check-list li{ display:flex; gap:12px; padding:12px 0; border-bottom:1px solid var(--wp--preset--color--line); font-size:0.95rem; color:var(--wp--preset--color--ink-soft); }
.vh-check-list li:first-child{ padding-top:0; }
.vh-check-mark{ flex-shrink:0; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.72rem; margin-top:2px; background:var(--wp--preset--color--accent); color:#fff; }

/* desplegable de tecnología, para no salir de la página */
.vh-tec-expand{ border:1px solid var(--wp--preset--color--line); border-radius:16px; background:var(--wp--preset--color--surface); overflow:hidden; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
.vh-tec-summary{
  list-style:none; cursor:pointer; padding:28px 32px; display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.vh-tec-summary::-webkit-details-marker{ display:none; }
.vh-tec-summary strong{ display:block; font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:1.1rem; font-weight:600; color:var(--wp--preset--color--ink); }
.vh-tec-summary-sub{ display:block; color:var(--wp--preset--color--ink-soft); font-size:0.9rem; margin-top:6px; }
.vh-tec-toggle-icon{ flex-shrink:0; width:28px; height:28px; border-radius:50%; border:1px solid var(--wp--preset--color--line); position:relative; }
.vh-tec-toggle-icon::before, .vh-tec-toggle-icon::after{
  content:""; position:absolute; top:50%; left:50%; background:var(--wp--preset--color--ink); transition:transform 160ms ease;
}
.vh-tec-toggle-icon::before{ width:12px; height:1.5px; transform:translate(-50%,-50%); }
.vh-tec-toggle-icon::after{ width:1.5px; height:12px; transform:translate(-50%,-50%); }
.vh-tec-expand[open] .vh-tec-toggle-icon::after{ transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
.vh-tec-expand .vh-tec-icons-grid{ padding:4px 32px 32px; margin-top:0; }
@media (max-width:600px){ .vh-tec-summary{ padding:22px 20px; } .vh-tec-expand .vh-tec-icons-grid{ padding:4px 20px 24px; } }

/* === páginas de servicio === */
.vh-fact-photo{
  position:relative; overflow:hidden; min-height:130px;
  background:repeating-linear-gradient(135deg, var(--wp--preset--color--surface-tint) 0px, var(--wp--preset--color--surface-tint) 22px, var(--wp--preset--color--line) 22px, var(--wp--preset--color--line) 23px);
  display:flex; align-items:flex-end;
}
.vh-fact-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vh-fact-photo img:not([src]), .vh-fact-photo img[src=""]{ display:none; }

.vh-alcance-panel{ border:1px solid var(--wp--preset--color--line); border-radius:14px; overflow:hidden; display:grid; grid-template-columns:1fr 1fr; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22); }
@media (max-width:700px){ .vh-alcance-panel{ grid-template-columns:1fr; } }
.vh-alcance-col{ padding:32px; }
.vh-alcance-col.vh-si{ background:var(--wp--preset--color--surface); }
.vh-alcance-col.vh-no{ background:var(--wp--preset--color--surface-tint); }
.vh-alcance-col-head{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.vh-alcance-icon{ width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; color:#fff; }
.vh-alcance-col.vh-si .vh-alcance-icon{ background:var(--wp--preset--color--accent); }
.vh-alcance-col.vh-no .vh-alcance-icon{ background:var(--slate); }
.vh-alcance-col h4{ font-size:0.95rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--slate); margin:0; }
.vh-alcance-col p{ color:var(--wp--preset--color--ink-soft); font-size:0.95rem; line-height:1.6; }
.vh-alcance-col strong{ color:var(--wp--preset--color--ink); }

.vh-check-mark-no{ flex-shrink:0; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.72rem; margin-top:2px; border:1px solid var(--slate); color:var(--slate); }

/* === página F.A.Q. === */
.vh-cat-nav{ position:sticky; top:69px; z-index:40; background:var(--wp--preset--color--background); border-bottom:1px solid var(--wp--preset--color--line); }
.vh-cat-nav-inner{ display:flex; gap:8px; overflow-x:auto; padding:16px 0; scrollbar-width:none; }
.vh-cat-nav-inner::-webkit-scrollbar{ display:none; }
.vh-cat-pill{
  flex-shrink:0; font-size:0.85rem; color:var(--wp--preset--color--ink-soft); border:1px solid var(--wp--preset--color--line);
  border-radius:999px; padding:8px 16px; white-space:nowrap; transition:border-color 160ms ease, color 160ms ease;
}
.vh-cat-pill:hover{ border-color:var(--wp--preset--color--accent); color:var(--wp--preset--color--ink); }

.vh-cat-block{ scroll-margin-top:130px; }
.vh-cat-head{ display:flex; align-items:baseline; gap:14px; margin-bottom:24px; border-bottom:1px solid var(--wp--preset--color--line); padding-bottom:16px; }
.vh-cat-head h2{ margin:0; font-size:clamp(1.3rem,2vw,1.6rem); }
.vh-cat-head .vh-count{ font-size:0.85rem; color:var(--slate); }

.vh-faq-acc{ border-top:1px solid var(--wp--preset--color--line); }
.vh-faq-acc details{ border-bottom:1px solid var(--wp--preset--color--line); }
.vh-faq-acc summary{
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  padding:20px 4px; cursor:pointer; list-style:none; font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:600; font-size:1rem;
}
.vh-faq-acc summary::-webkit-details-marker{ display:none; }
.vh-faq-acc summary .vh-plus{
  flex-shrink:0; width:24px; height:24px; border:1px solid var(--wp--preset--color--line); border-radius:999px;
  display:flex; align-items:center; justify-content:center; font-size:1rem; color:var(--wp--preset--color--accent);
  transition:transform 200ms ease;
}
.vh-faq-acc details[open] summary .vh-plus{ transform:rotate(45deg); }
.vh-faq-acc .vh-a{ padding:0 4px 22px; color:var(--wp--preset--color--ink-soft); font-size:0.95rem; max-width:70ch; line-height:1.65; }
.vh-faq-acc .vh-a a{ text-decoration:underline; }

/* === Política de imparcialidad === */
.vh-pi-quote{
  font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:600; font-size:clamp(1.15rem,2vw,1.4rem);
  color:var(--wp--preset--color--ink-soft); max-width:44ch; line-height:1.4;
  border-left:2px solid var(--wp--preset--color--accent); padding-left:20px;
}

.vh-protocol-panel{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; overflow:hidden;
  display:grid; grid-template-columns:1fr 1fr; box-shadow:0 12px 26px -20px rgba(20,17,14,0.22);
}
@media (max-width:760px){ .vh-protocol-panel{ grid-template-columns:1fr; } }
.vh-protocol-col{ padding:32px; }
.vh-protocol-col.a{ background:var(--wp--preset--color--surface); }
.vh-protocol-col.b{ background:var(--wp--preset--color--surface-tint); }
.vh-protocol-col h4{ font-size:0.92rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--slate); margin-bottom:14px; }
.vh-protocol-col p{ color:var(--wp--preset--color--ink-soft); font-size:0.95rem; line-height:1.65; }

.vh-redlines{ border-top:1px solid var(--wp--preset--color--line); }
.vh-redline{ display:grid; grid-template-columns:64px 1fr; gap:20px; padding:26px 0; border-bottom:1px solid var(--wp--preset--color--line); }
.vh-redline.last{ border-bottom:none; }
.vh-redline .vh-idx{ font-family:'Hanken Grotesk',system-ui,sans-serif; font-weight:600; color:var(--wp--preset--color--accent); font-size:1.1rem; }
.vh-redline h4{ font-size:1.02rem; margin-bottom:8px; }
.vh-redline p{ color:var(--wp--preset--color--ink-soft); font-size:0.92rem; max-width:62ch; line-height:1.6; }
@media (max-width:560px){ .vh-redline{ grid-template-columns:1fr; gap:6px; } }

.vh-commit-dark{ background:var(--wp--preset--color--ink); color:var(--wp--preset--color--background); border-radius:18px; padding:52px; }
.vh-commit-dark h2{ color:var(--wp--preset--color--background); font-size:clamp(1.4rem,2.2vw,1.8rem); max-width:26ch; margin-bottom:20px; }
.vh-commit-list{ display:grid; grid-template-columns:1fr 1fr; gap:20px 32px; }
@media (max-width:700px){ .vh-commit-list{ grid-template-columns:1fr; } }
.vh-commit-item{ border-top:1px solid color-mix(in srgb, var(--wp--preset--color--background) 22%, transparent); padding-top:14px; }
.vh-commit-item p{ color:color-mix(in srgb, var(--wp--preset--color--background) 82%, transparent); font-size:0.92rem; line-height:1.55; }

.vh-sector-panel{ border:1px solid var(--wp--preset--color--line); border-radius:16px; padding:36px; background:var(--wp--preset--color--surface-tint); }
.vh-sector-panel h3{ font-size:1.1rem; max-width:40ch; margin-bottom:12px; }
.vh-sector-panel p{ color:var(--wp--preset--color--ink-soft); font-size:0.95rem; max-width:66ch; line-height:1.65; }

/* === blog: listado === */
.vh-blog-grid.wp-block-query .wp-block-post-template{
  display:grid; grid-template-columns:repeat(3,1fr); gap:28px; list-style:none; margin:0; padding:0;
}
@media (max-width:900px){ .vh-blog-grid.wp-block-query .wp-block-post-template{ grid-template-columns:1fr 1fr; } }
@media (max-width:640px){ .vh-blog-grid.wp-block-query .wp-block-post-template{ grid-template-columns:1fr; } }
.vh-blog-grid .wp-block-post{
  border:1px solid var(--wp--preset--color--line); border-radius:16px; overflow:hidden;
  background:var(--wp--preset--color--surface); box-shadow:0 14px 28px -20px rgba(20,17,14,0.22);
  transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.vh-blog-grid .wp-block-post:hover{ border-color:var(--wp--preset--color--accent); transform:translateY(-3px); box-shadow:0 20px 34px -18px rgba(20,17,14,0.28); }
.vh-blog-grid .wp-block-post-featured-image{ margin:0; }
.vh-blog-grid .wp-block-post-featured-image img{ width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.vh-blog-grid .wp-block-post-title{ font-size:1.05rem; padding:20px 20px 0; margin:0; }
.vh-blog-grid .wp-block-post-title a{ color:var(--wp--preset--color--ink); }
.vh-blog-grid .wp-block-post-excerpt{ padding:10px 20px 20px; color:var(--wp--preset--color--ink-soft); font-size:0.9rem; line-height:1.55; }
.vh-blog-grid .wp-block-post-excerpt__more-link{ display:inline-block; margin-top:8px; font-weight:600; color:var(--wp--preset--color--accent); }

/* === blog: artículo individual === */
.vh-blog-hero .vh-blog-meta{ color:var(--slate); font-size:0.88rem; margin-top:8px; }
.vh-blog-cover.wp-block-post-featured-image{
  max-width:1240px; margin:32px auto 0; border-radius:16px; overflow:hidden;
}
.vh-blog-cover.wp-block-post-featured-image img{ width:100%; max-height:460px; object-fit:cover; display:block; }
.vh-blog-body{ max-width:760px; margin-inline:auto; }
.vh-blog-body h2{ font-size:1.35rem; margin-top:2.2em; margin-bottom:0.6em; }
.vh-blog-body h3{ font-size:1.1rem; margin-top:1.8em; margin-bottom:0.5em; }
.vh-blog-body p{ color:var(--wp--preset--color--ink-soft); font-size:1rem; line-height:1.75; margin-bottom:1.1em; }
.vh-blog-body ul, .vh-blog-body ol{ color:var(--wp--preset--color--ink-soft); font-size:1rem; line-height:1.75; padding-left:1.3em; margin-bottom:1.1em; }
.vh-blog-body li{ margin-bottom:0.4em; }
.vh-blog-body table{ width:100%; border-collapse:collapse; margin:1.5em 0; font-size:0.92rem; }
.vh-blog-body th, .vh-blog-body td{ border:1px solid var(--wp--preset--color--line); padding:10px 14px; text-align:left; }
.vh-blog-body th{ background:var(--wp--preset--color--surface-tint); }
.vh-blog-body hr{ border:none; border-top:1px solid var(--wp--preset--color--line); margin:2.2em 0; }
.vh-blog-cta{ background:var(--wp--preset--color--surface-tint); border-radius:14px; padding:28px 32px; margin-top:2em; }
.vh-blog-cta p{ color:var(--wp--preset--color--ink); font-weight:600; margin:0; }

/* franja "Colabora" al final de la Home */
.vh-colabora-band{ background:var(--wp--preset--color--surface-tint); border-top:1px solid var(--wp--preset--color--line); }
.vh-colabora-inner{ max-width:1240px; margin-inline:auto; padding:56px 24px; box-sizing:border-box; }
.vh-colabora-inner h2{ margin:0 0 28px; font-size:clamp(1.4rem,2.4vw,1.9rem); text-wrap:balance; }
.vh-colabora-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.vh-colabora-card{ position:relative; background:var(--wp--preset--color--surface); border:1px solid var(--wp--preset--color--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; }
.vh-colabora-card img{ display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; }
.vh-colabora-body{ padding:22px 24px 26px; }
.vh-colabora-body h3{ margin:0 0 8px; font-size:1.45rem; }
.vh-colabora-body p{ margin:0 0 16px; color:var(--wp--preset--color--ink-soft); }
.vh-colabora-body a{ font-weight:600; color:var(--wp--preset--color--ink); border-bottom:1px solid currentColor; }
.vh-colabora-body a::after{ content:""; position:absolute; inset:0; }
.vh-colabora-body a:focus-visible{ outline:2px solid var(--wp--preset--color--accent); outline-offset:3px; }
.vh-colabora-card:hover{ border-color:var(--wp--preset--color--ink-soft); }
@media (max-width:760px){ .vh-colabora-grid{ grid-template-columns:1fr; } .vh-colabora-inner{ padding-block:40px; } }
