.roi-label select {
    margin-top: 0.4rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(120, 133, 255, 0.4);
    background: rgba(5, 16, 40, 0.9);
    color: #fff;
    font-size: 0.95rem;
    font-family: 'JetBrains Mono', monospace;
    outline: none;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='20' width='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,12'/></svg>");
}

.roi-label select:hover {
    border-color: var(--accent);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.25);
}

.roi-label select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.45);
    animation: dropdownGlow 0.35s ease-out;
}

@keyframes dropdownGlow {
    from {
        box-shadow: 0 0 2px rgba(0, 212, 255, 0.1);
    }

    to {
        box-shadow: 0 0 30px rgba(0, 212, 255, 0.45);
    }
}

.roi-label input,
.roi-label select {
    background: rgba(5, 16, 40, 0.9);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 12px rgba(0, 212, 255, 0.08);
}

/* KI Output Box */
.roi-ai-box {
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.35);
    padding: 1.5rem;
    border-radius: 14px;
    margin-top: 2rem;
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.15);
}

.roi-ai-text {
    color: #e6f7ff;
    font-size: 1.05rem;
    line-height: 1.55;
    font-family: 'JetBrains Mono', monospace;
}

.roi-disclaimer {
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #bfc1d5;
    line-height: 1.55;
    font-family: 'JetBrains Mono', monospace;
    background: rgba(0, 212, 255, 0.07);
    border: 1px solid rgba(0, 212, 255, 0.25);
    padding: 1rem 1.2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
}

#roi-rechner,
.roi-section {
    position: relative;
    z-index: 5 !important;
}

#roi-rechner * {
    position: relative;
    z-index: 5;
}

.roi-inner {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(6px);
}


/* Dropdown-Styling */
.roi-label select {
    margin-top: 0.4rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(120, 133, 255, 0.4);
    background: rgba(5, 16, 40, 0.9);
    color: #fff;
    font-size: 0.95rem;
    font-family: 'JetBrains Mono', monospace;
    outline: none;
    width: 100%;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='20' width='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,12'/></svg>");
}

.roi-label select:hover {
    border-color: var(--accent);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.25);
}

.roi-label select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.45);
    animation: dropdownGlow 0.35s ease-out;
}

@keyframes dropdownGlow {
    from {
        box-shadow: 0 0 2px rgba(0, 212, 255, 0.1);
    }

    to {
        box-shadow: 0 0 30px rgba(0, 212, 255, 0.45);
    }
}

/* Inputs, Selects & Textarea optisch angleichen */
.roi-label input,
.roi-label select,
.roi-label textarea {
    background: rgba(5, 16, 40, 0.9);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 12px rgba(0, 212, 255, 0.08);
}

/* KI Output Box */
.roi-ai-box {
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.35);
    padding: 1.5rem;
    border-radius: 14px;
    margin-top: 2rem;
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.15);
}

.roi-ai-text {
    color: #e6f7ff;
    font-size: 1.05rem;
    line-height: 1.55;
    font-family: 'JetBrains Mono', monospace;
}

/* Disclaimer & Container-Fix (falls noch nicht drin) */
.roi-disclaimer {
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #bfc1d5;
    line-height: 1.55;
    font-family: 'JetBrains Mono', monospace;
    background: rgba(0, 212, 255, 0.07);
    border: 1px solid rgba(0, 212, 255, 0.25);
    padding: 1rem 1.2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
}

#roi-rechner,
.roi-section {
    position: relative;
    z-index: 5 !important;
}

#roi-rechner * {
    position: relative;
    z-index: 5;
}

.roi-inner {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(6px);
}

#roi-ai-output {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s ease, transform .6s ease;
}

#roi-ai-output.visible {
    opacity: 1;
    transform: translateY(0);
}

.roi-ai-box {
    position: relative !important;
    z-index: 10 !important;
}

#roi-ai-output {
    position: relative !important;
    z-index: 20 !important;
    color: #fff !important;
    opacity: 1 !important;
}


/* AI BOX SEXY MODE -------------------------------------------------- */

.roi-ai-box {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 18px;
    background: rgba(5, 16, 40, 0.45);
    border: 1px solid rgba(0, 212, 255, 0.25);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.15);
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}

/* Header mit Icon */
.roi-ai-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.2rem;
}

.roi-ai-icon {
    font-size: 1.9rem;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.6));
}

#roi-ai-output-wrapper {
    position: relative;
}

/* KI Text */
.roi-ai-text {
    font-family: "JetBrains Mono", monospace;
    font-size: 1rem;
    line-height: 1.68;
    white-space: pre-wrap;
    color: #dff9ff;
    opacity: 0;
    animation: fadeInText 0.4s ease-out 0.3s forwards;
}

/* Cursor */
#roi-ai-cursor {
    width: 10px;
    height: 22px;
    background: #00d4ff;
    display: inline-block;
    margin-left: 4px;
    border-radius: 3px;
    opacity: 0;
    animation: blink 0.7s infinite;
}

/* ANIMATIONEN ---------------------------------------------------- */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Ergebnis Karten */
.roi-card {
    background: rgba(0, 10, 30, 0.65);
    padding: 1.6rem;
    border-radius: 18px;
    border: 1px solid rgba(0, 212, 255, 0.18);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.12);
    margin-bottom: 18px;
    backdrop-filter: blur(6px);
}

.roi-card-pro {
    border: 1px solid rgba(0, 212, 255, 0.45);
    background: radial-gradient(circle at top left,
            rgba(0, 212, 255, 0.25),
            rgba(0, 10, 30, 0.6));
    box-shadow: 0 0 35px rgba(0, 212, 255, 0.3);
}

.roi-card-value {
    font-size: 1.5rem;
    margin-top: 8px;
}

.roi-card-sub {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 4px;
}

/* AI BOX */
.roi-ai-box {
    background: rgba(0, 10, 30, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.28);
    padding: 1.5rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.ai-icon {
    width: 28px;
    margin-right: 10px;
    vertical-align: middle;
}

#roi-ai-output {
    font-family: "JetBrains Mono", monospace;
    white-space: pre-wrap;
    font-size: 1rem;
}

/* Cursor blink */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#roi-ai-cursor {
    animation: blink 1s infinite;
}


.roi-dsgvo {
    margin: 20px 0 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.roi-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.roi-checkbox input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.roi-dsgvo-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.3;
    max-width: 260px;
}

.roi-dsgvo-text a {
    color: #00d4ff;
    text-decoration: underline;
}

.roi-cta {
    margin-top: 30px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.25);
    backdrop-filter: blur(6px);
    text-align: center;
    animation: fadeIn 0.6s ease forwards;
}

.roi-cta h3 {
    color: #00d4ff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.roi-cta p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.roi-cta-button {
    background: #00d4ff;
    padding: 12px 24px;
    border-radius: 12px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    transition: 0.2s ease;
}

.roi-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.roi-cta {
    width: 100%;
    box-sizing: border-box;
}

.roi-cta-button {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    border-radius: 12px;
}

#roi-step2 {
    display: none;
}

#roi-step1 {
    display: block;
}


/* Smooth Fade Out und Fade In */
.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Damit versteckte Steps nicht Layout zerstören */
.hidden {
    display: none !important;
}

@supports (-webkit-touch-callout: none) {

    .roi-section *,
    .roi-inner *,
    .roi-step * {
        transform: none !important;
    }
}