/* Dr. Coşkun Kaya — özel stiller */
.hero-gradient {
    background: linear-gradient(135deg, #042f2e 0%, #0f766e 40%, #134e4a 70%, #0f172a 100%);
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.text-gradient {
    background: linear-gradient(135deg, #14b8a6, #2dd4bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pattern-dots {
    background-image: radial-gradient(rgba(20, 184, 166, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
}

.animate-delay-100 { animation-delay: 0.1s; }
.animate-delay-200 { animation-delay: 0.2s; }
.animate-delay-300 { animation-delay: 0.3s; }

input:focus, textarea:focus, select:focus {
    outline: none;
}

.file-drop-active {
    border-color: #0d9488 !important;
    background-color: #f0fdfa !important;
}

/* Başvuru sihirbazı */
.wizard-progress-dot {
    border-color: #e2e8f0;
    background: #fff;
    color: #94a3b8;
}

.wizard-progress-item.is-active .wizard-progress-dot {
    border-color: #0d9488;
    background: #0d9488;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.2);
}

.wizard-progress-item.is-done .wizard-progress-dot {
    border-color: #14b8a6;
    background: #ccfbf1;
    color: #0f766e;
}

.wizard-progress-item.is-active span,
.wizard-progress-item.is-done span {
    color: #0f766e;
    font-weight: 600;
}

.wizard-progress-line.is-done {
    background: #14b8a6;
}

.wizard-panel {
    animation: wizardFade 0.35s ease-out;
}

@keyframes wizardFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Doktor portre — siyah arka planlı kesit görsel */
.doctor-photo-hero {
    object-fit: contain;
    object-position: bottom center;
    width: 100%;
    height: 100%;
    max-height: 520px;
}

.doctor-photo-card {
    object-fit: cover;
    object-position: top center;
}
