/* /pricing/solo — MVP WORKSPACE DISCOUNT */

/* --------------------------------------------------------------------------
   SUBSCRIPTION FATIGUE MESSAGE
   -------------------------------------------------------------------------- */

.bawd-no-subscriptions {
  width: calc(100% - 2rem);
  max-width: 760px;
  margin: 2rem auto 1.5rem;
  padding: 1.3rem 1.6rem;
  border: 1px solid #b8dbe1;
  border-left: 5px solid #2998a7;
  border-radius: 8px;
  background: #e6f4f6;
  box-shadow: 0 6px 18px rgba(8, 63, 75, 0.07);
  color: #1c1c1c;
  text-align: center;
}

.bawd-no-subscriptions,
.bawd-no-subscriptions * {
  box-sizing: border-box;
}

.bawd-no-subscriptions .bawd-plan-conversation__lead {
  margin: 0;
  color: #083f4b;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 900;
}

.bawd-no-subscriptions .bawd-plan-conversation__text {
  max-width: 660px;
  margin: 0.6rem auto 0;
  color: #1c1c1c;
  font-size: 0.94rem;
  line-height: 1.5;
}

.bawd-no-subscriptions .bawd-plan-conversation__note {
  max-width: 650px;
  margin: 0.6rem auto 0;
  color: #355963;
  font-size: 0.82rem;
  line-height: 1.45;
}


/* --------------------------------------------------------------------------
   PRICING WRAPPER
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  color: #1c1c1c;
}

.bawd-pricing-wrap,
.bawd-pricing-wrap * {
  box-sizing: border-box;
}


/* --------------------------------------------------------------------------
   SLIM SAAS PRICING CARD
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap .bawd-plan-card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 1.65rem 1.8rem;
  border: 1px solid #ead9a8;
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #fff4d6 0%,
      #fff9e8 100%
    );
  box-shadow: 0 10px 24px rgba(8, 63, 75, 0.09);
}


/* --------------------------------------------------------------------------
   PLAN HEADER
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap .bawd-plan-head {
  text-align: center;
}

.bawd-pricing-wrap .bawd-plan-title {
  margin: 0;
  color: #083f4b;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.08;
  font-weight: 900;
}

.bawd-pricing-wrap .bawd-plan-sub {
  margin: 0.4rem 0 0;
  color: #1c1c1c;
  font-size: 0.92rem;
  line-height: 1.4;
}


/* --------------------------------------------------------------------------
   PRICE
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap .bawd-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
  justify-content: center;
  margin-top: 1.15rem;
  text-align: center;
}

.bawd-pricing-wrap .bawd-price-now {
  color: #000000;
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  line-height: 1;
  font-weight: 900;
}

.bawd-pricing-wrap .bawd-price-term {
  color: #1c1c1c;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
}

.bawd-pricing-wrap .bawd-price-note {
  margin: 0.25rem 0 0;
  color: #1c1c1c;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}


/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap .bawd-plan-action {
  margin: 1rem 0 0;
  text-align: center;
}

.bawd-pricing-wrap .bawd-plan-action--bottom {
  margin-top: 1.35rem;
}

.bawd-pricing-wrap .bawd-cta {
  display: inline-flex;
  min-width: 190px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border: 2px solid #083f4b;
  border-radius: 7px;
  background: #083f4b;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.bawd-pricing-wrap .bawd-cta:hover,
.bawd-pricing-wrap .bawd-cta:focus-visible {
  border-color: #0d6e82;
  background: #0d6e82;
  color: #ffffff;
  outline: none;
}


/* --------------------------------------------------------------------------
   FEATURE LIST
   -------------------------------------------------------------------------- */

.bawd-pricing-wrap .bawd-feature-list {
  display: grid;
  gap: 0.62rem;
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(8, 63, 75, 0.14);
}

.bawd-pricing-wrap .bawd-feature-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
}

.bawd-pricing-wrap .bawd-feature-check {
  color: #0d6e82;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.bawd-pricing-wrap .bawd-li-text {
  min-width: 0;
  color: #1c1c1c;
  font-size: 0.88rem;
  line-height: 1.42;
}

.bawd-pricing-wrap .bawd-li-text strong {
  color: #083f4b;
  font-weight: 900;
}


/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {
  .bawd-no-subscriptions {
    width: calc(100% - 1.5rem);
    margin-top: 1rem;
    padding: 1.1rem;
  }

  .bawd-pricing-wrap {
    padding: 0 0.75rem;
  }

  .bawd-pricing-wrap .bawd-plan-card {
    padding: 1.35rem 1.1rem;
  }

  .bawd-pricing-wrap .bawd-price-row {
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
  }

  .bawd-pricing-wrap .bawd-price-now {
    font-size: 3rem;
  }
}

@media (max-width: 420px) {
  .bawd-pricing-wrap .bawd-plan-title {
    font-size: 1.7rem;
  }

  .bawd-pricing-wrap .bawd-cta {
    width: 100%;
    min-width: 0;
  }

  .bawd-pricing-wrap .bawd-li-text {
    font-size: 0.85rem;
  }
}