*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #2d1b4e; background: #fdf8ff; 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: #7c3aed; color: #fff; }
.logo { font-weight: 700; font-size: 1.25rem; }
.nav-links { display: flex; gap: 1.5rem; font-size: 0.9rem; opacity: 0.9; }
.nav-links a:hover { opacity: 1; text-decoration: underline; }
.hero { position: relative; background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%); color: #fff; text-align: center; padding: 5.5rem 2rem; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1rem; }
.hero-sub { font-size: 1.2rem; opacity: 0.9; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-primary { display: inline-block; background: #f59e0b; color: #1c0f00; padding: 0.85rem 2rem; border-radius: 9999px; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,158,11,0.4); }
.about, .services, .testimonials, .gallery, .contact { padding: 4rem 0; }
.about { background: #fff; }
.services { background: #fdf8ff; }
.testimonials { background: #f3e8ff; }
.contact { background: #7c3aed; color: #fff; }
h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: #7c3aed; }
.contact h2 { color: #fff; }
.contact a { color: #fde68a; }
.contact p { margin-bottom: 0.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 4px 16px rgba(124,58,237,0.08); border: 1px solid #ede9fe; }
.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: #7c3aed; }
blockquote { background: #fff; border-left: 4px solid #f59e0b; padding: 1.2rem 1.5rem; margin-bottom: 1.2rem; border-radius: 0 0.75rem 0.75rem 0; }
blockquote footer { margin-top: 0.5rem; font-size: 0.9rem; color: #6b7280; }
footer { background: #2d1b4e; color: #c4b5fd; text-align: center; padding: 1.5rem; font-size: 0.9rem; }
@media (max-width: 640px) { .hero h1 { font-size: 2rem; } .nav-links { display: none; } }
.location { background: #f8fafc; }
.location h2 { color: #003874; }
.hours-grid { margin: 1.5rem 0; }
.hours-grid h3 { font-size: 1.1rem; font-weight: 600; color: #003874; margin-bottom: 0.75rem; }
.hours-grid ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 0.4rem; }
.hours-grid li { padding: 0.5rem 0.75rem; background: #fff; border-radius: 0.5rem; border: 1px solid #e6eeff; font-size: 0.9rem; color: #424751; }
.location > p { margin-top: 1rem; color: #555; }
