*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f7f9fc;color:#111827;min-height:100vh}header{height:76px;padding:0 14px;display:grid;grid-template-columns:54px 1fr 88px;align-items:center;background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border-bottom:1px solid #e8eaed}header a{height:44px;border-radius:16px;background:#eef2f7;display:grid;place-items:center;color:#111827;text-decoration:none;font-weight:900}header a:first-child{font-size:32px}header a:last-child{font-size:.78rem}header b{text-align:center}main{width:min(620px,calc(100% - 22px));margin:22px auto}.hero{text-align:center;padding:42px 22px;border-radius:36px;background:white;border:1px solid #e8eaed;box-shadow:0 18px 50px rgba(32,33,36,.08)}.logo{width:158px;height:158px;margin:0 auto 18px;border-radius:38px;overflow:hidden;box-shadow:0 20px 50px rgba(32,33,36,.12);background:#fff}.logo img{width:100%;height:100%;object-fit:cover}.hero p{margin:0;color:#01875f;font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}.hero h1{font-size:clamp(3.6rem,14vw,6.5rem);line-height:.86;letter-spacing:-.08em;margin:14px 0;background:linear-gradient(135deg,#111827,#0ea5e9,#16a34a);-webkit-background-clip:text;color:transparent}.hero span{color:#5f6368;font-weight:800;line-height:1.6}.updates{display:grid;gap:12px;margin-top:14px}.updates article{padding:20px;border-radius:24px;background:white;border:1px solid #e8eaed;box-shadow:0 10px 30px rgba(32,33,36,.05)}.updates b{font-size:1.08rem}.updates p{color:#5f6368;line-height:1.6;font-weight:600}