:root{--primary:#2563eb;--primary-dark:#1e3a8a;--text:#1a1a1a;--text-light:#4b5563;--text-muted:#6b7280;--bg:#fff;--bg-light:#f8fafc;--border:#e5e7eb}*{box-sizing:border-box}.main{font-family:system-ui,-apple-system,sans-serif;color:var(--text);line-height:1.6}.header{position:fixed;top:0;left:0;right:0;background:var(--bg);box-shadow:0 1px 3px rgba(0,0,0,.1);z-index:100}.nav{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{font-size:1.25rem;font-weight:700;color:var(--primary);margin:0}.hamburger,.menu-toggle{display:none}.hamburger{flex-direction:column;gap:5px;cursor:pointer;padding:5px}.hamburger-line{width:25px;height:3px;background:var(--primary);border-radius:2px}.nav-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav-link{color:var(--text-light);font-weight:500}.contact-btn,.nav-link{text-decoration:none;font-size:.9rem}.contact-btn{color:var(--primary);font-weight:600}.cta-btn{background:var(--primary);color:var(--bg);padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.9rem}.hero{padding:7rem 1.5rem 3rem;text-align:center;background:linear-gradient(180deg,var(--bg-light) 0,var(--bg) 100%)}.hero-title{font-size:2rem;font-weight:800;margin:0 auto 1rem;max-width:800}.highlight{color:var(--primary)}.hero-subtitle{font-size:1rem;color:var(--text-muted);max-width:600;margin:0 auto 2rem}.hero-cta{display:inline-block;background:var(--primary);color:var(--bg);padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem}.services{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.card{padding:2rem;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-text{color:var(--text-muted)}.process{padding:4rem 2rem;background:var(--bg-light)}.steps{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.step{text-align:center}.step-number{width:48px;height:48px;background:var(--primary);color:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-text{color:var(--text-muted)}.cta-section{padding:4rem 2rem;text-align:center;background:var(--primary-dark);color:var(--bg)}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background:var(--bg);color:var(--primary-dark);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem}.footer{padding:2rem;text-align:center;color:var(--text-muted);border-top:1px solid var(--border)}@media (max-width:768px){.nav-menu{display:flex;align-items:center;gap:1rem}#menu-toggle:checked~.nav-menu .hamburger .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}#menu-toggle:checked~.nav-menu .hamburger .hamburger-line:nth-child(2){opacity:0}#menu-toggle:checked~.nav-menu .hamburger .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger{display:flex}.hamburger-line{transition:transform .3s,opacity .3s}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}#menu-toggle:checked~.nav-menu .nav-links{display:flex}.hero-title{font-size:1.75rem}.cta-section,.process,.services{padding:3rem 1rem}}