:root{--primary: #0f4c5c;--secondary: #f4c430;--secondary-hover: #eab308;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-900: #0f172a;--white: #ffffff;--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--z-header: 50;--z-mobile-nav: 1000}.medical-header.astro-3ef6ksr2{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:1rem 0;transition:all .3s ease}.medical-header.astro-3ef6ksr2.scrolled{background:var(--white);box-shadow:var(--shadow-md);padding:.5rem 0}.header-container.astro-3ef6ksr2{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.header-container.astro-3ef6ksr2{padding:0 1.5rem}}@media(min-width:1024px){.header-container.astro-3ef6ksr2{padding:0 2rem}}.header-content.astro-3ef6ksr2{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo-section.astro-3ef6ksr2{flex-shrink:0}.logo-link.astro-3ef6ksr2{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .15s ease}.logo-link.astro-3ef6ksr2:hover{transform:scale(1.02)}.logo-circle.astro-3ef6ksr2{width:2.5rem;height:2.5rem;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.logo-letter.astro-3ef6ksr2{color:var(--white);font-family:serif;font-size:1.25rem;font-weight:700}.logo-text.astro-3ef6ksr2{display:flex;flex-direction:column}.clinic-name.astro-3ef6ksr2{font-family:serif;font-size:1rem;font-weight:700;color:var(--primary);letter-spacing:.05em;margin:0;line-height:1.2}@media(min-width:768px){.clinic-name.astro-3ef6ksr2{font-size:1.25rem}}.clinic-subtitle.astro-3ef6ksr2{font-size:.625rem;color:var(--slate-500);letter-spacing:.2em;text-transform:uppercase;margin:0}@media(min-width:768px){.clinic-subtitle.astro-3ef6ksr2{font-size:.75rem}}.desktop-nav.astro-3ef6ksr2{display:none}@media(min-width:1280px){.desktop-nav.astro-3ef6ksr2{display:block}}.nav-list.astro-3ef6ksr2{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-link.astro-3ef6ksr2{font-size:.875rem;font-weight:500;color:var(--slate-600);text-decoration:none;transition:color .15s ease;white-space:nowrap}.nav-link.astro-3ef6ksr2:hover{color:var(--secondary)}.nav-link.astro-3ef6ksr2.active{color:var(--primary);font-weight:700}.nav-link-cta.astro-3ef6ksr2{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--secondary);color:var(--slate-900)!important;font-weight:700;border-radius:.125rem;box-shadow:0 1px 2px #0000000d;transition:all .15s ease}.nav-link-cta.astro-3ef6ksr2:hover{background:var(--secondary-hover);transform:translateY(-1px)}.cta-icon.astro-3ef6ksr2{width:1rem;height:1rem}.header-actions.astro-3ef6ksr2{display:flex;align-items:center}.mobile-menu-toggle.astro-3ef6ksr2{display:flex;flex-direction:column;justify-content:center;gap:.25rem;width:2.5rem;height:2.5rem;padding:.5rem;background:none;border:none;cursor:pointer}@media(min-width:1280px){.mobile-menu-toggle.astro-3ef6ksr2{display:none}}.hamburger-line.astro-3ef6ksr2{width:100%;height:2px;background:var(--slate-600);border-radius:1px;transition:all .15s ease}.mobile-menu-toggle.astro-3ef6ksr2:hover .hamburger-line.astro-3ef6ksr2{background:var(--primary)}.mobile-menu-toggle.astro-3ef6ksr2[aria-expanded=true] .hamburger-line.astro-3ef6ksr2:nth-child(1){transform:rotate(45deg) translate(.375rem,.375rem)}.mobile-menu-toggle.astro-3ef6ksr2[aria-expanded=true] .hamburger-line.astro-3ef6ksr2:nth-child(2){opacity:0}.mobile-menu-toggle.astro-3ef6ksr2[aria-expanded=true] .hamburger-line.astro-3ef6ksr2:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.mobile-nav-overlay.astro-3ef6ksr2{position:fixed;inset:0;z-index:var(--z-mobile-nav);background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav-overlay.astro-3ef6ksr2.open{opacity:1;visibility:visible}.mobile-navigation.astro-3ef6ksr2{position:absolute;top:0;right:0;width:100%;height:100vh;background:var(--white);border-top:1px solid #f1f5f9;overflow-y:auto;padding-bottom:5rem;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.mobile-nav-overlay.astro-3ef6ksr2.open .mobile-navigation.astro-3ef6ksr2{transform:translate(0)}.mobile-nav-header.astro-3ef6ksr2{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #f1f5f9}.mobile-logo.astro-3ef6ksr2{display:flex;align-items:center;gap:.75rem}.mobile-logo-circle.astro-3ef6ksr2{width:2rem;height:2rem;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-logo-letter.astro-3ef6ksr2{color:var(--white);font-family:serif;font-size:1rem;font-weight:700}.mobile-clinic-name.astro-3ef6ksr2{font-family:serif;font-size:1.125rem;font-weight:700;color:var(--primary)}.mobile-nav-close.astro-3ef6ksr2{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none;color:var(--slate-600);cursor:pointer;transition:color .15s ease}.mobile-nav-close.astro-3ef6ksr2:hover{color:var(--primary)}.mobile-nav-content.astro-3ef6ksr2{flex:1;padding:.5rem 1rem 1.5rem}.mobile-nav-list.astro-3ef6ksr2{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link.astro-3ef6ksr2{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--slate-700);text-decoration:none;border-radius:.375rem;transition:all .15s ease}.mobile-nav-link.astro-3ef6ksr2:hover{color:var(--primary);background:#f8fafc}.mobile-nav-link.astro-3ef6ksr2.active{color:var(--primary);font-weight:700}.mobile-nav-cta.astro-3ef6ksr2{background:var(--secondary);color:var(--slate-900)!important;font-weight:700;text-align:center;margin-top:1rem}.mobile-nav-cta.astro-3ef6ksr2:hover{background:var(--secondary-hover)}.nav-link.astro-3ef6ksr2:focus-visible,.mobile-menu-toggle.astro-3ef6ksr2:focus-visible,.mobile-nav-close.astro-3ef6ksr2:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:.25rem}@media(prefers-reduced-motion:reduce){.astro-3ef6ksr2{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.medical-header.astro-3ef6ksr2{display:none}}.booking-btn.astro-p72iztw6{transition:transform .3s ease}.booking-btn.astro-p72iztw6:hover{transform:scale(1.1)}@media(max-width:640px){.booking-btn.astro-p72iztw6{bottom:16px;right:16px}}.hero-section.astro-bbe6dxrz{margin-top:-96px;padding-top:96px}@media(min-width:1024px){.hero-section.astro-bbe6dxrz{margin-top:-80px;padding-top:80px}}.hero-bg-image.astro-bbe6dxrz{will-change:transform}.animate-subtle-zoom.astro-bbe6dxrz{animation:subtleZoom 20s ease-in-out infinite}.animate-fade-in-up.astro-bbe6dxrz{opacity:0;animation:fadeInUp .8s ease-out forwards}.animate-fade-in-up-delay-1.astro-bbe6dxrz{opacity:0;animation:fadeInUp .8s ease-out .2s forwards}.animate-fade-in-up-delay-2.astro-bbe6dxrz{opacity:0;animation:fadeInUp .8s ease-out .4s forwards}.animate-fade-in-up-delay-3.astro-bbe6dxrz{opacity:0;animation:fadeInUp .8s ease-out .6s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes subtleZoom{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.btn-hero-primary.astro-bbe6dxrz{display:inline-flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 4px);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem 2.5rem;font-size:1.25rem;line-height:1.6;font-weight:700;--tw-text-opacity: 1;color:rgb(15 76 92 / var(--tw-text-opacity, 1));--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.btn-hero-primary.astro-bbe6dxrz:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));transform:translateY(-2px)}.btn-hero-secondary.astro-bbe6dxrz{display:inline-flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 4px);--tw-bg-opacity: 1;background-color:rgb(244 196 48 / var(--tw-bg-opacity, 1));padding:1rem 2.5rem;font-size:1.25rem;line-height:1.6;font-weight:700;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.btn-hero-secondary.astro-bbe6dxrz:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1));transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.animate-subtle-zoom.astro-bbe6dxrz{animation:none}.animate-fade-in-up.astro-bbe6dxrz,.animate-fade-in-up-delay-1.astro-bbe6dxrz,.animate-fade-in-up-delay-2.astro-bbe6dxrz,.animate-fade-in-up-delay-3.astro-bbe6dxrz{animation:none;opacity:1}.animate-bounce.astro-bbe6dxrz{animation:none}}
