:root{--blurple:#454fbf;--blurple-deep:#353b8f;--blurple-soft:#eceefa;--ink:#23272a;--ink-2:#4a5057;--ink-3:#7d848c;--paper:#fff;--paper-2:#f5f6f8;--line:#e3e6ea;--ok:#1f8a4c;--warn:#b7791f;--radius:14px;--font-head:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);margin:0;font-size:17px;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.01em;margin:0 0 .5em;font-weight:700;line-height:1.15}h1{font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:800}h2{font-size:clamp(1.6rem,3vw,2.2rem)}h3{font-size:1.15rem}p{margin:0 0 1em}a{color:var(--blurple);text-decoration:none}a:hover{text-decoration:underline}img,svg{max-width:100%}.wrap{width:min(1120px,100% - 2.5rem);margin-inline:auto}.muted{color:var(--ink-2)}.eyebrow{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:var(--blurple);margin-bottom:.6rem;font-size:.8rem;font-weight:700}.site-header{z-index:10;backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.site-header .logo img{height:34px;display:block}.site-nav{align-items:center;gap:1.4rem;font-size:.95rem;font-weight:600;display:flex}.site-nav a{color:var(--ink)}.site-nav a:hover{color:var(--blurple);text-decoration:none}.site-nav .btn{padding:.5rem .95rem}@media (width<=720px){.site-nav a:not(.btn){display:none}}.btn{background:var(--blurple);color:#fff;font-weight:700;font-family:var(--font-head);border:2px solid var(--blurple);border-radius:10px;align-items:center;gap:.4rem;padding:.8rem 1.3rem;font-size:.95rem;display:inline-flex}.btn:hover{background:var(--blurple-deep);border-color:var(--blurple-deep);text-decoration:none}.btn.ghost{color:var(--blurple);background:0 0}.btn.ghost:hover{background:var(--blurple-soft)}.btn.on-dark.ghost{color:#fff;border-color:#ffffff80}.btn.on-dark.ghost:hover{background:#ffffff1a}.hero{background:var(--ink);color:#fff;padding:clamp(3rem,8vw,6rem) 0;position:relative;overflow:hidden}.hero .wrap{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.hero h1{color:#fff;margin-bottom:1rem}.hero p.lead{color:#c9cdd3;max-width:34rem;font-size:1.2rem}.hero .actions{flex-wrap:wrap;gap:.8rem;margin-top:1.6rem;display:flex}.hero .art{justify-content:center;display:flex}.hero .art img{width:min(260px,60%)}.hero .eyebrow{color:#9aa0f0}@media (width<=800px){.hero .wrap{grid-template-columns:1fr}.hero .art{order:-1}.hero .art img{width:140px}}section.block{padding:clamp(2.5rem,6vw,4.5rem) 0}section.block.alt{background:var(--paper-2)}.section-head{max-width:40rem;margin-bottom:2rem}.grid{gap:1.2rem;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}@media (width<=860px){.grid.three{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.grid.two,.grid.three{grid-template-columns:1fr}}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1.4rem;display:flex}.card.product{min-height:100%}.card.product h3{align-items:center;gap:.6rem;font-size:1.3rem;display:flex}.card.product .tag{font-family:var(--font-head);color:var(--ink-2);margin-bottom:.2rem;font-size:1rem;font-weight:700}.card.product p{color:var(--ink-2);flex:1}.card.product .foot{justify-content:space-between;align-items:center;gap:1rem;margin-top:.4rem;display:flex}.card.product .price{font-family:var(--font-head);font-weight:700}.card.product .price small{color:var(--ink-3);font-weight:500}.card.feature h3{font-size:1.02rem}.card.feature p{color:var(--ink-2);margin:0;font-size:.97rem}.badge{font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;background:var(--blurple-soft);color:var(--blurple-deep);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.badge.production{color:var(--ok);background:#e4f4ea}.badge.pilot,.badge.early-access{color:var(--warn);background:#fbf1df}.badge.in-development{background:var(--paper-2);color:var(--ink-2);border:1px solid var(--line)}.family{align-items:baseline;gap:1rem;margin:2.2rem 0 1rem;display:flex}.family h2{margin:0}.family p{color:var(--ink-2);margin:0}table.pricing{border-collapse:collapse;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);width:100%;overflow:hidden}table.pricing th,table.pricing td{text-align:left;border-bottom:1px solid var(--line);padding:.9rem 1.1rem}table.pricing th{font-family:var(--font-head);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);background:var(--paper-2);font-size:.8rem}table.pricing tr:last-child td{border-bottom:0}table.pricing td.price{font-family:var(--font-head);white-space:nowrap;font-weight:700}.table-scroll{overflow-x:auto}.product-hero .art img{width:min(200px,50%)}.spec{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.spec>div{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:.8rem 1rem}.spec .k{letter-spacing:.08em;text-transform:uppercase;color:#9aa0f0;font-size:.75rem;font-family:var(--font-head);font-weight:700}.spec .v{color:#fff;font-weight:600}@media (width<=600px){.spec{grid-template-columns:1fr}}.cta{background:var(--blurple);color:#fff}.cta h2{color:#fff}.cta p{color:#e3e5fb;max-width:36rem}.cta .btn{color:var(--blurple);background:#fff;border-color:#fff}.cta .btn:hover{background:var(--blurple-soft)}.site-footer{border-top:1px solid var(--line);color:var(--ink-2);padding:2.5rem 0;font-size:.92rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.site-footer .cols{flex-wrap:wrap;gap:3rem;display:flex}.site-footer h4{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.6rem;font-size:.8rem}.site-footer ul{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:var(--ink)}.site-footer .legal{width:100%;color:var(--ink-3);margin-top:1.5rem;font-size:.82rem}.prose{max-width:44rem}.prose h2{margin-top:2rem}.prose ul{padding-left:1.2rem}form.contact{gap:.9rem;max-width:34rem;display:grid}form.contact label{gap:.3rem;font-size:.92rem;font-weight:600;display:grid}form.contact input,form.contact select,form.contact textarea{font:inherit;border:1px solid var(--line);background:#fff;border-radius:8px;padding:.7rem .8rem}form.contact textarea{min-height:7rem}.card.product .screen{border-radius:var(--radius) var(--radius) 0 0;border-bottom:1px solid var(--line);background:var(--paper-2);height:240px;margin:-1.4rem -1.4rem 1rem;display:block;overflow:hidden}.card.product .screen .demo{border-radius:0;height:100%}.card.product .screen:hover{text-decoration:none}.device{background:var(--ink);border-radius:18px;max-width:880px;margin-inline:auto;padding:10px;box-shadow:0 20px 50px #23272a40}.device .demo{border-radius:10px}.gallery{grid-template-columns:repeat(2,1fr);gap:1.4rem;display:grid}.gallery figure{margin:0}.gallery img{border:1px solid var(--line);border-radius:12px;width:100%;box-shadow:0 10px 30px #23272a1f}.gallery figcaption{color:var(--ink-2);margin-top:.5rem;font-size:.9rem}@media (width<=700px){.gallery{grid-template-columns:1fr}}.price-grid .big-price{font-family:var(--font-head);margin:.3rem 0 .4rem;font-size:1.8rem;font-weight:800}.price-grid .big-price small{color:var(--ink-3);font-size:.85rem;font-weight:500}.price-grid ul.inc{color:var(--ink-2);gap:.35rem;margin:0 0 1rem;padding:0;font-size:.95rem;list-style:none;display:grid}.price-grid ul.inc li:before{content:"✓ ";color:var(--ok);font-weight:700}.price-grid .btn{align-self:flex-start}.card.product .bundle-art{background:var(--ink);color:#fff;min-height:140px;font-family:var(--font-head);justify-content:center;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:800;display:flex}.card.product .bundle-art span:nth-child(2n){color:#9aa0f0}.gallery img{width:auto;max-width:100%;max-height:560px}.od{padding-bottom:1.2em}.bundle-box{border:2px solid var(--blurple);border-radius:calc(var(--radius) + 8px);background:var(--blurple-soft);padding:1.1rem}.bundle-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.1rem;padding:0 .3rem;display:flex}.bundle-bar .lbl{font-family:var(--font-head);color:var(--blurple-deep);font-size:1.05rem;font-weight:700}.bundle-bar .lbl small{color:var(--ink-2);font-size:.92rem;font-weight:500}.bundle-bar .btn.ghost{background:#fff}@media (width<=800px){.hero{padding:2.2rem 0 2.8rem}.hero .wrap{gap:1.2rem}.hero .art img{width:110px}}@media (width<=560px){.family{flex-direction:column;align-items:flex-start;gap:.1rem}table.pricing th,table.pricing td{padding:.7rem}table.pricing td.price{white-space:normal}.card.product .foot a{white-space:nowrap}.bundle-bar .btn{justify-content:center;width:100%}}.hero .art img,.product-hero .art img{height:auto}.price-grid .price-note{color:var(--ink-2);margin:-.2rem 0 .6rem;font-size:.85rem}.grid>*,.card.product .screen{min-width:0}
