*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #009688;--primary-dark: #00796b;--primary-light: #b2dfdb;--secondary-color: #00796b;--accent-color: #ff9800;--text-dark: #1a1a1a;--text-light: #666666;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15)}.skip-link{position:absolute;top:-100px;left:1rem;padding:.75rem 1.25rem;background:var(--primary-color);color:#fff;font-weight:500;z-index:10000;border-radius:0 0 6px 6px;transition:top .2s ease}.skip-link:focus{top:0;outline:2px solid white;outline-offset:2px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-light)}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:6px;font-weight:500;font-size:1rem;text-align:center;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.btn-outline{background-color:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background-color:#fff;color:var(--primary-color)}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-dark);margin-bottom:1rem}.section-title p{font-size:1.125rem;max-width:600px;margin:0 auto}@media (max-width: 768px){h1,h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}.section{padding:3rem 0}}
