.apply-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.apply-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.apply-header {
    color: #fff;
    margin-bottom: 1.5rem;
}

.apply-logo {
    max-height: 64px;
    max-width: 200px;
    object-fit: contain;
}

.apply-main {
    border-radius: 16px;
    overflow: hidden;
}

.apply-progress {
    padding: 1.25rem 1.5rem 0;
}

.apply-progress .progress-bar {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.wizard-step-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
}

.kvkk-box {
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    background: #f9fafb;
    font-size: 0.9rem;
}

.position-card {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.75rem;
}

.position-card:hover,
.position-card.selected {
    border-color: #2563eb;
    background: #eff6ff;
}

.position-card input {
    margin-right: 0.5rem;
}

.wizard-actions {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.thank-you-box {
    text-align: center;
    padding: 1rem 0;
}

.thank-you-box .app-no {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
}

.multiselect-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.35rem 1rem;
}
