:root{--primary:#1a2744;--primary-light:#2a3f6a;--accent:#38bdf8;--accent-dark:#0ea5e9;--text:#1e293b;--text-light:#64748b;--bg:#fff;--bg-light:#f8fafc;--bg-lighter:#f1f5f9;--border:#e2e8f0;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.btn,.service-card,.feature-item,.value-card,.sidebar-card,.contact-form-wrapper,.social-grid a{cursor:pointer}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{border-bottom:1px solid var(--border);z-index:1000;background:#fff;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{color:var(--primary);align-items:center;gap:12px;text-decoration:none;display:flex}.logo-text{color:var(--text);font-size:1.25rem}.logo-text strong{font-weight:700}.nav{gap:32px;display:flex}.nav-link{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--accent)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-menu-btn span{background:var(--text);width:24px;height:2px;transition:all .3s;display:block}.mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-nav{border-bottom:1px solid var(--border);z-index:999;background:#fff;flex-direction:column;gap:16px;padding:24px;display:none;position:fixed;top:80px;left:0;right:0}.mobile-nav.active{display:flex}.mobile-nav .nav-link{padding:8px 0;font-size:1.1rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dark)}.btn-outline{color:#fff;background:0 0;border:2px solid #fff}.btn-outline:hover{background:#ffffff1a}.hero{background:var(--primary);color:#fff;padding:160px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero .label{background:#ffffff1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.875rem;display:inline-flex}.hero .label:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px}.hero h1{max-width:600px;margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.1}.hero p{opacity:.9;max-width:500px;margin-bottom:32px;font-size:1.125rem}.hero .hero-tagline{color:var(--accent);letter-spacing:.02em;margin-bottom:8px;font-size:1.4rem;font-weight:700}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-stats{border-top:1px solid #fff3;gap:64px;margin-top:80px;padding-top:40px;display:flex}.stat-item h3{font-size:3rem;font-weight:800}.stat-item p{opacity:.8;margin:0;font-size:.95rem}.section{padding:100px 0}.section-light{background:var(--bg-light)}.section-label{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.875rem;font-weight:600}.section-title{color:var(--text);margin-bottom:20px;font-size:2.5rem;font-weight:800;line-height:1.2}.section-desc{color:var(--text-light);max-width:600px;font-size:1.125rem}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:32px;transition:all .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-icon{background:var(--bg-lighter);border-radius:var(--radius-sm);width:48px;height:48px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.card h3{margin-bottom:12px;font-size:1.25rem;font-weight:700}.card p{color:var(--text-light);font-size:.95rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px;display:grid}.feature-item{border:1px solid var(--border);border-radius:var(--radius);background:#fff;gap:16px;padding:24px;display:flex}.feature-item .check-icon{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.feature-item h4{margin-bottom:8px;font-weight:600}.feature-item p{color:var(--text-light);font-size:.9rem}.footer{background:var(--primary);color:#fff}.cta-section{text-align:center;background:var(--primary);padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.cta-section h2{margin-bottom:16px;font-size:2.5rem;font-weight:800;position:relative}.cta-section p{opacity:.9;margin-bottom:32px;font-size:1.125rem;position:relative}.cta-note{opacity:.7;margin-top:16px;font-size:.9rem;display:block;position:relative}.footer-main{border-top:1px solid #ffffff1a;padding:60px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.6fr;gap:48px;display:grid}.footer-brand .logo{margin-bottom:8px}.footer-tagline{color:var(--accent);margin-bottom:8px;font-size:.9rem;font-weight:600}.footer-desc{opacity:.8;font-size:.9rem;line-height:1.7}.footer-col h4{letter-spacing:.1em;opacity:.6;margin-bottom:20px;font-size:.8rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:#fff;opacity:.9;font-size:.9rem;text-decoration:none;transition:opacity .2s}.footer-col a:hover{opacity:1}.contact-list li{opacity:.9;align-items:center;gap:12px;font-size:.9rem;display:flex}.contact-list svg{opacity:.7}.contact-list a{color:#fff;opacity:.9;text-decoration:none;transition:opacity .2s}.contact-list a:hover{opacity:1}.social-links{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.social-links a{color:#fff;background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.social-links a:hover{background:var(--accent);color:var(--primary);transform:translateY(-2px)}.social-links a svg{display:block}.logo-img{object-fit:contain;border-radius:8px}@media (width<=968px){.nav,.header-inner .btn{display:none}.mobile-menu-btn{display:flex}.hero h1{font-size:2.75rem}.hero-stats{flex-direction:column;gap:32px}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.hero{padding:120px 0 60px}.hero h1{font-size:2.25rem}.section-title{font-size:2rem}.footer-grid{grid-template-columns:1fr}.cta-section h2{font-size:1.75rem}}
