:root{--ink:#17211b;--muted:#667068;--line:#dfe4df;--surface:#fff;--background:#f5f7f3;--green:#176b47;--green-dark:#11543a;--coral:#e86f51;--error:#bf3f32}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--ink);background:linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), #176b470d calc(100% - 1px)), var(--background);letter-spacing:0;-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button,input{font:inherit;letter-spacing:0}button{-webkit-tap-highlight-color:transparent}.page-shell{flex-direction:column;min-height:100svh;display:flex}.brand-bar{width:min(100% - 40px,1040px);height:76px;color:var(--ink);align-items:center;gap:10px;margin:0 auto;font-size:16px;font-weight:700;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:5px;place-items:center;width:34px;height:34px;display:grid}.form-layout{grid-template-columns:minmax(240px,.78fr) minmax(520px,1.22fr);align-items:start;gap:clamp(48px,7vw,96px);width:min(100% - 40px,1040px);margin:auto;padding:36px 0 52px;display:grid}.page-heading{padding-top:18px}.eyebrow{color:var(--coral);letter-spacing:1.8px;margin:0 0 17px;font-size:11px;font-weight:800;line-height:1.4}.page-heading h1{letter-spacing:0;margin:0;font-size:clamp(40px,5vw,64px);font-weight:760;line-height:1.08}.page-heading h1:after{content:"";background:var(--green);width:46px;height:4px;margin-top:24px;display:block}.page-heading>p:last-child{max-width:330px;color:var(--muted);margin:24px 0 0;font-size:15px;line-height:1.85}.contact-form,.success-state{background:var(--surface);border:1px solid #17211b14;border-radius:6px;min-height:510px;padding:34px;box-shadow:0 20px 60px #21332814}.field-grid{grid-template-columns:1fr 1fr;gap:5px 22px;display:grid}.form-field{min-width:0}.form-field label{color:#394139;margin-bottom:9px;font-size:13px;font-weight:650;display:block}.form-field label span{color:var(--coral);margin-left:3px}.form-field input{width:100%;height:48px;color:var(--ink);border:1px solid var(--line);background:#fbfcfa;border-radius:4px;outline:none;padding:0 14px;font-size:15px;transition:border-color .16s,box-shadow .16s,background .16s}.form-field input::placeholder{color:#a1aaa3}.form-field input:hover{border-color:#c0c9c2}.form-field input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #176b471c}.form-field input[aria-invalid=true]{border-color:var(--error)}.field-error{min-height:23px;color:var(--error);padding-top:5px;font-size:12px;line-height:1.45;display:block}.website-field{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.form-message{color:var(--error);text-align:center;margin:-2px 0 12px;font-size:13px}.submit-button,.secondary-button{cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;gap:9px;height:50px;font-weight:700;transition:background .16s,transform .16s;display:flex}.submit-button{color:#fff;background:var(--green);width:100%}.submit-button:hover{background:var(--green-dark)}.submit-button:active,.secondary-button:active{transform:translateY(1px)}.submit-button:disabled{cursor:wait;opacity:.74}.spinner{animation:.8s linear infinite spin}.privacy-note{color:#929b94;text-align:center;margin:13px 0 0;font-size:11px;line-height:1.5}.success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.success-icon{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:22px;display:grid}.success-state h2{margin:0;font-size:24px}.success-state p{color:var(--muted);margin:12px 0 28px;font-size:14px}.secondary-button{min-width:128px;color:var(--green);background:#edf5f0;padding:0 22px}footer{color:#929a93;width:min(100% - 40px,1040px);margin:0 auto;padding:20px 0 26px;font-size:11px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:760px){.brand-bar{width:min(100% - 32px,540px);height:64px}.form-layout{grid-template-columns:1fr;gap:28px;width:min(100% - 32px,540px);padding:18px 0 36px}.page-heading{padding-top:0}.eyebrow{margin-bottom:11px}.page-heading h1{font-size:38px}.page-heading h1:after{width:38px;height:3px;margin-top:16px}.page-heading>p:last-child{margin-top:15px;font-size:14px;line-height:1.7}.contact-form,.success-state{min-height:0;padding:25px 20px;box-shadow:0 14px 42px #21332812}.success-state{min-height:390px}.field-grid{grid-template-columns:1fr;gap:2px}.form-field input{height:49px;font-size:16px}.submit-button{height:52px;margin-top:3px}footer{width:min(100% - 32px,540px);padding-bottom:calc(22px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
