.zip-page {
    --zip-blue: #304b91;
    --zip-blue-dark: #21386f;
    --zip-red: #e63f2c;
    --zip-ink: #172033;
    --zip-muted: #627086;
    --zip-line: #dfe5ec;
    --zip-soft: #f5f7fa;
    padding: 0 0 48px;
    background: #fff;
    color: var(--zip-ink);
}

.zip-page, .zip-page * { box-sizing: border-box; }
.zip-page .container { width: 100% !important; max-width: 1140px; }
.zip-breadcrumb { padding: 13px 0 10px; border-bottom: 1px solid var(--zip-line); }
.zip-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.zip-breadcrumb li:not(:last-child)::after { margin-left: 6px; color: #9aa5b5; content: "/"; }
.zip-breadcrumb a { color: #3d5798; }

.zip-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; padding: 22px 0 18px; }
.zip-intro h1 { margin: 2px 0 6px; overflow-wrap: anywhere; color: var(--zip-ink); font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.025em; white-space: normal; }
.zip-intro p { max-width: 720px; margin: 0; color: var(--zip-muted); font-size: 16px; }
.zip-eyebrow, .zip-section-kicker { color: var(--zip-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zip-city-link { max-width: 300px; padding: 11px 14px; border-left: 3px solid var(--zip-blue); background: var(--zip-soft); color: #43516a; font-size: 13px; }
.zip-city-link strong { display: block; color: var(--zip-blue); }

.zip-results, .zip-directory { margin: 0 0 26px; padding: 22px; border: 1px solid #dbe3ef; border-radius: 8px; background: #fff; }
.zip-local-info, .zip-map-section, .zip-faq { padding: 28px 0; border-top: 1px solid var(--zip-line); }
.zip-section-heading, .zip-directory-header { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.zip-section-heading h2, .zip-directory-header h2, .zip-local-info h2, .zip-map-section h2, .zip-faq h2, .zip-register-cta h2 { margin: 3px 0 0; color: var(--zip-ink); font-size: 25px; font-weight: 800; }
.zip-section-heading p, .zip-directory-header p { margin: 0; color: var(--zip-muted); font-size: 13px; }

.zip-rich-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.zip-company-card { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; overflow: visible; padding: 16px; border: 1px solid #dbe3ef; border-radius: 8px; background: #fbfdff; box-shadow: none; }
.zip-company-card:hover, .zip-company-card.is-expanded { border-color: #b9cce0; background: #fff; }
.zip-company-card.is-local { border-color: #8bc6a8; }
.zip-company-card > .city-company-logo {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #eef4fb;
    color: #102b5c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.zip-company-card > .city-company-logo.has-logo { border: 0; background: transparent; }
.zip-company-card > .city-company-logo img {
    display: block;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px;
    object-fit: contain;
}
.city-company-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 5px; }
.city-company-name { overflow: hidden; color: #071d49; font-size: 19px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; }
.city-company-badge { display: inline-flex; align-items: center; }
.city-company-badge img { width: 18px; height: 22px; object-fit: contain; }
.city-company-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; color: #63758a; font-size: 13px; font-weight: 600; line-height: 1.35; }
.city-company-status { display: inline-flex; align-items: center; }
.city-badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 0; }
.city-data-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: #eef4fb; color: #33445f; font-size: 12px; font-weight: 700; }
.city-data-badge.is-gold { background: #fff3d6; color: #795000; }
.city-data-badge.is-green { background: #e8f7ee; color: #0f6b3f; }
.city-company-actions { display: grid; grid-template-columns: auto 150px; gap: 8px; align-items: center; min-width: 286px; }
.city-company-action-buttons { display: grid; grid-column: 2; grid-template-columns: 1fr; gap: 8px; }
.city-company-actions .btn { border-radius: 6px; font-weight: 700; white-space: nowrap; }
.city-year-badge { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; }
.city-year-badge img { display: block; width: 122px; height: 46px; object-fit: contain; }
.city-company-detail-toggle { border: 0; background: transparent; color: #63758a; font-size: 12px; font-weight: 700; text-align: center; }
.city-company-detail { display: none; grid-column: 2 / -1; padding: 14px 0 0; border-top: 1px solid #dbe3ef; }
.city-company-card.is-expanded .city-company-detail { display: block; }
.city-company-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 14px; align-items: start; }
.city-company-detail-label { margin-bottom: 6px; color: #63758a; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.city-company-service-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.city-company-service-tag { padding: 5px 9px; border: 1px solid #dbe3ef; border-radius: 999px; background: #f5f8fc; color: #102b5c; font-size: 12px; font-weight: 700; }
.city-company-coverage { color: #63758a; font-size: 13px; line-height: 1.45; }
.zip-company-cover { position: relative; display: block; width: 220px; height: 104px; justify-self: end; overflow: hidden; border: 1px solid #dbe3ef; border-radius: 6px; background: #f5f7fa; }
.zip-company-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zip-local-ribbon { position: absolute; right: 8px; bottom: 7px; padding: 4px 7px; border-radius: 4px; background: rgba(22, 91, 59, .92); color: #fff; font-size: 11px; font-weight: 700; }
.zip-company-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 16px; }
.zip-company-identity { display: flex; gap: 14px; align-items: center; min-width: 0; }
.zip-company-logo { display: flex; flex: 0 0 58px; width: 58px; height: 58px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dbe3ef; border-radius: 8px; background: #eef4fb; color: #102b5c; font-size: 18px; font-weight: 700; }
.zip-company-logo.has-logo { border: 0; background: transparent; }
.zip-company-logo img { width: 100%; height: 100%; object-fit: contain; }
.zip-company-copy { min-width: 0; }
.zip-company-title-row { display: flex; gap: 8px; align-items: center; }
.zip-company-title-row h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 19px; font-weight: 700; }
.zip-company-title-row h3 a { color: var(--zip-ink); }
.zip-plan-badge { width: 32px; height: 32px; object-fit: contain; }
.zip-company-location { margin-top: 3px; color: var(--zip-muted); font-size: 13px; }
.zip-signal-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.zip-signal { padding: 4px 9px; border: 0; border-radius: 999px; background: #eef4fb; color: #33445f; font-size: 12px; font-weight: 700; }
.zip-signal.is-verified { border-color: #b9dfcb; background: #eff9f3; color: #176541; }
.zip-signal.is-first { border-color: #eadba8; background: #fff9e8; color: #765b08; }
.zip-company-actions { display: block; min-width: 150px; }
.zip-company-actions .city-company-action-buttons { display: grid; gap: 8px; }
.zip-call-button, .zip-profile-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 8px 14px; font-weight: 800; text-align: center; }
.zip-call-button { gap: 9px; background: var(--zip-red); color: #fff !important; }
.zip-call-button .zip-phone { display: block; margin-left: 4px; font-size: 11px; font-weight: 600; line-height: 1.15; }
.zip-profile-button { border: 1px solid #cdd5e0; color: var(--zip-blue); }
.zip-company-details { display: none; grid-template-columns: 1.3fr 1fr; gap: 24px; padding: 14px 18px 17px 104px; border-top: 1px solid #e7ebf0; background: #fafbfd; }
.zip-company-card.is-expanded .zip-company-details { display: grid; }
.zip-company-details strong { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.zip-company-details p { margin: 0; color: var(--zip-muted); font-size: 12px; }
.zip-service-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.zip-service-tags span { padding: 4px 7px; background: #e9eef7; color: #344f8e; font-size: 11px; font-weight: 700; }
.zip-empty-state { padding: 24px; border: 1px dashed #c9d2df; background: var(--zip-soft); }
.zip-empty-state h3 { margin: 0 0 4px; font-size: 18px; }
.zip-empty-state p { margin: 0; color: var(--zip-muted); }

.zip-directory { margin-top: 24px; }
.city-directory-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px 16px; align-items: start; }
.city-directory-count { color: #071d49; font-size: 44px; font-weight: 800; line-height: .95; }
.city-directory-kicker { margin: 0 0 3px !important; color: #071d49 !important; font-size: 22px !important; font-weight: 800; line-height: 1.18; }
.city-directory-copy { margin: 0 !important; color: #596579 !important; font-size: 14px !important; line-height: 1.5; }
.city-directory-stat-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.city-directory-stat { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px; border: 1px solid #dbe3ef; border-radius: 8px; background: #f8fafc; color: #071d49; font-size: 13px; font-weight: 700; }
.city-directory-stat strong { margin-right: 5px; font-size: 16px; }
.zip-directory-counts { display: flex; gap: 8px; flex-wrap: wrap; }
.zip-directory-counts span { padding: 6px 9px; background: var(--zip-soft); color: var(--zip-muted); font-size: 12px; }
.zip-directory-tools { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 12px; }
.zip-directory-tools .city-control { width: auto; min-width: 190px; min-height: 42px; padding: 10px 12px !important; border: 1px solid #c9d3e3 !important; border-radius: 10px !important; background: #fff !important; color: #071d49; font-size: 13px; font-weight: 600; box-shadow: none !important; }
.zip-directory-tools #zipCompanySearch { flex: 1 1 360px; min-width: 360px; }
.zip-inactive-toggle { margin: 0; color: #59677c; font-size: 12px; }
.zip-directory-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.zip-directory-row { position: relative; display: block; min-width: 0; min-height: 78px; padding: 10px 34px 10px 12px; border: 1px solid #dbe3ef; border-radius: 10px; background: #fff; }
.zip-directory-row::after { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #9aa5b5; content: "\203A"; font-size: 24px; line-height: 1; }
.zip-directory-row.is-supporter { border-color: #e5bf66; background: #fff9ef; }
.zip-directory-name { display: block; overflow: hidden; color: var(--zip-ink); font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.zip-directory-place { display: block; margin-top: 2px; color: var(--zip-muted); font-size: 11px; }
.zip-directory-signal { display: block; margin-top: 4px; color: #52617a; font-size: 11px; font-weight: 600; text-align: left; }
.zip-directory-row.is-inactive { opacity: .72; }
.zip-directory-empty { display: none; padding: 18px; background: var(--zip-soft); text-align: center; }

.zip-local-info { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.zip-local-info p { color: var(--zip-muted); font-size: 14px; }
.zip-local-info h3 { margin: 2px 0 10px; font-size: 17px; font-weight: 800; }
.zip-link-list { display: grid; gap: 5px; }
.zip-link-list a { padding: 6px 0; border-bottom: 1px solid #e8ecf1; color: var(--zip-blue); font-size: 13px; }
.zip-nearby-toggle { padding: 6px 0; border: 0; border-bottom: 1px solid #e8ecf1; background: transparent; color: var(--zip-blue); cursor: pointer; font-size: 13px; font-weight: 800; text-align: left; }
#zipMap { height: 300px; background: #e8edf3; }
.zip-faq details { padding: 12px 0; border-bottom: 1px solid var(--zip-line); }
.zip-faq summary { cursor: pointer; color: var(--zip-ink); font-weight: 800; }
.zip-faq details p { margin: 8px 0 0; color: var(--zip-muted); }
.zip-register-cta { position: relative; display: flex; gap: 36px; align-items: center; justify-content: space-between; overflow: hidden; margin-top: 24px; padding: 34px 38px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: linear-gradient(125deg, #0d214d 0%, #173d7a 60%, #115b85 100%); box-shadow: 0 18px 42px rgba(13, 33, 77, .2); color: #fff; isolation: isolate; }
.zip-register-cta::before { position: absolute; z-index: -1; top: -110px; right: 12%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(68, 194, 255, .25), rgba(68, 194, 255, 0) 68%); content: ""; }
.zip-register-cta::after { position: absolute; z-index: -1; right: -42px; bottom: -85px; width: 210px; height: 210px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255, 255, 255, .035), 0 0 0 58px rgba(255, 255, 255, .025); content: ""; }
.zip-register-copy { position: relative; max-width: 670px; }
.zip-register-kicker { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 12px; padding: 6px 11px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.zip-register-kicker i { color: #82dcff; font-size: 12px; }
.zip-register-cta h2 { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; text-wrap: balance; }
.zip-register-cta p { max-width: 620px; margin: 10px 0 0; color: #dcecff; font-size: 15px; line-height: 1.55; }
.zip-register-cta .zip-register-button { position: relative; display: inline-flex; flex: 0 0 auto; gap: 12px; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 10px; background: linear-gradient(135deg, #ff9c32, #ee6c16); box-shadow: 0 10px 24px rgba(8, 24, 55, .28), inset 0 1px rgba(255, 255, 255, .32); color: #fff; font-weight: 800; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.zip-register-cta .zip-register-button:hover, .zip-register-cta .zip-register-button:focus { background: linear-gradient(135deg, #ffad4f, #f27822); box-shadow: 0 13px 28px rgba(8, 24, 55, .34), inset 0 1px rgba(255, 255, 255, .38); color: #fff; text-decoration: none; transform: translateY(-2px); }
.zip-register-cta .zip-register-button:focus-visible { outline: 3px solid rgba(255, 255, 255, .9); outline-offset: 3px; }
.zip-register-button i { font-size: 12px; transition: transform .18s ease; }
.zip-register-button:hover i, .zip-register-button:focus i { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
    .zip-register-cta .zip-register-button, .zip-register-button i { transition: none; }
}

@media (min-width: 768px) {
    .zip-nearby-list:not(.is-expanded) .zip-nearby-extra { display: none; }
}

@media (max-width: 991px) {
    .zip-intro { grid-template-columns: 1fr; gap: 12px; }
    .zip-city-link { max-width: none; }
    .zip-company-card { grid-template-columns: 52px minmax(0, 1fr); align-items: start; }
    .zip-company-card .city-company-actions { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; }
    .zip-company-card .city-company-action-buttons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .zip-company-card .city-company-detail { grid-column: 1 / -1; }
    .city-company-detail-grid { grid-template-columns: 1fr; }
    .zip-directory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zip-local-info { grid-template-columns: 1fr 1fr; }
    .zip-local-info > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    .zip-nearby-toggle { display: none; }
    .zip-page { padding-bottom: 28px; }
    .zip-breadcrumb { overflow: hidden; white-space: nowrap; }
    .zip-intro { padding-top: 17px; }
    .zip-intro h1 { font-size: 29px; }
    .zip-section-heading, .zip-directory-header { display: block; }
    .zip-section-heading > p { margin-top: 5px; }
    .zip-company-cover { grid-column: 2; width: 160px; height: 72px; justify-self: end; }
    .zip-local-ribbon { right: 5px; bottom: 5px; padding: 3px 5px; font-size: 9px; }
    .zip-company-card { grid-template-columns: 1fr; text-align: center; }
    .zip-company-card .city-company-logo { margin: 0 auto; }
    .zip-company-card .city-company-title, .zip-company-card .city-company-meta, .zip-company-card .city-badge-row { justify-content: center; }
    .zip-company-card .city-company-actions { grid-template-columns: 1fr; }
    .zip-company-card .city-company-action-buttons { order: 1; grid-column: 1; grid-template-columns: 1fr; }
    .zip-company-card .city-year-badge { order: 2; justify-self: end; }
    .zip-company-card .city-company-detail { text-align: left; }
    .zip-company-card .city-company-detail-grid { grid-template-columns: minmax(0, 1fr) 160px; align-items: center; }
    .zip-detail-services { grid-column: 1 / -1; }
    .zip-detail-coverage { grid-column: 1; }
    .zip-directory-counts { margin-top: 10px; }
    .zip-directory-tools { display: grid; grid-template-columns: 1fr; }
    .zip-directory-tools #zipCompanySearch { min-width: 0; }
    .zip-directory-tools .city-control { width: 100%; min-width: 0; }
    .zip-directory-list { grid-template-columns: 1fr; }
    .zip-directory-row { align-items: flex-start; }
    .zip-local-info { grid-template-columns: 1fr; }
    .zip-local-info > :first-child { grid-column: auto; }
    #zipMap { height: 240px; }
    .zip-register-cta { display: block; padding: 28px 24px; border-radius: 14px; }
    .zip-register-cta .zip-register-button { display: flex; width: 100%; margin-top: 22px; text-align: center; }
}

@media (max-width: 430px) {
    .zip-company-actions { grid-template-columns: 1fr; }
    .zip-profile-button { min-height: 42px; }
    .city-directory-summary { grid-template-columns: 1fr; }
    .zip-company-card .city-company-detail-grid { grid-template-columns: minmax(0, 1fr) 120px; gap: 10px; }
    .zip-company-cover { width: 120px; height: 60px; }
    .zip-directory-signal { display: block; margin-top: 7px; text-align: left; }
}
