@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#20231f;--muted:#64685f;--line:#dddeda;--paper:#f6f7f4;--accent:#a8bc86}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #6a8647;outline-offset:4px}button:disabled{opacity:.45;cursor:not-allowed}.demo{background:#21241f;color:#fff;text-align:center;font-size:12px;letter-spacing:1.2px;padding:9px 20px}.demo span{font-size:12px;letter-spacing:0;color:#d6d9d0;margin-left:22px}header{max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:30px 48px;border-bottom:1px solid var(--line);gap:25px}.brand strong{font-size:24px;font-weight:800;letter-spacing:-1px;line-height:1}.brand span{display:block;letter-spacing:6px;font-size:12px;margin-top:9px}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.textbtn{border:0;background:none;color:inherit;padding:0}.outline,.light{border:1px solid #b8bbb3;background:transparent;padding:12px 20px;font-size:14px;font-weight:700;border-radius:4px}.outline span{margin-left:20px}.outline:hover{background:#e7eae2}main{max-width:1320px;margin:auto;padding:0 48px}.intro{padding:45px 0 35px;max-width:850px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.5px;color:#5c6355}h1{font-size:clamp(32px,3.8vw,50px);line-height:1.16;font-weight:700;letter-spacing:-2px;margin:15px 0 17px}h1 span{color:#777e6b}.intro p{max-width:690px;color:var(--muted);margin:0;font-size:16px}.workspace{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:28px;align-items:start}.request{background:#fff;padding:30px 32px;border:1px solid var(--line);border-radius:7px;min-height:645px}.sectionline{display:flex;justify-content:space-between;align-items:center}.stepcount{font-size:13px;color:var(--muted)}.progress{height:3px;background:#eceee8;margin:18px 0 26px}.progress i{display:block;height:3px;background:var(--ink);width:33.33%;transition:width .2s}h2{font-size:27px;line-height:1.25;letter-spacing:-.7px;margin:0 0 12px}h3{font-size:18px;line-height:1.35;margin:12px 0 9px}p.sub{margin:0 0 24px;color:var(--muted);font-size:14px}.categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category{border:1px solid var(--line);border-radius:5px;padding:19px 10px 14px;text-align:left;background:#fff;color:var(--ink);transition:background .15s,border .15s;position:relative;min-height:113px}.category:hover{border-color:#818c73;background:#f5f7f1}.category.selected{background:#edf2e5;border:1.5px solid #485a34}.category.selected:after{content:'✓';position:absolute;right:10px;top:7px;color:#485a34}.category svg{width:28px;height:28px;display:block;margin-bottom:12px;stroke-width:1.5}.category strong{font-size:14px;display:block}.label{display:block;font-size:14px;font-weight:700;margin:23px 0 8px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:10px}.segment{border:1px solid var(--line);background:white;border-radius:4px;padding:11px;font-size:14px}.segment.active{background:#22261f;color:#fff;border-color:#22261f}.fieldrow{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select,textarea{width:100%;background:#fff;border:1px solid #bec3b8;padding:12px;border-radius:4px;color:var(--ink);min-width:0}textarea{resize:vertical;min-height:110px}input[type=checkbox]{width:18px;height:18px;accent-color:#465a32}.checklabel{display:flex;gap:10px;font-size:14px;margin:20px 0}.checklabel input{flex-shrink:0}.primary{background:#20251d;color:white;border:0;border-radius:4px;padding:15px 20px;font-weight:700;width:100%;margin-top:25px;display:flex;justify-content:space-between;align-items:center}.primary:hover{background:#3c4733}.smallnote{font-size:12px;color:var(--muted);text-align:center;margin:12px 0 0}.back{border:0;background:transparent;padding:0;margin-bottom:15px;color:#606654;font-size:14px}.brandphoto{height:245px;position:relative;overflow:hidden;border-radius:6px;background:#373a33}.brandphoto img{width:100%;height:100%;object-fit:cover;filter:saturate(.65)}.photocaption{position:absolute;bottom:0;left:0;right:0;padding:26px 20px 14px;color:#fff;font-size:13px;background:linear-gradient(transparent,#171b16)}.promise{padding:26px 5px}.promise h2{margin-top:12px}.promise ul{list-style:none;margin:22px 0 0;padding:0}.promise li{display:flex;gap:16px;margin-top:20px}.promise li>b{font-size:12px;color:#7c8474;padding-top:3px}.promise strong{font-size:14px}.promise p{margin:4px 0 0;color:var(--muted);font-size:14px}.how{border-top:1px solid var(--line);margin-top:48px;padding:38px 0;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:30px}.how h2{margin-top:12px}.how article>span{font-size:12px;letter-spacing:1px;color:#6e765f}.how p{font-size:14px;color:var(--muted)}.help{background:#22271f;color:#fff;border-radius:6px;padding:30px 35px;display:flex;justify-content:space-between;align-items:center;gap:20px}.help .eyebrow{color:#bccaa8}.help h2{margin-top:10px}.help p{font-size:14px;margin:0;color:#c1c7b9}.light{background:white;color:#23271f;border-color:white;white-space:nowrap}footer{max-width:1320px;margin:auto;padding:40px 48px 90px;display:flex;align-items:center;justify-content:space-between;gap:20px}footer strong{font-size:16px}footer strong span{font-weight:400}footer p,footer a{font-size:12px;color:var(--muted)}.chatlaunch{position:fixed;right:26px;bottom:22px;background:#20251d;color:#fff;box-shadow:0 5px 25px #0003;border:1px solid #747e68;padding:12px 21px;border-radius:40px;font-weight:700;font-size:14px;z-index:5}.chatlaunch span{font-size:23px;vertical-align:middle;margin-right:8px}dialog{border:1px solid var(--line);border-radius:10px;padding:34px;max-width:560px;width:calc(100% - 30px);color:var(--ink);max-height:90dvh;overflow:auto}dialog::backdrop{background:#13190fc0;backdrop-filter:blur(3px)}.close{position:absolute;right:15px;top:10px;background:none;border:0;font-size:28px;color:inherit;width:35px;height:35px}.summary{background:#f4f6f0;border:1px solid var(--line);padding:18px;border-radius:5px;margin:18px 0}.summary p{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin:10px 0}.summary p strong{text-align:right}.summary hr{border:0;border-top:1px solid var(--line)}.badge{display:inline-block;font-size:12px;background:#e8eddf;color:#40532c;border:1px solid #c6d0b6;border-radius:3px;padding:3px 8px;margin-bottom:14px}.notice{padding:14px 16px;border-left:3px solid #7b8e61;background:#f4f6ef;font-size:14px;color:#505a46;margin:18px 0}.danger{border-color:#a65839;background:#fff3ed;color:#844326}.pin{font-size:35px;letter-spacing:10px;font-weight:800;text-align:center;margin:15px}.statusline{padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.statusline span{color:#7a836e;float:right}.error{color:#9a3f20;font-size:14px}.successMark{font-size:26px;width:54px;height:54px;background:#e4edd8;color:#53643d;border-radius:50%;display:grid;place-items:center;margin-bottom:20px}#chat{padding:0;margin:auto 20px 85px auto;width:410px;max-height:calc(100dvh - 105px);overflow:hidden}#chat[open]{display:flex;flex-direction:column}.chathead{padding:23px 20px;background:#232a1e;color:white;position:relative}.chathead h2{font-size:19px;margin:0}.chathead span{font-size:12px;color:#c6d0bc}.channels{display:flex;background:#f3f5ef;padding:8px;gap:6px}.channels button{flex:1;background:transparent;border:0;border-radius:4px;font-size:12px;padding:8px}.channels .active{background:white;box-shadow:0 1px 4px #0001}.messages{height:270px;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:#fbfcf9}.message{background:#eef1e9;padding:12px 14px;border-radius:0 10px 10px 10px;font-size:14px;max-width:92%;white-space:pre-wrap}.message.user{background:#303b25;color:#fff;align-self:flex-end;border-radius:10px 0 10px 10px}.quick{display:flex;flex-wrap:wrap;gap:6px;padding:12px 15px}.quick button{border:1px solid #c7cfbd;border-radius:20px;background:white;font-size:12px;padding:6px 10px}#chatForm{display:flex;gap:8px;margin:0 15px}#chatForm input{font-size:14px}#chatForm button{border:0;background:#293622;color:white;width:44px;border-radius:4px;font-size:22px}.chatnote{font-size:12px;margin:12px 15px;color:#697060}.hidden{display:none!important}@media(min-width:1450px){main,header,footer{max-width:1400px}.intro{padding-top:55px}}@media(max-width:850px){header{padding:24px}.workspace{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:20px}main{padding:0 24px}.request{padding:24px 20px}.categories{grid-template-columns:repeat(2,1fr)}.how{grid-template-columns:1fr 1fr}nav{gap:15px}footer{padding:30px 24px 90px}.help{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.demo span{display:block;margin:3px 0 0;font-size:11px}.demo{font-size:11px}header{padding:20px;gap:12px}.brand strong{font-size:21px}nav{display:none}.outline{padding:9px 12px;font-size:12px}.outline span{margin-left:8px}main{padding:0 18px}.intro{padding:30px 0 25px}h1{font-size:34px;letter-spacing:-1.3px}.intro p{font-size:14px}.workspace{grid-template-columns:1fr}.request{padding:24px 20px;min-height:0}.categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.category{padding:17px 8px 12px}.category strong{font-size:12px}.category svg{width:25px;height:25px}.brandphoto{height:210px}.promise{padding:22px 6px}.promise h2 br{display:none}.how{margin-top:20px;gap:18px;padding:28px 0}.how>div{grid-column:1/-1}.how h2 br{display:none}.how article:last-child{grid-column:1/-1}.help{padding:25px}.help h2{font-size:24px}.light{white-space:normal}footer{padding:30px 20px 100px;align-items:flex-start;flex-direction:column;gap:8px}footer p{margin:0}.fieldrow{grid-template-columns:1fr;gap:0}#chat{margin:auto auto 78px;width:calc(100% - 20px)}.messages{height:240px}.chatlaunch{right:16px;bottom:16px}h2{font-size:25px}.eyebrow{font-size:11px}.summary p{flex-wrap:wrap}.summary p strong{text-align:left}dialog{padding:30px 22px}}
@media(max-width:620px){header{flex-wrap:wrap}header nav{display:flex;order:3;width:100%;justify-content:space-between;font-size:13px;padding-top:12px;border-top:1px solid var(--line)}}

.home-banner{margin:0 0 36px;position:relative;border-radius:7px;overflow:hidden;background:#e5e7e0}.home-banner img{display:block;width:100%;height:clamp(320px,40vw,550px);object-fit:cover;object-position:50% 50%}.home-banner figcaption{position:absolute;bottom:14px;right:18px;color:white;background:#20251dc9;border-radius:3px;padding:5px 10px;font-size:12px;letter-spacing:.2px}@media(max-width:620px){.home-banner{margin-bottom:24px}.home-banner img{height:auto;min-height:0;aspect-ratio:auto}.home-banner figcaption{position:static;background:#252c20;padding:7px 12px;border-radius:0;font-size:12px}}
