/* ============================================
   SERVICIOS — showcase editorial (filas alternadas)
   ============================================ */

.site-page:not(.site-page--home) .site-main > section.services-showcase-page.internal-premium,
.services-showcase-page.internal-premium {
    background: #f4f6f8 !important;
    padding-bottom: 0 !important;
}

.services-showcase-page {
    padding-bottom: 0 !important;
    background: #f4f6f8 !important;
}

.services-showcase-wrap {
    background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f5 100%);
    padding: 1rem 0 3rem;
}

.service-showcase-row {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.05fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    padding: clamp(3rem, 6vw, 5rem) 0;
    border-bottom: 1px solid rgba(31, 42, 58, 0.08);
}

.service-showcase-row:last-child {
    border-bottom: none;
}

.service-showcase-row--reverse {
    direction: rtl;
}

.service-showcase-row--reverse > * {
    direction: ltr;
}

/* Visual / imagen */
.service-showcase-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: clamp(280px, 38vw, 420px);
    box-shadow:
        0 4px 6px rgba(31, 42, 58, 0.04),
        0 28px 64px rgba(31, 42, 58, 0.14);
    background: linear-gradient(145deg, #0f1824 0%, var(--primary-navy) 55%, #2a3a52 100%);
}

.service-showcase-photo {
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 38vw, 420px);
    object-fit: cover;
    display: block;
}

.service-showcase-visual-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(183, 142, 72, 0.12) 0%, transparent 50%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: auto, 32px 32px, 32px 32px;
}

.service-showcase-visual-icon {
    width: 5rem;
    height: 5rem;
    color: rgba(183, 142, 72, 0.85);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.service-showcase-visual--integral .service-showcase-visual-fallback {
    background-color: #1a2838;
}

.service-showcase-visual--riesgos .service-showcase-visual-fallback {
    background: linear-gradient(145deg, #1a2838 0%, #243347 100%);
}

.service-showcase-visual--pmo .service-showcase-visual-fallback {
    background: linear-gradient(145deg, #152030 0%, #2a3a52 100%);
}

.service-showcase-visual--automatizacion .service-showcase-visual-fallback {
    background: linear-gradient(160deg, #0f1824 0%, #1e3348 100%);
}

.service-showcase-visual--digital .service-showcase-visual-fallback {
    background: linear-gradient(145deg, #1f2a3a 0%, #3d4f66 100%);
}

.service-showcase-num {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    z-index: 3;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(183, 142, 72, 0.45);
    pointer-events: none;
    user-select: none;
}

/* Copy */
.service-showcase-copy {
    padding: 0.5rem 0;
}

.service-showcase-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary-gold);
}

.service-showcase-eyebrow-line {
    display: block;
    width: 2.5rem;
    height: 2px;
    background: var(--primary-gold);
    flex-shrink: 0;
}

.service-showcase-title {
    margin: 0 0 1rem;
    font-family: 'Playfair Display', 'Outfit', serif;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary-navy);
}

.service-showcase-lead {
    margin: 0 0 1.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.7;
    color: #5a6578;
    max-width: 36rem;
}

.service-showcase-bullets {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 1.5rem;
    max-width: 32rem;
}

.service-showcase-bullets li {
    position: relative;
    padding-left: 1.15rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.45;
    color: #3d4a5c;
}

.service-showcase-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 7px;
    height: 7px;
    background: var(--primary-gold);
    transform: rotate(45deg);
    border-radius: 1px;
}

.service-showcase-meta {
    margin: -0.75rem 0 1.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-gold);
    letter-spacing: 0.04em;
}

.service-showcase-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border: 1.5px solid var(--primary-gold);
    border-radius: 999px;
    background: rgba(255, 252, 245, 0.9);
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--primary-gold);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-showcase-cta:hover {
    background: var(--primary-gold);
    color: var(--primary-navy);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(183, 142, 72, 0.35);
}

.services-showcase-foot {
    padding: 2.5rem 0 4rem;
    text-align: center;
}

.services-showcase-foot .services-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0;
}

.services-showcase-foot .services-chip {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 50px;
    background: var(--primary-white);
    border: 1px solid rgba(183, 142, 72, 0.25);
    color: var(--primary-navy);
    text-decoration: none;
}

.services-showcase-foot .services-chip--link {
    border-color: var(--primary-gold);
    color: var(--primary-gold);
}

.services-showcase-foot .services-chip--link:hover {
    background: var(--primary-gold);
    color: var(--primary-navy);
}

@media (max-width: 992px) {
    .service-showcase-row,
    .service-showcase-row--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 2rem;
        padding: 2.75rem 0;
    }

    .service-showcase-visual {
        min-height: 260px;
    }

    .service-showcase-photo {
        min-height: 260px;
    }

    .service-showcase-bullets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .service-showcase-num {
        font-size: 3rem;
        top: 1rem;
        right: 1rem;
    }

    .service-showcase-title {
        font-size: 1.5rem;
    }
}
