/* Arka plan: görsel yoksa --lf-bg-image none; kampanya picture varsa landing_form.php --lf-bg-image yazar. */
:root {
    --lf-bg-image: none;
    --lf-glass-bg: rgba(255, 255, 255, 0.14);
    --lf-glass-border: rgba(255, 255, 255, 0.28);
    --lf-text: #f8fafc;
    --lf-text-muted: rgba(248, 250, 252, 0.82);
    --lf-blur: 40px;
    --lf-radius: 24px;
    --lf-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --lf-brand: #fa06af;
    --lf-brand-dark: #c5058c;
    --lf-brand-deep: #8f0468;
    --lf-brand-glow: rgba(250, 6, 175, 0.45);
    --lf-brand-ring: rgba(250, 6, 175, 0.35);
    --lf-header-h: 4rem;
    --lf-container-max: 1320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.lf-page {
    margin: 0;
    min-height: 100vh;
    font-family: var(--lf-font);
    -webkit-font-smoothing: antialiased;
    color: var(--lf-text);
    background-color: #16161a;
}

/* body.lf-page.lf-page--has-header {
    padding-top: var(--lf-header-h);
} */

.lf-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--lf-header-h);
    padding: 0.5rem clamp(0.75rem, 3vw, 1.25rem);
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.lf-site-header__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: var(--lf-container-max);
    margin: 0 auto;
}

.lf-site-header__inner--center {
    justify-content: center;
}

.lf-site-header__inner--center .lf-site-header__logo-link {
    justify-content: center;
}

.lf-site-header__langs {
    margin-left: auto;
    flex-shrink: 0;
}

.lf-lang-list {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf-lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    color: #475569;
    border-radius: 10px;
    transition: color 0.15s ease, background 0.15s ease;
}

.lf-lang-link:hover {
    color: #0f172a;
    background: rgba(15, 23, 42, 0.06);
}

.lf-lang-link--active {
    color: var(--lf-brand);
    background: rgba(250, 6, 175, 0.1);
}

.lf-site-header__logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    min-width: 0;
}

.lf-site-header__logo {
    display: block;
    max-height: 2.5rem;
    width: auto;
    max-width: min(220px, 55vw);
    height: auto;
    object-fit: contain;
}

.lf-root {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.lf-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-color: #16161a;
    background-image: var(--lf-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.lf-bg-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* Hero metni: #16161A tonlarında scrim (soldan sağa); alt katmanlarda hafif mavi/pembe */
    background:
        linear-gradient(
            90deg,
            rgba(22, 22, 26, 0.94) 0%,
            rgba(22, 22, 26, 0.84) 14%,
            rgba(22, 22, 26, 0.52) 38%,
            rgba(22, 22, 26, 0.2) 58%,
            rgba(22, 22, 26, 0) 78%
        ),
        linear-gradient(105deg, rgba(15, 18, 28, 0.38) 0%, rgba(15, 18, 28, 0.22) 45%, rgba(15, 18, 28, 0.1) 100%),
        radial-gradient(ellipse 120% 80% at 80% 20%, rgba(250, 6, 175, 0.1), transparent 55%);
}

.lf-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    min-height: 100vh;
    max-width: var(--lf-container-max);
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 3vw, 1.25rem);
}

.lf-hero {
    padding-right: clamp(0rem, 2vw, 1rem);
}

.lf-hero-kicker {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.65);
}

.lf-hero-title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.3rem, 4vw, 5rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.lf-hero-title-line {
    display: block;
}

.lf-hero-title-line--accent {
    margin-top: 0.15em;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lf-hero-lead {
    margin: 0 0 1.25rem;
    /* max-width: 36ch; */
    font-size: 1rem;
    line-height: 1.55;
    color: var(--lf-text-muted);
}

.lf-hero-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 40ch;
}

.lf-hero-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.85rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--lf-text-muted);
}

.lf-hero-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

/* CKEditor içerik (h1–h3, p, ul) */
.lf-landing-content > h1 {
    margin: 1rem 0 1.25rem;
    font-size: clamp(1.3rem, 4vw, 5rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--lf-text);
}

.lf-landing-content > :first-child:is(h1) {
    margin-top: 0;
}

.lf-landing-content > h2 {
    margin: 1.1rem 0 0.65rem;
    font-size: clamp(1.05rem, 2.15vw, 1.85rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.012em;
    color: var(--lf-text);
}

.lf-landing-content > :first-child:is(h2) {
    margin-top: 0;
}

.lf-landing-content > h3 {
    margin: 0.95rem 0 0.5rem;
    font-size: clamp(0.98rem, 1.55vw, 1.28rem);
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.008em;
    color: var(--lf-text);
}

.lf-landing-content > :first-child:is(h3) {
    margin-top: 0;
}

.lf-landing-content > h1 + p,
.lf-landing-content > p:first-of-type {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--lf-text-muted);
}

.lf-landing-content > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 40ch;
}

.lf-landing-content > ul > li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.85rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--lf-text-muted);
}

.lf-landing-content > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.lf-panel {
    width: 100%;
}

.lf-glass {
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border-radius: var(--lf-radius);
    background: var(--lf-glass-bg);
    border: 1px solid var(--lf-glass-border);
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.35) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    -webkit-backdrop-filter: blur(var(--lf-blur)) saturate(175%);
    backdrop-filter: blur(var(--lf-blur)) saturate(175%);
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.lf-glass.lf-glass--focused {
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow:
        0 8px 40px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.45) inset;
}

.lf-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lf-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lf-field--checkbox {
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

.lf-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.lf-optional {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
}

.lf-input {
    width: 100%;
    /* padding: 0.75rem 1rem; */
    font: inherit;
    font-size: 0.9375rem;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    outline: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lf-input::placeholder {
    color: rgba(15, 23, 42, 0.4);
}

.lf-input:hover {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.55);
}

.lf-input:focus-visible {
    background: #fff;
    border-color: var(--lf-brand);
    box-shadow: 0 0 0 3px var(--lf-brand-ring);
}

.lf-phone-combo {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    outline: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lf-phone-combo:hover {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.55);
}

.lf-phone-combo:focus-within {
    background: #fff;
    border-color: var(--lf-brand);
    box-shadow: 0 0 0 3px var(--lf-brand-ring);
}

.lf-phone-prefix {
    flex-shrink: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(15, 23, 42, 0.72);
    user-select: none;
}

.lf-phone-input {
    flex: 1;
    min-width: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    border: none;
    outline: none;
}

.lf-phone-input::placeholder {
    color: rgba(15, 23, 42, 0.38);
}

.lf-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%231e293b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1rem;
    /* padding-right: 2.5rem; */
}

.lf-textarea {
    resize: vertical;
    min-height: 5rem;
}

.lf-checkbox {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
    accent-color: var(--lf-brand);
    cursor: pointer;
}

.lf-checkbox-label {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
}

.lf-checkbox-label .lf-link {
    color: #fd7ed3;
    font-weight: 600;
}

.lf-link {
    color: #fd7ed3;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lf-link:hover {
    color: #fd71cf;
}

.lf-submit {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.9rem 1.25rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0f172a;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 1px 2px rgba(15, 23, 42, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
}

.lf-submit:hover {
    background: #f8fafc;
    border-color: rgba(250, 6, 175, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 2px 6px rgba(15, 23, 42, 0.07);
}

.lf-submit:active {
    transform: translateY(1px);
    background: #f1f5f9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.lf-submit:focus-visible {
    outline: 2px solid rgba(250, 6, 175, 0.55);
    outline-offset: 2px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 1px 2px rgba(15, 23, 42, 0.06);
}

@media (max-width: 900px) {
    .lf-bg-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(22, 22, 26, 0.94) 0%,
                rgba(22, 22, 26, 0.78) 22%,
                rgba(22, 22, 26, 0.44) 48%,
                rgba(22, 22, 26, 0.12) 72%,
                rgba(22, 22, 26, 0) 100%
            ),
            linear-gradient(165deg, rgba(15, 18, 28, 0.38) 0%, rgba(15, 18, 28, 0.2) 55%, rgba(15, 18, 28, 0.1) 100%),
            radial-gradient(ellipse 95% 65% at 50% 12%, rgba(250, 6, 175, 0.08), transparent 52%);
    }

    .lf-layout {
        grid-template-columns: 1fr;
        align-content: center;
        padding-top: clamp(5rem, 7vw, 4rem);
        padding-right: clamp(1.5rem, 4vw, 3rem);
        padding-bottom: clamp(1.5rem, 4vw, 3rem);
        padding-left: clamp(1.5rem, 4vw, 3rem);
    }

    .lf-hero {
        padding-right: 0;
        text-align: center;
    }

    .lf-hero-lead {
        font-size: 0.9375rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .lf-hero-list li {
        font-size: 0.875rem;
        line-height: 1.42;
        padding-left: 1.15rem;
        margin-bottom: 0.7rem;
        text-align: left;
    }

    .lf-hero-list li::before {
        width: 5px;
        height: 5px;
        top: 0.4em;
    }

    .lf-hero-lead,
    .lf-hero-list {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lf-glass,
    .lf-input,
    .lf-submit {
        transition: none;
    }

    .lf-glass {
        -webkit-backdrop-filter: blur(12px) saturate(140%);
        backdrop-filter: blur(12px) saturate(140%);
    }

    :root {
        --lf-blur: 12px;
    }

    .lf-preloader__spinner {
        animation: none;
        border-color: var(--lf-brand);
    }

    .lf-result__btn:hover {
        transform: none;
    }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .lf-glass {
        background: rgba(30, 34, 48, 0.82);
    }
}

/* Tom Select — düz tek satır kutu; arama açılır listede (dropdown_input) */
.lf-form .ts-wrapper.plugin-dropdown_input {
    background: transparent;
    border: none;
    box-shadow: none;
}

.lf-form .ts-wrapper {
    width: 100%;
}

.lf-form .ts-wrapper.single .ts-control:not(.rtl) {
    border-radius: 14px;
    padding: 0.75rem 2.35rem 0.75rem 1rem !important;
    min-height: 2.85rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.lf-form .ts-wrapper.single .ts-control:not(.rtl):hover {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.55);
}

.lf-form .ts-wrapper.single.input-active .ts-control:not(.rtl) {
    background: rgba(255, 255, 255, 0.72);
}

.lf-form .ts-wrapper.single.focus.input-active .ts-control:not(.rtl),
.lf-form .ts-wrapper.single.dropdown-active.input-active .ts-control:not(.rtl) {
    background: #fff;
}

.lf-form .ts-wrapper.single.focus .ts-control:not(.rtl),
.lf-form .ts-wrapper.single.dropdown-active .ts-control:not(.rtl) {
    background: #fff;
    border-color: var(--lf-brand);
    box-shadow: 0 0 0 3px var(--lf-brand-ring);
}

.lf-form .ts-wrapper.plugin-dropdown_input.focus.dropdown-active .ts-control:not(.rtl) {
    border-color: var(--lf-brand);
    box-shadow: 0 0 0 3px var(--lf-brand-ring);
}

/* Seçili değer: chip değil, düz metin */
.lf-form .ts-wrapper.single.plugin-dropdown_input .item {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: inherit;
    line-height: inherit;
    color: #0f172a;
}

.lf-page .ts-dropdown {
    z-index: 120;
    margin-top: 0.35rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);
    overflow: hidden;
}

/* Açılır liste üstündeki arama kutusu */
.lf-page .ts-dropdown.plugin-dropdown_input .dropdown-input {
    border: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px 14px 0 0;
    padding: 0.65rem 1rem;
    font-size: 0.9375rem;
    color: #0f172a;
    background: rgba(248, 250, 252, 0.98);
    box-shadow: none;
}

.lf-page .ts-dropdown.plugin-dropdown_input .dropdown-input:focus {
    outline: none;
    background: #fff;
}

.lf-page .ts-dropdown .option {
    padding: 0.55rem 0.85rem;
    font-size: 0.9375rem;
}

.lf-page .ts-dropdown .active {
    background: rgba(250, 6, 175, 0.12);
    color: #0f172a;
}

.lf-page .ts-dropdown [data-selectable] .highlight {
    background: rgba(250, 6, 175, 0.22);
    border-radius: 2px;
}

.lf-page .ts-dropdown .no-results {
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
    color: rgba(15, 23, 42, 0.55);
}

/* KVKK / aydınlatma — tam ekran hafif karartma + ortada modern kart */
body.lf-modal-open {
    overflow: hidden;
}

.lf-modal[hidden] {
    display: none !important;
}

.lf-modal.is-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 400;
    margin: 0;
    padding: max(1rem, env(safe-area-inset-top, 0)) max(1rem, env(safe-area-inset-right, 0)) max(1rem, env(safe-area-inset-bottom, 0)) max(1rem, env(safe-area-inset-left, 0));
    box-sizing: border-box;
    overscroll-behavior: contain;
}

.lf-modal__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.38);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lf-modal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: min(52rem, calc(100vw - 2rem));
    max-height: min(88dvh, 46rem);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.06),
        0 24px 64px rgba(15, 23, 42, 0.22),
        0 8px 24px rgba(15, 23, 42, 0.12);
}

.lf-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
    padding: 1rem 1rem 1rem 1.2rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.lf-modal__title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a;
}

.lf-modal__close {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 12px;
    font-size: 1.5rem;
    line-height: 1;
    color: #64748b;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.lf-modal__close:hover {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.lf-modal__close:focus-visible {
    outline: 2px solid var(--lf-brand);
    outline-offset: 2px;
}

.lf-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.15rem 1.25rem 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #334155;
    background: #fafafa;
}

/* KVK modal: CKEditor HTML (sınıfsız p / strong / ul / a) */
.lf-modal__body > *:first-child {
    margin-top: 0;
}

.lf-modal__body > *:last-child {
    margin-bottom: 0;
}

.lf-modal__body p {
    margin: 0 0 0.85rem;
    color: #334155;
}

.lf-modal__body p:last-child {
    margin-bottom: 0;
}

.lf-modal__body p:has(> strong:only-child) {
    margin-bottom: 0.55rem;
}

.lf-modal__body > p:first-child:has(> strong:only-child) strong {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #0f172a;
    text-transform: uppercase;
}

.lf-modal__body p:not(:first-child):has(> strong:only-child) strong {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.01em;
    text-transform: none;
}

.lf-modal__body ul,
.lf-modal__body ol {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
    color: #334155;
}

.lf-modal__body li {
    margin-bottom: 0.35rem;
    padding-left: 0.15rem;
}

.lf-modal__body li:last-child {
    margin-bottom: 0;
}

.lf-modal__body p + ul,
.lf-modal__body p + ol {
    margin-top: -0.35rem;
}

.lf-modal__body a {
    color: var(--lf-brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lf-modal__body a:hover {
    color: var(--lf-brand-dark);
}

.lf-modal__body h1,
.lf-modal__body h2,
.lf-modal__body h3,
.lf-modal__body h4 {
    margin: 1rem 0 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.lf-modal__body h1:first-child,
.lf-modal__body h2:first-child,
.lf-modal__body h3:first-child,
.lf-modal__body h4:first-child {
    margin-top: 0;
}

.lf-modal__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.lf-modal__hint {
    margin: 0;
    margin-bottom: 1rem;
    color: rgba(51, 65, 85, 0.75);
    font-size: 0.875rem;
}

.lf-modal__doc-title {
    margin: 0 0 0.85rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #0f172a;
    text-transform: uppercase;
}

.lf-modal__section-title {
    margin: 1.15rem 0 0.45rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}

.lf-modal__list {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    color: rgba(51, 65, 85, 0.88);
    font-size: 0.875rem;
}

.lf-modal__list li {
    margin-bottom: 0.35rem;
}

.lf-modal__list li:last-child {
    margin-bottom: 0;
}

.lf-modal__link {
    color: var(--lf-brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lf-modal__link:hover {
    color: var(--lf-brand-dark);
}

/* AJAX: tam ekran preloader + sonuç diyaloğu */
.lf-preloader {
    position: fixed;
    inset: 0;
    z-index: 480;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: max(1rem, env(safe-area-inset-top, 0)) max(1rem, env(safe-area-inset-right, 0))
        max(1rem, env(safe-area-inset-bottom, 0)) max(1rem, env(safe-area-inset-left, 0));
    box-sizing: border-box;
    background: rgba(15, 18, 28, 0.55);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.lf-preloader[hidden] {
    display: none !important;
}

.lf-preloader__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 2.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.06),
        0 24px 48px rgba(15, 23, 42, 0.2);
}

.lf-preloader__spinner {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 3px solid rgba(250, 6, 175, 0.2);
    border-top-color: var(--lf-brand);
    animation: lf-spin 0.75s linear infinite;
}

@keyframes lf-spin {
    to {
        transform: rotate(360deg);
    }
}

.lf-preloader__text {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    text-align: center;
    max-width: 16rem;
}

.lf-result {
    position: fixed;
    inset: 0;
    z-index: 490;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: max(1rem, env(safe-area-inset-top, 0)) max(1rem, env(safe-area-inset-right, 0))
        max(1rem, env(safe-area-inset-bottom, 0)) max(1rem, env(safe-area-inset-left, 0));
    box-sizing: border-box;
    overscroll-behavior: contain;
}

.lf-result[hidden] {
    display: none !important;
}

.lf-result__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.42);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lf-result__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: min(22rem, calc(100vw - 2rem));
    padding: 1.75rem 1.5rem 1.35rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.05),
        0 24px 56px rgba(15, 23, 42, 0.22);
    text-align: center;
}

.lf-result__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 10px;
    font-size: 1.35rem;
    line-height: 1;
    color: #64748b;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.lf-result__close:hover {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.lf-result__icon {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
}

.lf-result__icon--success {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
}

.lf-result__icon--error {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.lf-result__msg {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #334155;
}

.lf-result__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--lf-brand) 0%, var(--lf-brand-dark) 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    /* box-shadow: 0 2px 12px var(--lf-brand-glow); */
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lf-result__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px var(--lf-brand-glow);
}

body.lf-result-open,
body.lf-preloader-open {
    overflow: hidden;
}
