.pv-footer { background: #1F3A5F; color: #fff; padding: 64px 32px 24px; }
.pv-footer-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.pv-col { min-width: 180px; }
.pv-footer-logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 0.05em; }
.pv-tagline { font-family: 'Inter', sans-serif; font-size: 13px; opacity: .7; margin-top: 8px; }
.pv-col h4 { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; opacity: .6; margin-bottom: 16px; }
.pv-col a { display: block; font-family: 'Inter', sans-serif; font-size: 14px; color: #fff; text-decoration: none; opacity: .85; margin-bottom: 10px; }
.pv-col a:hover { opacity: 1; }
.pv-footer-btn { background: #9A5B2E; display: inline-block; padding: 8px 16px; border-radius: 4px; margin-bottom: 16px; }
.pv-social { display: flex; gap: 16px; margin-top: 4px; }
.pv-social a { display: inline; margin-bottom: 0; }
.pv-footer-divider { border-top: 1px solid rgba(255,255,255,.15); max-width: 1280px; margin: 48px auto 20px; }
.pv-copyright { text-align: center; font-family: 'Inter', sans-serif; font-size: 12px; opacity: .6; }
