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

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 24px;
}

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 12px 32px rgba(46, 125, 50, 0.18);
  border-top: 6px solid #43a047;
}

.avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #66bb6a, #2e7d32);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 24px;
  color: #1b5e20;
  letter-spacing: 0.05em;
}

.job {
  margin-top: 6px;
  font-size: 14px;
  color: #2e7d32;
  font-weight: 600;
  background: #e8f5e9;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  margin-top: 10px;
}

.section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.section h2 {
  font-size: 12px;
  color: #66bb6a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section p {
  font-size: 16px;
  color: #333;
}

.quote p {
  font-style: italic;
  color: #2e7d32;
  font-size: 15px;
}
