:root{--green-dark: #145a2b;--green: #1b7a3d;--green-mid: #5aa46a;--green-soft: #8fc79a;--green-pale: #d9ecdd;--ink: #1f2a24;--muted: #5c6b62;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink)}*{box-sizing:border-box;margin:0;padding:0}.page{position:relative;min-height:100dvh;display:grid;place-items:center;padding:1.5rem;background:#fff;overflow:hidden}.corner{position:absolute;width:22rem;height:22rem;background:var(--green-dark);z-index:0}.corner--tl{top:0;left:0;clip-path:polygon(0 0,100% 0,0 100%)}.corner--br{bottom:0;right:0;clip-path:polygon(100% 0,100% 100%,0 100%)}.blob{position:absolute;z-index:0}.blob--left{width:16rem;height:5.5rem;left:-4rem;top:38%;background:var(--green-soft);border-radius:3rem;transform:rotate(-45deg)}.blob--right{width:22rem;height:7.5rem;right:-4rem;bottom:13rem;background:var(--green-mid);border-radius:4rem;transform:rotate(-45deg)}.content{position:relative;z-index:1;max-width:34rem;width:100%;text-align:center;padding:0 1rem}.logo{width:15rem;height:auto;margin:0 auto 2rem;display:block}.badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);background:var(--green-pale);padding:.45rem .9rem;border-radius:999px;margin-bottom:1.5rem}.badge__dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--green);box-shadow:0 0 #1b7a3d99;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 #1b7a3d80}70%{box-shadow:0 0 0 .5rem #1b7a3d00}to{box-shadow:0 0 #1b7a3d00}}h1{font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.15;color:var(--green-dark);margin-bottom:1rem}.tagline{color:var(--muted);font-size:1.05rem;line-height:1.65;max-width:28rem;margin:0 auto}.foot{position:absolute;bottom:1.25rem;left:0;right:0;z-index:1;text-align:center;font-size:.75rem;color:var(--muted);padding:0 5rem}@media(max-width:640px){.corner{width:13rem;height:13rem}.blob--right{width:13rem;height:4.5rem;right:-3rem}.blob--left{width:10rem;height:3.5rem}.foot{padding:0 1.5rem}}
