.pricing-section {
  padding: 0vw 10vw 0vw 10vw;
  background: #fff;
}

.pricing-header {
  text-align: center;
  margin-bottom: 2.17vw;
}

.pricing-header .label {
  background: #ED675C;
  color: #fff;
  padding: 0.2vw 0.6vw;
  border-radius: 1.67vw;
  font-size: 0.83vw;
  display: inline-block;
  margin-bottom: 1.11vw;
  font-weight: 800;
}

.pricing-header h2 {
  font-size: 3vw;
  margin-bottom: 0.83vw;
  color: #1f1f1f;
  font-weight: 800;
}

.pricing-header h2 .highlight {
  color: #ED675C;
}

.pricing-header p {
  font-size: 1.3vw;
  color: #000;
  line-height: 1.5;
}

.plan-tabs {
  display: flex;
  justify-content: center;
  gap: 0.83vw;
  margin-bottom: 1.5vw;
}

.plan-tabs .tab {
  padding: 0.69vw 1.39vw;
  border-radius: 1.39vw;
  font-size: 0.97vw;
  border: none;
  background: #f5f5f5;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 800;
}

.plan-tabs .tab.active {
  background: #ED675C;
  color: #fff;
}

.standard-plan h3 {
  font-size: 3vw;
  margin-bottom: 0.56vw;
  color: #1f1f1f;
  text-align: center;
}

.standard-plan .plan-description {
  text-align: center;
  color: #000;
  font-size: 0.97vw;
  margin-bottom: 2.78vw;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.39vw;
}

.feature-card {
  background: #fff;
  border: 0.07vw solid #e5e5e5;
  border-radius: 1.04vw;
  padding: 1.39vw;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.feature-card:hover {
  transform: translateY(-0.35vw);
  box-shadow: 0 0.69vw 1.39vw rgba(0, 0, 0, 0.1);
}

.feature-card h4 {
  font-size: 1.39vw;
  color: #1f1f1f;
  margin-bottom: 0.56vw;
}

.feature-card > p {
  font-size: 0.97vw;
  color: #666;
  margin-bottom: 1.04vw;
}

.feature-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.39vw;
}

.feature-card ul li {
  font-size: 0.97vw;
  color: #333;
  margin-bottom: 0.69vw;
  display: flex;
  align-items: flex-start;
  gap: 0.69vw;
}

.feature-card ul li svg {
  width: 1.11vw;
  height: 1.11vw;
  color: #16a34a;
  flex-shrink: 0;
}

.testimonial {
  display: flex;
  align-items: center;
  gap: 0.69vw;
  padding: 1.04vw;
  background: #f5f5f5;
  margin-bottom: 1.39vw;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6vw;
}

.testimonial .avatar {
  width: 2.78vw;
  height: 2.78vw;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial .quote p {
  font-size: 0.83vw;
  color: #333;
  font-style: italic;
  margin-bottom: 0.28vw;
}

.testimonial .quote span {
  font-size: 0.76vw;
  color: #666;
}

.contact-sales {
  width: 100%;
  padding: 1.04vw;
  background: #ED675C;
  color: #fff;
  border: none;
  border-radius: 0.69vw;
  font-size: 0.97vw;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 9vw;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1vw;
}
.contact-sales svg {
  width: 2vw;
  height: 1vw;
}

.contact-sales:hover {
  background: #ea6054;
}
