.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 8%, rgba(249, 115, 22, 0.24), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.16), transparent 28%),
        linear-gradient(180deg, #08111f 0%, #0b1220 40%, #111827 100%);
    z-index: 0;
}

@media (max-width: 860px) {
    .hero-section::before {
        background: linear-gradient(180deg, #08111f 0%, #0b1220 40%, #111827 100%);
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0 90px;
    background:
        radial-gradient(circle at 10% 8%, rgba(249, 115, 22, 0.28), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.20), transparent 28%),
        radial-gradient(circle at 56% 105%, rgba(249, 115, 22, 0.10), transparent 40%),
        linear-gradient(180deg, #08111f 0%, #0b1220 35%, #111827 100%);
    color: var(--white);
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
    opacity: 0.9;
}

.hero-bg-shape-1 {
    top: -140px;
    left: -120px;
    width: 420px;
    height: 420px;
    background: rgba(249, 115, 22, 0.20);
}

.hero-bg-shape-2 {
    right: -100px;
    top: 30px;
    width: 360px;
    height: 360px;
    background: rgba(34, 211, 238, 0.16);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
}

.hero-grid-real {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    gap: 40px;
    align-items: start;
}

.hero-copy {
    max-width: 680px;
    min-width: 0;
}

.hero-slider-headline {
    margin: 0 0 22px 0;
}

.hero-slider-headline > span {
    display: block;
}

.hero-highlight {
    color: var(--orange);
}

.hero-text {
    margin-bottom: 0;
    font-size: clamp(18px, 2vw, 21px);
    color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.hero-visual-real {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2px;
}

/* Neue Demo */
.hero-flow-demo {
    position: relative;
    width: min(100%, 520px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 2px 0 0;
}

.hero-flow-mail {
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.32),
        0 10px 30px rgba(15, 23, 42, 0.14);
    transform: translateY(0);
}

.hero-flow-mail-top {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 14px;

    background: linear-gradient(
        180deg,
        #111827 0%,
        #0b1220 100%
    );

    color: #ffffff;

    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
}



.hero-flow-mail-top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
}

.hero-flow-mail-title {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.hero-flow-mail-fields {
    padding-top: 4px;
}

.hero-flow-field {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 16px;
    border-bottom: 1px solid #edf2f7;
}

.hero-flow-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.hero-flow-value {
    min-width: 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-flow-field-bcc {
    position: relative;
}

.hero-flow-field-bcc::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 6px;
    bottom: 6px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.16);
    opacity: 0;
    transform: scale(0.98);
    animation: heroBccGlow 4.8s ease-in-out infinite;
}

.hero-flow-field-bcc > * {
    position: relative;
    z-index: 1;
}

.hero-flow-bcc-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid rgba(249, 115, 22, 0.24);
    color: #ea580c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.16);
    opacity: 0;
    transform: translateY(6px) scale(0.98);
    animation: heroBccReveal 4.8s ease-in-out infinite;
}

.hero-flow-mail-body {
    margin: 16px;
    padding: 16px 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e6edf5;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.hero-flow-connector {
    position: relative;
    width: 46px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(-6px);
    animation: heroConnectorIn 4.8s ease-in-out infinite;
}

.hero-flow-line {
    width: 3px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.18) 0%, #f97316 100%);
}

.hero-flow-dot {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    border-radius: 50%;
    background: #f97316;
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.45);
    animation: heroDotPulse 4.8s ease-in-out infinite;
}

.hero-flow-arrow {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    border-right: 3px solid #f97316;
    border-bottom: 3px solid #f97316;
    transform: rotate(45deg);
}

.hero-flow-output::before {
    content: "";
    position: absolute;
    inset: auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(249,115,22,0.30) 0%,
        rgba(249,115,22,0.14) 38%,
        rgba(249,115,22,0.05) 56%,
        transparent 74%
    );
    filter: blur(26px);
    z-index: -1;
    pointer-events: none;
}

.hero-flow-output {
    width: 100%;
    padding: 14px 0 0;
    
    background: transparent;
    border: none;
    box-shadow: none;

    transform: translateY(6px);
    opacity: 0;
    animation: heroOutputIn 4.8s ease-in-out infinite;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-flow-output-head {
    margin-bottom: 10px;
}

.hero-flow-output-head strong {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.14);
    border: 1px solid rgba(249, 115, 22, 0.24);
    color: #fdba74;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-flow-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.22);
    color: #fdba74;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-flow-suggestion {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translateY(10px);
}

.hero-flow-suggestion + .hero-flow-suggestion {
    margin-top: 10px;
}

.hero-flow-suggestion-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(249, 115, 22, 0.14);
    color: #fb923c;
    font-size: 14px;
    font-weight: 900;
}

.hero-flow-suggestion-text strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

.hero-flow-suggestion-text span {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.42;
}

.hero-flow-suggestion-1 {
    animation: heroSuggestion1 4.8s ease-in-out infinite;
}

.hero-flow-suggestion-2 {
    animation: heroSuggestion2 4.8s ease-in-out infinite;
}

.hero-flow-suggestion-3 {
    animation: heroSuggestion3 4.8s ease-in-out infinite;
}


@keyframes heroBccGlow {
    0%, 8% {
        opacity: 0;
        transform: scale(0.98);
    }
    12%, 100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroBccReveal {
    0%, 8% {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
    14%, 100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroConnectorIn {
    0%, 16% {
        opacity: 0;
        transform: translateY(-8px);
    }
    24%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroOutputIn {
    0%, 20% {
        opacity: 0;
        transform: translateY(14px);
    }
    28%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSuggestion1 {
    0%, 30% {
        opacity: 0;
        transform: translateY(10px);
    }
    38%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSuggestion2 {
    0%, 36% {
        opacity: 0;
        transform: translateY(10px);
    }
    44%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSuggestion3 {
    0%, 42% {
        opacity: 0;
        transform: translateY(10px);
    }
    50%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroDotPulse {
    0%, 24%, 100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    }
    30% {
        box-shadow: 0 0 0 10px rgba(249, 115, 22, 0.16);
    }
}

@media (max-width: 1100px) {
    .hero-grid-real {
        grid-template-columns: 1fr;
    }

    .hero-visual-real {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        padding: 110px 0 80px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .hero-section {
        padding: 74px 0 72px;
    }

    .hero-grid-real {
        gap: 30px;
    }
}

@media (max-width: 860px) {
    .hero-section .eyebrow {
        display: none;
    }

    .hero-section {
        padding: 20px 0 60px;
    }

    .hero-copy {
        margin-top: 10px;
    }

    .hero-grid-real {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .hero-visual-real {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero-section {
        padding: 20px 0 60px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }
}

.hero-flow-output-text {
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(24px, 2.7vw, 32px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
    max-width: 420px;
    text-wrap: balance;
}

.hero-flow-output-text strong {
    color: #f97316;
    font-weight: 800;
}

.hero-ready-mail {
    width: 100%;
    border-radius: 22px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.26),
        0 0 46px rgba(249, 115, 22, 0.18);
    text-align: left;
}

.hero-ready-mail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.hero-ready-mail-top strong {
    padding: 4px 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-ready-mail-subject {
    margin-bottom: 10px;
    padding: 9px 10px;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.hero-ready-mail-body {
    padding: 12px 10px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid rgba(249, 115, 22, 0.16);
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

.hero-ready-mail-action {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f97316;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}