
body {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  margin: 0;
  color: #333;
  background: #fff;
}

.hero {
  background: #0071ce;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.logo {
  width: 100px;
  border-radius: 50%;
}

.btn-white {
  display: inline-block;
  background: #fff;
  color: #0071ce;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.about {
  padding: 40px 20px;
}

.about h2 {
  color: #0d4f73;
  border-left: 5px solid #0d4f73;
  padding-left: 10px;
}

.features {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  gap: 40px;
}

.features .green {
  color: #1ca049;
  font-weight: bold;
  font-size: 1.3em;
}

.features .blue {
  color: #0071ce;
  font-weight: bold;
  font-size: 1.3em;
}

.divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.info {
  padding: 40px 20px;
}

.info h2 {
  color: #0d4f73;
  border-left: 5px solid #0d4f73;
  padding-left: 10px;
}

.info ul {
  list-style: none;
  padding: 0;
}

.info li {
  background: url('data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect width='16' height='16' fill='green'/></svg>') no-repeat left center;
  padding-left: 30px;
  margin: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.voices {
  padding: 40px 20px;
}

.voices h2 {
  color: #0d4f73;
  border-left: 5px solid #0d4f73;
  padding-left: 10px;
}

.voice {
  background: #f7f9fa;
  border-left: 4px solid #0d4f73;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
}

.voice span {
  display: block;
  text-align: right;
  color: #888;
}

.join {
  text-align: center;
  padding: 50px 20px;
  background: #f8f8f8;
}

.btn-green {
  display: inline-block;
  background: #28a745;
  color: white;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.notes {
  color: #666;
  font-size: 0.9em;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}

.footer {
  background: #243847;
  color: #eee;
  padding: 40px 20px;
  text-align: center;
}

.footer h3 {
  margin-bottom: 20px;
}

.floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.float-left {
  color: #444;
}

.btn-orange {
  background: #ff7b2c;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
