*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;height:100%}:root{--primary:#2563eb;--primary-dark:#1e40af;--secondary:#f59e0b;--accent:#10b981;--rose:#f43f5e;--cyan:#06b6d4;--violet:#8b5cf6;--text-primary:#111827;--text-secondary:#6b7280;--bg-white:#fff;--bg-light:#f9fafb;--radius:16px;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 12px #0000001a;--shadow-lg:0 12px 28px #00000026}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{background:var(--bg-white);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.header{color:#fff;z-index:100;background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 50%,#3b82f6 100%);position:sticky;top:0;box-shadow:0 4px 20px #2563eb4d}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.logo-area{align-items:center;gap:12px;display:flex}.logo-icon{font-size:36px}.clinic-name{letter-spacing:-.5px;font-size:28px;font-weight:800}.clinic-tagline{opacity:.9;margin-top:2px;font-size:12px;font-weight:400}.main-nav{flex-wrap:wrap;gap:8px;display:flex}.nav-link{color:#ffffffd9;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff26}.header-time{letter-spacing:1px;background:#ffffff26;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:700}.hero-section{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,#1e3a5fd9 0%,#2563ebb3 50%,#3b82f699 100%);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;max-width:800px;padding:60px 24px;position:relative}.hero-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#f59e0be6;border-radius:20px;margin-bottom:24px;padding:6px 20px;font-size:13px;font-weight:700;display:inline-block}.hero-section h2{color:#fff;text-shadow:0 2px 8px #0003;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.15}.hero-subtitle{color:#ffffffe6;margin-bottom:32px;font-size:18px;font-weight:400;line-height:1.5}.hero-cta{color:#1e293b;background:#f59e0b;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #f59e0b66}.hero-cta:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.schedule-section{background:linear-gradient(#eff6ff 0%,#dbeafe 100%);padding:80px 24px}.section-title{text-align:center;color:#1e3a5f;margin-bottom:8px;font-size:36px;font-weight:800}.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:40px;font-size:16px}.calendar-wrapper{max-width:1000px;margin:0 auto}.calendar-nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.cal-nav-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s}.cal-nav-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.cal-month-label{color:#1e3a5f;align-items:center;gap:12px;font-size:20px;font-weight:700;display:flex}.current-week-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#f59e0b;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700;animation:2s infinite pulse-badge}@keyframes pulse-badge{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 8px #f59e0b00}}.schedule-grid{grid-template-columns:repeat(7,1fr);gap:12px;display:grid}.schedule-day{border-radius:var(--radius);text-align:center;background:#fff;border:3px solid #e5e7eb;flex-direction:column;align-items:center;min-height:180px;padding:20px 12px;transition:all .3s;display:flex;position:relative;overflow:hidden}.schedule-day.morning{background:linear-gradient(#fffbeb 0%,#fef3c7 100%);border-color:#fbbf24}.schedule-day.afternoon{background:linear-gradient(#fff7ed 0%,#fed7aa 100%);border-color:#f97316}.schedule-day.closed{opacity:.7;background:#f3f4f6;border-color:#d1d5db}.schedule-day.today{box-shadow:0 0 0 3px #2563eb, var(--shadow-lg)}.schedule-day.open-now{animation:2s infinite glow-open}@keyframes glow-open{0%,to{box-shadow:0 0 0 3px #10b981,0 0 20px #10b9814d}50%{box-shadow:0 0 0 3px #10b981,0 0 30px #10b98180}}.today-dot{background:#2563eb;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.day-header{margin-bottom:12px}.day-name{color:var(--text-primary);font-size:15px;font-weight:700;display:block}.day-date{color:var(--text-secondary);margin-top:2px;font-size:12px;font-weight:600;display:block}.day-info{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.time-badge{border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700}.time-badge.morning{color:#92400e;background:#fde68a}.time-badge.afternoon{color:#92400e;background:#fdba74}.time-text{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.4}.location-text{color:var(--text-secondary);font-size:11px;font-weight:500;line-height:1.3}.closed-info{color:#9ca3af;font-size:13px;font-weight:600}.closed-icon{margin-bottom:4px;font-size:24px;display:block}.open-badge{color:#fff;text-transform:uppercase;background:#10b981;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700;animation:2s infinite pulse-badge}.schedule-legend{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:24px;display:flex}.legend-item{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.legend-dot{border-radius:4px;width:12px;height:12px}.legend-dot.morning{background:#fbbf24}.legend-dot.afternoon{background:#f97316}.legend-dot.closed-dot{background:#d1d5db}.schedule-note{color:#1e3a5f;background:#2563eb14;border:1px solid #2563eb33;border-radius:12px;margin-top:20px;padding:16px 20px;font-size:14px;line-height:1.6}.schedule-note strong{color:#1d4ed8}.services-section{background:linear-gradient(#fff 0%,#f0fdf4 100%);padding:80px 24px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.service-card{border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border:2px solid #e5e7eb;transition:all .3s;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--service-color);transform:translateY(-6px)}.service-card.active{box-shadow:var(--shadow-lg);border-color:var(--service-color)}.service-img-wrapper{height:200px;position:relative;overflow:hidden}.service-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-img{transform:scale(1.05)}.service-img-overlay{background:linear-gradient(#0000,#0006);height:60px;position:absolute;bottom:0;left:0;right:0}.service-body{padding:20px 24px 24px}.service-body h3{margin-bottom:8px;font-size:18px;font-weight:700}.service-description{color:var(--text-secondary);font-size:14px;line-height:1.7;animation:.3s fadeSlide}.service-hint{color:#9ca3af;font-size:13px;font-style:italic}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.about-section{background:linear-gradient(135deg,#fef9c3 0%,#fde68a 50%,#fcd34d 100%);padding:80px 24px}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}.about-img{width:100%;box-shadow:var(--shadow-lg);object-fit:cover;border-radius:20px;max-height:420px}.about-text h2{color:#92400e;margin-bottom:20px;font-size:32px;font-weight:800}.about-text p{color:#78350f;margin-bottom:16px;font-size:16px;line-height:1.8}.about-highlights{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.highlight-item{color:#92400e;background:#fff9;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.highlight-icon{font-size:24px}.contact-section{background:linear-gradient(#ede9fe 0%,#ddd6fe 100%);padding:80px 24px 40px}.contact-section .section-title{color:#5b21b6}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:1200px;margin:0 auto 40px;display:grid}.contact-card{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);border-top:4px solid var(--card-accent,#6366f1);background:#fff;padding:28px 24px;transition:all .3s}.contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.contact-icon{margin-bottom:12px;font-size:36px;display:block}.contact-card h3{color:var(--text-primary);margin-bottom:12px;font-size:16px;font-weight:700}.contact-card p{color:var(--text-secondary);font-size:14px;line-height:1.7}.contact-card a{color:#2563eb;font-weight:600;text-decoration:none}.contact-card a:hover{text-decoration:underline}.map-section{max-width:1200px;box-shadow:var(--shadow-lg);border-radius:20px;margin:0 auto;overflow:hidden}.map-img{object-fit:cover;width:100%;height:280px;display:block}.footer{color:#fffc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:40px 24px}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-logo{color:#fff;font-size:18px;font-weight:700}.footer-left p,.footer-right p,.footer-center p{margin-top:4px;font-size:13px}@media (width<=900px){.schedule-grid{grid-template-columns:repeat(4,1fr)}.about-content{grid-template-columns:1fr}.about-image{order:-1}.about-img{max-height:300px}}@media (width<=640px){.header-inner{flex-direction:column;align-items:flex-start}.main-nav{width:100%}.header-time{display:none}.hero-section h2{font-size:28px}.hero-subtitle{font-size:15px}.hero-section{min-height:400px}.schedule-grid{grid-template-columns:repeat(3,1fr);gap:8px}.schedule-day{min-height:150px;padding:14px 8px}.time-text{font-size:11px}.location-text{font-size:10px}.section-title{font-size:24px}.services-grid{grid-template-columns:1fr}.service-img-wrapper{height:160px}.about-highlights,.contact-grid{grid-template-columns:1fr}.calendar-nav{justify-content:center}.cal-month-label{font-size:16px}.footer-content{text-align:center;flex-direction:column}}@media (width<=400px){.schedule-grid{grid-template-columns:repeat(2,1fr)}.schedule-day{min-height:130px}.day-name{font-size:13px}}
