/* Breadcrumb & İçerik Stilleri */
.prose h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.prose h2:first-child { margin-top: 0; }
.prose p {
    color: #555;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.prose ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prose ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.6;
}
.prose ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    background: #028ec3;
    border-radius: 50%;
}

/* Hero slider */
.hero-slider { position: relative; overflow: hidden; }
.hero-slide { display: none; }
.hero-slide.active { display: block; }
