@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-color:#0081fb;--primary-hover:#006bce;--color-blue:#4285f4;--color-red:#ea4335;--color-yellow:#fbbc04;--color-green:#34a853;--color-purple:#9333ea;--color-teal:#0d9488;--color-bg:#fff;--color-bg-alt:#f9fafb;--color-text-main:#111827;--color-text-muted:#4b5563;--color-border:#e5e7eb;--max-width:1280px;--font-heading:"Plus Jakarta Sans", sans-serif;--font-body:"Manrope", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;font-weight:800}a{color:inherit;text-decoration:none}button{font-family:var(--font-heading);cursor:pointer;border:none;outline:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn-primary{background-color:var(--primary-color);color:#fff;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0081fb63}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px #0081fb80}.btn-primary:active{transform:translateY(1px)}.site-header-full{z-index:100;background:0 0;border-bottom:1px solid #0000;width:100%;padding:1.15rem 0;transition:background-color .3s,padding .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0}.site-header-full.header-scrolled{-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e8f0cc;padding:.75rem 0;box-shadow:0 4px 20px -5px #0000000d}.header-full-container{justify-content:space-between;align-items:center;display:flex}.header-logo-full{align-items:center;text-decoration:none;display:flex}.header-brand-full-svg{width:auto;height:54px;transition:transform .25s,height .3s;display:block}@media (width<=768px){.header-brand-full-svg{height:42px}}@media (width<=480px){.header-brand-full-svg{height:36px}}.header-logo-full:hover .header-brand-full-svg{transform:scale(1.03)}.desktop-nav-center{align-items:center;gap:2.25rem;display:none}@media (width>=850px){.desktop-nav-center{display:flex}}.nav-item-link{font-family:var(--font-body);color:#475569;cursor:pointer;background:0 0;border:none;padding:.4rem .25rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.nav-item-link:hover{color:#0081fb}.nav-item-link:after{content:"";background:#0081fb;border-radius:2px;width:0%;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-item-link:hover:after{width:100%}.header-actions-right{align-items:center;gap:.75rem;display:flex}@media (width>=768px){.header-actions-right{gap:1.25rem}}.header-cta-full{color:#fff;white-space:nowrap;background:#0081fb;border-radius:9999px;align-items:center;gap:.4rem;padding:.65rem 1.35rem;font-size:.875rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #0081fb59}@media (width<=767px){.header-cta-full{padding:.5rem .85rem;font-size:.8rem}}@media (width<=480px){.header-cta-full{display:none}}.mobile-toggle-btn{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.mobile-toggle-btn:hover{background:#f1f5f9;border-color:#cbd5e1}@media (width>=850px){.mobile-toggle-btn{display:none}}.mobile-drawer-full{background:#fff;border-bottom:1px solid #e2e8f0;overflow:hidden}.mobile-drawer-inner{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.mobile-drawer-link{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;font-size:1rem;font-weight:700;display:flex}.mobile-drawer-cta{border-radius:9999px;justify-content:center;width:100%;margin-top:.5rem;padding:.85rem 1.5rem;font-size:.95rem}.hero-section{background-color:var(--color-bg);padding-top:7rem;padding-bottom:5rem;position:relative;overflow:hidden}@media (width<=768px){.hero-section{padding-top:5.5rem;padding-bottom:3.5rem}}.hero-aura-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.aura-blob{filter:blur(100px);opacity:.25;border-radius:50%;position:absolute}.aura-blue{background:var(--primary-color);width:500px;height:500px;top:-10%;left:20%}.aura-purple{background:#9333ea;width:450px;height:450px;top:10%;right:15%}.hero-grid-mesh{background-image:radial-gradient(#0081fb14 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero-layout-container{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero-announcement-badge{color:var(--primary-color);background:#0081fb0f;border:1px solid #0081fb33;border-radius:9999px;align-items:center;gap:.5rem;max-width:100%;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}@media (width<=480px){.hero-announcement-badge{padding:.35rem .75rem;font-size:.775rem}}.announcement-pill{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.15rem .5rem;font-size:.7rem;font-weight:800}.announcement-arrow{transition:transform .2s}.hero-announcement-badge:hover .announcement-arrow{transform:translate(2px,-2px)}.hero-hero-title{color:var(--color-text-main);letter-spacing:-.04em;max-width:850px;margin-bottom:1.25rem;font-size:3rem;font-weight:800;line-height:1.1}@media (width>=768px){.hero-hero-title{font-size:4.25rem}}@media (width<=480px){.hero-hero-title{font-size:2.15rem}}.hero-title-accent{color:var(--primary-color);background:linear-gradient(135deg,#0081fb 0%,#0056b3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-hero-subtitle{color:var(--color-text-muted);max-width:680px;margin-bottom:2.5rem;font-size:1.15rem;font-weight:500;line-height:1.6}@media (width<=480px){.hero-hero-subtitle{margin-bottom:2rem;padding:0 .5rem;font-size:.975rem}}.hero-form-box{width:100%;max-width:580px;margin-bottom:4rem}.hero-glass-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid var(--color-border);background:#ffffffe6;border-radius:9999px;flex-direction:column;gap:.6rem;padding:.5rem;transition:border-color .3s,box-shadow .3s;display:flex;box-shadow:0 12px 35px -10px #0081fb26}.hero-glass-form:focus-within{border-color:var(--primary-color);box-shadow:0 15px 40px -10px #0081fb40}@media (width>=520px){.hero-glass-form{flex-direction:row;align-items:center}}@media (width<=519px){.hero-glass-form{border-radius:24px;padding:.75rem}}.hero-email-field{width:100%;color:var(--color-text-main);background:0 0;border:none;padding:.75rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500}.hero-email-field:focus{outline:none}.hero-btn-cta{white-space:nowrap;border-radius:9999px;width:100%;padding:.85rem 1.75rem;font-size:1rem}@media (width>=520px){.hero-btn-cta{width:auto}}.hero-success-pill{color:#1d4ed8;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:.925rem;font-weight:600;display:flex}.hero-feature-pills{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem;font-size:.85rem;font-weight:600;display:flex}.hero-feature-pills span{align-items:center;gap:.35rem;display:flex}.pill-dot{color:#d1d5db}.hero-interactive-stage{border:1.5px solid var(--color-border);background:#fff;border-radius:24px;width:100%;max-width:1050px;overflow:hidden;box-shadow:0 25px 60px -15px #00000014}.stage-selector-bar{border-bottom:1px solid var(--color-border);-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#f8fafc;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.stage-selector-bar::-webkit-scrollbar{display:none}.stage-tab-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #0000;border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.stage-tab-btn:hover{background:#f1f5f9}.stage-tab-btn.active{box-shadow:0 4px 12px #0000000d}.stage-card-body{padding:2rem}@media (width<=640px){.stage-card-body{padding:1.25rem}}.stage-card-grid{text-align:left;grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (width>=768px){.stage-card-grid{grid-template-columns:1fr 1.3fr}}.stage-info-panel{flex-direction:column;align-items:flex-start;display:flex}.stage-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.stage-panel-title{color:#0f172a;letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.85rem;font-weight:800}@media (width<=480px){.stage-panel-title{font-size:1.45rem}}.stage-panel-desc{color:#64748b;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.stage-stat-box{border:1.5px solid var(--color-border);background:#f8fafc;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;display:flex}.stage-image-panel{width:100%}.image-frame-card{border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.stage-preview-img{width:100%;height:auto;display:block}.brain-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7rem 0;position:relative;overflow:hidden}@media (width<=768px){.brain-section{padding:4.5rem 0}}.brain-aura-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.brain-aura-blob{filter:blur(110px);opacity:.18;border-radius:50%;position:absolute}.brain-aura-blob.aura-blue{background:#0081fb;width:550px;height:550px;top:10%;left:15%}.brain-aura-blob.aura-purple{background:#9333ea;width:450px;height:450px;bottom:10%;right:15%}.brain-header{text-align:center;z-index:10;margin-bottom:3.5rem;position:relative}.brain-badge{letter-spacing:.08em;text-transform:uppercase;color:#0081fb;background:#0081fb14;border:1px solid #0081fb33;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.brain-main-title{letter-spacing:-.035em;color:#0f172a;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.15}@media (width>=768px){.brain-main-title{font-size:3.75rem}}@media (width<=480px){.brain-main-title{font-size:2.15rem}}.brain-title-accent{color:#0081fb;background:linear-gradient(135deg,#0081fb 0%,#9333ea 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.brain-subtitle{color:#64748b;max-width:720px;margin:0 auto;font-size:1.15rem;font-weight:500;line-height:1.65}@media (width<=480px){.brain-subtitle{font-size:.975rem}}.brain-hub-card{z-index:10;background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;max-width:1100px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #00000012}@media (width<=640px){.brain-hub-card{border-radius:20px}}.brain-sources-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:.6rem;padding:1rem 1.25rem;display:flex;overflow-x:auto}.brain-sources-bar::-webkit-scrollbar{display:none}.brain-source-pill{cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #0000;border-radius:14px;flex-shrink:0;align-items:center;gap:.55rem;padding:.65rem 1.15rem;font-size:.875rem;font-weight:700;transition:all .25s;display:flex}.brain-source-pill:hover{background:#f1f5f9}.brain-source-pill.active{box-shadow:0 4px 14px #0000000d}.source-pill-count{color:#475569;background:#0f172a0f;border-radius:9999px;padding:.15rem .5rem;font-size:.725rem;font-weight:800}.brain-simulator-grid{background:#fafafa;grid-template-columns:1fr;gap:2rem;padding:2.5rem;display:grid}@media (width>=900px){.brain-simulator-grid{grid-template-columns:1fr 1.4fr;padding:3rem}}@media (width<=640px){.brain-simulator-grid{padding:1.25rem}}.brain-neural-panel{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}.neural-core-box{text-align:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex;box-shadow:0 10px 30px #00000008}.brain-glowing-core{background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.25rem;transition:all .3s;display:flex;position:relative}.core-pulse-ring{opacity:.4;border:2px dashed #0081fb;border-radius:50%;animation:15s linear infinite rotateRing;position:absolute;inset:-8px}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.core-title{color:#0f172a;margin-bottom:.4rem;font-size:1.2rem;font-weight:800}.core-status{color:#64748b;align-items:center;gap:.4rem;font-size:.825rem;font-weight:600;display:flex}.live-dot{background:#34a853;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #34a85333}.neural-active-info{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:1.5rem}.info-header-row{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.info-tag-title{font-size:.95rem;font-weight:800}.info-snippet-text{color:#475569;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.info-feature-checklist{flex-direction:column;gap:.4rem;display:flex}.check-item{color:#0f172a;align-items:center;gap:.45rem;font-size:.825rem;font-weight:700;display:flex}.brain-editor-panel{width:100%}.editor-window-frame{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0000000a}.editor-frame-bar{background:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.editor-window-dots{align-items:center;gap:.35rem;display:flex}.editor-window-dots .dot{border-radius:50%;width:8px;height:8px}.editor-doc-title{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.4rem;padding:.2rem .65rem;font-size:.775rem;font-weight:700;display:flex}.editor-status-badge{color:#15803d;background:#dcfce7;border-radius:9999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.725rem;font-weight:800;display:flex}.editor-canvas-body{padding:1.75rem}.doc-main-heading{color:#0f172a;margin-bottom:.85rem;font-size:1.25rem;font-weight:800}.doc-paragraph{color:#475569;margin-bottom:1.25rem;font-size:.925rem;line-height:1.65}.doc-paragraph.muted-type{color:#94a3b8}.editor-ai-suggestion-box{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:16px;margin-bottom:1.25rem;padding:1.15rem}.suggestion-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.ai-badge-group{color:#1d4ed8;align-items:center;gap:.4rem;font-size:.8rem;font-weight:800;display:flex}.source-ref-badge{border-radius:9999px;padding:.15rem .5rem;font-size:.725rem;font-weight:800}.suggestion-text{color:#1e40af;margin-bottom:.85rem;font-size:.875rem;line-height:1.55}.suggestion-action-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.btn-insert-citation{color:#fff;cursor:pointer;background:#0081fb;border:none;border-radius:9999px;align-items:center;gap:.4rem;padding:.45rem .95rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-insert-citation:hover{background:#006bce}.no-switch-pill{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;padding:.2rem .55rem;font-size:.725rem;font-weight:800}.integrations-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7.5rem 0;position:relative;overflow:hidden}@media (width<=768px){.integrations-section{padding:4.5rem 0}}.integrations-ref-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=992px){.integrations-ref-grid{grid-template-columns:1.1fr 1fr;gap:5rem}}.ref-info-col{text-align:left}.ref-tag{letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:1.25rem;font-size:.775rem;font-weight:800;display:block}.ref-main-headline{letter-spacing:-.035em;color:#0f172a;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.12}@media (width>=768px){.ref-main-headline{font-size:3.75rem}}@media (width<=480px){.ref-main-headline{font-size:2.25rem}}.ref-subtitle-text{color:#475569;margin-bottom:1rem;font-size:1.15rem;font-weight:600;line-height:1.6}.ref-body-text{color:#64748b;max-width:540px;margin-bottom:2.25rem;font-size:.975rem;font-weight:400;line-height:1.65}.ref-btn-wrapper{align-items:center;display:flex}.ref-connect-btn{color:#fff;background:#0f172a;border-radius:9999px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px #0f172a1f}.ref-connect-btn:hover{background:#0081fb;transform:translateY(-2px);box-shadow:0 12px 30px #0081fb40}.ref-cards-col{width:100%}.ref-cards-viewport{border-radius:24px;height:540px;position:relative;overflow:hidden}.ref-scroll-mask-top{z-index:10;pointer-events:none;background:linear-gradient(#fff 20%,#0000);height:60px;position:absolute;top:0;left:0;right:0}.ref-scroll-mask-bottom{z-index:10;pointer-events:none;background:linear-gradient(#0000,#fff 80%);height:60px;position:absolute;bottom:0;left:0;right:0}.ref-cards-scroll-box{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:column;gap:.85rem;height:100%;padding:1rem .5rem;display:flex;overflow-y:auto}.ref-cards-scroll-box::-webkit-scrollbar{display:none}.ref-app-card{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:18px;align-items:center;gap:1.15rem;padding:.95rem 1.35rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000004}.ref-app-icon-box{border:1px solid #e2e8f0cc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:6px;display:flex;overflow:hidden}.ref-asset-img-icon{object-fit:contain;width:26px;height:26px;display:block}.ref-app-text{text-align:left;flex-direction:column;gap:.15rem;display:flex}.ref-app-name{color:#0f172a;letter-spacing:-.015em;font-size:1.05rem;font-weight:800}.ref-app-category{color:#64748b;font-size:.8rem;font-weight:600}.features-stack-section{background-color:var(--color-bg-alt);padding:7rem 0;position:relative}@media (width<=768px){.features-stack-section{padding:4.5rem 0}}.stack-section-header{text-align:center;margin-bottom:4rem}@media (width<=768px){.stack-section-header{margin-bottom:2.5rem}}.stack-badge{letter-spacing:.08em;text-transform:uppercase;color:#0081fb;background:#0081fb14;border-radius:9999px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-block}.stack-section-header h2{letter-spacing:-.035em;color:var(--color-text-main);margin-bottom:1rem;font-size:2.75rem;font-weight:800}@media (width>=768px){.stack-section-header h2{font-size:3.75rem}}@media (width<=480px){.stack-section-header h2{font-size:2.15rem}}.header-blue-accent{color:#0081fb}.stack-section-header p{color:var(--color-text-muted);max-width:620px;margin:0 auto;font-size:1.15rem}.cards-stack-container{flex-direction:column;gap:2.5rem;display:flex;position:relative}.card-stack-wrapper{transition:all .3s;position:sticky}.stack-feature-card{border:1.5px solid var(--color-border);text-align:left;border-radius:28px;grid-template-columns:1fr;align-items:center;gap:2rem;padding:2.5rem;display:grid;box-shadow:0 15px 40px -10px #0000000f}@media (width>=900px){.stack-feature-card{grid-template-columns:1fr 1.2fr;gap:3rem;padding:3.5rem}}@media (width<=640px){.stack-feature-card{border-radius:20px;padding:1.5rem}}.card-meta-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.card-index-num{font-family:var(--font-heading);font-size:1.75rem;font-weight:800}.card-category-tag{border:1px solid #0000;border-radius:9999px;align-items:center;gap:.4rem;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.card-main-headline{letter-spacing:-.025em;margin-bottom:1rem;font-size:1.85rem;font-weight:800;line-height:1.2}@media (width<=640px){.card-main-headline{font-size:1.35rem}}.card-body-desc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.card-highlights-box{flex-direction:column;gap:.75rem;display:flex}.highlight-item-row{color:var(--color-text-main);align-items:flex-start;gap:.65rem;font-size:.925rem;font-weight:600;display:flex}.check-icon{flex-shrink:0;margin-top:.15rem}.screen-frame-container{border:1.5px solid var(--color-border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.screen-frame-header{border-bottom:1px solid var(--color-border);background:#f1f5f9;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.frame-dots{align-items:center;gap:.35rem;display:flex}.frame-dots .dot{border-radius:50%;width:8px;height:8px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.frame-url-bar{color:#64748b;border:1px solid var(--color-border);background:#fff;border-radius:6px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:flex}.screen-image-wrapper{position:relative;overflow:hidden}.showcase-screen-img{width:100%;height:auto;display:block}.image-overlay-gradient{pointer-events:none;background:linear-gradient(#0000,#00000005);position:absolute;inset:0}.playground-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7rem 0}@media (width<=768px){.playground-section{padding:4.5rem 0}}.playground-header{text-align:center;margin-bottom:3.5rem}.playground-badge{text-transform:uppercase;letter-spacing:.08em;color:#0081fb;background:#0081fb14;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.playground-header h2{letter-spacing:-.035em;color:var(--color-text-main);margin-bottom:1rem;font-size:2.75rem;font-weight:800}@media (width>=768px){.playground-header h2{font-size:3.75rem}}@media (width<=480px){.playground-header h2{font-size:2.15rem}}.playground-header p{color:var(--color-text-muted);max-width:620px;margin:0 auto;font-size:1.15rem}.playground-stage-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;max-width:1050px;margin:0 auto;overflow:hidden;box-shadow:0 20px 50px -10px #0000000f}@media (width<=640px){.playground-stage-card{border-radius:20px}}.playground-prompts-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:.6rem;padding:1rem 1.25rem;display:flex;overflow-x:auto}.playground-prompts-bar::-webkit-scrollbar{display:none}.playground-pill-btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.playground-pill-btn:hover{background:#f1f5f9}.playground-pill-btn.active{box-shadow:0 4px 12px #0000000a}.playground-display-box{background:#fafafa;padding:2.5rem}@media (width<=640px){.playground-display-box{padding:1.25rem}}.command-input-bar{color:#f8fafc;text-align:left;background:#0f172a;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 15px #0f172a26}@media (width>=640px){.command-input-bar{flex-direction:row;align-items:center}}.terminal-prefix{color:#94a3b8;white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;font-size:.775rem;font-weight:800;display:flex}.prompt-text-display{color:#38bdf8;word-break:break-word;font-size:.95rem;font-weight:600;line-height:1.4}.output-result-card{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000008}@media (width<=640px){.output-result-card{padding:1.25rem}}.output-header-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.output-tag-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.output-metrics{color:#64748b;font-size:.8rem;font-weight:600}.output-result-title{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.6rem;font-weight:800}@media (width<=640px){.output-result-title{font-size:1.25rem}}.output-items-list{flex-direction:column;gap:.85rem;display:flex}.output-line-item{color:#1e293b;align-items:flex-start;gap:.75rem;font-size:.95rem;font-weight:600;line-height:1.5;display:flex}.item-icon{flex-shrink:0;margin-top:.15rem}.pipeline-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7.5rem 0;position:relative;overflow:hidden}@media (width<=768px){.pipeline-section{padding:4.5rem 0}}.pipeline-header{text-align:center;margin-bottom:3.5rem}.pipeline-badge{letter-spacing:.08em;text-transform:uppercase;color:#0081fb;background:#0081fb14;border:1px solid #0081fb33;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.pipeline-title{letter-spacing:-.035em;color:#0f172a;margin-bottom:1.15rem;font-size:2.75rem;font-weight:800;line-height:1.15}@media (width>=768px){.pipeline-title{font-size:3.5rem}}@media (width<=480px){.pipeline-title{font-size:2.15rem}}.pipeline-title-accent{color:#0081fb;background:linear-gradient(135deg,#0081fb 0%,#9333ea 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.pipeline-subtitle{color:#64748b;max-width:680px;margin:0 auto;font-size:1.125rem;font-weight:500;line-height:1.6}.pipeline-track-wrapper{max-width:950px;margin:0 auto 4rem;position:relative}.track-connecting-line{z-index:1;background:#e2e8f0;height:3px;position:absolute;top:24px;left:10%;right:10%}.track-progress-fill{border-radius:9999px;height:100%;transition:all .4s}.pipeline-nodes-row{z-index:5;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.pipeline-node-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;width:180px;display:flex}.node-icon-circle{border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.6rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000008}.pipeline-node-btn.active .node-icon-circle{transform:scale(1.1);box-shadow:0 10px 25px #0081fb40}.node-step-label{text-transform:uppercase;color:#94a3b8;margin-bottom:.2rem;font-size:.75rem;font-weight:800}.node-step-title{color:#0f172a;text-align:center;font-size:.875rem;font-weight:800;line-height:1.3}@media (width<=640px){.pipeline-node-btn{width:100px}.node-step-title{display:none}}.pipeline-stage-grid{grid-template-columns:1fr;align-items:center;gap:2.5rem;max-width:1050px;margin:0 auto;display:grid}@media (width>=900px){.pipeline-stage-grid{grid-template-columns:1fr 1.15fr;gap:3.5rem}}.pipeline-info-panel{text-align:left}.pipeline-tag-pill{text-transform:uppercase;border-radius:9999px;margin-bottom:1rem;padding:.3rem .85rem;font-size:.8rem;font-weight:800;display:inline-block}.pipeline-node-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.15rem;font-weight:800;line-height:1.2}@media (width<=480px){.pipeline-node-heading{font-size:1.65rem}}.pipeline-node-desc{color:#475569;margin-bottom:1.75rem;font-size:1.05rem;font-weight:500;line-height:1.65}.pipeline-features-list{flex-direction:column;gap:.75rem;margin-bottom:2.25rem;display:flex}.p-feat-row{color:#0f172a;align-items:center;gap:.6rem;font-size:.9rem;font-weight:700;display:flex}.pipeline-cta-btn{align-items:center;gap:.6rem;display:inline-flex}.pipeline-matrix-terminal{text-align:left;background:#0f172a;border:1.5px solid #1e293b;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0f172a33}.terminal-header-bar{background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.terminal-dots{align-items:center;gap:.35rem;display:flex}.terminal-dots .dot{border-radius:50%;width:8px;height:8px}.dot.r{background:#ef4444}.dot.y{background:#f59e0b}.dot.g{background:#10b981}.terminal-title-txt{color:#94a3b8;align-items:center;gap:.4rem;font-family:monospace;font-size:.775rem;display:flex}.terminal-live-badge{color:#10b981;background:#10b9811f;border-radius:9999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.725rem;font-weight:800;display:flex}.terminal-code-body{align-items:center;min-height:220px;padding:1.75rem;display:flex}.code-lines-wrapper{flex-direction:column;gap:.85rem;width:100%;display:flex}.code-line{font-family:Fira Code,Courier New,monospace;font-size:.875rem;font-weight:600;line-height:1.5}.code-line.success{font-weight:700}.comparison-overhaul-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7rem 0}@media (width<=768px){.comparison-overhaul-section{padding:4.5rem 0}}.comparison-overhaul-header{text-align:center;margin-bottom:4rem}@media (width<=768px){.comparison-overhaul-header{margin-bottom:2.5rem}}.comparison-badge{text-transform:uppercase;letter-spacing:.08em;color:#0081fb;background:#0081fb14;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.comparison-overhaul-header h2{letter-spacing:-.035em;color:var(--color-text-main);margin-bottom:1rem;font-size:2.75rem;font-weight:800}@media (width>=768px){.comparison-overhaul-header h2{font-size:3.75rem}}@media (width<=480px){.comparison-overhaul-header h2{font-size:2.15rem}}.comparison-overhaul-header p{color:var(--color-text-muted);max-width:620px;margin:0 auto;font-size:1.15rem}.comparison-cards-grid{grid-template-columns:1fr;align-items:stretch;gap:2rem;max-width:1050px;margin:0 auto;display:grid}@media (width>=850px){.comparison-cards-grid{grid-template-columns:1fr 1.1fr;gap:2.5rem}}.comparison-side-card{text-align:left;border-radius:28px;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;position:relative}@media (width<=640px){.comparison-side-card{border-radius:20px;padding:1.5rem}}.traditional-card{background:#f8fafc;border:1.5px solid #e2e8f0}.maeosan-card{background:#fff;border:2px solid #0081fb;box-shadow:0 20px 50px -10px #0081fb26}.featured-card-pill{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0081fb;border-radius:9999px;padding:.25rem .75rem;font-size:.725rem;font-weight:800;position:absolute;top:-14px;right:20px}.side-card-header{margin-bottom:2rem}.side-tag{letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.text-red{color:#ef4444}.text-blue{color:#0081fb}.side-card-header h3{color:#0f172a;margin-bottom:.4rem;font-size:1.85rem;font-weight:800}@media (width<=480px){.side-card-header h3{font-size:1.45rem}}.side-card-header p{color:#64748b;font-size:1rem;font-weight:500}.side-card-list{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.comparison-row{align-items:flex-start;gap:.85rem;font-size:.95rem;font-weight:600;line-height:1.5;display:flex}.item-disadvantage span{color:#64748b}.item-advantage span{color:#0f172a;font-weight:700}.row-icon{flex-shrink:0;margin-top:.15rem}.maeosan-card-footer{margin-top:1rem}.card-cta-btn{width:100%;padding:.9rem}.faq-section{border-top:1px solid var(--color-border);background-color:#fff;padding:7.5rem 0;position:relative;overflow:hidden}@media (width<=768px){.faq-section{padding:4.5rem 0}}.faq-aura-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.faq-blob{filter:blur(120px);opacity:.12;border-radius:50%;position:absolute}.faq-blob.blob-left{background:#0081fb;width:450px;height:450px;top:20%;left:10%}.faq-blob.blob-right{background:#9333ea;width:400px;height:400px;bottom:20%;right:10%}.faq-header{text-align:center;z-index:10;margin-bottom:3rem;position:relative}.faq-badge{letter-spacing:.08em;text-transform:uppercase;color:#0081fb;background:#0081fb14;border:1px solid #0081fb33;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex}.faq-main-title{letter-spacing:-.035em;color:#0f172a;margin-bottom:1.15rem;font-size:2.75rem;font-weight:800;line-height:1.15}@media (width>=768px){.faq-main-title{font-size:3.5rem}}@media (width<=480px){.faq-main-title{font-size:2.15rem}}.faq-subtitle{color:#64748b;max-width:640px;margin:0 auto;font-size:1.125rem;font-weight:500;line-height:1.6}.faq-tabs-bar{z-index:10;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex;position:relative}.faq-tab-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.faq-tab-btn:hover{color:#0f172a;background:#f1f5f9}.faq-tab-btn.active{color:#fff;background:#0081fb;border-color:#0081fb;box-shadow:0 8px 25px #0081fb40}.faq-tab-btn.active svg{color:#fff!important}.faq-accordion-card-wrapper{z-index:10;max-width:880px;margin:0 auto;position:relative}.faq-accordion-list{flex-direction:column;gap:1rem;display:flex}.faq-item-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;transition:all .25s;overflow:hidden;box-shadow:0 4px 15px #00000005}.faq-item-card:hover{border-color:#cbd5e1;box-shadow:0 10px 25px #0000000a}.faq-item-card.open{border-color:#0081fb;box-shadow:0 15px 35px #0081fb14}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.35rem 1.75rem;display:flex}@media (width<=640px){.faq-question-btn{padding:1.15rem 1.25rem}}.question-left-group{align-items:center;gap:1rem;display:flex}.faq-icon-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.faq-item-card.open .faq-icon-box{background:#eff6ff;border-color:#bfdbfe}.question-text{color:#0f172a;font-size:1.05rem;font-weight:700;line-height:1.4}@media (width<=640px){.question-text{font-size:.95rem}}.chevron-wrapper{color:#64748b;background:#f8fafc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s;display:flex}.faq-item-card.open .chevron-wrapper{color:#fff;background:#0081fb}.chevron-icon.rotate{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden}.answer-inner-content{border-top:1px dashed #f1f5f9;margin-top:.25rem;padding:1.15rem 1.75rem 1.5rem 4.75rem}@media (width<=640px){.answer-inner-content{padding:0 1.25rem 1.25rem}}.faq-answer-text{color:#475569;font-size:.95rem;font-weight:500;line-height:1.65}.final-cta-section{background-color:#fff;padding:6rem 0}@media (width<=768px){.final-cta-section{padding:4rem 0}}.final-cta-light-card{text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:32px;padding:4rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000000a}@media (width<=640px){.final-cta-light-card{border-radius:24px;padding:2.5rem 1.25rem}}.cta-light-spotlight{pointer-events:none;background:radial-gradient(#0081fb1a 0%,#0000 70%);width:700px;height:500px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta-light-inner{z-index:10;flex-direction:column;align-items:center;max-width:680px;margin:0 auto;display:flex;position:relative}.cta-light-tag{letter-spacing:.08em;text-transform:uppercase;color:#0081fb;background:#fff;border:1px solid #bfdbfe;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.775rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #0081fb14}.cta-light-title{letter-spacing:-.035em;color:#0f172a;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.15}@media (width>=768px){.cta-light-title{font-size:3.5rem}}@media (width<=480px){.cta-light-title{font-size:2.15rem}}.cta-light-accent{color:#0081fb}.cta-light-subtext{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem;font-weight:500;line-height:1.6}@media (width<=480px){.cta-light-subtext{margin-bottom:2rem;font-size:.95rem}}.cta-light-form-wrapper{width:100%;max-width:520px;margin-bottom:2.25rem}.cta-light-form{background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;flex-direction:column;gap:.6rem;padding:.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000000a}.cta-light-form:focus-within{border-color:#0081fb;box-shadow:0 12px 35px #0081fb2e}@media (width>=520px){.cta-light-form{flex-direction:row;align-items:center}}@media (width<=519px){.cta-light-form{border-radius:20px;padding:.75rem}}.cta-light-input{color:#0f172a;background:0 0;border:none;width:100%;padding:.75rem 1.25rem;font-family:inherit;font-size:.975rem;font-weight:500}.cta-light-input:focus{outline:none}.cta-light-btn{white-space:nowrap;border-radius:9999px;width:100%;padding:.85rem 1.75rem;font-size:.95rem}@media (width>=520px){.cta-light-btn{width:auto}}.cta-light-success{color:#1d4ed8;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;display:flex}.cta-light-perks{color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;font-size:.825rem;font-weight:600;display:flex}.cta-light-perks span{align-items:center;gap:.35rem;display:flex}.perk-dot{color:#cbd5e1}.privacy-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.privacy-modal-card{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;flex-direction:column;width:100%;max-width:680px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 25px 60px -15px #00000040}.privacy-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem .75rem;display:flex}.modal-title-group{align-items:center;gap:.6rem;display:flex}.modal-title-group h2{color:#0f172a;margin:0;font-size:1.4rem;font-weight:800}.modal-close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.modal-close-btn:hover{color:#0f172a;background:#f1f5f9}.privacy-modal-meta{color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.6rem 2rem;font-size:.85rem;display:flex}.privacy-modal-body{flex-direction:column;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.policy-section h3{color:#0f172a;margin-bottom:.4rem;font-size:1.05rem;font-weight:800}.policy-section p{color:#475569;margin:0;font-size:.925rem;line-height:1.65}.policy-section ul{color:#475569;margin:.5rem 0 0 1.25rem;padding:0;font-size:.925rem;line-height:1.6}.policy-contact-chip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.policy-contact-chip a{color:#0081fb;text-decoration:none}.privacy-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;padding:1.25rem 2rem;display:flex}.modal-ack-btn{border-radius:9999px;padding:.65rem 1.75rem;font-size:.9rem}.site-footer-overhaul{color:#0f172a;background-color:#f8fafc;border-top:1.5px solid #e2e8f0;padding:5rem 0 3rem;position:relative;overflow:hidden}.footer-aura-bg{pointer-events:none;background:radial-gradient(#0081fb0f 0%,#0000 70%);width:900px;height:500px;position:absolute;bottom:-30%;left:50%;transform:translate(-50%)}.footer-main-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3.5rem;display:grid}@media (width>=768px){.footer-main-grid{grid-template-columns:2fr 1fr 1fr}}@media (width>=1024px){.footer-main-grid{grid-template-columns:2.2fr 1fr 1fr 1.3fr}}.footer-brand-col{flex-direction:column;align-items:flex-start;gap:1.15rem;display:flex}.footer-logo-link{display:inline-block}.footer-brand-svg-large{width:auto;height:58px;transition:transform .25s;display:block}.footer-brand-svg-large:hover{transform:scale(1.02)}.footer-brand-desc{color:#64748b;max-width:380px;font-size:.95rem;font-weight:500;line-height:1.6}.footer-contact-box{margin-top:.25rem}.footer-email-btn{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.6rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #00000008}.footer-email-btn:hover{color:#0081fb;border-color:#0081fb;box-shadow:0 6px 20px #0081fb26}.email-arrow{transition:transform .2s}.footer-email-btn:hover .email-arrow{transform:translate(2px,-2px)}.footer-social-row{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.social-icon-btn{color:#475569;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .25s;display:flex}.social-icon-btn:hover{color:#fff;background:#0081fb;border-color:#0081fb;transform:translateY(-3px);box-shadow:0 6px 16px #0081fb4d}.footer-col-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1rem;font-weight:800}.footer-links-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-list a{color:#64748b;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:#0081fb}.footer-highlights-card{flex-direction:column;gap:.75rem;display:flex}.highlight-item-pill{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000005}.footer-divider-line{background:#e2e8f0;width:100%;height:1px;margin-bottom:2rem}.footer-bottom-bar{color:#64748b;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;display:flex}@media (width>=640px){.footer-bottom-bar{flex-direction:row}}.bottom-links-group{align-items:center;gap:.75rem;display:flex}.footer-policy-trigger{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:600;transition:color .2s}.footer-policy-trigger:hover{color:#0081fb}.bottom-links-group a{color:#64748b;font-weight:600;text-decoration:none;transition:color .2s}.bottom-links-group a:hover{color:#0081fb}.bullet{color:#cbd5e1}.back-to-top-btn{color:#0081fb;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-weight:700}
