/* ===== Cerez onay paneli — istanbulrealestate.de — 2026-09-11 =====
   Kardes site besiktasemlak.net'teki `ozo-cookie-*` uygulamasinin birebir
   kopyasi; yalnizca konumlandirma bu temaya gore ayarlandi.
   Bu sitede sag-alt kosede AI asistan tetigi (bottom:115px; right:40px) ve
   yukari-cik oku (bottom:30px; right:40px) duruyor, bu yuzden panel SOL-ALT'a
   alindi. Sol-alt seritte yuzen baska bir oge yok (main.css'teki 11
   position:fixed kuralinin hicbiri sol-alta yerlesmiyor), bu yuzden panel
   dogrudan bottom:24px'te oturabiliyor. Palet: kurumsal lacivert #00357a +
   acik nötr #D9D9D9. */

.ozo-cookie-shell{position:fixed;left:22px;bottom:24px;z-index:9997;display:flex;
  flex-direction:column-reverse;align-items:flex-start;gap:12px}
.ozo-cookie-fab{width:52px;height:52px;border:1px solid rgba(217,217,217,.30);border-radius:999px;
  background:linear-gradient(180deg,#01417f 0%,#00305f 100%);
  box-shadow:0 14px 30px rgba(0,53,122,.32);display:inline-flex;align-items:center;
  justify-content:center;color:#D9D9D9;padding:0;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ozo-cookie-fab:hover,.ozo-cookie-fab:focus-visible{transform:translateY(-2px);
  border-color:rgba(217,217,217,.6);box-shadow:0 16px 34px rgba(0,53,122,.4);outline:none}
.ozo-cookie-fab svg{width:24px;height:24px;fill:currentColor}
.ozo-cookie-panel{position:relative;width:min(340px,calc(100vw - 32px));padding:18px 18px 16px;
  border-radius:20px;background:linear-gradient(180deg,rgba(0,53,122,.98) 0%,rgba(0,33,71,.98) 100%);
  border:1px solid rgba(217,217,217,.24);box-shadow:0 24px 50px rgba(0,53,122,.34);color:#f7f8fa;
  opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none;
  transition:opacity .25s ease,transform .25s ease}
.ozo-cookie-shell.is-open .ozo-cookie-panel{opacity:1;visibility:visible;transform:translateY(0);
  pointer-events:auto}
.ozo-cookie-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:0;
  border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);font-size:22px;
  line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.ozo-cookie-close:hover,.ozo-cookie-close:focus-visible{background:rgba(255,255,255,.16);outline:none}
.ozo-cookie-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#D9D9D9;
  margin-bottom:10px;font-weight:600}
.ozo-cookie-summary,.ozo-cookie-note,.ozo-cookie-detail-copy p{margin:0;font-size:14px;
  line-height:1.65;color:rgba(255,255,255,.84)}
.ozo-cookie-note{margin-top:10px;color:rgba(255,255,255,.64)}
.ozo-cookie-badge{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;
  border-radius:999px;background:rgba(217,217,217,.16);color:#eef1f5;font-size:12px;font-weight:600}
.ozo-cookie-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:#D9D9D9;
  box-shadow:0 0 0 4px rgba(217,217,217,.18)}
.ozo-cookie-details{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}
.ozo-cookie-details summary{cursor:pointer;list-style:none;font-size:13px;font-weight:600;color:#D9D9D9}
.ozo-cookie-details summary::-webkit-details-marker{display:none}
.ozo-cookie-details[open] summary{margin-bottom:10px}
.ozo-cookie-detail-copy{display:grid;gap:10px}
.ozo-cookie-detail-copy strong{color:#fff}
.ozo-cookie-detail-copy a{color:#D9D9D9;text-decoration:underline}
.ozo-cookie-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}
.ozo-cookie-accept{border:0;border-radius:999px;background:#D9D9D9;color:#00357a;padding:11px 18px;
  font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 12px 22px rgba(0,0,0,.22);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.ozo-cookie-accept:hover,.ozo-cookie-accept:focus-visible{transform:translateY(-1px);background:#fff;
  box-shadow:0 14px 26px rgba(0,0,0,.28);outline:none}

@media (max-width:991px){
  .ozo-cookie-shell{left:16px;bottom:20px}
  .ozo-cookie-panel{width:min(320px,calc(100vw - 28px))}
}
@media (max-width:575px){
  .ozo-cookie-shell{left:14px;bottom:18px}
  .ozo-cookie-fab{width:48px;height:48px}
  .ozo-cookie-panel{width:min(300px,calc(100vw - 24px));padding:16px 16px 14px}
}
@media (prefers-reduced-motion:reduce){
  .ozo-cookie-panel,.ozo-cookie-fab,.ozo-cookie-accept{transition:none}
}
