@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--white:#fff;--off-white:#f8f8f8;--gray-50:#fafafa;--gray-100:#f3f3f3;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--black:#0a0a0a;--cyan:#00e5ec;--cyan-hover:#00cdd4;--cyan-light:#00e5ec14;--green:#22c55e;--green-light:#f0fdf4;--amber:#f59e0b;--amber-light:#fffbeb;--red:#ef4444;--red-light:#fef2f2;--ease:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--ease);text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--black);letter-spacing:-.02em;font-weight:800;line-height:1.1}p{color:var(--gray-600);line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.btn-primary{font-family:var(--font-sans);color:var(--black);background:var(--cyan);cursor:pointer;transition:all var(--ease);white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--cyan-hover);transform:translateY(-1px);box-shadow:0 4px 12px #00e5ec4d}.btn-secondary{font-family:var(--font-sans);color:var(--black);border:1.5px solid var(--gray-300);cursor:pointer;transition:all var(--ease);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{border-color:var(--black);background:var(--black);color:var(--white);transform:translateY(-1px)}.tag{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.tag-primary{background:var(--cyan);color:var(--black)}.tag-dark{background:var(--black);color:var(--white)}.card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--ease);border-radius:12px;padding:2rem}.card:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}::selection{background:var(--cyan);color:var(--black)}
.layout-module__L5FxyW__header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);transition:all var(--ease);position:sticky;top:0}.layout-module__L5FxyW__navRow{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.layout-module__L5FxyW__logoContainer{align-items:center;display:flex}.layout-module__L5FxyW__logoLink{align-items:center;gap:10px;display:flex}.layout-module__L5FxyW__logoImg{width:auto;height:38px}.layout-module__L5FxyW__navMenu{align-items:center;gap:2rem;list-style:none;display:flex}.layout-module__L5FxyW__navItem a{color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em;transition:color var(--ease);padding:.25rem 0;font-size:.8rem;font-weight:600;position:relative}.layout-module__L5FxyW__navItem a:hover,.layout-module__L5FxyW__navActive a{color:var(--black)}.layout-module__L5FxyW__navItem a:after{content:"";background:var(--cyan);width:0;height:2px;transition:width var(--ease);border-radius:1px;position:absolute;bottom:-2px;left:0}.layout-module__L5FxyW__navItem a:hover:after,.layout-module__L5FxyW__navActive a:after{width:100%}.layout-module__L5FxyW__navActions{align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__footer{background:var(--black);color:var(--white);margin-top:auto;padding:5rem 0 2rem}.layout-module__L5FxyW__footerRow{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.layout-module__L5FxyW__footerBrand{flex-direction:column;gap:1.25rem;display:flex}.layout-module__L5FxyW__footerDescription{color:var(--gray-500);max-width:320px;font-size:.875rem;line-height:1.7}.layout-module__L5FxyW__footerLinksCol{flex-direction:column;gap:1.25rem;display:flex}.layout-module__L5FxyW__footerLinksCol h4{color:var(--white);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.layout-module__L5FxyW__footerLinks{flex-direction:column;gap:.75rem;list-style:none;display:flex}.layout-module__L5FxyW__footerLinks a{color:var(--gray-500);transition:color var(--ease);font-size:.875rem}.layout-module__L5FxyW__footerLinks a:hover{color:var(--cyan)}.layout-module__L5FxyW__copyrightSection{border-top:1px solid var(--gray-800);max-width:1200px;color:var(--gray-600);justify-content:space-between;align-items:center;margin:4rem auto 0;padding:1.5rem 2rem 0;font-size:.8rem;display:flex}.layout-module__L5FxyW__copyrightLinks{gap:2rem;display:flex}.layout-module__L5FxyW__copyrightLinks a{color:var(--gray-600);transition:color var(--ease)}.layout-module__L5FxyW__copyrightLinks a:hover{color:var(--cyan)}.layout-module__L5FxyW__mobileMenuBtn{color:var(--black);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}.layout-module__L5FxyW__mobileOverlay{background:var(--white);z-index:99;justify-content:center;align-items:center;width:100vw;height:calc(100vh - 72px);animation:.2s ease-out layout-module__L5FxyW__fadeIn;display:flex;position:fixed;top:72px;left:0}@keyframes layout-module__L5FxyW__fadeIn{0%{opacity:0}to{opacity:1}}.layout-module__L5FxyW__mobileMenuLinks{text-align:center;flex-direction:column;gap:1.5rem;width:80%;list-style:none;display:flex}.layout-module__L5FxyW__mobileMenuLinks a{color:var(--black);transition:color var(--ease);padding:.75rem;font-size:1.25rem;font-weight:700;display:block}.layout-module__L5FxyW__mobileMenuLinks a:hover{color:var(--cyan)}@media (max-width:768px){.layout-module__L5FxyW__navMenu,.layout-module__L5FxyW__navActions{display:none}.layout-module__L5FxyW__mobileMenuBtn{display:block}.layout-module__L5FxyW__footerRow{grid-template-columns:1fr;gap:2.5rem}.layout-module__L5FxyW__copyrightSection{text-align:center;flex-direction:column;gap:1rem}}
