/* ============================================
   ALEX BUYS HOUSES - CITY PAGES STYLES
   ============================================ */

/* City Hero Section */
.city-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url('https://images.unsplash.com/photo-1502175353174-a7a70e73b362?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center center / cover no-repeat;
    padding-top: 80px;
}

.city-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.93) 0%, rgba(51, 65, 85, 0.88) 100%);
}

.city-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.city-hero-text {
    color: #fff;
}

.breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.5rem;
}

.city-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
}

.city-hero h1 .highlight {
    color: #3b82f6;
}

.city-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.city-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.city-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.city-features i {
    color: #10b981;
}

.city-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.city-form {
    width: 100%;
}

@media (max-width: 1024px) {
    .city-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .city-features {
        justify-content: center;
    }

    .city-cta {
        justify-content: center;
    }

    .city-form {
        max-width: 500px;
        margin: 0 auto;
    }

    .breadcrumb {
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 576px) {
    .city-features {
        grid-template-columns: 1fr;
    }

    .city-cta {
        flex-direction: column;
    }
}

/* City Introduction */
.city-intro {
    padding: 4rem 0;
    background: #fff;
}

.city-intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.city-intro h2 {
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.city-intro p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Neighborhoods Grid */
.city-neighborhoods {
    padding: 4rem 0;
    background: #f9fafb;
}

.neighborhoods-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.neighborhood-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.neighborhood-item:hover {
    background: #eff6ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.neighborhood-item i {
    color: #2563eb;
}

@media (max-width: 768px) {
    .neighborhoods-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .neighborhoods-grid {
        grid-template-columns: 1fr;
    }
}

/* Why Sell Section */
.city-why-sell {
    padding: 4rem 0;
    background: #fff;
}

.why-sell-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
}

.why-sell-text h2 {
    margin-bottom: 1rem;
}

.why-sell-text > p {
    color: #4b5563;
    margin-bottom: 2rem;
}

.why-sell-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-sell-item {
    display: flex;
    gap: 1rem;
}

.why-sell-icon {
    width: 50px;
    height: 50px;
    background: #eff6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-sell-icon i {
    font-size: 1.25rem;
    color: #2563eb;
}

.why-sell-details h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.why-sell-details p {
    color: #6b7280;
    font-size: 0.95rem;
}

.stats-card {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 16px;
    padding: 2rem;
    color: #fff;
}

.stats-card h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-row:last-child {
    border-bottom: none;
}

.stat-row .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
}

.stat-row .stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .why-sell-content {
        grid-template-columns: 1fr;
    }

    .stats-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* City Situations */
.city-situations {
    padding: 4rem 0;
    background: #f9fafb;
}

/* City Process */
.city-process {
    padding: 4rem 0;
    background: #fff;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.process-step {
    text-align: center;
    padding: 2rem;
    background: #f9fafb;
    border-radius: 12px;
    position: relative;
}

.process-step .step-number {
    width: 50px;
    height: 50px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.process-step p {
    color: #6b7280;
    font-size: 0.95rem;
}

.process-cta {
    text-align: center;
}

@media (max-width: 768px) {
    .process-steps {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* City Testimonial */
.city-testimonial {
    padding: 4rem 0;
    background: #1e293b;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote {
    color: #fff;
}

.testimonial-quote i {
    font-size: 3rem;
    color: #3b82f6;
    margin-bottom: 1.5rem;
}

.testimonial-quote blockquote p {
    font-size: 1.25rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-author strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* Other Cities Section */
.other-cities {
    padding: 4rem 0;
    background: #f9fafb;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.city-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.city-link:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.city-link i {
    color: #2563eb;
    transition: color 0.3s ease;
}

.city-link:hover i {
    color: #fff;
}

@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* City Final CTA */
.city-final-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    text-align: center;
}

.city-final-cta h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.city-final-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.city-final-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
