/* Bayimiz Ol formu + KVKK popup (landing v2 önizleme) */
.lv2-apply-page-head {
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1.5rem;
}

.lv2-apply-head-om {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .lv2-apply-head-om {
        width: 2.75rem;
        height: 2.75rem;
    }
}

.lv2-apply-intro {
    font-size: 0.74375rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .lv2-apply-intro {
        font-size: 0.85rem;
    }
}

.lv2-apply-submit-wrap {
    margin-top: 0.25rem;
}

.lv2-apply-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 20rem;
    min-width: 12rem;
    padding: 0.875rem 2.75rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #640200;
    border: none;
    border-radius: 9999px;
    box-shadow: 0 10px 25px -10px rgba(100, 2, 0, 0.45);
    transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

@media (min-width: 640px) {
    .lv2-apply-submit {
        width: auto;
        min-width: 14.5rem;
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }
}

.lv2-apply-submit:hover:not(:disabled) {
    background-color: #550100;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -10px rgba(100, 2, 0, 0.5);
}

.lv2-apply-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

@media (min-width: 768px) {
    .lv2-apply-page-head {
        padding-bottom: 2rem;
    }
}

.lv2-field-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.375rem;
}

.lv2-field-label .lv2-hint {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #94a3b8;
    font-size: 0.75rem;
}

.lv2-inp,
.lv2-ta,
.lv2-sel {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.625rem 0.875rem;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #f8fafc;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.lv2-inp:focus,
.lv2-ta:focus,
.lv2-sel:focus {
    outline: none;
    border-color: #640200;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(100, 2, 0, 0.12);
}

.lv2-ta {
    min-height: 6rem;
    resize: vertical;
}

.lv2-phone-row {
    display: flex;
    align-items: stretch;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #f8fafc;
    overflow: hidden;
}

.lv2-phone-row:focus-within {
    border-color: #640200;
    box-shadow: 0 0 0 3px rgba(100, 2, 0, 0.12);
    background: #fff;
}

.lv2-phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border-right: 1px solid #e2e8f0;
}

.lv2-phone-row .lv2-inp {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.lv2-phone-row .lv2-inp:focus {
    box-shadow: none;
}

.lv2-apply-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lv2-apply-msg {
    display: none;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.lv2-apply-msg--ok {
    display: block;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.lv2-apply-msg--err {
    display: block;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

#lv2-kvkk-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#lv2-kvkk-overlay.is-open {
    display: flex;
}

#lv2-kvkk-overlay .lv2-kvkk-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

#lv2-kvkk-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 42rem;
    max-height: min(90vh, 720px);
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#lv2-kvkk-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #334155;
    white-space: pre-wrap;
}
