* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #2d3748; line-height: 1.7; background: #fdfcfa; }
header { background: #fff; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.4rem; font-weight: 800; color: #1a365d; }
.logo-accent { font-weight: 400; color: #2b6cb0; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #555; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #2b6cb0; }
.cta-btn { background: #38a169; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; transition: background 0.2s; }
.cta-btn:hover { background: #2f855a; }
.hero { background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 50%, #38a169 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(56,161,105,0.3); border: 1px solid rgba(56,161,105,0.5); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; color: #9ae6b4; }
.hero h1 { font-size: 3rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.15; }
.hero h1 .highlight { color: #68d391; }
.hero p { font-size: 1.15rem; opacity: 0.95; margin-bottom: 2rem; max-width: 550px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn-primary { background: #38a169; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; font-size: 1rem; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: #2f855a; }
.btn-secondary { background: transparent; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid rgba(255,255,255,0.5); display: inline-block; }
.btn-outline { background: transparent; color: #38a169; padding: 0.7rem 1.4rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid #38a169; display: inline-block; margin-top: 0.5rem; }
.hero-hours { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; }
.intro { padding: 4rem 2rem; max-width: 800px; margin: 0 auto; text-align: center; }
.intro h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #1a365d; }
.intro p { font-size: 1.1rem; color: #555; margin-bottom: 1rem; }
.services, .about, .testimonials, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.services h2, .about h2, .testimonials h2, .contact h2 { font-size: 2.2rem; margin-bottom: 2rem; text-align: center; color: #1a365d; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.service-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.service-card h3 { color: #2b6cb0; margin-bottom: 0.6rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.about { background: #f0f4f8; border-radius: 16px; margin-top: 2rem; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-text p { font-size: 1.05rem; color: #444; margin-bottom: 1rem; }
.about-cta { background: #fff; padding: 2rem; border-radius: 12px; text-align: center; border: 2px solid #38a169; }
.about-cta h3 { color: #1a365d; font-size: 1.3rem; margin-bottom: 0.8rem; }
.about-cta p { color: #555; margin-bottom: 1.2rem; font-size: 0.95rem; }
.about-cta .btn-outline { display: block; margin-top: 0.8rem; }
.testimonials { background: #1a365d; color: #fff; border-radius: 16px; margin-top: 2rem; }
.testimonials h2 { color: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.testimonial { background: rgba(255,255,255,0.1); padding: 1.8rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); }
.stars { color: #f6e05e; margin-bottom: 0.8rem; font-size: 1.1rem; }
.testimonial p { font-size: 0.95rem; margin-bottom: 0.8rem; opacity: 0.9; font-style: italic; }
.testimonial span { font-size: 0.85rem; opacity: 0.7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; }
.contact-info h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #1a365d; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.6rem; }
.contact-info a { color: #2b6cb0; font-weight: 600; }
#booking-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; }
#booking-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1a365d; }
#booking-form input, #booking-form select, #booking-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #cbd5e0; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#booking-form textarea { resize: vertical; min-height: 100px; }
footer { background: #1a365d; color: #a0aec0; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #fff; font-size: 1.3rem; margin-bottom: 0.8rem; }
footer p { margin-bottom: 0.4rem; font-size: 0.9rem; }
.copyright { margin-top: 1rem; font-size: 0.8rem; opacity: 0.7; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.2rem; } .about-content { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } }
