/* İlk ziyaret: yasal uyarı penceresi ve bildirim izni kartı */
html.fv-lock {
    overflow: hidden;
}

.fv-backdrop {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(4px);
}

.fv-modal {
    width: min(560px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border: 1px solid #dbe5ec;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .35);
}

.fv-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f6;
}

.fv-head h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #b45309;
    font-size: 17px;
    font-weight: 800;
}

.fv-warn {
    font-size: 18px;
}

.fv-close,
.fv-notify-close {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #f3c9c9;
    border-radius: 8px;
    background: #fff5f5;
    color: #b91c1c;
    font-family: inherit;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}

.fv-close:hover,
.fv-notify-close:hover {
    background: #fee2e2;
}

.fv-body {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.fv-body p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}

.fv-hl {
    padding: 0 4px;
    border-radius: 4px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 800;
}

.fv-danger {
    color: #dc2626;
    font-weight: 800;
}

.fv-foot {
    padding: 16px 20px 20px;
    border-top: 1px solid #eef2f6;
}

.fv-decline-hint {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 11.5px;
    line-height: 1.45;
    text-align: center;
}

.fv-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #14cba0, #079b7a);
    box-shadow: 0 8px 20px rgba(7, 155, 122, .22);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.fv-primary:hover {
    filter: brightness(1.05);
}

.fv-notify {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 190;
    display: grid;
    gap: 6px;
    width: min(340px, calc(100vw - 24px));
    padding: 18px;
    border: 1px solid #dbe5ec;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .25);
}

.fv-bell {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    border-radius: 12px;
    background: linear-gradient(135deg, #14cba0, #079b7a);
}

.fv-bell svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fv-notify-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    font-size: 16px;
}

.fv-notify strong {
    color: #172033;
    font-size: 15px;
}

.fv-notify p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

.fv-notify small {
    color: #94a3b8;
    font-size: 11.5px;
}

.fv-notify .fv-primary {
    margin-top: 8px;
    height: 40px;
}

/* Çerez tercihi çubuğu: engellemez, sayfanın altına yapışır */
.fv-cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 195;
    border-top: 1px solid #dbe5ec;
    background: #ffffff;
    box-shadow: 0 -14px 40px rgba(15, 23, 42, .14);
}

.fv-cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 24px;
}

.fv-cookie-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.fv-cookie-copy strong {
    color: #079b7a;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fv-cookie-copy p {
    margin: 0;
    color: #475569;
    font-size: 13.5px;
    line-height: 1.55;
}

.fv-cookie-copy p strong {
    color: #172033;
    font-size: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.fv-cookie-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.fv-cookie-btn {
    height: 42px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.fv-cookie-btn:hover {
    background: #f1f5f9;
}

.fv-cookie-btn.is-primary {
    border-color: #079b7a;
    background: linear-gradient(135deg, #14cba0, #079b7a);
    color: #ffffff;
}

.fv-cookie-btn.is-primary:hover {
    filter: brightness(1.05);
}

@media (max-width: 900px) {
    .fv-cookie-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 14px 16px 16px;
    }

    .fv-cookie-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fv-cookie-btn.is-primary {
        grid-column: 1 / -1;
    }
}
