/* ----------------------------------------------------------
   Astra Diseño Moderno - Versión Ultra Ligera
---------------------------------------------------------- */

/* Global */
body {
    font-family: "Poppins", sans-serif;
    background: #f8f9fb;
    color: #222;
    line-height: 1.6;
}

a {
    color: #0077ff;
    text-decoration: none;
}
a:hover {
    color: #005ae0;
}

h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
    color: #111;
    font-weight: 700;
}

/* Header */
.site-header {
    background: #ffffffcc;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #eaeaea;
}

/* Logo */
.custom-logo-link img {
    filter: brightness(.9);
}

/* Menú */
.main-header-menu a {
    color: #333;
    font-weight: 500;
}
.main-header-menu .current-menu-item > a {
    color: #0077ff;
}

/* Botones */
button,
.ast-button,
input[type="submit"],
.wp-block-button__link {
    background: #0077ff;
    color: #fff !important;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
}
button:hover,
.ast-button:hover,
.wp-block-button__link:hover {
    background: #005ae0;
}

/* Formularios */
input,
textarea {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    width: 100%;
}
input:focus,
textarea:focus {
    border-color: #0077ff;
    outline: none;
}

/* Imágenes */
img,
.wp-block-image img {
    border-radius: 8px;
}

/* Artículos / Cards */
article,
.ast-post-format-standard {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #eee;
}

/* Footer */
.site-footer {
    background: #111;
    color: #eee;
    padding: 2rem 1rem;
    text-align: center;
}
.site-footer a {
    color: #00c6ff;
}
.site-footer a:hover {
    color: #fff;
}

/* ----------------------------------------------------------
   Mobile Ultra Ligero
---------------------------------------------------------- */
@media (max-width: 768px) {

    .main-header-menu { text-align: center; }

    .main-header-menu li {
        display: block;
        margin-bottom: 8px;
    }

    button,
    .ast-button,
    input[type="submit"],
    .wp-block-button__link {
        padding: 9px 18px;
        font-size: 14px;
    }

    article,
    .ast-post-format-standard {
        padding: 1.2rem;
    }
}
