/* Services page additional styles */
.quote-estimate { animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.estimate-label { font-size: 0.85rem; color: var(--mid-grey); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.estimate-price { font-size: 2rem; font-weight: 700; color: var(--primary); font-family: var(--font-heading); margin-bottom: 0.5rem; }
.estimate-note { font-size: 0.82rem; color: var(--mid-grey); }
