*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #f0f4ff; background: #0f172a; line-height: 1.6; }
.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2.5rem; background: #0a0f1e; color: #fff; }
.logo { font-weight: 700; font-size: 1.25rem; color: #aac7ff; }
.nav-links { display: flex; gap: 1.5rem; font-size: 0.9rem; }
.nav-links a:hover { color: #4edea3; }
.hero { position: relative; background: linear-gradient(135deg, #0a0f1e 0%, #1a3a6b 100%); color: #fff; text-align: center; padding: 6rem 2rem; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.15; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; color: #fff; }
.hero-sub { font-size: 1.2rem; opacity: 0.8; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-primary { display: inline-block; background: #4edea3; color: #002113; padding: 0.85rem 2.2rem; border-radius: 0.5rem; font-weight: 700; transition: transform 0.2s; }
.btn-primary:hover { transform: translateY(-2px); }
.about, .services, .testimonials, .gallery, .contact { padding: 4rem 0; }
.about { background: #141c2e; }
.services { background: #0f172a; }
.testimonials { background: #141c2e; }
.contact { background: #0a0f1e; }
h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: #aac7ff; }
.contact p { margin-bottom: 0.5rem; }
.contact a { color: #4edea3; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.service-card { background: #1e2d47; border-radius: 0.75rem; padding: 1.5rem; border: 1px solid #2a4060; }
.icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; }
.service-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.4rem; color: #aac7ff; }
.service-card p { color: #8899aa; font-size: 0.95rem; }
blockquote { background: #1e2d47; border-left: 4px solid #4edea3; padding: 1.2rem 1.5rem; margin-bottom: 1.2rem; border-radius: 0 0.5rem 0.5rem 0; }
blockquote footer { margin-top: 0.5rem; font-size: 0.9rem; color: #8899aa; }
footer { background: #060b14; color: #424751; text-align: center; padding: 1.5rem; font-size: 0.9rem; }
@media (max-width: 640px) { .hero h1 { font-size: 2rem; } .nav-links { display: none; } }
