.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background-color:#fffc;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{color:var(--foreground);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav{gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-muted);font-size:.95rem;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--foreground)}.Header-module__hBw1pG__actions{gap:1rem;display:flex}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.Footer-module__S6Hkya__footer{background-color:var(--secondary);border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__S6Hkya__description{color:var(--text-muted);max-width:300px;line-height:1.6}.Footer-module__S6Hkya__heading{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__list{list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:.75rem}.Footer-module__S6Hkya__list a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.Footer-module__S6Hkya__list a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.85rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}}
:root{--background:#fff;--foreground:#0f172a;--primary:#00e599;--primary-hover:#00c282;--secondary:#f8fafc;--accent:#f1f5f9;--text-muted:#64748b;--card-bg:#fff;--card-hover-bg:#f8fafc;--border-color:#0f172a0f;--spec-item-bg:#f8fafc;--gradient-text-start:#0f172a;--gradient-text-end:#475569;--gradient-bg-end:#f1f5f9;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-strong:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--input-bg:#fff;--container-padding:2rem;--max-width:1200px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;line-height:1.1}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);padding:0 var(--container-padding);width:100%;margin:0 auto}.btn{letter-spacing:-.01em;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#0f172a;box-shadow:0 4px 6px -1px #00e59933}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #00e5994d}.btn-outline{border:1px solid var(--border-color);color:var(--foreground);box-shadow:var(--shadow-sm);background:#fff}.btn-outline:hover{border-color:var(--text-muted);background-color:var(--surface-2);box-shadow:var(--shadow-md)}.section-padding{padding:6rem 0}.text-gradient{background:linear-gradient(to right,var(--gradient-text-start),var(--gradient-text-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80}
