/* Service number landing pages (service-numbers/*.html) */
.service-numbers-main {
    max-width: 880px;
    margin: 0 auto;
    padding: 28px 24px 96px;
}

.service-nav-top {
    margin-bottom: 20px;
    font-size: 14px;
}

.service-nav-top a {
    color: #2563eb;
    text-decoration: none;
}

.service-nav-top a:hover {
    text-decoration: underline;
}

.service-hero-logo {
    width: 160px;
    height: 48px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    font-weight: 600;
    color: #ec0000;
    letter-spacing: -0.02em;
}

.service-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.15;
}

.service-hero-lead {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 28px;
}

.service-disclaimer {
    font-size: 13px;
    line-height: 1.55;
    color: #6b7280;
    background: #fefce8;
    border: 1px solid #fde047;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 28px;
}

.service-region-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

@media (min-width: 640px) {
    .service-region-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-region-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.service-region-card h2 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.service-region-card .phone-primary {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 8px;
}

.service-region-card .phone-primary a {
    color: inherit;
    text-decoration: none;
}

.service-region-card .phone-primary a:hover {
    text-decoration: underline;
}

.service-region-card .meta {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
    line-height: 1.5;
}

.service-region-card .official-link {
    font-size: 14px;
}

.service-region-card .official-link a {
    color: #2563eb;
    font-weight: 500;
}

.service-other-section {
    padding: 24px;
    background: #eff6ff;
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.15);
    margin-bottom: 32px;
}

.service-other-section h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #111827;
}

.service-other-section p {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 12px;
}

.service-other-section a {
    color: #2563eb;
    font-weight: 500;
}

.service-cta {
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.service-cta p {
    margin-bottom: 14px;
    font-size: 15px;
    color: #374151;
    line-height: 1.55;
}

.service-cta .btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.service-btn.secondary {
    background: #0f172a;
}

.service-btn:hover {
    opacity: 0.92;
}

html.easyphone-dark .service-hero-title,
html.easyphone-dark .service-region-card h2,
html.easyphone-dark .service-other-section h2 {
    color: #f8fafc;
}

html.easyphone-dark .service-hero-lead,
html.easyphone-dark .service-region-card .meta,
html.easyphone-dark .service-other-section p,
html.easyphone-dark .service-cta p {
    color: #cbd5e1;
}

html.easyphone-dark .service-region-card {
    background: #1e293b;
    border-color: #334155;
}

html.easyphone-dark .service-disclaimer {
    background: #422006;
    border-color: #ca8a04;
    color: #fde68a;
}

html.easyphone-dark .service-other-section {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.25);
}

html.easyphone-dark .service-cta {
    background: #1e293b;
    border-color: #334155;
}
