/* ============================================================
   Okul Yönetim ERP - Özel Stiller
   Bu dosya mevcut style.css'den sonra yüklenir.
   Mevcut tema stillerini bozmadan Okul Yönetim ERP sayfalarına
   özel ek stiller tanımlar.
   ============================================================ */

/* ====== Hero Bölümü Özel Stilleri ====== */
.okul-hero {
    position: relative;
    overflow: hidden;
}

.okul-hero .okul-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.08) 0%, rgba(229, 36, 33, 0.05) 50%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.okul-hero .container {
    position: relative;
    z-index: 1;
}

.okul-hero .okul-hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.okul-hero .okul-hero-title span {
    color: #e52421;
}

.okul-hero .okul-hero-subtitle {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* ====== Görsel Placeholder Stilleri ====== */
.okul-img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 250px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    background-color: #f9f9f9;
    color: #999;
    text-align: center;
    padding: 2rem;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    max-width: 100%;
}

.okul-img-placeholder:hover {
    border-color: #e52421;
    background-color: #fef5f5;
}

.okul-img-placeholder i {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    color: #bbb;
    transition: color 0.3s ease;
}

.okul-img-placeholder:hover i {
    color: #e52421;
}

.okul-img-placeholder span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* ====== Video Placeholder Stilleri ====== */
.okul-video-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 350px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    background-color: #f4f4f4;
    color: #999;
    text-align: center;
    padding: 2rem;
    position: relative;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    max-width: 100%;
}

.okul-video-placeholder:hover {
    border-color: #e52421;
    background-color: #fef5f5;
}

.okul-video-placeholder i {
    font-size: 4rem;
    margin-bottom: 0.75rem;
    color: #bbb;
    transition: color 0.3s ease, transform 0.3s ease;
}

.okul-video-placeholder:hover i {
    color: #e52421;
    transform: scale(1.1);
}

.okul-video-placeholder span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* ====== Modal Özel Stilleri ====== */
.okul-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.okul-modal .modal-header {
    border-bottom: none;
    padding: 1.5rem 2rem 0.5rem;
    background: transparent;
}

.okul-modal .modal-header .modal-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #000;
}

.okul-modal .modal-header .btn-close {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.okul-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.okul-modal .modal-body {
    padding: 1rem 2rem 1.5rem;
    color: #555;
    line-height: 1.7;
}

.okul-modal .modal-body p {
    margin-bottom: 1rem;
}

.okul-modal .modal-footer {
    border-top: none;
    padding: 0.5rem 2rem 1.5rem;
    justify-content: flex-start;
}

/* ====== CTA Buton Stilleri ====== */
.okul-cta-btn {
    display: inline-block;
    background-color: #e52421;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.okul-cta-btn:hover,
.okul-cta-btn:focus {
    background-color: #c41e1b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 36, 33, 0.35);
}

.okul-cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(229, 36, 33, 0.25);
}

.okul-cta-btn.okul-cta-outline {
    background-color: transparent;
    color: #e52421;
    border: 2px solid #e52421;
}

.okul-cta-btn.okul-cta-outline:hover,
.okul-cta-btn.okul-cta-outline:focus {
    background-color: #e52421;
    color: #fff;
}

/* ====== Modül Kartları Özel Stilleri ====== */
.okul-module-card .features-card.style-5 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.okul-module-card .features-card.style-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Özellik kartları modal tetikleyici stili */
.okul-feature-trigger {
    cursor: pointer;
}

.okul-feature-trigger .features-card.style-5 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.okul-feature-trigger .features-card.style-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ====== Rol Kartları Özel Stilleri ====== */
.okul-role-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.okul-role-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    border-color: #e52421;
}

.okul-role-card .okul-role-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.1) 0%, rgba(229, 36, 33, 0.1) 100%);
    margin-bottom: 1.25rem;
    transition: background 0.3s ease;
}

.okul-role-card:hover .okul-role-icon {
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.18) 0%, rgba(229, 36, 33, 0.18) 100%);
}

.okul-role-card .okul-role-icon i {
    font-size: 1.75rem;
    color: #e52421;
}

.okul-role-card .okul-role-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
}

.okul-role-card .okul-role-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ====== Fiyatlandırma Vurgu ====== */
.okul-pricing-highlight {
    border: 2px solid #e52421 !important;
    position: relative;
}

.okul-pricing-highlight::before {
    content: "Popüler";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e52421;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ====== Bilgi Notu ====== */
.okul-info-note {
    background-color: #fff8f8;
    border-left: 4px solid #e52421;
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #555;
}

.okul-info-note i {
    color: #e52421;
    margin-right: 0.5rem;
}

/* ====== WOW.js Animasyon Uyumlu Geçiş Efektleri ====== */
.okul-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.okul-fade-in.animated {
    opacity: 1;
    transform: translateY(0);
}

.okul-slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.okul-slide-up.animated {
    opacity: 1;
    transform: translateY(0);
}

.okul-scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.okul-scale-in.animated {
    opacity: 1;
    transform: scale(1);
}

/* ====== Responsive Media Queries ====== */

/* Mobil - 576px altı */
@media (max-width: 575.98px) {
    .okul-hero .okul-hero-title {
        font-size: 1.75rem;
    }

    .okul-hero .okul-hero-subtitle {
        font-size: 1rem;
    }

    .okul-img-placeholder {
        min-height: 180px;
        padding: 1.25rem;
    }

    .okul-img-placeholder i {
        font-size: 2rem;
    }

    .okul-video-placeholder {
        min-height: 220px;
        padding: 1.25rem;
    }

    .okul-video-placeholder i {
        font-size: 3rem;
    }

    .okul-cta-btn {
        padding: 10px 24px;
        font-size: 0.9rem;
        width: 100%;
    }

    .okul-modal .modal-header {
        padding: 1.25rem 1.25rem 0.5rem;
    }

    .okul-modal .modal-body {
        padding: 0.75rem 1.25rem 1rem;
    }

    .okul-modal .modal-footer {
        padding: 0.5rem 1.25rem 1.25rem;
    }

    .okul-modal .modal-header .modal-title {
        font-size: 1.125rem;
    }

    .okul-pricing-highlight::before {
        font-size: 0.65rem;
        padding: 3px 12px;
    }

    .okul-info-note {
        font-size: 0.85rem;
        padding: 0.75rem 1rem;
    }

    .okul-role-card {
        padding: 1.5rem 1.25rem;
        margin-bottom: 1rem;
    }

    .okul-role-card .okul-role-icon {
        width: 60px;
        height: 60px;
    }

    .okul-role-card .okul-role-icon i {
        font-size: 1.5rem;
    }

    .okul-role-card .okul-role-title {
        font-size: 1rem;
    }

    .okul-role-card .okul-role-desc {
        font-size: 0.85rem;
    }
}

/* Tablet - 576px ile 767px arası */
@media (min-width: 576px) and (max-width: 767.98px) {
    .okul-hero .okul-hero-title {
        font-size: 2rem;
    }

    .okul-hero .okul-hero-subtitle {
        font-size: 1.05rem;
    }

    .okul-img-placeholder {
        min-height: 200px;
    }

    .okul-video-placeholder {
        min-height: 280px;
    }

    .okul-cta-btn {
        padding: 11px 28px;
    }

    .okul-role-card {
        margin-bottom: 1rem;
    }
}

/* Tablet büyük - 768px ile 991px arası */
@media (min-width: 768px) and (max-width: 991.98px) {
    .okul-hero .okul-hero-title {
        font-size: 2.25rem;
    }

    .okul-img-placeholder {
        min-height: 220px;
    }

    .okul-video-placeholder {
        min-height: 300px;
    }

    .okul-modal .modal-dialog {
        max-width: 680px;
    }

    .okul-role-card {
        margin-bottom: 1rem;
    }
}

/* Masaüstü - 992px ve üstü */
@media (min-width: 992px) {
    .okul-hero .okul-hero-title {
        font-size: 2.75rem;
    }

    .okul-img-placeholder {
        min-height: 250px;
    }

    .okul-video-placeholder {
        min-height: 350px;
    }

    .okul-modal .modal-dialog {
        max-width: 800px;
    }
}
