* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
}

.site-header {
  border-bottom: 2px dashed #000000;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.site-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000000;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666666;
}

.post-meta {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 20px;
}

.post-title {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 1.3;
}

.post-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content strong {
  font-weight: 600;
  color: #000000;
}

.cta-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px dashed #000000;
}

.cta-heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 15px;
}

.cta-content {
  color: #333333;
  line-height: 1.6;
}

.cta-content a {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}

.cta-content a:hover {
  text-decoration: none;
}

.site-footer {
  margin-top: 80px;
  padding: 30px 20px;
  border-top: 2px dashed #000000;
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
}

@media (max-width: 768px) {
  .post-title {
    font-size: 1.6rem;
  }

  .post-content h2 {
    font-size: 1.3rem;
  }

  .site-header {
    padding: 20px;
  }
}
