:root {
    color-scheme: light;
    --ink: #071a2f;
    --ink-soft: #17324d;
    --ocean: #0a4b78;
    --aqua: #19c3bb;
    --aqua-dark: #0f8e8a;
    --paper: #f5f8fb;
    --white: #ffffff;
    --line: #d7e1e9;
    --muted: #5c6e7e;
    --shadow: 0 24px 70px rgba(4, 24, 44, .16);
    --radius-lg: 28px;
    --radius-md: 18px;
    font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.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: 1rem; top: 1rem; z-index: 999; transform: translateY(-180%); background: var(--white); color: var(--ink); padding: .75rem 1rem; border-radius: .65rem; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 12px max(24px, calc((100vw - 1180px) / 2)); background: rgba(245, 248, 251, .92); border-bottom: 1px solid rgba(7, 26, 47, .09); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--aqua); background: var(--ink); box-shadow: 0 8px 24px rgba(7, 26, 47, .22); }
.brand-mark svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: .16em; }
.brand-copy small { margin-top: .3rem; color: var(--muted); font-size: .76rem; letter-spacing: .025em; }
.site-nav { display: flex; align-items: center; gap: .35rem; }
.site-nav a { padding: .65rem .85rem; border-radius: .7rem; color: var(--ink-soft); text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { background: var(--white); color: var(--ocean); }
.site-nav .nav-system { margin-left: .4rem; padding-inline: 1rem; background: var(--ink); color: var(--white); }
.site-nav .nav-system:hover, .site-nav .nav-system:focus-visible { background: var(--ocean); color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.cms-section { position: relative; overflow: clip; }

.cms-block-style.cms-title-font-custom h1,
.cms-block-style.cms-title-font-custom h2 { font-family: var(--cms-title-font) !important; }
.cms-block-style.cms-title-color-custom h1,
.cms-block-style.cms-title-color-custom h2 { color: var(--cms-title-color) !important; }
.cms-block-style.cms-title-size-custom h1,
.cms-block-style.cms-title-size-custom h2 { font-size: var(--cms-title-size) !important; }
.cms-block-style.cms-title-weight-custom h1,
.cms-block-style.cms-title-weight-custom h2 { font-weight: var(--cms-title-weight) !important; }
.cms-block-style.cms-title-line-custom h1,
.cms-block-style.cms-title-line-custom h2 { line-height: var(--cms-title-line) !important; }
.cms-block-style.cms-title-letter-custom h1,
.cms-block-style.cms-title-letter-custom h2 { letter-spacing: var(--cms-title-letter) !important; }
.cms-block-style.cms-title-align-custom h1,
.cms-block-style.cms-title-align-custom h2 { text-align: var(--cms-title-align) !important; }
.cms-block-style.cms-title-style-custom h1,
.cms-block-style.cms-title-style-custom h2 { font-style: var(--cms-title-style) !important; }
.cms-block-style.cms-title-decoration-custom h1,
.cms-block-style.cms-title-decoration-custom h2 { text-decoration: var(--cms-title-decoration) !important; }

.cms-block-style.cms-body-font-custom p,
.cms-block-style.cms-body-font-custom li,
.cms-block-style.cms-body-font-custom small,
.cms-block-style.cms-body-font-custom td,
.cms-block-style.cms-body-font-custom blockquote { font-family: var(--cms-body-font) !important; }
.cms-block-style.cms-body-color-custom p:not(.eyebrow),
.cms-block-style.cms-body-color-custom li,
.cms-block-style.cms-body-color-custom small,
.cms-block-style.cms-body-color-custom td,
.cms-block-style.cms-body-color-custom blockquote { color: var(--cms-body-color) !important; }
.cms-block-style.cms-body-size-custom p:not(.eyebrow),
.cms-block-style.cms-body-size-custom li,
.cms-block-style.cms-body-size-custom small,
.cms-block-style.cms-body-size-custom td,
.cms-block-style.cms-body-size-custom blockquote { font-size: var(--cms-body-size) !important; }
.cms-block-style.cms-body-weight-custom p:not(.eyebrow),
.cms-block-style.cms-body-weight-custom li,
.cms-block-style.cms-body-weight-custom small,
.cms-block-style.cms-body-weight-custom td,
.cms-block-style.cms-body-weight-custom blockquote { font-weight: var(--cms-body-weight) !important; }
.cms-block-style.cms-body-line-custom p:not(.eyebrow),
.cms-block-style.cms-body-line-custom li,
.cms-block-style.cms-body-line-custom blockquote { line-height: var(--cms-body-line) !important; }
.cms-block-style.cms-body-letter-custom p:not(.eyebrow),
.cms-block-style.cms-body-letter-custom li,
.cms-block-style.cms-body-letter-custom blockquote { letter-spacing: var(--cms-body-letter) !important; }
.cms-block-style.cms-body-align-custom p:not(.eyebrow),
.cms-block-style.cms-body-align-custom blockquote { text-align: var(--cms-body-align) !important; }
.cms-block-style.cms-body-style-custom p:not(.eyebrow),
.cms-block-style.cms-body-style-custom li,
.cms-block-style.cms-body-style-custom blockquote { font-style: var(--cms-body-style) !important; }
.cms-block-style.cms-body-decoration-custom p:not(.eyebrow),
.cms-block-style.cms-body-decoration-custom li,
.cms-block-style.cms-body-decoration-custom blockquote { text-decoration: var(--cms-body-decoration) !important; }

.cms-block-style.cms-label-font-custom .eyebrow { font-family: var(--cms-label-font) !important; }
.cms-block-style.cms-label-color-custom .eyebrow { color: var(--cms-label-color) !important; }
.cms-block-style.cms-label-size-custom .eyebrow { font-size: var(--cms-label-size) !important; }
.cms-block-style.cms-label-weight-custom .eyebrow { font-weight: var(--cms-label-weight) !important; }
.cms-block-style.cms-label-align-custom .eyebrow { text-align: var(--cms-label-align) !important; }
.cms-block-style.cms-label-style-custom .eyebrow { font-style: var(--cms-label-style) !important; }
.cms-block-style.cms-label-decoration-custom .eyebrow { text-decoration: var(--cms-label-decoration) !important; }

.cms-block-style.cms-button-font-custom .button,
.cms-block-style.cms-button-font-custom button[type="submit"] { font-family: var(--cms-button-font) !important; }
.cms-block-style.cms-button-color-custom .button,
.cms-block-style.cms-button-color-custom button[type="submit"] { color: var(--cms-button-color) !important; }
.cms-block-style.cms-button-bg-custom .button,
.cms-block-style.cms-button-bg-custom button[type="submit"] { background: var(--cms-button-bg) !important; }
.cms-block-style.cms-button-size-custom .button,
.cms-block-style.cms-button-size-custom button[type="submit"] { font-size: var(--cms-button-size) !important; }
.cms-block-style.cms-button-weight-custom .button,
.cms-block-style.cms-button-weight-custom button[type="submit"] { font-weight: var(--cms-button-weight) !important; }
.cms-block-style.cms-button-radius-custom .button,
.cms-block-style.cms-button-radius-custom button[type="submit"] { border-radius: var(--cms-button-radius) !important; }
.cms-block-style.cms-button-style-custom .button,
.cms-block-style.cms-button-style-custom button[type="submit"] { font-style: var(--cms-button-style) !important; }
.cms-block-style.cms-button-decoration-custom .button,
.cms-block-style.cms-button-decoration-custom button[type="submit"] { text-decoration: var(--cms-button-decoration) !important; }

.cms-block-style.cms-title-position-custom h1,
.cms-block-style.cms-title-position-custom .cms-rich-copy > h2,
.cms-block-style.cms-title-position-custom .section-heading h2,
.cms-block-style.cms-title-position-custom .contact-band h2 { position: relative; z-index: var(--cms-title-z, 0); transform: translate(var(--cms-title-x, 0), var(--cms-title-y, 0)); }
.cms-block-style.cms-title-z-custom h1,
.cms-block-style.cms-title-z-custom .cms-rich-copy > h2,
.cms-block-style.cms-title-z-custom .section-heading h2,
.cms-block-style.cms-title-z-custom .contact-band h2 { position: relative; z-index: var(--cms-title-z, 0); }
.cms-block-style.cms-body-position-custom .hero-lead,
.cms-block-style.cms-body-position-custom .cms-rich-copy > p:not(.eyebrow),
.cms-block-style.cms-body-position-custom .split-heading > p,
.cms-block-style.cms-body-position-custom .contact-band-inner > div > p:not(.eyebrow) { position: relative; z-index: var(--cms-body-z, 0); transform: translate(var(--cms-body-x, 0), var(--cms-body-y, 0)); }
.cms-block-style.cms-body-z-custom .hero-lead,
.cms-block-style.cms-body-z-custom .cms-rich-copy > p:not(.eyebrow),
.cms-block-style.cms-body-z-custom .split-heading > p,
.cms-block-style.cms-body-z-custom .contact-band-inner > div > p:not(.eyebrow) { position: relative; z-index: var(--cms-body-z, 0); }
.cms-block-style.cms-label-position-custom .eyebrow { position: relative; z-index: var(--cms-label-z, 0); transform: translate(var(--cms-label-x, 0), var(--cms-label-y, 0)); }
.cms-block-style.cms-label-z-custom .eyebrow { position: relative; z-index: var(--cms-label-z, 0); }
.cms-block-style.cms-button-position-custom .button,
.cms-block-style.cms-button-position-custom button[type="submit"] { position: relative; z-index: var(--cms-button-z, 0); transform: translate(var(--cms-button-x, 0), var(--cms-button-y, 0)); }
.cms-block-style.cms-button-z-custom .button,
.cms-block-style.cms-button-z-custom button[type="submit"] { position: relative; z-index: var(--cms-button-z, 0); }

.cms-block-style.cms-image-width-custom .cms-media-section img,
.cms-block-style.cms-image-width-custom .cms-gallery img { width: var(--cms-image-width) !important; max-width: 100%; }
.cms-block-style.cms-image-radius-custom .cms-media-section img,
.cms-block-style.cms-image-radius-custom .cms-gallery img { border-radius: var(--cms-image-radius) !important; }
.cms-block-style.cms-image-opacity-custom .cms-media-section img,
.cms-block-style.cms-image-opacity-custom .cms-gallery img { opacity: var(--cms-image-opacity) !important; }
.cms-block-style.cms-image-fit-custom .cms-media-section img,
.cms-block-style.cms-image-fit-custom .cms-gallery img { object-fit: var(--cms-image-fit) !important; }
.cms-block-style.cms-image-position-custom .cms-media-section img,
.cms-block-style.cms-image-position-custom .cms-gallery img { position: relative; z-index: var(--cms-image-z, 0); transform: translate(var(--cms-image-x, 0), var(--cms-image-y, 0)); }

.cms-block-style.cms-image-z-custom .cms-media-section img,
.cms-block-style.cms-image-z-custom .cms-gallery img { position: relative; z-index: var(--cms-image-z, 0); }

.hero-section { min-height: calc(100svh - 82px); display: grid; align-items: center; padding: clamp(5rem, 8vw, 8rem) 0; color: var(--white); background: radial-gradient(circle at 78% 18%, #0c5b82 0, transparent 34%), linear-gradient(135deg, #061727 0%, #092b47 58%, #074963 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(8px); opacity: .22; }
.hero-glow-one { width: 260px; height: 260px; left: -80px; top: 24%; background: var(--aqua); }
.hero-glow-two { width: 360px; height: 360px; right: -160px; bottom: -120px; background: #3b82f6; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 1.15rem; color: #8cf6ef; font-size: .76rem; font-weight: 800; letter-spacing: .19em; }
.eyebrow.dark { color: var(--aqua-dark); }
.eyebrow.light { color: #8cf6ef; }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 7.2vw, 6.2rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 1.7rem 0 0; color: #c7d8e6; font-size: clamp(1.05rem, 1.55vw, 1.25rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 750; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--aqua); color: #031a22; }
.button-primary:hover { background: #66e4de; }
.button-ghost { border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.07); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin: 2.1rem 0 0; padding: 0; list-style: none; color: #c7d8e6; font-size: .86rem; }
.hero-trust li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(25,195,187,.13); }
.hero-panel { position: relative; padding: 1rem; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.panel-topline { display: flex; align-items: center; justify-content: space-between; padding: .45rem .45rem 1rem; color: #d8e7ef; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.status-pill { padding: .32rem .62rem; border: 1px solid rgba(140,246,239,.28); border-radius: 999px; color: #8cf6ef; background: rgba(25,195,187,.1); letter-spacing: .03em; }
.route-card { display: grid; grid-template-columns: 48px 1fr; gap: .85rem; padding: 1rem; border-top: 1px solid rgba(255,255,255,.1); }
.route-card.is-current { border: 1px solid rgba(140,246,239,.24); border-radius: 16px; background: rgba(25,195,187,.09); }
.route-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #8cf6ef; background: rgba(255,255,255,.08); font-size: .8rem; font-weight: 850; }
.route-card strong { display: block; font-size: 1rem; }
.route-card small { display: block; margin-top: .2rem; color: #aebfcb; font-size: .82rem; line-height: 1.5; }
.panel-note { margin: .7rem 0 0; padding: .85rem 1rem; border-radius: 14px; color: #bed0dc; background: rgba(2,15,26,.35); font-size: .8rem; }

.services-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.split-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading h2, .process-copy h2, .contact-band h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.1rem); line-height: 1.04; letter-spacing: -.045em; }
.split-heading > p { max-width: 470px; margin: 0 0 .45rem; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 32px rgba(9,34,57,.05); }
.service-card > span { color: var(--aqua-dark); font-size: .8rem; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { margin: auto 0 .75rem; font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card a { margin-top: 1.25rem; color: var(--ocean); font-weight: 750; font-size: .86rem; text-underline-offset: 4px; }

.process-section { padding: clamp(5rem, 9vw, 8rem) 0; color: var(--white); background: var(--ink); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 8rem); }
.process-copy > p:not(.eyebrow) { color: #aec1d0; }
.text-link { display: inline-block; margin-top: 1.3rem; color: #8cf6ef; font-weight: 750; text-decoration: none; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1.15rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(140,246,239,.28); border-radius: 50%; color: #8cf6ef; font-weight: 800; }
.process-list strong { font-size: 1.1rem; }
.process-list p { margin: .35rem 0 0; color: #aec1d0; }
.contact-band { padding: clamp(4rem, 7vw, 6rem) 0; background: var(--aqua); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-band h2 { max-width: 760px; }

.site-footer { padding: 3.5rem 0; color: #c8d4de; background: #04111d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; }
.footer-grid strong { color: var(--white); letter-spacing: .15em; }
.footer-grid p { margin: .35rem 0 0; }
.footer-grid div > span { display: block; margin-bottom: .35rem; color: #7f95a8; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: var(--white); text-underline-offset: 4px; }
.footer-grid #cms-footer-contact { display: flex; align-items: flex-start; flex-direction: column; }
.footer-grid #cms-footer-contact small { color: #9fb0bf; }
.footer-social { display: flex; gap: .75rem; margin-top: .55rem; font-size: .82rem; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #7f95a8; font-size: .82rem; }

.cms-text-section, .cms-media-section, .cms-heading-section, .cms-buttons-section, .cms-banner-section, .cms-whatsapp-section, .cms-promotion-section, .cms-controlled-section, .cms-faq-section, .cms-cta-section, .cms-services-section, .cms-gallery-section, .cms-stats-section, .cms-testimonials-section, .cms-video-section, .cms-columns-section, .cms-table-section, .cms-contact-section, .cms-map-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.cms-rich-copy { max-width: 780px; }
.cms-rich-copy h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.035em; }
.cms-rich-copy p { color: var(--muted); font-size: 1.05rem; white-space: pre-line; }
.cms-heading-section { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.cms-heading-section .cms-rich-copy { max-width: 900px; }
.cms-button-block.centro { text-align: center; }
.cms-button-block.centro .button-row { justify-content: center; }
.cms-button-block.derecha { text-align: right; }
.cms-button-block.derecha .button-row { justify-content: flex-end; }
.cms-button-block .button-ghost { border-color: var(--line); color: var(--ink); background: var(--white); }
.cms-banner-section { color: var(--white); background: var(--ink); }
.cms-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cms-banner h2, .cms-whatsapp h2, .cms-promotion h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.05; letter-spacing: -.04em; }
.cms-banner p:not(.eyebrow), .cms-promotion p:not(.eyebrow) { max-width: 760px; color: #b9cad6; }
.cms-whatsapp-section { background: #e8f7f1; }
.cms-whatsapp { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 1.5rem; }
.cms-whatsapp-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: var(--white); background: #138a63; box-shadow: 0 13px 35px rgba(19,138,99,.24); font-weight: 850; }
.cms-whatsapp p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.cms-promotion-section { color: var(--white); background: radial-gradient(circle at 90% 20%, #126a89 0, transparent 34%), linear-gradient(135deg, #061727, #093451); }
.cms-promotion { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: center; }
.cms-promotion small { display: block; margin-top: 1rem; color: #91a8b8; }
.cms-promotion-action { display: grid; justify-items: start; gap: 1.2rem; padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.07); }
.cms-promotion-action strong { color: #8cf6ef; font-size: 1.3rem; }
.cms-controlled-content { max-width: 900px; }
.cms-controlled-content h2, .cms-controlled-content h3, .cms-controlled-content h4 { line-height: 1.15; letter-spacing: -.025em; }
.cms-controlled-content h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.cms-controlled-content p, .cms-controlled-content li, .cms-controlled-content blockquote { color: var(--ink-soft); }
.cms-controlled-content blockquote { margin-left: 0; padding: 1rem 1.25rem; border-left: 4px solid var(--aqua-dark); background: var(--white); }
.cms-controlled-content code { padding: .15rem .35rem; border-radius: .3rem; background: #e7edf1; }
.cms-controlled-content a { color: var(--ocean); font-weight: 700; text-underline-offset: 4px; }
.cms-block-style.espacio-compacto > .cms-section { padding-top: 2.25rem; padding-bottom: 2.25rem; }
.cms-block-style.espacio-amplio > .cms-section { padding-top: clamp(6rem, 11vw, 9rem); padding-bottom: clamp(6rem, 11vw, 9rem); }
.cms-block-style.fondo-personalizado { background-color: var(--paper); background-attachment: scroll; }
.cms-block-style.fondo-personalizado > .cms-section { background: transparent !important; }
.cms-block-style.ancho-estrecho .section-shell { width: min(860px, calc(100% - 40px)); }
.cms-block-style.ancho-ancho .section-shell { width: min(1440px, calc(100% - 40px)); }
.cms-block-style.tema-suave > .cms-section:not(.hero-section):not(.contact-band):not(.cms-banner-section):not(.cms-whatsapp-section):not(.cms-promotion-section):not(.cms-contact-section) { background: #eaf2f5; }
.cms-block-style.tema-oscuro > .cms-section:not(.hero-section):not(.contact-band):not(.cms-banner-section):not(.cms-whatsapp-section):not(.cms-promotion-section):not(.cms-contact-section) { color: var(--white); background: var(--ink); }
.cms-block-style.tema-oscuro .cms-rich-copy p, .cms-block-style.tema-oscuro .cms-columns p, .cms-block-style.tema-oscuro .cms-caption, .cms-block-style.tema-oscuro .cms-controlled-content p, .cms-block-style.tema-oscuro .cms-controlled-content li, .cms-block-style.tema-oscuro .cms-controlled-content blockquote { color: #b9cad6; }
.cms-block-style.tema-oscuro .eyebrow.dark { color: #8cf6ef; }
.cms-block-style.tema-marca > .cms-section:not(.hero-section):not(.contact-band):not(.cms-banner-section):not(.cms-whatsapp-section):not(.cms-promotion-section):not(.cms-contact-section) { background: #dff6f3; }
.cms-image-text { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.cms-image-text img, .cms-gallery img { width: 100%; height: auto; display: block; border-radius: var(--radius-md); object-fit: cover; }
.cms-faq-list { max-width: 900px; }
.cms-faq-list details { padding: 1rem 0; border-top: 1px solid var(--line); }
.cms-faq-list summary { cursor: pointer; font-weight: 750; }
.cms-faq-list p { color: var(--muted); }
.cms-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cms-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cms-stat { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cms-stat strong { display: block; color: var(--ocean); font-size: 2rem; }
.cms-media-placeholder { min-height: 320px; display: grid; place-items: center; border: 1px dashed #aec0cd; border-radius: var(--radius-md); color: var(--muted); background: #eaf0f4; }
.cms-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.cms-testimonial { margin: 0; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cms-testimonial blockquote { margin: 0; color: var(--ink-soft); font-size: 1.03rem; }
.cms-testimonial blockquote::before { content: "“"; display: block; height: 2.2rem; color: var(--aqua-dark); font-size: 3.5rem; line-height: 1; }
.cms-testimonial figcaption { display: grid; margin-top: 1.4rem; }
.cms-testimonial figcaption span { color: var(--muted); font-size: .8rem; }
.cms-video-frame { position: relative; overflow: hidden; margin-top: 2rem; padding-top: 56.25%; border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow); }
.cms-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cms-video-placeholder { margin-top: 2rem; }
.cms-caption { color: var(--muted); font-size: .85rem; text-align: center; }
.cms-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.cms-columns article { padding: 1.6rem; border-top: 3px solid var(--aqua); background: var(--white); box-shadow: 0 12px 34px rgba(9,34,57,.06); }
.cms-columns h3 { margin-top: 0; }
.cms-columns p { margin-bottom: 0; color: var(--muted); white-space: pre-line; }
.cms-table-wrap { overflow-x: auto; margin-top: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cms-table-wrap table { width: 100%; border-collapse: collapse; }
.cms-table-wrap th, .cms-table-wrap td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cms-table-wrap th { color: var(--white); background: var(--ink); font-size: .82rem; letter-spacing: .04em; }
.cms-table-wrap tr:last-child td { border-bottom: 0; }
.cms-separator { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.cms-separator.pequeno { padding-block: 1.5rem; }
.cms-separator.medio { padding-block: 3rem; }
.cms-separator.grande { padding-block: 5rem; }
.cms-separator.linea span { display: block; height: 1px; background: var(--line); }
.cms-separator.puntos span { display: block; width: 70px; margin: auto; border-top: 5px dotted var(--aqua-dark); }
.cms-contact-section { background: #e9f5f5; }
.cms-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.cms-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 18px 50px rgba(9,34,57,.08); }
.cms-contact-form label { display: grid; gap: .4rem; }
.cms-contact-form label.full, .cms-contact-form button, .cms-contact-form > small { grid-column: 1 / -1; }
.cms-contact-form label span { font-size: .82rem; font-weight: 750; }
.cms-contact-form input, .cms-contact-form textarea { width: 100%; padding: .85rem; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfd; }
.cms-contact-form input:focus, .cms-contact-form textarea:focus { outline: 2px solid #9cddda; border-color: var(--aqua-dark); }
.cms-contact-form > small { color: var(--muted); }
.cms-map-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: center; }
.cms-map-frame { width: 100%; min-height: 430px; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.dark-link { color: var(--ocean); }

@media (max-width: 980px) {
    .hero-layout, .process-layout { grid-template-columns: 1fr; }
    .hero-copy h1 { max-width: 780px; }
    .hero-panel { max-width: 660px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .split-heading { grid-template-columns: 1fr; gap: 1rem; }
    .cms-image-text, .cms-contact-layout, .cms-map-layout, .cms-promotion { grid-template-columns: 1fr; }
    .cms-whatsapp { grid-template-columns: 70px 1fr; }
    .cms-whatsapp .button { grid-column: 2; justify-self: start; }
    .cms-testimonials, .cms-columns { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .section-shell { width: min(100% - 28px, 1180px); }
    .site-header { min-height: 72px; padding: 10px 14px; }
    .brand-mark { width: 42px; height: 42px; }
    .brand-copy small { display: none; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; padding: .7rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: .82rem 1rem; }
    .site-nav .nav-system { margin: .3rem 0 0; text-align: center; }
    .hero-section { min-height: auto; padding: 5rem 0; }
    .hero-copy h1 { font-size: clamp(2.9rem, 15vw, 4.8rem); }
    .hero-layout { gap: 3rem; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 270px; }
    .contact-band-inner { align-items: flex-start; flex-direction: column; }
    .cms-banner { align-items: flex-start; flex-direction: column; }
    .cms-whatsapp { grid-template-columns: 1fr; }
    .cms-whatsapp .button { grid-column: auto; justify-self: stretch; }
    .footer-grid { grid-template-columns: 1fr; }
    .copyright { grid-column: auto; }
    .cms-gallery, .cms-stats, .cms-testimonials, .cms-columns { grid-template-columns: 1fr; }
    .cms-contact-form { grid-template-columns: 1fr; }
    .cms-contact-form label.full, .cms-contact-form button, .cms-contact-form > small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
