/* Shared styles */
body{ font-family: 'Inter', sans-serif; }
.hero-bg{ background-image:url('https://placehold.co/1920x1080/e0e0e0/333333?text=Bright+Golf+Bay'); background-size:cover; background-position:center; }
/* FAQ animation */
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .3s ease-out; }
