/* Hakkımızda sayfası — admin frontend/about içeriği */
.kt-about-page {
    background: #f8f9fc;
}

.kt-about-page .fe-page-banner {
    margin-bottom: 0;
}

/* Kurumsal bölüm (admin frontend/about — ana kurumsal alan) */
.kt-about-page .kt-about-page__company.kt-home-about-company {
    padding-top: 56px;
    padding-bottom: 56px;
    margin-bottom: 0;
}

/* Platform tanıtımı */
.kt-about-platform {
    padding: 56px 0;
    background: #fff;
    border-top: 1px solid #eef0f5;
}

/* story_title = büyük başlık, story_description = küçük gövde metni */
.kt-about-platform__title {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 800;
    line-height: 1.3;
    color: var(--system_primery_color, #5b6bff);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
}

.kt-about-platform__body {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.75;
    color: #64748b;
    margin: 0;
    max-width: 540px;
}

.kt-about-platform__gallery {
    position: relative;
    min-height: 280px;
}

.kt-about-platform__img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(23, 29, 39, 0.1);
}

.kt-about-platform__img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.kt-about-platform__img--main {
    position: relative;
    z-index: 2;
    max-width: 88%;
}

.kt-about-platform__img--side {
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 52%;
    z-index: 1;
    border: 4px solid #fff;
}

/* Video bölümü */
.kt-about-video {
    padding: 56px 0;
}

.kt-about-video__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eef0f5;
    box-shadow: 0 16px 48px rgba(23, 29, 39, 0.06);
}

.kt-about-video__body {
    padding: 40px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kt-about-video__title {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 14px;
}

.kt-about-video__text {
    color: #64748b;
    line-height: 1.75;
    margin: 0;
}

.kt-about-video__frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #0f172a;
}

.kt-about-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Eğitmenler bandı */
.kt-about-teachers {
    position: relative;
    padding: 72px 0;
    background: #1e293b center/cover no-repeat;
    background-image: var(--kt-about-teachers-bg, none);
}

.kt-about-teachers__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.78) 100%);
}

.kt-about-teachers__inner {
    position: relative;
    z-index: 1;
    max-width: 560px;
    color: #fff;
}

.kt-about-teachers__stat {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    color: #fff;
}

.kt-about-teachers__stat-suffix {
    font-size: 0.65em;
    opacity: 0.85;
}

.kt-about-teachers__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}

.kt-about-teachers__text {
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 24px;
}

.kt-about-teachers__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff;
    color: #1e293b !important;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kt-about-teachers__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    color: #1e293b;
}

/* Canlı ders CTA */
.kt-about-live {
    padding: 56px 0;
}

.kt-about-live__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eef0f5;
    box-shadow: 0 16px 48px rgba(23, 29, 39, 0.06);
}

.kt-about-live__media img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.kt-about-live__body {
    padding: 40px 36px;
}

.kt-about-live__title {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 14px;
}

.kt-about-live__text {
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 24px;
}

.kt-about-live__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--system_primery_color, #5b6bff);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.kt-about-live__cta:hover {
    color: #fff;
    opacity: 0.92;
}

/* Öğrenci yorumları — kart grid */
.kt-about-testimonials {
    padding: 56px 0 64px;
    background: #fff;
}

.kt-about-testimonials__head {
    margin-bottom: 40px;
}

.kt-about-testimonials__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.kt-about-testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: 0 12px 36px rgba(23, 29, 39, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kt-about-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(23, 29, 39, 0.1);
}

.kt-about-testimonial-card__quote {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(91, 107, 255, 0.12) 0%, rgba(91, 107, 255, 0.04) 100%);
    color: var(--system_primery_color, #5b6bff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.kt-about-testimonial-card__body {
    flex: 1;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 20px;
}

.kt-about-testimonial-card__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-top: auto;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #eef0f5;
    position: static;
    background-size: auto;
    background-position: initial;
}

.kt-about-testimonial-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #eef0f5;
}

.kt-about-testimonial-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.kt-about-testimonial-card__role {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 2px;
}

.kt-about-testimonials__empty {
    margin: 0;
    padding: 24px;
}

.kt-about-brands {
    padding: 48px 0 64px;
}

.kt-about-brands .section__title h3 {
    font-weight: 800;
    color: #1e293b;
}

.fe-edit-mode-active .kt-about-page .fe-section--hidden {
    opacity: 0.45;
    outline: 2px dashed #cbd5e1;
    outline-offset: 4px;
}

@media (max-width: 991px) {
    .kt-about-platform__img--side {
        position: relative;
        width: 100%;
        margin-top: 16px;
        bottom: auto;
        right: auto;
    }

    .kt-about-platform__img--main {
        max-width: 100%;
    }
}
