/* Local-SEO area pages: /areas/, /areas/<zone> and /areas/<municipality>.
   Loaded after services.css, which already supplies .page, .breadcrumbs,
   .prose, .service-cta, .cta-row and the large buttons — including the
   scroll-snap and `a { display: flex }` overrides main.css needs. Only rules
   that do not exist there belong in this file. */

/* Launch warning, shown when a zone is not live yet */
.area-notice {
    margin: 0 0 28px;
    padding: 14px 18px;
    border-left: 3px solid #e0a800;
    border-radius: 0 var(--b-r) var(--b-r) 0;
    background-color: #fff8e5;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Live supply proof */
.area-supply-box {
    margin: 0 0 36px;
    padding: 20px 22px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background-color: var(--bg-2);
}
.area-supply {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.55;
}
.area-supply.is-empty {
    font-weight: 500;
}
.area-supply-note {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--grey);
}

/* Services offered in this area */
.area-section {
    margin-top: 48px;
}
.area-section h2 {
    font-size: 1.4rem;
    margin: 0 0 24px;
}
.area-services {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.area-services > li {
    padding: 20px 22px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
}
.area-services h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 6px;
}
.area-service-lead {
    margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--grey);
}
.area-service-supply {
    margin: 0 0 16px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f7a3d;
}
.area-service-supply.is-empty {
    font-weight: 400;
    color: var(--grey);
}
.area-service-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    margin: 0;
}
.btn-primary-sm {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: var(--b-r);
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff !important;
    background-color: #0081ff;
    text-decoration: none !important;
}
.btn-primary-sm:hover {
    background-color: #006ad2;
}
.area-more {
    font-size: 0.9rem;
}

/* Phone callout */
.area-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 40px 0 0;
    padding: 24px 20px;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    text-align: center;
}
.area-phone .lbl {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--grey);
}
.area-phone .tel {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 2px 0;
}

/* Internal links between areas */
.area-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.area-links a {
    display: inline-block !important;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--black) !important;
    text-decoration: none !important;
}
.area-links a:hover {
    background-color: var(--hover-bg);
    text-decoration: none !important;
}
.related > p {
    margin: 0 0 18px;
    color: var(--grey);
    line-height: 1.6;
}
.area-footnote {
    margin: 40px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--grey);
}

/* The /areas/ hub */
.area-zone {
    margin-top: 44px;
}
.area-zone h2 {
    font-size: 1.25rem;
    margin: 0 0 6px;
}
.area-zone-count {
    margin: 0 0 16px;
    font-size: 0.875rem;
    color: var(--grey);
}

@media (max-width: 576px) {
    .area-supply-box,
    .area-services > li {
        padding: 18px 16px;
    }
    .area-service-links .btn-primary-sm {
        width: 100%;
    }
}
