*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.6;color:#2d3748;background-color:#ffffff}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth}.page-container{width:100%;overflow-x:hidden}.header{background-color:#1e3a5f;color:#ffffff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo h1{font-size:1.5rem;font-weight:600;color:#ffffff}.header-right{align-items:center;margin-left:auto}.header-nav,.header-right{display:flex;gap:2rem}.nav-link{color:#ffffff;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2c7a7b}.appointment-button{background-color:#2c7a7b}.appointment-button,.appointment-button-alt{color:#ffffff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:background-color .3s ease}.appointment-button-alt{background-color:#3ca7a8}.appointment-button:hover{background-color:#2c6368}.appointment-button-alt:hover{background-color:#274b7a}.mobile-menu-button{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger-line{width:25px;height:3px;background-color:#ffffff;border-radius:2px}.mobile-menu{display:none;flex-direction:column;background-color:#1e3a5f;padding:1rem 2rem}.mobile-nav-link{color:#ffffff;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-weight:500}.mobile-nav-link:last-child{border-bottom:none}.hero{background:linear-gradient(135deg,#1e3a5f,#2c7a7b);color:#ffffff;padding:6rem 2rem;text-align:center}.hero-container{max-width:900px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.hero-button{display:inline-block;background-color:#ffffff;color:#1e3a5f;padding:1rem 2.5rem;border-radius:6px;font-size:1.125rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.hero-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.services{padding:5rem 2rem;background-color:#f7f9fb}.services-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1e3a5f;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;text-align:center;color:#4a5568;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.services-panel{max-width:960px;margin:0 auto;background:#ffffff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:2.5rem 3rem}.services-panel-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2c7a7b;margin-bottom:1.25rem}.conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem 2rem}.condition-item{padding:.45rem 0 .45rem .85rem;border-left:3px solid #2c7a7b;font-size:.95rem;color:#2d3748;line-height:1.4}.procedures-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e8edf2}.procedures-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.procedure-card{background:#1e3a5f;color:#ffffff;padding:1.1rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;line-height:1.4}.about{padding:5rem 2rem;background-color:#ffffff}.about-container{max-width:1200px;margin:0 auto}.about-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;margin-top:3rem}.about-heading{font-size:1.75rem;font-weight:600;color:#1e3a5f;margin-bottom:1.5rem}.about-paragraph{color:#4a5568;margin-bottom:1.5rem;line-height:1.7}.highlights-list{list-style:none}.highlight-item{color:#4a5568;padding:.75rem 0 .75rem 1.5rem;position:relative;border-bottom:1px solid #e2e8f0}.highlight-item:last-child{border-bottom:none}.highlight-item:before{content:"✓";position:absolute;left:0;color:#2c7a7b;font-weight:700}.contact{padding:5rem 2rem;background-color:#f7f9fb}.contact-container{max-width:1200px;margin:0 auto}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.info-block{margin-bottom:2rem}.info-title{font-size:1.25rem;font-weight:600;color:#1e3a5f;margin-bottom:.5rem}.info-text{color:#4a5568;line-height:1.6}.contact-actions{gap:1rem}.contact-actions,.portal-card{display:flex;flex-direction:column}.portal-card{gap:.3rem;padding:1.25rem 1.5rem;border-radius:10px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.portal-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.portal-card--patient{background:#1e3a5f;color:#ffffff}.portal-card--billing{background:#2c7a7b;color:#ffffff}.portal-card-title{font-size:1.05rem;font-weight:700}.portal-card-desc{font-size:.875rem;opacity:.8}.footer{background-color:#1e3a5f;color:#ffffff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:2rem}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-text{color:rgba(255,255,255,.8);line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:rgba(255,255,255,.8);transition:color .3s ease}.footer-link:hover{color:#2c7a7b}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-copyright{color:rgba(255,255,255,.6);font-size:.875rem}@media (max-width:1024px){.conditions-grid{grid-template-columns:repeat(2,1fr)}.about-content,.contact-panel{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-right{display:none}.mobile-menu,.mobile-menu-button{display:flex}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero{padding:4rem 1.5rem}.conditions-grid,.procedures-cards{grid-template-columns:1fr}.services-panel{padding:2rem 1.5rem}.about,.contact,.services{padding:3rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:1.75rem}.header-logo h1{font-size:1.25rem}.about,.contact,.services{padding:2rem 1rem}.section-title{font-size:1.75rem}}