*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display',system-ui,sans-serif;
  background:#0b0c10;color:#ebeef5;
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:480px;width:100%;padding:48px 24px;text-align:center}
header{margin-bottom:32px}
.avatar{
  width:96px;height:96px;border-radius:50%;
  margin:0 auto 16px;
  background:linear-gradient(135deg,#c9a34b,#e8c274);
}
h1{
  font-family:Georgia,serif;font-weight:300;
  font-size:32px;letter-spacing:-0.01em;margin-bottom:6px;
}
.tag{color:#8b93a5;font-size:14px}
.lead{color:#8b93a5;margin-bottom:20px;font-size:15px}
section{margin:24px 0}
h2{font-size:18px;margin-bottom:10px;font-weight:500}
p{color:#8b93a5;margin-bottom:12px;line-height:1.55;font-size:14px}
.link{
  display:block;padding:14px 24px;margin:12px 0;
  border-radius:10px;background:#181b23;color:#ebeef5;
  text-decoration:none;border:1px solid #252a35;
  font-weight:500;transition:border-color 0.15s,transform 0.1s;
}
.link:hover{border-color:#c9a34b}
.link:active{transform:scale(0.98)}
.link.primary{
  background:linear-gradient(135deg,#c9a34b,#e8c274);
  color:#0b0c10;border-color:transparent;font-weight:600;
}
.newsletter{display:flex;gap:8px;margin-top:8px}
.newsletter input{
  flex:1;padding:12px 14px;
  background:#1d2129;border:1px solid #252a35;border-radius:8px;
  color:#ebeef5;font-family:inherit;font-size:14px;
}
.newsletter input:focus{outline:none;border-color:#c9a34b}
.newsletter button{
  padding:12px 18px;border-radius:8px;border:none;
  background:#c9a34b;color:#0b0c10;font-weight:600;
  cursor:pointer;font-family:inherit;font-size:14px;
}
.newsletter button:hover{background:#e8c274}
footer{margin-top:48px}
.muted{color:#565d6e;font-size:12px}
.small{font-size:11px;margin-top:8px}
.cf-turnstile{display:flex;justify-content:center;margin:16px 0}
