/* City Pages Specific Styles */

/* Location Content Layout */
.location-content {
    padding: 80px 0;
    background: #ffffff;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.main-column {
    min-width: 0; /* Prevent overflow */
}

/* Sections Spacing */
.intro-section,
.services-section,
.practice-areas-section,
.local-expertise,
.methodology-section,
.cta-section {
    margin-bottom: 80px;
}

.intro-section h2,
.services-section h2,
.practice-areas-section h2,
.local-expertise h2,
.methodology-section h2,
.cta-section h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.intro-section p.lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.intro-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 2.5rem;
}

.service-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #1e40af;
}

.service-card .icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1e40af;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin: 0;
}

/* Practice Areas Grid */
.practice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 2.5rem;
}

.practice-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.practice-item:last-child,
.practice-item:nth-last-child(2) {
    border-bottom: none;
}

.practice-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.practice-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6c757d;
    margin: 0;
}

/* Local Expertise Section */
.expertise-list,
.methodology-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.expertise-list li,
.methodology-list li {
    padding: 15px 0;
    padding-left: 35px;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
}

.expertise-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.25rem;
}

.methodology-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #1e40af;
    font-weight: bold;
    font-size: 1.25rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    padding: 60px;
    border-radius: 16px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.cta-section h2 {
    color: white;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

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

.cta-buttons .btn {
    padding: 15px 35px;
    font-size: 1.1rem;
}

.cta-buttons .btn-secondary {
    background: white;
    color: #1e40af;
}

.cta-buttons .btn-secondary:hover {
    background: #f8f9fa;
}

/* Sidebar Styles */
.sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.contact-card,
.related-services,
.coverage-area,
.case-types {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.contact-card h3,
.related-services h3,
.coverage-area h3,
.case-types h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1e40af;
}

.contact-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.contact-info li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}

.contact-info .icon {
    color: #1e40af;
    font-size: 1.2rem;
}

.contact-info a {
    color: #2d3748;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    color: #1e40af;
    text-decoration: underline;
}

/* Related Services Links */
.service-links,
.city-list,
.case-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-links li,
.city-list li {
    padding: 8px 0;
}

.service-links a,
.city-list a {
    color: #1e40af;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.service-links a:hover,
.city-list a:hover {
    color: #1e3a8a;
    transform: translateX(5px);
}

.case-list li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: #6c757d;
}

.case-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1e40af;
}

/* Icon Sizes */
.icon-xl {
    font-size: 3rem !important;
}

/* Breadcrumb Enhancements */
.breadcrumb {
    background: #f8f9fa;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumb-item:not(:last-child)::after {
    content: "›";
    color: #9ca3af;
    font-size: 1.2rem;
}

.breadcrumb-link {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #1e40af;
}

.breadcrumb-current {
    color: #2d3748;
    font-weight: 500;
}

/* Button Enhancements */
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .contact-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .location-content {
        padding: 60px 0;
    }
    
    .intro-section,
    .services-section,
    .practice-areas-section,
    .local-expertise,
    .methodology-section,
    .cta-section {
        margin-bottom: 60px;
    }
    
    .intro-section h2,
    .services-section h2,
    .practice-areas-section h2,
    .local-expertise h2,
    .methodology-section h2,
    .cta-section h2 {
        font-size: 1.75rem;
    }
    
    .services-grid,
    .practice-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sidebar {
        grid-template-columns: 1fr;
    }
    
    .cta-section {
        padding: 40px 30px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .contact-card,
    .related-services,
    .coverage-area,
    .case-types {
        padding: 25px;
    }
}