#elementor-popup-modal-959{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-959 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-959 .dialog-close-button{display:flex;}#elementor-popup-modal-959 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-a5c08fb *//* Geoteknik Rapor Yazı İçi CTA Kutusu */
.setaf-report-cta-box {
    background: linear-gradient(145deg, #f4f7f5 0%, #eef3f0 100%);
    border: 1px solid #e2e8e5;
    border-left: 5px solid #82A68E; /* Marka Kimliği: SETAF Yeşili Güven Çizgisi */
    border-radius: 16px;
    padding: 35px;
    margin: 40px 0;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 10px 30px rgba(130, 166, 142, 0.04);
}

.report-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Sol İçerik Metinleri */
.report-cta-content {
    flex: 1.4;
}

.report-cta-badge {
    background: rgba(130, 166, 142, 0.15);
    color: #82A68E;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 15px;
}

.report-cta-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111111;
    margin: 0 0 12px 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.report-cta-content p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #4a5751 !important;
    margin: 0 !important;
}

.report-cta-content p strong {
    color: #111111;
}

/* Sağ Buton Grubu */
.report-cta-actions {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 280px;
}

/* Birincil Buton (Ücretsiz Dene) */
.btn-report-primary {
    background-color: #82A68E; /* SETAF Yeşili */
    color: #0f1311 !important;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(130, 166, 142, 0.2);
}

.btn-report-primary:hover {
    background-color: #111111;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* İkincil Buton (Abonelik / Satın Alma) */
.btn-report-secondary {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111 !important;
    padding: 13px 25px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-report-secondary:hover {
    background-color: rgba(17, 17, 17, 0.05);
    transform: translateY(-1px);
}

/* 📱 MOBİL UYUMLULUK */
@media (max-width: 991px) {
    .report-cta-container {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    
    .report-cta-actions {
        width: 100%;
    }
    
    .setaf-report-cta-box {
        padding: 30px 20px;
        border-left: none;
        border-top: 5px solid #82A68E;
    }
    
    .report-cta-content h3 {
        font-size: 1.3rem;
    }
}/* End custom CSS */