/* Achterhoekgenieten.nl – Performance & Boekings CSS */
/* Sticky boekknop mobiel */
@media(max-width:768px){
.ahg-sticky{position:fixed;bottom:0;left:0;right:0;background:#2d5a1b;z-index:9999;padding:10px 14px;text-align:center;box-shadow:0 -2px 10px rgba(0,0,0,.3);}
.ahg-sticky a{display:block;background:#f5a623;color:#1a1a1a!important;font-weight:700;padding:12px;border-radius:8px;text-decoration:none!important;font-size:1rem;}
.page-id-57 .ahg-sticky,.page-id-286 .ahg-sticky,.page-id-285 .ahg-sticky{display:none!important;}
body{padding-bottom:66px!important;}
}
/* WhatsApp float desktop */
@media(min-width:769px){
.ahg-wa-float{position:fixed;bottom:24px;right:20px;z-index:8888;background:#25D366;color:#fff!important;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.25);text-decoration:none!important;transition:transform .2s;}
.ahg-wa-float:hover{transform:scale(1.1);}
.page-id-5 .ahg-wa-float{display:none;}
}
@media(max-width:768px){.ahg-wa-float{display:none;}}
/* Accommodatiekaartjes hover */
.ahg-villa-card{transition:box-shadow .2s,transform .2s;}
.ahg-villa-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.13)!important;transform:translateY(-3px);}
/* Boekknop */
.ahg-boek-btn,a.ahg-boek-btn{display:block!important;background:linear-gradient(135deg,#2d5a1b,#4a9e4a)!important;color:#fff!important;font-weight:700!important;padding:14px 28px!important;border-radius:50px!important;text-decoration:none!important;text-align:center!important;}
/* Mobiel */
@media(max-width:600px){
h1{font-size:1.5rem!important;line-height:1.3!important;}
h2{font-size:1.2rem!important;}
.nv-content-wrap img{max-width:100%!important;height:auto!important;}
}