:root{--ink:#122033;--muted:#3e5368;--line:#d5e0e8;--paper:#f3f6f8;--white:#fff;--blue:#149dcc;--blue-dark:#0d6786;--danger:#9c1833;--shadow:0 18px 50px #12203314;--serif:Georgia, "Times New Roman", serif;--sans:"Segoe UI", Arial, Helvetica, sans-serif;--max:1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);font-family:var(--sans);margin:0;font-size:1.125rem;line-height:1.55}img{max-width:100%;height:auto}a{color:var(--blue-dark)}h1,h2,h3{font-family:var(--serif);letter-spacing:-.02em;font-weight:560;line-height:1.15}h1{margin:0 0 .6rem;font-size:clamp(2.2rem,5vw,3.4rem)}h2{margin:0 0 .75rem;font-size:clamp(1.7rem,3vw,2.2rem)}h3{margin:0 0 .4rem;font-size:1.35rem}p{margin:0 0 .9rem}.accent{color:#149dcc}.center{text-align:center}.center .section-intro{margin-left:auto;margin-right:auto}.skip{color:#fff;z-index:10;background:#07111c;padding:.4rem .7rem;position:absolute;top:-3rem;left:.5rem}.skip:focus{top:.5rem}.wrap{width:min(var(--max), calc(100% - 2.4rem));margin:0 auto}.site-header{z-index:5;border-bottom:1px solid var(--line);backdrop-filter:blur(10px);background:#fffffff0;position:sticky;top:0}.site-header .wrap{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:4.5rem;display:grid}.brand{grid-column:1;justify-self:start;align-items:center;display:flex}.brand img{width:auto;height:52px;display:block}.nav-toggle{font:inherit;border:1px solid var(--line);background:0 0;border-radius:999px;grid-column:3;justify-self:end;padding:.35rem .8rem;display:none}.site-nav{grid-column:2;justify-self:center;align-items:center;gap:1.25rem;display:flex}.site-nav a,.products summary{color:var(--ink);cursor:pointer;font-weight:600;text-decoration:none}.site-nav a[aria-current=page]{color:var(--blue-dark)}.site-nav a.button{color:#fff}.products summary{list-style:none}.products summary::-webkit-details-marker{display:none}.products .menu{gap:.35rem;display:grid}.button,button.primary{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:.7rem 1.15rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover,button.primary:hover{background:var(--blue-dark)}.button.secondary{color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line);background:0 0}.button.secondary:hover{background:var(--paper)}button.primary:disabled{opacity:.65;cursor:wait}.hero-img{object-fit:cover;border-radius:18px;width:100%;max-height:22rem;margin:0 0 1.2rem;display:block}.home-hero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:1.5rem;display:grid}.home-hero img{border-radius:18px;width:100%;height:auto;margin:0;display:block}.lede{color:var(--muted);max-width:40rem;font-size:1.25rem}.section{padding:3.4rem 0}.section.alt{background:var(--paper)}.section-intro{max-width:40rem;color:var(--muted)}.cards,.steps{gap:1rem;display:grid}.cards{grid-template-columns:repeat(3,1fr);margin-top:1.4rem}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.card,.step{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1.15rem 1.2rem 1rem}.section.alt .card{background:#fff}.card img{border-radius:12px;width:100%;margin-bottom:.8rem;display:block}.card p:last-child{margin-bottom:0}.steps{grid-template-columns:repeat(4,1fr);margin-top:1.4rem}.page-hero{padding:2.4rem 0 .4rem}.page-hero p{max-width:42rem}.prose{max-width:44rem}.prose h2{margin-top:2rem;font-size:1.6rem}.prose ul{margin:0 0 1rem;padding-left:1.2rem}.prose li{margin:.45rem 0}.video{max-width:50rem;margin:0 auto}.video iframe{aspect-ratio:4/3;border:0;border-radius:16px;width:100%}.demo{color:#fff;background:#07111c;padding:2.4rem 0}.demo h2{color:#fff;margin:0}.demo-row{justify-content:space-between;align-items:center;gap:1.2rem;display:flex}.person{grid-template-columns:160px 1fr;gap:1.2rem;margin:0 0 2rem;display:grid}.person img{border-radius:12px;width:100%}.person .role{color:var(--muted);margin-top:-.2rem}.form-card{border:1px solid var(--line);max-width:36rem;box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:1.3rem 1.3rem 1.4rem}label{margin:.85rem 0 .3rem;font-weight:600;display:block}.optional{color:var(--muted);font-weight:400}input,select,textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #b7c6d4;border-radius:10px;padding:.65rem .75rem}textarea{resize:vertical;min-height:7rem}input:focus,select:focus,textarea:focus{border-color:var(--blue);outline:2px solid #149dcc73}.form-actions{margin-top:1.1rem}.form-error{color:var(--danger);background:#fff1f3;border-radius:10px;margin-top:.9rem;padding:.7rem .8rem;display:none}.form-error.show{display:block}.hp{height:0;position:absolute;left:-9999px;overflow:hidden}dialog{max-width:26rem;box-shadow:var(--shadow);border:0;border-radius:18px;padding:1.4rem 1.4rem 1.2rem}dialog::backdrop{background:#07111c8c}dialog h2{margin-bottom:.4rem}dialog .actions{margin-top:.4rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:1.6rem 0 2rem;font-size:.98rem}.site-footer .wrap{grid-template-columns:1.2fr 1fr 1fr 1fr;align-items:start;gap:1rem;display:grid}.site-footer a{color:var(--muted)}.site-footer h2{font-family:var(--sans);letter-spacing:0;margin:0 0 .4rem;font-size:.95rem}address{margin:0;font-style:normal}.form-note{color:var(--muted);font-size:.95rem}@media (width>=861px){.products{position:relative}.products .menu{border:1px solid var(--line);min-width:13rem;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:.55rem .7rem;display:none;position:absolute;top:calc(100% + .55rem);left:0}.products[open] .menu{display:grid}}@media (width<=1100px) and (width>=861px){.cards.four,.steps{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.cards,.cards.two,.cards.four,.steps,.person,.site-footer .wrap{grid-template-columns:1fr}.demo-row{flex-direction:column;align-items:flex-start}.nav-toggle{display:inline-block}.site-nav{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:center;padding:.8rem 1.2rem 1rem;display:none;position:absolute;top:100%;left:0;right:0}.site-header.open .site-nav{display:flex}}
