@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap";:root{--primary-green: #60A5FA;--secondary-beige: #E5E7EB;--accent-gold: #D97706;--background-white: #FFFFFF;--text-dark: #111827;--text-gray: #28282b;--text-light: #9CA3AF}body{margin:0;font-family:Tajawal,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background-white)}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-8{padding:2rem}@media (max-width: 768px){.container{padding:0 .5rem}}.process-info{text-align:center}.process-description{font-size:1.125rem;color:var(--text-dark);margin-bottom:2rem}.appointment-button{display:inline-block;background:var(--primary-green);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .3s ease}.appointment-button:hover{background:#1f4e3d}
