*{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;color:#ffffff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:background-color .3s ease}.appointment-button:hover{background-color:#234e52}.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-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background-color:#ffffff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.service-number{display:inline-block;background-color:#2c7a7b;color:#ffffff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:1rem}.service-title{font-size:1.25rem;font-weight:600;color:#1e3a5f;margin-bottom:.75rem}.service-description{color:#4a5568;line-height:1.6}.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-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.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}.info-link{color:#2c7a7b;transition:color .3s ease}.info-link:hover{color:#234e52}.form-heading{font-size:1.5rem;font-weight:600;color:#1e3a5f;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#2d3748;margin-bottom:.5rem}.form-input,.form-textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2c7a7b}.form-textarea{resize:vertical;min-height:120px}.form-button{background-color:#2c7a7b;color:#ffffff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.form-button:hover{background-color:#234e52;transform:translateY(-2px)}.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){.services-grid{grid-template-columns:repeat(2,1fr)}.about-content,.contact-content{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}.services-grid{grid-template-columns:1fr}.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}}