/* ===== ABOUT HERO ===== */
.about-hero {
    background: linear-gradient(rgba(27, 48, 34, 0.8), rgba(27, 48, 34, 0.9)), 
                url('../images/about.jpg');
    background-size: cover;
    background-position: center;
    color: var(--cream);
    padding: 120px 0;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 48px;
    color: var(--cream);
    margin-bottom: 20px;
}

.about-hero-content p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

/* ===== ABOUT CONTENT ===== */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.about-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: var(--transition);
}

.about-img:hover img {
    transform: scale(1.05);
}

.about-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

blockquote {
    border-left: 4px solid var(--deep-gold);
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: var(--light-green);
}

blockquote cite {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: var(--forest-green);
}

/* ===== WELLNESS SECTION ===== */
.wellness-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.wellness-card {
    background-color: var(--cream);
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.wellness-card:hover {
    transform: translateY(-10px);
}

.wellness-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(197, 160, 89, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.wellness-icon i {
    font-size: 30px;
    color: var(--deep-gold);
}

.wellness-card h3 {
    margin-bottom: 15px;
}

.wellness-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.stat-item h4 {
    font-size: 48px;
    color: var(--deep-gold);
    margin-bottom: 10px;
}

.stat-item p {
    color: var(--light-green);
    font-weight: 500;
}

/* ===== CONFIDENCE SECTION ===== */
.confidence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.confidence-card {
    padding: 30px;
    background-color: var(--cream);
    border-radius: 8px;
    box-shadow: var(--shadow);
    position: relative;
    transition: var(--transition);
}

.confidence-card:hover {
    transform: translateY(-5px);
}

.confidence-number {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--deep-gold);
    color: var(--forest-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.confidence-card h3 {
    margin: 10px 0 15px;
    font-size: 20px;
}

/* ===== CHOOSE US SECTION ===== */
.choose-us-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.choose-us-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.choose-us-text > p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    gap: 15px;
}

.feature-item i {
    color: var(--deep-gold);
    font-size: 20px;
    margin-top: 5px;
    flex-shrink: 0;
}

.feature-item h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.choose-us-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.choose-us-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: var(--transition);
}

.choose-us-img:hover img {
    transform: scale(1.05);
}

/* ===== SUSTAINABILITY SECTION ===== */
.sustainability-section {
    padding: 50px;
    background-color: var(--cream);
    border-radius: 8px;
    margin-top: 50px;
}

.sustainability-section h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.sustainability-section > p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--light-green);
}

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

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

.sustainability-item i {
    font-size: 40px;
    color: var(--deep-gold);
    margin-bottom: 20px;
}

.sustainability-item h4 {
    margin-bottom: 15px;
}

/* ===== CALL TO ACTION ===== */
.about-cta {
    background: linear-gradient(rgba(27, 48, 34, 0.9), rgba(27, 48, 34, 0.95)), 
                url('https://images.unsplash.com/photo-1513475382585-d06e58bcb0e0?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    color: var(--cream);
    text-align: center;
}

.about-cta h2 {
    color: var(--cream);
    margin-bottom: 20px;
    font-size: 36px;
}

.about-cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    opacity: 0.9;
}

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

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 992px) {
    .about-content, .choose-us-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .wellness-grid, .confidence-grid, .sustainability-grid {
        grid-template-columns: 1fr;
    }
    
    .wellness-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .about-hero {
        padding: 80px 0;
    }
    
    .about-hero-content h1 {
        font-size: 28px;
    }
    
    .about-hero-content p {
        font-size: 16px;
    }
    
    .wellness-stats {
        grid-template-columns: 1fr;
    }
    
    .sustainability-section {
        padding: 30px 20px;
    }
}