/* Start custom CSS for html, class: .elementor-element-c75e919 *//* === EXOVOLT FOOTER NEWSLETTER === */

.exo-footer {
    max-width: 520px;
    margin: 0 auto;
    padding: 28px 26px;
    border-radius: 22px;
    background: #05060a;
    box-shadow: 0 18px 40px rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.06);
    color: #f7f7f7;
}

.exo-newsletter-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Subline – mobil einzeilig */
.exo-subline {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    opacity: 0.8;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 480px) {
    .exo-subline {
        font-size: 0.62rem;
        letter-spacing: 0.07em;
    }
}

.exo-input-shell {
    position: relative;
    margin-bottom: 14px;
}

/* Autofill Safari Fix */
#exoEmailFooter:-webkit-autofill {
    background-color: #05060a !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}

#exoEmailFooter {
    width: 100%;
    padding: 14px 16px;
    border-radius: 999px;
    border: 1.4px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 0.95rem;
    transition: border-color .25s, box-shadow .25s, transform .1s;
}

#exoEmailFooter:focus {
    border-color: #BA2C73;
    box-shadow: 0 0 0 2px rgba(186,44,115,0.35);
    transform: translateY(-1px);
}

/* Legal */
.exo-legal {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.85);
}

.exo-legal a {
    color: #BA2C73;
    font-weight: 600;
}

/* Button */
.exo-btn {
    background: linear-gradient(135deg, #BA2C73, #ff3ca0);
    border: none;
    padding: 12px 22px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.exo-plane-svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

/* Fluganimation */
@keyframes exoPlaneFlyFooter {
    0% { transform: translate(0,0) scale(1); opacity: 1; }
    40% { transform: translate(12px,-6px) scale(1.05); opacity: 1; }
    100% { transform: translate(140px,-40px) scale(0.6); opacity: 0; }
}

.exo-footer.sent .exo-plane-svg {
    animation: exoPlaneFlyFooter 0.8s ease-out forwards;
}

/* Response */
.exo-response {
    margin-top: 10px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
}/* End custom CSS */