.assets-container{text-align:center;padding:40px 20px}.assets-logo{margin-bottom:20px}.assets-steps{justify-content:center;align-items:center;gap:8px;display:flex}.assets-step{background:#ddd;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.assets-step.done{color:#fff;background:#111}.assets-step.active{background:#fff;border:2px solid #111}.assets-line{background:#ddd;width:40px;height:2px}.assets-labels{justify-content:center;gap:40px;margin-bottom:30px;font-size:12px;display:flex}.assets-labels .active{font-weight:700}.assets-card{text-align:left;background:#fff;border-radius:16px;max-width:700px;margin:auto;padding:30px}.assets-step-count{color:#777;font-size:12px}.assets-sub{color:#777;font-size:14px}.assets-top-buttons{gap:10px;margin:15px 0;display:flex}.assets-light-btn{cursor:pointer;background:#eee;border:none;border-radius:6px;padding:8px 12px}.assets-table{background:#f2efea;border-radius:10px;padding:15px;overflow:hidden}.assets-table-head{color:#777;grid-template-columns:2fr 1.5fr 1fr 1fr 40px;gap:8px;margin-bottom:10px;font-size:11px;display:grid}.assets-table-row{grid-template-columns:2fr 1.5fr 1fr 1fr 40px;align-items:center;gap:8px;margin-bottom:10px;display:grid}.assets-table-row input{background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;min-width:0;padding:8px;font-size:13px}.assets-delete{cursor:pointer;background:#f8d7da;border:none;border-radius:6px;width:36px;height:36px}.assets-add{cursor:pointer;margin-top:10px;font-size:13px}.assets-footer{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.assets-continue{color:#fff;background:#111;border:none;border-radius:6px;padding:10px 16px}@media (width<=700px){.assets-table-head{display:none}.assets-table-row{background:#fff;border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex}.assets-delete{align-self:flex-end}}.features{background:#f6f5f3;padding:80px 60px}.features-header{margin-bottom:40px}.feature-tag{color:#888;margin-bottom:10px;font-size:12px}.features-header h2{margin-bottom:10px;font-family:Syne,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.grid-image{margin:30px 0}.grid-image img{border-radius:14px;width:100%;box-shadow:0 10px 30px #00000014}.alt-section{justify-content:space-between;align-items:center;gap:50px;margin:60px 0;display:flex}.alt-section.reverse{flex-direction:row-reverse}.text{flex:1}.text h3{margin-bottom:12px;font-size:26px}.text p{color:#555;line-height:1.6}.image{flex:1}.image img{border-radius:12px;width:100%;box-shadow:0 10px 25px #0000001a}@media (width<=900px){.features{padding:60px 20px}.features-header{text-align:center}.features-header h2{font-size:30px}.sub{margin:auto}.alt-section{text-align:center;flex-direction:column}.alt-section.reverse{flex-direction:column}}@media (width<=500px){.features-header h2{font-size:24px}.text h3{font-size:20px}.text p{font-size:14px}}.cta-container{text-align:center;background:#f5f3ef;padding:60px 60px 25px}.cta-box{max-width:600px;margin:auto}.cta-tag{letter-spacing:2px;color:#888;margin-bottom:10px;font-size:11px}.cta-title{margin-bottom:10px;font-family:Syne,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.cta-sub{color:#777;margin-bottom:25px;font-size:14px}.cta-buttons{justify-content:center;gap:10px;display:flex}.cta-primary{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;padding:10px 18px}.cta-secondary{cursor:pointer;background:#eee;border:none;border-radius:6px;padding:10px 18px}.cta-footer{border-top:1px solid #ddd;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:60px;padding-top:20px;display:flex}.cta-footer-left img{width:206px;height:30px}.cta-footer-links{color:#777;gap:35px;font-size:13px;display:flex}.cta-footer-right{color:#999;font-size:12px}@media (width<=800px){.cta-buttons{flex-direction:column}.cta-footer{text-align:center;flex-direction:column;gap:15px}.cta-title{margin-bottom:10px;font-family:Syne,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.cta-footer-links{flex-wrap:wrap;justify-content:center}}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#f2f0ebf0;border-bottom:1px solid #eaeaea;width:100%;height:64px;position:fixed;top:0;left:0}.container{justify-content:space-between;align-items:center;height:100%;margin:auto;padding:0 60px;display:flex;position:relative}.left{align-items:center;display:flex}.logo{object-fit:contain;height:28px}.desktop-nav ul{gap:26px;list-style:none;display:flex}.desktop-nav ul li{color:#444;cursor:pointer;white-space:nowrap;font-size:14px;transition:all .2s}.desktop-nav ul li:hover{color:#000}.desktop-actions{align-items:center;gap:18px;display:flex}.desktop-actions a{color:#444;cursor:pointer;font-size:14px;text-decoration:none}.signin{color:#444;cursor:pointer;font-size:14px}.signin:hover{color:#000}.trial-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;padding:9px 18px;font-size:13px;font-weight:500;transition:all .3s}.trial-btn:hover{background:#333}.hamburger{cursor:pointer;color:#333;z-index:1002;font-size:24px;transition:all .2s;display:none}.hamburger:hover{color:#000}.mobile-menu{z-index:1003;background:#fff;flex-direction:column;width:80%;max-width:350px;height:100vh;padding:20px 24px;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-5px 0 30px #0000001a}.mobile-menu.active{right:0}.mobile-menu-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.mobile-logo{object-fit:contain;height:28px}.close-icon{cursor:pointer;color:#333;font-size:24px;transition:all .2s}.close-icon:hover{color:#000}.mobile-nav{flex:1;list-style:none}.mobile-nav li{color:#444;cursor:pointer;border-bottom:1px solid #f0f0f0;padding:14px 0;font-size:16px;transition:all .2s}.mobile-nav li:hover{color:#000;padding-left:8px}.mobile-actions{border-top:1px solid #eee;flex-direction:column;gap:15px;margin-top:30px;padding-top:20px;display:flex}.mobile-actions .signin{text-align:center;background:#f5f5f5;border-radius:8px;padding:12px}.mobile-actions .signin a{color:#444;font-weight:500;text-decoration:none;display:block}.mobile-trial{width:100%;padding:12px;font-size:14px}.overlay{z-index:1001;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.overlay.active{opacity:1;visibility:visible}body.menu-open{overflow:hidden}body{padding-top:64px}@media screen and (width<=1024px){.container{padding:0 30px}.desktop-nav,.desktop-actions{display:none}.hamburger{display:block}.left{flex:1}}@media screen and (width<=480px){.container{padding:0 16px}.logo{height:24px}.mobile-menu{width:85%;max-width:300px}.mobile-nav li{padding:12px 0;font-size:15px}.trial-btn{padding:8px 14px;font-size:12px}}@media screen and (width>=1440px){.container{padding:0 100px}}@media screen and (width<=768px){.mobile-menu{padding:16px 20px}.mobile-logo{height:24px}.close-icon{font-size:22px}}*{box-sizing:border-box;margin:0;padding:0}.industries{background:#f2f0eb;padding:80px 60px}.industries-header{margin-bottom:40px}.industries-tag{color:#888;margin-bottom:20px;font-family:DM Sans,sans-serif;font-size:12px}.industries-header h2{font-family:Syne,sans-serif;font-size:36px;font-style:bold;font-weight:700}.sub{color:#666;max-width:500px}.card-wrapper{gap:20px;display:flex}.card{background:#fff;border:1px solid #eee;border-radius:12px;flex:1;padding:20px}.card h4{margin-bottom:10px;font-size:18px}.card p{color:#555;margin-bottom:15px;font-size:14px}.tags{flex-wrap:wrap;gap:8px;display:flex}.tags span{color:#6b6760;background:#e2dfd8;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:500}@media (width<=900px){.industries{padding:60px 20px}.card-wrapper{flex-direction:column}.industries-header{text-align:center}.sub{margin:auto}}@media (width<=500px){.industries-header h2{font-size:26px}.card h4{font-size:16px}.card p{font-size:13px}}.int-container{background:#f5f3ef;padding:60px}.int-tag{letter-spacing:2px;color:#888;font-size:11px}.int-title{font-family:Syne,sans-serif;font-size:54px;font-weight:700;line-height:1.2;font-style:bold}.int-sub{color:#777;margin-bottom:10px}.int-sub2{color:#777;margin-bottom:30px}.int-tabs{gap:10px;margin-top:50px;margin-bottom:25px;display:flex}.int-tab{cursor:pointer;background:#e8e5df;border:none;border-radius:20px;padding:6px 12px;font-size:13px}.int-tab.active{color:#fff;background:#111}.int-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.int-card{background:#fff;border-radius:14px;padding:18px}.int-icon{background:#eceae4;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:10px;display:flex}.int-icon img{object-fit:contain;width:22px;height:22px}.int-card h3{margin:5px 0}.int-desc{color:#777;margin-bottom:15px;font-size:13px}.int-bottom{justify-content:space-between;align-items:center;display:flex}.int-badge{border-radius:20px;padding:4px 10px;font-size:11px}.connected{color:#1f7a3a;background:#d9f2e3}.enterprise{color:#3b5bdb;background:#dbe3ff}.int-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:6px 12px;font-size:12px}@media (width<=1100px){.int-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.int-grid{grid-template-columns:1fr}.int-container{padding:40px 20px}}@media (width<=400px){.int-title{font-size:20px!important}}.mobile-section{background:#f5f3ef;padding:60px}.mobile-header{margin-bottom:50px}.mobile-header small{letter-spacing:2px;color:#777;font-size:12px}.mobile-header h1{margin-bottom:10px;font-family:Syne,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.mobile-header p{color:#666;max-width:420px;font-size:14px}.mobile-cards{justify-content:center;align-items:flex-end;gap:32px;display:flex}.mobile-card-wrap{display:flex}.mobile-card{background:#fff;border-radius:32px;width:240px;height:480px;overflow:hidden;box-shadow:0 20px 40px #00000014}.mobile-card img{object-fit:cover;width:100%;height:100%}.mobile-card-wrap:first-child .mobile-card{transform:translateY(0)}.mobile-card-wrap:nth-child(2) .mobile-card{transform:translateY(30px)}.mobile-card-wrap:nth-child(3) .mobile-card{transform:translateY(10px)}.mobile-card-wrap:nth-child(4) .mobile-card{transform:translateY(40px)}@media (width<=900px){.mobile-cards{flex-wrap:wrap;justify-content:center}.mobile-card{width:45%;height:400px}}@media (width<=500px){.mobile-section{padding:40px 20px}.mobile-header{text-align:center}.mobile-header h1{font-size:28px}.mobile-cards{flex-direction:column;align-items:center;gap:20px}.mobile-card{width:90%;height:auto}.mobile-card img{height:auto}.mobile-card-wrap .mobile-card{transform:none}}.pricing{background:#f5f3ef;padding:0 60px}.pricing-header{text-align:center;flex-direction:column;align-items:center;display:flex}.pricing-tag{color:#9b9791;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700}.pricing-header h1{margin:10px 0;font-size:36px}.sub{color:#777;margin-bottom:25px}.pricing-toggle{gap:12px;display:flex}.pricing h1{text-align:center;margin:10px 0;font-size:36px}.pricing .sub{color:#777;margin-bottom:30px}.slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:3px;left:3px}.pricing-toggle{justify-content:center;align-items:center;gap:12px;margin-bottom:50px;display:flex}.switch{background:#ddd;border-radius:20px;width:42px;height:22px}.save{color:green;font-size:12px}.cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.card{background:#fff;border:1px solid #eee;border-radius:14px;padding:24px;transition:all .25s;position:relative}.card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000014}.popular{border:2px solid #111}.badge{color:#fff;white-space:nowrap;background:#111;border-radius:20px;padding:5px 14px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan{color:#888;font-size:12px}.card h2{margin:10px 0;font-size:34px}.card h2 span{color:#888;font-size:14px}.desc{color:#777;margin-bottom:18px;font-size:14px}.btn{cursor:pointer;border-radius:8px;width:100%;margin-bottom:20px;padding:12px;font-weight:500}.light{background:#f3f4f6;border:none}.dark{color:#fff;background:#111;border:none}.btn:hover{opacity:.9}ul{padding:0;list-style:none}li{margin-bottom:10px;font-size:14px}.disabled{color:#bbb}.faq{width:70%;margin:70px auto 0}.faq h3{text-align:center;margin-bottom:30px}.faq-item{cursor:pointer;border-top:1px solid #ddd;padding:18px 0}.faq-top{justify-content:space-between;align-items:center;display:flex}.faq-content{color:#666;max-height:0;transition:all .3s;overflow:hidden}.faq-item.open .faq-content{max-height:200px;margin-top:10px}@media (width<=900px){.pricing{padding:60px 20px}.cards{grid-template-columns:1fr}.pricing h1{font-size:28px}}@media (width<=500px){.pricing h1{font-size:24px}.card h2{font-size:28px}li{font-size:13px}}@media (width<=900px){.sub{padding:0 20px}}@media (width<=1200px){.cards{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.cards{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.cards{grid-template-columns:1fr}}.plan{color:#111;font-weight:600}.desc{min-height:40px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{z-index:999;background:#0003;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:10px;flex-direction:column;width:500px;max-height:70vh;margin-top:60px;padding:24px;display:flex;position:relative}.modal-header span{color:#888;font-size:12px}.progress{gap:6px;margin-top:10px;display:flex}.bar{background:#eee;border-radius:4px;flex:1;height:4px}.bar.active{background:#1f2d3d}.modal-body{max-height:70vh;margin-top:20px;padding-right:6px;overflow-y:auto}.modal-header{z-index:2;background:#fff;padding-bottom:10px;position:sticky;top:0}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.modal-body h3{margin-bottom:15px}input,select{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:10px;padding:10px}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}button{cursor:pointer;border:none;border-radius:6px;padding:10px 16px}.primary{color:#fff;background:#ff2d20}.card-select{gap:10px;margin-bottom:10px;display:flex}.option{text-align:center;border:1px solid #ddd;border-radius:6px;flex:1;padding:10px}.option.active{border-color:green}.plan-box{border:1px solid #ddd;margin-bottom:10px;padding:10px}.success{text-align:center}.check{color:green;font-size:30px}.close{cursor:pointer;position:absolute;top:10px;right:15px}.sub{color:#777;margin-bottom:12px;font-size:13px}.label{margin:10px 0 5px;font-size:11px;font-weight:600}.business-row{gap:10px;margin-bottom:10px;display:flex}.box{text-align:center;border:1px solid #ddd;border-radius:6px;flex:1;padding:12px;position:relative}.box.active{background:#f0fdf4;border:2px solid #16a34a}.tick{color:#fff;background:green;border-radius:50%;padding:2px 5px;font-size:10px;position:absolute;top:5px;right:5px}.domain{justify-content:space-between;align-items:center;margin:10px 0;display:flex}.domain-label{font-size:13px}.domain-label2{margin-left:20px}.switch{width:36px;height:18px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:20px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;top:2px;left:2px}.switch input:checked+.slider{background-color:#22c55e}.switch input:checked+.slider:before{transform:translate(18px)}.toggle-wrapper{align-items:center;gap:8px;display:flex}.yes{color:#999;font-size:12px}.switch input:checked~.yes,.yes.active{color:#22c55e;font-weight:600}.domain-input{gap:10px;display:flex}.check-btn{background:#fff;border:1px solid #ddd;padding:10px}.plan-card{border:1px solid #ddd;justify-content:space-between;margin-bottom:10px;padding:10px;display:flex}.plan-title{font-weight:600}.link{color:#555;background:0 0;border:none}.small{color:#777;font-size:12px}.captcha-box{background:#f9f9f9;border:1px solid #ddd;margin-top:10px;padding:10px}.success-box{text-align:center}.circle{color:green;border:2px solid green;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:auto;font-size:20px;display:flex}.full{width:100%}.light{background:#f3f3f3}.billing-section{padding:12px 8px}.plan-box{border:1px solid #ddd;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:14px 16px;display:flex}.plan-name{font-size:14px;font-weight:600}.onboardingbadge{color:#2e7d32;background:#e6f4ea;border-radius:6px;margin-left:6px;padding:2px 6px;font-size:11px}.plan-price{color:#666;margin-top:4px;font-size:12px}.change-btn{cursor:pointer;background:0 0;border:none;font-size:13px;text-decoration:underline}.toggle-row{align-items:center;gap:10px;margin-bottom:12px;display:flex}.toggle-row input{display:none}.toggle{cursor:pointer;background:#22c55e;border-radius:50px;width:42px;height:22px;position:relative}.toggle:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;top:2px;left:22px}.toggle-row input:not(:checked)+.toggle{background:#ccc}.toggle-row input:not(:checked)+.toggle:before{left:2px}.toggle-text{font-size:13px}.save{color:#16a34a;font-weight:500}input[type=checkbox]{border:none;border-radius:0;width:auto;margin:0;padding:0}.check-row{justify-content:flex-start;align-items:center;gap:8px;margin-bottom:18px;margin-left:0;padding-left:0;font-size:13px;display:flex}.section-label{color:#999;margin-bottom:8px;font-size:11px;font-weight:600}.radio-group{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.radio{cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.radio input{display:none}.radio-custom{border:2px solid #bbb;border-radius:50%;width:16px;height:16px;position:relative}.radio-custom:after{content:"";background:#111;border-radius:50%;width:8px;height:8px;transition:all .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.radio input:checked+.radio-custom{border-color:#111}.radio input:checked+.radio-custom:after{transform:translate(-50%,-50%)scale(1)}.card-form{margin-top:10px}.input-group{margin-bottom:12px}.input-group label{color:#888;margin-bottom:4px;font-size:11px;font-weight:500;display:block}.card-form input{border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-size:14px}.grid-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.secure{color:#999;margin-top:4px;font-size:11px}.btn-group{justify-content:space-between;margin-top:22px;display:flex}.agreement-section{padding:12px 8px}.title{margin-bottom:4px;font-size:20px;font-weight:600}.subtitle{color:#777;margin-bottom:18px;font-size:13px}.checkbox-group{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.custom-check{cursor:pointer;color:#222;align-items:flex-start;gap:10px;font-size:14px;display:flex}.custom-check input{display:none}.checkmark{border:1.5px solid #bbb;border-radius:4px;width:16px;height:16px;margin-top:2px;position:relative}.custom-check input:checked+.checkmark{background:#0f172a;border-color:#0f172a}.custom-check input:checked+.checkmark:after{content:"✔";color:#fff;font-size:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-check.disabled{color:#aaa}.captcha-box{border:1px solid #ddd;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 14px;display:flex}.captcha-left{align-items:center;gap:10px;font-size:14px;display:flex}.captcha-check{color:#22c55e;border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}.captcha-right{color:#999;font-size:12px}.btn-group{justify-content:space-between;display:flex}.light{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:10px 20px}.primary{color:#fff;cursor:pointer;background:#e11d2e;border:none;border-radius:6px;padding:10px 22px}.success-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:360px;padding:10px;display:flex}.success-icon{color:#22c55e;border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;font-size:26px;display:flex}.success-title{color:#111;margin-bottom:8px;font-size:20px;font-weight:600}.success-text{color:#777;max-width:260px;margin-bottom:24px;font-size:13px;line-height:1.6}.success-btn{color:#fff;cursor:pointer;background:#e11d2e;border:none;border-radius:6px;padding:10px 26px;font-size:14px;transition:all .2s}.success-btn:hover{background:#c51624}.success-icon{animation:.35s pop}@keyframes pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.billing-section .toggle{cursor:pointer;background:#22c55e;border-radius:50px;width:42px;height:22px;position:relative}.billing-section .toggle:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;top:2px;left:22px}.billing-section .toggle-row input:not(:checked)+.toggle{background:#ccc}.billing-section .toggle-row input:not(:checked)+.toggle:before{left:2px}.journey-container{text-align:left;background:#f6f4f1;padding:60px}.journey-tag{letter-spacing:2px;color:#8a8a8a;font-size:11px}.journey-title{margin-bottom:10px;font-family:Syne,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.journey-sub{color:#7a7a7a;margin-bottom:40px;font-size:14px}.journey-list{max-width:600px}.journey-item{margin-bottom:14px}.journey-card{text-align:left;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px 14px 45px;display:flex;position:relative;box-shadow:0 1px 2px #0000000a}.circle{color:#555;background:#e9e6df;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:500;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.journey-content{flex:1}.journey-content h4{margin:0;font-size:13px;font-weight:600}.journey-content p{color:#777;margin:2px 0 0;font-size:11px}.journey-card img{width:20px;height:20px;margin-left:10px}.highlight .journey-card{background:#e6f3ea}.highlight .circle{color:#fff;background:#1f7a3a}@media (width<=600px){.journey-container{padding:30px 15px}.journey-card{flex-direction:column;align-items:flex-start;gap:6px}.journey-card img{align-self:flex-end}}*{box-sizing:border-box;margin:0;padding:0;font-family:sans-serif}.hero{background:#f2f0eb;padding:40px 60px}.hero-container{justify-content:space-between;align-items:center;gap:40px;margin:auto;display:flex}.hero-left{flex:1}.tag{background:#fff;border-radius:20px;margin-bottom:16px;padding:6px 10px;font-size:12px;display:inline-block}.hero-left h1{font-family:Syne,sans-serif;font-size:54px;font-weight:700;line-height:1.2;font-style:bold;margin-bottom:16px}.hero-left h1 span{color:#9b9791;font-family:Syne,sans-serif}.desc{color:#555;max-width:400px;margin-bottom:20px}.buttons{gap:12px;margin-bottom:20px;display:flex}.primary{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 16px}.secondary{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;padding:10px 16px}.users{align-items:center;gap:12px;display:flex}.avatars span{background:#ddd;border-radius:50%;margin-right:4px;padding:6px;font-size:10px}.hero-right{flex:1;justify-content:center;display:flex}.hero-right img{border-radius:16px;width:100%;max-width:500px;box-shadow:0 10px 30px #0000001a}.brands{text-align:center;margin-top:60px}.brands p{color:#888;margin-bottom:20px;font-family:DM Sans,sans-serif;font-size:12px}.brand-list{color:#777;flex-wrap:wrap;justify-content:center;gap:30px;font-family:Syne,sans-serif;display:flex}@media (width<=900px){.hero-container{text-align:center;flex-direction:column}.hero-left h1{font-size:32px}.desc{margin:auto}.buttons,.users{justify-content:center}}body{background:#f6f4f1;margin:0;font-family:Inter,sans-serif}.signup-container{min-height:100vh;display:flex}.signup-left{background:#f6f4f1;flex:1;padding-left:60px}.signup-logo{margin-bottom:35px;font-size:18px;font-weight:600}.signup-left h1{margin-bottom:6px;font-size:28px;font-weight:600}.signup-sub{color:#8a8a8a;margin-bottom:25px;font-size:14px}.signup-form{flex-direction:column;max-width:420px;display:flex}.signup-form label{color:#5a5a5a;margin-top:14px;margin-bottom:5px;font-size:12px}.signup-form input{background:#efedea;border:1px solid #e3e3e3;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:14px}.signup-form input::placeholder{color:#9c9c9c}.signup-form input:focus{background:#fff;border-color:#000}.signup-row{gap:10px;display:flex}.signup-primary-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:6px;margin-top:22px;padding:12px;font-size:14px}.signup-primary-btn:hover{background:#000}.signup-terms{color:#8a8a8a;margin-top:12px;font-size:11px}.signup-divider{text-align:center;color:#9a9a9a;margin:18px 0;font-size:12px;position:relative}.signup-divider:before,.signup-divider:after{content:"";background:#e5e5e5;width:42%;height:1px;position:absolute;top:50%}.signup-divider:before{left:0}.signup-divider:after{right:0}.signup-google-btn{cursor:pointer;background:#efedea;border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-size:14px}.signup-right{background:#00000014;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:70px;display:flex}.signup-right h2{text-align:center;max-width:300px;font-size:20px;font-weight:600}.signup-desc{color:#8a8a8a;text-align:center;max-width:340px;margin:10px 0 25px;font-size:13px}.dashboard-preview{background:#f7f5f2;border-radius:16px;width:360px;margin-bottom:20px;overflow:hidden;box-shadow:0 10px 25px #00000014}.window-bar{background:#d5d0c8;gap:6px;padding:10px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.red{background:#ff5f57}.yellow{background:#ffbd2e}.green{background:#28c840}.dashboard-body{padding:15px}.stats{gap:10px;margin-bottom:15px;display:flex}.card-signup{text-align:center;background:#e6e2dc;border-radius:12px;flex:1;padding:12px}.card-signup p{color:#777;margin-bottom:5px;font-size:10px}.card-signup h1{margin:0;font-size:26px;font-weight:700}.revenue h1{color:#1f7a3a}.list .row{border-bottom:1px solid #ddd;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.badge{border-radius:20px;padding:4px 10px;font-size:11px}.rented{color:#3b5bdb;background:#dbe3ff}.available{color:#1f7a3a;background:#d9f2e3}.maintenance{color:#8b4513;background:#eee0d8}.signup-features{color:#555;text-align:left;width:360px;padding:0;font-size:13px;list-style:none}.signup-features li{margin-bottom:6px}@media (width<=900px){.signup-container{flex-direction:column}.signup-left,.signup-right{padding:30px}.dashboard-preview{width:100%;max-width:360px}.signup-row{flex-direction:column}.signup-left{margin:0 auto}}.test-container{background:#eceae4;padding:60px}.test-tag{letter-spacing:2px;color:#888;margin-bottom:10px;font-size:11px}.test-title{font-family:Syne,sans-serif;font-size:54px;font-weight:700;line-height:1.2;font-style:bold;margin-bottom:10px}.test-sub{color:#777;margin-bottom:40px}.test-cards{gap:25px;display:flex}.test-card{background:#fff;border-radius:14px;flex:1;padding:20px}.test-text{color:#555;margin-bottom:20px;font-size:14px;line-height:1.6}.test-user{align-items:center;gap:10px;display:flex}.avatar{background:#e5e2dc;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:12px;font-weight:600;display:flex}.name{margin:0;font-size:14px;font-weight:600}.role{color:#777;font-size:12px}@media (width<=900px){.test-container{padding:50px 20px}.test-cards{flex-direction:column}.test-title{font-size:27px}}.page-container{text-align:center;background-color:#f9f9f9;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.page-heading{color:#333;margin:0;font-size:2.5rem}
