*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--text: #f5f5f5;--text-muted: #999;--accent: #6c63ff}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.hero{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.title{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(4rem,12vw,8rem);line-height:1;margin-bottom:.5rem}.accent{color:var(--accent)}.subtitle{font-size:clamp(1rem,3vw,1.5rem);font-weight:500;color:var(--text-muted);margin-bottom:2rem}.description{font-size:1.125rem;line-height:1.6;color:var(--text-muted);max-width:360px;margin-bottom:2.5rem}.contact-button{display:inline-block;padding:.75rem 2.5rem;border-radius:9999px;background-color:var(--accent);color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:opacity .2s,transform .2s}.contact-button:hover{opacity:.85;transform:translateY(-1px)}.footer{padding:2rem 0;font-size:.8125rem;color:var(--text-muted)}
