@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #005C70;--primary-light: #2AB5D1;--secondary: #252b36;--background: #f8fafc;--foreground: #0f172a;--muted: #64748b;--card: #ffffff;--card-foreground: #0f172a;--border: #e2e8f0;--radius: .75rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--border);height:72px;display:flex;align-items:center}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-weight:500;color:var(--muted)}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.btn-primary{background-color:var(--primary);color:#fff!important;padding:.625rem 1.25rem;border-radius:999px;font-weight:600;transition:background-color .2s ease}.btn-primary:hover{background-color:#004d5e}.hero{padding-top:140px;padding-bottom:80px;text-align:center}.hero h1{font-size:3.5rem;line-height:1.1;font-weight:800;color:var(--secondary);margin-bottom:1.5rem;max-width:800px;margin-inline:auto}.hero h1 span{color:var(--primary)}.hero p{font-size:1.25rem;color:var(--muted);max-width:600px;margin-inline:auto;margin-bottom:2.5rem}.hero-buttons{display:flex;justify-content:center;gap:1rem}.btn-secondary{background-color:#fff;color:var(--primary);border:1px solid var(--primary);padding:.625rem 1.25rem;border-radius:999px;font-weight:600;transition:all .2s ease}.btn-secondary:hover{background-color:#005c700d}.features{padding:80px 0;background-color:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:var(--background);padding:2rem;border-radius:var(--radius);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.feature-icon{width:48px;height:48px;border-radius:12px;background-color:#005c701a;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:var(--muted)}.page-layout{padding-top:120px;padding-bottom:80px;background-color:#fff;min-height:calc(100vh - 300px)}.page-content{max-width:800px;margin:0 auto}.page-content h1{font-size:2.5rem;margin-bottom:.5rem}.page-content .last-updated{color:var(--muted);margin-bottom:2.5rem;border-bottom:1px solid var(--border);padding-bottom:2rem}.page-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--secondary)}.page-content p,.page-content ul{margin-bottom:1rem;color:var(--muted)}.page-content li{margin-left:1.5rem;margin-bottom:.5rem}footer{background-color:var(--secondary);color:#f8fafc;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h3{font-size:1.25rem;margin-bottom:1.25rem;color:#fff}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#94a3b8;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.875rem}@media(max-width:768px){.hero h1{font-size:2.5rem}.nav-links{display:none}}
