body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121212;
  color: #e0e0e0;
}

.pricing-section {
  width: 90%;
  max-width: 1250px;
}
.pricing-section > * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.pricing-section .pricing-header {
  margin-bottom: 50px;
  text-align: center;
}
.pricing-section .pricing-header h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.pricing-section .pricing-header p {
  font-size: 17px;
  color: #a0a0a0;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
.pricing-section .category-container {
  margin-bottom: 40px;
  position: relative;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.03);
}
.pricing-section .category-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
}
.pricing-section .category-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.groupe-category .category-title {
  color: rgb(167, 139, 250);
}
.groupe-category .category-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(167, 139, 250, 1)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z'/%3E%3C/svg%3E");
}
.groupe-category::before {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.8) 0%, rgba(167, 139, 250, 0.4) 100%);
}
.groupe-category .pricing-table td:last-child {
  color: rgb(167, 139, 250);
}
.groupe-category .info-icon {
  background-color: rgba(124, 58, 237, 0.3);
}
.groupe-category .info-icon:hover {
  background-color: rgba(124, 58, 237, 0.5);
}
.groupe-category .indicator-dot.active {
  background-color: rgba(167, 139, 250, 0.7);
}

.solo-category .category-title {
  color: rgb(52, 211, 153);
}
.solo-category .category-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(52, 211, 153, 1)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'/%3E%3C/svg%3E");
}
.solo-category::before {
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.8) 0%, rgba(52, 211, 153, 0.4) 100%);
}
.solo-category .pricing-table td:last-child {
  color: rgb(52, 211, 153);
}
.solo-category .info-icon {
  background-color: rgba(16, 185, 129, 0.3);
}
.solo-category .info-icon:hover {
  background-color: rgba(16, 185, 129, 0.5);
}
.solo-category .indicator-dot.active {
  background-color: rgba(52, 211, 153, 0.7);
}

.special-category .category-title {
  color: rgb(248, 113, 113);
}
.special-category .category-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(248, 113, 113, 1)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z'/%3E%3C/svg%3E");
}
.special-category::before {
  background: linear-gradient(90deg, rgba(244, 63, 94, 0.8) 0%, rgba(248, 113, 113, 0.4) 100%);
}
.special-category .pricing-table td:last-child {
  color: rgb(248, 113, 113);
}
.special-category .info-icon {
  background-color: rgba(244, 63, 94, 0.3);
}
.special-category .info-icon:hover {
  background-color: rgba(244, 63, 94, 0.5);
}
.special-category .indicator-dot.active {
  background-color: rgba(248, 113, 113, 0.7);
}

.category-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.category-title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hidden-info-content p {
  font-size: 15px;
  margin: 0;
  text-align: left;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}
.pricing-table .sub-row {
  display: none;
}
.pricing-table .main-row {
  cursor: pointer;
}
.pricing-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s ease;
}
.pricing-table tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.pricing-table tr:last-child {
  border-bottom: none;
}
.pricing-table td {
  padding: 20px 12px;
}
.pricing-table td:first-child {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  color: #e0e0e0;
}
.pricing-table td:last-child {
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

.info-container {
  position: relative;
  display: inline-block;
}
.info-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
  cursor: help;
  transition: all 0.3s ease;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: rgba(30, 30, 30, 0.95);
  color: #ffffff;
  text-align: center;
  padding: 10px 14px;
  border-radius: 8px;
  width: 220px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 1;
  font-size: 13px;
  line-height: 1.5;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(30, 30, 30, 0.95) transparent transparent transparent;
}

.category-indicator {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 6px;
}

.indicator-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.indicator-dot.active {
  width: 20px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .pricing-section {
    max-width: 100%;
    padding: 0 10px;
  }
  .category-container {
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .pricing-header {
    margin-bottom: 30px;
  }
  .pricing-header h1 {
    font-size: 28px;
  }
  .pricing-table td {
    padding: 16px 8px;
  }
  .pricing-table td:first-child {
    font-size: 16px;
  }
  .pricing-table td:last-child {
    font-size: 18px;
  }
  .tooltip {
    width: 180px;
    font-size: 12px;
  }
  .contact-button {
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
  }
}/*# sourceMappingURL=price.css.map */