﻿/* SMARTCO Tenant Foundation Wizard + Industry UX refinement v1.1 */
.tenant-foundation-wizard-progress {
    margin: 0.75rem 0 1rem;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(240, 253, 250, 0.88), rgba(255, 255, 255, 0.96));
    box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.05);
}

.tenant-foundation-wizard-progress__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    color: #0f172a;
}

.tenant-foundation-wizard-progress__eyebrow {
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.tenant-foundation-wizard-progress__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
    gap: 0.45rem;
}

.tenant-foundation-wizard-progress__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.tenant-foundation-wizard-progress__step.is-active {
    border-color: rgba(15, 118, 110, 0.38);
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
}

.tenant-foundation-industry-description,
.industry-scenario-description,
.scenario-description,
.industry-description,
.tenant-scenario-description,
.foundation-scenario-description,
[class*="industry"][class*="description"],
[class*="scenario"][class*="description"] {
    display: none !important;
}

.tenant-foundation-industry-list,
.industry-scenario-list,
.scenario-list {
    gap: 0.45rem !important;
}

.tenant-foundation-industry-list button,
.industry-scenario-list button,
.scenario-list button,
button[class*="industry"],
button[class*="scenario"] {
    min-height: 2.25rem;
    padding-block: 0.45rem;
    line-height: 1.35;
}