:root{--text:#172033;--muted:#667085;--bg:#f7f8fb;--surface:#fff;--line:#e4e7ec;--blue:#2563eb;--blue-dark:#1d4ed8;--soft:#eef4ff;--green:#12b76a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.6 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.hero{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:750;font-size:20px;letter-spacing:-.5px;color:var(--text);text-decoration:none}.brand span,.eyebrow{color:var(--blue)}.nav-link{color:var(--blue);text-decoration:none;font-size:14px;font-weight:600}.nav-link:hover{text-decoration:underline}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;padding:78px 0 65px}.hero-copy{padding:0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700;margin:0 0 18px}.hero h1,.section-head h2,.speak h2{font-family:inherit;font-weight:760;line-height:1.08;letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(46px,6vw,76px)}.lead{max-width:620px;color:var(--muted);font-size:18px;margin:25px 0 32px}.primary,.submit{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:0;border-radius:10px;background:var(--blue);color:#fff;padding:13px 20px;text-decoration:none;font-weight:650;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.08)}.primary:hover,.submit:hover{background:var(--blue-dark)}.manifesto{background:var(--soft);border:1px solid #d7e3ff;border-radius:18px;padding:34px}.quote{display:none}.manifesto p{font-size:17px;line-height:1.7;margin:0;color:#344054}.manifesto .signature{font-size:13px;color:var(--blue);font-weight:650;margin-top:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:14px;transform:translateY(32px);box-shadow:0 8px 28px rgba(16,24,40,.06)}.stats div{padding:22px 28px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{font-size:27px;line-height:1.2}.stats span{color:var(--muted);font-size:12px;margin-top:4px}.wall-section{padding:105px 0 85px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2,.speak h2{font-size:40px}.section-head>p{color:var(--muted);max-width:430px;margin:0}.wall{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story,.story.featured{grid-column:auto;background:var(--surface);color:var(--text);min-height:290px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;box-shadow:0 1px 3px rgba(16,24,40,.04);transition:.18s}.story:hover{border-color:#b8c7e8;box-shadow:0 8px 24px rgba(16,24,40,.07);transform:translateY(-2px)}.service{text-transform:none;font-size:13px;letter-spacing:0;font-weight:650;color:var(--blue)}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:9px}.story blockquote,.story.featured blockquote{font-family:inherit;font-size:17px;line-height:1.65;margin:24px 0;flex:1;color:#344054}.story footer{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding-top:16px}.story footer b,.story footer time{display:block;font-size:12px}.story footer b{font-weight:600}.story footer time{color:#98a2b3;margin-top:2px}.actions{display:flex;gap:7px}.actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 10px;cursor:pointer;color:#667085}.actions button:hover,.actions .active{border-color:#9db8f7;background:var(--soft);color:var(--blue)}.more{display:block;margin:32px auto 0;background:#fff;border:1px solid #cfd5df;border-radius:9px;padding:11px 20px;color:#344054;cursor:pointer}.more:hover{background:#f9fafb}.speak{background:#fff;border-top:1px solid var(--line);padding:85px 0}.speak-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.speak-note{max-width:420px;color:var(--muted);margin-top:22px}form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 8px 30px rgba(16,24,40,.06)}label{display:block;font-size:13px;font-weight:600;margin-bottom:20px;color:#344054}input,textarea{display:block;width:100%;margin-top:7px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;font:15px inherit;padding:11px 13px;outline:none;color:var(--text);box-shadow:0 1px 2px rgba(16,24,40,.04)}input::placeholder,textarea::placeholder{color:#98a2b3}input:focus,textarea:focus{border-color:#84a9ff;box-shadow:0 0 0 3px rgba(37,99,235,.11)}textarea{height:130px;resize:vertical}label small{display:block;text-align:right;color:#98a2b3;font-weight:400;margin-top:5px}.form-row{display:grid;grid-template-columns:1fr;gap:0}.consent{display:flex;align-items:flex-start;gap:9px;font-weight:400;color:var(--muted);font-size:12px}.consent input{width:16px;height:16px;margin:2px 0 0;box-shadow:none}.trap{position:absolute;left:-9999px}.submit{width:100%;font-size:15px;padding:13px}.submit:disabled{opacity:.6;cursor:wait}.form-message{min-height:24px;margin:12px 0 0;color:#344054;font-size:13px}.footer{min-height:105px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;color:var(--muted);font-size:11px}.footer p:last-child{text-align:right}@media(max-width:820px){.hero-grid,.speak-grid{grid-template-columns:1fr}.hero-grid{gap:35px;padding:55px 0 62px}.manifesto{padding:25px}.stats{grid-template-columns:1fr;transform:translateY(25px)}.stats div{border-right:0;border-bottom:1px solid var(--line);padding:15px 20px}.section-head{display:block}.section-head>p{margin-top:14px}.wall{grid-template-columns:1fr 1fr}.wall-section{padding:85px 0 65px}.speak{padding:65px 0}.speak-grid{gap:35px}.footer{grid-template-columns:1fr;padding:28px 0;gap:10px}.footer p{margin:0}.footer p:last-child{text-align:left}}@media(max-width:560px){.wrap{width:min(100% - 28px,1120px)}.nav{height:64px}.hero h1{font-size:43px}.lead{font-size:16px}.hero-grid{padding-top:45px}.wall{grid-template-columns:1fr}.section-head h2,.speak h2{font-size:34px}.story,.story.featured{min-height:250px}.stats strong{font-size:23px}form{padding:20px;border-radius:12px}.primary{width:100%}}
