/* YouMind Plan Cards — hospitality.html .hs-wellness */

.ymct-plan-cards {
  font: 400 16px/1.5 Poppins, Arial, sans-serif;
  color: #031728;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 0 37px;
  background-color: #cfeffb;
  background-image: linear-gradient(#fff, #cfeffb 93.3%);
  -webkit-font-smoothing: antialiased;
}
.ymct-plan-cards.alignfull {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ymct-plan-cards *,
.ymct-plan-cards *::before,
.ymct-plan-cards *::after {
  box-sizing: border-box;
}
.ymct-plan-cards h2,
.ymct-plan-cards h3,
.ymct-plan-cards p {
  margin: 0;
}
.ymct-plan-cards img {
  display: block;
  max-width: none;
  border: 0;
}
.ymct-plan-cards a {
  text-decoration: none;
  color: inherit;
}
.ymct-plan-cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ymct-plan-cards .pc-section {
  padding: 0;
  background: none;
}
.ymct-plan-cards .pc-container {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin-inline: auto;
}

.ymct-plan-cards .pc-heading h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0a0a0a;
  margin-bottom: 12px;
}
.ymct-plan-cards .pc-heading p {
  font-size: 20px;
  line-height: 32px;
  max-width: 854px;
  margin-top: 20px;
  color: #031728;
}

.ymct-plan-cards .pc-pilot {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 24px;
  border: 1px solid #b8dfe7;
  border-radius: 12px;
  background: #fcfcfc;
  margin: 52px 0;
}
.ymct-plan-cards .pc-pilot > img {
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #199a9114;
  border-radius: 50%;
  flex: none;
  object-fit: contain;
}
.ymct-plan-cards .pc-pilot p {
  font-size: 20px;
  line-height: 30px;
  color: #565656;
}
.ymct-plan-cards .pc-pilot strong {
  color: #031728;
  font-weight: 600;
}

.ymct-plan-cards .pc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ymct-plan-cards .pc-plan {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 24px 24px;
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
  min-height: 560px;
}
.ymct-plan-cards .pc-plan-badge {
  display: table;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.36px;
  color: #3fd9cf;
  padding: 8px 12px;
  border-radius: 100px;
  background: #3fd9cf08;
  box-shadow: inset 0 0 0 1px #3fd9cf33;
  margin-bottom: 24px;
}
.ymct-plan-cards .pc-plan h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #101828;
}
.ymct-plan-cards .pc-plan-head > p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  color: #565656;
  margin-top: 8px;
}
.ymct-plan-cards .pc-plan ul {
  padding: 24px 0 0;
  margin: 24px 0 32px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ymct-plan-cards .pc-plan li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
}
.ymct-plan-cards .pc-plan li img {
  width: 20px;
  height: 20px;
  flex: none;
  padding: 2px;
}
.ymct-plan-cards .pc-plan-button {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: #0000000a;
  box-shadow: inset 0 0 0 1px #0000001a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  min-height: 48px;
}
.ymct-plan-cards .pc-plan-button:hover {
  filter: brightness(1.08);
}
.ymct-plan-cards .pc-arrow {
  width: 20px;
  height: 24px;
  position: relative;
  flex: none;
}
.ymct-plan-cards .pc-arrow img {
  width: 28px;
  height: 12px;
  position: relative;
  left: 3px;
  top: 6px;
}

/* Featured tier (plan-1 / Curated Identity) */
.ymct-plan-cards .pc-plan--featured {
  background: linear-gradient(#199a91, #082725);
  color: #fff;
  border-color: transparent;
}
.ymct-plan-cards .pc-plan--featured .pc-plan-badge {
  color: #fff;
  background: #ffffff1a;
  box-shadow: inset 0 0 0 1px #ffffff33;
}
.ymct-plan-cards .pc-plan--featured h3 {
  color: #fff;
}
.ymct-plan-cards .pc-plan--featured .pc-plan-head > p {
  color: #ffffffb3;
  letter-spacing: -0.42px;
}
.ymct-plan-cards .pc-plan--featured .pc-plan-button {
  background: #ecf7f9;
  color: #034447;
  box-shadow: none;
}

.ymct-plan-cards .pc-audiences {
  margin-top: 52px;
  overflow: hidden;
  text-align: center;
}
.ymct-plan-cards .pc-audiences > div {
  display: flex;
  gap: 16px;
  justify-content: center;
  white-space: nowrap;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.ymct-plan-cards .pc-audiences > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #00000008;
  border-radius: 100px;
  padding: 8px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  flex: none;
}
.ymct-plan-cards .pc-audiences img {
  width: 35.89px;
  height: 35.89px;
  padding: 8px;
  background: #199a9114;
  border-radius: 50%;
  object-fit: contain;
}
.ymct-plan-cards .pc-dots {
  display: table;
  margin: 36px auto 0;
  font-size: 10px;
  color: #178f89;
  background: #ffffff80;
  border: 1px solid #9be4eb;
  border-radius: 20px;
  padding: 0 6px;
  height: 16.8px;
  line-height: 16.8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ymct-plan-cards {
    padding: 64px 0;
  }
  .ymct-plan-cards .pc-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .ymct-plan-cards .pc-pilot {
    margin: 32px 0;
  }
  .ymct-plan-cards .pc-pilot p {
    font-size: 16px;
    line-height: 24px;
  }
  .ymct-plan-cards .pc-grid {
    grid-template-columns: 1fr;
  }
  .ymct-plan-cards .pc-plan {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 24px;
    padding: 20px;
  }
  .ymct-plan-cards .pc-plan ul {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .ymct-plan-cards .pc-plan-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ymct-plan-cards {
    padding: 40px 0;
  }
  .ymct-plan-cards .pc-container {
    width: calc(100% - 40px);
  }
  .ymct-plan-cards .pc-heading h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    margin-bottom: 32px;
  }
  .ymct-plan-cards .pc-heading p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    color: #031728b3;
  }
  .ymct-plan-cards .pc-pilot-detail {
    display: none;
  }
  .ymct-plan-cards .pc-pilot {
    margin: 32px 0;
    padding: 16px;
  }
  .ymct-plan-cards .pc-pilot p {
    font-size: 16px;
    line-height: 24px;
  }
  .ymct-plan-cards .pc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ymct-plan-cards .pc-plan {
    padding: 20px;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .ymct-plan-cards .pc-plan--0 {
    min-height: 508px;
  }
  .ymct-plan-cards .pc-plan--featured {
    min-height: 553px;
    padding-top: 32px;
  }
  .ymct-plan-cards .pc-plan--2 {
    min-height: 518px;
    padding-top: 32px;
  }
  .ymct-plan-cards .pc-plan-badge {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
    margin-bottom: 20px;
  }
  .ymct-plan-cards .pc-plan--2 .pc-plan-badge {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin-bottom: 36px;
  }
  .ymct-plan-cards .pc-plan h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .ymct-plan-cards .pc-plan ul {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
    gap: 12px;
    border-top: 1px solid #f2f2f2;
  }
  .ymct-plan-cards .pc-plan--featured ul {
    padding-top: 12px;
  }
  .ymct-plan-cards .pc-plan--featured .pc-plan-head > p {
    margin-top: 6px;
  }
  .ymct-plan-cards .pc-plan--2 .pc-plan-head > p {
    margin-top: 6px;
  }
  .ymct-plan-cards .pc-plan li {
    font-size: 14px;
    line-height: 22px;
  }
  .ymct-plan-cards .pc-plan-button {
    font-size: 16px;
    line-height: 24px;
  }
  .ymct-plan-cards .pc-audiences {
    display: none;
  }
}

.entry-content[data-ast-blocks-layout] > .wp-block-youmind-toolkit-plan-cards,
.entry-content > .wp-block-youmind-toolkit-plan-cards {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content .ymct-plan-cards .pc-heading h2,
.ast-single-post .ymct-plan-cards .pc-heading h2 {
  color: #0a0a0a;
}

.editor-styles-wrapper .ymct-plan-cards.alignfull,
.block-editor-block-list__block .ymct-plan-cards.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
