*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#7c3aed;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--white:#fff}body{font-family:-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;color:var(--text-dark);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white);padding:6rem 0;text-align:center}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.services{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.service-card p{color:var(--text-light);line-height:1.8}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.contact{background:var(--bg-light)}.contact-info{text-align:center;max-width:600px;margin:0 auto}.contact-info p{font-size:1.125rem;color:var(--text-light);margin-bottom:.5rem}.contact-info a{color:var(--primary-color);text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}footer{background:var(--text-dark);color:var(--white);padding:2rem 0;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{opacity:.8}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}}