.price {
  padding: 60px 20px;
}

.price-cards {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.price-card {
  flex: 1;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

body.price-page {
  background: #fafafa;
}

.price-detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 20px;
}

.price a {
  color: #000000;
  text-decoration: none;
}

.price-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 12px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}


.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.price-table th,
.price-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.price-table th {
  width: 35%;
  background: #fafafa;
  text-align: left;
  font-weight: normal;
  color: #666;
}

.price-table tr:last-child th,
.price-table tr:last-child td {
  border-bottom: none;
}

.price-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 80px;
}

.price-block {
  margin-bottom: 48px;
}

.price-block h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.price-block h4 {
  font-size: 1rem;
  margin: 24px 0 8px;
}

.price-note {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
}

.price-sub {
  font-size: 0.9rem;
  margin-top: 12px;
  color: #444;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px dotted #ddd;
  font-size: 0.95rem;
}

.price-total {
  margin-top: 12px;
  font-weight: 600;
  text-align: right;
}

.price-example {
  background: #f8f8f8;
  padding: 24px 16px;
  border-radius: 12px;
}

.example-title {
  font-weight: 500;
  margin-bottom: 8px;
}

body.price-page main {
  padding-top: 64px;
}

body.price-page .section-title {
  margin-bottom: 32px;
}

body.price-page .price-block {
  margin-bottom: 56px;
}


.price-block {
  background: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  margin-bottom: 56px;
}

.price-block h3 {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.price-block h4 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 500;
}

.recommend-tag {
  background: #eaeaea;
}

body.price-page {
  background: #fafafa;
}

.price-notes {
  max-width: 720px;
  margin: 0 auto 80px;
  padding: 24px 24px;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 0.85rem;
  color: #666;
}

.price-notes h3 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.price-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-notes li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.price-novelty {
  background: #fafafa;
}

.novelty-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.novelty-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted #ddd;
  font-size: 0.9rem;
}

.novelty-name {
  color: #333;
}

.novelty-price {
  color: #555;
}
