.seed-pricing-page {
  direction: rtl;
  color: #17113f;
  background: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
}

.seed-pricing-page,
.seed-pricing-page * {
  box-sizing: border-box;
}

.seed-pricing-page h1,
.seed-pricing-page h2,
.seed-pricing-page h3,
.seed-pricing-page p,
.seed-pricing-page ul {
  margin: 0;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: right;
}

.seed-pricing-page ul {
  padding: 0;
  list-style: none;
}

.seed-pricing-page a {
  color: inherit;
  text-decoration: none;
}

.seed-pricing-page button {
  color: inherit;
}

.seed-pricing-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.seed-price-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #6c2bd9;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}

.seed-price-eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #18b8ae;
  content: "";
}

/* Hero */

.seed-price-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(70px, 9vw, 120px) 0 105px;
  background:
    radial-gradient(circle at 86% 8%, rgba(118, 39, 223, 0.1), transparent 25%),
    radial-gradient(circle at 8% 86%, rgba(24, 184, 174, 0.08), transparent 26%),
    #fbfaff;
}

.seed-price-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  align-items: center;
  gap: clamp(55px, 7vw, 100px);
  min-height: 570px;
  padding: clamp(42px, 6vw, 74px);
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 20%, rgba(24, 184, 174, 0.14), transparent 27%),
    radial-gradient(circle at 90% 90%, rgba(142, 40, 228, 0.23), transparent 34%),
    linear-gradient(135deg, #17113f, #351268);
  box-shadow: 0 34px 70px rgba(23, 17, 63, 0.18);
}

.seed-price-hero__grid::before {
  position: absolute;
  top: -160px;
  right: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.seed-price-hero__grid::after {
  position: absolute;
  bottom: -140px;
  left: 38%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(86, 213, 204, 0.08);
  border-radius: 50%;
  content: "";
}

.seed-price-hero__content {
  position: relative;
  z-index: 2;
}

.seed-price-hero .seed-price-eyebrow {
  color: #56d5cc;
}

.seed-price-hero__content h1 {
  max-width: 690px;
  margin-top: 17px;
  color: #ffffff;
  font-size: clamp(42px, 5.1vw, 67px);
  line-height: 1.4;
  font-weight: 900;
}

.seed-price-hero__content h1 span {
  display: block;
  color: #56d5cc;
}

.seed-price-hero__content > p {
  max-width: 650px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 2.1;
}

.seed-price-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.seed-price-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.seed-price-button:hover {
  transform: translateY(-3px);
}

.seed-price-button:focus-visible,
.seed-pricing-page button:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.35);
  outline-offset: 4px;
}

.seed-price-button--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #7627df, #982be4);
  box-shadow: 0 16px 34px rgba(118, 39, 223, 0.32);
}

.seed-price-button--ghost {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.07);
}

.seed-price-button--ghost:hover {
  background: rgba(255, 255, 255, 0.13);
}

.seed-price-hero__notice {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 600;
}

.seed-price-hero__notice i {
  width: 8px;
  height: 8px;
  border: 2px solid #56d5cc;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(86, 213, 204, 0.09);
}

/* تصویر Hero */

.seed-price-hero__visual {
  position: relative;
  z-index: 2;
}

.seed-plan-preview {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow:
    0 30px 60px rgba(4, 1, 16, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.seed-plan-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.seed-plan-preview__top small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.seed-plan-preview__top small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56d5cc;
  box-shadow: 0 0 0 5px rgba(86, 213, 204, 0.1);
}

.seed-plan-preview__inputs {
  display: grid;
  gap: 17px;
  margin-top: 35px;
}

.seed-plan-preview__inputs > div {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 14px;
}

.seed-plan-preview__inputs span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
}

.seed-plan-preview__bar {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.09);
}

.seed-plan-preview__bar::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18b8ae, #8c2be3);
  content: "";
  animation: seedPricingBar 3.8s ease-in-out infinite alternate;
}

.seed-plan-preview__bar--short::after {
  width: 48%;
}

.seed-plan-preview__bar--medium::after {
  width: 72%;
  animation-delay: 200ms;
}

.seed-plan-preview__bar--long::after {
  width: 90%;
  animation-delay: 400ms;
}

.seed-plan-preview__result {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 31px;
  padding: 18px;
  border: 1px solid rgba(86, 213, 204, 0.2);
  border-radius: 20px;
  background: rgba(7, 4, 27, 0.32);
}

.seed-plan-preview__result small {
  display: block;
  color: #56d5cc;
  font-size: 10px;
  font-weight: 750;
}

.seed-plan-preview__result strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.seed-plan-preview__result > span {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #17113f;
  background: #56d5cc;
}

.seed-plan-preview__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 19px;
}

.seed-plan-preview__footer span {
  padding: 9px 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.seed-plan-preview__footer span.is-active {
  color: #ffffff;
  border-color: rgba(86, 213, 204, 0.28);
  background: rgba(86, 213, 204, 0.1);
}

/* عنوان سکشن */

.seed-price-heading {
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.seed-price-heading .seed-price-eyebrow {
  justify-content: center;
}

.seed-price-heading h2 {
  margin-top: 14px;
  color: #17113f;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.seed-price-heading h2 span {
  color: #6c2bd9;
}

.seed-price-heading p {
  max-width: 670px;
  margin: 18px auto 0;
  color: #756e83;
  font-size: 15px;
  line-height: 2.05;
  text-align: center;
}

/* پلن‌ها */

.seed-plans {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 30%, rgba(24, 184, 174, 0.06), transparent 20%),
    #ffffff;
}

.seed-billing-switch {
  position: relative;
  width: min(480px, 100%);
  min-height: 68px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 0 auto 55px;
  padding: 6px;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 20px;
  background: #f3f1f8;
}

.seed-billing-switch__button {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 2px;
  padding: 8px 13px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  cursor: pointer;
}

.seed-billing-switch__button span {
  font-size: 13px;
  font-weight: 850;
}

.seed-billing-switch__button small {
  color: #918a9c;
  font-size: 9px;
  font-weight: 600;
}

.seed-billing-switch__button.is-active {
  color: #ffffff;
}

.seed-billing-switch__button.is-active small {
  color: rgba(255, 255, 255, 0.65);
}

.seed-billing-switch__indicator {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  width: calc(50% - 9px);
  height: calc(100% - 12px);
  border-radius: 15px;
  background: linear-gradient(135deg, #6c2bd9, #922be1);
  box-shadow: 0 12px 25px rgba(108, 43, 217, 0.2);
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seed-billing-switch[data-period="lifetime"] .seed-billing-switch__indicator {
  transform: translateX(-100%);
}

.seed-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.seed-plan-card {
  position: relative;
  min-width: 0;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(23, 17, 63, 0.07);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.seed-plan-card:hover {
  border-color: rgba(108, 43, 217, 0.22);
  transform: translateY(-7px);
  box-shadow: 0 30px 65px rgba(23, 17, 63, 0.12);
}

.seed-plan-card::after {
  position: absolute;
  left: -55px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(108, 43, 217, 0.04);
  content: "";
}

.seed-plan-card--featured {
  color: #ffffff;
  border-color: transparent;
  background:
    radial-gradient(circle at 10% 10%, rgba(86, 213, 204, 0.15), transparent 28%),
    linear-gradient(145deg, #17113f, #461782);
  box-shadow: 0 30px 70px rgba(49, 19, 98, 0.25);
  transform: translateY(-14px);
}

.seed-plan-card--featured:hover {
  transform: translateY(-20px);
}

.seed-plan-card__badge {
  position: absolute;
  top: 0;
  left: 28px;
  padding: 10px 17px;
  border-radius: 0 0 13px 13px;
  color: #17113f;
  background: #56d5cc;
  font-size: 10px;
  font-weight: 900;
}

.seed-plan-card__number {
  color: #aaa4b5;
  font-size: 12px;
  font-weight: 850;
}

.seed-plan-card--featured .seed-plan-card__number {
  color: rgba(255, 255, 255, 0.4);
}

.seed-plan-card__header {
  margin-top: 29px;
}

.seed-plan-card__label {
  color: #18a79e;
  font-size: 11px;
  font-weight: 850;
}

.seed-plan-card--featured .seed-plan-card__label {
  color: #56d5cc;
}

.seed-plan-card__header h3 {
  margin-top: 6px;
  color: #17113f;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 900;
}

.seed-plan-card--featured .seed-plan-card__header h3 {
  color: #ffffff;
}

.seed-plan-card__header p {
  min-height: 62px;
  margin-top: 9px;
  color: #7a7386;
  font-size: 13px;
  line-height: 1.95;
}

.seed-plan-card--featured .seed-plan-card__header p {
  color: rgba(255, 255, 255, 0.62);
}

.seed-plan-card__price {
  margin-top: 26px;
  padding: 21px 0;
  border-top: 1px solid rgba(108, 43, 217, 0.09);
  border-bottom: 1px solid rgba(108, 43, 217, 0.09);
}

.seed-plan-card--featured .seed-plan-card__price {
  border-color: rgba(255, 255, 255, 0.12);
}

.seed-plan-card__price > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.seed-plan-card__price strong {
  color: #17113f;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.5;
  font-weight: 900;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.seed-plan-card__price strong.is-changing {
  opacity: 0;
  transform: translateY(5px);
}

.seed-plan-card--featured .seed-plan-card__price strong {
  color: #ffffff;
}

.seed-plan-card__price span {
  color: #858090;
  font-size: 10px;
  font-weight: 700;
}

.seed-plan-card--featured .seed-plan-card__price span {
  color: rgba(255, 255, 255, 0.58);
}

.seed-plan-card__price small {
  display: block;
  margin-top: 4px;
  color: #918a9c;
  font-size: 10px;
  font-weight: 650;
}

.seed-plan-card--featured .seed-plan-card__price small {
  color: rgba(255, 255, 255, 0.48);
}

.seed-plan-card__features {
  display: grid;
  gap: 13px;
  margin-top: 25px !important;
}

.seed-plan-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #5e586a;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 650;
}

.seed-plan-card--featured .seed-plan-card__features li {
  color: rgba(255, 255, 255, 0.76);
}

.seed-plan-card__features i {
  width: 19px;
  height: 19px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  background: #18b8ae;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.seed-plan-card__action {
  position: relative;
  z-index: 2;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding: 12px 18px;
  border: 1px solid rgba(108, 43, 217, 0.17);
  border-radius: 16px;
  color: #6c2bd9 !important;
  background: #ffffff;
  font-size: 13px;
  font-weight: 850;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.seed-plan-card__action:hover {
  color: #ffffff !important;
  background: #6c2bd9;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(108, 43, 217, 0.18);
}

.seed-plan-card--featured .seed-plan-card__action {
  color: #42177d !important;
  border-color: #ffffff;
}

.seed-price-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 850px;
  margin: 38px auto 0;
  padding: 17px 20px;
  border: 1px solid rgba(24, 184, 174, 0.15);
  border-radius: 16px;
  background: #f3fcfb;
}

.seed-price-disclaimer > span {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #18b8ae;
  font-size: 12px;
  font-weight: 900;
}

.seed-price-disclaimer p {
  color: #6e6879;
  font-size: 12px;
  line-height: 1.9;
}

/* مقایسه */

.seed-comparison {
  padding: 115px 0;
  background: #f8f7fc;
}

.seed-compare-mobile-tabs {
  display: none;
}

.seed-compare-table {
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(23, 17, 63, 0.06);
}

.seed-compare-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.seed-compare-table th,
.seed-compare-table td {
  height: 68px;
  padding: 14px 20px;
  border-bottom: 1px solid #efedf4;
  color: #5f596b;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.seed-compare-table thead th {
  height: 82px;
  color: #17113f;
  background: #fbfaff;
  font-size: 15px;
  font-weight: 900;
}

.seed-compare-table thead th:first-child {
  width: 37%;
  text-align: right;
}

.seed-compare-table th[scope="row"] {
  color: #302a42;
  text-align: right;
  font-weight: 750;
}

.seed-compare-table td[data-plan="professional"],
.seed-compare-table thead th[data-plan="professional"] {
  background: rgba(108, 43, 217, 0.045);
}

.seed-compare-table thead th.is-featured {
  color: #ffffff;
  background: linear-gradient(135deg, #6c2bd9, #8c2be3);
}

.seed-compare-table__group th {
  height: 50px;
  color: #18a79e;
  background: #f2fbfa;
  font-size: 11px;
  font-weight: 850;
  text-align: right;
}

.seed-check {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: #ffffff;
  background: #18b8ae;
  font-weight: 900;
}

.seed-minus {
  color: #aaa5b3;
  font-size: 18px;
}

/* FAQ */

.seed-price-faq {
  padding: 115px 0;
  background: #ffffff;
}

.seed-price-faq__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(55px, 8vw, 105px);
}

.seed-price-faq__intro {
  position: sticky;
  top: 130px;
}

.seed-price-faq__intro h2 {
  margin-top: 13px;
  color: #17113f;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 1.5;
  font-weight: 900;
}

.seed-price-faq__intro h2 span {
  display: block;
  color: #6c2bd9;
}

.seed-price-faq__intro p {
  margin-top: 18px;
  color: #766f82;
  font-size: 14px;
  line-height: 2.05;
}

.seed-price-button--outline {
  margin-top: 28px;
  color: #6c2bd9 !important;
  border-color: rgba(108, 43, 217, 0.18);
  background: #ffffff;
}

.seed-price-button--outline:hover {
  color: #ffffff !important;
  background: #6c2bd9;
}

.seed-price-faq__items {
  border-top: 1px solid #ece9f2;
}

.seed-faq-item {
  border-bottom: 1px solid #ece9f2;
}

.seed-faq-item > button {
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
}

.seed-faq-item > button span {
  color: #2b2540;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 800;
}

.seed-faq-item > button i {
  position: relative;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 11px;
  background: #faf8ff;
}

.seed-faq-item > button i::before,
.seed-faq-item > button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 99px;
  background: #6c2bd9;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 250ms ease;
}

.seed-faq-item > button i::before {
  width: 13px;
  height: 2px;
}

.seed-faq-item > button i::after {
  width: 2px;
  height: 13px;
}

.seed-faq-item.is-open > button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.seed-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease;
}

.seed-faq-item__answer > div {
  overflow: hidden;
}

.seed-faq-item__answer p {
  max-width: 720px;
  padding: 0 4px 25px;
  color: #777082;
  font-size: 13px;
  line-height: 2.1;
}

.seed-faq-item.is-open .seed-faq-item__answer {
  grid-template-rows: 1fr;
}

/* CTA */

.seed-price-final {
  padding: 0 0 110px;
  background: #ffffff;
}

.seed-price-final__box {
  position: relative;
  min-height: 270px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 45px;
  padding: clamp(38px, 6vw, 70px);
  overflow: hidden;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(86, 213, 204, 0.18), transparent 28%),
    linear-gradient(135deg, #17113f, #351268);
}

.seed-price-final__box::after {
  position: absolute;
  left: -95px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.seed-price-final__box > div {
  position: relative;
  z-index: 2;
}

.seed-price-final__box > div > span {
  color: #56d5cc;
  font-size: 12px;
  font-weight: 850;
}

.seed-price-final__box h2 {
  max-width: 750px;
  margin-top: 11px;
  color: #ffffff;
  font-size: clamp(29px, 3.7vw, 47px);
  line-height: 1.55;
  font-weight: 900;
}

.seed-price-final__box p {
  max-width: 650px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 2;
}

.seed-price-button--light {
  position: relative;
  z-index: 2;
  min-width: 190px;
  color: #4b1c91 !important;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(5, 2, 19, 0.22);
}

/* Reveal */

.pricing-js .seed-price-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-js .seed-price-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes seedPricingBar {
  from {
    transform: scaleX(0.72);
    transform-origin: right;
  }

  to {
    transform: scaleX(1);
    transform-origin: right;
  }
}

/* لپ‌تاپ */

@media (max-width: 1050px) {
  .seed-price-hero__grid {
    grid-template-columns: 1fr;
  }

  .seed-price-hero__content {
    max-width: 760px;
  }

  .seed-price-hero__visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .seed-plan-grid {
    gap: 14px;
  }

  .seed-plan-card {
    padding: 25px;
  }
}

/* تبلت */

@media (max-width: 850px) {
  .seed-pricing-shell {
    width: min(100% - 32px, 700px);
  }

  .seed-price-hero,
  .seed-plans,
  .seed-comparison,
  .seed-price-faq {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .seed-plan-grid {
    grid-template-columns: 1fr;
  }

  .seed-plan-card {
    min-height: auto;
  }

  .seed-plan-card--featured,
  .seed-plan-card--featured:hover {
    transform: none;
  }

  .seed-plan-card__header p {
    min-height: auto;
  }

  .seed-plan-card__action {
    margin-top: 32px;
  }

  .seed-price-faq__grid {
    grid-template-columns: 1fr;
  }

  .seed-price-faq__intro {
    position: relative;
    top: auto;
  }

  .seed-compare-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 13px;
    padding: 6px;
    border-radius: 17px;
    background: #ebe8f2;
  }

  .seed-compare-mobile-tabs button {
    min-height: 45px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .seed-compare-mobile-tabs button.is-active {
    color: #ffffff;
    background: #6c2bd9;
    box-shadow: 0 9px 20px rgba(108, 43, 217, 0.2);
  }

  .pricing-js .seed-compare-table th[data-plan],
  .pricing-js .seed-compare-table td[data-plan] {
    display: none;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="base"]
    [data-plan="base"] {
    display: table-cell;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="professional"]
    [data-plan="professional"] {
    display: table-cell;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="vip"]
    [data-plan="vip"] {
    display: table-cell;
  }

  .seed-compare-table thead th:first-child {
    width: 60%;
  }

  .seed-price-final__box {
    grid-template-columns: 1fr;
  }

  .seed-price-button--light {
    width: fit-content;
  }
}

/* موبایل */

@media (max-width: 600px) {
  .seed-pricing-shell {
    width: calc(100% - 24px);
  }

  .seed-price-hero {
    padding-top: 65px;
  }

  .seed-price-hero__grid {
    min-height: auto;
    padding: 34px 22px;
    border-radius: 27px;
  }

  .seed-price-hero__content h1 {
    font-size: clamp(35px, 10vw, 44px);
  }

  .seed-price-hero__content > p {
    font-size: 14px;
    line-height: 2;
  }

  .seed-price-hero__actions {
    flex-direction: column;
  }

  .seed-price-button {
    width: 100%;
  }

  .seed-plan-preview {
    padding: 18px;
  }

  .seed-plan-preview__inputs > div {
    grid-template-columns: 94px 1fr;
  }

  .seed-price-heading {
    margin-bottom: 42px;
  }

  .seed-price-heading h2 {
    font-size: 33px;
  }

  .seed-billing-switch {
    min-height: 64px;
    margin-bottom: 40px;
  }

  .seed-billing-switch__button span {
    font-size: 11px;
  }

  .seed-billing-switch__button small {
    display: none;
  }

  .seed-plan-card {
    padding: 25px 21px;
    border-radius: 24px;
  }

  .seed-plan-card__header h3 {
    font-size: 31px;
  }

  .seed-plan-card__price strong {
    font-size: 27px;
  }

  .seed-price-disclaimer {
    padding: 15px;
  }

  .seed-compare-table {
    border-radius: 20px;
  }

  .seed-compare-table th,
  .seed-compare-table td {
    padding: 12px 9px;
    font-size: 10px;
  }

  .seed-compare-table th[scope="row"] {
    line-height: 1.8;
  }

  .seed-price-faq__intro h2 {
    font-size: 34px;
  }

  .seed-faq-item > button {
    min-height: 78px;
  }

  .seed-faq-item > button span {
    font-size: 13px;
  }

  .seed-price-final {
    padding-bottom: 70px;
  }

  .seed-price-final__box {
    padding: 32px 23px;
    border-radius: 26px;
  }

  .seed-price-button--light {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-pricing-page *,
  .seed-pricing-page *::before,
  .seed-pricing-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .pricing-js .seed-price-reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 850px) {

  /* فاصله استاندارد از لبه‌های گوشی */
  .seed-pricing-shell {
    width: min(calc(100% - 24px), 700px);
  }

  /* عنوان سکشن‌ها */
  .seed-price-heading {
    margin-bottom: 34px;
  }

  .seed-price-heading h2 {
    font-size: clamp(27px, 7.5vw, 36px);
    line-height: 1.65;
  }

  .seed-price-heading p {
    margin-top: 13px;
    font-size: 13px;
    line-height: 2;
  }

  /* تب انتخاب پلن */
  .seed-compare-mobile-tabs {
    width: 100%;
    margin-bottom: 12px;
    padding: 5px;
    gap: 5px;
    border-radius: 16px;
  }

  .seed-compare-mobile-tabs button {
    min-width: 0;
    min-height: 46px;
    padding: 8px 5px;
    border-radius: 11px;
    white-space: nowrap;
  }

  /*
   * تبدیل جدول موبایل به ردیف‌های دو ستونه
   * ستون اول: نام قابلیت
   * ستون دوم: پلن انتخاب‌شده
   */
  .seed-compare-table table,
  .seed-compare-table thead,
  .seed-compare-table tbody {
    display: block;
    width: 100%;
  }

  .seed-compare-table table {
    table-layout: auto;
  }

  .seed-compare-table thead tr,
  .seed-compare-table tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .seed-compare-table th,
  .seed-compare-table td {
    width: auto !important;
    height: auto;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    overflow-wrap: anywhere;
  }

  .seed-compare-table thead th {
    min-height: 72px;
  }

  .seed-compare-table thead th:first-child,
  .seed-compare-table th[scope="row"] {
    width: auto !important;
    justify-content: flex-start;
    text-align: right;
  }

  /*
   * تمام ستون‌های پلن مخفی شوند
   * سپس فقط پلن انتخاب‌شده نمایش داده شود
   */
  .pricing-js .seed-compare-table th[data-plan],
  .pricing-js .seed-compare-table td[data-plan] {
    display: none !important;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="base"]
    [data-plan="base"] {
    display: flex !important;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="professional"]
    [data-plan="professional"] {
    display: flex !important;
  }

  .pricing-js
    .seed-compare-table[data-mobile-plan="vip"]
    [data-plan="vip"] {
    display: flex !important;
  }

  /* عنوان دسته‌بندی‌های جدول */
  .seed-compare-table__group {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .seed-compare-table__group th {
    width: 100% !important;
    min-height: 48px;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding: 10px 14px;
    text-align: right;
  }

  /* هدر پلن فعال، برای هر سه پلن بنفش شود */
  .seed-compare-table[data-mobile-plan="base"]
    thead th[data-plan="base"],
  .seed-compare-table[data-mobile-plan="professional"]
    thead th[data-plan="professional"],
  .seed-compare-table[data-mobile-plan="vip"]
    thead th[data-plan="vip"] {
    color: #ffffff;
    background: linear-gradient(135deg, #6c2bd9, #8c2be3);
  }

  /* پس‌زمینه ملایم ستون انتخاب‌شده */
  .seed-compare-table[data-mobile-plan="base"]
    tbody td[data-plan="base"],
  .seed-compare-table[data-mobile-plan="professional"]
    tbody td[data-plan="professional"],
  .seed-compare-table[data-mobile-plan="vip"]
    tbody td[data-plan="vip"] {
    background: rgba(108, 43, 217, 0.045);
  }
}


/* بهینه‌سازی مخصوص گوشی */
@media (max-width: 600px) {

  .seed-pricing-page {
    overflow-x: hidden;
  }

  .seed-pricing-shell {
    width: calc(100% - 20px);
  }

  .seed-price-hero,
  .seed-plans,
  .seed-comparison,
  .seed-price-faq {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  /* Hero */
  .seed-price-hero__grid {
    padding: 30px 18px;
    gap: 38px;
  }

  .seed-price-hero__content h1 {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.55;
  }

  .seed-price-hero__content > p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 2;
  }

  .seed-price-hero__notice {
    align-items: flex-start;
    line-height: 1.8;
  }

  /* کارت پیش‌نمایش */
  .seed-plan-preview {
    padding: 16px;
    border-radius: 21px;
  }

  .seed-plan-preview__inputs > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
  }

  /* کارت پلن‌ها */
  .seed-plan-card {
    min-height: auto;
    padding: 23px 18px;
  }

  .seed-plan-card__header {
    margin-top: 23px;
  }

  .seed-plan-card__header h3 {
    font-size: 29px;
  }

  .seed-plan-card__price strong {
    font-size: clamp(23px, 7vw, 28px);
  }

  .seed-plan-card__features li {
    font-size: 12px;
  }

  /* جدول مقایسه */
  .seed-compare-table {
    width: 100%;
    border-radius: 18px;
  }

  .seed-compare-table thead tr,
  .seed-compare-table tbody tr {
    grid-template-columns: minmax(0, 1fr) 100px;
  }

  .seed-compare-table th,
  .seed-compare-table td {
    min-height: 62px;
    padding: 10px 11px;
    font-size: 11px;
    line-height: 1.8;
  }

  .seed-compare-table thead th {
    min-height: 68px;
    font-size: 12px;
  }

  .seed-compare-table__group th {
    min-height: 46px;
    font-size: 10px;
  }

  .seed-check {
    width: 24px;
    height: 24px;
    border-radius: 8px;
  }

  /* FAQ */
  .seed-faq-item > button {
    gap: 12px;
    padding: 18px 2px;
  }

  .seed-faq-item > button span {
    flex: 1;
    font-size: 13px;
  }

  .seed-faq-item > button i {
    width: 32px;
    height: 32px;
  }

  /* باکس انتهایی */
  .seed-price-final__box {
    gap: 25px;
  }

  .seed-price-final__box h2 {
    font-size: 27px;
    line-height: 1.65;
  }
}


/* گوشی‌های خیلی باریک */
@media (max-width: 380px) {

  .seed-compare-table thead tr,
  .seed-compare-table tbody tr {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  .seed-compare-table th,
  .seed-compare-table td {
    padding-inline: 8px;
    font-size: 10px;
  }

  .seed-compare-mobile-tabs button {
    font-size: 11px;
  }

  .seed-price-heading h2 {
    font-size: 26px;
  }
}