/* =========================================================
   PJESMA ZA TEBE — GLOBALNI FOOTER
   Jedan identičan footer kroz cijelu temu.
   ========================================================= */
.pzt-site-footer{
  background:#0d1828;
  color:#aeb9c7;
  padding:46px 0;
  font:14.5px/1.55 'Segoe UI',system-ui,-apple-system,Roboto,Arial,sans-serif;
  border-top:1px solid rgba(227,201,153,.16);
}
.pzt-site-footer *{box-sizing:border-box}
.pzt-site-footer .pzt-footer-wrap{
  width:100%;
  max-width:1380px;
  margin:0 auto;
  padding-left:22px;
  padding-right:22px;
}
.pzt-site-footer .legal-footer-grid{
  display:grid;
  grid-template-columns:1.05fr 1.55fr 1.15fr 1fr;
  gap:44px;
  align-items:start;
}
.pzt-site-footer .legal-footer-grid>div{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
.pzt-site-footer .footer-col{min-width:0}
.pzt-site-footer .legal-footer-grid a{
  color:#e4ca9d;
  line-height:1.55;
}
.pzt-site-footer span{line-height:1.55}
.pzt-site-footer .footer-head{
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:17px;
  line-height:1.3;
  margin-bottom:5px;
}
.pzt-site-footer .footer-brand-copy{
  max-width:270px;
  margin:0;
  color:#b8c3d0;
  line-height:1.6;
}
.pzt-site-footer .footer-vat-note{
  display:block;
  max-width:300px;
  margin-top:10px;
  color:#e4ca9d;
  font-size:12.5px;
  line-height:1.55;
}
.pzt-site-footer .footer-bank{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(227,201,153,.14);
  font-size:12.5px;
  line-height:1.55;
  color:#c2cad4;
}
.pzt-site-footer .footer-bank strong{color:#fff;font-size:12.5px}
.pzt-site-footer .footer-mini-note{
  display:block;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(227,201,153,.14);
  font-size:12.5px;
  line-height:1.55;
  color:#c2cad4;
}
.pzt-site-footer .footer-bottom{
  margin-top:30px;
  padding-top:18px;
  border-top:1px solid rgba(227,201,153,.16);
  text-align:center;
  font-size:12.5px;
  line-height:1.55;
  color:#8795a7;
}
.pzt-site-footer .footer-link-btn{
  display:inline;
  width:max-content;
  max-width:100%;
  appearance:none;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  color:#e4ca9d!important;
  text-align:left!important;
  font:inherit!important;
  font-weight:400!important;
  line-height:1.55!important;
  cursor:pointer;
  text-decoration:underline!important;
  text-underline-offset:2px;
}
.pzt-site-footer .logo.brand-lockup{
  display:inline-flex;
  align-items:flex-end;
  gap:7px;
  width:max-content;
  min-width:max-content;
  line-height:1;
  letter-spacing:0;
  color:inherit;
  text-decoration:none;
}
.pzt-site-footer .brand-lockup-footer{margin-bottom:14px}
.pzt-site-footer .brand-main{
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px;
  font-weight:700;
  line-height:1;
  color:#fff;
  letter-spacing:-1.1px;
}
.pzt-site-footer .brand-script{
  font-family:'Parisienne','Segoe Script','Brush Script MT',cursive;
  font-size:25px;
  font-weight:400;
  line-height:1;
  color:#e3c999;
  margin-left:-3px;
  transform:translateY(1px);
  white-space:nowrap;
}
.pzt-site-footer .brand-wave{
  display:flex;
  align-items:center;
  gap:2px;
  height:16px;
  margin:0 -2px 5px -1px;
}
.pzt-site-footer .brand-wave i{
  display:block;
  width:2px;
  border-radius:99px;
  background:#e3c999;
}
.pzt-site-footer .brand-wave i:nth-child(1),
.pzt-site-footer .brand-wave i:nth-child(7){height:5px}
.pzt-site-footer .brand-wave i:nth-child(2),
.pzt-site-footer .brand-wave i:nth-child(6){height:9px}
.pzt-site-footer .brand-wave i:nth-child(3),
.pzt-site-footer .brand-wave i:nth-child(5){height:13px}
.pzt-site-footer .brand-wave i:nth-child(4){height:16px}

@media(max-width:900px){
  .pzt-site-footer .legal-footer-grid{grid-template-columns:1fr 1fr;gap:34px}
}
@media(max-width:600px){
  .pzt-site-footer{padding:38px 0}
  .pzt-site-footer .pzt-footer-wrap{padding-left:18px;padding-right:18px}
  .pzt-site-footer .legal-footer-grid{grid-template-columns:1fr;gap:30px}
  .pzt-site-footer .brand-main{font-size:27px}
  .pzt-site-footer .brand-script{font-size:22px}
}
