/* استایل‌های پایه برای فرم و پاپ آپ افزونه کسب نو */
.kasbeno-popup-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 999999; justify-content: center; align-items: center; }
.kasbeno-popup-overlay.active { display: flex; }
.kasbeno-form-container { font-family: tahoma, sans-serif; direction: rtl; background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); max-width: 400px; width: 100%; margin: 0 auto; position: relative; }
.kasbeno-close-btn { position: absolute; top: 15px; left: 15px; cursor: pointer; font-size: 26px; line-height: 1; font-weight: bold; color: #999; transition: all 0.3s ease; }
.kasbeno-close-btn:hover { color: #d32f2f; transform: scale(1.1); }
.kasbeno-form-container input[type="text"], .kasbeno-form-container input[type="tel"] { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; margin-bottom: 20px; font-size: 15px; outline: none; transition: 0.3s; }
.kasbeno-form-container input:focus { border-color: #333; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.kasbeno-form-container input[type="tel"] { text-align: left; direction: ltr; font-family: sans-serif; }
.kasbeno-form-container button { width: 100%; background: #1a1a1a; color: #fff; padding: 16px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; font-weight: bold; transition: background 0.3s; }
.kasbeno-form-container button:hover { background: #333; }
.kasbeno-form-container button:disabled { background: #aaa; cursor: not-allowed; }
.kasbeno_response { margin-top: 15px; font-size: 14px; text-align: center; font-weight: bold; }