@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--ck-green:#0b3d2e;--ck-green-mid:#104d3a;--ck-green-accent:#1a8f6a;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body,html{color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;min-height:100%;font-family:Inter,sans-serif}.container{background-color:#fff;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;display:flex}.content{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:auto;padding:0 2rem;display:flex}.title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15}.subtitle{color:var(--text-secondary);max-width:580px;margin-bottom:3rem;font-size:clamp(.95rem,2vw,1.0625rem);font-weight:400;line-height:1.65}.btn-soon{color:var(--text-secondary);cursor:default;background-color:#0000;border:1.5px solid #d1d5db;border-radius:999px;padding:.875rem 2.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .25s}.btn-soon:hover{color:#0b3d2e;background-color:#f8fafc;border-color:#0b3d2e}.footer{background-color:#fff;border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;padding:2rem;display:flex}.footer-text{color:var(--text-muted);font-size:.875rem}.footer-link{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-primary)}@media (width<=600px){.title{font-size:1.875rem}.subtitle{font-size:.9375rem}.footer{flex-direction:row;justify-content:space-between;gap:1rem;padding:1.5rem 2rem}}
