*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial;
  background:#0f1115;
  color:#eaeaea;
  line-height:1.6;
}
section{padding:90px 20px;text-align:center}
.hero h1{font-size:48px;margin-bottom:10px}
.hero p{opacity:.7;font-size:18px}
.btn{
  display:inline-block;
  margin-top:30px;
  padding:14px 36px;
  border-radius:40px;
  background:#fff;
  color:#000;
  text-decoration:none;
  font-weight:600;
}
.ghost{
  background:transparent;
  border:1px solid #555;
  color:#fff;
}
.mystery p,
.writer p{
  font-size:20px;
  opacity:.85;
}
.stories{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
  max-width:900px;
  margin:auto;
}
.story-card{
  background:#151821;
  padding:30px;
  border-radius:18px;
  text-align:left;
}
.story-card h3{margin:0 0 10px}
.story-card span{opacity:.6}
.stats{
  display:flex;
  justify-content:center;
  gap:40px;
  opacity:.75;
  flex-wrap:wrap;
}
.closing h2{margin-bottom:10px}
small{display:block;opacity:.5;margin-top:10px}