@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#1e3032;background:#f5f7f8;font-synthesis:none;line-height:1.5;--ink:#172b2a;--muted:#68777c;--green:#35634a;--lime:#cbf078;--border:#e1e7e7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #739d44;outline-offset:4px}svg{flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}h2{font-size:1.6rem;line-height:1.35;letter-spacing:-.06rem}h3{font-size:1rem}fieldset{margin:0;padding:0;border:0;min-width:0}.site-header{background:#fff;border-bottom:1px solid var(--border)}.header-inner{max-width:1256px;margin:auto;padding:23px 28px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px;font-size:1.1rem;font-weight:800;letter-spacing:-.035rem}.brand-mark{height:36px;width:36px;border-radius:9px;background:var(--ink);color:var(--lime);display:grid;place-items:center}nav{display:flex;align-items:center;gap:30px;font-size:.875rem;font-weight:500}nav>a:hover{color:var(--green)}.source-link{display:flex;align-items:center;gap:8px;border-left:1px solid var(--border);padding-left:28px}.page-shell{max-width:1256px;margin:auto;padding:50px 28px 54px}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px}.eyebrow{display:flex;align-items:center;gap:7px;font-size:.75rem;letter-spacing:.1em;font-weight:700;color:var(--muted)}.intro-eyebrow{color:#487455;margin-bottom:15px}.tiny-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:currentColor;flex-shrink:0}.intro h1{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.11rem;line-height:1.2;margin-bottom:15px}.intro h1 span{color:#4d7654}.intro p{font-size:1rem;color:var(--muted);line-height:1.65}.intro-note{display:flex;align-items:center;gap:12px;margin-bottom:6px;font-size:.875rem}.intro-note>svg:first-child{color:#62844a;background:#e8efdd;box-sizing:content-box;padding:12px;border-radius:50%}.intro-note div{display:grid;gap:3px}.intro-note span{font-size:.8125rem;color:var(--muted)}.intro-note>svg:last-child{margin-left:15px}.demo-banner{display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid #dce6d6;border-radius:9px;background:#edf3e7;font-size:.875rem;color:#486048;margin-bottom:22px}.demo-banner p{flex:1}.demo-banner>span{font-size:.75rem;font-weight:700;letter-spacing:.06em;white-space:nowrap}.workspace{display:grid;grid-template-columns:1.16fr 1fr;gap:24px;align-items:stretch}.form-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px 30px;box-shadow:0 4px 16px #162b2a04}.form-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.form-heading h2{font-size:1.4rem;margin-top:7px}.sample-button{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #dce3e3;border-radius:6px;padding:9px 10px;font-size:.875rem;white-space:nowrap;color:#465c50;font-weight:500}.sample-button:hover{background:#f3f7ef}.form-description{font-size:.875rem;color:var(--muted);margin:10px 0 24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{min-width:0;display:flex;flex-direction:column;gap:7px}.field label{font-size:.875rem;font-weight:500}.field label>span{color:#638069;margin-left:2px}.field small{font-size:.75rem;color:#738085;font-weight:400;margin-left:6px}.full-width{grid-column:1/-1}input,select,textarea{width:100%;background:#fff;border:1px solid #d9e0e1;border-radius:6px;color:#243b3b;padding:11px 12px;font-size:.875rem;outline:none;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#77868c}input:focus,select:focus,textarea:focus{border-color:#779a62;box-shadow:0 0 0 3px #91b16b22}textarea{resize:vertical;min-height:106px;line-height:1.55}select{min-height:45px}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#b84943}.message-meta{display:flex;justify-content:space-between;gap:10px;color:#6a7a80;font-size:.75rem}.message-meta>span:last-child{white-space:nowrap}.field-error,.validation-note{color:#a12e2a;font-size:.8125rem}.validation-note{margin-top:12px}.submit-button{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:20px;border:0;border-radius:7px;padding:13px 16px;background:var(--ink);color:#fff;font-weight:500;font-size:.9375rem;transition:background .2s}.submit-button:hover{background:#2b4941}.form-footnote{display:flex;justify-content:space-between;gap:8px;font-size:.75rem;color:#697b81;margin-top:12px}.form-footnote span:first-child{display:flex;align-items:center;gap:5px}.demo-controls{margin-top:15px;color:#66797e;font-size:.75rem}.demo-controls summary{cursor:pointer;width:fit-content}.demo-controls label{display:flex;align-items:center;gap:9px;margin-top:10px;font-size:.875rem;color:#536364}.demo-controls input{width:16px;height:16px;accent-color:var(--ink)}.error-notice,.success-notice{display:flex;align-items:flex-start;gap:8px;padding:12px;border-radius:6px;font-size:.875rem;margin-top:15px}.error-notice{background:#fff1ee;color:#a2382a}.success-notice{background:#edf5e8;color:#426236}.result-panel{overflow:hidden;background:#172b2a;color:#f4f8f4;border:1px solid #233d37;border-radius:14px;padding:28px 30px;display:flex;flex-direction:column;min-width:0}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:28px}.panel-heading .eyebrow{color:#c3d1c6;letter-spacing:.07em}.dark-tag{font-size:.75rem;white-space:nowrap;padding:4px 9px;border:1px solid #456052;border-radius:5px;color:#c3d7b6}.result-panel h2{max-width:320px;font-size:1.75rem;font-weight:600;line-height:1.3;letter-spacing:-.065rem}.result-intro{margin-top:14px;font-size:.875rem;color:#b2c3bc;line-height:1.7;max-width:350px}.empty-result{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:35px 0 23px}.scan-symbol{color:var(--lime);height:89px;width:89px;border:1px solid #536850;border-radius:23px;display:grid;place-items:center;background:#213b31;margin-bottom:30px;box-shadow:0 0 0 15px #25403040,0 0 0 30px #25403020}.empty-result>strong{font-size:.9375rem;font-weight:500}.empty-result>p{font-size:.8125rem;color:#9db6a9;margin-top:7px}.preview-fields{display:flex;gap:30px;justify-content:center;border-top:1px solid #355047;margin-top:28px;padding-top:22px;width:100%;color:#a5baae;font-size:.75rem}.preview-fields span{display:grid;gap:9px;flex:1}.preview-fields b{color:#cfe0d2;font-size:1.125rem;font-weight:400}.result-footer{border-top:1px solid #355047;margin-top:18px;padding-top:18px;display:flex;align-items:center;gap:7px;color:#abc3ab;font-size:.75rem}.result-footer .tiny-dot{color:var(--lime)}.score-row{display:flex;align-items:center;gap:24px;padding:25px 0}.score-dial{width:116px;height:116px;flex-shrink:0;border-radius:50%;padding:7px;background:conic-gradient(var(--lime) var(--score),#395047 0)}.score-dial>div{height:100%;border-radius:50%;background:var(--ink);display:flex;justify-content:center;align-items:center;flex-direction:column}.score-dial strong{font-family:Manrope,sans-serif;font-size:2.1rem;font-weight:600;line-height:1.2}.score-dial span{font-size:.75rem;color:#abc0b3}.small-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;color:#a2bcad;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.priority{display:flex;align-items:center;gap:6px;font-size:.875rem;padding:5px 9px;border-radius:4px;margin-top:8px;width:fit-content}.priority-high{background:#cbf078;color:#2c4224}.priority-medium{background:#ead394;color:#433820}.priority-low{background:#c6d6e0;color:#293c4c}.category{font-size:.875rem;color:#c0d2c6;margin-top:8px}.ai-summary{border-top:1px solid #355047;padding-top:19px}.ai-summary .small-label span{letter-spacing:0;font-weight:400}.ai-summary p{font-size:.875rem;line-height:1.7;color:#d8e3da;margin-top:10px;overflow-wrap:anywhere}.signals{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;margin-top:19px}.signals span{display:flex;align-items:flex-start;gap:5px;font-size:.75rem;color:#b3c6b9}.signals svg{color:var(--lime);margin-top:2px}.next-step{display:flex;align-items:flex-start;gap:11px;padding:16px;background:#294036;border:1px solid #3d5546;border-radius:7px;margin-top:24px;color:#d5e5c9}.next-step strong{font-size:.875rem;font-weight:500}.next-step p{font-size:.875rem;line-height:1.6;margin-top:4px;color:#b7ccba}.has-result .result-footer{margin-top:auto}.has-result .next-step{margin-bottom:22px}.workflow-section{margin-top:48px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:23px}.section-heading h2{font-size:1.4rem;margin-top:6px}.outline-tag{font-size:.75rem;color:#62776a;border:1px solid #d8e0dc;border-radius:5px;padding:5px 9px}.workflow-track{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;background:#fff}.workflow-track li{position:relative;padding:22px 21px}.workflow-track li+li{border-left:1px solid var(--border)}.workflow-track .highlight-step{background:#edf3e6}.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.workflow-icon{height:38px;width:38px;display:grid;place-items:center;color:#50655c;background:#f0f3ef;border-radius:9px}.highlight-step .workflow-icon{background:#dfecc9;color:#4b692f}.step-number{font-size:.75rem;color:#72857a}.workflow-track h3{font-size:.875rem;letter-spacing:-.015rem}.workflow-track p{color:#687c71;font-size:.875rem;line-height:1.55;margin-top:6px;min-height:43px}.step-status{display:block;font-size:.75rem;color:#647a66;margin-top:17px}.highlight-step .step-status{color:#45642e}.connector{position:absolute;right:-10px;top:33px;color:#82967a;background:#fff;border:1px solid #e1e7df;border-radius:50%;z-index:1}.workflow-note{font-size:.8125rem;color:#697e73;margin-top:14px}.technology-section{margin-top:41px;border-top:1px solid var(--border);padding-top:30px}.technology-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.technology{display:flex;gap:10px;align-items:center;min-width:0}.technology>svg{color:#65796c;width:21px}.technology h3{font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500}.technology p{font-size:.75rem;color:#657b6e;margin-top:2px}.site-footer{border-top:1px solid var(--border);font-size:.75rem;color:#647e70}.site-footer>div{max-width:1256px;margin:auto;padding:23px 28px;display:flex;justify-content:space-between;gap:18px;align-items:center}.footer-brand{display:flex;align-items:center;gap:7px;font-weight:500;color:#5c7164}.mobile-break{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-60px;left:20px;background:#fff;padding:12px;z-index:10}.skip-link:focus{top:10px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.form-panel,.result-panel{padding:24px}.form-heading{align-items:flex-start;flex-direction:column;gap:12px}.intro-note{display:none}.technology-grid{grid-template-columns:repeat(3,1fr);gap:23px}.workflow-track li{padding:18px 15px}.connector{top:30px}.form-grid{gap:16px}.preview-fields{gap:15px}}@media(max-width:780px){.header-inner{padding:17px 20px}.brand{font-size:.9375rem}nav{gap:18px}nav>a:not(.source-link){display:none}.source-link{padding-left:0;border:0}.source-link span,.source-link>svg:last-child{display:none}.page-shell{padding:32px 20px 35px}.intro h1{font-size:2.2rem}.intro p{font-size:.9375rem}.desktop-break{display:none}.demo-banner{align-items:flex-start;padding:13px;font-size:.875rem}.demo-banner>span{display:none}.demo-banner>svg{margin-top:2px}.workspace{grid-template-columns:1fr;gap:20px}.form-heading{flex-direction:row;align-items:center}.form-panel,.result-panel{padding:24px}.result-panel{min-height:510px}.result-panel h2,.result-intro{max-width:none}.empty-result{padding-top:47px}.result-footer{margin-top:23px}.workflow-track{grid-template-columns:1fr}.workflow-track li{padding:20px 20px 20px 78px}.workflow-track li+li{border-left:0;border-top:1px solid var(--border)}.step-top{margin:0}.workflow-icon{position:absolute;left:20px;top:21px}.step-number{position:absolute;right:19px;top:20px}.workflow-track h3{font-size:.9375rem;padding-right:28px}.workflow-track p{min-height:0;margin-top:3px}.step-status{margin-top:9px}.connector{top:auto;bottom:-10px;right:calc(50% - 9px);transform:rotate(90deg)}.section-heading h2{font-size:1.3rem}.outline-tag{display:none}.technology-grid{grid-template-columns:repeat(3,1fr);gap:22px 15px}.technology{align-items:flex-start}.technology>svg{width:19px;margin-top:3px}.site-footer>div{padding:23px 20px;flex-wrap:wrap}.site-footer>div>span:last-child{display:none}}@media(max-width:480px){.page-shell,.header-inner{padding-left:16px;padding-right:16px}.intro h1{font-size:2rem;letter-spacing:-.075rem}.mobile-break{display:block}.form-panel,.result-panel{padding:21px}.form-heading{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr;gap:17px}.form-heading h2{font-size:1.4rem}.sample-button{min-height:40px}.field input,.field select,.field textarea{font-size:1rem}.form-footnote{flex-wrap:wrap}.technology-grid{grid-template-columns:repeat(2,1fr);gap:22px}.signals{grid-template-columns:1fr}.score-row{gap:20px}.result-panel h2{font-size:1.6rem}.site-footer>div{gap:10px;flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.progress-inline{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:14px;margin-top:16px;border:1px solid #dce6d6;border-radius:8px;background:#f4f8ef;color:#426044;font-size:.8125rem}.progress-inline-time{font-variant-numeric:tabular-nums;white-space:nowrap}.progress-inline button{margin-left:auto;border:0;background:none;padding:4px 0;color:#315b41;font-size:.8125rem;text-decoration:underline;text-underline-offset:3px}.progress-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:30px;border:1px solid #d9e3dc;border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 25px 100px #10231e40;overflow-y:auto}.progress-dialog::backdrop{background:#10242099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.progress-symbol{display:grid;place-items:center;width:64px;height:64px;margin-bottom:22px;border-radius:18px;background:var(--ink);color:var(--lime);box-shadow:0 0 0 7px #eff5e8}.progress-dialog .eyebrow{font-size:.6875rem;color:#54704e;margin-bottom:8px}.progress-dialog h2{font-size:1.6rem;line-height:1.25;letter-spacing:-.055rem}.progress-message{margin-top:14px;font-size:.9375rem;color:#586c65;line-height:1.65;min-height:4.95em}.progress-clock{display:flex;align-items:center;gap:8px;padding:14px 16px;margin-top:19px;border-radius:9px;background:#f1f5eb;color:#526948;font-size:.8125rem}.progress-clock strong{margin-left:auto;font-size:1.25rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em;color:#28482e}.progress-help{margin-top:17px;color:#50615e;font-size:.875rem;line-height:1.65}.progress-reassurance{display:flex;align-items:flex-start;gap:8px;margin-top:15px;color:#78867d;font-size:.75rem;line-height:1.6}.progress-reassurance svg{margin-top:2px}.progress-hide{width:100%;min-height:44px;padding:10px 14px;margin-top:24px;border:1px solid #d6dfd8;border-radius:7px;background:#fff;color:#354f40;font-size:.875rem;font-weight:500}.progress-hide:hover{background:#f2f6ed}.progress-hide-note{text-align:center;margin-top:9px;color:#7b8780;font-size:.6875rem;line-height:1.5}.completion-time{margin-top:12px;color:#c3dda4;font-size:.8125rem;font-variant-numeric:tabular-nums}#result-title:focus,.error-notice:focus{outline:2px solid #91b16b;outline-offset:6px;border-radius:3px}@media(max-width:480px){.progress-dialog{padding:25px}.progress-dialog h2{font-size:1.45rem}.progress-message{font-size:.875rem}.progress-inline button{margin-left:27px}}.mode-choice,.consent-choice{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;line-height:1.6;margin-top:16px;color:#4b6162}.mode-choice input,.consent-choice input{width:17px;height:17px;flex:0 0 17px;margin:3px 0 0;accent-color:#294c40}.consent-choice{padding:12px;background:#f5f8f2;border:1px solid #dfe8d8;border-radius:7px}.bot-check{margin-top:14px;min-height:65px}.verification-note{font-size:.8125rem;line-height:1.6;color:#8d4c27;margin-top:8px}.delivery-status{margin-top:24px;padding-top:18px;border-top:1px solid #ffffff21;font-size:.8125rem;line-height:1.8;color:#d4dfda}.delivery-status strong{color:#f1f7f1}.lead-id{overflow-wrap:anywhere;font-size:.6875rem;opacity:.8;margin-top:7px}.demo-banner p,.success-notice{line-height:1.6}.intro{display:block;margin-bottom:32px}.intro-copy{min-width:0}.business-value h2{font-size:1rem;letter-spacing:-.02em;margin:22px 0 7px}.business-value p{max-width:620px}.business-cta{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:44px;margin-top:21px;padding:11px 17px;border:0;border-radius:7px;background:var(--ink);color:#fff;font-size:.875rem;font-weight:500}.business-cta:hover{background:#2b4941}.business-cta-note{display:inline-block;margin:10px 0 0 14px;font-size:.75rem;color:#63756c}.workspace{align-items:start}.form-panel{min-width:0}.bot-check-compact{min-height:140px}.result-panel{min-height:550px}.panel-heading{flex-wrap:wrap;margin-bottom:24px}.provider-live{background:#30472f;border-color:#617945;color:#d3edb1}.result-panel h2,.result-intro{max-width:none}.score-row{gap:30px;padding:28px 0}.score-metric{flex-shrink:0;display:grid;justify-items:center;gap:12px}.score-dial{width:144px;height:144px;padding:8px}.score-dial strong{font-size:3rem;font-weight:700;letter-spacing:-.05em}.score-dial span{font-size:.8125rem}.score-metric .small-label{font-size:.6875rem;letter-spacing:.13em}.result-attributes{display:grid;gap:14px;min-width:0;margin:0;flex:1}.result-attributes dt{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#b2c7ba;margin-bottom:5px}.result-attributes dd{margin:0}.result-attributes .priority{margin:0;font-size:.9375rem;font-weight:600;padding:5px 10px;border-radius:6px}.result-category{font-size:.9375rem;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.processing-attribute dd{display:flex;flex-wrap:wrap;gap:5px 9px;align-items:baseline}.processing-attribute strong{font-size:1.45rem;line-height:1.2;font-weight:600;color:#d9efbc;font-variant-numeric:tabular-nums}.processing-attribute small{font-size:.8125rem;margin-left:2px;font-weight:400}.processing-attribute dd>span{font-size:.6875rem;color:#acc1b2}.delivery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.delivery-tile{display:grid;justify-items:start;align-content:start;gap:7px;padding:15px 13px;border:1px solid #44624f;border-radius:9px;background:#263d32;min-width:0}.delivery-tile>svg{color:#cbf078;margin-bottom:4px}.delivery-label{font-size:.625rem;letter-spacing:.09em;font-weight:600;color:#b6cbb8}.delivery-tile strong{font-size:.875rem;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.delivery-tile small{font-size:.6875rem;color:#bbcebf;line-height:1.55}.delivery-attention{background:#3d392a;border-color:#76623e}.delivery-attention>svg,.delivery-attention strong{color:#f3d59c}.delivery-attention .delivery-label,.delivery-attention small{color:#d8c9ac}.delivery-neutral{background:#243834;border-color:#41574e}.delivery-neutral>svg{color:#b2c3bb}.ai-summary{padding:18px;border:1px solid #3a5147;border-radius:9px;background:#ffffff04}.ai-summary .small-label{color:#c7ddbe;font-size:.6875rem;letter-spacing:.1em}.ai-summary p{font-size:.9375rem;line-height:1.75}.next-step{margin-top:17px}.has-result .next-step{margin-bottom:17px}.result-details{font-size:.75rem;color:#b9cbc1;line-height:1.65}.result-details summary{cursor:pointer;width:fit-content;padding:5px 0}.result-details p{margin-top:7px;font-size:.6875rem;overflow-wrap:anywhere}.has-result .result-footer{margin-top:18px}.production-features{padding:26px 28px;margin-top:40px;background:#fff;border:1px solid var(--border);border-radius:12px}.production-features .section-heading{margin-bottom:24px}.implemented-tag{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#4d6b48}.features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px 20px;list-style:none;margin:0;padding:0}.features-grid li{display:flex;align-items:flex-start;gap:9px;font-size:.8125rem;line-height:1.6}.features-grid svg{color:#517747;margin-top:1px}.customization-section{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:42px;padding:30px;background:#edf2e7;border:1px solid #dce5d5;border-radius:12px}.customization-copy .eyebrow{font-size:.6875rem;color:#597151}.customization-copy h2{font-size:1.4rem;letter-spacing:-.045em;margin:8px 0 13px}.customization-copy p{font-size:.875rem;line-height:1.8;color:#526451}.customization-label{font-size:.75rem;color:#52664d;font-weight:500;margin-bottom:13px}.customization-options ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.customization-options li{font-size:.8125rem;padding:6px 12px;border:1px solid #d7e0d0;background:#fff;border-radius:6px;color:#365335}.existing-tools{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#42613d;margin-top:16px}.customization-note{font-size:.75rem;line-height:1.65;color:#61725a;margin-top:15px}@media(max-width:1100px){.business-cta-note{display:block;margin-left:0}.score-row{gap:20px}.score-dial{width:126px;height:126px}.score-dial strong{font-size:2.6rem}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customization-section{gap:28px}}@media(max-width:780px){.business-value h2{margin-top:18px}.business-cta-note{display:inline-block;margin-left:12px}.score-row{gap:32px}.score-dial{width:144px;height:144px}.score-dial strong{font-size:3rem}.result-attributes{grid-template-columns:1fr 1fr;align-items:start}.processing-attribute{grid-column:1 / -1}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-features{padding:24px}.production-features .section-heading{align-items:start;flex-direction:column;gap:11px}.customization-section{grid-template-columns:1fr;gap:24px;padding:24px}}@media(max-width:480px){.business-cta-note{display:block;margin-left:0}.score-row{gap:24px}.score-dial{width:120px;height:120px}.score-dial strong{font-size:2.5rem}.result-attributes{grid-template-columns:1fr;gap:12px}.delivery-tile{padding:13px 11px}.delivery-tile strong{font-size:.8125rem}.ai-summary{padding:15px}.production-features{padding:21px;margin-top:30px}.features-grid{grid-template-columns:1fr;gap:17px}.features-grid li{font-size:.875rem}.customization-section{padding:21px;margin-top:32px}}@media(max-width:360px){.result-panel{padding:18px}.score-row{gap:18px}.score-dial{width:104px;height:104px;padding:6px}.score-dial strong{font-size:2.2rem}.delivery-grid{grid-template-columns:1fr}.preview-fields{gap:10px}}
