.pricing-page {
  background: #fff;
  color: var(--ink);
}

.pricing-page .topbar,
.pricing-page .topbar.scrolled {
  position: sticky;
  top: 0;
  height: 88px;
  background: rgba(217, 245, 232, .97);
  border-bottom: 1px solid rgba(11, 92, 63, .1);
  box-shadow: none;
}

.pricing-page .navlinks > a[aria-current="page"]::after {
  right: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pricing-primary {
  background: #171918;
  border-color: #171918;
  color: #fff;
  box-shadow: 0 7px 17px rgba(6, 40, 28, .2);
}

.pricing-primary:hover {
  background: var(--deep);
  border-color: var(--deep);
}

.pricing-intro {
  min-height: 60px;
  padding: 18px 24px 14px;
  text-align: center;
}

.pricing-intro h1 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.8px;
}

.pricing-intro p {
  margin: 6px 0 0;
  color: #52675e;
  font-size: 13px;
}

.free-offer {
  width: min(1120px, calc(100% - 48px));
  min-height: 200px;
  margin: 0 auto;
  border: 2px solid var(--deep);
  border-radius: 24px;
  background: #f9fff8;
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
}

.free-offer-copy {
  padding: 25px 24px;
  position: relative;
  z-index: 2;
}

.offer-kicker {
  color: var(--deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.05px;
}

.free-offer h2 {
  margin: 9px 0 5px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.55px;
}

.free-offer p {
  max-width: 625px;
  margin: 0;
  color: #385348;
  line-height: 1.45;
}

.free-offer-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 19px;
}

.free-offer-actions .btn {
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 13px;
}

.pricing-text-link {
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.pricing-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s;
}

.pricing-text-link:hover span {
  transform: translateX(4px);
}

.free-offer-copy > small {
  display: block;
  margin-top: 10px;
  color: #6d8077;
  font-size: 9px;
}

.free-illustration {
  min-height: 196px;
  position: relative;
  background: linear-gradient(135deg, transparent, rgba(217, 245, 232, .55));
}

.wire-node {
  position: absolute;
  width: 47px;
  height: 47px;
  border: 1.5px solid var(--deep);
  border-radius: 11px;
  background: #dff7ea;
  display: grid;
  place-items: center;
  z-index: 2;
}

.wire-node i,
.wire-node i::before,
.wire-node i::after {
  position: absolute;
  display: block;
  content: "";
}

.wire-search {
  left: 12%;
  top: 44px;
}

.wire-search i {
  width: 14px;
  height: 14px;
  border: 1.8px solid var(--deep);
  border-radius: 50%;
}

.wire-search i::after {
  width: 8px;
  height: 1.8px;
  background: var(--deep);
  transform: rotate(45deg);
  left: 11px;
  top: 13px;
}

.wire-context {
  left: 45%;
  top: 92px;
  border-radius: 50%;
}

.wire-context i {
  width: 16px;
  height: 16px;
  border: 1.8px solid var(--deep);
  border-radius: 50%;
}

.wire-context i::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--deep);
  left: 4px;
  top: 4px;
}

.wire-send {
  right: 11%;
  top: 35px;
}

.wire-send i {
  width: 18px;
  height: 13px;
  border-top: 1.8px solid var(--deep);
  transform: rotate(-25deg);
}

.wire-send i::after {
  width: 7px;
  height: 7px;
  border-top: 1.8px solid var(--deep);
  border-right: 1.8px solid var(--deep);
  right: 0;
  top: -4px;
}

.wire-line {
  position: absolute;
  height: 2px;
  background: var(--deep);
  opacity: .7;
  transform-origin: left center;
}

.line-one {
  width: 30%;
  left: 21%;
  top: 82px;
  transform: rotate(13deg);
}

.line-two {
  width: 31%;
  left: 54%;
  top: 108px;
  transform: rotate(-15deg);
}

.wire-path {
  position: absolute;
  width: 210px;
  height: 78px;
  right: -32px;
  bottom: -25px;
  border: 1.5px solid rgba(11, 92, 63, .6);
  border-radius: 48px;
}

.plans-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 86px;
}

.pricing-controls {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.billing-switch,
.summary-billing {
  display: inline-flex;
  gap: 2px;
  padding: 4px;
  border-radius: 24px;
  background: #f0f1f0;
}

.billing-switch button,
.summary-billing button {
  border: 0;
  border-radius: 20px;
  background: transparent;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
}

.billing-switch button.active,
.summary-billing button.active {
  background: var(--deep);
  color: #fff;
  box-shadow: 0 4px 12px rgba(6, 40, 28, .18);
}

.billing-switch b {
  margin-left: 4px;
  color: #c8f4df;
  font-size: 9px;
}

.price-currency {
  position: absolute;
  right: 0;
  color: #53675e;
  font-size: 12px;
  font-weight: 750;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.plan-card {
  min-height: 980px;
  padding: 24px;
  border: 1px solid #cdd6d1;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan-card.popular {
  border: 2px solid var(--deep);
  padding: 23px;
}

.popular-label {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 18px;
  background: var(--deep);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.plan-head {
  min-height: 130px;
}

.plan-head h2 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 25px;
  letter-spacing: -.55px;
}

.plan-head p {
  margin: 0;
  color: #43574e;
  font-size: 14px;
  line-height: 1.55;
}

.price-anchor {
  min-height: 29px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-anchor s {
  color: #6a7470;
  font-size: 13px;
  font-weight: 700;
}

.price-anchor span {
  padding: 4px 7px;
  border-radius: 10px;
  background: #e8e3ff;
  color: #3e316d;
  font-size: 9px;
  font-weight: 800;
}

.price-anchor.monthly s,
.price-anchor.monthly span {
  visibility: hidden;
}

.plan-price {
  min-height: 74px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.plan-price > strong {
  font-size: 52px;
  line-height: .94;
  letter-spacing: -2px;
}

.plan-price > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.plan-price > div b {
  font-size: 11px;
}

.plan-price > div small {
  color: #687970;
  font-size: 10px;
}

.plan-price.custom {
  min-height: 103px;
  display: block;
  padding-top: 26px;
}

.plan-price.custom strong {
  display: block;
  font-size: 33px;
  letter-spacing: -1px;
}

.plan-price.custom small {
  display: block;
  margin-top: 8px;
  color: #687970;
  font-size: 11px;
}

.billing-note {
  min-height: 28px;
  margin-top: 5px;
  color: #65766e;
  font-size: 10px;
}

.plan-cta,
.plan-demo {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
}

.plan-card.popular .plan-cta {
  background: #171918;
  border-color: #171918;
  color: #fff;
  box-shadow: 0 7px 16px rgba(6, 40, 28, .18);
}

.dual-cta {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 7px;
}

.plan-demo {
  padding-inline: 10px;
}

.included-title {
  margin: 27px 0 14px;
  font-size: 14px;
  font-weight: 800;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.plan-features li {
  min-height: 22px;
  display: grid;
  grid-template-columns: 15px 1fr auto;
  align-items: start;
  gap: 7px;
  position: relative;
  font-size: 13.5px;
  line-height: 1.35;
}

.plan-features li > i {
  color: var(--deep);
  font-style: normal;
  font-weight: 800;
}

.feature-info {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.feature-tooltip {
  position: absolute;
  z-index: 5;
  left: 15px;
  right: 0;
  top: calc(100% + 6px);
  padding: 10px;
  border: 1px solid #c7d8cf;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 40, 28, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: .2s;
  font-size: 11px;
  line-height: 1.4;
}

.feature-info:hover + .feature-tooltip,
.feature-info:focus + .feature-tooltip,
.feature-info[aria-expanded="true"] + .feature-tooltip {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.plan-addons {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #dbe3df;
  display: grid;
  gap: 9px;
}

.plan-addons p {
  margin: 0 0 3px;
  color: #61736a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.plan-addons span {
  font-size: 12.5px;
  font-weight: 650;
}

.plan-addons i {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  border: 1.5px solid var(--ink);
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 11px;
}

.card-detail {
  margin-top: auto;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.card-detail span {
  float: right;
}

.pricing-disclaimer {
  max-width: 940px;
  margin: 24px auto 0;
  color: #5c6d65;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.configurator {
  padding: 83px max(24px, calc((100vw - 1120px) / 2));
  background: #f5faf7;
}

.configurator-title {
  max-width: 720px;
  margin: 0 auto 35px;
  text-align: center;
}

.configurator-title h2 {
  margin: 0;
  font-size: 39px;
  letter-spacing: -1.5px;
}

.configurator-title p {
  margin: 11px 0 0;
  color: #52675e;
  font-size: 15px;
}

.configurator-shell {
  min-height: 690px;
  border: 1px solid #cbd7d1;
  border-radius: 25px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(310px, .9fr);
  overflow: clip;
}

.configurator-main {
  padding: 33px 40px 40px;
}

.config-plan-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  padding: 4px;
  border: 1px solid #d6dfdb;
  border-radius: 28px;
}

.config-plan-tabs button {
  min-height: 50px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.config-plan-tabs button.active {
  background: var(--mint-2);
  color: var(--deep);
}

.config-block {
  padding: 38px 0 28px;
}

.config-block label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.config-block label > span {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 750;
}

.config-block label small {
  margin-top: 4px;
  color: #718078;
  font-size: 10px;
  font-weight: 500;
}

.config-block label strong {
  color: var(--deep);
  font-size: 20px;
}

.config-block input[type="range"] {
  width: 100%;
  margin: 33px 0 9px;
  accent-color: var(--deep);
  cursor: pointer;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  color: #6b7b73;
  font-size: 10px;
}

.config-block > p {
  margin: 15px 0 0;
  color: #708078;
  font-size: 11px;
}

.config-options {
  border-top: 1px solid #d9e1dd;
}

.config-option {
  min-height: 103px;
  padding: 19px 0;
  border-bottom: 1px solid #d9e1dd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.config-option > div:first-child {
  display: flex;
  flex-direction: column;
}

.config-option b {
  font-size: 14px;
}

.config-option small {
  margin-top: 4px;
  color: #687970;
  font-size: 11px;
}

.config-option > div:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.config-option strong {
  font-size: 12px;
}

.option-recommended {
  width: max-content;
  margin-bottom: 5px;
  padding: 4px 8px;
  border-radius: 9px;
  background: var(--pale);
  color: var(--deep);
  font-size: 8px;
  font-weight: 800;
}

.toggle {
  position: relative;
  width: 50px;
  height: 28px;
  display: block;
}

.toggle input {
  position: absolute;
  opacity: 0;
}

.toggle span {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #929a96;
  cursor: pointer;
  transition: .2s;
}

.toggle span::after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: .2s;
}

.toggle input:checked + span {
  background: var(--deep);
}

.toggle input:checked + span::after {
  transform: translateX(22px);
}

.toggle input:focus-visible + span {
  outline: 3px solid rgba(16, 163, 110, .25);
  outline-offset: 2px;
}

.service-option a {
  color: var(--deep);
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.config-summary {
  padding: 31px;
  border-left: 1px solid #d4ddd8;
  background: #fbfdfc;
}

.summary-billing {
  width: 100%;
  margin-bottom: 36px;
}

.summary-billing button {
  flex: 1;
  padding-inline: 8px;
  font-size: 11px;
}

.config-summary > span {
  color: #65766d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.config-summary h3 {
  margin: 10px 0 25px;
  font-size: 30px;
  letter-spacing: -.8px;
}

.config-summary dl {
  margin: 0;
}

.config-summary dl > div {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
}

.config-summary dt {
  color: #354b41;
}

.config-summary dd {
  margin: 0;
  font-weight: 750;
  text-align: right;
}

.summary-total {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 1px solid #d2dcd7;
}

.summary-total > span {
  font-size: 12px;
  font-weight: 700;
}

.summary-total p {
  margin: 10px 0 2px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.summary-total strong {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1.8px;
}

.summary-total small {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}

.summary-total em {
  color: #697970;
  font-size: 10px;
  font-style: normal;
}

.config-summary .pricing-primary {
  width: 100%;
  margin-top: 25px;
  padding: 13px;
  border-radius: 10px;
  font-size: 12px;
}

.summary-note {
  display: block;
  margin-top: 11px;
  color: #6c7d74;
  text-align: center;
  font-size: 8px;
}

.product-proof {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 95px 0;
}

.proof-title {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.proof-title > span,
.faq-heading > span,
.dfy-offer > div:first-child > span {
  color: var(--deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.proof-title h2,
.faq-heading h2 {
  margin: 13px 0;
  font-size: 39px;
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.proof-title p {
  margin: 0;
  color: #53675e;
  line-height: 1.55;
}

.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.proof-cards article {
  min-height: 320px;
  padding: 28px;
  border: 1px solid #d3ddd8;
  border-radius: 22px;
  background: #f8fbf9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.proof-state {
  padding: 5px 8px;
  border-radius: 10px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.proof-state.available {
  background: #d9f5e8;
  color: var(--deep);
}

.proof-state.progressive {
  background: #f3e9c9;
  color: #755e17;
}

.proof-cards article > b {
  margin-top: auto;
  color: var(--deep);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -2px;
}

.proof-cards h3 {
  margin: 13px 0 8px;
  font-size: 20px;
}

.proof-cards p {
  margin: 0;
  color: #586b62;
  font-size: 13px;
  line-height: 1.5;
}

.trust-row-pricing {
  margin-top: 35px;
  padding: 24px 0;
  border-top: 1px solid #d7e0db;
  border-bottom: 1px solid #d7e0db;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  color: #40554b;
  font-size: 12px;
  font-weight: 700;
}

.dfy-offer {
  width: min(1120px, calc(100% - 48px));
  min-height: 250px;
  margin: 0 auto 95px;
  padding: 42px 48px;
  border-radius: 24px;
  background: var(--mint);
  display: grid;
  grid-template-columns: 1.6fr .7fr;
  align-items: center;
  gap: 60px;
}

.dfy-offer h2 {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -1.1px;
}

.dfy-offer p {
  margin: 0;
  color: #4b6258;
  line-height: 1.55;
}

.dfy-actions {
  display: flex;
  flex-direction: column;
}

.dfy-actions strong {
  margin-bottom: 12px;
  font-size: 19px;
}

.dfy-actions .btn {
  padding: 13px;
  border-radius: 10px;
  font-size: 12px;
}

.dfy-actions small {
  margin-top: 9px;
  color: #5d7067;
  text-align: center;
  font-size: 8px;
}

.pricing-faq.faq {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 95px;
  display: block;
}

.faq-heading {
  margin-bottom: 35px;
  text-align: center;
}

.pricing-faq .faq-list {
  border-top-color: #8fa299;
}

.pricing-faq .faq summary {
  min-height: 73px;
  padding: 20px 0;
  font-size: 16px;
}

.pricing-faq .faq summary span {
  border: 0;
  font-size: 22px;
}

.pricing-final {
  width: min(1120px, calc(100% - 48px));
  min-height: 285px;
  margin: 0 auto 90px;
  padding: 52px 24px;
  border-radius: 70px;
  background: var(--mint-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-final h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -1px;
}

.pricing-final p {
  max-width: 680px;
  margin: 14px auto 24px;
  color: #40584d;
}

.pricing-final > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pricing-final .btn {
  padding: 13px 23px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card {
    min-height: 900px;
  }

  .configurator-shell {
    grid-template-columns: minmax(0, 1.6fr) minmax(290px, .8fr);
  }
}

@media (max-width: 820px) {
  .pricing-page .topbar,
  .pricing-page .topbar.scrolled {
    height: 68px;
  }

  .pricing-intro {
    padding: 19px 20px 16px;
  }

  .pricing-intro h1 {
    font-size: 24px;
  }

  .pricing-intro p {
    display: none;
  }

  .free-offer {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }

  .free-offer-copy {
    padding: 27px 23px;
  }

  .free-offer h2 {
    font-size: 23px;
  }

  .free-illustration {
    display: none;
  }

  .free-offer-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .plans-section {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 70px;
  }

  .pricing-controls {
    min-height: 105px;
    justify-content: flex-start;
    padding-right: 20px;
  }

  .price-currency {
    right: 20px;
  }

  .plans-grid {
    display: flex;
    gap: 14px;
    padding: 16px 20px 25px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .plan-card {
    flex: 0 0 84vw;
    max-width: 365px;
    min-height: 900px;
    scroll-snap-align: center;
  }

  .configurator {
    padding: 70px 20px;
  }

  .configurator-title h2 {
    font-size: 34px;
  }

  .configurator-shell {
    grid-template-columns: 1fr;
  }

  .configurator-main {
    padding: 25px 20px 30px;
  }

  .config-plan-tabs button {
    min-height: 44px;
    font-size: 11px;
  }

  .config-option {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .config-option > div:last-child {
    width: 100%;
    justify-content: space-between;
  }

  .config-summary {
    border-top: 1px solid #d4ddd8;
    border-left: 0;
  }

  .product-proof {
    width: calc(100% - 40px);
    padding: 72px 0;
  }

  .proof-title h2,
  .faq-heading h2 {
    font-size: 34px;
  }

  .proof-cards {
    grid-template-columns: 1fr;
  }

  .proof-cards article {
    min-height: 270px;
  }

  .trust-row-pricing {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .dfy-offer {
    width: calc(100% - 40px);
    margin-bottom: 72px;
    padding: 35px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dfy-offer h2 {
    font-size: 31px;
  }

  .pricing-faq.faq {
    width: calc(100% - 40px);
    padding-bottom: 72px;
  }

  .pricing-final {
    width: calc(100% - 40px);
    margin-bottom: 70px;
    border-radius: 40px;
  }

  .pricing-final h2 {
    font-size: 31px;
  }

  .pricing-final > div {
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .pricing-intro h1 {
    font-size: 21px;
  }

  .billing-switch button {
    padding: 9px 11px;
    font-size: 11px;
  }

  .price-currency {
    font-size: 10px;
  }

  .plan-card {
    flex-basis: 88vw;
  }

  .config-plan-tabs {
    border-radius: 18px;
  }

  .config-plan-tabs button {
    padding: 6px 4px;
    border-radius: 15px;
    font-size: 10px;
  }

  .config-block label {
    flex-direction: column;
    gap: 8px;
  }

  .trust-row-pricing {
    grid-template-columns: 1fr;
  }
}
