.btn-enhanced {
    display: inline-block;
    background-color: #F8069D;
    color: white !important;
    padding: 10px 20px;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}
.btn-enhanced:hover {
    background-color: #c8057e;
}

/* Reduce unused space below desktop hero content across the site. */
@media (min-width: 769px) {
    section.hero { min-height: 78vh !important; }
    section:not(.hero) { padding-top: 64px !important; padding-bottom: 64px !important; }
}

@media (max-width: 768px) {
    section:not(.hero) { padding-top: 48px !important; padding-bottom: 48px !important; }
}

/* Keep every enquiry popup compact and consistent across the domain. */
.modal-content,
.modal-content-area {
    width: min(calc(100% - 32px), 520px) !important;
    max-width: 520px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px !important;
    border-radius: 24px !important;
}