.fzp-root{--fzp-bg:#fff;--fzp-text:#2f281f;--fzp-accent:#ef7d22;--fzp-overlay:.62;--fzp-max-width:760px;--fzp-corner-width:420px;position:fixed;inset:0;z-index:999999;pointer-events:none;font-family:Arial,Helvetica,sans-serif;color:var(--fzp-text)}
.fzp-root *{box-sizing:border-box}
.fzp-root[aria-hidden="true"]{visibility:hidden}
.fzp-overlay{position:absolute;inset:0;background:rgba(25,21,18,var(--fzp-overlay));opacity:0;transition:opacity .3s ease;pointer-events:auto;backdrop-filter:blur(1.5px)}
.fzp-popup{position:absolute;background:var(--fzp-bg);color:var(--fzp-text);overflow:hidden;pointer-events:auto;box-shadow:0 30px 80px rgba(29,23,17,.24);opacity:0;transition:opacity .32s ease,transform .36s cubic-bezier(.2,.8,.2,1);isolation:isolate}
.fzp-close{position:absolute;right:15px;top:15px;z-index:7;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#2f281f;font-size:28px;line-height:36px;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;padding:0}
.fzp-content{position:relative;z-index:4;padding:54px 52px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.fzp-eyebrow{font-family:Georgia,'Times New Roman',serif;color:var(--fzp-accent);font-size:18px;margin:0 0 10px}
.fzp-heading{font-family:Georgia,'Times New Roman',serif;font-size:44px;line-height:1.03;font-weight:400;margin:0 0 16px;color:inherit;letter-spacing:-.02em}
.fzp-subheading{font-size:18px;line-height:1.45;font-weight:700;margin:0 0 12px;color:inherit}
.fzp-body{font-size:16px;line-height:1.65;opacity:.88}
.fzp-body p{margin:0 0 12px}
.fzp-body p:last-child{margin-bottom:0}
.fzp-button{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;padding:15px 28px;border-radius:999px;background:var(--fzp-accent);color:#fff!important;text-decoration:none!important;font-weight:700;font-size:15px;line-height:1.2;transition:transform .18s ease,filter .18s ease;box-shadow:none}
.fzp-button:hover{transform:translateY(-1px);filter:brightness(.95)}
.fzp-media,.fzp-background{background-size:cover;background-position:center}
.fzp-background{position:absolute;inset:0;z-index:0}
.fzp-background-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(24,19,14,.78),rgba(24,19,14,.4))}
.fzp-layout-background .fzp-content{color:#fff;min-height:440px;max-width:72%}
.fzp-layout-background .fzp-eyebrow{color:#fff;opacity:.9}
.fzp-layout-split .fzp-popup{display:grid;grid-template-columns:minmax(250px,43%) 1fr}
.fzp-layout-split .fzp-media{min-height:430px}
.fzp-layout-split .fzp-content{min-height:430px}
.fzp-layout-text .fzp-content{min-height:340px}

.fzp-pos-modal .fzp-popup{width:min(var(--fzp-max-width),calc(100vw - 40px));left:50%;top:50%;border-radius:34px;transform:translate(-50%,-46%) scale(.97)}
.fzp-pos-modal.fzp-visible .fzp-overlay{opacity:1}
.fzp-pos-modal.fzp-visible .fzp-popup{opacity:1;transform:translate(-50%,-50%) scale(1)}

.fzp-pos-bottom-left,.fzp-pos-bottom-right{inset:auto 0 0 0;height:100vh}
.fzp-pos-bottom-left .fzp-popup,.fzp-pos-bottom-right .fzp-popup{width:min(var(--fzp-corner-width),calc(100vw - 28px));bottom:18px;border-radius:28px}
.fzp-pos-bottom-left .fzp-popup{left:18px;transform:translate3d(-28px,22px,0)}
.fzp-pos-bottom-right .fzp-popup{right:18px;transform:translate3d(28px,22px,0)}
.fzp-pos-bottom-left.fzp-visible .fzp-popup,.fzp-pos-bottom-right.fzp-visible .fzp-popup{opacity:1;transform:translate3d(0,0,0)}
.fzp-pos-bottom-left .fzp-content,.fzp-pos-bottom-right .fzp-content{padding:34px 32px}
.fzp-pos-bottom-left .fzp-heading,.fzp-pos-bottom-right .fzp-heading{font-size:32px}
.fzp-pos-bottom-left.fzp-layout-split .fzp-popup,.fzp-pos-bottom-right.fzp-layout-split .fzp-popup{display:block}
.fzp-pos-bottom-left.fzp-layout-split .fzp-media,.fzp-pos-bottom-right.fzp-layout-split .fzp-media{min-height:190px}
.fzp-pos-bottom-left.fzp-layout-split .fzp-content,.fzp-pos-bottom-right.fzp-layout-split .fzp-content{min-height:0}
.fzp-pos-bottom-left.fzp-layout-background .fzp-content,.fzp-pos-bottom-right.fzp-layout-background .fzp-content{max-width:100%;min-height:360px}

@media (max-width:720px){
  .fzp-pos-modal .fzp-popup{width:min(94vw,560px);max-height:88vh;overflow:auto;border-radius:24px}
  .fzp-layout-split .fzp-popup{display:block}
  .fzp-layout-split .fzp-media{min-height:220px}
  .fzp-layout-split .fzp-content{min-height:0}
  .fzp-content{padding:38px 28px}
  .fzp-heading{font-size:34px}
  .fzp-layout-background .fzp-content{max-width:100%;min-height:420px}
  .fzp-pos-bottom-left .fzp-popup,.fzp-pos-bottom-right .fzp-popup{left:14px;right:14px;bottom:14px;width:auto;max-height:82vh;overflow:auto}
}

/* Zminimalizowany popup: przycisk powrotu w lewym dolnym rogu */
.fzp-reopen{
  --fzp-accent:#ef7d22;
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:999998;
  width:58px;
  height:58px;
  padding:0;
  border:0;
  border-radius:50%;
  background:var(--fzp-accent);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(29,23,17,.22);
  opacity:0;
  visibility:hidden;
  transform:translate3d(0,16px,0) scale(.88);
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility .22s ease,filter .18s ease;
}
.fzp-reopen[aria-hidden="true"]{pointer-events:none}
.fzp-reopen.fzp-reopen-visible{
  opacity:1;
  visibility:visible;
  transform:translate3d(0,0,0) scale(1);
  pointer-events:auto;
}
.fzp-reopen:hover{filter:brightness(.95);transform:translate3d(0,-2px,0) scale(1.04)}
.fzp-reopen:focus-visible{outline:3px solid rgba(239,125,34,.28);outline-offset:4px}
.fzp-reopen svg{width:26px;height:26px;display:block}

@media (max-width:720px){
  .fzp-reopen{left:14px;bottom:14px;width:54px;height:54px}
}
