/* =====================================
   KAYIT — Satış odaklı landing (KOBİ)
===================================== */

@media (prefers-reduced-motion: no-preference) {
    html:has(.kayit-landing) {
        scroll-behavior: smooth;
    }
}

.kayit-landing {
    --kl-bg: #fafafa;
    --kl-bg-elevated: #ffffff;
    --kl-text: #1d1d1f;
    --kl-text-secondary: #6e6e73;
    --kl-border: rgba(0, 0, 0, 0.06);
    --kl-radius: 16px;
    --kl-radius-sm: 12px;
    background: var(--kl-bg);
    scroll-padding-top: calc(var(--header-height, 76px) + 16px);
    color-scheme: light dark;
}

@media (prefers-color-scheme: dark) {
    .kayit-landing {
        --kl-bg: #0c0c0e;
        --kl-bg-elevated: #161618;
        --kl-text: #f2f2f7;
        --kl-text-secondary: rgba(235, 235, 245, 0.66);
        --kl-border: rgba(255, 255, 255, 0.1);
    }
}

.kayit-landing .container-fluid-inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* —— Üst CTA (eski alt blok) —— */
.kl-top-cta {
    padding: 1.15rem 0 1.1rem;
    background: var(--kl-bg-elevated);
    border-bottom: 1px solid var(--kl-border);
}

.kl-top-cta__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.kl-top-cta__title {
    font-size: clamp(1.05rem, 2.5vw, 1.28rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0;
    max-width: 24rem;
    line-height: 1.35;
}

/* —— Hero —— */
.kl-hero {
    padding: clamp(2rem, 6vw, 4.5rem) 0 clamp(2.5rem, 7vw, 5rem);
    text-align: center;
}

.kl-hero--split {
    padding-top: clamp(1.75rem, 4vw, 3rem);
}

.kl-hero__inner {
    width: 100%;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-hero__inner--split {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    .kl-hero--split .kl-hero__col--text {
        text-align: left;
    }

    .kl-hero--split .kl-hero__title--ig {
        align-items: flex-start;
    }

    .kl-hero--split .kl-hero__sub--lead,
    .kl-hero--split .kl-hero__deck {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        max-width: 34rem;
    }

    .kl-hero--split .kl-hero__actions {
        justify-content: flex-start;
    }

    .kl-hero--split .kl-hero__trust {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .kl-hero--split .kl-hero__col--text {
        text-align: center;
    }

    .kl-hero--split .kl-hero__title--ig {
        align-items: center;
    }

    .kl-hero--split .kl-hero__sub--lead,
    .kl-hero--split .kl-hero__deck {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .kl-hero--split .kl-hero__actions {
        justify-content: center;
    }

    .kl-hero--split .kl-hero__trust {
        justify-content: center;
    }
}

.kl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.kl-hero__figure {
    text-align: center;
}

@media (min-width: 992px) {
    .kl-hero__figure {
        text-align: right;
    }
}

.kl-hero__img {
    max-height: min(88vh, 720px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
    .kl-hero__img {
        margin-left: auto;
        margin-right: 0;
    }
}

.kl-hero__figure--placeholder {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.04);
    border: 1px dashed var(--kl-border);
}

.kl-hero__placeholder-text {
    font-size: 0.8125rem;
    color: var(--kl-text-secondary);
    padding: 1rem;
    text-align: center;
}

.kl-hero__eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--primary);
    margin: 0 0 1rem;
    line-height: 1.4;
}

.kl-hero__title {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--kl-text);
    margin: 0 0 1rem;
}

.kl-hero__title-em {
    color: var(--primary);
    display: inline;
}

/* Hero başlık: ilk satır koyu, müşteri satırı turuncu, KAYIP vurgusu */
.kl-hero__title--ig {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 1.1rem;
}

.kl-hero__title-line {
    display: block;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.kl-hero__title-line--dark {
    color: var(--kl-text);
    font-size: clamp(1.35rem, 4.2vw, 2rem);
}

.kl-hero__title-line--orange-md {
    color: var(--primary);
    font-size: clamp(1.15rem, 3.5vw, 1.6rem);
}

.kl-hero__title-kayip {
    display: block;
    font-size: clamp(2.1rem, 7.5vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--primary);
    line-height: 1.02;
    margin-top: 0.1rem;
}

.kl-hero__sub--lead {
    color: var(--kl-text-secondary);
    font-weight: 400;
    max-width: 26rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.85rem;
    text-align: center;
    align-self: stretch;
    box-sizing: border-box;
}

.kl-hero__deck {
    font-size: clamp(1.02rem, 2.4vw, 1.2rem);
    line-height: 1.45;
    color: var(--kl-text);
    margin: 0 0 1.75rem;
    font-weight: 600;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-hero__deck-accent {
    color: var(--primary);
}

.kl-hero__deck-rest {
    font-weight: 600;
    color: var(--kl-text);
}

.kl-cta-primary--ig-ad {
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 0.875rem;
    max-width: 100%;
}

@media (min-width: 400px) {
    .kl-cta-primary--ig-ad {
        min-width: 260px;
    }
}

.kl-hero__sub {
    font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
    line-height: 1.45;
    color: var(--kl-text-secondary);
    margin: 0 0 2rem;
    font-weight: 400;
}

.kl-hero__actions {
    margin-bottom: 1.25rem;
}

.kl-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 32px;
    font-size: 1.0625rem;
    font-weight: 600;
    border-radius: 980px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
}

@media (min-width: 400px) {
    .kl-cta-primary {
        width: auto;
    }
}

.kl-cta-primary--submit {
    max-width: none;
    width: 100%;
}

/* Form gönder: uzun, okunaklı cümle (büyük harf / dar harf aralığı yok) */
.kl-cta-submit-panel {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    font-size: clamp(0.875rem, 2.8vw, 0.9375rem);
    line-height: 1.35;
    padding: 14px 16px;
    min-height: 52px;
    border-radius: 10px;
    white-space: normal;
    text-align: center;
}

.kl-hero__trust {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--kl-text-secondary);
    margin: 0;
}

.kl-hero__trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34c759;
    flex-shrink: 0;
}

/* —— Section heads —— */
.kl-section-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.kl-section-head--tight {
    margin-bottom: 1.75rem;
}

.kl-section-head__title {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.kl-section-head__lead {
    font-size: 1rem;
    color: var(--kl-text-secondary);
    margin: 0;
    line-height: 1.5;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-section-head--sectors,
.kl-section-head--testimonials {
    width: 100%;
    text-align: center;
}

/* —— Sektör şeridi (oto kayan) —— */
.kl-sectors {
    padding: clamp(2.25rem, 5vw, 3.5rem) 0;
    background: var(--kl-bg-elevated);
    border-top: 1px solid var(--kl-border);
    border-bottom: 1px solid var(--kl-border);
    text-align: center;
}

.kl-sectors__header-wrap {
    margin-bottom: 1.5rem;
}

.kl-sectors__marquee-shell {
    overflow: hidden;
}

.kl-sectors-marquee {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.kl-sectors-marquee__inner {
    overflow: hidden;
}

.kl-sectors-marquee__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
    padding: 0.35rem 0;
    animation: kl-sectors-marquee 55s linear infinite;
}

.kl-sectors-marquee:hover .kl-sectors-marquee__track {
    animation-play-state: paused;
}

@keyframes kl-sectors-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kl-sectors-marquee__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        transform: none;
    }
}

.kl-sectors__chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--kl-text);
    background: var(--kl-bg);
    border: 1px solid var(--kl-border);
    border-radius: 980px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* —— Benefits —— */
.kl-benefits {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    text-align: center;
}

.kl-benefits__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 600px) {
    .kl-benefits__list:not(.kl-benefits__list--ig) {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.kl-benefits__list--ig {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

.kl-benefits--ig-ad .kl-benefits__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.65rem;
}

.kl-benefits__check {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #34c759;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
}

.kl-benefits__list--ig .kl-benefits__text {
    font-size: 1.0625rem;
    font-weight: 600;
}

.kl-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.25rem;
    background: var(--kl-bg-elevated);
    border-radius: var(--kl-radius-sm);
    border: 1px solid var(--kl-border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.kl-benefits__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(242, 68, 5, 0.1);
    color: var(--primary);
    font-size: 1.25rem;
}

.kl-benefits__text {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--kl-text);
    line-height: 1.35;
    padding-top: 0.2rem;
}

.kl-benefits__intro {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.kl-benefits__intro-title {
    font-size: clamp(1.25rem, 2.8vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0;
    line-height: 1.35;
}

.kl-benefits__intro-lead {
    font-size: 0.9375rem;
    color: var(--kl-text-secondary);
    margin: 0;
    line-height: 1.55;
    max-width: 26rem;
}

.kl-benefits__columns .kl-benefits__left {
    align-items: center;
    text-align: center;
}

.kl-benefits__columns .kl-benefits__right {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.kl-benefits__cta-text {
    color: var(--kl-text);
}

.kl-benefits__cta-link {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.kl-benefits__cta-link:hover,
.kl-benefits__cta-link:focus-visible {
    text-decoration: underline;
}

.kl-benefits .kl-section-head {
    margin-bottom: 0;
}

.kl-benefits__columns .kl-benefits__left .kl-benefits__list {
    margin-bottom: 0;
}

.kl-benefits__columns .kl-register--embedded {
    height: 100%;
}

.kl-benefits__columns .brand-register-card--landing {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kl-benefits__columns .brand-form--landing {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kl-benefits__intro-col--left .kl-benefits__intro-lead {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .kl-benefits__intro-col--left .kl-benefits__intro-lead {
        margin-left: 0;
        margin-right: auto;
    }
}

.kl-register--embedded {
    padding: 0 !important;
    width: 100%;
}

@media (min-width: 992px) {
    .kl-register--embedded {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Dar sütun: yalnızca vaatler bölümündeki gömülü form */
    .kl-benefits__columns .kl-register--embedded .brand-register-card--landing {
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }
}

/* —— Register block —— */
.kl-register {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    scroll-margin-top: calc(var(--header-height, 76px) + 12px);
}

.kl-register__head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.kl-register__title {
    font-size: clamp(1.375rem, 3vw, 1.65rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0 0 0.5rem;
}

.kl-register__sub {
    font-size: 0.9375rem;
    color: var(--kl-text-secondary);
    margin: 0;
    line-height: 1.5;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.brand-form--landing {
    margin-top: 0;
}

.kl-form-micro-trust {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--kl-text-secondary);
    margin: -0.25rem 0 0;
    line-height: 1.45;
}

.brand-register-card--landing {
    background: var(--kl-bg-elevated);
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    padding: clamp(1.5rem, 4vw, 2rem);
}

.kl-register-card--minimal.brand-register-card--landing {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.kl-register__field label {
    text-align: left;
    width: 100%;
}

.kl-register__field .brand-error,
.kl-register__field .brand-hint {
    text-align: left;
}

.kl-register__field .brand-password-row {
    max-width: 100%;
}

/* İki sütunda alanlar arası dikey boşluk (Bootstrap row yalnızca sütunlar arası gutter verir) */
.brand-form--landing .kl-register-form-row__col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.brand-form--landing .kl-register-location {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.kl-register-form-row {
    align-items: flex-start;
}

.kl-kayit-register-section--form-first .kl-register {
    padding: 0;
}

.kl-kayit-register-section--form-first .kl-kayit-register-section__form-wrap ~ .kl-kayit-plans {
    margin-top: clamp(2rem, 4vw, 2.75rem);
}

.kl-register-card .brand-register-footer-links {
    margin-top: 1.25rem;
    text-align: center;
}

.kl-register-card__intro {
    margin-bottom: 1.35rem;
    text-align: left;
}

.kl-register-card__heading {
    font-size: clamp(1.125rem, 2.8vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.kl-register-card__lead {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--kl-text-secondary);
    margin: 0;
}

/* —— Testimonials —— */
.kl-testimonials {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    text-align: center;
    background: var(--kl-bg-elevated);
    border-bottom: 1px solid var(--kl-border);
}

.kl-testimonials .container-fluid-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kl-testimonials-slider {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-testimonials-slider__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.kl-testimonials-slider__track {
    display: flex;
    gap: 1.25rem;
    transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.kl-testimonials-slider__slide {
    flex-shrink: 0;
    min-width: 0;
}

.kl-testimonials-slider__btn {
    flex-shrink: 0;
    width: 44px;
    min-height: 120px;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius-sm);
    background: var(--kl-bg-elevated);
    color: var(--kl-text);
    cursor: pointer;
    transition: background var(--ease, 0.2s ease), color 0.2s ease, border-color 0.2s ease;
}

.kl-testimonials-slider__btn:hover {
    background: rgba(242, 68, 5, 0.08);
    border-color: rgba(242, 68, 5, 0.35);
    color: var(--primary);
}

.kl-testimonials-slider__btn i {
    font-size: 1.35rem;
}

@media (max-width: 575.98px) {
    .kl-testimonials-slider__btn {
        width: 40px;
        min-height: 100px;
    }
}

.kl-testimonial {
    margin: 0;
    padding: 1.35rem 1.25rem;
    background: var(--kl-bg);
    border-radius: var(--kl-radius-sm);
    border: 1px solid var(--kl-border);
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kl-testimonial__quote {
    margin: 0 0 1rem;
    flex: 1;
}

.kl-testimonial__quote p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--kl-text);
}

.kl-testimonial__meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--kl-border);
}

.kl-testimonial__name {
    font-weight: 700;
    font-size: 0.9375rem;
    color: var(--kl-text);
}

.kl-testimonial__role {
    font-size: 0.8125rem;
    color: var(--kl-text-secondary);
}

.kl-testimonial__company {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
}

/* —— Trust strip —— */
.kl-trust {
    padding: 2rem 0 2.5rem;
    border-top: 1px solid var(--kl-border);
    text-align: center;
}

.kl-trust__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 640px) {
    .kl-trust__list {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        text-align: center;
        gap: 1rem;
    }
}

.kl-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 200px;
}

.kl-trust__icon {
    font-size: 1.5rem;
    color: var(--primary);
    opacity: 0.9;
}

.kl-trust__label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--kl-text);
}

/* —— Final CTA —— */
.kl-final-cta {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 5rem);
    background: var(--kl-bg-elevated);
    border-top: 1px solid var(--kl-border);
}

.kl-final-cta__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.kl-final-cta__title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0;
    max-width: 22rem;
    line-height: 1.35;
}

/* =====================================
   KAYIT — Panel özellikleri landing (v2)
===================================== */

.kayit-landing--panel .kl-kayit-top-split__inner,
.kayit-landing--panel .kl-panel-lp-main__inner {
    max-width: 1140px;
}

.kayit-landing--panel .kl-panel-lp-split__inner {
    max-width: min(100%, var(--container-max, 1400px));
}

/* Üst: col-lg-6 video + Kısaca nasıl çalışır */
.kl-kayit-top-split {
    padding: clamp(2.75rem, 6vw, 4.25rem) 0;
    border-bottom: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 90, 0, 0.06), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 120, 40, 0.05), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.kl-kayit-top-split__media-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 14rem;
    min-height: 100%;
    padding: 1.35rem 1.15rem;
    background: rgba(255, 120, 80, 0.09);
    border: 1px solid rgba(242, 68, 5, 0.28);
    border-radius: 16px;
    box-sizing: border-box;
}

.kl-kayit-top-split__copy {
    max-width: 36rem;
}

.kl-kayit-top-split__title {
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 600;
    letter-spacing: var(--letter-tighter, -0.03em);
    line-height: 1.05;
    color: var(--text, var(--kl-text));
    margin: 0 0 1.25rem;
}

.kl-kayit-top-split__title .hero-highlight {
    color: var(--primary);
}

.kl-kayit-top-split__lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
    color: var(--text-secondary, #6e6e73);
}

.kl-kayit-top-split__actions {
    margin: 1.35rem 0 0;
}

.kl-kayit-top-split__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
}

.kl-kayit-top-split__cta--secondary {
    background: transparent !important;
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    box-shadow: none !important;
}

.kl-kayit-top-split__cta--secondary:hover {
    background: rgba(242, 68, 5, 0.08) !important;
    color: var(--primary) !important;
    border-color: var(--primary);
}

.kl-kayit-top-split__cta {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1rem;
    font-weight: 600;
    max-width: 22rem;
    width: 100%;
}

@media (min-width: 400px) {
    .kl-kayit-top-split__cta {
        width: auto;
    }
}

.kl-kayit-top-split .kl-video-tile__caption,
.kl-kayit-top-split .kl-video-tile:hover .kl-video-tile__caption {
    color: var(--primary);
}

@media (min-width: 992px) {
    .kl-kayit-top-split__media-bg {
        max-width: none;
        width: 100%;
        min-height: clamp(220px, 26vw, 300px);
        padding: 1.5rem 1.35rem;
    }

    .kl-kayit-top-split .kl-video-tile--embed {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .kl-kayit-top-split .kl-video-tile__caption {
        max-width: 100%;
    }

    .kl-kayit-slider__layout {
        gap: 1rem 1.15rem;
    }

    .kl-kayit-slider__media {
        flex: 0 1 44%;
        max-width: 24rem;
        min-width: 13rem;
        width: auto;
    }

    .kl-kayit-slider__media .kl-video-tile--embed {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .kl-kayit-slider__media .kl-video-tile__caption {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .kl-kayit-top-split__media-bg {
        max-width: 12rem;
        min-height: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .kl-kayit-top-split__copy {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Üst bölüm: sol form, sağ panel özeti */
.kl-panel-lp-split {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(1.25rem, 3vw, 2rem);
    background: var(--kl-bg);
    border-bottom: 1px solid var(--kl-border);
}

/* BLAXN panel video kutusu — kayıt sayfası + panel tanıtım (ortak) */
button.kl-video-tile {
    font: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.kl-video-tile {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--primary);
    padding: 1rem 1.1rem 0.85rem;
    min-width: 9.5rem;
    max-width: 11rem;
    border-radius: 16px;
    border: 1px solid rgba(242, 68, 5, 0.35);
    background: rgba(255, 120, 80, 0.09);
    box-shadow: 0 2px 12px rgba(242, 68, 5, 0.06);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    vertical-align: middle;
}

.kl-video-tile:hover {
    border-color: var(--primary);
    background: rgba(255, 120, 80, 0.14);
    box-shadow: 0 4px 16px rgba(242, 68, 5, 0.1);
    color: var(--primary);
}

.kl-video-tile__icon {
    font-size: 2.35rem;
    line-height: 1;
    margin-bottom: 0.55rem;
    color: var(--primary);
}

.kl-video-tile__caption {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--kl-text);
    line-height: 1.35;
    margin-bottom: 0.35rem;
    max-width: 9.5rem;
}

.kl-video-tile:hover .kl-video-tile__caption {
    color: var(--kl-text);
}

.kl-video-tile__cta {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary);
}

.kl-video-tile--compact {
    padding: 0.75rem 0.65rem 0.65rem;
    min-width: 6.75rem;
    max-width: 8.5rem;
    border-radius: 14px;
}

.kl-video-tile--compact .kl-video-tile__icon {
    font-size: 1.75rem;
    margin-bottom: 0.4rem;
}

.kl-video-tile--compact .kl-video-tile__caption {
    font-size: 0.5625rem;
    letter-spacing: 0.07em;
    max-width: 7rem;
}

.kl-video-tile--compact .kl-video-tile__cta {
    font-size: 0.75rem;
}

/* Şeftali alanın içinde: çerçeve/kutu yok, sadece ikon + metin */
.kl-video-tile--embed {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem;
}

.kl-video-tile--embed:hover {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.kl-kayit-slider {
    text-align: left;
    background: var(--kl-bg-elevated);
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius);
    padding: 1.35rem 1.25rem 1.25rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.kl-kayit-slider__layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.35rem 1.75rem;
    width: 100%;
    min-height: 0;
}

.kl-kayit-slider__media {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 13.5rem;
    align-self: stretch;
}

.kl-kayit-slider__media-bg {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 1.25rem 1rem;
    background: rgba(255, 120, 80, 0.09);
    border: 1px solid rgba(242, 68, 5, 0.28);
    border-radius: 16px;
    box-sizing: border-box;
}

.kl-kayit-slider__copy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.kl-kayit-slider__eyebrow {
    margin-bottom: 0.5rem;
    text-transform: none;
}

.kl-kayit-slider__eyebrow-brand {
    font-weight: 800;
    letter-spacing: 0.04em;
}

.kl-kayit-slider__h1 {
    font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--kl-text);
    margin: 0 0 1rem;
}

.kl-kayit-slider__steps {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    width: 100%;
    max-width: 22rem;
    counter-reset: kl-kayit-step;
    text-align: left;
}

.kl-kayit-slider__steps li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 0.55rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--kl-text);
}

.kl-kayit-slider__steps li:last-child {
    margin-bottom: 0;
}

.kl-kayit-slider__steps li::before {
    counter-increment: kl-kayit-step;
    content: counter(kl-kayit-step);
    flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(242, 68, 5, 0.12);
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: center;
}

.kl-kayit-slider__copy .kl-kayit-slider__slide-body {
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--kl-text-secondary);
    margin: 0 0 0.25rem;
    max-width: 28rem;
    text-align: left;
}

.kl-kayit-slider__plans-cta {
    margin: 1rem 0 0;
    max-width: 28rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.kl-kayit-slider__plans-btn {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.9375rem;
    font-weight: 600;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 980px;
    max-width: 100%;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    background: transparent !important;
    color: var(--primary) !important;
    box-shadow: none !important;
    text-decoration: none;
}

.kl-kayit-slider__plans-btn:hover {
    background: rgba(242, 68, 5, 0.08) !important;
    color: var(--primary) !important;
}

/* Web Sitemi Oluşturmaya Başla — koyu zemin */
.kl-kayit-slider__plans-btn--dark {
    background: #1d1d1f !important;
    color: #fff !important;
    border: 2px solid #1d1d1f !important;
    box-shadow: none !important;
}

.kl-kayit-slider__plans-btn--dark:hover {
    background: #2d2d31 !important;
    color: #fff !important;
    border-color: #2d2d31 !important;
}

@media (max-width: 767.98px) {
    .kl-kayit-slider__layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .kl-kayit-slider__copy {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Liste bloğu tam genişlikte kalmayıp içeriğe göre daralsın → ekranda ortada dursun */
    .kl-kayit-slider__steps {
        width: fit-content;
        max-width: min(22rem, 100%);
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .kl-kayit-slider__copy .kl-kayit-slider__slide-body {
        text-align: center;
        max-width: 100%;
    }

    .kl-kayit-slider__plans-cta {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }

    .kl-kayit-slider__media {
        max-width: none;
        width: 100%;
        align-self: center;
        align-items: center;
    }

    .kl-kayit-slider__media-bg {
        min-height: 0;
        width: min(100%, 14rem);
        max-width: 14rem;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .kl-kayit-slider__media .kl-video-tile {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
}

.kl-kayit-slider__slide-body {
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--kl-text-secondary);
    margin: 0;
}

.kl-panel-lp-eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 0.65rem;
}

p.kl-kayit-slider__eyebrow.kl-panel-lp-eyebrow {
    text-transform: none;
    letter-spacing: 0.04em;
}

/* —— Kayıt: Panelde Neler Var üstü — yardım / iletişim —— */
.kl-kayit-help-band {
    padding: clamp(1.75rem, 4vw, 2.5rem) 0 clamp(1.5rem, 3.5vw, 2.25rem);
    border-top: 1px solid var(--kl-border);
    background: linear-gradient(180deg, rgba(242, 68, 5, 0.04) 0%, transparent 100%);
}

.kl-kayit-help-band__title {
    font-size: clamp(1.2rem, 2.8vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0 0 0.4rem;
    text-align: center;
}

.kl-kayit-help-band__lead {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--kl-text-secondary);
    margin: 0 auto 1.25rem;
    text-align: center;
    max-width: 32rem;
}

.kl-kayit-help-band__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .kl-kayit-help-band__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.85rem;
    }
}

.kl-kayit-help-band__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 7.5rem;
    padding: 1.1rem 1rem;
    background: var(--kl-bg-elevated);
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius-sm);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kl-kayit-help-band__block:hover {
    border-color: rgba(242, 68, 5, 0.35);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
    color: inherit;
}

.kl-kayit-help-band__icon {
    font-size: 1.65rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.kl-kayit-help-band__label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--kl-text);
    margin-bottom: 0.2rem;
}

.kl-kayit-help-band__hint {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: var(--kl-text-secondary);
    word-break: break-word;
    max-width: 100%;
}

/* «BLAXN Kullanıcı Paneli» modül özeti — koyu gradyan */
#kl-blaxn-panel-section.kl-panel-lp-main {
    scroll-margin-top: calc(var(--header-height, 76px) + 12px);
}

.kl-panel-lp-main {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 8vw, 5rem);
    background: linear-gradient(165deg, #1a1b1f 0%, #2a2b31 38%, #3f4048 72%, #4a4b54 100%);
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kl-kayit-help-band + .kl-panel-lp-main {
    padding-top: clamp(1.25rem, 3vw, 2rem);
}

.kl-panel-lp-main .kl-panel-lp-h2 {
    color: #f5f5f7;
}

.kl-panel-lp-main .kl-panel-lp-intro {
    color: rgba(255, 255, 255, 0.72);
}

.kl-panel-lp-main .kl-panel-lp-intro-hr {
    border: none;
    height: 0;
    margin: 1rem 0 0;
    max-width: 38rem;
    border-top: 3px solid rgba(242, 68, 5, 0.85);
    box-shadow: 0 1px 0 rgba(242, 68, 5, 0.25), 0 0 14px rgba(242, 68, 5, 0.2);
}

.kl-panel-lp-main .kl-panel-lp-main__head-video .kl-video-tile {
    border-color: rgba(242, 68, 5, 0.42);
    background: rgba(255, 130, 90, 0.14);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
}

.kl-panel-lp-main .kl-panel-lp-main__head-video .kl-video-tile:hover {
    border-color: rgba(242, 68, 5, 0.55);
    background: rgba(255, 130, 90, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.kl-panel-lp-main .kl-panel-lp-main__head-video .kl-video-tile__caption,
.kl-panel-lp-main .kl-panel-lp-main__head-video .kl-video-tile:hover .kl-video-tile__caption {
    color: var(--primary);
}

.kl-panel-lp-main .kl-panel-lp-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.kl-panel-lp-main .kl-panel-lp-card:hover {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.26);
}

.kl-panel-lp-main .kl-panel-lp-card__media {
    background: rgba(255, 120, 80, 0.14);
    border-color: rgba(242, 68, 5, 0.32);
}

.kl-panel-lp-main .kl-panel-lp-card__text {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
}

.kl-panel-lp-main .kl-panel-lp-steps {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.kl-panel-lp-main .kl-panel-lp-steps__title {
    color: #f5f5f7;
}

.kl-panel-lp-main .kl-panel-lp-steps__list {
    color: rgba(255, 255, 255, 0.68);
}

.kl-panel-lp-main__head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem 1.75rem;
    margin-bottom: 1.5rem;
}

.kl-panel-lp-main__head-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 40rem;
}

.kl-panel-lp-main__head-video {
    flex: 0 0 auto;
    align-self: center;
}

.kl-panel-lp-h2 {
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--kl-text);
    margin: 0 0 0.5rem;
}

.kl-panel-lp-intro {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--kl-text-secondary);
    margin: 0;
    max-width: 38rem;
}

@media (max-width: 767.98px) {
    .kl-panel-lp-main__head {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .kl-panel-lp-main__head-text {
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kl-panel-lp-main .kl-panel-lp-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .kl-panel-lp-main .kl-panel-lp-intro-hr {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .kl-panel-lp-form-sticky {
        position: sticky;
        top: calc(var(--header-height, 76px) + 1rem);
    }
}

.kayit-landing--panel .kl-panel-lp-form-sticky .kl-register.kl-register--embedded {
    padding: 0 !important;
}

.kayit-landing--panel .kl-panel-lp-form-sticky .kl-register--embedded .brand-register-card--landing {
    max-width: none;
    width: 100%;
}

.kl-panel-lp-card {
    height: 100%;
    text-align: center;
    background: var(--kl-bg-elevated);
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius-sm);
    padding: 1.15rem 1.2rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.kl-panel-lp-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.08);
}

.kl-panel-lp-card__media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.65rem 0.5rem;
    background: rgba(255, 120, 80, 0.07);
    border: 1px solid rgba(242, 68, 5, 0.18);
    border-radius: 12px;
    min-height: 7.5rem;
}

.kl-panel-lp-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: rgba(242, 68, 5, 0.1);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
}

.kl-panel-lp-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--kl-text);
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.kl-panel-lp-card__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--kl-text-secondary);
    margin: 0;
}

.kl-panel-lp-steps {
    margin-top: 2rem;
    padding: 1.25rem 1.35rem;
    background: var(--kl-bg-elevated);
    border: 1px solid var(--kl-border);
    border-radius: var(--kl-radius-sm);
    max-width: 38rem;
}

.kl-panel-lp-steps__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--kl-text);
    margin: 0 0 0.75rem;
}

.kl-panel-lp-steps__list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--kl-text-secondary);
    font-size: 0.9375rem;
    line-height: 1.55;
}

.kl-panel-lp-steps__list li {
    margin-bottom: 0.4rem;
}

.kl-panel-lp-steps__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .kl-panel-lp-main .kl-panel-lp-form-sticky {
        margin-bottom: 0.5rem;
    }
}

/* —— Kayıt sayfası: üst + form/slider satırı açık zemin; yalnızca kayıt kartı koyu (aşağıda) —— */
@media (min-width: 992px) {
    .kayit-landing--panel .kl-kayit-split-row {
        --bs-gutter-x: 75px;
        --bs-gutter-y: 1.5rem;
    }
}

/* Kayıt formu sütunu: açık kart (CTA ile uyumlu, koyu zemin kaldırıldı) */
.kayit-landing--panel .kl-panel-lp-form-sticky {
    background: var(--kl-bg-elevated);
    border-radius: var(--kl-radius, 16px);
    padding: clamp(1.35rem, 3.5vw, 1.85rem);
    border: 1px solid var(--kl-border);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.kayit-landing--panel .kl-panel-lp-form-sticky .brand-register-card--landing {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* BLAXN kullanıcı paneli — sağ sütun: beyaz kart yok, sayfa zeminine oturur */
.kayit-landing--panel .kl-kayit-slider {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.kayit-landing--panel .kl-kayit-slider .kl-video-tile__caption,
.kayit-landing--panel .kl-kayit-slider .kl-video-tile:hover .kl-video-tile__caption {
    color: var(--primary);
}

/* Kayıt sayfası: panel bloğu tam genişlik (col-lg-12), video + metin eşit pay */
@media (min-width: 992px) {
    .kayit-landing--panel .kl-panel-lp-split .kl-kayit-slider__layout {
        width: 100%;
    }

    .kayit-landing--panel .kl-panel-lp-split .kl-kayit-slider__media {
        flex: 1 1 0;
        max-width: none;
        min-width: 0;
        width: auto;
    }

    .kayit-landing--panel .kl-panel-lp-split .kl-kayit-slider__copy {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }

    .kayit-landing--panel .kl-panel-lp-split .kl-kayit-slider__plans-cta {
        max-width: none;
    }

    .kayit-landing--panel .kl-panel-lp-split .kl-kayit-slider__steps {
        max-width: none;
    }
}

.kl-panel-lp-main .kl-panel-lp-card__media .kl-video-tile__caption,
.kl-panel-lp-main .kl-panel-lp-card__media .kl-video-tile:hover .kl-video-tile__caption {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .kl-kayit-top-split__copy .kl-kayit-top-split__actions-row {
        justify-content: center;
    }
}

/* —— Kayıt sayfası SSS (footer öncesi) —— */
.kl-faq-section {
    scroll-margin-top: calc(var(--header-height, 76px) + 12px);
    padding: clamp(2.25rem, 5vw, 3.5rem) 0;
    background: var(--kl-bg, #fafafa);
    border-top: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
}

.kl-faq-section__inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.kl-faq-section__title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--kl-text, #1d1d1f);
    margin: 0 0 0.65rem;
    line-height: 1.25;
}

.kl-faq-section__intro {
    font-size: 0.97rem;
    line-height: 1.55;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0 0 1.5rem;
}

.kl-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kl-faq-item {
    border: 1px solid var(--kl-border, rgba(0, 0, 0, 0.08));
    border-radius: 12px;
    background: var(--kl-bg-elevated, #fff);
    overflow: hidden;
}

.kl-faq-item__trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1.1rem;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--kl-text, #1d1d1f);
    transition: background 0.15s ease, color 0.15s ease;
}

.kl-faq-item__trigger:hover {
    background: rgba(242, 68, 5, 0.06);
    color: var(--kl-text, #1d1d1f);
}

.kl-faq-item--open .kl-faq-item__trigger {
    background: rgba(242, 68, 5, 0.08);
}

.kl-faq-item__question {
    flex: 1 1 auto;
    min-width: 0;
}

.kl-faq-item__icon {
    flex-shrink: 0;
    color: var(--primary);
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.kl-faq-item--open .kl-faq-item__icon {
    transform: rotate(180deg);
}

.kl-faq-item__panel {
    border-top: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
}

.kl-faq-item__answer {
    padding: 0 1.1rem 1.1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--kl-text-secondary, #6e6e73);
    padding-top: 0.75rem;
}

.kl-faq-cta {
    margin-top: 2rem;
    padding: 1.5rem 1.25rem;
    border-radius: var(--kl-radius, 16px);
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: rgba(255, 120, 80, 0.07);
    text-align: center;
}

.kl-faq-cta__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--kl-text, #1d1d1f);
    margin: 0 0 0.5rem;
}

.kl-faq-cta__text {
    font-size: 0.94rem;
    line-height: 1.55;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0 0 1.1rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-faq-cta__btn {
    text-transform: none;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 980px;
    max-width: none;
    width: auto;
}

@media (max-width: 767.98px) {
    .kl-faq-section__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        box-sizing: border-box;
    }

    .kl-faq-section__title,
    .kl-faq-section__intro {
        text-align: center;
    }

    .kl-faq-item__trigger {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.5rem;
        padding: 1rem 1rem;
    }

    .kl-faq-item__question {
        text-align: center;
        width: 100%;
    }

    .kl-faq-item__icon {
        flex-shrink: 0;
    }

    .kl-faq-item__answer {
        text-align: center;
    }
}

/* —— Kayıt: üyelik planları bilgilendirme (satın alma yok) —— */
.kl-kayit-plans {
    scroll-margin-top: calc(var(--header-height, 76px) + 16px);
    padding: clamp(1.75rem, 4vw, 2.75rem) 0;
    background: var(--kl-bg, #fafafa);
    border-top: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
    border-bottom: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
}

.kl-kayit-plans__inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.kl-kayit-plans__title {
    font-size: clamp(1.2rem, 2.8vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--kl-text, #1d1d1f);
    margin: 0 0 0.85rem;
    text-align: center;
}

.kl-kayit-plans__trial {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--kl-text, #1d1d1f);
    margin: 0 auto 0.75rem;
    max-width: 44rem;
    text-align: center;
}

.kl-kayit-plans__note {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0 auto 1.5rem;
    max-width: 40rem;
    text-align: center;
}

.kl-kayit-plans__note a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.kl-kayit-plans__note a:hover {
    color: var(--primary);
    opacity: 0.9;
}

.kl-kayit-plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: var(--kl-radius, 16px);
    border: 1px solid var(--kl-border, rgba(0, 0, 0, 0.1));
    background: var(--kl-bg-elevated, #fff);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.kl-kayit-plan-card__head {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 5.5rem;
    margin-bottom: 0.5rem;
}

/* Üst blok: sabit yükseklik → fiyat / vergi / hint / madde işaretleri aynı hizada */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .kl-kayit-plans__grid .kl-kayit-plan-card__head {
        height: 10.75rem;
        min-height: 10.75rem;
        max-height: 10.75rem;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1200px) {
    .kl-kayit-plans__grid .kl-kayit-plan-card__head {
        height: 16.5rem;
        min-height: 16.5rem;
        max-height: 16.5rem;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.kl-kayit-plan-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--kl-text, #1d1d1f);
    margin: 0 0 0.35rem;
    line-height: 1.35;
    max-width: 100%;
}

.kl-kayit-plan-card__domain {
    font-size: 0.8rem;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0;
    line-height: 1.4;
    max-width: 100%;
}

.kl-kayit-plan-card__price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    height: 1.85rem;
    min-height: 1.85rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-kayit-plan-card__tax {
    font-size: 0.75rem;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0 0 0.45rem;
    line-height: 1.45;
    flex-shrink: 0;
    height: 2.85rem;
    min-height: 2.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
}

.kl-kayit-plan-card__hint-slot {
    flex-shrink: 0;
    height: 4.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
    margin: 0 0 0.5rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.kl-kayit-plan-card__hint {
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0;
    max-width: 15.5rem;
    text-align: center;
}

.kl-kayit-plan-card__features {
    margin: 0;
    padding: 0.15rem 0 0;
    padding-left: 1.1rem;
    text-align: left;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--kl-text-secondary, #6e6e73);
    flex-shrink: 0;
    width: 100%;
}

.kl-kayit-plan-card__features li {
    margin-bottom: 0.4rem;
}

.kl-kayit-plan-card__features li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .kl-kayit-plans__grid .kl-kayit-plan-card__price {
        height: 1.9rem;
        min-height: 1.9rem;
    }

    .kl-kayit-plans__grid .kl-kayit-plan-card__tax {
        height: 2.95rem;
        min-height: 2.95rem;
    }

    .kl-kayit-plans__grid .kl-kayit-plan-card__hint-slot {
        height: 4.65rem;
        min-height: 4.65rem;
        max-height: 4.65rem;
    }
}

/* —— Kayıt formu: KVKK metni + isteğe bağlı tanıtım onayı —— */
.kl-register-legal {
    margin-top: 1.35rem;
    margin-bottom: 1rem;
}

.kl-register-legal__text {
    font-size: 0.72rem;
    line-height: 1.55;
    color: var(--kl-text-secondary, #6e6e73);
    margin: 0 0 0.35rem;
    text-align: left;
}

.kl-register-legal__text a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none !important;
    text-underline-offset: unset;
}

.kl-register-legal__text a:hover {
    opacity: 0.9;
    text-decoration: none !important;
}

.kl-register-legal__link {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none !important;
    text-underline-offset: unset;
    vertical-align: baseline;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
}

.kl-register-legal__link:hover,
.kl-register-legal__link:active {
    opacity: 0.9;
    text-decoration: none !important;
}

.kl-register-legal__link:focus {
    outline: none;
}

.kl-register-legal__link:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    border-radius: 2px;
}

/* fixed + z-index: üstte çerez (9998) / loader (9999); kart tıklanabilir ve kaydırılabilir olsun */
.kl-register-legal-modal {
    z-index: 10060 !important;
}

.kl-register-legal-modal .modal-content {
    pointer-events: auto;
    max-height: calc(100vh - 2rem);
}

.kl-register-legal-modal .modal-body {
    min-height: 50vh;
    max-height: min(85vh, 900px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: auto;
}

.kl-register-legal-modal__frame {
    display: block;
    width: 100%;
    min-height: min(70vh, 640px);
    height: 70vh;
    border: 0;
    background: var(--kl-bg-elevated, #fff);
    pointer-events: auto;
}

.kl-register-legal__optin {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.65rem 0 0.85rem;
    cursor: pointer;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--kl-text-secondary, #6e6e73);
    text-align: left;
}

.kl-register-legal__checkbox {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
    accent-color: var(--primary);
    cursor: pointer;
}

.kl-register-legal__optin-text {
    flex: 1 1 auto;
    min-width: 0;
}

/* —— Video: sabit overlay + iç kart (mobilde <dialog> yok — kapatma güvenilir) —— */
.kl-video-root[hidden] {
    display: none !important;
}

.kl-video-root:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
    overscroll-behavior: contain;
}

.kl-video-root__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

@media (max-width: 575.98px) {
    .kl-video-root__backdrop {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* CSS “tam ekran” (yerel video tam ekranı değil) */
.kl-video-root--expanded:not([hidden]) {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
}

.kl-video-root--expanded .kl-video-modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    flex: 1 1 auto;
}

.kl-video-root--expanded .kl-video-modal__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.kl-video-root--expanded .kl-video-modal__toolbar {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.kl-video-root--expanded .kl-video-modal__footer {
    display: none !important;
}

.kl-video-root--expanded .kl-video-modal__surface {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    border-radius: 0;
}

.kl-video-root--expanded .kl-video-modal__player-wrap {
    flex: 1 1 auto;
    min-height: 0;
}

.kl-video-root--expanded .kl-video-modal__video {
    max-height: none;
    height: 100%;
    min-height: 0;
}

.kl-video-modal {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none;
    width: min(960px, 94vw);
    max-width: 100%;
    max-height: min(88vh, 900px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #1a1b20;
    color: #f5f5f7;
    box-sizing: border-box;
}

.kl-video-modal__surface {
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 900px);
    border-radius: var(--kl-radius, 16px);
    overflow: hidden;
    background: linear-gradient(165deg, #1f2026 0%, #2a2b32 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.kl-video-modal__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem 0.65rem 1rem;
    padding-top: max(0.65rem, env(safe-area-inset-top, 0px));
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.kl-video-modal__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #f5f5f7;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding-right: 0.35rem;
}

.kl-video-modal__toolbar-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.kl-video-modal__expand {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #f5f5f7;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background 0.15s ease, color 0.15s ease;
}

.kl-video-modal__expand:hover {
    background: rgba(242, 68, 5, 0.25);
    color: #fff;
}

.kl-video-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #f5f5f7;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.kl-video-modal__close:hover {
    background: rgba(242, 68, 5, 0.25);
    color: #fff;
}

.kl-video-modal__footer {
    display: none;
    flex-shrink: 0;
    padding: 0.65rem 1rem;
    padding-bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.45);
}

.kl-video-modal__dismiss {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 1.25rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.2;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    background: rgba(255, 255, 255, 0.14);
    color: #f5f5f7;
    transition: background 0.15s ease, transform 0.1s ease;
}

.kl-video-modal__dismiss:active {
    background: rgba(242, 68, 5, 0.4);
    transform: scale(0.98);
}

.kl-video-modal__player-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #000;
    flex: 1 1 auto;
    min-height: 0;
}

.kl-video-modal__video {
    display: block;
    width: 100%;
    max-height: min(72vh, 720px);
    vertical-align: middle;
    background: #000;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .kl-video-modal__footer {
        display: block;
    }

    .kl-video-modal__expand {
        display: inline-flex;
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
    }

    .kl-video-modal__close {
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }

    .kl-video-modal__dismiss {
        min-height: 52px;
    }
}

@media (max-width: 575.98px) {
    /*
     * 100dvh adres çubuğu ile birlikte kapanınca iOS/Android’te ani yeniden boyama (“patlama”) yapabiliyor.
     * svh daha sabit; fill-available Safari için yedek.
     */
    .kl-video-root:not([hidden]) {
        padding: 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .kl-video-modal {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100svh;
        max-height: 100vh;
        max-height: 100svh;
        min-height: -webkit-fill-available;
        flex: 1 1 auto;
    }

    .kl-video-modal__surface {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        border-radius: 0;
    }

    .kl-video-modal__player-wrap {
        flex: 1 1 auto;
        min-height: 0;
    }

    .kl-video-modal__video {
        max-height: none;
        width: 100%;
        height: 100%;
        min-height: 12rem;
        flex: 1 1 auto;
    }
}

/* =============================
   Kayıt — üst hero slider (tam genişlik, görsel alanı kaplar)
============================= */

.kayit-landing .hero-slider {
    /* spacer: .page-header-spacer--loose = header + 28px */
    --kayit-hero-min-h: clamp(22rem, calc(100svh - var(--header-height, 76px) - 28px - 20px), 56rem);
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: none;
    background: var(--kl-bg, #fafafa);
    border-bottom: 1px solid var(--kl-border, rgba(0, 0, 0, 0.06));
    --kayit-hero-bg: none;
    overflow-x: clip;
    contain: layout style;
}

@supports (height: 100dvh) {
    .kayit-landing .hero-slider {
        --kayit-hero-min-h: clamp(22rem, calc(100dvh - var(--header-height, 76px) - 28px - 20px), 56rem);
    }
}

.kayit-landing .hero-slider__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.kayit-landing .hero-slider__viewport {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: var(--kayit-hero-min-h);
}

@media (prefers-reduced-motion: reduce) {
    .kayit-landing .hero-slider .slide {
        transition: none;
    }
}

.kayit-landing .hero-slider .slide {
    transition: opacity 1.05s cubic-bezier(0.33, 1, 0.68, 1);
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    min-height: var(--kayit-hero-min-h);
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: #d8d8dc;
    background-image:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.28) 42%,
            rgba(255, 255, 255, 0.92) 100%
        ),
        var(--kayit-hero-bg);
    background-size: 100% 100%, cover;
    /* Mobil / tablet: portre odak; masaüstü: merkez (992px = hamburger ile aynı kırılım) */
    background-position: center, center 32%;
    background-repeat: no-repeat, no-repeat;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .kayit-landing .hero-slider .slide {
        background-position: center, center 36%;
    }
}

@media (min-width: 992px) {
    .kayit-landing .hero-slider .slide {
        background-image:
            linear-gradient(
                105deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.14) 36%,
                rgba(255, 255, 255, 0.78) 56%,
                rgba(255, 255, 255, 0.97) 100%
            ),
            var(--kayit-hero-bg);
        background-position: center, center center;
    }
}

.kayit-landing .hero-slider .slide:not(.active) {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    z-index: 0;
}

.kayit-landing .hero-slider .slide.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 100%;
    z-index: 1;
    /* ≤991px: içerik kartı altta (hamburger menü ile aynı aralık) */
    padding: 0 clamp(0.75rem, 4vw, 1.25rem) clamp(0.85rem, 3.5vw, 1.5rem);
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .kayit-landing .hero-slider .slide.active {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }
}

.kayit-landing .hero-slider__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: min(28rem, calc(100% - 0.25rem));
    margin: 0 auto;
    padding: clamp(1.5rem, 4.5vw, 2.5rem) clamp(1.1rem, 4vw, 2rem);
    box-sizing: border-box;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.78) 0%,
        rgba(255, 255, 255, 0.52) 42%,
        rgba(255, 255, 255, 0.72) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .kayit-landing .hero-slider__content {
        max-width: 28rem;
        margin: 0 clamp(1.25rem, 6vw, 4rem) 0 auto;
        text-align: left;
    }
}

.kayit-landing .hero-slider__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 3.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--kl-text, #1d1d1f);
}

.kayit-landing .hero-slider__title--alt {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 3.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--kl-text, #1d1d1f);
}

.kayit-landing .hero-slider__text {
    margin: 0 0 0.5rem;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.55;
    color: var(--kl-text-secondary, #6e6e73);
}

.kayit-landing .hero-slider__hint {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--kl-text-secondary, #6e6e73);
}

.kayit-landing .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

@media (min-width: 992px) {
    .kayit-landing .hero-slider__content .hero-buttons {
        justify-content: flex-start;
    }
}

/* Kayıt hero — koyu sistem teması */
@media (prefers-color-scheme: dark) {
    .kayit-landing .hero-slider {
        background: var(--kl-bg);
        border-bottom-color: var(--kl-border);
    }

    .kayit-landing .hero-slider .slide {
        background-color: #121214;
        background-image:
            linear-gradient(
                180deg,
                rgba(10, 10, 12, 0.35) 0%,
                rgba(10, 10, 12, 0.5) 45%,
                rgba(12, 12, 14, 0.88) 100%
            ),
            var(--kayit-hero-bg);
    }

    @media (min-width: 576px) and (max-width: 991.98px) {
        .kayit-landing .hero-slider .slide {
            background-position: center, center 36%;
        }
    }

    @media (min-width: 992px) {
        .kayit-landing .hero-slider .slide {
            background-image:
                linear-gradient(
                    105deg,
                    rgba(8, 8, 10, 0.2) 0%,
                    rgba(12, 12, 14, 0.55) 42%,
                    rgba(18, 18, 22, 0.88) 58%,
                    rgba(20, 20, 24, 0.95) 100%
                ),
                var(--kayit-hero-bg);
            background-position: center, center center;
        }
    }

    .kayit-landing .hero-slider__content {
        background: linear-gradient(
            165deg,
            rgba(38, 38, 42, 0.88) 0%,
            rgba(28, 28, 32, 0.72) 45%,
            rgba(32, 32, 36, 0.82) 100%
        );
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    }

    .kayit-landing .hero-slider .hero-slider__btn--secondary:hover {
        background-color: rgba(242, 68, 5, 0.14) !important;
    }
}

.kayit-landing .hero-slider .hero-slider__btn {
    min-width: 11rem;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition:
        opacity 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.kayit-landing .hero-slider .hero-slider__btn--primary {
    background-color: #f24405 !important;
    border-color: #f24405 !important;
    color: #fff !important;
}

.kayit-landing .hero-slider .hero-slider__btn--primary:hover {
    background-color: #d13a04 !important;
    border-color: #d13a04 !important;
    color: #fff !important;
}

.kayit-landing .hero-slider .hero-slider__btn--secondary {
    background-color: transparent !important;
    color: #f24405 !important;
    border: 2px solid #f24405 !important;
}

.kayit-landing .hero-slider .hero-slider__btn--secondary:hover {
    background-color: rgba(242, 68, 5, 0.08) !important;
    color: #c03900 !important;
    border-color: #c03900 !important;
}

@media (max-width: 575.98px) {
    .kayit-landing .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .kayit-landing .hero-slider .hero-slider__btn {
        width: 100%;
        max-width: 22rem;
    }
}

/* Açık tema: form / hero gövde metinleri yüksek kontrast (mobil okunabilirlik) */
@media (prefers-color-scheme: light) {
    .kayit-landing .hero-slider__text,
    .kayit-landing .hero-slider__hint {
        color: #1c1c1e;
    }

    .kayit-landing .reg-pro__lead,
    .kayit-landing .reg-pro__trust,
    .kayit-landing .reg-pro__trust li,
    .kayit-landing .reg-pro__speed {
        color: #1c1c1e;
    }

    .kayit-landing .kl-register-legal__text,
    .kayit-landing .kl-register-legal__optin,
    .kayit-landing .kl-register-legal__optin-text {
        color: #1c1c1e;
    }
}

/* Kayıt formu — koyu sistem teması (sayfa gövdesi ile uyum) */
@media (prefers-color-scheme: dark) {
    .kayit-landing .reg-pro__card {
        background: var(--kl-bg-elevated);
        border: 1px solid var(--kl-border);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
    }

    .kayit-landing .reg-pro {
        color: var(--kl-text);
    }

    .kayit-landing .reg-pro__lead,
    .kayit-landing .reg-pro__trust,
    .kayit-landing .reg-pro__trust li,
    .kayit-landing .reg-pro__speed {
        color: rgba(245, 245, 247, 0.88);
    }

    .kayit-landing .kl-register-legal__text,
    .kayit-landing .kl-register-legal__optin,
    .kayit-landing .kl-register-legal__optin-text {
        color: rgba(245, 245, 247, 0.88);
    }

    .kayit-landing .reg-pro__title--hero {
        background: none;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        color: var(--kl-text);
    }

    .kayit-landing .reg-pro__title--split .reg-pro__title-line {
        color: rgba(245, 245, 247, 0.98);
    }

    .kayit-landing .reg-pro__field label,
    .kayit-landing .reg-pro label.reg-pro__label {
        color: rgba(245, 245, 247, 0.92);
    }

    .kayit-landing .reg-pro__hint {
        color: rgba(235, 235, 245, 0.72);
    }

    .kayit-landing .agency-apply-reg-pro .text-muted {
        color: rgba(235, 235, 245, 0.72) !important;
    }

    /*
     * Aramalı ülke / ülke kodu (.reg-ss): üst .reg-pro koyu tema metin rengini veriyor; panel ve buton
     * zeminleri #fff kaldığı için ülke adları beyaz görünüyordu. Paneli açık tema gibi kilitle.
     */
    .kayit-landing .reg-pro .reg-ss__btn {
        color: #1d1d1f;
    }

    .kayit-landing .reg-pro .reg-ss__panel {
        color: #1d1d1f;
        color-scheme: light;
        background: #fff;
    }

    .kayit-landing .reg-pro .reg-ss__search {
        color: #1d1d1f;
        background: #fff;
    }

    .kayit-landing .reg-pro .reg-ss__search::placeholder {
        color: #6e6e73;
    }

    .kayit-landing .reg-pro .reg-ss__item,
    .kayit-landing .reg-pro .reg-ss__item-text {
        color: #1d1d1f;
    }

    .kayit-landing .reg-pro .reg-ss__item:hover,
    .kayit-landing .reg-pro .reg-ss__item:focus {
        color: #1d1d1f;
    }

    /* Açık zeminli input/select — koyu gövde metni mirasını kes */
    .kayit-landing .reg-pro .reg-pro__input,
    .kayit-landing .reg-pro .reg-pro__select,
    .kayit-landing .reg-pro .reg-pro textarea.reg-pro__textarea,
    .kayit-landing .reg-pro .kl-register-phone__input {
        color: #1d1d1f;
        color-scheme: light;
    }
}

.kayit-landing #quick-order,
.kayit-landing #register-form,
.kayit-landing #kayit-form {
    scroll-margin-top: calc(var(--header-height, 76px) + 16px);
}
