*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#1a1a1a}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}a{text-decoration:none;transition:all .3s ease}.btn{display:inline-block;padding:12px 30px;border:2px solid transparent;border-radius:4px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-outline{background:0 0;color:#000}.btn-outline:hover{background:#000;color:#fff}.card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.card:hover{box-shadow:0 8px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.service-card{position:relative}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover::before{transform:scaleX(1)}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],input[type=time],select,textarea{width:100%;padding:14px 18px;border:2px solid #e5e5e5;border-radius:4px;font-size:16px;transition:all .3s ease;background:#fff}input:focus,select:focus,textarea:focus{outline:0;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.05);background:#fafafa}input:hover,select:hover,textarea:hover{border-color:#999}.prose{color:#374151;line-height:1.8}.prose h2{font-size:2rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.3;position:relative;padding-bottom:.75rem}.prose h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#000,transparent)}.prose h3{font-size:1.625rem;font-weight:600;color:#1f2937;margin-top:2rem;margin-bottom:1rem;line-height:1.4;position:relative;padding-left:1rem}.prose h3::before{content:'';position:absolute;left:0;top:.5rem;width:4px;height:1.5rem;background:#000}.prose p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.9;color:#4b5563}.prose .ql-align-center,.prose p.ql-align-center,.prose p[style*="text-align: center"]{text-align:center!important}.prose .ql-align-right,.prose p.ql-align-right,.prose p[style*="text-align: right"]{text-align:right!important}.prose .ql-align-justify,.prose p.ql-align-justify,.prose p[style*="text-align: justify"]{text-align:justify!important}.prose h1.ql-align-center,.prose h1[style*="text-align: center"],.prose h2.ql-align-center,.prose h2[style*="text-align: center"],.prose h3.ql-align-center,.prose h3[style*="text-align: center"],.prose h4.ql-align-center,.prose h4[style*="text-align: center"]{text-align:center!important}.prose h1.ql-align-right,.prose h1[style*="text-align: right"],.prose h2.ql-align-right,.prose h2[style*="text-align: right"],.prose h3.ql-align-right,.prose h3[style*="text-align: right"],.prose h4.ql-align-right,.prose h4[style*="text-align: right"]{text-align:right!important}.prose ol,.prose ul{margin-top:1.25rem;margin-bottom:2rem;padding-left:2rem}.prose li{margin-top:.75rem;margin-bottom:.75rem;line-height:1.9;position:relative}.prose ul li{list-style-type:none;padding-left:1.5rem}.prose ul li::before{content:'▸';position:absolute;left:0;color:#000;font-weight:700}.prose ol li{list-style-type:decimal;padding-left:.5rem}.prose strong{font-weight:700;color:#111827;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.1) 60%);padding:0 2px}.prose a{color:#000;text-decoration:none;border-bottom:2px solid #000;transition:all .3s ease;font-weight:500}.prose a:hover{color:#374151;border-bottom-color:#374151;background:rgba(0,0,0,.05);padding:0 4px;margin:0 -4px;border-radius:3px}.prose blockquote{border-left:4px solid #000;padding:1.5rem 2rem;margin:2rem 0;font-style:italic;color:#4b5563;background:#f9fafb;border-radius:0 8px 8px 0;position:relative}.prose blockquote::before{content:'"';position:absolute;top:-10px;left:10px;font-size:4rem;color:#000;opacity:.1;font-family:Georgia,serif}img[loading=lazy]{opacity:0;transition:opacity .3s}img[loading=lazy].loaded{opacity:1}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.container{max-width:1200px;margin:0 auto;padding:0 1rem}img{max-width:100%;height:auto}.spinner{border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@media print{.no-print,footer,header{display:none}}