*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#334155;line-height:1.7;background:#fff}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#1d4ed8}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2rem;color:#0f172a;text-align:center;margin-bottom:3rem}.section-title::after{content:"";display:block;width:60px;height:3px;background:#2563eb;margin:1rem auto 0;border-radius:2px}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;color:#fff;transform:translateY(-1px);box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05)}.btn-secondary{background:rgba(0,0,0,0);color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-1px)}.link-arrow{font-weight:600;display:inline-block}.link-arrow:hover{transform:translateX(4px)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.5px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#334155;font-weight:500;padding:.5rem 0;position:relative}.nav-links a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2563eb;transition:width .2s}.nav-links a:hover{color:#2563eb}.nav-links a:hover::after{width:100%}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:#0f172a;transition:all .3s}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.hero{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);padding:8rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.hero-content p{font-size:1.25rem;color:#94a3b8;margin-bottom:2.5rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:6rem 2rem;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05)}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:#64748b;line-height:1.7}.services-preview{padding:6rem 2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{padding:2.5rem;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s}.service-card:hover{border-color:#2563eb;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05)}.service-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.375rem}.service-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.7}.cta-section{background:linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);padding:5rem 2rem;text-align:center}.cta-section h2{color:#fff;font-size:2.25rem;margin-bottom:1rem}.cta-section p{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:#2563eb}.cta-section .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.page-header{background:#0f172a;padding:5rem 2rem;text-align:center}.page-header h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.page-header .page-subtitle{color:#94a3b8;font-size:1.2rem;max-width:600px;margin:0 auto}.page-content{padding:4rem 2rem}.page-content .container{max-width:900px}.page-content h2{color:#0f172a;font-size:1.75rem;margin-top:3rem;margin-bottom:1rem}.page-content h3{color:#0f172a;font-size:1.375rem;margin-top:2rem;margin-bottom:.75rem}.page-content p{margin-bottom:1rem;line-height:1.8}.page-content ul,.page-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.page-content ul li,.page-content ol li{margin-bottom:.5rem;line-height:1.7}.page-content strong{color:#0f172a}.service-detail{padding:2rem 0;border-bottom:1px solid #e2e8f0}.service-detail:last-child{border-bottom:none}.posts-list{margin-top:2rem}.post-card{padding:2rem 0;border-bottom:1px solid #e2e8f0}.post-card:last-child{border-bottom:none}.post-card h2{margin-top:0;margin-bottom:.5rem}.post-card h2 a{color:#0f172a}.post-card h2 a:hover{color:#2563eb}.post-card time{display:block;color:#64748b;font-size:.875rem;margin-bottom:.75rem}.post-card p{color:#64748b;margin-bottom:1rem}.site-footer{background:#0f172a;color:#94a3b8;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid #1e293b}.footer-brand .logo-text{color:#fff;display:block;margin-bottom:1rem}.footer-brand p{line-height:1.7;font-size:.9rem}.footer-links h4{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:.5rem}.footer-links ul a{color:#94a3b8;font-size:.9rem}.footer-links ul a:hover{color:#fff}.footer-contact h4{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-contact p{font-size:.9rem}.footer-bottom{padding:1.5rem 0;text-align:center;font-size:.875rem}@media (max-width: 768px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;gap:0}.nav-links.active{display:flex}.nav-links li{padding:.75rem 0;border-bottom:1px solid #e2e8f0}.nav-links li:last-child{border-bottom:none}.hero-content h1{font-size:2.25rem}.hero{padding:5rem 1.5rem}.features,.services-preview{padding:4rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.section-title{font-size:1.75rem}}