:root {
    --hl-surface: #ffffff;
    --hl-surface-muted: #f4f7fb;
    --hl-border: rgba(15, 33, 55, 0.1);
    --hl-shadow: 0 20px 50px rgba(15, 33, 55, 0.08);
    --hl-shadow-soft: 0 14px 32px rgba(15, 33, 55, 0.06);
    --hl-radius-lg: 28px;
    --hl-radius-md: 20px;
    --hl-radius-sm: 14px;
    --hl-max-content: 1220px;
    --hl-header-offset: 112px;
    --hl-admin-bar-offset: 0px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--hl-header-offset) + 16px);
}

body {
    color: var(--hl-text);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

body.admin-bar {
    --hl-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
    body.admin-bar {
        --hl-admin-bar-offset: 46px;
    }
}

body.admin-bar .hl-site-header {
    top: var(--hl-admin-bar-offset);
}

[id] {
    scroll-margin-top: calc(var(--hl-header-offset) + 16px);
}

.hl-site-content {
    min-height: 60vh;
}

.hl-skip-link,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hl-skip-link:focus {
    top: 12px;
    left: 12px;
    z-index: 100;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--hl-primary);
    box-shadow: var(--hl-shadow-soft);
}

.hl-container {
    max-width: var(--hl-max-content);
    margin: 0 auto;
    padding: 0 24px;
}

.hl-section {
    padding: 88px 0;
}

.hl-section--muted {
    background: var(--hl-surface-muted);
}

.hl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 81, 47, 0.12);
    color: var(--hl-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hl-section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.hl-section-heading h2,
.hl-page-hero__inner h1,
.hl-home-hero__copy h1 {
    font-size: clamp(2.3rem, 4vw, 4.4rem);
    line-height: 1.05;
    margin: 20px 0 18px;
}

.hl-section-heading p,
.hl-page-hero__inner p,
.hl-home-hero__copy p,
.hl-card-body p,
.hl-card-title-bar p,
.hl-feature-card p,
.hl-value-card p,
.hl-channel-card p,
.hl-form-fallback p,
.hl-lead-copy p,
.hl-about-preview__copy p,
.hl-prose,
.hl-contact-panel p,
.hl-editorial-card p,
.hl-field span,
.hl-form-meta p,
.hl-widget,
.hl-footer-widget {
    color: var(--hl-text-muted);
    font-size: 1rem;
}

.hl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.hl-btn:hover {
    transform: translateY(-1px);
}

.hl-btn--primary {
    background: linear-gradient(135deg, #ff512f 0%, #ff8a3d 100%);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(255, 81, 47, 0.24);
}

.hl-btn--primary:hover {
    color: #ffffff;
}

.hl-btn--outline {
    border: 1px solid rgba(15, 33, 55, 0.16);
    background: transparent;
    color: var(--hl-primary);
}

.hl-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.hl-topbar {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(9, 24, 41, 0.92);
}

.hl-topbar__inner,
.hl-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hl-topbar__inner {
    min-height: 40px;
    padding: 6px 0;
}

.hl-topbar__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hl-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.81rem;
    font-weight: 600;
    white-space: nowrap;
}

.hl-topbar__label {
    color: rgba(255, 255, 255, 0.56);
}

.hl-topbar__value {
    color: rgba(255, 255, 255, 0.92);
}

.hl-topbar__contact--mobile {
    display: none;
}

.hl-topbar__mobile-link {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.hl-topbar__mobile-name {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.1;
}

.hl-topbar__mobile-value {
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.15;
}

@media (max-width: 1360px) {
    .hl-topbar .hl-social-links.is-compact {
        display: none;
    }
}

.hl-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(15, 33, 55, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    box-shadow: none;
    overflow: visible;
}

body.admin-bar .hl-site-header::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: var(--hl-admin-bar-offset);
    background: rgba(15, 33, 55, 0.97);
    pointer-events: none;
}

.hl-header-main {
    position: relative;
    min-height: 78px;
    padding: 12px 0;
}

.hl-header-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.hl-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.hl-language-switcher.is-mobile {
    display: none;
}

.hl-language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hl-language-switcher__link.is-current,
.hl-language-switcher__link:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--hl-primary);
}

.hl-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 340px;
    min-width: 0;
}

.hl-brand__mark img,
.hl-brand__mark .custom-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hl-brand__mark .custom-logo-link {
    display: inline-flex;
}

.hl-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.hl-brand__title {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.hl-brand__subtitle {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.8rem;
    line-height: 1.35;
}

.hl-main-nav {
    flex: 1 1 auto;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.hl-menu-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    list-style: none;
}

.hl-menu-ul a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
}

.hl-menu-ul a:hover,
.hl-menu-ul .current-menu-item > a,
.hl-menu-ul .current_page_item > a,
.hl-menu-ul .current-menu-ancestor > a {
    color: #ffffff;
}

.hl-header-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hl-header-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 0.92rem;
    text-align: center;
}

.hl-header-action--quote {
    min-width: 136px;
    padding-inline: 22px;
}

.hl-header-action--wa {
    min-width: 142px;
}

.hl-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.hl-menu-toggle__line {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #ffffff;
}

.hl-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hl-social-links.is-compact {
    gap: 6px;
    transition: opacity 0.24s ease, max-width 0.24s ease;
}

.hl-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--hl-border);
    background: #ffffff;
    color: var(--hl-primary);
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: var(--hl-shadow-soft);
}

.hl-social-links.is-compact .hl-social-link {
    min-height: 28px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    font-size: 0.78rem;
}

.hl-site-header.is-scrolled {
    background: rgba(10, 24, 40, 0.98);
    border-bottom-color: rgba(255, 255, 255, 0.04);
    box-shadow: 0 6px 16px rgba(9, 24, 41, 0.12);
}

body.admin-bar .hl-site-header.is-scrolled::before {
    background: rgba(10, 24, 40, 0.98);
}

.hl-site-header.is-scrolled .hl-topbar {
    display: none !important;
}

.hl-site-header.is-scrolled .hl-header-main {
    min-height: 62px;
    padding: 8px 0;
}

.hl-site-header.is-scrolled .hl-brand__mark img,
.hl-site-header.is-scrolled .hl-brand__mark .custom-logo {
    width: 46px;
    height: 46px;
}

.hl-site-header.is-scrolled .hl-brand__title {
    font-size: 0.95rem;
}

.hl-site-header.is-scrolled .hl-brand__subtitle {
    font-size: 0.76rem;
}

.hl-site-header.is-scrolled .hl-header-action {
    padding: 10px 16px;
    font-size: 0.84rem;
}

.hl-site-header.is-menu-open .hl-menu-toggle {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}

.hl-home-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 94px;
    background:
        radial-gradient(circle at top right, rgba(0, 180, 219, 0.24), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255, 81, 47, 0.18), transparent 34%),
        linear-gradient(135deg, #0f2137 0%, #132d4a 56%, #17395d 100%);
}

.hl-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 42px;
    align-items: center;
}

.hl-home-hero__copy {
    color: #ffffff;
}

.hl-home-hero__copy h1,
.hl-home-hero__copy p {
    color: #ffffff;
}

.hl-home-hero__copy p {
    max-width: 640px;
    font-size: 1.08rem;
    opacity: 0.88;
}

.hl-home-hero__actions,
.hl-card-actions,
.hl-form-fallback__actions,
.hl-cta-banner__actions,
.hl-form-meta,
.hl-footer-bottom__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hl-home-hero__actions {
    margin: 28px 0 34px;
}

.hl-home-hero__media {
    display: grid;
    gap: 18px;
}

.hl-media-card {
    overflow: hidden;
    border-radius: var(--hl-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(4, 18, 35, 0.28);
}

.hl-media-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.hl-media-card__body {
    padding: 22px;
    color: #ffffff;
}

.hl-media-card__body p {
    color: rgba(255, 255, 255, 0.76);
}

.hl-media-card__eyebrow,
.hl-card-eyebrow,
.hl-value-card__eyebrow,
.hl-feature-card__tag,
.hl-channel-card__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--hl-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hl-home-hero__socials {
    padding: 22px;
    border-radius: var(--hl-radius-md);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hl-home-hero__socials p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.76);
}

.hl-proof-layout,
.hl-content-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
    gap: 32px;
    align-items: start;
}

.hl-proof-panel,
.hl-content-intro {
    padding: 32px;
}

.hl-proof-panel h2,
.hl-content-intro h2 {
    margin: 18px 0 14px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.hl-proof-panel p,
.hl-content-intro p {
    margin-bottom: 0;
}

.hl-metric-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
}

.hl-metric-list li {
    padding: 18px;
    border-radius: var(--hl-radius-sm);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hl-metric-list strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
}

.hl-metric-list span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.45;
}

.hl-metric-list--stacked {
    grid-template-columns: 1fr;
}

.hl-metric-panel .hl-metric-list li {
    background: var(--hl-surface-muted);
    border: 1px solid var(--hl-border);
}

.hl-metric-panel .hl-metric-list strong {
    color: var(--hl-primary);
}

.hl-metric-panel .hl-metric-list span {
    color: var(--hl-text-muted);
}

.hl-feature-grid,
.hl-process-grid,
.hl-grid-servicios,
.hl-grid-portafolio,
.hl-grid-editorial,
.hl-contact-cards {
    display: grid;
    gap: 24px;
}

.hl-feature-grid,
.hl-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hl-feature-grid--offset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hl-feature-card--featured {
    grid-column: span 2;
}

.hl-grid-servicios,
.hl-grid-portafolio,
.hl-grid-editorial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hl-about-preview,
.hl-contact-layout,
.hl-about-page-layout,
.hl-lead-layout,
.hl-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 32px;
    align-items: start;
}

.hl-value-grid,
.hl-service-sidebar,
.hl-contact-socials,
.hl-contact-services,
.hl-about-sidebar,
.hl-blog-sidebar {
    display: grid;
    gap: 18px;
}

.hl-feature-card,
.hl-value-card,
.hl-process-card,
.hl-card-servicio,
.hl-card-caso,
.hl-channel-card,
.hl-form-shell,
.hl-contact-panel,
.hl-metric-panel,
.hl-cta-banner,
.hl-editorial-card,
.hl-widget,
.hl-footer-widget,
.hl-native-form {
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius-md);
    background: var(--hl-surface);
    box-shadow: var(--hl-shadow-soft);
}

.hl-feature-card,
.hl-value-card,
.hl-process-card,
.hl-channel-card,
.hl-contact-panel,
.hl-metric-panel,
.hl-editorial-card {
    padding: 28px;
}

.hl-editorial-card {
    padding: 0;
    overflow: hidden;
}

.hl-card-servicio,
.hl-card-caso {
    overflow: hidden;
}

.hl-card-servicio,
.hl-card-caso,
.hl-editorial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hl-card-servicio__media img,
.hl-card-servicio__media .wp-post-image,
.hl-card-caso-img img,
.hl-card-caso-img .wp-post-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.hl-card-body,
.hl-card-title-bar {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px;
}

.hl-editorial-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 28px;
}

.hl-editorial-card__media {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--hl-border);
}

.hl-editorial-card__media img,
.hl-editorial-card__media .wp-post-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.hl-card-actions {
    margin-top: auto;
}

.hl-card-body h3,
.hl-card-body h2,
.hl-card-title-bar h2,
.hl-card-title-bar h3,
.hl-editorial-card h2,
.hl-editorial-card h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
}

.hl-service-tag {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 180, 219, 0.12);
    color: var(--hl-secondary);
    font-size: 0.8rem;
    font-weight: 700;
}

.hl-service-note {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--hl-border);
    font-size: 0.94rem;
}

.hl-text-link {
    color: var(--hl-accent);
    font-size: 0.96rem;
    font-weight: 700;
}

.hl-section-cta {
    margin-top: 36px;
    text-align: center;
}

.hl-channel-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--hl-primary);
}

.hl-channel-card strong {
    font-size: 1.08rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hl-contact-cards {
    grid-template-columns: 1fr;
}

.hl-contact-cards--dual {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.hl-contact-cards--team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hl-contact-utility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hl-contact-utility-grid > * {
    min-width: 0;
}

.hl-channel-card--email strong {
    font-size: 1rem;
}

.hl-channel-card--address {
    justify-content: space-between;
}

.hl-contact-services .hl-check-list {
    padding-left: 4px;
}

.hl-contact-panel > * + * {
    margin-top: 24px;
}

.hl-card-highlight {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--hl-surface-muted);
    color: var(--hl-primary);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.5;
}

.hl-portfolio-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}

.hl-filter-chip {
    padding: 10px 16px;
    border: 1px solid var(--hl-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--hl-primary);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: var(--hl-shadow-soft);
}

.hl-filter-chip.is-active {
    background: var(--hl-primary);
    color: #ffffff;
    border-color: var(--hl-primary);
}

.hl-card-caso.is-hidden {
    display: none;
}

.hl-page-hero {
    padding: 70px 0 46px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f6fb 100%);
    border-bottom: 1px solid var(--hl-border);
}

.hl-page-hero__inner {
    max-width: 860px;
}

.hl-prose {
    font-size: 1.02rem;
    line-height: 1.75;
}

.hl-prose > * + * {
    margin-top: 18px;
}

.hl-prose--soft {
    margin-bottom: 22px;
}

.hl-process-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255, 81, 47, 0.12);
    color: var(--hl-accent);
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.hl-process-card h3 {
    margin-bottom: 12px;
    font-size: 1.32rem;
}

.hl-lead-section {
    background: linear-gradient(135deg, #0f2137 0%, #17395d 100%);
}

.hl-lead-copy {
    color: #ffffff;
}

.hl-lead-copy h2,
.hl-lead-copy p,
.hl-contact-stack a,
.hl-contact-stack span {
    color: #ffffff;
}

.hl-check-list,
.hl-footer-list,
.hl-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hl-check-list {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
}

.hl-check-list--compact {
    gap: 8px;
    margin-top: 18px;
}

.hl-check-list li {
    position: relative;
    padding-left: 22px;
}

.hl-check-list--compact li {
    padding-left: 18px;
}

.hl-check-list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--hl-secondary);
}

.hl-check-list--compact li::before {
    top: 9px;
    width: 7px;
    height: 7px;
}

.hl-proof-strip {
    display: grid;
    gap: 18px;
}

.hl-proof-strip__items {
    display: grid;
    gap: 12px;
}

.hl-proof-strip--compact .hl-proof-strip__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hl-proof-strip__item {
    display: grid;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid var(--hl-border);
}

.hl-proof-strip__item strong {
    color: var(--hl-primary);
    font-size: 1rem;
}

.hl-proof-strip__item span {
    color: var(--hl-text-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.hl-contact-stack {
    display: grid;
    gap: 12px;
}

.hl-contact-services .hl-check-list {
    margin-top: 12px;
}

.hl-grid-servicios--featured > .hl-card-servicio--featured,
.hl-grid-portafolio--featured > .hl-card-caso--featured {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
}

.hl-grid-editorial--featured > .hl-editorial-card--featured {
    grid-column: span 2;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(0, 180, 219, 0.12), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.hl-grid-editorial--featured > .hl-editorial-card--featured.hl-editorial-card--with-media {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    padding: 0;
}

.hl-editorial-card--featured.hl-editorial-card--with-media .hl-editorial-card__media {
    height: 100%;
    border-right: 1px solid var(--hl-border);
    border-bottom: 0;
}

.hl-editorial-card--featured.hl-editorial-card--with-media .hl-editorial-card__media img,
.hl-editorial-card--featured.hl-editorial-card--with-media .hl-editorial-card__media .wp-post-image {
    height: 100%;
    min-height: 340px;
}

.hl-editorial-card--featured.hl-editorial-card--with-media .hl-editorial-card__body {
    padding: 34px;
    justify-content: center;
}

.hl-card-servicio--featured .hl-card-servicio__media,
.hl-card-caso--featured .hl-card-caso-img {
    height: 100%;
}

.hl-card-servicio--featured .hl-card-servicio__media img,
.hl-card-servicio--featured .hl-card-servicio__media .wp-post-image,
.hl-card-caso--featured .hl-card-caso-img img,
.hl-card-caso--featured .hl-card-caso-img .wp-post-image {
    height: 100%;
    min-height: 100%;
}

.hl-card-servicio--featured .hl-card-body,
.hl-card-caso--featured .hl-card-title-bar,
.hl-editorial-card--featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hl-editorial-card--featured h2,
.hl-editorial-card--featured h3 {
    font-size: clamp(1.8rem, 2.4vw, 2.6rem);
    line-height: 1.08;
}

.hl-form-shell,
.hl-native-form {
    padding: 30px;
}

.hl-form-shell__header {
    margin-bottom: 22px;
}

.hl-form-shell__header h2,
.hl-form-shell__header h3,
.hl-native-form__title {
    font-size: 1.8rem;
    margin: 18px 0 10px;
}

.hl-form-fallback {
    display: grid;
    gap: 16px;
}

.hl-lead-form {
    display: grid;
    gap: 22px;
}

.hl-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hl-field {
    display: grid;
    gap: 10px;
}

.hl-field span {
    font-weight: 700;
    color: var(--hl-primary);
}

.hl-field input,
.hl-field select,
.hl-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(15, 33, 55, 0.14);
    border-radius: 16px;
    background: #ffffff;
    color: var(--hl-primary);
    font: inherit;
}

.hl-field input:focus,
.hl-field select:focus,
.hl-field textarea:focus {
    outline: none;
    border-color: rgba(255, 81, 47, 0.45);
    box-shadow: 0 0 0 4px rgba(255, 81, 47, 0.12);
}

.hl-field--full {
    grid-column: 1 / -1;
}

.hl-field--hidden {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.hl-form-meta {
    align-items: center;
    justify-content: space-between;
}

.hl-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 600;
}

.hl-alert.is-success {
    background: rgba(25, 135, 84, 0.08);
    border-color: rgba(25, 135, 84, 0.2);
    color: #12663f;
}

.hl-alert.is-warning {
    background: rgba(255, 193, 7, 0.14);
    border-color: rgba(255, 193, 7, 0.25);
    color: #7a5d00;
}

.hl-alert.is-error {
    background: rgba(220, 53, 69, 0.08);
    border-color: rgba(220, 53, 69, 0.2);
    color: #8d2130;
}

.hl-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 28px;
    align-items: start;
}

.hl-featured-image-wide {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: var(--hl-radius-lg);
    box-shadow: var(--hl-shadow);
}

.hl-featured-image-wide img {
    width: 100%;
    height: auto;
}

.hl-single-content {
    max-width: 820px;
}

.hl-cta-banner {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hl-cta-box {
    margin-top: 36px;
    padding: 26px;
    border-radius: var(--hl-radius-md);
    background: var(--hl-surface-muted);
    border: 1px solid var(--hl-border);
}

.hl-cta-box p {
    margin-bottom: 16px;
    font-weight: 600;
}

.hl-cta-box--soft {
    margin-top: 0;
    margin-bottom: 22px;
    background: linear-gradient(180deg, rgba(255, 81, 47, 0.05) 0%, rgba(255, 138, 61, 0.03) 100%);
}

.hl-about-sidebar .hl-cta-box,
.hl-blog-sidebar .hl-cta-box,
.hl-form-shell > .hl-cta-box {
    margin-top: 0;
}

.hl-empty-state {
    padding: 32px;
    text-align: center;
    border: 1px dashed var(--hl-border);
    border-radius: var(--hl-radius-sm);
    background: var(--hl-surface-muted);
    color: var(--hl-text-muted);
}

.hl-blog-main {
    display: grid;
    gap: 24px;
}

.hl-pagination .nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hl-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--hl-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--hl-primary);
    box-shadow: var(--hl-shadow-soft);
}

.hl-pagination .page-numbers.current {
    background: var(--hl-primary);
    color: #ffffff;
    border-color: var(--hl-primary);
}

.hl-site-footer {
    padding: 72px 0 22px;
    background: #0f2137;
    color: rgba(255, 255, 255, 0.84);
}

.hl-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 30px;
    align-items: start;
}

.hl-footer-col {
    min-width: 0;
}

.hl-footer-col h3,
.hl-footer-col h4,
.hl-widget__title,
.hl-footer-widget__title {
    margin-bottom: 16px;
    color: #ffffff;
}

.hl-footer-logo {
    margin-bottom: 16px;
}

.hl-footer-logo img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.hl-footer-list,
.hl-footer-menu {
    display: grid;
    gap: 10px;
}

.hl-footer-contact-link {
    display: grid;
    gap: 4px;
}

.hl-footer-contact-name {
    color: #ffffff;
    font-weight: 700;
}

.hl-footer-contact-role,
.hl-footer-contact-phone,
.hl-footer-contact-address {
    color: rgba(255, 255, 255, 0.82);
}

.hl-footer-list a,
.hl-footer-menu a,
.hl-footer-bottom a {
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
}

.hl-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hl-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #25d366;
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.3);
}

.hl-whatsapp-float:hover {
    transform: translateY(-2px) scale(1.02);
}

.hl-whatsapp-float svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 1080px) {
    body.hl-menu-open {
        overflow: hidden;
    }

    .hl-topbar__inner {
        min-height: auto;
        padding: 8px 0;
        flex-wrap: wrap;
        gap: 8px;
    }

    .hl-topbar__contact--desktop {
        display: none;
    }

    .hl-topbar__contact--mobile {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .hl-topbar__mobile-link {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .hl-social-links.is-compact {
        display: none;
    }

    .hl-header-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            'brand tools'
            'nav nav';
        min-height: 68px;
        padding: 10px 0;
        gap: 10px 12px;
        align-items: center;
    }

    .hl-main-nav {
        grid-area: nav;
        position: static;
        width: 100%;
        max-height: 0;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: none;
        pointer-events: none;
        z-index: 60;
        transition: max-height 0.24s ease, margin-top 0.24s ease, opacity 0.18s ease, visibility 0s linear 0.24s;
    }

    .hl-main-nav.is-open {
        max-height: 420px;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: max-height 0.24s ease, margin-top 0.24s ease, opacity 0.18s ease;
    }

    .hl-menu-toggle {
        display: inline-flex;
    }

    .hl-brand {
        grid-area: brand;
        flex: 0 1 auto;
        min-width: 0;
    }

    .hl-header-tools {
        grid-area: tools;
        flex: 0 0 auto;
        justify-self: end;
    }

    .hl-header-actions {
        width: auto;
        justify-content: flex-end;
        flex: 0 0 auto;
    }

    .hl-language-switcher.is-desktop {
        display: none;
    }

    .hl-language-switcher.is-mobile {
        display: inline-flex;
        margin-top: 12px;
        align-self: flex-start;
    }

    .hl-header-action--wa {
        display: none;
    }

    .hl-menu-ul {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        margin: 0;
        padding: 10px 0 0;
        border-radius: 0;
        background: rgba(8, 20, 34, 0.98);
        border: 0;
        box-shadow: none;
    }

    .hl-menu-ul a {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 0 16px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.05);
    }

    .hl-site-header.is-menu-open {
        box-shadow: none;
    }

    .hl-site-header.is-menu-open .hl-header-main {
        padding-bottom: 12px;
    }

    .hl-site-header.is-menu-open .hl-main-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        padding-top: 10px;
    }

    .hl-site-header.is-scrolled .hl-header-main {
        min-height: 58px;
    }

    .hl-home-hero__grid,
    .hl-proof-layout,
    .hl-content-intro-grid,
    .hl-about-preview,
    .hl-contact-layout,
    .hl-about-page-layout,
    .hl-lead-layout,
    .hl-service-layout,
    .hl-blog-layout,
    .hl-footer-grid {
        grid-template-columns: 1fr;
    }

    .hl-feature-grid,
    .hl-process-grid,
    .hl-grid-servicios,
    .hl-grid-portafolio,
    .hl-grid-editorial,
    .hl-contact-cards--dual,
    .hl-contact-cards--team {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hl-grid-servicios--featured > .hl-card-servicio--featured,
    .hl-grid-portafolio--featured > .hl-card-caso--featured,
    .hl-grid-editorial--featured > .hl-editorial-card--featured {
        grid-column: span 2;
    }

    .hl-grid-servicios--featured > .hl-card-servicio--featured,
    .hl-grid-portafolio--featured > .hl-card-caso--featured,
    .hl-grid-editorial--featured > .hl-editorial-card--featured.hl-editorial-card--with-media {
        grid-template-columns: 1fr;
    }

    .hl-contact-layout .hl-form-shell {
        order: 1;
    }

    .hl-contact-layout .hl-contact-panel {
        order: 2;
    }

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

@media (max-width: 780px) {
    .hl-home-hero__actions,
    .hl-cta-banner,
    .hl-footer-bottom,
    .hl-form-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .hl-footer-contact-link {
        gap: 3px;
    }

    .hl-footer-bottom__links {
        width: 100%;
    }

    .hl-contact-utility-grid,
    .hl-proof-strip--compact .hl-proof-strip__items {
        grid-template-columns: 1fr;
    }

    .hl-topbar__inner {
        padding: 6px 0;
    }

    .hl-topbar__contact--mobile {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .hl-topbar__mobile-link {
        gap: 2px;
    }

    .hl-topbar__mobile-name {
        font-size: 0.56rem;
    }

    .hl-topbar__mobile-value {
        font-size: 0.7rem;
    }

    .hl-header-main {
        min-height: 60px;
        gap: 8px 10px;
    }

    .hl-brand {
        grid-area: brand;
        gap: 10px;
        min-width: 0;
        max-width: none;
    }

    .hl-brand__mark img,
    .hl-brand__mark .custom-logo {
        width: 38px;
        height: 38px;
    }

    .hl-brand__subtitle {
        display: none;
    }

    .hl-brand__title {
        max-width: 100%;
        font-size: 0.84rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hl-header-tools {
        grid-area: tools;
        gap: 4px;
        justify-self: end;
    }

    .hl-header-actions {
        flex: 0 0 auto;
        width: auto;
    }

    .hl-language-switcher {
        padding: 3px;
    }

    .hl-language-switcher__link {
        min-width: 32px;
        min-height: 28px;
        padding: 0 8px;
        font-size: 0.72rem;
    }

    .hl-header-action--quote {
        min-width: 0;
        padding: 8px 14px;
        font-size: 0.72rem;
    }

    .hl-menu-toggle {
        width: 34px;
        height: 34px;
    }

    .hl-metric-list,
    .hl-feature-grid,
    .hl-process-grid,
    .hl-grid-servicios,
    .hl-grid-portafolio,
    .hl-grid-editorial,
    .hl-contact-cards--dual,
    .hl-contact-cards--team,
    .hl-form-grid {
        grid-template-columns: 1fr;
    }

    .hl-feature-card--featured,
    .hl-grid-servicios--featured > .hl-card-servicio--featured,
    .hl-grid-portafolio--featured > .hl-card-caso--featured,
    .hl-grid-editorial--featured > .hl-editorial-card--featured {
        grid-column: auto;
    }

    .hl-card-servicio__media img,
    .hl-card-servicio__media .wp-post-image,
    .hl-card-caso-img img,
    .hl-card-caso-img .wp-post-image,
    .hl-media-card img {
        height: 240px;
    }

    .hl-section {
        padding: 72px 0;
    }

    .hl-container {
        padding: 0 18px;
    }

    .hl-home-hero__actions,
    .hl-form-fallback__actions,
    .hl-cta-banner__actions,
    .hl-card-actions,
    .hl-form-meta {
        width: 100%;
    }

    .hl-home-hero__actions .hl-btn,
    .hl-form-fallback__actions .hl-btn,
    .hl-cta-banner__actions .hl-btn,
    .hl-form-meta .hl-btn {
        width: 100%;
        text-align: center;
    }

    .hl-portfolio-toolbar {
        justify-content: flex-start;
    }

    .hl-filter-chip {
        width: 100%;
        text-align: left;
    }

    .hl-proof-panel,
    .hl-content-intro,
    .hl-editorial-card--featured {
        padding: 28px;
    }

    .hl-editorial-card__body {
        padding: 24px;
    }

    .hl-editorial-card__media img,
    .hl-editorial-card__media .wp-post-image {
        height: 220px;
    }

    .hl-footer-grid {
        grid-template-columns: 1fr;
    }

    .hl-main-nav {
        grid-area: nav;
        max-height: 0;
    }

    .hl-site-header.is-scrolled .hl-header-main {
        min-height: 52px;
        padding: 7px 0;
    }

    .hl-site-header.is-menu-open .hl-main-nav.is-open {
        max-height: 360px;
    }

    .hl-site-header.is-scrolled .hl-brand__mark img,
    .hl-site-header.is-scrolled .hl-brand__mark .custom-logo {
        width: 36px;
        height: 36px;
    }

    .hl-whatsapp-float {
        right: 18px;
        bottom: 18px;
        width: 58px;
        height: 58px;
    }
}
