.page{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=2000&q=80);background-size:cover;background-position:center;background-attachment:fixed}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#002850d9,#003c64b3)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem;max-width:800px}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.tagline{font-size:1.5rem;font-weight:300;color:#fff}.container{max-width:1000px;margin:0 auto;padding:4rem 2rem}section{margin-bottom:4rem}section h2{font-size:2rem;font-weight:600;margin-bottom:1.25rem;color:#1a1a1a}section p{color:#444;font-size:1.125rem;line-height:1.8}.intro{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#05a}.service-card p{font-size:1rem;color:#555;line-height:1.7}.approach{background:linear-gradient(135deg,#f8fafc,#eef2f7);padding:3rem;border-radius:12px;margin-left:-1rem;margin-right:-1rem}.contact{text-align:center}.contact-link{display:inline-block;margin-top:1rem;padding:1rem 2.5rem;background:#05a;color:#fff;border-radius:6px;font-weight:500;font-size:1.1rem;transition:background .2s ease}.contact-link:hover{background:#003d7a;text-decoration:none}footer{text-align:center;padding:2rem;background:#1a1a1a;color:#888;font-size:.875rem;margin-top:auto}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.tagline{font-size:1.2rem}.services-grid{grid-template-columns:1fr}.hero{background-attachment:scroll}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#fafafa}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}
