* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1e3a5f; line-height: 1.7; background: #f9fcfd; }
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: #1e3a5f; }
.logo-sub { font-size: 0.75rem; font-weight: 400; color: #5a9fd4; display: block; }
.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: #2563eb; }
.cta-btn { background: #1e3a5f; 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: #2d5a87; }
.hero { background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 50%, #3b82f6 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; }
.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: #10b981; 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: #059669; }
.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; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; }
.hero-info span { display: flex; align-items: center; gap: 0.4rem; }
.intro { padding: 4rem 2rem; max-width: 850px; margin: 0 auto; text-align: center; }
.intro h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #1e3a5f; }
.intro p { font-size: 1.1rem; color: #4a5568; margin-bottom: 1rem; }
.services, .about, .reviews, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.services h2, .about h2, .reviews h2, .contact h2 { font-size: 2rem; margin-bottom: 2rem; text-align: center; color: #1e3a5f; }
.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: #1e3a5f; margin-bottom: 0.6rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.about { background: #f0f7ff; 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-card { background: #fff; border-radius: 12px; padding: 2rem; border: 2px solid #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,0.1); }
.about-card-inner h3 { color: #1e3a5f; font-size: 1.2rem; margin-bottom: 0.3rem; }
.about-card-inner > p { color: #5a9fd4; font-size: 0.9rem; margin-bottom: 1rem; }
.about-card-inner ul { list-style: none; }
.about-card-inner li { padding: 0.4rem 0; font-size: 0.95rem; color: #444; }
.reviews { background: #1e3a5f; color: #fff; border-radius: 16px; margin-top: 2rem; }
.reviews h2 { color: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.review { background: rgba(255,255,255,0.1); padding: 1.8rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); }
.stars { color: #fbbf24; margin-bottom: 0.8rem; font-size: 1.1rem; }
.review p { font-size: 0.95rem; margin-bottom: 0.8rem; opacity: 0.9; font-style: italic; }
.review 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: #1e3a5f; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.6rem; }
.contact-info a { color: #2563eb; font-weight: 600; }
#appointment-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; }
#appointment-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1e3a5f; }
#appointment-form input, #appointment-form select, #appointment-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#appointment-form textarea { resize: vertical; min-height: 100px; }
footer { background: #0f2340; color: #94a3b8; 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.1rem; } .about-content { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } }
