.cd-banner-9ec9d9d5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 50px;
    background-color: #111827;
}

.cd-banner-9ec9d9d5:hover, .cd-banner-9ec9d9d5:active {
    opacity: 0.95;
    transform: scale(1.01);
}

.cd-container-9ec9d9d5 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.cd-promo-9ec9d9d5 {
    font-weight: 400; /* normal weight */
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    word-break: break-word;
    background: linear-gradient(120deg, #86efac, #fed7aa, #d8b4fe, #86efac);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine_9ec9d9d5 4s linear infinite;
    filter: drop-shadow(0 0 6px rgba(134, 239, 172, 0.4)) drop-shadow(0 0 12px rgba(216, 180, 254, 0.25));
}

@keyframes textShine_9ec9d9d5 {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 768px) {
    .cd-banner-9ec9d9d5 {
        padding: 10px 16px;
    }
    .cd-promo-9ec9d9d5 {
        font-size: 22px;
    }
}
