/* Modal Stilleri */
#proposalModal .modal-dialog {
    max-width: 550px !important;
    width: 90% !important;
    margin: 20px auto !important;
}

/* Buton Hover Efektleri */
#proposalModal .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 6, 19, 0.25) !important;
}

#proposalModal a[href*="whatsapp"]:hover {
    background: rgba(37, 211, 102, 0.2) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.15) !important;
}

/* ÖDEMEYE DEVAM ET BUTONU - HAREKET YOK */
#purchaseModal .btn-danger {
    transition: none !important;
}

#purchaseModal .btn-danger:hover,
#purchaseModal .btn-danger:focus,
#purchaseModal .btn-danger:active {
    transform: none !important;
    box-shadow: none !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

/* Proje Konuşalım Modal Stilleri */
#projeKonusalimModal .modal-dialog {
    max-width: 750px;
    width: 90%;
    margin: 20px auto;
}

#projeKonusalimModal .modal-content {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    border: 2px solid var(--vlk-red);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

#projeKonusalimModal .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.3s ease;
    font-family: var(--primary-font);
    font-size: 0.9rem;
}

#projeKonusalimModal .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--vlk-red);
    box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15);
    outline: none;
}

#projeKonusalimModal .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#projeKonusalimModal .btn-danger,
#projeKonusalimModal .btn-success {
    transition: all 0.3s ease;
}

#projeKonusalimModal .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 6, 19, 0.3);
}

#projeKonusalimModal .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* BUTON HOVER DÜZELTMESİ - BEYAZ YAZI KALDI */
#projeKonusalimModal .btn-outline-light {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

#projeKonusalimModal .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px);
    color: white !important;
    border-color: rgba(255, 255, 255, 0.4);
}

/* Policy Modal Stilleri */
#policyModal .modal-dialog {
    max-width: 800px !important;
    width: 90% !important;
    margin: 1.75rem auto !important;
}

#policyModal .modal-content {
    max-height: 85vh !important;
}

/* Modal Scrollbar Stili */
.policy-content::-webkit-scrollbar {
    width: 6px;
}

.policy-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.policy-content::-webkit-scrollbar-thumb {
    background: rgba(227, 6, 19, 0.5);
    border-radius: 8px;
}

.policy-content::-webkit-scrollbar-thumb:hover {
    background: rgba(227, 6, 19, 0.7);
}

/* Policy metin stilleri */
.policy-section {
    margin-bottom: 20px;
}

.policy-section h3 {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(227, 6, 19, 0.3);
}

.policy-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 8px;
    font-family: var(--primary-font);
    font-size: 0.95rem;
}

.policy-section ul {
    padding-left: 18px;
    margin-bottom: 12px;
}

.policy-section li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 0.95rem;
}

.policy-contact {
    background: rgba(227, 6, 19, 0.08);
    border: 1px solid rgba(227, 6, 19, 0.2);
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.policy-contact h4 {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 1rem;
    margin-bottom: 10px;
}

.policy-contact p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
    font-size: 0.9rem;
}

/* Smart Contact Modal Placeholder */
#smartContactModal input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

#smartContactModal input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

#smartContactModal input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

#smartContactModal input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

#smartContactModal input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}