/* Soprano çerez onay bandı (Evdema benzeri) */
.soprano-cookie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99998;
    display: none;
}
.soprano-cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px;
    display: none;
    font-family: "Montserrat", sans-serif;
}
.soprano-cookie-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 16px;
}
.soprano-cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.soprano-cookie-btn {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.soprano-cookie-accept,
.soprano-cookie-reject,
.soprano-cookie-settings {
    background: #f4822e;
    color: #fff;
}
.soprano-cookie-accept:hover,
.soprano-cookie-reject:hover,
.soprano-cookie-settings:hover {
    background: #e97822;
}
.soprano-cookie-link {
    color: #f4822e;
    text-decoration: underline;
}

.soprano-cookie-modal {
    position: fixed;
    inset: 24px;
    max-width: 980px;
    max-height: calc(100vh - 48px);
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    z-index: 100000;
    display: none;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.soprano-cookie-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px 12px;
    border-bottom: 1px solid #ececec;
}
.soprano-cookie-modal-title {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}
.soprano-cookie-close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #333;
    cursor: pointer;
}
.soprano-cookie-tabs {
    display: flex;
    gap: 24px;
    padding: 0 24px;
    border-bottom: 1px solid #ececec;
}
.soprano-cookie-tab {
    padding: 12px 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-family: inherit;
}
.soprano-cookie-tab.active {
    color: #f4822e;
    border-bottom: 2px solid #f4822e;
}
.soprano-cookie-modal-body {
    padding: 8px 24px 16px;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.soprano-cookie-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}
.soprano-cookie-row-title {
    font-size: 1.1rem;
    color: #1f1f1f;
    margin: 0 0 8px;
    font-weight: 600;
}
.soprano-cookie-row-desc {
    font-size: 13px;
    color: #555;
    margin: 0;
}
.soprano-cookie-services {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}
.soprano-cookie-services strong { color: #444; }
.soprano-cookie-services ul { margin: 4px 0 0 18px; padding: 0; }
.soprano-cookie-footer {
    padding: 14px 24px;
    border-top: 1px solid #ececec;
    text-align: right;
}
.soprano-cookie-save {
    background: #1f1f1f;
    color: #fff;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    padding: 12px 18px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
}
.soprano-cookie-save:hover { background: #253039; }

.soprano-cookie-fab {
    position: fixed;
    right: 18px;
    bottom: 110px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    background: #f4822e;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 99997;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.soprano-cookie-fab svg { width: 24px; height: 24px; }
.soprano-cookie-fab:hover { background: #e97822; }

.soprano-switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
    flex-shrink: 0;
}
.soprano-switch input { opacity: 0; width: 0; height: 0; }
.soprano-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #c9ced6;
    transition: 0.2s;
    border-radius: 20px;
}
.soprano-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
    background: #fff;
    transition: 0.2s;
    border-radius: 50%;
}
.soprano-switch input:checked + .soprano-slider { background: #3c8c42; }
.soprano-switch input:checked + .soprano-slider:before { transform: translateX(20px); }
.soprano-switch input:disabled + .soprano-slider { opacity: 0.85; cursor: not-allowed; }

@media (max-width: 768px) {
    .soprano-cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 16px; }
    .soprano-cookie-modal { inset: 8px; max-height: calc(100vh - 16px); }
    .soprano-cookie-tab { font-size: 14px; }
    .soprano-cookie-fab { bottom: 90px; right: 14px; }
}
