.ips-bundle-pricing {
  --ips-bundle-text: #20242c;
  --ips-bundle-muted: #5f6875;
  --ips-bundle-border: #e6e9ef;
  --ips-bundle-surface: #ffffff;
  --ips-bundle-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  max-width: 1180px;
  margin: 0 auto;
  color: var(--ips-bundle-text);
  font-family: Rubik, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ips-bundle-pricing *,
.ips-bundle-pricing *::before,
.ips-bundle-pricing *::after {
  box-sizing: border-box;
}

.ips-bundle-pricing__header {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.ips-bundle-pricing__eyebrow {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 4px 14px;
  background: color-mix(in srgb, var(--ips-bundle-accent, #4f46e5) 12%, #ffffff);
  color: var(--ips-bundle-accent, #4f46e5);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ips-bundle-pricing__heading {
  max-width: 660px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
}

.ips-bundle-pricing__description {
  max-width: 700px;
  margin: 16px auto 0;
  color: var(--ips-bundle-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ips-bundle-pricing__toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 28px;
  padding: 4px;
  border: 1px solid var(--ips-bundle-border);
  border-radius: 999px;
  background: #ffffff;
}

.ips-bundle-pricing__toggle-button {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 999px;
  padding: 8px 24px;
  background: transparent;
  color: #4d5562;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.ips-bundle-pricing__toggle-button.is-active {
  background: var(--ips-bundle-accent, #4f46e5);
  color: #ffffff;
}

.ips-bundle-pricing__plans-label {
  margin: 0 0 24px;
  color: #3f4651;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.ips-bundle-pricing__plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ips-bundle-pricing__card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--ips-bundle-border);
  border-radius: 5px;
  padding: 2em 4em 4em;
  background: var(--ips-bundle-surface);
  box-shadow: var(--ips-bundle-shadow);
}

.ips-bundle-pricing__card.is-featured {
  border-color: color-mix(in srgb, var(--ips-bundle-accent) 44%, var(--ips-bundle-border));
}

.ips-bundle-pricing__badge-slot {
  display: flex;
  min-height: 28px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 26px;
}

.ips-bundle-pricing__badge {
  align-self: center;
  min-width: 132px;
  max-width: 100%;
  margin: 0;
  border-radius: 40px;
  padding: 6px 24px;
  background: var(--ips-bundle-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ips-bundle-pricing__media {
  display: flex;
  min-height: 58px;
  align-items: center;
  margin-bottom: 18px;
}

.ips-bundle-pricing__image {
  display: block;
  width: 25%;
  min-width: 48px;
  max-width: 82px;
  height: auto;
}

.ips-bundle-pricing__icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ips-bundle-accent) 14%, #ffffff);
}

.ips-bundle-pricing__icon::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 16px;
  height: 10px;
  border-bottom: 2px solid var(--ips-bundle-accent);
  border-left: 2px solid var(--ips-bundle-accent);
  transform: rotate(-45deg);
}

.ips-bundle-pricing__plan-title {
  margin: 0;
  color: var(--ips-bundle-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.ips-bundle-pricing__plan-description {
  min-height: 38px;
  margin: 8px 0 24px;
  color: var(--ips-bundle-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ips-bundle-pricing__price {
  min-height: 68px;
  margin: 0 0 24px;
  color: var(--ips-bundle-text);
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.ips-bundle-pricing__price-main,
.ips-bundle-pricing__price .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}

.ips-bundle-pricing__price-note,
.ips-bundle-pricing__price .subscription-details,
.ips-bundle-pricing__price .woocommerce-price-suffix {
  color: #2f3540;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: baseline;
}

.ips-bundle-pricing__price del {
  margin-left: 10px;
  color: #a8afb9;
  font-size: 18px;
  font-weight: 600;
  text-decoration-thickness: 2px;
}

.ips-bundle-pricing__price ins {
  text-decoration: none;
}

.ips-bundle-pricing__price-empty {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: var(--ips-bundle-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ips-bundle-pricing__features {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.ips-bundle-pricing[data-ips-bundle-pricing] .ips-bundle-pricing__features li {
  position: relative;
  min-height: 20px;
  padding-left: 27px;
  color: #4d5562;
  font-size: 14px;
  line-height: 1.45;
}

.ips-bundle-pricing__features li::before {
  content: "";
  position: absolute;
  top: 2px;
  top: calc((1lh - 15px) / 2);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ips-bundle-accent) 16%, #ffffff);
}

.ips-bundle-pricing__features li::after {
  content: "";
  position: absolute;
  top: 6px;
  top: calc((1lh - 15px) / 2 + 4px);
  left: 4px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid var(--ips-bundle-accent);
  border-left: 2px solid var(--ips-bundle-accent);
  transform: rotate(-45deg);
}

.ips-bundle-pricing__license {
  margin-top: auto;
  padding-top: 20px;
  color: #4d5562;
  font-size: 14px;
  font-weight: 700;
}

.ips-bundle-pricing__actions {
  margin-top: 18px;
}

.ips-bundle-pricing__button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ips-bundle-accent);
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.ips-bundle-pricing__button--fill {
  background: var(--ips-bundle-accent);
  color: #ffffff;
}

.ips-bundle-pricing__button--outline {
  background: #ffffff;
  color: var(--ips-bundle-text);
}

.ips-bundle-pricing__button:hover,
.ips-bundle-pricing__button:focus {
  background: #ffffff;
  color: var(--ips-bundle-text);
  text-decoration: none;
}

.ips-bundle-pricing__button.is-disabled {
  cursor: default;
  opacity: 0.72;
}

.ips-bundle-pricing.is-yearly [data-ips-billing-content="monthly"],
.ips-bundle-pricing.is-monthly [data-ips-billing-content="yearly"] {
  display: none;
}

.ips-bundle-pricing--empty {
  color: var(--ips-bundle-muted);
}

@media (max-width: 1024px) {
  .ips-bundle-pricing__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ips-bundle-pricing__card {
    padding: 2em 3em 3em;
  }
}

@media (max-width: 767px) {
  .ips-bundle-pricing__heading {
    font-size: 34px;
  }

  .ips-bundle-pricing__toggle {
    width: 100%;
  }

  .ips-bundle-pricing__toggle-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ips-bundle-pricing__plans {
    grid-template-columns: 1fr;
  }

  .ips-bundle-pricing__card {
    padding: 2em;
  }

  .ips-bundle-pricing__price {
    font-size: 44px;
  }
}
