:root { --cm-green:#1f8a5f; --cm-green-dark:#166543; --cm-contrast:#ffffff; }
.site-header{ background: linear-gradient(90deg,var(--cm-green-dark),var(--cm-green)); padding:.6rem 0; }
.site-footer{ background: linear-gradient(90deg,var(--cm-green),var(--cm-green-dark)); }
body{ padding-bottom:120px; }
.card-img-top{ height:180px; object-fit:cover; }
.property-carousel .carousel-item{ height:420px; }
.property-carousel .carousel-item img{ height:100%; width:100%; object-fit:cover; }
@media (max-width:992px){ .property-carousel .carousel-item{ height:340px; } }
@media (max-width:576px){ .property-carousel .carousel-item{ height:220px; } }
.formatted-description{ font-size:1rem; line-height:1.6; background:#fff; border:1px solid #ddd; border-radius:.5rem; padding:1rem; box-shadow:0 1px 4px rgba(0,0,0,0.05); }
.audit-box{ background:#f8f9fa; border:1px solid #e9ecef; padding:.75rem; border-radius:.5rem; margin-top:1rem; font-size:.9rem; color:#333; }
.copy-toast{ position:fixed; bottom:140px; right:20px; z-index:1050; display:none; }