:root{--black:#0a0a0a;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--accent:#f7b500;--accent-light:#fc0;--accent-dark:#d99e00;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"Space Mono", monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--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-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--white);color:var(--gray-900);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}.nav{z-index:100;backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffe6;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{align-items:center;display:flex}.nav-logo img{width:auto;height:40px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--gray-900)}.nav-cta{background:var(--primary);border-radius:6px;padding:.6rem 1.2rem;transition:background .2s;color:var(--white)!important}.nav-cta:hover{background:var(--primary-dark)}.nav-toggle{z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none;position:relative}.nav-toggle span{background:var(--gray-900);transform-origin:50%;border-radius:1px;width:24px;height:2px;transition:all .3s;display:block}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0;transform:translate(-10px)}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--white);z-index:99;opacity:0;visibility:hidden;padding:6rem 2rem 2rem;transition:all .3s;display:none;position:fixed;inset:0}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-links{flex-direction:column;gap:0;display:flex}.mobile-menu-links a{color:var(--gray-900);border-bottom:1px solid var(--gray-100);opacity:0;padding:1rem 0;font-size:1.5rem;font-weight:600;transition:all .2s;transform:translateY(20px)}.mobile-menu.active .mobile-menu-links a{opacity:1;transform:translateY(0)}.mobile-menu.active .mobile-menu-links a:first-child{transition-delay:.1s}.mobile-menu.active .mobile-menu-links a:nth-child(2){transition-delay:.15s}.mobile-menu.active .mobile-menu-links a:nth-child(3){transition-delay:.2s}.mobile-menu.active .mobile-menu-links a:nth-child(4){transition-delay:.25s}.mobile-menu.active .mobile-menu-links a:nth-child(5){transition-delay:.3s}.mobile-menu.active .mobile-menu-links a:nth-child(6){transition-delay:.35s}.mobile-menu-links a:hover{color:var(--primary);padding-left:1rem}.mobile-cta{background:var(--primary);text-align:center;border-radius:8px;margin-top:1rem;color:var(--white)!important;border-bottom:none!important;padding:1rem 2rem!important}.mobile-cta:hover{background:var(--primary-dark);padding-left:2rem!important}@media (width<=768px){.nav-links{display:none}.nav-toggle{display:flex}.mobile-menu{display:block}body.menu-open{overflow:hidden}}.footer{background:var(--gray-900);color:var(--gray-300);margin-top:6rem;padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{border-bottom:1px solid var(--gray-800);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.footer-brand p{color:var(--gray-400);margin-top:1rem;font-size:.9rem;line-height:1.7}.footer-logo{display:inline-block}.footer-logo img{width:auto;height:36px}.footer-social{gap:1rem;margin-top:1.5rem;display:flex}.footer-social a{background:var(--gray-800);width:36px;height:36px;color:var(--gray-400);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-social a:hover{background:var(--accent);color:var(--white)}.footer-social svg{width:18px;height:18px}.footer-links h4,.footer-contact h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links a,.footer-contact p,.footer-contact a{color:var(--gray-400);margin-bottom:.5rem;font-size:.9rem;transition:color .2s;display:block}.footer-links a:hover,.footer-contact a:hover{color:var(--white)}.footer-bottom{color:var(--gray-500);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--gray-500);transition:color .2s}.footer-legal a:hover{color:var(--gray-300)}@media (width<=480px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-label{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:500}.section-title{color:var(--gray-900);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.section-description{color:var(--gray-600);font-size:1.125rem;line-height:1.7}.btn{border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--accent);color:var(--gray-900)}.btn-secondary:hover{background:var(--accent-dark)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}
