.rc-configurator-box { background: #f9f9f9; border: 1px solid #e0e0e0; padding: 20px; border-radius: 8px; max-width: 500px; margin: 20px 0; }
.rc-step { margin-bottom: 12px; }
.rc-step select { width: 100%; padding: 10px; border-radius: 4px; border: 1px solid #ccc; }
#rc-go-btn { width: 100%; background: #0073aa; color: #fff; padding: 12px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
#rc-go-btn:disabled { background: #ccc; cursor: not-allowed; }

.rc-hizmet-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 20px; margin: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.rc-fiyat { color: #25d366; font-weight: bold; font-size: 20px; }
.rc-card-actions { display: flex; gap: 10px; }
.rc-btn { padding: 10px 18px; border-radius: 6px; font-weight: bold; text-decoration: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; color: #fff; }
.rc-btn-wa, .rc-btn-wa-submit { background-color: #25d366; }
.rc-btn-form { background-color: #0073aa; }

.rc-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.rc-modal-content { background: #fff; margin: 10% auto; padding: 25px; border-radius: 10px; width: 90%; max-width: 400px; position: relative; }
.rc-close-btn { position: absolute; right: 15px; top: 10px; font-size: 24px; cursor: pointer; }
.rc-form-group { margin-bottom: 12px; }
.rc-form-group input, .rc-form-group textarea { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }