:root{--accent:#1a9790;--ink:#0f2027;--text:#15232b;--copy:#4d6b72;--muted:#5d7981;--muted2:#6b8288;--line:#e4ebeb;--line2:#e3ecea;--teal:#0b5c70;--teal-bg:#e6f6f3;--paper:#fff;--head:"Montserrat", "Poppins", system-ui, sans-serif;--body:"Poppins", system-ui, sans-serif}*{box-sizing:border-box}body{font-family:var(--body);color:var(--text);background:#eef4f3;margin:0;line-height:1.55}.demo{background:var(--paper);min-height:100vh}.demo-dashboard,.demo-chat{--paper:#f6f9f9}a{color:var(--accent)}h1,h2,h3,.btn,.pill,.price,.kpi b,.brand,.foot-brand{font-family:var(--head)}h1,h2,h3{color:var(--ink);letter-spacing:-.01em;margin:0 0 .4rem;font-weight:800;line-height:1.18}h1{font-size:clamp(1.7rem,3.4vw,2.5rem)}h3{color:var(--text);font-size:1rem;font-weight:700}.wrap{max-width:1140px;margin:0 auto;padding:0 20px}.section{padding:26px 20px 30px}.muted{color:var(--muted)}.lede{color:var(--copy);max-width:620px;margin:0 0 14px;font-size:1rem}.boot{place-items:center;min-height:60vh;display:grid}.boot-dot{background:var(--accent);border-radius:50%;width:14px;height:14px;animation:1s infinite pulse}@keyframes pulse{50%{opacity:.3}}.urlbar{color:#7a8f95;background:#eef2f2;justify-content:center;align-items:center;gap:12px;height:34px;font-size:.78rem;display:flex;position:relative}.urlbar .dots{gap:6px;display:flex;position:absolute;left:16px}.urlbar .dots i{background:#ff5f57;border-radius:50%;width:11px;height:11px}.urlbar .dots i:nth-child(2){background:#febc2e}.urlbar .dots i:nth-child(3){background:#28c840}.top{z-index:10;background:#fff;border-bottom:2px solid #e8eeed;position:sticky;top:0}.top-inner{align-items:center;gap:22px;min-height:58px;display:flex}.brand{color:var(--ink);white-space:nowrap;align-items:center;gap:10px;font-size:1.05rem;font-weight:800;text-decoration:none;display:inline-flex}.dot{background:var(--accent);border-radius:50%;flex:none;width:24px;height:24px;display:inline-block}.nav{flex-wrap:wrap;gap:4px;display:flex}.nav a{color:var(--muted);border-radius:8px;padding:6px 12px;font-size:.84rem;text-decoration:none}.nav a.is-on,.nav a:hover{color:var(--ink);background:#f2f7f6}.top-cta{margin-left:auto}.btn{border:2px solid var(--accent);background:var(--accent);color:#fff;font:inherit;font-family:var(--head);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:9px 20px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.btn.small{padding:6px 14px;font-size:.78rem}.btn.ghost{color:var(--accent);background:#fff}.btn:disabled{opacity:.5;cursor:default}.btn-row{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.link{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.hero{align-items:center;min-height:clamp(280px,27vw,340px);display:grid;position:relative;overflow:hidden}.banner-art{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-copy{max-width:60%;padding:32px 4.5%;position:relative}.hero-copy .lede{color:var(--copy)}.hero-copy .btn{border-color:var(--accent)}.design-2 .hero-copy{max-width:48%;margin-left:50%;padding-left:0}.design-3 h1{color:#fff}.design-3 .lede{color:#bcd6d8}.design-4 .hero-copy{background:#fff;border-radius:18px;max-width:50%;margin:30px 0 30px 4.3%;padding:24px 28px}.design-5 .hero-copy,.design-6 .hero-copy,.design-1 .hero-copy{max-width:56%}.eyebrow{font-family:var(--head);letter-spacing:.19em;margin-bottom:10px;font-size:.72rem;font-weight:700;display:block}.heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.section-title{align-items:center;gap:10px;margin:0;font-size:1.15rem;display:inline-flex}.section-title .dot{width:22px;height:22px}.badges{gap:8px;display:flex}.pill{white-space:nowrap;border-radius:999px;padding:5px 14px;font-size:.78rem;font-weight:700;line-height:1.3;display:inline-block}.pill.teal{background:var(--teal-bg);color:var(--teal)}.pill.green{color:#0b6b4f;background:#dff5ec}.pill.amber{color:#8a5a00;background:#fff4d6}.pill.white{color:var(--text);border:2px solid var(--line);background:#fff}.card{border:2px solid var(--line);background:#fff;border-radius:14px}.card.pad{padding:16px 18px}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.band-card{border-radius:16px;grid-template-rows:auto 1fr;display:grid;overflow:hidden}.band{background:color-mix(in srgb, var(--accent) 14%, #fff);color:var(--teal);padding:16px 20px;font-size:.78rem;font-weight:600}.band-body{align-content:start;gap:4px;padding:16px 20px 18px;display:grid}.band-body h3{margin:0}.band-body p{margin:0;font-size:.85rem}.band-body .btn{justify-self:start;margin-top:8px}.kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.kpi{border-top:5px solid var(--accent);gap:2px;padding:16px 20px 12px;display:grid}.kpi span{color:var(--muted2);font-size:.78rem}.kpi b{color:var(--ink);font-size:1.5rem}.spark{width:100%;height:26px}.panel-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}input[type=search]{border:2px solid var(--line);font:inherit;border-radius:999px;min-width:220px;padding:8px 14px;font-size:.85rem}.table-card{margin-bottom:14px}.table-wrap{overflow-x:auto}.data{border-collapse:collapse;width:100%;font-size:.84rem}.data th,.data td{text-align:left;border-top:2px solid #eef2f2;padding:10px 16px}.data th{color:var(--muted2);border-top:0;font-size:.74rem;font-weight:600}.data th button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.data tbody tr{cursor:pointer}.data tbody tr:hover td,.data tr.is-open td{background:color-mix(in srgb, var(--accent) 6%, #fff)}.drawer{border-top:2px solid var(--line);background:#fafcfb;padding:16px}.drawer dl{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:8px 0;display:grid}.drawer dt{text-transform:uppercase;color:var(--muted);font-size:.72rem}.drawer dd{margin:0;font-weight:600}.two{grid-template-columns:1.4fr 1fr;gap:12px;display:grid}.filters{flex-wrap:wrap;gap:8px;display:flex}.filters button{color:var(--muted);font:inherit;font-family:var(--head);cursor:pointer;background:#f2f7f6;border:0;border-radius:999px;padding:7px 16px;font-size:.78rem;font-weight:700}.filters button.tinted{background:color-mix(in srgb, var(--accent) 16%, #fff);color:var(--teal)}.filters button.is-on{background:var(--accent);color:#fff}.products{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.product{border:2px solid var(--line2);background:#fff;border-radius:12px;gap:2px;padding:8px 8px 12px;display:grid}.product h3{font-family:var(--body);margin:10px 2px 0;font-size:.8rem;font-weight:600}.price{color:var(--accent);margin:0 2px 6px;font-size:.9rem;font-weight:800}.product .btn{justify-self:start}.product-art{aspect-ratio:1/.72;cursor:pointer;border:0;border-radius:9px;place-items:center;width:100%;display:grid}.product-art.big{aspect-ratio:1;flex:none;width:260px}.cart-btn{z-index:20;background:var(--accent);color:#fff;font:inherit;font-family:var(--head);cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-weight:700;position:fixed;bottom:18px;right:18px;box-shadow:0 14px 30px -14px #00000080}.cart-btn b{color:var(--accent);background:#fff;border-radius:999px;margin-left:6px;padding:1px 8px}.modal-scrim{z-index:30;background:#0c2c3473;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal{background:#fff;border-radius:18px;flex-wrap:wrap;gap:22px;width:100%;max-width:720px;padding:22px;display:flex}.cart{background:#fff;border-radius:18px;align-self:stretch;width:min(420px,100%);margin-left:auto;padding:22px}.cart ul{gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}.cart li{justify-content:space-between;align-items:center;gap:8px;display:flex}.cart li small{color:var(--muted);display:block}.qty{align-items:center;gap:8px;display:inline-flex}.qty button{border:2px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;width:26px;height:26px}.total{justify-content:space-between;font-size:1.05rem;display:flex}.form{gap:10px;max-width:520px;display:grid}.form label{gap:4px;font-size:.85rem;font-weight:600;display:grid}.form input,.form textarea{border:2px solid var(--line);font:inherit;border-radius:10px;padding:9px 12px}.notice{color:#0b6b4f;background:#dff5ec;border-radius:10px;padding:12px 14px}.store-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;font-size:.84rem;display:flex}.store-badge{color:#fff;background:#12232a;border-radius:12px;align-items:center;gap:10px;padding:7px 16px 7px 12px;display:inline-flex}.store-badge i{border-radius:50%;width:20px;height:20px}.store-badge small{color:#9fb8bd;font-size:.6rem;line-height:1.1;display:block}.store-badge b{font-family:var(--head);font-size:.88rem}.mobile-grid{grid-template-columns:1fr 340px;align-items:start;gap:30px;display:grid}.feature-list.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.phone{color:#fff;background:#10202a;border:3px solid #2a3a44;border-radius:42px;width:320px;margin:0 auto;padding:12px 12px 14px;overflow:hidden;box-shadow:0 30px 60px -30px #0009}.phone.android{border-radius:26px}.phone-status{justify-content:space-between;margin-top:-26px;padding:4px 18px 8px;font-size:.8rem;font-weight:600;display:flex}.battery{border:2px solid #fff;border-radius:4px;width:26px;height:13px;position:relative}.battery:after{content:"";background:#fff;border-radius:2px;position:absolute;top:2px;bottom:2px;left:2px;right:4px}.phone-head{padding:16px 22px 12px}.phone-head b{font-family:var(--head);font-size:1.3rem;display:block}.phone-head small{color:#ffffffd9;font-size:.78rem}.phone-body{color:#15232b;background:#f6f9f9;align-content:start;gap:10px;min-height:380px;padding:12px 10px;display:grid}.row{text-align:left;border:2px solid var(--line);font:inherit;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;display:flex}.row-icon{border-radius:12px;flex:none;width:40px;height:40px}.row span{flex:1;min-width:0}.row b{font-family:var(--head);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;display:block;overflow:hidden}.row small{color:#7a9398;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;display:block;overflow:hidden}.row .pill{padding:4px 10px;font-size:.7rem}.row-detail{border:2px solid var(--line);background:#fff;border-radius:16px;gap:8px;padding:8px;display:grid}.phone-tabs{border-top:2px solid var(--line);background:#fff;justify-content:space-around;padding:14px 8px 10px;display:flex}.phone-tabs button{cursor:pointer;background:0 0;border:0;padding:0}.phone-tabs button i{border-radius:50%;width:18px;height:18px;display:block}.phone-home{background:#556;border-radius:3px;width:110px;height:5px;margin:10px auto 0}.chat-list{align-content:start;gap:10px;max-height:440px;padding:4px 0 8px;display:grid;overflow-y:auto}.bubble{border:2px solid var(--line);background:#fff;border-radius:14px;justify-self:start;max-width:min(560px,82%);padding:10px 16px;font-size:.9rem}.bubble.user{background:var(--accent);border-color:var(--accent);color:#fff;justify-self:end}.bubble.typing{color:var(--muted)}.chat-form{gap:8px;margin:10px 0 16px;display:flex}.chat-form input{border:2px solid var(--line);font:inherit;background:#fff;border-radius:999px;flex:1;padding:10px 16px}.sources{flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:.8rem;display:flex}.sources b{color:var(--teal)}.toast{background:var(--ink);color:#fff;z-index:40;border-radius:999px;padding:10px 16px;font-size:.85rem;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.chips{flex-wrap:wrap;gap:6px;display:flex}.chips span{background:var(--teal-bg);color:var(--teal);border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:600}.foot{color:var(--muted);background:#fff;border-top:2px solid #e8eeed;margin-top:30px;font-size:.86rem}.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;padding:30px 20px 16px;display:grid}.foot h4{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;color:var(--ink);margin:0 0 8px;font-size:.75rem}.foot ul{margin:0;padding-left:16px}.foot-brand{color:var(--ink);align-items:center;gap:8px;margin:0 0 4px;font-size:1.05rem;font-weight:800;display:inline-flex}.cta-link{margin-top:8px;font-weight:700;display:inline-block}.legal{padding:0 20px 24px;font-size:.78rem}.page-title{margin-bottom:8px}@media (max-width:1000px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.cards,.kpis,.feature-list.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-grid,.foot-grid{grid-template-columns:1fr}.top-cta{display:none}.hero{min-height:0}.hero-copy,.design-2 .hero-copy,.design-4 .hero-copy,.design-5 .hero-copy,.design-6 .hero-copy,.design-1 .hero-copy{max-width:none;margin:0;padding:26px 20px}.banner-art{aspect-ratio:1020/268;height:auto;display:block;position:static}.hero{flex-direction:column-reverse;display:flex}.design-3{background:#0c2c34!important}}@media (max-width:600px){.products,.cards,.kpis,.feature-list.cards{grid-template-columns:1fr}.top-inner{flex-wrap:wrap;padding:8px 0}input[type=search]{width:100%;min-width:0}.modal{flex-direction:column}.product-art.big{width:100%}.nav a{padding:4px 8px}}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(14px)}.reveal.is-in{opacity:1;transform:none}.good{filter:drop-shadow(0 10px 14px #0000002e);width:70%;height:70%;transition:transform .25s}.product-art:hover .good{transform:scale(1.06)rotate(-2deg)}.product-art{overflow:hidden}.product-art.big{place-items:center;height:260px;display:grid}.two{grid-template-columns:1.4fr 1fr;gap:14px;margin-top:14px;display:grid}.panel.pad{padding:16px}.bars{align-items:flex-end;gap:8px;height:150px;margin-top:10px;display:flex}.bar-col{text-align:center;flex:1;grid-template-rows:1fr auto;align-items:end;height:100%;display:grid}.bar{opacity:.85;border-radius:6px 6px 2px 2px;min-height:4px;transition:opacity .2s}.bar-col:hover .bar{opacity:1}.bar-col span{color:var(--muted);margin-top:4px;font-size:.65rem}.ticks{gap:6px;margin:0;padding-left:18px;display:grid}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.shot{border:1px solid var(--line);background:var(--surface);border-radius:var(--r);cursor:zoom-in;text-align:left;gap:6px;padding:8px;transition:transform .2s,box-shadow .2s;display:grid}.shot:hover{transform:translateY(-3px);box-shadow:0 18px 30px -22px #00000073}.shot img{border-radius:10px;width:100%;display:block}.shot span{color:var(--muted);padding:0 4px 2px;font-size:.82rem}.lightbox{z-index:50;background:#081014db;grid-template-columns:56px 1fr 56px;align-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.lightbox figure{text-align:center;max-height:90vh;margin:0;overflow:auto}.lightbox img{cursor:zoom-in;border-radius:12px;max-width:100%;max-height:80vh;transition:transform .25s}.lightbox img.is-zoom{cursor:zoom-out;width:160%;max-width:none;max-height:none}.lightbox figcaption{color:#cfd8dc;margin-top:10px;font-size:.85rem}.lb-nav,.lb-close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:44px;height:44px;font-size:1.6rem}.lb-nav:hover,.lb-close:hover{background:#ffffff40}.lb-close{font-size:1.4rem;position:absolute;top:18px;right:18px}.phone-notch{background:#111;border-radius:0 0 16px 16px;width:120px;height:22px;margin:-12px auto 0}.phone.android .phone-notch{border-radius:50%;width:14px;height:14px}@media (max-width:900px){.two,.gallery,.lightbox{grid-template-columns:1fr}.lb-nav{display:none}}.carousel{background:#0b2530;outline:none;height:clamp(260px,46vw,520px);position:relative;overflow:hidden}.slide{opacity:0;transition:opacity 1s;position:absolute;top:0;bottom:0;left:0;right:0}.slide.is-on{opacity:1}.slide img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1)}.slide.is-on img{animation:7s ease-out forwards kenburns}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.slide-shade{pointer-events:none;background:linear-gradient(#06141c00 45%,#06141cbf);position:absolute;top:0;bottom:0;left:0;right:0}.slide-copy{color:#fff;position:absolute;bottom:26px;left:0;right:0}.slide-copy p{text-shadow:0 2px 10px #00000080;text-transform:capitalize;margin:8px 0 0;font-size:1.15rem;font-weight:600}.slide-nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:0;border-radius:50%;width:44px;height:44px;font-size:1.7rem;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.slide-nav:hover{background:#fff6}.slide-nav.prev{left:16px}.slide-nav.next{right:16px}.dots{gap:6px;display:flex;position:absolute;bottom:20px;right:20px}.dots button{cursor:pointer;background:#ffffff73;border:0;border-radius:50%;width:10px;height:10px;padding:0;transition:transform .2s,background .2s}.dots button.is-on{background:var(--surface);transform:scale(1.3)}.strip{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:170px;gap:12px;margin-top:14px;display:grid}.strip .reveal:first-child{grid-area:span 2/span 2}.tile{border-radius:var(--r);cursor:zoom-in;background:#e6ecef;border:0;width:100%;height:100%;padding:0;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 10px 24px -18px #00000080}.tile img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.tile:hover img{transform:scale(1.08)}.tile span{color:#fff;text-align:left;text-transform:capitalize;opacity:0;background:linear-gradient(#0000,#000000a6);padding:24px 12px 10px;font-size:.8rem;transition:opacity .25s;position:absolute;bottom:0;left:0;right:0}.tile:hover span{opacity:1}@media (max-width:900px){.strip{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:130px}.slide-nav{display:none}.slide-copy p{font-size:.95rem}}
