@charset "UTF-8";
:root{--paper:#f7f6f0;--ink:#172c32;--muted:#5b6a6b;--line:#d9ddd5;--teal:#153d40;--lime:#deedc6;--orange:#e9a26a;--white:#fffefa;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-underline-offset:4px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d47e40;outline-offset:4px}button:disabled{cursor:wait;opacity:.6}.wrap{max-width:1160px;margin:auto;padding:0 28px}.site-header{max-width:1272px;margin:auto;min-height:112px;padding:24px 56px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;line-height:1;white-space:nowrap}.brand>span{font-size:28px;font-weight:800;letter-spacing:-1.4px}.brand-light{font-weight:400}.brand small{display:block;font-size:8px;letter-spacing:1.85px;font-weight:700;margin-top:7px}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.site-header nav a{text-decoration:none}.site-header nav a:hover{text-decoration:underline}.site-header nav form{margin:0}.text-button{background:transparent;border:0;color:inherit;padding:0;cursor:pointer}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding-top:64px;padding-bottom:84px;align-items:center}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:700;line-height:1.5;text-transform:uppercase;margin:0 0 18px;color:var(--teal)}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#668453;margin-right:6px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,4.3vw,54px);letter-spacing:-2.4px;line-height:1.1;font-weight:600;margin-bottom:24px}h2{font-size:32px;line-height:1.2;letter-spacing:-1.1px;font-weight:600;margin-bottom:16px}h3{font-size:22px;line-height:1.2;letter-spacing:-.6px}.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:550px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 18px}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:47px;padding:12px 19px;border-radius:7px;border:1px solid transparent;font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;cursor:pointer;transition:background .15s,transform .15s}.primary{background:var(--teal);color:#fff}.primary:hover{background:#225358}.outline{border-color:#9aaea7;background:transparent}.outline:hover{background:#eef0e6}.quiet{background:transparent}.quiet:hover{background:#e9ede3}.fine{font-size:12px;color:var(--muted);line-height:1.65}.needs-panel{background:#eceee5;border:1px solid #d4dbd0;padding:26px 28px;border-radius:var(--radius);position:relative}.needs-panel:before{content:"";position:absolute;right:24px;top:-12px;width:65px;height:24px;background:#cbdcb899;border-radius:2px;transform:rotate(8deg)}.needs-panel>.eyebrow{margin:0 0 15px}.needs-panel>a{display:flex;align-items:center;gap:15px;padding:19px 0;border-top:1px solid #d6dcd0;text-decoration:none;font-size:15px;line-height:1.4}.needs-panel a:hover b{transform:translate(2px,-2px)}.needs-panel small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.needs-panel b{margin-left:auto;transition:transform .15s;font-weight:500}.number{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:9px;font-size:11px;font-weight:700}.teal{--accent:#e3eee6;--accent-ink:#28544a}.orange{--accent:#f4e6d7;--accent-ink:#86502b}.blue{--accent:#e1eaf0;--accent-ink:#315777}.purple{--accent:#ebe5ec;--accent-ink:#65506e}.number{background:var(--accent);color:var(--accent-ink)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:30px}.section-heading h2,.section-heading h1{margin-bottom:0}.section-heading>p{font-size:14px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product{border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px 20px;background:var(--white);display:flex;flex-direction:column}.product-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:8px}.product-icon{width:43px;height:43px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);border-radius:12px;font-size:24px}.tag{font-size:10px;border:1px solid var(--line);border-radius:20px;padding:3px 8px;white-space:nowrap}.product>.eyebrow{font-size:9px;letter-spacing:1px;min-height:27px;color:var(--accent-ink);margin-bottom:8px}.product h3{font-size:25px;margin-bottom:14px}.product>p:not(.eyebrow){font-size:14px;line-height:1.6;color:var(--muted);min-height:90px}.product ul{padding:0;list-style:none;margin:8px 0 28px;font-size:12px}.product li{margin-bottom:9px;display:flex;gap:8px}.product li:before{content:"✓";color:#5e7c4d}.product-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px;font-size:12px}.product-bottom strong{font-size:15px;display:block}.product-bottom small{display:block;font-size:10px;margin-top:4px;min-height:33px;color:var(--muted)}.product-bottom .button{width:100%;padding:12px 9px;font-size:12px;gap:8px}.how{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding-top:90px;padding-bottom:76px}.how ol{list-style:none;margin:0;padding:0}.how li{display:flex;gap:24px;margin-bottom:24px}.how li>span{font-size:12px;font-weight:bold;padding-top:3px;color:#819283}.how h3{font-size:18px;margin-bottom:8px}.how p{color:var(--muted);font-size:14px;margin:0}.text-link{display:inline-block;margin:14px 0;font-size:14px;font-weight:600}.trial-note{padding:34px;background:var(--lime);border-radius:var(--radius);max-width:1104px;margin-bottom:84px}.trial-note h2{font-size:24px}.trial-note p{max-width:830px;font-size:14px}.trial-note .fine{font-size:12px;margin-bottom:0}footer{border-top:1px solid var(--line);max-width:1160px;margin:auto;padding:34px 28px;display:flex;gap:40px;justify-content:space-between;font-size:12px;color:var(--muted)}.brand-footer{font-size:22px;letter-spacing:-.8px;color:var(--ink)}.brand-footer span{display:block;font-size:11px;letter-spacing:0;margin-top:6px}footer>div:nth-child(2){display:flex;gap:22px;align-items:start;padding-top:7px}footer>p{margin:6px 0 0;font-size:11px}.page{padding-top:45px;padding-bottom:80px;min-height:65vh}.page>h1{max-width:760px}.guide-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;margin-top:32px}.form-panel{padding:30px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.form-panel h2{font-size:27px}.form-panel>p:not(.eyebrow){color:var(--muted);font-size:14px}form>label,fieldset>label{display:block;margin:20px 0;font-size:14px;font-weight:600}label input:not([type=checkbox]):not([type=radio]),label select{width:100%;display:block;margin-top:8px;padding:12px 13px;border:1px solid #aebcb5;border-radius:6px;background:#fff;color:var(--ink);font-size:16px;min-height:47px}label small{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:5px}fieldset{border:0;padding:0;margin:0 0 27px}legend{font-weight:bold;font-size:15px;margin-bottom:14px}.choice{border:1px solid var(--line);padding:15px;border-radius:8px;display:flex;gap:12px;align-items:start;margin:10px 0}.choice:has(input:checked){border-color:var(--teal);background:#f0f4e9}.choice input{margin:4px 0 0;accent-color:var(--teal)}.choice strong{font-size:14px}.choice small{margin-top:3px}.inline-options{display:flex;gap:25px}.inline-options label{font-size:14px;display:flex;align-items:center;gap:7px}.recommendation{background:#e9eddf;border-radius:var(--radius);padding:34px;align-self:start;position:sticky;top:24px}.recommendation p{color:var(--muted)}.recommendation ul{padding-left:18px;font-size:14px;line-height:2.2}.recommendation hr{border:0;border-top:1px solid #cbd4c2;margin:30px 0}.guide-symbol{font-size:70px;color:#537454;display:block;margin-bottom:45px;line-height:1}.signup-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:85px}.signup-layout aside{padding-top:22px}.fit{font-size:12px;color:var(--muted);margin-top:27px}.fit strong{font-size:15px;color:var(--ink)}.check-list{list-style:none;padding:0;font-size:15px;line-height:2.2}.check-list li:before{content:'✓';margin-right:12px;color:#5e7c4d}.price-note{border-top:1px solid var(--line);padding-top:20px;margin-top:25px;max-width:360px}.price-note>strong{font-size:22px}.price-note p{font-size:13px;color:var(--muted);margin-top:9px}.consent{display:flex!important;align-items:start;gap:10px;font-weight:400;font-size:12px;line-height:1.65}.consent input{margin-top:4px}.optional{color:var(--muted);font-size:11px;font-weight:400}.full{width:100%}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.alert{background:#f8e5df;border:1px solid #d7a895;color:#82341f;padding:12px 15px;border-radius:7px;font-size:14px}.notice{background:#eaf0e0;padding:14px 17px;border-radius:8px;font-size:14px}.auth-page{max-width:460px;margin:48px auto 95px;padding:0 24px;min-height:50vh}.auth-page h1{font-size:40px}.auth-page>p:not(.eyebrow){color:var(--muted)}.auth-page form{margin:25px 0 15px}.workspace-list{display:grid;gap:20px}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:35px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:30px}.workspace h2{margin:12px 0}.status{font-size:11px;background:#e5eade;padding:4px 10px;border-radius:20px;text-transform:capitalize}.status.failed{background:#f8e5df}.status.ready{background:#dcecca}.workspace>div:last-child{align-self:center}.space-top{margin-top:55px}.muted{color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:9px;background:var(--white)}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}th,td{padding:15px 18px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#eceee6;font-size:11px;text-transform:uppercase;letter-spacing:.6px}td small{display:block;color:var(--muted);font-size:11px;margin-top:3px;overflow-wrap:anywhere}tr:last-child td{border-bottom:0}.admin-plans{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:35px}.inline-check{display:flex;gap:9px;align-items:center;font-weight:400}.skip{position:absolute;left:15px;top:-90px;background:var(--ink);color:white;padding:8px;z-index:10}.skip:focus{top:10px}@media(max-width:1050px){.site-header{padding:24px 28px}.site-header nav{gap:18px}.hero{gap:34px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product>p:not(.eyebrow){min-height:44px}.product>.eyebrow{min-height:0}.product-bottom small{min-height:0;margin-bottom:10px}.product-bottom .button{font-size:14px}.signup-layout{gap:40px}.trial-note{margin-left:28px;margin-right:28px}}@media(max-width:720px){.site-header{padding:22px 20px;align-items:start;flex-wrap:wrap;gap:20px;min-height:0}.brand>span{font-size:25px}.site-header nav{width:100%;gap:20px;flex-wrap:wrap;justify-content:start;font-size:12px}.site-header nav form{margin-left:auto}.wrap{padding-left:20px;padding-right:20px}.hero{grid-template-columns:1fr;padding-top:38px;padding-bottom:50px;gap:25px}h1{font-size:40px;letter-spacing:-1.8px}.hero h1 br{display:none}.lead{font-size:16px}.actions{margin-top:23px;gap:5px}.button{gap:13px}.needs-panel{padding:23px}.needs-panel>a{padding:15px 0}.section-heading{align-items:start;flex-direction:column;gap:13px;margin-bottom:23px}.section-heading p br{display:none}.product-grid{gap:14px}.product{padding:21px 18px}.product-top{margin-bottom:23px}.product>p:not(.eyebrow){min-height:87px}.product h3{font-size:23px}.product>.eyebrow{min-height:28px}.how{grid-template-columns:1fr;gap:25px;padding-top:50px;padding-bottom:35px}.how h2 br{display:none}.how li{gap:15px}.trial-note{margin:0 20px 45px;padding:25px}footer{flex-direction:column;gap:20px;padding:28px 20px}footer>div:nth-child(2){padding:0}.page{padding-top:34px;padding-bottom:50px}.guide-layout,.signup-layout{grid-template-columns:1fr;gap:25px}.recommendation{position:static;padding:27px}.form-panel{padding:24px}.signup-layout aside{padding-top:0}.signup-layout aside .check-list{display:grid;grid-template-columns:1fr 1fr;font-size:13px;gap:3px}.price-note{max-width:none}.auth-page{margin-top:36px}.workspace{grid-template-columns:1fr;gap:12px;padding:23px}.admin-plans{grid-template-columns:1fr;gap:16px}.space-top{margin-top:35px}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product>.eyebrow,.product>p:not(.eyebrow){min-height:0}.product-top{margin-bottom:20px}.product ul{display:grid;grid-template-columns:1fr 1fr;column-gap:10px;margin-bottom:20px}.product-bottom .button{max-width:none}.product-bottom small{margin-bottom:0}.product-bottom{display:grid;grid-template-columns:1fr;gap:4px}.product-bottom>p{margin-bottom:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

textarea{font:inherit;width:100%;border:1px solid var(--line);border-radius:7px;padding:12px;resize:vertical}textarea:focus-visible{outline:3px solid #d47e40;outline-offset:3px}.ai-answer{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%}details{margin:20px 0}summary{cursor:pointer;font-weight:600}
