:root{--color-primary:#2d5c3e;--color-primary-light:#e8f0eb;--color-primary-dark:#1e3a2a;--color-accent:#c9a96e;--color-accent-light:#f5eee0;--color-bg:#f5f0eb;--color-bg-card:#fff;--color-bg-section:#f8f5f1;--color-text:#1a1a1a;--color-text-secondary:#555;--color-text-muted:#888;--color-border:#e0dcd7;--color-error:#c0392b;--color-warning:#e6a817;--color-success:#2d5c3e}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#__next,body,html{overflow-x:hidden;max-width:100vw}button,input,select,textarea{font-family:inherit;box-sizing:border-box}img{max-width:100%;height:auto}@media (max-width:768px){h1{font-size:32px!important}h2{font-size:28px!important}header>div{padding:8px 16px!important}header nav{display:none!important}header button:last-child{display:block!important}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1001;padding:20px;display:flex;flex-direction:column}section{padding:40px 16px!important}section>div:first-child{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.stat-card{padding:16px!important}.stat-card div:first-child{font-size:28px!important}.specialties-grid{gap:8px!important}.specialty-item{padding:8px 16px!important;font-size:13px!important}.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.feature-card{padding:20px!important}.primary-button,.secondary-button{padding:12px 24px!important;font-size:16px!important}footer>div>div:first-child{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}}@media (max-width:480px){h1{font-size:28px!important}.stat-card div:first-child,h2{font-size:24px!important}.stat-card div:last-child{font-size:14px!important}.features-grid,footer>div>div:first-child{grid-template-columns:1fr!important}}