
.pa-header {background:black; padding:10px 20px; color:white; position:sticky; top:0;}
.pa-header nav a {color:white; margin:0 10px; text-decoration:none;}
.pa-footer {background:black; color:white; padding:40px 20px;}
.pa-footer-inner {display:flex; justify-content:space-between; flex-wrap:wrap;}
.pa-hero {height:70vh; background:#111; color:white; display:flex; align-items:center; justify-content:center; text-align:center;}
.pa-section {padding:60px 20px; text-align:center;}
.pa-grid {display:flex; gap:20px; justify-content:center; flex-wrap:wrap;}
.pa-card {background:white; padding:20px; border-radius:10px; width:240px;}
.pa-gallery {display:flex; gap:15px; justify-content:center;}
.pa-gallery div {width:240px; height:140px; background:#ddd; border-radius:10px;}
.pa-wa-float {position:fixed; bottom:20px; right:20px; background:#25D366; width:55px; height:55px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-decoration:none;}
iframe {width:100%; height:320px; border:0; border-radius:12px;}
