        :root {
            --primary-color: #41b19e;
            --primary-hover: #369786;
            --light-bg: #f8f9fa;
        }
        
        .randevu_primary-bg {
            background-color: var(--primary-color) !important;
        }
        
        .randevu_primary-text {
            color: var(--primary-color) !important;
        }
        
        .randevu_primary-border {
            border-color: var(--primary-color) !important;
        }
        
        .randevu_btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }
        
        .randevu_btn-primary:hover {
            background-color: var(--primary-hover);
            border-color: var(--primary-hover);
            color: white;
        }
        
        .randevu_step {
            display: none;
        }
        
        .randevu_step.active {
            display: block;
        }
        
        .randevu_day {
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .randevu_day:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .randevu_day.selected {
            background-color: var(--primary-color);
            color: white;
        }
        
        .randevu_time-slot {
            cursor: pointer;
            margin: 5px;
            padding: 8px 12px;
            border-radius: 5px;
            border: 1px solid #dee2e6;
            transition: all 0.2s ease;
        }
        
        .randevu_time-slot:hover {
            background-color: #f8f9fa;
        }
        
        .randevu_time-slot.selected {
            background-color: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
        }
        
        .randevu_language-card {
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid #dee2e6;
            height: 100%;
        }
        
        .randevu_language-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .randevu_language-card.selected {
            border-color: var(--primary-color);
            background-color: rgba(65, 177, 158, 0.05);
        }
        
        .randevu_security-container {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 10px;
            padding: 20px;
            border: 1px solid #dee2e6;
        }
        
        .randevu_security-box {
            background-color: white;
            border-radius: 8px;
            padding: 15px;
            font-weight: bold;
            font-size: 1.5rem;
            text-align: center;
            border: 2px dashed #41b19e;
            margin-bottom: 15px;
        }
        
        .randevu_progress {
            height: 10px;
        }
        
        .randevu_summary-card {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 10px;
            padding: 20px;
            border-left: 5px solid var(--primary-color);
        }
        
        .randevu_summary-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding: 8px 0;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }
        
        .randevu_summary-icon {
            background-color: var(--primary-color);
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            flex-shrink: 0;
        }
        
        /* İlerleme Çubuğu Geliştirmeleri */
        .randevu_progress-container {
            position: relative;
            margin-bottom: 3rem;
        }
        
        .randevu_progress-steps {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }
        
        .randevu_progress-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 20%;
        }
        
        .randevu_progress-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e9ecef;
            color: #6c757d;
            margin-bottom: 0.5rem;
            border: 3px solid #e9ecef;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }
        
        .randevu_progress-step.active .randevu_progress-icon {
            background-color: white;
            border-color: var(--primary-color);
            color: var(--primary-color);
        }
        
        .randevu_progress-step.completed .randevu_progress-icon {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }
        
        .randevu_progress-label {
            font-size: 0.85rem;
            text-align: center;
            color: #6c757d;
            transition: all 0.3s ease;
        }
        
        .randevu_progress-step.active .randevu_progress-label {
            color: var(--primary-color);
            font-weight: 600;
        }
        
        .randevu_progress-step.completed .randevu_progress-label {
            color: var(--primary-color);
        }
        
        .randevu_progress-bar-bg {
            position: absolute;
            top: 25px;
            left: 0;
            height: 6px;
            width: 100%;
            background-color: #e9ecef;
            z-index: 1;
        }
        
        .randevu_progress-bar-fill {
            position: absolute;
            top: 25px;
            left: 0;
            height: 6px;
            width: 0%;
            background-color: var(--primary-color);
            z-index: 1;
            transition: width 0.5s ease;
        }
        
        /* Entegrasyon için ek güvenlik */
        .randevu-container {
            all: initial;
            display: block !important;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
        }
        
        .randevu-container * {
            box-sizing: border-box;
        }
        
        /* Modal'lar için özel stiller */
        .randevu-modal .modal-header {
            background-color: var(--primary-color);
            color: white;
        }
        
        .randevu-modal .btn-close {
            filter: invert(1);
        }