/**
 * About Page Styles
 * My Best Windows & Glass Child Theme
 */

/* ========================================
   ABOUT HERO
   ======================================== */
.bwg-about-hero {
    position: relative;
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.bwg-about-hero .bwg-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.85) 0%, rgba(0, 61, 122, 0.85) 100%);
    z-index: 1;
}

.bwg-about-hero-content {
    position: relative;
    z-index: 2;
}

.bwg-about-hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.bwg-about-subtitle {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
    line-height: 1.6;
}

/* ========================================
   ABOUT STORY
   ======================================== */
.bwg-about-story {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.bwg-story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.bwg-story-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--bwg-primary);
    margin-bottom: 25px;
}

.bwg-story-text p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--bwg-text);
    margin-bottom: 20px;
}

.bwg-story-text p:last-child {
    margin-bottom: 0;
}

.bwg-story-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.bwg-story-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   ABOUT VALUES
   ======================================== */
.bwg-about-values {
    padding: 80px 0;
    background: var(--bwg-light-gray);
    position: relative;
}

.bwg-values-header {
    text-align: center;
    margin-bottom: 60px;
}

.bwg-values-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--bwg-primary);
    margin-bottom: 15px;
}

.bwg-values-header p {
    font-size: 20px;
    color: var(--bwg-text);
}

.bwg-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.bwg-value-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bwg-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 102, 204, 0.15);
}

.bwg-value-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.bwg-value-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bwg-primary);
    margin-bottom: 15px;
}

.bwg-value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bwg-text);
    margin: 0;
}

/* ========================================
   ABOUT WHY
   ======================================== */
.bwg-about-why {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.bwg-why-header {
    text-align: center;
    margin-bottom: 60px;
}

.bwg-why-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--bwg-primary);
}

.bwg-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.bwg-why-item {
    text-align: center;
    padding: 30px 20px;
}

.bwg-why-number {
    font-size: 64px;
    font-weight: 700;
    color: var(--bwg-primary);
    margin-bottom: 15px;
    line-height: 1;
}

.bwg-why-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bwg-primary);
    margin-bottom: 10px;
}

.bwg-why-item p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bwg-text);
    margin: 0;
}

/* ========================================
   ABOUT COMMITMENT
   ======================================== */
.bwg-about-commitment {
    padding: 80px 0;
    background: var(--bwg-light-gray);
    position: relative;
}

.bwg-commitment-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.bwg-commitment-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--bwg-primary);
    margin-bottom: 30px;
}

.bwg-commitment-content > p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--bwg-text);
    margin-bottom: 20px;
}

.bwg-commitment-content > p:last-of-type {
    margin-bottom: 50px;
}

.bwg-commitment-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.bwg-commitment-feature {
    text-align: center;
}

.bwg-commitment-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.bwg-commitment-feature h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--bwg-primary);
    margin-bottom: 10px;
}

.bwg-commitment-feature p {
    font-size: 16px;
    color: var(--bwg-text);
    margin: 0;
}

/* ========================================
   ABOUT CTA
   ======================================== */
.bwg-about-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--bwg-primary) 0%, var(--bwg-secondary) 100%);
    color: #ffffff;
    text-align: center;
    position: relative;
}

.bwg-about-cta .bwg-cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bwg-about-cta .bwg-cta-content p {
    font-size: 20px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.bwg-about-cta .bwg-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.bwg-about-cta .bwg-button-primary {
    background: #ffffff;
    color: var(--bwg-primary);
}

.bwg-about-cta .bwg-button-primary:hover {
    background: var(--bwg-light-gray);
}

.bwg-about-cta .bwg-button-secondary {
    border-color: #ffffff;
    color: #ffffff;
}

.bwg-about-cta .bwg-button-secondary:hover {
    background: #ffffff;
    color: var(--bwg-primary);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 968px) {
    .bwg-about-hero-content h1,
    .bwg-story-text h2,
    .bwg-values-header h2,
    .bwg-why-header h2,
    .bwg-commitment-content h2,
    .bwg-about-cta .bwg-cta-content h2 {
        font-size: 36px;
    }
    
    .bwg-story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .bwg-values-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .bwg-about-hero {
        padding: 80px 0 60px;
    }
    
    .bwg-about-hero-content h1 {
        font-size: 36px;
    }
    
    .bwg-about-subtitle {
        font-size: 18px;
    }
    
    .bwg-about-story,
    .bwg-about-values,
    .bwg-about-why,
    .bwg-about-commitment,
    .bwg-about-cta {
        padding: 60px 0;
    }
    
    .bwg-story-text h2,
    .bwg-values-header h2,
    .bwg-why-header h2,
    .bwg-commitment-content h2,
    .bwg-about-cta .bwg-cta-content h2 {
        font-size: 32px;
    }
    
    .bwg-values-grid {
        grid-template-columns: 1fr;
    }
    
    .bwg-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .bwg-commitment-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .bwg-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .bwg-cta-buttons .bwg-button-primary,
    .bwg-cta-buttons .bwg-button-secondary {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .bwg-about-hero-content h1 {
        font-size: 32px;
    }
    
    .bwg-story-text h2,
    .bwg-values-header h2,
    .bwg-why-header h2,
    .bwg-commitment-content h2,
    .bwg-about-cta .bwg-cta-content h2 {
        font-size: 28px;
    }
    
    .bwg-why-grid,
    .bwg-commitment-features {
        grid-template-columns: 1fr;
    }
    
    .bwg-value-card {
        padding: 30px 20px;
    }
    
    .bwg-why-number {
        font-size: 48px;
    }
}

