.MuiButtonBase-root.buttonHover:hover{background:#242424}.MuiButtonBase-root.buttonHover{background:#474747}.event-container{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.delete-icon,.edit-icon{opacity:0;transition:opacity .3s;margin-left:5px;z-index:1}.event-container:hover .delete-icon,.event-container:hover .edit-icon{opacity:1}.lp-root{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1a1a2e;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased}.lp-root *,.lp-root :after,.lp-root :before{box-sizing:border-box;margin:0;padding:0}.lp-root a{text-decoration:none;color:inherit;transition:all .3s ease}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.lp-gradient-text{background:linear-gradient(135deg,#10aa62,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-animate{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.lp-animate.lp-visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes typing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lp-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .3s ease}.lp-navbar-scrolled{background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 20px rgba(0,0,0,.08);padding:10px 0}.lp-nav-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.lp-nav-logo img{height:40px;width:auto}.lp-nav-links{display:flex;align-items:center;grid-gap:32px;gap:32px}.lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid){font-size:15px;font-weight:500;color:#555;position:relative}.lp-navbar-scrolled .lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid){color:#333}.lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid):hover{color:#10aa62}.lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#10aa62,#2196f3);transition:width .3s ease;border-radius:2px}.lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid):hover:after{width:100%}.lp-nav-btn-outline{font-size:14px;font-weight:600;padding:8px 20px;border:2px solid #10aa62;border-radius:10px;color:#10aa62!important;transition:all .3s ease}.lp-nav-btn-outline:hover{background:#10aa62;color:#fff!important;transform:translateY(-1px)}.lp-nav-btn-solid{font-size:14px;font-weight:600;padding:10px 22px;background:linear-gradient(135deg,#10aa62,#0d8f53);border-radius:10px;color:#fff!important;box-shadow:0 4px 15px rgba(16,170,98,.3);transition:all .3s ease}.lp-nav-btn-solid:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(16,170,98,.4)}.lp-hamburger{display:none;flex-direction:column;grid-gap:5px;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.lp-hamburger span{display:block;width:26px;height:2.5px;background:#333;border-radius:3px;transition:all .3s ease}.lp-hamburger-active span:first-child{transform:rotate(45deg) translate(5px,5px)}.lp-hamburger-active span:nth-child(2){opacity:0}.lp-hamburger-active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.lp-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;background:linear-gradient(165deg,#f0faf5,#fff 40%,#f5f9ff);overflow:hidden}.lp-hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.lp-shape{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 6s ease-in-out infinite}.lp-shape-1{width:500px;height:500px;background:rgba(16,170,98,.08);top:-100px;right:-100px}.lp-shape-2{width:400px;height:400px;background:rgba(33,150,243,.06);bottom:-50px;left:-100px;animation-delay:2s}.lp-shape-3{width:300px;height:300px;background:rgba(16,170,98,.05);top:40%;left:30%;animation-delay:4s}.lp-hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.lp-hero-badge{display:inline-block;font-size:13px;font-weight:600;color:#10aa62;background:rgba(16,170,98,.1);padding:6px 16px;border-radius:50px;margin-bottom:24px;letter-spacing:.3px;animation:slideDown .6s ease forwards}.lp-hero-text h1{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.15;color:#1a1a2e;margin-bottom:20px;letter-spacing:-.5px}.lp-hero-text p{font-size:18px;line-height:1.7;color:#666;margin-bottom:36px;max-width:520px}.lp-hero-btns{display:flex;grid-gap:16px;gap:16px;margin-bottom:48px;flex-wrap:wrap}.lp-btn-primary{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:16px;font-weight:600;padding:14px 32px;background:linear-gradient(135deg,#10aa62,#0d8f53);color:#fff!important;border-radius:12px;box-shadow:0 4px 20px rgba(16,170,98,.35);transition:all .3s ease;border:none;cursor:pointer}.lp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(16,170,98,.45)}.lp-btn-secondary{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:16px;font-weight:600;padding:14px 32px;background:rgba(16,170,98,.08);color:#10aa62!important;border-radius:12px;transition:all .3s ease}.lp-btn-secondary:hover{background:rgba(16,170,98,.15);transform:translateY(-2px)}.lp-btn-lg{padding:18px 40px;font-size:17px}.lp-btn-full{width:100%;justify-content:center;text-align:center}.lp-btn-outline-card{display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;font-size:15px;font-weight:600;padding:14px 32px;border:2px solid #10aa62;color:#10aa62!important;border-radius:12px;transition:all .3s ease}.lp-btn-outline-card:hover{background:#10aa62;color:#fff!important}.lp-hero-stats{display:flex;align-items:center;grid-gap:24px;gap:24px}.lp-stat strong{display:block;font-size:24px;font-weight:800;background:linear-gradient(135deg,#10aa62,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-stat span{font-size:13px;color:#888;font-weight:500}.lp-stat-divider{width:1px;height:40px;background:#e0e0e0}.lp-hero-visual{display:flex;justify-content:center;perspective:1200px}.lp-hero-mockup{width:100%;max-width:600px;border-radius:14px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.15),0 10px 30px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);background:#fff;transform:rotateY(-2deg) rotateX(1deg);animation:mockupFloat 8s ease-in-out infinite;will-change:transform}@keyframes mockupFloat{0%,to{transform:rotateY(-2deg) rotateX(1deg) translateY(0)}50%{transform:rotateY(-1deg) rotateX(.5deg) translateY(-12px)}}.lp-mk-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8f8f8;border-bottom:1px solid #e8e8e8}.lp-mk-dots{display:flex;grid-gap:6px;gap:6px}.lp-mk-dots span{width:10px;height:10px;border-radius:50%}.lp-mk-dots span:first-child{background:#ff5f57}.lp-mk-dots span:nth-child(2){background:#ffbd2e}.lp-mk-dots span:nth-child(3){background:#28ca41}.lp-mk-url{grid-gap:6px;gap:6px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:4px 14px;font-size:11px;color:#666;font-weight:500}.lp-mk-appbar,.lp-mk-url{display:flex;align-items:center}.lp-mk-appbar{justify-content:space-between;padding:8px 14px;background:linear-gradient(135deg,#10aa62,#0ea65e);border-bottom:1px solid rgba(0,0,0,.05)}.lp-mk-appbar-left{display:flex;align-items:center;grid-gap:8px;gap:8px}.lp-mk-logo{height:22px;width:auto;filter:brightness(10)}.lp-mk-appname{font-size:14px;font-weight:700;color:#fff;letter-spacing:-.3px}.lp-mk-appbar-right{display:flex;align-items:center;grid-gap:12px;gap:12px}.lp-mk-notification{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:hsla(0,0%,100%,.15)}.lp-mk-notification svg{stroke:#fff}.lp-mk-notif-dot{position:absolute;top:4px;right:5px;width:7px;height:7px;border-radius:50%;background:#f44;border:1.5px solid #10aa62}.lp-mk-user-pill{display:flex;align-items:center;grid-gap:6px;gap:6px;background:hsla(0,0%,100%,.15);border-radius:20px;padding:3px 10px 3px 3px;font-size:11px;font-weight:600;color:#fff}.lp-mk-user-avatar{width:22px;height:22px;border-radius:50%;background:#fff;color:#10aa62;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.lp-mk-stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:10px 12px;background:#f9fafb;border-bottom:1px solid #eee}.lp-mk-stat-card{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#fff;border-radius:10px;padding:8px 10px;border:1px solid #f0f0f0;position:relative}.lp-mk-stat-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-mk-stat-green{background:linear-gradient(135deg,#10aa62,#0d8f53)}.lp-mk-stat-blue{background:linear-gradient(135deg,#2196f3,#1976d2)}.lp-mk-stat-orange{background:linear-gradient(135deg,#ff9800,#f57c00)}.lp-mk-stat-info{display:flex;flex-direction:column;min-width:0}.lp-mk-stat-num{font-size:14px;font-weight:800;color:#1a1a2e;line-height:1.1}.lp-mk-stat-label{font-size:9px;color:#999;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-mk-stat-trend{font-size:9px;font-weight:700;padding:2px 5px;border-radius:4px;position:absolute;top:6px;right:6px}.lp-mk-trend-down,.lp-mk-trend-up{color:#10aa62;background:rgba(16,170,98,.1)}.lp-mk-chat-area{display:grid;grid-template-columns:210px 1fr;height:290px}.lp-mk-sidebar{background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;overflow:hidden}.lp-mk-search{display:flex;align-items:center;grid-gap:6px;gap:6px;margin:8px 10px;padding:6px 10px;background:#f5f5f5;border-radius:8px;font-size:10px;color:#aaa}.lp-mk-tabs{display:flex;padding:0 10px;grid-gap:4px;gap:4px;margin-bottom:4px}.lp-mk-tab{font-size:10px;font-weight:600;color:#999;padding:4px 8px;border-radius:6px;cursor:default}.lp-mk-tab.active{color:#10aa62;background:rgba(16,170,98,.08)}.lp-mk-tab b{font-weight:800;margin-left:2px}.lp-mk-contact{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 10px;border-left:3px solid transparent;transition:all .2s}.lp-mk-contact.active{background:linear-gradient(90deg,rgba(16,170,98,.06),transparent);border-left-color:#10aa62}.lp-mk-contact-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:800;flex-shrink:0;letter-spacing:-.5px}.lp-mk-contact-info{flex:1 1;min-width:0}.lp-mk-contact-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.lp-mk-contact-name{font-size:11px;font-weight:700;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-mk-contact-time{font-size:9px;color:#bbb;flex-shrink:0;margin-left:4px}.lp-mk-contact-bottom{display:flex;align-items:center;justify-content:space-between}.lp-mk-contact-msg{font-size:10px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-mk-unread{background:#10aa62;color:#fff;font-size:9px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:4px}.lp-mk-convo{display:flex;flex-direction:column;background:#f0f2f5}.lp-mk-convo-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#fff;border-bottom:1px solid #eee}.lp-mk-convo-user{display:flex;align-items:center;grid-gap:8px;gap:8px}.lp-mk-convo-av{width:28px;height:28px;font-size:10px}.lp-mk-convo-name{font-size:12px;font-weight:700;color:#1a1a2e;display:block;line-height:1.2}.lp-mk-convo-status{font-size:9px;color:#10aa62;display:flex;align-items:center;grid-gap:3px;gap:3px}.lp-mk-online-dot{width:6px;height:6px;border-radius:50%;background:#10aa62;display:inline-block;animation:pulse 2s ease-in-out infinite}.lp-mk-convo-actions{display:flex;grid-gap:4px;gap:4px}.lp-mk-tag{font-size:9px;font-weight:700;padding:3px 8px;border-radius:4px;background:rgba(16,170,98,.1);color:#10aa62}.lp-mk-tag-blue{background:rgba(33,150,243,.1);color:#2196f3}.lp-mk-messages{flex:1 1;padding:10px 14px;display:flex;flex-direction:column;grid-gap:6px;gap:6px;overflow:hidden;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23000' fill-opacity='.02' fill-rule='evenodd'/%3E%3C/svg%3E"),#e5ddd5}.lp-mk-msg-date{text-align:center;font-size:9px;color:#999;background:hsla(0,0%,100%,.8);padding:3px 12px;border-radius:6px;align-self:center;margin-bottom:4px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05)}.lp-mk-msg{display:flex;flex-direction:column;max-width:78%}.lp-mk-msg-in{align-self:flex-start}.lp-mk-msg-out{align-self:flex-end}.lp-mk-msg-bubble{padding:7px 10px;border-radius:10px;font-size:11px;line-height:1.45;color:#333;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.06)}.lp-mk-msg-in .lp-mk-msg-bubble{background:#fff;border-top-left-radius:3px}.lp-mk-msg-out .lp-mk-msg-bubble{background:#d9fdd3;border-top-right-radius:3px}.lp-mk-msg-time{font-size:8px;color:#aaa;margin-top:2px;display:flex;align-items:center;grid-gap:2px;gap:2px}.lp-mk-msg-in .lp-mk-msg-time{align-self:flex-start}.lp-mk-msg-out .lp-mk-msg-time{align-self:flex-end}.lp-mk-typing-dots{display:flex;grid-gap:3px;gap:3px;align-items:center;padding:2px 4px}.lp-mk-typing-dots span{width:6px;height:6px;border-radius:50%;background:#999;animation:typing 1.4s infinite}.lp-mk-typing-dots span:nth-child(2){animation-delay:.2s}.lp-mk-typing-dots span:nth-child(3){animation-delay:.4s}.lp-mk-input-bar{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:8px 12px;background:#f0f2f5}.lp-mk-input-text{flex:1 1;font-size:11px;color:#bbb;background:#fff;border-radius:20px;padding:8px 14px;border:1px solid #eee}.lp-features{padding:100px 0;background:#fff}.lp-section-header{text-align:center;margin-bottom:64px}.lp-section-tag{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#10aa62;margin-bottom:16px}.lp-section-header h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#1a1a2e;margin-bottom:12px;letter-spacing:-.3px}.lp-section-header p{font-size:17px;color:#777;max-width:550px;margin:0 auto}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.lp-feature-card{padding:32px 28px;border-radius:16px;background:#fff;border:1px solid #f0f0f0;transition:all .4s ease;position:relative;overflow:hidden}.lp-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#10aa62,#2196f3);opacity:0;transition:opacity .3s ease}.lp-feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.08);border-color:transparent}.lp-feature-card:hover:before{opacity:1}.lp-feature-icon{font-size:36px;margin-bottom:16px;display:inline-block}.lp-feature-card h3{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.lp-feature-card p{font-size:14px;line-height:1.6;color:#777}.lp-how{padding:100px 0;background:linear-gradient(165deg,#f8fafb,#f0f7f3,#f5f9ff)}.lp-steps{display:flex;grid-gap:40px;gap:40px;justify-content:center;position:relative}.lp-step{flex:1 1;max-width:320px;text-align:center;padding:40px 28px;border-radius:20px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.04);position:relative;transition:all .3s ease}.lp-step:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.08)}.lp-step-num{font-size:48px;font-weight:900;background:linear-gradient(135deg,#10aa62,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1}.lp-step h3{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.lp-step p{font-size:15px;line-height:1.6;color:#777}.lp-step-arrow{display:none;position:absolute;right:-30px;top:50%;transform:translateY(-50%);font-size:28px;color:#10aa62;font-weight:300}.lp-pricing{padding:100px 0;background:#fff}.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;align-items:stretch}.lp-price-card{padding:40px 32px;border-radius:20px;background:#fff;border:1px solid #eee;display:flex;flex-direction:column;transition:all .4s ease;position:relative}.lp-price-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.lp-price-card-highlight{border:2px solid #10aa62;box-shadow:0 8px 30px rgba(16,170,98,.12);transform:scale(1.03)}.lp-price-card-highlight:hover{transform:scale(1.03) translateY(-5px)}.lp-price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#10aa62,#0d8f53);color:#fff;font-size:12px;font-weight:700;padding:6px 20px;border-radius:50px;white-space:nowrap}.lp-price-card h3{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:20px}.lp-price-value{display:flex;align-items:baseline;grid-gap:4px;gap:4px;margin-bottom:28px}.lp-price-currency{font-size:20px;font-weight:600;color:#999}.lp-price-amount{font-size:48px;font-weight:800;color:#1a1a2e;line-height:1}.lp-price-period{font-size:15px;color:#999;font-weight:500}.lp-price-custom{font-size:28px;font-weight:800;background:linear-gradient(135deg,#10aa62,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.lp-price-features{list-style:none;margin-bottom:32px;flex-grow:1}.lp-price-features li{display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:14px;color:#555;padding:8px 0;border-bottom:1px solid #f5f5f5}.lp-price-features li:last-child{border-bottom:none}.lp-cta{padding:100px 0;background:linear-gradient(165deg,#0a2e1c,#10aa62);position:relative;overflow:hidden}.lp-cta:before{top:-50%;right:-20%;width:600px;height:600px}.lp-cta:after,.lp-cta:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.03)}.lp-cta:after{bottom:-30%;left:-10%;width:400px;height:400px}.lp-cta-content{text-align:center;position:relative;z-index:1}.lp-cta-content h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#fff;margin-bottom:16px}.lp-cta-content p{font-size:18px;color:hsla(0,0%,100%,.8);margin-bottom:36px;max-width:550px;margin-left:auto;margin-right:auto}.lp-cta .lp-btn-primary{background:#fff;color:#10aa62!important;box-shadow:0 4px 20px rgba(0,0,0,.2)}.lp-cta .lp-btn-primary:hover{box-shadow:0 8px 30px rgba(0,0,0,.3)}.lp-footer{padding:60px 0 30px;background:#1a1a2e;color:#aaa}.lp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.lp-footer-brand img{height:40px;width:auto;margin-bottom:16px}.lp-footer-brand p{font-size:14px;line-height:1.7;color:#888;max-width:300px}.lp-footer-col h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:16px}.lp-footer-col a{display:block;font-size:14px;color:#888;padding:4px 0}.lp-footer-col a:hover{color:#10aa62}.lp-footer-bottom{border-top:1px solid #2a2a3e;padding-top:24px;text-align:center}.lp-footer-bottom p{font-size:13px;color:#666}.lp-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.lp-overlay-visible{display:block}@media (max-width:1024px){.lp-hero-content{grid-template-columns:1fr;text-align:center;grid-gap:36px;gap:36px}.lp-hero-text p{margin-left:auto;margin-right:auto}.lp-hero-btns,.lp-hero-stats{justify-content:center}.lp-hero-visual{order:2;max-width:560px;margin:0 auto}.lp-hero-text{order:1}.lp-features-grid,.lp-pricing-grid{grid-template-columns:repeat(2,1fr)}.lp-pricing-grid .lp-price-card:last-child{grid-column:span 2;max-width:400px;margin:0 auto}.lp-footer-grid{grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}}@media (max-width:768px){.lp-container{padding:0 16px}.lp-hamburger{display:flex}.lp-navbar{padding:12px 0}.lp-navbar-scrolled{padding:8px 0}.lp-nav-logo img{height:34px}.lp-nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;height:100dvh;background:#fff;flex-direction:column;padding:80px 28px 32px;grid-gap:16px;gap:16px;box-shadow:-5px 0 25px rgba(0,0,0,.15);transition:right .35s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto}.lp-nav-links-open{right:0}.lp-nav-links a:not(.lp-nav-btn-outline):not(.lp-nav-btn-solid){font-size:17px;color:#333;padding:8px 0}.lp-nav-btn-outline,.lp-nav-btn-solid{text-align:center;width:100%;display:block;padding:14px 20px;font-size:15px}.lp-hero{padding:80px 0 50px;min-height:auto}.lp-hero-content{grid-gap:32px;gap:32px;padding:0 16px}.lp-hero-badge{font-size:11px;padding:5px 12px;margin-bottom:16px}.lp-hero-text h1{font-size:1.75rem;margin-bottom:14px;line-height:1.2}.lp-hero-text p{font-size:15px;line-height:1.6;margin-bottom:24px}.lp-hero-btns{margin-bottom:32px;grid-gap:12px;gap:12px}.lp-btn-primary,.lp-btn-secondary{padding:13px 24px;font-size:15px}.lp-hero-stats{grid-gap:20px;gap:20px;flex-wrap:nowrap;justify-content:center}.lp-stat strong{font-size:20px}.lp-stat span{font-size:11px}.lp-stat-divider{height:32px}.lp-hero-mockup{transform:none;animation:none;border-radius:12px;box-shadow:0 15px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04)}.lp-mk-topbar{padding:6px 10px}.lp-mk-dots span{width:8px;height:8px}.lp-mk-url{font-size:10px;padding:3px 10px}.lp-mk-appbar{padding:6px 10px}.lp-mk-appname{font-size:12px}.lp-mk-logo{height:18px}.lp-mk-user-pill span{display:none}.lp-mk-user-pill{padding:3px}.lp-mk-stats-row{grid-gap:5px;gap:5px;padding:6px 8px}.lp-mk-stat-card{padding:6px 8px;grid-gap:6px;gap:6px;border-radius:8px}.lp-mk-stat-icon{width:26px;height:26px;border-radius:6px}.lp-mk-stat-icon svg{width:13px;height:13px}.lp-mk-stat-num{font-size:12px}.lp-mk-stat-label{font-size:8px}.lp-mk-stat-trend{font-size:8px;padding:1px 4px;top:4px;right:4px}.lp-mk-chat-area{grid-template-columns:165px 1fr;height:220px}.lp-mk-search{margin:6px 8px;padding:5px 8px;font-size:9px}.lp-mk-tabs{padding:0 8px}.lp-mk-tab{font-size:9px;padding:3px 6px}.lp-mk-contact{padding:6px 8px;grid-gap:6px;gap:6px}.lp-mk-contact-avatar{width:28px;height:28px;font-size:10px}.lp-mk-contact-name{font-size:10px}.lp-mk-contact-msg{font-size:9px}.lp-mk-contact-time{font-size:8px}.lp-mk-unread{width:14px;height:14px;font-size:8px}.lp-mk-convo-header{padding:6px 10px}.lp-mk-convo-av{width:24px;height:24px;font-size:9px}.lp-mk-convo-name{font-size:11px}.lp-mk-tag{font-size:8px;padding:2px 6px}.lp-mk-messages{padding:8px 10px;grid-gap:5px;gap:5px}.lp-mk-msg-bubble{font-size:10px;padding:6px 9px}.lp-mk-msg-date{font-size:8px;padding:2px 10px}.lp-mk-input-bar{padding:6px 8px;grid-gap:8px;gap:8px}.lp-mk-input-text{font-size:10px;padding:6px 12px}.lp-features{padding:60px 0}.lp-section-header{margin-bottom:40px}.lp-section-tag{font-size:11px;letter-spacing:1px;margin-bottom:12px}.lp-section-header h2{font-size:1.5rem;margin-bottom:10px;padding:0 8px}.lp-section-header p{font-size:14px;padding:0 8px}.lp-features-grid{grid-template-columns:1fr;grid-gap:16px;gap:16px}.lp-feature-card{padding:24px 22px;border-radius:14px}.lp-feature-icon{font-size:30px;margin-bottom:12px}.lp-feature-card h3{font-size:16px;margin-bottom:6px}.lp-feature-card p{font-size:13px}.lp-how{padding:60px 0}.lp-steps{flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px}.lp-step{max-width:100%;padding:28px 22px;border-radius:16px}.lp-step-num{font-size:36px;margin-bottom:10px}.lp-step h3{font-size:17px;margin-bottom:6px}.lp-step p{font-size:13px}.lp-pricing{padding:60px 0}.lp-pricing-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px}.lp-pricing-grid .lp-price-card:last-child{grid-column:span 1;max-width:100%}.lp-price-card{padding:32px 24px;border-radius:16px}.lp-price-card-highlight{transform:none;border-width:2px}.lp-price-card-highlight:hover{transform:translateY(-3px)}.lp-price-card h3{font-size:18px;margin-bottom:14px}.lp-price-amount{font-size:40px}.lp-price-currency{font-size:18px}.lp-price-custom{font-size:24px}.lp-price-value{margin-bottom:22px}.lp-price-features{margin-bottom:24px}.lp-price-features li{font-size:13px;padding:7px 0;grid-gap:8px;gap:8px}.lp-btn-outline-card{padding:13px 24px;font-size:14px}.lp-btn-full.lp-btn-primary{padding:14px 24px;font-size:15px}.lp-cta{padding:60px 0}.lp-cta-content h2{font-size:1.4rem;padding:0 8px;margin-bottom:12px}.lp-cta-content p{font-size:15px;margin-bottom:28px;padding:0 8px}.lp-btn-lg{padding:14px 28px;font-size:15px}.lp-footer{padding:40px 0 24px}.lp-footer-grid{grid-template-columns:1fr;text-align:center;grid-gap:28px;gap:28px;margin-bottom:28px}.lp-footer-brand{display:flex;flex-direction:column;align-items:center}.lp-footer-brand img{height:36px;margin-bottom:12px}.lp-footer-brand p{max-width:320px;font-size:13px;margin:0 auto}.lp-footer-col h4{font-size:14px;margin-bottom:10px}.lp-footer-col a{font-size:13px;padding:3px 0}.lp-footer-bottom{padding-top:20px}.lp-footer-bottom p{font-size:12px}}@media (max-width:480px){.lp-container{padding:0 14px}.lp-hero{padding:72px 0 40px}.lp-hero-content{grid-gap:24px;gap:24px;padding:0 14px}.lp-hero-badge{font-size:10px;padding:4px 10px;margin-bottom:12px}.lp-hero-text h1{font-size:1.5rem;letter-spacing:-.3px}.lp-hero-text p{font-size:14px;margin-bottom:20px}.lp-hero-btns{flex-direction:column;align-items:stretch;grid-gap:10px;gap:10px;margin-bottom:24px}.lp-btn-primary,.lp-btn-secondary{width:100%;justify-content:center;padding:14px 20px;font-size:14px}.lp-hero-stats{flex-direction:row;grid-gap:12px;gap:12px;justify-content:center}.lp-stat strong{font-size:18px}.lp-stat span{font-size:10px}.lp-stat-divider{width:1px;height:28px}.lp-mk-stats-row{grid-template-columns:repeat(3,1fr)}.lp-mk-stat-card,.lp-mk-stats-row{grid-gap:4px;gap:4px;padding:5px 6px}.lp-mk-stat-icon{width:22px;height:22px;border-radius:5px}.lp-mk-stat-icon svg{width:11px;height:11px}.lp-mk-stat-num{font-size:10px}.lp-mk-stat-label{font-size:7px}.lp-mk-stat-trend{display:none}.lp-mk-chat-area{grid-template-columns:1fr;height:auto}.lp-mk-sidebar{display:none}.lp-mk-messages{min-height:140px}.lp-mk-convo-actions{display:none}.lp-features-grid{grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.lp-feature-card{padding:18px 14px;border-radius:12px}.lp-feature-icon{font-size:26px;margin-bottom:8px}.lp-feature-card h3{font-size:13px;margin-bottom:4px}.lp-feature-card p{font-size:11px;line-height:1.5}.lp-steps{grid-gap:12px;gap:12px}.lp-step{padding:22px 18px}.lp-step-num{font-size:30px;margin-bottom:8px}.lp-step h3{font-size:15px}.lp-step p{font-size:12px}.lp-pricing-grid{grid-gap:16px;gap:16px}.lp-price-card{padding:28px 20px}.lp-price-amount{font-size:36px}.lp-price-custom{font-size:22px}.lp-price-features li{font-size:12px;grid-gap:6px;gap:6px;padding:6px 0}.lp-price-features li svg{width:15px;height:15px;flex-shrink:0}.lp-cta{padding:50px 0}.lp-cta-content h2{font-size:1.25rem}.lp-cta-content p{font-size:14px;margin-bottom:24px}.lp-btn-lg{padding:14px 24px;font-size:14px;width:100%;justify-content:center}}@media (max-width:360px){.lp-hero-text h1{font-size:1.3rem}.lp-hero-badge{font-size:9px}.lp-hero-stats{grid-gap:8px;gap:8px}.lp-stat strong{font-size:16px}.lp-stat span{font-size:9px}.lp-features-grid{grid-template-columns:1fr}.lp-feature-card{padding:20px 16px}.lp-feature-card h3{font-size:15px}.lp-feature-card p{font-size:12px}.lp-section-header h2{font-size:1.3rem}.lp-price-amount{font-size:32px}}@supports (padding:env(safe-area-inset-bottom)){.lp-footer{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.lp-navbar{padding-top:max(12px,env(safe-area-inset-top))}}
/*# sourceMappingURL=main.ab136243.chunk.css.map */