body {
  margin: 0;
  background: #eef3ff;
}

.section {
  padding: 100px 20px;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: auto;
}

.section-title {
  font-size: 3.4rem;
  color: #1f2937;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 30px;
}

.phonetic-transcription-generator .transcription-card {
  max-width: 650px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.phonetic-transcription-generator input {
  width: 100%;
  padding: 14px;
  font-size: 2rem;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
  margin-bottom: 15px;
}

.btn {
  background: #6366f1;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  background: #4f46e5;
}

.transcription-result {
  margin-top: 20px;
  padding: 14px;
  background: #eef3ff;
  border-radius: 12px;
  font-family: monospace;
  min-height: 40px;
  text-align: left;
  font-size: 2rem;
  white-space: pre-wrap;
}

.note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #6b7280;
}
