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

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

.city-epos-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 2rem;
    color: #64748b;
    font-size: 0.92rem;
}

.city-epos-breadcrumb a {
    color: #004a8d;
    text-decoration: none;
    font-weight: 700;
}

.city-epos-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.6fr);
    gap: 2rem;
    align-items: stretch;
}

.city-epos-eyebrow {
    margin: 0 0 0.85rem;
    color: #004a8d;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.city-epos-hero h1 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
}

.city-epos-hero__intro {
    max-width: 760px;
    margin: 1.25rem 0 0;
    color: #475569;
    font-size: 1.15rem;
    line-height: 1.65;
}

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

.city-epos-btn,
.city-epos-sidebar__link {
    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;
}

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

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

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

.city-epos-hero__image {
    display: block;
    width: 100%;
    max-height: 230px;
    object-fit: contain;
    margin: 0 0 1rem;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.24));
}

.city-epos-stat {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.city-epos-stat span {
    display: block;
    color: #0f766e;
    font-weight: 900;
    text-transform: uppercase;
}

.city-epos-stat strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.1;
}

.city-epos-checks {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.city-epos-checks li {
    position: relative;
    padding-left: 1.7rem;
    color: #334155;
    line-height: 1.45;
}

.city-epos-checks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.28rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: inset 0 0 0 3px #dcfce7;
}

.city-epos-body {
    padding: 3rem 0;
}

.city-epos-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 2rem;
    align-items: start;
}

.city-epos-content,
.city-epos-sidebar__box {
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 49, 72, 0.08);
}

.city-epos-content {
    padding: clamp(1.35rem, 4vw, 2.5rem);
}

.city-epos-content h1 {
    display: none;
}

.city-epos-content h2 {
    margin: 2.2rem 0 0.9rem;
    color: #16213f;
    font-size: clamp(1.45rem, 2.5vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: 0;
}

.city-epos-content h2:first-child {
    margin-top: 0;
}

.city-epos-content h3 {
    margin: 1.5rem 0 0.55rem;
    color: #0f6f91;
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.city-epos-content p,
.city-epos-content li {
    color: #445267;
    font-size: 1rem;
    line-height: 1.78;
}

.city-epos-content p {
    margin: 0 0 1.05rem;
}

.city-epos-content a {
    color: #0a6f8f;
    font-weight: 800;
}

.city-epos-content ul,
.city-epos-content ol {
    margin: 0 0 1.2rem 1.25rem;
}

.city-epos-sidebar {
    position: sticky;
    top: 96px;
}

.city-epos-sidebar__box {
    padding: 1.25rem;
}

.city-epos-sidebar__box h2 {
    margin: 0 0 0.65rem;
    color: #16213f;
    font-size: 1.28rem;
    line-height: 1.2;
}

.city-epos-sidebar__box p {
    margin: 0 0 1rem;
    color: #526174;
    line-height: 1.6;
}

.city-epos-sidebar__link {
    width: 100%;
    margin-top: 0.75rem;
}

.city-epos-sidebar__link--plain {
    background: #eef7fb;
    color: #0d5973;
}

.city-epos-areas {
    padding: 0 0 3rem;
}

.city-epos-areas h2 {
    margin: 0 0 1rem;
    color: #16213f;
    font-size: 1.55rem;
    line-height: 1.2;
}

.city-epos-area-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.city-epos-area-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.7rem 0.95rem;
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 7px;
    color: #0d5973;
    font-weight: 800;
    text-decoration: none;
}

.city-epos-demo {
    padding: 2.5rem 0 0;
    background: #f7fafc;
}

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

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

    .city-epos-sidebar {
        position: static;
    }
}

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

    .city-epos-breadcrumb {
        margin-bottom: 1.25rem;
        font-size: 0.82rem;
    }

    .city-epos-hero h1 {
        font-size: 2.2rem;
        line-height: 1.04;
    }

    .city-epos-hero__intro {
        font-size: 1rem;
    }

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

    .city-epos-body {
        padding: 1.25rem 0 2rem;
    }

    .city-epos-content {
        padding: 1.15rem;
    }

    .city-epos-demo {
        padding-top: 1.25rem;
    }
}
