/* =========================================
   PÁGINAS DE INFORMACIÓN (contenido dinámico JSON)
   ========================================= */

.cweb-hero {
    max-width: 900px;
    margin: 1.5rem auto 0;
    padding: 0 1rem;
    text-align: center;
}

.cweb-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.cweb-intro {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.cweb-parrafo {
    line-height: 1.75;
    color: #475569;
}

.cweb-h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a5f8a;
    margin: 2rem 0 1rem;
    line-height: 1.4;
}

.cweb-steps {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    counter-reset: paso;
}

.cweb-steps li {
    counter-increment: paso;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.cweb-steps li::before {
    content: counter(paso);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: #1a5f8a;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cweb-descarga-bar {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.cweb-descarga-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a5f8a;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s;
}

.cweb-descarga-btn:hover {
    background: #134b6e;
    color: #fff;
}

.cweb-importante {
    background: #fff8e1;
    border-left: 4px solid #e6a817;
    padding: 1.25rem 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin-top: 2rem;
    line-height: 1.7;
}

.cweb-importante h3 {
    margin-top: 0;
    color: #8b6914;
    font-size: 1.1rem;
}

.cweb-importante ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.cweb-importante ul li {
    margin-bottom: 0.35rem;
}

.cweb-importante p {
    margin-bottom: 0.5rem;
}

.cweb-importante p:last-child {
    margin-bottom: 0;
}

.cweb-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.cweb-cat {
    background: #f4f8fb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.cweb-cat h4 {
    margin: 0 0 0.5rem 0;
    color: #1a5f8a;
    font-size: 1rem;
}

.cweb-cat ul {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cweb-cat ul li {
    margin-bottom: 0.25rem;
}

.cweb-docs {
    background: #f0f7ff;
    border-left: 4px solid #1a5f8a;
    padding: 1.25rem 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 1.5rem 0;
    line-height: 1.7;
}

.cweb-docs h3 {
    margin-top: 0;
    color: #1a5f8a;
}

.cweb-docs ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.cweb-docs ul li {
    margin-bottom: 0.35rem;
}

.cweb-fonasa-link {
    color: #1a5f8a;
    font-weight: 500;
}

.cweb-fonasa-link:hover {
    text-decoration: underline;
}
