/* ================= ABOUT HERO ================= */
.about-hero {
    padding: 80px 30px;
    text-align: center;
    background: linear-gradient(135deg, #f5f3ef 0%, #e8e6e1 100%);
}

.about-hero-title {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-hero-subtitle {
    font-size: 18px;
    color: #5a5a5a;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}


/* ================= COMMON SECTION HELPERS ================= */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}


/* ================= OUR STORY ================= */
.story-section {
    padding: 60px 30px;
    background-color: #fff;
}

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

.story-text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    font-family: 'Arial', sans-serif;
}

.story-text p {
    margin-bottom: 20px;
}

.story-image {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ================= STATS ================= */
.stats-section {
    padding: 60px 30px;
    background-color: #1a1a1a;
    color: #fff;
}

.stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.stat-card {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.stat-label {
    font-size: 16px;
    color: #b0b0b0;
    font-family: 'Arial', sans-serif;
}


/* ================= TEAM ================= */
.team-section {
    padding: 60px 30px;
    background-color: #f5f3ef;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    gap: 40px;
    justify-content: center;
    margin: 50px auto 0;
}

.team-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.team-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #000;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 25px;
}

.team-name {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 600;
}

.team-role {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.team-description {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}


/* ================= VALUES ================= */
.values-section {
    padding: 60px 30px;
    background-color: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.value-card {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.value-card:hover {
    background-color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

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

.value-title {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 600;
}

.value-description {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    font-family: 'Arial', sans-serif;
}


/* ================= LOCATION ================= */
.location-section {
    padding: 60px 30px;
    background-color: #f5f3ef;
}

.location-content {
    max-width: 1200px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.location-info {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.location-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.location-icon {
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.location-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-family: 'Arial', sans-serif;
}

.location-value {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.map-container {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-family: 'Arial', sans-serif;
}


/* ================= CTA ================= */
.cta-section {
    padding: 80px 30px;
    background-color: #1a1a1a;
    text-align: center;
    color: #fff;
}

.cta-title {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cta-subtitle {
    font-size: 18px;
    color: #b0b0b0;
    margin-bottom: 35px;
    font-family: 'Arial', sans-serif;
}

.cta-button {
    background-color: #fff;
    color: #000;
    padding: 18px 50px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.cta-button:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

/* ================= MAP ================= */
.map-container {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    background-color: #e0e0e0;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive improvement */
@media (max-width: 768px) {
    .map-container {
        height: 300px;
    }
}


/* ================= RESPONSIVE ================= */
@media (min-width: 768px) {
    .about-hero {
        padding: 100px 60px;
    }

    .about-hero-title {
        font-size: 58px;
    }

    .story-content,
    .location-content {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-title {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .about-hero {
        padding: 120px 80px;
    }

    .about-hero-title {
        font-size: 68px;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-title {
        font-size: 58px;
    }
}