  body {
    margin:0;
    font-family:'Inter',sans-serif;
    background:#faf7f5;
    color:#222;
    line-height:1.6;
  }

  .hero {
    background:url('/graph/story/story_5.jpg') no-repeat center/cover;
    padding:80px 20px;
    text-align:center;
    color:#fff;
  }

  .hero h1 {
    font-family:'Playfair Display',serif;
    font-size:40px;
    margin:0;
  }

  .container {
    max-width:900px;
    margin:40px auto;
    padding:24px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
  }

  h2 {
    font-family:'Playfair Display',serif;
    color:#d63c35;
    margin-top:20px;
  }

  .cta {
    text-align:center;
    margin-top:30px;
  }

  .btn {
    background:#d63c35;
    color:#fff;
    border:none;
    padding:14px 24px;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
    font-size:16px;
    text-decoration:none;
    display:inline-block;
  }

  .btn:hover {
    background:#b8302a;
  }