/* === Location Pages === */

/* Hero, single-column centered, no visual cards */
.location-hero {
    min-height: auto !important;
    display: block !important;
    padding: 130px 0 60px;
}

.location-hero .hero-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.location-hero .hero-subtitle {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.location-hero .hero-cta {
    justify-content: center;
}

/* Breadcrumb above hero */
.location-breadcrumb {
    position: relative;
    z-index: 2;
    padding: 90px 0 0;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%);
}

.location-breadcrumb .blog-breadcrumb {
    margin-bottom: 0;
    padding: 0 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.location-breadcrumb .blog-breadcrumb a {
    color: rgba(255,255,255,0.5);
}

.location-breadcrumb .blog-breadcrumb a:hover {
    color: var(--gold);
}

.location-breadcrumb .blog-breadcrumb span {
    color: rgba(255,255,255,0.7);
}

/* Details table section */
.location-details {
    padding: 64px 0;
    background: var(--white);
}

.location-table-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.location-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.location-table tr {
    border-bottom: 1px solid var(--gray-200);
}

.location-table tr:last-child {
    border-bottom: none;
}

.location-table td {
    padding: 14px 16px;
    vertical-align: top;
}

.location-table td:first-child {
    font-weight: 600;
    color: var(--navy);
    white-space: nowrap;
    width: 220px;
}

.location-table td:last-child {
    color: var(--gray-600);
}

/* Unique content section */
.location-unique {
    padding: 64px 0;
    background: var(--gray-50);
}

.location-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gray-700);
}

.location-content h3 {
    font-size: 1.25rem;
    color: var(--navy);
    margin-top: 36px;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.location-content p {
    margin-bottom: 20px;
}

.location-content ul,
.location-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.location-content li {
    margin-bottom: 8px;
}

.location-content strong {
    color: var(--gray-800);
    font-weight: 600;
}

.location-content a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.location-content a:hover {
    color: var(--gold-dark);
}

/* Counties section */
.location-counties {
    padding: 64px 0;
    background: var(--white);
}

.location-counties-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.7;
}

.location-child-links {
    max-width: 720px;
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.location-child-link {
    display: inline-block;
    padding: 8px 18px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--navy);
    transition: all var(--transition);
}

.location-child-link:hover {
    border-color: var(--gold);
    background: var(--white);
    color: var(--gold-dark);
}

/* CTA, centered, no form */
.location-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%);
    text-align: center;
}

.location-cta h2 {
    font-size: 1.75rem;
    color: var(--white);
    margin-bottom: 14px;
}

.location-cta p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.location-cta .btn {
    margin-bottom: 24px;
}

.location-blog-links {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.45);
}

.location-blog-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.location-blog-links a:hover {
    color: var(--gold);
}

/* Features, use 2-col on location pages for 5 items */
.location-features .features-grid {
    max-width: 900px;
    margin: 0 auto;
}

/* Responsive */
@media (min-width: 768px) {
    .location-hero {
        padding: 130px 0 80px;
    }

    .location-hero .hero-container {
        padding: 0 24px;
    }

    .location-details,
    .location-unique,
    .location-counties {
        padding: 80px 0;
    }

    .location-table td:first-child {
        width: 260px;
    }

    .location-cta {
        padding: 100px 0;
    }

    .location-cta h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) {
    .location-hero {
        padding: 160px 0 100px;
    }

    .location-hero h1 {
        font-size: 3rem !important;
    }

    .location-details,
    .location-unique,
    .location-counties {
        padding: 100px 0;
    }

    .location-cta {
        padding: 120px 0;
    }

    .location-cta h2 {
        font-size: 2.25rem;
    }
}

/* FAQ Section */
.location-faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

.faq-item summary {
    padding: 20px 0;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: #6b7280;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item[open] summary::after {
    content: '\2212';
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    padding: 0 0 20px;
    color: #4b5563;
    line-height: 1.7;
}

/* Nearby Cities */
.location-nearby {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
}

.location-nearby h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: #374151;
}

/* Citations / Authoritative Sources */
.location-citations {
    padding: 48px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.location-citations .section-header h2 {
    font-size: 1.3rem;
}

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

.citations-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
    color: #475569;
}

.citations-list li:last-child {
    border-bottom: none;
}

.citations-list li a {
    color: #1e40af;
    text-decoration: none;
    font-weight: 500;
}

.citations-list li a:hover {
    text-decoration: underline;
}
