.tabo-sp-wrap {
    color: #e8eaf0;
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.7;
}

.tabo-sp-hero {
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
}

.tabo-sp-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #9147ff;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.tabo-sp-title {
    font-size: 42px;
    margin: 0 0 12px 0;
    color: #fff;
}

.tabo-sp-subtitle {
    font-size: 16px;
    color: #aaa;
    max-width: 560px;
    margin: 0 auto;
}

.tabo-sp-section {
    padding: 36px 0;
    border-bottom: 1px solid #1e1e1e;
}

.tabo-sp-section h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 16px 0;
}

.tabo-sp-section p {
    color: #ccc;
    font-size: 15px;
}

.tabo-sp-list {
    color: #ccc;
    font-size: 15px;
    padding-left: 22px;
}

.tabo-sp-list li {
    margin-bottom: 8px;
}

/* Pasek postępu */
.tabo-sp-progress {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin: 24px 0 10px 0;
    flex-wrap: wrap;
}

.tabo-sp-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 80px;
    text-align: center;
    position: relative;
}

.tabo-sp-progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 55%;
    width: 90%;
    height: 2px;
    background: #262626;
    z-index: 0;
}

.tabo-sp-progress-step--done:not(:last-child)::after {
    background: #9147ff;
}

.tabo-sp-progress-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #111;
    border: 2px solid #333;
    color: #666;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.tabo-sp-progress-step--done .tabo-sp-progress-dot {
    background: #9147ff;
    border-color: #9147ff;
    color: #fff;
}

.tabo-sp-progress-step--current .tabo-sp-progress-dot {
    background: #111;
    border-color: #9147ff;
    color: #9147ff;
    box-shadow: 0 0 0 4px rgba(145, 71, 255, 0.15);
}

.tabo-sp-progress-label {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
}

.tabo-sp-progress-step--current .tabo-sp-progress-label {
    color: #eee;
    font-weight: 600;
}

.tabo-sp-status-note {
    text-align: center;
    color: #9147ff;
    font-size: 14px;
    margin-top: 16px;
}

/* ECO cards (legenda) */
.tabo-sp-eco-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.tabo-sp-eco-card {
    background: #111;
    border-radius: 12px;
    padding: 20px;
    border-top: 3px solid #333;
}

.tabo-sp-eco-card h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #fff;
}

.tabo-sp-eco-card p {
    font-size: 13px;
    color: #aaa;
    margin: 0;
}

.tabo-sp-eco-engagement { border-top-color: #22c55e; }
.tabo-sp-eco-engagement h3 { color: #22c55e; }
.tabo-sp-eco-comfort { border-top-color: #3b82f6; }
.tabo-sp-eco-comfort h3 { color: #3b82f6; }
.tabo-sp-eco-overload { border-top-color: #ef4444; }
.tabo-sp-eco-overload h3 { color: #ef4444; }

/* Wskaźniki na żywo */
.tabo-sp-live-note {
    background: #111;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 14px;
    color: #ccc;
}

.tabo-sp-raw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.tabo-sp-raw-item {
    background: #111;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.tabo-sp-raw-num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #9147ff;
}

.tabo-sp-raw-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.tabo-sp-gauges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.tabo-sp-gauge {
    text-align: center;
}

.tabo-sp-gauges--single {
    grid-template-columns: minmax(220px, 320px);
    justify-content: center;
    margin: 0 auto;
}

.tabo-sp-gauge-bar-wrap {
    width: 100%;
    height: 14px;
    background: #1a1a1a;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tabo-sp-gauge-bar {
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}

.tabo-sp-gauge-bar--engagement { background: linear-gradient(90deg, #16a34a, #22c55e); }
.tabo-sp-gauge-bar--comfort { background: linear-gradient(90deg, #2563eb, #3b82f6); }
.tabo-sp-gauge-bar--overload { background: linear-gradient(90deg, #dc2626, #ef4444); }

.tabo-sp-gauge-value {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.tabo-sp-gauge-label {
    font-size: 13px;
    color: #999;
    margin: 2px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabo-sp-disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    line-height: 1.6;
    border-top: 1px solid #1e1e1e;
    padding-top: 16px;
}

.tabo-sp-compare-tabs {
    display: flex;
    gap: 6px;
    margin: 16px 0 20px 0;
    flex-wrap: wrap;
}

.tabo-sp-compare-tab-btn {
    background: #111;
    border: 1px solid #333;
    color: #999;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
}

.tabo-sp-compare-tab-btn:hover {
    color: #eee;
    border-color: #555;
}

.tabo-sp-compare-tab-btn.is-active {
    background: #9147ff;
    border-color: #9147ff;
    color: #fff;
    font-weight: 600;
}

.tabo-sp-compare-panel[hidden] {
    display: none;
}

/* CTA ankieta */
.tabo-sp-cta {
    text-align: center;
    background: #111;
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid #262626;
}

.tabo-sp-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    margin-top: 12px;
    font-size: 15px;
}

.tabo-sp-btn-primary {
    background: #9147ff;
    color: #fff;
}

.tabo-sp-btn-primary:hover {
    background: #7a2ff0;
    color: #fff;
}

@media (max-width: 600px) {
    .tabo-sp-title { font-size: 30px; }
    .tabo-sp-progress { flex-direction: column; align-items: flex-start; gap: 14px; }
    .tabo-sp-progress-step { flex-direction: row; text-align: left; min-width: 0; width: 100%; }
    .tabo-sp-progress-step::after { display: none; }
    .tabo-sp-progress-dot { margin-bottom: 0; margin-right: 12px; flex-shrink: 0; }
    .tabo-sp-progress-label { text-align: left; }
}
