@charset "UTF-8";

.pricing-intro {
  padding: 60px 0 120px;
  text-align: center;
}

.pricing-intro .section-title {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 128%;
}

.pricing-intro .section-desc {
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}

.pricing-features {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 115px;
}

.pricing-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-features li:first-child,
.pricing-features li:last-child {
  min-width:350px;
}


.pricing-features .feature-icon {
  width: 160px;
  height:160px;
}

.pricing-features .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-features .feature-label {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 40px;
}

.pricing-features .feature-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-top:8px;
}

/* Pricing Visual Section */
.pricing-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 80px 40px;
  text-align: center;
  background: url('../images/pricing/visual_bg.png') center / cover no-repeat;
  background-attachment: fixed;
}

.pricing-visual .visual-title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 128%;
}

.pricing-visual .visual-desc {
  color:#fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}


/* Pricing Table Section */
.pricing-table {
  padding: 120px 0 0;
}

.price-card {
  max-width: 988px;
  margin: 0 auto;
}

.price-header {
  text-align: center;
}

.price-header .price-label {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.price-header .price-amount {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-top:16px;
}

.price-header .price-note {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 40px;
}

.price-details {
  margin-top: 40px;
  border-top: 2px solid #F3CB00;
}

.price-details dl {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #E5E5E5;
}

.price-details dl:last-child {
  border-bottom: 2px solid #F3CB00;
}

.price-details dt {
  width: 240px;
  flex-shrink: 0;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.price-details dd {
  flex: 1;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.28px;
}

/* Custom Pricing Section */
.pricing-custom {
  padding: 120px 0 0;
}

/* Custom System Section */
.custom-system {
  margin-top:120px;
  text-align: center;
}

.custom-system .section-title {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 128%;
  letter-spacing: -0.44px;
}

.client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 160px;
  list-style: none;
  padding: 0;
  margin-top: 160px;
}

.client-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logos li img {
  object-fit: contain;
}

/* Target Companies Section */
.target-companies {
  margin-top:160px;
  text-align: center;
}

.target-companies .section-title {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}

.company-types {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.company-types li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.company-types .type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 50%;
  background-color: #F5F5F5;
}

.company-types .type-icon img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.company-types .type-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.feature-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 120px;
}

.feature-tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 24px;
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: 128%;
  border: 2px solid #F3CB00;
  border-radius: 12px;
  background-color: #fff;
}

/* Pricing CTA Section */
.pricing-cta {
  padding: 160px 0;
  text-align: center;
}

.pricing-cta .cta-title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}

.pricing-cta .btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 40px;
  margin-top: 60px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  border-radius: 40px;
  background-color: #F3CB00;
  transition: all 0.3s ease;
}

.pricing-cta .btn-cta:hover {
    background: #FFC700;
    transform: translateY(-2px);
}


/* Responsive */
@media (max-width: 1000px) {
  .pricing-intro {
    padding: 0;
  }

  .pricing-intro .section-title {
    font-size: 24px;
  }

  .pricing-intro .section-desc {
    font-size: 16px;
    margin-top: 16px;
  }

  .pricing-features {
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }

  .pricing-features .feature-icon {
    width: 88px;
    height: 88px;    
  }

  .pricing-features .feature-label {
    font-size: 18px;
    margin-top: 24px;
  }

  .pricing-features .feature-title {
    font-size: 24px;
    line-height:100%;
    margin-top:8px;
  }

  .pricing-visual {
    min-height: 240px;
    padding: 20px;
    margin-top:40px;
    background: url('../images/pricing/visual_bg_m.png') center / cover no-repeat;
  }

  .pricing-visual .visual-title {
    font-size: 24px;
  }

  .pricing-visual .visual-desc {
    font-size: 16px;
    margin-top: 16px;
  }

  .pricing-visual .scroll-down {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }

  .pricing-visual .scroll-down span {
    width: 20px;
    height: 20px;
  }

  .pricing-table {
    padding: 40px 0 0;
  }

  .price-header .price-label {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .price-header .price-amount {
    font-size: 24px;
  }

  .price-header .price-amount strong {
    font-size: 36px;
  }

  .price-header .price-note {
    font-size: 16px;
    line-height: 100%;
    margin-top: 24px;
  }

  .price-details dl {
    padding: 20px 0;
  }

  .price-details dt {
    width:112px;
    font-size: 16px;
  }

  .price-details dd {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
  }

  .price-details dd strong {
    font-size: 18px;
  }

  .pricing-custom {
    padding: 80px 0 0;
  }

  .custom-system {
    margin-top:40px;
  }

  .custom-system .section-title {
    font-size: 20px;
    line-height: 140%;
  }

  .client-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
    margin: 40px -16px;
    padding:40px 16px;
    background-color: #f5f5f5;
  }

  .client-logos li img {
    width:100%;
  }

  .target-companies {
    margin-top:40px;
  }

  .target-companies .section-title {
    font-size: 24px;
  }

  .company-types {
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .company-types li {
    width: calc(50% - 15px);
  }

  .company-types .type-icon {
    width: 160px;
    height: 160px;
    margin-bottom:24px;
  }

  .company-types .type-icon img {
    width: 64px;
    height: 64px;
  }

  .company-types .type-title {
    font-size: 16px;
  }

  .feature-tags {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 80px;
  }

  .feature-tags li {
    height: 104px;
    padding: 0 16px;
    font-size: 16px;
  }

  .pricing-cta {
    padding: 80px 0 40px;
  }

  .pricing-cta .cta-title {
    font-size: 18px;
  }

  .pricing-cta .btn-cta {
    height: 54px;
    padding: 0 32px;
    margin-top: 40px;
    font-size: 16px;
  }
}
