*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;line-height:1.6}#root{min-height:100vh}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}.header{background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.logo-main{color:#4a5568;font-weight:700}.logo-highlight{color:#f59e0b;font-weight:700}.header-cta{display:flex;gap:1rem;align-items:center}.hotline{font-weight:600;color:#dc2626;font-size:1.1rem}.cta-button{background:#2563eb;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;transition:background .3s}.cta-button:hover{background:#1d4ed8}.main-container{max-width:1200px;margin:2rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 320px;gap:2rem}.content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.breadcrumb{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.breadcrumb a{color:#6b7280}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#6b7280}.stars{color:#fbbf24;display:flex;gap:2px}.featured-image{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.featured-image img{width:100%;height:auto;display:block}.service-image{margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014;text-align:center}.service-image img{max-width:100%;height:auto;display:inline-block}.intro-text{font-size:1rem;line-height:1.8;margin-bottom:2rem;color:#475569}.toc{background:#f8fafc;padding:1.5rem;border-radius:6px;margin-bottom:2rem}.toc-title{font-weight:700;margin-bottom:1rem;color:#1e293b}.toc-list{list-style:none;counter-reset:item}.toc-list li{counter-increment:item;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.toc-list li:before{content:counter(item) ". ";position:absolute;left:0;font-weight:600;color:#2563eb}.toc-list a{color:#475569;text-decoration:none}.toc-list a:hover{color:#2563eb}.section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.section-content{font-size:1rem;line-height:1.8;color:#475569}.section-content p{margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.info-card{background:#f8fafc;padding:1.5rem;border-radius:6px;border-left:4px solid #2563eb}.info-card h4{font-weight:600;margin-bottom:.75rem;color:#1e293b}.info-card ul{list-style:none;padding-left:0}.info-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.info-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0}.feature-card{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:8px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#2563eb}.feature-card h4{font-weight:600;color:#1e293b;margin-bottom:.5rem}.services-list{list-style:none;margin:1.5rem 0}.services-list li{margin-bottom:.75rem;background:#f8fafc;border-radius:6px;padding:1rem 1rem 1rem 3rem;position:relative;font-weight:500}.services-list li:before{content:"→";position:absolute;left:1rem;color:#2563eb;font-size:1.5rem;font-weight:700}.cta-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:2rem;border-radius:8px;text-align:center;margin:2rem 0}.cta-section h3{font-size:1.5rem;margin-bottom:1rem}.cta-section p{margin-bottom:1.5rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:.875rem 2rem;border:2px solid white;background:#fff;color:#2563eb;border-radius:6px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.cta-btn:hover{background:transparent;color:#fff;transform:translateY(-2px)}.cta-btn.secondary{background:transparent;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#2563eb}.sidebar{position:sticky;top:90px;height:fit-content}.sidebar-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.sidebar-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{font-size:1.25rem;color:#2563eb;margin-top:.25rem}.contact-item strong{display:block;margin-bottom:.25rem;color:#1e293b}.contact-item a{color:#2563eb;font-weight:600}.highlight-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;border-radius:4px;margin-top:1rem}.highlight-box p{margin:0;font-weight:600;color:#92400e}.footer{background:#1e293b;color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#f59e0b}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#f59e0b;font-weight:600}.footer-section p{margin-bottom:.75rem;line-height:1.6;color:#cbd5e1;display:flex;align-items:center;gap:.5rem}.footer-contact p{font-size:.95rem}.footer-section a{color:#60a5fa;font-weight:600}.footer-section a:hover{color:#93c5fd;text-decoration:none}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;color:#94a3b8;font-size:.9rem}@media(max-width:768px){.main-container{grid-template-columns:1fr}.sidebar{position:static}.header-container{flex-direction:column;gap:1rem;text-align:center}.header-cta{flex-direction:column}.page-title{font-size:1.5rem}.content{padding:1.5rem}.info-grid,.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:1.25rem}.footer-section p{font-size:.9rem}}
