/*!
 * uc-hub.css — Topical Hub design system (Uniclima)
 * Extracted from the deprecated mu-plugin `uniclima-topical-hubs-style.php`.
 * Enqueue only on pages using the `page-template-uniclima-hub.php` template.
 * Patch block for Astra entry-header collapse removed: handled by the
 * custom page template itself (no entry-header wrapper rendered).
 */

/* ============================================================
   UNICLIMA HUB — Design System v3.0.0 "Editorial Industrial Serif"
   ============================================================ */

:root .uc-hub,
.uc-hub {
    /* Canvas */
    --uc-canvas: #ffffff;
    --uc-canvas-warm: #ffffff; /* v4: was #faf8f4 — flattened to white */
    --uc-canvas-cool: #ffffff; /* v4: was #f7f7f5 — flattened to white */
    /* Ink */
    --uc-ink: #0a0a0a;
    --uc-ink-soft: #1d1d1f;
    --uc-body: #3d4048;
    --uc-muted: #8c8f96;
    --uc-muted-soft: #b8bac0;
    /* Lines */
    --uc-line: #e8e6e1;
    --uc-line-strong: #d4d2cd;
    /* Brand */
    --uc-red: #d40f14;
    --uc-red-dark: #a30a0e;
    --uc-red-soft: #fdf2f2;
    --uc-red-line: #f5d5d6;
    /* Accent */
    --uc-ochre: #b8722a;
    --uc-ochre-soft: #fdf6ec;
    --uc-emerald: #0d8f5c;
    --uc-emerald-soft: #ecf7f1;
    /* Type */
    --uc-serif: 'Playfair Display', 'Times New Roman', Georgia, serif;
    --uc-sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    /* Radii */
    --uc-r-sm: 4px;
    --uc-r-md: 8px;
    --uc-r-lg: 14px;
    --uc-r-xl: 22px;
    /* Shadows (sutiles, editorial) */
    --uc-shadow-xs: 0 1px 2px rgba(10,10,10,.03);
    --uc-shadow-sm: 0 2px 12px rgba(10,10,10,.04);
    --uc-shadow-md: 0 10px 40px rgba(10,10,10,.06);
    --uc-shadow-red: 0 12px 40px rgba(212,15,20,.10);
    /* Motion */
    --uc-ease: cubic-bezier(.22, 1, .36, 1);
}

/* ============================================================
   RESET + BASE CONTAINER
   ============================================================ */
.uc-hub {
    font-family: var(--uc-sans);
    color: var(--uc-ink);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: var(--uc-canvas);
}
.uc-hub *,
.uc-hub *::before,
.uc-hub *::after { box-sizing: border-box; }
.uc-hub ul, .uc-hub ol { padding: 0; margin: 0; list-style: none; }
.uc-hub p { margin: 0; }
.uc-hub a, .uc-hub a:link, .uc-hub a:visited,
.uc-hub a:hover, .uc-hub a:focus, .uc-hub a:active {
    text-decoration: none !important;
    border-bottom: none !important;
}
.uc-hub img { max-width: 100%; height: auto; display: block; }

/* Container shared */
.uc-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}
.uc-wrap--narrow { max-width: 860px; }
.uc-wrap--wide { max-width: 1320px; }

/* Section base */
.uc-sec {
    padding: 96px 0;
    position: relative;
}
.uc-sec--sm { padding: 64px 0; }
.uc-sec--lg { padding: 140px 0; }
.uc-sec--warm { background: var(--uc-canvas-warm); }
.uc-sec--cool { background: var(--uc-canvas-cool); }
.uc-sec--divide-top { border-top: 1px solid var(--uc-line); }
.uc-sec--divide-bottom { border-bottom: 1px solid var(--uc-line); }

/* ============================================================
   TYPOGRAPHY — Editorial
   ============================================================ */
.uc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--uc-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--uc-red);
    margin: 0 0 24px;
}
.uc-kicker::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--uc-red);
}

.uc-h1 {
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: clamp(40px, 6.5vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--uc-ink);
    margin: 0 0 28px;
}
.uc-h1 em {
    font-style: italic;
    font-weight: 500;
    color: var(--uc-red);
}

.uc-h2 {
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--uc-ink);
    margin: 0 0 20px;
}
.uc-h2 em { font-style: italic; font-weight: 400; color: var(--uc-red); }

.uc-h3 {
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: clamp(22px, 2.4vw, 28px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--uc-ink);
    margin: 0 0 14px;
}
.uc-h4 {
    font-family: var(--uc-sans);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    color: var(--uc-ink);
    margin: 0 0 10px;
}

.uc-lead {
    font-family: var(--uc-sans);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.55;
    color: var(--uc-body);
    max-width: 620px;
    margin: 0 0 32px;
}
.uc-text {
    font-family: var(--uc-sans);
    font-size: 16px;
    line-height: 1.7;
    color: var(--uc-body);
}
.uc-text p + p { margin-top: 18px; }
.uc-text strong { color: var(--uc-ink); font-weight: 600; }

.uc-eyebrow {
    font-family: var(--uc-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--uc-muted);
}

/* Numerical editorial display */
.uc-num {
    font-family: var(--uc-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--uc-ochre);
    font-size: 14px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.uc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    font-family: var(--uc-sans);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    border-radius: 100px;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .25s var(--uc-ease);
    white-space: nowrap;
}
.uc-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.uc-btn--primary,
.uc-btn--primary:link,
.uc-btn--primary:visited {
    background: var(--uc-ink);
    color: #fff !important;
    border-color: var(--uc-ink);
}
.uc-btn--primary:hover {
    background: var(--uc-red);
    border-color: var(--uc-red);
    transform: translateY(-1px);
    box-shadow: var(--uc-shadow-red);
}

.uc-btn--ghost,
.uc-btn--ghost:link,
.uc-btn--ghost:visited {
    background: transparent;
    color: var(--uc-ink) !important;
    border-color: var(--uc-line-strong);
}
.uc-btn--ghost:hover {
    border-color: var(--uc-ink);
    background: var(--uc-ink);
    color: #fff !important;
}

.uc-btn--red,
.uc-btn--red:link,
.uc-btn--red:visited {
    background: var(--uc-red);
    color: #fff !important;
    border-color: var(--uc-red);
}
.uc-btn--red:hover {
    background: var(--uc-red-dark);
    border-color: var(--uc-red-dark);
    transform: translateY(-1px);
    box-shadow: var(--uc-shadow-red);
}

.uc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--uc-ink) !important;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid var(--uc-ink) !important;
    padding-bottom: 2px;
    transition: all .25s var(--uc-ease);
}
.uc-link:hover {
    color: var(--uc-red) !important;
    border-color: var(--uc-red) !important;
}
.uc-link svg { width: 14px; height: 14px; transition: transform .25s var(--uc-ease); }
.uc-link:hover svg { transform: translateX(4px); }

/* ============================================================
   SECTION 1 — HERO (zigzag split asymmetric)
   ============================================================ */
.uc-hero {
    padding: 8px 0 72px;
    position: relative;
    background: var(--uc-canvas);
}
.uc-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: start;
    min-height: 0;
}
.uc-hero__content { padding-right: 24px; }
.uc-hero__ctas { display: inline-flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.uc-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--uc-line);
}
.uc-hero__badge {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--uc-body); font-weight: 500;
}
.uc-hero__badge svg { width: 16px; height: 16px; color: var(--uc-emerald); flex-shrink: 0; }

.uc-hero__media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: var(--uc-r-xl);
    overflow: hidden;
    box-shadow: var(--uc-shadow-md);
}
.uc-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.uc-hero__float-badge {
    position: absolute;
    bottom: 24px; left: 24px; right: 24px;
    background: #fff;
    padding: 18px 22px;
    border-radius: var(--uc-r-lg);
    display: flex; align-items: center; gap: 14px;
    font-size: 13px; color: var(--uc-ink); font-weight: 600;
    box-shadow: var(--uc-shadow-sm);
}
.uc-hero__float-badge-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--uc-red);
    box-shadow: 0 0 0 4px var(--uc-red-soft);
    flex-shrink: 0;
    animation: uc-pulse 2s ease-in-out infinite;
}
@keyframes uc-pulse {
    0%,100% { box-shadow: 0 0 0 4px var(--uc-red-soft); }
    50% { box-shadow: 0 0 0 9px var(--uc-red-soft); }
}
.uc-hero__float-badge-label { font-size: 11px; color: var(--uc-muted); letter-spacing: 1.2px; text-transform: uppercase; display: block; margin-bottom: 2px; font-weight: 700; }

/* ============================================================
   SECTION 2 — TRUST BAR (edge-to-edge)
   ============================================================ */
.uc-trust {
    padding: 64px 0;
    background: #ffffff;
    border-top: 1px solid var(--uc-line);
    border-bottom: 1px solid var(--uc-line);
}

/* v6 — compacter still, bigger CTAs in zig-zag */
.uc-services { padding: 56px 0; }
.uc-diff { padding: 64px 0; }
.uc-testim { padding: 56px 0; }
.uc-cta { padding: 72px 0 96px; }

.uc-svcz .uc-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 26px !important;
    background: var(--uc-ink) !important;
    color: #ffffff !important;
    border: 1.5px solid var(--uc-ink) !important;
    border-radius: var(--uc-r-sm) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    transition: all .25s var(--uc-ease) !important;
    border-bottom: 1.5px solid var(--uc-ink) !important;
    margin-top: 8px;
}
.uc-svcz .uc-link:hover {
    background: var(--uc-red) !important;
    border-color: var(--uc-red) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    border-bottom: 1.5px solid var(--uc-red) !important;
}
.uc-svcz .uc-link svg { color: #ffffff !important; width: 14px; height: 14px; }

/* v5 — new .uc-svc-zig: zig-zag image+text mini-sections with oversized bold titles */
.uc-svc-zig { padding: 56px 0 72px; background: #ffffff; }
.uc-svcz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 56px;
}
.uc-svcz:last-child { margin-bottom: 0; }
.uc-svcz--left .uc-svcz__media { order: 2; }
.uc-svcz--left .uc-svcz__content { order: 1; }
.uc-svcz__media {
    border-radius: var(--uc-r-lg);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #f5f5f5;
    box-shadow: var(--uc-shadow-md);
}
.uc-svcz__media img { width: 100%; height: 100%; object-fit: cover; }
.uc-svcz__content { padding: 0 8px; }
.uc-svcz__num {
    font-family: var(--uc-serif);
    font-size: 14px;
    color: var(--uc-red);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}
.uc-svcz__num::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--uc-red);
    margin-right: 10px;
    vertical-align: middle;
}
.uc-svcz__title {
    font-family: var(--uc-serif);
    font-size: clamp(36px, 4.2vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--uc-ink);
    font-weight: 700;
    margin: 0 0 20px;
}
.uc-svcz__text {
    font-family: var(--uc-sans);
    font-size: 17.5px;
    line-height: 1.65;
    color: var(--uc-body);
    margin: 0 0 22px;
    max-width: 48ch;
}
.uc-svcz__text strong { color: var(--uc-ink); font-weight: 600; }
.uc-svcz__features {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}
.uc-svcz__features li {
    position: relative;
    padding-left: 28px;
    font-size: 15.5px;
    line-height: 1.5;
    color: var(--uc-body);
    font-weight: 500;
}
.uc-svcz__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 1px;
    background: var(--uc-ink);
}
@media (max-width: 921px) {
    .uc-svc-zig { padding: 60px 0; }
    .uc-svcz { grid-template-columns: 1fr; gap: 28px; margin-bottom: 56px; }
    .uc-svcz--left .uc-svcz__media,
    .uc-svcz--left .uc-svcz__content { order: unset; }
    .uc-svcz__title { font-size: 32px; }
    .uc-svcz__text { font-size: 16px; }
}

/* v4 — Astra integration: when Astra full-width "page-builder" layout applied, let hub flow edge-to-edge cleanly */
.ast-page-builder-template .site-content .uc-hub,
.ast-full-width-primary-content .uc-hub { margin: 0; }
.uc-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.uc-trust__stat { position: relative; padding-left: 24px; }
.uc-trust__stat:not(:first-child)::before {
    content: ""; position: absolute; left: 0; top: 8px; bottom: 8px;
    width: 1px; background: var(--uc-line-strong);
}
.uc-trust__num {
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1;
    color: var(--uc-ink);
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 8px;
}
.uc-trust__num-sup {
    font-style: italic;
    color: var(--uc-red);
    font-weight: 400;
    font-size: .7em;
    letter-spacing: 0;
}
.uc-trust__label {
    font-size: 13px; color: var(--uc-body); font-weight: 500;
    line-height: 1.4;
}
.uc-trust__brands {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 13px;
    color: var(--uc-muted);
    padding-top: 24px;
    border-top: 1px solid var(--uc-line);
}
.uc-trust__brands-label { font-weight: 600; color: var(--uc-ink); margin-right: 12px; }
.uc-trust__brand-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--uc-muted-soft); display: inline-block; }

/* ============================================================
   SECTION 3 — SERVICES GRID (6 cards editorial)
   ============================================================ */
.uc-services { padding: 120px 0; }
.uc-services__header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 72px;
    align-items: end;
}
.uc-services__header-cta { display: flex; justify-content: flex-end; }

.uc-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--uc-line);
    border: 1px solid var(--uc-line);
    border-radius: var(--uc-r-lg);
    overflow: hidden;
}
.uc-svc,
.uc-svc:link,
.uc-svc:visited {
    display: block;
    background: var(--uc-canvas);
    padding: 40px 32px;
    color: var(--uc-ink) !important;
    position: relative;
    transition: all .35s var(--uc-ease);
    overflow: hidden;
}
.uc-svc::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--uc-red);
    transition: width .4s var(--uc-ease);
}
.uc-svc:hover { background: #ffffff; border-color: var(--uc-ink); transform: translateY(-2px); box-shadow: var(--uc-shadow-sm); }
.uc-svc:hover::after { width: 100%; }
.uc-svc__num {
    font-family: var(--uc-serif);
    font-style: italic;
    font-size: 13px;
    color: var(--uc-muted);
    letter-spacing: 0;
    display: block;
    margin-bottom: 20px;
}
.uc-svc__icon {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--uc-ink);
    margin-bottom: 20px;
    transition: color .3s var(--uc-ease), transform .3s var(--uc-ease);
}
.uc-svc__icon svg { width: 32px; height: 32px; }
.uc-svc:hover .uc-svc__icon { color: var(--uc-red); transform: scale(1.05); }
.uc-svc__title {
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: var(--uc-ink);
    margin: 0 0 12px;
}
.uc-svc__desc {
    font-size: 14.5px; line-height: 1.65;
    color: var(--uc-body);
    margin: 0 0 24px;
}
.uc-svc__link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600;
    color: var(--uc-ink);
}
.uc-svc__link svg { width: 13px; height: 13px; transition: transform .25s var(--uc-ease); }
.uc-svc:hover .uc-svc__link { color: var(--uc-red); }
.uc-svc:hover .uc-svc__link svg { transform: translateX(4px); }

/* ============================================================
   SECTION 4 — TYPES (zigzag: image left + cards right)
   ============================================================ */
.uc-types { padding: 64px 0; background: #ffffff; }
.uc-types__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.uc-types__media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: var(--uc-r-xl);
    overflow: hidden;
    box-shadow: var(--uc-shadow-md);
}
.uc-types__media img { width: 100%; height: 100%; object-fit: cover; }
.uc-types__list { display: grid; gap: 20px; }
.uc-types__item {
    background: #fff;
    padding: 28px 30px;
    border-radius: var(--uc-r-lg);
    border: 1px solid var(--uc-line);
    transition: all .3s var(--uc-ease);
    position: relative;
}
.uc-types__item:hover {
    border-color: var(--uc-ink);
    transform: translateX(-4px);
    box-shadow: var(--uc-shadow-sm);
}
.uc-types__item-num {
    font-family: var(--uc-serif);
    font-style: italic;
    font-size: 14px;
    color: var(--uc-ochre);
    display: block;
    margin-bottom: 8px;
}
.uc-types__item-title {
    font-family: var(--uc-serif); font-weight: 700; font-size: 21px;
    color: var(--uc-ink); margin: 0 0 8px; line-height: 1.2;
}
.uc-types__item-desc { font-size: 14.5px; color: var(--uc-body); line-height: 1.6; margin: 0; }
.uc-types__item-tag {
    position: absolute; top: 24px; right: 24px;
    padding: 4px 10px;
    background: var(--uc-emerald-soft);
    color: var(--uc-emerald);
    font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 100px;
}
.uc-types__item-tag--warn {
    background: var(--uc-ochre-soft); color: var(--uc-ochre);
}

/* ============================================================
   SECTION 5 — COMPARISON TABLE
   ============================================================ */
.uc-compare { padding: 120px 0; }
.uc-compare__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 48px;
    background: #fff;
    border: 1px solid var(--uc-line);
    border-radius: var(--uc-r-lg);
    overflow: hidden;
}
.uc-compare__table thead th {
    padding: 24px 24px;
    font-family: var(--uc-serif);
    font-weight: 700;
    font-size: 18px;
    color: var(--uc-ink);
    background: var(--uc-canvas-warm);
    text-align: left;
    border-bottom: 1px solid var(--uc-line);
    vertical-align: bottom;
    line-height: 1.2;
}
.uc-compare__table thead th:first-child {
    font-family: var(--uc-sans);
    font-weight: 600; font-size: 13px;
    color: var(--uc-muted); letter-spacing: 1.2px; text-transform: uppercase;
}
.uc-compare__table th.is-highlight { color: var(--uc-red); }
.uc-compare__table th.is-highlight::after {
    content: "Recomendada";
    display: block;
    font-family: var(--uc-sans);
    font-size: 10px;
    font-weight: 700;
    color: var(--uc-red);
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-top: 6px;
    padding: 3px 8px;
    background: var(--uc-red-soft);
    border-radius: 4px;
    display: inline-block;
}
.uc-compare__table tbody td {
    padding: 20px 24px;
    font-size: 14.5px;
    color: var(--uc-body);
    border-bottom: 1px solid var(--uc-line);
    vertical-align: top;
    line-height: 1.55;
}
.uc-compare__table tbody tr:last-child td { border-bottom: none; }
.uc-compare__table tbody td:first-child {
    font-weight: 600;
    color: var(--uc-ink);
    font-size: 14px;
}
.uc-compare__table tbody td.is-highlight {
    background: rgba(212,15,20,.025);
    color: var(--uc-ink);
    font-weight: 500;
}
.uc-compare__check {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--uc-emerald); font-weight: 600; font-size: 13px;
}
.uc-compare__cross {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--uc-muted); font-weight: 500; font-size: 13px;
}
.uc-compare__check svg, .uc-compare__cross svg { width: 14px; height: 14px; }

/* ============================================================
   SECTION 6 — GUIDE (horizontal timeline steps)
   ============================================================ */
.uc-guide { padding: 64px 0; background: #ffffff; }
.uc-guide__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    position: relative;
    margin-top: 64px;
}
.uc-guide__steps::before {
    content: "";
    position: absolute;
    top: 32px; left: 8%; right: 8%;
    height: 1px;
    background: var(--uc-line-strong);
    z-index: 0;
}
.uc-guide__step { position: relative; z-index: 1; text-align: left; padding: 0 8px; }
.uc-guide__step-circle {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid var(--uc-line-strong);
    display: flex; align-items: center; justify-content: center;
    margin: 0 0 20px;
    font-family: var(--uc-serif); font-style: italic; font-weight: 700;
    font-size: 22px; color: var(--uc-ink);
    transition: all .3s var(--uc-ease);
}
.uc-guide__step:hover .uc-guide__step-circle {
    background: var(--uc-ink); color: #fff; border-color: var(--uc-ink);
    transform: translateY(-2px);
}
.uc-guide__step-title {
    font-family: var(--uc-serif); font-weight: 700; font-size: 18px;
    color: var(--uc-ink); margin: 0 0 8px; line-height: 1.3;
}
.uc-guide__step-desc { font-size: 13.5px; line-height: 1.55; color: var(--uc-body); margin: 0; }

/* ============================================================
   SECTION 7 — DIFFERENTIATORS (zigzag alterno, 3 bloques)
   ============================================================ */
.uc-diff { padding: 120px 0; }
.uc-diff__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
}
.uc-diff__item:last-child { margin-bottom: 0; }
.uc-diff__item--reverse .uc-diff__media { order: 2; }
.uc-diff__item--reverse .uc-diff__content { order: 1; }
.uc-diff__media {
    aspect-ratio: 5/4;
    border-radius: var(--uc-r-lg);
    overflow: hidden;
    box-shadow: var(--uc-shadow-md);
}
.uc-diff__media img { width: 100%; height: 100%; object-fit: cover; }
.uc-diff__label {
    font-size: 11px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--uc-red);
    margin-bottom: 16px; display: block;
}
.uc-diff__title {
    font-family: var(--uc-serif); font-weight: 700;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15; color: var(--uc-ink);
    margin: 0 0 20px; letter-spacing: -0.015em;
}
.uc-diff__text { font-size: 16px; line-height: 1.7; color: var(--uc-body); margin: 0 0 24px; }
.uc-diff__list { display: grid; gap: 12px; margin-bottom: 28px; }
.uc-diff__list-item {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14.5px; line-height: 1.5; color: var(--uc-body);
}
.uc-diff__list-item svg {
    width: 16px; height: 16px;
    color: var(--uc-emerald);
    flex-shrink: 0; margin-top: 3px;
}

/* ============================================================
   SECTION 8 — PROCESS (vertical timeline elegant)
   ============================================================ */
.uc-process { padding: 56px 0; background: #ffffff; }
.uc-process__steps {
    display: grid; gap: 0;
    max-width: 860px; margin: 64px auto 0;
    position: relative;
}
.uc-process__steps::before {
    content: ""; position: absolute;
    left: 32px; top: 24px; bottom: 24px;
    width: 1px; background: var(--uc-line-strong);
}
.uc-process__step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 32px;
    padding: 28px 0;
    align-items: start;
    position: relative;
    border-bottom: 1px solid var(--uc-line);
}
.uc-process__step:last-child { border-bottom: none; }
.uc-process__step-num {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid var(--uc-line-strong);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--uc-serif); font-weight: 700; font-style: italic;
    font-size: 24px; color: var(--uc-red);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.uc-process__step-title {
    font-family: var(--uc-serif); font-weight: 700;
    font-size: 22px; color: var(--uc-ink);
    margin: 8px 0 8px; line-height: 1.25;
}
.uc-process__step-desc { font-size: 15px; line-height: 1.65; color: var(--uc-body); margin: 0; }

/* ============================================================
   SECTION 9 — TESTIMONIALS
   ============================================================ */
.uc-testim { padding: 120px 0; }
.uc-testim__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}
.uc-testim__card {
    background: #fff;
    border: 1px solid var(--uc-line);
    border-radius: var(--uc-r-lg);
    padding: 36px 32px;
    position: relative;
    transition: all .3s var(--uc-ease);
}
.uc-testim__card:hover {
    border-color: var(--uc-ink);
    transform: translateY(-4px);
    box-shadow: var(--uc-shadow-md);
}
.uc-testim__quote {
    font-family: var(--uc-serif); font-size: 80px; line-height: 1;
    color: var(--uc-red); font-weight: 700; font-style: italic;
    position: absolute; top: 20px; left: 30px;
    pointer-events: none;
}
.uc-testim__stars {
    display: inline-flex; gap: 2px;
    margin: 48px 0 20px;
}
.uc-testim__stars svg { width: 16px; height: 16px; fill: var(--uc-ochre); color: var(--uc-ochre); }
.uc-testim__text {
    font-family: var(--uc-serif);
    font-size: 18px; line-height: 1.5;
    color: var(--uc-ink);
    font-style: italic; font-weight: 400;
    margin: 0 0 28px;
}
.uc-testim__author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px; border-top: 1px solid var(--uc-line);
}
.uc-testim__avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--uc-ink); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 15px;
    flex-shrink: 0;
}
.uc-testim__who { font-weight: 600; font-size: 14px; color: var(--uc-ink); line-height: 1.3; }
.uc-testim__who-location { font-size: 12px; color: var(--uc-muted); font-weight: 500; margin-top: 2px; }

/* ============================================================
   SECTION 10 — FAQ (details/summary accordion)
   ============================================================ */
.uc-faq { padding: 64px 0; background: #ffffff; }
.uc-faq__header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 56px;
}
.uc-faq__list { display: grid; gap: 12px; }
.uc-faq__item {
    background: #fff;
    border: 1px solid var(--uc-line);
    border-radius: var(--uc-r-md);
    overflow: hidden;
    transition: border-color .25s var(--uc-ease);
}
.uc-faq__item[open] { border-color: var(--uc-ink); }
.uc-faq__q {
    padding: 22px 28px;
    font-family: var(--uc-serif);
    font-size: 17px; font-weight: 600;
    color: var(--uc-ink);
    cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px;
    list-style: none;
    line-height: 1.4;
    transition: color .25s var(--uc-ease);
}
.uc-faq__q::-webkit-details-marker { display: none; }
.uc-faq__q::after {
    content: "";
    width: 12px; height: 12px;
    border-right: 1.5px solid var(--uc-ink);
    border-bottom: 1.5px solid var(--uc-ink);
    transform: rotate(45deg);
    transition: transform .3s var(--uc-ease);
    flex-shrink: 0;
    margin-right: 6px;
}
.uc-faq__item[open] .uc-faq__q::after {
    transform: rotate(-135deg);
    margin-top: 6px;
}
.uc-faq__item:hover .uc-faq__q { color: var(--uc-red); }
.uc-faq__a {
    padding: 0 28px 26px;
    font-size: 15px; line-height: 1.7;
    color: var(--uc-body);
}
.uc-faq__a p + p { margin-top: 12px; }
.uc-faq__a strong { color: var(--uc-ink); font-weight: 600; }

/* ============================================================
   SECTION 11 — CTA FINAL (warm block)
   ============================================================ */
.uc-cta {
    padding: 96px 32px;
    background: var(--uc-canvas-warm);
    border-top: 1px solid var(--uc-line);
    border-bottom: 1px solid var(--uc-line);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.uc-cta::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 1px; height: 48px;
    background: var(--uc-red);
}
.uc-cta__eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--uc-red);
    margin: 0 0 20px;
}
.uc-cta__title {
    font-family: var(--uc-serif); font-weight: 700;
    font-size: clamp(32px, 5vw, 62px);
    line-height: 1.05; letter-spacing: -0.022em;
    color: var(--uc-ink);
    margin: 0 auto 24px;
    max-width: 820px;
}
.uc-cta__title em { font-style: italic; color: var(--uc-red); }
.uc-cta__text {
    font-size: 18px; line-height: 1.55;
    color: var(--uc-body);
    max-width: 560px; margin: 0 auto 40px;
}
.uc-cta__ctas {
    display: inline-flex; flex-wrap: wrap; gap: 14px;
    justify-content: center;
}
.uc-cta__phone {
    font-family: var(--uc-serif);
    font-size: 24px; font-weight: 700;
    color: var(--uc-ink);
    margin-top: 32px; display: block;
}
.uc-cta__phone a { color: var(--uc-ink); }
.uc-cta__phone a:hover { color: var(--uc-red); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
    .uc-reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .7s var(--uc-ease), transform .7s var(--uc-ease);
    }
    .uc-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    .uc-reveal--1 { transition-delay: .08s; }
    .uc-reveal--2 { transition-delay: .16s; }
    .uc-reveal--3 { transition-delay: .24s; }
    .uc-reveal--4 { transition-delay: .32s; }
    .uc-reveal--5 { transition-delay: .40s; }
    .uc-reveal--6 { transition-delay: .48s; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .uc-hero__grid { grid-template-columns: 1fr; gap: 48px; }
    .uc-hero__media { max-width: 540px; margin: 0 auto; aspect-ratio: 5/4; }
    .uc-services__header { grid-template-columns: 1fr; gap: 32px; }
    .uc-services__header-cta { justify-content: flex-start; }
    .uc-services__grid { grid-template-columns: repeat(2, 1fr); }
    .uc-types__grid { grid-template-columns: 1fr; gap: 48px; }
    .uc-types__media { aspect-ratio: 16/10; max-height: 480px; }
    .uc-diff__item, .uc-diff__item--reverse { grid-template-columns: 1fr; gap: 32px; }
    .uc-diff__item--reverse .uc-diff__media,
    .uc-diff__item--reverse .uc-diff__content { order: unset; }
    .uc-testim__grid { grid-template-columns: 1fr; }
    .uc-faq__header { grid-template-columns: 1fr; gap: 24px; }
    .uc-guide__steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .uc-guide__steps::before { display: none; }
    .uc-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 640px) {
    .uc-wrap { padding: 0 20px; }
    .uc-sec, .uc-services, .uc-types, .uc-compare, .uc-guide, .uc-diff, .uc-process, .uc-testim, .uc-faq { padding: 72px 0; }
    .uc-hero { padding: 8px 0 48px; }
    .uc-hero__content { padding-right: 0; }
    .uc-services__grid { grid-template-columns: 1fr; }
    .uc-services__grid { border-radius: var(--uc-r-md); }
    .uc-compare__table { font-size: 13px; }
    .uc-compare__table thead th,
    .uc-compare__table tbody td { padding: 14px 14px; }
    .uc-guide__steps { grid-template-columns: 1fr; gap: 24px; }
    .uc-process__steps::before { left: 24px; }
    .uc-process__step { grid-template-columns: 48px 1fr; gap: 20px; }
    .uc-process__step-num { width: 48px; height: 48px; font-size: 18px; }
    .uc-testim__card { padding: 28px 24px; }
    .uc-testim__quote { font-size: 60px; top: 14px; left: 24px; }
    .uc-cta { padding: 64px 20px; }
    .uc-faq__q { padding: 18px 20px; font-size: 16px; }
    .uc-faq__a { padding: 0 20px 20px; font-size: 14.5px; }
    .uc-btn { padding: 14px 24px; font-size: 14px; }
    .uc-trust { padding: 48px 0; }
    .uc-trust__grid { gap: 20px; }
    .uc-trust__stat { padding-left: 16px; }
}

/* ============================================================
   TIGHTER SECTION SPACING — 2026-04-21
   Reduce vertical padding and inter-section gaps to avoid the
   "too airy / too separated" feel. Keeps breathing room without
   letting sections collide.
   ============================================================ */
.uc-hub .uc-sec        { padding: 64px 0; }
.uc-hub .uc-sec--sm    { padding: 44px 0; }
.uc-hub .uc-sec--lg    { padding: 88px 0; }

.uc-hub .uc-hero       { padding: 8px 0 44px; }
.uc-hub .uc-trust      { padding: 40px 0; }
.uc-hub .uc-services   { padding: 72px 0; }
.uc-hub .uc-svc-zig    { padding: 40px 0 48px; }
.uc-hub .uc-types      { padding: 44px 0; }
.uc-hub .uc-compare    { padding: 72px 0; }
.uc-hub .uc-guide      { padding: 44px 0; }
.uc-hub .uc-diff       { padding: 72px 0; }
.uc-hub .uc-process    { padding: 40px 0; }
.uc-hub .uc-testim     { padding: 72px 0; }
.uc-hub .uc-faq        { padding: 44px 0; }
.uc-hub .uc-cta        { padding: 56px 0 64px; }

/* Internal "head → content" gaps were oversized */
.uc-hub .uc-services__head { margin-bottom: 48px; }
.uc-hub .uc-diff__item     { margin-bottom: 64px; }
.uc-hub .uc-svcz           { margin-bottom: 36px; }
.uc-hub .uc-testim__grid,
.uc-hub .uc-guide__steps,
.uc-hub .uc-compare__table { margin-top: 32px; }

/* Mobile */
@media (max-width: 960px) {
    .uc-hub .uc-sec,
    .uc-hub .uc-services,
    .uc-hub .uc-types,
    .uc-hub .uc-compare,
    .uc-hub .uc-guide,
    .uc-hub .uc-diff,
    .uc-hub .uc-process,
    .uc-hub .uc-testim,
    .uc-hub .uc-faq        { padding: 48px 0; }
    .uc-hub .uc-trust      { padding: 32px 0; }
    .uc-hub .uc-hero       { padding: 8px 0 32px; }
    .uc-hub .uc-cta        { padding: 44px 20px; }
    .uc-hub .uc-services__head { margin-bottom: 32px; }
    .uc-hub .uc-diff__item     { margin-bottom: 48px; }
}
