/* Eğitmen Ol sayfası — kurumsal düzen */
.kt-bi-page {
    background: #f8f9fc;
}

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

/* —— Ortak bölüm başlığı —— */
.kt-bi-section-head {
    margin-bottom: 40px;
}

.kt-bi-section-head__badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    margin-bottom: 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4d5ef0;
    background: #eef0ff;
    border: 1px solid rgba(91, 107, 255, 0.18);
}

.kt-bi-section-head__title {
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 900;
    color: #171d27;
    margin: 0;
    letter-spacing: -0.02em;
}

/* —— Avantaj kartları —— */
.kt-bi-benefits {
    padding: 56px 0 64px;
    background: #fff;
}

.kt-bi-benefits .fe-section {
    height: 100%;
}

.kt-bi-benefits .fe-section__inner {
    height: 100%;
}

.kt-bi-benefits .kt-bi-benefit-card {
    margin-bottom: 0;
}

.kt-bi-benefit-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8ecf4;
    box-shadow: 0 8px 28px rgba(23, 29, 39, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kt-bi-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(91, 107, 255, 0.25);
    box-shadow: 0 16px 40px rgba(91, 107, 255, 0.12);
}

.kt-bi-benefit-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 22px;
    color: #5b6bff;
    background: linear-gradient(135deg, #eef0ff 0%, #f6f4ff 100%);
    border: 1px solid rgba(91, 107, 255, 0.15);
}

.kt-bi-benefit-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #171d27;
    margin: 0 0 10px;
    line-height: 1.3;
}

.kt-bi-benefit-card__text {
    font-size: 15px;
    line-height: 1.65;
    color: #5a6270;
    margin: 0;
}

/* —— Süreç adımları —— */
.kt-bi-process {
    padding: 56px 0 72px;
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.kt-bi-steps {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kt-bi-steps .fe-section {
    margin: 0;
}

.kt-bi-steps .fe-section__inner {
    border-bottom: 1px solid #eef0f5;
}

.kt-bi-steps .fe-section:last-child .fe-section__inner {
    border-bottom: 0;
}

.kt-bi-steps__item {
    display: flex;
    gap: 18px;
    padding: 22px 0;
}

.kt-bi-steps .fe-section:first-child .kt-bi-steps__item {
    padding-top: 0;
}

.kt-bi-steps .fe-section:last-child .kt-bi-steps__item {
    padding-bottom: 0;
}

.kt-bi-steps__num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--system_primery_color, #5b6bff) 0%, #4d5ef0 100%);
    box-shadow: 0 8px 20px rgba(91, 107, 255, 0.3);
}

.kt-bi-steps__title {
    font-size: 17px;
    font-weight: 800;
    color: #171d27;
    margin: 0 0 6px;
}

.kt-bi-steps__text {
    font-size: 14px;
    line-height: 1.65;
    color: #5a6270;
    margin: 0;
}

.kt-bi-process-media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #e8ecff;
    min-height: 320px;
    box-shadow: 0 24px 56px rgba(23, 29, 39, 0.1);
}

.kt-bi-process-media__img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.kt-bi-process-media__frame {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    pointer-events: none;
}

.kt-bi-process-media__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--system_primery_color, #5b6bff) 0%, #764ba2 100%);
    box-shadow: 0 12px 32px rgba(91, 107, 255, 0.45);
    transition: transform 0.25s ease;
}

.kt-bi-process-media__play:hover {
    transform: translate(-50%, -50%) scale(1.06);
    color: #fff;
}

/* Video popup (Magnific) */
.mfp-bi-video.mfp-wrap .mfp-iframe-holder .mfp-content {
    max-width: min(960px, 92vw);
}

.mfp-bi-video.mfp-wrap .mfp-iframe-holder iframe {
    background: #000;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* —— Hero + kayıt —— */
.kt-bi-hero {
    position: relative;
    padding: 64px 0 72px;
    background: linear-gradient(135deg, #1a2340 0%, #2d3a6b 48%, #415094 100%);
    background-image: var(--kt-bi-hero-bg), linear-gradient(135deg, #1a2340 0%, #2d3a6b 48%, #415094 100%);
    background-size: cover;
    background-position: center;
}

.kt-bi-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 22, 48, 0.92) 0%, rgba(26, 38, 82, 0.78) 55%, rgba(65, 80, 148, 0.55) 100%);
}

.kt-bi-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 8px 0;
}

.kt-bi-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(6px);
}

.kt-bi-hero__title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    color: #fff;
}

.kt-bi-hero__text {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 28px;
    max-width: 42ch;
}

.kt-bi-register-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kt-bi-register-card__head {
    padding: 24px 28px 0;
}

.kt-bi-register-card__title {
    font-size: 20px;
    font-weight: 900;
    color: #171d27;
    margin: 0 0 4px;
}

.kt-bi-register-card__subtitle {
    font-size: 14px;
    color: #5a6270;
    margin: 0;
}

.kt-bi-register-card__body {
    padding: 20px 28px 28px;
}

/* —— Kayıt formu —— */
.kt-bi-register-form__field {
    margin-bottom: 16px;
}

.kt-bi-register-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.kt-bi-register-form__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kt-bi-register-form__input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #dde2ee;
    font-size: 14px;
    color: #171d27;
    background: #f9fafb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kt-bi-register-form__input:focus {
    outline: none;
    border-color: var(--system_primery_color, #5b6bff);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(91, 107, 255, 0.15);
}

.kt-bi-register-form__error {
    display: block;
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
}

.kt-bi-register-form__terms {
    font-size: 13px;
    line-height: 1.5;
    color: #5a6270;
    margin-bottom: 18px !important;
    align-items: flex-start !important;
}

.kt-bi-register-form__terms a {
    color: var(--system_primery_color, #5b6bff);
    font-weight: 600;
}

.kt-bi-register-form__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(118deg, var(--system_primery_color, #5b6bff) 0%, #4d5ef0 55%, #764ba2 100%);
    box-shadow: 0 12px 28px rgba(91, 107, 255, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kt-bi-register-form__submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(91, 107, 255, 0.42);
}

.kt-bi-register-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.kt-bi-register-form__notice {
    font-size: 13px;
}

/* —— Butonlar —— */
.kt-bi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kt-bi-btn--primary {
    color: #fff !important;
    background: linear-gradient(118deg, var(--system_primery_color, #5b6bff) 0%, #4d5ef0 100%);
    box-shadow: 0 10px 24px rgba(91, 107, 255, 0.35);
}

.kt-bi-btn--primary:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(91, 107, 255, 0.42);
}

.kt-bi-btn--light {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
}

.kt-bi-btn--light:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff !important;
    transform: translateY(-2px);
}

/* —— Alt CTA şeridi —— */
.kt-bi-cta-strip {
    padding: 48px 0 72px;
    background: #fff;
}

.kt-bi-cta-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 36px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0f2ff 0%, #f8f9ff 100%);
    border: 1px solid rgba(91, 107, 255, 0.15);
    box-shadow: 0 12px 32px rgba(91, 107, 255, 0.08);
}

.kt-bi-cta-strip__title {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 900;
    color: #171d27;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.kt-bi-cta-strip__desc {
    font-size: 15px;
    line-height: 1.65;
    color: #5a6270;
    margin: 0;
    max-width: 52ch;
}

@media (max-width: 991.98px) {
    .kt-bi-benefits,
    .kt-bi-process {
        padding: 40px 0 48px;
    }

    .kt-bi-hero {
        padding: 48px 0 56px;
    }

    .kt-bi-register-form__row {
        grid-template-columns: 1fr;
    }

    .kt-bi-cta-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 22px;
    }

    .kt-bi-cta-strip .kt-bi-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .kt-bi-register-card__head,
    .kt-bi-register-card__body {
        padding-left: 20px;
        padding-right: 20px;
    }
}
