html{scrollbar-gutter:stable}body{overflow-x:clip}.fade-up{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible,.hero .fade-up{opacity:1;transform:translateY(0)}@media (max-width:768px){body{padding-bottom:66px}}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%{transform:scale(.95);opacity:.5}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.5}}.service-booking-overlay{position:fixed;inset:0;z-index:300;background:rgba(30,42,74,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.service-booking-panel{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow:auto;box-shadow:0 24px 64px rgba(0,0,0,.2)}.service-booking-header{background:#1e2a4a;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.service-booking-header h2{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;margin:0}.service-booking-close{background:hsla(0,0%,100%,.12);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px}.service-booking-body{padding:20px}