:root{--navy:#0f203c;--teal:#3f8f9b;--white:#ffffff;--text:#0f203c;--muted:rgba(15,32,60,.66);--line:rgba(15,32,60,.12);--soft:rgba(63,143,155,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--white);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none}a,button{color:inherit}button{font:inherit}img{max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(1200px,calc(100% - 40px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:760;letter-spacing:-.045em}.logo-crop{width:38px;height:38px;display:block;overflow:hidden;border:1px solid rgba(15,32,60,.08);border-radius:10px;background:white}.logo-crop img{width:51px;max-width:none;height:51px;transform:translate(-7px,-6px);object-fit:cover}.wordmark span{color:var(--teal)}.main-nav{margin-left:auto;display:flex;align-items:center;gap:30px}.main-nav a{position:relative;font-size:13px;font-weight:560}.main-nav a:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:1px;background:var(--teal);transform:scaleX(0);transition:transform .25s ease}.main-nav a:hover:after{transform:scaleX(1)}.mobile-contact{display:none}.header-cta{min-height:43px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border-radius:9px;background:var(--navy);color:white;font-size:13px;font-weight:690;transition:background .2s ease,transform .2s ease}.header-cta:hover{background:var(--teal);transform:translateY(-1px)}.arrow{display:inline-block;transition:transform .2s ease}a:hover .arrow{transform:translate(2px,-2px)}.menu-button{display:none}.hero-section{width:min(1200px,calc(100% - 40px));min-height:720px;margin:auto;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;grid-gap:62px;gap:62px;padding:80px 0 88px}.hero-copy{position:relative;z-index:2}.hero-logo-lockup{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:10px;color:rgba(15,32,60,.62);font-size:11px;font-weight:680;letter-spacing:.08em;text-transform:uppercase;opacity:0;animation:intro-up .6s ease .05s forwards}.hero-logo{width:44px;height:44px;display:block;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:white;box-shadow:0 8px 24px rgba(15,32,60,.08)}.hero-logo img{width:58px;max-width:none;height:58px;transform:translate(-7px,-7px)}.hero-copy h1{max-width:630px;margin:26px 0 24px;font-size:clamp(57px,6vw,82px);line-height:.96;letter-spacing:-.068em;font-weight:720;opacity:0;animation:intro-up .65s ease .12s forwards}.hero-copy h1 span{color:var(--teal)}.hero-copy>p{max-width:570px;margin:0;color:var(--muted);font-size:17px;line-height:1.68;letter-spacing:-.01em;opacity:0;animation:intro-up .65s ease .2s forwards}.hero-actions{display:flex;gap:11px;margin-top:32px;opacity:0;animation:intro-up .65s ease .27s forwards}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 21px;border-radius:10px;font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.primary-button{background:var(--navy);color:white;box-shadow:0 12px 28px rgba(15,32,60,.15)}.primary-button:hover{background:var(--teal);box-shadow:0 15px 32px rgba(63,143,155,.22)}.secondary-button{border:1px solid var(--line);background:white}.secondary-button:hover{border-color:rgba(63,143,155,.45);background:var(--soft)}.hero-trust{display:flex;flex-wrap:wrap;gap:17px;margin-top:25px;color:rgba(15,32,60,.68);font-size:11px;font-weight:610;opacity:0;animation:intro-up .65s ease .34s forwards}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(63,143,155,.12);color:var(--teal);font-style:normal;font-size:9px;font-weight:800}.hero-product{min-width:0;height:550px;position:relative;display:grid;place-items:center;opacity:0;animation:intro-scale .8s ease .18s forwards}.hero-grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(63,143,155,.14) 1px,transparent 0),linear-gradient(90deg,rgba(63,143,155,.14) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,black 25%,transparent 72%);mask-image:radial-gradient(circle at center,black 25%,transparent 72%)}.product-frame{width:100%;max-width:665px;height:438px;position:relative;border:6px solid var(--navy);border-radius:17px;background:white;box-shadow:0 36px 80px rgba(15,32,60,.19),0 8px 20px rgba(15,32,60,.08);animation:frame-float 7s ease-in-out infinite}.frame-top{height:31px;display:flex;align-items:center;gap:5px;padding:0 11px;border-bottom:1px solid var(--line);background:#f7f9fa}.frame-top>span{width:5px;height:5px;border-radius:50%;background:rgba(15,32,60,.24)}.frame-top b{margin-left:8px;color:rgba(15,32,60,.45);font-size:6px;font-weight:550}.frame-top i{margin-left:auto;display:flex;align-items:center;gap:5px;color:var(--teal);font-size:6px;font-style:normal;font-weight:730}.frame-top i:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(63,143,155,.1);animation:pulse 2s ease infinite}.dashboard{height:calc(100% - 31px);display:flex;overflow:hidden;border-radius:0 0 10px 10px}.dashboard aside{width:55px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:9px;background:var(--navy)}.dash-brand{width:29px;height:29px;margin-bottom:14px;overflow:hidden;border-radius:7px;background:white}.dash-brand img{width:39px;max-width:none;height:39px;transform:translate(-5px,-5px)}.dashboard aside>i{width:29px;height:29px;display:grid;place-items:center;border-radius:7px;color:rgba(255,255,255,.48);font-size:10px;font-style:normal}.dashboard aside>i.active{background:rgba(255,255,255,.11);color:white}.dashboard aside>b{width:28px;height:28px;display:grid;place-items:center;margin-top:auto;border-radius:50%;background:var(--teal);color:white;font-size:7px}.dash-main{flex:1 1;min-width:0;padding:20px;background:#f7f9fa}.dash-heading{display:flex;justify-content:space-between;align-items:center}.dash-heading small,.dash-heading strong{display:block}.dash-heading small{color:rgba(15,32,60,.43);font-size:6px;letter-spacing:.14em}.dash-heading strong{margin-top:4px;font-size:14px;letter-spacing:-.025em}.dash-heading button{padding:7px 10px;border:1px solid var(--line);border-radius:6px;background:white;color:rgba(15,32,60,.58);font-size:6px}.dash-stats{display:grid;grid-template-columns:1.25fr .78fr .78fr;grid-gap:8px;gap:8px;margin-top:15px}.dash-stats article{padding:12px;border:1px solid var(--line);border-radius:9px;background:white}.dash-stats small,.dash-stats span,.dash-stats strong{display:block}.dash-stats span{color:rgba(15,32,60,.55);font-size:7px}.dash-stats strong{margin:6px 0 3px;font-size:15px;letter-spacing:-.04em}.dash-stats small{color:rgba(15,32,60,.42);font-size:5.5px}.dash-stats .primary-stat{border-color:var(--navy);background:var(--navy);color:white}.dash-stats .primary-stat small,.dash-stats .primary-stat span{color:rgba(255,255,255,.58)}.dash-bottom{display:grid;grid-template-columns:1.3fr .78fr;grid-gap:8px;gap:8px;margin-top:8px}.dash-bottom>article{height:207px;padding:12px;border:1px solid var(--line);border-radius:9px;background:white}.orders-list>div:first-child,.sales-chart>div:first-child{display:flex;align-items:center;justify-content:space-between}.orders-list strong,.sales-chart strong{font-size:7px}.orders-list>div span,.sales-chart span{color:rgba(15,32,60,.45);font-size:5.5px}.bars{height:138px;display:flex;align-items:end;gap:6px;padding-top:14px;border-bottom:1px solid var(--line)}.bars i{flex:1 1;border-radius:3px 3px 0 0;background:rgba(63,143,155,.22);transform-origin:bottom;animation:bar-rise .8s .55s both}.bars i:nth-child(10),.bars i:nth-child(4),.bars i:nth-child(8){background:var(--teal)}.sales-chart>small{display:flex;justify-content:space-between;margin-top:5px;color:rgba(15,32,60,.38);font-size:4.5px}.orders-list p{display:grid;grid-template-columns:29px 1fr auto;grid-gap:7px;gap:7px;align-items:center;margin:10px 0 0;padding-bottom:10px;border-bottom:1px solid rgba(15,32,60,.07)}.orders-list p>i{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:rgba(63,143,155,.1);color:var(--teal);font-style:normal;font-size:5px;font-weight:750}.orders-list p>span,.orders-list p>span b{display:block}.orders-list p>span{color:rgba(15,32,60,.45);font-size:5px}.orders-list p>span b{margin-bottom:3px;color:var(--navy);font-size:6px}.orders-list p>strong{font-size:6px}.order-notice,.sync-notice{position:absolute;z-index:4;box-shadow:0 18px 36px rgba(15,32,60,.19)}.sync-notice{right:-20px;bottom:-27px;display:flex;gap:10px;align-items:center;padding:11px 15px 11px 10px;border-radius:10px;background:var(--navy);color:white;animation:notice-breathe 4s ease-in-out infinite}.sync-notice>i{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:var(--teal);font-style:normal;font-size:10px;font-weight:800}.sync-notice b,.sync-notice span{display:block}.sync-notice span{color:rgba(255,255,255,.55);font-size:6px}.sync-notice b{margin-bottom:3px;color:white;font-size:8px}.order-notice{left:-31px;top:48px;width:151px;padding:14px;border:1px solid var(--line);border-radius:10px;background:white;animation:notice-in 5s ease-in-out infinite}.order-notice small,.order-notice span,.order-notice strong{display:block}.order-notice span{color:var(--teal);font-size:5.5px;font-weight:760;letter-spacing:.12em}.order-notice strong{margin:7px 0 4px;font-size:10px}.order-notice small{color:rgba(15,32,60,.42);font-size:5px}.value-bar{width:min(1200px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px}.value-bar>div{min-height:130px;padding:23px 25px;border-right:1px solid var(--line)}.value-bar>div:last-child{border-right:0}.value-bar span{color:var(--teal);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.value-bar strong{display:block;margin:14px 0 6px;font-size:14px;letter-spacing:-.02em}.value-bar p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.section{padding:120px max(20px,calc((100vw - 1200px)/2))}.eyebrow{color:var(--teal);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;font-weight:760;letter-spacing:.14em}.eyebrow.light{color:rgba(255,255,255,.65)}.section-intro{max-width:850px}.center-heading h2,.faq-heading h2,.final-section h2,.platform-heading h2,.section-intro h2,.subscription-copy h2{margin:17px 0 0;font-size:clamp(44px,5.2vw,68px);line-height:1.03;letter-spacing:-.058em;font-weight:700}.reveal{opacity:1;transform:none}.reveal.is-visible{animation:reveal-in .65s cubic-bezier(.2,.7,.2,1) both}.problem-section{background:white}.problem-layout{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:72px;gap:72px;align-items:center;margin-top:64px}.problem-copy>p{max-width:520px;margin:0 0 35px;color:var(--muted);font-size:16px;line-height:1.7}.problem-copy ul{margin:0;padding:0;list-style:none}.problem-copy li{display:grid;grid-template-columns:42px 1fr;grid-gap:16px;gap:16px;align-items:start;padding:18px 0;border-top:1px solid var(--line)}.problem-copy li>i{color:var(--teal);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;font-style:normal}.problem-copy li b,.problem-copy li span{display:block}.problem-copy li span{color:var(--muted);font-size:12px;line-height:1.55}.problem-copy li b{margin-bottom:5px;color:var(--navy);font-size:14px}.solution-panel{min-height:450px;padding:38px;border-radius:18px;background:var(--navy);color:white;box-shadow:0 24px 60px rgba(15,32,60,.15)}.solution-label{color:rgba(255,255,255,.55);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;letter-spacing:.14em}.solution-panel h3{margin:12px 0 0;font-size:29px;letter-spacing:-.04em}.connection-flow{height:228px;gap:10px}.connection-flow,.connection-flow>div{display:flex;align-items:center;justify-content:center}.connection-flow>div{width:125px;min-height:118px;flex-direction:column;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06);text-align:center}.connection-flow>strong{color:rgba(255,255,255,.35);font-size:14px}.connection-flow div>i{width:42px;height:42px;display:grid;place-items:center;margin-bottom:10px;border-radius:10px;background:rgba(63,143,155,.15);color:#86c8d0;font-style:normal;font-size:8px;font-weight:760}.connection-flow div>span,.connection-flow div>span b{display:block}.connection-flow div>span{color:rgba(255,255,255,.5);font-size:7px}.connection-flow div>span b{margin-bottom:4px;color:white;font-size:9px}.connection-flow .flow-core{border-color:var(--teal);background:var(--teal);transform:scale(1.07);box-shadow:0 18px 36px rgba(0,0,0,.18)}.connection-flow .flow-core>i{overflow:hidden;background:white}.connection-flow .flow-core img{width:55px;max-width:none;height:55px;transform:translate(0)}.connection-flow .flow-core>span,.solution-panel>p{color:rgba(255,255,255,.72)}.solution-panel>p{display:flex;align-items:center;gap:9px;margin:8px 0;font-size:11px}.solution-panel>p i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(63,143,155,.2);color:#9fd7de;font-size:8px;font-style:normal}.platform-section{background:var(--navy);color:white}.platform-heading{max-width:760px}.platform-heading>p{max-width:650px;margin:20px 0 0;color:rgba(255,255,255,.56);font-size:15px;line-height:1.7}.platform-shell{min-height:575px;margin-top:60px;display:grid;grid-template-columns:210px 255px 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.045)}.platform-sidebar{padding:14px;border-right:1px solid rgba(255,255,255,.12)}.platform-sidebar button{width:100%;display:flex;align-items:center;gap:12px;padding:15px 13px;border:0;border-radius:8px;background:transparent;color:rgba(255,255,255,.57);font-size:11px;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease}.platform-sidebar button span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px}.platform-sidebar button:hover{color:white;background:rgba(255,255,255,.05)}.platform-sidebar button.active{background:var(--teal);color:white}.platform-copy{display:flex;flex-direction:column;justify-content:center;padding:34px;border-right:1px solid rgba(255,255,255,.12)}.platform-copy>span{color:rgba(255,255,255,.4);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.platform-copy h3{margin:15px 0 13px;font-size:28px;line-height:1.08;letter-spacing:-.045em}.platform-copy>p{margin:0;color:rgba(255,255,255,.55);font-size:11.5px;line-height:1.65}.platform-copy ul{margin:22px 0 0;padding:0;list-style:none}.platform-copy li{display:flex;align-items:center;gap:8px;margin:9px 0;color:rgba(255,255,255,.74);font-size:10px}.platform-copy li i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(63,143,155,.2);color:#9fd7de;font-style:normal;font-size:7px}.platform-copy>a{width:-moz-fit-content;width:fit-content;display:flex;gap:9px;align-items:center;margin-top:25px;color:#9fd7de;font-size:11px;font-weight:680}.platform-stage{min-width:0;display:grid;place-items:center;padding:42px;background:radial-gradient(circle at 100% 0,rgba(63,143,155,.24),transparent 44%)}.platform-preview{width:100%;max-width:630px;height:405px;overflow:hidden;border:5px solid #07101f;border-radius:12px;background:#f7f9fa;color:var(--navy);box-shadow:0 28px 58px rgba(0,0,0,.25);animation:preview-in .4s ease both}.pos-preview{display:grid;grid-template-columns:1.5fr .82fr}.pos-products{padding:17px}.pos-search{height:33px;padding:10px;border:1px solid var(--line);border-radius:6px;background:white;color:rgba(15,32,60,.4);font-size:7px}.pos-categories{display:flex;gap:7px;margin:12px 0}.pos-categories>*{padding:7px 9px;border-radius:6px;color:rgba(15,32,60,.54);background:white;font-size:6px}.pos-categories b{background:var(--navy);color:white}.pos-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px}.pos-product-grid article{padding:7px;border:1px solid rgba(15,32,60,.08);border-radius:7px;background:white}.pos-img{height:56px;display:grid;place-items:center;border-radius:6px;background:rgba(63,143,155,.18);color:rgba(15,32,60,.32);font-size:8px;font-style:normal;font-weight:760}.pos-1,.pos-5{background:rgba(15,32,60,.1)}.pos-2,.pos-4{background:rgba(63,143,155,.28)}.pos-3{background:rgba(15,32,60,.16)}.pos-product-grid b,.pos-product-grid span{display:block}.pos-product-grid b{margin-top:6px;font-size:7px}.pos-product-grid span{margin-top:2px;color:rgba(15,32,60,.48);font-size:6px}.pos-cart{padding:17px;border-left:1px solid var(--line);background:white}.pos-cart>div:first-child{display:flex;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}.pos-cart>div:first-child strong{font-size:9px}.pos-cart>div:first-child span{color:rgba(15,32,60,.45);font-size:6px}.pos-cart>p{display:grid;grid-template-columns:34px 1fr auto;grid-gap:7px;gap:7px;align-items:center;margin:0;padding:12px 0;border-bottom:1px solid rgba(15,32,60,.07)}.pos-cart>p>i{height:34px;font-size:5px}.pos-cart>p span,.pos-cart>p span b{display:block}.pos-cart>p span{color:rgba(15,32,60,.44);font-size:5px}.pos-cart>p span b{margin-bottom:3px;color:var(--navy);font-size:6.5px}.pos-cart>p>strong{font-size:6.5px}.pos-total{margin-top:75px;padding-top:13px;border-top:1px solid var(--line);font-size:10px}.pos-cart>button,.pos-total{display:flex;justify-content:space-between}.pos-cart>button{width:100%;margin-top:13px;padding:11px;border:0;border-radius:7px;background:var(--teal);color:white;font-size:8px;font-weight:700}.store-nav{height:50px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 20px;background:white}.store-nav strong{font-size:10px;letter-spacing:.1em}.store-nav span{justify-self:center;color:rgba(15,32,60,.55);font-size:6px}.store-nav i{justify-self:end;font-size:6px;font-style:normal}.store-banner{height:190px;padding:31px;color:white;background:linear-gradient(90deg,rgba(15,32,60,.96),rgba(15,32,60,.43)),linear-gradient(135deg,var(--teal),var(--navy))}.store-banner small{font-size:6px;letter-spacing:.15em}.store-banner h4{margin:9px 0 16px;font-size:27px;line-height:1.03;letter-spacing:-.04em}.store-banner button{padding:9px 12px;border:0;border-radius:5px;background:white;color:var(--navy);font-size:6px;font-weight:680}.store-products{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;padding:12px 18px;background:white}.store-products div>i{display:block;height:88px;background:rgba(63,143,155,.17)}.store-products .product-b{background:rgba(15,32,60,.12)}.store-products .product-c{background:rgba(63,143,155,.3)}.store-products b,.store-products span{display:block}.store-products b{margin-top:6px;font-size:7px}.store-products span{margin-top:2px;color:rgba(15,32,60,.45);font-size:6px}.inventory-preview{padding:22px;background:#f7f9fa}.inventory-head{display:flex;justify-content:space-between;align-items:center}.inventory-head small{font-size:6px;letter-spacing:.14em;color:rgba(15,32,60,.42)}.inventory-head h4{margin:4px 0 0;font-size:16px}.inventory-head button{padding:8px 10px;border:0;border-radius:6px;background:var(--teal);color:white;font-size:6px}.inventory-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:9px 10px;border:1px solid var(--line);border-radius:7px;background:white;color:rgba(15,32,60,.4);font-size:6px}.inventory-toolbar b{color:var(--navy);font-size:6px}.inventory-table{margin-top:10px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white}.table-head,.table-row{display:grid;grid-template-columns:1.8fr .6fr .6fr .7fr;align-items:center;padding:8px 11px}.table-head{background:rgba(15,32,60,.03);color:rgba(15,32,60,.4);font-size:5px;letter-spacing:.08em}.table-row{border-top:1px solid rgba(15,32,60,.07);font-size:7px}.table-row>span:first-child{display:flex;align-items:center;gap:9px}.table-img{width:31px;height:31px;display:grid;place-items:center;border-radius:6px;background:rgba(63,143,155,.15);color:rgba(15,32,60,.4);font-style:normal;font-size:6px}.table-1,.table-3{background:rgba(15,32,60,.1)}.table-row>span.good,.table-row>span.low{width:-moz-fit-content;width:fit-content;padding:5px 7px;border-radius:999px;background:rgba(63,143,155,.11);color:var(--teal);font-size:5px}.table-row>span.low{background:rgba(15,32,60,.07);color:var(--navy)}.inventory-pulse{width:235px;display:flex;gap:9px;align-items:center;margin:13px 0 0 auto;padding:9px;border-radius:8px;background:var(--navy);color:white;animation:notice-breathe 4s ease-in-out infinite}.inventory-pulse>i{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:var(--teal);font-style:normal;font-size:8px}.inventory-pulse b,.inventory-pulse span{display:block}.inventory-pulse span{color:rgba(255,255,255,.53);font-size:5px}.inventory-pulse b{margin-bottom:3px;color:white;font-size:7px}.how-section{background:white}.center-heading{max-width:760px;margin:0 auto;text-align:center}.center-heading>p{margin:18px 0 0;color:var(--muted);font-size:15px}.steps{margin-top:70px;border-top:1px solid var(--line)}.steps article{min-height:175px;display:grid;grid-template-columns:90px 1fr;grid-gap:30px;gap:30px;align-items:start;padding:36px 0;border-bottom:1px solid var(--line)}.steps article>span{color:var(--teal);font-size:10px}.steps article>span,.steps small{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.steps small{color:rgba(15,32,60,.43);font-size:7px;letter-spacing:.13em}.steps h3{margin:8px 0;font-size:24px;letter-spacing:-.035em}.steps p{max-width:610px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}.features-section{background:#f7f9fa}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:60px}.feature-grid article{min-height:360px;padding:28px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:white}.feature-grid article>span{color:var(--teal);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.feature-grid h3{margin:20px 0 9px;font-size:21px;letter-spacing:-.035em}.feature-grid article>p{max-width:370px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.feature-grid .feature-wide{grid-column:span 2}.feature-orders{margin-top:31px;border:1px solid var(--line);border-radius:9px}.feature-orders>div{display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:13px;border-bottom:1px solid var(--line)}.feature-orders>div:last-child{border-bottom:0}.feature-orders i{width:37px;height:37px;display:grid;place-items:center;border-radius:8px;background:var(--soft);color:var(--teal);font-style:normal;font-size:6px;font-weight:750}.feature-orders span,.feature-orders span b{display:block}.feature-orders span{color:rgba(15,32,60,.45);font-size:7px}.feature-orders span b{margin-bottom:3px;color:var(--navy);font-size:9px}.feature-orders>div>strong{font-size:10px}.customer-card{display:grid;grid-template-columns:45px 1fr auto;grid-gap:10px;gap:10px;align-items:center;margin-top:67px;padding:14px;border:1px solid var(--line);border-radius:10px}.customer-card>i{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--teal);font-size:10px;font-style:normal;font-weight:720}.customer-card span,.customer-card span b{display:block}.customer-card span{color:rgba(15,32,60,.44);font-size:7px}.customer-card span b{margin-bottom:3px;color:var(--navy);font-size:9px}.customer-card>strong{padding:5px 7px;border-radius:999px;background:var(--soft);color:var(--teal);font-size:6px}.feature-chart{height:116px;display:flex;align-items:end;gap:8px;margin-top:42px;padding:0 9px;border-bottom:1px solid var(--line)}.feature-chart i{flex:1 1;border-radius:4px 4px 0 0;background:rgba(63,143,155,.2);transform-origin:bottom}.feature-chart i:nth-child(4),.feature-chart i:nth-child(6){background:var(--teal)}.role-list{margin-top:30px}.role-list p{display:grid;grid-template-columns:30px 1fr auto;grid-gap:9px;gap:9px;align-items:center;margin:0;padding:9px 0;border-bottom:1px solid var(--line)}.role-list p i{width:29px;height:29px;display:grid;place-items:center;border-radius:7px;background:var(--soft);color:var(--teal);font-size:7px;font-style:normal;font-weight:700}.role-list p span{font-size:8px;font-weight:650}.role-list p b{color:rgba(15,32,60,.4);font-size:6px;font-weight:550}.feature-grid .feature-support{color:white;background:var(--navy)}.feature-support>span{color:#9fd7de!important}.feature-support h3{color:white}.feature-support>p{color:rgba(255,255,255,.55)!important}.feature-support>a{position:absolute;left:28px;bottom:29px;display:flex;gap:9px;color:#a8dce2;font-size:10px;font-weight:680}.subscription-section{background:white}.subscription-card{display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;border-radius:18px;background:var(--navy);color:white;box-shadow:0 30px 70px rgba(15,32,60,.16)}.subscription-copy{padding:68px}.subscription-copy>p{max-width:620px;margin:21px 0 29px;color:rgba(255,255,255,.57);font-size:14px;line-height:1.7}.white-button{background:white;color:var(--navy);box-shadow:0 14px 30px rgba(0,0,0,.15)}.white-button:hover{background:#eef7f8}.included-list{padding:55px;background:var(--teal)}.included-list small,.included-list>span{color:rgba(255,255,255,.68);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;letter-spacing:.13em}.included-list ul{margin:23px 0 32px;padding:0;list-style:none}.included-list li{display:flex;gap:9px;align-items:center;margin:12px 0;font-size:11px}.included-list li i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.15);font-size:8px;font-style:normal}.included-list>div{padding-top:25px;border-top:1px solid rgba(255,255,255,.2)}.included-list>div p{margin:10px 0 0;color:rgba(255,255,255,.72);font-size:10px;line-height:1.6}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:85px;gap:85px;background:#f7f9fa}.faq-heading>p{margin:17px 0 0;color:var(--muted);font-size:12px}.faq-heading>p a{color:var(--teal);font-weight:670}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:23px 0;cursor:pointer;list-style:none;font-size:14px;font-weight:660}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--teal);font-size:20px;font-weight:350;transition:transform .2s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:650px;margin:-5px 45px 23px 0;color:var(--muted);font-size:11.5px;line-height:1.65}.final-section{min-height:570px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:90px 20px;background:var(--navy);color:white;text-align:center}.final-section:before{content:"";position:absolute;width:720px;height:720px;border:1px solid rgba(63,143,155,.22);border-radius:50%}.final-section:after{content:"";position:absolute;width:1000px;height:1000px;border:1px solid rgba(63,143,155,.12);border-radius:50%}.final-section>*{position:relative;z-index:2}.final-mark{width:72px;height:72px;margin-bottom:21px;overflow:hidden;border-radius:16px;background:white;box-shadow:0 18px 36px rgba(0,0,0,.18)}.final-mark img{width:94px;max-width:none;height:94px;transform:translate(-11px,-11px)}.final-section h2{font-size:clamp(48px,6vw,76px)}.final-section>p{max-width:590px;margin:20px auto 28px;color:rgba(255,255,255,.58);font-size:14px;line-height:1.65}.final-section>div:last-child{display:flex;align-items:center;gap:24px}.final-section>div:last-child>a:last-child{display:flex;gap:8px;align-items:center;color:#a8dce2;font-size:11px;font-weight:660}footer{max-width:1200px;min-height:230px;margin:auto;display:grid;grid-template-columns:1fr 1fr;align-content:center;grid-gap:24px;gap:24px;padding:40px 20px}footer .logo{width:-moz-fit-content;width:fit-content}footer>p{justify-self:end;margin:0;color:var(--muted);font-size:11px}footer nav{display:flex;gap:24px;font-size:10px;font-weight:620}footer small{justify-self:end;color:rgba(15,32,60,.4);font-size:8px}.whatsapp-float{position:fixed;z-index:90;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:9px 14px 9px 9px;border-radius:999px;background:var(--teal);color:white;box-shadow:0 15px 35px rgba(15,32,60,.2);font-size:10px;font-weight:690;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(15,32,60,.25)}.whatsapp-float i{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16);font-size:15px;font-style:normal}@keyframes intro-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes intro-scale{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:none}}@keyframes frame-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes pulse{0%,to{box-shadow:0 0 0 3px rgba(63,143,155,.1)}50%{box-shadow:0 0 0 7px rgba(63,143,155,0)}}@keyframes notice-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes notice-in{0%,15%{opacity:0;transform:translateX(-12px)}25%,78%{opacity:1;transform:none}90%,to{opacity:0;transform:translateY(-5px)}}@keyframes bar-rise{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}@keyframes preview-in{0%{opacity:.4;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes reveal-in{0%{opacity:.01;transform:translateY(18px)}to{opacity:1;transform:none}}@media (max-width:1050px){.hero-section{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero-actions,.hero-logo-lockup,.hero-trust{margin-left:auto;margin-right:auto;justify-content:center}.hero-copy h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-product{width:min(750px,100%);margin:-5px auto 0}.value-bar{grid-template-columns:repeat(2,1fr)}.value-bar>div:nth-child(2){border-right:0}.value-bar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.problem-layout{grid-template-columns:1fr}.platform-shell{grid-template-columns:190px 240px 1fr}.platform-stage{padding:25px}.platform-preview{height:360px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid .feature-wide{grid-column:span 2}.faq-section,.subscription-card{grid-template-columns:1fr}.faq-section{gap:45px}}@media (max-width:780px){.header-inner{width:calc(100% - 28px);height:70px}.header-cta{display:none}.menu-button{width:38px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:white}.menu-button i{width:17px;height:1.5px;background:var(--navy);transition:transform .2s}.menu-button.active i:first-child{transform:translateY(4px) rotate(45deg)}.menu-button.active i:last-child{transform:translateY(-4px) rotate(-45deg)}.main-nav{position:absolute;top:70px;right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 20px;border-bottom:1px solid var(--line);background:white;box-shadow:0 18px 35px rgba(15,32,60,.08)}.main-nav.open{display:flex}.main-nav a{padding:14px 0;border-bottom:1px solid var(--line)}.main-nav a:after{display:none}.main-nav .mobile-contact{display:block;margin-top:9px;padding:13px;border:0;border-radius:8px;background:var(--navy);color:white;text-align:center}.hero-section{width:calc(100% - 28px);min-height:auto;gap:30px;padding:52px 0 60px}.hero-copy h1{font-size:clamp(48px,14vw,64px)}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.button{width:100%}.hero-trust{gap:10px}.hero-product{height:390px}.product-frame{height:300px;border-width:4px}.dash-main{padding:12px}.dash-bottom{grid-template-columns:1fr}.orders-list{display:none}.dash-bottom>article{height:135px}.bars{height:76px}.dashboard aside{width:42px;padding:7px}.dash-stats article{padding:8px}.dash-stats strong{font-size:11px}.dash-stats article:nth-child(3){display:none}.dash-stats{grid-template-columns:1.2fr .8fr}.order-notice{left:-4px;top:15px;transform:scale(.83);transform-origin:left top}.sync-notice{right:-4px;bottom:-25px;transform:scale(.85);transform-origin:right bottom}.value-bar{width:calc(100% - 28px);grid-template-columns:1fr}.value-bar>div,.value-bar>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.value-bar>div:last-child{border-bottom:0}.section{padding:86px 20px}.center-heading h2,.faq-heading h2,.platform-heading h2,.section-intro h2,.subscription-copy h2{font-size:43px}.problem-layout{margin-top:42px;gap:45px}.solution-panel{min-height:420px;padding:26px}.connection-flow{height:220px;gap:5px}.connection-flow>div{width:100px;padding:8px}.connection-flow>strong{font-size:9px}.platform-shell{grid-template-columns:1fr;margin-top:42px}.platform-sidebar{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.platform-sidebar button{min-width:max-content}.platform-copy{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.platform-stage{min-height:380px;padding:18px 8px}.platform-preview{height:315px;border-width:4px}.pos-product-grid{grid-template-columns:repeat(2,1fr)}.pos-product-grid article:nth-child(n+5){display:none}.pos-img{height:43px}.pos-cart,.pos-products{padding:10px}.pos-total{margin-top:35px}.store-banner{height:145px;padding:22px}.store-banner h4{font-size:20px}.store-products>div>i{height:57px}.inventory-preview{padding:12px}.table-head,.table-row{grid-template-columns:1.5fr .5fr .5fr .65fr;padding:6px}.inventory-pulse{width:220px}.table-img{width:25px;height:25px}.steps article{grid-template-columns:45px 1fr;gap:14px}.feature-grid{grid-template-columns:1fr}.feature-grid .feature-wide{grid-column:auto}.feature-grid article{min-height:335px}.included-list,.subscription-copy{padding:42px 27px}.faq-list summary{font-size:13px}.final-section{min-height:600px}.final-section h2{font-size:50px}.final-section>div:last-child{width:100%;flex-direction:column}.final-section>div:last-child .button{width:min(100%,320px)}footer{grid-template-columns:1fr;justify-items:center;text-align:center}footer small,footer>p{justify-self:center}footer nav{justify-content:center;flex-wrap:wrap}.whatsapp-float span{display:none}.whatsapp-float{padding:8px;right:14px;bottom:14px}.whatsapp-float i{width:34px;height:34px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}