html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #f9fafb; }
#beranda, #profil-dokter, #lokasi-klinik, #layanan, #faq, #reservasi-section { scroll-margin-top: 5.5rem; }
.card { background: white; border-radius: 1.25rem; box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: all 0.2s; }
.card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.btn-primary { background: #1e3a5f; color: white; border-radius: 999px; font-weight: 500; transition: all 0.2s; padding: 0.75rem 2rem; }
.btn-primary:hover { background: #0f2440; transform: translateY(-1px); }
.btn-status { transition: all 0.15s; font-size: 0.75rem; padding: 0.35rem 0.8rem; border-radius: 999px; font-weight: 500; cursor: pointer; border: none; }
.tab-active { background: white; color: #1e3a5f; box-shadow: 0 2px 6px rgba(0,0,0,0.05); font-weight: 600; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-content.open { max-height: 180px; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.animate-in { animation: fadeSlide 0.4s ease; }
.hero-pattern { background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%); }
.site-footer { margin-top: 2rem; padding: 2.5rem 0; background: #1e3a5f; color: #e8f0fe; }
.site-footer__title { margin: 0 0 0.5rem; color: #fff; font-size: 1.1rem; font-weight: 700; }
.site-footer__link { color: #bfdbfe; font-size: 0.9rem; text-decoration: none; }
.site-footer__link:hover { color: #fff; text-decoration: underline; }
.site-footer__label { margin: 0 0 0.4rem; color: #bfdbfe; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.site-footer__address, .site-footer__credit { margin: 0; font-size: 0.9rem; font-style: normal; line-height: 1.6; }
.site-footer__credit span { color: #fff; font-weight: 600; }
