/*
Theme Name: Simple Strategy Astra
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful WordPress theme.
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================================================
   NOWA SEKCJA HERO (Strona Główna)
   ========================================================================== */

.modern-hero {
    background-color: #f8fafc;
    padding: 80px 20px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.modern-hero-container {
    max-width: 800px;
    margin: 0 auto;
}

.modern-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.modern-hero-subtitle {
    font-size: 20px;
    color: #475569;
    margin-bottom: 40px;
    line-height: 1.6;
}

.modern-hero-btn {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.modern-hero-btn:hover {
    background-color: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Responsywność dla telefonów (Mobile) */
@media (max-width: 768px) {
    .modern-hero {
        padding: 60px 15px;
    }
    .modern-hero-title {
        font-size: 32px;
    }
    .modern-hero-subtitle {
        font-size: 18px;
    }
}

/* ==========================================================================
   NOWA SEKCJA OFERTY (Karty Cenowe)
   ========================================================================== */

.modern-pricing {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
}

.modern-pricing-header {
    margin-bottom: 60px;
}

.modern-pricing-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.modern-pricing-header p {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

.modern-pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.modern-pricing-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    max-width: 350px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.modern-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Wyróżnienie pakietu Medium */
.modern-pricing-card.featured {
    border: 2px solid #2563eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.pricing-desc {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 25px;
    line-height: 1.5;
}

.pricing-price {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
}

.pricing-price span {
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.pricing-features li {
    font-size: 15px;
    color: #334155;
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 18px;
}

.pricing-btn {
    display: block;
    text-align: center;
    background-color: #f1f5f9;
    color: #0f172a !important;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.pricing-btn:hover {
    background-color: #e2e8f0;
}

.modern-pricing-card.featured .pricing-btn {
    background-color: #2563eb;
    color: #ffffff !important;
}

.modern-pricing-card.featured .pricing-btn:hover {
    background-color: #1d4ed8;
}

/* Responsywność */
@media (max-width: 768px) {
    .modern-pricing-header h2 {
        font-size: 28px;
    }
    .modern-pricing-card {
        max-width: 100%;
    }
}

/* ==========================================================================
   NOWA SEKCJA O MNIE
   ========================================================================== */

.modern-about {
    padding: 80px 20px;
    background-color: #f8fafc;
}

.modern-about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.modern-about-image {
    flex: 1;
    max-width: 500px;
}

.modern-about-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    display: block;
}

.modern-about-text {
    flex: 1;
}

.modern-about-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
}

.modern-about-text p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.8;
}

.modern-about-text p strong {
    color: #0f172a;
}

.modern-about-features {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.modern-about-features li {
    font-size: 16px;
    color: #334155;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
}

.modern-about-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

/* Responsywność dla telefonów (Mobile) */
@media (max-width: 992px) {
    .modern-about-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .modern-about-image {
        max-width: 100%;
    }

    .modern-about-features li {
        text-align: left;
        display: inline-block;
        width: 100%;
    }
}

/* ==========================================================================
   NOWA SEKCJA OPINII (Testimonials)
   ========================================================================== */

.modern-testimonials {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
}

.modern-testimonials-header {
    margin-bottom: 50px;
}

.modern-testimonials-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.modern-testimonials-header p {
    font-size: 18px;
    color: #475569;
}

.modern-testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    max-width: 350px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

/* Ikona cytatu */
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px;
    color: #cbd5e1;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.5;
}

.testimonial-text {
    font-size: 16px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    background-color: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
}

.testimonial-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 5px 0;
}

.testimonial-info p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Responsywność dla telefonów */
@media (max-width: 768px) {
    .modern-testimonials-grid {
        flex-direction: column;
        align-items: center;
    }
}

/* ==========================================================================
   NOWA SEKCJA NEWSLETTERA (Lead Magnet)
   ========================================================================== */

.modern-newsletter {
    background-color: #0f172a;
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
}

.modern-newsletter-container {
    max-width: 800px;
    margin: 0 auto;
}

.modern-newsletter h2 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.modern-newsletter p {
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 40px;
    line-height: 1.6;
}

.modern-newsletter-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.modern-newsletter-input {
    flex: 1;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #334155;
    background-color: #1e293b;
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

.modern-newsletter-input::placeholder {
    color: #64748b;
}

.modern-newsletter-btn {
    background-color: #2563eb;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modern-newsletter-btn:hover {
    background-color: #1d4ed8;
}

/* Responsywność dla telefonów */
@media (max-width: 600px) {
    .modern-newsletter-form {
        flex-direction: column;
    }
}