@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-color:#fbfbfd;--text-primary:#1d1d1f;--text-secondary:#86868b;--accent-color:#1d1d1f;--accent-gradient:linear-gradient(135deg,#1d1d1f,#434353);--glass-bg:rgba(255,255,255,0.72);--glass-border:rgba(0,0,0,0.08);--border-radius:16px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--border-radius)}.text-gradient{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.header{position:fixed;top:.5rem;left:50%;transform:translateX(-50%);width:90%;max-width:1200px;z-index:1000;padding:.6rem 2rem;border-radius:100px}.header-container{display:flex;justify-content:space-between;align-items:center;padding:0}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav{display:flex;align-items:center;gap:1.75rem}.nav-link{font-size:.9rem;color:var(--text-secondary);font-weight:500;transition:var(--transition)}.nav-link:hover{color:var(--text-primary)}.nav-cta{font-size:.85rem;font-weight:600;color:var(--bg-color);background:var(--text-primary);padding:.5rem 1.1rem;border-radius:100px;text-decoration:none;transition:opacity .2s ease}.nav-cta:hover{opacity:.82}@media (max-width:680px){.nav-link{display:none}}.global-footer{background:#111;padding:4rem 0 2rem;margin-top:auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:1.5rem}.footer-logo{font-size:1.05rem;font-weight:700;letter-spacing:-.3px;color:rgba(255,255,255,.5);text-decoration:none;line-height:1}.footer-logo-accent{background:linear-gradient(135deg,#fff,rgba(255,255,255,.55));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-nav{display:flex;gap:3.5rem}.footer-col{display:flex;flex-direction:column;gap:.55rem}.footer-col h4{font-size:.65rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:.3rem}.footer-col a{font-size:.82rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:rgba(255,255,255,.9)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.72rem;color:rgba(255,255,255,.2)}.footer-sub{text-align:right}@media (max-width:768px){.footer-top{flex-direction:column;gap:2.5rem}.footer-nav{gap:2rem;flex-wrap:wrap}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-sub{text-align:left}}