.page {
    padding: 4rem 2rem;
    max-width: 700px;
    margin: 0 auto;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.7;
  }
  
  header .back {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 2rem;
    display: inline-block;
  }
  
  .content-section h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    line-height: 1.4;
  }
  
  .content-section p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    opacity: 0.9;
  }
  
  .content-section .btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.2s ease;
  }
  
  .content-section .btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  