:root{--purple-950:#1a0533;--purple-900:#2d0a5e;--purple-800:#4a0e96;--purple-700:#5c16c5;--purple-600:#6d28d9;--purple-500:#7c3aed;--purple-400:#8b5cf6;--purple-300:#a78bfa;--purple-200:#c4b5fd;--purple-100:#ede9fe;--purple-50:#f5f3ff;--hero-gradient:linear-gradient(145deg, #1a0140 0%, #2e0b7a 30%, #4a12b8 60%, #6d28d9 85%, #7c3aed 100%);--cta-gradient:linear-gradient(135deg, #4a0e96 0%, #6d28d9 50%, #7c3aed 100%);--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--dark-bg:#0a0014;--page-bg:#f1f0f5;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 24px #0000001a;--shadow-lg:0 12px 40px #00000024;--shadow-xl:0 24px 64px #0000002e;--shadow-glow:0 8px 32px #6d28d959;--shadow-card:0 2px 12px #0000000f;--max-w:1200px;--ease:cubic-bezier(.4,0,.2,1);--space-xs:clamp(6px, 1vw, 10px);--space-sm:clamp(10px, 1.5vw, 16px);--space-md:clamp(16px, 2.5vw, 28px);--space-lg:clamp(24px, 4vw, 48px);--space-xl:clamp(40px, 6vw, 72px);--space-2xl:clamp(56px, 7vw, 88px);--theme-bg:#f1f0f5;--theme-bg-secondary:#fff;--theme-card-bg:#fff;--theme-card-border:#0000000f;--theme-text-main:#111827;--theme-text-sub:#374151;--theme-text-muted:#6b7280;--theme-text-faint:#9ca3af;--theme-border:#e5e7eb;--theme-input-bg:#fff;--theme-input-border:#d1d5db;--theme-shadow-card:0 2px 12px #0000000f}[data-theme=dark]{--theme-bg:#0e0e1a;--theme-bg-secondary:#13131f;--theme-card-bg:#1c1c2e;--theme-card-border:#ffffff12;--theme-text-main:#edeaf8;--theme-text-sub:#c4bfd9;--theme-text-muted:#8b85a8;--theme-text-faint:#5f597a;--theme-border:#ffffff14;--theme-input-bg:#1c1c2e;--theme-input-border:#ffffff1f;--theme-shadow-card:0 2px 20px #0006;--page-bg:#0e0e1a;--gray-900:#edeaf8;--gray-700:#c4bfd9;--gray-500:#8b85a8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--theme-bg);color:var(--theme-text-main);-webkit-overflow-scrolling:touch;min-width:320px;font-family:Inter,system-ui,sans-serif;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}p,h1,h2,h3,h4,h5,h6,span,a,li{-webkit-user-select:text;user-select:text}.wrap{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 40px}@media (max-width:1024px){.wrap{padding:0 32px}}@media (max-width:768px){.wrap{padding:0 20px}}@media (max-width:480px){.wrap{padding:0 16px}}.gradient-text{background:linear-gradient(135deg,#a78bfa 0%,#c084fc 50%,#f0abfc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.purple-text{color:var(--purple-600)}.tag{letter-spacing:.06em;text-transform:uppercase;color:var(--purple-500);background:var(--purple-50);border:1px solid var(--purple-200);border-radius:var(--radius-pill);align-items:center;gap:6px;padding:5px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.tag-dark{color:var(--purple-200);background:#8b5cf61f;border-color:#8b5cf640}.btn{border-radius:var(--radius-pill);transition:all .22s var(--ease);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:12px 28px;font-size:.875rem;font-weight:600;display:inline-flex}.btn-purple{background:var(--purple-600);color:#fff;box-shadow:var(--shadow-glow)}.btn-purple:hover{background:var(--purple-500);transform:translateY(-2px);box-shadow:0 12px 40px #6d28d973}.btn-white{color:var(--purple-700);box-shadow:var(--shadow-md);background:#fff}.btn-white:hover{background:var(--purple-50);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline-white{color:#ffffffe6;border-radius:var(--radius-pill);background:0 0;border:1.5px solid #ffffff59}.btn-outline-white:hover{background:#ffffff14;border-color:#ffffffb3}.btn-ghost-white{color:#fff9;background:0 0;padding:12px 20px}.btn-ghost-white:hover{color:#fff}@media (max-width:480px){.btn{padding:11px 20px;font-size:.82rem}}.card{background:var(--theme-card-bg);border-radius:var(--radius-xl);border:1px solid var(--theme-card-border);box-shadow:var(--theme-shadow-card);transition:background .3s,border-color .3s}.section{padding:72px 0}.section-sm{padding:var(--space-xl) 0}@media (max-width:1024px){.section{padding:56px 0}.section-sm{padding:40px 0}}@media (max-width:768px){.section{padding:44px 0}.section-sm{padding:32px 0}}@media (max-width:480px){.section{padding:36px 0}.section-sm{padding:24px 0}}@keyframes floatA{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-16px)rotate(4deg)}}@keyframes floatB{0%,to{transform:translateY(-10px)rotate(-3deg)}50%{transform:translateY(6px)rotate(2deg)}}@keyframes floatC{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-12px)scale(1.04)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes pulseRing{0%{box-shadow:0 0 #6d28d973}70%{box-shadow:0 0 0 20px #6d28d900}to{box-shadow:0 0 #6d28d900}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.responsive-grid-2{grid-template-columns:1fr 1fr;gap:40px;display:grid}@media (max-width:900px){.responsive-grid-2{grid-template-columns:1fr!important;gap:32px!important}}.responsive-grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1024px){.responsive-grid-3{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.responsive-grid-3{grid-template-columns:1fr!important;gap:16px!important}}.responsive-grid-split{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}@media (max-width:1024px){.responsive-grid-split{gap:48px!important}}@media (max-width:900px){.responsive-grid-split{grid-template-columns:1fr!important;gap:40px!important}}.responsive-grid-calc{grid-template-columns:280px 1fr;gap:40px;display:grid}@media (max-width:1024px){.responsive-grid-calc{grid-template-columns:240px 1fr!important}}@media (max-width:900px){.responsive-grid-calc{grid-template-columns:1fr!important;gap:24px!important}}.responsive-card-row{flex-direction:row;gap:24px;display:flex!important}@media (max-width:768px){.responsive-card-row{flex-direction:column!important;gap:20px!important;padding:24px!important}}.section-heading{letter-spacing:-.02em;color:var(--gray-900);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.15}.section-sub{color:var(--gray-500);max-width:600px;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.75}@media (max-width:900px){.center-mobile{text-align:center!important}.items-center-mobile{align-items:center!important}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.show-mobile-only{display:none!important}}.stack-mobile{flex-flow:wrap;gap:16px;display:flex}@media (max-width:600px){.stack-mobile{flex-direction:column!important}}@media (max-width:768px){section{position:relative}main>section{transition:transform .3s}section[style*="background: #fff"],section[style*="background:#fff"],section[style*="background: white"]{box-shadow:0 -1px #0000000a}.wrap{padding:0 16px}.card{transition:transform .15s,box-shadow .15s}.card:active{transform:scale(.985)}footer{margin-bottom:0}}@supports (padding-top:env(safe-area-inset-top)){@media (max-width:768px){header{padding-top:env(safe-area-inset-top,0px)}}}@media (max-width:768px){[class*=scroll],[class*=Scroll]{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}::-webkit-scrollbar{width:0;height:0;display:none}html,body{scrollbar-width:none}}@media (max-width:480px){.tag{padding:4px 12px;font-size:.68rem}}@media (max-width:1024px){section>div[style*="padding: '100px 40px 80px'"],section>div[style*="padding: 100px 40px 80px"]{gap:48px!important;padding-left:28px!important;padding-right:28px!important}}@media (max-width:900px){section>div[style*="display: flex"][style*="align-items: center"]{flex-direction:column!important;gap:36px!important;padding:72px 24px 60px!important}section>div[style*="display: flex"][style*="align-items: center"]>div:first-child{text-align:center;flex:unset!important;width:100%!important}section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>span.tag,section>div[style*="display: flex"][style*="align-items: center"]>div:first-child span[class*=tag]{margin-left:auto;margin-right:auto}section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: '14px'"],section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: 14px"],section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: '32px'"],section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: 32px"]{justify-content:center!important}section>div[style*="display: flex"]>div[style*="max-width: 520px"],section>div[style*="display: flex"]>div[style*="max-width: 560px"]{width:100%!important;max-width:min(460px,100%)!important;margin:0 auto!important}section>div[style*="display: flex"]>div[style*="max-width: 520px"]>div[style*=perspective],section>div[style*="display: flex"]>div[style*="max-width: 560px"]>div[style*=perspective]{transform:none!important}section>div[style*="display: flex"]>div[style*="max-width: 520px"]>div[style*="position: absolute"],section>div[style*="display: flex"]>div[style*="max-width: 560px"]>div[style*="position: absolute"]{inset:-10px 8px auto auto!important}}@media (max-width:600px){section>div[style*="display: flex"][style*="align-items: center"]{gap:28px!important;padding:64px 20px 48px!important}section>div[style*="display: flex"]>div[style*="max-width: 520px"],section>div[style*="display: flex"]>div[style*="max-width: 560px"]{display:none!important}section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: '32px'"],section>div[style*="display: flex"][style*="align-items: center"]>div:first-child>div[style*="gap: 32px"]{flex-wrap:wrap!important;gap:20px!important}}@media (max-width:400px){section>div[style*="display: flex"][style*="align-items: center"]{padding-left:16px!important;padding-right:16px!important}}[data-theme=dark] *,[data-theme=light] *{transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s}[data-theme=dark] body{color:#edeaf8!important;background-color:#0e0e1a!important}[data-theme=dark] div[style*="background: #f9fafb"],[data-theme=dark] div[style*="background:#f9fafb"],[data-theme=dark] div[style*="background: #f3f4f6"],[data-theme=dark] div[style*="background: #f1f0f5"],[data-theme=dark] div[style*="background: #f5f3ff"],[data-theme=dark] div[style*="background: #fafafa"]{background-color:#0e0e1a!important}[data-theme=dark] div[style*="background: #ffffff"],[data-theme=dark] div[style*="background: '#ffffff'"],[data-theme=dark] div[style*="background: white"]{background-color:#1c1c2e!important;border-color:#ffffff14!important}[data-theme=dark] div[style*="zIndex: 10"][style*="background: #ffffff"],[data-theme=dark] div[style*="z-index: 10"][style*="background: #ffffff"],[data-theme=dark] div[style*="zIndex: 10"][style*="background: '#ffffff'"]{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background-color:#1c1c2eeb!important;border:1px solid #ffffff24!important;box-shadow:0 8px 32px #0009!important}[data-theme=dark] div[style*="zIndex: 10"] span[style*="color: #111827"],[data-theme=dark] div[style*="zIndex: 10"] span[style*="color: '#111827'"]{color:#edeaf8!important}[data-theme=dark] div[style*="background: #f9fafb"]{background-color:#16162a!important}[data-theme=dark] table{background-color:#1c1c2e!important}[data-theme=dark] thead tr,[data-theme=dark] tr[style*="background: #f9fafb"],[data-theme=dark] tr[style*="background: '#f9fafb'"]{background-color:#252540!important}[data-theme=dark] td,[data-theme=dark] th{color:#c4bfd9!important;border-color:#ffffff0f!important}[data-theme=dark] th{color:#9e99bf!important}[data-theme=dark] tr{border-color:#ffffff0f!important}[data-theme=dark] h1:not([style*="color: #fff"]):not([style*="color: '#fff'"]):not([style*="color: white"]),[data-theme=dark] h2:not([style*="color: #fff"]):not([style*="color: '#fff'"]):not([style*="color: white"]),[data-theme=dark] h3:not([style*="color: #fff"]):not([style*="color: '#fff'"]):not([style*="color: white"]),[data-theme=dark] h4:not([style*="color: #fff"]):not([style*="color: '#fff'"]):not([style*="color: white"]){color:#edeaf8!important}[data-theme=dark] p:not([style*="color: rgba(255"]):not([style*="color: '#fff'"]):not([style*="color: #fff"]):not([style*="color: white"]){color:#9e99bf!important}[data-theme=dark] span[style*="color: #111827"],[data-theme=dark] span[style*="color: '#111827'"],[data-theme=dark] span[style*="color: #374151"],[data-theme=dark] span[style*="color: '#374151'"],[data-theme=dark] span[style*="color: #1a0444"],[data-theme=dark] span[style*="color: '#1a0444'"]{color:#edeaf8!important}[data-theme=dark] span[style*="color: #6b7280"],[data-theme=dark] span[style*="color: '#6b7280'"],[data-theme=dark] span[style*="color: #4b5563"],[data-theme=dark] span[style*="color: '#4b5563'"],[data-theme=dark] span[style*="color: #9ca3af"],[data-theme=dark] span[style*="color: '#9ca3af'"]{color:#7a75a0!important}[data-theme=dark] div[style*="color: #111827"],[data-theme=dark] div[style*="color: '#111827'"],[data-theme=dark] div[style*="color: #374151"],[data-theme=dark] div[style*="color: '#374151'"]{color:#edeaf8!important}[data-theme=dark] div[style*="color: #6b7280"],[data-theme=dark] div[style*="color: '#6b7280'"],[data-theme=dark] div[style*="color: #4b5563"],[data-theme=dark] div[style*="color: '#4b5563'"],[data-theme=dark] div[style*="color: #9ca3af"],[data-theme=dark] div[style*="color: '#9ca3af'"]{color:#7a75a0!important}[data-theme=dark] span[style*="background: #F5F3FF"],[data-theme=dark] span[style*="background: '#F5F3FF'"]{background-color:#7c3aed24!important}[data-theme=dark] span[style*="background: #ECFDF5"],[data-theme=dark] span[style*="background: '#ECFDF5'"]{background-color:#10b9811f!important}[data-theme=dark] span[style*="background: #EFF6FF"],[data-theme=dark] span[style*="background: '#EFF6FF'"]{background-color:#3b82f61f!important}[data-theme=dark] span[style*="background: #FFF7ED"],[data-theme=dark] span[style*="background: '#FFF7ED'"],[data-theme=dark] span[style*="background: #FFFBEB"],[data-theme=dark] span[style*="background: '#FFFBEB'"]{background-color:#f59e0b1f!important}[data-theme=dark] span[style*="background: #FEF2F2"],[data-theme=dark] span[style*="background: '#FEF2F2'"]{background-color:#ef44441f!important}[data-theme=dark] span[style*="background: #FDF2F8"],[data-theme=dark] span[style*="background: '#FDF2F8'"]{background-color:#ec48991f!important}[data-theme=dark] span[style*="background: #E6F4EA"],[data-theme=dark] span[style*="background: '#E6F4EA'"],[data-theme=dark] span[style*="background: #EEF2FF"],[data-theme=dark] span[style*="background: '#EEF2FF'"]{background-color:#6366f11f!important}[data-theme=dark] div[style*="background: #EFF6FF"],[data-theme=dark] div[style*="background: #ECFDF5"],[data-theme=dark] div[style*="background: #F5F3FF"],[data-theme=dark] div[style*="background: #FFF7ED"],[data-theme=dark] div[style*="background: #FEF2F2"],[data-theme=dark] div[style*="background: #FDF2F8"],[data-theme=dark] div[style*="background: #E6F4EA"],[data-theme=dark] div[style*="background: #EEF2FF"]{background-color:#ffffff0f!important;border-color:#ffffff1a!important}[data-theme=dark] div[style*="background: #bfdbfe"],[data-theme=dark] div[style*="border: 1px solid #bfdbfe"]{background-color:#3b82f61a!important;border-color:#3b82f640!important}[data-theme=dark] div[style*="color: #1e40af"]{color:#93c5fd!important}[data-theme=dark] div[style*="background: #f3f4f6"],[data-theme=dark] span[style*="background: #f3f4f6"]{color:#a09bc0!important;background-color:#252540!important}[data-theme=dark] div[style*="border: 1px solid #e5e7eb"],[data-theme=dark] div[style*="border: 1px solid rgba(0,0,0,0.04)"],[data-theme=dark] div[style*="border: 1px solid rgba(0,0,0,.04)"],[data-theme=dark] div[style*="border: 1px solid rgba(0, 0, 0, 0.04)"],[data-theme=dark] div[style*="border: 1px solid rgba(0,0,0,0.05)"],[data-theme=dark] div[style*="border: 1px solid rgba(0, 0, 0, 0.05)"],[data-theme=dark] div[style*="border: 2px solid #7C3AED"]{border-color:#ffffff1a!important}[data-theme=dark] div[style*="borderTop: '1px solid #f3f4f6'"],[data-theme=dark] div[style*="borderTop: '1px solid #e5e7eb'"]{border-top-color:#ffffff12!important}[data-theme=dark] a[style*="background: #F3F4F6"],[data-theme=dark] a[style*="background: '#F3F4F6'"]{color:#a09bc0!important;background-color:#2a2a3e!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]),[data-theme=dark] textarea,[data-theme=dark] select{color:#edeaf8!important;background-color:#1c1c2e!important;border-color:#ffffff24!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#5a5475!important}[data-theme=dark] label{color:#c4bfd9!important}[data-theme=dark] .card{background-color:#1c1c2e!important;border-color:#ffffff12!important}[data-theme=dark] .section-heading{color:#edeaf8!important}[data-theme=dark] .section-sub{color:#7a75a0!important}[data-theme=dark] .tag:not(.tag-dark){color:#a78bfa!important;background:#8b5cf626!important;border-color:#8b5cf640!important}[data-theme=dark] hr{border-color:#ffffff12!important}[data-theme=dark] footer{background-color:#0a0a14!important;border-top-color:#ffffff0f!important}[data-theme=dark] footer p,[data-theme=dark] footer span:not([class*=logo]),[data-theme=dark] footer a{color:#6b6690!important}[data-theme=dark] footer h3,[data-theme=dark] footer h4,[data-theme=dark] footer [class*=title]{color:#c4bfd9!important}[data-theme=dark] footer a:hover{color:#a78bfa!important}[data-theme=dark] footer [class*=bottom],[data-theme=dark] footer [class*=Bottom]{border-top-color:#ffffff0f!important}[data-theme=dark] [class*=headerScrolled],[data-theme=dark] [class*=lightTheme]{-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#0e0e1af2!important;border-bottom-color:#ffffff12!important}[data-theme=dark] [class*=headerScrolled] [class*=navLink],[data-theme=dark] [class*=lightTheme] [class*=navLink]{color:#c4bfd9!important}[data-theme=dark] [class*=headerScrolled] [class*=navLink]:hover,[data-theme=dark] [class*=headerScrolled] [class*=active],[data-theme=dark] [class*=lightTheme] [class*=navLink]:hover,[data-theme=dark] [class*=lightTheme] [class*=active]{color:#a78bfa!important}[data-theme=dark] [class*=headerScrolled] [class*=logoText],[data-theme=dark] [class*=lightTheme] [class*=logoText]{color:#edeaf8!important}[data-theme=dark] [class*=headerScrolled] [class*=pillNav],[data-theme=dark] [class*=lightTheme] [class*=pillNav]{background:#1c1c2ee6!important;border-color:#ffffff14!important}[data-theme=dark] section{background-color:var(--theme-bg)!important}[data-theme=dark] section[class*=hero],[data-theme=dark] section[class*=Hero]{background-color:#0000!important}[data-theme=dark] main{background-color:var(--theme-bg)!important}[data-theme=dark] img{filter:none!important}[data-theme=dark] li,[data-theme=dark] label{color:var(--theme-text-sub)!important}[data-theme=dark] dt{color:var(--theme-text-main)!important}[data-theme=dark] dd,[data-theme=dark] figcaption{color:var(--theme-text-muted)!important}[data-theme=dark] blockquote{color:var(--theme-text-sub)!important;border-left-color:#7c3aed4d!important}[data-theme=dark] caption{color:var(--theme-text-muted)!important}[data-theme=dark] section:not([class*=hero]):not([class*=Hero]){color:var(--theme-text-main)}[data-theme=dark] body>div,[data-theme=dark] body>div>div{background-color:#0e0e1a!important}[data-theme=dark] div[style*="background:#f9fafb"],[data-theme=dark] div[style*="background:#f3f4f6"],[data-theme=dark] div[style*="background:#f1f0f5"],[data-theme=dark] div[style*="background:#f5f3ff"],[data-theme=dark] div[style*="background:#ffffff"],[data-theme=dark] div[style*=background\:white],[data-theme=dark] div[style*="background: #f9fafb"],[data-theme=dark] div[style*="background: #f3f4f6"],[data-theme=dark] div[style*="background: #f1f0f5"],[data-theme=dark] div[style*="background: #f5f3ff"],[data-theme=dark] div[style*="background: #ffffff"],[data-theme=dark] div[style*="background: white"]{background-color:#0e0e1a!important;border-color:#ffffff12!important}[data-theme=dark] div[style*=borderRadius][style*="background:#ffffff"],[data-theme=dark] div[style*=border-radius][style*="background:#ffffff"],[data-theme=dark] div[style*=borderRadius][style*="background: #ffffff"],[data-theme=dark] div[style*=border-radius][style*="background: #ffffff"]{background-color:#1c1c2e!important}[data-theme=dark] div[style*=linear-gradient],[data-theme=dark] div[style*=radial-gradient]{background-color:#0000!important}[data-theme=dark] #__next,[data-theme=dark] main{background-color:#0e0e1a!important}[data-theme=dark] section[style*="background: 'linear-gradient(180deg"],[data-theme=dark] section[style*="background: linear-gradient(180deg"]{background:linear-gradient(#0f0a1e 0%,#131028 60%,#0e0e1a 100%)!important}[data-theme=dark] [class*=IndustriesSection] section,[data-theme=dark] [class*=industriesSection] section,[data-theme=dark] [class*=WhySangoe] section,[data-theme=dark] [class*=whySangoe] section,[data-theme=dark] [class*=ProblemSection] section,[data-theme=dark] [class*=problemSection] section,[data-theme=dark] [class*=SolutionStatement] section,[data-theme=dark] [class*=solutionStatement] section,[data-theme=dark] [class*=PlatformClouds] section,[data-theme=dark] [class*=platformClouds] section{background-color:#0e0e1a!important}[data-theme=dark] [class*=Testimonials] section,[data-theme=dark] [class*=testimonials] section{background:#0e0e1a!important}[data-theme=dark] [class*=JourneySection] section,[data-theme=dark] [class*=journeySection] section{background-color:#0e0e1a!important}[data-theme=dark] [class*=IntegrationsSection] section,[data-theme=dark] [class*=integrationsSection] section{background-color:#13131f!important}[data-theme=dark] [class*=AdvancedSolutions] section,[data-theme=dark] [class*=AssessmentSection] section{background-color:#0e0e1a!important}[data-theme=dark] [class*=card]:not([style*=gradient]):not([style*=linear]),[data-theme=dark] [class*=Card]:not([style*=gradient]):not([style*=linear]){background-color:#1c1c2e!important;border-color:#ffffff12!important}[data-theme=dark] [class*=ctaCard],[data-theme=dark] [class*=CtaCard],[data-theme=dark] [class*=cta-card],[data-theme=dark] [class*=ctaBox],[data-theme=dark] [class*=ctaWrap]{background:initial;background-color:#0000!important}[data-theme=dark] [class*=trustStrip],[data-theme=dark] [class*=TrustStrip]{background-color:#13131f!important;border-color:#ffffff0f!important}[data-theme=dark] [class*=mobileNav],[data-theme=dark] [class*=MobileNav],[data-theme=dark] [class*=bottomNav],[data-theme=dark] [class*=BottomNav]{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#0e0e1af5!important;border-top-color:#ffffff12!important}[data-theme=dark] [class*=mobileNav] [class*=label],[data-theme=dark] [class*=bottomNav] [class*=label]{color:#7a75a0!important}[data-theme=dark] [class*=mobileNav] [class*=active] [class*=label],[data-theme=dark] [class*=bottomNav] [class*=active] [class*=label]{color:#a78bfa!important}[data-theme=dark] [class*=footer]{background-color:#0a0a14!important}[data-theme=dark] [class*=heading],[data-theme=dark] [class*=Heading],[data-theme=dark] [class*=sectionTitle],[data-theme=dark] [class*=SectionTitle]{color:#edeaf8!important}[data-theme=dark] [class*=subtitle],[data-theme=dark] [class*=Subtitle],[data-theme=dark] [class*=description],[data-theme=dark] [class*=Description]{color:#9e99bf!important}[data-theme=dark] [class*=muted],[data-theme=dark] [class*=Muted],[data-theme=dark] [class*=meta],[data-theme=dark] [class*=Meta]{color:#6b6690!important}[data-theme=dark] div[style*="background: #ECFEFF"],[data-theme=dark] div[style*="background: #FFFBEB"],[data-theme=dark] div[style*="background: #E6F4EA"],[data-theme=dark] div[style*="background: #EEF2FF"]{background-color:#ffffff0d!important;border-color:#ffffff17!important}[data-theme=dark] span[style*="background: #ECFEFF"],[data-theme=dark] span[style*="background: '#ECFEFF'"],[data-theme=dark] span[style*="background: #E0F2FE"],[data-theme=dark] span[style*="background: '#E0F2FE'"],[data-theme=dark] span[style*="background: #E6F4EA"],[data-theme=dark] span[style*="background: '#E6F4EA'"],[data-theme=dark] span[style*="background: #EEF2FF"],[data-theme=dark] span[style*="background: '#EEF2FF'"],[data-theme=dark] span[style*="background: #F3E8FF"],[data-theme=dark] span[style*="background: '#F3E8FF'"],[data-theme=dark] span[style*="background: #FFFBEB"],[data-theme=dark] span[style*="background: '#FFFBEB'"]{background-color:#8b5cf61a!important}[data-theme=dark] div[style*="background: '#F3E8FF'"],[data-theme=dark] div[style*="background: #F3E8FF"]{background-color:#7c3aed1a!important;border-color:#7c3aed40!important}[data-theme=dark] div[style*="border: '1px solid #DBEAFE'"],[data-theme=dark] div[style*="border: '1px solid #bfdbfe'"]{border-color:#3b82f64d!important}[data-theme=dark] div[style*="border: '1px solid #A7F3D0'"]{border-color:#10b9814d!important}[data-theme=dark] h4:not([style*="color: #fff"]):not([style*="color: white"]),[data-theme=dark] h5:not([style*="color: #fff"]):not([style*="color: white"]){color:#edeaf8!important}[data-theme=dark] strong[style*="color: #ef4444"],[data-theme=dark] strong[style*="color: #EF4444"]{color:#fca5a5!important}[data-theme=dark] strong[style*="color: #10b981"],[data-theme=dark] strong[style*="color: #10B981"]{color:#6ee7b7!important}[data-theme=dark] span[style*="color: #9ca3af"],[data-theme=dark] span[style*="color: '#9ca3af'"],[data-theme=dark] div[style*="color: #9ca3af"],[data-theme=dark] div[style*="color: '#9ca3af'"]{color:#5a5475!important}[data-theme=dark] div[style*="color: #1e40af"],[data-theme=dark] div[style*="color: '#1e40af'"],[data-theme=dark] div[style*="color: #1e3a8a"],[data-theme=dark] div[style*="color: '#1e3a8a'"]{color:#93c5fd!important}[data-theme=dark] div[style*="color: #065f46"],[data-theme=dark] div[style*="color: '#065f46'"],[data-theme=dark] div[style*="color: #064e3b"],[data-theme=dark] div[style*="color: '#064e3b'"]{color:#6ee7b7!important}[data-theme=dark] span[style*="background: '#F5F3FF'"][style*="color: '#7C3AED'"],[data-theme=dark] span[style*="background: #F5F3FF"][style*="color: #7C3AED"]{background-color:#7c3aed24!important}[data-theme=dark] span[style*="background: '#E0F2FE'"][style*="color: '#1E40AF'"],[data-theme=dark] span[style*="background: #E0F2FE"][style*="color: #1E40AF"]{color:#93c5fd!important;background-color:#3b82f61f!important}[data-theme=dark] span[style*="background: '#F3F4F6'"],[data-theme=dark] span[style*="background: #F3F4F6"]{color:#9e99bf!important;background-color:#252540!important}[data-theme=dark] button[style*="border: '1.5px solid #10B981'"],[data-theme=dark] button[style*="border: '1.5px solid #7C3AED'"],[data-theme=dark] button[style*="border: '1.5px solid #3B82F6'"]{opacity:.9}[data-theme=dark] button[style*="border: '1.5px solid rgba(0, 0, 0, 0.06)'"],[data-theme=dark] button[style*="border: '1.5px solid rgba(0,0,0,0.06)'"],[data-theme=dark] button[style*="border: '1.5px solid #e5e7eb'"]{color:#9e99bf!important;background-color:#1c1c2e!important;border-color:#ffffff1a!important}[data-theme=dark] div[style*="border: '1px solid rgba(124, 58, 237, 0.06)'"],[data-theme=dark] div[style*="border: '1px solid rgba(124,58,237,0.06)'"]{border-color:#7c3aed33!important}[data-theme=dark] input[style*="border: '1px solid #d1d5db'"]{background-color:#1c1c2e!important;border-color:#ffffff24!important}
.Navbar-module__O8Na-a__header{z-index:1100;background:0 0;padding:10px 0;transition:padding .3s,background .35s,box-shadow .35s,border-color .35s;position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__headerScrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#ffffffe0;border-bottom:1px solid #00000012;padding:7px 0;box-shadow:0 4px 24px #0000000f}.Navbar-module__O8Na-a__container{width:100%;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 40px;display:flex}@media (max-width:1024px){.Navbar-module__O8Na-a__container{padding:0 32px}}@media (max-width:768px){.Navbar-module__O8Na-a__container{padding:0 20px}}@media (max-width:480px){.Navbar-module__O8Na-a__container{padding:0 16px}}.Navbar-module__O8Na-a__logo{z-index:1010;align-items:center;gap:9px;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logoImage{width:auto;height:56px;display:block}@media (max-width:768px){.Navbar-module__O8Na-a__logoImage{height:46px}}@media (max-width:480px){.Navbar-module__O8Na-a__logoImage{height:38px}}.Navbar-module__O8Na-a__logoMark{flex-shrink:0;align-items:center;display:flex}.Navbar-module__O8Na-a__logoText{letter-spacing:.09em;color:#fff;font-size:1.05rem;font-weight:950;transition:color .3s}.Navbar-module__O8Na-a__pillNav{-webkit-backdrop-filter:blur(16px)saturate(140%);background:#00000047;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:2px;padding:5px 6px;transition:background .35s,border-color .35s;display:flex}.Navbar-module__O8Na-a__navLink{color:#ffffffc7;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;padding:7px 16px;font-size:.84rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:relative}.Navbar-module__O8Na-a__navLink:hover{color:#fff}.Navbar-module__O8Na-a__linkText{z-index:2;align-items:center;gap:5px;display:flex;position:relative}.Navbar-module__O8Na-a__activeIndicator{z-index:1;background:#ffffff26;border:1px solid #fff3;border-radius:999px;position:absolute;inset:0}.Navbar-module__O8Na-a__active{font-weight:700;color:#fff!important}.Navbar-module__O8Na-a__chevron{opacity:.65;transition:transform .2s}.Navbar-module__O8Na-a__dropdownTrigger:hover .Navbar-module__O8Na-a__chevron{transform:rotate(180deg)}.Navbar-module__O8Na-a__dropdown{z-index:1010;cursor:default;-webkit-backdrop-filter:blur(24px)saturate(160%);background:#0c051eeb;border:1px solid #ffffff17;border-radius:18px;flex-direction:column;gap:2px;width:290px;padding:10px;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 20px 48px #00000059}.Navbar-module__O8Na-a__dropdownList{flex-direction:column;gap:2px;display:flex}.Navbar-module__O8Na-a__dropdownItem{color:#ffffffb8;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:all .18s;display:flex}.Navbar-module__O8Na-a__dropdownItem:hover{color:#fff;background:#ffffff12}.Navbar-module__O8Na-a__dropdownIcon{color:#a78bfa;flex-shrink:0}.Navbar-module__O8Na-a__dropdownText{flex-direction:column;display:flex}.Navbar-module__O8Na-a__dropdownLabel{font-size:.82rem;font-weight:700;line-height:1.25}.Navbar-module__O8Na-a__dropdownDesc{opacity:.55;margin-top:2px;font-size:.7rem}.Navbar-module__O8Na-a__rightActions{z-index:1010;align-items:center;gap:12px;display:flex}.Navbar-module__O8Na-a__themeToggle{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .22s,border-color .22s,transform .18s,color .22s;display:flex}.Navbar-module__O8Na-a__themeToggle:hover{background:#ffffff38;transform:rotate(15deg)scale(1.08)}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__themeToggle,.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__themeToggle{color:#7c3aed;background:#7c3aed14;border-color:#7c3aed33}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__themeToggle:hover,.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__themeToggle:hover{background:#7c3aed26;border-color:#7c3aed59}.Navbar-module__O8Na-a__cta{color:#1a0444;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;align-items:center;padding:9px 22px;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .15s;display:inline-flex}.Navbar-module__O8Na-a__cta:hover{color:#5b21b6;background:#f0e8ff;transform:translateY(-1px);box-shadow:0 6px 20px #fff3}.Navbar-module__O8Na-a__burger{cursor:pointer;color:#fff;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:22px;height:15px;padding:0;display:none}.Navbar-module__O8Na-a__burger span{background:currentColor;border-radius:2px;width:100%;height:2px;transition:all .28s}.Navbar-module__O8Na-a__burgerOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__O8Na-a__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__O8Na-a__burgerOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__logoText{color:#111827}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__pillNav{background:#fff9;border-color:#00000014}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__navLink{color:#374151}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__navLink:hover{color:#7c3aed}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__active{color:#7c3aed!important}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__activeIndicator{background:#7c3aed1a;border-color:#7c3aed33}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__cta{color:#fff;background:#7c3aed}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__cta:hover{color:#fff;background:#6d28d9;box-shadow:0 6px 20px #6d28d94d}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__burger{color:#111827}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__dropdown{background:#fffffff7;border-color:#0000000f;box-shadow:0 20px 48px #0000001f}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__dropdownItem{color:#374151}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__dropdownItem:hover{color:#7c3aed;background:#7c3aed0f}.Navbar-module__O8Na-a__headerScrolled .Navbar-module__O8Na-a__dropdownIcon{color:#7c3aed}.Navbar-module__O8Na-a__lightTheme{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#ffffffe0;border-bottom:1px solid #00000012}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__logoText{color:#111827}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__pillNav{background:#ffffff8c;border:1px solid #00000012}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__navLink{color:#374151}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__navLink:hover{color:#7c3aed}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__active{color:#7c3aed!important}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__activeIndicator{background:#7c3aed1a;border:1px solid #7c3aed2e}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__cta{color:#fff;background:#7c3aed}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__cta:hover{background:#6d28d9;box-shadow:0 6px 20px #6d28d94d}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__burger{color:#111827}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__dropdown{background:#fffffff7;border:1px solid #0000000f;box-shadow:0 20px 48px #0000001a}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__dropdownItem{color:#374151}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__dropdownItem:hover{color:#7c3aed;background:#7c3aed0d}.Navbar-module__O8Na-a__lightTheme .Navbar-module__O8Na-a__dropdownIcon{color:#7c3aed}.Navbar-module__O8Na-a__heroTheme{background:0 0}.Navbar-module__O8Na-a__mobileMenu{z-index:1090;background:#fff;flex-direction:column;padding-top:84px;display:flex;position:fixed;inset:0}.Navbar-module__O8Na-a__mobileScroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:28px;padding:20px 20px 32px;display:flex;overflow-y:auto}.Navbar-module__O8Na-a__mobileSection{flex-direction:column;gap:14px;display:flex}.Navbar-module__O8Na-a__mobileSecTitle{text-transform:uppercase;color:#9ca3af;letter-spacing:.08em;padding-left:4px;font-size:.72rem;font-weight:700}.Navbar-module__O8Na-a__mobileGrid{flex-direction:column;gap:6px;display:flex}.Navbar-module__O8Na-a__mobileLink{color:#1b1c1e;background:#f9fafb;border-radius:12px;padding:12px 16px;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.Navbar-module__O8Na-a__mobileLink:active{background:#f0eaff}.Navbar-module__O8Na-a__mobileActive{color:#6366f1;background:#eef2ff}.Navbar-module__O8Na-a__mobileLabel{font-size:.88rem;font-weight:650}.Navbar-module__O8Na-a__mobileDesc{color:#6b7280;margin-top:2px;font-size:.72rem}.Navbar-module__O8Na-a__mobileActions{border-top:1px solid var(--theme-border);flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;display:flex}.Navbar-module__O8Na-a__mobileThemeToggle{width:100%;color:var(--theme-text-main);background:var(--theme-card-bg);border:1px solid var(--theme-border);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:13px 16px;font-size:.9rem;font-weight:700;transition:background .2s,color .2s;display:flex}.Navbar-module__O8Na-a__mobileThemeToggle:hover{background:var(--theme-bg-secondary)}@media (max-width:992px){.Navbar-module__O8Na-a__pillNav,.Navbar-module__O8Na-a__cta{display:none}.Navbar-module__O8Na-a__burger{display:flex}}@media (max-width:768px){.Navbar-module__O8Na-a__burger{display:none}.Navbar-module__O8Na-a__header{padding:10px 0}.Navbar-module__O8Na-a__headerScrolled{padding:7px 0}}@media (max-width:480px){.Navbar-module__O8Na-a__header{padding:8px 0}.Navbar-module__O8Na-a__headerScrolled{padding:6px 0}.Navbar-module__O8Na-a__logoText{font-size:.95rem}}[data-theme=dark] .Navbar-module__O8Na-a__mobileMenu{background:#13131f}[data-theme=dark] .Navbar-module__O8Na-a__mobileLink{color:#c4bfd9;background:#1a1a2e}[data-theme=dark] .Navbar-module__O8Na-a__mobileActive{color:#a78bfa;background:#7c3aed33}[data-theme=dark] .Navbar-module__O8Na-a__mobileSecTitle,[data-theme=dark] .Navbar-module__O8Na-a__mobileDesc{color:#5f597a}[data-theme=dark] .Navbar-module__O8Na-a__header{background:#0b0b16f2!important;border-color:#ffffff0f!important}[data-theme=dark] .Navbar-module__O8Na-a__headerScrolled{background:#0b0b16fa!important;box-shadow:0 2px 20px #0006!important}[data-theme=dark] .Navbar-module__O8Na-a__linkText{color:#c4bfd9!important}[data-theme=dark] .Navbar-module__O8Na-a__navLink:hover .Navbar-module__O8Na-a__linkText{color:#edeaf8!important}[data-theme=dark] .Navbar-module__O8Na-a__dropdown{background:#13131f!important;border-color:#ffffff14!important;box-shadow:0 20px 60px #00000080!important}[data-theme=dark] .Navbar-module__O8Na-a__dropdownItem{border-color:#ffffff0d!important}[data-theme=dark] .Navbar-module__O8Na-a__dropdownItem:hover{background:#1c1c2e!important}[data-theme=dark] .Navbar-module__O8Na-a__dropdownText{color:#edeaf8!important}[data-theme=dark] .Navbar-module__O8Na-a__dropdownDesc{color:#8b85a8!important}[data-theme=dark] .Navbar-module__O8Na-a__mobileMenu{background:#0e0e1a!important}[data-theme=dark] .Navbar-module__O8Na-a__mobileSecTitle{color:#8b85a8!important}[data-theme=dark] .Navbar-module__O8Na-a__mobileLink{border-color:#ffffff0d!important}[data-theme=dark] .Navbar-module__O8Na-a__mobileLabel{color:#edeaf8!important}[data-theme=dark] .Navbar-module__O8Na-a__mobileDesc{color:#8b85a8!important}
.Footer-module__yg9ahW__footer{font-family:var(--font-sans,"Inter", sans-serif)}.Footer-module__yg9ahW__seoSection{background:#eeedf4;border-top:1px solid #ddd9ee}.Footer-module__yg9ahW__seoInner{max-width:1200px;margin:0 auto;padding:0 40px}.Footer-module__yg9ahW__seoToggle{color:#6b7280;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 0;font-size:.75rem;font-weight:700;transition:color .2s;display:flex}.Footer-module__yg9ahW__seoToggle:hover{color:#7c3aed}.Footer-module__yg9ahW__seoGrid{border-top:1px solid #ddd9ee;grid-template-columns:repeat(4,1fr);gap:32px;padding:24px 0 32px;display:grid}.Footer-module__yg9ahW__seoColTitle{color:#374151;text-transform:uppercase;letter-spacing:.09em;margin:0 0 12px;font-size:.7rem;font-weight:800}.Footer-module__yg9ahW__seoList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__seoLink{color:#6b7280;font-size:.78rem;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__seoLink:hover{color:#7c3aed}.Footer-module__yg9ahW__main{background:#f5f3ff;border-top:1px solid #ddd9ee;padding:56px 0 40px}.Footer-module__yg9ahW__mainInner{grid-template-columns:260px 1fr;align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;padding:0 40px;display:grid}.Footer-module__yg9ahW__logoWrap{margin-bottom:16px;display:inline-block}.Footer-module__yg9ahW__logoImg{width:auto;height:60px;display:block}.Footer-module__yg9ahW__brandSlogan{color:#111827;letter-spacing:-.01em;margin:0 0 4px;font-size:1rem;font-weight:900}.Footer-module__yg9ahW__brandTagline{letter-spacing:.07em;text-transform:uppercase;color:#7c3aed;margin:0 0 12px;font-size:.68rem;font-weight:700}.Footer-module__yg9ahW__brandDesc{color:#6b7280;max-width:230px;margin:0 0 20px;font-size:.8rem;line-height:1.75}.Footer-module__yg9ahW__newsletter{border:1px solid #d1d5db;border-radius:8px;margin-bottom:18px;display:flex;overflow:hidden}.Footer-module__yg9ahW__emailInput{color:#111827;background:#fff;border:none;outline:none;flex:1;min-width:0;padding:9px 12px;font-size:.78rem}.Footer-module__yg9ahW__emailInput::placeholder{color:#9ca3af}.Footer-module__yg9ahW__subBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#7c3aed;border:none;padding:9px 16px;font-size:.73rem;font-weight:700;transition:background .2s}.Footer-module__yg9ahW__subBtn:hover{background:#6d28d9}.Footer-module__yg9ahW__socialAppRow{flex-wrap:nowrap;align-items:center;gap:7px;margin-bottom:0;display:flex}.Footer-module__yg9ahW__socials{flex-wrap:wrap;gap:7px;display:flex}.Footer-module__yg9ahW__socialIcon{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:flex}.Footer-module__yg9ahW__socialIcon:hover{color:#7c3aed;background:#f5f3ff;border-color:#c4b5fd}.Footer-module__yg9ahW__appIconBtn{color:#fff;background:#7c3aed;border:1px solid #6d28d9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:background .2s;display:flex}.Footer-module__yg9ahW__appIconBtn:hover{background:#6d28d9}.Footer-module__yg9ahW__appRow{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__yg9ahW__appBtn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:7px;padding:7px 12px;font-size:.7rem;text-decoration:none;transition:background .2s;display:inline-flex}.Footer-module__yg9ahW__appBtn span{flex-direction:column;line-height:1.3;display:flex}.Footer-module__yg9ahW__appBtn small{color:#9ca3af;font-size:.58rem;font-weight:500}.Footer-module__yg9ahW__appBtn strong{font-size:.72rem;font-weight:700}.Footer-module__yg9ahW__appBtn:hover{background:#f5f3ff}.Footer-module__yg9ahW__linkGrid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.Footer-module__yg9ahW__colTitle{letter-spacing:.09em;text-transform:uppercase;color:#111827;margin:0 0 14px;font-size:.68rem;font-weight:800}.Footer-module__yg9ahW__linkList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__link{color:#6b7280;font-size:.8rem;line-height:1.4;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__link:hover{color:#7c3aed}.Footer-module__yg9ahW__linkDisabled{color:#6b7280;cursor:default;-webkit-user-select:none;user-select:none;font-size:.8rem;line-height:1.4}.Footer-module__yg9ahW__trustBar{background:#ede9fe;border-top:1px solid #ddd6fe;padding:13px 0}.Footer-module__yg9ahW__trustBarInner{flex-wrap:wrap;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 40px;display:flex}.Footer-module__yg9ahW__trustBarLeft{flex-shrink:0;align-items:center;gap:6px;display:flex}.Footer-module__yg9ahW__trustIcon{color:#10b981}.Footer-module__yg9ahW__trustBarLabel{color:#374151;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.68rem;font-weight:800}.Footer-module__yg9ahW__trustLinks{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.Footer-module__yg9ahW__trustLinkWrap{align-items:center;gap:2px;display:flex}.Footer-module__yg9ahW__trustDivider{color:#c4b5fd;padding:0 2px;font-size:.7rem}.Footer-module__yg9ahW__trustLink{color:#6b7280;white-space:nowrap;border-radius:4px;padding:3px 6px;font-size:.73rem;text-decoration:none;transition:color .15s,background .15s}.Footer-module__yg9ahW__trustLink:hover{color:#7c3aed;background:#7c3aed14}.Footer-module__yg9ahW__trustLinkDisabled{color:#6b7280;white-space:nowrap;cursor:default;padding:3px 6px;font-size:.73rem}.Footer-module__yg9ahW__bottom{background:#ede9fe;border-top:1px solid #ddd6fe;padding:14px 0}.Footer-module__yg9ahW__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:0 40px;display:flex}.Footer-module__yg9ahW__copyright{color:#9ca3af;margin:0;font-size:.73rem}.Footer-module__yg9ahW__certs{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Footer-module__yg9ahW__cert{color:#9ca3af;letter-spacing:.04em;align-items:center;gap:4px;font-size:.65rem;font-weight:700;display:inline-flex}@media (max-width:1100px){.Footer-module__yg9ahW__mainInner{grid-template-columns:220px 1fr;gap:40px}.Footer-module__yg9ahW__linkGrid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:768px){.Footer-module__yg9ahW__main{padding:40px 0 32px}.Footer-module__yg9ahW__mainInner{grid-template-columns:1fr;gap:36px;padding:0 20px}.Footer-module__yg9ahW__brandDesc{max-width:100%}.Footer-module__yg9ahW__linkGrid{grid-template-columns:repeat(2,1fr);gap:22px}.Footer-module__yg9ahW__seoGrid{grid-template-columns:repeat(2,1fr);gap:20px}.Footer-module__yg9ahW__seoInner{padding:0 20px}.Footer-module__yg9ahW__trustBarInner{gap:10px;padding:0 20px}.Footer-module__yg9ahW__bottomInner{flex-direction:column;align-items:flex-start;gap:10px;padding:0 20px}}@media (max-width:480px){.Footer-module__yg9ahW__linkGrid{grid-template-columns:1fr 1fr;gap:18px}.Footer-module__yg9ahW__seoGrid{grid-template-columns:1fr 1fr;gap:16px}.Footer-module__yg9ahW__socialAppRow{flex-wrap:wrap}.Footer-module__yg9ahW__newsletter{flex-direction:column}.Footer-module__yg9ahW__subBtn{text-align:center;border-radius:0 0 8px 8px;padding:10px}.Footer-module__yg9ahW__certs{gap:8px}}[data-theme=dark] .Footer-module__yg9ahW__seoSection{background:#100f1c;border-top:1px solid #1f1f33}[data-theme=dark] .Footer-module__yg9ahW__seoGrid{border-top:1px solid #1f1f33}[data-theme=dark] .Footer-module__yg9ahW__seoColTitle{color:#edeaf8}[data-theme=dark] .Footer-module__yg9ahW__seoLink{color:#8b85a8}[data-theme=dark] .Footer-module__yg9ahW__seoLink:hover{color:#a78bfa}[data-theme=dark] .Footer-module__yg9ahW__seoToggle{color:#8b85a8}[data-theme=dark] .Footer-module__yg9ahW__seoToggle:hover{color:#a78bfa}[data-theme=dark] .Footer-module__yg9ahW__main{background:#0b0a14;border-top:1px solid #1f1f33}[data-theme=dark] .Footer-module__yg9ahW__brandSlogan{color:#edeaf8}[data-theme=dark] .Footer-module__yg9ahW__brandDesc{color:#8b85a8}[data-theme=dark] .Footer-module__yg9ahW__emailInput{color:#edeaf8;background:#1c1c2e;border:1px solid #ffffff1f}[data-theme=dark] .Footer-module__yg9ahW__socialIcon{color:#8b85a8;background:#1c1c2e;border-color:#ffffff1a}[data-theme=dark] .Footer-module__yg9ahW__socialIcon:hover{color:#a78bfa;background:#2a2638;border-color:#a78bfa}[data-theme=dark] .Footer-module__yg9ahW__colTitle{color:#edeaf8}[data-theme=dark] .Footer-module__yg9ahW__link{color:#8b85a8}[data-theme=dark] .Footer-module__yg9ahW__link:hover{color:#a78bfa}[data-theme=dark] .Footer-module__yg9ahW__linkDisabled{color:#5f597a}[data-theme=dark] .Footer-module__yg9ahW__trustBar{background:#0f0c1c;border-top:1px solid #1c1833}[data-theme=dark] .Footer-module__yg9ahW__trustBarLabel{color:#edeaf8}[data-theme=dark] .Footer-module__yg9ahW__trustDivider{color:#4a0e96}[data-theme=dark] .Footer-module__yg9ahW__trustLink{color:#8b85a8}[data-theme=dark] .Footer-module__yg9ahW__trustLink:hover{color:#a78bfa;background:#a78bfa14}[data-theme=dark] .Footer-module__yg9ahW__trustLinkDisabled{color:#5f597a}[data-theme=dark] .Footer-module__yg9ahW__bottom{background:#0f0c1c;border-top:1px solid #1c1833}[data-theme=dark] .Footer-module__yg9ahW__copyright{color:#5f597a}[data-theme=dark] .Footer-module__yg9ahW__cert{color:#5f597a}
@media (min-width:769px){.MobileBottomNav-module__sKZG5q__bottomNav,.MobileBottomNav-module__sKZG5q__backdrop,.MobileBottomNav-module__sKZG5q__sheet,.MobileBottomNav-module__sKZG5q__safeAreaSpacer{display:none!important}}.MobileBottomNav-module__sKZG5q__bottomNav{z-index:1200;-webkit-backdrop-filter:blur(24px)saturate(180%);padding-bottom:env(safe-area-inset-bottom,12px);background:#ffffffeb;border-top:1px solid #0000000f;justify-content:space-around;align-items:center;min-height:64px;padding-top:8px;padding-left:8px;padding-right:8px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #00000014}.MobileBottomNav-module__sKZG5q__tab{cursor:pointer;color:#9ca3af;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 4px;text-decoration:none;transition:color .2s;display:flex;position:relative}.MobileBottomNav-module__sKZG5q__tab:active{opacity:.7}.MobileBottomNav-module__sKZG5q__tabIconWrap{justify-content:center;align-items:center;width:36px;height:28px;display:flex;position:relative}.MobileBottomNav-module__sKZG5q__activePill{z-index:-1;background:#7c3aed1a;border-radius:12px;position:absolute;inset:-4px -10px}.MobileBottomNav-module__sKZG5q__tabLabel{letter-spacing:.02em;font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:650;line-height:1}.MobileBottomNav-module__sKZG5q__tabActive{color:#7c3aed}.MobileBottomNav-module__sKZG5q__tabActive .MobileBottomNav-module__sKZG5q__tabLabel{font-weight:750}.MobileBottomNav-module__sKZG5q__ctaTab{-webkit-tap-highlight-color:transparent;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;margin-top:-18px;padding:0 4px 4px;text-decoration:none;display:flex;position:relative}.MobileBottomNav-module__sKZG5q__ctaRing{pointer-events:none;border:2px solid #7c3aed4d;border-radius:50%;width:52px;height:52px;animation:2.4s ease-out infinite MobileBottomNav-module__sKZG5q__ctaPulse;position:absolute;top:-2px;left:50%;transform:translate(-50%)}@keyframes MobileBottomNav-module__sKZG5q__ctaPulse{0%{opacity:1;transform:translate(-50%)scale(.9)}70%{opacity:0;transform:translate(-50%)scale(1.4)}to{opacity:0;transform:translate(-50%)scale(.9)}}.MobileBottomNav-module__sKZG5q__ctaBubble{color:#fff;background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 50%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #6d28d973,0 2px 8px #0000001a}.MobileBottomNav-module__sKZG5q__ctaTab:active .MobileBottomNav-module__sKZG5q__ctaBubble{transform:scale(.92);box-shadow:0 4px 12px #6d28d959}.MobileBottomNav-module__sKZG5q__ctaLabel{color:#7c3aed;letter-spacing:.02em;font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:750}.MobileBottomNav-module__sKZG5q__backdrop{z-index:1300;-webkit-backdrop-filter:blur(4px);background:#00000073;position:fixed;inset:0}.MobileBottomNav-module__sKZG5q__sheet{z-index:1400;max-height:88vh;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:24px 24px 0 0;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -16px 60px #00000026}.MobileBottomNav-module__sKZG5q__handle{background:#d1d5db;border-radius:99px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0}.MobileBottomNav-module__sKZG5q__sheetHeader{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.MobileBottomNav-module__sKZG5q__sheetLogo{color:#111827;letter-spacing:.06em;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:900;display:flex}.MobileBottomNav-module__sKZG5q__logoImage{width:auto;height:50px;display:block}.MobileBottomNav-module__sKZG5q__sheetClose{color:#374151;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.MobileBottomNav-module__sKZG5q__sheetClose:active{background:#e5e7eb}.MobileBottomNav-module__sKZG5q__sheetBody{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:24px;padding:16px 20px 20px;display:flex;overflow-y:auto}.MobileBottomNav-module__sKZG5q__sheetSection{flex-direction:column;gap:10px;display:flex}.MobileBottomNav-module__sKZG5q__sheetSectionTitle{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding-left:4px;font-size:.68rem;font-weight:750}.MobileBottomNav-module__sKZG5q__sheetGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.MobileBottomNav-module__sKZG5q__sheetItem{-webkit-tap-highlight-color:transparent;background:#f9fafb;border:1px solid #f3f4f6;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;text-decoration:none;transition:all .18s;display:flex}.MobileBottomNav-module__sKZG5q__sheetItem:active{background:#f0eaff;border-color:#7c3aed26;transform:scale(.97)}.MobileBottomNav-module__sKZG5q__sheetItemIcon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.MobileBottomNav-module__sKZG5q__sheetItemLabel{color:#1f2937;font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:650;line-height:1.3}.MobileBottomNav-module__sKZG5q__sheetCTA{padding-top:4px}.MobileBottomNav-module__sKZG5q__sheetDemoBtn{justify-content:center;width:100%;border-radius:14px!important;padding:14px 24px!important;font-size:.92rem!important}.MobileBottomNav-module__sKZG5q__safeAreaSpacer{height:calc(64px + env(safe-area-inset-bottom,12px));pointer-events:none}@media (max-width:360px){.MobileBottomNav-module__sKZG5q__tabLabel,.MobileBottomNav-module__sKZG5q__ctaLabel{font-size:.56rem}.MobileBottomNav-module__sKZG5q__ctaBubble{width:44px;height:44px}.MobileBottomNav-module__sKZG5q__ctaTab{margin-top:-14px}}[data-theme=dark] .MobileBottomNav-module__sKZG5q__bottomNav{background:#0b0b16f7!important;border-color:#ffffff12!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__tabLabel{color:#6b6b90!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__tabActive .MobileBottomNav-module__sKZG5q__tabLabel{color:#a78bfa!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__sheet{background:#13131f!important;border-color:#ffffff14!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__sheetSectionTitle{color:#8b85a8!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__sheetItem{border-color:#ffffff0d!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__sheetItemLabel{color:#edeaf8!important}[data-theme=dark] .MobileBottomNav-module__sKZG5q__activePill{background:#7c3aed26!important}
