:root{--ink:#221F38;--ink-2:#3A3560;--purple-deep:#3D336F;--purple-mid:#332C5A;--muted:#565270;--muted-2:#7B7796;--cream:#FFFDF9;--panel:#F2EEE6;--line:rgba(38,34,66,.1);--line-soft:rgba(38,34,66,.08);--gold:#E8B975;--gold-deep:#8A6A3C;--green:#7BA873;--green-deep:#5A7F53;--on-dark:#EDEAE4;--on-dark-muted:#B9B6CB;--on-dark-faint:#9E99BC}body{margin:0;background:var(--cream);color:var(--ink);font-family:Archivo,system-ui,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}a{color:var(--gold-deep);text-decoration:none}a:hover{color:var(--purple-deep)}img{max-width:100%}.w{max-width:1200px;margin:0 auto;padding-left:40px;padding-right:40px}.g2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch}.two{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.tabgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.cmp{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:0}.marq{display:flex;gap:56px;align-items:center;flex-wrap:wrap;justify-content:center}.tl{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.tools{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.tools>div{flex:1 1 150px;max-width:220px}.brand{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:center}.logobox{display:flex;align-items:center;justify-content:center;background:var(--cream);border:1px solid var(--line-soft);border-radius:10px;min-height:130px;padding:18px}.logobox img{max-width:100%;width:auto;object-fit:contain}.logobox.wide img{width:100%;height:auto;max-height:none}.story{display:grid;grid-template-columns:1fr .85fr;gap:56px;align-items:center}.hero-img{height:420px}.story-img{height:520px}.step{display:grid;grid-template-columns:120px 1fr 1fr;gap:36px;align-items:start}.needs{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.needs-img{height:520px}.dash-top{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.dash-body{display:grid;grid-template-columns:1.35fr 1fr;gap:14px}.f2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chips{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;font:700 14.5px Archivo;padding:17px 30px;border-radius:100px;border:1px solid transparent;cursor:pointer;text-align:center}.btn-dark{background:var(--ink);color:var(--cream)}.btn-green{background:var(--green);color:var(--cream)}.btn-gold{background:var(--gold);color:var(--ink)}.btn-outline{border-color:#26224240;color:var(--ink)}.btn-outline-light{border-color:#edeae459;color:var(--on-dark)}.btn-sm{padding:14px 22px;font-size:13.5px}input,select,textarea{font-family:Archivo,system-ui,sans-serif}input:focus,select:focus,textarea:focus{outline:2px solid var(--green);outline-offset:1px}.tabbtn{font:700 14px Archivo;padding:15px 24px;border-radius:100px;cursor:pointer;border:1px solid rgba(38,34,66,.22);background:transparent;color:var(--ink)}.tabbtn.is-active{border-color:var(--ink);background:var(--ink);color:var(--cream)}.svc-chip{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:14px 15px;border-radius:8px;cursor:pointer;background:var(--panel);border:1px solid rgba(38,34,66,.22);color:var(--ink);font:500 14px Archivo}.svc-chip .box{flex:none;width:20px;height:20px;border-radius:5px;display:flex;align-items:center;justify-content:center;font:700 12px Archivo;background:#fff;color:#fff;border:1px solid rgba(38,34,66,.28)}.svc-chip input{position:absolute;opacity:0;pointer-events:none}.svc-chip:has(input:checked){background:#7ba8731a;border-color:var(--green)}.svc-chip:has(input:checked) .box{background:var(--green);border-color:var(--green)}.svc-chip{position:relative}.site-header{position:sticky;top:0;z-index:40;background:#fffdf9f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{display:flex;gap:26px;align-items:center}.burger{display:none}@media(max-width:1040px){.split{grid-template-columns:1fr}.two{grid-template-columns:1fr;gap:36px}.g2{grid-template-columns:1fr;gap:40px}.g3,.g4,.tl,.flow{grid-template-columns:1fr 1fr}.cmp{grid-template-columns:1.2fr 1fr;font-size:13px}.cmp-hide{display:none!important}.tools{grid-template-columns:repeat(4,1fr)}.brand{grid-template-columns:240px 1fr;gap:26px}.story{grid-template-columns:1fr;gap:34px}.story-img{height:360px}.hero-img{height:320px}.step{grid-template-columns:80px 1fr;gap:24px}.step-card{grid-column:1 / -1}.needs{grid-template-columns:1fr;gap:32px}.needs-img{height:340px}.dash-top{grid-template-columns:1fr 1fr}.dash-body{grid-template-columns:1fr}.h1{font-size:44px!important}.w{padding-left:24px;padding-right:24px}.heropad{padding:56px 24px!important}}@media(max-width:740px){.nav{display:none}.nav-open{display:flex!important;flex-direction:column;align-items:flex-start;gap:16px;position:absolute;top:100%;left:0;right:0;background:var(--cream);padding:24px;border-bottom:1px solid rgba(38,34,66,.12);z-index:30}.burger{display:flex!important}.tabgrid,.g3,.g4{grid-template-columns:1fr}.marq{grid-template-columns:repeat(2,1fr);gap:24px 18px}.tl,.flow{grid-template-columns:1fr}.brand{grid-template-columns:1fr;gap:20px}.hero-img{height:240px}.story-img{height:280px}.step{grid-template-columns:1fr;gap:14px}.needs-img{height:280px}.f2,.chips{grid-template-columns:1fr}.h1{font-size:33px!important}.h2{font-size:27px!important}.stack{flex-direction:column;align-items:flex-start!important}.tabbtn{flex:1 1 100%!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
