:root{--text:#202124;--muted:#5f6368;--blue:#1a73e8;--teal:#14b8a6;--border:#dadce0;--soft:#f8fafd;--static-width:860px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.72;-webkit-font-smoothing:antialiased}
.static-style-soft{background:var(--soft)}
.static-container{width:min(var(--static-width),calc(100% - 40px));margin:0 auto}
.static-header{border-bottom:1px solid var(--border);background:#fff}
.static-nav{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.static-brand{font-size:18px;font-weight:800;color:var(--text);text-decoration:none}.static-brand span{color:var(--teal)}
.static-back{color:var(--blue);font-size:13px;font-weight:700;text-decoration:none}
.static-hero{padding:78px 0 58px;background:#fff}
.static-kicker{margin-bottom:14px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em}
.static-hero h1{max-width:760px;margin:0;font-size:48px;line-height:1.1;letter-spacing:-.035em;font-weight:600}
.static-hero p{max-width:740px;margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.72}
.static-content{padding:58px 0 86px;background:#fff;border-top:1px solid #edf0f2}
.static-content h2{margin:42px 0 14px;font-size:28px;line-height:1.25;letter-spacing:-.02em;font-weight:600}
.static-content h2:first-child{margin-top:0}
.static-content p{margin:0 0 18px;color:#3c4043;font-size:16px;line-height:1.8}
.static-content ul{margin:0 0 22px;padding-left:22px}.static-content li{margin:7px 0;color:#3c4043}
.static-cta{min-height:46px;display:inline-flex;align-items:center;margin-top:24px;padding:0 18px;border-radius:5px;background:var(--blue);color:#fff;font-size:14px;font-weight:700;text-decoration:none}
.static-footer{border-top:1px solid var(--border);background:#fff;padding:24px 0}
.static-footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}
.static-footer strong{font-size:14px}.static-footer nav{display:flex;gap:18px;flex-wrap:wrap}.static-footer nav a{color:var(--muted);font-size:11px;font-weight:600;text-decoration:none}.static-footer nav a:hover{color:var(--blue)}
.static-footer small{color:var(--muted);font-size:9px;white-space:nowrap}
@media(max-width:760px){.static-container{width:min(100% - 30px,var(--static-width))}.static-nav{min-height:58px}.static-brand{font-size:16px}.static-back{font-size:11px}.static-hero{padding:54px 0 42px}.static-hero h1{font-size:36px;line-height:1.14}.static-hero p{font-size:16px}.static-content{padding:44px 0 64px}.static-content h2{font-size:25px}.static-footer-inner{width:min(100% - 30px,1180px);grid-template-columns:1fr;gap:8px}.static-footer nav{gap:10px 16px}.static-footer small{white-space:normal;font-size:8px}}