@charset "UTF-8";

body.pricing-page {
  position: relative;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #2f2953;
  background: radial-gradient(circle at 12% 8%, rgba(193, 95, 186, 0.16), transparent 38%), radial-gradient(circle at 88% 0%, rgba(115, 104, 222, 0.2), transparent 36%), #f9f7fd;
}

body.pricing-page .pricing-container.ui.container {
  max-width: 1120px !important;
  margin: 38px auto 60px !important;
  padding: 0 1rem !important;
}

.pricing.table {
  background: none !important;
  border: none !important;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.pricing.table button,
.pricing.table button:hover,
.pricing.table button:active,
.pricing.table button:focus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  padding: 11px 20px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #7368de 10%, #c15fba 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(94, 77, 196, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pricing.table button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(94, 77, 196, 0.36);
  filter: brightness(1.02);
}

.pricing.table .price.amount {
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1;
  color: #352f66;
  margin-bottom: 12px;
}

.pricing.table .green.check.circle.icon {
  color: #36be77 !important;
  text-shadow: 0 6px 14px rgba(54, 190, 119, 0.22);
}

.pricing.table .ui.scrolling.dropdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: auto !important;
  padding: 8px 34px 8px 12px !important;
  border: 1px solid #e5ddff !important;
  border-radius: 12px;
  background: #f5f1ff !important;
  color: #473e85;
}

.pricing.table .ui.scrolling.dropdown > .default.text {
  padding: 0 !important;
  color: #473e85 !important;
}

.pricing.table .ui.scrolling.dropdown .info.icon {
  margin: 0 0 0 auto !important;
  color: #6d5bd1 !important;
}

.pricing.table .ui.scrolling.dropdown > .menu {
  border-radius: 12px !important;
  border: 1px solid #ddd3ff !important;
}

.pricing.table .ui.scrolling.dropdown > .menu > .item {
  color: #4c447f !important;
  font-weight: 500 !important;
}

.desktop.ui.pricing.table {
  width: 100%;
  border: 1px solid #e9e3ff !important;
  border-radius: 24px !important;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(86, 78, 193, 0.12);
}

.desktop.ui.pricing.table thead th {
  background: linear-gradient(135deg, #7368de 10%, #c15fba 100%) !important;
  color: #fff !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
  padding: 18px 16px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-align: center !important;
}

.desktop.ui.pricing.table thead th:first-child {
  border-left: none !important;
  text-align: left !important;
  padding-left: 28px !important;
  border-top-left-radius: 24px;
}

.desktop.ui.pricing.table thead th:last-child {
  border-top-right-radius: 24px;
}

.desktop.ui.pricing.table tbody td {
  border-top: 1px solid #f0ebff !important;
  border-left: 1px solid #f2eeff !important;
  padding: 18px 16px !important;
  vertical-align: middle !important;
  background: #fff !important;
}

.desktop.ui.pricing.table tbody td:first-child {
  border-left: none !important;
  padding-left: 28px !important;
  color: #433a7a;
  font-weight: 600;
}

.desktop.ui.pricing.table tbody tr:last-child td {
  background: #faf8ff !important;
}

.desktop.ui.pricing.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

.desktop.ui.pricing.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

.mobile.ui.pricing.table {
  width: 100%;
  background: none !important;
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 16px !important;
}

.mobile.ui.pricing.table tbody,
.mobile.ui.pricing.table tr,
.mobile.ui.pricing.table td {
  display: block;
  width: 100%;
}

.mobile.ui.pricing.table tr {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e8e1ff;
  background: #fff;
  box-shadow: 0 16px 36px rgba(86, 78, 193, 0.12);
}

.mobile.ui.pricing.table td {
  border: none !important;
  border-top: 1px solid #f0ebff !important;
  padding: 14px 16px !important;
}

.mobile.ui.pricing.table td:first-child {
  border-top: none !important;
  text-align: center !important;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, #7368de 10%, #c15fba 100%) !important;
}

.mobile.ui.pricing.table td[data-label=option] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #453c7c;
  font-weight: 600;
}

.mobile.ui.pricing.table td[data-label=option] > .icon {
  margin: 2px 0 0 !important;
  flex: 0 0 auto;
}

.mobile.ui.pricing.table td[data-label=option] .ui.scrolling.dropdown {
  flex: 1 1 auto;
  width: 100%;
}

.mobile.ui.pricing.table td[data-label=price] {
  text-align: center !important;
  background: #faf8ff !important;
}

.mobile.ui.pricing.table td[data-label=price] a {
  display: inline-block;
}

@media only screen and (min-width: 501px) {
  .desktop.ui.pricing.table {
    display: table !important;
  }

  .mobile.ui.pricing.table {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  body.pricing-page .pricing-container.ui.container {
    margin-top: 22px !important;
    margin-bottom: 40px !important;
    padding: 0 0.75rem !important;
  }

  .desktop.ui.pricing.table {
    display: none !important;
  }

  .mobile.ui.pricing.table {
    display: table !important;
  }
}
