/*
    Theme Name: Inbio Child
    Theme URI: http://rainbowit.net/themes/inbio/
    Template: inbio
    Description:  Smart, Powerful, and Unlimited Customizable WordPress Theme for any type of Personal Website.
    Author: Rainbow-Themes
    Author URI: https://themeforest.net/user/rainbow-themes/portfolio
    Version: 1.1.0
    License: Envato Marketplaces Split License
    License URI: https://themeforest.net/licenses/standard
    Text Domain: inbio-child
    Tags: responsive, rtl-language-support, blog, portfolio, resume, vcard, custom-colors, live-editor
*/

.newsletter-signup {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.newsletter-header h3 {
    color: #2c5282;
    margin-bottom: 10px;
    font-size: 1.5em;
    text-align: center;
}

.newsletter-header p {
    color: #4a5568;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.6;
}

.newsletter-email input[type="email"] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.newsletter-email input[type="email"]:focus {
    border-color: #4299e1;
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.newsletter-benefits {
    margin-bottom: 20px;
}

.newsletter-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsletter-benefits li {
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 14px;
}

.newsletter-consent {
    margin-bottom: 25px;
}

.newsletter-consent label {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.4;
}

.newsletter-submit input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    color: white;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-submit input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
}

.newsletter-footer {
    text-align: center;
    margin-top: 15px;
}

.newsletter-footer small {
    color: #718096;
    font-size: 12px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .newsletter-signup {
        margin: 20px;
        padding: 20px;
    }
}