:root{--bg-dark-primary:#0f172a;--bg-dark-secondary:#1e293b;--secondary:#3b82f6;--accent:#2563eb;--text-light:#f8fafc;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;background:var(--bg-dark-primary)}.hero-section,body{color:var(--text-light)}.hero-section{background:linear-gradient(135deg,var(--bg-dark-primary) 0,var(--bg-dark-secondary) 100%);padding:120px 40px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top,rgba(30,64,175,.15) 0,transparent 70%);pointer-events:none}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em;color:var(--text-light)}.hero-subtitle,.hero-title{position:relative;z-index:1}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-block;background:var(--secondary);color:#fff;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;position:relative;z-index:1}.hero-cta:hover{background:var(--accent);transform:translateY(-2px);color:#fff}.section-services{background:var(--bg-dark-secondary);padding:80px 40px}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:60px;color:var(--text-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.service-card{background:var(--bg-dark-primary);border:1px solid #334155;border-radius:12px;padding:35px;transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.3);border-color:var(--secondary)}.service-icon{font-size:2rem;margin-bottom:20px}.service-title{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text-light)}.service-description{color:var(--text-muted);line-height:1.6}.contact-cta{background:linear-gradient(135deg,var(--secondary) 0,#1e40af 100%);padding:100px 40px;text-align:center;color:#fff}.contact-subtitle{font-size:18px;opacity:.9;margin-bottom:40px}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{color:#fff;margin-bottom:8px;font-weight:500}.contact-form input,.contact-form textarea,.form-group input,.form-group textarea{padding:16px;border-radius:8px;border:none;font-size:16px;font-family:inherit}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{padding:16px 40px;background:#fff;color:var(--primary);border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.contact-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px rgba(0,0,0,.3)}.contact-form button:disabled{opacity:.7;cursor:not-allowed}.success-message{color:#4ade80;font-weight:600}.error-message{color:#f87171;font-weight:600}.section-blog{background:var(--bg-dark-primary);padding:80px 40px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.blog-card{background:var(--bg-dark-secondary);border-radius:12px;overflow:hidden;transition:all .3s;text-decoration:none;display:block}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.3)}.blog-card-image{height:200px;background:var(--bg-dark-accent,#334155);overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:25px}.blog-card-date{font-size:12px;color:var(--text-muted);margin-bottom:8px}.blog-card-title{font-size:18px;font-weight:600;color:var(--text-light);margin-bottom:10px;line-height:1.3}.blog-card-excerpt{font-size:14px;color:var(--text-muted);line-height:1.6}:root{--primary:#1e40af}.header{position:fixed;top:0;left:0;right:0;background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #334155;z-index:1000;padding:0 40px}.nav{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--text-light);text-decoration:none}.nav-links{display:flex;list-style:none;gap:40px}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--secondary)}.nav-cta{background:var(--secondary);color:#fff;padding:10px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.nav-cta:hover{background:var(--accent);color:#fff}.footer{background:var(--bg-dark-primary);padding:60px 40px 30px;border-top:1px solid #334155}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--text-light)}.footer-tagline{color:var(--text-muted);margin-top:8px}.footer-links{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--secondary)}.footer-copyright{color:var(--text-muted);font-size:14px;margin-top:20px}body{padding-top:70px}.page-content{max-width:800px;margin:0 auto;padding:60px 40px}.page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-light);margin-bottom:40px;line-height:1.2}.page-body{color:var(--text-muted);line-height:1.8;font-size:1.1rem}.page-body h2{color:var(--text-light);font-size:1.8rem;margin:40px 0 20px}.page-body h3{color:var(--text-light);font-size:1.4rem;margin:30px 0 15px}.page-body p{margin-bottom:20px}.page-body ol,.page-body ul{margin-bottom:20px;padding-left:30px}.page-body li{margin-bottom:10px}.page-body a{color:var(--secondary);text-decoration:none}.page-body a:hover{text-decoration:underline}.page-body img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.page-body blockquote{border-left:4px solid var(--secondary);padding-left:20px;margin:20px 0;font-style:italic;color:var(--text-muted)}.services-page{max-width:1200px;margin:0 auto;padding:60px 40px}.services-intro{color:var(--text-muted);font-size:1.2rem;text-align:center;max-width:700px;margin:0 auto 60px}.cta-section{background:var(--bg-dark-secondary);padding:60px;border-radius:16px;text-align:center;margin-top:60px}.cta-section h2{color:var(--text-light);margin-bottom:20px}.cta-section p{color:var(--text-muted);margin-bottom:30px}.stats-section{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:80px 40px}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:40px;gap:40px;text-align:center}.stat-item{display:flex;flex-direction:column;gap:10px}.stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff}.stat-label{font-size:1rem;color:hsla(0,0%,100%,.9)}.about-section{background:var(--bg-dark-primary);padding:80px 40px}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{color:var(--text-muted);font-size:1.1rem;line-height:1.8;margin-bottom:20px}.usp-list{margin-top:40px;text-align:left;display:inline-block}.usp-item{color:var(--text-light);font-size:1.1rem;margin-bottom:15px;padding-left:10px}.faq-section{background:var(--bg-dark-secondary);padding:80px 40px}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.faq-item{background:var(--bg-dark-primary);padding:30px;border-radius:12px;border:1px solid #334155}.faq-question{color:var(--text-light);font-size:1.2rem;margin-bottom:15px}.faq-answer{color:var(--text-muted);line-height:1.7}