/* Areas We Serve Page Styles */

:root {
    --bg-dark: #050505;
    --bg-card: #0A0A0A;
    --text-white: #FFFFFF;
    --text-gray: #B0B0B0;
    --accent-gold: #C5A059;
    --accent-gold-hover: #D4B06A;
    --border-color: #222222;
}

/* Hero Section */
/* Hero Section */
.areas-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('../images/areas-hero-bg.png');
    background-size: cover;
    background-position: center;
    padding: 160px 0 60px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.areas-hero h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--text-white);
    margin: 0;
}

/* Main Content */
.areas-main-content {
    background: var(--bg-dark);
    padding: 60px 0 80px;
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.main-service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 50px;
    text-align: center;
}

.service-badge {
    display: inline-block;
    background: rgba(197, 160, 89, 0.1);
    color: var(--accent-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.main-service-card h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-description {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.service-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.feature-item {
    font-size: 13px;
    color: var(--accent-gold);
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

/* Airport Section */
.airport-section {
    text-align: left;
    margin: 50px 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.airport-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 20px;
}

.airport-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.airport-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.airport-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.airport-item strong {
    color: var(--text-white);
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.airport-item p {
    color: var(--text-gray);
    font-size: 13px;
    margin: 0;
}

.airport-description {
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.6;
}

/* Map Placeholder */
.map-placeholder {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.map-label {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
}

/* Services in Chicago */
.services-in-chicago {
    margin: 50px 0;
    text-align: center;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.services-grid-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.service-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: left;
    transition: all 0.3s ease;
}

.service-box:hover {
    border-color: var(--accent-gold);
    background: rgba(197, 160, 89, 0.05);
}

.service-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.service-box h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 10px;
    line-height: 1.4;
}

.service-box p {
    font-size: 12px;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.5;
}

/* Why Choose Us */
.why-choose-chicago {
    margin: 50px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.why-item {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.why-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.why-item strong {
    font-size: 13px;
    color: var(--text-white);
    font-weight: 500;
}

/* CTA Bottom */
.cta-bottom {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-bottom h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 25px;
}

/* Cities Section */
.cities-section {
    background: #0a0a0a;
    padding: 60px 0;
}

.cities-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 40px;
}

.location-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.location-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-gray);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.location-tag:hover {
    background: var(--accent-gold);
    color: #000;
    border-color: var(--accent-gold);
}

.service-area-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-gray);
    font-size: 15px;
    line-height: 1.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .areas-hero h1 {
        font-size: 32px;
    }

    .main-service-card {
        padding: 30px 20px;
    }

    .main-service-card h2 {
        font-size: 28px;
    }

    .services-grid-areas,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .airport-section {
        padding: 25px 20px;
    }
}