/* Sale y Termina - Estilos Comunes */
/* Colores de la app: Verde césped #2E7D32, Verde claro #4CAF50, Verde oscuro #1B5E20 */

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

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.8;
    color: #212121;
    background: #F5F5F5;
    min-height: 100vh;
}

.header {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 50%, #1B5E20 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.3);
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 8px;
}

.header h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.header p {
    font-size: 1.2em;
    opacity: 0.95;
    font-weight: 300;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2E7D32;
    margin-bottom: 30px;
    border-bottom: 3px solid #4CAF50;
    padding-bottom: 15px;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 0.3px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2E7D32;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.3px;
}

p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #424242;
    line-height: 1.8;
}

ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #424242;
    line-height: 1.7;
}

a {
    color: #2E7D32;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

a:hover {
    color: #1B5E20;
    text-decoration: underline;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background: #4CAF50;
    color: white;
    border-radius: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

.back-link:hover {
    background: #2E7D32;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(46, 125, 50, 0.4);
    text-decoration: none;
    color: white;
}

.contact-box {
    background: linear-gradient(135deg, #F5F5F5 0%, #E8F5E9 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    margin: 20px 0;
}

.contact-box p {
    margin-bottom: 12px;
    font-size: 1.05em;
}

.contact-box a {
    color: #2E7D32;
    font-weight: 500;
}

.faq-item {
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8F5E9 100%);
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.faq-item h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2E7D32;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 700;
}

.faq-item p {
    margin: 0;
}

footer {
    background: #212121;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 60px;
}

footer a {
    color: #66BB6A;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    transition: color 0.3s;
}

footer a:hover {
    color: #81C784;
    text-decoration: underline;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #9E9E9E;
    font-size: 0.9em;
}

.last-updated {
    color: #9E9E9E;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 0.95em;
}

.method-card {
    margin-bottom: 25px;
    padding: 25px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8F5E9 100%);
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.method-card h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2E7D32;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 700;
}

.method-card ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.method-card ol li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: #424242;
    line-height: 1.7;
}

.method-card .note {
    margin-top: 15px;
    padding: 12px;
    background: #FFF3E0;
    border-left: 3px solid #FF9800;
    border-radius: 4px;
    font-size: 0.95em;
}

.warning-box {
    margin: 25px 0;
    padding: 25px;
    background: #FFEBEE;
    border-radius: 12px;
    border-left: 4px solid #F44336;
}

.warning-box h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #C62828;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 700;
}

.warning-box ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.warning-box p {
    margin-top: 15px;
    color: #C62828;
    font-weight: 600;
}

.info-box {
    margin: 25px 0;
    padding: 25px;
    background: #E3F2FD;
    border-radius: 12px;
    border-left: 4px solid #2196F3;
}

.info-box h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1565C0;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 700;
}

.info-box ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-section {
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: #4CAF50;
    color: white;
    border-radius: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    text-decoration: none;
}

.button:hover {
    background: #2E7D32;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(46, 125, 50, 0.4);
    text-decoration: none;
    color: white;
}

header {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 50%, #1B5E20 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.3);
}

header h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: white;
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 600px) {
    .header h1 {
        font-size: 2em;
    }
    
    .container {
        padding: 25px;
        margin: -20px 10px 0;
    }
    
    .logo {
        width: 80px;
        height: 80px;
    }
}
