.smart-business-page {
    overflow-x: clip;
    --sbs-timeline-track-width: 58px;
    --sbs-timeline-label-width: clamp(92px, 24vw, 128px);
}

.smart-business-page .process-section .container {
    position: relative;
}

@media (max-width: 1024px) {
    .smart-business-page .process-section .section-title,
    .smart-business-page #process > .container > p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .smart-business-page [data-timeline] {
        display: none !important;
    }

    .smart-business-page .process-section .container {
        padding-left: 0;
    }

    .smart-business-page .timeline-card-grid,
    .smart-business-page .sbs-process-grid {
        padding-left: 0;
        margin-top: 1.5rem;
        padding-bottom: 0;
    }
}

.sbs-feedback {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: rgba(2, 16, 24, 0.8);
    color: var(--text-secondary);
    position: relative;
    overflow: hidden;
    display: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px -35px rgba(0, 255, 255, 0.6);
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.sbs-feedback.is-visible {
    display: block;
}

.sbs-feedback.is-waiting {
    border-color: rgba(0, 255, 255, 0.6);
    background: radial-gradient(circle at top, rgba(0, 255, 255, 0.16), rgba(2, 16, 24, 0.92));
    color: var(--primary-cyan);
}

.sbs-feedback.is-success {
    border-color: rgba(169, 255, 250, 0.9);
    background: radial-gradient(circle at top, rgba(0, 255, 255, 0.22), rgba(0, 10, 20, 0.92));
    box-shadow: 0 22px 48px -28px rgba(0, 255, 255, 0.75);
}

.sbs-feedback.is-error {
    border-color: rgba(255, 107, 107, 0.8);
    background: rgba(60, 4, 12, 0.8);
    color: #ffb5b5;
    box-shadow: 0 16px 40px -32px rgba(255, 107, 107, 0.9);
}

.sbs-feedback.is-info {
    border-color: rgba(0, 255, 255, 0.4);
}

.sbs-feedback-waiting {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.sbs-feedback-spinner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid rgba(0, 255, 255, 0.18);
    border-top-color: var(--primary-cyan);
    animation: sbs-spin 1.05s linear infinite;
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.35);
}

.sbs-feedback-copy {
    display: grid;
    gap: 0.35rem;
}

.sbs-feedback-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f6ffff;
}

.sbs-feedback-sub {
    margin: 0;
    color: rgba(214, 245, 255, 0.85);
    font-size: 0.95rem;
}

.sbs-feedback-result {
    position: relative;
    min-height: 80px;
    padding: 0.25rem 0;
}

.sbs-feedback-particles {
    position: absolute;
    inset: -10%;
    pointer-events: none;
    overflow: visible;
}

.sbs-feedback-particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(0, 255, 255, 0.45));
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.65);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
    animation: sbs-particle-burst var(--duration, 1.8s) ease-out var(--delay, 0s) forwards;
}

.sbs-feedback-content {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    color: #f8feff;
}

.sbs-feedback-content.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sbs-feedback-body {
    margin: 0.75rem 0 1.25rem;
    line-height: 1.7;
    font-size: 0.98rem;
}

.sbs-feedback-body strong {
    color: #ffffff;
}

.sbs-feedback-body br + br {
    margin-top: 0.5rem;
}

.sbs-feedback-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.9), rgba(0, 136, 255, 0.95));
    color: #00131c;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 32px -18px rgba(0, 255, 255, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sbs-feedback-cta::after {
    content: '✨';
    font-size: 1.1rem;
}

.sbs-feedback-cta:hover,
.sbs-feedback-cta:focus-visible {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 18px 36px -16px rgba(0, 255, 255, 0.95);
}

.sbs-feedback-plain {
    line-height: 1.6;
}

.sbs-form-helper {
    margin: 0.35rem 0 0.75rem;
    color: rgba(214, 245, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.55;
    transition: opacity 0.25s ease, max-height 0.3s ease, margin 0.3s ease;
    max-height: 200px;
}

.sbs-form-helper.is-hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    pointer-events: none;
}

.sbs-form-helper--cta {
    margin-top: -0.15rem;
    color: rgba(169, 233, 255, 0.85);
    font-size: 0.88rem;
    font-style: italic;
}

body.sbs-overlay-open {
    overflow: hidden;
}

.sbs-feedback-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: transparent;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 1000;
}

.sbs-feedback-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.sbs-feedback-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(0, 40, 60, 0.9), rgba(0, 8, 16, 0.85));
    backdrop-filter: blur(8px);
    opacity: 0.95;
}

.sbs-feedback-overlay-dialog {
    position: relative;
    width: min(90vw, 520px);
    padding: clamp(1.75rem, 2vw + 1rem, 2.35rem);
    border-radius: 22px;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: linear-gradient(160deg, rgba(0, 18, 28, 0.92), rgba(0, 50, 68, 0.88));
    box-shadow: 0 28px 120px -48px rgba(0, 255, 255, 0.9);
    overflow: hidden;
    transform: translateY(-40px) scale(0.96);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.38, 1), opacity 0.7s ease;
    outline: none;
}

.sbs-feedback-overlay.is-visible .sbs-feedback-overlay-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.sbs-feedback-overlay-aurora {
    position: absolute;
    inset: -25% -35% auto -35%;
    height: 120%;
    background: radial-gradient(circle at top, rgba(0, 255, 255, 0.25), rgba(0, 148, 255, 0));
    opacity: 0.8;
    animation: sbs-overlay-aurora 6s ease-in-out infinite alternate;
    pointer-events: none;
}

.sbs-feedback-overlay-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.35);
    color: rgba(214, 245, 255, 0.9);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.sbs-feedback-overlay-close:hover,
.sbs-feedback-overlay-close:focus-visible {
    transform: scale(1.05);
    border-color: rgba(0, 255, 255, 0.8);
    color: #ffffff;
    outline: none;
}

.sbs-feedback-overlay-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.15rem;
    color: #f4feff;
}

.sbs-feedback-overlay-title {
    margin: 0;
    font-size: clamp(1.3rem, 1.5vw + 1rem, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.015em;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.sbs-feedback-overlay-title::after {
    content: '✨';
}

.sbs-feedback-overlay-body {
    line-height: 1.75;
    font-size: 1rem;
}

.sbs-feedback-overlay-body strong {
    color: #ffffff;
}

.sbs-feedback-overlay-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

.sbs-feedback-overlay-actions.is-empty {
    display: none;
}

.sbs-feedback-overlay-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: visible;
}

.sbs-feedback-overlay-particle {
    position: absolute;
    top: 0;
    left: var(--x, 50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(0, 255, 255, 0.55));
    box-shadow: 0 0 18px rgba(0, 255, 255, 0.75);
    opacity: 0;
    transform: translate(calc(-50% + var(--tx-start, 0px)), var(--ty-start, -160px)) scale(var(--scale, 0.6));
    animation: sbs-overlay-particle-fall var(--duration, 3.2s) ease-in-out var(--delay, 0s) forwards;
}

@keyframes sbs-overlay-aurora {
    from {
        transform: translateY(-12%) rotate(-6deg) scale(1.05);
        opacity: 0.65;
    }
    to {
        transform: translateY(6%) rotate(4deg) scale(1.15);
        opacity: 0.9;
    }
}

@keyframes sbs-overlay-particle-fall {
    0% {
        opacity: 0;
        transform: translate(calc(-50% + var(--tx-start, 0px)), var(--ty-start, -200px)) scale(var(--scale, 0.6));
    }
    20% {
        opacity: 0.95;
    }
    60% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--tx-end, 0px)), 260px) scale(0.2);
    }
}

@keyframes sbs-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes sbs-particle-burst {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.35);
    }
    15% {
        opacity: 1;
        transform: translate(calc(-50% + var(--tx, 0px) * 0.35), calc(-50% + var(--ty, 0px) * 0.35)) scale(1.1);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px))) scale(0.05);
    }
}

@media (max-width: 640px) {
    .sbs-feedback {
        padding: 1.1rem 1.25rem;
    }

    .sbs-feedback-spinner {
        width: 34px;
        height: 34px;
        border-width: 2px;
    }

    .sbs-feedback-title {
        font-size: 1rem;
    }

    .sbs-feedback-sub {
        font-size: 0.9rem;
    }

    .sbs-feedback-body {
        font-size: 0.94rem;
    }

    .sbs-feedback-cta {
        width: 100%;
    }
}

/* Mini-Check form */
.mini-check-carousel {
    position: relative;
    overflow: hidden;
}

.mini-check-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mini-check-step {
    flex: 0 0 100%;
    padding: 0.25rem 0.25rem 0.75rem;
}

.mini-check-step-title {
    color: white;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.02em;
}

.mini-check-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mini-check-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1.25rem;
}

.mini-check-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.mini-check-legend .mini-check-icon {
    font-size: 0.9rem;
    color: var(--primary-cyan);
}

.mini-check-fieldset {
    border: none;
    margin: 0;
    padding: 0.7rem 0.95rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid rgba(0, 255, 255, 0.08);
}

.mini-check-fieldset legend {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.mini-check-scale {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(100%, 240px);
    aspect-ratio: 3 / 1;
    min-height: 54px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 255, 0.25);
    background: rgba(2, 10, 15, 0.75);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mini-check-choice {
    position: relative;
}

.mini-check-radio {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.mini-check-choice label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.35rem;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease;
    position: relative;
    background: transparent;
}

.mini-check-choice:not(:last-child) label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 62%;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    transition: background 0.25s ease;
}

.mini-check-choice label:hover {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
}

.mini-check-radio:checked + label,
.mini-check-choice label.is-selected {
    color: white;
    background: rgba(0, 0, 0, 0.05);
}

.mini-check-scale[data-state="1"],
.mini-check-scale:has(.mini-check-radio[value="1"]:checked) {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.6));
    border-color: rgba(39, 174, 96, 0.55);
    box-shadow: 0 0 0 1px rgba(39, 174, 96, 0.2), 0 12px 24px -20px rgba(39, 174, 96, 0.9);
}

.mini-check-scale[data-state="2"],
.mini-check-scale:has(.mini-check-radio[value="2"]:checked) {
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.15), rgba(243, 156, 18, 0.6));
    border-color: rgba(243, 156, 18, 0.55);
    box-shadow: 0 0 0 1px rgba(243, 156, 18, 0.2), 0 12px 24px -20px rgba(243, 156, 18, 0.9);
}

.mini-check-scale[data-state="3"],
.mini-check-scale:has(.mini-check-radio[value="3"]:checked) {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.15), rgba(192, 57, 43, 0.65));
    border-color: rgba(192, 57, 43, 0.55);
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.2), 0 12px 24px -20px rgba(192, 57, 43, 0.9);
}

.mini-check-scale[data-state] .mini-check-choice:not(:last-child) label::after,
.mini-check-scale:has(.mini-check-radio:checked) .mini-check-choice:not(:last-child) label::after {
    background: rgba(255, 255, 255, 0.35);
}

.mini-check-radio:focus-visible + label {
    outline: 2px solid var(--primary-cyan);
    outline-offset: -4px;
}

.mini-check-controls {
    margin-top: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.mini-check-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.mini-check-arrow:hover:not(:disabled) {
    transform: translateY(-2px);
    color: white;
    border-color: rgba(0, 255, 255, 0.6);
    background: rgba(0, 255, 255, 0.18);
}

.mini-check-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.mini-check-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.mini-check-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.mini-check-dot:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 255, 255, 0.6);
    background: rgba(0, 255, 255, 0.18);
}

.mini-check-dot.is-active {
    border-color: var(--primary-cyan);
    color: black;
    background: var(--primary-cyan);
    box-shadow: 0 0 18px -6px rgba(0, 255, 255, 0.8);
}

.mini-check-dot-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.mini-check-dot:focus-visible {
    outline: 2px solid var(--primary-cyan);
    outline-offset: 3px;
}

.mini-check-notes {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.32);
    border: 1px dashed rgba(0, 255, 255, 0.28);
}

.mini-check-notes label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    letter-spacing: 0.01em;
}

.mini-check-notes textarea {
    width: 100%;
    min-height: 96px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(0, 255, 255, 0.28);
    border-radius: 8px;
    padding: 0.75rem;
    color: white;
    font-family: inherit;
    font-size: 0.95rem;
    resize: vertical;
}

.mini-check-notes textarea:focus {
    outline: none;
    border-color: var(--primary-cyan);
    box-shadow: 0 0 0 2px rgba(0, 255, 255, 0.18);
}

/* .sr-only ist in styles/base.css definiert */

@media (min-width: 768px) {
    .mini-check-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 1.25rem;
    }

    .mini-check-fieldset {
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
    }

    .mini-check-fieldset legend {
        flex: 1 1 auto;
        max-width: 560px;
    }

    .mini-check-scale {
        justify-self: flex-end;
    }

    .mini-check-notes {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mini-check-track {
        transition: none;
    }

    .mini-check-arrow,
    .mini-check-dot {
        transition: none;
    }
}



