/* KursPro özel stiller */

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Details/summary animasyonu */
details > summary {
    user-select: none;
}

/* Prose için temel tipi */
.prose p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

/* Mobil menü geçişi */
#mobile-menu {
    transition: all 0.2s ease;
}

/* Form focus ring */
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
