
/* CSS */
.pricing-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 0px 20px;
  font-family: 'Arsenal', serif;
  color: #1a1a1a;
}

.pricing-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1;
  min-width: 280px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.3;
}

.pricing-sub {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.pricing-count {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.pricing-detail {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.pricing-detail span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.pricing-list {
  text-align: left;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.pricing-session {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.pricing-additional {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.pricing-price {
  background: #ffd900;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: auto;
}

.pricing-note {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-top: 30px;
  max-width: 800px;
  margin-inline: auto;
}

.custom-project-section {
    margin-top: 120px;
  background-color: #f9f8f4;
  padding: 40px 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #1a1a1a;
}

.custom-project-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.custom-project-image {
  position: relative;
  flex: 1 1 300px;
  max-width: 380px;
}

.custom-project-image img {
  width: 100%;
  border: 2px solid #c9c4f3;
  border-radius: 4px;
}

.image-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 32px;
  line-height: 1.2;
  font-style: italic;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

.custom-project-content {
  flex: 2 1 500px;
  font-size: 17px;
}

.custom-project-content h2 {
  font-style: italic;
  font-weight: normal;
  margin-top: 0;
}

.custom-project-content ul {
  padding-left: 20px;
  margin: 16px 0;
}

.custom-project-content ul li {
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 18px;
}

.consult-btn {
    text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-decoration: none;
  color: black;
  font-family: 'Arsenal', serif;
  font-size: 18px;

}

.consult-btn span {
  background-color: #ffe463;
  font-weight: bold;
  padding: 2px 4px;
}

.strong-ending {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Arsenal', serif;
  line-height: 1.4;
}


.highlighted-benefit {
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 1.1rem;
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.highlighted-benefit strong {
  font-weight: bold;
}

.interlinia ul li{
  margin-bottom: 8px;
  line-height: 1.3;
}