/* =========
   PRICE page only
   ========= */

/* groups */
.price-group {
  padding: 40px 15px 15px;
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}

.course-title {
  color: #C9A24D;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(201,162,77,0.3);
  display: inline-block;
  padding-bottom: 5px;
}

.course-desc {
  font-size: 11px;
  color: #888;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
}

/* table */
.price-table {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px;
}

.price-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  background: rgba(201, 162, 77, 0.1);
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.1em;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.price-row:last-child { border-bottom: none; }

.price-label-wrap {
  text-align: left;
  flex: 2;
}

.price-badge {
  display: block;
  font-size: 10px;
  color: #ff4d4d;
  font-weight: bold;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

.price-label {
  font-size: 14px;
}

.guest-price {
  flex: 1;
  color: #888;
  font-size: 16px;
  text-align: right;
}

.member-price {
  flex: 1;
  color: #C9A24D;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.member-col { color: #C9A24D; }

/* notes */
.small-note {
  font-size: 13px;
  color: #888;
  margin-top: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

/* option cards */
.option-info { padding-bottom: 20px; }

.option-simple-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  margin: 10px 15px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.option-simple-card .label { font-size: 13px; color: #ccc; }
.option-simple-card .value { font-size: 16px; color: #C9A24D; font-weight: bold; }

.option-highlight {
  border: 1px solid rgba(201, 162, 77, 0.4);
  background: rgba(201, 162, 77, 0.05);
}

.option-left { text-align: left; flex: 1; }
.option-note {
  display: block;
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}

/* area */
.area-info { margin-top: 50px; text-align: center; }
.area-table { max-width: 600px; margin: 0 auto; padding: 0 15px; }
.area-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
}
.area-price { color: #C9A24D; font-weight: bold; }
.area-price.free { color: #05a346; }

/* attention */
.attention-info {
  max-width: 600px;
  margin: 50px auto 0;
  padding: 30px 20px;
  background: rgba(201, 162, 77, 0.05);
  border: 1px solid rgba(201, 162, 77, 0.2);
  text-align: left;
}
.attention-title {
  color: #C9A24D;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
.attention-body {
  font-size: 12px;
  color: #ccc;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.attention-warn {
  color: #ff6666;
  font-weight: normal;
}
