:root {
  --ink: #1d2422;
  --muted: #66706d;
  --teal-900: #0e4042;
  --teal-800: #105356;
  --teal-700: #12686a;
  --teal-100: #e4f0ef;
  --terracotta: #d06742;
  --terracotta-dark: #b84f2d;
  --cream: #f8f5f0;
  --paper: #fffefd;
  --line: #e6e3dd;
  --shadow: 0 16px 45px rgba(16, 38, 37, .11);
  --shadow-sm: 0 8px 20px rgba(16, 38, 37, .08);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #ffbd85; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 15px; top: 12px; transform: translateY(-180%); background: #fff; color: var(--teal-900); padding: 10px 14px; border-radius: 10px; z-index: 500; font-weight: 700; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { color: #172321; line-height: 1.08; margin: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.5vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.1rem; }
p { margin: 0; }
svg { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,254,253,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(230, 227, 221, .8); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; }
.brand__mark { display: grid; place-items: center; width: 40px; height: 40px; }
.brand__mark img { width: 36px; height: 36px; }
.brand__text { display: grid; font-family: "Playfair Display", Georgia, serif; line-height: 1; }
.brand__text strong { font-size: 1.12rem; font-weight: 700; letter-spacing: -.03em; }
.brand__text small { font-size: .92rem; margin-top: 2px; }
.site-nav { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; list-style: none; font-size: .88rem; font-weight: 700; }
.primary-menu a { position: relative; padding-block: 26px; color: #303a37; }
.primary-menu a::after { content: ""; position: absolute; height: 2px; background: var(--terracotta); left: 0; right: 0; bottom: 19px; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item a::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 18px; border: 1px solid var(--teal-900); background: var(--teal-900); color: white; border-radius: 8px; font-weight: 700; font-size: .92rem; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--teal-800); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(14,64,66,.18); }
.button svg { width: 1rem; height: 1rem; }
.button--header { margin-left: 4px; padding: 12px 15px; background: var(--terracotta); border-color: var(--terracotta); }
.button--header:hover, .button--accent:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); }
.button--outline { background: rgba(255,255,255,.93); color: var(--teal-900); border-color: var(--teal-900); }
.button--outline:hover { background: var(--teal-900); color: #fff; }
.button--outline-dark { background: white; color: var(--teal-900); border-color: var(--teal-900); }
.button--accent { background: var(--terracotta); border-color: var(--terracotta); width: 100%; }
.menu-toggle { display: none; border: 0; color: var(--teal-900); background: transparent; padding: 8px; }
.menu-toggle__close { display: none; }

/* Hero */
.hero { padding: 18px 0 0; background: linear-gradient(180deg, #fff 0%, #f6f3ef 100%); }
.hero__wrap { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.hero__image { position: absolute; inset: 0; display: block; overflow: hidden; }
.hero__image > img { display: block; width: 100%; height: 100%; object-fit: var(--tra-visual-fit, cover); object-position: center right; filter: saturate(.92); }
.hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,249,246,.96) 0%, rgba(251,249,246,.88) 31%, rgba(251,249,246,.2) 62%, rgba(251,249,246,.04) 100%); }
.hero__card { position: relative; z-index: 1; width: min(540px, 92%); margin: 50px 0 95px 36px; padding: 36px; border-radius: 20px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); }
.eyebrow { margin-bottom: 9px; text-transform: uppercase; color: var(--terracotta); font-size: .71rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow--light { color: #f9c2ac; }
.hero h1 { max-width: 470px; }
.hero h1 em { display: block; color: var(--teal-800); font-style: normal; }
.hero__card > p:not(.eyebrow) { max-width: 480px; margin-top: 20px; color: #4c5653; font-size: 1rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 24px; }
.hero__trust { position: absolute; z-index: 2; bottom: 22px; left: 36px; right: 36px; min-height: 75px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: rgba(255,255,255,.97); border: 1px solid rgba(226,222,214,.9); border-radius: 15px; box-shadow: var(--shadow-sm); overflow: hidden; }
.hero__trust span { display: grid; grid-template-columns: 31px auto; column-gap: 9px; align-items: center; min-height: 46px; padding: 0 23px; border-right: 1px solid var(--line); }
.hero__trust span:last-child { border-right: 0; }
.hero__trust svg { grid-row: 1 / span 2; color: var(--terracotta); width: 21px; height: 21px; }
.hero__trust b { color: var(--teal-900); font-size: .78rem; line-height: 1.1; }
.hero__trust small { color: #66706d; font-size: .72rem; }

/* Sections */
.section { padding: 92px 0; }
.section--surface { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading h2 { margin-bottom: 15px; }
.section-copy { color: var(--muted); max-width: 680px; font-size: 1rem; }
.section-heading--center .section-copy { margin-inline: auto; }
.section-action { display: flex; justify-content: center; margin-top: 30px; }

/* Service cards */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid--four { grid-template-columns: repeat(4, 1fr); }
.service-card { display: block; overflow: hidden; background: #fff; border: 1px solid #e6e4df; border-radius: 10px; box-shadow: 0 5px 14px rgba(25,43,39,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-card__image-wrap { display:block; overflow:hidden; }
.service-card__image { display:block; width:100%; aspect-ratio: 1.75 / 1; object-fit:cover; object-position:center; }
.service-card__body { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 13px; }
.service-card__body strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.03rem; letter-spacing: -.02em; }
.service-card__arrow { display: grid; place-items: center; color: var(--terracotta); }
.service-card__arrow svg { width: 1.04rem; }
.service-card--compact .service-card__image { aspect-ratio: 1.85 / 1; }

/* Projects */
.section--projects { padding-top: 82px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 5px 16px rgba(18,41,35,.05); }
.project-card__media { position: relative; min-height: 190px; background-size: cover; background-position: center; }
.project-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,28,27,.2), transparent); }
.project-badge { position: absolute; z-index: 2; top: 11px; left: 11px; background: rgba(20,34,33,.83); color: #fff; text-transform: uppercase; letter-spacing: .09em; font-size: .58rem; padding: 5px 7px; border-radius: 5px; font-weight: 800; }
.project-slider { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 30px; height: 30px; background: #fff; border-radius: 50%; color: var(--teal-900); font-size: .85rem; }
.project-card__body { padding: 16px 16px 18px; }
.project-card__body p { display: flex; align-items: center; gap: 4px; color: var(--terracotta); text-transform: uppercase; font-size: .62rem; letter-spacing: .11em; font-weight: 800; }
.project-card__body p svg { width: .9rem; height: .9rem; }
.project-card__body h3 { margin: 8px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; }
.project-type { color: var(--muted); font-size: .84rem; }

/* Process */
.section--process { background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding: 0; margin: 46px 0 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; height: 2px; border-top: 2px dashed #d2dfdc; left: 9%; right: 9%; top: 30px; }
.process-grid li { position: relative; z-index: 1; padding: 26px 18px 20px; border: 1px solid #e5e5e0; border-radius: 20px; background: #fff; text-align: center; box-shadow: 0 5px 14px rgba(16,47,44,.04); }
.step-number { position: absolute; left: 50%; top: -15px; transform: translateX(-50%); display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--teal-900); font-size: .76rem; font-weight: 800; }
.step-icon { display: grid; place-items: center; height: 47px; color: var(--teal-900); }
.step-icon svg { width: 34px; height: 34px; }
.process-grid h3 { margin: 10px 0 8px; color: var(--teal-900); font-size: .88rem; }
.process-grid p { color: #66706d; font-size: .75rem; line-height: 1.45; }

/* Proof */
.section--proof { padding-top: 50px; background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); gap: 16px; align-items: stretch; }
.proof-lead { padding: 28px; background: var(--teal-900); color: #fff; border-radius: 10px; }
.proof-lead h2 { color: #fff; font-size: 1.85rem; margin: 10px 0 13px; }
.proof-lead p { color: #d6e5e2; font-size: .88rem; }
.proof-lead > span { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 700; font-size: .8rem; }
.proof-lead > span svg { color: #fff; }
.stars { color: #f9a640; letter-spacing: .12em; font-size: .88rem; }
.testimonial-card { position: relative; padding: 25px 21px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 4px 14px rgba(16,38,37,.04); }
.testimonial-card::before { content: "★★★★★"; color: var(--terracotta); letter-spacing: .1em; font-size: .74rem; }
.testimonial-card p { margin: 13px 0 20px; color: #4b5552; font-size: .86rem; line-height: 1.56; }
.testimonial-card small { color: var(--muted); font-size: .72rem; }
.proof-grid--lead-capture { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-grid--lead-capture .proof-lead { grid-column: span 2; }
.proof-lead__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; }
.proof-lead__icon svg { width: 21px; height: 21px; }
.lead-detail-card { padding: 23px 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 4px 14px rgba(16,38,37,.04); }
.lead-detail-card__icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #f4f7f5; color: var(--teal-900); }
.lead-detail-card__icon svg { width: 18px; height: 18px; }
.lead-detail-card h3 { margin: 16px 0 8px; color: var(--teal-900); font-size: .95rem; }
.lead-detail-card p { margin: 0; color: #4b5552; font-size: .81rem; line-height: 1.5; }

/* Locations */
.section--locations { background: #fff; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.location-chip { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--teal-900); font-weight: 700; font-size: .85rem; transition: all .2s ease; }
.location-chip:hover { color: #fff; background: var(--teal-900); border-color: var(--teal-900); transform: translateY(-2px); }
.location-chip svg { width: 1rem; height: 1rem; }
.location-grid--full { grid-template-columns: repeat(3, 1fr); }
.location-card { position: relative; min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 4px 14px rgba(16,38,37,.04); transition: transform .2s ease, box-shadow .2s ease; }
.location-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.location-card > span { display: inline-flex; align-items: center; gap: 5px; color: var(--terracotta); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-card > span svg { width: .95rem; height: .95rem; }
.location-card h2 { margin: 12px 0 8px; font-size: 1.85rem; }
.location-card p { color: var(--muted); font-size: .9rem; }
.location-card > svg { position: absolute; right: 19px; bottom: 18px; color: var(--teal-900); }

/* FAQ */
.section--faq { padding-top: 78px; }
.faq-layout { display: grid; grid-template-columns: .95fr 1.15fr; gap: 74px; align-items: start; }
.accordion { display: grid; gap: 9px; }
.accordion details { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 55px; padding: 15px 16px; color: #233431; list-style: none; font-weight: 700; font-size: .92rem; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal-900); font-size: 1.25rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion__body { padding: 0 16px 17px; color: var(--muted); font-size: .9rem; }

/* Budget and form */
.section--budget { padding: 0; background: var(--cream); }
.budget-layout { display: grid; grid-template-columns: .83fr 1.5fr; overflow: hidden; border-radius: 18px; transform: translateY(42px); box-shadow: var(--shadow); }
.budget-copy { padding: 39px 34px; color: #fff; background: linear-gradient(155deg, var(--teal-900), #093839); }
.budget-copy h2 { color: #fff; font-size: 2.35rem; }
.budget-copy p:not(.eyebrow) { margin-top: 16px; color: #d2e4e2; }
.budget-contact { display: grid; gap: 12px; margin-top: 30px; }
.budget-contact a { display: flex; align-items: center; gap: 10px; color: #fff; }
.budget-contact svg { color: #81c6c2; }
.budget-contact span { display: grid; line-height: 1.15; }
.budget-contact b { font-size: 1rem; }
.budget-contact small { color: #cce1df; font-size: .74rem; margin-top: 3px; }
.budget-form-card { padding: 31px; background: #fff; }
.budget-form-card--light { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field--wide { grid-column: span 1; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .privacy-check { color: #41504c; font-size: .78rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 10px 11px; border: 1px solid #dbe0dc; border-radius: 7px; background: #fff; color: var(--ink); outline: 0; font-size: .88rem; }
.form-field select { min-height: 48px; padding-top: 0; padding-bottom: 0; padding-right: 42px; line-height: 1.2; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #2f6662 50%), linear-gradient(135deg, #2f6662 50%, transparent 50%); background-position: calc(100% - 19px) calc(50% + 1px), calc(100% - 13px) calc(50% + 1px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.form-field select option { color: var(--ink); }
.form-field select:required:invalid { color: #64716e; }
.form-field textarea { resize: vertical; min-height: 96px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(18,104,106,.12); }
.privacy-check { display: flex; align-items: flex-start; gap: 8px; font-weight: 500; line-height: 1.45; }
.privacy-check input { margin-top: 3px; accent-color: var(--teal-900); }
.privacy-check a { color: var(--teal-800); text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; align-items: center; gap: 12px; }
.form-status { font-size: .84rem; color: var(--teal-800); }
.form-status.is-error { color: #a63822; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* Footer */
.site-footer { padding: 104px 0 85px; color: #e9efee; background: #1c211f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 32px; }
.footer-brand p { max-width: 260px; margin-top: 18px; color: #aab8b5; font-size: .84rem; }
.brand--footer .brand__text strong, .brand--footer .brand__text small { color: #fff; }
.footer-grid h2 { color: #fff; font-family: "DM Sans", sans-serif; font-size: .86rem; letter-spacing: .01em; }
.footer-grid ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.footer-grid li a { color: #b8c4c1; font-size: .79rem; }
.footer-grid li a:hover { color: #fff; }
.footer-social { display: flex; gap: 9px; margin-top: 17px; }
.footer-social a { display: grid; place-items: center; width: 31px; height: 31px; color: #fff; border: 1px solid #4a5d57; border-radius: 50%; }
.footer-social a:hover { background: var(--teal-800); border-color: var(--teal-800); }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; color: #8e9e99; border-top: 1px solid #384640; font-size: .72rem; }
.mobile-actions { display: none; }

/* Inner pages */
.inner-hero { padding: 88px 0 76px; background: linear-gradient(180deg, #fbfaf8 0%, #f4f0eb 100%); }
.inner-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.inner-hero__lead { max-width: 700px; margin-top: 20px; color: #54605c; font-size: 1.1rem; }
.inner-hero__media { min-height: 360px; border-radius: 20px; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.inner-hero--location { background: linear-gradient(140deg, #fbf7f2, #edf6f5); }
.location-hero-card { min-height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 44px; border-radius: 20px; color: #fff; background: var(--teal-900); box-shadow: var(--shadow); }
.location-hero-card > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.12); }
.location-hero-card p { margin-top: 22px; color: #bddbd9; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.location-hero-card strong { margin-top: 5px; font-family: "Playfair Display", serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; }
.location-hero-card small { margin-top: 17px; color: #d5e6e5; font-size: .9rem; }
.page-heading { max-width: 900px; text-align: center; }
.page-heading .inner-hero__lead { margin-inline: auto; }
.split-content { display: grid; grid-template-columns: .93fr 1.07fr; gap: 100px; align-items: start; }
.split-content h2, .scope-layout h2 { margin-bottom: 19px; }
.split-content > div > p:not(.eyebrow), .scope-layout p { color: var(--muted); font-size: 1rem; }
.feature-list { display: grid; gap: 12px; }
.feature-list p { display: flex; align-items: flex-start; gap: 10px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: #35423f; font-weight: 600; font-size: .91rem; }
.feature-list svg { color: var(--teal-700); width: 18px; height: 18px; margin-top: 1px; }
.scope-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 84px; align-items: start; }
.scope-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin: 0; padding: 0; list-style: none; }
.scope-list li { display: flex; align-items: center; gap: 8px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 9px; color: #31403c; font-weight: 600; font-size: .88rem; }
.scope-list svg { color: var(--terracotta); width: 16px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.focus-grid > div { padding: 29px; border-radius: 15px; background: #fff; border: 1px solid #e8e2da; box-shadow: 0 5px 14px rgba(16,38,37,.04); }
.focus-grid svg { color: var(--terracotta); width: 28px; height: 28px; }
.focus-grid h3 { margin: 15px 0 9px; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; }
.focus-grid p { color: var(--muted); font-size: .9rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-grid h2 { margin-bottom: 18px; }
.about-grid > div > p { color: var(--muted); margin-bottom: 14px; }
.about-values { display: grid; gap: 14px; }
.about-values > div { padding: 21px; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.about-values svg { color: var(--terracotta); }
.about-values h3 { margin: 9px 0 5px; font-family: "Playfair Display", serif; font-size: 1.3rem; }
.about-values p { color: var(--muted); font-size: .88rem; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; }
.contact-card { padding: 32px; border-radius: 17px; color: #fff; background: var(--teal-900); }
.contact-card h2 { color: #fff; font-size: 2rem; }
.contact-card > a { display: flex; gap: 11px; align-items: center; margin-top: 22px; color: #fff; }
.contact-card > a svg { color: #9ed6d2; width: 25px; height: 25px; }
.contact-card > a span { display: grid; }
.contact-card > a small { color: #b9d4d2; font-size: .72rem; }
.contact-card > a b { margin-top: 2px; font-size: .96rem; }
.contact-card > p { margin-top: 29px; color: #cadfdd; font-size: .85rem; }
.portfolio-note { max-width: 750px; margin: 45px auto 0; padding: 29px; border-radius: 14px; background: var(--cream); }
.portfolio-note h2 { font-size: 1.85rem; }
.portfolio-note ol { margin: 17px 0 0; padding-left: 21px; color: var(--muted); }
.portfolio-note li + li { margin-top: 8px; }
.legal-copy, .prose { max-width: 850px; }
.legal-copy h2, .prose h2 { margin: 31px 0 11px; font-size: 1.85rem; }
.legal-copy h2:first-child, .prose h2:first-child { margin-top: 0; }
.legal-copy p, .prose p { color: var(--muted); }
.legal-copy p + h2, .prose p + h2 { margin-top: 32px; }

@media (max-width: 1100px) {
  .primary-menu { gap: 15px; font-size: .8rem; }
  .button--header { font-size: .82rem; padding: 11px 12px; }
  .hero__trust span { padding-inline: 13px; }
  .proof-grid { grid-template-columns: 1.1fr repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { position: sticky; }
  .header-inner { min-height: 64px; }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .site-nav { position: fixed; inset: 64px 0 auto 0; display: none; padding: 16px 20px 22px; background: rgba(255,254,253,.99); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
  body.menu-open .site-nav { display: block; }
  body.menu-open .menu-toggle__open { display: none; }
  body.menu-open .menu-toggle__close { display: block; }
  .primary-menu { display: grid; gap: 0; }
  .primary-menu li { border-bottom: 1px solid var(--line); }
  .primary-menu a { display: block; padding: 15px 4px; }
  .primary-menu a::after { display: none; }
  .button--header { display: none; }
  .hero__wrap { min-height: 600px; }
  .hero__image::after { background: linear-gradient(90deg, rgba(251,249,246,.98), rgba(251,249,246,.8) 58%, rgba(251,249,246,.1)); }
  .hero__card { margin: 36px 0 130px 26px; }
  .hero__trust { left: 26px; right: 26px; grid-template-columns: repeat(2, 1fr); min-height: 109px; bottom: 14px; }
  .hero__trust span { padding: 8px 12px; min-height: 46px; }
  .hero__trust span:nth-child(2) { border-right: 0; }
  .hero__trust span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .service-grid--four { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .project-card__media { min-height: 255px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid::before { display: none; }
  .process-grid li:nth-child(4), .process-grid li:nth-child(5) { grid-column: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-lead { grid-column: 1 / -1; }
  .proof-grid--lead-capture { grid-template-columns: repeat(2, 1fr); }
  .proof-grid--lead-capture .proof-lead { grid-column: 1 / -1; }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
  .location-grid--full { grid-template-columns: repeat(2, 1fr); }
  .faq-layout, .split-content, .scope-layout, .about-grid, .contact-grid { gap: 40px; }
  .faq-layout { grid-template-columns: 1fr; }
  .split-content, .scope-layout, .about-grid { grid-template-columns: 1fr; }
  .budget-layout { grid-template-columns: 1fr; transform: translateY(0); border-radius: 0; margin-inline: calc(-1 * max(15px, (100vw - var(--container)) / 2)); }
  .budget-copy { padding: 43px max(15px, (100vw - var(--container)) / 2); }
  .budget-form-card { padding: 28px max(15px, (100vw - var(--container)) / 2); }
  .site-footer { padding: 52px 0 90px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 59px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.6rem); }
  .hero { padding-top: 0; }
  .hero__wrap { min-height: 610px; width: 100%; border-radius: 0; }
  .hero__image > img { object-position: 68% center; }
  .hero__image::after { background: linear-gradient(180deg, rgba(251,249,246,.96) 0%, rgba(251,249,246,.85) 47%, rgba(251,249,246,.33) 100%); }
  .hero__card { width: calc(100% - 30px); margin: 25px auto 170px; padding: 27px 23px; }
  .hero__card > p:not(.eyebrow) { font-size: .92rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__trust { left: 15px; right: 15px; bottom: 14px; }
  .hero__trust span { grid-template-columns: 25px auto; column-gap: 4px; padding: 7px; }
  .hero__trust b { font-size: .66rem; }
  .hero__trust small { font-size: .63rem; }
  .hero__trust svg { width: 17px; height: 17px; }
  .section { padding: 62px 0; }
  .section--proof { padding-top: 32px; }
  .section--faq { padding-top: 55px; }
  .section-heading { margin-bottom: 24px; }
  .section-copy { font-size: .92rem; }
  .service-grid, .service-grid--four { gap: 12px; }
  .service-card__body { min-height: 48px; padding: 9px 10px; }
  .service-card__body strong { font-size: .87rem; }
  .service-card__arrow svg { width: .9rem; }
  .project-card__media { min-height: 190px; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
  .process-grid li { padding: 25px 22px 18px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-lead { grid-column: auto; }
  .proof-grid--lead-capture { grid-template-columns: 1fr; }
  .proof-grid--lead-capture .proof-lead { grid-column: auto; }
  .location-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .location-chip { min-height: 43px; padding: 7px 6px; font-size: .72rem; text-align: center; }
  .location-chip svg { display: none; }
  .location-grid--full { grid-template-columns: 1fr; }
  .location-card { min-height: 160px; padding: 21px; }
  .faq-layout { gap: 27px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 17px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; margin-top: 28px; }
  .mobile-actions { position: fixed; z-index: 130; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 59px; background: #fff; box-shadow: 0 -5px 20px rgba(12,37,36,.18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 5px; color: #fff; font-weight: 700; font-size: .74rem; }
  .mobile-actions a:nth-child(1) { background: var(--teal-900); }
  .mobile-actions a:nth-child(2) { background: #238d58; }
  .mobile-actions a:nth-child(3) { background: var(--terracotta); }
  .mobile-actions svg { width: 16px; height: 16px; }
  .inner-hero { padding: 61px 0 58px; }
  .inner-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .inner-hero__media { min-height: 250px; }
  .inner-hero__lead { font-size: .98rem; }
  .location-hero-card { min-height: 210px; padding: 31px; }
  .scope-list { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
.project-compare{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-compare figure{margin:0;overflow:hidden;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.project-compare img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover}.project-compare figcaption{padding:12px 16px;font-family:"Playfair Display",Georgia,serif;font-weight:700;color:var(--teal-900)}
@media(max-width:620px){.project-compare{grid-template-columns:1fr}}



/* ================================================================
   V2 HEADER / NAVIGATION — Desktop dropdowns + mobile accordion
   ================================================================ */
:root { --navy: #061b2b; --navy-2: #08283a; --gold: #d7a436; --gold-deep: #b9851f; }
.utility-bar { background: var(--navy); color: #e9eef2; font-size: .72rem; }
.utility-bar__inner { min-height: 32px; display:flex; align-items:center; justify-content:space-between; gap:14px; }
.utility-bar__claim { opacity:.96; }
.utility-bar__links { display:flex; align-items:center; gap:18px; white-space:nowrap; }
.utility-bar__links a { display:inline-flex; align-items:center; gap:5px; color:#fff; }
.utility-bar__links a:hover { color:#f2c65f; }
.utility-bar__links svg { width:13px; height:13px; color:var(--gold); }
.site-header { background:#fff; border-bottom: 1px solid #e6e8ea; box-shadow: 0 2px 11px rgba(6,27,43,.055); }
.header-inner { min-height: 86px; gap: 20px; }
.brand__mark { width:50px; height:50px; }
.brand__mark img { width:46px; height:46px; }
.brand__text { font-family: "DM Sans", Arial, sans-serif; }
.brand__text strong { font-size:1.22rem; color:var(--navy); font-weight:800; letter-spacing:-.045em; text-transform:uppercase; }
.brand__text small { margin-top:4px; color:var(--gold-deep); font-size:.73rem; font-weight:800; letter-spacing:.36em; text-transform:uppercase; }
.site-nav { margin-left:auto; }
.primary-menu { display:flex; align-items:stretch; gap:2px; padding:0; margin:0; list-style:none; font-size:.79rem; font-weight:800; text-transform:uppercase; }
.primary-menu > li { position:relative; display:flex; align-items:stretch; }
.primary-menu > li > a, .primary-menu .submenu-toggle { display:flex; align-items:center; gap:6px; min-height:86px; padding:0 14px; color:#152432; letter-spacing:.01em; }
.primary-menu > li > a::after { content:""; position:absolute; left:14px; right:14px; bottom:15px; height:2px; background:var(--gold); transform:scaleX(0); transition:transform .18s ease; }
.primary-menu > li.is-current > a::after, .primary-menu > li:hover > a::after, .primary-menu > li:focus-within > a::after { transform:scaleX(1); }
.primary-menu > li > a:hover { color:var(--gold-deep); }
.submenu-toggle { border:0; background:transparent; cursor:pointer; padding-left:0 !important; padding-right:10px !important; color:#152432; }
.submenu-toggle svg { width:15px; height:15px; transition:transform .2s ease; }
.nav-item.is-open > .submenu-toggle svg { transform:rotate(180deg); }
.nav-dropdown { position:absolute; top:calc(100% - 1px); left:0; min-width:250px; padding:10px; margin:0; list-style:none; background:#fff; border:1px solid #e3e7ea; box-shadow:0 16px 32px rgba(6,27,43,.16); border-radius:0 0 10px 10px; opacity:0; visibility:hidden; transform:translateY(-5px); transition:opacity .16s ease, transform .16s ease, visibility .16s; z-index:250; }
.nav-item--localities .nav-dropdown { width:520px; display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); column-gap:3px; }
.nav-dropdown a { display:flex; align-items:center; min-height:39px; padding:9px 11px; border-radius:6px; color:#33404a; font-size:.79rem; font-weight:700; text-transform:none; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { color:var(--navy); background:#f5f7f8; }
.nav-item:hover > .nav-dropdown, .nav-item:focus-within > .nav-dropdown, .nav-item.is-open > .nav-dropdown { opacity:1; visibility:visible; transform:translateY(0); }
.menu-toggle { display:none; width:44px; height:44px; padding:0; color:#fff; background:var(--navy); border-radius:2px; }
.menu-toggle:hover { background:var(--navy-2); }
.menu-toggle svg { width:21px; height:21px; }
.menu-toggle__close { display:none; }
.nav-backdrop { display:none; }
.button--header { display:none; }

@media (max-width: 1100px) and (min-width: 901px) {
  .primary-menu > li > a, .primary-menu .submenu-toggle { padding-left:9px; padding-right:9px; font-size:.72rem; }
  .brand__text strong { font-size:1.05rem; }
}
@media (max-width: 900px) {
  body.nav-open { overflow:hidden; }
  .utility-bar__claim { display:none; }
  .utility-bar__inner { justify-content:center; }
  .utility-bar__links { gap:14px; }
  .utility-bar__links a:nth-child(3) { display:none; }
  .header-inner { min-height:70px; }
  .brand__mark { width:43px; height:43px; }
  .brand__mark img { width:39px; height:39px; }
  .brand__text strong { font-size:1rem; }
  .brand__text small { font-size:.59rem; letter-spacing:.27em; }
  .menu-toggle { display:grid; place-items:center; margin-left:auto; z-index:303; }
  .nav-backdrop { position:fixed; inset:0; z-index:299; background:rgba(5,16,25,.5); opacity:0; visibility:hidden; transition:opacity .2s ease, visibility .2s ease; }
  body.nav-open .nav-backdrop { display:block; opacity:1; visibility:visible; }
  .site-nav { position:fixed; z-index:300; top:0; right:0; bottom:0; left:auto; width:min(390px, 91vw); display:block; padding:92px 20px 24px; background:#fff; transform:translateX(104%); box-shadow:-16px 0 36px rgba(6,27,43,.18); transition:transform .24s ease; overflow-y:auto; margin:0; }
  body.nav-open .site-nav { transform:translateX(0); }
  .primary-menu { display:grid; gap:0; font-size:.88rem; }
  .primary-menu > li { display:grid; grid-template-columns:1fr auto; border-bottom:1px solid #e5e9ec; }
  .primary-menu > li > a { min-height:57px; padding:0 5px; color:var(--navy); font-size:.85rem; }
  .primary-menu > li > a::after { display:none; }
  .primary-menu > li:not(.has-children) > a { grid-column:1 / -1; }
  .submenu-toggle { display:grid; place-items:center; width:48px; min-height:57px; padding:0 !important; }
  .nav-dropdown, .nav-item--localities .nav-dropdown { position:static; grid-column:1 / -1; display:none; width:auto; min-width:0; margin:0 0 14px; padding:6px 0 8px; border:0; border-radius:0; box-shadow:none; opacity:1; visibility:visible; transform:none; background:#f7f9fa; }
  .nav-item.is-open > .nav-dropdown { display:grid; }
  .nav-item--localities .nav-dropdown { grid-template-columns:1fr; }
  .nav-dropdown a { min-height:42px; padding:10px 13px; border-radius:0; font-size:.84rem; }
  .nav-dropdown a::before { content:'›'; margin-right:8px; color:var(--gold-deep); font-size:1.1rem; }
  body.nav-open .menu-toggle__open { display:none; }
  body.nav-open .menu-toggle__close { display:block; }
  .site-header { position:sticky; top:0; z-index:302; }
}
@media (max-width: 540px) {
  .utility-bar { font-size:.66rem; }
  .utility-bar__links { gap:10px; }
  .utility-bar__links a:nth-child(2) { display:none; }
}

/* ================================================================
   V2.1 HEADER REFINEMENT + FUNCTIONAL BEFORE/AFTER COMPARATORS
   ================================================================ */
.utility-bar { position:relative; min-height:28px; background:var(--navy); }
.utility-bar__inner { position:relative; min-height:28px; display:grid; grid-template-columns:1fr auto 1fr; }
.utility-bar__claim { grid-column:2; justify-self:center; color:var(--gold); font-size:.68rem; font-weight:800; letter-spacing:.025em; text-align:center; white-space:nowrap; }
.utility-bar__links { position:absolute; right:0; top:50%; transform:translateY(-50%); gap:14px; }
.utility-bar__links a { font-size:.67rem; color:#e8edf2; }
.utility-bar__links a:first-child { display:none; }
.site-header { top:28px; }
.header-inner { min-height:78px; }
.brand { width:272px; min-width:0; }
.brand__logo { display:block; width:250px; height:auto; max-height:62px; object-fit:contain; object-position:left center; }
.primary-menu > li > a, .primary-menu .submenu-toggle { min-height:78px; }
.primary-menu > li > a::after { bottom:12px; }

/* Slider: the before image is underneath; range controls the visible after layer. */
.project-card--compare { overflow:visible; }
.compare { position:relative; width:100%; aspect-ratio:1.58 / 1; overflow:hidden; background:#102230; user-select:none; touch-action:none; }
.compare__image { display:block; width:100%; height:100%; object-fit:cover; }
.compare__after { position:absolute; inset:0; width:100%; overflow:hidden; clip-path:inset(0 calc(100% - var(--compare-position)) 0 0); }
.compare__after .compare__image { width:100%; max-width:none; height:100%; object-fit:cover; }
.compare__label { position:absolute; z-index:3; top:12px; padding:5px 9px; border-radius:4px; color:#fff; font-size:.61rem; font-weight:800; letter-spacing:.08em; line-height:1; text-transform:uppercase; }
.compare__label--before { left:12px; background:rgba(6,27,43,.88); }
.compare__label--after { right:12px; background:var(--gold-deep); }
.compare__divider { position:absolute; z-index:4; left:var(--compare-position); top:0; bottom:0; width:2px; background:#fff; transform:translateX(-50%); pointer-events:none; }
.compare__divider span { position:absolute; top:50%; left:50%; display:grid; place-items:center; width:38px; height:38px; border:2px solid #fff; border-radius:50%; background:var(--navy); color:#fff; transform:translate(-50%,-50%); box-shadow:0 4px 14px rgba(0,0,0,.24); }
.compare__divider svg { width:18px; height:18px; }
.compare__range { position:absolute; z-index:5; inset:0; width:100%; height:100%; margin:0; opacity:0; cursor:ew-resize; }
.compare:focus-within { outline:3px solid #f2c65f; outline-offset:3px; }

@media (max-width:900px) {
  .utility-bar { min-height:30px; }
  .utility-bar__inner { min-height:30px; display:flex; justify-content:center; }
  .utility-bar__claim { display:block; color:var(--gold); font-size:.62rem; letter-spacing:.015em; }
  .utility-bar__links { display:none; }
  .site-header { top:30px; }
  .header-inner { min-height:68px; }
  .brand { width:224px; }
  .brand__logo { width:208px; max-height:53px; }
  .site-nav { padding-top:94px; }
  .project-card--compare { overflow:hidden; }
}
@media (max-width:540px) {
  .utility-bar__claim { font-size:.56rem; }
  .brand { width:194px; }
  .brand__logo { width:186px; max-height:49px; }
  .compare { aspect-ratio:1.34 / 1; }
  .compare__label { top:9px; padding:5px 7px; font-size:.55rem; }
  .compare__label--before { left:9px; }
  .compare__label--after { right:9px; }
}


/* ================================================================
   V2.2 FIX — sticky utility bar without white mobile gap + corrected
   before/after orientation (left = Antes, right = Después).
   ================================================================ */
.utility-bar {
  position: sticky;
  top: 0;
  z-index: 304;
}
.site-header {
  position: sticky;
  top: 28px;
  z-index: 305;
}
/* The visible overlay is the PREVIOUS state; the full base image is the final result. */
.compare__after {
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}
@media (max-width:900px) {
  .utility-bar { top: 0; z-index: 504; }
  .site-header { top: 30px; z-index: 505; }
  body.nav-open .site-header { z-index: 505; }
  .nav-backdrop { z-index: 503; }
  .site-nav { z-index: 507; }
  .menu-toggle { position: relative; z-index: 508; }
}

/* ================================================================
   V2.3 MOBILE NAVIGATION — drawer begins below the complete header.
   Eliminates the empty white strip above the first menu item.
   ================================================================ */
@media (max-width: 900px) {
  /* Header stack: utility bar 30px + main header 68px = 98px. */
  .site-nav {
    top: 98px;
    bottom: 0;
    width: min(390px, 91vw);
    height: calc(100dvh - 98px);
    padding: 0 20px 24px;
    border-top: 1px solid #e5e9ec;
    overscroll-behavior: contain;
  }

  .site-nav .primary-menu {
    margin: 0;
  }

  /* Keep the dimmed area below the persistent utility/header stack. */
  .nav-backdrop {
    top: 98px;
    z-index: 503;
  }

  /* The open header remains visible and clickable; no blank drawer head. */
  .site-header,
  body.nav-open .site-header {
    z-index: 505;
  }

  .menu-toggle {
    z-index: 508;
  }
}

@media (max-width: 540px) {
  /* Identical header stack at small mobile widths. */
  .site-nav {
    top: 98px;
    height: calc(100dvh - 98px);
    width: min(390px, 94vw);
    padding-inline: 16px;
  }

  .nav-backdrop {
    top: 98px;
  }
}

/* ================================================================
   V2.6 — Sección final de presupuesto: corrección real en móvil
   Afecta exclusivamente a .section.section--budget.
   ================================================================ */
@media (max-width: 620px) {
  .section.section--budget .budget-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  .section.section--budget .budget-copy {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 42px 24px 38px !important;
    text-align: center !important;
  }

  .section.section--budget .budget-copy > * {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .section.section--budget .budget-copy .eyebrow {
    justify-content: center !important;
  }

  .section.section--budget .budget-copy .budget-contact {
    display: grid !important;
    justify-items: center !important;
    gap: 14px !important;
    margin-top: 26px !important;
  }

  .section.section--budget .budget-copy .budget-contact a {
    display: inline-flex !important;
    width: fit-content !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .section.section--budget .budget-copy .budget-contact a span {
    width: auto !important;
    text-align: center !important;
  }

  .section.section--budget .budget-copy .budget-contact a b,
  .section.section--budget .budget-copy .budget-contact a small {
    text-align: center !important;
  }
}

/* ================================================================
   V3.1 — Chrome Android: prevent horizontal overflow from the
   mobile action bar and the off-canvas navigation drawer.
   ================================================================ */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 900px) {
  /* Fixed drawers must never widen the layout viewport in Chromium. */
  .site-nav {
    box-sizing: border-box;
    width: min(390px, calc(100% - 28px));
    max-width: calc(100% - 28px);
    right: 0;
    left: auto;
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    contain: paint;
  }

  body.nav-open .site-nav {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-backdrop {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  /* The fixed bottom CTA uses the visible layout width, never 100vw. */
  .mobile-actions {
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    overflow: hidden;
    contain: layout paint;
  }

  .mobile-actions a {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .mobile-actions a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body {
    padding-bottom: calc(59px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 540px) {
  .site-nav {
    width: calc(100% - 18px);
    max-width: calc(100% - 18px);
  }

  .mobile-actions {
    min-height: 60px;
  }

  .mobile-actions a {
    gap: 4px;
    font-size: .70rem;
  }
}


/* ================================================================
   V3.3 — Conversión: información de reforma + cobertura local.
   Mantiene el diseño aprobado y ajusta exclusivamente estas secciones.
   ================================================================ */
.proof-grid--lead-capture {
  grid-template-columns: minmax(280px, 1.08fr) repeat(2, minmax(0, .96fr));
  grid-template-rows: repeat(2, minmax(158px, 1fr));
  gap: 16px;
}
.proof-grid--lead-capture .proof-lead {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.proof-lead__cta {
  width: 100%;
  max-width: 290px;
  margin-top: 22px;
  background: #fff;
  border-color: #fff;
  color: var(--teal-900);
  text-align: center;
}
.proof-lead__cta:hover,
.proof-lead__cta:focus-visible {
  background: #e7f3f1;
  border-color: #e7f3f1;
  color: var(--teal-900);
}
.proof-lead > .proof-lead__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #d6e5e2;
  font-weight: 700;
  font-size: .8rem;
}
.proof-lead > .proof-lead__note svg { color: #fff; }
.lead-detail-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 158px;
}

.section--locations {
  background: linear-gradient(180deg, #fff 0%, #f6f3ef 100%);
}
.coverage-layout {
  display: grid;
  grid-template-columns: minmax(285px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
}
.coverage-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid #dce8e5;
  border-radius: 16px;
  background: linear-gradient(145deg, #eef7f5 0%, #fffdf9 100%);
  box-shadow: 0 8px 22px rgba(16,38,37,.045);
}
.coverage-copy h2 {
  max-width: 410px;
  margin: 2px 0 16px;
  color: var(--teal-900);
  font-size: clamp(1.95rem, 3vw, 2.65rem);
  line-height: 1.08;
}
.coverage-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  color: #53625e;
  font-size: .96rem;
  line-height: 1.65;
}
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.coverage-card {
  position: relative;
  display: flex;
  min-height: 166px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 21px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(16,38,37,.045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.coverage-card:hover,
.coverage-card:focus-visible {
  transform: translateY(-4px);
  border-color: #b7d2cd;
  box-shadow: 0 13px 28px rgba(16,38,37,.10);
}
.coverage-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--terracotta);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.coverage-card__eyebrow svg { width: .9rem; height: .9rem; }
.coverage-card h3 {
  margin: 11px 0 8px;
  color: var(--teal-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
}
.coverage-card p {
  margin: 0;
  color: #5d6865;
  font-size: .83rem;
  line-height: 1.5;
}
.coverage-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--teal-800);
  font-size: .77rem;
  font-weight: 800;
}
.coverage-card__link svg { width: .95rem; height: .95rem; }

@media (max-width: 1100px) {
  .proof-grid--lead-capture { grid-template-columns: minmax(260px, 1.03fr) repeat(2, minmax(0, .95fr)); }
  .coverage-copy { padding: 30px; }
  .coverage-card { padding: 20px 18px 18px; }
}

@media (max-width: 900px) {
  .proof-grid--lead-capture { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .proof-grid--lead-capture .proof-lead { grid-column: 1 / -1; grid-row: auto; }
  .lead-detail-card { min-height: 0; }
  .coverage-copy { min-height: 0; }
}

@media (max-width: 620px) {
  .proof-grid--lead-capture { grid-template-columns: 1fr; }
  .proof-grid--lead-capture .proof-lead { grid-column: auto; }
  .proof-lead__cta { max-width: none; }
  .coverage-copy { padding: 28px 23px; }
  .coverage-copy h2 { font-size: 2rem; }
}


/* ================================================================
   V3.4 — Cobertura local explorable.
   Se elimina el CTA comercial duplicado, se equilibran localidades y
   se incorpora un acceso visual al catálogo completo de municipios.
   ================================================================ */
.section--locations {
  background:
    radial-gradient(circle at 86% 20%, rgba(134, 193, 185, .16), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f6f3ef 100%);
}
.coverage-layout {
  grid-template-columns: minmax(285px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
}
.coverage-copy {
  overflow: hidden;
  justify-content: flex-start;
}
.coverage-copy__visual {
  position: relative;
  width: 100%;
  min-height: 160px;
  margin-top: auto;
  padding-top: 26px;
  overflow: hidden;
  border-top: 1px solid rgba(16, 56, 57, .10);
}
.coverage-copy__visual::before {
  position: absolute;
  right: -38px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(20, 94, 93, .12);
  border-radius: 50%;
  content: "";
}
.coverage-copy__visual::after {
  position: absolute;
  left: -47px;
  bottom: -71px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(20, 94, 93, .10);
  border-radius: 50%;
  content: "";
}
.coverage-copy__ring {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(20, 94, 93, .20);
  border-radius: 50%;
  transform: translateX(-50%);
}
.coverage-copy__ring--two {
  top: 25px;
  width: 98px;
  height: 98px;
  border-color: rgba(20, 94, 93, .12);
}
.coverage-copy__pin {
  position: absolute;
  top: 50px;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-900);
  box-shadow: 0 12px 24px rgba(9, 56, 57, .22);
  color: #fff;
  transform: translateX(-50%);
}
.coverage-copy__pin svg { width: 22px; height: 22px; }
.coverage-copy__line {
  position: absolute;
  top: 73px;
  left: calc(50% - 2px);
  width: 91px;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 94, 93, .56), transparent);
  transform-origin: left center;
}
.coverage-copy__line--one { transform: rotate(-26deg); }
.coverage-copy__line--two { width: 84px; transform: rotate(145deg); }
.coverage-copy__point {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 3px 8px rgba(159, 76, 51, .22);
}
.coverage-copy__point--one { top: 34px; right: 17%; }
.coverage-copy__point--two { bottom: 35px; left: 22%; }
.coverage-copy__point--three { right: 20%; bottom: 28px; background: #71aaa4; }
.coverage-copy__visual-label {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(16, 56, 57, .68);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.coverage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(166px, 1fr);
  gap: 14px;
}
.coverage-card,
.coverage-all-card {
  min-height: 0;
}
.coverage-card {
  padding: 23px 23px 20px;
}
.coverage-card h3 { font-size: 1.48rem; }
.coverage-card__link { padding-top: 15px; }
.coverage-all-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 23px 20px;
  border: 1px solid var(--teal-900);
  border-radius: 14px;
  background: linear-gradient(135deg, #0c4848 0%, #145e5d 100%);
  box-shadow: 0 8px 20px rgba(9, 56, 57, .15);
  color: #fff;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease;
}
.coverage-all-card:hover,
.coverage-all-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(9, 56, 57, .24);
}
.coverage-all-card__shape {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(208, 241, 236, .20);
  border-radius: 50%;
}
.coverage-all-card__shape--one {
  top: -58px;
  right: -43px;
  width: 150px;
  height: 150px;
}
.coverage-all-card__shape--two {
  right: 19px;
  bottom: -65px;
  width: 130px;
  height: 130px;
}
.coverage-all-card__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #d8f1ed;
}
.coverage-all-card__icon svg { width: 18px; height: 18px; }
.coverage-all-card__eyebrow {
  margin-top: 13px;
  color: #bce2dd;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.coverage-all-card h3 {
  margin: 8px 0 7px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.42rem;
  line-height: 1.08;
}
.coverage-all-card p {
  max-width: 315px;
  margin: 0;
  color: #d7e9e7;
  font-size: .82rem;
  line-height: 1.5;
}
.coverage-all-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  color: #fff;
  font-size: .77rem;
  font-weight: 800;
}
.coverage-all-card__link svg { width: .95rem; height: .95rem; }

@media (max-width: 1100px) {
  .coverage-layout { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); }
  .coverage-card,
  .coverage-all-card { padding: 20px 18px 18px; }
  .coverage-copy__point--one { right: 12%; }
}

@media (max-width: 900px) {
  .coverage-copy__visual { max-width: 460px; margin-top: 25px; }
  .coverage-grid { grid-auto-rows: minmax(156px, 1fr); }
}

@media (max-width: 620px) {
  .coverage-copy__visual { min-height: 135px; }
  .coverage-copy__visual-label { font-size: .62rem; }
  .coverage-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .coverage-card,
  .coverage-all-card { min-height: 0; padding: 23px 21px 20px; }
}

/* ================================================================
   V3.4.1 — Corrección responsive de cobertura local.
   La regla V3.4 de escritorio se declaraba después de los breakpoints
   originales y mantenía dos columnas en pantallas estrechas.
   Esta corrección restaura una composición centrada de una columna.
   ================================================================ */
@media (max-width: 900px) {
  .section--locations .coverage-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .section--locations .coverage-copy,
  .section--locations .coverage-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .section--locations .coverage-copy__visual {
    max-width: 460px;
    margin: 25px auto 0;
  }
}

@media (max-width: 620px) {
  .section--locations .coverage-layout {
    gap: 18px;
  }

  .section--locations .coverage-copy {
    box-sizing: border-box;
  }

  .section--locations .coverage-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }

  .section--locations .coverage-card,
  .section--locations .coverage-all-card {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  .section--locations .coverage-copy__visual {
    width: 100%;
    max-width: 360px;
    min-height: 135px;
    margin: 22px auto 0;
  }
}

/* ================================================================
   V3.5 — CTA visual de ideas + ritmo vertical de la home.
   Sustituye el aviso técnico bajo los comparadores por un único CTA
   de exploración y compacta únicamente los bloques de la portada.
   ================================================================ */
.home-main > .section {
  padding-block: 68px;
}
.home-main > .section--projects {
  padding-top: 62px;
  padding-bottom: 54px;
}
.home-main > .section--process {
  padding-top: 60px;
  padding-bottom: 62px;
}
.home-main > .section--proof {
  padding-top: 38px;
  padding-bottom: 58px;
}
.home-main > .section--locations {
  padding-block: 64px;
}
.home-main > .section--faq {
  padding-top: 58px;
  padding-bottom: 62px;
}
.home-main > .section--budget {
  padding: 0;
}
.home-main .section-heading {
  margin-bottom: 26px;
}

.project-explore-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 168px;
  margin-top: 22px;
  padding: 27px 30px;
  overflow: hidden;
  border: 1px solid rgba(10, 70, 70, .82);
  border-radius: 16px;
  background:
    radial-gradient(circle at 83% 22%, rgba(177, 232, 221, .20), transparent 20%),
    radial-gradient(circle at 55% 110%, rgba(208, 103, 66, .22), transparent 34%),
    linear-gradient(122deg, #0b4547 0%, #0d5354 55%, #0d4243 100%);
  box-shadow: 0 14px 34px rgba(8, 55, 56, .18);
  color: #fff;
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.project-explore-cta:hover,
.project-explore-cta:focus-visible {
  transform: translateY(-4px);
  border-color: #8ccfc5;
  box-shadow: 0 20px 42px rgba(8, 55, 56, .26);
}
.project-explore-cta::before,
.project-explore-cta::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(220, 248, 242, .16);
  border-radius: 50%;
  content: "";
}
.project-explore-cta::before { width: 230px; height: 230px; right: -62px; top: -114px; }
.project-explore-cta::after { width: 160px; height: 160px; right: 154px; bottom: -112px; }
.project-explore-cta__content {
  display: grid;
  align-content: center;
  gap: 8px;
  max-width: 610px;
}
.project-explore-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #bce8e1;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-explore-cta__eyebrow svg { width: .95rem; height: .95rem; color: #f2b49b; }
.project-explore-cta__title {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.45vw, 2.35rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.project-explore-cta__copy {
  max-width: 560px;
  color: #d1e9e5;
  font-size: .93rem;
  line-height: 1.55;
}
.project-explore-cta__visual {
  position: relative;
  align-self: stretch;
  min-height: 112px;
  overflow: hidden;
}
.project-explore-cta__orb {
  position: absolute;
  border: 1px solid rgba(221, 248, 243, .20);
  border-radius: 50%;
}
.project-explore-cta__orb--one { width: 142px; height: 142px; top: -36px; left: 50%; transform: translateX(-50%); }
.project-explore-cta__orb--two { width: 92px; height: 92px; right: -6px; bottom: -32px; }
.project-explore-cta__tile {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 84px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(229, 252, 247, .23);
  border-radius: 9px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 11px 22px rgba(2, 33, 35, .16);
  color: #fff;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .04em;
  backdrop-filter: blur(4px);
}
.project-explore-cta__tile--one { top: 9px; left: 10%; transform: rotate(-5deg); }
.project-explore-cta__tile--two { top: 47px; right: 4%; transform: rotate(5deg); }
.project-explore-cta__tile--three { bottom: 2px; left: 25%; transform: rotate(-1deg); }
.project-explore-cta__spark {
  position: absolute;
  top: 31px;
  left: 51%;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 10px 20px rgba(160, 67, 40, .28);
  color: #fff;
  transform: translateX(-50%);
}
.project-explore-cta__spark svg { width: 18px; height: 18px; }
.project-explore-cta__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 188px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 19px rgba(3, 35, 36, .18);
  color: var(--teal-900);
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.project-explore-cta:hover .project-explore-cta__action,
.project-explore-cta:focus-visible .project-explore-cta__action {
  transform: translateX(3px);
  background: #eef9f6;
}
.project-explore-cta__action svg { width: 1rem; height: 1rem; }

@media (max-width: 980px) {
  .project-explore-cta {
    grid-template-columns: minmax(0, 1fr) minmax(190px, .58fr);
  }
  .project-explore-cta__action { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .home-main > .section {
    padding-block: 46px;
  }
  .home-main > .section--projects {
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .home-main > .section--process {
    padding-top: 46px;
    padding-bottom: 48px;
  }
  .home-main > .section--proof {
    padding-top: 22px;
    padding-bottom: 44px;
  }
  .home-main > .section--locations {
    padding-block: 48px;
  }
  .home-main > .section--faq {
    padding-top: 44px;
    padding-bottom: 48px;
  }
  .home-main .section-heading { margin-bottom: 21px; }
  .project-explore-cta {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    margin-top: 16px;
    padding: 23px 20px 20px;
    border-radius: 14px;
  }
  .project-explore-cta__content { gap: 7px; }
  .project-explore-cta__title { font-size: 1.85rem; }
  .project-explore-cta__copy { font-size: .86rem; }
  .project-explore-cta__visual {
    min-height: 105px;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .project-explore-cta__tile--one { left: 7%; }
  .project-explore-cta__tile--two { right: 3%; }
  .project-explore-cta__tile--three { left: 29%; }
  .project-explore-cta__action {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }
}


/* ==================================================================
   V3.6.4 — MOBILE NAVIGATION: stable after scroll in Chrome Android.
   The mobile drawer stays viewport-fixed. The header stops creating a
   containing block for fixed descendants, and hidden layers cannot
   intercept touches.
   ================================================================== */
@media (max-width: 900px) {
  .utility-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    isolation: isolate;
  }

  .site-header {
    position: sticky;
    top: 30px;
    z-index: 1001;
    isolation: isolate;
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header .header-inner {
    position: relative;
    z-index: 1;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-backdrop {
    position: fixed;
    top: 98px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav {
    position: fixed;
    top: 98px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    height: calc(100dvh - 98px);
    width: min(390px, calc(100% - 28px));
    max-width: calc(100% - 28px);
    padding: 0 20px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(110%, 0, 0);
  }

  body.nav-open .site-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  body.nav-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
}

@media (max-width: 540px) {
  .site-nav {
    width: calc(100% - 18px);
    max-width: calc(100% - 18px);
    padding-inline: 16px;
  }
}

/* ==================================================================
   V3.7 — SERVICIOS HUB
   Expande exclusivamente /servicios/ con el mismo lenguaje visual de
   la portada: teal, terracota, crema, tipografía editorial y tarjetas.
   ================================================================== */
.services-hub-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(208, 103, 66, .10), transparent 24%),
    radial-gradient(circle at 18% 90%, rgba(139, 203, 194, .16), transparent 32%),
    linear-gradient(180deg, #fbfaf8 0%, #f4f0eb 100%);
}
.services-hub-hero::after {
  position: absolute;
  right: 8%;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(14, 64, 66, .09);
  border-radius: 50%;
  content: "";
}
.services-hub-hero .page-heading { position: relative; z-index: 1; }
.services-hub-hero__note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--teal-800);
  font-size: .8rem;
  font-weight: 800;
}
.services-hub-hero__note svg { width: 1rem; height: 1rem; color: var(--terracotta); }
.services-hub__catalogue { padding-top: 74px; padding-bottom: 80px; }
.services-hub__catalogue .section-heading { margin-bottom: 30px; }
.services-hub__primary-grid { align-items: stretch; }

.services-hub__routes {
  position: relative;
  overflow: hidden;
  padding-block: 72px;
  background:
    radial-gradient(circle at 95% 2%, rgba(198, 238, 232, .15), transparent 28%),
    radial-gradient(circle at 2% 96%, rgba(208, 103, 66, .20), transparent 28%),
    linear-gradient(135deg, #0b4041 0%, #0d5354 54%, #0a3e40 100%);
}
.services-hub__routes::before,
.services-hub__routes::after {
  position: absolute;
  border: 1px solid rgba(218, 247, 241, .13);
  border-radius: 50%;
  content: "";
}
.services-hub__routes::before { width: 360px; height: 360px; right: -174px; top: -198px; }
.services-hub__routes::after { width: 260px; height: 260px; left: -146px; bottom: -181px; }
.services-hub__routes .container { position: relative; z-index: 1; }
.services-hub__route-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .68fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}
.services-hub__route-heading h2 { max-width: 600px; color: #fff; font-size: clamp(2rem, 3.7vw, 3.2rem); }
.services-hub__route-heading > p { max-width: 440px; margin-bottom: 4px; color: #d0e7e4; font-size: .96rem; }
.services-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.services-route-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  min-height: 210px;
  padding: 24px 22px;
  border: 1px solid rgba(223, 247, 242, .17);
  border-radius: 14px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 12px 26px rgba(1, 31, 32, .12);
  color: #fff;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.services-route-card:hover,
.services-route-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(224, 250, 245, .48);
  background: rgba(255, 255, 255, .14);
}
.services-route-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(205, 242, 236, .14);
  color: #bfece6;
}
.services-route-card__icon--warm { background: rgba(226, 127, 90, .23); color: #ffd2c0; }
.services-route-card__icon svg { width: 23px; height: 23px; }
.services-route-card__content { display: flex; flex-direction: column; min-width: 0; }
.services-route-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.34rem; line-height: 1.05; }
.services-route-card small { margin-top: 11px; color: #d6eae7; font-size: .84rem; line-height: 1.5; }
.services-route-card em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 16px;
  color: #fff;
  font-size: .77rem;
  font-style: normal;
  font-weight: 800;
}
.services-route-card em svg { width: .95rem; height: .95rem; }

.services-hub__extras { padding-top: 76px; padding-bottom: 76px; }
.services-hub__extras .section-heading { margin-bottom: 28px; }
.services-hub__supporting-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 610px; margin-inline: auto; }
.services-hub__supporting-grid .service-card__image { aspect-ratio: 2.1 / 1; }

.services-hub__guide { padding-top: 68px; padding-bottom: 68px; }
.services-guide-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  gap: 42px;
  overflow: hidden;
  padding: 38px 40px;
  border: 1px solid rgba(10, 67, 68, .88);
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 10%, rgba(183, 236, 227, .20), transparent 20%),
    radial-gradient(circle at 42% 110%, rgba(208, 103, 66, .20), transparent 33%),
    linear-gradient(130deg, #0b4648, #10595a 62%, #0b4243);
  box-shadow: 0 16px 34px rgba(8, 57, 58, .16);
  color: #fff;
}
.services-guide-card::before {
  position: absolute;
  right: -60px;
  bottom: -87px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(226, 252, 247, .15);
  border-radius: 50%;
  content: "";
}
.services-guide-card__copy { position: relative; z-index: 1; }
.services-guide-card__copy h2 { max-width: 600px; color: #fff; font-size: clamp(2rem, 3.4vw, 2.95rem); }
.services-guide-card__copy p:not(.eyebrow) { max-width: 590px; margin-top: 16px; color: #d4eae7; font-size: .95rem; }
.services-guide-card__button { margin-top: 24px; border-color: #fff; background: #fff; color: var(--teal-900); }
.services-guide-card__button:hover { background: #edf9f6; color: var(--teal-900); }
.services-guide-card__steps { position: relative; z-index: 1; display: grid; align-content: center; gap: 12px; }
.services-guide-card__steps > span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(230, 251, 247, .17);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}
.services-guide-card__steps i { grid-row: 1 / span 2; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); color: #c9eee8; }
.services-guide-card__steps i svg { width: 18px; height: 18px; }
.services-guide-card__steps b { font-size: .84rem; }
.services-guide-card__steps small { color: #cfe6e2; font-size: .74rem; }

.services-hub__context { padding-top: 76px; padding-bottom: 72px; }
.services-context-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 58px; align-items: center; }
.services-context-copy h2 { max-width: 640px; }
.services-context-copy p:not(.eyebrow) { max-width: 665px; margin-top: 17px; color: var(--muted); }
.services-context-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.services-context-points > div { min-height: 148px; padding: 19px 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 5px 15px rgba(16, 38, 37, .045); }
.services-context-points span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-900); }
.services-context-points span svg { width: 17px; height: 17px; }
.services-context-points b { display: block; margin-top: 13px; color: var(--teal-900); font-size: .86rem; }
.services-context-points small { display: block; margin-top: 5px; color: var(--muted); font-size: .74rem; line-height: 1.45; }

.services-local-strip { padding: 0 0 38px; background: #fff; }
.services-local-strip__inner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 23px;
  border: 1px solid #d7e8e5;
  border-radius: 14px;
  background: linear-gradient(90deg, #f2f9f7 0%, #fbfaf7 100%);
}
.services-local-strip__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--teal-900); color: #fff; }
.services-local-strip__icon svg { width: 20px; height: 20px; }
.services-local-strip p { color: var(--teal-900); font-weight: 800; font-size: .92rem; }
.services-local-strip small { display: block; margin-top: 2px; color: var(--muted); font-size: .78rem; }
.services-local-strip a { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-900); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.services-local-strip a:hover { color: var(--terracotta-dark); }
.services-local-strip a svg { width: 1rem; height: 1rem; }
.services-hub__faq { padding-top: 54px; }

@media (max-width: 900px) {
  .services-hub__catalogue { padding-top: 58px; padding-bottom: 62px; }
  .services-hub__routes { padding-block: 58px; }
  .services-hub__route-heading { grid-template-columns: 1fr; gap: 16px; }
  .services-route-grid { grid-template-columns: 1fr; }
  .services-route-card { min-height: 0; }
  .services-guide-card { grid-template-columns: 1fr; gap: 28px; }
  .services-context-layout { grid-template-columns: 1fr; gap: 32px; }
  .services-context-copy p:not(.eyebrow) { max-width: none; }
}

@media (max-width: 620px) {
  .services-hub-hero__note { margin-top: 18px; font-size: .74rem; }
  .services-hub__catalogue { padding-top: 44px; padding-bottom: 48px; }
  .services-hub__catalogue .section-heading { margin-bottom: 22px; }
  .services-hub__routes { padding-block: 46px; }
  .services-hub__route-heading { margin-bottom: 22px; }
  .services-hub__route-heading h2 { font-size: 2.18rem; }
  .services-hub__route-heading > p { font-size: .88rem; }
  .services-route-card { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 20px 18px; }
  .services-route-card__icon { width: 42px; height: 42px; }
  .services-route-card__icon svg { width: 20px; height: 20px; }
  .services-route-card strong { font-size: 1.22rem; }
  .services-route-card small { font-size: .79rem; }
  .services-hub__extras { padding-top: 47px; padding-bottom: 48px; }
  .services-hub__extras .section-heading { margin-bottom: 21px; }
  .services-hub__supporting-grid { grid-template-columns: 1fr; max-width: 100%; }
  .services-hub__supporting-grid .service-card__image { aspect-ratio: 1.82 / 1; }
  .services-hub__guide { padding-top: 48px; padding-bottom: 48px; }
  .services-guide-card { gap: 24px; padding: 27px 21px 23px; border-radius: 15px; }
  .services-guide-card__copy h2 { font-size: 2.18rem; }
  .services-guide-card__copy p:not(.eyebrow) { margin-top: 13px; font-size: .88rem; }
  .services-guide-card__button { width: 100%; margin-top: 20px; }
  .services-guide-card__steps { gap: 9px; }
  .services-guide-card__steps > span { padding: 11px 12px; }
  .services-hub__context { padding-top: 48px; padding-bottom: 44px; }
  .services-context-layout { gap: 26px; }
  .services-context-copy p:not(.eyebrow) { margin-top: 14px; font-size: .89rem; }
  .services-context-points { gap: 9px; }
  .services-context-points > div { min-height: 137px; padding: 16px 14px; }
  .services-local-strip { padding-bottom: 28px; }
  .services-local-strip__inner { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 17px 15px; }
  .services-local-strip__icon { width: 38px; height: 38px; }
  .services-local-strip p { font-size: .83rem; }
  .services-local-strip small { font-size: .72rem; }
  .services-local-strip a { grid-column: 1 / -1; justify-content: center; width: 100%; min-height: 38px; margin-top: 2px; padding: 8px 10px; border-top: 1px solid rgba(14, 64, 66, .10); font-size: .76rem; }
  .services-hub__faq { padding-top: 38px; }
}

/* Phase 1 immersive service pages */
.service-experience--integrales { --service-accent: var(--teal-900); --service-accent-soft: #e7f0ef; --service-outline: rgba(16, 64, 66, .18); }
.service-experience--cocinas { --service-accent: var(--terracotta); --service-accent-soft: #fcf0ea; --service-outline: rgba(208, 103, 66, .18); }
.service-experience--banos { --service-accent: var(--teal-700); --service-accent-soft: #edf6f5; --service-outline: rgba(18, 104, 106, .18); }
.service-experience--pisos { --service-accent: #506360; --service-accent-soft: #eef1ef; --service-outline: rgba(80, 99, 96, .18); }

.inner-hero--service-experience { background: linear-gradient(180deg, #fbf9f6 0%, #fff 100%); }
.inner-hero--service-experience .inner-hero__grid { align-items: stretch; }
.service-experience__hero-note { margin-top: 18px; max-width: 42rem; color: #43504d; font-size: 1rem; }
.service-experience__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.service-experience__stat { padding: 14px 16px; border: 1px solid var(--service-outline, rgba(16,64,66,.15)); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(16, 38, 37, .04); }
.service-experience__stat small { display: block; color: #697471; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.service-experience__stat strong { display: block; margin-top: 6px; color: var(--service-accent, var(--teal-900)); font-size: .96rem; line-height: 1.35; }
.service-experience__media { position: relative; min-height: 430px; border-radius: 28px; overflow: hidden; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.service-experience__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,36,34,.05), rgba(24,36,34,.25)); }
.service-experience__media-badge { position: absolute; left: 22px; bottom: 22px; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--service-accent, var(--teal-900)); box-shadow: var(--shadow-sm); font-size: .84rem; font-weight: 700; }
.service-experience__media-badge svg { width: 1rem; height: 1rem; }

.service-signature { padding-top: 72px; }
.service-signature__panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; padding: 28px; border: 1px solid var(--service-outline, rgba(16,64,66,.15)); border-radius: 26px; background: linear-gradient(180deg, #fff 0%, var(--service-accent-soft, #eef3f2) 100%); box-shadow: 0 14px 34px rgba(16, 38, 37, .06); }
.service-signature__copy p:last-child { margin-top: 18px; color: #44514e; font-size: 1rem; }
.service-signature__points { display: grid; gap: 14px; }
.service-signature__point { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); }
.service-signature__point span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--service-accent, var(--teal-900)); box-shadow: 0 4px 14px rgba(16,38,37,.06); }
.service-signature__point p { color: #31403d; font-size: .93rem; }

.service-module__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-module-card { position: relative; padding: 24px 20px; border: 1px solid #e7e4dd; border-radius: 22px; background: #fff; box-shadow: 0 10px 25px rgba(16, 38, 37, .05); min-height: 100%; }
.service-module-card__eyebrow,
.service-module-card__meta { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 11px; border-radius: 999px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.service-module-card__eyebrow { color: var(--service-accent, var(--teal-900)); background: var(--service-accent-soft, #eef3f2); }
.service-module-card__meta { color: #fff; background: var(--service-accent, var(--teal-900)); }
.service-module-card h3 { margin: 15px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 1.34rem; letter-spacing: -.03em; }
.service-module-card p { color: #54605d; font-size: .93rem; line-height: 1.6; }
.service-module--paths .service-module__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-module--paths .service-module-card { padding-right: 28px; background: linear-gradient(180deg, #fff 0%, var(--service-accent-soft, #f5f5f5) 100%); }
.service-module--paths .service-module-card::after { content: ""; position: absolute; right: 16px; bottom: 16px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.85); box-shadow: 0 8px 18px rgba(16,38,37,.08); }
.service-module--mosaic .service-module-card:nth-child(odd) { transform: translateY(10px); }
.service-module--soft .service-module-card { background: #fffdfb; }
.service-module--soft .service-module-card:nth-child(2n) { background: #fff; }

.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.journey-card { position: relative; padding: 24px 20px 22px; border-radius: 22px; border: 1px solid #e7e4dd; background: #fff; box-shadow: 0 10px 24px rgba(16, 38, 37, .05); }
.journey-card__step { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--service-accent, var(--teal-900)); color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.journey-card h3 { margin: 18px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 1.26rem; letter-spacing: -.03em; }
.journey-card p { color: #53605d; font-size: .92rem; line-height: 1.58; }

.service-scope .section-copy { margin-inline: auto; }
.scope-pill-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.scope-pill { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 16px; border: 1px solid #e8e5de; background: #fff; box-shadow: 0 8px 18px rgba(16,38,37,.04); }
.scope-pill svg { color: var(--service-accent, var(--teal-900)); }
.scope-pill span { color: #33423f; font-weight: 600; }

@media (max-width: 1024px) {
  .service-experience__stats,
  .journey-grid,
  .service-module__grid,
  .scope-pill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-signature__panel { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .service-experience__stats,
  .journey-grid,
  .service-module__grid,
  .service-module--paths .service-module__grid,
  .scope-pill-grid { grid-template-columns: 1fr; }
  .service-experience__media { min-height: 300px; }
  .service-experience__media-badge { left: 14px; right: 14px; bottom: 14px; border-radius: 16px; }
  .service-signature { padding-top: 54px; }
  .service-signature__panel { padding: 20px; border-radius: 22px; }
  .service-signature__point { padding: 12px 14px; }
  .service-module-card,
  .journey-card,
  .scope-pill { padding: 18px 16px; }
}

/* ==================================================================
   V3.7.1 — Servicios hub cards upgrade
   Tarjetas más editoriales y explicativas para /servicios/.
   ================================================================== */
.services-hub__primary-grid .service-card--detailed,
.services-hub__supporting-grid .service-card--detailed {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8e3dc;
  box-shadow: 0 10px 28px rgba(16, 38, 37, .06);
  background: #fff;
}
.services-hub__primary-grid .service-card--detailed:hover,
.services-hub__supporting-grid .service-card--detailed:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(16, 38, 37, .10);
}
.services-hub__primary-grid .service-card--detailed .service-card__image-wrap,
.services-hub__supporting-grid .service-card--detailed .service-card__image-wrap {
  position: relative;
  overflow: hidden;
}
.services-hub__primary-grid .service-card--detailed .service-card__image,
.services-hub__supporting-grid .service-card--detailed .service-card__image {
  aspect-ratio: 1.6 / 1;
  transition: transform .35s ease;
}
.services-hub__primary-grid .service-card--detailed:hover .service-card__image,
.services-hub__supporting-grid .service-card--detailed:hover .service-card__image {
  transform: scale(1.05);
}
.services-hub__primary-grid .service-card--detailed .service-card__body,
.services-hub__supporting-grid .service-card--detailed .service-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 168px;
  padding: 18px 18px 20px;
}
.services-hub__primary-grid .service-card--detailed .service-card__tag,
.services-hub__supporting-grid .service-card--detailed .service-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eef4f3;
  color: var(--teal-800);
  text-transform: uppercase;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.services-hub__primary-grid .service-card--detailed strong,
.services-hub__supporting-grid .service-card--detailed strong {
  font-size: 1.2rem;
  line-height: 1.08;
}
.services-hub__primary-grid .service-card--detailed .service-card__copy,
.services-hub__supporting-grid .service-card--detailed .service-card__copy {
  color: #5a6562;
  font-size: .92rem;
  line-height: 1.55;
}
.services-hub__primary-grid .service-card--detailed .service-card__link,
.services-hub__supporting-grid .service-card--detailed .service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--terracotta);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.services-hub__primary-grid .service-card--detailed .service-card__arrow,
.services-hub__supporting-grid .service-card--detailed .service-card__arrow {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(208, 103, 66, .10);
  transition: transform .2s ease, background .2s ease;
}
.services-hub__primary-grid .service-card--detailed:hover .service-card__arrow,
.services-hub__supporting-grid .service-card--detailed:hover .service-card__arrow {
  transform: translateX(3px);
  background: rgba(208, 103, 66, .16);
}
.services-hub__supporting-grid .service-card--detailed .service-card__body {
  min-height: 156px;
}
@media (max-width: 900px) {
  .services-hub__primary-grid .service-card--detailed .service-card__body,
  .services-hub__supporting-grid .service-card--detailed .service-card__body { min-height: 0; }
}
@media (max-width: 720px) {
  .services-hub__primary-grid .service-card--detailed .service-card__image,
  .services-hub__supporting-grid .service-card--detailed .service-card__image { aspect-ratio: 1.78 / 1; }
  .services-hub__primary-grid .service-card--detailed .service-card__body,
  .services-hub__supporting-grid .service-card--detailed .service-card__body { padding: 16px 16px 18px; gap: 9px; }
}

/* ==================================================================
   V3.8 — Reformas integrales wow
   Rediseño específico de la página de reformas integrales.
   ================================================================== */
.integrales-hero {
  padding-top: 72px;
  padding-bottom: 48px;
  background:
    radial-gradient(circle at 82% 18%, rgba(208,103,66,.10), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(138,203,194,.16), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
}
.integrales-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: 34px;
  align-items: center;
}
.integrales-hero__copy h1 { max-width: 12ch; }
.integrales-hero__note {
  max-width: 42rem;
  margin-top: 18px;
  color: #495653;
  font-size: 1rem;
  line-height: 1.65;
}
.integrales-hero__micro {
  margin-top: 14px;
  color: #76817d;
  font-size: .86rem;
}
.integrales-hero__visual {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 14px;
  min-height: 520px;
}
.integrales-shot {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 36px rgba(16,38,37,.10);
}
.integrales-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,20,.06), rgba(10,20,20,.34));
}
.integrales-shot span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--teal-900);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.integrales-shot--main { grid-row: 1 / span 2; min-height: 100%; }
.integrales-shot--accent { background-position: center 30%; }

.integrales-ideas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.integrales-idea-card {
  overflow: hidden;
  border: 1px solid #e8e3dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16,38,37,.06);
}
.integrales-idea-card__media {
  aspect-ratio: 1.55 / 1;
  background-size: cover;
  background-position: center;
}
.integrales-idea-card__body { padding: 18px 18px 20px; }
.integrales-idea-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf4f3;
  color: var(--teal-800);
  text-transform: uppercase;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.integrales-idea-card__body h3 {
  margin: 14px 0 9px;
  font-size: 1.34rem;
  line-height: 1.15;
}
.integrales-idea-card__body p { color: #56615e; font-size: .93rem; line-height: 1.58; }

.integrales-map__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: start;
}
.integrales-map__copy p + p { margin-top: 16px; }
.integrales-map__legend {
  padding-left: 16px;
  border-left: 3px solid rgba(208,103,66,.25);
  color: #5c6663;
}
.integrales-map__zones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.integrales-zone {
  padding: 20px 18px;
  border-radius: 20px;
  border: 1px solid #e7e4dd;
  background: #fff;
  box-shadow: 0 10px 22px rgba(16,38,37,.04);
}
.integrales-zone span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #edf4f3;
  color: var(--terracotta);
}
.integrales-zone h3 { margin: 14px 0 8px; font-size: 1.12rem; }
.integrales-zone p { color: #586461; font-size: .9rem; line-height: 1.55; }

.integrales-narrative__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.integrales-narrative__grid article {
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #faf7f2 100%);
  border: 1px solid #ebe5dd;
}
.integrales-narrative__grid h3 { margin-bottom: 10px; font-size: 1.24rem; }
.integrales-narrative__grid p { color: #56615e; font-size: .93rem; line-height: 1.58; }

@media (max-width: 1100px) {
  .integrales-hero__grid,
  .integrales-map__grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .integrales-hero__visual,
  .integrales-ideas-grid,
  .integrales-map__zones,
  .integrales-narrative__grid { grid-template-columns: 1fr; }
  .integrales-hero__visual { grid-template-rows: none; min-height: auto; }
  .integrales-shot--main { grid-row: auto; min-height: 260px; }
  .integrales-shot--secondary,
  .integrales-shot--accent { min-height: 180px; }
}


/* ==================================================================
   V3.8.2 — Integrales mosaico más realista
   Ajuste visual del hero y sustitución de imágenes inferiores.
   ================================================================== */
.integrales-hero__grid {
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 22px;
  align-items: center;
}
.integrales-hero__copy {
  position: relative;
  z-index: 2;
  padding-right: 6px;
}
.integrales-hero__copy h1 { max-width: 11ch; }
.integrales-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: .92fr .84fr 1.1fr;
  grid-template-rows: 190px 190px;
  gap: 14px;
  min-height: 0;
  margin-left: -18px;
  padding: 8px 0 34px;
}
.integrales-shot {
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 32px rgba(16,38,37,.10);
}
.integrales-shot--top-left { grid-column: 1; grid-row: 1; }
.integrales-shot--top-middle { grid-column: 2; grid-row: 1; }
.integrales-shot--main {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 100%;
  background-position: center;
}
.integrales-shot--wide {
  grid-column: 1 / span 2;
  grid-row: 2;
  background-position: center 44%;
}
.integrales-shot span {
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.90);
  font-size: .76rem;
  letter-spacing: .06em;
}
.integrales-mosaic-note {
  position: absolute;
  left: 34px;
  bottom: 0;
  z-index: 3;
  width: min(320px, calc(100% - 48px));
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(228, 222, 213, .88);
  box-shadow: 0 14px 28px rgba(16,38,37,.10);
}
.integrales-mosaic-note strong {
  display: block;
  color: var(--teal-900);
  font-size: .98rem;
  letter-spacing: -.02em;
}
.integrales-mosaic-note p {
  margin-top: 6px;
  color: #5b6764;
  font-size: .86rem;
  line-height: 1.5;
}
.integrales-idea-card__media {
  aspect-ratio: 1.65 / 1;
  background-position: center;
}
.integrales-ideas-grid .integrales-idea-card:nth-child(1) .integrales-idea-card__media { background-position: center 42%; }
.integrales-ideas-grid .integrales-idea-card:nth-child(2) .integrales-idea-card__media { background-position: center; }
.integrales-ideas-grid .integrales-idea-card:nth-child(4) .integrales-idea-card__media { background-position: center 55%; }

@media (max-width: 1100px) {
  .integrales-hero__grid { grid-template-columns: 1fr; }
  .integrales-hero__visual { margin-left: 0; }
}
@media (max-width: 800px) {
  .integrales-hero__visual {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 170px 170px 170px;
    gap: 12px;
    padding-bottom: 0;
  }
  .integrales-shot--top-left { grid-column: 1; grid-row: 1; }
  .integrales-shot--top-middle { grid-column: 2; grid-row: 1; }
  .integrales-shot--main { grid-column: 1 / -1; grid-row: 2; min-height: 170px; }
  .integrales-shot--wide { grid-column: 1 / -1; grid-row: 3; }
  .integrales-mosaic-note {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
  }
}
@media (max-width: 560px) {
  .integrales-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 170px);
  }
  .integrales-shot--top-left,
  .integrales-shot--top-middle,
  .integrales-shot--main,
  .integrales-shot--wide { grid-column: 1; min-height: 170px; }
  .integrales-shot--top-left { grid-row: 1; }
  .integrales-shot--top-middle { grid-row: 2; }
  .integrales-shot--main { grid-row: 3; }
  .integrales-shot--wide { grid-row: 4; }
}


/* ==================================================================
   V3.8.3 — Integrales hero horizontal + mejora visual inferior
   ================================================================== */
.integrales-hero__grid {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: center;
}
.integrales-hero__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "top top"
    "left right"
    "bottom bottom";
  gap: 14px;
  min-height: 0;
}
.integrales-shot {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 32px rgba(16,38,37,.10);
}
.integrales-shot--wide-top { grid-area: top; aspect-ratio: 2.15 / 1; background-position: center 46%; }
.integrales-shot--middle-left { grid-area: left; aspect-ratio: 1.62 / 1; background-position: center 42%; }
.integrales-shot--middle-right { grid-area: right; aspect-ratio: 1.62 / 1; background-position: center; }
.integrales-shot--wide-bottom { grid-area: bottom; aspect-ratio: 2.15 / 1; background-position: center 55%; }
.integrales-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,20,.04), rgba(10,20,20,.28));
}
.integrales-shot span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  max-width: calc(100% - 28px);
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: var(--teal-900);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.integrales-idea-card__media { aspect-ratio: 1.6 / 1; background-position: center; }
.integrales-ideas-grid .integrales-idea-card:nth-child(1) .integrales-idea-card__media { background-position: center 45%; }
.integrales-ideas-grid .integrales-idea-card:nth-child(2) .integrales-idea-card__media { background-position: center; }
.integrales-ideas-grid .integrales-idea-card:nth-child(3) .integrales-idea-card__media { background-position: center; }
.integrales-ideas-grid .integrales-idea-card:nth-child(4) .integrales-idea-card__media { background-position: center 55%; }

@media (max-width: 1100px) {
  .integrales-hero__grid,
  .integrales-map__grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .integrales-hero__visual {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "left"
      "right"
      "bottom";
  }
  .integrales-shot--wide-top,
  .integrales-shot--middle-left,
  .integrales-shot--middle-right,
  .integrales-shot--wide-bottom { aspect-ratio: 1.7 / 1; }
}

/* ==================================================================
   V3.8.4 — Reforma integral guiada por intención de usuario
   Página específica; no altera la home ni el hub de servicios.
   ================================================================== */
.integrales-page--discovery { overflow: clip; }

.integrales-explore { padding-top: 74px; padding-bottom: 72px; }
.integrales-explore__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.integrales-explore-card { display: flex; flex-direction: column; align-items: center; min-height: 214px; padding: 22px 15px 18px; border: 1px solid #e8e3dc; border-radius: 17px; background: #fff; box-shadow: 0 8px 22px rgba(16,38,37,.045); color: var(--teal-900); text-align: center; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.integrales-explore-card:hover { transform: translateY(-5px); border-color: rgba(183,144,90,.45); box-shadow: 0 16px 30px rgba(16,38,37,.09); }
.integrales-explore-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 16px; border-radius: 50%; background: #fbf7f1; color: #b58a50; }
.integrales-explore-card__icon svg { width: 27px; height: 27px; }
.integrales-explore-card strong { font-size: .96rem; }
.integrales-explore-card small { margin-top: 9px; color: #5d6865; font-size: .78rem; line-height: 1.45; }
.integrales-explore-card em { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 14px; color: #1c2b2a; font-size: .72rem; font-style: normal; font-weight: 800; }
.integrales-explore-card em svg { width: .9rem; height: .9rem; }

.integrales-inspiration { padding-top: 74px; }
.integrales-inspiration__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr); gap: 32px; align-items: end; margin-bottom: 28px; }
.integrales-inspiration__heading h2 { max-width: 760px; }
.integrales-inspiration__heading > p { max-width: 410px; color: #56615e; line-height: 1.6; }
.integrales-inspiration__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.integrales-inspiration-card { position: relative; min-height: 360px; overflow: hidden; border-radius: 18px; background: #1e302e; box-shadow: 0 12px 26px rgba(16,38,37,.10); }
.integrales-inspiration-card__media { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .45s ease; }
.integrales-inspiration-card--living .integrales-inspiration-card__media { background-position: center; }
.integrales-inspiration-card--kitchen .integrales-inspiration-card__media { background-position: center; }
.integrales-inspiration-card--bath .integrales-inspiration-card__media { background-position: center; }
.integrales-inspiration-card--home .integrales-inspiration-card__media { background-position: center 46%; }
.integrales-inspiration-card:hover .integrales-inspiration-card__media { transform: scale(1.045); }
.integrales-inspiration-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,19,.04) 30%, rgba(7,20,19,.78) 100%); }
.integrales-inspiration-card__overlay { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 18px 17px; color: #fff; }
.integrales-inspiration-card__overlay p { margin-bottom: 7px; color: #e6c38e; font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.integrales-inspiration-card__overlay h3 { max-width: 14ch; font-size: 1.12rem; line-height: 1.15; }
.integrales-inspiration-card__overlay span { position: absolute; right: 17px; bottom: 18px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.integrales-inspiration-card__overlay span svg { width: 15px; height: 15px; }

.integrales-value { padding-top: 80px; padding-bottom: 76px; background: linear-gradient(180deg, #faf8f4 0%, #f7f3ec 100%); }
.integrales-value__layout { display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); gap: 42px; align-items: center; }
.integrales-value__intro h2 { margin-top: 12px; }
.integrales-value__intro > p:last-child { margin-top: 18px; color: #586360; line-height: 1.66; }
.integrales-value__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.integrales-value__cards article { min-height: 220px; padding: 8px 18px 10px; border-left: 1px solid rgba(181,138,80,.28); text-align: center; }
.integrales-value__cards article:first-child { border-left: 0; }
.integrales-value__cards span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 13px; color: #b58a50; }
.integrales-value__cards span svg { width: 34px; height: 34px; }
.integrales-value__cards h3 { font-size: 1.04rem; line-height: 1.2; }
.integrales-value__cards p { margin-top: 10px; color: #59635f; font-size: .84rem; line-height: 1.52; }

.integrales-process { padding-top: 78px; padding-bottom: 76px; }
.integrales-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.integrales-process__grid li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 16px 12px; }
.integrales-process__grid > li:not(:last-child)::after { content: ""; position: absolute; }
.integrales-process__grid li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy, #061b2b); color: #fff; font-size: .77rem; font-weight: 800; }
.integrales-process__grid h3 { margin: 3px 0 7px; font-size: .98rem; }
.integrales-process__grid p { color: #5d6764; font-size: .83rem; line-height: 1.5; }

.integrales-cta { position: relative; overflow: hidden; padding: 74px 0; background-position: center; background-size: cover; }
.integrales-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,40,40,.77), rgba(13,40,40,.36)); }
.integrales-cta .container { position: relative; }
.integrales-cta__card { max-width: 555px; padding: 34px 36px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 36px rgba(5,25,24,.18); }
.integrales-cta__card h2 { margin-top: 9px; }
.integrales-cta__card p:not(.eyebrow) { margin-top: 15px; color: #52605b; line-height: 1.62; }
.integrales-cta__card .button { margin-top: 22px; }

.integrales-links { padding-top: 74px; padding-bottom: 74px; }
.integrales-links__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.integrales-links__grid a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 84px; padding: 17px 18px; border: 1px solid #e8e3dc; border-radius: 15px; color: var(--teal-900); background: #fff; box-shadow: 0 7px 18px rgba(16,38,37,.04); transition: transform .2s ease, border-color .2s ease; }
.integrales-links__grid a:hover { transform: translateY(-3px); border-color: rgba(181,138,80,.5); }
.integrales-links__grid strong { font-family: "Playfair Display", Georgia, serif; line-height: 1.15; }
.integrales-links__grid span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #f9f4eb; color: #b58a50; }
.integrales-links__grid svg { width: 15px; height: 15px; }

@media (max-width: 1100px) {
  .integrales-explore__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .integrales-inspiration__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .integrales-value__layout { grid-template-columns: 1fr; gap: 30px; }
  .integrales-links__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .integrales-inspiration__heading { grid-template-columns: 1fr; gap: 12px; }
  .integrales-value__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 0; }
  .integrales-value__cards article:nth-child(odd) { border-left: 0; }
  .integrales-value__cards article { min-height: 184px; }
  .integrales-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .integrales-explore { padding-top: 54px; padding-bottom: 54px; }
  .integrales-explore__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .integrales-explore-card { min-height: 200px; padding: 18px 11px 15px; }
  .integrales-explore-card__icon { width: 46px; height: 46px; margin-bottom: 12px; }
  .integrales-explore-card__icon svg { width: 23px; height: 23px; }
  .integrales-explore-card small { font-size: .73rem; }
  .integrales-inspiration { padding-top: 54px; }
  .integrales-inspiration__grid { grid-template-columns: 1fr; }
  .integrales-inspiration-card { min-height: 300px; }
  .integrales-value { padding-top: 58px; padding-bottom: 54px; }
  .integrales-value__cards { grid-template-columns: 1fr; }
  .integrales-value__cards article { min-height: 0; padding: 17px 8px; border-left: 0; border-top: 1px solid rgba(181,138,80,.28); }
  .integrales-value__cards article:first-child { border-top: 0; }
  .integrales-process { padding-top: 56px; padding-bottom: 54px; }
  .integrales-process__grid { grid-template-columns: 1fr; }
  .integrales-cta { padding: 52px 0; background-position: 60% center; }
  .integrales-cta__card { padding: 27px 22px; }
  .integrales-links { padding-top: 56px; padding-bottom: 56px; }
  .integrales-links__grid { grid-template-columns: 1fr; }
}


/* ================================================================
   V3.8.6 — Ajustes integrales: banner más contenido, tarjetas más
   modernas, municipios completos y formulario destacado.
   ================================================================ */
.integrales-page--discovery { overflow: clip; }

.integrales-explore { padding-top: 66px; padding-bottom: 68px; }
.integrales-explore__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.integrales-explore-card { display: flex; flex-direction: column; align-items: center; min-height: 214px; padding: 22px 15px 18px; border: 1px solid #e8e3dc; border-radius: 17px; background: #fff; box-shadow: 0 8px 22px rgba(16,38,37,.045); color: var(--teal-900); text-align: center; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.integrales-explore-card:hover { transform: translateY(-5px); border-color: rgba(183,144,90,.45); box-shadow: 0 16px 30px rgba(16,38,37,.09); }
.integrales-explore-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 16px; border-radius: 50%; background: #fbf7f1; color: #b58a50; }
.integrales-explore-card__icon svg { width: 27px; height: 27px; }
.integrales-explore-card strong { font-size: .96rem; }
.integrales-explore-card small { margin-top: 9px; color: #5d6865; font-size: .78rem; line-height: 1.45; }
.integrales-explore-card em { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 14px; color: #1c2b2a; font-size: .72rem; font-style: normal; font-weight: 800; }
.integrales-explore-card em svg { width: .9rem; height: .9rem; }

.integrales-inspiration { padding-top: 70px; }
.integrales-inspiration__titleblock { max-width: 900px; margin-inline: auto; }
.integrales-inspiration__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.integrales-inspiration-card {
  overflow: hidden;
  border: 1px solid #ece6df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16,38,37,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.integrales-inspiration-card:hover { transform: translateY(-5px); border-color: rgba(183,144,90,.45); box-shadow: 0 18px 34px rgba(16,38,37,.10); }
.integrales-inspiration-card__media { min-height: 235px; background-position: center; background-size: cover; }
.integrales-inspiration-card--home .integrales-inspiration-card__media { background-position: center 46%; }
.integrales-inspiration-card__body { display: grid; gap: 10px; padding: 22px 22px 24px; }
.integrales-inspiration-card__eyebrow { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; background: #fbf7f1; color: #b58a50; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.integrales-inspiration-card__body h3 { margin: 0; color: var(--teal-900); font-size: 1.18rem; line-height: 1.12; }
.integrales-inspiration-card__body p { margin: 0; color: #586360; font-size: .87rem; line-height: 1.6; }

.integrales-localities .location-grid { gap: 14px; }
.integrales-localities .location-chip { min-height: 54px; border-radius: 12px; font-size: .88rem; }

.integrales-budget-lift {
  position: relative;
  z-index: 5;
  margin-bottom: -64px;
  padding-top: 26px;
  background: transparent;
}
.integrales-budget-lift .budget-layout {
  transform: none;
  border: 1px solid #e8e3dc;
}

@media (max-width: 900px) {
  .integrales-explore__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .integrales-inspiration__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .integrales-explore { padding-top: 52px; padding-bottom: 52px; }
  .integrales-explore__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .integrales-explore-card { min-height: 200px; padding: 18px 11px 15px; }
  .integrales-explore-card__icon { width: 46px; height: 46px; margin-bottom: 12px; }
  .integrales-explore-card__icon svg { width: 23px; height: 23px; }
  .integrales-explore-card small { font-size: .73rem; }
  .integrales-inspiration { padding-top: 52px; }
  .integrales-inspiration__grid { grid-template-columns: 1fr; }
  .integrales-inspiration-card__media { min-height: 245px; }
  .integrales-budget-lift { margin-bottom: 0; padding-top: 0; }
}


/* ==================================================================
   V3.9.0 — Fase 1 de subservicios: Cocinas, Baños, Pisos y Casas.
   Cada landing tiene una narrativa, jerarquía y ritmo visual propios.
   ================================================================== */
.service-page-custom { overflow: clip; }
.service-page-custom .section--budget { background: transparent; }
.service-budget-lift { position: relative; z-index: 5; margin-bottom: -64px; padding-top: 24px; }
.service-budget-lift .budget-layout { transform: none; border: 1px solid #e8e3dc; }
.service-page-custom .location-grid--full { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-page-custom .location-chip { min-height: 54px; border-radius: 12px; }

/* --- Cocinas --- */
/* ==================================================================
   V3.12.0 — CABECERA UNIFICADA DE SUBSERVICIOS · PILOTO COCINAS
   Estructura reutilizable: imagen editorial, velo claro y jerarquía de CTA.
   ================================================================== */
.service-page-custom .service-unified-hero-shell { padding: 34px 0 18px; background: linear-gradient(180deg, #fbfaf8 0%, #fff 100%); }
.service-unified-hero { position: relative; min-height: 530px; overflow: hidden; border-radius: 0 0 26px 26px; background: #e8e3dc; box-shadow: var(--shadow); }
.service-unified-hero__media { position: absolute; inset: 0; z-index: 0; display: block; }
.service-unified-hero__media img { display: block; width: 100%; height: 100%; object-fit: var(--tra-visual-fit, cover); object-position: var(--service-hero-image-position, center center); }
.service-unified-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(251,249,246,.97) 0%, rgba(251,249,246,.89) 38%, rgba(251,249,246,.43) 63%, rgba(251,249,246,.08) 100%); }
.service-unified-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 530px; width: min(610px, 100%); padding: clamp(36px, 5vw, 74px); }
.service-unified-hero__content .eyebrow { margin-bottom: 13px; }
.service-unified-hero__content h1 { max-width: 12.5ch; margin: 0; color: var(--teal-900); font-size: clamp(2.9rem, 5.15vw, 5rem); line-height: .99; letter-spacing: -.055em; }
.service-unified-hero__lead { max-width: 52ch; margin: 22px 0 0; color: #40504c; font-size: 1.05rem; line-height: 1.7; }
.service-unified-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.service-unified-hero__actions .button { min-height: 48px; }
.service-unified-hero__actions .button--outline { background: rgba(255,255,255,.76); }
.service-unified-hero-shell--cocinas .service-unified-hero__content .eyebrow { color: #a56c2d; }

/* V3.13.0 — Variantes editoriales de la cabecera común de servicios. */
.service-unified-hero-shell--integrales .service-unified-hero__content .eyebrow { color: #a75d46; }
.service-unified-hero-shell--banos .service-unified-hero__content .eyebrow { color: #18766f; }
.service-unified-hero-shell--pisos .service-unified-hero__content .eyebrow { color: #3e665d; }
.service-unified-hero-shell--casas .service-unified-hero__content .eyebrow { color: #8c673f; }
.service-unified-hero-shell--oficinas .service-unified-hero__content .eyebrow { color: #1f685a; }
.service-unified-hero-shell--locales .service-unified-hero__content .eyebrow { color: #a06d2f; }
.service-unified-hero-shell--terrazas .service-unified-hero__content .eyebrow { color: #9a6837; }
.service-unified-hero-shell--viviendas .service-unified-hero__content .eyebrow { color: #3f675e; }
.service-unified-hero-shell--escaleras .service-unified-hero__content .eyebrow { color: #665d52; }

.kitchen-start { padding-top: 72px; }
.kitchen-start__intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .8fr); gap: 38px; align-items: end; }
.kitchen-start__intro h2 { max-width: 17ch; }
.kitchen-start__intro > p:last-child { color: #56615e; line-height: 1.66; }
.kitchen-start__routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.kitchen-start__routes article { padding: 26px 24px; border-top: 2px solid #ca9b59; background: #fbf8f3; }
.kitchen-start__routes span { display: inline-flex; color: #b78239; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.kitchen-start__routes h3 { margin: 14px 0 9px; color: var(--teal-900); font-size: 1.25rem; }
.kitchen-start__routes p { color: #5b6663; font-size: .9rem; line-height: 1.58; }
.kitchen-layout__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); overflow: hidden; border-radius: 24px; background: #183737; box-shadow: var(--shadow); }
.kitchen-layout__visual { min-height: 450px; background-position: center; background-size: cover; }
.kitchen-layout__copy { padding: 52px 46px; color: #eff6f4; }
.kitchen-layout__copy h2 { max-width: 15ch; margin-top: 11px; color: #fff; }
.kitchen-layout__copy > p:not(.eyebrow) { margin-top: 18px; color: #d4e3df; line-height: 1.67; }
.kitchen-layout__copy .eyebrow { color: #e7bf81; }
.kitchen-check-list { display: grid; gap: 13px; margin-top: 28px; }
.kitchen-check-list li { display: flex; align-items: flex-start; gap: 10px; color: #e4f0ed; font-size: .88rem; line-height: 1.5; }
.kitchen-check-list svg { flex: 0 0 auto; width: 18px; color: #e7bf81; }
.kitchen-style__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.kitchen-style__grid article { padding: 26px 21px; border: 1px solid #e8e3dc; border-radius: 18px; background: #fff; }
.kitchen-style__grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #fff4e7; color: #bb8641; }
.kitchen-style__grid span svg { width: 21px; }
.kitchen-style__grid h3 { margin: 16px 0 9px; font-size: 1.1rem; }
.kitchen-style__grid p { color: #5d6865; font-size: .86rem; line-height: 1.56; }
.kitchen-sequence__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; overflow: hidden; border: 1px solid #e9e5de; border-radius: 16px; }
.kitchen-sequence__grid li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center; min-height: 86px; padding: 18px; border-right: 1px solid #e9e5de; color: var(--teal-900); font-size: .88rem; font-weight: 700; }
.kitchen-sequence__grid li:last-child { border-right: 0; }
.kitchen-sequence__grid b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--teal-900); color: #fff; font-size: .75rem; }
.kitchen-localities { padding-bottom: 54px; }
.bath-routine__heading { max-width: 760px; margin-inline: auto; text-align: center; }
.bath-routine__heading h2 { margin-top: 10px; }
.bath-routine__heading > p:last-child { margin-top: 15px; color: #56615e; line-height: 1.65; }
.bath-routine__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.bath-routine__grid article { padding: 30px 27px; border-radius: 20px; background: linear-gradient(165deg, #f7fbfa 0%, #fff 100%); border: 1px solid #dfece9; }
.bath-routine__grid span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #dff1ed; color: #16756e; }
.bath-routine__grid span svg { width: 22px; }
.bath-routine__grid h3 { margin: 18px 0 9px; font-size: 1.19rem; }
.bath-routine__grid p { color: #596562; font-size: .9rem; line-height: 1.57; }
.bath-comfort { background: #173c3a; }
.bath-comfort__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: center; }
.bath-comfort__copy { color: #ecf7f5; }
.bath-comfort__copy .eyebrow { color: #9bd7cf; }
.bath-comfort__copy h2 { max-width: 15ch; margin-top: 10px; color: #fff; }
.bath-comfort__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.bath-comfort__moods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.bath-comfort__moods article { padding: 22px 20px; border: 1px solid rgba(221,242,238,.18); border-radius: 16px; background: rgba(255,255,255,.06); }
.bath-comfort__moods span { color: #9bd7cf; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.bath-comfort__moods h3 { margin: 13px 0 8px; color: #fff; font-size: 1.08rem; }
.bath-comfort__moods p { color: #c9dfdc; font-size: .84rem; line-height: 1.5; }
.bath-options__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.bath-options__grid article { position: relative; min-height: 185px; padding: 23px 21px; border-left: 3px solid #70b4ab; background: #fff; box-shadow: 0 8px 20px rgba(16,38,37,.05); }
.bath-options__grid h3 { color: #194743; font-size: 1.08rem; }
.bath-options__grid p { margin-top: 12px; color: #5d6865; font-size: .86rem; line-height: 1.55; }
.bath-process__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bath-process__list > div { display: grid; gap: 8px; padding: 22px 18px; border-bottom: 2px solid #79bdb4; background: #f8fbfa; }
.bath-process__list b { color: var(--teal-900); font-size: .95rem; }
.bath-process__list span { color: #5d6865; font-size: .83rem; line-height: 1.52; }
.bath-localities { padding-bottom: 54px; }
.flats-page--v316 .section { padding-top: 72px; padding-bottom: 72px; }
.flats-page--v316 .flats-localities { padding-top: 64px; padding-bottom: 54px; }
.flats-page--v316 .flats-ideas { padding-top: 58px; }
.flats-page--v316 .flats-ideas__intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.flats-page--v316 .flats-ideas__copy h2 { max-width: 12ch; margin-top: 10px; }
.flats-page--v316 .flats-ideas__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.flats-page--v316 .flats-ideas__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e7dfd2; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.flats-page--v316 .flats-ideas__aside-label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.flats-page--v316 .flats-ideas__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.flats-page--v316 .flats-ideas__aside p { color: #5d6865; line-height: 1.65; }
.flats-page--v316 .flats-ideas__aside .button { margin-top: 18px; }
.flats-page--v316 .flats-ideas__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.flats-page--v316 .flats-idea-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.flats-page--v316 .flats-idea-card__media { min-height: 295px; background-size: cover; background-position: center; }
.flats-page--v316 .flats-idea-card__body { padding: 18px 18px 22px; }
.flats-page--v316 .flats-idea-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.flats-page--v316 .flats-idea-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.24rem; line-height: 1.22; }
.flats-page--v316 .flats-idea-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.flats-page--v316 .flats-editorial { background: #173c3a; }
.flats-page--v316 .flats-editorial__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 28px; align-items: stretch; }
.flats-page--v316 .flats-editorial__visual { min-height: 470px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.flats-page--v316 .flats-editorial__copy { padding: 14px 0; color: #ecf7f5; }
.flats-page--v316 .flats-editorial__copy .eyebrow { color: #9bd7cf; }
.flats-page--v316 .flats-editorial__copy h2 { max-width: 13ch; margin-top: 10px; color: #fff; }
.flats-page--v316 .flats-editorial__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.flats-page--v316 .flats-editorial__checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin-top: 20px; }
.flats-page--v316 .flats-editorial__checks span { display: flex; gap: 8px; align-items: center; color: #ecf7f5; font-size: .93rem; }
.flats-page--v316 .flats-editorial__checks svg { width: 16px; color: #9bd7cf; flex: 0 0 auto; }
.flats-page--v316 .flats-editorial__copy .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; box-shadow: 0 14px 28px rgba(5,17,17,.16); }
.flats-page--v316 .flats-editorial__copy .button:hover { background: #f3efe8; color: var(--teal-900); }
.flats-page--v316 .flats-priorities__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.flats-page--v316 .flats-priorities__grid article { padding: 24px 20px; border-radius: 22px; background: #fff; border: 1px solid #e3ebe8; box-shadow: 0 12px 28px rgba(16,38,37,.05); }
.flats-page--v316 .flats-priorities__grid span { color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.flats-page--v316 .flats-priorities__grid h3 { margin: 12px 0 8px; color: var(--teal-900); font-size: 1.04rem; }
.flats-page--v316 .flats-priorities__grid p { color: #5d6865; font-size: .88rem; line-height: 1.58; }
.flats-page--v316 .flats-feature__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 30px; align-items: center; }
.flats-page--v316 .flats-feature__copy h2 { max-width: 14ch; margin-top: 10px; }
.flats-page--v316 .flats-feature__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.flats-page--v316 .flats-feature__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.flats-page--v316 .flats-feature__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.flats-page--v316 .flats-feature__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.flats-page--v316 .flats-feature__copy .button { margin-top: 22px; }
.flats-page--v316 .flats-feature__visual-wrap { position: relative; min-height: 560px; }
.flats-page--v316 .flats-feature__visual { background-size: cover; background-position: center; border-radius: 28px; }
.flats-page--v316 .flats-feature__visual--main { min-height: 560px; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
@media (max-width: 1100px) {
  .flats-page--v316 .flats-ideas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flats-page--v316 .flats-priorities__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .flats-page--v316 .flats-ideas__intro,
  .flats-page--v316 .flats-editorial__grid,
  .flats-page--v316 .flats-feature__grid { grid-template-columns: 1fr; }
  .flats-page--v316 .flats-ideas__copy h2,
  .flats-page--v316 .flats-editorial__copy h2,
  .flats-page--v316 .flats-feature__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .flats-page--v316 .section { padding-top: 56px; padding-bottom: 56px; }
  .flats-page--v316 .flats-ideas__grid,
  .flats-page--v316 .flats-priorities__grid,
  .flats-page--v316 .flats-editorial__checks { grid-template-columns: 1fr; }
  .flats-page--v316 .flats-idea-card__media { min-height: 230px; }
  .flats-page--v316 .flats-editorial__visual { min-height: 320px; }
  .flats-page--v316 .flats-feature__visual-wrap { min-height: auto; }
  .flats-page--v316 .flats-feature__visual--main { min-height: 420px; }
}

.houses-vision__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.houses-vision__layout h2 { max-width: 15ch; margin-top: 10px; }
.houses-vision__layout > div:first-child > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.67; }
.houses-vision__cards { display: grid; gap: 13px; }
.houses-vision__cards article { display: grid; grid-template-columns: 44px 1fr; gap: 0 14px; padding: 17px 18px; border: 1px solid #e9e5de; border-radius: 14px; background: #fff; }
.houses-vision__cards span { grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #eef5f1; color: #397563; }
.houses-vision__cards h3 { color: var(--teal-900); font-size: 1rem; }
.houses-vision__cards p { margin-top: 4px; color: #5c6764; font-size: .84rem; line-height: 1.48; }
.houses-layers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.houses-layers__grid article { min-height: 200px; padding: 25px 21px; border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(16,38,37,.05); }
.houses-layers__grid article:nth-child(1) { border-top: 3px solid #355b56; }
.houses-layers__grid article:nth-child(2) { border-top: 3px solid #9a7b52; }
.houses-layers__grid article:nth-child(3) { border-top: 3px solid #6b8c78; }
.houses-layers__grid article:nth-child(4) { border-top: 3px solid #7c9ca0; }
.houses-layers__grid b { color: #6b7774; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.houses-layers__grid h3 { margin: 14px 0 9px; font-size: 1.12rem; }
.houses-layers__grid p { color: #5d6865; font-size: .85rem; line-height: 1.56; }
.houses-moments { background: #f7f3ec; }
.houses-moments__heading { max-width: 660px; }
.houses-moments__heading h2 { margin-top: 10px; }
.houses-moments__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.houses-moments__grid article { display: grid; gap: 11px; padding: 23px 19px; border-radius: 12px; background: rgba(255,255,255,.72); border: 1px solid #ebe3d8; }
.houses-moments__grid span { color: #956c37; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.houses-moments__grid p { color: #5a625f; font-size: .86rem; line-height: 1.56; }
.houses-journey__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.houses-journey__track > div { position: relative; padding: 23px 18px; border-radius: 14px; background: #183c38; color: #fff; }
.houses-journey__track > div:nth-child(2) { background: #24544d; }
.houses-journey__track > div:nth-child(3) { background: #317064; }
.houses-journey__track > div:nth-child(4) { background: #5b867a; }
.houses-journey__track b { display: block; font-size: 1.02rem; }
.houses-journey__track span { display: block; margin-top: 8px; color: #dcece8; font-size: .8rem; line-height: 1.5; }
.houses-localities { padding-bottom: 54px; }

@media (max-width: 1024px) {
  .kitchen-layout__grid,
  .bath-comfort__layout,
  .houses-vision__layout { grid-template-columns: 1fr; }
  .kitchen-style__grid,
  .bath-options__grid,
  .flats-rooms__grid,
  .houses-layers__grid { grid-template-columns: repeat(2, 1fr); }
  .flats-scenarios__grid,
  .houses-moments__grid,
  .houses-journey__track { grid-template-columns: repeat(2, 1fr); }
  .kitchen-start__intro,
  .flats-change__intro { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 900px) {
  .service-page-custom .service-unified-hero-shell { padding-top: 22px; }
  .service-unified-hero,
  .service-unified-hero__content { min-height: 510px; }
  .service-unified-hero__content { padding: 42px 34px; }
  .service-unified-hero__veil { background: linear-gradient(180deg, rgba(251,249,246,.96) 0%, rgba(251,249,246,.84) 52%, rgba(251,249,246,.32) 100%); }
  .kitchen-start__routes, .bath-routine__grid, .flats-change__grid { grid-template-columns: repeat(3, 1fr); }
  .kitchen-sequence__grid, .bath-process__list { grid-template-columns: repeat(2, 1fr); }
  .kitchen-sequence__grid li:nth-child(2) { border-right: 0; }
  .kitchen-sequence__grid li:nth-child(-n+2) { border-bottom: 1px solid #e9e5de; }
}
@media (max-width: 620px) {
  .service-budget-lift { margin-bottom: 0; padding-top: 0; }
  .service-page-custom .location-grid--full { grid-template-columns: 1fr; }
  .service-page-custom .service-unified-hero-shell { padding-top: 16px; padding-bottom: 12px; }
  .service-unified-hero,
  .service-unified-hero__content { min-height: 480px; }
  .service-unified-hero { border-radius: 18px; }
  .service-unified-hero__content { width: 100%; padding: 34px 22px; }
  .service-unified-hero__content h1 { max-width: 12ch; font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .service-unified-hero__lead { margin-top: 17px; font-size: .95rem; line-height: 1.62; }
  .service-unified-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 23px; }
  .service-unified-hero__actions .button { width: 100%; }
  .kitchen-start, .bath-routine { padding-top: 52px; }
  .kitchen-start__routes, .bath-routine__grid, .flats-change__grid, .kitchen-style__grid, .bath-options__grid, .flats-rooms__grid, .houses-layers__grid, .flats-scenarios__grid, .houses-moments__grid, .houses-journey__track { grid-template-columns: 1fr; }
  .kitchen-layout__visual { min-height: 280px; }
  .kitchen-layout__copy { padding: 32px 24px; }
  .kitchen-sequence__grid, .bath-process__list { grid-template-columns: 1fr; }
  .kitchen-sequence__grid li { border-right: 0; border-bottom: 1px solid #e9e5de; }
  .kitchen-sequence__grid li:last-child { border-bottom: 0; }
  .kitchen-sequence__grid li:nth-child(-n+2) { border-bottom: 1px solid #e9e5de; }
  .bath-comfort__moods { grid-template-columns: 1fr; }
  .flats-path__line { display: grid; grid-template-columns: 1fr; }
  .flats-path__line i { display: none; }
}


/* ==================================================================
   V3.9.1 — Refuerzo visual y de contenido: Cocinas, Baños, Pisos, Casas.
   Más inspiración visual, mejor orientación al usuario y héroes refinados.
   ================================================================== */
.kitchen-page--v391 .kitchen-start__intro--stacked { grid-template-columns: 1fr; align-items: start; }
.kitchen-page--v391 .kitchen-start__intro--stacked h2,
.bath-page--v391 .bath-routine__heading--wide h2,
.flats-page--v391 .flats-change__intro--wide h2,
.houses-page--v317 .section { padding-top: 72px; padding-bottom: 72px; }
.houses-page--v317 .houses-localities { padding-top: 64px; padding-bottom: 54px; }
.houses-page--v317 .houses-ideas { padding-top: 58px; }
.houses-page--v317 .houses-ideas__intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.houses-page--v317 .houses-ideas__copy h2 { max-width: 13ch; margin-top: 10px; }
.houses-page--v317 .houses-ideas__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.houses-page--v317 .houses-ideas__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e7dfd2; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.houses-page--v317 .houses-ideas__aside-label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.houses-page--v317 .houses-ideas__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.houses-page--v317 .houses-ideas__aside p { color: #5d6865; line-height: 1.65; }
.houses-page--v317 .houses-ideas__aside .button { margin-top: 18px; }
.houses-page--v317 .houses-ideas__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.houses-page--v317 .houses-idea-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.houses-page--v317 .houses-idea-card__media { min-height: 295px; background-size: cover; background-position: center; }
.houses-page--v317 .houses-idea-card__body { padding: 18px 18px 22px; }
.houses-page--v317 .houses-idea-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.houses-page--v317 .houses-idea-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.24rem; line-height: 1.22; }
.houses-page--v317 .houses-idea-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.houses-page--v317 .houses-editorial { background: #173c3a; }
.houses-page--v317 .houses-editorial__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 28px; align-items: stretch; }
.houses-page--v317 .houses-editorial__visual { min-height: 500px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.houses-page--v317 .houses-editorial__copy { padding: 14px 0; color: #ecf7f5; }
.houses-page--v317 .houses-editorial__copy .eyebrow { color: #9bd7cf; }
.houses-page--v317 .houses-editorial__copy h2 { max-width: 14ch; margin-top: 10px; color: #fff; }
.houses-page--v317 .houses-editorial__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.houses-page--v317 .houses-editorial__checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 14px; margin-top: 20px; }
.houses-page--v317 .houses-editorial__checks span { display: flex; gap: 8px; align-items: center; color: #ecf7f5; font-size: .93rem; }
.houses-page--v317 .houses-editorial__checks svg { width: 16px; color: #9bd7cf; flex: 0 0 auto; }
.houses-page--v317 .houses-editorial__copy .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; box-shadow: 0 14px 28px rgba(5,17,17,.16); }
.houses-page--v317 .houses-editorial__copy .button:hover { background: #f3efe8; color: var(--teal-900); }
.houses-page--v317 .houses-priorities__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.houses-page--v317 .houses-priorities__grid article { padding: 24px 20px; border-radius: 22px; background: #fff; border: 1px solid #e3ebe8; box-shadow: 0 12px 28px rgba(16,38,37,.05); }
.houses-page--v317 .houses-priorities__grid span { color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.houses-page--v317 .houses-priorities__grid h3 { margin: 12px 0 8px; color: var(--teal-900); font-size: 1.04rem; }
.houses-page--v317 .houses-priorities__grid p { color: #5d6865; font-size: .88rem; line-height: 1.58; }
.houses-page--v317 .houses-comfort__grid,
.houses-page--v317 .houses-outdoor__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 30px; align-items: center; }
.houses-page--v317 .houses-comfort__copy h2,
.houses-page--v317 .houses-outdoor__copy h2 { max-width: 14ch; margin-top: 10px; }
.houses-page--v317 .houses-comfort__copy > p:not(.eyebrow),
.houses-page--v317 .houses-outdoor__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.houses-page--v317 .houses-comfort__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.houses-page--v317 .houses-comfort__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.houses-page--v317 .houses-comfort__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.houses-page--v317 .houses-comfort__visual,
.houses-page--v317 .houses-outdoor__visual { min-height: 520px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
.houses-page--v317 .houses-outdoor { background: linear-gradient(180deg, #fff 0%, #fbf8f3 100%); }
.houses-page--v317 .houses-outdoor__copy .button { margin-top: 20px; }
@media (max-width: 1100px) {
  .houses-page--v317 .houses-ideas__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .houses-page--v317 .houses-priorities__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .houses-page--v317 .houses-ideas__intro,
  .houses-page--v317 .houses-editorial__grid,
  .houses-page--v317 .houses-comfort__grid,
  .houses-page--v317 .houses-outdoor__grid { grid-template-columns: 1fr; }
  .houses-page--v317 .houses-ideas__copy h2,
  .houses-page--v317 .houses-editorial__copy h2,
  .houses-page--v317 .houses-comfort__copy h2,
  .houses-page--v317 .houses-outdoor__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .houses-page--v317 .section { padding-top: 56px; padding-bottom: 56px; }
  .houses-page--v317 .houses-ideas__grid,
  .houses-page--v317 .houses-priorities__grid,
  .houses-page--v317 .houses-editorial__checks { grid-template-columns: 1fr; }
  .houses-page--v317 .houses-idea-card__media { min-height: 230px; }
  .houses-page--v317 .houses-editorial__visual,
  .houses-page--v317 .houses-comfort__visual,
  .houses-page--v317 .houses-outdoor__visual { min-height: 320px; }
}


/* V3.9.2 — Ajuste visual del bloque introductorio de cocinas */
.kitchen-page--v391 .kitchen-start__intro--balanced {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: end;
}
.kitchen-page--v391 .kitchen-start__main h2 {
  max-width: 11ch;
  margin-bottom: 18px;
}
.kitchen-page--v391 .kitchen-start__main > p:last-child {
  max-width: 62ch;
  color: #55615d;
  line-height: 1.72;
}
.kitchen-page--v391 .kitchen-start__aside {
  align-self: stretch;
  display: grid;
  gap: 16px;
  padding: 24px 24px 22px;
  border: 1px solid #e7e1d7;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdfb 0%, #f8f4ee 100%);
  box-shadow: 0 14px 28px rgba(16,38,37,.06);
}
.kitchen-page--v391 .kitchen-start__aside-label {
  color: #ae7b39;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.kitchen-page--v391 .kitchen-start__signals {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kitchen-page--v391 .kitchen-start__signals li {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(174,123,57,.16);
}
.kitchen-page--v391 .kitchen-start__signals li:first-child {
  padding-top: 0;
  border-top: 0;
}
.kitchen-page--v391 .kitchen-start__signals b {
  color: var(--teal-900);
  font-size: 1rem;
}
.kitchen-page--v391 .kitchen-start__signals span {
  color: #5b6663;
  font-size: .9rem;
  line-height: 1.58;
}
@media (max-width: 900px) {
  .kitchen-page--v391 .kitchen-start__intro--balanced {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .kitchen-page--v391 .kitchen-start__main h2 {
    max-width: none;
  }
}


/* V3.9.3 — Equilibrio editorial y CTA en cocinas */
.kitchen-page--v391 .kitchen-start__main h2 {
  max-width: 8.6ch;
  margin-bottom: 12px;
}
.kitchen-page--v391 .kitchen-start__support {
  max-width: 30ch;
  margin: 0 0 14px;
  color: var(--teal-900);
  font-size: clamp(1.08rem, 1.5vw, 1.26rem);
  line-height: 1.42;
  font-weight: 600;
}
.kitchen-page--v391 .kitchen-start__main > p:last-child {
  max-width: 60ch;
}
.kitchen-page--v391 .kitchen-start__aside {
  gap: 14px;
}
.kitchen-page--v391 .kitchen-start__signals--intent li {
  gap: 5px;
}
.kitchen-page--v391 .kitchen-start__cta {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid #e8dfd2;
  background: linear-gradient(135deg, #fffdf9 0%, #f7f2ea 100%);
  box-shadow: 0 16px 32px rgba(16,38,37,.05);
}
.kitchen-page--v391 .kitchen-start__cta h3 {
  margin: 8px 0 10px;
  color: var(--teal-900);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.2;
}
.kitchen-page--v391 .kitchen-start__cta p:last-child {
  margin: 0;
  max-width: 62ch;
  color: #5a6562;
  line-height: 1.68;
}
.kitchen-page--v391 .kitchen-start__cta .button {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .kitchen-page--v391 .kitchen-start__main h2,
  .kitchen-page--v391 .kitchen-start__support,
  .kitchen-page--v391 .kitchen-start__main > p:last-child {
    max-width: none;
  }
  .kitchen-page--v391 .kitchen-start__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .kitchen-page--v391 .kitchen-start__cta .button {
    width: 100%;
    justify-content: center;
  }
}


/* V3.9.4 — Cocinas: equilibrio superior y ritmo entre bloques */
.kitchen-page--v391 .kitchen-start {
  padding-bottom: 46px;
}
.kitchen-page--v391 .kitchen-layout {
  padding-top: 34px;
}
.kitchen-page--v391 .kitchen-start__intro--balanced {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 30px;
  align-items: start;
}
.kitchen-page--v391 .kitchen-start__main {
  padding-top: 8px;
}
.kitchen-page--v391 .kitchen-start__main h2 {
  max-width: 10.2ch;
  margin-bottom: 14px;
}
.kitchen-page--v391 .kitchen-start__support {
  max-width: 24ch;
  margin-bottom: 16px;
}
.kitchen-page--v391 .kitchen-start__aside {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  gap: 16px;
  padding: 26px 24px 24px;
}
.kitchen-page--v391 .kitchen-start__aside::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174,123,57,.16) 0%, rgba(174,123,57,0) 68%);
  pointer-events: none;
}
.kitchen-page--v391 .kitchen-start__signals--intent {
  gap: 12px;
}
.kitchen-page--v391 .kitchen-start__signals--intent li {
  gap: 6px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(174,123,57,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.7);
}
.kitchen-page--v391 .kitchen-start__signals--intent li:first-child {
  padding-top: 14px;
  border-top: 1px solid rgba(174,123,57,.14);
}
.kitchen-page--v391 .kitchen-start__cta {
  margin-top: 24px;
}
@media (max-width: 900px) {
  .kitchen-page--v391 .kitchen-start {
    padding-bottom: 34px;
  }
  .kitchen-page--v391 .kitchen-layout {
    padding-top: 26px;
  }
  .kitchen-page--v391 .kitchen-start__intro--balanced {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .kitchen-page--v391 .kitchen-start__main {
    padding-top: 0;
  }
}


/* V3.9.5 — Reestructuración visual de baños */
.bath-page--v315 .section { padding-top: 72px; padding-bottom: 72px; }
.bath-page--v315 .bath-localities { padding-top: 64px; padding-bottom: 54px; }
.bath-page--v315 .bath-moods { padding-top: 58px; }
.bath-page--v315 .bath-moods__intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.bath-page--v315 .bath-moods__copy h2 { max-width: 11ch; margin-top: 10px; }
.bath-page--v315 .bath-moods__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.bath-page--v315 .bath-moods__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e8e0d4; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.bath-page--v315 .bath-moods__aside-label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bath-page--v315 .bath-moods__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.bath-page--v315 .bath-moods__aside p { color: #5d6865; line-height: 1.65; }
.bath-page--v315 .bath-moods__aside .button { margin-top: 18px; }
.bath-page--v315 .bath-moods__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bath-page--v315 .bath-mood-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.bath-page--v315 .bath-mood-card__media { min-height: 300px; background-size: cover; background-position: center; }
.bath-page--v315 .bath-mood-card__body { padding: 18px 18px 22px; }
.bath-page--v315 .bath-mood-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bath-page--v315 .bath-mood-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.25rem; line-height: 1.22; }
.bath-page--v315 .bath-mood-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.bath-page--v315 .bath-layout { background: #173c3a; }
.bath-page--v315 .bath-layout__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 28px; align-items: stretch; }
.bath-page--v315 .bath-layout__visual { min-height: 470px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.bath-page--v315 .bath-layout__copy { padding: 14px 0; color: #ecf7f5; }
.bath-page--v315 .bath-layout__copy .eyebrow { color: #9bd7cf; }
.bath-page--v315 .bath-layout__copy h2 { max-width: 14ch; margin-top: 10px; color: #fff; }
.bath-page--v315 .bath-layout__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.bath-page--v315 .bath-layout__checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 14px; margin-top: 20px; }
.bath-page--v315 .bath-layout__checks span { display: flex; gap: 8px; align-items: center; color: #ecf7f5; font-size: .93rem; }
.bath-page--v315 .bath-layout__checks svg { width: 16px; color: #9bd7cf; flex: 0 0 auto; }
.bath-page--v315 .bath-layout__copy .button { margin-top: 22px; }
.bath-page--v315 .bath-priorities__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.bath-page--v315 .bath-priorities__grid article { padding: 24px 20px; border-radius: 22px; background: #fff; border: 1px solid #e3ebe8; box-shadow: 0 12px 28px rgba(16,38,37,.05); }
.bath-page--v315 .bath-priorities__grid span { color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bath-page--v315 .bath-priorities__grid h3 { margin: 12px 0 8px; color: var(--teal-900); font-size: 1.04rem; }
.bath-page--v315 .bath-priorities__grid p { color: #5d6865; font-size: .88rem; line-height: 1.58; }
.bath-page--v315 .bath-feature__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 30px; align-items: center; }
.bath-page--v315 .bath-feature__copy h2 { max-width: 14ch; margin-top: 10px; }
.bath-page--v315 .bath-feature__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.bath-page--v315 .bath-feature__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.bath-page--v315 .bath-feature__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.bath-page--v315 .bath-feature__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.bath-page--v315 .bath-feature__copy .button { margin-top: 22px; }
.bath-page--v315 .bath-feature__visual-wrap { position: relative; min-height: 560px; }
.bath-page--v315 .bath-feature__visual { background-size: cover; background-position: center; border-radius: 28px; }
.bath-page--v315 .bath-feature__visual--main { min-height: 560px; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
.bath-page--v315 .bath-feature__accent { position: absolute; right: -6px; bottom: -18px; width: min(42%, 250px); min-height: 250px; border-radius: 28px; border: 8px solid #fff; box-shadow: 0 18px 36px rgba(16,38,37,.12); }
.bath-page--v315 .bath-feature__accent--note { display: flex; flex-direction: column; justify-content: center; padding: 24px 22px; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); }
.bath-page--v315 .bath-feature__accent--note span { color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bath-page--v315 .bath-feature__accent--note strong { display: block; margin: 10px 0 10px; color: var(--teal-900); font-size: 1.2rem; line-height: 1.22; }
.bath-page--v315 .bath-feature__accent--note p { margin: 0; color: #5b6663; line-height: 1.58; }
@media (max-width: 1024px) {
  .bath-page--v315 .bath-moods__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bath-page--v315 .bath-priorities__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bath-page--v315 .bath-layout__grid,
  .bath-page--v315 .bath-feature__grid,
  .bath-page--v315 .bath-moods__intro { grid-template-columns: 1fr; }
  .bath-page--v315 .bath-feature__copy h2,
  .bath-page--v315 .bath-layout__copy h2,
  .bath-page--v315 .bath-moods__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .bath-page--v315 .section { padding-top: 56px; padding-bottom: 56px; }
  .bath-page--v315 .bath-moods__grid,
  .bath-page--v315 .bath-priorities__grid,
  .bath-page--v315 .bath-layout__checks { grid-template-columns: 1fr; }
  .bath-page--v315 .bath-mood-card__media { min-height: 240px; }
  .bath-page--v315 .bath-layout__visual { min-height: 320px; }
  .bath-page--v315 .bath-feature__visual-wrap { min-height: auto; }
  .bath-page--v315 .bath-feature__visual--main { min-height: 420px; }
  .bath-page--v315 .bath-feature__accent { position: relative; right: auto; bottom: auto; width: 68%; min-height: 170px; margin-top: -52px; margin-left: auto; }
}

.visual-space-gallery__intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 28px; align-items: start; }
.visual-space-gallery__intro > div p:last-child { max-width: 65ch; }
.visual-space-gallery__aside { padding: 22px 24px; border-radius: 24px; background: #f6f1ea; border: 1px solid #ebe2d5; box-shadow: 0 14px 28px rgba(16,38,37,.05); }
.visual-space-gallery__aside span { display: block; margin-bottom: 14px; color: var(--teal-900); font-weight: 700; }
.visual-space-gallery__aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.visual-space-gallery__aside li { position: relative; padding-left: 18px; color: #51605d; line-height: 1.55; }
.visual-space-gallery__aside li::before { content: ''; position: absolute; top: .65em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.visual-space-inline-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 26px; padding: 24px 28px; border-radius: 26px; background: linear-gradient(135deg, #0d2928 0%, #133836 55%, #1b4a46 100%); color: #fff; box-shadow: 0 20px 34px rgba(13,41,40,.18); }
.visual-space-inline-cta h3 { color: #fff; margin-bottom: 8px; }
.visual-space-inline-cta p { margin: 0; color: rgba(255,255,255,.78); }
.visual-space-journey__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.visual-space-journey__grid article { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid #e8e1d6; box-shadow: 0 15px 28px rgba(16,38,37,.06); }
.visual-space-journey__grid b { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 14px; background: #f4ede3; color: var(--terracotta); font-size: .84rem; letter-spacing: .08em; margin-bottom: 14px; }
.visual-space-journey__grid h3 { margin-bottom: 8px; color: var(--teal-900); font-size: 1.08rem; }
.visual-space-journey__grid p { color: #5a6663; line-height: 1.62; }
.visual-space-moments__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.visual-space-moments__grid article { padding: 26px 24px; border-radius: 24px; background: #fff; border: 1px solid #ece2d5; box-shadow: 0 14px 28px rgba(16,38,37,.05); }
.visual-space-moments__grid h3 { margin-bottom: 8px; color: var(--teal-900); font-size: 1.08rem; }
.visual-space-moments__grid p { margin: 0; color: #586562; line-height: 1.6; }
.visual-space-page--locales .visual-space-inline-cta,
.visual-space-page--oficinas .visual-space-inline-cta { background: linear-gradient(135deg, #122f2d 0%, #204543 100%); }
.visual-space-page--terrazas .visual-space-inline-cta { background: linear-gradient(135deg, #8e6c36 0%, #b48945 100%); }
.visual-space-page--viviendas .visual-space-inline-cta { background: linear-gradient(135deg, #203a38 0%, #335653 100%); }
.visual-space-page--escaleras .visual-space-inline-cta { background: linear-gradient(135deg, #2b2623 0%, #56453d 100%); }
@media (max-width: 1024px) {
  .visual-space-gallery__intro,
  .visual-space-inline-cta,
  .visual-space-journey__grid,
  .visual-space-moments__grid { grid-template-columns: 1fr 1fr; }
  .visual-space-inline-cta { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .visual-space-gallery__intro,
  .visual-space-journey__grid,
  .visual-space-moments__grid { grid-template-columns: 1fr; }
  .visual-space-inline-cta { padding: 22px 20px; }
}


/* v3.10.1 · Oficinas reestructurada */
.office-page--v3101 .section { padding-top: 64px; padding-bottom: 64px; }
.office-page--v3101 .office-gallery__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 26px; align-items: start; margin-bottom: 26px; }
.office-page--v3101 .office-gallery__intro > div p:last-child { max-width: 66ch; }
.office-page--v3101 .office-gallery__aside { padding: 24px; border-radius: 24px; background: linear-gradient(180deg, #f3faf7 0%, #eef8f4 100%); border: 1px solid #d8ece4; box-shadow: 0 14px 28px rgba(16,38,37,.05); }
.office-page--v3101 .office-gallery__aside span { display: block; margin-bottom: 14px; color: #134944; font-weight: 800; }
.office-page--v3101 .office-gallery__aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.office-page--v3101 .office-gallery__aside li { position: relative; padding-left: 18px; color: #51605d; line-height: 1.55; }
.office-page--v3101 .office-gallery__aside li::before { content: ''; position: absolute; top: .62em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #2d8f7b; }
.office-page--v3101 .office-showcase-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.office-page--v3101 .office-showcase-card { overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid #e3e9e4; box-shadow: 0 16px 30px rgba(16,38,37,.07); }
.office-page--v3101 .office-showcase-card__media { height: 228px; background-size: cover; background-position: center; }
.office-page--v3101 .office-showcase-card__body { padding: 18px 18px 22px; }
.office-page--v3101 .office-showcase-card__tag { display: inline-block; margin-bottom: 10px; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: #2d8f7b; }
.office-page--v3101 .office-showcase-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.22rem; line-height: 1.22; }
.office-page--v3101 .office-showcase-card p { margin: 0; color: #586562; line-height: 1.62; }
.office-page--v3101 .office-inline-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 26px; padding: 26px 28px; border-radius: 26px; background: linear-gradient(135deg, #163f39 0%, #20584f 100%); color: #fff; box-shadow: 0 20px 34px rgba(13,41,40,.16); }
.office-page--v3101 .office-inline-cta h3 { color: #fff; margin-bottom: 8px; }
.office-page--v3101 .office-inline-cta p { margin: 0; color: rgba(255,255,255,.78); }
.office-page--v3101 .office-scenarios__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.office-page--v3101 .office-scenario-card { overflow: hidden; border-radius: 26px; background: #fff; border: 1px solid #dce8e2; box-shadow: 0 16px 30px rgba(16,38,37,.06); }
.office-page--v3101 .office-scenario-card__art { position: relative; min-height: 138px; padding: 24px; background: linear-gradient(180deg, #eff8f4 0%, #f8fbfa 100%); border-bottom: 1px solid #e0ece6; }
.office-page--v3101 .office-scenario-card__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; position: relative; z-index: 2; }
.office-page--v3101 .office-scenario-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 18px; background: #1f685a; color: #fff; box-shadow: 0 10px 20px rgba(31,104,90,.22); }
.office-page--v3101 .office-scenario-card__icon svg { width: 24px; }
.office-page--v3101 .office-scenario-card__emoji { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 54px; padding: 0 12px; border-radius: 18px; background: #fff; border: 1px solid #d7e6e0; font-size: 1.55rem; line-height: 1; box-shadow: 0 10px 20px rgba(16,38,37,.08); }
.office-page--v3101 .office-scenario-card__art i { position: absolute; display: block; border-radius: 999px; }
.office-page--v3101 .office-scenario-card__art i:nth-child(2) { right: 24px; top: 24px; width: 86px; height: 86px; border: 2px solid rgba(45,143,123,.15); }
.office-page--v3101 .office-scenario-card__art i:nth-child(3) { right: 42px; bottom: 22px; width: 78px; height: 16px; background: rgba(45,143,123,.12); }
.office-page--v3101 .office-scenario-card__art i:nth-child(4) { left: 24px; bottom: 30px; width: 118px; height: 2px; background: rgba(45,143,123,.28); box-shadow: 0 -10px 0 rgba(45,143,123,.14), 0 10px 0 rgba(45,143,123,.14); }
.office-page--v3101 .office-scenario-card__body { padding: 18px 20px 22px; }
.office-page--v3101 .office-scenario-card__tag { display: inline-block; margin-bottom: 10px; color: #2d8f7b; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.office-page--v3101 .office-scenario-card h3 { margin-bottom: 8px; color: var(--teal-900); font-size: 1.18rem; }
.office-page--v3101 .office-scenario-card p { margin: 0 0 14px; color: #596663; line-height: 1.58; }
.office-page--v3101 .office-scenario-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.office-page--v3101 .office-scenario-card li { position: relative; padding-left: 16px; color: #4f5d5a; line-height: 1.48; }
.office-page--v3101 .office-scenario-card li::before { content: ''; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: #2d8f7b; }
.office-page--v3101 .office-green-band { background: linear-gradient(180deg, #deeee8 0%, #e9f5f0 100%); }
.office-page--v3101 .office-green-band__layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 26px; align-items: start; }
.office-page--v3101 .office-green-band__copy { color: #173d38; }
.office-page--v3101 .office-green-band__copy h2 { color: #173d38; max-width: 14ch; }
.office-page--v3101 .office-green-band__copy p:not(.eyebrow) { color: #46615c; }
.office-page--v3101 .office-green-band__copy .button { margin-top: 8px; box-shadow: 0 12px 24px rgba(16,38,37,.10); }
.office-page--v3101 .office-green-band__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.office-page--v3101 .office-green-band__grid article { padding: 20px; border-radius: 22px; background: rgba(255,255,255,.72); border: 1px solid #d6e6df; box-shadow: 0 14px 24px rgba(16,38,37,.05); }
.office-page--v3101 .office-green-band__grid h3 { margin-bottom: 8px; color: #173d38; font-size: 1.02rem; }
.office-page--v3101 .office-green-band__grid p { margin: 0; color: #4f6561; line-height: 1.58; }
.office-page--v3101 .office-journey__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.office-page--v3101 .office-journey__grid article { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid #e3e8e3; box-shadow: 0 15px 28px rgba(16,38,37,.06); }
.office-page--v3101 .office-journey__grid b { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 14px; border-radius: 14px; background: #eef7f3; color: #2d8f7b; font-size: .84rem; letter-spacing: .08em; }
.office-page--v3101 .office-journey__grid h3 { margin-bottom: 8px; color: var(--teal-900); font-size: 1.08rem; }
.office-page--v3101 .office-journey__grid p { margin: 0; color: #5a6663; line-height: 1.58; }
@media (max-width: 1120px) {
  .office-page--v3101 .office-showcase-grid,
  .office-page--v3101 .office-scenarios__grid,
  .office-page--v3101 .office-journey__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .office-page--v3101 .office-gallery__intro,
  .office-page--v3101 .office-inline-cta,
  .office-page--v3101 .office-green-band__layout { grid-template-columns: 1fr; }
  .office-page--v3101 .office-green-band__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .office-page--v3101 .section { padding-top: 56px; padding-bottom: 56px; }
  .office-page--v3101 .office-showcase-grid,
  .office-page--v3101 .office-scenarios__grid,
  .office-page--v3101 .office-green-band__grid,
  .office-page--v3101 .office-journey__grid { grid-template-columns: 1fr; }
  .office-page--v3101 .office-showcase-card__media { height: 220px; }
  .office-page--v3101 .office-inline-cta { padding: 22px 20px; }
}
.office-page--v3101 .office-green-band .eyebrow--light { color: #2d8f7b; }
.office-page--v3101 .office-inline-cta .eyebrow--light { color: #b8e9dd; }
.office-page--v3101 .office-green-band .button { background: #153f39; color: #fff; border-color: #153f39; }
.office-page--v3101 .office-green-band .button:hover { filter: brightness(1.05); }

/* ==================================================================
   V3.11.2 — LOCALES COMERCIALES · IMPLEMENTACIÓN APROBADA
   Página comercial propia basada en la composición visual aprobada.
   ================================================================== */
.commercial-page--v3112 .section { position: relative; }
.commercial-page--v3112 .commercial-projects-heading { max-width:790px; margin:0 auto 34px; text-align:center; }
.commercial-page--v3112 .commercial-projects-heading h2 { margin:10px auto 14px; max-width:17ch; }
.commercial-page--v3112 .commercial-projects-heading > p:last-child { max-width:68ch; margin:0 auto; color:#586561; line-height:1.7; }
.commercial-page--v3112 .commercial-projects-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.commercial-page--v3112 .commercial-project-card { overflow:hidden; border:1px solid #dfe9e4; border-radius:24px; background:#fff; box-shadow:0 16px 30px rgba(15,51,47,.07); }
.commercial-page--v3112 .commercial-project-card__media { height:230px; background-size:cover; background-position:center; }
.commercial-page--v3112 .commercial-project-card__body { position:relative; padding:25px 18px 22px; }
.commercial-page--v3112 .commercial-project-card__icon { position:absolute; top:-25px; right:18px; display:inline-flex; align-items:center; justify-content:center; width:50px; height:50px; border-radius:50%; color:#fff; background:#165d52; border:5px solid #fff; box-shadow:0 8px 18px rgba(17,62,55,.18); }
.commercial-page--v3112 .commercial-project-card__icon svg { width:20px; }
.commercial-page--v3112 .commercial-project-card__eyebrow { display:block; margin-bottom:10px; color:#2d8f7b; font-size:.7rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.commercial-page--v3112 .commercial-project-card h3 { margin:0 0 9px; color:#173f39; font-size:1.14rem; line-height:1.23; }
.commercial-page--v3112 .commercial-project-card p { margin:0; color:#586562; line-height:1.6; }
.commercial-page--v3112 .commercial-scenarios-layout { display:grid; grid-template-columns:minmax(250px,.8fr) minmax(0,1.65fr); gap:40px; align-items:start; }
.commercial-page--v3112 .commercial-scenarios-intro { position:sticky; top:30px; }
.commercial-page--v3112 .commercial-scenarios-intro h2 { margin:10px 0 16px; max-width:11ch; }
.commercial-page--v3112 .commercial-scenarios-intro > p:not(.eyebrow) { margin:0; color:#56645f; line-height:1.75; }
.commercial-page--v3112 .commercial-scenarios-intro .button { margin-top:22px; }
.commercial-page--v3112 .commercial-scenarios-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.commercial-page--v3112 .commercial-scenario-card { overflow:hidden; border:1px solid #dbe8e2; border-radius:22px; background:#fff; box-shadow:0 13px 26px rgba(13,48,44,.06); }
.commercial-page--v3112 .commercial-scenario-card__art { position:relative; min-height:125px; overflow:hidden; padding:22px; background:linear-gradient(135deg,#e6f3ee 0%,#f6faf8 100%); }
.commercial-page--v3112 .commercial-scenario-card__art > span { position:relative; z-index:2; display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:16px; color:#fff; background:#1a6257; box-shadow:0 9px 18px rgba(26,98,87,.22); }
.commercial-page--v3112 .commercial-scenario-card__art svg { width:22px; }
.commercial-page--v3112 .commercial-scenario-card__art i { position:absolute; display:block; border-radius:999px; }
.commercial-page--v3112 .commercial-scenario-card__art i:nth-of-type(1) { width:96px; height:96px; right:-10px; top:-16px; border:2px solid rgba(45,143,123,.18); }
.commercial-page--v3112 .commercial-scenario-card__art i:nth-of-type(2) { width:130px; height:14px; left:26px; bottom:23px; background:rgba(45,143,123,.14); box-shadow:0 -10px 0 rgba(45,143,123,.08),0 10px 0 rgba(45,143,123,.08); }
.commercial-page--v3112 .commercial-scenario-card__art i:nth-of-type(3) { width:22px; height:22px; right:35px; bottom:22px; background:#d9ab4b; opacity:.75; }
.commercial-page--v3112 .commercial-scenario-card__body { padding:18px 18px 22px; }
.commercial-page--v3112 .commercial-scenario-card__body small { color:#2d8f7b; font-size:.67rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.commercial-page--v3112 .commercial-scenario-card h3 { margin:10px 0 9px; color:#173f39; font-size:1.1rem; }
.commercial-page--v3112 .commercial-scenario-card p { margin:0 0 14px; color:#5b6864; line-height:1.58; }
.commercial-page--v3112 .commercial-scenario-card ul { display:grid; gap:8px; padding:0; margin:0; list-style:none; }
.commercial-page--v3112 .commercial-scenario-card li { position:relative; padding-left:15px; color:#52605c; font-size:.92rem; line-height:1.45; }
.commercial-page--v3112 .commercial-scenario-card li::before { content:''; position:absolute; left:0; top:.6em; width:6px; height:6px; border-radius:50%; background:#2d8f7b; }
.commercial-page--v3112 .commercial-statement--brief { padding-top:58px; padding-bottom:58px; overflow:hidden; background:linear-gradient(135deg,#083c35 0%,#13594d 62%,#1b6657 100%); }
.commercial-page--v3112 .commercial-statement--brief .commercial-statement__layout { display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:34px; align-items:center; color:#fff; }
.commercial-page--v3112 .commercial-statement--brief .commercial-statement__copy h2 { max-width:13ch; margin:10px 0 14px; color:#fff; }
.commercial-page--v3112 .commercial-statement--brief .commercial-statement__copy > p:not(.eyebrow) { max-width:58ch; color:rgba(255,255,255,.78); line-height:1.7; }
.commercial-page--v3112 .commercial-statement--brief .commercial-statement__copy .button { margin-top:12px; background:#d7aa4a; color:#163f39; border-color:#d7aa4a; }
.commercial-page--v3112 .commercial-brief { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.commercial-page--v3112 .commercial-brief__item { min-height:224px; padding:21px 18px 19px; border:1px solid rgba(241,201,120,.44); border-radius:18px; background:rgba(255,255,255,.055); box-shadow:0 12px 24px rgba(5,26,24,.12); }
.commercial-page--v3112 .commercial-brief__icon { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; margin-bottom:18px; border-radius:12px; color:#183f39; background:#f1c978; }
.commercial-page--v3112 .commercial-brief__icon svg { width:18px; }
.commercial-page--v3112 .commercial-brief__item small { display:block; color:#f2d78d; font-size:.67rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.commercial-page--v3112 .commercial-brief__item h3 { margin:9px 0 8px; color:#fff; font-size:1.04rem; line-height:1.24; }
.commercial-page--v3112 .commercial-brief__item p { margin:0; color:rgba(255,255,255,.76); font-size:.9rem; line-height:1.55; }
@media (max-width:1100px) { .commercial-page--v3112 .commercial-projects-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .commercial-page--v3112 .commercial-scenarios-layout { grid-template-columns:1fr; } .commercial-page--v3112 .commercial-scenarios-intro { position:static; } .commercial-page--v3112 .commercial-scenarios-intro h2 { max-width:16ch; } }
@media (max-width:820px) { .commercial-page--v3112 .commercial-scenarios-grid { grid-template-columns:1fr; } .commercial-page--v3112 .commercial-statement--brief .commercial-statement__layout { grid-template-columns:1fr; } .commercial-page--v3112 .commercial-brief { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:620px) { .commercial-page--v3112 .section { padding-top:54px; padding-bottom:54px; } .commercial-page--v3112 .commercial-projects-grid { grid-template-columns:1fr; } .commercial-page--v3112 .commercial-project-card__media { height:245px; } .commercial-page--v3112 .commercial-statement--brief { padding-top:48px; padding-bottom:48px; } .commercial-page--v3112 .commercial-brief { grid-template-columns:1fr; } .commercial-page--v3112 .commercial-brief__item { min-height:0; } }
@media (max-width:620px) { .commercial-page--v3112 .service-unified-hero-shell { padding-top:16px; padding-bottom:12px; } }


/* ==================================================================
   V3.18.0 — TERRAZAS · REDISEÑO VISUAL
   Página propia para terrazas, patios y exteriores.
   ================================================================== */
.terraces-page--v318 .section { padding-top: 72px; padding-bottom: 72px; }
.terraces-page--v318 .terraces-localities { padding-top: 64px; padding-bottom: 54px; }
.terraces-page--v318 .terraces-ideas { padding-top: 58px; }
.terraces-page--v318 .terraces-ideas__intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.terraces-page--v318 .terraces-ideas__copy h2 { max-width: 14ch; margin-top: 10px; }
.terraces-page--v318 .terraces-ideas__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.terraces-page--v318 .terraces-ideas__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e7dfd2; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.terraces-page--v318 .terraces-ideas__aside-label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.terraces-page--v318 .terraces-ideas__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.terraces-page--v318 .terraces-ideas__aside p { color: #5d6865; line-height: 1.65; }
.terraces-page--v318 .terraces-ideas__aside .button { margin-top: 18px; }
.terraces-page--v318 .terraces-ideas__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.terraces-page--v318 .terraces-idea-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.terraces-page--v318 .terraces-idea-card__media { min-height: 295px; background-size: cover; background-position: center; }
.terraces-page--v318 .terraces-idea-card__body { padding: 18px 18px 22px; }
.terraces-page--v318 .terraces-idea-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.terraces-page--v318 .terraces-idea-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.24rem; line-height: 1.22; }
.terraces-page--v318 .terraces-idea-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.terraces-page--v318 .terraces-editorial { background: #173c3a; }
.terraces-page--v318 .terraces-editorial__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 28px; align-items: stretch; }
.terraces-page--v318 .terraces-editorial__visual { min-height: 500px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.terraces-page--v318 .terraces-editorial__copy { padding: 14px 0; color: #ecf7f5; }
.terraces-page--v318 .terraces-editorial__copy .eyebrow { color: #9bd7cf; }
.terraces-page--v318 .terraces-editorial__copy h2 { max-width: 14ch; margin-top: 10px; color: #fff; }
.terraces-page--v318 .terraces-editorial__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.terraces-page--v318 .terraces-editorial__checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin-top: 20px; }
.terraces-page--v318 .terraces-editorial__checks span { display: flex; gap: 8px; align-items: center; color: #ecf7f5; font-size: .93rem; }
.terraces-page--v318 .terraces-editorial__checks svg { width: 16px; color: #9bd7cf; flex: 0 0 auto; }
.terraces-page--v318 .terraces-editorial__copy .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; box-shadow: 0 14px 28px rgba(5,17,17,.16); }
.terraces-page--v318 .terraces-editorial__copy .button:hover { background: #f3efe8; color: var(--teal-900); }
.terraces-page--v318 .terraces-priorities__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.terraces-page--v318 .terraces-priorities__grid article { padding: 24px 20px; border-radius: 22px; background: #fff; border: 1px solid #e3ebe8; box-shadow: 0 12px 28px rgba(16,38,37,.05); }
.terraces-page--v318 .terraces-priorities__grid span { color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.terraces-page--v318 .terraces-priorities__grid h3 { margin: 12px 0 8px; color: var(--teal-900); font-size: 1.04rem; }
.terraces-page--v318 .terraces-priorities__grid p { color: #5d6865; font-size: .88rem; line-height: 1.58; }
.terraces-page--v318 .terraces-lifestyle__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 30px; align-items: center; }
.terraces-page--v318 .terraces-lifestyle__copy h2 { max-width: 14ch; margin-top: 10px; }
.terraces-page--v318 .terraces-lifestyle__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.terraces-page--v318 .terraces-lifestyle__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.terraces-page--v318 .terraces-lifestyle__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.terraces-page--v318 .terraces-lifestyle__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.terraces-page--v318 .terraces-lifestyle__copy .button { margin-top: 22px; }
.terraces-page--v318 .terraces-lifestyle__visual { min-height: 520px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
@media (max-width: 1100px) {
  .terraces-page--v318 .terraces-ideas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .terraces-page--v318 .terraces-priorities__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .terraces-page--v318 .terraces-ideas__intro,
  .terraces-page--v318 .terraces-editorial__grid,
  .terraces-page--v318 .terraces-lifestyle__grid { grid-template-columns: 1fr; }
  .terraces-page--v318 .terraces-ideas__copy h2,
  .terraces-page--v318 .terraces-editorial__copy h2,
  .terraces-page--v318 .terraces-lifestyle__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .terraces-page--v318 .section { padding-top: 56px; padding-bottom: 56px; }
  .terraces-page--v318 .terraces-ideas__grid,
  .terraces-page--v318 .terraces-priorities__grid,
  .terraces-page--v318 .terraces-editorial__checks { grid-template-columns: 1fr; }
  .terraces-page--v318 .terraces-idea-card__media { min-height: 230px; }
  .terraces-page--v318 .terraces-editorial__visual,
  .terraces-page--v318 .terraces-lifestyle__visual { min-height: 320px; }
}


/* ==================================================================
   V3.19.0 — VIVIENDAS · REDISEÑO VISUAL
   Vivienda entendida como un conjunto más global.
   ================================================================== */
.homes-page--v319 .section { padding-top: 72px; padding-bottom: 72px; }
.homes-page--v319 .homes-localities { padding-top: 64px; padding-bottom: 54px; }
.homes-page--v319 .homes-intro { padding-top: 58px; }
.homes-page--v319 .homes-intro__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.homes-page--v319 .homes-intro__copy h2 { max-width: 14ch; margin-top: 10px; }
.homes-page--v319 .homes-intro__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.homes-page--v319 .homes-intro__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e6dfd2; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.homes-page--v319 .homes-intro__label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.homes-page--v319 .homes-intro__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.homes-page--v319 .homes-intro__aside p { color: #5d6865; line-height: 1.65; }
.homes-page--v319 .homes-intro__aside .button { margin-top: 18px; }
.homes-page--v319 .homes-ideas__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.homes-page--v319 .homes-idea-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.homes-page--v319 .homes-idea-card__media { min-height: 295px; background-size: cover; background-position: center; }
.homes-page--v319 .homes-idea-card__body { padding: 18px 18px 22px; }
.homes-page--v319 .homes-idea-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.homes-page--v319 .homes-idea-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.24rem; line-height: 1.22; }
.homes-page--v319 .homes-idea-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.homes-page--v319 .homes-editorial { background: #173c3a; }
.homes-page--v319 .homes-editorial__grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: 28px; align-items: stretch; }
.homes-page--v319 .homes-editorial__copy { padding: 14px 0; color: #ecf7f5; }
.homes-page--v319 .homes-editorial__copy .eyebrow { color: #9bd7cf; }
.homes-page--v319 .homes-editorial__copy h2 { max-width: 13ch; margin-top: 10px; color: #fff; }
.homes-page--v319 .homes-editorial__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.homes-page--v319 .homes-editorial__visual { min-height: 500px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.homes-page--v319 .homes-editorial__checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.homes-page--v319 .homes-editorial__checks div { padding: 16px 16px 18px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.homes-page--v319 .homes-editorial__checks h3 { margin-bottom: 8px; color: #fff; font-size: 1rem; }
.homes-page--v319 .homes-editorial__checks p { color: #c9dfdc; font-size: .91rem; line-height: 1.56; }
.homes-page--v319 .homes-editorial__copy .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; box-shadow: 0 14px 28px rgba(5,17,17,.16); }
.homes-page--v319 .homes-editorial__copy .button:hover { background: #f3efe8; color: var(--teal-900); }
.homes-page--v319 .homes-comfort__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 30px; align-items: center; }
.homes-page--v319 .homes-comfort__visual { min-height: 500px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
.homes-page--v319 .homes-comfort__copy h2 { max-width: 14ch; margin-top: 10px; }
.homes-page--v319 .homes-comfort__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.homes-page--v319 .homes-comfort__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.homes-page--v319 .homes-comfort__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.homes-page--v319 .homes-comfort__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.homes-page--v319 .homes-comfort__copy .button { margin-top: 22px; }
@media (max-width: 1100px) {
  .homes-page--v319 .homes-ideas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .homes-page--v319 .homes-intro__grid,
  .homes-page--v319 .homes-editorial__grid,
  .homes-page--v319 .homes-comfort__grid { grid-template-columns: 1fr; }
  .homes-page--v319 .homes-intro__copy h2,
  .homes-page--v319 .homes-editorial__copy h2,
  .homes-page--v319 .homes-comfort__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .homes-page--v319 .section { padding-top: 56px; padding-bottom: 56px; }
  .homes-page--v319 .homes-ideas__grid,
  .homes-page--v319 .homes-editorial__checks { grid-template-columns: 1fr; }
  .homes-page--v319 .homes-idea-card__media { min-height: 230px; }
  .homes-page--v319 .homes-editorial__visual,
  .homes-page--v319 .homes-comfort__visual { min-height: 320px; }
}


/* ==================================================================
   V3.20.0 — ESCALERAS · REDISEÑO VISUAL
   Escaleras como pieza arquitectónica y funcional.
   ================================================================== */
.stairs-page--v320 .section { padding-top: 72px; padding-bottom: 72px; }
.stairs-page--v320 .stairs-localities { padding-top: 64px; padding-bottom: 54px; }
.stairs-page--v320 .stairs-intro { padding-top: 58px; }
.stairs-page--v320 .stairs-intro__grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.stairs-page--v320 .stairs-intro__copy h2 { max-width: 15ch; margin-top: 10px; }
.stairs-page--v320 .stairs-intro__copy p:last-child { max-width: 68ch; color: #55615e; line-height: 1.68; }
.stairs-page--v320 .stairs-intro__aside { padding: 26px 24px; border-radius: 24px; border: 1px solid #e6dfd2; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 16px 32px rgba(16,38,37,.06); }
.stairs-page--v320 .stairs-intro__label { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stairs-page--v320 .stairs-intro__aside strong { display: block; margin-bottom: 10px; color: var(--teal-900); font-size: 1.38rem; line-height: 1.22; }
.stairs-page--v320 .stairs-intro__aside p { color: #5d6865; line-height: 1.65; }
.stairs-page--v320 .stairs-intro__aside .button { margin-top: 18px; }
.stairs-page--v320 .stairs-ideas__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stairs-page--v320 .stairs-idea-card { overflow: hidden; border-radius: 24px; border: 1px solid #e8e0d4; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.08); }
.stairs-page--v320 .stairs-idea-card__media { min-height: 295px; background-size: cover; background-position: center; }
.stairs-page--v320 .stairs-idea-card__body { padding: 18px 18px 22px; }
.stairs-page--v320 .stairs-idea-card__tag { display: inline-block; margin-bottom: 10px; color: #ae7b39; font-size: .71rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stairs-page--v320 .stairs-idea-card h3 { margin-bottom: 10px; color: var(--teal-900); font-size: 1.24rem; line-height: 1.22; }
.stairs-page--v320 .stairs-idea-card p { color: #5b6663; font-size: .95rem; line-height: 1.62; }
.stairs-page--v320 .stairs-editorial { background: #173c3a; }
.stairs-page--v320 .stairs-editorial__grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: 28px; align-items: stretch; }
.stairs-page--v320 .stairs-editorial__visual { min-height: 500px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 22px 42px rgba(5,17,17,.25); }
.stairs-page--v320 .stairs-editorial__copy { padding: 14px 0; color: #ecf7f5; }
.stairs-page--v320 .stairs-editorial__copy .eyebrow { color: #9bd7cf; }
.stairs-page--v320 .stairs-editorial__copy h2 { max-width: 13ch; margin-top: 10px; color: #fff; }
.stairs-page--v320 .stairs-editorial__copy > p:not(.eyebrow) { margin-top: 16px; color: #c9dfdc; line-height: 1.66; }
.stairs-page--v320 .stairs-editorial__checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.stairs-page--v320 .stairs-editorial__checks div { padding: 16px 16px 18px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.stairs-page--v320 .stairs-editorial__checks h3 { margin-bottom: 8px; color: #fff; font-size: 1rem; }
.stairs-page--v320 .stairs-editorial__checks p { color: #c9dfdc; font-size: .91rem; line-height: 1.56; }
.stairs-page--v320 .stairs-editorial__copy .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; box-shadow: 0 14px 28px rgba(5,17,17,.16); }
.stairs-page--v320 .stairs-editorial__copy .button:hover { background: #f3efe8; color: var(--teal-900); }
.stairs-page--v320 .stairs-showcase__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 30px; align-items: center; }
.stairs-page--v320 .stairs-showcase__copy h2 { max-width: 14ch; margin-top: 10px; }
.stairs-page--v320 .stairs-showcase__copy > p:not(.eyebrow) { margin-top: 16px; color: #55615e; line-height: 1.68; }
.stairs-page--v320 .stairs-showcase__list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.stairs-page--v320 .stairs-showcase__list li { display: flex; gap: 10px; align-items: start; color: #44504d; }
.stairs-page--v320 .stairs-showcase__list svg { width: 17px; color: #1d8076; flex: 0 0 auto; margin-top: 3px; }
.stairs-page--v320 .stairs-showcase__copy .button { margin-top: 22px; }
.stairs-page--v320 .stairs-showcase__visual { min-height: 520px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(16,38,37,.1); }
@media (max-width: 1100px) {
  .stairs-page--v320 .stairs-ideas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .stairs-page--v320 .stairs-intro__grid,
  .stairs-page--v320 .stairs-editorial__grid,
  .stairs-page--v320 .stairs-showcase__grid { grid-template-columns: 1fr; }
  .stairs-page--v320 .stairs-intro__copy h2,
  .stairs-page--v320 .stairs-editorial__copy h2,
  .stairs-page--v320 .stairs-showcase__copy h2 { max-width: none; }
}
@media (max-width: 767px) {
  .stairs-page--v320 .section { padding-top: 56px; padding-bottom: 56px; }
  .stairs-page--v320 .stairs-ideas__grid,
  .stairs-page--v320 .stairs-editorial__checks { grid-template-columns: 1fr; }
  .stairs-page--v320 .stairs-idea-card__media { min-height: 230px; }
  .stairs-page--v320 .stairs-editorial__visual,
  .stairs-page--v320 .stairs-showcase__visual { min-height: 320px; }
}


/* ==================================================================
   V3.21.1 — COCINAS · CORRECCIÓN DE TARJETAS DE MODELO
   Recupera la cuadrícula y el acabado visual de Modelo 01–04.
   ================================================================== */
.kitchen-page--v391 .visual-choice-grid.visual-choice-grid--four {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.kitchen-page--v391 .visual-choice-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e0d4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(16,38,37,.08);
}
.kitchen-page--v391 .visual-choice-card__media {
  min-height: 226px;
  background-position: center;
  background-size: cover;
}
.kitchen-page--v391 .visual-choice-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 22px;
}
.kitchen-page--v391 .visual-choice-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #ae7b39;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.kitchen-page--v391 .visual-choice-card h3 {
  margin: 0 0 10px;
  color: var(--teal-900);
  font-size: 1.17rem;
  line-height: 1.22;
}
.kitchen-page--v391 .visual-choice-card p {
  margin: 0;
  color: #5b6663;
  font-size: .94rem;
  line-height: 1.62;
}
@media (max-width: 1120px) {
  .kitchen-page--v391 .visual-choice-grid.visual-choice-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kitchen-page--v391 .visual-choice-card__media {
    min-height: 258px;
  }
}
@media (max-width: 640px) {
  .kitchen-page--v391 .visual-choice-grid.visual-choice-grid--four {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .kitchen-page--v391 .visual-choice-card__media {
    min-height: 232px;
  }
  .kitchen-page--v391 .visual-choice-card__body {
    padding: 18px 18px 20px;
  }
}


/* ==================================================================
   V3.21.2 — AJUSTE DE RITMO VERTICAL
   Compactación selectiva en páginas de servicio. No afecta a Home,
   navegación móvil ni al espaciado global del tema.
   ================================================================== */
@media (min-width: 768px) {
  /* Cocinas: se eliminan huecos acumulados entre modelos, distribución y guía. */
  .kitchen-page--v391 .section { padding-top: 64px; padding-bottom: 64px; }
  .kitchen-page--v391 .kitchen-start { padding-top: 64px; padding-bottom: 50px; }
  .kitchen-page--v391 .kitchen-layout { padding-top: 48px; padding-bottom: 64px; }
  .kitchen-page--v391 .consult-guide,
  .kitchen-page--v391 .kitchen-sequence { padding-top: 58px; padding-bottom: 58px; }
  .kitchen-page--v391 .section--faq { padding-top: 60px; padding-bottom: 60px; }
  .kitchen-page--v391 .kitchen-localities { padding-top: 58px; padding-bottom: 50px; }
  .kitchen-page--v391 .section--budget { padding-top: 76px; padding-bottom: 76px; }

  /* Locales: ritmo más compacto sin perder presencia en la franja de conversión. */
  .commercial-page--v3112 .section { padding-top: 68px; padding-bottom: 68px; }
  .commercial-page--v3112 .commercial-statement--brief { padding-top: 52px; padding-bottom: 52px; }
  .commercial-page--v3112 .commercial-localities { padding-top: 60px; padding-bottom: 52px; }
  .commercial-page--v3112 .section--budget { padding-top: 78px; padding-bottom: 78px; }

  /* Reformas integrales: ajuste conservador en los módulos consecutivos. */
  .integrales-page--discovery .integrales-explore,
  .integrales-page--discovery .integrales-inspiration,
  .integrales-page--discovery .integrales-value,
  .integrales-page--discovery .integrales-process,
  .integrales-page--discovery .section--faq,
  .integrales-page--discovery .integrales-links { padding-top: 76px; padding-bottom: 76px; }
  .integrales-page--discovery .integrales-localities { padding-top: 68px; padding-bottom: 58px; }
  .integrales-page--discovery .integrales-cta,
  .integrales-page--discovery .section--budget { padding-top: 82px; padding-bottom: 82px; }

  /* Servicios visuales recientes: reducción medida, manteniendo editorial e imágenes protagonistas. */
  .bath-page--v315 .section,
  .flats-page--v316 .section,
  .houses-page--v317 .section,
  .terraces-page--v318 .section,
  .homes-page--v319 .section,
  .stairs-page--v320 .section { padding-top: 64px; padding-bottom: 64px; }

  .bath-page--v315 .bath-moods,
  .flats-page--v316 .flats-ideas,
  .houses-page--v317 .houses-ideas,
  .terraces-page--v318 .terraces-ideas,
  .homes-page--v319 .homes-intro,
  .stairs-page--v320 .stairs-intro { padding-top: 58px; }

  .bath-page--v315 .bath-layout,
  .flats-page--v316 .flats-editorial,
  .houses-page--v317 .houses-editorial,
  .terraces-page--v318 .terraces-editorial,
  .homes-page--v319 .homes-editorial,
  .stairs-page--v320 .stairs-editorial { padding-top: 68px; padding-bottom: 68px; }

  .bath-page--v315 .section--faq,
  .flats-page--v316 .section--faq,
  .houses-page--v317 .section--faq,
  .terraces-page--v318 .section--faq,
  .homes-page--v319 .section--faq,
  .stairs-page--v320 .section--faq { padding-top: 60px; padding-bottom: 60px; }

  .bath-page--v315 .bath-localities,
  .flats-page--v316 .flats-localities,
  .houses-page--v317 .houses-localities,
  .terraces-page--v318 .terraces-localities,
  .homes-page--v319 .homes-localities,
  .stairs-page--v320 .stairs-localities { padding-top: 60px; padding-bottom: 52px; }

  .bath-page--v315 .section--budget,
  .flats-page--v316 .section--budget,
  .houses-page--v317 .section--budget,
  .terraces-page--v318 .section--budget,
  .homes-page--v319 .section--budget,
  .stairs-page--v320 .section--budget { padding-top: 76px; padding-bottom: 76px; }
}


/* ==================================================================
   V3.22.0 — LOCALIDADES · MENÚ TERRITORIAL + HUB VISUAL
   Desplegable elegante de localidades y nueva página por zonas.
   ================================================================== */
.nav-item--localities > .nav-dropdown--localities { left: 0; right: auto; display: block; }
.nav-dropdown--localities { width: 880px !important; padding: 16px; display: block; border: 1px solid #dfe6e3; border-radius: 0 0 18px 18px; box-shadow: 0 22px 42px rgba(6,27,43,.18); }
.nav-localities-panel { display: grid; grid-template-columns: minmax(238px, .82fr) minmax(0, 1.48fr); gap: 16px; list-style: none; }
.nav-localities-panel__intro { display: flex; flex-direction: column; min-height: 100%; padding: 22px 20px; border-radius: 16px; background: linear-gradient(145deg, #143b3a 0%, #1d514a 100%); color: #edf7f5; }
.nav-localities-panel__eyebrow { display: inline-block; margin-bottom: 12px; color: #f1cb81; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nav-localities-panel__intro h3 { margin: 0 0 12px; color: #fff; font-size: 1.25rem; line-height: 1.16; text-transform: none; }
.nav-localities-panel__intro p { margin: 0; color: #c9e0dc; font-size: .86rem; line-height: 1.62; text-transform: none; }
.nav-localities-panel__cta { display: inline-flex !important; align-items: center; gap: 7px; width: fit-content; min-height: 0 !important; margin-top: auto; padding: 14px 0 0 !important; color: #fff !important; background: transparent !important; border-radius: 0 !important; font-size: .81rem !important; font-weight: 800 !important; }
.nav-localities-panel__cta svg { width: 15px; color: #f1cb81; }
.nav-localities-panel__directory { padding: 2px 0 0; }
.nav-localities-panel__directory-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 2px 10px; }
.nav-localities-panel__directory-head span { color: var(--navy); font-size: .82rem; font-weight: 800; }
.nav-localities-panel__directory-head small { color: #73807c; font-size: .69rem; text-align: right; }
.nav-localities-panel__zones { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.nav-localities-zone { padding: 13px 12px 11px; border-radius: 14px; border: 1px solid #e4ebe8; background: #f8faf9; }
.nav-localities-zone__title { display: block; margin: 0 0 8px; color: #8c6531; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nav-localities-zone__links { display: grid; gap: 2px; }
.nav-localities-zone__links a { display: flex; align-items: center; justify-content: space-between; gap: 7px; min-height: 0; padding: 5px 6px !important; border-radius: 6px; color: #30423e; background: transparent; font-size: .78rem !important; font-weight: 700; }
.nav-localities-zone__links a span { min-width: 0; }
.nav-localities-zone__links a svg { width: 13px; flex: 0 0 auto; color: #b18342; opacity: .68; transition: transform .16s ease, opacity .16s ease; }
.nav-localities-zone__links a:hover, .nav-localities-zone__links a:focus-visible { color: var(--navy); background: #fff; }
.nav-localities-zone__links a:hover svg, .nav-localities-zone__links a:focus-visible svg { opacity: 1; transform: translateX(2px); }
.nav-localities-mobile-title, .nav-localities-mobile-item { display: none; }


.localities-hero { position: relative; isolation: isolate; min-height: 420px; display: grid; align-items: center; overflow: hidden; background: #eef2f3; }
.localities-hero__media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.localities-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.93) 0%, rgba(255,255,255,.86) 28%, rgba(255,255,255,.38) 56%, rgba(255,255,255,.06) 100%); z-index: 0; }
.localities-hero__content { position: relative; z-index: 1; padding-top: 44px; padding-bottom: 44px; }
.localities-hero__panel { width: min(100%, 670px); padding: 28px 28px 24px; border-radius: 28px; background: rgba(255,255,255,.58); backdrop-filter: blur(6px); box-shadow: 0 18px 40px rgba(16,38,37,.08); }
.localities-hero__panel h1 { margin: 10px 0 14px; max-width: 13ch; }
.localities-hero__lead { max-width: 62ch; color: #485552; line-height: 1.7; }
.localities-hero__zones { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.localities-hero__zones a { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 16px; border-radius: 16px; border: 1px solid #e5ddd0; background: rgba(255,255,255,.84); color: var(--navy); font-size: .86rem; font-weight: 800; text-align: center; }
.localities-hero__zones a:hover { border-color: #c7ae83; color: var(--gold-deep); }
.localities-featured__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.locality-featured-card { display: flex; flex-direction: column; gap: 10px; padding: 24px 22px; border-radius: 22px; border: 1px solid #e7e0d6; background: #fff; box-shadow: 0 18px 34px rgba(16,38,37,.06); }
.locality-featured-card__area { display: inline-flex; width: fit-content; padding: 5px 10px; border-radius: 999px; background: #f6f1e8; color: #8a6635; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.locality-featured-card h2 { margin: 0; color: var(--teal-900); font-size: 1.28rem; line-height: 1.2; }
.locality-featured-card p { margin: 0; color: #596563; line-height: 1.63; }
.locality-featured-card strong { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--navy); font-size: .85rem; }
.locality-featured-card strong svg { width: 16px; }
.localities-zones { display: grid; gap: 18px; }
.localities-zone-card { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); gap: 24px; padding: 24px; border-radius: 26px; background: #fff; border: 1px solid #e3ebe8; box-shadow: 0 14px 30px rgba(16,38,37,.05); scroll-margin-top: 110px; }
.localities-zone-card__head h2 { margin: 8px 0 10px; color: var(--teal-900); }
.localities-zone-card__head p:last-child { color: #596563; line-height: 1.66; }
.localities-zone-card__links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.localities-zone-card__links a { display: grid; align-content: start; gap: 8px; padding: 16px 16px 18px; border-radius: 18px; background: #f8faf9; border: 1px solid #e6edeb; color: var(--navy); }
.localities-zone-card__links a svg { width: 18px; color: var(--gold-deep); }
.localities-zone-card__links a span { display: block; color: var(--teal-900); font-weight: 800; line-height: 1.25; }
.localities-zone-card__links a small { color: #61706d; font-size: .85rem; line-height: 1.52; }
.localities-zone-card__links a:hover { background: #fff; border-color: #d6c29c; box-shadow: 0 12px 22px rgba(16,38,37,.06); }
.localities-cta__grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 28px; align-items: center; }
.localities-cta__copy h2 { margin-top: 10px; max-width: 14ch; }
.localities-cta__copy > p:not(.eyebrow) { margin-top: 14px; color: #55615e; line-height: 1.68; }
.localities-cta__points { display: grid; gap: 10px; margin-top: 18px; }
.localities-cta__points span { display: inline-flex; align-items: center; gap: 8px; color: #41504c; font-weight: 600; }
.localities-cta__points svg { width: 16px; color: var(--gold-deep); }
.localities-cta__copy .button { margin-top: 22px; }
.localities-cta__visual { min-height: 430px; border-radius: 28px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(16,38,37,.1); }

@media (max-width: 1180px) and (min-width: 1051px) {
  .nav-dropdown--localities { width: 760px !important; }
  .nav-localities-panel { grid-template-columns: minmax(214px, .78fr) minmax(0,1.22fr); }
  .nav-localities-panel__intro { padding: 18px 17px; }
  .nav-localities-panel__intro h3 { font-size: 1.12rem; }
}
@media (max-width: 1050px) and (min-width: 901px) {
  .nav-dropdown--localities { width: 610px !important; }
  .nav-localities-panel { grid-template-columns: 1fr; }
  .nav-localities-panel__intro { min-height: 0; padding: 15px 17px; }
  .nav-localities-panel__cta { margin-top: 12px; }
}
@media (max-width: 1100px) {
  .localities-featured__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .localities-zone-card,
  .localities-cta__grid { grid-template-columns: 1fr; }
  .localities-zone-card__links { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .nav-localities-panel { display: none; }
  .nav-localities-mobile-title { display: block; padding: 10px 13px 6px; color: #8d6733; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .nav-localities-mobile-item { display: block; }
  .nav-localities-mobile-item--all a { font-weight: 800; color: var(--navy); }
  .localities-hero { min-height: 0; }
  .localities-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.84) 45%, rgba(255,255,255,.74) 100%); }
  .localities-hero__panel { width: 100%; padding: 22px 18px 18px; border-radius: 22px; background: rgba(255,255,255,.72); }
}
@media (max-width: 767px) {
  .localities-hero__zones,
  .localities-featured__grid,
  .localities-zone-card__links { grid-template-columns: 1fr; }
  .localities-hero__content { padding-top: 28px; padding-bottom: 28px; }
  .localities-hero__panel h1,
  .localities-cta__copy h2 { max-width: none; }
  .localities-cta__visual { min-height: 300px; }
}


/* ==================================================================
   V3.23.1 — LOCALIDADES · SUBMENÚ MÓVIL CERRADO POR DEFECTO
   El panel territorial solo se abre con su flecha en el menú móvil.
   ================================================================== */
@media (max-width: 900px) {
  .nav-item--localities > .nav-dropdown--localities {
    display: none !important;
  }
  .nav-item--localities.is-open > .nav-dropdown--localities {
    display: grid !important;
  }
}


/* ==================================================================
   V3.24.0 — LOCALIDADES PILOTO · ALMERÍA + ROQUETAS DE MAR
   Dos modelos territoriales: urbano y residencial-costero.
   ================================================================== */
.locality-page--pilot .section { padding-top: 68px; padding-bottom: 68px; }
.locality-page--pilot .service-unified-hero-shell { padding-bottom: 20px; }
.locality-pilot-intro { padding-top: 46px !important; }
.locality-pilot-intro__grid { display:grid; grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr); gap:28px; align-items:end; margin-bottom:28px; }
.locality-pilot-intro__copy h2 { max-width:14ch; margin-top:10px; }
.locality-pilot-intro__copy p:last-child { max-width:68ch; color:#55615e; line-height:1.7; }
.locality-pilot-intro__aside { padding:26px 24px; border:1px solid #e6dfd2; border-radius:24px; background:linear-gradient(180deg,#fbf8f3 0%,#fff 100%); box-shadow:0 16px 32px rgba(16,38,37,.06); }
.locality-pilot-intro__aside > span { display:inline-block; margin-bottom:10px; color:#ae7b39; font-size:.72rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.locality-pilot-intro__aside strong { display:block; margin-bottom:10px; color:var(--teal-900); font-size:1.38rem; line-height:1.22; }
.locality-pilot-intro__aside p { color:#5d6865; line-height:1.65; }
.locality-pilot-intro__aside .button { margin-top:18px; }
.locality-pilot-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.locality-pilot-card { overflow:hidden; border:1px solid #e8e0d4; border-radius:24px; background:#fff; box-shadow:0 18px 34px rgba(16,38,37,.08); }
.locality-pilot-card__media { min-height:290px; background-size:cover; }
.locality-pilot-card__body { padding:18px 18px 22px; }
.locality-pilot-card__body > span { display:inline-block; margin-bottom:10px; color:#ae7b39; font-size:.71rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.locality-pilot-card h3 { margin:0 0 10px; color:var(--teal-900); font-size:1.2rem; line-height:1.22; }
.locality-pilot-card p { margin:0; color:#5b6663; font-size:.95rem; line-height:1.62; }
.locality-pilot-editorial { background:#173c3a; }
.locality-pilot-editorial__grid { display:grid; grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr); gap:28px; align-items:stretch; }
.locality-pilot-editorial__visual { min-height:500px; border-radius:28px; background-size:cover; box-shadow:0 22px 42px rgba(5,17,17,.25); }
.locality-pilot-editorial__copy { padding:14px 0; }
.locality-pilot-editorial__copy .eyebrow { color:#9bd7cf; }
.locality-pilot-editorial__copy h2 { max-width:13ch; margin-top:10px; color:#fff; }
.locality-pilot-editorial__copy > p:not(.eyebrow) { margin-top:16px; color:#c9dfdc; line-height:1.68; }
.locality-pilot-editorial__checks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 14px; margin-top:22px; }
.locality-pilot-editorial__checks span { display:flex; gap:8px; align-items:flex-start; color:#ecf7f5; font-size:.93rem; line-height:1.45; }
.locality-pilot-editorial__checks svg { width:16px; flex:0 0 auto; margin-top:2px; color:#9bd7cf; }
.locality-pilot-editorial .button { margin-top:22px; background:#fff; color:var(--teal-900); border-color:#fff; }
.locality-pilot-editorial .button:hover { background:#f4efe7; color:var(--teal-900); }
.locality-pilot-routes__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.locality-pilot-route { display:flex; gap:14px; min-height:100%; padding:20px 18px; border:1px solid #e2ebe8; border-radius:20px; background:#fff; box-shadow:0 12px 28px rgba(16,38,37,.05); }
.locality-pilot-route:hover { border-color:#d2bd92; box-shadow:0 16px 30px rgba(16,38,37,.09); transform:translateY(-2px); }
.locality-pilot-route__icon { display:grid; place-items:center; width:42px; height:42px; flex:0 0 auto; border-radius:14px; background:#f6f0e6; color:#9a6a2e; }
.locality-pilot-route__icon svg { width:21px; }
.locality-pilot-route__body { display:flex; flex-direction:column; }
.locality-pilot-route strong { color:var(--teal-900); line-height:1.2; }
.locality-pilot-route small { margin-top:7px; color:#61706d; line-height:1.5; }
.locality-pilot-route em { display:inline-flex; gap:6px; align-items:center; margin-top:auto; padding-top:12px; color:var(--navy); font-style:normal; font-size:.82rem; font-weight:800; }
.locality-pilot-route em svg { width:15px; }
.locality-pilot-practical__grid { display:grid; grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr); gap:30px; align-items:start; }
.locality-pilot-practical__copy h2 { max-width:14ch; margin-top:10px; }
.locality-pilot-practical__copy > p:not(.eyebrow) { margin-top:16px; color:#55615e; line-height:1.68; }
.locality-pilot-practical__copy .button { margin-top:22px; }
.locality-pilot-practical__steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.locality-pilot-practical__steps article { padding:22px 18px; border-radius:20px; border:1px solid #e5ecea; background:#fff; }
.locality-pilot-practical__steps span { display:block; margin-bottom:16px; color:#b17e37; font-size:.76rem; font-weight:900; letter-spacing:.15em; }
.locality-pilot-practical__steps h3 { margin:0 0 10px; color:var(--teal-900); font-size:1.03rem; line-height:1.25; }
.locality-pilot-practical__steps p { margin:0; color:#5d6865; font-size:.9rem; line-height:1.58; }
.locality-pilot-neighbours { padding-top:60px !important; padding-bottom:56px !important; }
.locality-page--roquetas-de-mar .service-unified-hero-shell--locality-roquetas-de-mar .service-unified-hero__veil { background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 30%,rgba(255,255,255,.36) 56%,rgba(255,255,255,.04) 100%); }
@media (max-width:1100px) {
  .locality-pilot-cards, .locality-pilot-routes__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .locality-pilot-practical__steps { grid-template-columns:1fr; }
}
@media (max-width:1024px) {
  .locality-pilot-intro__grid, .locality-pilot-editorial__grid, .locality-pilot-practical__grid { grid-template-columns:1fr; }
  .locality-pilot-intro__copy h2, .locality-pilot-editorial__copy h2, .locality-pilot-practical__copy h2 { max-width:none; }
}
@media (max-width:767px) {
  .locality-page--pilot .section { padding-top:54px; padding-bottom:54px; }
  .locality-pilot-intro { padding-top:34px !important; }
  .locality-pilot-cards, .locality-pilot-routes__grid, .locality-pilot-editorial__checks { grid-template-columns:1fr; }
  .locality-pilot-card__media { min-height:230px; }
  .locality-pilot-editorial__visual { min-height:320px; }
}


/* ==================================================================
   V3.25.0 — LOCALIDADES · SISTEMA COMPLETO
   Variaciones visuales por contexto territorial sin duplicar estructura.
   ================================================================== */
@media (min-width: 1025px) {
  .locality-pilot-editorial__grid--reverse .locality-pilot-editorial__visual { order: 2; }
  .locality-pilot-editorial__grid--reverse .locality-pilot-editorial__copy { order: 1; }
}
.locality-page--style-coastal .locality-pilot-intro__aside,
.locality-page--style-coastal-premium .locality-pilot-intro__aside,
.locality-page--style-coastal-warm .locality-pilot-intro__aside,
.locality-page--style-coastal-business .locality-pilot-intro__aside { background: linear-gradient(180deg, #f5fbfa 0%, #fff 100%); border-color: #dcebe8; }
.locality-page--style-coastal .locality-pilot-card__body > span,
.locality-page--style-coastal-premium .locality-pilot-card__body > span,
.locality-page--style-coastal-warm .locality-pilot-card__body > span,
.locality-page--style-coastal-business .locality-pilot-card__body > span { color: #2a8479; }
.locality-page--style-business .locality-pilot-intro__aside { background: linear-gradient(180deg, #f4f7f8 0%, #fff 100%); border-color: #dfe7ea; }
.locality-page--style-business .locality-pilot-card { border-color: #dde5e8; }
.locality-page--style-business .locality-pilot-card__body > span { color: #466d7c; }
.locality-page--style-family .locality-pilot-intro__aside,
.locality-page--style-urban-family .locality-pilot-intro__aside { background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%); }
.locality-page--style-family .locality-pilot-card__body > span,
.locality-page--style-urban-family .locality-pilot-card__body > span { color: #a57133; }
.locality-page--style-levante .locality-pilot-intro__aside { background: linear-gradient(180deg, #fbf6ed 0%, #fff 100%); border-color: #eadbc5; }
.locality-page--style-levante .locality-pilot-card__body > span { color: #9b6e37; }
.locality-page--style-interior .locality-pilot-intro__aside,
.locality-page--style-interior-warm .locality-pilot-intro__aside { background: linear-gradient(180deg, #faf8f4 0%, #fff 100%); border-color: #e8e2d6; }
.locality-page--style-interior .locality-pilot-card__body > span,
.locality-page--style-interior-warm .locality-pilot-card__body > span { color: #82663c; }
.locality-page--style-practical .locality-pilot-intro__aside { background: linear-gradient(180deg, #f5f9f5 0%, #fff 100%); border-color: #dfe9df; }
.locality-page--style-practical .locality-pilot-card__body > span { color: #397863; }
.locality-page--style-coastal .locality-pilot-editorial,
.locality-page--style-coastal-premium .locality-pilot-editorial,
.locality-page--style-coastal-warm .locality-pilot-editorial,
.locality-page--style-coastal-business .locality-pilot-editorial { background: #143f43; }
.locality-page--style-business .locality-pilot-editorial { background: #203d4b; }
.locality-page--style-family .locality-pilot-editorial,
.locality-page--style-urban-family .locality-pilot-editorial { background: #27483f; }
.locality-page--style-levante .locality-pilot-editorial { background: #4a4335; }
.locality-page--style-interior .locality-pilot-editorial,
.locality-page--style-interior-warm .locality-pilot-editorial { background: #403d35; }
.locality-page--style-practical .locality-pilot-editorial { background: #245247; }


/* ==================================================================
   V3.26.1 — CÓMO TRABAJAMOS · PÁGINA INFORMATIVA DISCRETA
   No es una landing SEO ni una página comercial de captación.
   ================================================================== */
.working-method-hero { padding: 82px 0 68px; background: linear-gradient(180deg, #f8f6f1 0%, #fff 100%); border-bottom: 1px solid #eee8dd; }
.working-method-hero__inner { max-width: 780px; }
.working-method-hero h1 { max-width: 13ch; margin: 10px 0 16px; color: var(--teal-900); }
.working-method-hero p:not(.eyebrow) { max-width: 65ch; color: #56625f; font-size: 1.05rem; line-height: 1.75; }
.working-method-intro { padding-top: 64px; padding-bottom: 64px; }
.working-method-intro__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 40px; align-items: center; }
.working-method-intro h2 { max-width: 16ch; margin: 10px 0 16px; color: var(--teal-900); }
.working-method-intro p:not(.eyebrow) { max-width: 65ch; color: #586461; line-height: 1.7; }
.working-method-intro p + p { margin-top: 12px; }
.working-method-intro__note { padding: 28px 26px; border: 1px solid #e6dfd2; border-radius: 24px; background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%); box-shadow: 0 14px 30px rgba(16,38,37,.05); }
.working-method-intro__note span { display: block; margin-bottom: 12px; color: #a87736; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.working-method-intro__note strong { display: block; color: var(--teal-900); font-size: 1.32rem; line-height: 1.35; }
.working-method-focus { padding-top: 64px; padding-bottom: 64px; }
.working-method-focus__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; margin-top: 30px; }
.working-method-focus__grid article { padding: 22px 20px; border-radius: 20px; border: 1px solid #e3ebe8; background: #fff; }
.working-method-focus__grid span { color: #a87736; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.working-method-focus__grid h3 { margin: 12px 0 8px; color: var(--teal-900); font-size: 1.1rem; }
.working-method-focus__grid p { color: #596563; font-size: .91rem; line-height: 1.62; }
.working-method-steps { padding-top: 68px; padding-bottom: 68px; }
.working-method-steps__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.working-method-steps__copy h2 { max-width: 14ch; margin: 10px 0 16px; color: var(--teal-900); }
.working-method-steps__copy p:not(.eyebrow) { color: #586461; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--navy); font-size: .92rem; font-weight: 800; }
.text-link svg { width: 17px; }
.working-method-steps__list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #e1e8e5; }
.working-method-steps__list li { display: grid; grid-template-columns: 68px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid #e1e8e5; }
.working-method-steps__list b { color: #a87736; font-size: 1.18rem; }
.working-method-steps__list h3 { margin: 0 0 6px; color: var(--teal-900); font-size: 1.06rem; }
.working-method-steps__list p { color: #596563; line-height: 1.6; }
.working-method-transparency { padding-top: 60px; padding-bottom: 72px; }
.working-method-transparency__card { padding: 38px 40px; border-radius: 28px; background: #173c3a; color: #fff; }
.working-method-transparency__card .eyebrow { color: #a3d8d1; }
.working-method-transparency__card h2 { max-width: 17ch; margin: 10px 0 14px; color: #fff; }
.working-method-transparency__card p:not(.eyebrow) { max-width: 70ch; color: #cbe0dd; line-height: 1.7; }
.working-method-transparency__card .button { margin-top: 22px; background: #fff; color: var(--teal-900); border-color: #fff; }
@media (max-width: 1024px) {
  .working-method-intro__grid,
  .working-method-steps__grid { grid-template-columns: 1fr; gap: 30px; }
  .working-method-focus__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .working-method-hero { padding: 58px 0 50px; }
  .working-method-hero h1,
  .working-method-intro h2,
  .working-method-steps__copy h2,
  .working-method-transparency__card h2 { max-width: none; }
  .working-method-intro,
  .working-method-focus,
  .working-method-steps,
  .working-method-transparency { padding-top: 52px; padding-bottom: 52px; }
  .working-method-focus__grid { grid-template-columns: 1fr; }
  .working-method-transparency__card { padding: 28px 22px; border-radius: 22px; }
}


/* ==================================================================
   V3.26.2 — CÓMO TRABAJAMOS · AJUSTE VISUAL VERDE Y MÁS MODERNO
   Refuerzo visual discreto: cabecera centrada y detalles secundarios.
   ================================================================== */
.working-method-hero { position: relative; overflow: hidden; padding: 92px 0 76px; background: linear-gradient(180deg, #f8f7f2 0%, #fff 72%); }
.working-method-hero::before { content: ''; position: absolute; width: 440px; height: 440px; right: -140px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(29,128,118,.16) 0%, rgba(29,128,118,.06) 42%, rgba(29,128,118,0) 72%); pointer-events: none; }
.working-method-hero::after { content: ''; position: absolute; width: 170px; height: 170px; left: 8%; bottom: -108px; border: 1px solid rgba(29,128,118,.18); border-radius: 50%; pointer-events: none; }
.working-method-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; max-width: 860px; text-align: center; }
.working-method-hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(29,128,118,.22); border-radius: 999px; color: #1d8076; background: rgba(255,255,255,.72); }
.working-method-hero .eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #1d8076; box-shadow: 0 0 0 4px rgba(29,128,118,.11); }
.working-method-hero h1 { max-width: none; margin: 16px 0 16px; font-size: clamp(2.5rem, 4.3vw, 4.55rem); letter-spacing: -.04em; }
.working-method-hero p:not(.eyebrow) { max-width: 65ch; text-align: center; }
.working-method-hero__inner::after { content: ''; width: 64px; height: 3px; margin-top: 26px; border-radius: 999px; background: linear-gradient(90deg, #1d8076 0%, #7fc8bd 100%); }

.working-method-intro { position: relative; }
.working-method-intro__grid { gap: 54px; }
.working-method-intro__note { position: relative; overflow: hidden; padding: 30px 28px; border-color: #d9ece8; background: linear-gradient(145deg, #f3fbf9 0%, #ffffff 78%); box-shadow: 0 18px 38px rgba(16,83,76,.08); }
.working-method-intro__note::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: #1d8076; }
.working-method-intro__note::after { content: ''; position: absolute; width: 130px; height: 130px; right: -54px; bottom: -60px; border-radius: 50%; background: rgba(29,128,118,.08); }
.working-method-intro__note span { position: relative; z-index: 1; color: #1d8076; }
.working-method-intro__note strong { position: relative; z-index: 1; }

.working-method-focus { position: relative; background: linear-gradient(180deg, #f7faf9 0%, #f3f8f7 100%); }
.working-method-focus .section-heading { position: relative; }
.working-method-focus__grid { gap: 18px; }
.working-method-focus__grid article { position: relative; overflow: hidden; min-height: 218px; padding: 26px 22px 24px; border-color: #dcebe8; background: rgba(255,255,255,.9); box-shadow: 0 16px 32px rgba(16,83,76,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.working-method-focus__grid article::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, #1d8076 0%, #8fd3c9 100%); }
.working-method-focus__grid article::after { content: ''; position: absolute; width: 74px; height: 74px; right: -28px; bottom: -28px; border-radius: 50%; background: rgba(29,128,118,.07); }
.working-method-focus__grid article:hover { transform: translateY(-4px); border-color: #b9d8d3; box-shadow: 0 20px 38px rgba(16,83,76,.1); }
.working-method-focus__grid span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 28px; padding: 0 10px; border-radius: 999px; color: #147167; background: #e9f6f3; font-size: .72rem; }
.working-method-focus__grid h3 { position: relative; z-index: 1; margin-top: 18px; }
.working-method-focus__grid p { position: relative; z-index: 1; }

.working-method-steps { position: relative; }
.working-method-steps__copy { align-self: center; padding: 26px 0; }
.working-method-steps__list { position: relative; gap: 12px; padding: 2px 0 2px 20px; border-top: 0; }
.working-method-steps__list::before { content: ''; position: absolute; top: 12px; bottom: 12px; left: 17px; width: 1px; background: linear-gradient(180deg, #1d8076 0%, #cfeae5 100%); }
.working-method-steps__list li { position: relative; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 18px 20px 0; border-bottom: 0; }
.working-method-steps__list li::before { content: ''; position: absolute; top: 28px; left: -7px; width: 11px; height: 11px; border-radius: 50%; background: #1d8076; box-shadow: 0 0 0 5px #eff9f7; }
.working-method-steps__list b { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: #1d8076; box-shadow: 0 8px 18px rgba(29,128,118,.2); font-size: .88rem; }
.working-method-steps__list li > div { padding: 3px 0 0; }
.working-method-steps__list h3 { font-size: 1.14rem; }

.working-method-transparency__card { position: relative; overflow: hidden; padding: 44px 42px; background: linear-gradient(135deg, #173c3a 0%, #135c55 100%); }
.working-method-transparency__card::after { content: ''; position: absolute; width: 260px; height: 260px; right: -80px; top: -110px; border-radius: 50%; border: 1px solid rgba(173,232,222,.18); box-shadow: 0 0 0 32px rgba(173,232,222,.05), 0 0 0 64px rgba(173,232,222,.025); }
.working-method-transparency__card > * { position: relative; z-index: 1; }
.working-method-transparency__card .button { box-shadow: 0 12px 26px rgba(4,35,32,.24); }

@media (max-width: 767px) {
  .working-method-hero { padding: 68px 0 58px; }
  .working-method-hero::before { right: -210px; top: -275px; }
  .working-method-hero__inner::after { margin-top: 22px; }
  .working-method-intro__grid { gap: 30px; }
  .working-method-focus__grid article { min-height: 0; }
  .working-method-steps__list { padding-left: 16px; }
  .working-method-steps__list::before { left: 13px; }
  .working-method-steps__list li { grid-template-columns: 46px 1fr; gap: 14px; }
  .working-method-steps__list li::before { left: -7px; }
  .working-method-steps__list b { width: 40px; height: 40px; border-radius: 12px; }
  .working-method-transparency__card { padding: 30px 24px; }
}


/* ==================================================================
   V3.27.0 — CONTACTO · REFINAMIENTO MODERNO
   Contacto más claro, visual y orientado a una primera valoración.
   ================================================================== */
.contact-hero--v327 { position:relative; overflow:hidden; padding:88px 0 72px; background:linear-gradient(140deg,#f7f4ee 0%,#eef4f1 56%,#dfece7 100%); }
.contact-hero--v327::before { content:''; position:absolute; width:480px; height:480px; right:-150px; top:-190px; border-radius:50%; border:48px solid rgba(34,119,108,.11); }
.contact-hero--v327::after { content:''; position:absolute; width:310px; height:310px; left:42%; bottom:-210px; border-radius:50%; background:rgba(187,147,81,.10); }
.contact-hero--v327 .container { position:relative; z-index:1; }
.contact-hero__grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr); gap:36px; align-items:center; }
.contact-hero__copy h1 { max-width:12ch; margin:10px 0 15px; }
.contact-hero__copy > p:not(.eyebrow) { max-width:64ch; color:#4f5e59; line-height:1.72; }
.contact-hero__markers { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.contact-hero__markers span { display:inline-flex; align-items:center; gap:8px; min-height:38px; padding:8px 12px; border-radius:999px; border:1px solid #d9e4df; background:rgba(255,255,255,.72); color:#35524c; font-size:.82rem; font-weight:800; }
.contact-hero__markers svg { width:16px; color:var(--teal-700); }
.contact-hero__note { position:relative; padding:28px 26px; border-radius:26px; background:var(--teal-900); color:#edf7f4; box-shadow:0 22px 42px rgba(15,58,54,.18); }
.contact-hero__note::after { content:''; position:absolute; inset:12px; border:1px solid rgba(159,216,208,.18); border-radius:18px; pointer-events:none; }
.contact-hero__note > * { position:relative; z-index:1; }
.contact-hero__note-label { display:inline-block; margin-bottom:12px; color:#9bd7cf; font-size:.7rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.contact-hero__note strong { display:block; max-width:21ch; color:#fff; font-family:"Playfair Display", Georgia, serif; font-size:1.55rem; line-height:1.22; }
.contact-hero__note p { margin-top:14px; color:#c8dfda; font-size:.92rem; line-height:1.65; }
.contact-page--v327 { padding-top:66px; }
.contact-page__grid { display:grid; grid-template-columns:minmax(290px,.78fr) minmax(0,1.22fr); gap:28px; align-items:stretch; }
.contact-panel { position:relative; overflow:hidden; padding:30px; border-radius:28px; background:linear-gradient(165deg,#173f3b 0%,#0d2d2d 100%); box-shadow:0 20px 38px rgba(10,37,35,.16); }
.contact-panel::after { content:''; position:absolute; width:250px; height:250px; right:-130px; bottom:-145px; border-radius:50%; border:28px solid rgba(155,215,207,.12); }
.contact-panel > * { position:relative; z-index:1; }
.contact-panel__header h2 { margin:10px 0 13px; color:#fff; font-size:2rem; line-height:1.15; }
.contact-panel__header p:not(.eyebrow) { color:#c8dfda; line-height:1.66; }
.contact-panel__channels { display:grid; gap:10px; margin-top:28px; }
.contact-panel__channels a { display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center; padding:14px 13px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.055); color:#fff; transition:transform .18s ease,background .18s ease,border-color .18s ease; }
.contact-panel__channels a:hover { transform:translateY(-2px); background:rgba(255,255,255,.10); border-color:rgba(155,215,207,.34); }
.contact-panel__channels i { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:rgba(155,215,207,.12); color:#9bd7cf; }
.contact-panel__channels i svg { width:18px; }
.contact-panel__channels span { display:grid; gap:3px; min-width:0; }
.contact-panel__channels small { color:#a9cbc5; font-size:.69rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.contact-panel__channels b { overflow:hidden; color:#fff; font-size:.91rem; text-overflow:ellipsis; white-space:nowrap; }
.contact-panel__channels > a > svg { width:16px; color:#9bd7cf; }
.contact-panel__coverage { display:flex; gap:10px; align-items:flex-start; margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); }
.contact-panel__coverage > span { color:#9bd7cf; }
.contact-panel__coverage svg { width:18px; }
.contact-panel__coverage p { display:grid; gap:4px; margin:0; color:#bcd4cf; font-size:.83rem; line-height:1.55; }
.contact-panel__coverage strong { color:#fff; font-size:.9rem; }
.contact-form-shell { padding:32px; border-radius:28px; border:1px solid #e3e8e5; background:#fff; box-shadow:0 18px 36px rgba(16,38,37,.07); }
.contact-form-shell__heading { padding-bottom:22px; margin-bottom:24px; border-bottom:1px solid #e9eeeb; }
.contact-form-shell__heading > span { display:inline-flex; padding:6px 10px; border-radius:999px; background:#edf6f3; color:#1c766e; font-size:.69rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.contact-form-shell__heading h2 { margin:12px 0 9px; color:var(--teal-900); font-size:2rem; line-height:1.15; }
.contact-form-shell__heading p { max-width:62ch; color:#5b6865; line-height:1.64; }
.contact-form-shell .form-field input,
.contact-form-shell .form-field select,
.contact-form-shell .form-field textarea { border-color:#dce7e3; border-radius:10px; background:#fbfcfb; }
.contact-form-shell .form-field select { min-height: 52px; }
.contact-form-shell .form-field input:focus,
.contact-form-shell .form-field select:focus,
.contact-form-shell .form-field textarea:focus { background:#fff; border-color:#1c766e; box-shadow:0 0 0 3px rgba(28,118,110,.12); }
.contact-form-shell .form-actions { margin-top:6px; }
.contact-help { padding-top:60px; }
.contact-help__heading { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:30px; align-items:end; margin-bottom:24px; }
.contact-help__heading h2 { max-width:17ch; margin-top:8px; }
.contact-help__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.contact-help__grid article { position:relative; min-height:200px; padding:24px 22px; overflow:hidden; border-radius:22px; border:1px solid #dfeae6; background:linear-gradient(180deg,#fff 0%,#f7fbf9 100%); }
.contact-help__grid article:nth-child(2) { background:linear-gradient(160deg,#184642 0%,#0d302f 100%); border-color:#184642; }
.contact-help__grid article > span { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:10px; background:#e7f2ee; color:#1b776e; font-size:.78rem; font-weight:800; }
.contact-help__grid article:nth-child(2) > span { background:rgba(155,215,207,.14); color:#a8e1d8; }
.contact-help__grid h3 { margin:18px 0 8px; color:var(--teal-900); font-size:1.17rem; }
.contact-help__grid p { color:#5c6966; line-height:1.6; font-size:.91rem; }
.contact-help__grid article:nth-child(2) h3 { color:#fff; }
.contact-help__grid article:nth-child(2) p { color:#c9dfda; }
@media (max-width:1024px) {
  .contact-hero__grid,
  .contact-page__grid,
  .contact-help__heading { grid-template-columns:1fr; }
  .contact-hero__copy h1,
  .contact-help__heading h2 { max-width:none; }
}
@media (max-width:767px) {
  .contact-hero--v327 { padding:58px 0 46px; }
  .contact-hero__note,
  .contact-panel,
  .contact-form-shell { padding:23px 19px; border-radius:22px; }
  .contact-page--v327 { padding-top:48px; }
  .contact-help { padding-top:50px; }
  .contact-help__grid { grid-template-columns:1fr; }
  .contact-form-shell__heading h2,
  .contact-panel__header h2 { font-size:1.72rem; }
}


/* ==================================================================
   V3.28.0 — FOOTER PREMIUM ESTRUCTURADO
   Navegación clara, contacto visible y legal en un nivel secundario.
   ================================================================== */
.footer-explore { position: relative; overflow: hidden; color: #eef8f6; background: #17413d; }
.footer-explore::before { content: ''; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(155,215,207,.16); border-radius: 50%; top: -315px; right: 9%; pointer-events: none; }
.footer-explore::after { content: ''; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(239,198,111,.16); border-radius: 50%; bottom: -155px; left: 8%; pointer-events: none; }
.footer-explore__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 168px; padding-top: 30px; padding-bottom: 30px; }
.footer-explore__copy { max-width: 620px; }
.footer-explore__eyebrow { display: block; margin-bottom: 8px; color: #9bd7cf; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-explore__copy strong { display: block; color: #fff; font-size: clamp(1.26rem, 2.1vw, 1.8rem); line-height: 1.2; }
.footer-explore__copy p { margin-top: 8px; color: #c9dfdc; line-height: 1.58; }
.footer-explore__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-explore__link { display: inline-flex; align-items: center; gap: 9px; min-height: 54px; padding: 10px 16px 10px 11px; border: 1px solid rgba(155,215,207,.35); border-radius: 14px; color: #effaf8; font-size: .86rem; font-weight: 800; }
.footer-explore__link > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: #17413d; background: #9bd7cf; }
.footer-explore__link > span svg, .footer-explore__link > svg { width: 16px; }
.footer-explore__link--light { border-color: rgba(239,198,111,.46); color: #fff9ed; }
.footer-explore__link--light > span { color: #26433e; background: #efc66f; }
.footer-explore__link:hover { transform: translateY(-2px); background: rgba(255,255,255,.06); }

.site-footer--v328 { padding: 64px 0 0; color: #dce8e5; background: #102d2b; }
.footer-main { display: grid; grid-template-columns: minmax(230px,.78fr) minmax(0,2.22fr); gap: 54px; padding-bottom: 48px; }
.footer-main__brand { padding-right: 12px; }
.site-footer--v328 .brand--footer .brand__text strong, .site-footer--v328 .brand--footer .brand__text small { color: #fff; }
.site-footer--v328 .footer-brand p { max-width: 280px; margin-top: 18px; color: #a9c0bc; font-size: .88rem; line-height: 1.62; }
.site-footer--v328 .footer-social { margin-top: 20px; }
.site-footer--v328 .footer-social a { width: 38px; height: 38px; border-color: rgba(155,215,207,.34); border-radius: 12px; background: rgba(255,255,255,.035); }
.site-footer--v328 .footer-social a:hover { color: #102d2b; border-color: #9bd7cf; background: #9bd7cf; }
.site-footer--v328 .footer-social svg { width: 18px; height: 18px; }
.footer-main__links { display: grid; grid-template-columns: minmax(150px,.82fr) minmax(150px,.92fr) minmax(245px,1.18fr); gap: 34px; }
.footer-column, .footer-contact { min-width: 0; }
.footer-column__eyebrow { display: block; margin-bottom: 8px; color: #dcb872; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-footer--v328 .footer-column h2, .site-footer--v328 .footer-contact h2 { margin: 0; color: #fff; font-family: "DM Sans", sans-serif; font-size: 1rem; letter-spacing: 0; line-height: 1.26; }
.site-footer--v328 .footer-column ul { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.site-footer--v328 .footer-column li a { display: inline-flex; align-items: center; color: #b8cfca; font-size: .84rem; line-height: 1.38; }
.site-footer--v328 .footer-column li a:hover { color: #fff; }
.site-footer--v328 .footer-column li .footer-column__all { gap: 6px; margin-top: 3px; color: #f1d38d; font-weight: 800; }
.site-footer--v328 .footer-column__all svg { width: 14px; }
.footer-contact { padding: 21px 20px; border: 1px solid rgba(155,215,207,.2); border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.018) 100%); }
.site-footer--v328 .footer-contact > p { margin: 11px 0 16px; color: #b3c9c4; font-size: .84rem; line-height: 1.56; }
.footer-contact__line { display: flex; align-items: center; gap: 10px; min-height: 51px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.11); color: #eaf5f3; }
.footer-contact__line i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #102d2b; background: #9bd7cf; }
.footer-contact__line:nth-of-type(2) i { background: #f1d38d; }
.footer-contact__line i svg { width: 15px; }
.footer-contact__line small, .footer-contact__line b { display: block; }
.footer-contact__line small { color: #9db9b3; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact__line b { margin-top: 2px; color: #fff; font-size: .87rem; }
.footer-contact__line:hover b { color: #f1d38d; }
.footer-contact__cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #fff; font-size: .84rem; font-weight: 800; }
.footer-contact__cta svg { width: 15px; }
.footer-contact__cta:hover { color: #f1d38d; }
.footer-bottom--v328 { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 0; padding-top: 20px; padding-bottom: 24px; color: #89a49e; border-top: 1px solid rgba(155,215,207,.16); font-size: .72rem; }
.footer-bottom--v328 > p { margin: 0; }
.footer-bottom__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 16px; }
.footer-bottom__links a { color: #9db8b2; }
.footer-bottom__links a:hover { color: #fff; }
.footer-bottom__links .footer-back-top { color: #f1d38d; font-weight: 800; }

@media (max-width: 1100px) {
  .footer-main { grid-template-columns: minmax(220px,.72fr) minmax(0,1.78fr); gap: 36px; }
  .footer-main__links { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .footer-explore__inner { align-items: flex-start; flex-direction: column; min-height: 0; padding-top: 34px; padding-bottom: 34px; }
  .footer-explore__actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 36px; }
  .footer-main__brand { padding-right: 0; }
  .footer-main__links { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 22px; }
  .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  .footer-explore__actions { display: grid; width: 100%; }
  .footer-explore__link { justify-content: flex-start; }
  .site-footer--v328 { padding-top: 48px; }
  .footer-main__links { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom--v328 { display: grid; gap: 14px; padding-bottom: 86px; }
  .footer-bottom__links { justify-content: flex-start; gap: 10px 15px; }
}


/* ==================================================================
   V3.28.1 — FOOTER · CIERRE MÁS COMPACTO
   La franja de exploración pasa al interior del footer y se eliminan
   accesos duplicados junto a la marca.
   ================================================================== */
.site-footer--v328 .footer-explore--footer { margin-top: 0; border-top: 1px solid rgba(155,215,207,.14); border-bottom: 1px solid rgba(155,215,207,.14); background: rgba(7,31,29,.42); }
.site-footer--v328 .footer-explore--footer::before { width: 340px; height: 340px; top: -265px; right: 12%; opacity: .8; }
.site-footer--v328 .footer-explore--footer::after { width: 160px; height: 160px; bottom: -122px; left: 9%; opacity: .72; }
.site-footer--v328 .footer-explore--footer .footer-explore__inner { min-height: 126px; padding-top: 24px; padding-bottom: 24px; }
.site-footer--v328 .footer-explore--footer .footer-explore__copy { max-width: 560px; }
.site-footer--v328 .footer-explore--footer .footer-explore__copy strong { font-size: clamp(1.12rem, 1.65vw, 1.48rem); }
.site-footer--v328 .footer-explore--footer .footer-explore__copy p { margin-top: 5px; font-size: .91rem; }
.site-footer--v328 .footer-explore--footer .footer-explore__actions { gap: 9px; }
.site-footer--v328 .footer-explore--footer .footer-explore__link { min-height: 48px; padding: 8px 14px 8px 9px; border-radius: 12px; }
.site-footer--v328 .footer-explore--footer .footer-explore__link > span { width: 29px; height: 29px; border-radius: 8px; }
.site-footer--v328 .footer-main__brand > p { margin-bottom: 0; }
@media (max-width: 900px) {
  .site-footer--v328 .footer-explore--footer .footer-explore__inner { padding-top: 22px; padding-bottom: 22px; }
}
@media (max-width: 767px) {
  .site-footer--v328 .footer-explore--footer .footer-explore__inner { padding-top: 20px; padding-bottom: 20px; }
}


/* ==================================================================
   V3.28.2 — FOOTER · JERARQUÍA MÁS LIMPIA + TRANSICIÓN PRESUPUESTO
   Se eliminan la franja de exploración independiente y los verdes
   consecutivos antes del footer. Las rutas pasan al bloque de marca.
   ================================================================== */
.site-footer--v328 .brand--footer { width: 100%; max-width: 290px; display: block; }
.site-footer--v328 .footer-brand__logo { display: block; width: 100%; height: auto; }
.site-footer--v328 .footer-main__brand { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer--v328 .footer-brand__routes { display: grid; gap: 10px; width: 100%; max-width: 280px; margin-top: 24px; }
.site-footer--v328 .footer-brand__route { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px 8px 9px; border: 1px solid rgba(155,215,207,.28); border-radius: 12px; color: #effaf8; font-size: .81rem; font-weight: 800; line-height: 1.2; }
.site-footer--v328 .footer-brand__route > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #143b38; background: #9bd7cf; flex: 0 0 auto; }
.site-footer--v328 .footer-brand__route > span svg,
.site-footer--v328 .footer-brand__route > svg { width: 14px; height: 14px; }
.site-footer--v328 .footer-brand__route > svg { margin-left: auto; }
.site-footer--v328 .footer-brand__route--location { border-color: rgba(241,211,141,.45); color: #fff9ed; }
.site-footer--v328 .footer-brand__route--location > span { color: #2b403a; background: #f1d38d; }
.site-footer--v328 .footer-brand__route:hover { transform: translateY(-2px); background: rgba(255,255,255,.06); }

/* Diferencia claramente el bloque de presupuesto del footer verde profundo. */
.section--budget { background: #f7f4ef; }
.budget-copy { color: #173c3a; background: linear-gradient(145deg, #ece5d8 0%, #d9cebc 100%); }
.budget-copy h2 { color: #173c3a; }
.budget-copy p:not(.eyebrow) { color: #495852; }
.budget-copy .eyebrow { color: #8d6733; }
.budget-copy .eyebrow--light { color: #8d6733; }
.budget-copy .button { border-color: #173c3a; background: #173c3a; color: #fff; }
.budget-copy .button:hover { border-color: #0d2928; background: #0d2928; color: #fff; }

/* Preserva el bloque de presupuesto sobre páginas de servicio sin fundirse con el footer. */
.service-page-custom .section--budget { background: #f7f4ef; }

@media (min-width: 721px) {
  .site-footer--v328 .footer-brand__routes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-footer--v328 .footer-brand__routes { max-width: none; }
  .site-footer--v328 .footer-brand__route { justify-content: flex-start; }
}


/* ==================================================================
   V3.28.3 — FOOTER · ICONOS DE CONTACTO + PRESUPUESTO REFINADO
   Ajuste visual sin alterar la estructura aprobada.
   ================================================================== */
/* Presupuesto: superficie clara, fría y elegante para no fundirse con el verde del footer. */
.section.section--budget .budget-layout {
  border: 1px solid #dfe9e6;
  box-shadow: 0 22px 42px rgba(12,42,39,.12);
}
.section.section--budget .budget-copy {
  position: relative;
  overflow: hidden;
  color: #173c3a;
  background: linear-gradient(145deg, #ffffff 0%, #f4f9f8 52%, #e9f3f1 100%);
}
.section.section--budget .budget-copy::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #1d8076 0%, #9bd7cf 100%);
}
.section.section--budget .budget-copy::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -112px;
  bottom: -135px;
  border: 1px solid rgba(29,128,118,.16);
  border-radius: 50%;
  pointer-events: none;
}
.section.section--budget .budget-copy > * { position: relative; z-index: 1; }
.section.section--budget .budget-copy h2 { color: #173c3a; }
.section.section--budget .budget-copy p:not(.eyebrow) { color: #52635f; }
.section.section--budget .budget-copy .eyebrow,
.section.section--budget .budget-copy .eyebrow--light { color: #1d8076; }
.section.section--budget .budget-copy .button { border-color: #173c3a; background: #173c3a; color: #fff; }
.section.section--budget .budget-copy .button:hover { border-color: #0d2928; background: #0d2928; color: #fff; }
@media (max-width: 767px) {
  .site-footer--v328 .footer-contact__line .footer-contact__icon { width: 38px; height: 38px; }
  .section.section--budget .budget-copy::before { width: 4px; }
}


/* ==================================================================
   V3.28.4 — FOOTER · ICONOS CARGADOS + PRESUPUESTO AZUL TINTA
   Sustituye iconos SVG por recursos aportados y mejora legibilidad.
   ================================================================== */
/* Iconos reales suministrados: sin SVG residual ni espacio duplicado. */
.site-footer--v328 .footer-contact__line .footer-contact__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(216,243,237,.68);
  border-radius: 50%;
  background: #eefaf7;
  box-shadow: none;
  flex: 0 0 auto;
  overflow: hidden;
}
.site-footer--v328 .footer-contact__line .footer-contact__icon::before { display: none; }
.site-footer--v328 .footer-contact__line--whatsapp .footer-contact__icon {
  border-color: rgba(255,232,171,.8);
  background: #fff2cf;
}
.site-footer--v328 .footer-contact__line .footer-contact__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.site-footer--v328 .footer-contact__line small {
  color: #c9e0da;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .11em;
}
.site-footer--v328 .footer-contact__line b {
  margin-top: 3px;
  color: #fff;
  font-size: .94rem;
  line-height: 1.22;
}
.site-footer--v328 .footer-contact__line:hover .footer-contact__icon { transform: translateY(-1px); }

@media (max-width: 767px) {
  .site-footer--v328 .footer-contact__line .footer-contact__icon { width: 40px; height: 40px; }
  .section.section--budget .budget-copy::before { width: 4px; }
}


/* ==================================================================
   V3.28.5 — PRESUPUESTO CLARO + ICONOS DE CONTACTO APROBADOS
   Se restauran la superficie clara V3.28.3 y la tipografía oscura.
   ================================================================== */
/* Recursos de contacto compartidos: los PNG aprobados se usan en footer y presupuesto. */
.section.section--budget .budget-contact { gap: 13px; }
.section.section--budget .budget-contact a { color: #173c3a; }
.section.section--budget .budget-contact > a > span:not(.budget-contact__icon) { display: grid; line-height: 1.15; }
.section.section--budget .budget-contact__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c7e5df;
  border-radius: 50%;
  background: #eaf8f5;
  flex: 0 0 auto;
  overflow: hidden;
}
.section.section--budget .budget-contact__icon--whatsapp { border-color: #ecd69f; background: #fff6dc; }
.section.section--budget .budget-contact__icon img { display: block; width: 20px; height: 20px; object-fit: contain; }
.section.section--budget .budget-contact b { color: #173c3a; }
.section.section--budget .budget-contact small { color: #61706c; }
.section.section--budget .budget-contact a:hover b { color: #8d6733; }

/* Recupera el acabado de V3.28.3, con contraste oscuro y una separación limpia del footer. */
.section--budget,
.service-page-custom .section--budget { background: #f7f4ef; }
.section.section--budget .budget-layout {
  border: 1px solid #dfe9e6;
  box-shadow: 0 22px 42px rgba(12,42,39,.12);
}
.section.section--budget .budget-copy {
  position: relative;
  overflow: hidden;
  color: #173c3a;
  background: linear-gradient(145deg, #ffffff 0%, #f4f9f8 52%, #e9f3f1 100%);
}
.section.section--budget .budget-copy::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #1d8076 0%, #9bd7cf 100%);
}
.section.section--budget .budget-copy::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -112px;
  bottom: -135px;
  border: 1px solid rgba(29,128,118,.16);
  border-radius: 50%;
  pointer-events: none;
}
.section.section--budget .budget-copy > * { position: relative; z-index: 1; }
.section.section--budget .budget-copy h2 { color: #173c3a; }
.section.section--budget .budget-copy p:not(.eyebrow) { color: #52635f; }
.section.section--budget .budget-copy .eyebrow,
.section.section--budget .budget-copy .eyebrow--light { color: #1d8076; }
.section.section--budget .budget-copy .button { border-color: #173c3a; background: #173c3a; color: #fff; }
.section.section--budget .budget-copy .button:hover { border-color: #0d2928; background: #0d2928; color: #fff; }
@media (max-width: 767px) {
  .section.section--budget .budget-copy::before { width: 4px; }
}


/* ==================================================================
   V3.28.6 — FOOTER Y PRESUPUESTO · AJUSTE MÓVIL Y MARCA LIMPIA
   Se elimina el texto redundante junto al logo y se alinea el bloque
   de contacto de presupuesto a la izquierda en móvil.
   ================================================================== */
.site-footer--v328 .footer-main__brand > p { display: none; }
.site-footer--v328 .footer-brand__routes { margin-top: 22px; }

@media (max-width: 620px) {
  .section.section--budget .budget-copy {
    display: block !important;
    text-align: left !important;
    padding: 38px 22px 34px !important;
  }
  .section.section--budget .budget-copy > * {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  .section.section--budget .budget-copy .eyebrow {
    justify-content: flex-start !important;
  }
  .section.section--budget .budget-copy .budget-contact {
    display: grid !important;
    width: 100% !important;
    justify-items: stretch !important;
    gap: 12px !important;
    margin-top: 24px !important;
  }
  .section.section--budget .budget-copy .budget-contact a {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .section.section--budget .budget-copy .budget-contact a span,
  .section.section--budget .budget-copy .budget-contact a b,
  .section.section--budget .budget-copy .budget-contact a small {
    width: auto !important;
    text-align: left !important;
  }
}


/* ==================================================================
   V3.30.0 — IDEAS Y GUÍAS
   Hub editorial de orientación. Sustituye “Proyectos” en navegación,
   sin presentar ejemplos visuales como trabajos realizados.
   ================================================================== */
.guides-hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(132deg, #f7f7f2 0%, #edf5f2 48%, #faf7f0 100%); border-bottom: 1px solid #e1ebe7; }
.guides-hero::before { content: ''; position: absolute; width: 480px; height: 480px; right: -165px; top: -315px; border: 1px solid rgba(31,104,90,.18); border-radius: 50%; }
.guides-hero::after { content: ''; position: absolute; width: 180px; height: 180px; left: 12%; bottom: -112px; border: 1px solid rgba(180,137,65,.22); border-radius: 50%; }
.guides-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.guides-hero h1 { max-width: 15ch; margin: 10px 0 18px; color: var(--teal-900); }
.guides-hero p:not(.eyebrow) { max-width: 65ch; color: #52625e; font-size: 1.08rem; line-height: 1.72; }
.guides-hero__links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.guides-hero__links .text-link { margin-top: 0; }
.guides-intro { padding-top: 72px; padding-bottom: 72px; }
.guides-intro__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.guides-intro__grid article { position: relative; min-height: 205px; padding: 24px 23px; border: 1px solid #e1ebe6; border-radius: 20px; background: #fff; box-shadow: 0 12px 26px rgba(20,58,54,.045); }
.guides-intro__grid article::after { content: ''; position: absolute; left: 23px; right: 23px; bottom: 0; height: 3px; border-radius: 8px 8px 0 0; background: linear-gradient(90deg, #2f887a, #b78a44); opacity: .82; }
.guides-intro__grid span { display: inline-flex; margin-bottom: 18px; color: #a77735; font-size: .74rem; font-weight: 800; letter-spacing: .15em; }
.guides-intro__grid h3 { margin: 0 0 9px; color: var(--teal-900); font-size: 1.12rem; }
.guides-intro__grid p { color: #596763; font-size: .92rem; line-height: 1.62; }
.guides-topics { padding-top: 76px; padding-bottom: 76px; }
.guides-topics__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.guides-topics__head h2 { margin: 8px 0 0; color: var(--teal-900); }
.guides-topics__head > p { max-width: 380px; margin: 0; color: #596763; line-height: 1.62; }
.guides-topics__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.guides-topics__grid > a { display: flex; min-height: 262px; flex-direction: column; align-items: flex-start; padding: 24px 22px 21px; border: 1px solid #dde9e5; border-radius: 20px; background: #fff; color: inherit; box-shadow: 0 11px 25px rgba(20,58,54,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.guides-topics__grid > a > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border-radius: 13px; color: #fff; background: #1f685a; }
.guides-topics__grid > a:nth-child(2) > span, .guides-topics__grid > a:nth-child(5) > span { color: #26443e; background: #efd087; }
.guides-topics__grid svg { width: 20px; height: 20px; }
.guides-topics__grid small { color: #a77735; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guides-topics__grid h3 { margin: 10px 0 9px; color: var(--teal-900); font-size: 1.12rem; line-height: 1.28; }
.guides-topics__grid p { margin: 0; color: #596763; font-size: .9rem; line-height: 1.58; }
.guides-topics__grid b { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 18px; color: #1b6358; font-size: .81rem; }
.guides-topics__grid b svg { width: 14px; height: 14px; }
.guides-topics__grid > a:hover { transform: translateY(-4px); border-color: #a7cfc7; box-shadow: 0 16px 32px rgba(20,58,54,.11); }
.guides-clarity { padding-top: 0; padding-bottom: 82px; }
.guides-clarity__card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 37px 40px; border-radius: 26px; color: #fff; background: linear-gradient(132deg, #123f3b 0%, #1a5951 100%); }
.guides-clarity__card .eyebrow { color: #a5ddd5; }
.guides-clarity__card h2 { max-width: 18ch; margin: 9px 0 14px; color: #fff; }
.guides-clarity__card p:not(.eyebrow) { max-width: 720px; color: #d2e7e3; line-height: 1.68; }
.guides-clarity__card .button { flex: 0 0 auto; margin: 0; border-color: #fff; background: #fff; color: #17413d; }
@media (max-width: 1024px) {
  .guides-intro__grid, .guides-topics__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guides-topics__head { align-items: start; flex-direction: column; gap: 14px; }
  .guides-clarity__card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .guides-hero { padding: 62px 0 56px; }
  .guides-hero h1 { max-width: none; }
  .guides-hero p:not(.eyebrow) { font-size: .98rem; }
  .guides-intro, .guides-topics { padding-top: 54px; padding-bottom: 54px; }
  .guides-intro__grid, .guides-topics__grid { grid-template-columns: 1fr; }
  .guides-intro__grid article, .guides-topics__grid > a { min-height: auto; }
  .guides-clarity { padding-bottom: 58px; }
  .guides-clarity__card { padding: 28px 22px; border-radius: 22px; }
}

/* ==================================================================
   V3.30.1 — FORMULARIOS FINALES · CIERRE UNIFICADO
   Las páginas de servicio, localidades y hubs comparten una tarjeta
   de contacto elevada sobre el inicio del footer. Home y Contacto
   mantienen sus tratamientos aprobados.
   ================================================================== */
@media (min-width: 768px) {
  main#main-content:not(.home-main) > .section--budget:last-child {
    position: relative;
    z-index: 6;
    margin-bottom: -58px;
    padding-top: 24px;
    padding-bottom: 0;
    background: transparent;
  }

  main#main-content:not(.home-main) > .section--budget:last-child .budget-layout {
    transform: none;
    overflow: hidden;
    border: 1px solid #dfe9e6;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(12, 42, 39, .14);
  }

  main#main-content:not(.home-main) > .section--budget:last-child .budget-form-card {
    position: relative;
  }

  main#main-content:not(.home-main) > .section--budget:last-child .budget-form-card::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(29,128,118,.08), rgba(29,128,118,.22), rgba(29,128,118,.08));
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  main#main-content:not(.home-main) > .section--budget:last-child {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f4ef;
  }

  main#main-content:not(.home-main) > .section--budget:last-child .budget-layout {
    transform: none;
    border-radius: 0;
    box-shadow: none;
  }
}

/* ==================================================================
   V3.31.0 — IDEAS Y GUÍAS · BLOG NATIVO DE WORDPRESS
   Archivo /blog/, entradas individuales y categorías editoriales.
   ================================================================== */
.blog-page { background: #f8faf9; }
.blog-hero { position: relative; overflow: hidden; padding: 88px 0 64px; color: #f4fbf8; background: #133b37; }
.blog-hero::before { content: ''; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(155,215,207,.16); border-radius: 50%; top: -290px; right: 7%; }
.blog-hero::after { content: ''; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(241,211,141,.17); border-radius: 50%; bottom: -160px; left: 12%; }
.blog-hero__inner { position: relative; z-index: 1; max-width: 840px; }
.blog-hero .eyebrow { color: #a9ddd6; }
.blog-hero h1 { max-width: 15ch; margin: 10px 0 16px; color: #fff; font-size: clamp(2.2rem,4vw,4.2rem); line-height: 1.03; }
.blog-hero p:not(.eyebrow) { max-width: 65ch; color: #cbe0dd; font-size: 1.06rem; line-height: 1.72; }
.blog-hero--compact { padding: 68px 0 50px; }
.blog-hero--compact h1 { max-width: none; font-size: clamp(2rem,3.2vw,3.35rem); }
.blog-category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.blog-category-nav a { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 12px; border: 1px solid rgba(169,221,214,.35); border-radius: 999px; color: #ecf8f5; font-size: .78rem; font-weight: 800; line-height: 1; }
.blog-category-nav a:hover, .blog-category-nav a[aria-current="page"] { color: #123733; border-color: #a9ddd6; background: #a9ddd6; }
.blog-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.blog-section-heading > div { max-width: 560px; }
.blog-section-heading h2 { margin: 8px 0 0; color: var(--teal-900); font-size: clamp(1.65rem,2.5vw,2.35rem); line-height: 1.13; }
.blog-section-heading > p { max-width: 40ch; margin: 0; color: #5b6966; line-height: 1.62; }
.blog-featured { padding-top: 72px; }
.blog-featured-card { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(300px,.86fr); overflow: hidden; border: 1px solid #dfe8e5; border-radius: 28px; background: #fff; box-shadow: 0 18px 42px rgba(12,42,38,.08); }
.blog-featured-card__visual { min-height: 386px; background-position: var(--tra-visual-position, 50% 50%); background-size: cover; }
.blog-featured-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px 44px; }
.blog-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 15px; color: #788783; font-size: .73rem; font-weight: 800; letter-spacing: .02em; }
.blog-card__meta a { color: #217269; }
.blog-card__meta span::before { content: '·'; margin-right: 9px; color: #91a59f; }
.blog-featured-card h2 { margin: 0; color: var(--teal-900); font-size: clamp(1.72rem,2.6vw,2.62rem); line-height: 1.13; }
.blog-featured-card h2 a:hover, .blog-card h2 a:hover { color: #267b70; }
.blog-featured-card p { margin: 16px 0 22px; color: #5d6b68; line-height: 1.68; }
.blog-card__link { display: inline-flex; align-items: center; gap: 7px; color: #1f7368; font-size: .86rem; font-weight: 800; }
.blog-card__link svg { width: 15px; }
.blog-listing { padding-top: 72px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; min-height: 100%; border: 1px solid #dfe8e5; border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(12,42,38,.045); }
.blog-card__visual { display: block; min-height: 188px; background-position: var(--tra-visual-position, 50% 50%); background-size: cover; }
.blog-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px 22px 23px; }
.blog-card h2 { margin: 0; color: var(--teal-900); font-size: 1.22rem; line-height: 1.3; }
.blog-card p { margin: 12px 0 18px; color: #61706c; font-size: .91rem; line-height: 1.62; }
.blog-card__link { margin-top: auto; }
.blog-pagination { margin-top: 38px; }
.blog-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid #d7e5e1; border-radius: 9px; color: #31534d; font-size: .82rem; font-weight: 800; }
.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover { color: #fff; border-color: #1d675e; background: #1d675e; }
.blog-empty { max-width: 650px; }
.blog-empty h1 { color: var(--teal-900); }
.blog-cta { padding-top: 0; }
.blog-cta__card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 42px 44px; border-radius: 26px; color: #eaf6f3; background: #153b37; }
.blog-cta__card .eyebrow { color: #a9ddd6; }
.blog-cta__card h2 { max-width: 19ch; margin: 7px 0 12px; color: #fff; font-size: clamp(1.55rem,2.4vw,2.35rem); line-height: 1.15; }
.blog-cta__card p:not(.eyebrow) { max-width: 62ch; margin: 0; color: #c5dbd7; line-height: 1.62; }
.blog-article-page { background: #fff; }
.blog-article-hero { position: relative; min-height: 470px; display: flex; align-items: flex-end; padding: 84px 0 62px; color: #fff; background-position: var(--tra-visual-position, 50% 50%); background-size: cover; }
.blog-article-hero__inner { max-width: 850px; }
.blog-article-hero__crumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 18px; color: #c7e3de; font-size: .79rem; font-weight: 800; }
.blog-article-hero__crumb a:hover { color: #fff; }
.blog-article-hero h1 { max-width: 18ch; margin: 0; color: #fff; font-size: clamp(2.15rem,4vw,4rem); line-height: 1.07; }
.blog-article-hero > .container > p:not(.blog-article-hero__crumb) { max-width: 62ch; margin: 18px 0 0; color: #e3f0ed; font-size: 1.05rem; line-height: 1.7; }
.blog-article-hero__meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; color: #c8ddda; font-size: .77rem; font-weight: 800; }
.blog-article__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.32fr); gap: 68px; max-width: 1140px; padding-top: 72px; padding-bottom: 76px; }
.blog-article__content { max-width: 740px; color: #53625f; font-size: 1.04rem; line-height: 1.78; }
.blog-article__content > *:first-child { margin-top: 0; }
.blog-article__content p { margin: 0 0 1.28em; }
.blog-article__content h2 { margin: 2.1em 0 .62em; color: var(--teal-900); font-size: clamp(1.5rem,2.4vw,2.18rem); line-height: 1.2; }
.blog-article__content h3 { margin: 1.65em 0 .54em; color: var(--teal-900); font-size: 1.28rem; }
.blog-article__content a { color: #197368; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.blog-article__aside { align-self: start; display: grid; gap: 14px; position: sticky; top: 108px; }
.blog-aside-card { padding: 22px 20px; border: 1px solid #dae7e3; border-radius: 18px; background: #f5faf8; }
.blog-aside-card > span { display: block; margin-bottom: 9px; color: #297a70; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.blog-aside-card h2 { margin: 0; color: var(--teal-900); font-size: 1.2rem; line-height: 1.34; }
.blog-aside-card p { margin: 10px 0 2px; color: #61706d; font-size: .89rem; line-height: 1.57; }
.blog-aside-card .text-link { margin-top: 16px; }
.blog-aside-card--links { background: #fff; }
.blog-aside-card--links a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 0; border-top: 1px solid #e5eeeb; color: #30534e; font-size: .84rem; font-weight: 800; }
.blog-aside-card--links a:last-child { padding-bottom: 0; }
.blog-aside-card--links svg { width: 14px; color: #2a7a70; }
.blog-related { padding-top: 68px; }
@media (max-width: 1024px) {
  .blog-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-article__grid { gap: 42px; }
}
@media (max-width: 820px) {
  .blog-hero { padding: 64px 0 52px; }
  .blog-section-heading { display: block; }
  .blog-section-heading > p { margin-top: 10px; }
  .blog-featured-card { grid-template-columns: 1fr; }
  .blog-featured-card__visual { min-height: 268px; }
  .blog-featured-card__body { padding: 30px 27px; }
  .blog-cta__card { align-items: flex-start; flex-direction: column; padding: 32px 28px; }
  .blog-article-hero { min-height: 405px; padding: 64px 0 48px; }
  .blog-article__grid { grid-template-columns: 1fr; padding-top: 54px; padding-bottom: 58px; }
  .blog-article__aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .blog-hero h1 { font-size: 2.18rem; }
  .blog-category-nav { gap: 7px; margin-top: 23px; }
  .blog-category-nav a { min-height: 33px; padding: 7px 10px; font-size: .72rem; }
  .blog-featured { padding-top: 50px; }
  .blog-featured-card__visual { min-height: 220px; }
  .blog-featured-card__body { padding: 25px 20px; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card__visual { min-height: 205px; }
  .blog-card__body { padding: 22px 20px; }
  .blog-listing { padding-top: 52px; }
  .blog-cta__card { border-radius: 20px; padding: 28px 21px; }
  .blog-article-hero { min-height: 390px; padding: 54px 0 40px; }
  .blog-article-hero h1 { font-size: 2.05rem; }
  .blog-article__grid { padding-top: 42px; padding-bottom: 48px; }
  .blog-article__content { font-size: 1rem; line-height: 1.73; }
  .blog-article__aside { grid-template-columns: 1fr; }
}

/* ==================================================================
   V3.31.2 — IDEAS Y GUÍAS · REDISEÑO EDITORIAL
   Archivo de blog más visual, orientado a rutas de lectura y decisión.
   ================================================================== */
.blog-page--editorial { background: linear-gradient(180deg, #f8faf9 0%, #fff 34%, #f7faf8 100%); }
.blog-hero--editorial { padding: 92px 0 54px; background: radial-gradient(circle at 84% 22%, rgba(111,184,170,.18) 0, rgba(111,184,170,0) 29%), radial-gradient(circle at 9% 93%, rgba(239,198,111,.12) 0, rgba(239,198,111,0) 22%), #103a36; }
.blog-hero--editorial::before { width: 560px; height: 560px; top: -380px; right: -42px; border-color: rgba(169,221,214,.19); }
.blog-hero--editorial::after { width: 300px; height: 300px; bottom: -204px; left: 34%; border-color: rgba(241,211,141,.19); }
.blog-hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(300px,.68fr); gap: 64px; align-items: end; }
.blog-hero__copy { max-width: 720px; }
.blog-hero--editorial h1 { max-width: 12.8ch; letter-spacing: -.035em; }
.blog-hero__principles { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 28px; }
.blog-hero__principles span { display: grid; gap: 4px; padding-left: 14px; border-left: 2px solid #dcb872; }
.blog-hero__principles b { color: #fff; font-size: .82rem; letter-spacing: .015em; }
.blog-hero__principles small { color: #b8d0cc; font-size: .78rem; line-height: 1.45; }
.blog-hero__navigator { display: grid; padding: 25px 24px 10px; border: 1px solid rgba(169,221,214,.23); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); box-shadow: 0 22px 38px rgba(0,0,0,.12); backdrop-filter: blur(6px); }
.blog-hero__navigator > span { color: #dcb872; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.blog-hero__navigator > strong { margin: 10px 0 12px; color: #fff; font-size: 1.13rem; line-height: 1.35; }
.blog-hero__navigator a { display: grid; grid-template-columns: 25px minmax(0,1fr) 15px; align-items: center; gap: 10px; min-height: 56px; border-top: 1px solid rgba(169,221,214,.17); color: #e8f4f2; }
.blog-hero__navigator a:hover { color: #fff; }
.blog-hero__navigator i { color: #dcb872; font-size: .7rem; font-style: normal; font-weight: 800; }
.blog-hero__navigator b { font-size: .83rem; line-height: 1.28; }
.blog-hero__navigator svg { width: 14px; color: #9bd7cf; }
.blog-hero--editorial .blog-category-nav { position: relative; z-index: 1; margin-top: 38px; }
.blog-featured { position: relative; z-index: 2; margin-top: -32px; padding-top: 0; }
.blog-section-heading--featured { margin: 0 0 20px; padding: 0 8px; }
.blog-section-heading--featured .eyebrow { color: #b88438; }
.blog-featured-card { border-color: rgba(182,204,198,.7); border-radius: 30px; box-shadow: 0 24px 58px rgba(12,42,38,.13); }
.blog-featured-card__visual { position: relative; overflow: hidden; min-height: 410px; }
.blog-featured-card__visual span, .blog-card__visual span { position: absolute; left: 18px; bottom: 17px; display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(8,31,28,.36); box-shadow: 0 4px 16px rgba(0,0,0,.12); backdrop-filter: blur(5px); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-featured-card__body { padding: 50px 48px; }
.blog-featured-card__body .blog-card__meta { margin-bottom: 18px; }
.blog-featured-card__body h2 { letter-spacing: -.028em; }
.blog-topic-section { padding-top: 78px; padding-bottom: 20px; }
.blog-topic-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.blog-topic-card { position: relative; display: flex; flex-direction: column; min-height: 268px; padding: 24px 20px 20px; overflow: hidden; border: 1px solid #dbe9e5; border-radius: 20px; color: #214640; background: #fff; box-shadow: 0 10px 26px rgba(11,40,36,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.blog-topic-card::before { content: ''; position: absolute; width: 148px; height: 148px; right: -80px; top: -83px; border: 1px solid rgba(35,110,100,.13); border-radius: 50%; }
.blog-topic-card::after { content: ''; position: absolute; width: 76px; height: 76px; right: -30px; top: -28px; border-radius: 50%; background: rgba(155,215,207,.12); }
.blog-topic-card:hover { transform: translateY(-4px); border-color: #b9d8d1; box-shadow: 0 17px 34px rgba(11,40,36,.1); }
.blog-topic-card__number { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 33px; height: 33px; margin-bottom: auto; border-radius: 9px; color: #15413c; background: #b6ded7; font-size: .71rem; font-weight: 900; }
.blog-topic-card:nth-child(2) .blog-topic-card__number, .blog-topic-card:nth-child(5) .blog-topic-card__number { color: #5d431a; background: #f0d395; }
.blog-topic-card strong { position: relative; z-index: 1; margin-top: 28px; color: var(--teal-900); font-size: 1.02rem; line-height: 1.26; }
.blog-topic-card p { position: relative; z-index: 1; margin: 10px 0 16px; color: #61706c; font-size: .8rem; line-height: 1.55; }
.blog-topic-card em { position: relative; z-index: 1; margin-top: auto; color: #24776c; font-size: .77rem; font-style: normal; font-weight: 800; }
.blog-topic-card > i { position: absolute; right: 19px; bottom: 17px; color: #28786e; }
.blog-topic-card > i svg { width: 15px; }
.blog-listing { padding-top: 80px; padding-bottom: 82px; }
.blog-card { border-color: #dce8e5; border-radius: 21px; box-shadow: 0 10px 25px rgba(12,42,38,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: #bdd9d3; box-shadow: 0 18px 36px rgba(12,42,38,.1); }
.blog-card__visual { position: relative; isolation: isolate; min-height: 204px; overflow: hidden; background-position: var(--tra-visual-position, 50% 50%); background-size: cover; transition: background-size .52s ease, filter .32s ease; }
.blog-card__visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,24,22,0) 0%, rgba(6,24,22,.22) 100%); opacity: .9; pointer-events: none; }
.blog-card__visual::after, .blog-featured-card__visual::after { content: ""; position: absolute; z-index: 1; inset: 10px; border: 1px solid rgba(255,255,255,.33); border-radius: 12px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.blog-card:hover .blog-card__visual, .blog-featured-card:hover .blog-featured-card__visual { background-size: 108%; }
.blog-card:hover .blog-card__visual::after, .blog-featured-card:hover .blog-featured-card__visual::after { opacity: 1; }
.blog-featured-card__visual { background-position: var(--tra-visual-position, 50% 50%); transition: background-size .6s ease; }
.blog-featured-card__visual span, .blog-card__visual span { z-index: 2; }
.blog-card__body { padding: 26px 23px 24px; }
.blog-card__meta { gap: 8px; margin-bottom: 16px; }
.blog-card h2 { letter-spacing: -.014em; }
.blog-card__link { padding-bottom: 1px; border-bottom: 1px solid rgba(31,115,104,.23); }
.blog-card__link:hover { color: #124e47; border-color: #124e47; }
.blog-cta { position: relative; z-index: 1; padding-bottom: 72px; }
.blog-cta__card { position: relative; overflow: hidden; border: 1px solid rgba(155,215,207,.19); border-radius: 28px; background: radial-gradient(circle at 93% 18%, rgba(155,215,207,.14), transparent 25%), #123b37; box-shadow: 0 18px 45px rgba(12,42,38,.1); }
.blog-cta__card::after { content: ''; position: absolute; width: 250px; height: 250px; right: -130px; bottom: -155px; border: 1px solid rgba(241,211,141,.22); border-radius: 50%; }
.blog-cta__card > * { position: relative; z-index: 1; }
.blog-hero--category { background: radial-gradient(circle at 85% 13%, rgba(111,184,170,.17) 0, rgba(111,184,170,0) 28%), #133b37; }
.blog-category-hero__note { display: inline-grid; gap: 4px; margin-top: 22px; padding: 12px 14px; border-left: 2px solid #dcb872; }
.blog-category-hero__note span { color: #a9ddd6; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.blog-category-hero__note b { color: #f2faf8; font-size: .86rem; }
/* Article reading experience: future posts get a stable editorial baseline. */
.blog-article-hero { background-color: #123a36; }
.blog-article-hero__meta span { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5,26,24,.16); }
.blog-article__content > p:first-child { margin-bottom: 1.55em; padding: 2px 0 2px 20px; border-left: 3px solid #d7b976; color: #425a55; font-size: 1.16rem; line-height: 1.72; }
.blog-article__content ul, .blog-article__content ol { margin: 0 0 1.45em 1.2em; padding: 0; }
.blog-article__content li { margin: .42em 0; }
.blog-article__content blockquote { margin: 1.7em 0; padding: 22px 24px; border-left: 3px solid #2b7e72; border-radius: 0 16px 16px 0; color: #244a44; background: #f4faf8; font-size: 1.08rem; font-weight: 700; line-height: 1.62; }
.blog-article__content img { display: block; max-width: 100%; height: auto; margin: 1.8em 0; border-radius: 18px; }
.blog-aside-card:first-child { border-color: rgba(155,215,207,.22); color: #eaf5f3; background: radial-gradient(circle at 95% 0, rgba(155,215,207,.17), transparent 35%), #153f3a; }
.blog-aside-card:first-child > span { color: #e4c380; }
.blog-aside-card:first-child h2 { color: #fff; }
.blog-aside-card:first-child p { color: #c3dad6; }
.blog-aside-card:first-child .text-link { color: #fff0c9; }
.blog-aside-card:first-child .text-link:hover { color: #fff; }
@media (max-width: 1180px) {
  .blog-hero__layout { gap: 38px; }
  .blog-topic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .blog-hero--editorial { padding-top: 72px; }
  .blog-hero__layout { grid-template-columns: 1fr; gap: 30px; }
  .blog-hero__navigator { max-width: 620px; }
  .blog-featured { margin-top: -20px; }
  .blog-featured-card__visual { min-height: 300px; }
  .blog-featured-card__body { padding: 34px 31px; }
}
@media (max-width: 640px) {
  .blog-hero--editorial { padding-top: 58px; padding-bottom: 42px; }
  .blog-hero__principles { display: grid; gap: 14px; margin-top: 22px; }
  .blog-hero__navigator { padding: 20px 17px 6px; border-radius: 17px; }
  .blog-hero__navigator > strong { font-size: 1.02rem; }
  .blog-hero__navigator a { min-height: 52px; }
  .blog-hero--editorial .blog-category-nav { margin-top: 26px; }
  .blog-featured { margin-top: 0; padding-top: 42px; }
  .blog-section-heading--featured { padding: 0; }
  .blog-featured-card { border-radius: 22px; }
  .blog-featured-card__visual { min-height: 236px; }
  .blog-featured-card__body { padding: 27px 21px; }
  .blog-topic-section { padding-top: 54px; padding-bottom: 8px; }
  .blog-topic-grid { grid-template-columns: 1fr; gap: 10px; }
  .blog-topic-card { min-height: 0; padding: 20px 18px; }
  .blog-topic-card__number { margin-bottom: 20px; }
  .blog-topic-card strong { margin-top: 0; }
  .blog-topic-card p { max-width: 42ch; margin-bottom: 17px; }
  .blog-listing { padding-top: 58px; padding-bottom: 58px; }
  .blog-card__visual { min-height: 218px; }
  .blog-cta { padding-bottom: 54px; }
  .blog-cta__card { border-radius: 21px; }
  .blog-article__content > p:first-child { padding-left: 15px; font-size: 1.08rem; }
}

/* ==================================================================
   V3.32.0 — IDEAS Y GUÍAS · LECTURA PROFUNDA Y CONTENIDO ESTRUCTURADO
   Índice, bloques de valor, FAQ, CTAs contextuales y lectura editorial.
   ================================================================== */
.blog-article-page { background: linear-gradient(180deg, #fff 0%, #fbfcfb 58%, #f5f9f7 100%); }
.blog-article__grid--complete { grid-template-columns: minmax(154px,.24fr) minmax(0,1fr) minmax(224px,.36fr); gap: 34px; max-width: 1200px; }
.blog-article__toc-wrap { align-self: start; position: sticky; top: 106px; }
.blog-article-toc { padding: 18px 16px 16px; border: 1px solid #d9e8e4; border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(13,49,43,.055); }
.blog-article-toc > span { display: block; margin-bottom: 11px; color: #a87936; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.blog-article-toc ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.blog-article-toc li { position: relative; padding-left: 17px; counter-increment: toc; }
.blog-article-toc li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: .18em; color: #8aa59e; font-size: .58rem; font-weight: 900; }
.blog-article-toc li a { color: #42635c; font-size: .76rem; font-weight: 800; line-height: 1.38; }
.blog-article-toc li a:hover { color: #167266; }
.blog-article-toc li.is-subsection { display: none; }
.blog-article__content-column { min-width: 0; }
.blog-article__reading-note { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; padding: 14px 16px; border: 1px solid #dce9e6; border-radius: 15px; background: linear-gradient(135deg, #f5faf8 0%, #fff 100%); }
.blog-article__reading-note > span { flex: 0 0 auto; padding: 5px 7px; border-radius: 7px; color: #184a43; background: #b9ded7; font-size: .61rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-article__reading-note p { margin: 0; color: #58706a; font-size: .84rem; line-height: 1.55; }
.blog-article__visual { margin: 0 0 28px; overflow: hidden; border-radius: 22px; border: 1px solid #dfebe7; background: #fff; box-shadow: 0 16px 32px rgba(12,45,40,.06); }
.blog-article__visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: var(--tra-visual-fit, cover); }
.blog-article__visual figcaption { padding: 13px 16px 14px; color: #607571; font-size: .8rem; line-height: 1.5; background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%); }
.blog-article__content { max-width: none; color: #465c57; font-size: 1.045rem; line-height: 1.82; }
.blog-article__content h2 { scroll-margin-top: 124px; margin-top: 2.35em; letter-spacing: -.018em; }
.blog-article__content h3 { scroll-margin-top: 124px; }
.blog-article__content > p:first-child { margin-bottom: 1.8em; padding: 0 0 0 20px; border-left-color: #c69f58; color: #3f5953; font-size: 1.16rem; }
.guide-summary { margin: 2.1em 0 2.25em; padding: 25px 25px 22px; border: 1px solid #d8e8e4; border-radius: 22px; background: linear-gradient(135deg, #eef8f5 0%, #fbfdfc 70%); box-shadow: 0 13px 28px rgba(14,57,49,.055); }
.guide-summary > span, .guide-note > span, .guide-checklist > div > span, .guide-faq__eyebrow { display: block; color: #a87936; font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.guide-summary ul { display: grid; gap: 11px; margin: 16px 0 0; padding: 0; list-style: none; }
.guide-summary li { position: relative; padding-left: 27px; color: #31554d; font-size: .95rem; font-weight: 700; line-height: 1.55; }
.guide-summary li::before { content: '✓'; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #174b44; background: #aedde0; font-size: .68rem; font-weight: 900; }
.guide-note { position: relative; margin: 2.1em 0; padding: 22px 24px 22px 26px; overflow: hidden; border-left: 3px solid #cfa85e; border-radius: 0 18px 18px 0; background: #fbf7ef; }
.guide-note::after { content: ''; position: absolute; width: 130px; height: 130px; right: -60px; bottom: -76px; border: 1px solid rgba(182,134,55,.2); border-radius: 50%; }
.guide-note p { position: relative; z-index: 1; margin: 8px 0 0; color: #5a513e; font-size: 1.02rem; font-weight: 700; line-height: 1.62; }
.guide-section > p:last-child { margin-bottom: 0; }
.guide-section ul { margin-top: 1.1em; padding: 19px 21px 19px 38px; border: 1px solid #e0ece8; border-radius: 16px; background: #fafdfc; }
.guide-section li { padding-left: 2px; }
.guide-checklist { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 26px; margin: 2.6em 0; padding: 29px 30px; border: 1px solid #cfe3de; border-radius: 24px; color: #eaf5f2; background: radial-gradient(circle at 92% 10%, rgba(155,215,207,.16) 0, transparent 30%), #153d38; box-shadow: 0 18px 42px rgba(11,51,44,.13); }
.guide-checklist > div > span { color: #e5c179; }
.guide-checklist h2 { margin: 9px 0 0; color: #fff; font-size: clamp(1.35rem,2.1vw,1.82rem); line-height: 1.22; }
.guide-checklist ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; padding-left: 27px; color: #cde1dd; font-size: .91rem; line-height: 1.52; }
.guide-checklist li::before { content: ''; position: absolute; left: 0; top: .36em; width: 13px; height: 13px; border: 1px solid #a7dad2; border-radius: 4px; background: rgba(155,215,207,.14); }
.guide-faq { margin: 2.75em 0 0; padding-top: 2.4em; border-top: 1px solid #dce9e5; }
.guide-faq h2 { margin-top: .35em; }
.guide-faq details { margin-top: 10px; padding: 0 18px; border: 1px solid #dbe8e4; border-radius: 13px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.guide-faq details[open] { border-color: #b8d8d1; box-shadow: 0 9px 20px rgba(14,55,48,.05); }
.guide-faq summary { position: relative; padding: 16px 26px 16px 0; cursor: pointer; color: #234a43; font-size: .94rem; font-weight: 800; line-height: 1.42; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { content: '+'; position: absolute; right: 0; top: 13px; color: #28796e; font-size: 1.24rem; font-weight: 500; }
.guide-faq details[open] summary::after { content: '–'; }
.guide-faq details > div { padding: 0 0 16px; }
.guide-faq details p { margin: 0; color: #60716c; font-size: .94rem; line-height: 1.66; }
.guide-closing { margin-top: 2.2em !important; padding: 20px 0 0 20px; border-left: 3px solid #27756b; color: #29534c !important; font-size: 1.06rem; font-weight: 700; line-height: 1.66; }
.guide-disclaimer { margin-top: 2.2em !important; padding-top: 17px; border-top: 1px solid #e2ece9; color: #7a8985 !important; font-size: .79rem; line-height: 1.58; }
.blog-article-next-step { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 42px; padding: 32px 34px; overflow: hidden; border: 1px solid rgba(155,215,207,.25); border-radius: 23px; color: #eaf5f2; background: radial-gradient(circle at 95% 12%, rgba(155,215,207,.16) 0, transparent 31%), #123c37; }
.blog-article-next-step > div { max-width: 590px; }
.blog-article-next-step span { display: block; color: #e4c17a; font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.blog-article-next-step h2 { margin: 8px 0 9px; color: #fff; font-size: clamp(1.3rem,2.2vw,1.82rem); line-height: 1.22; }
.blog-article-next-step p { margin: 0; color: #c8ddd8; font-size: .92rem; line-height: 1.6; }
.blog-article-next-step .button { flex: 0 0 auto; border-color: #d9b873; color: #fff5de; }
.blog-article-next-step .button:hover { color: #143e39; border-color: #f0d493; background: #f0d493; }
.blog-article__aside { top: 106px; }
.blog-aside-card--primary { position: relative; overflow: hidden; }
.blog-aside-card--primary::after { content: ''; position: absolute; width: 120px; height: 120px; right: -62px; bottom: -68px; border: 1px solid rgba(241,211,141,.24); border-radius: 50%; }
.blog-aside-card--primary > * { position: relative; z-index: 1; }
.blog-related { padding-top: 74px; }

@media (max-width: 1080px) {
  .blog-article__grid--complete { grid-template-columns: minmax(0,1fr) minmax(220px,.35fr); max-width: 1050px; }
  .blog-article__toc-wrap { grid-column: 1 / -1; position: static; }
  .blog-article-toc { display: grid; grid-template-columns: 140px 1fr; gap: 18px; align-items: start; }
  .blog-article-toc > span { margin: 3px 0 0; }
  .blog-article-toc ol { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px 15px; }
}
@media (max-width: 820px) {
  .blog-article__grid--complete { grid-template-columns: 1fr; gap: 24px; }
  .blog-article__toc-wrap, .blog-article__aside { position: static; }
  .blog-article-toc { display: block; }
  .blog-article-toc > span { margin-bottom: 11px; }
  .blog-article-toc ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-article__aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .guide-checklist { grid-template-columns: 1fr; gap: 19px; }
}
@media (max-width: 560px) {
  .blog-article__reading-note { padding: 13px 14px; }
  .blog-article__visual { margin-bottom: 24px; border-radius: 18px; }
  .blog-article__visual figcaption { padding: 12px 13px 13px; }
  .blog-article__reading-note > span { display: none; }
  .blog-article-toc { padding: 16px 14px; }
  .blog-article-toc ol { grid-template-columns: 1fr; gap: 9px; }
  .blog-article__content { font-size: 1rem; line-height: 1.76; }
  .guide-summary { margin-top: 1.7em; padding: 21px 18px; border-radius: 18px; }
  .guide-summary li { font-size: .9rem; }
  .guide-note { padding: 19px 18px 19px 20px; }
  .guide-checklist { margin: 2.2em 0; padding: 23px 20px; border-radius: 19px; }
  .guide-checklist h2 { font-size: 1.38rem; }
  .guide-faq { margin-top: 2.25em; }
  .guide-faq details { padding: 0 14px; }
  .blog-article-next-step { align-items: flex-start; flex-direction: column; margin-top: 32px; padding: 27px 21px; border-radius: 19px; }
  .blog-article-next-step .button { width: 100%; justify-content: center; }
  .blog-article__aside { grid-template-columns: 1fr; }
}

/* ==================================================================
   V3.32.1 — IDEAS Y GUÍAS · TODAS LAS ENTRADAS VISIBLES
   La entrada destacada no consume el archivo: el listado principal
   muestra siempre todas las publicaciones disponibles de la página.
   ================================================================== */
.blog-hero__all-guides { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #f1d38d; font-size: .87rem; font-weight: 800; }
.blog-hero__all-guides svg { width: 16px; height: 16px; transition: transform .2s ease; }
.blog-hero__all-guides:hover svg { transform: translateX(3px); }
#todas-las-guias { scroll-margin-top: 118px; }
@media (max-width: 767px) {
  .blog-hero__all-guides { margin-top: 18px; }
  #todas-las-guias { scroll-margin-top: 92px; }
}

/* ==================================================================
   V3.32.3 — IDEAS Y GUÍAS · BIBLIOTECA REAL DE ENTRADAS
   /blog/ usa una consulta editorial propia: todas las guías disponibles
   se muestran antes de la exploración secundaria por categorías.
   ================================================================== */
.blog-listing--complete { padding-top: 78px; }
.blog-section-heading--library { align-items: end; }
.blog-library__intro { display: grid; justify-items: start; gap: 12px; max-width: 405px; }
.blog-library__intro > p { max-width: none; }
.blog-library__count { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 10px; border: 1px solid #cfe1dc; border-radius: 999px; color: #24554c; background: #f6fbf9; font-size: .7rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.blog-library-fallback,
.blog-category-fallback { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: 32px; align-items: center; padding: 34px 36px; overflow: hidden; border: 1px solid #d3e5e0; border-radius: 25px; color: #eaf5f2; background: radial-gradient(circle at 94% 10%, rgba(155,215,207,.2) 0, transparent 32%), #163e39; box-shadow: 0 17px 38px rgba(12,51,44,.10); }
.blog-library-fallback .eyebrow,
.blog-category-fallback .eyebrow { color: #e7c37c; }
.blog-library-fallback h2,
.blog-category-fallback h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(1.45rem,2.3vw,2rem); line-height: 1.2; }
.blog-library-fallback p:not(.eyebrow),
.blog-category-fallback p:not(.eyebrow) { margin: 0; max-width: 60ch; color: #c7ddd8; line-height: 1.65; }
.blog-library-fallback__links { display: grid; gap: 9px; }
.blog-library-fallback__links a { display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 9px 13px 9px 10px; border: 1px solid rgba(169,221,214,.26); border-radius: 13px; color: #f3fbf8; background: rgba(255,255,255,.045); font-size: .86rem; font-weight: 800; }
.blog-library-fallback__links a:hover { border-color: #a9ddd6; background: rgba(255,255,255,.095); transform: translateY(-1px); }
.blog-library-fallback__links span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #143c36; background: #a9ddd6; font-size: .65rem; font-weight: 900; }
.blog-library-fallback__links svg { width: 15px; height: 15px; margin-left: auto; }
.blog-category-fallback { grid-template-columns: minmax(0,1fr) auto; }
.blog-category-fallback .button { flex: 0 0 auto; border-color: #ecd18f; color: #fff6de; }
.blog-category-fallback .button:hover { color: #153e39; background: #ecd18f; }

@media (max-width: 900px) {
  .blog-listing--complete { padding-top: 62px; }
  .blog-section-heading--library { align-items: start; }
  .blog-library-fallback,
  .blog-category-fallback { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  .blog-listing--complete { padding-top: 54px; }
  .blog-library__intro { gap: 10px; }
  .blog-library-fallback,
  .blog-category-fallback { padding: 27px 21px; border-radius: 20px; }
  .blog-category-fallback .button { width: 100%; justify-content: center; }
}

/* ==================================================================
   V3.32.4 — IDEAS Y GUÍAS · BIBLIOTECA CENTRADA EN EL USUARIO
   /blog/ muestra valor desde la primera pantalla. Los temas son filtros
   internos: “Todo” siempre vuelve al listado completo de guías.
   ================================================================== */
.blog-page--library { background: #f8faf9; }
.blog-hero--library { padding-bottom: 78px; background: linear-gradient(90deg, rgba(8,28,26,.94) 0%, rgba(8,28,26,.82) 38%, rgba(8,28,26,.64) 100%), var(--tra-blog-hero-image, none) center/cover no-repeat, radial-gradient(circle at 85% 16%, rgba(156,218,208,.16) 0, rgba(156,218,208,0) 29%), radial-gradient(circle at 12% 92%, rgba(225,185,112,.14) 0, rgba(225,185,112,0) 30%), #123b37; }
.blog-hero--library::before { top: -310px; right: 6%; }
.blog-hero--library::after { bottom: -170px; left: 8%; }
.blog-hero__navigator--library { border-color: rgba(180,224,217,.25); background: linear-gradient(160deg, rgba(255,255,255,.105), rgba(255,255,255,.022)); }
.blog-hero__navigator--library strong { max-width: 28ch; }
.blog-start-section { position: relative; z-index: 1; margin-top: 0; padding: 64px 0 76px; }
.blog-start-section > .container { display: grid; grid-template-columns: minmax(230px,.8fr) minmax(0,1.55fr); gap: 30px; align-items: start; }
.blog-start-section__intro { padding: 31px 6px 0 0; }
.blog-start-section__intro h2 { max-width: 15ch; margin: 8px 0 14px; color: var(--teal-900); font-size: clamp(1.62rem,2.55vw,2.28rem); line-height: 1.16; }
.blog-start-section__intro > p:not(.eyebrow) { max-width: 38ch; margin: 0; color: #5c6d68; line-height: 1.66; }
.blog-start-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.blog-start-card { position: relative; display: flex; min-height: 252px; flex-direction: column; align-items: flex-start; padding: 23px 20px 19px; overflow: hidden; border: 1px solid #d7e8e3; border-radius: 20px; color: #294e47; background: #fff; box-shadow: 0 15px 34px rgba(13,49,43,.08); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.blog-start-card::before { content: ''; position: absolute; width: 132px; height: 132px; top: -74px; right: -66px; border: 1px solid rgba(42,116,105,.17); border-radius: 50%; }
.blog-start-card:nth-child(2)::before { border-color: rgba(181,130,49,.19); }
.blog-start-card:hover { transform: translateY(-4px); border-color: #afd2ca; box-shadow: 0 21px 44px rgba(13,49,43,.13); }
.blog-start-card > span { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #153f3a; background: #b7dfd8; font-size: .7rem; font-weight: 900; }
.blog-start-card:nth-child(2) > span { color: #5e4319; background: #efd18f; }
.blog-start-card strong { position: relative; z-index: 1; display: block; margin-top: 25px; color: var(--teal-900); font-size: 1.02rem; line-height: 1.27; }
.blog-start-card p { position: relative; z-index: 1; margin: 10px 0 17px; color: #62726d; font-size: .82rem; line-height: 1.56; }
.blog-start-card em { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: #1c7469; font-size: .75rem; font-style: normal; font-weight: 800; }
.blog-start-card em svg { width: 14px; height: 14px; }
.blog-featured--library { margin-top: 0; padding-top: 0; padding-bottom: 18px; }
.blog-filter-section { padding: 68px 0 34px; background: #f8faf9; }
.blog-filter-section__heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.blog-filter-section__heading > div { max-width: 600px; }
.blog-filter-section__heading h2 { margin: 8px 0 0; color: var(--teal-900); font-size: clamp(1.55rem,2.35vw,2.18rem); line-height: 1.16; }
.blog-filter-section__heading > p { max-width: 38ch; margin: 0; color: #61706d; line-height: 1.62; }
.blog-filter-section__heading strong { color: #215d53; }
.blog-category-nav--library { margin-top: 22px; padding-top: 18px; border-top: 1px solid #dfece8; }
.blog-category-nav--library a { min-height: 40px; padding: 8px 14px; border-color: #cbded9; color: #28564f; background: #fff; box-shadow: 0 4px 10px rgba(9,45,39,.025); }
.blog-category-nav--library a:hover,
.blog-category-nav--library a[aria-current="page"] { color: #fff; border-color: #1e6f64; background: #1e6f64; }
.blog-listing--library { padding-top: 74px; padding-bottom: 80px; }
.blog-listing--library .blog-section-heading--library { margin-bottom: 31px; }
.blog-library-safeguard { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 34px; align-items: center; padding: 38px 40px; overflow: hidden; border: 1px solid #d4e5df; border-radius: 26px; color: #eaf5f2; background: radial-gradient(circle at 94% 5%, rgba(155,215,207,.18) 0, transparent 32%), #143d38; box-shadow: 0 17px 38px rgba(11,50,44,.12); }
.blog-library-safeguard .eyebrow { color: #e8c57d; }
.blog-library-safeguard h2 { max-width: 22ch; margin: 8px 0 12px; color: #fff; font-size: clamp(1.45rem,2.25vw,2.06rem); line-height: 1.2; }
.blog-library-safeguard p:not(.eyebrow) { max-width: 59ch; margin: 0; color: #cae0db; line-height: 1.66; }
.blog-library-safeguard ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.blog-library-safeguard li { display: grid; grid-template-columns: 32px 78px 1fr; align-items: center; gap: 9px; min-height: 48px; padding: 9px 11px; border: 1px solid rgba(177,220,212,.23); border-radius: 12px; background: rgba(255,255,255,.045); }
.blog-library-safeguard li > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: #173f39; background: #a9ddd6; font-size: .62rem; font-weight: 900; }
.blog-library-safeguard li:nth-child(2) > span { color: #5d4218; background: #ebc979; }
.blog-library-safeguard li b { color: #fff; font-size: .84rem; }
.blog-library-safeguard li small { color: #bed5d0; font-size: .76rem; line-height: 1.35; }
.blog-topic-section--library { padding-top: 68px; padding-bottom: 28px; }

@media (max-width: 1080px) {
  .blog-start-section > .container { grid-template-columns: 1fr; gap: 20px; }
  .blog-start-section__intro { padding-top: 20px; }
  .blog-start-section__intro h2 { max-width: 22ch; }
  .blog-start-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .blog-library-safeguard { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .blog-hero--library { padding-bottom: 64px; }
  .blog-start-section { margin-top: 0; padding: 52px 0 58px; }
  .blog-start-grid { grid-template-columns: 1fr; }
  .blog-start-card { min-height: 0; }
  .blog-start-card strong { margin-top: 18px; }
  .blog-filter-section { padding-top: 52px; }
  .blog-filter-section__heading { display: block; }
  .blog-filter-section__heading > p { margin-top: 12px; }
  .blog-listing--library { padding-top: 57px; padding-bottom: 62px; }
}
@media (max-width: 560px) {
  .blog-hero--library { padding-bottom: 51px; }
  .blog-start-section { margin-top: 0; padding-top: 42px; padding-bottom: 48px; }
  .blog-start-section__intro { padding: 0; }
  .blog-start-card { padding: 20px 18px 18px; border-radius: 17px; }
  .blog-filter-section { padding-top: 46px; padding-bottom: 28px; }
  .blog-category-nav--library { margin-top: 18px; padding-top: 16px; }
  .blog-category-nav--library a { min-height: 36px; padding: 7px 11px; font-size: .71rem; }
  .blog-library-safeguard { gap: 23px; padding: 27px 21px; border-radius: 20px; }
  .blog-library-safeguard li { grid-template-columns: 29px 66px 1fr; gap: 7px; }
  .blog-library-safeguard li small { font-size: .71rem; }
  .blog-topic-section--library { padding-top: 50px; }
}

/* ==================================================================
   V3.35.0 — IDEAS Y GUÍAS · FILTROS INMEDIATOS DE BIBLIOTECA
   Los temas actualizan solo el listado de guías, sin paginación ni recarga
   completa de la página. El enlace normal sigue disponible como fallback.
   ================================================================== */
.blog-library__status { min-height: 1.25rem; margin: 0 0 10px; color: #4f6b65; font-size: .78rem; font-weight: 800; line-height: 1.25; }
.blog-library__status:empty { display: none; }
[data-blog-library] [data-blog-library-results] { transition: opacity .18s ease, transform .18s ease; }
[data-blog-library].is-loading [data-blog-library-results] { opacity: .42; pointer-events: none; transform: translateY(3px); }
[data-blog-library].is-loading .blog-library__status::before { content: ''; display: inline-block; width: 9px; height: 9px; margin-right: 7px; border: 2px solid #8ec8bf; border-top-color: #1f7065; border-radius: 50%; vertical-align: -1px; animation: tra-blog-spin .72s linear infinite; }
@keyframes tra-blog-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  [data-blog-library] [data-blog-library-results] { transition: none; }
  [data-blog-library].is-loading .blog-library__status::before { animation: none; }
}


@media (prefers-reduced-motion: reduce) { .blog-card__visual, .blog-featured-card__visual, .blog-card__visual::after, .blog-featured-card__visual::after { transition: none; } }

/* ==================================================================
   V3.41.0 — CONTROL FINAL DEL BLOG EDITORIAL
   Las tarjetas usan imagen real con carga diferida; así las 29 guías
   mantienen su acabado visual sin forzar la descarga simultánea del listado.
   ================================================================== */
.blog-card__visual,
.blog-featured-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: var(--tra-visual-bg, #183d38);
}
.blog-card__image,
.blog-featured-card__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--tra-visual-fit, cover);
  object-position: var(--tra-visual-position, 50% 50%);
  transform: scale(1.001);
  transition: transform .52s ease, filter .32s ease;
}
.blog-card__visual::before,
.blog-featured-card__visual::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,25,23,.01) 35%, rgba(7,25,23,.53) 100%);
  opacity: 1;
}
.blog-card__visual::after,
.blog-featured-card__visual::after { z-index: 2; }
.blog-featured-card__visual span,
.blog-card__visual span { z-index: 3; }
.blog-card:hover .blog-card__image,
.blog-featured-card:hover .blog-featured-card__image { transform: scale(1.045); }
@media (prefers-reduced-motion: reduce) {
  .blog-card__image,
  .blog-featured-card__image { transition: none; }
}


/* ==================================================================
   V3.42.0 — RUTA EDITORIAL DE ENLACES RELACIONADOS
   Cada artículo termina con tres lecturas elegidas por recorrido, no por azar.
   ================================================================== */
.blog-related { padding-top: 76px; padding-bottom: 84px; background: linear-gradient(180deg, #f4f8f6 0%, #eef5f2 100%); }
.blog-related__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.blog-related__heading > div { max-width: 600px; }
.blog-related__heading h2 { margin: 8px 0 0; color: var(--teal-900); font-size: clamp(1.7rem,2.6vw,2.42rem); line-height: 1.13; }
.blog-related__heading > p { max-width: 43ch; margin: 0; color: #5d706b; line-height: 1.65; }
.blog-related__pattern { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0 0 27px; padding: 0; overflow: hidden; border: 1px solid #d7e7e2; border-radius: 18px; list-style: none; background: rgba(255,255,255,.78); box-shadow: 0 10px 24px rgba(18,57,52,.045); }
.blog-related__pattern li { position: relative; display: grid; grid-template-columns: 33px 1fr; gap: 0 10px; min-height: 91px; padding: 18px 18px 16px; border-left: 1px solid #dce9e5; }
.blog-related__pattern li:first-child { border-left: 0; }
.blog-related__pattern span { grid-row: span 2; display: inline-flex; align-items: flex-start; justify-content: center; width: 28px; height: 28px; padding-top: 7px; border-radius: 9px; color: #fff9eb; background: #a77c38; font-size: .61rem; font-weight: 900; letter-spacing: .04em; }
.blog-related__pattern strong { align-self: end; color: #24534c; font-size: .84rem; line-height: 1.25; }
.blog-related__pattern small { align-self: start; margin-top: 4px; color: #6c7c77; font-size: .74rem; line-height: 1.45; }
.blog-related__grid { margin-top: 0; }
.blog-related__grid .blog-card { border-color: #d6e6e1; background: #fff; }
.blog-card__relation { display: inline-flex; align-items: center; margin: 0 0 11px; color: #a07432; font-size: .65rem; font-weight: 900; letter-spacing: .105em; line-height: 1.25; text-transform: uppercase; }
.blog-card__relation::before { content: ''; width: 18px; height: 1px; margin-right: 8px; background: currentColor; opacity: .72; }
.blog-related__all { margin: 26px 0 0; text-align: center; }
.blog-related__all a { display: inline-flex; align-items: center; gap: 8px; color: #17685f; font-size: .86rem; font-weight: 900; }
.blog-related__all a:hover { color: #0d4a43; }
.blog-related__all svg { width: 15px; }
@media (max-width: 900px) {
  .blog-related { padding-top: 60px; padding-bottom: 66px; }
  .blog-related__heading { display: block; }
  .blog-related__heading > p { margin-top: 14px; }
  .blog-related__pattern { grid-template-columns: 1fr; }
  .blog-related__pattern li { min-height: 0; border-top: 1px solid #dce9e5; border-left: 0; }
  .blog-related__pattern li:first-child { border-top: 0; }
}
@media (max-width: 640px) {
  .blog-related { padding-top: 48px; padding-bottom: 52px; }
  .blog-related__heading h2 { font-size: 1.72rem; }
  .blog-related__pattern { margin-bottom: 20px; border-radius: 15px; }
  .blog-related__pattern li { padding: 15px 14px; }
  .blog-related__pattern small { font-size: .72rem; }
  .blog-related__all { margin-top: 22px; }
}


/* ==================================================================
   V3.46.0 — GUÍAS RELACIONADAS EN SERVICIOS
   Bloque editorial inyectado antes del CTA final de cada servicio.
   ================================================================== */
.service-editorial-guides { position: relative; overflow: hidden; border-top: 1px solid #e1ece8; background: linear-gradient(145deg, #f6faf8 0%, #fff 55%, #f4f8f6 100%); }
.service-editorial-guides::before { content: ''; position: absolute; width: 390px; height: 390px; top: -275px; right: -130px; border-radius: 50%; background: rgba(70,135,121,.08); pointer-events: none; }
.service-editorial-guides .container { position: relative; }
.service-editorial-guides__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.56fr); gap: 42px; align-items: end; margin-bottom: 30px; }
.service-editorial-guides__heading h2 { max-width: 18ch; margin: 0; color: var(--teal-900); font-size: clamp(1.75rem,2.7vw,2.55rem); line-height: 1.14; letter-spacing: -.025em; }
.service-editorial-guides__heading > div:last-child { max-width: 440px; }
.service-editorial-guides__heading > div:last-child > p { margin: 0 0 13px; color: #5e716c; font-size: .96rem; line-height: 1.68; }
.service-editorial-guides__grid { position: relative; }
.service-editorial-guides .blog-card { background: rgba(255,255,255,.96); }
.service-editorial-guides .blog-card__visual { min-height: 212px; }
@media (max-width: 840px) {
  .service-editorial-guides__heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 24px; }
  .service-editorial-guides__heading h2 { max-width: 23ch; }
}
@media (max-width: 620px) {
  .service-editorial-guides { padding-top: 46px; padding-bottom: 48px; }
  .service-editorial-guides__heading h2 { font-size: 1.72rem; }
  .service-editorial-guides .blog-card__visual { min-height: 198px; }
}

/* ==================================================================
   V3.47.0 — ROTACIÓN EDITORIAL EN LOCALIDADES
   ================================================================== */
.locality-editorial-rotation { position: relative; overflow: hidden; border-top: 1px solid #dfeae7; background: linear-gradient(145deg, #f6faf8 0%, #fff 55%, #f4f8f6 100%); }
.locality-editorial-rotation::before { content: ''; position: absolute; width: 420px; height: 420px; right: -172px; top: -292px; border-radius: 50%; background: rgba(53,124,112,.08); pointer-events: none; }
.locality-editorial-rotation .container { position: relative; }
.locality-editorial-rotation__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.62fr); gap: 44px; align-items: end; margin-bottom: 34px; }
.locality-editorial-rotation__heading h2 { max-width: 18ch; margin: 0; color: var(--teal-900); font-size: clamp(1.75rem,2.7vw,2.55rem); line-height: 1.14; letter-spacing: -.025em; }
.locality-editorial-rotation__heading > div:last-child { max-width: 470px; }
.locality-editorial-rotation__heading > div:last-child > p { margin: 0 0 13px; color: #5e716c; font-size: .96rem; line-height: 1.68; }
.locality-editorial-rotation__groups { display: grid; gap: 38px; }
.locality-editorial-rotation__group { min-width: 0; }
.locality-editorial-rotation__group-heading { display: flex; align-items: center; gap: 11px; margin: 0 0 16px; }
.locality-editorial-rotation__group-heading > span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 9px; color: #1e655c; background: #dceee9; font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.locality-editorial-rotation__group-heading h3 { margin: 0; color: #244a44; font-size: 1.06rem; letter-spacing: -.01em; }
.locality-editorial-rotation__services { grid-template-columns: repeat(3,minmax(0,1fr)); }
.locality-editorial-rotation__services .service-card { min-width: 0; }
.locality-editorial-rotation__guides .blog-card__visual { min-height: 205px; }
.locality-editorial-rotation__status { min-height: 1.1em; margin: 18px 0 0; color: #6f827d; font-size: .76rem; }
.locality-editorial-rotation.is-updating [data-locality-services],
.locality-editorial-rotation.is-updating [data-locality-guides] { opacity: .74; transition: opacity .18s ease; }
@media (max-width: 840px) {
  .locality-editorial-rotation__heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 27px; }
  .locality-editorial-rotation__heading h2 { max-width: 23ch; }
  .locality-editorial-rotation__services { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .locality-editorial-rotation { padding-top: 46px; padding-bottom: 48px; }
  .locality-editorial-rotation__heading h2 { font-size: 1.72rem; }
  .locality-editorial-rotation__groups { gap: 31px; }
  .locality-editorial-rotation__services { grid-template-columns: 1fr; }
  .locality-editorial-rotation__guides .blog-card__visual { min-height: 198px; }
}
@media (prefers-reduced-motion: reduce) {
  .locality-editorial-rotation.is-updating [data-locality-services],
  .locality-editorial-rotation.is-updating [data-locality-guides] { transition: none; }
}



/* ==================================================================
   V3.48.0 — CAPTACIÓN POR SOLICITUD Y ASIGNACIÓN LOCAL
   La web prioriza el formulario cualificado; no expone llamada ni WhatsApp.
   ================================================================== */
.utility-bar__inner { justify-content: center; }
.utility-bar__claim { grid-column: auto; }
.utility-bar__links { display: none !important; }
.budget-assignment-note { display:flex; gap:11px; align-items:flex-start; margin-top:27px; padding:14px 15px; border:1px solid rgba(155,215,207,.22); border-radius:14px; background:rgba(255,255,255,.07); }
.budget-assignment-note > span { color:#a9ddd6; }
.budget-assignment-note svg { width:20px; height:20px; }
.budget-assignment-note p { margin:0 !important; color:#d1e4df !important; font-size:.83rem; line-height:1.58; }
.budget-assignment-note strong { color:#fff; }
.lead-form--guided { position:relative; }
.lead-form__progress { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:0 0 22px; }
.lead-form__progress span { display:flex; align-items:center; gap:7px; min-width:0; color:#82948f; font-size:.67rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.lead-form__progress b { display:grid; place-items:center; flex:0 0 auto; width:22px; height:22px; border:1px solid #c9dcd7; border-radius:50%; color:#6c817b; background:#fff; font-size:.61rem; }
.lead-form__progress .is-active, .lead-form__progress .is-complete { color:#1a655d; }
.lead-form__progress .is-active b, .lead-form__progress .is-complete b { border-color:#1a7166; color:#fff; background:#1a7166; }
.lead-form__step { margin:0; padding:0; border:0; min-width:0; }
.lead-form__step[hidden] { display:none; }
.lead-form__feedback { display:grid; grid-template-columns:42px minmax(0,1fr); gap:13px; align-items:start; margin:0 0 21px; padding:16px; border:1px solid #d8e5e1; border-radius:16px; color:#31514b; background:linear-gradient(135deg,#f6fbf9 0%,#fff 100%); box-shadow:0 10px 24px rgba(14,52,47,.055); }
.lead-form__feedback[hidden] { display:none; }
.lead-form__feedback.is-success { border-color:#a9d5cc; background:linear-gradient(135deg,#eef9f5 0%,#fff 100%); }
.lead-form__feedback.is-error { border-color:#edc5bd; background:linear-gradient(135deg,#fff6f4 0%,#fff 100%); }
.lead-form__feedback-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; color:#126b61; background:#c7e9e1; }
.lead-form__feedback.is-error .lead-form__feedback-icon { color:#a63822; background:#f9ddd7; }
.lead-form__feedback-icon svg { width:21px; height:21px; }
.lead-form__feedback-copy { min-width:0; }
.lead-form__feedback-copy strong { display:block; margin:1px 0 5px; color:#184841; font-size:.95rem; line-height:1.32; }
.lead-form__feedback.is-error .lead-form__feedback-copy strong { color:#923321; }
.lead-form__feedback-copy p { margin:0; color:#527069; font-size:.84rem; line-height:1.58; }
.lead-form__feedback-copy small { display:block; margin-top:7px; color:#6c827c; font-size:.74rem; line-height:1.5; }
.lead-form__restart { grid-column:2; justify-self:start; margin-top:1px; padding:0; border:0; color:#216e64; background:transparent; font:inherit; font-size:.78rem; font-weight:800; text-decoration:underline; text-underline-offset:3px; cursor:pointer; }
.lead-form__restart:hover { color:#103f39; }
.lead-form[aria-busy="true"] .lead-form__controls .button { opacity:.72; cursor:wait; }
.lead-form__step legend { padding:0; color:#164842; font-size:1.1rem; font-weight:800; }
.lead-form__intro { margin:7px 0 18px; color:#647873; font-size:.84rem; line-height:1.55; }
.lead-form__controls { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:20px; }
.lead-form__controls--next { justify-content:flex-end; }
.lead-form__back { padding:0; border:0; color:#396d64; background:transparent; font:inherit; font-size:.82rem; font-weight:800; cursor:pointer; }
.lead-form__back:hover { color:#143f3a; text-decoration:underline; text-underline-offset:3px; }
.form-field small, .form-field__hint { color:#758782; font-size:.7rem; font-weight:500; line-height:1.45; }
.form-field__hint { display:block; margin-top:1px; }
.lead-form--guided .privacy-check { padding:10px 0 0; border-top:1px solid #e5efeb; }
.lead-form--guided .privacy-check + .privacy-check { padding-top:0; border-top:0; }
.contact-panel__steps { display:grid; gap:11px; margin:27px 0 0; padding:0; list-style:none; }
.contact-panel__steps li { display:grid; grid-template-columns:34px 1fr; gap:11px; align-items:start; padding:13px; border:1px solid rgba(255,255,255,.11); border-radius:15px; background:rgba(255,255,255,.055); }
.contact-panel__steps b { display:grid; place-items:center; width:31px; height:31px; border-radius:10px; color:#a9ded7; background:rgba(155,215,207,.12); font-size:.67rem; }
.contact-panel__steps div { display:grid; gap:3px; }
.contact-panel__steps strong { color:#fff; font-size:.88rem; }
.contact-panel__steps span { color:#bdd4ce; font-size:.78rem; line-height:1.48; }
.mobile-actions--lead { grid-template-columns:1fr; }
.mobile-actions--lead a { background:var(--teal-900) !important; }
@media (max-width: 720px) {
  .lead-form__progress { gap:5px; }
  .lead-form__progress span { font-size:.56rem; letter-spacing:.015em; }
  .lead-form__progress b { width:20px; height:20px; font-size:.56rem; }
  .lead-form__controls { align-items:flex-start; flex-direction:column-reverse; }
  .lead-form__controls--next { align-items:flex-end; }
  .lead-form__controls > div { width:100%; }
  .lead-form__controls .button { width:100%; }
  .lead-form__feedback { grid-template-columns:36px minmax(0,1fr); gap:11px; padding:14px; }
  .lead-form__feedback-icon { width:36px; height:36px; border-radius:11px; }
  .lead-form__restart { grid-column:1 / -1; }
}
