:root{--primary:#6366f1;--primary-hover:#4f46e5;--primary-foreground:#fff;--primary-light:#6366f114;--secondary:#10b981;--secondary-hover:#059669;--secondary-foreground:#fff;--background:#fff;--foreground:#111;--muted:#f7f6f3;--muted-foreground:#787774;--accent:#fbfbfa;--accent-foreground:#111;--destructive:#ef4444;--destructive-foreground:#fff;--border:#eaeaea;--input:#eaeaea;--ring:#6366f1;--card:#fff;--card-foreground:#111;--minimal-canvas:#fbfbfa;--minimal-surface:#fff;--minimal-border:#eaeaea;--minimal-offblack:#111;--minimal-muted:#787774;--glass-background:#ffffffb3;--glass-border:#ffffff4d;--glass-blur:10px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--radius:1.25rem;--accent-primary:#065dcc;--accent-secondary:#00cbab;--accent-dark:#002264;--accent-light:#065dcc0f;--accent-gradient:linear-gradient(135deg, #065dcc 0%, #00cbab 100%);--accent-border:#065dcc26;--accent-shadow-color:#065dcc4d}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--muted:#1e293b;--muted-foreground:#94a3b8;--accent:#1e293b;--accent-foreground:#f8fafc;--border:#1e293b;--input:#1e293b;--card:#1e293b;--card-foreground:#f8fafc;--glass-background:#0f172ab3;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s;overflow-x:clip}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:.5s ease-out fadeIn}.animate-slide-up{animation:.5s ease-out slideUp}.animate-marquee{width:max-content;animation:20s linear infinite marquee;display:flex}.animate-spin{animation:1s linear infinite spin}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}img,picture,video,svg{max-width:100%}input,textarea,select{width:100%;max-width:100%}[data-password-field] input,[class*=PasswordInput_input]{flex:auto;min-width:0;width:100%!important;max-width:100%!important}table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.hero-section{padding:var(--space-12) 5%;align-items:flex-start;gap:var(--space-12);min-height:80vh;display:flex}.hero-content{padding-right:var(--space-12);flex:1}.hero-visual{flex:1;position:relative}.grid-3{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.grid-2{gap:var(--space-8);grid-template-columns:repeat(2,1fr);display:grid}.grid-auto{gap:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.charts-grid{gap:var(--space-6);grid-template-columns:2fr 1fr;display:grid}.public-section{padding:var(--space-12) 5%}.hero-cta{gap:var(--space-4);flex-wrap:wrap;display:flex}.heading-xl{letter-spacing:-.02em;font-size:clamp(2rem,5vw,4.5rem);font-weight:800;line-height:1.1}.heading-lg{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800}.heading-md{font-size:clamp(1.5rem,3vw,3rem);font-weight:800}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (max-width:1024px){.hero-section{padding:var(--space-10) 4%;gap:var(--space-8)}.grid-3{grid-template-columns:repeat(2,1fr)}section{padding-left:4%!important;padding-right:4%!important}}@media (max-width:768px){html,body{font-size:14px}header.public-header{min-height:64px;flex-wrap:nowrap!important;align-items:center!important;height:auto!important;padding:0 4%!important}.hero-section,section{align-items:stretch!important;gap:var(--space-8)!important;flex-direction:column!important;min-height:auto!important;padding-left:4%!important;padding-right:4%!important}.hero-content{width:100%!important;max-width:100%!important;padding-right:0!important}.hero-title,.hero-desc{white-space:normal!important;overflow-wrap:break-word!important;max-width:100%!important}.hero-visual{width:100%!important}section>div{flex:none!important;width:100%!important;padding-right:0!important}section h1,.heading-xl{font-size:clamp(1.5rem,6.2vw,2.3rem)!important;line-height:1.15!important}section h2,.heading-lg{font-size:clamp(1.5rem,5vw,2.2rem)!important}section h3,.heading-md{font-size:clamp(1.2rem,4vw,1.8rem)!important}section p{max-width:100%!important;font-size:1rem!important}.hero-cta,section>div:first-child>div[style*="display: flex"],section>div:first-child>div[style*=display\:flex]{gap:var(--space-3)!important;flex-direction:column!important;align-items:stretch!important}.grid-3,.grid-2,.grid-auto,.charts-grid,section [style*=grid-template-columns]{gap:var(--space-4)!important;grid-template-columns:1fr!important}section [style*=position\:absolute],section [style*="position: absolute"]{margin:0 0 var(--space-4) 0!important;display:inline-block!important;position:static!important;transform:none!important}section [style*="display: flex"][style*="justifyContent: center"],section [style*="display: flex"][style*="justify-content: center"]{flex-direction:column!important;align-items:stretch!important}section [style*="transform: scale"],section [style*="scale(1.05)"]{transform:none!important}section [style*="display: flex"][style*=gap]>div[style*="width: 64px"],section [style*="display: flex"][style*=gap]>div[style*=width\:64px]{flex-shrink:0}footer{margin-top:40px!important}footer>div[style],footer [style*=grid-template-columns]{gap:var(--space-6)!important;flex-direction:column!important;padding-left:16px!important;padding-right:16px!important;display:flex!important}footer [style*=gridTemplateColumns],footer [style*=grid-template-columns]{grid-template-columns:1fr!important}footer>div>div[style]{width:100%!important;margin-bottom:0!important}table,thead,tbody,tr,th,td{font-size:.9rem}}@media (max-width:480px){:root{--space-12:2rem;--space-10:1.75rem;--space-8:1.5rem;--space-6:1rem}section h1,.heading-xl{font-size:clamp(1.35rem,7.5vw,1.85rem)!important}section p{font-size:.95rem!important}.public-section{padding:var(--space-8) 4%!important}}.auth-screen-card{box-sizing:border-box;width:100%;max-width:450px}.auth-otp-email{overflow-wrap:anywhere;word-break:break-word}.auth-otp-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;font-size:.875rem;display:flex}.auth-forgot-row{width:100%}@media (max-width:768px){.auth-form{gap:var(--space-3)!important}.auth-two-col{gap:var(--space-3)!important;grid-template-columns:1fr!important}.auth-forgot-row{justify-content:flex-start!important}.auth-agree-row label{overflow-wrap:anywhere!important;align-self:start!important;width:auto!important;min-width:0!important;max-width:100%!important;line-height:1.5!important;display:block!important}.auth-agree-row input[type=checkbox]{justify-self:start!important;margin-top:4px!important;margin-left:0!important}.card,[class*=Card_card],[class*=card]{max-width:100%!important}}@media (max-width:480px){.auth-screen-card{max-width:100%}.auth-otp-actions{flex-direction:column;align-items:flex-start}.auth-form input,.auth-form textarea{font-size:16px!important}}.auth-form,.auth-forgot-row{width:100%}.auth-agree-row{justify-content:flex-start;align-items:flex-start;gap:var(--space-3);text-align:left;grid-template-columns:auto minmax(0,1fr);width:100%;display:grid}@media (max-width:768px){.auth-form{gap:var(--space-3)!important}.auth-two-col{gap:var(--space-3)!important;grid-template-columns:1fr!important}.auth-forgot-row{justify-content:flex-start!important}.auth-agree-row label{overflow-wrap:anywhere!important;align-self:start!important;width:auto!important;min-width:0!important;max-width:100%!important;line-height:1.5!important;display:block!important}.auth-agree-row input[type=checkbox]{justify-self:start!important;margin-top:4px!important;margin-left:0!important}.card,[class*=Card_card],[class*=card]{max-width:100%!important}}.public-header{z-index:1000;justify-content:space-between;align-items:center;height:72px;padding:0 6%;display:flex;position:relative}.header-logo{flex-shrink:0;align-items:center;display:flex}.desktop-nav{gap:var(--space-2);background-color:#00000009;border:1px solid #00000004;border-radius:999px;padding:4px;font-size:.875rem;font-weight:500;display:flex}.nav-link{color:#4b5563;border-radius:999px;padding:6.5px 18px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .nav-link{color:#9ca3af}.nav-link:hover{color:var(--foreground);background-color:#fff;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .nav-link:hover{background-color:#ffffff14}.nav-link.active{background-color:#fff;font-weight:700;box-shadow:0 3px 10px #0000000f,0 1px 3px #00000005;color:#111!important}[data-theme=dark] .nav-link.active{background-color:#ffffff1f;color:#fff!important}.desktop-auth{gap:var(--space-3);align-items:center;display:flex}.desktop-auth a button{font-size:.875rem;font-weight:600;border-radius:999px!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important}.desktop-auth a:first-child button{color:var(--muted-foreground)!important}.desktop-auth a:first-child button:hover{color:var(--foreground)!important;background-color:#0000000a!important}.desktop-auth a:last-child button{background-color:var(--primary)!important;color:#fff!important;border:1px solid var(--primary)!important;height:38px!important;padding:0 18px!important;box-shadow:0 4px 12px #6366f14d!important}.desktop-auth a:last-child button:hover{background-color:var(--primary-hover)!important;border-color:var(--primary-hover)!important;transform:scale(1.02)!important;box-shadow:0 6px 18px #6366f166!important}.mobile-nav-details{display:none}.mobile-menu-btn{z-index:6;cursor:pointer;color:var(--foreground);background:#ffffffb3;border:1px solid #0f172a14;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;list-style:none;transition:background .2s;display:flex;position:relative}.mobile-menu-btn::-webkit-details-marker{content:"";display:none}.mobile-menu-btn::marker{content:"";display:none}.mobile-menu-icon-close,.mobile-nav-details[open] .mobile-menu-icon-open{display:none}.mobile-nav-details[open] .mobile-menu-icon-close{display:block}.mobile-menu-btn:hover{background:#0000000f}.mobile-menu-overlay{z-index:4001;padding:var(--space-6) 5% max(var(--space-8), env(safe-area-inset-bottom));gap:var(--space-6);border-top:1px solid var(--border);-webkit-overflow-scrolling:touch;background-color:#fff;flex-direction:column;display:none;position:fixed;inset:64px 0 0;overflow-y:auto}.mobile-nav-details[open] .mobile-menu-overlay{display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{gap:var(--space-5);flex-direction:column;display:flex}.mobile-nav-link{color:var(--muted-foreground);padding:var(--space-3) 0;border-bottom:1px solid var(--border);font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .22s}.mobile-nav-link:hover{color:var(--foreground)}.mobile-nav-link.active{padding-left:var(--space-2);font-weight:700;color:var(--primary)!important}.mobile-auth{gap:var(--space-3);padding-bottom:var(--space-4);flex-direction:column;margin-top:auto;display:flex}@media (max-width:767px){.desktop-nav,.desktop-auth{display:none!important}.mobile-nav-details{z-index:5;flex-shrink:0;margin-left:auto;display:block;position:relative}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.header-logo{max-width:calc(100% - 56px)}header.public-header{box-sizing:border-box;min-height:56px;height:auto!important;padding:max(8px, env(safe-area-inset-top)) 16px 8px!important}.header-logo img{width:40px!important;height:40px!important;max-height:40px!important}.homepage-section.theme-hero .homepage-section-inner{padding:8px 16px 28px!important}.homepage-section.theme-hero .hero-section,.homepage-section.theme-hero .landing-section{text-align:left;gap:16px!important;min-height:0!important;padding:4px 0 20px!important}.hero-content{padding-top:0!important}.hero-title{letter-spacing:-.02em!important;gap:6px!important;font-size:clamp(1.45rem,7vw,1.85rem)!important;line-height:1.25!important}.hero-desc{margin-bottom:8px!important;font-size:.92rem!important;line-height:1.5!important}.hero-dashboard-frame,.hero-dashboard-frame img{width:100%;max-width:100%}.hero-rotating-slot{grid-template-rows:auto;height:auto;min-height:2.5em;overflow:visible}.hero-rotating-sizer,.hero-rotating-live,.hero-rotating-word{white-space:normal;color:#065dcc;overflow:visible}}@media (min-width:768px){.mobile-nav-details{display:none!important}.desktop-nav,.desktop-auth{display:flex!important}}.landing-wrapper{background-color:#fff;min-height:100vh;padding:0;position:relative;overflow-x:clip}.floating-hero-card{transition:opacity .3s}@media (max-width:1200px){.floating-hero-card{display:none!important}}.bg-blob-container{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.bg-blob{filter:blur(130px);opacity:.35;mix-blend-mode:multiply;border-radius:50%;animation:22s ease-in-out infinite floatBlob;position:absolute}.bg-blob-1{background:#a5f3fc;width:550px;height:550px;animation-delay:0s;top:-8%;left:8%}.bg-blob-2{background:#ffe5ec;width:650px;height:650px;animation-delay:-5s;top:25%;right:8%}.bg-blob-3{background:#ffd6a5;width:480px;height:480px;animation-delay:-11s;bottom:8%;left:15%}.bg-blob-4{background:#e0f2fe;width:580px;height:580px;animation-delay:-16s;bottom:-6%;right:15%}@keyframes floatBlob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-60px)scale(1.08)}66%{transform:translate(-30px,30px)scale(.92)}}.main-floating-container{z-index:10;background:#fffffff2;border:1px solid #ffffffe6;border-radius:40px;flex-direction:column;width:100%;max-width:1320px;margin-top:60px;margin-bottom:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #6d5ef814,0 0 1px #6d5ef80d,0 10px 30px -10px #00000005}.container-browser-header{-webkit-backdrop-filter:blur(16px);z-index:100;background:#f8fafcd9;border-bottom:1px solid #f1f5f9cc;align-items:center;height:54px;padding:0 24px;display:flex;position:sticky;top:0}.browser-dots{align-items:center;gap:8px;display:flex}.browser-dot{border-radius:50%;width:12px;height:12px}.browser-dot.red{background:#ff5f56}.browser-dot.yellow{background:#ffbd2e}.browser-dot.green{background:#27c93f}.browser-address-bar{color:#64748b;text-align:center;letter-spacing:.01em;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;max-width:340px;margin-left:auto;margin-right:auto;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex;box-shadow:0 1px 2px #00000005}.browser-address-icon{color:#10b981;background:currentColor;border-radius:50%;width:8px;height:8px}.landing-section{border-bottom:1px solid #f1f5f9b3;padding:120px 80px;position:relative}.hero-section{border-bottom:1px solid #f1f5f9b3;align-items:flex-start;gap:80px;padding:140px 80px 100px;display:flex}.hero-content{flex:1.1;padding-top:20px}.hero-visual{flex:.9;justify-content:center;display:flex;position:relative}.hero-badge{background:var(--accent-light);border:1px solid var(--accent-border);color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:.78rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.03em;color:var(--text-primary,#0f172a);overflow-wrap:break-word;word-wrap:break-word;white-space:normal;flex-direction:column;gap:8px;max-width:100%;margin-bottom:8px;font-size:clamp(2.9rem,5.6vw,4.75rem);font-weight:800;line-height:1.2;display:flex}.hero-rotating-slot{width:100%;max-width:100%;height:auto;min-height:1.2em;color:var(--accent-primary);grid-template-rows:auto;grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:visible}.hero-rotating-sizer{visibility:hidden;pointer-events:none;white-space:normal;grid-area:1/1;line-height:1.2;overflow:visible}.hero-rotating-live{grid-area:1/1;align-items:flex-start;min-width:0;max-width:100%;display:flex;overflow:visible}.hero-rotating-word{white-space:normal;overflow-wrap:break-word;max-width:100%;color:var(--accent-primary);line-height:1.2;display:block}.hero-desc{color:var(--text-secondary,#475569);white-space:normal;overflow-wrap:break-word;text-wrap:pretty;max-width:100%;margin-top:0;margin-bottom:36px;font-size:1.08rem;font-weight:400;line-height:1.65}.rounded-card{background:#fff;border:1px solid #e2e8f099;border-radius:32px;padding:48px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px -10px #00000005,0 1px 1px #00000003}.rounded-card:hover{border-color:var(--accent-border);box-shadow:0 30px 60px -15px var(--accent-shadow-color), 0 0 1px var(--accent-border);transform:translateY(-4px)}.section-header{text-align:center;max-width:720px;margin:0 auto 36px}.homepage-showcase-row{justify-content:center;align-items:flex-start;gap:48px;max-width:1080px;margin:0 auto}.browser-setup-row{gap:16px;width:100%;display:flex}.homepage-faq-list{z-index:3;flex-direction:column;gap:12px;width:100%;max-width:800px;margin:0 auto;display:flex;position:relative}.homepage-faq-item{border-radius:16px;width:100%;padding:16px 20px}.homepage-faq-trigger{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:none;margin:0;padding:0;list-style:none;display:block}.homepage-faq-trigger::-webkit-details-marker{content:"";display:none}.homepage-faq-trigger::marker{content:"";display:none}.homepage-faq-question{color:#fff;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.95rem;font-weight:700;display:flex}.homepage-faq-question span:first-child{text-wrap:pretty;flex:1;min-width:0}.homepage-faq-chevron{color:#fff;flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.homepage-faq-item[open] .homepage-faq-chevron{transform:rotate(180deg)}.homepage-faq-answer{border-radius:12px;margin-top:12px;padding:12px 16px;font-size:1.02rem;font-weight:500;line-height:1.6;color:#0f172a!important;background:#fffffff2!important}.homepage-sections .skeuo-card.trust-highlight-card .homepage-faq-answer,.homepage-sections .skeuo-card.trust-highlight-card .homepage-faq-answer *{color:#0f172a!important}@media (max-width:640px){.browser-setup-row{flex-direction:column}.browser-url{text-overflow:ellipsis;white-space:nowrap;max-width:min(58vw,220px);overflow:hidden}.homepage-faq-item{padding:14px}.homepage-faq-question{font-size:.88rem}}.showcase-text{flex:1.1}.showcase-media{flex:.9;justify-content:center;display:flex}.section-tag{color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:.85rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;color:var(--text-primary,#0f172a);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3rem);font-weight:800;line-height:1.15}.section-desc{font-size:1.25rem;font-weight:500;line-height:1.6;color:#000!important}.bento-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.bento-card-large{grid-column:span 2}.bento-card-tall{grid-row:span 2}.browser-mockup{--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;width:100%;color:var(--text-primary);background:#fff;border:1px solid #e2e8f0cc;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px -20px #0000000f,0 0 1px #00000005}.browser-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;height:48px;padding:0 20px;display:flex}.browser-url{color:#64748b;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-width:240px;margin-left:auto;margin-right:auto;padding:5px 24px;font-size:.75rem;font-weight:500;overflow:hidden}.dashboard-grid{grid-template-columns:140px 1fr;height:400px;display:grid}.dashboard-sidebar{background:#f8fafc;border-right:1px solid #f1f5f9;flex-direction:column;gap:8px;padding:24px 12px;display:flex}.dashboard-sidebar-item{color:#000;text-align:left;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.dashboard-sidebar-item.active{background:var(--accent-light);color:var(--accent-primary)}.dashboard-content{background:#fff;flex-direction:column;gap:20px;height:100%;padding:24px 20px;display:flex;overflow-y:auto}.trusted-logos-strip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;border-bottom:1px solid #f1f5f9b3;flex-direction:column;align-items:center;gap:28px;padding:60px 80px;display:flex}.logo-marquee-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.logo-marquee-track{gap:80px;width:max-content;animation:25s linear infinite marquee;display:flex}.logo-marquee-item{color:#475569;opacity:.5;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;transition:opacity .3s,color .3s;display:flex}.logo-marquee-item:hover{opacity:.85;color:var(--accent-primary)}.workflow-container{min-height:360px;box-shadow:inset 0 0 40px var(--accent-light);background:#fff;border:1px solid #e2e8f0cc;border-radius:32px;justify-content:center;align-items:center;padding:48px;display:flex;position:relative;overflow:hidden}.workflow-canvas{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.workflow-nodes-row{z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:800px;display:flex;position:relative}.workflow-node{--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;color:var(--text-primary);background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;gap:6px;width:180px;padding:16px 20px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.workflow-node:hover{border-color:var(--accent-primary);box-shadow:0 15px 35px var(--accent-shadow-color);transform:translateY(-2px)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.kpi-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:28px;flex-direction:column;padding:36px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000003}.kpi-card:hover{border-color:var(--accent-border);box-shadow:0 20px 40px -10px var(--accent-shadow-color);transform:translateY(-4px)}.kpi-number{letter-spacing:-.04em;color:var(--accent-primary);margin-bottom:12px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1}.kpi-label{color:#0f172a;margin-bottom:6px;font-size:.95rem;font-weight:700}.kpi-desc{color:#64748b;font-size:.8125rem;line-height:1.4}.testimonials-scroller-container{flex-direction:column;gap:24px;width:100%;display:flex}.testimonials-scroller-row{gap:24px;padding:10px 0;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.testimonials-track-left{gap:24px;width:max-content;animation:40s linear infinite marqueeTestimonials;display:flex}.testimonials-track-right{gap:24px;width:max-content;animation:45s linear infinite reverse marqueeTestimonials;display:flex}.testimonial-bento-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;color:var(--text-primary);background:#ffffffd9;border:1px solid #e2e8f099;border-radius:28px;flex-shrink:0;width:380px;padding:32px;transition:all .3s;box-shadow:0 10px 30px #00000005}.testimonial-bento-card:hover{background:#fff;border-color:#6d5ef826;transform:translateY(-2px);box-shadow:0 20px 40px #6d5ef80d}@keyframes marqueeTestimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.pricing-grid-new{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.pricing-card-new{background:#fff;border:1px solid #e2e8f0cc;border-radius:32px;flex-direction:column;padding:48px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px -10px #00000003}.pricing-card-new:hover{border-color:var(--accent-border);box-shadow:0 30px 60px -15px var(--accent-shadow-color);transform:translateY(-6px)}.pricing-card-new.popular{border-color:var(--accent-primary);background:linear-gradient(180deg, #fff 0%, var(--accent-light) 100%)}.popular-badge{background:var(--accent-light);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:6px 14px;font-size:.68rem;font-weight:700;position:absolute;top:24px;right:24px}.pricing-price{letter-spacing:-.04em;color:#0f172a;margin-top:16px;margin-bottom:28px;font-size:clamp(2.5rem,5vw,3.25rem);font-weight:800}.final-cta-banner{background:var(--accent-gradient,linear-gradient(135deg, #065dcc 0%, #00cbab 100%));text-align:center;color:#fff;box-shadow:0 30px 70px -10px var(--accent-shadow-color,#065dcc40);border-radius:40px;padding:96px 80px;position:relative;overflow:hidden}.banner-glass-glow{pointer-events:none;background:radial-gradient(circle,#ffffff2e 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.glass-panel{-webkit-backdrop-filter:blur(16px);background:#fffc;border:1px solid #fff9;box-shadow:0 10px 30px #00000003}@media (max-width:1024px){.landing-section{padding:80px 40px}.hero-section{text-align:center;flex-direction:column;gap:48px;padding:32px 24px 60px;display:flex!important}.hero-content{max-width:100%}.hero-visual{justify-content:center;margin-top:24px;display:flex;width:100%!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.cta-group{justify-content:center}.trusted-logos-strip{gap:20px;padding:40px}.bento-grid,.pricing-grid-new,.stats-grid{grid-template-columns:repeat(2,1fr)}.bento-card-large{grid-column:span 2}.showcase-row{text-align:center;flex-direction:column!important;align-items:stretch!important;gap:28px!important}.showcase-text,.showcase-media{flex:none;width:100%}.inbox-grid{grid-template-columns:1fr}}@media (max-width:768px){.landing-wrapper{padding:0}.main-floating-container{border-radius:28px;margin-top:60px}.landing-section{padding:60px 20px}.bento-grid,.pricing-grid-new,.stats-grid{grid-template-columns:1fr}.bento-card-large{grid-column:span 1}.dashboard-grid{grid-template-columns:1fr;height:auto}.dashboard-sidebar{border-bottom:1px solid #f1f5f9;border-right:none;flex-direction:row;padding:12px;overflow-x:auto}.final-cta-banner{border-radius:28px;padding:60px 20px}.workflow-nodes-row{flex-direction:column;gap:40px}.workflow-node{width:100%!important;max-width:100%!important}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.logo-marquee-container{position:relative}.logo-marquee-container:before,.logo-marquee-container:after{content:"";z-index:5;pointer-events:none;width:180px;height:100%;position:absolute;top:0}.logo-marquee-container:before{background:linear-gradient(90deg,#fff 10%,#fff0);left:0}.logo-marquee-container:after{background:linear-gradient(270deg,#fff 10%,#fff0);right:0}.mouse-gradient-blob{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(circle,#7b61ff1a 0%,#6d5ef805 45%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;transform:translate(-50%,-50%)}.rounded-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)!important}.rounded-card:hover{border-color:#6d5ef840!important;transform:translateY(-8px)scale(1.02)!important;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000a!important}.rounded-card:hover .feature-icon-wrapper svg{transition:transform .3s cubic-bezier(.16,1,.3,1);transform:rotate(3deg)}.pricing-card-new{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)!important}.pricing-card-new:hover{border-color:#6d5ef840!important;transform:translateY(-8px)scale(1.02)!important;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000a!important}.kpi-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)!important}.kpi-card:hover{border-color:#6d5ef840!important;transform:translateY(-8px)scale(1.02)!important;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000a!important}.homepage-sections{flex-direction:column;width:100%;display:flex}.homepage-section{width:100%;position:relative;overflow:visible}.homepage-section-inner{z-index:2;max-width:1200px;margin:0 auto;padding:100px 24px;position:relative}@media (max-width:768px){.homepage-section-inner{padding:60px 16px}.homepage-showcase-row .showcase-text>div{max-width:100%!important}}.homepage-section.theme-hero,.homepage-section.theme-trust{--text-primary:#000;--text-secondary:#000;--text-muted:#000;--accent-primary:#065dcc;--accent-secondary:#00cbab;--accent-dark:#002264;--accent-light:#065dcc0f;--accent-gradient:linear-gradient(135deg, #065dcc 0%, #00cbab 100%);--accent-border:#065dcc26;--accent-shadow-color:#065dcc4d;color:var(--text-primary);background:linear-gradient(135deg,#f0f6ff 0%,#e6fcf5 100%)}.trust-meta-pill{color:#065dcc;letter-spacing:.08em;text-transform:uppercase;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;align-items:center;margin-bottom:16px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.trust-meta-accent{color:#065dcc}.trust-rate-card{border-left:4px solid #065dcc!important}.trust-rate-box{border:1px solid #0000;border-radius:16px;padding:18px 16px}.trust-rate-box--marketing{background:#fff4ed;border-color:#fed7aa}.trust-rate-box--utility{background:#e1f3fe;border-color:#bae6fd}.trust-rate-box--auth{background:#edf3ec;border-color:#bbf7d0}.trust-title-row{gap:10px;flex-direction:row!important;align-items:center!important;display:flex!important}.trust-title-row svg{flex-shrink:0;width:20px!important;max-width:20px!important;height:20px!important}.trust-meta .skeuo-card>.trust-title-row svg{color:#065dcc}.trust-rate-label{letter-spacing:-.01em;text-transform:none;font-size:1rem;font-weight:700;display:inline}.trust-rate-box--marketing .trust-title-row,.trust-rate-box--marketing .trust-rate-label{color:#c2410c}.trust-rate-box--utility .trust-title-row,.trust-rate-box--utility .trust-rate-label{color:#065dcc}.trust-rate-box--auth .trust-title-row,.trust-rate-box--auth .trust-rate-label{color:#047857}.trust-rate-price{color:#0f172a;letter-spacing:-.03em;margin-top:8px;font-size:1.65rem;font-weight:800}.trust-rate-unit{color:#334155;letter-spacing:0;font-size:.95rem;font-weight:600}.trust-rate-use{color:#000;margin:8px 0 0;font-size:.88rem;font-weight:500;line-height:1.5}.trust-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.trust-badge--green{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.trust-badge--blue{color:#065dcc;background:#eff6ff;border:1px solid #bfdbfe}.homepage-section.theme-white{--text-primary:#000;--text-secondary:#000;--text-muted:#000;--accent-primary:#065dcc;--accent-secondary:#00cbab;--accent-dark:#002264;--accent-light:#065dcc0f;--accent-gradient:linear-gradient(135deg, #065dcc 0%, #00cbab 100%);--accent-border:#065dcc26;--accent-shadow-color:#065dcc4d;color:var(--text-primary);background:#fff}.homepage-section.theme-light{--text-primary:#000;--text-secondary:#000;--text-muted:#000;--accent-primary:#065dcc;--accent-secondary:#00cbab;--accent-dark:#002264;--accent-light:#065dcc0f;--accent-gradient:linear-gradient(135deg, #065dcc 0%, #00cbab 100%);--accent-border:#065dcc26;--accent-shadow-color:#065dcc4d;color:var(--text-primary);background:#fff;position:relative}.homepage-section.theme-light:before{content:"";z-index:1;pointer-events:none;background:#e6fcf5;border-radius:0 clamp(60px,12vw,240px);position:absolute;inset:20px;box-shadow:inset 1px 1px 3px #fffc,0 10px 40px #6d5ef805}@media (max-width:768px){.homepage-section.theme-light:before{inset:12px}}.inbox-grid{grid-template-columns:1fr 2fr;display:grid}.inner-dashboard-stack{width:100%;max-width:1000px;height:520px;margin:32px auto 0;position:relative}.noise-overlay{display:none}.skeuo-card{--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;color:var(--text-primary);will-change:transform;backface-visibility:hidden;background:linear-gradient(135deg,#fff 0%,#fbfbfc 50%,#f4f6fa 100%);border:1px solid #e2e8f099;border-radius:24px;padding:clamp(16px,2vw,22px);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;transform:translate(0,0);box-shadow:10px 14px 30px #a5b4c840,-10px -10px 24px #fffffff2,inset 1.5px 1.5px #ffffffe6,inset -1.5px -1.5px 3px #a5b4c81a}.skeuo-card:hover{border-color:var(--accent-border);transform:translateY(-4px);box-shadow:14px 20px 38px #a5b4c847,-12px -12px 30px #fff,inset 1.5px 1.5px #ffffffe6,inset -1.5px -1.5px 3px #a5b4c814}.skeuo-inner{background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:inset 2.5px 2.5px 5px #a5b4c81f,inset -2.5px -2.5px 5px #fffffff2}.feature-icon-wrapper{color:var(--accent-primary);background:linear-gradient(135deg,#f0f6fff2 0%,#e6fcf5f2 100%);border:1.5px solid #fffffff2;border-radius:18px;margin-bottom:16px;padding:12px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:inline-flex;box-shadow:4px 6px 12px #065dcc1a,-4px -4px 10px #fffffff2,inset 3px 3px 5px #fff,inset -3px -3px 6px #065dcc2e}.feature-icon-wrapper svg{filter:drop-shadow(1px 1px 1px #065dcc1f)}.skeuo-card:hover .feature-icon-wrapper{transform:translateY(-2px)scale(1.04);box-shadow:6px 8px 16px #065dcc26,inset 3px 3px 5px #fff,inset -3px -3px 6px #065dcc3d}.skeuo-button{color:#475569;cursor:pointer;background:linear-gradient(135deg,#fff,#f1f5f9);border:1px solid #e2e8f0cc;justify-content:center;align-items:center;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:2px 3px 6px #a5b4c826,-2px -2px 6px #fffffff2,inset 1px 1px 1px #ffffffe6}.skeuo-button:hover{color:#1e293b;background:linear-gradient(135deg,#fff,#e2e8f0);transform:translateY(-1px);box-shadow:3px 4px 8px #a5b4c833,-3px -3px 8px #fff,inset 1px 1px 1px #fff}.skeuo-button:active{background:#f1f5f9;transform:translateY(1px);box-shadow:inset 2px 2px 4px #a5b4c826,inset -2px -2px 4px #fffc}.skeuo-button-primary{background:var(--accent-gradient);box-shadow:6px 6px 12px var(--accent-shadow-color), -6px -6px 12px #ffffffe6, inset 1px 1px 3px #fff6, inset -2px -2px 4px #0003;color:#fff;border:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.skeuo-button-primary:hover{box-shadow:4px 4px 8px var(--accent-shadow-color), -4px -4px 8px #fffc, inset 1px 1px 3px #ffffff80;transform:translateY(2px)}.skeuo-button-primary:active{transform:translateY(4px);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #fff3}.etched-text{color:#64748b;text-shadow:1px 1px 1px #ffffffe6,-1px -1px 1px #cbd5e14d}.embossed-text{color:#0f172a;text-shadow:1px 1px 2px #cbd5e180,-1px -1px 2px #ffffffe6}.inner-dashboard-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 20px 50px #0000000f,0 0 1px #00000005}.skeuo-card,.browser-mockup,.workflow-node,.testimonial-bento-card{--text-primary:#000!important;--text-secondary:#000!important;--text-muted:#000!important;--accent-primary:#065dcc!important;--accent-secondary:#00cbab!important;--accent-dark:#002264!important;--accent-light:#065dcc0f!important;--accent-gradient:linear-gradient(135deg, #065dcc 0%, #00cbab 100%)!important;--accent-border:#065dcc26!important;--accent-shadow-color:#065dcc4d!important;color:var(--text-primary)!important}.skeuo-card h1,.skeuo-card h2,.skeuo-card h3,.skeuo-card h4,.skeuo-card h5,.skeuo-card h6,.browser-mockup h1,.browser-mockup h2,.browser-mockup h3,.browser-mockup h4,.browser-mockup h5,.browser-mockup h6,.workflow-node h1,.workflow-node h2,.workflow-node h3,.workflow-node h4,.workflow-node h5,.workflow-node h6,.testimonial-bento-card h1,.testimonial-bento-card h2,.testimonial-bento-card h3,.testimonial-bento-card h4,.testimonial-bento-card h5,.testimonial-bento-card h6,.skeuo-card p,.browser-mockup p,.workflow-node p,.testimonial-bento-card p,.skeuo-card span,.browser-mockup span,.workflow-node span,.testimonial-bento-card span{color:#000!important}.integrations-container{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.integrations-grid{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;display:grid}.integrations-title{letter-spacing:-.04em;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800}.integrations-modal-inner{padding:48px}.integrations-modal-grid{grid-template-columns:1.2fr 1fr;gap:48px;display:grid}.integrations-modal-header{align-items:center;gap:24px;margin-bottom:40px;display:flex}@media (max-width:768px){.integrations-container{gap:24px;padding:20px 16px}.integrations-grid{grid-template-columns:1fr}.integrations-modal-inner{padding:24px}.integrations-modal-grid{grid-template-columns:1fr;gap:24px}.integrations-modal-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}}.react-flow svg{max-width:none!important}.react-flow__edge-path{stroke:#6366f1!important;stroke-width:2.5px!important;stroke-opacity:1!important;opacity:1!important}.react-flow__edge.selected .react-flow__edge-path{stroke:#4f46e5!important}.hover-card{transition:transform .2s,box-shadow .2s,border-color .2s!important}.hover-card:hover{border-color:#6366f166;transform:translateY(-2px);box-shadow:0 12px 30px #0000000f,0 2px 4px #00000008!important}.homepage-sections .skeuo-card,.homepage-sections .browser-mockup,.homepage-sections .workflow-node,.homepage-sections .testimonial-bento-card,.homepage-sections .pricing-card-new,.homepage-sections .kpi-card{-webkit-backdrop-filter:blur(12px)!important;background:#ffffffe0!important;border:1px solid #ffffffb3!important;border-radius:36px!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s!important;box-shadow:0 20px 48px -8px #6d5ef814,inset 10px 10px 20px #ffffffe6,inset -10px -10px 20px #6d5ef80f!important}.homepage-sections .skeuo-card:hover,.homepage-sections .browser-mockup:hover,.homepage-sections .workflow-node:hover,.homepage-sections .testimonial-bento-card:hover,.homepage-sections .pricing-card-new:hover,.homepage-sections .kpi-card:hover{border-color:#065dcc33!important;transform:translateY(-8px)scale(1.015)!important;box-shadow:0 28px 56px -4px #6d5ef824,inset 12px 12px 24px #fff,inset -12px -12px 24px #6d5ef817!important}.homepage-sections .skeuo-card.trust-highlight-card{color:#fff!important;--text-primary:#fff!important;--text-secondary:#fff!important;background:linear-gradient(90deg,#065dcc 0%,#00cbab 100%)!important;border:1px solid #ffffff59!important;border-radius:18px!important;box-shadow:0 10px 24px #065dcc38,inset 4px 4px 8px #ffffff59,inset -4px -4px 8px #0000002e!important}.trust-highlight-row{margin-top:28px}.homepage-sections .skeuo-card.trust-highlight-card:hover{border-color:#ffffff80!important;box-shadow:0 14px 28px #065dcc4d,inset 5px 5px 10px #fff6,inset -5px -5px 10px #0003!important}.homepage-sections .skeuo-card.trust-highlight-card h3,.homepage-sections .skeuo-card.trust-highlight-card p,.homepage-sections .skeuo-card.trust-highlight-card span{color:#fff!important}.homepage-sections .skeuo-card.trust-highlight-card h3{margin:0;font-size:1.25rem;font-weight:700}.homepage-sections .skeuo-card.trust-highlight-card p{font-size:1.05rem;font-weight:500;line-height:1.6}.homepage-sections .skeuo-card.trust-highlight-card .trust-title-row svg,.trust-meta .trust-highlight-card>.trust-title-row svg{color:#fff!important}.homepage-sections .skeuo-inner{background:#f8fafcb3!important;border:1px solid #ffffff80!important;border-radius:20px!important;box-shadow:inset 4px 4px 10px #6d5ef80a,inset -4px -4px 10px #ffffffe6!important}.homepage-sections .skeuo-button{background:#ffffffe6!important;border:1px solid #fffc!important;border-radius:16px!important;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s,background-color .2s!important;box-shadow:0 6px 16px #6d5ef80a,inset 3px 3px 6px #fff,inset -3px -3px 6px #6d5ef808!important}.homepage-sections .skeuo-button:hover{background:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px #6d5ef814,inset 4px 4px 8px #fff,inset -4px -4px 8px #6d5ef80a!important}.homepage-sections .skeuo-button:active{transform:translateY(1px)!important;box-shadow:inset 3px 3px 8px #0000000a,inset -3px -3px 8px #ffffffe6!important}.homepage-sections .skeuo-button-primary{text-shadow:0 1px 2px #00000026;background:var(--accent-gradient)!important;color:#fff!important;border:1px solid #ffffff4d!important;border-radius:20px!important;font-weight:700!important;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s,filter .2s!important;box-shadow:0 10px 24px #065dcc38,inset 4px 4px 8px #ffffff73,inset -4px -4px 8px #0003!important}.homepage-sections .skeuo-button-primary:hover{transform:translateY(-3px)!important;box-shadow:0 14px 28px #065dcc47,inset 5px 5px 10px #ffffff80,inset -5px -5px 10px #00000040!important}.homepage-sections .skeuo-button-primary:active{transform:translateY(1px)!important;box-shadow:inset 4px 4px 10px #00000059,inset -4px -4px 10px #ffffff26!important}.homepage-section.theme-hero .homepage-section-inner{padding-top:0!important}@media (max-width:1023px){.homepage-section.theme-hero .hero-content,.homepage-section.theme-hero .hero-visual{flex:auto!important;width:100%!important;max-width:100%!important}.hero-title{font-size:clamp(1.55rem,7.5vw,2.6rem)}}@media (min-width:1024px){.homepage-section.theme-hero{flex-direction:column;justify-content:center;min-height:calc(100vh - 72px);display:flex}.homepage-section.theme-hero .homepage-section-inner{flex:1;align-items:center;width:100%;max-width:1440px;display:flex;padding:24px 32px 56px!important}.homepage-section.theme-hero .hero-section{border-bottom:none;justify-content:space-between;align-items:center;gap:56px;width:100%;min-height:auto;padding:0;display:flex!important}.homepage-section.theme-hero .hero-content{flex-direction:column;flex:50%;justify-content:center;min-width:0;max-width:50%;padding-top:0;display:flex;padding-right:0!important}.homepage-section.theme-hero .hero-visual{flex:0 0 50%;justify-content:center;align-self:center;align-items:center;min-width:0;max-width:50%;display:flex;top:auto;right:auto;width:auto!important;position:relative!important;transform:none!important}}.hero-dashboard-frame{background:0 0;width:100%;max-width:700px;margin:0 auto}.hero-dashboard-frame img{width:100%;height:auto;display:block}.inbox-homepage-section{position:relative;overflow:visible}.inbox-section{flex-direction:column;gap:16px;padding:0;display:flex}.inbox-section-header{margin-bottom:12px}.inbox-section-title{margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.5rem)}.inbox-section-desc{font-size:.95rem}.inbox-showcase{justify-content:flex-start;align-items:center;gap:48px;width:100%;display:flex}.inbox-laptop-frame{flex:62%;width:62%;max-width:760px;margin:0}.inbox-laptop-frame img{width:100%;height:auto;display:block}.analytics-section{flex-direction:column;gap:16px;padding:0;display:flex}.analytics-section-header{margin-bottom:12px}.analytics-section-title{margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.5rem)}.analytics-section-desc{font-size:.95rem}.analytics-showcase{justify-content:space-between;align-items:center;gap:48px;width:100%;display:flex}.analytics-feature-copy{flex:38%;max-width:400px}.analytics-laptop-frame{flex:58%;width:58%;max-width:720px;margin:0}.analytics-laptop-frame img{width:100%;height:auto;display:block}.inbox-feature-copy{text-align:left;flex:38%;min-width:0;max-width:400px}.inbox-feature-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-primary);margin:0 0 6px;font-size:.72rem;font-weight:700}.inbox-feature-heading{letter-spacing:-.03em;color:var(--text-primary,#0f172a);margin:0 0 8px;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800;line-height:1.2}.inbox-feature-lead{color:#334155;margin:0 0 16px;font-size:.92rem;font-weight:500;line-height:1.55}.inbox-feature-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.inbox-feature-item{align-items:flex-start;gap:10px;display:flex}.inbox-feature-item strong{color:var(--text-primary,#0f172a);margin-bottom:2px;font-size:.9rem;font-weight:700;display:block}.inbox-feature-text{color:#475569;font-size:.82rem;font-weight:500;line-height:1.45;display:block}.inbox-feature-icon{width:32px;height:32px;color:var(--accent-primary);background:linear-gradient(135deg,#f0f6fff2 0%,#e6fcf5f2 100%);border:1px solid #fffffff2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex;box-shadow:3px 4px 8px #065dcc14,-2px -2px 6px #ffffffe6}@media (min-width:1024px){.inbox-showcase{gap:56px;margin-left:-24px}}@media (max-width:1023px){.inbox-showcase{flex-direction:column;align-items:center;gap:28px}.inbox-laptop-frame{flex:none;width:92%;max-width:760px}.inbox-feature-copy{width:100%;max-width:560px}.analytics-showcase{flex-direction:column-reverse;align-items:center;gap:28px}.analytics-feature-copy,.analytics-laptop-frame{flex:none;width:100%;max-width:560px}}.public-pricing{background:linear-gradient(135deg,#f0f6ff 0%,#e6fcf5 100%);min-height:100vh;padding:72px 5% 96px;position:relative;overflow:hidden}.public-pricing-inner{z-index:2;max-width:1180px;margin:0 auto;position:relative}.public-pricing-header{text-align:center;margin-bottom:48px}.public-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:22px;display:grid}.public-plan-card{background:#ffffffeb;border:1px solid #ffffffb3;border-radius:22px;flex-direction:column;height:100%;padding:28px 26px 24px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 18px 40px -12px #065dcc1f,inset 1px 1px #ffffffe6}.public-plan-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px -12px #065dcc2e,inset 1px 1px #fffffff2}.public-plan-card.is-featured{color:#fff;background:linear-gradient(135deg,#065dcc 0%,#00cbab 100%);border:1px solid #ffffff59;box-shadow:0 16px 36px #065dcc47,inset 4px 4px 8px #ffffff47,inset -4px -4px 8px #00000024}.public-plan-badge{letter-spacing:.06em;text-transform:uppercase;color:#065dcc;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;width:fit-content;min-height:26px;margin-bottom:12px;padding:5px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.public-plan-badge.is-current{border-radius:8px;min-height:30px;padding:7px 14px;font-size:.78rem;font-weight:800}.public-plan-badge-spacer{visibility:hidden;background:0 0;border-color:#0000}.public-plan-card.is-featured .public-plan-badge{color:#1a1408;background:linear-gradient(#f6d36b 0%,#d4a017 100%);border:none;border-radius:6px;box-shadow:0 4px 12px #b4780a59}.public-plan-card.is-featured .public-plan-badge.is-current{border-radius:8px;padding:7px 14px;font-size:.78rem}.public-plan-card.is-featured.is-vendor-highlight{z-index:2;padding:40px 28px 30px;position:relative;overflow:hidden;transform:scale(1.06)}.public-plan-card.is-featured.is-vendor-highlight .public-plan-badge{letter-spacing:.12em;white-space:nowrap;color:#1a1408;width:168px;text-shadow:none;background:linear-gradient(#f6d36b 0%,#d4a017 100%);border-radius:0;justify-content:center;align-self:auto;margin:0;padding:10px 0;font-size:.75rem;font-weight:800;position:absolute;top:22px;right:-34px;transform:rotate(45deg);box-shadow:0 6px 16px #78500059}.public-plan-card.is-featured.is-vendor-highlight:hover{transform:translateY(-6px)scale(1.06)}.public-plan-name{letter-spacing:-.03em;color:#0f172a;margin:0 0 8px;font-size:1.35rem;font-weight:800}.public-plan-card.is-featured .public-plan-name{color:#fff}.public-plan-price{align-items:baseline;gap:6px;margin-bottom:22px;display:flex}.public-plan-price strong{letter-spacing:-.04em;color:#0f172a;font-size:2.35rem;font-weight:800}.public-plan-price span{color:#475569;font-size:.95rem;font-weight:600}.public-plan-card.is-featured .public-plan-price strong,.public-plan-card.is-featured .public-plan-price span{color:#fff}.public-plan-features{flex-direction:column;flex:1;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.public-plan-limits{border-bottom:1px solid #0f172a14;flex:none;gap:8px;margin-bottom:14px;padding-bottom:14px}.public-plan-duration li{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.public-plan-duration-label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:.72rem;font-weight:700}.public-plan-duration-value{text-align:right;color:#0f172a;font-size:.84rem;font-weight:700}.public-plan-card.is-featured .public-plan-duration-label{color:#ffffffc7}.public-plan-card.is-featured .public-plan-duration-value{color:#fff}.public-plan-card.is-featured .public-plan-limits{border-bottom-color:#fff3}.public-plan-limits li{font-weight:600}.public-plan-features li{color:#0f172a;align-items:flex-start;gap:10px;font-size:.92rem;font-weight:500;line-height:1.4;display:flex}.public-plan-features li.is-off{color:#94a3b8}.public-plan-card.is-featured .public-plan-features li{color:#fff}.public-plan-card.is-featured .public-plan-features li.is-off{color:#ffffff8c}.public-plan-cta{cursor:pointer;background:linear-gradient(90deg,#065dcc 0%,#00cbab 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:auto;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 8px 18px #065dcc38;color:#fff!important}.public-pricing-grid.is-equal-cards .public-plan-card.is-featured:hover{transform:translateY(-6px)}.public-pricing-grid.is-equal-cards .public-plan-card.is-featured .public-plan-badge{color:#1a1408;background:linear-gradient(#f6d36b 0%,#d4a017 100%);border:none;border-radius:6px;width:fit-content;padding:5px 10px;position:static;transform:none;box-shadow:0 4px 12px #b4780a59}.public-pricing-grid.is-equal-cards .public-plan-card.is-featured .public-plan-badge.is-current{border-radius:8px;padding:7px 14px;font-size:.78rem}.public-plan-cta:disabled{opacity:.7;cursor:not-allowed}.public-plan-cta-spacer{visibility:hidden;pointer-events:none;box-shadow:none;background:0 0!important}.public-plan-card.is-featured .public-plan-cta{background:#fff;box-shadow:0 8px 18px #0000001f;color:#065dcc!important}.public-pricing-inquiry{margin-top:56px}@media (max-width:1024px){.public-pricing-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.public-plan-card.is-featured.is-vendor-highlight{padding:28px 22px 24px;overflow:visible;transform:none}.public-plan-card.is-featured.is-vendor-highlight:hover{transform:translateY(-6px)}.public-plan-card.is-featured.is-vendor-highlight .public-plan-badge{letter-spacing:.06em;border-radius:6px;width:fit-content;margin-bottom:12px;padding:5px 10px;position:static;top:auto;right:auto;transform:none}.public-plan-price strong{font-size:clamp(1.6rem,7vw,2.35rem)}.public-plan-cta{text-align:center;height:auto;min-height:48px;padding:12px 14px}}@media (max-width:480px){.public-plan-card{border-radius:18px;padding:22px 20px}.public-plan-features li{font-size:.86rem}}.admin-plans-page{flex-direction:column;gap:28px;display:flex}.admin-plans-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-plans-kicker{letter-spacing:.08em;text-transform:uppercase;color:#065dcc;margin:0 0 6px;font-size:.72rem;font-weight:700}.admin-plans-header h1{letter-spacing:-.03em;margin:0 0 6px;font-size:1.875rem;font-weight:800}.admin-plans-header p{color:var(--muted-foreground);max-width:520px;margin:0;line-height:1.5}.admin-plans-empty{text-align:center;color:var(--muted-foreground);background:var(--card);border:1px dashed var(--border);border-radius:16px;padding:48px 24px}.admin-plans-grid{max-width:none}.admin-plan-card-top{justify-content:space-between;align-items:flex-start;min-height:28px;margin-bottom:4px;display:flex}.admin-plan-edit{color:#0f172a;cursor:pointer;background:#fffc;border:1px solid #0f172a1f;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.public-plan-card.is-featured .admin-plan-edit{color:#fff;background:#ffffff29;border-color:#ffffff59}.admin-plan-edit:hover{background:#fff}.admin-plan-status{color:#059669;background:#10b9811f;border-radius:9999px;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:8px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.public-plan-card.is-featured .admin-plan-status{color:#fff;background:#ffffff29}.admin-plan-status.is-disabled{color:#64748b;background:#64748b1f}.admin-plan-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a85;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.admin-plan-modal{background:#fff;border:1px solid #065dcc14;border-radius:18px;width:100%;max-width:720px;max-height:92vh;overflow:auto;box-shadow:0 28px 64px -20px #065dcc59}.admin-plan-modal-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px 10px;display:flex}.admin-plan-modal-kicker{letter-spacing:.08em;text-transform:uppercase;color:#065dcc;margin:0;font-size:.68rem;font-weight:700}.admin-plan-modal-header h2{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.admin-plan-modal-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.admin-plan-modal-close:hover{color:#0f172a;background:#e2e8f0}.admin-plan-modal-form{flex-direction:column;gap:10px;padding:12px 20px 14px;display:flex}.admin-plan-modal-section{flex-direction:column;gap:8px;display:flex}.admin-plan-modal-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-plan-select-wrap{flex-direction:column;gap:4px;display:flex}.admin-plan-select-wrap label{color:#0f172a;font-size:.8rem;font-weight:600}.admin-plan-select-wrap select{border:1px solid var(--border);background:var(--background);width:100%;height:38px;color:var(--foreground);border-radius:10px;outline:none;padding:0 12px;font-size:.9rem}.admin-plan-select-wrap select:focus{border-color:#065dcc;box-shadow:0 0 0 3px #065dcc1f}.admin-plan-features-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-plan-features-head p{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.admin-plan-features-head span{display:none}.admin-plan-features-head em{color:#065dcc;background:#eff6ff;border-radius:9999px;padding:3px 8px;font-size:.72rem;font-style:normal;font-weight:700}.admin-plan-feature-grid{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:10px 12px;display:grid}.admin-plan-feature-col{flex-direction:column;gap:6px;min-width:0;display:flex}.admin-plan-feature-col-label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin:0 0 2px;font-size:.7rem;font-weight:700}.admin-plan-feature{cursor:pointer;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;min-height:0;padding:7px 10px;font-size:.8rem;font-weight:600;display:flex;position:relative}.admin-plan-feature input{opacity:0;pointer-events:none;position:absolute;width:1px!important;height:1px!important}.admin-plan-feature-check{color:#fff;background:#fff;border:1.5px solid #cbd5e1;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.admin-plan-feature.is-on{color:#0f172a;background:#eff6ff;border-color:#065dcc47}.admin-plan-feature.is-on .admin-plan-feature-check{background:#065dcc;border-color:#065dcc}.admin-plan-modal-footer{border-top:1px solid #eef2f7;justify-content:flex-end;gap:10px;padding-top:10px;display:flex}@media (max-width:640px){.admin-plan-modal-row,.admin-plan-feature-grid{grid-template-columns:1fr}}
