:root{--bg:#0F0F10;--surface:#161719;--surface-2:#1D1F23;--border:#2A2D33;--text:#F5F5F4;--muted:#9CA3AF;--primary:#8BA3C7;--sidebar-width:230px;--radius:22px;--shadow:0 0 0 1px rgba(255,255,255,.03),0 10px 30px rgba(0,0,0,.25)}*{margin:0;padding:0}html{font-size:15px}body,html{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}body{min-height:100vh}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#08101F;border-right:1px solid rgba(255,255,255,.05);position:fixed;left:0;top:0;bottom:0;padding:26px 18px;overflow-y:auto}.main-content{flex:1 1;margin-left:var(--sidebar-width);padding:36px;width:calc(100% - var(--sidebar-width))}.panel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.two-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:18px;gap:18px}.card{background:radial-gradient(circle at top left,rgba(139,163,199,.08),transparent 32%),linear-gradient(180deg,#17181C,#111216);border:1px solid rgba(255,255,255,.06);border-radius:24px;box-shadow:var(--shadow)}.metric-card{padding:24px;min-height:120px}.metric-card h4{color:#7F8793;font-size:13px;margin-bottom:14px}.metric-card strong{font-size:2.3rem;line-height:1;display:block;margin-bottom:8px}.metric-card span{color:#8B94A3;font-size:.95rem}.dashboard-card{padding:34px}.side-card{padding:24px}h1{font-size:4rem;line-height:.95;letter-spacing:-.05em;margin-bottom:14px}h2{font-size:2.5rem;line-height:1;letter-spacing:-.04em}h3{font-size:1.5rem}p{color:#9CA3AF;line-height:1.65;font-size:1rem}.input{width:100%;height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#1A1C20;color:white;padding:0 16px}.button-primary{border:none;background:#F5F5F4;color:#111;font-weight:700}.button-primary,.button-secondary{height:50px;border-radius:14px;padding:0 22px;cursor:pointer}.button-secondary{border:1px solid rgba(255,255,255,.08);background:transparent;color:white}.pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:12px}.section-spacing{margin-top:22px}.large-spacing{margin-top:36px}.sidebar nav{display:flex;flex-direction:column;gap:8px;margin-top:28px}.sidebar a{display:flex;align-items:center;height:44px;padding:0 14px;border-radius:14px;color:#C6CBD3;transition:.18s ease}.sidebar a:hover{background:#161A22;color:white}.sidebar a.active{background:#1A2130;color:white}@media(max-width:1400px){html{font-size:14px}}@media(max-width:1200px){.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-grid{grid-template-columns:1fr}}@media(max-width:900px){html{font-size:13px}.sidebar{display:none}.main-content{margin-left:0;width:100%;padding:22px}.panel-grid{grid-template-columns:1fr}h1{font-size:2.8rem}h2{font-size:2rem}.dashboard-card{padding:24px}}:root{--mp-bg:#0F0F10;--mp-bg-soft:#161719;--mp-surface:#1D1F23;--mp-surface-2:#181A1E;--mp-border:rgba(245,245,244,0.08);--mp-border-strong:rgba(139,163,199,0.22);--mp-text:#F5F5F4;--mp-text-soft:#D6D3D1;--mp-text-muted:rgba(214,211,209,0.62);--mp-accent:#8BA3C7;--mp-accent-soft:rgba(139,163,199,0.12);--mp-radius:24px}body,html{background:var(--mp-bg)!important;color:var(--mp-text)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.mp-pro-page{min-height:100vh;background:radial-gradient(circle at 18% 0,rgba(139,163,199,.1),transparent 30%),var(--mp-bg)!important;color:var(--mp-text)}.mp-pro-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}.mp-pro-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:26px 18px;border-right:1px solid var(--mp-border);background:radial-gradient(circle at top left,rgba(139,163,199,.13),transparent 34%),#101114;overflow-y:auto}.mp-pro-brand{display:flex;align-items:center;gap:12px;padding:10px 10px 22px;margin-bottom:12px}.mp-pro-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,rgba(139,163,199,.95),rgba(245,245,244,.92));box-shadow:0 16px 40px rgba(0,0,0,.22)}.mp-pro-brand strong{display:block;font-size:16px;line-height:1.1}.mp-pro-brand span{display:block;margin-top:3px;font-size:12px;color:var(--mp-text-muted)}.mp-pro-nav-section{margin-top:22px}.mp-pro-nav-label{padding:0 12px 9px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(214,211,209,.46);font-weight:800}.mp-pro-nav{display:grid;grid-gap:7px;gap:7px}.mp-pro-nav a{min-height:42px;display:flex;align-items:center;padding:0 13px;border-radius:14px;color:var(--mp-text-soft);border:1px solid transparent;transition:.18s ease}.mp-pro-nav a:hover{background:rgba(139,163,199,.1);border-color:rgba(139,163,199,.16);color:var(--mp-text)}.mp-pro-nav a.active{background:rgba(139,163,199,.15);border-color:rgba(139,163,199,.24);color:var(--mp-text)}.mp-pro-main{min-width:0;padding:30px}.mp-pro-container{max-width:1380px;margin:0 auto;width:100%}.hub-topbar-pro{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:26px}.mp-pro-eyebrow{font-size:12px;color:var(--mp-accent);text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:8px}.hub-title-pro{font-size:clamp(34px,3.8vw,56px)!important;line-height:.95!important;letter-spacing:-.055em!important;margin:0!important}.hub-subtitle-pro{margin-top:12px;max-width:720px;color:var(--mp-text-muted)!important;font-size:16px!important;line-height:1.65!important}.hub-account-wrap{position:relative;flex-shrink:0}.hub-account-button{display:flex;align-items:center;gap:12px;min-height:56px;padding:8px 12px;border-radius:18px;border:1px solid var(--mp-border);background:rgba(29,31,35,.82);color:var(--mp-text);cursor:pointer}.hub-account-avatar{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(139,163,199,.16);color:var(--mp-text);font-weight:900}.hub-account-text{display:grid;text-align:left}.hub-account-text strong{font-size:13px}.hub-account-text small{font-size:12px;color:var(--mp-text-muted)}.hub-account-menu{position:absolute;right:0;top:calc(100% + 10px);width:260px;z-index:50;border-radius:20px;border:1px solid var(--mp-border);background:#161719;padding:10px;box-shadow:0 24px 70px rgba(0,0,0,.42)}.hub-account-menu-head{padding:12px;border-bottom:1px solid var(--mp-border);margin-bottom:8px}.hub-account-menu-head span,.hub-account-menu-head strong{display:block}.hub-account-menu-head span{color:var(--mp-text-muted);font-size:12px;margin-top:4px}.hub-account-menu a,.hub-account-menu button{display:flex;width:100%;min-height:40px;align-items:center;padding:0 12px;border-radius:12px;color:var(--mp-text-soft);background:transparent;border:0;cursor:pointer;text-align:left}.hub-account-menu a:hover,.hub-account-menu button:hover{background:rgba(139,163,199,.1);color:var(--mp-text)}.mp-pro-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.hub-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);grid-gap:18px;gap:18px}.card,.mp-pro-card,.mp-pro-hero,.pro-card{background:radial-gradient(circle at top left,rgba(139,163,199,.12),transparent 34%),linear-gradient(180deg,rgba(29,31,35,.96),rgba(22,23,25,.98))!important;border:1px solid var(--mp-border)!important;border-radius:var(--mp-radius)!important;box-shadow:0 18px 55px rgba(0,0,0,.24)!important}.mp-pro-hero{padding:30px!important}.mp-pro-card,.pro-card{padding:22px}.mp-pro-metric,.pro-metric{padding:22px;border-radius:22px;border:1px solid var(--mp-border);background:radial-gradient(circle at top left,rgba(139,163,199,.13),transparent 34%),rgba(29,31,35,.82)}.mp-pro-metric-label,.pro-metric-label{color:var(--mp-text-muted);font-size:13px;margin-bottom:10px}.mp-pro-metric-value,.pro-metric-value{font-size:clamp(28px,2.6vw,42px);line-height:1;font-weight:900;letter-spacing:-.045em}.mp-pro-metric-hint,.pro-metric-hint{color:var(--mp-text-muted);font-size:13px;margin-top:8px}.hub-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.hub-action-card{display:block;min-height:128px;padding:20px;border-radius:20px;border:1px solid var(--mp-border);background:rgba(29,31,35,.72);transition:.18s ease}.hub-action-card:hover{transform:translateY(-2px);border-color:rgba(139,163,199,.34);background:rgba(139,163,199,.1)}.hub-action-card strong{display:block;margin-bottom:8px;font-size:16px}.hub-action-card p{color:var(--mp-text-muted)!important;font-size:14px!important;line-height:1.5!important}.feature-list{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.feature-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px 14px;border-radius:15px;border:1px solid var(--mp-border);background:rgba(245,245,244,.035)}.feature-item span{color:var(--mp-text-muted)}.btn,a.btn,button.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;text-decoration:none}.btn-primary{background:var(--mp-text)!important;color:#0F0F10!important}.btn-ghost{background:rgba(245,245,244,.045)!important;border-color:var(--mp-border)!important;color:var(--mp-text)!important}.input,input,select,textarea{background:rgba(29,31,35,.92)!important;border:1px solid var(--mp-border)!important;border-radius:15px!important;color:var(--mp-text)!important}.input,input,select{min-height:48px;padding:0 14px}textarea{padding:14px}.badge,.pro-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;border:1px solid rgba(139,163,199,.2);background:rgba(139,163,199,.1);color:var(--mp-text-soft);font-size:12px;font-weight:800}@media (max-width:1180px){.mp-pro-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-dashboard-grid{grid-template-columns:1fr}}@media (max-width:820px){.mp-pro-shell{grid-template-columns:1fr}.mp-pro-sidebar{position:relative;height:auto;padding:18px}.mp-pro-main{padding:18px}.hub-topbar-pro{flex-direction:column}.hub-account-button,.hub-account-wrap{width:100%}.hub-action-grid,.mp-pro-grid-4{grid-template-columns:1fr}.hub-title-pro{font-size:34px!important}}html{scroll-behavior:smooth}.home144{min-height:100vh;background:radial-gradient(circle at 20% 10%,rgba(70,110,170,.14),transparent 30%),radial-gradient(circle at 80% 20%,rgba(255,215,90,.08),transparent 26%),#08090b;color:#f5f5f5;font-family:inherit}.home144 a{color:inherit;text-decoration:none}.home144-nav{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:34px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home144-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}.home144-mark{width:20px;height:8px;display:inline-block;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#f5d34f);box-shadow:0 0 22px rgba(96,165,250,.4)}.home144-nav nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.home144-nav nav a{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);color:rgba(255,255,255,.86);font-weight:800;transition:.18s ease}.home144-nav nav a:hover{background:rgba(255,255,255,.08)}.home144-nav .home144-login{background:#f5f5f4;color:#09090b;border-color:rgba(255,255,255,.4)}.home144-hero,.home144-section{width:min(1160px,calc(100% - 32px));margin:0 auto}.home144-hero{min-height:760px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;grid-gap:68px;gap:68px;padding:70px 0 90px}.home144-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(96,165,250,.12);border:1px solid rgba(147,197,253,.25);color:#dbeafe;font-size:13px;line-height:1;font-weight:900}.home144 h1,.home144 h2,.home144 h3,.home144 p{margin:0}.home144 h1{margin-top:26px;max-width:8.8ch;font-size:clamp(54px,7vw,92px);line-height:.91;letter-spacing:-.075em}.home144 h2{max-width:920px;margin-top:22px;font-size:clamp(36px,5vw,64px);line-height:.96;letter-spacing:-.065em}.home144 h3{font-size:clamp(22px,2.6vw,34px);line-height:1;letter-spacing:-.045em}.home144 p{color:#cbd5e1;font-size:clamp(16px,1.35vw,19px);line-height:1.55}.home144-copy p{max-width:570px;margin-top:24px}.home144-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.home144-demo-cta a,.home144-demo-grid a,.home144-primary,.home144-secondary{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-weight:900;transition:.18s ease}.home144-primary{background:#f5f5f4;color:#09090b;box-shadow:0 18px 44px rgba(255,255,255,.1)}.home144-demo-grid a,.home144-secondary{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.1);color:#f8fafc}.home144-demo-cta a:hover,.home144-demo-grid a:hover,.home144-primary:hover,.home144-secondary:hover{transform:translateY(-2px)}.home144-visual{position:relative;min-height:440px}.home144-window{width:min(100%,620px);min-height:310px;border:1px solid rgba(255,255,255,.09);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 36px 90px rgba(0,0,0,.38);padding:34px}.home144-dots{display:flex;gap:8px;margin-bottom:24px}.home144-dots span{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.28)}.home144-row{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.075);background:rgba(0,0,0,.22);display:grid;grid-gap:5px;gap:5px;margin-bottom:12px}.home144-row strong{font-size:17px}.home144-row span{color:#cbd5e1}.home144-phone{position:absolute;right:0;bottom:6px;width:250px;border-radius:28px;background:rgba(5,6,9,.88);border:1px solid rgba(255,255,255,.11);box-shadow:0 30px 90px rgba(0,0,0,.55);padding:22px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home144-demo-grid span,.home144-phone>span,.home144-service-card>span{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(96,165,250,.12);border:1px solid rgba(147,197,253,.22);color:#dbeafe;font-size:12px;font-weight:900;margin-bottom:16px}.home144-phone h3{font-size:28px}.home144-phone p{margin-top:6px;font-size:15px}.home144-phone div{margin-top:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);font-weight:850}.home144-phone button{width:100%;border:0;border-radius:999px;background:#f5f5f4;color:#09090b;min-height:44px;margin-top:14px;font-weight:900}.home144-section{padding:92px 0}.home144-section>p{margin-top:18px;max-width:780px}.home144-product{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:20px;gap:20px;margin-top:34px}.home144-contact form,.home144-demo-cta,.home144-demo-grid article,.home144-product-list article,.home144-product-main,.home144-service-card{border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 80px rgba(0,0,0,.24)}.home144-product-main{padding:34px}.home144-product-main p{margin-top:14px}.home144-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px;margin-top:30px}.home144-days span{min-height:50px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;font-weight:900}.home144-days .active{background:#f5d34f;color:#111827}.home144-product-list{display:grid;grid-gap:14px;gap:14px}.home144-product-list article{padding:24px}.home144-product-list h3{font-size:20px}.home144-product-list p{margin-top:8px}.home144-services{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.home144-service-card{padding:28px;display:flex;flex-direction:column}.home144-service-card h3{min-height:74px}.home144-service-card p{margin-top:20px}.home144-plan-list{display:grid;grid-gap:10px;gap:10px;margin-top:26px}.home144-plan{padding:15px;border-radius:16px;border:1px solid rgba(255,255,255,.075);background:rgba(0,0,0,.18);display:flex;align-items:center;justify-content:space-between;gap:16px}.home144-plan b,.home144-plan strong{display:block;font-weight:950}.home144-plan small{display:block;margin-top:4px;color:#cbd5e1;line-height:1.35}.home144-plan b{color:#fde047;white-space:nowrap}.home144-demo-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.home144-demo-grid article{padding:28px}.home144-demo-grid p{margin-top:16px}.home144-demo-grid a{margin-top:22px}.home144-demo-cta{margin-top:24px;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:center;border-color:rgba(253,224,71,.2)}.home144-demo-cta p{margin-top:10px}.home144-demo-cta>div:last-child{display:flex;flex-wrap:wrap;gap:12px}.home144-contact{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:54px;gap:54px;align-items:start;padding-bottom:130px}.home-contact-form,.home144-contact form{padding:28px;display:grid;grid-gap:15px;gap:15px}.home-contact-form label,.home144-contact label{display:grid;grid-gap:8px;gap:8px;color:#f8fafc;font-weight:900}.home-contact-form input,.home-contact-form textarea,.home144-contact input,.home144-contact textarea{width:100%;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);color:#f8fafc;border-radius:16px;padding:14px 16px;outline:none;font:inherit}.home-contact-form textarea,.home144-contact textarea{min-height:120px;resize:vertical}.home-contact-form button,.home144-contact button{border:0;border-radius:999px;min-height:52px;background:#f5f5f4;color:#09090b;font-weight:950;cursor:pointer}.home-form-status{padding:12px 14px;border-radius:14px;background:rgba(96,165,250,.1);border:1px solid rgba(147,197,253,.2)}@media (max-width:1050px){.home144-contact,.home144-demo-grid,.home144-hero,.home144-product,.home144-services{grid-template-columns:1fr}.home144-hero{min-height:auto;padding-top:44px}.home144-visual{min-height:520px}.home144-phone{right:20px}}@media (max-width:720px){.home144-nav{align-items:flex-start;position:static}.home144-nav nav{gap:6px}.home144-nav nav a{padding:9px 10px;font-size:13px}.home144 h1{max-width:9ch;font-size:clamp(48px,16vw,68px)}.home144 h2{font-size:clamp(34px,11vw,48px)}.home144-actions,.home144-demo-cta,.home144-demo-cta>div:last-child{flex-direction:column;align-items:stretch}.home144-demo-cta a,.home144-demo-grid a,.home144-primary,.home144-secondary{width:100%}.home144-window{padding:22px}.home144-phone{position:relative;right:auto;bottom:auto;width:100%;margin-top:-80px}.home144-days{grid-template-columns:repeat(4,1fr)}.home144-section{padding:64px 0}}:root{--mp-bg:#090a0d;--mp-bg-soft:#101216;--mp-card:rgba(26,29,35,.86);--mp-card-2:rgba(19,22,28,.92);--mp-line:rgba(255,255,255,.11);--mp-line-soft:rgba(255,255,255,.07);--mp-text:#f6f7fb;--mp-muted:#a8b3c7;--mp-blue:#8bb6ff;--mp-gold:#f7d95e;--mp-radius:28px;--mp-shadow:0 32px 90px rgba(0,0,0,.38)}body,html{overflow-x:hidden;background:radial-gradient(circle at 20% 10%,rgba(85,103,130,.14),transparent 34%),radial-gradient(circle at 78% 16%,rgba(30,44,64,.12),transparent 32%),#090a0d!important;color:var(--mp-text)}*{box-sizing:border-box}.mp-public-page{min-height:100vh;background:linear-gradient(90deg,rgba(255,255,255,.035),transparent 23%,transparent 78%,rgba(255,255,255,.025)),#090a0d}.mp-public-shell{width:min(1080px,calc(100vw - 48px));margin:0 auto;padding:42px 0 96px}.mp-public-nav{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:86px}.mp-public-brand{display:inline-flex;align-items:center;gap:10px;color:var(--mp-text);font-weight:900;text-decoration:none}.mp-public-brand img{width:30px;height:30px;object-fit:contain}.mp-public-nav-links{display:flex;align-items:center;gap:10px}.mp-public-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 20px;border-radius:999px;border:1px solid var(--mp-line);background:rgba(255,255,255,.045);color:var(--mp-text);font-weight:900;font-size:14px;line-height:1;text-decoration:none;cursor:pointer;white-space:nowrap}.mp-public-btn.primary{background:#f3f3f1;color:#07080a;border-color:#f3f3f1}.mp-public-btn.dark{background:rgba(255,255,255,.07)}.mp-public-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(139,182,255,.22);background:rgba(139,182,255,.08);color:#bdd4ff;font-weight:900;font-size:12px;margin-bottom:18px}.mp-public-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);grid-gap:64px;gap:64px;align-items:center;margin-bottom:74px}.mp-auth-title,.mp-pricing-head h1,.mp-public-hero h1{font-size:clamp(46px,5.2vw,74px);line-height:.93;letter-spacing:-.07em;margin:0}.mp-auth-subtitle,.mp-pricing-head p,.mp-public-hero p{color:var(--mp-muted);font-size:17px;line-height:1.55}.mp-public-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.mp-product-demo{position:relative;padding:26px;border-radius:30px;border:1px solid var(--mp-line);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018));box-shadow:var(--mp-shadow)}.mp-window-dots{display:flex;gap:8px;margin-bottom:18px}.mp-window-dots span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.24)}.mp-demo-line{display:flex;justify-content:space-between;gap:18px;padding:18px 16px;border-radius:16px;border:1px solid var(--mp-line-soft);background:rgba(0,0,0,.18);margin-top:12px}.mp-demo-line strong{display:block;font-size:14px}.mp-demo-line span{color:var(--mp-muted);font-size:14px}.mp-demo-phone{position:absolute;right:-34px;bottom:-42px;width:210px;padding:18px;border-radius:28px;border:1px solid var(--mp-line);background:rgba(13,15,19,.96);box-shadow:0 26px 70px rgba(0,0,0,.48)}.mp-demo-phone h3{font-size:26px;margin:8px 0}.mp-demo-phone .service-pill{display:block;padding:11px 13px;margin-top:10px;border-radius:13px;border:1px solid var(--mp-line);font-size:13px;font-weight:900}.mp-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:64px}.mp-auth-card,.mp-book-card,.mp-feature-card,.mp-price-card,.mp-product-card{border:1px solid var(--mp-line);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));border-radius:var(--mp-radius);box-shadow:0 24px 70px rgba(0,0,0,.28)}.mp-feature-card{min-height:138px;padding:24px}.mp-feature-card h3{margin:0 0 10px;font-size:22px;letter-spacing:-.035em}.mp-feature-card p{margin:0;color:var(--mp-muted);line-height:1.45}.mp-product-section{margin-top:76px}.mp-product-section h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.06em;line-height:.96;margin:0 0 12px}.mp-product-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:26px}.mp-product-tab{border:1px solid var(--mp-line);background:rgba(255,255,255,.045);color:var(--mp-text);text-align:left;border-radius:20px;padding:18px 20px;min-height:88px}.mp-product-tab strong{display:block;font-size:17px;margin-bottom:6px}.mp-product-tab span{color:var(--mp-muted);font-size:14px}.mp-pricing-head{max-width:820px;margin-bottom:42px}.mp-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.mp-price-card{padding:30px}.mp-price-card h2{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:14px 0 22px}.mp-price-value{font-size:48px;font-weight:950;letter-spacing:-.06em;margin-bottom:4px}.mp-price-muted{color:var(--mp-muted);margin-bottom:22px}.mp-price-list{display:grid;grid-gap:10px;gap:10px;margin:22px 0;padding:0;list-style:none}.mp-price-list li{display:flex;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid var(--mp-line);border-radius:14px;background:rgba(255,255,255,.035);font-weight:800}.mp-price-list span:last-child{color:var(--mp-text)}.mp-auth-page{min-height:100vh;display:grid;place-items:center;padding:56px 24px}.mp-auth-card{width:min(560px,100%);padding:34px}.mp-register-card{width:min(760px,100%)}.mp-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:46px;font-weight:900}.mp-auth-brand img{width:30px;height:30px;object-fit:contain}.mp-auth-title{font-size:clamp(38px,4vw,54px)}.mp-auth-form{display:grid;grid-gap:14px;gap:14px;margin-top:26px}.mp-auth-field{display:grid;grid-gap:7px;gap:7px}.mp-auth-field label{font-size:14px;font-weight:900;color:#dbe6fb}.mp-auth-form input,.mp-auth-form select{width:100%;min-height:44px;padding:10px 14px;border-radius:14px;border:1px solid var(--mp-line);background:rgba(5,7,11,.68);color:var(--mp-text);outline:none}.mp-auth-row{display:grid;grid-template-columns:170px 1fr;grid-gap:12px;gap:12px;align-items:end}.mp-auth-error{border-radius:14px;border:1px solid rgba(255,90,90,.28);background:rgba(255,90,90,.08);color:#ffb7b7}.mp-auth-error,.mp-auth-ok{padding:12px 14px;font-weight:800}.mp-auth-ok{border-radius:14px;border:1px solid rgba(87,214,139,.28);background:rgba(87,214,139,.08);color:#9df0bf}body[data-section=book] .mp-pro-container{max-width:1040px!important}body[data-section=book] .mp-booking-public-hero{min-height:320px!important;padding:34px!important;border-radius:28px!important;overflow:hidden!important;background-size:cover!important;background-position:50%!important}body[data-section=book] .mp-booking-public-hero:before{background:linear-gradient(90deg,rgba(4,8,16,.48),rgba(4,8,16,.22) 55%,rgba(4,8,16,.1))!important}body[data-section=book] .mp-booking-public-logo{width:112px!important;height:112px!important;max-width:112px!important;max-height:112px!important;object-fit:contain!important;border-radius:24px!important;background:#fff!important}body[data-route="/hub/settings"] .mp-upload-preview.logo{width:96px!important;height:96px!important;max-width:96px!important;max-height:96px!important}body[data-route="/hub/settings"] .mp-upload-preview.banner{height:110px!important;max-height:110px!important}@media (max-width:1100px){.mp-pricing-grid,.mp-public-hero{grid-template-columns:1fr}.mp-demo-phone{position:static;width:100%;margin-top:18px}.mp-feature-grid,.mp-product-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.mp-public-shell{width:min(100% - 24px,100%);padding-top:28px}.mp-public-nav{align-items:flex-start;margin-bottom:48px}.mp-public-nav-links{flex-wrap:wrap;justify-content:flex-end}.mp-pricing-head h1,.mp-public-hero h1{font-size:42px}.mp-auth-row,.mp-feature-grid,.mp-product-tabs{grid-template-columns:1fr}.mp-auth-card{padding:24px}}body[data-route="/landingpage"]{background:radial-gradient(circle at 18% 12%,rgba(80,102,135,.13),transparent 34%),radial-gradient(circle at 76% 14%,rgba(80,120,190,.08),transparent 30%),#090a0d!important}body[data-route="/landingpage"] .mp-landing119-shell{width:min(1060px,calc(100vw - 56px))!important;padding-top:40px!important;padding-bottom:90px!important}body[data-route="/landingpage"] .mp-landing119-nav{margin-bottom:76px!important}body[data-route="/landingpage"] .mp-landing119-hero{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(360px,470px)!important;grid-gap:58px!important;gap:58px!important;align-items:center!important;margin-bottom:70px!important}body[data-route="/landingpage"] .mp-landing119-copy h1{font-size:clamp(48px,5vw,72px)!important;line-height:.93!important;letter-spacing:-.07em!important;margin:0!important}body[data-route="/landingpage"] .mp-landing119-copy p{color:#b9c5d8!important;font-size:17px!important;line-height:1.55!important;max-width:560px!important}body[data-route="/landingpage"] .mp-landing119-preview{position:relative!important;overflow:hidden!important;padding:26px!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.025))!important;box-shadow:0 32px 90px rgba(0,0,0,.38)!important}body[data-route="/landingpage"] .mp-landing119-preview h2{font-size:35px!important;line-height:1!important;letter-spacing:-.055em!important;margin:12px 0 10px!important}body[data-route="/landingpage"] .mp-landing119-preview p{color:#b9c5d8!important;font-size:15px!important;line-height:1.45!important;margin:0 0 18px!important}body[data-route="/landingpage"] .mp-landing119-preview-list{display:grid!important;grid-gap:12px!important;gap:12px!important}body[data-route="/landingpage"] .mp-landing119-preview-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:62px!important;padding:14px 16px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.1)!important;background:rgba(0,0,0,.18)!important}body[data-route="/landingpage"] .mp-landing119-preview-row strong{display:block!important;font-size:14px!important}body[data-route="/landingpage"] .mp-landing119-preview-row span{display:block!important;color:#90a0b8!important;font-size:13px!important;margin-top:2px!important}body[data-route="/landingpage"] .mp-landing119-preview-row b{font-size:14px!important;white-space:nowrap!important}body[data-route="/landingpage"] .mp-landing119-tabs-section h2{font-size:clamp(34px,3.6vw,52px)!important;line-height:.98!important;letter-spacing:-.06em!important;margin:0 0 12px!important}body[data-route="/landingpage"] .mp-landing119-tabs-section>p{color:#b9c5d8!important;margin:0 0 24px!important}body[data-route="/landingpage"] .mp-landing119-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important}body[data-route="/landingpage"] .mp-landing119-tabs button{cursor:pointer!important;text-align:left!important;min-height:88px!important;padding:18px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.045)!important;color:#f5f7fb!important;box-shadow:0 18px 45px rgba(0,0,0,.22)!important;transition:border-color .16s ease,background .16s ease,transform .16s ease!important}body[data-route="/landingpage"] .mp-landing119-tabs button.active,body[data-route="/landingpage"] .mp-landing119-tabs button:hover{border-color:rgba(139,182,255,.42)!important;background:linear-gradient(145deg,rgba(139,182,255,.13),rgba(255,255,255,.045))!important;transform:translateY(-1px)!important}body[data-route="/landingpage"] .mp-landing119-tabs strong{display:block!important;font-size:17px!important;margin-bottom:6px!important}body[data-route="/landingpage"] .mp-landing119-tabs span{color:#9cabc1!important;font-size:14px!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important;margin-top:64px!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid article{min-height:130px!important;padding:24px!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.02))!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid h3{font-size:25px!important;margin:0 0 10px!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid p{color:#aab8cc!important;margin:0!important;line-height:1.45!important}body[data-section=book] .mp-booking-page,body[data-section=book] .mp-booking-shell,body[data-section=book] .mp-pro-container,body[data-section=book] main>.mp-pro-container{max-width:980px!important;width:min(980px,calc(100vw - 42px))!important;margin-inline:auto!important}body[data-section=book] .mp-booking-hero,body[data-section=book] .mp-booking-public-hero{min-height:245px!important;height:auto!important;padding:26px 30px!important;border-radius:24px!important;overflow:hidden!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;border:1px solid rgba(139,182,255,.18)!important}body[data-section=book] .mp-booking-hero:before,body[data-section=book] .mp-booking-public-hero:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(4,8,16,.46),rgba(4,8,16,.22) 50%,rgba(4,8,16,.08)),linear-gradient(180deg,rgba(4,8,16,.06),rgba(4,8,16,.5))!important}body[data-section=book] .mp-booking-hero>*,body[data-section=book] .mp-booking-public-hero>*{position:relative!important;z-index:1!important}body[data-section=book] .mp-booking-hero img,body[data-section=book] .mp-booking-public-logo,body[data-section=book] img.mp-booking-public-logo{width:88px!important;height:88px!important;max-width:88px!important;max-height:88px!important;object-fit:contain!important;border-radius:20px!important;background:#fff!important;padding:4px!important}body[data-section=book] .mp-booking-hero h1,body[data-section=book] .mp-booking-public-hero h1{font-size:clamp(34px,3.2vw,46px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:12px 0 10px!important}body[data-section=book] .mp-booking-hero p,body[data-section=book] .mp-booking-public-hero p{font-size:15px!important;line-height:1.45!important;max-width:700px!important}body[data-section=book] .mp-booking-grid,body[data-section=book] .mp-pro-grid{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;grid-gap:20px!important;gap:20px!important;align-items:start!important}body[data-section=book] .mp-pro-card{border-radius:22px!important;padding:22px!important}body[data-section=book] .mp-pro-card h2,body[data-section=book] .mp-pro-card h3{font-size:clamp(26px,2.5vw,34px)!important;line-height:1!important;letter-spacing:-.045em!important;margin-top:0!important}body[data-section=book] .mp-pro-button,body[data-section=book] .mp-public-btn,body[data-section=book] button{min-height:42px!important;border-radius:14px!important}body[data-section=book] .mp-pro-list-item,body[data-section=book] .mp-service-card,body[data-section=book] .mp-slot-card,body[data-section=book] .mp-staff-card{min-height:58px!important;padding:14px 16px!important;border-radius:16px!important}body[data-section=book] .mp-booking-summary,body[data-section=book] aside .mp-pro-card{position:-webkit-sticky!important;position:sticky!important;top:22px!important}body[data-route="/hub/public-page"] .mp-pro-container{max-width:1080px!important;width:min(1080px,calc(100vw - 56px))!important}body[data-route="/hub/public-page"] .mp-pro-card{padding:26px!important;border-radius:26px!important}body[data-route="/hub/public-page"] .mp-pro-card h2{font-size:34px!important;letter-spacing:-.045em!important;line-height:1!important}body[data-route="/hub/public-page"] .mp-pro-card p{font-size:15px!important;line-height:1.45!important}body[data-route="/hub/public-page"] .mp-pro-card ol,body[data-route="/hub/public-page"] .mp-pro-card ul{display:grid!important;grid-gap:10px!important;gap:10px!important;margin:18px 0 22px!important;padding:0!important;list-style:none!important}body[data-route="/hub/public-page"] .mp-pro-card li{display:grid!important;grid-gap:4px!important;gap:4px!important;padding:14px 16px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.1)!important;background:rgba(255,255,255,.035)!important}body[data-route="/hub/public-page"] .mp-pro-card li strong{font-size:15px!important;color:#f6f7fb!important}body[data-route="/hub/public-page"] .mp-pro-card li p,body[data-route="/hub/public-page"] .mp-pro-card li span{margin:0!important;color:#aebbd0!important}body[data-route="/hub/settings"] .mp-pro-container{max-width:1120px!important}body[data-route="/hub/settings"] .mp-pro-card{padding:22px!important}body[data-route="/hub/settings"] h1{font-size:clamp(34px,3.2vw,48px)!important}body[data-route="/hub/settings"] h2{font-size:clamp(26px,2.2vw,34px)!important}body[data-route="/hub/settings"] input,body[data-route="/hub/settings"] select,body[data-route="/hub/settings"] textarea{min-height:38px!important;padding:8px 12px!important;font-size:14px!important}body[data-route="/hub/settings"] .mp-upload-preview.logo{width:92px!important;height:92px!important;max-width:92px!important;max-height:92px!important;object-fit:contain!important;background:#fff!important;border-radius:18px!important}body[data-route="/hub/settings"] .mp-upload-preview.banner{width:100%!important;max-width:420px!important;height:105px!important;max-height:105px!important;object-fit:cover!important;border-radius:18px!important}@media (max-width:1050px){body[data-route="/landingpage"] .mp-landing119-hero,body[data-section=book] .mp-booking-grid,body[data-section=book] .mp-pro-grid{grid-template-columns:1fr!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid,body[data-route="/landingpage"] .mp-landing119-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-section=book] .mp-booking-summary,body[data-section=book] aside .mp-pro-card{position:static!important}}@media (max-width:680px){body[data-route="/landingpage"] .mp-landing119-shell{width:min(100% - 24px,100%)!important}body[data-route="/landingpage"] .mp-landing119-bottom-grid,body[data-route="/landingpage"] .mp-landing119-tabs{grid-template-columns:1fr!important}body[data-route="/landingpage"] .mp-landing119-copy h1{font-size:42px!important}body[data-section=book] .mp-booking-page,body[data-section=book] .mp-booking-shell,body[data-section=book] .mp-pro-container,body[data-section=book] main>.mp-pro-container{width:min(100% - 22px,100%)!important}body[data-section=book] .mp-booking-hero,body[data-section=book] .mp-booking-public-hero{padding:22px!important}}.mp-home123{--home-bg:#090a0d;--home-text:#f6f7fb;--home-muted:#a8b3c7;--home-line:rgba(255,255,255,.105);--home-line-soft:rgba(255,255,255,.07);--home-card:rgba(26,29,35,.84);--home-blue:#8bb6ff;--home-gold:#f7d95e;min-height:100vh;color:var(--home-text);background:radial-gradient(circle at 18% 8%,rgba(95,125,170,.16),transparent 34%),radial-gradient(circle at 80% 14%,rgba(38,54,78,.18),transparent 32%),linear-gradient(180deg,#090a0d,#08090c);overflow-x:hidden}.mp-home123 *{box-sizing:border-box}.mp-home123-hero,.mp-home123-nav,.mp-home123-section{width:min(1120px,calc(100vw - 48px));margin-inline:auto}.mp-home123-nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}.mp-home123-brand{display:inline-flex;align-items:center;gap:10px;color:var(--home-text);text-decoration:none;font-weight:950}.mp-home123-brand img{width:32px;height:32px;object-fit:contain}.mp-home123-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mp-home123-links a{min-height:38px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;color:var(--home-text);text-decoration:none;font-size:14px;font-weight:850;border:1px solid transparent}.mp-home123-links a:hover{border-color:var(--home-line);background:rgba(255,255,255,.045)}.mp-home123-login{border-color:var(--home-line)!important;background:rgba(255,255,255,.055)}.mp-home123-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(370px,520px);grid-gap:68px;gap:68px;align-items:center;padding:76px 0 92px}.mp-home123-pill{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(139,182,255,.24);background:rgba(139,182,255,.08);color:#c5d9ff;font-size:12px;font-weight:950;margin-bottom:18px}.mp-home123 h1,.mp-home123 h2,.mp-home123 h3,.mp-home123 p{margin-top:0}.mp-home123 h1{max-width:760px;font-size:clamp(48px,5.2vw,76px);line-height:.93;letter-spacing:-.075em;margin-bottom:22px}.mp-home123 h2{max-width:820px;font-size:clamp(34px,4vw,58px);line-height:.95;letter-spacing:-.065em;margin-bottom:16px}.mp-home123 h3{font-size:clamp(22px,2.4vw,34px);line-height:1;letter-spacing:-.045em;margin-bottom:12px}.mp-home123 p{color:var(--home-muted);font-size:16px;line-height:1.6}.mp-home123-hero-copy p{max-width:630px;font-size:17px}.mp-home123-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.mp-home123-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:950;border:1px solid var(--home-line)}.mp-home123-btn.primary{background:#f4f4f2;color:#06070a;border-color:#f4f4f2}.mp-home123-btn.ghost{background:rgba(255,255,255,.055);color:var(--home-text)}.mp-home123-demo-card,.mp-home123-feature-like,.mp-home123-preview,.mp-home123-product-card,.mp-home123-product-list article,.mp-home123-service-card{border:1px solid var(--home-line);background:linear-gradient(145deg,rgba(255,255,255,.066),rgba(255,255,255,.018));box-shadow:0 28px 90px rgba(0,0,0,.34)}.mp-home123-preview{position:relative;padding:26px;border-radius:30px}.mp-home123-window-dots{display:flex;gap:8px;margin-bottom:18px}.mp-home123-window-dots span{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.24)}.mp-home123-preview-row{min-height:66px;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 16px;margin-top:12px;border-radius:16px;border:1px solid var(--home-line-soft);background:rgba(0,0,0,.18)}.mp-home123-preview-row span,.mp-home123-preview-row strong{display:block}.mp-home123-preview-row span{color:var(--home-muted);font-size:13px;margin-top:3px}.mp-home123-preview-row b{color:var(--home-text)}.mp-home123-phone{position:absolute;right:-34px;bottom:-46px;width:220px;padding:18px;border-radius:28px;border:1px solid var(--home-line);background:rgba(11,13,17,.96);box-shadow:0 26px 80px rgba(0,0,0,.48)}.mp-home123-phone>span{color:#c5d9ff;font-size:12px;font-weight:900}.mp-home123-phone h3{font-size:28px;margin:8px 0}.mp-home123-phone p{font-size:13px;line-height:1.4}.mp-home123-phone div{padding:11px 12px;border-radius:13px;border:1px solid var(--home-line);margin-top:9px;font-size:13px;font-weight:850}.mp-home123-section{padding:78px 0;scroll-margin-top:24px}.mp-home123-section-head{max-width:820px;margin-bottom:32px}.mp-home123-product{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:18px;gap:18px;align-items:stretch}.mp-home123-product-card{border-radius:28px;padding:30px}.mp-home123-product-card.big p{max-width:620px}.mp-home123-mini-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:26px}.mp-home123-mini-calendar span{min-height:52px;display:grid;place-items:center;border-radius:14px;border:1px solid var(--home-line);background:rgba(255,255,255,.04);font-weight:900}.mp-home123-mini-calendar span.active{background:var(--home-gold);color:#14100a;border-color:var(--home-gold)}.mp-home123-product-list{display:grid;grid-gap:14px;gap:14px}.mp-home123-product-list article{border-radius:22px;padding:20px}.mp-home123-product-list span,.mp-home123-product-list strong{display:block}.mp-home123-product-list strong{margin-bottom:7px}.mp-home123-product-list span{color:var(--home-muted);line-height:1.45}.mp-home123-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.mp-home123-service-card{display:grid;grid-template-rows:auto 1fr;grid-gap:22px;gap:22px;border-radius:28px;padding:24px}.mp-home123-service-top>span{color:#c5d9ff;font-size:12px;font-weight:950}.mp-home123-service-top h3{margin-top:12px}.mp-home123-service-plans{display:grid;grid-gap:10px;gap:10px;align-content:end}.mp-home123-service-plan{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:13px 14px;border-radius:15px;border:1px solid var(--home-line-soft);background:rgba(0,0,0,.18)}.mp-home123-service-plan small,.mp-home123-service-plan strong{display:block}.mp-home123-service-plan small{color:var(--home-muted);margin-top:3px;line-height:1.35}.mp-home123-service-plan b{font-size:14px;white-space:nowrap;color:var(--home-gold)}.mp-home123-demo{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:22px;gap:22px;align-items:center;padding-bottom:110px}.mp-home123-demo-card{display:grid;grid-gap:12px;gap:12px;border-radius:28px;padding:24px}.mp-home123-demo-card strong{font-size:22px;letter-spacing:-.03em}.mp-home123-demo-card span{color:var(--home-muted);padding:12px 14px;border-radius:14px;border:1px solid var(--home-line-soft);background:rgba(0,0,0,.16)}.mp-home123-demo-card .mp-home123-btn{margin-top:8px}@media (max-width:1120px){.mp-home123-demo,.mp-home123-hero,.mp-home123-product{grid-template-columns:1fr}.mp-home123-preview{max-width:680px}.mp-home123-phone{position:static;width:100%;margin-top:18px}.mp-home123-services{grid-template-columns:1fr}.mp-home123-service-card{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-rows:auto}}@media (max-width:720px){.mp-home123-hero,.mp-home123-nav,.mp-home123-section{width:min(100% - 24px,100%)}.mp-home123-nav{min-height:auto;padding:22px 0 12px;align-items:flex-start}.mp-home123-links{gap:6px}.mp-home123-links a{min-height:34px;padding:0 10px;font-size:12px}.mp-home123-hero{padding:46px 0 58px;gap:34px}.mp-home123 h1{font-size:42px;letter-spacing:-.06em}.mp-home123 h2{font-size:34px;letter-spacing:-.055em}.mp-home123 p,.mp-home123-hero-copy p{font-size:15px}.mp-home123-actions{display:grid;grid-template-columns:1fr}.mp-home123-btn{width:100%}.mp-home123-demo-card,.mp-home123-preview,.mp-home123-product-card,.mp-home123-service-card{border-radius:22px;padding:20px}.mp-home123-preview-row,.mp-home123-service-plan{grid-template-columns:1fr}.mp-home123-preview-row{align-items:flex-start}.mp-home123-section{padding:54px 0}.mp-home123-mini-calendar,.mp-home123-product-list{gap:8px}.mp-home123-mini-calendar span{min-height:42px;font-size:13px}.mp-home123-service-card{grid-template-columns:1fr}.mp-home123-service-plan b{white-space:normal}.mp-home123-demo{padding-bottom:72px}}.mp-home125 .mp-home124-pill{background:rgba(139,182,255,.11);border-color:rgba(139,182,255,.34);color:#d7e6ff}.mp-home125 .mp-home124-btn,.mp-home125 .mp-home124-navlinks a{box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.22)}.mp-home125 .mp-home124-btn{min-height:46px;padding-inline:22px;border-width:1px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.mp-home125 .mp-home124-btn:hover,.mp-home125 .mp-home124-navlinks a:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.23);background:rgba(255,255,255,.08)}.mp-home125 .mp-home124-btn.primary,.mp-home125 .mp-home124-navlinks .login{background:#f4f4f2;color:#050609;border-color:#f4f4f2;box-shadow:0 16px 34px rgba(255,255,255,.08),0 14px 42px rgba(0,0,0,.35)}.mp-home125-showcase{position:relative;min-height:390px}.mp-home125-browser{width:100%;min-height:315px;padding:28px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));box-shadow:0 34px 100px rgba(0,0,0,.42)}.mp-home125-metric{min-height:66px;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 16px;margin-top:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18)}.mp-home125-metric span,.mp-home125-metric strong{display:block}.mp-home125-metric span{color:#a8b3c7;font-size:13px;margin-top:3px}.mp-home125-metric b{color:#f6f7fb;font-size:16px}.mp-home125-phone{position:absolute;right:-28px;bottom:-34px;width:235px;padding:18px;border-radius:28px;border:1px solid rgba(255,255,255,.13);background:rgba(8,10,14,.97);box-shadow:0 26px 80px rgba(0,0,0,.52)}.mp-home125-phone small{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(139,182,255,.1);border:1px solid rgba(139,182,255,.18);color:#d7e6ff;font-size:11px;font-weight:950}.mp-home125-phone h3{margin:12px 0 6px;font-size:30px;letter-spacing:-.045em}.mp-home125-phone p{font-size:13px;line-height:1.35;margin-bottom:12px}.mp-home125-phone button{width:100%;min-height:40px;margin-top:8px;padding:0 12px;text-align:left;border-radius:13px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#f6f7fb;font-weight:900}.mp-home125-phone strong{width:100%;min-height:40px;margin-top:12px;display:grid;place-items:center;border-radius:999px;background:#f4f4f2;color:#050609;font-size:13px}.mp-home125 .mp-home124-service p{min-height:102px}.mp-home125 .mp-home124-plan{min-height:72px}.mp-home125-demo-section{display:block!important}.mp-home125-demo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:28px}.mp-home125-demo-feature{min-height:150px;padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.28)}.mp-home125-demo-feature span,.mp-home125-demo-feature strong{display:block}.mp-home125-demo-feature strong{font-size:20px;letter-spacing:-.035em}.mp-home125-demo-feature span{margin-top:12px;color:#a8b3c7;line-height:1.5}.mp-home125-demo-final{margin-top:18px;padding:26px;border-radius:28px;border:1px solid rgba(247,217,94,.22);background:radial-gradient(circle at 18% 20%,rgba(247,217,94,.12),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center}.mp-home125-demo-final p{margin-bottom:0}.mp-home125-demo-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.mp-home125-contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,520px);grid-gap:28px;gap:28px;align-items:start;padding-bottom:115px}.mp-home125-form{padding:26px;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));box-shadow:0 30px 90px rgba(0,0,0,.32)}.mp-home125-form label{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px;color:#f6f7fb;font-size:13px;font-weight:900}.mp-home125-form input,.mp-home125-form textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:rgba(7,9,13,.82);color:#f6f7fb;border-radius:16px;padding:13px 14px;outline:none;font:inherit;font-size:14px}.mp-home125-form textarea{resize:vertical}.mp-home125-form input:focus,.mp-home125-form textarea:focus{border-color:rgba(139,182,255,.45);box-shadow:0 0 0 3px rgba(139,182,255,.08)}.mp-home125-form button{width:100%;min-height:46px;border:0;border-radius:999px;background:#f4f4f2;color:#050609;font-weight:950;cursor:pointer;margin-top:4px}.mp-home125-form small{display:block;color:#8490a5;line-height:1.45;margin-top:12px}@media (max-width:1120px){.mp-home125-showcase{max-width:690px;min-height:auto}.mp-home125-phone{position:static;width:100%;margin-top:16px}.mp-home125-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-home125-contact,.mp-home125-demo-final{grid-template-columns:1fr}.mp-home125-demo-actions{justify-content:flex-start}}@media (max-width:720px){.mp-home125 .mp-home124-nav{gap:14px}.mp-home125 .mp-home124-brand img{width:26px;height:26px}.mp-home125 .mp-home124-brand span{font-size:14px}.mp-home125 .mp-home124-navlinks{max-width:100%}.mp-home125 .mp-home124-navlinks a{min-height:34px;padding-inline:10px;font-size:12px}.mp-home125-showcase{min-height:auto}.mp-home125-browser{padding:20px;border-radius:22px}.mp-home125-metric{min-height:auto;align-items:flex-start}.mp-home125-phone{border-radius:22px}.mp-home125-demo-grid{grid-template-columns:1fr}.mp-home125-demo-feature{min-height:auto;padding:18px}.mp-home125-demo-final{padding:20px;border-radius:22px}.mp-home125-demo-actions{display:grid;grid-template-columns:1fr}.mp-home125-contact{grid-template-columns:1fr;padding-bottom:72px}.mp-home125-form{padding:20px;border-radius:22px}}body.route-admin,body[data-route="/admin"]{background:radial-gradient(circle at 20% 0,rgba(81,117,166,.12),transparent 34%),radial-gradient(circle at 80% 10%,rgba(244,214,94,.055),transparent 28%),#07090d!important;color:#f4f6fb!important}body.route-admin main,body[data-route="/admin"] main{min-height:100vh;padding:34px 20px 80px!important}body.route-admin .container,body[data-route="/admin"] .container{width:min(1180px,calc(100vw - 40px))!important;max-width:1180px!important;margin:0 auto!important;padding:0!important}body.route-admin .topbar,body[data-route="/admin"] .topbar{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:22px!important}body.route-admin h1,body[data-route="/admin"] h1{font-size:clamp(34px,4.4vw,58px)!important;line-height:.9!important;letter-spacing:-.06em!important;margin:0 0 14px!important;max-width:760px!important}body.route-admin .section-intro,body[data-route="/admin"] .section-intro{color:#aeb8c9!important;font-size:15px!important;line-height:1.55!important;max-width:680px!important;margin:0!important}body.route-admin .btn,body[data-route="/admin"] .btn{border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;color:#f7f8fb!important;padding:11px 18px!important;font-weight:900!important;cursor:pointer!important}body.route-admin .btn:hover,body[data-route="/admin"] .btn:hover{background:rgba(255,255,255,.11)!important}body.route-admin .kpi-grid,body[data-route="/admin"] .kpi-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important}body.route-admin .card,body.route-admin .kpi-card,body[data-route="/admin"] .card,body[data-route="/admin"] .kpi-card{border:1px solid rgba(255,255,255,.1)!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;border-radius:24px!important;box-shadow:0 24px 70px rgba(0,0,0,.3)!important}body.route-admin .kpi-card,body[data-route="/admin"] .kpi-card{padding:18px!important}body.route-admin .kpi-card h4,body[data-route="/admin"] .kpi-card h4{margin:0 0 10px!important;color:#9aa6ba!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important}body.route-admin .kpi-card strong,body[data-route="/admin"] .kpi-card strong{display:block!important;font-size:26px!important;line-height:1!important;color:#fff!important}body.route-admin .card,body[data-route="/admin"] .card{padding:20px!important;overflow:hidden!important}body.route-admin .card h3,body[data-route="/admin"] .card h3{margin:0 0 14px!important;font-size:24px!important;letter-spacing:-.035em!important}body.route-admin .table-wrap,body[data-route="/admin"] .table-wrap{width:100%!important;overflow-x:auto!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.07)!important}body.route-admin table,body[data-route="/admin"] table{width:100%!important;border-collapse:collapse!important;min-width:760px!important;background:rgba(9,13,20,.55)!important}body.route-admin th,body[data-route="/admin"] th{text-align:left!important;color:#aeb8c9!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important;padding:13px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;white-space:nowrap!important}body.route-admin td,body[data-route="/admin"] td{color:#f4f6fb!important;font-size:14px!important;padding:13px 14px!important;border-bottom:1px solid rgba(255,255,255,.06)!important;white-space:nowrap!important}body.route-admin tr:last-child td,body[data-route="/admin"] tr:last-child td{border-bottom:0!important}body.route-admin .alert,body[data-route="/admin"] .alert{border-radius:18px!important;padding:14px 16px!important;border:1px solid rgba(248,113,113,.28)!important;background:rgba(127,29,29,.22)!important;color:#fecaca!important}@media (max-width:820px){body.route-admin main,body[data-route="/admin"] main{padding:24px 14px 70px!important}body.route-admin .container,body[data-route="/admin"] .container{width:min(100%,calc(100vw - 28px))!important}body.route-admin .topbar,body[data-route="/admin"] .topbar{flex-direction:column!important}body.route-admin .kpi-grid,body[data-route="/admin"] .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.route-admin h1,body[data-route="/admin"] h1{font-size:clamp(34px,12vw,48px)!important}}.mp-contact136-form{display:grid!important;grid-gap:14px!important;gap:14px!important}.mp-contact136-form label{display:grid!important;grid-gap:7px!important;gap:7px!important;color:#f8fafc!important;font-weight:800!important}.mp-contact136-form input,.mp-contact136-form textarea{width:100%!important;box-sizing:border-box!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.06)!important;color:#f8fafc!important;padding:14px 16px!important;outline:none!important;font:inherit!important;font-weight:700!important}.mp-contact136-form input:focus,.mp-contact136-form textarea:focus{border-color:rgba(255,255,255,.38)!important;background:rgba(255,255,255,.085)!important}.mp-contact136-submit{width:100%!important;min-height:54px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.9)!important;background:#f8fafc!important;color:#05070b!important;font-size:15px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 20px 50px rgba(255,255,255,.09)!important}.mp-contact136-submit:hover{transform:translateY(-1px)!important}.mp-contact136-submit:disabled{opacity:.65!important;cursor:wait!important}.mp-contact136-status{margin:0!important;padding:13px 16px!important;border-radius:14px!important;font-weight:900!important}.mp-contact136-status.success{color:#bbf7d0!important;border:1px solid rgba(34,197,94,.35)!important;background:rgba(34,197,94,.12)!important}.mp-contact136-status.error{color:#fecaca!important;border:1px solid rgba(239,68,68,.35)!important;background:rgba(239,68,68,.12)!important}.mp-contact136-status.loading{color:#dbeafe!important;border:1px solid rgba(96,165,250,.35)!important;background:rgba(96,165,250,.12)!important}.mp-contact139-form{display:grid!important;grid-gap:14px!important;gap:14px!important}.mp-contact139-form label{display:grid!important;grid-gap:7px!important;gap:7px!important;color:#f8fafc!important;font-weight:850!important}.mp-contact139-form input,.mp-contact139-form textarea{width:100%!important;box-sizing:border-box!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.065)!important;color:#f8fafc!important;padding:14px 16px!important;outline:none!important;font:inherit!important;font-weight:750!important}.mp-contact139-submit{width:100%!important;min-height:54px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.9)!important;background:#f8fafc!important;color:#05070b!important;font-size:15px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 20px 50px rgba(255,255,255,.09)!important}.mp-contact139-submit:disabled{opacity:.7!important;cursor:wait!important}.mp-contact139-status{margin:0!important;padding:13px 16px!important;border-radius:14px!important;font-weight:900!important}.mp-contact139-status.success{color:#bbf7d0!important;border:1px solid rgba(34,197,94,.35)!important;background:rgba(34,197,94,.12)!important}.mp-contact139-status.error{color:#fecaca!important;border:1px solid rgba(239,68,68,.35)!important;background:rgba(239,68,68,.12)!important}.mp-contact139-status.loading{color:#dbeafe!important;border:1px solid rgba(96,165,250,.35)!important;background:rgba(96,165,250,.12)!important}body,html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a,b,body,button,input,li,p,select,small,span,strong,textarea{letter-spacing:normal!important}.home144 h1,.home144 h2,.home144 h3,.home144-hero h1,.home144-section h2{letter-spacing:-.035em!important;font-weight:780!important}.home144 .home144-badge,.home144 a,.home144 button,.home144 small,.home144 span,.home144-card span,.home144-card strong,.home144-demo-grid a,.home144-demo-grid span,.home144-demo-grid strong,.home144-nav a{font-weight:650!important;letter-spacing:normal!important}.home-contact-form button,.home144-contact button,.home144-demo-cta a,.home144-demo-grid a,.home144-nav a,.home144-primary,.home144-secondary{font-weight:720!important;letter-spacing:normal!important}.home144 .home144-badge,.home144 [class*=badge],.home144-badge{font-size:13px!important;font-weight:650!important;letter-spacing:normal!important;line-height:1!important}.home144-phone,.home144-phone *,.home144-visual,.home144-visual *{letter-spacing:normal!important}.home144-phone b,.home144-phone strong,.home144-visual b,.home144-visual strong{font-weight:650!important}.home144-nav nav{display:flex!important;align-items:center!important;gap:10px!important}.home144-nav nav a{min-height:40px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;color:rgba(248,250,252,.9)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 28px rgba(0,0,0,.18)!important;text-decoration:none!important}.home144-nav nav a:hover{transform:translateY(-1px);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important;border-color:rgba(255,255,255,.22)!important}.home144-login,.home144-nav nav a:last-child{background:#f5f5f5!important;color:#09090b!important;border-color:rgba(255,255,255,.38)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 18px 42px rgba(255,255,255,.1)!important}.home144-actions a,.home144-primary,.home144-secondary{min-height:46px!important;padding:0 22px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;line-height:1!important;white-space:nowrap!important}.home144-primary{background:#f5f5f5!important;color:#08090b!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 18px 42px rgba(255,255,255,.1)!important}.home144-secondary{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;color:rgba(248,250,252,.92)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 28px rgba(0,0,0,.2)!important}.home144-primary:hover,.home144-secondary:hover{transform:translateY(-1px)}.home144-demo-grid{align-items:stretch!important}.home144-demo-card,.home144-demo-grid article,.home144-demo-grid div[class*=card],.home144-demo-grid>*{height:100%!important}.home144-demo-grid article,.home144-demo-grid>div{display:flex!important;flex-direction:column!important}.home144-demo-grid article p,.home144-demo-grid>div p{flex:1 1 auto!important}.home144-demo-grid article a,.home144-demo-grid>div a{margin-top:auto!important;width:-moz-fit-content!important;width:fit-content!important;min-height:46px!important;padding:0 22px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;line-height:1!important;white-space:nowrap!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;color:rgba(248,250,252,.94)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 30px rgba(0,0,0,.22)!important}.home144-demo-grid article:nth-child(2) a,.home144-demo-grid>div:nth-child(2) a{opacity:.92!important}.home144-demo-grid article:nth-child(3) a,.home144-demo-grid>div:nth-child(3) a{max-width:100%!important}.home144-demo-cta{justify-content:space-between!important;gap:24px!important}.home144-demo-cta,.home144-demo-cta>div:last-child{display:flex!important;align-items:center!important}.home144-demo-cta>div:last-child{justify-content:flex-end!important;gap:12px!important;min-width:360px!important}.home144-demo-cta a{min-height:46px!important;padding:0 22px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;text-decoration:none!important}.hub145-badge,.hub145-btn,.hub145-card,.hub145-card *,.hub145-feature-grid *{letter-spacing:normal!important}.hub145-card h2{letter-spacing:-.025em!important;font-weight:760!important}.hub145-badge,.hub145-btn,.hub145-feature-grid strong{font-weight:650!important}@media (max-width:900px){.home144-demo-cta{flex-direction:column!important;align-items:flex-start!important}.home144-demo-cta>div:last-child{min-width:0!important;width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}}@media (max-width:720px){.home144 h1,.home144 h2,.home144 h3,.home144-hero h1,.home144-section h2{letter-spacing:-.025em!important;font-weight:760!important}.home144-nav nav{flex-wrap:wrap!important;justify-content:flex-start!important}.home144-nav nav a{min-height:38px!important;padding:0 13px!important;font-size:13px!important}.home144-actions{flex-direction:column!important;align-items:stretch!important}.home144-actions a,.home144-demo-cta a,.home144-demo-grid article a,.home144-demo-grid>div a,.home144-primary,.home144-secondary{width:100%!important}}.home155,.home155 *{letter-spacing:-.015em;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.home155 h1,.home155 h2,.home155 h3{font-weight:760!important;letter-spacing:-.045em;line-height:.95}.home155 a,.home155 b,.home155 button,.home155 p,.home155 small,.home155 span,.home155 strong{letter-spacing:-.01em}.home155-nav nav{display:flex!important;align-items:center!important;gap:12px!important}.home155-nav nav a[href="#producto"],.home155-nav nav a[href="#servicios"]{display:none!important}.home155-nav nav a{min-height:42px!important;padding:0 18px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:650!important;font-size:.95rem!important}.home155-hero{min-height:calc(100vh - 110px)!important;padding-top:72px!important;padding-bottom:64px!important;align-items:center!important}.home155-hero h1{max-width:720px!important;font-size:clamp(4rem,7vw,7.4rem)!important;line-height:.93!important;margin-bottom:26px!important}.home155-hero p{max-width:650px!important;font-size:clamp(1.05rem,1.35vw,1.35rem)!important;line-height:1.45!important}.home144-actions{gap:14px!important;margin-top:28px!important}.home144-demo-cta a,.home144-demo-grid a,.home144-primary,.home144-secondary{height:48px!important;min-width:148px!important;padding:0 24px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;text-decoration:none!important}.home144-demo-grid article{display:flex!important;flex-direction:column!important;min-height:270px!important}.home144-demo-grid article>span:first-child{display:none!important}.home144-demo-grid article p{flex:1 1!important}.home144-demo-grid article a{align-self:flex-start!important;margin-top:auto!important}.home144-demo-cta a,.home144-demo-grid a,.home144-nav a,.home144-phone div,.home144-row strong{font-weight:650!important}@media (max-width:760px){.home155-nav{padding-top:18px!important}.home155-nav nav a:not(.home144-login):not([href="#contacto"]){display:none!important}.home155-nav nav a[href="#contacto"]{display:inline-flex!important}.home155-hero{min-height:auto!important;padding-top:44px!important;padding-bottom:54px!important}.home155-hero h1{font-size:clamp(3.25rem,16vw,5rem)!important;line-height:.94!important;letter-spacing:-.05em!important}.home155-hero p{font-size:1rem!important;line-height:1.45!important}.home144-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important}.home144-demo-cta a,.home144-demo-grid a,.home144-primary,.home144-secondary{width:100%!important}.home144-demo-grid article{min-height:auto!important}}.home144-offers-link{border:1px solid rgba(255,255,255,.1);border-radius:34px;background:radial-gradient(circle at top right,rgba(230,196,110,.1),transparent 24rem),rgba(255,255,255,.035);padding:clamp(28px,5vw,54px)!important}.mptech-footer-legal{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:44px 0 56px;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px;color:rgba(255,255,255,.66)}.mptech-footer-legal strong{display:block;color:#fff;font-size:22px;margin-bottom:10px}.mptech-footer-legal p,.mptech-footer-legal small{display:block;color:rgba(255,255,255,.62);line-height:1.7}.mptech-footer-legal nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-content:flex-start}.mptech-footer-legal nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:rgba(255,255,255,.78);font-size:13px;font-weight:800}@media (max-width:760px){.mptech-footer-legal{width:calc(100% - 20px);grid-template-columns:1fr}.mptech-footer-legal nav{justify-content:flex-start}.mptech-footer-legal nav a{width:100%;justify-content:center}}.home144 h1,.home155 h1{font-size:clamp(42px,6vw,78px)!important;line-height:.98!important;font-weight:800!important}.home144-section h2,.home155 h2{font-size:clamp(30px,4vw,54px)!important;line-height:.98!important;font-weight:800!important}.home144 p,.home144-demo-grid article p,.home144-plan small,.home144-service-card p,.home155 p{font-size:15.5px!important;line-height:1.72!important}.home144-demo-grid article h3,.home144-product-list article h3,.home144-product-main h3,.home144-service-card h3{font-size:clamp(22px,2.2vw,28px)!important;line-height:1.08!important;font-weight:800!important}.home144-plan b,.home144-plan strong{font-size:15px!important}@media (max-width:680px){.home144 h1,.home155 h1{font-size:clamp(36px,10vw,56px)!important}.home144-section h2,.home155 h2{font-size:clamp(28px,8vw,40px)!important}}.home144-services{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.home144-service-card{min-height:auto!important}.home144-service-card h3{font-size:clamp(21px,2vw,26px)!important;line-height:1.12!important;font-weight:760!important}.home144-service-card>p{font-size:14.5px!important;line-height:1.62!important}.home144-plan{align-items:center!important;gap:14px!important}.home144-plan strong{font-size:14.5px!important;line-height:1.25!important}.home144-plan small{line-height:1.48!important}.home144-plan b{min-width:118px!important;text-align:right!important;font-size:13.5px!important}@media (max-width:980px){.home144-services{grid-template-columns:1fr!important}.home144-plan b{min-width:auto!important}}@media (max-width:640px){.home144-plan{align-items:flex-start!important;flex-direction:column!important}.home144-plan b{text-align:left!important}}.mptech-footer-legal{margin-top:clamp(48px,7vw,90px)!important;margin-bottom:0!important;padding:clamp(34px,5vw,54px) clamp(22px,4vw,38px)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:34px 34px 0 0!important;background:radial-gradient(circle at top right,rgba(230,196,110,.08),transparent 24rem),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;box-shadow:0 -18px 70px rgba(0,0,0,.22)!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important;grid-gap:clamp(28px,5vw,60px)!important;gap:clamp(28px,5vw,60px)!important;align-items:start!important}.mptech-footer-legal strong{font-size:20px!important;line-height:1.2!important;margin-bottom:14px!important}.mptech-footer-legal p{max-width:620px!important;margin:0 0 12px!important;font-size:14.5px!important;line-height:1.75!important}.mptech-footer-legal small{max-width:720px!important;margin-top:14px!important;font-size:12.5px!important;line-height:1.7!important;opacity:.82!important}.mptech-footer-legal nav{justify-content:flex-end!important;gap:10px!important}.mptech-footer-legal nav a{min-height:36px!important;padding:0 13px!important;font-size:12.5px!important;border-color:rgba(255,255,255,.12)!important}@media (max-width:820px){.mptech-footer-legal{width:calc(100% - 20px)!important;grid-template-columns:1fr!important;border-radius:28px 28px 0 0!important}.mptech-footer-legal nav{justify-content:flex-start!important}.mptech-footer-legal nav a{width:auto!important}}@media (max-width:520px){.mptech-footer-legal nav a{width:100%!important;justify-content:center!important}}.home144-tools-preview{background:radial-gradient(circle at top right,rgba(86,132,255,.1),transparent 24rem),rgba(255,255,255,.035);padding:clamp(28px,5vw,54px)!important;border:1px solid rgba(255,255,255,.1);border-radius:34px;background:radial-gradient(circle at top right,rgba(86,132,255,.09),transparent 24rem),rgba(255,255,255,.032);padding:clamp(28px,5vw,46px)!important}.home144-tools-preview h2{max-width:780px!important}.home144-tools-preview p{max-width:760px!important}.home144-plan strong{font-weight:650!important;font-size:14px!important;line-height:1.35!important;letter-spacing:-.01em!important}.home144-plan small{font-weight:400!important;font-size:13.5px!important;line-height:1.55!important;color:rgba(255,255,255,.72)!important}.home144-plan b{font-weight:700!important;font-size:13px!important;line-height:1.25!important;color:#f5d76e!important}.home144-plan{padding:18px 14px!important}.home144-nav nav a,.home155-nav nav a{font-weight:650!important;font-size:13px!important}.home144-demo-grid article,.home144-product-list article,.home144-service-card{font-weight:400!important}.home144-demo-grid article h3,.home144-product-list article h3,.home144-service-card h3{font-weight:720!important}#herramientas-preview,#tools,.home144-tools-preview{display:none!important}