.dynamic-alert { max-width: 900px; margin: 0 auto 30px; padding: 16px 20px; border-radius: 10px; font-size: .94rem; }
.dynamic-alert.success { background: #eaf7ef; color: #17643a; border: 1px solid #a9dcbc; }
.dynamic-alert.error { background: #fff0f0; color: #9a2e2e; border: 1px solid #f0b6b6; }
.service-detail-footer { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.service-detail-footer strong { color: var(--gold-dark); font-family: var(--font-heading); font-size:1.05rem; }
.portfolio-overlay p { color: rgba(255,255,255,.75); font-size:.8rem; }
.testimonials-wrapper { overflow:hidden; }
@media (max-width: 640px) { .service-detail-footer { align-items:flex-start; flex-direction:column; } }
.about-story-img .image-frame { aspect-ratio: 4 / 3; }
.about-story-img .image-frame img { height: 100%; }
