@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";
:root{--primary:#1565c0;--accent:#00c9a7;--gradient:linear-gradient(135deg, #1565c0 0%, #00c9a7 100%);--gradient-text:linear-gradient(135deg, #1565c0, #00c9a7);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--bg:#fff;--bg-subtle:#f8fafc;--bg-muted:#f1f5f9;--border:#e2e8f0;--text-muted:#64748b;--text-secondary:#334155;--text-primary:#0f172a;--card-bg:#fff;--card-shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--nav-bg:#ffffffd9;--radius:12px;--radius-lg:20px;--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif}[data-theme=dark]{--bg:#0f172a;--bg-subtle:#1e293b;--bg-muted:#263347;--border:#334155;--text-muted:#64748b;--text-secondary:#94a3b8;--text-primary:#f8fafc;--card-bg:#1e293b;--card-shadow:0 1px 3px #0000004d, 0 4px 16px #0003;--nav-bg:#0f172ad9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background .3s,color .3s}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.display{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.heading-1{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.heading-2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.3}.heading-3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;line-height:1.4}.body-lg{font-size:1.125rem;line-height:1.75}.body{font-size:1rem;line-height:1.7}.caption{color:var(--text-muted);font-size:.875rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:600}.gradient-text{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section.alt{background:var(--bg-subtle)}.section-sm{padding:4rem 0}.btn{font-family:var(--font-display);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 15px #1565c059}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1565c073}.btn-outline{color:var(--text-primary);border:1.5px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{color:var(--accent);background:0 0;padding:.5rem 0}.btn-ghost:hover{gap:.75rem}.btn-white{color:var(--primary);font-family:var(--font-display);background:#fff;font-weight:700}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-lg{border-radius:10px;padding:1rem 2.25rem;font-size:1rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.pill{border-radius:999px;align-items:center;padding:.3rem .9rem;font-size:.8125rem;font-weight:500;display:inline-flex}.pill-accent{color:var(--accent);background:#00c9a71f}.pill-primary{color:var(--primary);background:#1565c01f}.gradient-bar{background:var(--gradient);border-radius:2px;height:3px}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:4rem 0}}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.navbar{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.375rem;font-weight:800;display:flex}.nav-logo-dot{background:var(--gradient);border-radius:50%;width:8px;height:8px}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-display);color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--gradient);border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-right{align-items:center;gap:1rem;display:flex}.nav-right a{font-size:.75rem;font-family:var(--font-display);letter-spacing:.05em;font-weight:700;text-decoration:none}.theme-toggle{border:1.5px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text-secondary);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.mobile-menu-tools{justify-content:center;align-items:center;gap:.75rem;padding-top:.65rem;display:flex}.nav-cta{background:var(--gradient);font-family:var(--font-display);border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;color:#fff!important}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1565c04d}.nav-cta:after{display:none!important}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.mobile-menu{border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:none}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-display);color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.65rem 0;font-size:1rem;font-weight:500;transition:color .2s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--accent)}@media (max-width:768px){.nav-links,.nav-right .theme-toggle{display:none}.nav-hamburger{display:flex}}.page-hero{background:var(--bg-subtle);text-align:center;border-bottom:1px solid var(--border);padding:9rem 0 5rem}.page-hero h1{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.025em;margin:.75rem 0 1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800}.page-hero p{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.125rem;line-height:1.75}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-header .eyebrow{margin-bottom:.75rem}.section-header h2{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.section-header p{color:var(--text-muted);font-size:1.0625rem;line-height:1.75}.cta-section{background:var(--gradient);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:#ffffff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.cta-section:after{content:"";background:#ffffff0a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-80px}.cta-content{z-index:1;position:relative}.cta-section h2{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.cta-section p{color:#fffc;margin-bottom:2.5rem;font-size:1.125rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--bg-subtle);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.footer-brand p{color:var(--text-muted);max-width:280px;margin:1rem 0 1.5rem;font-size:.9375rem;line-height:1.75}.footer-logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.375rem;font-weight:800;text-decoration:none;display:flex}.footer-logo-dot{background:var(--gradient);border-radius:50%;width:8px;height:8px}.footer-socials{gap:.75rem;display:flex}.social-link{border:1.5px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{border-color:var(--accent);color:var(--accent);background:#00c9a714}.footer-col h4{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:.9375rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col ul a,.footer-col ul span{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-col ul a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:3rem auto 0;padding:1.5rem 1.5rem 0;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.875rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.footer-bottom-links a:hover{color:var(--accent)}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}}
