/*
Theme Name: NursIQO Minimal
Theme URI: https://nursiqo.com
Author: NursIQO Team
Author URI: https://nursiqo.com
Description: Clean minimal theme optimized for NursIQO platform. Designed to work seamlessly with NursIQO Core plugin for Studio, Board, and Landing pages.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nursiqo-minimal
Tags: education, minimal, clean, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template
*/

/* ============================================================================
   RESET Y BASE
   ============================================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #ffffff;
    color: #1a202c;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* ============================================================================
   CONTAINERS
   ============================================================================ */

.nq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.nq-container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
}

/* ============================================================================
   CARDS Y COMPONENTES
   ============================================================================ */

.nq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.nq-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.nq-card-header {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* ============================================================================
   BOTONES
   ============================================================================ */

.nq-button,
.nq-btn {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
}

.nq-button:hover,
.nq-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: #ffffff;
}

.nq-button-outline {
    background: #ffffff;
    color: #667eea;
    border: 2px solid #667eea;
    padding: 10px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.nq-button-outline:hover {
    background: #667eea;
    color: #ffffff;
}

/* ============================================================================
   TIPOGRAFÍA
   ============================================================================ */

h1, h2, h3, h4, h5, h6 {
    color: #2d3748;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 16px;
    color: #4a5568;
}

a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* ============================================================================
   WORDPRESS CORE
   ============================================================================ */

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.9em;
    color: #718096;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */

@media (max-width: 768px) {
    .nq-container {
        padding: 15px;
    }
    
    .nq-container-wide {
        padding: 20px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    
    .nq-button,
    .nq-btn {
        width: 100%;
        text-align: center;
    }
}
