:root {
    --primary-green: #1a5f1a;
    --secondary-green: #2d7a2d;
    --light-green: #4a9d4a;
    --accent-green: #6bcf6b;
    --dark-black: #0a0a0a;
    --medium-black: #1a1a1a;
    --light-black: #2a2a2a;
    --pure-white: #ffffff;
    --off-white: #f8f9fa;
    --light-gray: #e9ecef;
    --medium-gray: #6c757d;
    --gold-accent: #ffd700;
}

/* Work Area Hero Section */
.work-area-hero {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 50%, var(--light-green) 100%);
    color: var(--pure-white);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.work-area-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" fill="white" opacity="0.05"><path d="M0,64L60,69.3C120,75,240,85,360,80C480,75,600,53,720,48C840,43,960,53,1080,58.7C1140,61,1200,59,1200,32L1200,120L1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z"/></svg>');
    background-size: cover;
    background-position: bottom;
}

.work-area-hero h1 {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.work-area-hero p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Area Indicator */
.area-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--gold-accent), #ffed4e);
    color: var(--dark-black);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); }
}

.area-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* Map Section */
.map-section {
    background: var(--pure-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.map-container {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.map-placeholder {
    text-align: center;
    color: var(--primary-green);
}

.map-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.map-placeholder h3 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.map-placeholder p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    opacity: 0.8;
}

.map-caption {
    text-align: center;
}

.map-caption h3 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.75rem;
    color: var(--dark-black);
    margin: 0 0 0.5rem 0;
}

.map-caption p {
    font-family: 'Montserrat', sans-serif;
    color: var(--medium-gray);
    margin: 0;
}

/* Section Titles */
.section-title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 2.25rem;
    color: var(--dark-black);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: var(--medium-gray);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Statistics Cards */
.stat-card {
    background: var(--pure-white);
    border: 1px solid var(--light-gray);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(26, 95, 26, 0.15);
    border-color: var(--light-green);
}

.stat-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
    color: var(--pure-white);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.stat-value {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-green);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-black);
    margin-bottom: 0.5rem;
}

.stat-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--medium-gray);
    margin: 0;
}

/* Information Section */
.info-section {
    background: var(--pure-white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.info-section h3 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.75rem;
    color: var(--dark-black);
    margin-bottom: 1rem;
}

.info-section p {
    font-family: 'Montserrat', sans-serif;
    color: var(--medium-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.info-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-black);
    margin-bottom: 1rem;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-family: 'Montserrat', sans-serif;
    color: var(--medium-gray);
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.services-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .work-area-hero {
        padding: 60px 0 40px;
    }

    .work-area-hero h1 {
        font-size: 2rem;
    }

    .work-area-hero p {
        font-size: 1rem;
    }

    .map-container {
        height: 350px;
    }

    .map-section {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .stat-card {
        padding: 1.5rem;
    }

    .stat-value {
        font-size: 2.5rem;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .info-section {
        padding: 1.5rem;
    }

    .info-section h3 {
        font-size: 1.5rem;
    }

    .info-section h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .work-area-hero h1 {
        font-size: 1.75rem;
    }

    .map-container {
        height: 300px;
    }

    .stat-value {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    .stat-description {
        font-size: 0.85rem;
    }
}