.bz-zone {
    display: grid;
    gap: 28px;
}

.bz-hero,
.bz-crossings,
.bz-alerts,
.bz-services,
.bz-source-hub,
.bz-lead-section,
.bz-wait-board,
.bz-muted-box,
.bz-success,
.bz-widget {
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
}

.bz-wait-board {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.bz-wait-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bz-wait-head h2,
.bz-wait-card h3 {
    margin: 0;
}

.bz-wait-head > p {
    color: #475569;
    font-size: 13px;
    margin: 0;
    text-align: right;
}

.bz-wait-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.bz-wait-card {
    background: #fff;
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    padding: 16px;
}

.bz-wait-title {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.bz-wait-title span {
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
}

.bz-wait-card dl {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.bz-wait-card dl div {
    align-items: center;
    border-top: 1px solid #eef2f7;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-top: 8px;
}

.bz-wait-card dt {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.bz-wait-card dd {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.bz-wait-card small,
.bz-widget small {
    color: #64748b;
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.bz-wait-empty {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #475569;
    display: grid;
    gap: 4px;
    padding: 16px;
}

.bz-kicker {
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.bz-hero h1 {
    margin: 0 0 12px;
}

.bz-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.bz-button,
.bz-hero-actions a,
.bz-widget a {
    align-items: center;
    background: #0f766e;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    min-height: 40px;
    padding: 10px 14px;
    text-decoration: none;
}

.bz-button-secondary {
    background: #eff6ff;
    color: #1d4ed8;
}

.bz-disclaimer {
    background: #f8fafc;
    border-left: 4px solid #1d4ed8;
    color: #334155;
    margin-top: 18px;
    padding: 12px 14px;
}

.bz-card-grid,
.bz-cta-grid,
.bz-source-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bz-crossing-card,
.bz-alert,
.bz-source-list a,
.bz-cta-grid a {
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    padding: 16px;
    text-decoration: none;
}

.bz-crossing-card dl {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.bz-crossing-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.bz-crossing-card dt {
    color: #64748b;
    font-weight: 700;
}

.bz-crossing-card dd {
    margin: 0;
    text-align: right;
}

.bz-status {
    border-radius: 999px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
}

.bz-status-open {
    background: #dcfce7;
    color: #166534;
}

.bz-status-limited,
.bz-alert-warning {
    background: #fef3c7;
    color: #92400e;
}

.bz-status-suspended,
.bz-alert-critical {
    background: #fee2e2;
    color: #991b1b;
}

.bz-status-unknown,
.bz-status-check-source,
.bz-alert-info {
    background: #e0f2fe;
    color: #075985;
}

.bz-service-card,
.bz-business-cta {
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    padding: 16px;
}

.bz-service-card {
    display: grid;
    gap: 8px;
}

.bz-service-card strong {
    color: #0f172a;
}

.bz-service-card span,
.bz-service-card em {
    color: #475569;
}

.bz-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bz-lead-form {
    display: grid;
    gap: 16px;
}

.bz-lead-form input,
.bz-lead-form select,
.bz-lead-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    display: block;
    margin-top: 6px;
    padding: 10px 12px;
    width: 100%;
}

.bz-checkbox {
    display: flex;
    gap: 10px;
}

.bz-checkbox input {
    width: auto;
}

.bz-lead-form button {
    background: #0f766e;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 12px 18px;
}

.bz-company-form-wrap,
.bz-sponsored {
    border: 1px solid #d8e1ee;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
}

.bz-check-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.bz-package-badge,
.business-badge-promoted,
.business-badge-sponsored,
.business-badge-sponsor,
.business-badge-border_verified,
.rai-badge-promoted,
.rai-badge-sponsored,
.rai-badge-sponsor,
.rai-badge-border_verified {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    color: #92400e;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
}

.bz-package-badge.is-sponsor,
.business-badge-sponsored,
.business-badge-sponsor,
.rai-badge-sponsor {
    background: #e0f2fe;
    border-color: #0284c7;
    color: #075985;
}

.business-badge-border_verified,
.rai-badge-border_verified {
    background: #dcfce7;
    border-color: #22c55e;
    color: #166534;
}

.bz-error {
    background: #fee2e2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
    margin-bottom: 16px;
    padding: 14px 16px;
}

.bz-hp {
    left: -9999px;
    position: absolute;
}

.bz-success {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534;
    margin-bottom: 16px;
}

.bz-widget {
    display: grid;
    gap: 8px;
    margin: 22px auto;
    max-width: 1180px;
}

.bz-widget p {
    margin: 0;
}

.bz-form-note {
    color: #475569;
    font-size: 13px;
    margin: 0;
}

.bz-company-card {
    display: grid;
    gap: 12px;
}

.bz-company-card-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.bz-company-statuses,
.bz-company-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bz-company-statuses span {
    background: #eef6ff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
}

.bz-company-actions a {
    align-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    color: #0f172a;
    display: inline-flex;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 12px;
    text-decoration: none;
}

.bz-company-actions .bz-company-upgrade {
    background: #0757d8;
    border-color: #0757d8;
    color: #fff;
}

.bz-success-action {
    margin: 10px 0 0;
}
