/* ========================================
   BÜLTEN WIDGET - TAMAMEN YENİ TASARIM
======================================== */
.sidebar-widget.newsletter-widget,
.newsletter-widget {
    background: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
}

.newsletter-widget::before {
    display: none !important;
}

/* Üst Kısım - Gradient Banner */
.newsletter-widget .widget-title {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #f39c12 100%) !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    padding: 30px 25px !important;
    margin: 0 !important;
    border: none !important;
    text-align: center !important;
    letter-spacing: -0.5px !important;
}

.newsletter-widget .widget-title::before {
    display: none !important;
}

.newsletter-widget .widget-title i {
    display: block !important;
    font-size: 2.5rem !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

/* Alt Kısım - Form Alanı */
.newsletter-widget p {
    color: #333 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 25px 25px 15px !important;
    margin: 0 !important;
    background: #fff !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

.newsletter-widget form,
.newsletter-widget .newsletter-form {
    padding: 0 25px 25px !important;
    background: #fff !important;
}

.newsletter-widget input[type="email"],
.newsletter-widget input {
    background: #f8f9fa !important;
    border: 2px solid #e9ecef !important;
    color: #333 !important;
    font-size: 1rem !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
}

.newsletter-widget input:focus {
    border-color: #ff6b6b !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.15) !important;
}

.newsletter-widget input::placeholder,
.newsletter-widget input::-webkit-input-placeholder,
.newsletter-widget input::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

/* Buton - SİYAH YAZI */
.newsletter-widget button,
.newsletter-widget .btn,
.newsletter-widget button *,
.newsletter-widget .btn * {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    border: none !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.newsletter-widget button:hover,
.newsletter-widget .btn:hover,
.newsletter-widget button:active,
.newsletter-widget .btn:active,
.newsletter-widget button:focus,
.newsletter-widget .btn:focus {
    background: linear-gradient(135deg, #ee5a24 0%, #d63031 100%) !important;
    color: #000 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(238, 90, 36, 0.4) !important;
}

.newsletter-widget button i,
.newsletter-widget .btn i {
    color: #000 !important;
    margin-right: 8px !important;
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
}
