@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
:root{--color-primary:#2d6a4f;--color-primary-light:#40916c;--color-primary-dark:#1b4332;--color-accent:#52b788;--color-accent-light:#74c69d;--color-accent-pale:#b7e4c7;--color-bg-cream:#f8fdf9;--color-bg-white:#fff;--color-bg-light-green:#e8f5e9;--color-text-primary:#1a3025;--color-text-secondary:#4a5f58;--color-text-light:#6b7f78;--color-border:#d3e5d8;--color-border-light:#e8f0ec;--font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--spacing-xs:.5rem;--spacing-sm:.75rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--shadow-sm:0 1px 2px 0 #2d6a4f0d;--shadow-md:0 4px 6px -1px #2d6a4f14,0 2px 4px -1px #2d6a4f0a;--shadow-lg:0 10px 15px -3px #2d6a4f1a,0 4px 6px -2px #2d6a4f0d;--shadow-xl:0 20px 25px -5px #2d6a4f1f,0 10px 10px -5px #2d6a4f0a;--shadow-2xl:0 25px 50px -12px #2d6a4f40;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--container-max:1200px;--container-padding:2rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-text-primary);background:var(--color-bg-white);font-size:var(--font-size-base);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--color-text-primary);font-weight:700;line-height:1.2}h1{font-size:var(--font-size-5xl);font-weight:800}h2{font-size:var(--font-size-4xl);font-weight:700}h3{font-size:var(--font-size-3xl);font-weight:600}h4{font-size:var(--font-size-2xl);font-weight:600}p{color:var(--color-text-secondary);line-height:1.8}a{color:inherit;transition:var(--transition-base);text-decoration:none}button{font-family:var(--font-family);cursor:pointer;transition:var(--transition-base);border:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);padding:0 var(--container-padding);width:100%;margin:0 auto}.section{padding:var(--spacing-5xl)0}@media (max-width:768px){:root{--font-size-5xl:2.25rem;--font-size-4xl:1.875rem;--font-size-3xl:1.5rem;--container-padding:1.25rem;--spacing-5xl:4rem}.section{padding:var(--spacing-4xl)0}}
.Header-module__zCemKG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;transition:all var(--transition-base);background:#fffffff2;border-bottom:1px solid #0000;position:fixed;top:0;left:0}.Header-module__zCemKG__header.Header-module__zCemKG__scrolled{box-shadow:var(--shadow-md);border-bottom-color:var(--color-border-light);background:#fffffffa}.Header-module__zCemKG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;height:90px;margin:0 auto;display:flex}.Header-module__zCemKG__logo{color:var(--color-primary);transition:var(--transition-base);align-items:center;gap:1rem;font-weight:700;display:flex}.Header-module__zCemKG__logo:hover{transform:translateY(-2px)}.Header-module__zCemKG__logoIcon{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:var(--radius-lg);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-md);justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.Header-module__zCemKG__logoText{flex-direction:column;display:flex}.Header-module__zCemKG__logoName{letter-spacing:-.02em;color:var(--color-primary);font-size:1.125rem;font-weight:700}.Header-module__zCemKG__logoTagline{color:var(--color-text-light);font-size:.75rem;font-weight:500}.Header-module__zCemKG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__zCemKG__navLink{color:var(--color-text-primary);transition:var(--transition-base);padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.Header-module__zCemKG__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:var(--transition-base);position:absolute;bottom:0;left:0}.Header-module__zCemKG__navLink:hover{color:var(--color-primary)}.Header-module__zCemKG__navLink:hover:after{width:100%}.Header-module__zCemKG__ctaButton{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:none;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600}.Header-module__zCemKG__ctaButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.Header-module__zCemKG__mobileMenuButton{cursor:pointer;background:0 0;flex-direction:column;gap:6px;padding:.5rem;display:none}.Header-module__zCemKG__hamburger{background:var(--color-primary);border-radius:var(--radius-full);width:28px;height:3px;transition:var(--transition-base)}@media (max-width:768px){.Header-module__zCemKG__container{height:70px}.Header-module__zCemKG__logoIcon{width:40px;height:40px;font-size:1.25rem}.Header-module__zCemKG__logoName{font-size:1rem}.Header-module__zCemKG__logoTagline{font-size:.7rem}.Header-module__zCemKG__nav{box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transition:all var(--transition-base);background:#fff;flex-direction:column;gap:1.5rem;padding:2rem;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%)}.Header-module__zCemKG__nav.Header-module__zCemKG__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__zCemKG__navLink{text-align:center;width:100%;font-size:1.1rem}.Header-module__zCemKG__ctaButton{text-align:center;width:100%}.Header-module__zCemKG__mobileMenuButton{display:flex}}
.Footer-module__q7ZRWa__footer{background:linear-gradient(to bottom,var(--color-primary-dark),#0d261a);color:#fff;padding:var(--spacing-4xl)0 var(--spacing-xl);margin-top:var(--spacing-5xl)}.Footer-module__q7ZRWa__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__q7ZRWa__grid{gap:var(--spacing-3xl);margin-bottom:var(--spacing-3xl);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1024px){.Footer-module__q7ZRWa__grid{grid-template-columns:repeat(2,1fr)}}.Footer-module__q7ZRWa__column{gap:var(--spacing-lg);flex-direction:column;display:flex}.Footer-module__q7ZRWa__logo{margin-bottom:var(--spacing-sm);align-items:center;gap:1rem;display:flex}.Footer-module__q7ZRWa__logoIcon{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));border-radius:var(--radius-lg);width:48px;height:48px;color:var(--color-primary-dark);justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__q7ZRWa__practiceName{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Footer-module__q7ZRWa__doctor{color:var(--color-accent-light);margin:0;font-size:.875rem}.Footer-module__q7ZRWa__description{color:#fffc;line-height:1.7}.Footer-module__q7ZRWa__columnTitle{color:var(--color-accent-light);margin:0 0 var(--spacing-md);letter-spacing:-.01em;font-size:1.125rem;font-weight:700}.Footer-module__q7ZRWa__linkList{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__q7ZRWa__link{color:#ffffffd9;transition:var(--transition-base);width:fit-content;font-size:.95rem}.Footer-module__q7ZRWa__link:hover{color:var(--color-accent-light);transform:translate(5px)}.Footer-module__q7ZRWa__contactList{gap:var(--spacing-md);flex-direction:column;display:flex}.Footer-module__q7ZRWa__contactItem{align-items:flex-start;gap:var(--spacing-sm);color:#ffffffd9;transition:var(--transition-base);font-size:.95rem;line-height:1.6;display:flex}.Footer-module__q7ZRWa__contactItem:hover{color:var(--color-accent-light)}.Footer-module__q7ZRWa__icon{flex-shrink:0;font-size:1.25rem}.Footer-module__q7ZRWa__hours{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__q7ZRWa__hourRow{color:#ffffffd9;padding-bottom:var(--spacing-xs);justify-content:space-between;align-items:center;gap:var(--spacing-lg);border-bottom:1px solid #ffffff1a;flex-wrap:nowrap;min-width:0;font-size:.95rem;display:flex}.Footer-module__q7ZRWa__hourRow span:first-child{white-space:nowrap;flex-shrink:0}.Footer-module__q7ZRWa__hourRow span:last-child{white-space:nowrap;text-align:right;flex-shrink:0;margin-left:auto}.Footer-module__q7ZRWa__languages{gap:var(--spacing-sm);margin-top:var(--spacing-sm);display:flex}.Footer-module__q7ZRWa__languageBadge{border-radius:var(--radius-full);color:var(--color-accent-light);background:#ffffff26;padding:.4rem .9rem;font-size:.85rem;font-weight:600}.Footer-module__q7ZRWa__bottom{padding-top:var(--spacing-xl);justify-content:space-between;align-items:center;gap:var(--spacing-lg);border-top:1px solid #ffffff1a;flex-wrap:wrap;display:flex}.Footer-module__q7ZRWa__copyright{color:#fff9;font-size:.9rem}.Footer-module__q7ZRWa__badges{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.Footer-module__q7ZRWa__badge{border-radius:var(--radius-full);color:var(--color-accent-light);background:#ffffff1a;border:1px solid #fff3;padding:.5rem 1rem;font-size:.85rem;font-weight:600}@media (max-width:768px){.Footer-module__q7ZRWa__grid{gap:var(--spacing-2xl);grid-template-columns:1fr}.Footer-module__q7ZRWa__bottom{text-align:center;flex-direction:column}.Footer-module__q7ZRWa__badges{justify-content:center}}
