/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--navy:#011853;--navy-2:#082b78;--red:#de0216;--red-dark:#bd0012;--yellow:#fdb204;--yellow-light:#ffc936;--ink:#07184a;--muted:#5f6984;--soft:#f5f7fb;--paper:#fff;--line:#e6eaf2;--radius:18px;--shadow:0 22px 55px #01185324}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #01185314;height:76px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:100%;display:flex}.brand{flex:none;width:178px}.brand img{object-fit:contain;width:178px;height:auto}.navigation{color:#24355f;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:700;display:flex}.navigation a{position:relative}.navigation a:after{background:var(--red);content:"";border-radius:2px;height:2px;transition:transform .18s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.navigation a:hover:after,.navigation a:focus-visible:after{transform:scaleX(1)}.menu-button{display:none}.button{cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 22px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,.text-link:focus-visible,.demo-toggle:focus-visible,.menu-button:focus-visible{outline-offset:4px;outline:3px solid #fdb20480}.button-yellow{background:var(--yellow);color:var(--navy);box-shadow:0 12px 28px #fdb20442}.button-yellow:hover{background:var(--yellow-light);box-shadow:0 15px 34px #fdb20457}.header-cta{min-height:44px;padding:0 18px;font-size:13px}.hero{background:linear-gradient(120deg,#f5f7fbb3,#0000 48%),#fff;min-height:690px;padding:92px 0 84px;position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #0118530f;border-radius:50%;width:620px;height:620px;position:absolute;bottom:-190px;right:-100px}.hero-glow{filter:blur(2px);opacity:.08;border-radius:50%;position:absolute}.hero-glow-red{background:var(--red);width:290px;height:290px;top:50px;right:8%}.hero-glow-yellow{background:var(--yellow);width:150px;height:150px;bottom:4%;right:34%}.hero-grid{z-index:2;grid-template-columns:minmax(0,.9fr) minmax(550px,1.1fr);align-items:center;gap:58px;display:grid;position:relative}.eyebrow{color:var(--navy-2);letter-spacing:.11em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:900}.eyebrow-red{color:var(--red)}h1,h2,h3{letter-spacing:-.045em;margin:0;font-family:Montserrat,Inter,Arial,sans-serif;line-height:1.02}h1{max-width:650px;font-size:clamp(53px,5.5vw,76px);font-weight:900}h1 span,.section-copy h2 span{color:var(--red)}.hero-lead{max-width:550px;color:var(--muted);margin:25px 0 0;font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:24px;margin-top:30px;display:flex}.text-link{color:var(--navy);align-items:center;gap:9px;font-size:14px;font-weight:800;display:inline-flex}.play-icon{border:2px solid var(--navy);border-radius:50%;place-items:center;width:28px;height:28px;font-size:9px;display:inline-grid}.hero-benefits{grid-template-columns:repeat(3,1fr);gap:18px;max-width:580px;margin-top:42px;display:grid}.hero-benefits>div{align-items:center;gap:10px;display:flex}.store-icon{width:34px;height:34px;color:var(--navy);border:1px solid #cfd7e8;border-radius:10px;flex:0 0 34px;place-items:center;font-weight:900;display:grid}.hero-benefits p{flex-direction:column;margin:0;font-size:12px;line-height:1.35;display:flex}.hero-benefits strong{color:var(--navy)}.hero-benefits span{color:var(--muted)}.hero-product{perspective:1200px;min-height:490px;position:relative}.product-label{z-index:5;min-height:30px;color:var(--navy);letter-spacing:.02em;background:#fff;border:1px solid #0118531a;border-radius:999px;align-items:center;padding:0 12px;font-size:10px;font-weight:900;display:inline-flex;position:absolute;box-shadow:0 8px 22px #0118531f}.admin-product-label{z-index:2;top:34px;right:24px}.client-product-label{bottom:447px;left:4px}.dashboard-card{width:520px;height:330px;box-shadow:var(--shadow);background:#fffffff5;border:1px solid #0118531a;border-radius:24px;position:absolute;top:54px;right:0;overflow:hidden;transform:rotateY(-4deg)rotateX(1deg)}.dashboard-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:74px;padding:0 28px;display:flex}.dashboard-head>div{align-items:center;gap:10px;display:flex}.dashboard-head small{color:#8a93a8}.live-dot{background:var(--red);border-radius:50%;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 5px #de021614}.dashboard-tabs{gap:8px;margin:18px 24px 10px;display:flex}.dashboard-tabs span{background:var(--soft);color:#6f7890;border-radius:20px;padding:7px 12px;font-size:11px;font-weight:700}.dashboard-tabs .active{background:var(--navy);color:#fff}.dashboard-table{border:1px solid var(--line);border-radius:12px;margin:0 24px}.table-row{border-top:1px solid var(--line);color:#68728a;grid-template-columns:.75fr 1fr 1.35fr .8fr;align-items:center;gap:8px;min-height:44px;padding:0 13px;font-size:10px;display:grid}.table-title{color:#9199aa;text-transform:uppercase;border-top:0;min-height:38px;font-size:9px;font-weight:800}.table-row strong,.table-row b{color:var(--navy)}.table-row em{color:#187c3b;background:#e4f7e9;border-radius:20px;width:fit-content;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800}.table-row em.confirmed{color:#8b6500;background:#fff3cc}.phone{z-index:3;background:#111;border:9px solid #121821;border-radius:40px;width:222px;height:452px;animation:5s ease-in-out infinite phone-float;position:absolute;bottom:8px;left:2px;transform:rotate(-2deg);box-shadow:0 30px 60px #0118533d}.phone-top{z-index:2;background:#121821;border-radius:0 0 15px 15px;width:88px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#fff;border-radius:30px;width:100%;height:100%;overflow:hidden}.phone-screen img{object-fit:cover;object-position:top;width:100%;height:100%}.order-toast{z-index:4;background:#fff;border:1px solid #01185314;border-radius:16px;align-items:center;gap:12px;width:260px;min-height:78px;padding:14px 16px;animation:4s ease-in-out infinite toast-pulse;display:flex;position:absolute;bottom:38px;right:12px;box-shadow:0 18px 35px #0118532e}.toast-check{color:#15823a;background:#e4f7e9;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.order-toast p{flex-direction:column;margin:0;font-size:12px;display:flex}.order-toast p span{color:#7c859a}.hero-product{isolation:isolate;background:radial-gradient(circle at 84% 12%,#fdb20433,#0000 25%),radial-gradient(circle at 12% 85%,#de02161c,#0000 30%),linear-gradient(145deg,#fbfcff 0%,#eef3fc 58%,#f7f9fd 100%);border:1px solid #0118531a;border-radius:36px;min-height:600px;overflow:hidden;box-shadow:0 28px 65px #01185324}.hero-product:before{z-index:-1;content:"";border:1px solid #01185314;border-radius:50%;width:360px;height:360px;position:absolute;top:95px;left:50%;transform:translate(-50%)}.system-badge{z-index:8;color:var(--navy);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #0118531a;border-radius:16px;align-items:center;gap:11px;padding:9px 13px 9px 9px;display:flex;position:absolute;top:24px;left:24px;box-shadow:0 10px 28px #01185314}.system-badge>span{background:var(--yellow);width:34px;height:34px;color:var(--navy);border-radius:11px;place-items:center;font-family:Montserrat,Inter,sans-serif;font-size:18px;font-weight:900;display:grid}.system-badge p{flex-direction:column;margin:0;font-size:10px;line-height:1.25;display:flex}.system-badge strong{font-size:11px}.system-badge small{color:var(--muted)}.system-orbit{z-index:1;color:#01185347;letter-spacing:.16em;font-size:9px;font-weight:900;position:absolute}.system-orbit:before{background:var(--yellow);content:"";vertical-align:1px;border-radius:50%;width:5px;height:5px;margin-right:8px;display:inline-block}.system-orbit-one{top:134px;left:28px}.system-orbit-two{top:245px;right:24px}.system-orbit-three{bottom:133px;left:24px}.app-rotator{z-index:3;justify-content:center;align-items:center;gap:24px;display:flex;position:absolute;inset:72px 24px 78px}.app-flip-stack{perspective:1100px;flex:0 0 236px;width:236px;height:458px;position:relative}.app-view{opacity:0;pointer-events:none;filter:blur(5px);transform-origin:50%;backface-visibility:hidden;will-change:transform, opacity, filter;place-items:center;transition:opacity .42s,filter .56s,transform .76s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;inset:0;transform:translate(-14px)rotateY(-24deg)scale(.96)}.app-view.is-active{z-index:2;opacity:1;pointer-events:auto;filter:blur();transform:rotateY(0)scale(1)}.client-device{background:#fff;border:8px solid #111820;border-radius:41px;width:226px;height:438px;position:relative;overflow:hidden;box-shadow:0 26px 48px #00000061}.client-device-top{z-index:2;background:#111820;border-radius:0 0 15px 15px;width:92px;height:23px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.client-device img{object-fit:cover;width:100%;height:100%}.capture-device{object-fit:contain;clip-path:inset(.7% 2.7% .9% round 13%/6.5%);filter:drop-shadow(0 26px 28px #00000061);width:238px;max-height:462px}.app-view-copy{width:175px;color:var(--navy);flex-direction:column;align-items:flex-start;display:flex}.app-view-copy small{background:var(--yellow);color:var(--navy);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:9px;padding:5px 9px;font-size:9px;font-weight:900}.app-view-copy strong{letter-spacing:-.035em;font-family:Montserrat,Inter,sans-serif;font-size:21px;line-height:1.08}.app-view-copy span{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.45}.app-view-tabs{z-index:8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:1px solid #0118531a;border-radius:15px;grid-template-columns:repeat(3,1fr);padding:5px;display:grid;position:absolute;bottom:20px;left:22px;right:22px;box-shadow:0 12px 30px #01185314}.app-view-tabs button{min-width:0;min-height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;font-size:9px;font-weight:900;transition:background .18s,color .18s,transform .18s;display:flex}.app-view-tabs button:hover{color:var(--navy)}.app-view-tabs button:focus-visible{outline:2px solid var(--yellow);outline-offset:1px}.app-view-tabs button.is-active{background:var(--navy);color:#fff}.app-view-tabs button>span{background:#01185314;border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.app-view-tabs button.is-active>span{background:var(--yellow);color:var(--navy)}.problem-section{background:var(--soft);padding:110px 0}.problem-grid{grid-template-columns:minmax(300px,.72fr) minmax(590px,1.28fr);align-items:center;gap:72px;display:grid}.section-copy h2{max-width:470px;font-size:clamp(39px,4vw,56px);font-weight:900}.section-copy>p:not(.eyebrow){max-width:465px;color:var(--muted);margin:25px 0 0;font-size:17px;line-height:1.7}.demo-toggle{border:0;border-bottom:2px solid var(--red);color:var(--navy);cursor:pointer;background:0 0;align-items:center;gap:10px;margin-top:26px;padding:0 0 5px;font-weight:900;display:inline-flex}.transform-demo{grid-template-columns:1fr 58px 1fr;align-items:center;display:grid;position:relative}.chat-card,.order-card{background:#fff;border:1px solid #01185314;border-radius:20px;min-height:435px;transition:opacity .42s,transform .42s,filter .42s;position:relative;overflow:hidden;box-shadow:0 20px 45px #01185317}.chat-card{transform:rotate(-1deg)}.order-card{opacity:.72;transform:rotate(1deg)scale(.96)}.card-label{background:var(--navy);color:#fff;letter-spacing:.04em;text-align:center;text-transform:uppercase;padding:13px 17px;font-size:10px;font-weight:800}.chat-head{background:#faf8f5;border-bottom:1px solid #ece8e3;align-items:center;gap:10px;height:66px;padding:0 17px;display:flex}.chat-head>span{color:#fff;background:#2c7d52;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.chat-head p{flex-direction:column;flex:1;margin:0;font-size:11px;display:flex}.chat-head small{color:#748177}.messages{background:#eee9e2;flex-direction:column;align-items:flex-start;gap:8px;min-height:326px;padding:17px;display:flex}.messages span{color:#465267;background:#fff;border-radius:4px 12px 12px;max-width:86%;padding:7px 10px;font-size:10px;box-shadow:0 1px 2px #0000000d}.messages .audio-message{color:#266347;background:#d7f3c9;border-radius:12px 4px 12px 12px;align-self:flex-end}.messages .photo-message{padding:10px 22px;font-size:28px}.transform-arrow{z-index:2;background:var(--red);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;margin-inline:auto;font-size:22px;font-weight:900;display:grid;box-shadow:0 10px 24px #de02163d}.order-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:23px 19px;font-size:13px;display:flex}.order-head span{color:#187c3b;background:#e4f7e9;border-radius:20px;padding:5px 8px;font-size:8px;font-weight:800}.order-card dl{margin:0;padding:10px 19px}.order-card dl div{border-bottom:1px solid var(--line);grid-template-columns:72px 1fr;gap:10px;padding:12px 0;font-size:10px;display:grid}.order-card dt{color:#8a93a8}.order-card dd{color:var(--navy);margin:0;font-weight:700}.order-card .order-total{border-bottom:0;font-size:12px}.fake-button{background:var(--red);color:#fff;border-radius:10px;place-items:center;height:42px;margin:4px 18px 18px;font-size:11px;font-weight:800;display:grid}[data-reveal]{opacity:0;transition:opacity .65s,transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(20px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes phone-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-9px)rotate(-1deg)}}@keyframes toast-pulse{0%,80%,to{transform:translateY(0)}88%{transform:translateY(-6px)}}.how-section,.solution-section,.identity-section,.differential-section,.fit-section,.case-section,.faq-section,.contact-section{padding:110px 0}.section-heading{max-width:620px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading h2{font-size:clamp(40px,4.4vw,58px);font-weight:900}.section-heading h2 span{color:var(--red)}.section-heading>p:not(.eyebrow){color:var(--muted);margin:20px 0 0;font-size:17px;line-height:1.7}.steps-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:62px;display:grid}.step-card{border:1px solid var(--line);background:#fff;border-radius:22px;min-width:0;padding:26px 24px 24px;position:relative;box-shadow:0 18px 45px #01185314}.step-card:after{z-index:2;width:34px;height:34px;color:var(--navy);content:"→";background:#fff;border:1px solid #dbe1ee;border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:48%;right:-35px}.step-card:last-child:after{display:none}.step-number{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:grid}.step-copy{min-height:124px;padding:19px 2px 14px}.step-copy h3{letter-spacing:-.03em;font-size:21px;font-weight:900}.step-copy p{color:var(--muted);margin:10px 0 0;font-size:14px}.mini-catalog,.mini-checkout,.mini-admin{background:#fbfcff;border:1px solid #e5e9f2;border-radius:16px;min-height:226px;overflow:hidden;box-shadow:0 12px 26px #01185312}.mini-catalog{padding:19px}.mini-topline{background:#e5e9f2;border-radius:6px;width:52px;height:6px;margin-bottom:22px}.mini-catalog>strong,.mini-checkout>strong,.mini-admin-list>strong{color:var(--navy);font-size:12px}.mini-catalog>div:not(.mini-topline){grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;display:grid}.mini-catalog .mini-product-grid span{background:#eef1f5;border-radius:10px;flex-direction:column;justify-content:flex-end;align-items:stretch;height:77px;display:flex;position:relative;overflow:hidden}.mini-catalog .mini-product-grid img{object-fit:cover;width:100%;height:100%;transition:transform .24s;position:absolute;inset:0}.mini-catalog .mini-product-grid span:hover img{transform:scale(1.05)}.mini-catalog .mini-product-grid small{z-index:1;color:#fff;text-align:center;background:linear-gradient(#0000,#011853d6);margin:0;padding:18px 5px 6px;font-size:8px;font-weight:700;position:relative}.mini-catalog>i{background:var(--red);color:#fff;border-radius:9px;place-items:center;height:36px;margin-top:14px;font-size:9px;font-style:normal;font-weight:800;display:grid}.mini-checkout{padding:18px}.mini-checkout p{border-bottom:1px solid var(--line);color:#8a93a8;justify-content:space-between;margin:0;padding:10px 0;font-size:9px;display:flex}.mini-checkout b{color:var(--navy)}.mini-checkout .mini-total{border-bottom:0;font-size:11px}.mini-checkout>i{background:var(--red);color:#fff;border-radius:9px;place-items:center;height:36px;margin-top:5px;font-size:9px;font-style:normal;font-weight:800;display:grid}.mini-admin{grid-template-columns:57px 1fr;display:grid}.mini-admin-side{background:var(--navy)}.mini-admin-list{padding:19px 13px}.mini-admin-list p{border-bottom:1px solid var(--line);color:#5d6880;justify-content:space-between;align-items:center;gap:5px;margin:11px 0 0;padding-bottom:10px;font-size:8px;display:flex}.mini-admin-list em,.mini-admin-list i{color:#1b7d3e;background:#e5f7e9;border-radius:20px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:800}.mini-admin-list i{color:#8b6500;background:#fff3cc}.solution-section{background:var(--soft)}.solution-grid{grid-template-columns:minmax(290px,.74fr) minmax(600px,1.26fr);gap:72px;display:grid}.feature-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.feature-grid article{background:#fff;border:1px solid #01185314;border-radius:18px;padding:23px;transition:transform .18s,box-shadow .18s;box-shadow:0 13px 30px #0118530f}.feature-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 38px #0118531a}.feature-grid article>span{width:40px;height:40px;color:var(--red);background:#de021614;border-radius:12px;place-items:center;font-size:18px;font-weight:900;display:grid}.feature-grid h3{letter-spacing:-.025em;margin-top:16px;font-size:17px;font-weight:900}.feature-grid p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.6}.identity-section{overflow:hidden}.identity-grid{grid-template-columns:minmax(300px,.75fr) minmax(560px,1.25fr);align-items:center;gap:72px;display:grid}.identity-note{border-left:3px solid var(--yellow);max-width:470px;color:var(--navy);align-items:flex-start;gap:12px;margin-top:25px;padding:3px 0 3px 16px;font-size:13px;line-height:1.5;display:flex}.identity-note>span{background:var(--yellow);border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:900;display:grid}.brand-selector{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.brand-selector button{color:#69738b;cursor:pointer;background:#fff;border:1px solid #dbe1ed;border-radius:20px;padding:8px 12px;font-size:10px;font-weight:900;transition:background .18s,color .18s,border .18s}.brand-selector button.is-active{border-color:var(--navy);background:var(--navy);color:#fff}.brand-stage{background:radial-gradient(circle at 72% 25%, var(--brand-soft) 0 24%, transparent 25%), linear-gradient(135deg, #f7f9fd, #fff);border-radius:34px;min-height:560px;position:relative}.brand-stage:after{border:1px solid var(--brand-color);width:210px;height:210px;position:absolute;top:70px;right:42px}@supports (color:color-mix(in lab, red, red)){.brand-stage:after{border:1px solid color-mix(in srgb, var(--brand-color) 18%, transparent)}}.brand-stage:after{content:"";border-radius:50%}.brand-phone{z-index:2;background:#fff;border:9px solid #181c24;border-radius:40px;width:270px;height:500px;transition:background .28s;position:absolute;top:45px;left:88px;overflow:hidden;box-shadow:0 28px 60px #01185338}.brand-status{color:#323947;justify-content:space-between;align-items:center;height:34px;padding:0 18px;font-size:8px;font-weight:800;display:flex}.brand-app-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:64px;padding:0 14px;display:flex}.brand-app-head>span{background:var(--brand-color);color:#fff;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;transition:background .28s;display:grid}.brand-app-head p{flex-direction:column;margin:0;display:flex}.brand-app-head strong{color:var(--brand-color);font-size:10px;transition:color .28s}.brand-app-head small{color:#81899b;font-size:7px}.brand-cover{background:radial-gradient(circle at 90% 10%, #ffffff2e 0 35%, transparent 36%), var(--brand-color);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:260px;transition:background .28s;display:flex}.brand-cover>small{text-transform:uppercase;background:#ffffff2e;border-radius:20px;padding:5px 9px;font-size:7px;font-weight:800}.brand-cover h3{letter-spacing:-.04em;flex-direction:column;margin-top:16px;font-size:23px;font-weight:900;line-height:1.05;display:flex}.brand-cover b{background:var(--yellow);color:var(--navy);border-radius:20px;align-items:center;gap:6px;margin-top:22px;padding:9px 14px;font-size:8px;display:inline-flex}.brand-product-card{align-items:center;gap:10px;height:76px;padding:0 14px;display:flex}.brand-product-card>img{object-fit:cover;background:var(--brand-soft);border-radius:9px;flex:0 0 54px;width:54px;height:54px}.brand-product-card p{flex-direction:column;flex:1;min-width:0;margin:0;line-height:1.2;display:flex}.brand-product-card small{color:#8991a3;text-transform:uppercase;font-size:7px;font-weight:800}.brand-product-card strong{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.brand-product-card>b{background:var(--brand-soft);width:25px;height:25px;color:var(--brand-color);border-radius:50%;flex:0 0 25px;place-items:center;font-size:11px;transition:background .28s,color .28s;display:grid}.brand-bottom{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);align-items:center;height:52px;padding:0 30px;display:grid}.brand-bottom i{background:#d9deea;border-radius:50%;width:9px;height:9px;margin-inline:auto}.brand-bottom i:first-child{background:var(--brand-color)}.brand-swatch-card{z-index:3;background:#fffffff0;border:1px solid #01185317;border-radius:18px;grid-template-columns:34px 34px 1fr;align-items:center;gap:8px;width:255px;min-height:110px;padding:16px;display:grid;position:absolute;bottom:88px;right:44px;box-shadow:0 18px 38px #01185324}.brand-swatch-card>span{border-radius:10px;height:58px;transition:background .28s}.brand-swatch-card p{flex-direction:column;margin:0 0 0 4px;font-size:10px;display:flex}.brand-swatch-card strong{color:var(--navy)}.brand-swatch-card small{color:#80889a;margin-top:3px;font-size:8px}.differential-section{padding-top:20px;padding-bottom:100px}.differential-box{background:radial-gradient(circle at 100% 0%, #ffffff1f 0 35%, transparent 36%), linear-gradient(120deg, var(--navy), #073b92);color:#fff;border-radius:26px;grid-template-columns:68px 1.4fr 1fr;align-items:center;gap:28px;min-height:210px;padding:44px 54px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 50px #01185333}.shield-mark{background:var(--yellow);width:58px;height:66px;color:var(--navy);clip-path:polygon(50% 0,92% 16%,84% 72%,50% 100%,16% 72%,8% 16%);place-items:center;font-size:24px;font-weight:900;display:grid}.differential-box h2{font-size:clamp(30px,3.2vw,43px);font-weight:900}.differential-box h2 span{color:var(--yellow)}.differential-box p{color:#ffffffc7;margin:0;font-size:15px}.fit-section{background:var(--soft)}.fit-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px;display:grid}.business-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.business-list span{min-height:112px;color:var(--navy);text-align:center;background:#fff;border:1px solid #01185314;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:15px;font-size:12px;font-weight:800;display:flex;box-shadow:0 12px 26px #0118530f}.business-list b{font-size:27px}.case-grid{grid-template-columns:minmax(300px,.68fr) minmax(620px,1.32fr);align-items:center;gap:70px;display:grid}.case-list{grid-template-columns:repeat(2,1fr);gap:10px 18px;margin:25px 0 0;padding:0;list-style:none;display:grid}.case-list li{color:var(--navy);padding-left:20px;font-size:13px;font-weight:700;position:relative}.case-list li:before{color:var(--red);content:"✓";font-weight:900;position:absolute;left:0}.section-copy .case-trust{border-left:3px solid var(--yellow);color:#7b8498;margin-top:24px;padding-left:14px;font-size:11px}.case-stage{border:1px solid var(--line);background:#fff;border-radius:30px;min-height:540px;position:relative;box-shadow:0 26px 62px #0118531f}.case-brand{border-bottom:4px solid var(--red);background:#fff;border-radius:14px;grid-template-columns:1fr auto;align-items:center;min-height:102px;padding:14px 28px;display:grid;position:absolute;top:26px;left:30px;right:30px;box-shadow:0 11px 24px #01185314}.case-brand>span{grid-area:1/2/span 2;font-size:20px}.case-brand strong{color:var(--red);letter-spacing:-.05em;font-family:Montserrat,Inter,sans-serif;font-size:28px;font-weight:900}.case-brand small{color:var(--navy);font-size:8px;font-weight:800}.case-phone{z-index:2;background:#fff;border:8px solid #171c25;border-radius:34px;width:185px;height:375px;position:absolute;bottom:24px;left:39px;overflow:hidden;box-shadow:0 22px 45px #0118532e}.case-phone img{object-fit:cover;object-position:top;width:100%;height:100%}.case-panel{border:1px solid var(--line);background:#f9fbff;border-radius:18px;width:calc(100% - 245px);min-height:355px;padding:20px;position:absolute;bottom:32px;right:28px}.case-panel-head,.case-panel-head p{justify-content:space-between;align-items:center;margin:0;display:flex}.case-panel-head p{gap:9px}.case-panel-head small{color:#8a93a8;font-size:9px}.case-statuses{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px;display:grid}.case-statuses span{background:#fff;border-radius:10px;flex-direction:column;min-height:70px;padding:12px;display:flex}.case-statuses b{color:var(--navy);font-size:10px}.case-statuses small{color:#8b93a6;margin-top:4px;font-size:8px}.case-order{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:15px;padding:0 12px}.case-order p{border-bottom:1px solid var(--line);color:#5f6982;justify-content:space-between;align-items:center;margin:0;padding:10px 0;font-size:8px;display:flex}.case-order p:last-child{border-bottom:0}.case-order em,.case-order i{color:#1c7d3e;background:#e5f7e9;border-radius:20px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:800}.case-order i{color:#8b6500;background:#fff3cc}.case-flow{color:#7c859a;justify-content:space-between;align-items:center;margin-top:18px;font-size:8px;display:flex}.case-flow span{color:var(--navy);background:#e9eef8;border-radius:20px;padding:6px 9px;font-weight:800}.case-flow b{color:var(--red)}.faq-section{background:var(--soft)}.faq-grid{grid-template-columns:.72fr 1.28fr;gap:85px;display:grid}.faq-list{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 40px #01185312}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{min-height:72px;color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:0 24px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:30px;height:30px;color:var(--navy);background:#eef2f8;border-radius:50%;flex:0 0 30px;place-items:center;font-size:18px;transition:transform .18s,background .18s;display:grid}.faq-list details[open] summary span{background:var(--yellow);transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:0;padding:0 72px 22px 24px;font-size:14px;line-height:1.7}.contact-section{background:#fff}.contact-box{background:radial-gradient(circle at 0 100%, #ffffff21 0 25%, transparent 26%), var(--red);color:#fff;border-radius:30px;grid-template-columns:.9fr 1.1fr;display:grid;overflow:hidden;box-shadow:0 28px 60px #de021633}.contact-copy{padding:58px}.contact-copy .eyebrow{color:var(--yellow)}.contact-copy h2{font-size:clamp(38px,4vw,54px);font-weight:900}.contact-copy h2 span{color:var(--yellow)}.contact-copy>p:not(.eyebrow){color:#ffffffc9;margin:22px 0 0}.contact-copy>a{border-bottom:1px solid #ffffff80;margin-top:28px;font-size:14px;font-weight:800;display:inline-block}.contact-form{color:var(--navy);background:#fff;border-radius:22px;flex-direction:column;gap:16px;margin:18px;padding:30px;display:flex}.field-row{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.contact-form label{color:var(--navy);flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.contact-form input,.contact-form textarea{width:100%;color:var(--navy);background:#fbfcfe;border:1px solid #d9dfeb;border-radius:11px;outline:none;padding:11px 12px;font-size:14px}.contact-form input{height:46px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #01185314}.contact-form .button{align-self:flex-start;margin-top:2px}.contact-form>small{color:#858da0;font-size:9px}.site-footer{border-top:1px solid var(--line);background:#fff;padding:42px 0}.footer-grid{grid-template-columns:1.5fr .7fr 1fr auto;gap:50px;display:grid}.footer-grid>div:not(.footer-brand){flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;display:flex}.footer-grid strong{color:var(--navy)}.footer-grid a{color:#747e92}.footer-grid a:hover{color:var(--red)}.footer-brand img{object-fit:contain;width:180px;height:auto}.footer-brand p,.footer-grid>p{color:#7c8598;max-width:260px;margin:10px 0 0;font-size:11px}.footer-grid>p{text-align:right;margin:0}@media (width<=1050px){.navigation{gap:18px}.hero-grid{grid-template-columns:.9fr 1.1fr;gap:25px}.dashboard-card{width:460px}.problem-grid{grid-template-columns:1fr}.section-copy h2,.section-copy>p:not(.eyebrow){max-width:680px}.solution-grid,.identity-grid,.case-grid{grid-template-columns:1fr;gap:48px}.brand-stage,.case-stage{width:min(100%,720px);margin-inline:auto}.differential-box{grid-template-columns:62px 1.35fr 1fr;padding-inline:38px}.fit-grid,.faq-grid{gap:45px}}@media (width<=820px){.shell{width:min(100% - 30px,680px)}.site-header{height:68px}.brand,.brand img{width:150px}.menu-button{background:var(--soft);cursor:pointer;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:flex}.menu-button span{background:var(--navy);border-radius:2px;width:18px;height:2px}.navigation{border:1px solid var(--line);background:#fff;border-radius:0 0 18px 18px;flex-direction:column;align-items:stretch;gap:0;padding:12px;display:none;position:absolute;top:68px;left:15px;right:15px;box-shadow:0 20px 40px #01185324}.navigation.is-open{display:flex}.navigation a{border-bottom:1px solid var(--line);padding:13px 10px}.navigation a:last-child{border:0}.header-cta{display:none}.hero{padding:64px 0 68px}.hero-grid{grid-template-columns:1fr;gap:40px}.dashboard-card{width:calc(100% - 85px);right:-28px}.phone{left:15px}.client-product-label{left:17px}.hero-product{min-height:600px}.problem-section{padding:80px 0}.problem-grid{gap:45px}.how-section,.solution-section,.identity-section,.fit-section,.case-section,.faq-section,.contact-section{padding:80px 0}.steps-grid{grid-template-columns:1fr}.step-card{grid-template-columns:42px 1fr 1.1fr;align-items:center;gap:15px;display:grid}.step-card:after{display:none}.step-copy{min-height:0;padding:0}.mini-catalog,.mini-checkout,.mini-admin{min-height:210px}.fit-grid,.faq-grid{grid-template-columns:1fr}.differential-box{grid-template-columns:58px 1fr}.differential-box p{grid-column:2}.contact-box{grid-template-columns:1fr}.contact-copy{padding:45px 45px 20px}.footer-grid{grid-template-columns:1.3fr .7fr 1fr}.footer-grid>p{text-align:left;grid-column:1/-1}}@media (width<=560px){.shell{width:min(100% - 28px,500px)}h1{font-size:clamp(47px,14vw,61px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;gap:18px}.text-link{justify-content:center}.hero-benefits{grid-template-columns:1fr;gap:12px}.hero-benefits>div{border:1px solid var(--line);background:#ffffffbf;border-radius:14px;padding:10px}.hero-product{min-height:420px}.dashboard-card{width:390px;height:286px;top:50px;right:-94px}.dashboard-head{height:58px;padding:0 18px}.dashboard-tabs{margin-top:12px}.table-row{grid-template-columns:.7fr .9fr 1.2fr .7fr;min-height:38px;font-size:8px}.phone{border-width:7px;border-radius:32px;width:175px;height:360px;bottom:-4px;left:0}.phone-screen{border-radius:24px}.order-toast{width:205px;min-height:66px;padding:10px 12px;bottom:20px;right:0}.admin-product-label{top:35px;right:0}.client-product-label{bottom:354px;left:0}.order-toast p{font-size:10px}.hero-product{border-radius:28px;min-height:650px}.system-badge{top:18px;left:18px}.system-orbit{display:none}.app-rotator{flex-direction:column;gap:10px;inset:70px 12px 78px}.app-flip-stack{flex:0 0 395px;width:205px;height:395px}.client-device{border-width:7px;border-radius:34px;width:194px;height:374px}.client-device-top{width:76px;height:19px}.capture-device{width:205px;max-height:400px}.app-view-copy{text-align:center;align-items:center;width:100%}.app-view-copy small{margin-bottom:5px}.app-view-copy strong{font-size:18px}.app-view-copy span{max-width:290px;margin-top:5px;font-size:10px}.app-view-tabs{bottom:12px;left:10px;right:10px}.app-view-tabs button{gap:4px;min-height:38px;font-size:8px}.app-view-tabs button>span{width:17px;height:17px;font-size:8px}.section-copy h2{font-size:clamp(37px,11vw,50px)}.transform-demo{grid-template-columns:1fr;gap:14px}.chat-card,.order-card{min-height:420px}.transform-arrow{transform:rotate(90deg)}.how-section,.solution-section,.identity-section,.fit-section,.case-section,.faq-section,.contact-section{padding:68px 0}.section-heading h2{font-size:clamp(36px,11vw,48px)}.steps-grid{margin-top:38px}.step-card{display:block}.step-copy{padding:16px 0}.feature-grid{grid-template-columns:1fr}.brand-stage{min-height:485px}.brand-phone{border-width:7px;border-radius:32px;width:210px;height:430px;top:26px;left:12px}.brand-cover{height:222px}.brand-cover h3{font-size:19px}.brand-product-card{height:70px}.brand-swatch-card{grid-template-columns:26px 26px 1fr;width:188px;bottom:66px;right:8px}.brand-swatch-card>span{height:48px}.differential-section{padding:10px 0 68px}.differential-box{grid-template-columns:48px 1fr;gap:18px;min-height:0;padding:30px 25px}.shield-mark{width:45px;height:52px;font-size:18px}.differential-box h2{font-size:29px}.differential-box p{grid-column:1/-1}.business-list{grid-template-columns:repeat(2,1fr)}.case-list{grid-template-columns:1fr}.case-stage{min-height:570px}.case-brand{padding-inline:18px;left:14px;right:14px}.case-phone{width:150px;height:305px;bottom:176px;left:18px}.case-panel{width:calc(100% - 32px);min-height:225px;padding:14px;bottom:18px;right:14px}.case-statuses{margin-left:152px}.case-order{margin-top:12px}.case-flow{display:none}.faq-list summary{min-height:68px;padding-inline:17px;font-size:14px}.faq-list details p{padding:0 50px 20px 17px;font-size:13px}.contact-box{border-radius:23px}.contact-copy{padding:36px 25px 18px}.contact-copy h2{font-size:36px}.contact-form{margin:10px;padding:20px}.field-row{grid-template-columns:1fr}.contact-form .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}
