.front-page-desktop{width:100%;max-width:773px;margin:0 auto;padding:0;}
.front-page-desktop section{margin-bottom:10px;}
.front-page-desktop h2{font-size:2rem;margin-bottom:1rem;color:#222;}
.front-page-desktop a{text-decoration:none;}

.front-page-desktop .hero-section{background:url('/wp-content/themes/generatepress-child/images/hero-bg.webp') center/cover no-repeat;color:#fff;text-align:center;padding:2rem 1rem;border-radius:.5rem;}
.front-page-desktop .hero-section h1{font-size:3rem;margin-bottom:.5rem;}
.front-page-desktop .hero-section p{font-size:1.25rem;margin-bottom:1.5rem;}

.front-page-desktop .btn-primary{display:inline-block;background:#e94e1b;color:#fff;padding:.75rem 1.5rem;border-radius:.25rem;transition:background .3s;}
.front-page-desktop .btn-primary:hover{background:#c1272d;color:#fff;}

.front-page-desktop .home-map-section{background-color:#fff;}
.front-page-desktop .home-map-frame{height:400px;border-radius:1rem;overflow:hidden;}
.front-page-desktop .home-map-actions{text-align:center;margin-top:1rem;}

.home-quick-links{background:#fff;border-radius:.75rem;padding:14px 16px;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.home-quick-links__inner{display:flex;justify-content:center;}
.home-quick-links__menu{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;margin:0;padding:0;}
.home-quick-links__menu li{margin:0;padding:0;list-style:none;}
.home-quick-links__menu a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#222;}
.home-quick-links__item{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #e6e6e6;border-radius:999px;background:#fff;color:#222;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .2s ease;}
.home-quick-links__menu a:hover .home-quick-links__item{background:#e94e1b;color:#fff;border-color:#e94e1b;}
.front-page-desktop .hero-section{margin-bottom:14px;}
.front-page-desktop .home-quick-links{margin-bottom:14px;}

@media (max-width:1024px){
.front-page-desktop .hero-section h1{font-size:2.4rem;}
.front-page-desktop .hero-section p{font-size:1.1rem;}
}