body,html{font-family:Arial,sans-serif;color:#333;background:#fff}*{margin:0;padding:0;box-sizing:border-box}body,html,.app{font-family:Arial,sans-serif;color:#333}.container{width:90%;max-width:1100px;margin:0 auto}.header{position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 2px 5px #00000014;z-index:1000;font-family:Bahnschrift Bold Condensed,Arial Narrow,Arial,sans-serif}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;gap:1rem}.branding{display:flex;align-items:center;gap:12px}.logo-img{height:60px;width:auto;flex-shrink:0}.branding-text{display:flex;flex-direction:column;justify-content:center;line-height:1}.logo-text{margin:0;font-size:1.2rem;font-weight:700;color:#e0924c;text-decoration:none;letter-spacing:.5px}.tagline{margin:2px 0 0;font-size:.85rem;color:#233540;opacity:.85}.nav{display:flex;align-items:center;gap:1rem}.nav a{text-decoration:none;color:#233540;font-weight:500;transition:color .2s}.nav a:hover{color:#e0924c}.hero{height:100vh;background:url(https://images.unsplash.com/photo-1559464004-82bc2aaee30d?q=80&w=1074&auto=format&fit=crop&ixlib=rb-4.1.0) center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;text-align:center;font-family:Bahnschrift Bold Condensed,Arial Narrow,Arial,sans-serif}.hero .overlay{position:absolute;inset:0;background:#00000080}.hero-text{position:relative;z-index:1;max-width:700px}.hero h2{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.btn{background:#06c;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:700;transition:background .3s}.btn:hover{background:#004c99}.services{padding:5rem 0;background:#f9f9f9}.section-title{text-align:center;font-size:2rem;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:0;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000000d;transition:transform .3s,box-shadow .3s;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001a}.service-img{width:100%;height:180px;object-fit:cover;display:block}.service-card h4,.service-card p{padding:1rem}.service-card h4{font-size:1.25rem;margin-bottom:.5rem;color:#e0924c}.contact{padding:5rem 0;background:#fff;text-align:center}.about-text{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;color:#233540;line-height:1.6}.contact-info{margin-top:2rem;font-size:1.2rem;color:#233540;font-weight:600}.email-link{display:inline-block;margin-top:.5rem;font-size:1.2rem;font-weight:700;color:#e0924c;text-decoration:none;transition:color .3s}.email-link:hover{color:#233540}.footer{background:#222;color:#aaa;text-align:center;padding:1.5rem 0;margin-top:auto}@media (max-width: 700px){.header-content{flex-direction:column;align-items:flex-start;gap:.5rem}.nav{width:100%;justify-content:space-around}}
