@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--primary-color:#16302b;--primary-dark:#0d1f1a;--primary-light:#a3c4bc;--secondary-color:#1ccfac;--secondary-dark:#17b596;--secondary-light:#a3f3e8;--accent-color:#3b82f6;--text-color:#333;--text-muted:#6b7280;--background-color:#f8f9fa;--hero-bg:#16302b;--card-background:#fff;--border-color:#e2e8f0;--footer-bg:#000706;--transition:all 0.2s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;line-height:1.5;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth;font-size:16px}body,html{height:100%;width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-color);background-color:var(--background-color);position:relative;margin:0;padding:0;min-height:100vh}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,2.5rem)}h2{font-size:clamp(1.75rem,4vw,2.25rem)}h3{font-size:clamp(1.5rem,3.5vw,1.75rem)}p{margin-bottom:1rem}a{color:inherit;text-decoration:inherit}a:hover{text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width:768px){html{font-size:15px}}@media (max-width:576px){html{font-size:14px}}button,input,select,textarea{font:inherit;color:inherit}:focus,:focus-visible,:focus-within{outline:none!important;box-shadow:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:576px){body:after{content:"";display:block;height:env(safe-area-inset-bottom,0);background-color:transparent}}