/* PetJovial v28 — footer credibility layer */
.pjv28-trust-footer{
  background:#0b2942;
  color:#eaf2f7;
  border-top:1px solid rgba(255,255,255,.08);
  padding:72px 24px 54px;
}
.pjv28-trust-footer__inner{max-width:1200px;margin:0 auto}
.pjv28-trust-footer__intro{max-width:760px;margin:0 0 34px}
.pjv28-trust-footer__eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.14em;color:#79d2c8;margin-bottom:12px}
.pjv28-trust-footer__intro h2{color:#fff!important;font-size:clamp(1.8rem,3vw,2.75rem)!important;line-height:1.08!important;letter-spacing:-.035em;margin:0 0 14px!important}
.pjv28-trust-footer__intro p{color:#b7c7d4!important;font-size:1.03rem;line-height:1.7;margin:0;max-width:720px}
.pjv28-trust-footer__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:34px}
.pjv28-trust-card{display:flex;flex-direction:column;min-height:210px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.035);text-decoration:none!important;box-shadow:none!important;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.pjv28-trust-card:hover{transform:translateY(-2px);border-color:rgba(121,210,200,.5);background:rgba(255,255,255,.055)}
.pjv28-trust-card:focus-visible{outline:3px solid #79d2c8;outline-offset:3px}
.pjv28-trust-card__label{color:#fff;font-size:1.02rem;font-weight:800;line-height:1.3;margin-bottom:10px}
.pjv28-trust-card__copy{color:#afc0ce;font-size:.9rem;line-height:1.55}
.pjv28-trust-card__link{margin-top:auto;padding-top:18px;color:#79d2c8;font-weight:800;font-size:.86rem}
.pjv28-trust-footer__principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:26px 0;margin-bottom:24px}
.pjv28-trust-footer__principles>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.1)}
.pjv28-trust-footer__principles>div:first-child{padding-left:0}
.pjv28-trust-footer__principles>div:last-child{border-right:0;padding-right:0}
.pjv28-trust-footer__principles strong{display:block;color:#fff;font-size:.92rem;margin-bottom:7px}
.pjv28-trust-footer__principles p{color:#aebfcc!important;font-size:.84rem!important;line-height:1.55!important;margin:0!important}
.pjv28-trust-footer__support{display:flex;align-items:center;justify-content:space-between;gap:24px}
.pjv28-trust-footer__support p{color:#aebfcc!important;font-size:.84rem!important;margin:0!important}
.pjv28-trust-footer__support a{color:#dce7ee!important;text-decoration:none!important;font-weight:700}
.pjv28-trust-footer__support a:hover{text-decoration:underline!important;text-underline-offset:3px}
.pjv28-trust-footer__support nav{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.pjv28-trust-footer__support nav a{font-size:.82rem}
@media(max-width:980px){
  .pjv28-trust-footer__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pjv28-trust-footer__principles{grid-template-columns:1fr}
  .pjv28-trust-footer__principles>div{padding:18px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .pjv28-trust-footer__principles>div:first-child{padding-top:0}
  .pjv28-trust-footer__principles>div:last-child{padding-bottom:0;border-bottom:0}
  .pjv28-trust-footer__support{align-items:flex-start;flex-direction:column}
  .pjv28-trust-footer__support nav{justify-content:flex-start}
}
@media(max-width:620px){
  .pjv28-trust-footer{padding:52px 20px 40px}
  .pjv28-trust-footer__cards{grid-template-columns:1fr}
  .pjv28-trust-card{min-height:0}
  .pjv28-trust-footer__support nav{gap:14px 18px}
}
@media(prefers-reduced-motion:reduce){.pjv28-trust-card{transition:none}.pjv28-trust-card:hover{transform:none}}
