@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--blue:#1163fb;--blue-dark:#0d4fcf;--blue-light:#3d7dff;--color-primary:#1163fb;--green:#10b981;--purple:#8b5cf6;--color-bg:#fff;--color-bg-alt:#f8fafc;--color-text:#0f172a;--color-text-dim:#64748b;--border-dark:#00000014;--card-bg:#fffc;--header-bg:#ffffffd9;--text-white:#0f172a;--text-muted:#94a3b8;--hero-bg-opacity:.03;--grid-color:#00000008}[data-theme=dark]{--color-bg:#050505;--color-bg-alt:#0f0f13;--color-text:#fff;--color-text-dim:#94a3b8;--border-dark:#ffffff14;--card-bg:#ffffff05;--header-bg:#050505b3;--text-white:#fff;--text-muted:#64748b;--hero-bg-opacity:.15;--grid-color:#ffffff08}:root{--grad-hero:linear-gradient(135deg, #050505 0%, #0a0a1a 50%, #050505 100%);--grad-blue:linear-gradient(135deg, #1163fb, #8b5cf6);--grad-accent:linear-gradient(135deg, #10b981 0%, #1163fb 100%);--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 12px 40px #0000001f;--shadow-blue:0 8px 30px #1163fb40;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--r-pill:9999px;--t-fast:.15s ease;--t-norm:.3s ease;--t-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--color-text-dim);background-color:var(--color-bg);min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800}h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:800}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:clamp(1.1rem,2vw,1.3rem)}p{color:var(--color-text-dim);line-height:1.8}a{color:var(--blue);transition:color var(--t-fast);text-decoration:none}a:hover{color:var(--blue-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:Poppins,sans-serif}ul,ol{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-gray)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:var(--r-pill)}::selection{color:var(--blue);background-color:#1163fb26}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.container--wide{width:100%;max-width:1440px;margin:0 auto;padding:0 40px}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:13px;font-weight:600;display:block}.section-title{color:var(--color-text);letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.15}.section-title span{color:var(--blue)}.section-title--white{color:var(--text-white)}.section-subtitle{color:var(--text-muted);max-width:620px;font-size:17px;line-height:1.7}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--r-pill);border:2px solid var(--blue);transition:all var(--t-norm);cursor:pointer;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);box-shadow:var(--shadow-blue);color:var(--white);transform:translateY(-2px)}.btn-outline{color:var(--white);border-radius:var(--r-pill);transition:all var(--t-norm);cursor:pointer;background:0 0;border:2px solid #ffffff80;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex}.btn-outline:hover{border-color:var(--white);color:var(--white);background:#ffffff1a;transform:translateY(-2px)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.aos{opacity:0;transition-property:opacity,transform;transition-duration:.8s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.aos-fade-up{transform:translateY(30px)}.aos-fade-up.is-visible{opacity:1;transform:translateY(0)}.aos-fade-right{transform:translate(-30px)}.aos-fade-right.is-visible{opacity:1;transform:translate(0)}.aos-zoom-in{transform:scale(.92)}.aos-zoom-in.is-visible{opacity:1;transform:scale(1)}.aos-delay-100{transition-delay:.1s}.aos-delay-200{transition-delay:.2s}.aos-delay-300{transition-delay:.3s}.aos-delay-400{transition-delay:.4s}.aos-delay-500{transition-delay:.5s}.hover-glow{transition:all .3s cubic-bezier(.25,.8,.25,1)}.hover-glow:hover{transform:translateY(-4px);box-shadow:0 0 20px #1163fb66,0 0 40px #1163fb1a;border-color:#1163fbcc!important}.icon-bounce{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}:hover>.icon-bounce,.icon-bounce:hover{transform:scale(1.15)translateY(-4px)}@media (width<=1024px){.container{padding:0 20px}.container--wide{padding:0 24px}}@media (width<=768px){body{font-size:15px}.container{padding:0 16px}}@media (width<=480px){body{font-size:14px}}.ai-header{z-index:9999;background:#0f0f0f;border-bottom:1px solid #ffffff0f;width:100%;height:70px;transition:box-shadow .3s;position:fixed;top:0;left:0}.ai-header--scrolled{box-shadow:0 4px 30px #0006}.ai-header__inner{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex}.ai-header__logo{color:#fff;letter-spacing:-.5px;flex-shrink:0;align-items:center;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.ai-header__logo-img{object-fit:contain;width:auto;height:48px}.ai-header__logo span{color:#1163fb}.ai-header__nav{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.ai-header__link{color:#ffffffd9;white-space:nowrap;border-radius:6px;padding:8px 18px;font-size:.9375rem;font-weight:400;text-decoration:none;transition:color .2s,background .2s;position:relative}.ai-header__link:hover{color:#fff;background:#ffffff12}.ai-header__link--active{color:#fff;font-weight:600;box-shadow:inset 0 -2px #1163fb}.ai-header__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.ai-header__cta{color:#fff;white-space:nowrap;cursor:pointer;background:#1163fb;border-radius:9999px;align-items:center;gap:8px;padding:10px 22px 10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex}.ai-header__cta svg{flex-shrink:0;width:16px;height:16px;transition:transform .3s}.ai-header__cta:hover{color:#fff;background:#0d4fcf;transform:translateY(-1px);box-shadow:0 6px 20px #1163fb59}.ai-header__cta:hover svg{transform:rotate(15deg)}.ai-header__hamburger{cursor:pointer;background:0 0;border:1.5px solid #ffffff40;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:border-color .25s;display:none}.ai-header__hamburger:hover{border-color:#ffffff80}.ai-header__hamburger span{background:#fff;border-radius:2px;width:18px;height:2px;transition:transform .3s,opacity .3s;display:block}.ai-header__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.ai-header__hamburger--open span:nth-child(2){opacity:0}.ai-header__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ai-header__mobile{opacity:0;background:#0f0f0f;border-bottom:1px solid #ffffff14;max-height:0;transition:max-height .4s,opacity .3s;display:none;overflow:hidden}.ai-header__mobile--open{opacity:1;max-height:calc(100vh - 70px);overflow-y:auto}.ai-header__mobile-inner{flex-direction:column;gap:4px;padding:16px 20px 24px;display:flex}.ai-header__mobile-link{color:#fffc;border-radius:8px;padding:12px 16px;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.ai-header__mobile-link:hover,.ai-header__mobile-link--active{color:#fff;background:#ffffff12}.ai-header__cta--mobile{text-align:center;border-radius:10px;justify-content:center;width:100%;margin-top:12px;padding:14px 24px}@media (width<=900px){.ai-header__nav,.ai-header__cta:not(.ai-header__cta--mobile){display:none}.ai-header__hamburger{display:flex}.ai-header__mobile{display:block}}@media (width<=480px){.ai-header__inner{padding:0 16px}}.ai-footer__cta-banner{background:linear-gradient(135deg,#0f0f0f 0%,#0d1a3a 100%);border-top:1px solid #ffffff0f;padding:64px 0}.ai-footer__cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.ai-footer__cta-title{color:#fff;letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.ai-footer__cta-title span{color:#1163fb}.ai-footer__cta-subtitle{color:#ffffff80;margin:0;font-size:1rem}.ai-footer__cta-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:14px;display:flex}.ai-footer__cta-btn{cursor:pointer;white-space:nowrap;border-radius:9999px;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.ai-footer__cta-btn--primary{color:#fff;background:#1163fb;border:2px solid #1163fb}.ai-footer__cta-btn--primary:hover{color:#fff;background:#0d4fcf;border-color:#0d4fcf;transform:translateY(-2px);box-shadow:0 8px 25px #1163fb59}.ai-footer__cta-btn--outline{color:#fffc;background:0 0;border:2px solid #ffffff40}.ai-footer__cta-btn--outline:hover{color:#fff;background:#ffffff0d;border-color:#fff9}.ai-footer__main{background:#0f0f0f;padding:70px 0 0}.ai-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;display:grid}.ai-footer__logo{color:#fff;letter-spacing:-.5px;align-items:center;margin-bottom:8px;font-size:1.625rem;font-weight:800;display:flex}.ai-footer__logo-img{object-fit:contain;width:auto;height:48px}.ai-footer__logo span{color:#1163fb}.ai-footer__tagline{color:#ffffff59;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.8125rem;font-weight:600}.ai-footer__desc{color:#ffffff73;margin-bottom:24px;font-size:.875rem;line-height:1.75}.ai-footer__social{gap:10px;display:flex}.ai-footer__social-link{color:#ffffff80;background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.ai-footer__social-link:hover{color:#fff;background:#1163fb;border-color:#1163fb}.ai-footer__col-title{text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:20px;font-size:.8125rem;font-weight:700}.ai-footer__links{flex-direction:column;gap:10px;display:flex}.ai-footer__links li a{color:#ffffff8c;font-size:.875rem;line-height:1.5;text-decoration:none;transition:color .2s}.ai-footer__links li a:hover{color:#fff}.ai-footer__links--contact li a{align-items:flex-start;gap:10px;display:flex}.ai-footer__links--contact li a span{flex-shrink:0;font-size:1rem}.ai-footer__divider{background:#ffffff12;height:1px;margin:0}.ai-footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:22px 0;display:flex}.ai-footer__copyright,.ai-footer__made{color:#ffffff4d;margin:0;font-size:.8125rem}.ai-footer__heart{display:inline-block}@media (width<=1100px){.ai-footer__grid{grid-template-columns:1fr 1fr 1fr;gap:36px}.ai-footer__brand{grid-column:1/-1;max-width:420px}}@media (width<=768px){.ai-footer__cta-inner{text-align:center;flex-direction:column;gap:28px}.ai-footer__cta-actions{justify-content:center}.ai-footer__grid{grid-template-columns:1fr 1fr}.ai-footer__brand{grid-column:1/-1;max-width:100%}}@media (width<=480px){.ai-footer__grid{grid-template-columns:1fr}.ai-footer__cta-banner{padding:48px 0}}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-container main{flex:1;padding-top:70px}
