:root{--lp-primary:#0c1929;--lp-primary-light:#1e3a5f;--lp-accent:#2ab1a6;--lp-accent-deep:#1a8f86;--lp-cta:#ff6b1a;--lp-cta-hover:#e85a0d;--lp-accent-gold:#ff6b1a;--lp-bg:#fff;--lp-surface:#f5f8fb;--lp-text:#0f172a;--lp-muted:#64748b;--lp-border:#e2e8f0;--lp-container:1140px;--lp-radius:16px;--lp-radius-sm:12px;--lp-shadow:0 4px 24px #0c192912;--lp-shadow-lg:0 24px 64px #0c192924;--lp-safe-bottom:env(safe-area-inset-bottom,0px)}.lp-page{background:var(--lp-bg);color:var(--lp-text);font-family:Vazirmatn,system-ui,sans-serif;overflow-x:hidden}.lp-page--commercial{background:radial-gradient(ellipse 70% 40% at 100% -10%, #2ab1a614, transparent), var(--lp-bg)}.lp-eyebrow{text-align:center;letter-spacing:.04em;color:var(--lp-accent);margin:0 0 .75rem;font-size:.82rem;font-weight:700;display:block}.lp-eyebrow--on-dark{color:#ffffffbf}.lp-section__title--right{text-align:right}.lp-container{width:100%;max-width:var(--lp-container);margin:0 auto;padding:0 1.5rem}.lp-header{z-index:100;height:72px;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.lp-header--light{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border-bottom:1px solid #0000}.lp-header--scrolled{border-bottom-color:var(--lp-border);background:#fffffff0;box-shadow:0 1px 16px #0c19290f}.lp-header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.lp-header__brand{align-items:center;gap:.65rem;text-decoration:none;display:flex}.lp-header__logo{object-fit:contain;background:#000;border-radius:10px;width:auto;max-width:140px;height:40px;padding:.15rem .35rem;overflow:hidden}.lp-header__logo-text{color:var(--lp-primary);font-size:1.15rem;font-weight:800}.lp-header__nav{gap:1.5rem;display:flex}.lp-header__nav a{color:var(--lp-muted);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.lp-header__nav a:hover{color:var(--lp-accent)}.lp-header__actions{align-items:center;gap:.55rem;display:flex}.lp-header__phone{color:var(--lp-primary);direction:ltr;background:#2ab1a61a;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.85rem;font-weight:700;text-decoration:none;display:none}.lp-header__phone svg{color:var(--lp-accent)}@media (width>=1100px){.lp-header__phone{display:inline-flex}}.lp-header__login{color:var(--lp-muted);padding:.5rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.lp-header__login:hover{color:var(--lp-primary)}.lp-header__burger{background:var(--lp-surface);border:1px solid var(--lp-border);cursor:pointer;color:var(--lp-text);border-radius:12px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.45rem;display:none}.lp-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.lp-btn--primary{background:linear-gradient(135deg, var(--lp-accent), var(--lp-accent-deep));color:#fff;box-shadow:0 4px 16px #2ab1a659}.lp-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0c6e6e73}.lp-btn--cta{background:linear-gradient(135deg, var(--lp-cta), #ff8a3d);color:#fff;box-shadow:0 6px 20px #ff6b1a59}.lp-btn--cta:hover{background:linear-gradient(135deg, var(--lp-cta-hover), var(--lp-cta));transform:translateY(-1px);box-shadow:0 8px 28px #ff6b1a73}.lp-btn--pulse{animation:2.5s ease-in-out infinite lp-pulse}@keyframes lp-pulse{0%,to{box-shadow:0 6px 20px #ff6b1a59}50%{box-shadow:0 6px 32px #ff6b1a8c}}.lp-btn--outline{color:#fff;background:0 0;border:1.5px solid #fff6}.lp-btn--outline-dark{color:var(--lp-text);border:1.5px solid var(--lp-border);background:#fff}.lp-btn--outline-dark:hover{border-color:var(--lp-accent);color:var(--lp-accent-deep)}.lp-btn--ghost-light{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1.5px solid #ffffff47}.lp-btn--ghost-light:hover{background:#fff3}.lp-btn--ghost-on-dark{color:#fff;background:0 0;border:1.5px solid #ffffff59}.lp-btn--ghost-on-dark:hover{background:#ffffff14}.lp-btn--sm{padding:.55rem 1.1rem;font-size:.85rem}.lp-btn--lg{padding:.95rem 1.85rem;font-size:1rem}.lp-btn--block{width:100%}.lp-hero{color:#fff;padding:7.5rem 0 4.5rem;position:relative;overflow:hidden}.lp-hero--commercial{background:linear-gradient(145deg,#071018 0%,#0c1929 42%,#14635c 78%,#2ab1a6 110%)}.lp-hero__bg{pointer-events:none;background:radial-gradient(50% 60% at 85% 30%,#ff6b1a1f,#0000 55%),radial-gradient(40% 50% at 10% 80%,#2ab1a633,#0000 50%);position:absolute;inset:0}.lp-hero__grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:2.5rem;display:grid;position:relative}.lp-hero__eyebrow{color:#ffffffc7;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.4rem;margin:0 0 1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;animation:.7s both lp-fade-up;display:inline-flex}.lp-hero__title{margin:0 0 1rem;font-size:2.45rem;font-weight:800;line-height:1.4;animation:.7s both lp-fade-up}.lp-hero__brand{color:#7eefe6;display:inline}.lp-hero__subtitle{color:#e2e8f0d1;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.85;animation:.7s .1s both lp-fade-up}.lp-hero__ctas{flex-wrap:wrap;gap:.85rem;margin-bottom:1.5rem;animation:.7s .2s both lp-fade-up;display:flex}.lp-hero__trust{flex-direction:column;gap:.45rem;margin:0 0 1.25rem;padding:0;list-style:none;animation:.7s .3s both lp-fade-up;display:flex}.lp-hero__trust li{color:#e2e8f0bf;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.lp-hero__trust svg{color:#ffb347;flex-shrink:0}.lp-hero__trust-link{color:#fff;direction:ltr;border-bottom:1px dashed #ffffff73;font-weight:700;text-decoration:none}.lp-hero__ratings{flex-wrap:wrap;gap:.65rem;animation:.7s .35s both lp-fade-up;display:flex}.lp-hero__rating-chip{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.78rem;display:inline-flex}.lp-hero__stars{color:#fbbf24;letter-spacing:1px;font-size:.72rem}.lp-hero__visual{animation:.8s .2s both lp-fade-up}.lp-hero__mockup-wrap{filter:drop-shadow(0 30px 50px #00000059);animation:6s ease-in-out infinite lp-float;transform:perspective(1200px)rotateY(-6deg)rotateX(3deg)}@keyframes lp-float{0%,to{transform:perspective(1200px)rotateY(-6deg)rotateX(3deg)translateY(0)}50%{transform:perspective(1200px)rotateY(-6deg)rotateX(3deg)translateY(-12px)}}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lp-section{padding:5rem 0}.lp-section--surface{background:var(--lp-surface)}.lp-section__title{text-align:center;color:var(--lp-primary);margin:0 0 .75rem;font-size:1.85rem;font-weight:800}.lp-section__desc{text-align:center;color:var(--lp-muted);max-width:560px;margin:0 auto 3rem;line-height:1.7}.lp-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.lp-reveal--visible{opacity:1;transform:translateY(0)}.lp-stats{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.lp-stats__item strong{color:var(--lp-accent);margin-bottom:.25rem;font-size:2.2rem;font-weight:800;display:block}.lp-stats__item span{color:var(--lp-muted);font-size:.95rem}.lp-stats--text .lp-stats__item strong{color:var(--lp-primary);font-size:1.3rem}.lp-problems{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lp-problem-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius);background:#fff;padding:1.5rem;transition:transform .2s,box-shadow .2s}.lp-problem-card:hover{box-shadow:var(--lp-shadow);transform:translateY(-4px)}.lp-problem-card__icon{color:#ef4444;background:#fef2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.3rem;display:flex}.lp-problem-card h3{margin:0;font-size:.95rem;font-weight:600;line-height:1.6}.lp-solution{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:grid}.lp-solution__box{border:1px solid var(--lp-border);border-radius:var(--lp-radius);text-align:center;background:#fff;padding:2rem}.lp-solution__box--after{border-color:var(--lp-accent);box-shadow:var(--lp-shadow);background:linear-gradient(135deg,#f0fdfa,#fff)}.lp-solution__box h4{color:var(--lp-muted);margin:0 0 1rem;font-size:.85rem}.lp-solution__icons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.lp-solution__icon-item{color:var(--lp-muted);flex-direction:column;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.lp-solution__icon-item span:first-child{background:var(--lp-surface);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.lp-solution__arrow{color:var(--lp-accent);font-size:2rem}.lp-features{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lp-feature-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius);background:#fff;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s}.lp-feature-card:hover{box-shadow:var(--lp-shadow);border-color:var(--lp-accent);transform:translateY(-4px)}.lp-feature-card__icon{width:44px;height:44px;color:var(--lp-accent);background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:11px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.2rem;display:flex}.lp-feature-card__icon svg{display:block}.lp-feature-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:700}.lp-feature-card p{color:var(--lp-muted);margin:0;font-size:.85rem;line-height:1.6}.lp-showcase{background:var(--lp-primary);color:#fff;border-radius:0;padding:5rem 0}.lp-showcase .lp-section__title{color:#fff}.lp-showcase .lp-section__desc{color:#94a3b8}.lp-showcase__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.lp-showcase__tab{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:.6rem 1.25rem;font-family:inherit;font-size:.88rem;transition:all .2s}.lp-showcase__tab--active{background:var(--lp-accent);border-color:var(--lp-accent);color:#fff}.lp-showcase__screen{max-width:900px;box-shadow:var(--lp-shadow-lg);border-radius:16px;margin:0 auto;overflow:hidden}.lp-workflow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.lp-workflow__step{text-align:center;padding:1rem 1.25rem}.lp-workflow__num{background:linear-gradient(135deg, var(--lp-accent), #0a8a7a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto .5rem;font-weight:700;display:flex}.lp-workflow__step span{font-size:.88rem;font-weight:600}.lp-workflow__arrow{color:var(--lp-accent);padding:0 .25rem;font-size:1.5rem}.lp-manager{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.lp-manager__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.lp-manager__list li{align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.lp-manager__list li:before{content:"✓";width:28px;height:28px;color:var(--lp-accent);background:#ecfdf5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.lp-mobile{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.lp-mobile__phone-wrap{justify-content:center;display:flex}.lp-mobile__features{flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.lp-mobile__features li{color:var(--lp-muted);align-items:center;gap:.5rem;display:flex}.lp-mobile__features svg{color:var(--lp-accent);flex-shrink:0}.lp-ai-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lp-ai-card{background:linear-gradient(135deg, var(--lp-primary), var(--lp-primary-light));color:#fff;border-radius:var(--lp-radius);text-align:center;padding:1.75rem}.lp-ai-card__icon{margin-bottom:.75rem;font-size:2rem}.lp-ai-card h3{margin:0;font-size:.95rem;font-weight:600}.lp-pricing{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lp-pricing-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius);text-align:center;background:#fff;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.lp-pricing-card:hover{box-shadow:var(--lp-shadow);transform:translateY(-4px)}.lp-pricing-card--featured{border-color:var(--lp-accent);box-shadow:var(--lp-shadow);transform:scale(1.03)}.lp-pricing-card__badge{background:var(--lp-cta);color:#fff;white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.lp-pricing-card__price{color:var(--lp-primary);margin:.35rem 0 .5rem;font-size:1.35rem;font-weight:800}.lp-pricing-card h3{margin:0 0 .35rem;font-size:1.1rem}.lp-pricing-card>p:not(.lp-pricing-card__price){color:var(--lp-muted);margin:0;font-size:.88rem}.lp-pricing-card .lp-btn{margin-top:1.25rem}.lp-pricing__note{text-align:center;color:var(--lp-muted);margin:1.75rem 0 0;font-size:.85rem;line-height:1.7}.lp-faq{max-width:720px;margin:0 auto}.lp-faq__item{border-bottom:1px solid var(--lp-border)}.lp-faq__question{width:100%;color:var(--lp-text);cursor:pointer;text-align:right;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.lp-faq__answer{color:var(--lp-muted);padding:0 0 1.25rem;font-size:.92rem;line-height:1.7}.lp-final-cta{background:linear-gradient(135deg, var(--lp-primary), #0f4c4c);color:#fff;text-align:center;border-radius:var(--lp-radius);max-width:calc(var(--lp-container) - 3rem);margin:0 auto 4rem;padding:4.5rem 2rem;position:relative;overflow:hidden}.lp-final-cta:before{content:"";pointer-events:none;background:radial-gradient(at 70% 20%,#ff6b1a2e,#0000 50%);position:absolute;inset:0}.lp-final-cta h2{margin:0 0 .75rem;font-size:1.85rem;font-weight:800;position:relative}.lp-final-cta__sub{color:#ffffffb8;margin:0 0 1.5rem;position:relative}.lp-final-cta__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex;position:relative}.lp-footer{color:#ffffffb3;background:#070f18;padding:0 0 1.5rem}.lp-footer__cta-band{color:#fff;box-shadow:var(--lp-shadow-lg);background:linear-gradient(120deg,#123a36,#1a5c56 50%,#2ab1a6);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:-2.5rem 0 2.5rem;padding:1.75rem 1.5rem;display:flex}.lp-footer__cta-band h3{margin:0 0 .35rem;font-size:1.2rem}.lp-footer__cta-band p{opacity:.85;margin:0;font-size:.9rem}.lp-footer__cta-actions{flex-wrap:wrap;gap:.65rem;display:flex}.lp-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;padding-top:1rem;display:grid}.lp-footer__brand-name{color:#fff;font-weight:800}.lp-footer__brand p{margin:.75rem 0 0;font-size:.88rem;line-height:1.7}.lp-footer__contact-lines{flex-direction:column;gap:.35rem;margin-top:1rem;font-size:.88rem;display:flex}.lp-footer__contact-lines a{color:#7eefe6;font-weight:600}.lp-footer h4{color:#fff;margin:0 0 1rem;font-size:.95rem}.lp-footer ul{margin:0;padding:0;list-style:none}.lp-footer li{margin-bottom:.5rem}.lp-footer a{color:#ffffffb3;font-size:.88rem;text-decoration:none}.lp-footer a:hover{color:var(--lp-cta)}.lp-footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.82rem;display:flex}.lp-footer__social{gap:1rem;display:flex}.lp-mockup{box-shadow:var(--lp-shadow-lg);background:#fff;border-radius:12px;overflow:hidden}.lp-mockup__chrome{background:#f1f5f9;align-items:center;gap:.4rem;padding:.6rem 1rem;display:flex}.lp-mockup__chrome span{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.lp-mockup__chrome span:first-child{background:#ef4444}.lp-mockup__chrome span:nth-child(2){background:#f59e0b}.lp-mockup__chrome span:nth-child(3){background:#22c55e}.lp-mockup__url{text-align:center;color:var(--lp-muted);background:#fff;border-radius:6px;flex:1;margin:0 2rem;padding:.25rem .5rem;font-size:.72rem}.lp-mockup__body{min-height:280px;padding:1rem}.lp-mockup__sidebar{float:right;flex-direction:column;gap:.5rem;width:60px;display:flex}.lp-mockup__nav-item{background:#f1f5f9;border-radius:6px;height:28px}.lp-mockup__nav-item.active{background:#ccfbf1}.lp-mockup__main{margin-right:72px}.lp-mockup__stats{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.lp-mockup__stat{background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border-radius:8px;height:48px}.lp-mockup__charts{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.lp-mockup__chart{background:#f8fafc;border-radius:8px;height:120px}.lp-mockup__chart--bar{background-color:#0000;background-image:repeating-linear-gradient(90deg,#2ab1a6 0 12%,#0000 12% 20%),linear-gradient(#f8fafc,#e6faf8);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.lp-mockup__chart--line{background:linear-gradient(135deg,#f0fdfa 0%,#ecfdf5 100%);position:relative}.lp-mockup__toolbar{background:#f1f5f9;border-radius:6px;height:32px;margin-bottom:.75rem}.lp-mockup__grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.lp-mockup__card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.lp-mockup__card-img{background:linear-gradient(135deg,#e2e8f0,#f1f5f9);height:50px}.lp-mockup__card-lines{flex-direction:column;gap:.25rem;padding:.4rem;display:flex}.lp-mockup__card-lines span{background:#f1f5f9;border-radius:3px;height:6px}.lp-mockup__card-lines span:first-child{width:70%}.lp-mockup__crm-header{background:#f1f5f9;border-radius:6px;height:32px;margin-bottom:.75rem}.lp-mockup__crm-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;padding:.4rem 0;display:flex}.lp-mockup__avatar{background:#e2e8f0;border-radius:50%;flex-shrink:0;width:28px;height:28px}.lp-mockup__crm-text{flex-direction:column;flex:1;gap:.2rem;display:flex}.lp-mockup__crm-text span{background:#f1f5f9;border-radius:3px;height:6px}.lp-mockup__crm-text span:first-child{width:60%}.lp-mockup__badge{background:#ecfdf5;border-radius:9px;width:40px;height:18px}.lp-mockup__funnel{flex-direction:column;align-items:center;gap:.4rem;padding:1rem 0;display:flex}.lp-mockup__funnel-step{background:linear-gradient(90deg, var(--lp-accent), #0a8a7a);opacity:.85;border-radius:4px;height:28px}.lp-mockup__funnel-labels{color:var(--lp-muted);justify-content:space-between;padding:0 1rem;font-size:.7rem;display:flex}.lp-mockup__phone{background:var(--lp-primary);width:180px;box-shadow:var(--lp-shadow-lg);border-radius:24px;margin:0 auto;padding:8px}.lp-mockup__phone-notch{background:#334155;border-radius:3px;width:60px;height:6px;margin:4px auto 8px}.lp-mockup__phone-content{background:#fff;border-radius:16px;min-height:220px;padding:.75rem}.lp-mockup__phone-header{background:#f1f5f9;border-radius:6px;height:24px;margin-bottom:.5rem}.lp-mockup__phone-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;height:36px;margin-bottom:.4rem}.lp-sticky-cta{display:none}.lp-sheet{z-index:220;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#070f188c;align-items:flex-end;display:flex;position:fixed;inset:0}.lp-sheet__panel{width:100%;max-height:min(88vh,640px);padding:.5rem 1.25rem calc(1.25rem + var(--lp-safe-bottom));background:#fff;border-radius:24px 24px 0 0;flex-direction:column;gap:.25rem;display:flex;box-shadow:0 -12px 40px #0000002e}.lp-sheet__handle{background:#dbe3ee;border-radius:999px;width:42px;height:5px;margin:.35rem auto .75rem}.lp-sheet__head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.lp-sheet__logo{background:#000;border-radius:8px;width:auto;height:36px;padding:.15rem .3rem}.lp-sheet__close{border:1px solid var(--lp-border);background:var(--lp-surface);cursor:pointer;width:40px;height:40px;color:var(--lp-muted);border-radius:12px;font-size:1rem}.lp-sheet__nav{flex-direction:column;display:flex;overflow-y:auto}.lp-sheet__nav a{color:var(--lp-text);border-bottom:1px solid var(--lp-border);align-items:center;min-height:48px;padding:.95rem .25rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.lp-sheet__cta{gap:.65rem;margin-top:1rem;display:grid}.lp-sheet-enter-active,.lp-sheet-leave-active{transition:opacity .25s}.lp-sheet-enter-active .lp-sheet__panel,.lp-sheet-leave-active .lp-sheet__panel{transition:transform .28s}.lp-sheet-enter-from,.lp-sheet-leave-to{opacity:0}.lp-sheet-enter-from .lp-sheet__panel,.lp-sheet-leave-to .lp-sheet__panel{transform:translateY(100%)}.lp-mobile-menu{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c192999;position:fixed;inset:0}.lp-mobile-menu__panel{background:#fff;flex-direction:column;gap:.5rem;width:280px;height:100%;padding:1.5rem;animation:.3s lp-slide-in;display:flex;position:absolute;top:0;right:0}@keyframes lp-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.lp-mobile-menu__panel a{color:var(--lp-text);border-bottom:1px solid var(--lp-border);padding:.75rem 0;font-weight:500;text-decoration:none}.lp-trial-page{background:radial-gradient(ellipse 80% 50% at 100% 0%, #2ab1a61f, transparent), radial-gradient(ellipse 60% 40% at 0% 100%, #0c19290f, transparent), var(--lp-surface);min-height:100vh;padding:6.5rem 1.25rem 3rem}.lp-trial-layout{grid-template-columns:1fr 1.15fr;align-items:start;gap:1.5rem;max-width:1040px;margin:0 auto;display:grid}.lp-trial-aside{color:#fff;box-shadow:var(--lp-shadow-lg);background:linear-gradient(165deg,#0c1929 0%,#1a3a4a 55%,#2ab1a6 140%);border-radius:20px;padding:2rem 1.75rem;position:sticky;top:6rem}.lp-trial-aside__badge{letter-spacing:.02em;background:#ffffff24;border-radius:999px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.lp-trial-aside__title{margin:0 0 .75rem;font-size:1.55rem;font-weight:800;line-height:1.45}.lp-trial-aside__text{color:#ffffffc7;margin:0 0 1.5rem;font-size:.95rem;line-height:1.7}.lp-trial-benefits{gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.lp-trial-benefits li{align-items:flex-start;gap:.65rem;font-size:.92rem;line-height:1.5;display:flex}.lp-trial-check{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;margin-top:.1rem;font-size:.7rem;display:inline-flex}.lp-trial-aside__note{color:#ffffffb3;border-top:1px solid #ffffff1f;padding-top:1rem;font-size:.82rem;line-height:1.6}.lp-trial-card{box-shadow:var(--lp-shadow);background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;padding:1.75rem 1.5rem 2rem}.lp-trial-card__title{text-align:right;margin:0 0 .35rem;font-size:1.25rem}.lp-trial-card__sub{color:var(--lp-muted);margin:0 0 1.5rem;font-size:.9rem}.lp-trial-steps{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;display:grid}.lp-trial-step{border:1px solid var(--lp-border);background:var(--lp-surface);color:var(--lp-muted);cursor:pointer;text-align:right;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem .75rem;font-family:inherit;font-size:.85rem;display:flex}.lp-trial-step span{width:1.5rem;height:1.5rem;color:var(--lp-text);background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.lp-trial-step.active{border-color:var(--lp-accent);color:var(--lp-text);background:#2ab1a614;font-weight:600}.lp-trial-step.active span{background:var(--lp-accent);color:#fff}.lp-trial-step.done span{color:#fff;background:#10b981}.lp-trial-disabled{text-align:center;padding:2rem 1rem}.lp-trial-disabled h2{margin:0 0 .75rem}.lp-trial-disabled p{color:var(--lp-muted);margin:0}.lp-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.lp-optional{color:var(--lp-muted);margin-right:.25rem;font-size:.8rem;font-weight:400}.lp-form label.has-error input,.lp-form label.has-error select{border-color:#ef4444}.lp-form label small,.lp-field-error{color:#ef4444;margin-top:.3rem;font-size:.78rem;font-weight:400;display:block}.lp-password-wrap{margin-top:.35rem;position:relative}.lp-password-wrap input{padding-left:4.25rem;margin-top:0!important}.lp-password-toggle{color:var(--lp-muted);cursor:pointer;background:0 0;border:0;padding:.25rem .4rem;font-family:inherit;font-size:.78rem;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.lp-password-meter{align-items:center;gap:.35rem;margin-top:.45rem;display:flex}.lp-password-meter i{background:#e2e8f0;border-radius:4px;flex:1;height:4px}.lp-password-meter[data-score="1"] i:first-child{background:#ef4444}.lp-password-meter[data-score="2"] i:first-child,.lp-password-meter[data-score="2"] i:nth-child(2){background:#f59e0b}.lp-password-meter[data-score="3"] i{background:#10b981}.lp-password-meter span{color:var(--lp-muted);min-width:2.5rem;font-size:.75rem}.lp-check{cursor:pointer;align-items:flex-start;gap:.65rem;line-height:1.6;font-size:.85rem!important;display:flex!important}.lp-check input{accent-color:var(--lp-accent);width:auto!important;margin:.2rem 0 0!important}.lp-trial-actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.lp-trial-actions .lp-btn--primary{flex:1}.lp-btn--ghost{border:1px solid var(--lp-border);color:var(--lp-text);cursor:pointer;background:0 0;border-radius:10px;padding:.7rem 1rem;font-family:inherit}.lp-success-list{text-align:right;max-width:280px;color:var(--lp-muted);margin:0 auto 1.75rem;padding:0;list-style:none}.lp-success-list li{margin-bottom:.5rem;padding-right:1.25rem;font-size:.92rem;position:relative}.lp-success-list li:before{content:"✓";color:var(--lp-accent);font-weight:700;position:absolute;right:0}.lp-form label{margin-bottom:1rem;font-size:.88rem;font-weight:500;display:block}.lp-form input,.lp-form select{border:1px solid var(--lp-border);background:#fff;border-radius:10px;width:100%;margin-top:.35rem;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s;display:block}.lp-form input:focus,.lp-form select:focus{border-color:var(--lp-accent);outline:none;box-shadow:0 0 0 3px #2ab1a61f}.lp-form .lp-error{color:#ef4444;margin-bottom:1rem;font-size:.85rem}.lp-success{text-align:center;max-width:480px;margin:0 auto;padding:3rem 1.5rem}.lp-success__icon{width:72px;height:72px;color:var(--lp-accent);background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;animation:.45s lp-pop;display:flex}@keyframes lp-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.lp-success h1{margin:0 0 .75rem;font-size:1.75rem}.lp-success p{color:var(--lp-muted);margin:0 0 1.25rem;line-height:1.7}@media (width<=860px){.lp-trial-layout{grid-template-columns:1fr;gap:1rem}.lp-trial-aside{border-radius:16px;padding:1.35rem 1.25rem;position:static}.lp-trial-aside__title{font-size:1.25rem}.lp-trial-benefits,.lp-trial-aside__note{display:none}.lp-trial-page{padding:5.5rem 1rem 2rem}.lp-trial-card{border-radius:16px;padding:1.35rem 1.1rem 1.5rem}.lp-form-row{grid-template-columns:1fr;gap:0}.lp-trial-actions{flex-direction:column-reverse}.lp-trial-actions .lp-btn--ghost{width:100%}.lp-trial-step{padding:.55rem .6rem;font-size:.8rem}}.lp-modules{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-border);background:#ffffffeb;padding:.65rem 0;position:sticky;top:72px}.lp-modules__track{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:.35rem;display:flex;overflow-x:auto}.lp-modules__track::-webkit-scrollbar{display:none}.lp-modules__item{min-width:88px;color:var(--lp-muted);border-radius:14px;flex-direction:column;align-items:center;gap:.35rem;padding:.55rem .5rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.lp-modules__item:hover{color:var(--lp-accent-deep);background:#2ab1a614}.lp-modules__icon{width:42px;height:42px;color:var(--lp-accent);background:linear-gradient(145deg,#ecfdf5,#dff7f4);border-radius:12px;justify-content:center;align-items:center;display:flex}.lp-intro__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.lp-intro .lp-eyebrow{text-align:right}.lp-intro__lead{color:var(--lp-muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.85}.lp-intro__list{gap:1rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.lp-intro__list li{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:14px;gap:.25rem;padding:1rem 1.1rem;display:grid}.lp-intro__list strong{color:var(--lp-primary);font-size:.98rem}.lp-intro__list span{color:var(--lp-muted);font-size:.88rem;line-height:1.65}.lp-intro__actions{flex-wrap:wrap;gap:.75rem;display:flex}.lp-intro__panel{border:1px solid var(--lp-border);box-shadow:var(--lp-shadow-lg);background:#fff;border-radius:20px;overflow:hidden}.lp-intro__panel-top{background:#f1f5f9;align-items:center;gap:.4rem;padding:.75rem 1rem;display:flex}.lp-intro__dot{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.lp-intro__dot:first-child{background:#ef4444}.lp-intro__dot:nth-child(2){background:#f59e0b}.lp-intro__dot:nth-child(3){background:#22c55e}.lp-intro__url{color:var(--lp-muted);background:#fff;border-radius:6px;margin-right:auto;padding:.2rem .65rem;font-size:.72rem}.lp-intro__panel-body{padding:1.25rem}.lp-intro__stat-row{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1.25rem;display:grid}.lp-intro__stat-row div{text-align:center;background:linear-gradient(145deg,#f0fdfa,#fff);border:1px solid #ccfbf1;border-radius:12px;padding:.85rem .5rem}.lp-intro__stat-row b{color:var(--lp-accent);font-size:1.15rem;display:block}.lp-intro__stat-row small{color:var(--lp-muted);font-size:.75rem}.lp-intro__bars{background:var(--lp-surface);border-radius:14px;align-items:flex-end;gap:.55rem;height:140px;padding:.75rem;display:flex}.lp-intro__bars span{height:var(--h);background:linear-gradient(180deg, var(--lp-accent), var(--lp-accent-deep));opacity:.9;border-radius:8px 8px 4px 4px;flex:1}.lp-intro__caption{text-align:center;color:var(--lp-muted);margin:.85rem 0 0;font-size:.82rem}.lp-video__frame{max-width:880px;box-shadow:var(--lp-shadow-lg);aspect-ratio:16/9;background:#0c1929;border-radius:20px;margin:0 auto;position:relative;overflow:hidden}.lp-video__player,.lp-video__native{border:0;width:100%;height:100%;display:block}.lp-video__poster{cursor:default;background:#0c1929;border:0;place-items:center;width:100%;height:100%;padding:0;display:grid;position:absolute;inset:0}.lp-video__poster--ready{cursor:pointer}.lp-video__poster-img{object-fit:cover;opacity:.35;filter:blur(1px);width:100%;height:100%;position:absolute;inset:0}.lp-video__overlay{background:linear-gradient(160deg,#0c19298c,#1a8f8673);position:absolute;inset:0}.lp-video__play{z-index:1;background:linear-gradient(135deg, var(--lp-cta), #ff8a3d);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;transition:transform .2s;display:flex;position:relative;box-shadow:0 12px 32px #ff6b1a73}.lp-video__poster--ready:hover .lp-video__play{transform:scale(1.06)}.lp-video__label{z-index:1;color:#fff;text-shadow:0 2px 8px #00000059;padding:0 1rem;font-size:.95rem;font-weight:700;position:absolute;bottom:1.25rem}.lp-benefits__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.lp-benefits__card{border:1px solid var(--lp-border);background:#fff;border-radius:18px;padding:1.75rem 1.4rem;transition:transform .2s,box-shadow .2s}.lp-benefits__card:hover{box-shadow:var(--lp-shadow);transform:translateY(-4px)}.lp-benefits__num{background:linear-gradient(135deg, var(--lp-accent), var(--lp-cta));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.85rem;font-size:2.4rem;font-weight:900;line-height:1;display:block}.lp-benefits__card h3{margin:0 0 .5rem;font-size:1.1rem}.lp-benefits__card p{color:var(--lp-muted);margin:0;font-size:.92rem;line-height:1.7}.lp-value-banner{color:#fff;text-align:center;background:linear-gradient(120deg,#0c1929,#14635c 60%,#2ab1a6);padding:4rem 1.5rem;position:relative;overflow:hidden}.lp-value-banner:after{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ff6b1a26,#0000 45%);position:absolute;inset:0}.lp-value-banner__text{margin:0 0 .75rem;font-size:2.2rem;font-weight:900;line-height:1.4;position:relative}.lp-value-banner__text span{color:#ffd4b8}.lp-value-banner__sub{color:#ffffffc7;max-width:520px;margin:0 auto;line-height:1.7;position:relative}.lp-testimonials__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.lp-testimonial{border:1px solid var(--lp-border);background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.35rem 1.2rem;transition:transform .2s,box-shadow .2s;display:flex}.lp-testimonial:hover{box-shadow:var(--lp-shadow);transform:translateY(-3px)}.lp-testimonial__avatar{background:linear-gradient(135deg, var(--lp-accent), var(--lp-accent-deep));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:800;display:flex}.lp-testimonial__quote{color:var(--lp-text);flex:1;margin:0;font-size:.9rem;line-height:1.75}.lp-testimonial__meta{gap:.1rem;display:grid}.lp-testimonial__meta strong{font-size:.9rem}.lp-testimonial__meta span{color:var(--lp-muted);font-size:.78rem}.lp-testimonial__stars{color:#f59e0b;letter-spacing:1px;font-size:.8rem}.lp-contact{background:radial-gradient(ellipse 50% 60% at 0% 0%, #2ab1a61a, transparent 50%), var(--lp-surface)}.lp-contact__grid{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:2rem;display:grid}.lp-contact .lp-eyebrow{text-align:right}.lp-contact__lead{color:var(--lp-muted);margin:0 0 1.5rem;line-height:1.8}.lp-contact__cards{gap:.75rem;margin-bottom:1.25rem;display:grid}.lp-contact__card{border:1px solid var(--lp-border);color:inherit;background:#fff;border-radius:14px;align-items:center;gap:.9rem;padding:1rem 1.1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.lp-contact__card:hover{border-color:var(--lp-accent);box-shadow:var(--lp-shadow)}.lp-contact__icon{width:46px;height:46px;color:var(--lp-accent-deep);background:#2ab1a61f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lp-contact__icon--wa{color:#128c7e;background:#25d3661f}.lp-contact__card small{color:var(--lp-muted);margin-bottom:.15rem;font-size:.78rem;display:block}.lp-contact__card strong{color:var(--lp-primary);font-size:1.05rem}.lp-contact__address{border:1px dashed var(--lp-border);background:#fff;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;display:flex}.lp-contact__address svg{color:var(--lp-cta);flex-shrink:0;margin-top:.15rem}.lp-contact__address small{color:var(--lp-muted);font-size:.78rem}.lp-contact__address p{margin:.2rem 0 0;font-weight:600;line-height:1.6}.lp-contact__cta-panel{color:#fff;box-shadow:var(--lp-shadow-lg);background:linear-gradient(165deg,#0c1929,#14635c);border-radius:22px;flex-direction:column;gap:.85rem;padding:2rem 1.5rem;display:flex}.lp-contact__cta-panel h3{margin:0;font-size:1.35rem}.lp-contact__cta-panel>p{color:#ffffffbf;margin:0;font-size:.92rem;line-height:1.7}.lp-contact__bullets{gap:.45rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.lp-contact__bullets li{color:#fffc;padding-right:1.2rem;font-size:.88rem;position:relative}.lp-contact__bullets li:before{content:"✓";color:#7eefe6;font-weight:700;position:absolute;right:0}.lp-appbar{z-index:110;padding:.35rem .4rem calc(.45rem + var(--lp-safe-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-top:1px solid #e2e8f0f2;grid-template-columns:repeat(5,1fr);align-items:end;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #0c192914}.lp-appbar__item{min-height:52px;color:var(--lp-muted);-webkit-tap-highlight-color:transparent;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.68rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:flex}.lp-appbar__item:active,.lp-appbar__item:hover{color:var(--lp-accent-deep);background:#2ab1a614}.lp-appbar__fab{background:linear-gradient(145deg, var(--lp-cta), #ff8a3d);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto .35rem;text-decoration:none;display:flex;transform:translateY(-10px);box-shadow:0 10px 24px #ff6b1a66}.lp-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:none;overflow-x:auto}.lp-carousel::-webkit-scrollbar{display:none}.lp-carousel__slide{scroll-snap-align:center;flex:0 0 85%}@media (width<=1024px){.lp-features,.lp-problems,.lp-ai-grid,.lp-pricing{grid-template-columns:repeat(2,1fr)}.lp-footer__grid{grid-template-columns:1fr 1fr}.lp-hero__title{font-size:2rem}.lp-intro__grid,.lp-contact__grid,.lp-benefits__grid{grid-template-columns:1fr}.lp-testimonials__grid{grid-template-columns:repeat(2,1fr)}.lp-header__nav{gap:1rem}.lp-header__nav a{font-size:.82rem}}@media (width<=768px){.lp-header,.lp-header__inner{height:64px}.lp-header__nav,.lp-header__actions .lp-btn,.lp-header__actions .lp-header__login,.lp-header__phone{display:none!important}.lp-header__burger{display:inline-flex}.lp-header__logo-text{font-size:1rem}.lp-hero{padding:5.25rem 0 2.75rem}.lp-hero__grid{grid-template-columns:1fr;gap:1.75rem}.lp-hero__visual{order:-1}.lp-hero__title{font-size:1.55rem}.lp-hero__subtitle{margin-bottom:1.25rem;font-size:.95rem}.lp-hero__mockup-wrap{filter:none;animation:none;transform:none}.lp-hero__ctas{flex-direction:column}.lp-hero__ctas .lp-btn{width:100%;min-height:52px}.lp-hero__ratings{justify-content:flex-start}.lp-stats{grid-template-columns:1fr;gap:1rem}.lp-stats__item{border:1px solid var(--lp-border);background:#fff;border-radius:16px;padding:1.1rem}.lp-problems{grid-template-columns:1fr}.lp-problem-card{border-radius:16px;min-height:auto}.lp-features{grid-template-columns:1fr 1fr;gap:.75rem}.lp-feature-card{border-radius:16px;min-height:auto;padding:1.1rem;box-shadow:0 2px 10px #0c19290a}.lp-feature-card h3{font-size:.9rem}.lp-feature-card p{font-size:.78rem}.lp-solution{grid-template-columns:1fr}.lp-solution__arrow{text-align:center;transform:rotate(90deg)}.lp-manager,.lp-mobile{grid-template-columns:1fr}.lp-ai-grid{grid-template-columns:1fr 1fr;gap:.75rem}.lp-pricing{grid-template-columns:1fr}.lp-pricing-card--featured{transform:none}.lp-pricing-card{border-radius:18px;padding:1.5rem 1.25rem}.lp-workflow{flex-direction:column}.lp-workflow__arrow{transform:rotate(90deg)}.lp-footer__grid{grid-template-columns:1fr}.lp-footer__bottom{text-align:center;flex-direction:column;gap:1rem}.lp-footer__cta-band{border-radius:16px;margin:-1.5rem 0 1.75rem;padding:1.35rem 1.15rem}.lp-footer__cta-actions{width:100%}.lp-footer__cta-actions .lp-btn{flex:1;min-height:48px}.lp-section{padding:3rem 0}.lp-section__title{font-size:1.4rem}.lp-showcase__tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:.35rem;padding-bottom:.35rem;overflow-x:auto}.lp-showcase__tab{border-radius:999px;flex-shrink:0;min-height:40px}.lp-showcase__desktop{display:none}.lp-carousel{display:flex}.lp-page{padding-bottom:calc(78px + var(--lp-safe-bottom))}.lp-appbar{display:grid}.lp-final-cta{border-radius:20px;margin:0 .85rem 2rem;padding:2.5rem 1.25rem}.lp-final-cta h2{font-size:1.3rem}.lp-final-cta__actions{flex-direction:column}.lp-final-cta__actions .lp-btn{width:100%;min-height:52px}.lp-modules{top:64px}.lp-modules__item{min-width:76px;padding:.65rem .35rem}.lp-intro__grid{grid-template-columns:1fr;gap:1.5rem}.lp-intro__actions{flex-direction:column}.lp-intro__actions .lp-btn{width:100%;min-height:48px}.lp-section__title--right,.lp-intro .lp-eyebrow,.lp-intro__lead{text-align:center}.lp-benefits__grid,.lp-testimonials__grid{grid-template-columns:1fr}.lp-testimonial{border-radius:18px}.lp-contact__grid{grid-template-columns:1fr}.lp-contact__copy .lp-section__title--right,.lp-contact__lead{text-align:center}.lp-contact__cta-panel{border-radius:20px;padding:1.5rem 1.25rem}.lp-contact__card{min-height:72px}.lp-value-banner__text{font-size:1.55rem}.lp-video__frame{border-radius:16px}.lp-video__play{width:64px;height:64px}}@media (width<=420px){.lp-features,.lp-ai-grid{grid-template-columns:1fr}.lp-container{padding:0 1rem}.lp-hero__title{font-size:1.4rem}}@media (prefers-reduced-motion:reduce){.lp-btn--pulse,.lp-hero__mockup-wrap{animation:none}.lp-reveal{transition:none}}
