/* Domiplay.com — estilos base (Swiss Digital 2.0)
 * @version 2.2.8
 */

html {
    font-size: 100%;
}

:root {
    /* Marca (acentos) */
    --brand-shell: #05163a;
    --brand-night: #020815;
    --brand-blue-dark: #031b4e;
    --brand-blue: #032b8a;
    --brand-blue-mid: #0a50a2;
    --brand-cyan: #0069ff;
    --brand-cyan-alt: #0069ff;
    --brand-cyan-hover: #0058db;
    --brand-accent-rgb: 0, 105, 255;
    --brand-orange: #f06a0d;

    /* Swiss Digital — superficies y texto */
    --surface-page: #ffffff;
    --surface-muted: #fafafa;
    --surface-subtle: #f6f8fa;
    --text-primary: #0a0a0a;
    --text-secondary: #525252;
    --text-muted: #737373;
    --border-subtle: #e5e5e5;
    --shadow-subtle: 0 1px 2px rgba(0, 0, 0, .06);

    --brand-text: var(--text-primary);
    --brand-text-muted: var(--text-secondary);

    --font-heading: 'Space Grotesk', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;

    /* Escala tipográfica */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-md: 1.125rem;
    --text-lg: 1.875rem;
    --text-xl: 2.25rem;
    --text-2xl: clamp(2.625rem, 6vw, 3.75rem);
    --text-3xl: clamp(3.375rem, 7.5vw, 4.875rem);
    --title-accent-start: rgb(0, 105, 255);
    --title-accent-end: #5d00ff;

    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    --weight-bold: 700;

    --leading-tight: 1.15;
    --leading-normal: 1.5;
    --leading-loose: 1.65;

    /* Espaciado (base 8px) */
    --space-4: 0.5rem;
    --space-6: 0.75rem;
    --space-8: 1rem;
    --space-12: 1.5rem;
    --space-16: 2rem;
    --space-20: 2.5rem;
    --space-24: 3rem;
    --space-28: 3.5rem;
    --space-32: 4rem;
    /* Ritmo vertical entre secciones (bloques de página) */
    --section-y: clamp(5.5rem, 12vw, 10rem);
    --section-y-band: clamp(4rem, 9vw, 6.5rem);
    --section-heading-gap: clamp(2rem, 4.5vw, 3.25rem);
    --section-content-gap: clamp(2rem, 4vw, 3rem);

    --radius-pill: 9999px;
    --radius-lg: 12px;
    --radius-md: 8px;
}

/* Títulos: solo h1 en bold; h2–h6 en semibold */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    line-height: var(--leading-tight);
}

h1 {
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
}

h2, h3, h4, h5, h6 {
    font-weight: var(--weight-semibold);
}

h2 { font-size: var(--text-2xl); }
h3 { font-size: var(--text-xl); }
h4 { font-size: var(--text-lg); }

h5 { font-size: calc(var(--text-md) * 1.5); }
h6 { font-size: calc(var(--text-base) * 1.5); }

/* Cuerpo y elementos de texto (sin span global: hereda del contenedor en títulos) */
p, li, label, td, th {
    font-family: var(--font-body);
    font-size: var(--text-base);
    line-height: var(--leading-normal);
}

/* Textos secundarios */
small, .text-muted, .meta, .caption, .badge {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-regular);
    line-height: var(--leading-loose);
}

/* Navegación */
nav a, .navbar-brand, .nav-link {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-medium);
}

/* Botones */
button, .btn, a.btn {
    font-family: var(--font-body) !important;
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    letter-spacing: 0.01em;
}

/* Formularios */
input, textarea, select, .form-control {
    font-family: var(--font-body) !important;
    font-size: var(--text-base);
    font-weight: var(--weight-regular);
}

/* Títulos de componente (además de h1–h6) — semibold; h1 de página mantiene bold */
.section-heading__title,
.page-heading__highlight,
.about-section__title,
.about-values__card-title,
.about-team__name,
.podcast-process__title,
.podcast-outcomes__title,
.podcast-marketing-upsell__title,
.pricing-plan__name,
.pricing-compare__title,
.audience-grid__title,
.blog-card__title,
.case-study-card__title,
.case-study-timeline__title,
.cookie-consent__title,
.cookie-consent-modal__title,
.contact-channels__title,
.distribution-showcase__name,
.clients-showcase__name,
.testimonials__name,
.station-name,
.program-title,
.card-title,
.page-content h2,
.case-study-prose h2,
.case-study-prose h3 {
    font-family: var(--font-heading);
    font-weight: var(--weight-semibold);
}

h1.page-heading__title,
h1.blog-article__title,
h1.case-study-article__title {
    font-weight: var(--weight-bold);
}

/* Subtítulos bajo encabezados de página o sección */
.page-heading__subline,
.page-heading__lead,
.section-heading__lead,
.hero-intro__subline,
.hero-intro__lead,
.about-page__tagline,
.brand-positioning__lead,
.network-credibility__lead,
.regional-coverage__lead,
.contact-channels__lead,
.podcast-outcomes__lead,
.podcast-marketing-upsell__lead,
.cookie-consent-modal__lead,
.podcast-landing-form__subheadline {
    font-weight: var(--weight-semibold);
}

/* Nombre de emisora / título de card */
.station-name, .program-title, .card-title {
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
}

.brand-accent {
    color: var(--brand-cyan);
    font-weight: 600;
}

/* Palabra de acción destacada en títulos */
.title-accent,
.page-heading__title .title-accent,
.page-heading__highlight.title-accent,
.section-heading__title .title-accent,
h1 .title-accent,
h2 .title-accent,
h3 .title-accent,
h4 .title-accent,
h5 .title-accent,
h6 .title-accent {
    background: linear-gradient(90deg, var(--title-accent-start) 0%, var(--title-accent-end) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: inherit;
}

* {
    word-break: break-word !important;
    font-display: auto !important;
}

body {
    min-height: 600px;
    color: var(--text-primary) !important;
    background: var(--surface-page);
    padding-top: 4.6em;
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-regular);
    line-height: var(--leading-normal);
}

.nav-link {
    padding: .5em .8em !important;
    color: var(--text-primary) !important;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--brand-cyan) !important;
}

.btn {
    cursor: pointer !important;
    overflow: hidden;
    border-radius: var(--radius-pill);
}

.btn-lg {
    border-radius: var(--radius-pill);
    padding: .75rem 1.75rem;
}

.form-control,
.custom-select {
    border-radius: var(--radius-md);
    border-color: var(--border-subtle);
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 3px rgba(var(--brand-accent-rgb), .15);
}

.gradient {
    background: var(--surface-subtle);
}

.site-navbar {
    --navbar-pad-y: 0.65rem;
    --navbar-logo-w: 189px;
    --navbar-logo-h: 50px;
    --navbar-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --navbar-duration: 0.42s;
    padding-top: var(--navbar-pad-y);
    padding-bottom: var(--navbar-pad-y);
    background-color: var(--surface-page) !important;
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-subtle);
    transition:
        padding var(--navbar-duration) var(--navbar-ease),
        background-color var(--navbar-duration) var(--navbar-ease),
        border-color var(--navbar-duration) var(--navbar-ease),
        box-shadow var(--navbar-duration) var(--navbar-ease),
        backdrop-filter var(--navbar-duration) var(--navbar-ease);
}

.site-navbar.site-navbar--compact {
    --navbar-pad-y: 0.35rem;
    --navbar-logo-w: 44px;
    --navbar-logo-h: 44px;
    background-color: rgba(255, 255, 255, 0.88) !important;
    border-bottom-color: rgba(229, 229, 229, 0.85);
    box-shadow: 0 6px 28px rgba(3, 27, 78, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.site-navbar__brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1.25rem;
}

.site-navbar__logo {
    position: relative;
    display: block;
    width: var(--navbar-logo-w);
    height: var(--navbar-logo-h);
    transition: width var(--navbar-duration) var(--navbar-ease), height var(--navbar-duration) var(--navbar-ease);
}

.site-navbar__logo-full,
.site-navbar__logo-mark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: none;
    transition:
        opacity var(--navbar-duration) var(--navbar-ease),
        transform var(--navbar-duration) var(--navbar-ease);
}

.site-navbar__logo-full {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transform-origin: left center;
}

.site-navbar__logo-mark {
    opacity: 0;
    transform: translateY(-50%) scale(0.88);
    transform-origin: left center;
    pointer-events: none;
}

.site-navbar--compact .site-navbar__logo-full {
    opacity: 0;
    transform: translateY(-50%) scale(0.94);
}

.site-navbar--compact .site-navbar__logo-mark {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
}

@media (min-width: 992px) {
    .site-navbar .site-navbar__primary .nav-link {
        transition:
            font-size var(--navbar-duration) var(--navbar-ease),
            padding var(--navbar-duration) var(--navbar-ease);
    }

    .site-navbar--compact .site-navbar__primary .nav-link {
        font-size: 0.875rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .site-navbar--compact .navbar-ctas .btn-nav-trial {
        font-size: 0.8125rem;
        padding: 0.4rem 0.95rem;
        transition: font-size var(--navbar-duration) var(--navbar-ease), padding var(--navbar-duration) var(--navbar-ease);
    }

    .site-navbar--compact .dropdown-toggle::after {
        vertical-align: 0.12em;
    }
}

.site-navbar--compact .navbar-toggler {
    padding: 0.2rem 0.45rem;
    transition: padding var(--navbar-duration) var(--navbar-ease);
}

@media (prefers-reduced-motion: reduce) {
    .site-navbar,
    .site-navbar__logo,
    .site-navbar__logo-full,
    .site-navbar__logo-mark,
    .site-navbar .site-navbar__primary .nav-link,
    .site-navbar--compact .navbar-ctas .btn-nav-trial {
        transition-duration: 0.01ms !important;
    }
}

.site-navbar__dropdown {
    background-color: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: .35rem 0;
    margin-top: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.site-navbar__dropdown .dropdown-item {
    font-size: var(--text-sm);
    color: var(--text-primary);
    padding: .45rem 1rem;
}

.site-navbar__dropdown .dropdown-item:hover,
.site-navbar__dropdown .dropdown-item:focus {
    color: var(--text-primary);
    background-color: var(--surface-muted);
}

.site-navbar .dropdown-toggle::after {
    margin-left: .35em;
    vertical-align: .15em;
}

/* Dropdown dentro de navbar: evitar recorte y asegurar capa sobre el hero */
.site-navbar .navbar-collapse {
    overflow: visible;
}

.site-navbar .nav-item.dropdown {
    position: relative;
}

.site-navbar .nav-item.dropdown.show > .dropdown-menu,
.site-navbar .nav-item.dropdown .dropdown-menu.show {
    display: block;
}

.site-navbar .dropdown-menu {
    z-index: 1050;
}

@media (max-width: 991.98px) {
    .site-navbar .nav-item.dropdown .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: .25rem;
        padding-left: 1rem;
        background-color: var(--surface-muted);
    }

    .site-navbar .dropdown-toggle::after {
        float: right;
        margin-top: .45em;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-navbar__primary .nav-link {
        font-size: var(--text-sm);
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.network-credibility--inner {
    margin-top: 0;
}

.btn-nav-trial {
    font-weight: 600;
    white-space: nowrap;
}

.btn-nav-trial__short {
    display: none;
}

@media (max-width: 767.98px) {
    .btn-nav-trial {
        font-size: var(--text-sm);
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .btn-nav-trial__full {
        display: none;
    }

    .btn-nav-trial__short {
        display: inline;
    }
}

nav .btn-nav-trial {
    color: #fff !important;
}

/* Botones de marca — pill, sin glow */
.btn-brand,
.btn-brand-cta {
    background-color: var(--brand-cyan);
    border: 1px solid var(--brand-cyan);
    border-radius: var(--radius-pill);
    color: #fff !important;
    font-weight: 600;
    padding: .65rem 1.5rem;
    box-shadow: none;
    transition: background .15s ease, border-color .15s ease;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand-cta:hover,
.btn-brand-cta:focus {
    background-color: var(--brand-cyan-hover);
    border-color: var(--brand-cyan-hover);
    color: #fff !important;
    box-shadow: none;
}

.btn-outline-brand {
    color: var(--brand-cyan);
    border: 1px solid var(--brand-cyan);
    border-radius: var(--radius-pill);
    background-color: transparent;
    padding: .65rem 1.5rem;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    background-color: rgba(var(--brand-accent-rgb), .08);
    border-color: var(--brand-cyan-hover);
    color: var(--brand-cyan-hover) !important;
}

.bg-brand-panel {
    background: var(--surface-subtle);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.text-brand {
    color: var(--brand-cyan) !important;
}

/* Enlaces de texto en contenido */
p a:not(.btn),
li a:not(.btn),
td a:not(.btn),
.form-contact__legal-text a,
.form-contact__trial-note a {
    color: var(--brand-cyan);
}

p a:not(.btn):hover,
p a:not(.btn):focus,
li a:not(.btn):hover,
li a:not(.btn):focus,
td a:not(.btn):hover,
td a:not(.btn):focus,
.form-contact__legal-text a:hover,
.form-contact__trial-note a:hover {
    color: var(--brand-cyan-hover);
}

/* Encabezados de página y sección (page_heading / section_heading) */
.page-heading {
    margin-top: 0;
}

.page-heading__eyebrow {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
    margin-bottom: .5rem;
}

.page-heading__title {
    font-family: var(--font-heading);
    font-weight: var(--weight-bold);
    font-size: var(--text-2xl);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.page-heading--standard .page-heading__title {
    color: var(--text-primary);
}

.page-heading__highlight {
    font-weight: var(--weight-semibold);
}

.page-heading__subline {
    font-family: var(--font-body);
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
    line-height: var(--leading-normal);
    color: var(--text-secondary);
    margin-bottom: var(--space-8);
}

.page-heading__lead {
    margin-bottom: 0;
    word-wrap: break-word;
    color: var(--text-secondary);
}

/* Hero Swiss Digital */
.page-heading--hero-swiss .page-heading__title {
    color: var(--text-primary);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    letter-spacing: -0.02em;
    line-height: var(--leading-tight);
}

.page-heading--hero-swiss .page-heading__eyebrow {
    color: var(--text-muted);
    margin-bottom: var(--space-6);
}

.page-heading--hero-swiss .page-heading__lead,
.page-heading--hero-swiss .page-heading__subline {
    color: var(--text-secondary);
}

.page-heading--hero-swiss.text-center .page-heading__lead {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

/* Compatibilidad variantes legacy → estilos claros */
.page-heading--hero-gradient .page-heading__title,
.page-heading--hero-dark .page-heading__title,
.page-heading--hero-marketing .page-heading__title {
    color: var(--text-primary);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
}

.page-heading--hero-gradient .page-heading__lead,
.page-heading--hero-dark .page-heading__lead,
.page-heading--hero-marketing .page-heading__lead {
    color: var(--text-secondary);
}

.page-heading--hero-dark .page-heading__subline {
    font-size: var(--text-md);
    font-weight: var(--weight-semibold);
    color: var(--text-secondary);
    margin-bottom: var(--space-8);
}

.page-heading--wide .page-heading__lead {
    max-width: none;
}

.page-heading--hero-marketing .page-heading__highlight {
    font-weight: var(--weight-semibold);
}

.page-heading--hero-marketing.text-center {
    text-align: left;
}

.hero-swiss__heading .page-heading__title,
.hero-marketing__heading .page-heading__title {
    font-size: clamp(var(--text-xl), 3.5vw, var(--text-2xl));
}

/* Hero split (landings Agency / Streaming) */
.hero-swiss,
.hero-marketing {
    position: relative;
    color: var(--text-primary);
    padding: var(--section-y) 0;
    background: var(--surface-page);
    border-bottom: 1px solid var(--border-subtle);
    overflow: visible;
}

.hero-swiss__container,
.hero-marketing__container {
    position: relative;
    z-index: 1;
}

.hero-streaming .hero-swiss__diff,
.hero-streaming .hero-marketing__diff {
    color: var(--text-muted);
}

/* Streaming landing */
.streaming-features__card {
    padding: 1.25rem 1.1rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    height: 100%;
}

.streaming-features__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .75rem;
    border-radius: 50%;
    background: rgba(var(--brand-accent-rgb), .12);
    color: var(--brand-blue);
    font-size: 1.1rem;
}

.streaming-compat__item {
    display: block;
    padding: .65rem .85rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .375rem;
    font-size: .875rem;
    color: var(--brand-blue);
    text-align: center;
}

.streaming-plan__specs {
    margin: 0 0 1rem;
    padding: .75rem 1rem;
    background: rgba(var(--brand-accent-rgb), .06);
    border-radius: .375rem;
    font-size: .8125rem;
    line-height: 1.55;
}

.streaming-plan__specs li + li {
    margin-top: .25rem;
}

.streaming-closer .btn-outline-primary {
    border-color: var(--border-subtle);
    color: var(--text-primary);
    border-radius: var(--radius-pill);
}

.streaming-closer .btn-outline-primary:hover {
    background: var(--surface-page);
    border-color: var(--text-primary);
    color: var(--text-primary);
}

.pricing-streaming-summary .card-service {
    border-color: rgba(var(--brand-accent-rgb), .25);
}

/* Streaming TV landing */
.streaming-tv-steps__card {
    padding: 1.25rem 1rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
}

.streaming-tv-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: .75rem;
    border-radius: 50%;
    background: var(--brand-cyan);
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
}

.streaming-tv-use-cases__item {
    display: block;
    padding: .75rem 1rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .375rem;
    font-size: .9375rem;
    color: var(--brand-blue);
}

.streaming-tv-use-cases__item .fa-check {
    margin-right: .5rem;
}

.streaming-tv-panel__card {
    border: 1px solid rgba(3, 43, 138, .1);
}

.hero-home__cta-divider {
    color: var(--text-muted);
}

/* Portada — servicios */
.home-services__card--featured {
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 1px rgba(var(--brand-accent-rgb), .2);
}

.home-services__price {
    font-size: 1.05rem;
}

.marketing-service__edge {
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--brand-blue);
    margin-top: .75rem;
    padding-top: .65rem;
    border-top: 1px solid rgba(3, 43, 138, .1);
}

/* Ejemplo de entregables mensuales (marketing) */
.marketing-deliverables {
    padding: 1rem 1.1rem;
    background: rgba(var(--brand-accent-rgb), .08);
    border: 1px solid rgba(var(--brand-accent-rgb), .22);
    border-radius: .5rem;
}

.marketing-deliverables--page {
    padding: 1.35rem 1.5rem;
}

.marketing-deliverables--plan {
    margin: 0 0 1rem;
}

.marketing-deliverables__eyebrow {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-cyan);
    margin: 0;
}

.marketing-deliverables__scenario {
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--brand-blue);
    margin: 0;
}

.marketing-deliverables__list {
    margin: .75rem 0 0;
}

.marketing-deliverables__item {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .875rem;
    line-height: 1.45;
    color: var(--brand-text);
    margin-bottom: .45rem;
}

.marketing-deliverables__item:last-child {
    margin-bottom: 0;
}

.marketing-deliverables__item .fa-check {
    flex-shrink: 0;
    margin-top: .2rem;
    color: var(--brand-cyan);
    font-size: .75rem;
}

.marketing-deliverables__disclaimer {
    font-size: .8125rem;
    line-height: 1.45;
    color: var(--brand-text-muted);
    margin-top: .85rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(3, 43, 138, .1);
}

.hero-swiss__cta-note,
.hero-marketing__cta-note,
.marketing-closer__cta-note {
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    color: var(--text-secondary);
    margin-top: var(--space-6);
    max-width: 22rem;
}

.marketing-closer__cta-note {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-swiss__diff,
.hero-marketing__diff {
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    line-height: var(--leading-normal);
    color: var(--text-muted);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 var(--space-8);
    max-width: 32rem;
}

.hero-swiss__actions,
.hero-marketing__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-6) var(--space-8);
    margin-top: var(--space-12);
}

.hero-swiss__price,
.hero-marketing__price {
    margin-top: var(--space-16);
    max-width: 22rem;
}

.hero-swiss__visual,
.hero-marketing__visual {
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-subtle);
    background: var(--surface-muted);
}

.hero-swiss__image,
.hero-marketing__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .hero-swiss,
    .hero-marketing {
        padding: var(--space-20) 0;
    }

    .hero-swiss__price,
    .hero-marketing__price {
        max-width: 100%;
    }
}

.service-price-card {
    display: inline-block;
    text-align: left;
    background: var(--surface-muted);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-12) var(--space-16);
    max-width: 100%;
}

.service-price-card--on-dark {
    color: var(--text-primary);
}

.service-price-card__label {
    font-size: var(--text-xs);
    font-weight: var(--weight-medium);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--text-muted);
}

.service-price-card__amount {
    font-size: 2rem;
    font-weight: var(--weight-semibold);
    line-height: 1.2;
    color: var(--text-primary);
}

.service-price-card__currency {
    font-size: var(--text-sm);
    font-weight: var(--weight-regular);
    color: var(--text-secondary);
}

.service-price-card__note {
    font-size: var(--text-xs);
    font-weight: var(--weight-regular);
    line-height: 1.45;
    color: var(--text-secondary);
}

.service-pricing-detail .card-service strong.text-dark {
    color: #2b3a42 !important;
}

.section-heading {
    margin-bottom: var(--section-heading-gap);
}

.section-heading.mb-4,
.section-heading.mb-5,
.section-heading.mb-3 {
    margin-bottom: var(--section-heading-gap) !important;
}

.section-heading__title {
    font-weight: var(--weight-semibold);
    font-size: 3.375rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #2b3a42;
}

.section-heading--on-dark .section-heading__title,
.section-cta .section-heading__title {
    color: var(--text-primary) !important;
    text-shadow: none;
}

.section-heading--on-dark .section-heading__lead,
.section-cta .section-heading__lead {
    color: var(--text-secondary) !important;
}

.section-heading__lead {
    margin-bottom: 0;
}

.page-content h2 {
    font-size: 1.875rem;
    font-weight: var(--weight-semibold);
    color: #0a50a2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#mainhero {
    color: #fff !important;
}

/* Página Nosotros */
.about-page .about-section__title {
    font-size: 2.25rem;
    font-weight: var(--weight-semibold);
    line-height: 1.3;
    color: var(--brand-blue);
    margin: 0 0 1.25rem;
}

.about-origin__text {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--brand-text);
    margin-bottom: 1rem;
    max-width: 42rem;
}

.about-origin__text:last-child {
    margin-bottom: 0;
}

.about-facts__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-facts__item {
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    padding: 1rem 1.1rem;
}

.about-facts__label {
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
    margin-bottom: .35rem;
}

.about-facts__value {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--brand-blue);
}

.about-metrics {
    margin-bottom: 2.5rem;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(3, 43, 138, .08);
    border-bottom: 1px solid rgba(3, 43, 138, .08);
}

.about-metrics__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}

.about-metrics__value {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.15;
    color: var(--brand-cyan);
    margin-bottom: .25rem;
}

.about-metrics__label {
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--brand-text-muted);
}

.about-metrics__context {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.45;
    color: var(--brand-text-muted);
    margin: .5rem 0 0;
    max-width: 16rem;
}

.about-values__card {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-left: 4px solid var(--brand-cyan);
    border-radius: .5rem;
    padding: 1.25rem 1.35rem;
    height: 100%;
}

.about-values__card-title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--brand-blue);
    margin: 0 0 .65rem;
}

.about-values__card-text {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--brand-text-muted);
}

.about-team__card {
    display: flex;
    flex-direction: column;
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .75rem;
    padding: 1.5rem 1.25rem 1.35rem;
    overflow: visible;
}

.about-team__photo-wrap {
    margin-bottom: 1rem;
}

.about-team__photo {
    display: block;
    width: 8.5rem;
    height: 8.5rem;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(3, 27, 78, .12);
}

.about-team__photo--fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--surface-subtle);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
}

.about-team__initials {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
}

.about-team__name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--brand-blue);
    margin: 0 0 .25rem;
}

.about-team__role {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-cyan);
    margin: 0 0 .75rem;
}

.about-team__bio {
    flex: 1 1 auto;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--brand-text-muted);
    text-align: left;
    overflow: visible;
}

@media screen and (max-width: 991px) {
    .about-facts__list,
    .about-metrics__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575px) {
    .about-facts__list,
    .about-metrics__list {
        grid-template-columns: 1fr;
    }
}

/* Barra de métricas ancla bajo el hero (portada) */
.hero-metrics-bar {
    background: var(--surface-muted);
    border-bottom: 1px solid var(--border-subtle);
    padding: var(--section-y-band) 0;
}

.hero-metrics-bar__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-12);
}

.hero-metrics-bar__card {
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-12) var(--space-16);
    text-align: center;
}

.hero-metrics-bar__figure {
    margin-bottom: var(--space-6);
}

.hero-metrics-bar__value {
    display: block;
    font-size: var(--text-2xl);
    font-weight: var(--weight-semibold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

.hero-metrics-bar__label {
    display: block;
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    line-height: 1.3;
    color: var(--text-secondary);
}

.hero-metrics-bar__context {
    font-size: var(--text-xs);
    font-weight: var(--weight-regular);
    line-height: var(--leading-normal);
    color: var(--text-muted);
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .hero-metrics-bar__grid {
        grid-template-columns: 1fr;
        gap: .85rem;
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-metrics-bar__value {
        font-size: 1.5rem;
    }
}

/* Hero portada — Swiss minimal, viewport breve */
.hero-home-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#mainhero.hero-home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 4.6em);
    min-height: calc(100dvh - 4.6em);
    padding: var(--space-24) 0 var(--space-20);
    margin: 0;
    background-color: var(--surface-page);
    border-bottom: 1px solid var(--border-subtle);
}

.hero-home__container {
    position: relative;
    z-index: 2;
}

.hero-home__content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.hero-intro {
    padding: var(--section-y) 0;
    background: var(--surface-muted);
    border-bottom: 1px solid var(--border-subtle);
}

.hero-intro__inner {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.hero-intro__subline {
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
    color: var(--text-primary);
    margin: 0 0 var(--space-8);
    line-height: var(--leading-normal);
}

.hero-intro__lead {
    font-size: var(--text-md);
    color: var(--text-secondary);
    margin: 0 0 var(--space-8);
    line-height: var(--leading-loose);
}

.hero-intro__affinity {
    font-size: var(--text-sm);
    color: var(--text-muted);
    margin: 0;
    line-height: var(--leading-loose);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

/* Demostración del panel (capturas / video) */
.product-demo--hero {
    margin-top: 2rem;
    scroll-margin-top: 5rem;
}

.product-demo__hero-note {
    font-size: var(--text-xs);
    font-weight: var(--weight-regular);
    color: var(--text-muted);
    text-align: center;
    margin: var(--space-6) 0 0;
}

.product-demo--showcase {
    padding: var(--section-y) 0;
    background: var(--surface-page);
    border-top: 1px solid var(--border-subtle);
}

.product-demo--inline {
    padding: var(--space-20) 0;
    background: var(--surface-muted);
}

.product-demo__video-ratio {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(3, 27, 78, .15);
    background: #031b4e;
}

.product-demo__video-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-demo__frame {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-demo__chrome {
    display: flex;
    gap: .35rem;
    padding: .5rem .65rem;
    background: #e8eef5;
    border: 1px solid rgba(3, 43, 138, .1);
    border-bottom: none;
    border-radius: .5rem .5rem 0 0;
}

.product-demo__chrome span {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: rgba(3, 43, 138, .2);
}

.product-demo__chrome span:first-child {
    background: #f06a0d;
    opacity: .85;
}

.product-demo__chrome span:nth-child(2) {
    background: #ffc107;
    opacity: .85;
}

.product-demo__chrome span:nth-child(3) {
    background: var(--brand-cyan);
    opacity: .85;
}

.product-demo__screen {
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: 0 0 .5rem .5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(3, 27, 78, .1);
}

.product-demo__screen img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.product-demo__frame--featured .product-demo__screen {
    box-shadow: 0 16px 48px rgba(2, 8, 21, .45);
}

.product-demo__frame--featured {
    max-width: 56rem;
    margin: 0 auto;
}

.product-demo__caption {
    font-size: .8125rem;
    line-height: 1.45;
    color: var(--brand-text-muted);
    margin: .75rem 0 0;
    text-align: center;
}

.product-demo__caption strong {
    display: block;
    font-weight: 500;
    color: var(--brand-blue);
    margin-bottom: .2rem;
}

.product-demo--hero .product-demo__caption {
    color: rgba(255, 255, 255, .85);
}

.product-demo--hero .product-demo__caption strong {
    color: #fff;
}

@media (max-width: 767.98px) {
    .product-demo--showcase {
        padding: 2rem 0;
    }

    .product-demo--hero {
        margin-top: 1.5rem;
    }
}

.hero-home__heading .page-heading__title {
    font-size: clamp(var(--text-xl), 6.75vw, 4.875rem);
    font-weight: var(--weight-bold);
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.hero-home__heading .page-heading__highlight {
    display: block;
    margin-top: .5rem;
    color: var(--brand-cyan);
    font-size: clamp(var(--text-md), 2.8vw, var(--text-lg));
    font-weight: var(--weight-semibold);
}

.hero-home__heading .page-heading__subline {
    font-size: clamp(var(--text-base), 2.6vw, var(--text-md));
    font-weight: var(--weight-semibold);
    line-height: 1.45;
    color: var(--brand-cyan);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.hero-home__heading .page-heading__lead {
    font-size: clamp(var(--text-base), 2.4vw, var(--text-md));
    font-weight: var(--weight-semibold);
    line-height: 1.55;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, .9);
}

.brand-positioning__claim--hero {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--brand-cyan);
    max-width: 36rem;
    margin: 0 auto 1.25rem;
}

.brand-positioning__claim--on-dark {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--brand-cyan);
}

.brand-positioning {
    padding: var(--section-y) 0;
}

.brand-positioning--light {
    background: #f4f7fb;
    border-bottom: 1px solid rgba(3, 43, 138, .08);
}

.brand-positioning--compact {
    padding: 0;
    background: transparent;
    border: 0;
}

.brand-positioning__claim {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    color: #032b8a;
    margin: 0 0 .75rem;
}

.brand-positioning--compact .brand-positioning__claim {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.brand-positioning__lead {
    font-size: 1rem;
    font-weight: var(--weight-semibold);
    line-height: 1.65;
    color: #5a6d7d;
    max-width: 48rem;
    margin: 0 0 1.25rem;
}

.brand-positioning__proofs li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: .5rem;
    font-size: .9375rem;
    line-height: 1.5;
    color: #2b3a42;
}

.brand-positioning__proofs li:last-child {
    margin-bottom: 0;
}

.brand-positioning__proofs li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--brand-cyan);
}

.network-credibility {
    background: var(--surface-muted);
    color: var(--text-primary);
    padding: var(--section-y) 0;
    border-bottom: 1px solid var(--border-subtle);
}

.network-credibility--page {
    margin-bottom: 0;
}

.network-credibility__headline {
    font-size: var(--text-xl);
    font-weight: var(--weight-semibold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    margin: 0 0 var(--space-8);
}

.network-credibility__summary {
    font-size: var(--text-md);
    font-weight: var(--weight-medium);
    line-height: var(--leading-normal);
    color: var(--text-secondary);
    margin: 0 0 var(--space-8);
}

.network-credibility__lead {
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    line-height: var(--leading-loose);
    color: var(--text-secondary);
    margin: 0 0 var(--space-12);
}

.network-credibility__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.network-credibility__stat {
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-12) var(--space-8);
    text-align: center;
}

.network-credibility__value {
    display: block;
    font-size: var(--text-2xl);
    font-weight: var(--weight-semibold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

.network-credibility__label {
    display: block;
    font-size: var(--text-xs);
    font-weight: var(--weight-regular);
    line-height: 1.4;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 767.98px) {
    .network-credibility {
        padding: 2.25rem 0;
    }

    .network-credibility__stats {
        grid-template-columns: 1fr;
    }

    .network-credibility__value {
        font-size: 1.75rem;
    }
}

.regional-coverage {
    background: #f4f7fb;
    border-bottom: 1px solid rgba(3, 43, 138, .08);
    padding: var(--section-y) 0;
}

.regional-coverage--page {
    margin-top: 0;
}

.regional-coverage__headline {
    font-size: 1.5rem;
    font-weight: var(--weight-semibold);
    line-height: 1.35;
    color: #032b8a;
    margin: 0 0 .85rem;
}

.regional-coverage__hq {
    font-size: .9375rem;
    font-weight: 500;
    color: #2b3a42;
    margin: 0 0 1rem;
}

.regional-coverage__hq-label {
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0a50a2;
    margin-bottom: .2rem;
}

.regional-coverage__lead {
    font-size: 1rem;
    font-weight: var(--weight-semibold);
    line-height: 1.65;
    color: #5a6d7d;
    margin: 0;
}

.regional-coverage__countries-title {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0a50a2;
    margin: 0 0 .85rem;
}

.regional-coverage__countries {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.regional-coverage__country {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.35;
    color: #2b3a42;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: 9999px;
    padding: .45rem .95rem;
}

.distribution-showcase {
    padding: var(--section-y) 0;
    background: #fff;
    border-top: 1px solid rgba(3, 43, 138, .08);
}

.distribution-showcase__group {
    margin-bottom: 2rem;
}

.distribution-showcase__group:last-child {
    margin-bottom: 0;
}

.distribution-showcase__group-title {
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0a50a2;
    margin: 0 0 1rem;
    text-align: center;
}

.distribution-showcase__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem 1rem;
}

.distribution-showcase__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    padding: .85rem 1rem;
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .65rem;
    text-align: center;
}

.distribution-showcase__group--social .distribution-showcase__logo {
    background: #f8f9fb;
    border-color: rgba(43, 58, 66, .12);
}

.distribution-showcase__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: .45rem;
    font-size: 1.75rem;
    line-height: 1;
    color: #032b8a;
}

.distribution-showcase__group--social .distribution-showcase__icon {
    color: #2b3a42;
}

.distribution-showcase__name {
    font-size: .75rem;
    font-weight: var(--weight-semibold);
    line-height: 1.3;
    color: #2b3a42;
}

.distribution-showcase__logo--text-only {
    justify-content: center;
    min-height: 4.5rem;
}

.distribution-showcase__logo--text-only .distribution-showcase__name {
    font-size: .8125rem;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .distribution-showcase__logo {
        min-width: calc(50% - .5rem);
        flex: 1 1 calc(50% - .5rem);
    }
}

.hero-home__affinity {
    max-width: 36rem;
    margin: 1.25rem auto 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, .9);
}

.brand-positioning__human {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: var(--brand-text-muted);
    margin: 0 0 1.25rem;
    max-width: 40rem;
}

.brand-positioning--light .brand-positioning__human {
    color: #5a6d7d;
}

.brand-positioning--on-dark .brand-positioning__human,
.brand-positioning--compact .brand-positioning__human {
    color: rgba(255, 255, 255, .82);
}

.home-pillars__card {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .65rem;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 18px rgba(3, 27, 78, .05);
}

.home-pillars__before {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(3, 43, 138, .15);
}

.home-pillars__copy {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.home-pillars__after .home-pillars__copy {
    color: var(--brand-blue);
    font-weight: 500;
}

.home-pillars__metric {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: .5rem;
}

.home-pillars__metric--before {
    color: #6f849c;
}

.home-pillars__metric--after {
    color: var(--brand-cyan);
}

.home-pillars__source {
    font-size: .6875rem;
    line-height: 1.4;
    color: var(--brand-text-muted);
    margin-top: .85rem;
    padding-top: .65rem;
    border-top: 1px solid rgba(3, 43, 138, .08);
}

.home-pillars__after {
    font-size: 1rem;
    line-height: 1.45;
}

.home-pillars__label {
    display: inline-block;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-right: .15rem;
}

.home-pillars__label--before {
    color: #8a96a3;
}

.home-pillars__label--after {
    color: var(--brand-cyan);
}

.home-pillars__item {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--brand-blue);
    padding-left: 1rem;
    border-left: 3px solid var(--brand-cyan);
}

.about-page__tagline {
    font-size: 1.25rem;
    font-weight: var(--weight-semibold);
    line-height: 1.4;
    color: var(--brand-cyan);
    margin: 0 0 2.25rem;
    max-width: 28rem;
}

.site-footer__signoff {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.45;
    color: #6f849c;
    margin: 0 0 .85rem;
    font-style: italic;
}

.hero-home__cta {
    margin-top: var(--space-16);
}

.btn-hero-primary {
    display: inline-block;
    background: var(--brand-cyan);
    color: #fff !important;
    border: 1px solid var(--brand-cyan);
    border-radius: var(--radius-pill);
    padding: .85rem 2rem;
    font-weight: var(--weight-semibold);
    font-size: var(--text-base);
    line-height: 1.25;
    letter-spacing: .01em;
    box-shadow: none;
    transition: background .15s ease, border-color .15s ease;
}

.btn-hero-primary:hover,
.btn-hero-primary:focus {
    background: var(--brand-cyan-hover);
    border-color: var(--brand-cyan-hover);
    color: #fff !important;
    transform: none;
    box-shadow: none;
}

.btn-hero-secondary {
    display: inline-block;
    background: transparent;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-pill);
    padding: .85rem 2rem;
    font-weight: var(--weight-medium);
    font-size: var(--text-base);
    margin-left: var(--space-6);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    border-color: var(--brand-cyan);
    color: var(--brand-cyan) !important;
    background: rgba(var(--brand-accent-rgb), .06);
}

.hero-home__cta-secondary {
    margin-top: var(--space-8);
    font-size: var(--text-sm);
}

.hero-home__cta-secondary a {
    color: var(--text-secondary);
    font-weight: var(--weight-regular);
    text-decoration: none;
}

.hero-home__cta-secondary a:hover,
.hero-home__cta-secondary a:focus {
    color: var(--brand-cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.border-5 {
    border: .3em solid #ffffff !important;
}

.round-left {
    border-bottom-left-radius: 20em;
}

/* Secciones CTA y footer — Swiss claro */
.bg-brand-dark,
.section-cta {
    background: var(--surface-muted);
    color: var(--text-primary) !important;
    border-top: 1px solid var(--border-subtle);
}

.section-cta .lead,
.section-cta p {
    color: var(--text-secondary);
}

.site-footer {
    background: var(--surface-muted);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    line-height: 1.55;
    border-top: 1px solid var(--border-subtle);
}

.site-footer__inner {
    padding: 2.75rem 15px 2.5rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) repeat(4, minmax(0, 0.9fr));
    gap: 2.25rem 2rem;
    align-items: start;
}

.site-footer__brand {
    max-width: 38rem;
    padding-right: 2rem;
}

.site-footer__isotipo {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1.1rem;
}

.site-footer__titulo {
    font-size: 1rem;
    font-weight: var(--weight-medium);
    line-height: 1.4;
    color: var(--text-primary);
    margin: 0 0 .75rem;
}

.site-footer__promesa {
    font-size: .9375rem;
    font-weight: var(--weight-medium);
    line-height: 1.5;
    color: var(--text-secondary);
    margin: 0 0 .5rem;
}

.site-footer__tagline {
    font-size: .9375rem;
    font-weight: var(--weight-medium);
    line-height: 1.5;
    color: var(--text-secondary);
    margin: 0 0 .85rem;
}

.site-footer__proof {
    font-size: .8125rem;
    font-weight: var(--weight-medium);
    line-height: 1.45;
    color: var(--text-muted);
    margin: 0 0 1rem;
}

.site-footer__copy {
    font-size: .75rem;
    font-weight: var(--weight-regular);
    line-height: 1.5;
    color: var(--text-muted);
    margin: 0 0 .85rem;
}

.site-footer__cta {
    margin: 0 0 1.15rem;
}

.site-footer__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .85rem;
}

.site-footer__social .footer-link--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    font-size: .875rem;
    line-height: 1;
    opacity: .75;
}

.site-footer__heading {
    font-size: .875rem;
    font-weight: var(--weight-semibold);
    line-height: 1.35;
    color: var(--text-primary);
    margin: 0 0 .85rem;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer__links li {
    margin-bottom: .55rem;
}

.site-footer__links li:last-child {
    margin-bottom: 0;
}

.site-footer a.footer-link {
    font-size: .8125rem;
    font-weight: var(--weight-regular);
    line-height: 1.55;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer a.footer-link:hover,
.site-footer a.footer-link:focus {
    color: var(--text-primary);
    text-decoration: none;
}

.site-footer a.footer-link--icon {
    color: var(--text-muted);
}

.site-footer a.footer-link--icon:hover,
.site-footer a.footer-link--icon:focus {
    color: var(--brand-cyan);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 1.25rem;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .site-footer__inner {
        padding-top: 2.25rem;
        padding-bottom: 2rem;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.card-service {
    transition: border-color .15s ease;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    box-shadow: none;
    background: var(--surface-page);
}

.card-service:hover {
    transform: none;
    border-color: var(--text-muted);
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--surface-subtle);
    border: 1px solid var(--border-subtle);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.section-alt {
    background-color: var(--surface-muted);
    padding: var(--section-y) 0;
}

.section {
    padding: var(--section-y) 0;
}

/* Ritmo vertical: unificar py-5 de Bootstrap con el token de sección */
main .py-5,
main .pt-5 {
    padding-top: var(--section-y) !important;
}

main .py-5,
main .pb-5 {
    padding-bottom: var(--section-y) !important;
}

main .section-cta {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

main > section + section,
main > section + div,
main > div + section {
    border-top: 0;
}

@media (max-width: 767.98px) {
    :root {
        --section-y: clamp(4.25rem, 14vw, 7.5rem);
        --section-y-band: clamp(3.25rem, 10vw, 5.5rem);
        --section-heading-gap: clamp(1.75rem, 6vw, 2.5rem);
    }
}

.alert-form {
    border-radius: .25rem;
}

.site-navbar__brand .site-navbar__logo-full {
    height: 50px;
    width: auto;
}

.site-navbar__brand .site-navbar__logo-mark {
    height: 44px;
    width: 44px;
}

.site-navbar--compact .site-navbar__brand .site-navbar__logo-mark {
    height: var(--navbar-logo-h);
    width: var(--navbar-logo-h);
}

.breadcrumb-inst {
    background: transparent;
    padding-left: 0;
}

/* Blog */
.blog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .75rem;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 18px rgba(3, 27, 78, .06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-card:hover {
    border-color: rgba(var(--brand-accent-rgb), .35);
    box-shadow: 0 8px 28px rgba(var(--brand-accent-rgb), .12);
}

.blog-card__meta,
.blog-article__meta {
    font-size: .8125rem;
    color: var(--brand-text-muted);
    margin-bottom: .65rem;
}

.blog-card__category {
    font-weight: 500;
    color: var(--brand-cyan);
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: .6875rem;
}

.blog-card__dot {
    margin: 0 .35rem;
}

.blog-card__title {
    font-size: 1.6875rem;
    font-weight: var(--weight-semibold);
    line-height: 1.35;
    margin: 0 0 .65rem;
}

.blog-card__title a {
    color: var(--brand-blue);
    text-decoration: none;
}

.blog-card__title a:hover {
    color: var(--brand-cyan);
}

.blog-card__excerpt {
    font-size: .875rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
    flex: 1 1 auto;
    margin-bottom: .75rem;
}

.blog-card__reading {
    font-size: .75rem;
    color: var(--brand-text-muted);
    margin-bottom: .75rem;
}

.blog-card__link {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-cyan);
}

.blog-index__cta {
    border-top: 1px solid rgba(3, 43, 138, .08);
    padding-top: 2rem;
}

.blog-article__breadcrumb a {
    color: var(--brand-cyan);
}

.blog-article__title {
    font-size: clamp(2.25rem, 4.5vw, 3rem);
    font-weight: var(--weight-bold);
    line-height: 1.25;
    color: var(--brand-blue);
    margin: 0 0 .75rem;
}

.blog-article__excerpt {
    color: var(--brand-text-muted);
    margin-bottom: 0;
}

.blog-prose {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--brand-text);
}

.blog-prose p {
    margin-bottom: 1rem;
}

.blog-prose ul,
.blog-prose ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.blog-prose li {
    margin-bottom: .35rem;
}

.blog-prose table {
    margin-bottom: 1.25rem;
    font-size: .875rem;
}

.blog-sidebar {
    background: #f4f7fb;
    border-radius: .5rem;
    padding: 1.25rem;
    border: 1px solid rgba(3, 43, 138, .08);
}

.blog-sidebar__heading {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-blue);
    margin-bottom: .75rem;
}

.blog-sidebar__list li {
    margin-bottom: .65rem;
    font-size: .8125rem;
    line-height: 1.4;
}

.blog-sidebar__list a {
    color: var(--brand-blue);
}

.blog-sidebar__list a:hover {
    color: var(--brand-cyan);
}

.blog-article__footer {
    border-top: 1px solid rgba(3, 43, 138, .1);
}

/* Página de precios */
.pricing-page__trial-note {
    font-size: .9375rem;
    font-weight: 500;
    color: var(--brand-cyan);
    text-align: center;
    margin: -1rem 0 2rem;
}

.pricing-page__cancellation-note {
    font-size: .875rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
    text-align: center;
    max-width: 40rem;
    margin: -1rem auto 2rem;
    padding: .75rem 1rem;
    background: rgba(var(--brand-accent-rgb), .08);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 0 .35rem .35rem 0;
}

.pricing-plan {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: .75rem;
    padding: 1.5rem 1.35rem 1.35rem;
    box-shadow: 0 6px 24px rgba(3, 27, 78, .07);
}

.pricing-plan--featured {
    border-color: var(--brand-cyan);
    box-shadow: 0 10px 36px rgba(var(--brand-accent-rgb), .15);
}

.pricing-plan__badge {
    display: inline-block;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    background: var(--brand-cyan);
    border-radius: 9999px;
    padding: .3rem .65rem;
    margin-bottom: 1rem;
}

.pricing-plan__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.15rem;
    color: var(--brand-cyan);
    background: rgba(var(--brand-accent-rgb), .12);
    border-radius: 50%;
    margin-bottom: .75rem;
}

.pricing-plan__name {
    font-size: 2.0625rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--brand-blue);
    margin: 0 0 .35rem;
}

.pricing-plan__tagline {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.45;
    color: var(--brand-text-muted);
    margin: 0;
}

.pricing-plan__hook {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--brand-blue);
    margin: 0 0 .75rem;
}

.pricing-plan__name--secondary {
    font-size: 1rem;
    font-weight: 500;
    color: var(--brand-text-muted);
    margin-bottom: 0;
}

.pricing-plan--featured .pricing-plan__icon {
    margin-bottom: .5rem;
}

.pricing-plan__price-wrap {
    margin: 1.25rem 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(3, 43, 138, .08);
}

.pricing-plan__price {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.15;
    color: var(--brand-blue);
    margin: 0;
}

.pricing-plan__currency {
    font-size: 1rem;
    font-weight: 400;
    color: var(--brand-text-muted);
}

.pricing-plan__price-note {
    font-size: .8125rem;
    font-weight: 400;
    color: var(--brand-text-muted);
    margin: .35rem 0 0;
}

.pricing-plan__features {
    flex: 1 1 auto;
    margin-bottom: 1rem;
}

.pricing-plan__features li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .875rem;
    line-height: 1.45;
    color: var(--brand-text);
    margin-bottom: .5rem;
}

.pricing-plan__features li i {
    flex-shrink: 0;
    margin-top: .2rem;
    color: var(--brand-cyan);
    font-size: .75rem;
}

.pricing-plan__custom {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.pricing-plan__actions {
    margin-top: auto;
}

.pricing-compare__title {
    font-weight: var(--weight-semibold);
}

.pricing-compare__wrap {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    overflow: hidden;
}

.pricing-compare__table {
    margin-bottom: 0;
}

.pricing-compare__table thead th {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-blue);
    border-bottom-width: 1px;
    background: #f4f7fb;
}

.pricing-compare__table tbody th {
    font-size: .8125rem;
    font-weight: 500;
    color: var(--brand-text);
    width: 28%;
    vertical-align: middle;
}

.pricing-compare__table td {
    font-size: .875rem;
    color: var(--brand-text-muted);
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .pricing-compare__table thead {
        display: none;
    }

    .pricing-compare__table tbody tr {
        display: block;
        border-bottom: 1px solid rgba(3, 43, 138, .1);
        padding: .75rem 0;
    }

    .pricing-compare__table tbody tr:last-child {
        border-bottom: none;
    }

    .pricing-compare__table tbody th,
    .pricing-compare__table tbody td {
        display: block;
        width: 100%;
        border: none;
        padding: .15rem 1rem;
    }

    .pricing-compare__table tbody th {
        color: var(--brand-blue);
        padding-top: .5rem;
    }
}

/* Segmentos «¿A quién servimos?» — grid 2×2, sin tabs */
.audience-grid {
    margin-bottom: var(--space-8);
}

.audience-grid__row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.audience-grid__col {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: var(--section-content-gap);
}

.home-pillars > [class*="col-"] {
    margin-bottom: var(--section-content-gap);
}

.audience-grid__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(3, 27, 78, .08);
    transition: box-shadow .2s ease, transform .2s ease;
}

.audience-grid__card:hover {
    box-shadow: 0 10px 32px rgba(3, 27, 78, .12);
    transform: translateY(-2px);
}

.audience-grid__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 1.5rem 1.25rem;
    background: #fff;
    overflow: hidden;
}

.audience-grid__image {
    width: auto;
    height: auto;
    max-width: min(72%, 11rem);
    max-height: 9.5rem;
    object-fit: contain;
    display: block;
}

.audience-grid__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 1.15rem 1.25rem 1.25rem;
}

.audience-grid__title {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: 1.6875rem;
    font-weight: var(--weight-semibold);
    line-height: 1.35;
    color: var(--brand-blue);
    margin: 0 0 .65rem;
}

.audience-grid__title i {
    flex-shrink: 0;
    width: 2rem;
    margin-top: .2rem;
    font-size: 1.65rem;
    color: var(--brand-cyan);
    text-align: center;
}

.audience-grid__text {
    flex: 1 1 auto;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--brand-text-muted);
    margin: 0 0 1rem;
    min-height: calc(3 * 1.55 * 0.9375rem);
}

.audience-grid__cta {
    align-self: flex-start;
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .audience-grid__col {
        margin-bottom: 1.25rem;
    }

    .audience-grid__col:last-child {
        margin-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .audience-grid__card {
        transition: none;
    }

    .audience-grid__card:hover {
        transform: none;
    }
}

/* Emisoras cliente (logos / mercados) */
.clients-showcase {
    background: #fff;
    border-bottom: 1px solid rgba(3, 43, 138, .08);
    padding: var(--section-y) 0;
}

.clients-showcase--strip {
    padding: var(--section-y-band) 0;
    background: var(--surface-page);
    border-bottom: 1px solid var(--border-subtle);
}

.clients-showcase--strip .clients-showcase__logos {
    gap: 1rem 1.75rem;
    margin-bottom: 0 !important;
}

.clients-showcase--strip .clients-showcase__logo {
    max-width: 7.5rem;
    max-height: 3rem;
}

.clients-showcase__strip-label {
    margin: 0 0 1rem;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
}

.clients-showcase--markets {
    padding-top: var(--section-y-band);
    padding-bottom: var(--section-y-band);
}

.clients-showcase__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 2rem;
    margin-bottom: 1.5rem !important;
}

.clients-showcase__logo-item {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 7.25rem;
    min-height: 3.25rem;
    padding: .4rem .65rem;
    background: #f8fafc;
    border: 1px solid rgba(3, 43, 138, .08);
    border-radius: .5rem;
}

.clients-showcase--strip .clients-showcase__logo-item {
    min-width: 6.75rem;
    min-height: 3rem;
    padding: .35rem .5rem;
}

.clients-showcase__logo {
    display: block;
    width: 100%;
    max-width: 8.75rem;
    height: 3.5rem;
    max-height: 3.5rem;
    object-fit: contain;
    object-position: center;
    filter: none;
    opacity: 1;
    transition: transform .2s ease, box-shadow .2s ease;
}

.clients-showcase--strip .clients-showcase__logo {
    max-width: 7.5rem;
    height: 3rem;
    max-height: 3rem;
}

.clients-showcase__logo:hover {
    transform: translateY(-1px);
}

.clients-showcase__name {
    display: inline-block;
    font-size: .875rem;
    font-weight: var(--weight-semibold);
    color: var(--brand-blue);
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: .35rem;
    padding: .65rem 1rem;
    white-space: nowrap;
}

.clients-showcase__markets {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
}

.clients-showcase__market {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .2rem;
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    padding: .85rem .9rem;
    min-height: 5.5rem;
}

.clients-showcase__market-code {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--brand-cyan);
}

.clients-showcase__market-country {
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--brand-blue);
}

.clients-showcase__market-count {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--brand-text);
    margin-top: auto;
}

.clients-showcase__market-unit {
    font-size: .75rem;
    font-weight: 400;
    color: var(--brand-text-muted);
}

.clients-showcase__total {
    font-size: 1.0625rem;
    font-weight: 600;
    text-align: center;
    color: var(--brand-blue);
    margin: 1.5rem 0 .35rem;
}

.clients-showcase__footnote {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    color: var(--brand-text-muted);
    max-width: 36rem;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .clients-showcase__markets {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .clients-showcase {
        padding: 2.25rem 0 2rem;
    }

    .clients-showcase__markets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clients-showcase__market-count {
        font-size: 1rem;
    }
}

/* Testimonios de emisoras */
.testimonials {
    background: #f4f7fb;
    border-top: 1px solid rgba(3, 43, 138, .08);
    border-bottom: 1px solid rgba(3, 43, 138, .08);
    padding: var(--section-y) 0;
}

.testimonials--page {
    margin-bottom: 0;
}

.testimonials--home-early {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

.brand-positioning--page {
    border-top: 1px solid rgba(3, 43, 138, .08);
}

.testimonials--compact {
    padding: var(--section-y-band) 0;
}

.testimonials__grid {
    margin-bottom: 0;
}

.testimonials__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .75rem;
    padding: 1.5rem 1.35rem 1.35rem;
    box-shadow: 0 4px 20px rgba(3, 27, 78, .06);
}

.testimonials__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.testimonials__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--text-primary);
    background: var(--surface-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
}

.testimonials__logo {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: contain;
    border-radius: .5rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .12);
    padding: .25rem;
}

.testimonials__country {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--brand-blue);
    background: rgba(var(--brand-accent-rgb), .12);
    border: 1px solid rgba(var(--brand-accent-rgb), .35);
    border-radius: 9999px;
    padding: .25rem .55rem;
}

.testimonials__quote {
    flex: 1 1 auto;
    margin: 0 0 1.15rem;
    padding: 0;
    border: none;
}

.testimonials__quote p {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--brand-text);
    margin: 0;
}

.testimonials__quote p::before {
    content: '\201C';
    color: var(--brand-cyan);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 0;
    margin-right: .15rem;
}

.testimonials__result {
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--brand-blue);
    background: rgba(var(--brand-accent-rgb), .08);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 0 .35rem .35rem 0;
    padding: .5rem .65rem;
    margin: 0 0 1rem;
}

.testimonials__case-link {
    font-size: .8125rem;
    font-weight: 500;
    margin: -.5rem 0 1rem;
}

.testimonials__case-link a {
    color: var(--brand-blue-mid);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.testimonials__case-link a:hover,
.testimonials__case-link a:focus {
    color: var(--brand-orange);
}

/* Casos de estudio (clientes) */
.case-study-card {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: .65rem;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 18px rgba(3, 27, 78, .05);
}

.case-study-card__segment,
.case-study-article__meta .case-study-card__segment {
    display: inline-block;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-cyan);
}

.case-study-card__title {
    font-size: 1.125rem;
    font-weight: var(--weight-semibold);
    line-height: 1.35;
    margin: 0 0 .5rem;
}

.case-study-card__title a {
    color: var(--brand-blue);
}

.case-study-card__title a:hover {
    color: var(--brand-blue-mid);
}

.case-study-card__excerpt {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
    margin-bottom: .75rem;
}

.case-study-card__result {
    font-size: .8125rem;
    font-weight: 600;
    color: var(--brand-blue);
    background: rgba(var(--brand-accent-rgb), .08);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 0 .35rem .35rem 0;
    padding: .5rem .65rem;
    margin-bottom: .85rem;
}

.case-study-card__link {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-blue-mid);
}

.case-study-article__title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: var(--weight-bold);
    line-height: 1.25;
    color: var(--brand-blue);
}

.case-study-article__hero-result {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-blue);
    background: rgba(var(--brand-accent-rgb), .1);
    border-left: 4px solid var(--brand-cyan);
    border-radius: 0 .35rem .35rem 0;
    padding: .75rem 1rem;
    margin: 1rem 0 0;
}

.case-study-timeline__title {
    color: var(--brand-blue);
    margin-bottom: 1rem;
}

.case-study-timeline__card {
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    padding: 1rem 1.1rem;
    height: 100%;
}

.case-study-timeline__period {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-cyan);
    margin: 0 0 .65rem;
}

.case-study-timeline__list {
    padding-left: 1.1rem;
    margin: 0;
}

.case-study-timeline__list li {
    font-size: .875rem;
    line-height: 1.45;
    color: var(--brand-text);
    margin-bottom: .35rem;
}

.case-study-prose h2 {
    font-size: 1.25rem;
    font-weight: var(--weight-semibold);
    color: var(--brand-blue);
    margin: 2rem 0 1rem;
}

.case-study-prose h2:first-child {
    margin-top: 0;
}

.case-study-sidebar__heading {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
    margin-bottom: .75rem;
}

.case-study-sidebar__list a {
    font-size: .875rem;
    color: var(--brand-blue-mid);
}

.testimonials__cite {
    font-style: normal;
    border-top: 1px solid rgba(3, 43, 138, .08);
    padding-top: 1rem;
}

.testimonials__cite-inner {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
}

.testimonials__person-photo {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(var(--brand-accent-rgb), .35);
}

.testimonials__person-photo--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-subtle);
    border: 1px solid var(--border-subtle);
}

.testimonials__person-initials {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--brand-blue);
}

.testimonials__cite-meta {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.testimonials__name {
    font-size: .9375rem;
    font-weight: 600;
    font-style: normal;
    color: var(--brand-blue);
}

.testimonials__role {
    font-size: .8125rem;
    font-weight: 500;
    color: var(--brand-text-muted);
}

.testimonials__station {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--brand-text-muted);
}

@media screen and (max-width: 767px) {
    .testimonials {
        padding: 2.25rem 0;
    }

    .testimonials__grid > [class*="col-"] {
        margin-bottom: 1rem !important;
    }

    .testimonials__grid > [class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }
}

/* Formulario de contacto — estilo minimalista */
.form-contact {
    margin-top: 1rem;
}

.form-contact__field {
    margin-bottom: 2rem;
}

.form-contact__label {
    display: block;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a9aa8;
    margin-bottom: .5rem;
}

.form-contact__req {
    margin-left: .15rem;
}

.form-contact__input {
    display: block;
    width: 100%;
    padding: .35rem 0 .5rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #2b3a42;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c5cdd4;
    border-radius: 0;
    box-shadow: none;
    transition: border-color .2s ease;
}

.form-contact__input:focus {
    outline: none;
    border-bottom-color: #0a50a2;
    box-shadow: none;
}

.form-contact__textarea {
    min-height: 6rem;
    resize: vertical;
}

.form-contact__select-wrap {
    position: relative;
}

.form-contact__select-wrap::after {
    content: '';
    position: absolute;
    right: .25rem;
    bottom: .85rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8a9aa8;
    pointer-events: none;
}

.form-contact__select {
    appearance: none;
    cursor: pointer;
    padding-right: 1.5rem;
    color: #2b3a42;
}

.form-contact__select:invalid {
    color: #8a9aa8;
}

.form-contact__legal {
    margin-bottom: 1.75rem;
}

.form-contact__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin: 0;
    cursor: pointer;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8a9aa8;
    line-height: 1.5;
}

.form-contact__checkbox {
    flex-shrink: 0;
    margin-top: .15rem;
    width: 1rem;
    height: 1rem;
}

.form-contact__legal-text a {
    color: #0a50a2;
    text-decoration: underline;
    text-transform: uppercase;
}

.form-contact__legal-text a:hover {
    color: #f06a0d;
}

.form-contact__recaptcha {
    margin-bottom: 1.5rem;
}

.form-contact__trial-note {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.form-contact__trial-note a {
    font-weight: 500;
    color: var(--brand-blue);
    text-decoration: underline;
}

.form-contact__trial-note a:hover {
    color: var(--brand-cyan);
}

.form-contact__form-intro {
    font-size: .875rem;
    font-weight: 500;
    color: var(--brand-text-muted);
    margin-bottom: 1.25rem;
}

/* Canales de contacto directo */
.contact-channels {
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: .75rem;
    padding: 1.35rem 1.25rem;
    height: 100%;
}

.contact-channels__title {
    font-size: 1.25rem;
    font-weight: var(--weight-semibold);
    line-height: 1.3;
    color: var(--brand-blue);
    margin: 0 0 .5rem;
}

.contact-channels__lead {
    font-size: .875rem;
    font-weight: var(--weight-semibold);
    line-height: 1.5;
    color: var(--brand-text-muted);
    margin: 0 0 1.15rem;
}

.contact-channels__list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.contact-channels__link {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .85rem .9rem;
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-channels__link:hover {
    text-decoration: none;
    border-color: var(--brand-cyan);
    box-shadow: 0 4px 14px rgba(3, 27, 78, .08);
}

.contact-channels__item--whatsapp .contact-channels__link:hover {
    border-color: #25d366;
}

.contact-channels__icon {
    flex-shrink: 0;
    width: 1.35rem;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--brand-blue);
    text-align: center;
}

.contact-channels__item--whatsapp .contact-channels__icon {
    color: #25d366;
}

.contact-channels__text {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.contact-channels__name {
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--brand-blue);
    word-break: break-word;
}

.contact-channels__hint {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--brand-text-muted);
}

.contact-channels--compact .contact-channels__list {
    gap: .35rem;
}

.contact-channels--compact .contact-channels__link {
    padding: .5rem 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.contact-channels--compact .contact-channels__link:hover {
    box-shadow: none;
}

.site-footer a.footer-link--external .footer-link__domain {
    font-weight: 300;
    opacity: .85;
}

.site-footer a.footer-link--external .fa-external-link-alt {
    font-size: .7rem;
    margin-left: .25rem;
    opacity: .75;
}

.site-footer__links .footer-link i {
    width: 1.1rem;
    margin-right: .35rem;
    opacity: .85;
}

@media screen and (max-width: 767px) {
    .form-contact__field {
        margin-bottom: 1.5rem;
    }

    .cookie-consent--card {
        left: .85rem;
        bottom: .85rem;
        max-width: min(17.5rem, calc(100vw - 4.75rem));
    }
}

/* Consentimiento de cookies (RGPD) — tarjeta inferior izquierda; sin FAB (gestión en footer) */
.cookie-consent--card {
    position: fixed;
    left: 1.15rem;
    bottom: 1.15rem;
    right: auto;
    z-index: 1035;
    background: transparent;
    border: none;
    box-shadow: none;
    max-width: min(20rem, calc(100vw - 5.5rem));
}

.cookie-consent__card {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .12);
    border-radius: .5rem;
    box-shadow: 0 8px 28px rgba(3, 27, 78, .12);
    padding: .9rem 1rem 1rem;
}

.cookie-consent__title {
    margin: 0 0 .35rem;
    font-size: .8125rem;
    font-weight: var(--weight-semibold);
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--brand-blue-dark);
}

.cookie-consent__text {
    font-size: .75rem;
    line-height: 1.45;
    color: var(--brand-text-muted);
}

.cookie-consent__link {
    color: var(--brand-blue-mid);
    text-decoration: underline;
    font-weight: 500;
}

.cookie-consent__actions {
    display: flex;
    gap: .4rem;
    margin-top: .75rem;
}

.cookie-consent__btn {
    border: none;
    border-radius: .35rem;
    padding: .45rem .75rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    flex: 1 1 0;
}

.cookie-consent__btn--primary {
    background: var(--brand-blue-dark);
    color: #fff;
}

.cookie-consent__btn--ghost {
    background: #fff;
    color: var(--brand-blue-dark);
    border: 1px solid rgba(3, 43, 138, .2);
}

.cookie-consent__manage {
    display: block;
    width: 100%;
    margin-top: .5rem;
    padding: 0;
    border: none;
    background: transparent;
    font-size: .6875rem;
    font-weight: 600;
    color: var(--brand-blue-mid);
    text-decoration: underline;
    cursor: pointer;
}

.cookie-consent__manage:hover,
.cookie-consent__manage:focus-visible {
    color: var(--brand-blue-dark);
}

.cookie-consent__btn--secondary {
    background: var(--brand-shell);
    color: #fff;
}

.cookie-consent-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1085;
    background: rgba(3, 27, 78, .45);
}

.cookie-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cookie-consent-modal__panel {
    width: 100%;
    max-width: 640px;
    max-height: min(90vh, 720px);
    overflow: auto;
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 16px 48px rgba(3, 27, 78, .18);
    padding: 1.25rem 1.25rem 1rem;
}

.cookie-consent-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}

.cookie-consent-modal__title {
    margin: 0;
    font-size: 1.125rem;
    color: var(--brand-blue-dark);
}

.cookie-consent-modal__close {
    border: none;
    background: transparent;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--brand-text-muted);
    cursor: pointer;
}

.cookie-consent-modal__lead {
    font-size: .875rem;
    line-height: 1.55;
    color: var(--brand-text-muted);
    margin-bottom: 1rem;
}

.cookie-consent-modal__item {
    padding: .85rem 0;
    border-top: 1px solid rgba(3, 43, 138, .08);
}

.cookie-consent-modal__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .35rem;
}

.cookie-consent-modal__label {
    margin: 0;
    font-size: .9375rem;
    font-weight: 600;
    color: var(--brand-blue-dark);
}

.cookie-consent-modal__badge {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-blue-mid);
    background: rgba(var(--brand-accent-rgb), .12);
    border-radius: 9999px;
    padding: .25rem .55rem;
    white-space: nowrap;
}

.cookie-consent-modal__item-text {
    font-size: .8125rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.cookie-consent-modal__footer {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(3, 43, 138, .08);
}

.cookie-consent-toggle {
    position: relative;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
}

.cookie-consent-toggle__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-consent-toggle__track {
    width: 2.5rem;
    height: 1.4rem;
    background: #cfd8e3;
    border-radius: 9999px;
    position: relative;
    transition: background .2s ease;
}

.cookie-consent-toggle__track::after {
    content: '';
    position: absolute;
    top: .15rem;
    left: .15rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    border-radius: 50%;
    transition: transform .2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.cookie-consent-toggle__input:checked + .cookie-consent-toggle__track {
    background: var(--brand-cyan);
}

.cookie-consent-toggle__input:checked + .cookie-consent-toggle__track::after {
    transform: translateX(1.05rem);
}

.cookie-consent-recaptcha-notice {
    font-size: .875rem;
    text-align: left;
}
