/**
 * Página informativa — Redes y comunidad (sidebar)
 */

.sidebar-redes-page {
    min-height: 100vh;
    background: #F3F4F6;
    padding: 2rem 1rem;
}

.sidebar-redes-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.sidebar-redes-header {
    background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%);
    color: white;
    padding: 2.5rem 2rem;
    text-align: center;
}

.sidebar-redes-header h1 {
    margin: 0;
    font-size: 2.25rem;
    font-weight: bold;
}

.sidebar-redes-header .subtitle {
    margin-top: 0.5rem;
    font-size: 1.15rem;
    opacity: 0.95;
}

.sidebar-redes-content {
    padding: 2rem;
}

.sr-nav-top,
.sr-nav-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.sr-nav-bottom {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.sr-btn-tienda {
    display: inline-block;
    padding: 0.85rem 2rem;
    background: #1E3A8A;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sr-btn-tienda:hover {
    background: #1e40af;
    transform: translateY(-1px);
}

.sr-section {
    margin-bottom: 2.25rem;
}

.sr-section h2 {
    color: #1E3A8A;
    font-size: 1.65rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #1E3A8A;
    padding-bottom: 0.5rem;
}

.sr-section p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.sr-card {
    background: #f8fafc;
    border-left: 4px solid #1E3A8A;
    padding: 1.35rem 1.5rem;
    margin: 1.25rem 0;
    border-radius: 6px;
}

.sr-card h3 {
    color: #1E3A8A;
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.sr-card p {
    margin-bottom: 0.75rem;
}

.sr-card-btn-wrap {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.sr-card a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.sr-card a:hover {
    text-decoration: underline;
}

.sr-list {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: #555;
    line-height: 1.7;
}

.sr-tip {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    color: #1e3a8a;
}

.sr-tip p {
    margin: 0;
    line-height: 1.75;
}

@media (max-width: 768px) {
    .sidebar-redes-header h1 {
        font-size: 1.75rem;
    }

    .sidebar-redes-content {
        padding: 1.5rem;
    }

    .sr-btn-tienda {
        width: 100%;
        text-align: center;
    }
}
