.plans-section {
  padding: 56px 0 82px;
}

.plans-page {
  max-width: 1120px;
  margin: 0 auto;
}

.plans-page__title {
  text-align: center;
  margin-bottom: 36px;
  font-size: 54px;
}

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

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 22px 26px;
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(52, 68, 91, 0.05);
}

.plan-card--featured {
  border-color: #009B3A;
  box-shadow: 0 16px 36px rgba(0, 208, 132, 0.12);
}

.plan-card__label {
  display: inline-block;
  margin-bottom: 16px;
  color: #7d8994;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.plan-card__price {
  margin-bottom: 12px;
  color: #202a33;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
}

.plan-card__price--sm {
  font-size: 26px;
  line-height: 1.35;
}

.plan-card__price-note,
.plan-card__highlight {
  margin: 0 0 18px;
  color: #697682;
  line-height: 1.7;
}

.plan-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #009B3A;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.plan-card__cta:hover {
  background: #00ba75;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.plan-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-card__feature {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: #4f5b67;
  line-height: 1.75;
}

.plan-card__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #009B3A;
}

.plan-card__feature-count {
  font-weight: 700;
}

.included {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid #e7edf3;
}

.included h2 {
  margin-bottom: 18px;
}

.included__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.included__item {
  color: #46515b;
  line-height: 1.7;
}

.included__item-check {
  color: #009B3A;
  font-weight: 700;
}

.plans-form-section {
  padding: 58px 0 30px;
}

.plans-form-section__box {
  max-width: 560px;
  margin: 0 auto;
}

.plans-form {
  margin: 0 auto;
}

.payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 0 18px;
  border-top: 1px solid #e7edf3;
  border-bottom: 1px solid #e7edf3;
}

.payment__icon {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}

.faq {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: 36px;
  padding-top: 42px;
}

.faq__heading {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
}

.faq__list {
  border-top: 1px solid #e7edf3;
}

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

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 0;
  background: transparent;
  border: 0;
  color: #2a343d;
  text-align: left;
  font-size: 24px;
  line-height: 1.45;
  cursor: pointer;
}

.faq-item__chevron {
  flex-shrink: 0;
  color: #6a7783;
  transition: transform 0.2s ease;
}

.faq-item__answer {
  display: none;
  padding: 0 0 22px;
  color: #5a6672;
  line-height: 1.8;
}

.faq-item--open .faq-item__answer {
  display: block;
}

.faq-item--open .faq-item__chevron {
  transform: rotate(180deg);
}

.advanced-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table {
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
  margin: 50px 0 !important;
}

.advanced-table th,
.advanced-table td {
  border: none;
}

.comprasion.advanced-table {
  margin-bottom: 0 !important;
}

.comprasion.advanced-table tbody tr + tr td,
.comprasion.advanced-table tbody td {
  font-size: 18px !important;
  font-weight: 500;
}

.advanced-table thead th {
  background-color: #009B3A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
  padding: 18px 24px;
  font-size: 15px;
  color: #2f2320;
  background: transparent;
  transition: background 0.3s ease;
}

.advanced-table tbody tr + tr td {
  border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
  background: rgba(0, 165, 154, 0.05);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
  text-align: center;
}

@media (max-width: 768px) {
  .advanced-table {
    margin: 40px 0 !important;
  }

  .advanced-table thead th {
    font-size: 14px;
    padding: 14px 12px;
  }

  .advanced-table tbody td {
    font-size: 14px;
    padding: 14px 12px;
  }

  .comprasion.advanced-table tbody tr + tr td,
  .comprasion.advanced-table tbody td {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .advanced-table thead th {
    font-size: 12px;
    padding: 10px 8px;
  }

  .advanced-table tbody td {
    font-size: 12px;
    padding: 10px 8px;
  }
}


@media (max-width: 959px) {
  .plans-hero {
    min-height: auto;
  }

  .plans-hero .hero-meta h1 {
    font-size: 38px;
  }

  .plans-hero .hero-meta p {
    font-size: 17px;
  }

  .plans-page__title {
    font-size: 42px;
  }

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

  .faq {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .faq__heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .plans-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plans-hero .gb-shape {
    display: none;
  }

  .plans-hero .hero-inner {
    padding-top: 0;
  }

  .plans-section {
    padding-top: 40px;
  }

  .plans-page__title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .plan-card {
    padding: 18px 18px 22px;
  }

  .plan-card__price {
    font-size: 38px;
  }

  .plan-card__price--sm {
    font-size: 22px;
  }

  .included__list {
    gap: 10px 0;
    flex-direction: column;
  }

  .plans-form-section {
    padding-top: 42px;
  }

  .payment {
    gap: 14px;
  }

  .payment__icon {
    height: 22px;
  }

  .faq {
    padding-top: 32px;
  }

  .faq__heading {
    font-size: 34px;
  }

  .faq-item__question {
    padding: 18px 0;
    font-size: 18px;
  }
}

/* Unified prices and commissions page. */
.pricing-commission__intro {
  margin-bottom: 30px;
  text-align: center;
}

.pricing-commission__intro h2,
.pricing-commission__fees h2,
.pricing-commission__text h2 {
  margin: 0 0 12px;
  color: #202a33;
  font-size: 32px;
  font-weight: 700;
}

.pricing-commission__intro p,
.pricing-commission__fees > p,
.pricing-commission__text p,
.pricing-commission__text li,
.pricing-commission__note {
  color: #55616c;
  font-size: 16px;
  line-height: 1.7;
}

.pricing-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(52, 68, 91, 0.05);
}

.pricing-table-scroll-hint {
  display: none;
}

.pricing-table-scrollbar {
  display: none;
}

.pricing-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #fff;
}

.pricing-table th,
.pricing-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #e7edf3;
  text-align: left;
  vertical-align: middle;
}

.pricing-table thead th {
  background: #009B3A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.pricing-table tbody th {
  width: 27%;
  color: #29343d;
  font-weight: 700;
}

.pricing-table tbody td {
  color: #55616c;
}

.pricing-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-commission__note {
  max-width: 960px;
  margin: 22px auto 0;
  padding: 16px 20px;
  border-left: 4px solid #009B3A;
  background: #f3fbf8;
}

.pricing-commission__fees,
.pricing-commission__text {
  max-width: 960px;
  margin: 64px auto 0;
}

.pricing-commission__fees .advanced-table {
  margin: 22px 0;
  border-radius: 14px;
  overflow: hidden;
}

.pricing-commission__text ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.pricing-commission__text--important {
  padding: 28px 32px;
  border-radius: 14px;
  background: #f8fafc;
}

.pricing-commission__text a {
  color: #008f5b;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pricing-table-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #427164;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
  }

  .pricing-table-scroll-hint span {
    color: #00a96f;
    font-size: 20px;
    line-height: 1;
  }

  .pricing-table-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .pricing-table-scrollbar {
    display: block;
    height: 8px;
    margin: 10px 18px 0;
    overflow: hidden;
    border-radius: 999px;
    background: #e6f5ef;
  }

  .pricing-table-scrollbar[hidden] {
    display: none;
  }

  .pricing-table-scrollbar__thumb {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: #00b77a;
    transition: transform 120ms ease-out;
  }

  .pricing-table-wrap::-webkit-scrollbar {
    display: none;
  }

  .pricing-commission__intro h2,
  .pricing-commission__fees h2,
  .pricing-commission__text h2 {
    font-size: 26px;
  }

  .pricing-commission__intro p,
  .pricing-commission__fees > p,
  .pricing-commission__text p,
  .pricing-commission__text li,
  .pricing-commission__note {
    font-size: 15px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .pricing-commission__fees,
  .pricing-commission__text {
    margin-top: 46px;
  }

  .pricing-commission__text--important {
    padding: 22px 20px;
  }
}

