/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ===== PMPRO CHECKOUT - SVI NIVOI (UNIVERSAL) ===== */

/* Heading - svi checkout nivoi */
body.pmpro-checkout h2, 
body.pmpro-billing h2 {
    background: linear-gradient(135deg, #6AC7EE 0%, #4A9FCC 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}

/* Form inputs - univerzalno */
body.pmpro-checkout .pmpro_form input[type="text"],
body.pmpro-checkout .pmpro_form input[type="email"],
body.pmpro-checkout .pmpro_form input[type="password"],
body.pmpro-checkout .pmpro_form input[type="tel"],
body.pmpro-checkout .pmpro_form select,
body.pmpro-billing .pmpro_form input[type="text"],
body.pmpro-billing .pmpro_form input[type="email"],
body.pmpro-billing .pmpro_form select {
    border: 2px solid #6AC7EE;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

body.pmpro-checkout .pmpro_form input:focus,
body.pmpro-checkout .pmpro_form select:focus,
body.pmpro-billing .pmpro_form input:focus,
body.pmpro-billing .pmpro_form select:focus {
    border-color: #4A9FCC;
    box-shadow: 0 0 15px rgba(106, 199, 238, 0.3);
    outline: none;
}

/* Submit button - univerzalno */
body.pmpro-checkout .pmpro_btn-submit-checkout,
body.pmpro-billing .pmpro_btn-submit {
    background: linear-gradient(135deg, #6AC7EE 0%, #4A9FCC 100%) !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 25px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(106, 199, 238, 0.4) !important;
    transition: all 0.3s ease !important;
    width: auto !important;
}

body.pmpro-checkout .pmpro_btn-submit-checkout:hover,
body.pmpro-billing .pmpro_btn-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(106, 199, 238, 0.6) !important;
}

/* Pricing section - svi nivoi */
body.pmpro-checkout #pmpro_pricing_fields {
    background: linear-gradient(135deg, rgba(106, 199, 238, 0.1) 0%, rgba(74, 159, 204, 0.1) 100%);
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #6AC7EE;
    margin-bottom: 25px;
}

/* Payment info section */
body.pmpro-checkout #pmpro_payment_information_fields,
body.pmpro-billing #pmpro_payment_information_fields {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

/* Labels */
body.pmpro-checkout .pmpro_form label,
body.pmpro-billing .pmpro_form label {
    color: #4A9FCC;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Fieldsets - bez border-a */
body.pmpro-checkout .pmpro_form fieldset,
body.pmpro-billing .pmpro_form fieldset {
    border: none !important;
    padding: 0 !important;
}

/* Account info sekcija */
body.pmpro-checkout #pmpro_user_fields {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

/* Form wrapper centriranje */
body.pmpro-checkout #pmpro_form,
body.pmpro-billing #pmpro_form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Error messages styling */
body.pmpro-checkout .pmpro_error,
body.pmpro-billing .pmpro_error {
    background: #ffe6e6;
    border-left: 4px solid #ff4444;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Success messages */
body.pmpro-checkout .pmpro_success,
body.pmpro-billing .pmpro_success {
    background: #e6ffe6;
    border-left: 4px solid #44ff44;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

