.epos-locations-page {
    background: #f8fafc;
    color: #0f172a;
}

.epos-locations-hero {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 55%, #eef2f7 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 3rem 0;
}

.epos-locations-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
    gap: 2rem;
    align-items: center;
}

.epos-locations-eyebrow,
.epos-locations-section-head p,
.epos-locations-cta p {
    margin: 0 0 0.6rem;
    color: #004a8d;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.epos-locations-hero h1 {
    margin: 0;
    max-width: 820px;
    color: #0f172a;
    font-size: clamp(2.2rem, 5vw, 4.15rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.epos-locations-hero__copy > p:not(.epos-locations-eyebrow) {
    max-width: 720px;
    margin: 1.15rem 0 0;
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.65;
}

.epos-locations-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.epos-locations-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.2rem;
    border-radius: 7px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.1;
}

.epos-locations-btn--primary {
    background: #1877f2;
    color: #fff;
    box-shadow: 0 8px 22px rgba(24, 119, 242, 0.22);
}

.epos-locations-btn--secondary {
    background: #fff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.epos-locations-hero__media {
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 18px 45px rgba(15, 49, 72, 0.1);
}

.epos-locations-hero__media img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.epos-locations-intro,
.epos-locations-list,
.epos-locations-content,
.epos-locations-appointment {
    padding: 2.75rem 0;
}

.epos-locations-intro .container,
.epos-locations-content__inner {
    max-width: 960px;
}

.epos-locations-intro h2,
.epos-locations-section-head h2,
.epos-locations-content h2 {
    margin: 0 0 0.85rem;
    color: #16213f;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.epos-locations-intro p,
.epos-locations-content p {
    margin: 0 0 1rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
}

.epos-locations-list {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.epos-locations-section-head {
    margin-bottom: 1.35rem;
}

.epos-locations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.epos-location-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.25rem;
    background: #f8fafc;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 49, 72, 0.06);
}

.epos-location-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.epos-location-card__top span {
    color: #004a8d;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.epos-location-card__top strong {
    padding: 0.25rem 0.5rem;
    background: #dcfce7;
    border-radius: 6px;
    color: #166534;
    font-size: 0.74rem;
}

.epos-location-card h3 {
    margin: 0 0 0.6rem;
    color: #16213f;
    font-size: 1.2rem;
    line-height: 1.25;
}

.epos-location-card p {
    margin: 0 0 1rem;
    color: #526174;
    line-height: 1.62;
}

.epos-location-card a {
    margin-top: auto;
    color: #0a6f8f;
    font-weight: 900;
    text-decoration: none;
}

.epos-locations-content__inner {
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 18px 45px rgba(15, 49, 72, 0.08);
}

.epos-locations-appointment {
    padding-bottom: 3.5rem;
    background: #f8fafc;
}

.epos-locations-appointment .hp-demo {
    scroll-margin-top: 110px;
}

@media (max-width: 980px) {
    .epos-locations-hero__grid,
    .epos-locations-grid {
        grid-template-columns: 1fr;
    }

    .epos-locations-hero__media {
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    .epos-locations-hero {
        padding: 2rem 0;
    }

    .epos-locations-hero h1 {
        font-size: 2.2rem;
    }

    .epos-locations-actions,
    .epos-locations-btn {
        width: 100%;
    }

    .epos-locations-intro,
    .epos-locations-list,
    .epos-locations-content,
    .epos-locations-appointment {
        padding: 1.6rem 0;
    }
}
