.adv-14fd1775-container {
    background-color: #0A0E2E;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.adv-14fd1775-glow-orange {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,107,0,0.3) 0%, rgba(10,14,46,0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.adv-14fd1775-glow-gold {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,193,7,0.2) 0%, rgba(10,14,46,0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.adv-14fd1775-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.adv-14fd1775-header {
    text-align: center;
    margin-bottom: 48px;
}

.adv-14fd1775-label {
    color: #FFC107;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.adv-14fd1775-heading {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 16px 0;
}

.adv-14fd1775-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin: 0;
}

.adv-14fd1775-banner {
    background: rgba(255, 107, 0, 0.15);
    border: 1px solid rgba(255, 107, 0, 0.3);
    border-radius: 20px;
    padding: 48px;
    position: relative;
}

.adv-14fd1775-badge {
    position: absolute;
    top: -14px;
    right: 32px;
    background-color: #FFC107;
    color: #0A0E2E;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    padding: 4px 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.adv-14fd1775-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.adv-14fd1775-banner-left {
    flex: 1;
}

.adv-14fd1775-banner-heading {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 8px 0;
}

.adv-14fd1775-banner-subtext {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.adv-14fd1775-banner-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.adv-14fd1775-button {
    background-color: #FFC107;
    color: #0A0E2E;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
    padding: 14px 32px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.adv-14fd1775-button:hover {
    background-color: #ffca28;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    color: #0A0E2E;
}

@media (max-width: 768px) {
    .adv-14fd1775-banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .adv-14fd1775-banner-right {
        width: 100%;
        justify-content: flex-start;
    }
    
    .adv-14fd1775-banner {
        padding: 32px 24px;
    }
    
    .adv-14fd1775-heading {
        font-size: 28px;
    }
}
