/* ════════════════════════════════════════════════════════════
   REDES SOCIALES — Estilos específicos
   Reutiliza variables de style.css y componentes compartidos
   de internal-pages.css. Esta hoja solo contiene componentes
   únicos de /redes-sociales.
   ════════════════════════════════════════════════════════════ */

/* ── HERO ───────────────────────────────────────────── */
.social-hero {
    min-height: auto;
    padding: 9rem 6% 6rem;
}

.hero-anchor-line {
    margin-top: 2.25rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .95rem;
    color: rgba(255, 255, 255, .5);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.hero-anchor-line strong {
    color: var(--gold-lt);
    font-weight: 700;
}

/* ── PROBLEMA ──────────────────────────────────────── */
.social-pain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3.5rem;
}

.social-pain-card {
    background: var(--white);
    border: 1.5px solid var(--slate);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.5rem;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.social-pain-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 34px rgba(59, 125, 248, .08);
    border-color: #B8CCFF;
}

.pain-mark {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--slate);
    color: var(--blue-dk);
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: .85rem;
    margin-bottom: 1.1rem;
}

.social-pain-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--txt);
    margin-bottom: .55rem;
}

.social-pain-card p {
    font-size: .9rem;
    color: var(--txt-2);
    line-height: 1.65;
}

.social-callout {
    background: linear-gradient(135deg, var(--navy), var(--navy-3));
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .85);
    line-height: 1.7;
    border-left: 4px solid var(--gold);
    margin-top: 2.5rem;
}

.social-callout strong {
    display: block;
    color: var(--gold-lt);
    font-weight: 700;
    margin-bottom: .35rem;
}

/* ── PROPUESTA ─────────────────────────────────────── */
.social-split {
    align-items: stretch;
}

.social-stack-card {
    background: var(--navy);
    border: 1.5px solid rgba(59, 125, 248, .3);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(59, 125, 248, .14);
}

.social-stack-card h3 {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.social-check-list {
    list-style: none;
    display: grid;
    gap: .75rem;
}

.social-check-list li {
    display: flex;
    gap: .65rem;
    color: rgba(255, 255, 255, .72);
    font-size: .93rem;
    line-height: 1.55;
}

.social-check-list li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 800;
    flex-shrink: 0;
}

/* ── PLANES ────────────────────────────────────────── */
.social-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3.5rem;
    align-items: start;
}

.social-plan {
    padding: 1.85rem 1.55rem;
}

.social-plan.featured {
    transform: scale(1.035);
}

.social-plan.featured:hover {
    transform: scale(1.035) translateY(-4px);
}

.social-badge-soft {
    background: var(--slate);
    color: var(--blue-dk);
}

.social-plan .plan-price {
    font-size: 1.82rem;
    margin-bottom: .65rem;
    flex-wrap: wrap;
}

.social-plan .plan-price sup {
    font-size: .95rem;
}

.plan-price-note {
    min-height: 3.4rem;
    font-size: .82rem;
    color: var(--txt-2);
    line-height: 1.55;
    margin-bottom: 1.35rem;
}

.plan-card.featured .plan-price-note,
.featured-note {
    color: rgba(255, 255, 255, .68);
}

.plan-context {
    font-size: .82rem;
    color: var(--txt-3);
    line-height: 1.6;
    margin: -.55rem 0 1.35rem;
}

.featured-context {
    color: rgba(255, 255, 255, .48);
}

.social-plan .btn-plan {
    margin-top: auto;
}

/* ── COMPARATIVA ──────────────────────────────────── */
.social-compare-wrap {
    margin-top: 3rem;
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--slate);
}

.social-compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
    font-size: .9rem;
}

.social-compare-table th,
.social-compare-table td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--slate);
}

.social-compare-table thead th {
    background: var(--navy);
    color: var(--white);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: .85rem;
}

.social-compare-table tbody tr:last-child td {
    border-bottom: none;
}

.social-compare-table tbody tr.highlight td {
    background: rgba(59, 125, 248, .06);
}

.social-compare-table td.solution-name {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: var(--txt);
}

.social-compare-table td.price {
    color: var(--blue-dk);
    font-weight: 700;
    white-space: nowrap;
}

.social-recommend {
    background: var(--navy);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin-top: 3rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.social-recommend::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 0%, rgba(59, 125, 248, .18) 0%, transparent 60%);
}

.social-recommend .recommend-icon,
.social-recommend .recommend-content {
    position: relative;
    z-index: 2;
}

.recommend-icon {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.recommend-content p.lead {
    font-size: 1.15rem;
    color: var(--white);
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    margin-bottom: .75rem;
    line-height: 1.4;
}

.recommend-content p.lead em {
    font-style: normal;
    color: var(--gold-lt);
}

.recommend-content p.body {
    font-size: .95rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.recommend-content .btn-primary {
    font-size: .92rem;
    padding: .8rem 1.6rem;
}

/* ── PROCESO ──────────────────────────────────────── */
.social-process-list {
    max-width: 820px;
    margin: 3rem auto 0;
}

.social-process-list .feature-item {
    background: var(--off-wh);
    border: 1.5px solid var(--slate);
    border-radius: var(--radius-lg);
    padding: 1.35rem 1.5rem;
}

/* ── TRANSPARENCIA ────────────────────────────────── */
.social-dark-tag {
    color: var(--blue-lt);
}

.social-transparency .section-title {
    color: var(--white);
}

.social-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 3rem;
}

.social-info-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(59, 125, 248, .22);
    border-radius: var(--radius-lg);
    padding: 2rem;
}

.social-info-card h3 {
    color: var(--white);
    font-size: 1.15rem;
    margin-bottom: .55rem;
}

.social-info-card p {
    color: rgba(255, 255, 255, .62);
    font-size: .95rem;
    line-height: 1.7;
}

/* ── DISPONIBILIDAD ───────────────────────────────── */
.social-availability-box {
    background: var(--white);
    border: 1.5px solid var(--slate);
    border-radius: 24px;
    padding: 3rem;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 18px 45px rgba(59, 125, 248, .08);
}

.social-availability-box h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--txt);
    margin-bottom: 1rem;
}

.social-availability-box p:not(.section-tag) {
    color: var(--txt-2);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 650px;
    margin: 0 auto 2rem;
}

.social-cta-btn {
    font-size: 1.05rem;
    padding: 1rem 2.5rem;
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1180px) {

    .social-plans-grid,
    .social-pain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .social-hero {
        padding: 7rem 5% 4rem;
    }

    .social-pain-grid,
    .social-plans-grid,
    .social-two-col {
        grid-template-columns: 1fr;
    }

    .social-plan.featured,
    .social-plan.featured:hover {
        transform: none;
    }

    .plan-impulso {
        order: -4;
    }

    .plan-lite {
        order: -3;
    }

    .plan-video {
        order: -2;
    }

    .plan-total {
        order: -1;
    }

    .social-recommend {
        flex-direction: column;
    }

    .social-stack-card {
        padding: 1.75rem;
    }

    .social-availability-box {
        padding: 2.25rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .social-hero {
        min-height: auto;
        padding: 6.5rem 5% 3.5rem;
        align-items: flex-start;
    }

    .hero-single-inner {
        width: 100%;
        max-width: 760px;
        min-width: 0;
    }

    .hero-single-inner>* {
        max-width: 100%;
    }

    .hero-tag {
        display: flex;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
        text-align: center;
        justify-content: center;
        font-size: .72rem;
        padding: .45rem .8rem;
        letter-spacing: .035em;
    }

    .hero h1 {
        font-size: clamp(2rem, 10vw, 2.45rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
        text-wrap: balance;
        overflow-wrap: normal;
    }

    .hero-sub {
        font-size: .98rem;
        line-height: 1.65;
        max-width: 100%;
    }

    .hero-ctas {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: .85rem;
    }

    .hero-ctas .btn-primary,
    .hero-ctas .btn-secondary {
        width: 100%;
        max-width: 100%;
        text-align: center;
        white-space: normal;
        padding: .9rem 1rem;
    }

    .social-callout,
    .social-recommend,
    .social-availability-box {
        padding: 1.65rem 1.35rem;
    }

    .social-plan .plan-price {
        font-size: 1.9rem;
    }
}

@media (max-width: 380px) {
    .hero h1 {
        font-size: 1.9rem;
    }

    .hero-tag {
        font-size: .66rem;
    }
}