/* =========================================================
   PropertyHub shared public footer
   Loaded centrally — never add footer CSS to individual pages.
========================================================= */
.ph-footer{margin-top:0;background:#071a38;color:#dbe7fb}
.ph-footer-main{padding:68px 0 34px;background:linear-gradient(135deg,#071a38 0%,#0b2852 55%,#0e3b78 100%)}
.ph-footer .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.ph-footer-top{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:42px}
.ph-footer-brand{padding-right:25px}
.ph-footer-logo{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:25px;font-weight:800;letter-spacing:-.5px;margin-bottom:18px}
.ph-footer-logo>span:last-child span{color:#73a7ff}
.ph-logo-mark{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:#2474f5;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.ph-footer-brand p{margin:0;max-width:380px;color:#aebfda;line-height:1.75;font-size:14px}
.ph-footer-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.ph-footer-trust span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:999px;padding:8px 11px;color:#c9d8ee;font-size:12px}
.ph-footer-trust i{color:#74a9ff}
.ph-footer-column{display:flex;flex-direction:column;gap:10px}
.ph-footer-column h3{margin:3px 0 9px;color:#fff;font-size:15px;font-weight:700}
.ph-footer-column a{color:#aebfda;text-decoration:none;font-size:13px;line-height:1.55;transition:color .18s,transform .18s}
.ph-footer-column a:hover{color:#fff;transform:translateX(2px)}
.ph-footer-help{margin-top:45px;padding:22px 24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ph-footer-help strong{display:block;color:#fff;font-size:16px;margin-bottom:4px}
.ph-footer-help span{color:#aebfda;font-size:13px}
.ph-footer-help-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:10px;background:#2474f5;color:#fff;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}
.ph-footer-help-btn:hover{background:#3c85ff;color:#fff}
.ph-footer-bottom{background:#04132b;border-top:1px solid rgba(255,255,255,.08)}
.ph-footer-bottom-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#8fa5c5}
.ph-footer-bottom-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ph-footer-bottom-links a{color:#9eb2ce;text-decoration:none}
.ph-footer-bottom-links a:hover{color:#fff}
@media (max-width:1000px){.ph-footer-top{grid-template-columns:1.5fr repeat(2,1fr)}.ph-footer-brand{grid-column:1/-1}.ph-footer-help{margin-top:32px}}
@media (max-width:650px){.ph-footer-main{padding:48px 0 28px}.ph-footer .container{width:min(100% - 28px,1180px)}.ph-footer-top{grid-template-columns:repeat(2,1fr);gap:28px 22px}.ph-footer-brand{grid-column:1/-1;padding-right:0}.ph-footer-help{align-items:flex-start;flex-direction:column}.ph-footer-bottom-inner{padding:18px 0;align-items:flex-start;flex-direction:column}.ph-footer-bottom-links{gap:12px}}
