.home-pricing[data-billing="month"] [data-billing="year"],
.home-pricing:not([data-billing]) [data-billing="year"] {
  display: none;
}

.home-pricing[data-billing="year"] [data-billing="month"] {
  display: none;
}

.home-pricing {
  --home-pr-plan-gap: 40px;
  --home-pr-plan-width: 367px;
  position: relative;
  width: 1920px;
  height: 1258px;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
}

.home-pr__title {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 545px;
  margin: 0;
  font-family: var(--h2-1920px-font-family);
  font-weight: var(--h2-1920px-font-weight);
  font-size: var(--h2-1920px-font-size);
  letter-spacing: var(--h2-1920px-letter-spacing);
  line-height: var(--h2-1920px-line-height);
  text-align: center;
  color: #000;
}

.home-pr__subtitle {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 352px;
  height: 73px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b1b1b;
}

.home-pr__billing {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 272px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: var(--bg);
  border: 2px solid #fff;
  border-radius: 30px;
}

.home-pr__billing input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.home-pr__billing-month,
.home-pr__billing-year {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 30px;
  cursor: pointer;
}

.home-pr__billing-month {
  width: 138px;
  height: 46px;
  padding: 10px;
}

.home-pr__billing-year {
  height: 46px;
  padding: 10px 10px 10px 0;
}

.home-pr__billing-label {
  font-family: var(--btn-text-medium-1920px-font-family);
  font-weight: var(--btn-text-medium-1920px-font-weight);
  font-size: var(--btn-text-medium-1920px-font-size);
  letter-spacing: var(--btn-text-medium-1920px-letter-spacing);
  line-height: var(--btn-text-medium-1920px-line-height);
  white-space: nowrap;
  color: var(--black);
}

.home-pr__billing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: #edebff;
  border-radius: 15px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #43328a;
  white-space: nowrap;
}

.home-pr__billing input[type="radio"]:checked + .home-pr__billing-month,
.home-pr__billing input[type="radio"]:checked + .home-pr__billing-year {
  background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
  padding-left: 10px;
  padding-right: 10px;
}

.home-pr__billing input[type="radio"]:checked + .home-pr__billing-month .home-pr__billing-label,
.home-pr__billing input[type="radio"]:checked + .home-pr__billing-year .home-pr__billing-label {
  color: #fff;
}

.home-pr__billing input[type="radio"]:focus-visible + .home-pr__billing-month,
.home-pr__billing input[type="radio"]:focus-visible + .home-pr__billing-year {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-pr__plans {
  position: absolute;
  top: 442px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  gap: var(--home-pr-plan-gap);
  width: 1588px;
  height: 722px;
  padding-top: 30px;
  box-sizing: border-box;
}

.home-pr__plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--home-pr-plan-width);
  padding: 20px;
  background: #fbfafe;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(94, 76, 224, 0.55);
  position: relative;
}

.home-pr__plan-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.home-pr__plan-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}

.home-pr__plan-icon {
  width: 80px;
  height: 80px;
  margin: 0;
  flex-shrink: 0;
  display: block;
}

.home-pr__plan-icon-desk {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.home-pr__plan-icon-m360 {
  display: none;
}

.home-pr__plan-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
  min-width: 0;
}

.home-pr__plan-name {
  margin: 0;
  font-family: var(--p3-medium-1920px-font-family);
  font-weight: var(--p3-medium-1920px-font-weight);
  font-size: var(--p3-medium-1920px-font-size);
  letter-spacing: var(--p3-medium-1920px-letter-spacing);
  line-height: var(--p3-medium-1920px-line-height);
  color: #424242;
}

.home-pr__plan-price {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -1.84px;
  line-height: 41.4px;
  color: #43328a;
  white-space: nowrap;
}

.home-pr__plan--featured .home-pr__plan-price {
  /* Figma 4394:807 — Manrope ExtraBold */
  font-weight: 800;
}

.home-pr__plan-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.home-pr__plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.home-pr__plan-features li.is-single-line {
  align-items: center;
}

.home-pr__plan-check {
  flex-shrink: 0;
  width: 13.74px;
  height: 9.33px;
  margin-top: 5px;
  background: url("../img/home-pricing/vector-featured.svg") center / contain no-repeat;
}

.home-pr__plan-features li.is-single-line .home-pr__plan-check {
  margin-top: 0;
}

.home-pr__plan-feature {
  margin: 0;
  font-family: var(--p3-medium-1920px-font-family);
  font-weight: var(--p3-medium-1920px-font-weight);
  font-size: var(--p3-medium-1920px-font-size);
  letter-spacing: var(--p3-medium-1920px-letter-spacing);
  line-height: var(--p3-medium-1920px-line-height);
  color: #424242;
}

.home-pr__plan-feature--nowrap {
  white-space: nowrap;
}

.home-pr__plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 30px;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.home-pr__plan-cta-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.home-pr__plan-cta-text {
  font-family: var(--btn-text-medium-1920px-font-family);
  font-weight: var(--btn-text-medium-1920px-font-weight);
  font-size: var(--btn-text-medium-1920px-font-size);
  letter-spacing: var(--btn-text-medium-1920px-letter-spacing);
  line-height: var(--btn-text-medium-1920px-line-height);
  white-space: nowrap;
}

.home-pr__plan-cta:hover {
  background: #4d3a9c;
}

.home-pr__plan-cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-pr__plan--featured {
  width: var(--home-pr-plan-width);
  margin: 0;
  padding: 20px;
  box-shadow: none;
  z-index: 1;
}

.home-pr__plan-inner {
  display: contents;
}

@media (min-width: 1025px) {

  .home-pr__plan--featured::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 15px;
    padding: 40px 7px 7px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
  }

  .home-pr__plan--featured > .home-pr__plan-badge {
    position: absolute;
    top: -40px;
    left: -7px;
    right: -7px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Manrope", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
  }
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-pricing {
    --home-pr-plan-gap: 30px;
    --home-pr-plan-width: 299px;
    width: 1440px;
    height: 1248px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-pr__title {
    height: 71px;
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .home-pr__subtitle {
    width: 252px;
    height: 47px;
    font-size: 18px;
    line-height: 1.4;
  }

  .home-pr__billing {
    top: 243px;
  }

  .home-pr__billing-label {
    font-size: 18px;
    line-height: 18px;
  }

  .home-pr__plans {
    top: 377px;
    width: 1286px;
    height: 778px;
  }

  .home-pr__plan-icon {
    width: 60px;
    height: 60px;
  }

  .home-pr__plan-name {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .home-pr__plan-price {
    font-size: 40px;
    letter-spacing: -1.6px;
    line-height: 36px;
  }

  .home-pr__plan-feature {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .home-pr__plan-cta {
    height: 64px;
    box-sizing: border-box;
  }

  .home-pr__plan-cta-text {
    font-size: 18px;
    line-height: 18px;
  }

  .home-pr__plan-badge {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-pricing {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: unset;
    zoom: 1;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px clamp(16px, 6.25vw, 48px) 80px;
    box-sizing: border-box;
    background: #fff;
  }

  .home-pr__title {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.56px;
    line-height: 28px;
    text-align: center;
  }

  .home-pr__subtitle {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000;
  }

  .home-pr__billing {
    position: static;
    transform: none;
    width: 283px;
    max-width: 100%;
    height: 56px;
    margin: 40px 0 0;
    padding: 5px;
    gap: 10px;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  }

  .home-pr__billing-month {
    width: 138px;
    height: 46px;
    padding: 10px;
    border-radius: 30px;
  }

  .home-pr__billing-year {
    height: 46px;
    padding: 10px 10px 10px 0;
    border-radius: 60px;
    gap: 5px;
  }

  .home-pr__billing-label {
    font-size: 16px;
    line-height: 16px;
  }

  .home-pr__billing-badge {
    padding: 6px 8px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .home-pr__billing input[type="radio"]:checked + .home-pr__billing-month,
  .home-pr__billing input[type="radio"]:checked + .home-pr__billing-year {
    background: linear-gradient(90deg, #5445c4 0%, #964ce0 100%);
  }

  .home-pr__plans {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 672px;
    height: auto;
    margin: 80px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 10px;
    align-items: stretch;
    box-sizing: border-box;
  }

  .home-pr__plan {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 674px;
    margin: 0;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fbfafe;
    box-shadow: 0 0 15px rgba(94, 76, 224, 0.55);
    filter: none;
  }

  .home-pr__plan:nth-child(3),
  .home-pr__plan:nth-child(4) {
    min-height: 700px;
  }

  .home-pr__plan-body {
    flex: 1;
    min-height: 0;
    gap: 20px;
  }

  .home-pr__plan-header {
    flex-shrink: 0;
    gap: 10px;
  }

  .home-pr__plan-meta {
    gap: 10px;
  }

  .home-pr__plan-icon {
    width: 60px;
    height: 60px;
  }

  .home-pr__plan-name {
    font-size: 16px;
    line-height: 19.2px;
  }

  .home-pr__plan-price {
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 48px;
  }

  .home-pr__plan-features {
    flex: 1;
    min-height: 0;
    gap: 15px;
  }

  .home-pr__plan-check {
    width: 13.74px;
    height: 9.33px;
    margin-top: 5px;
  }

  .home-pr__plan-features li.is-single-line .home-pr__plan-check {
    margin-top: 0;
  }

  .home-pr__plan-features li:not(.is-single-line) .home-pr__plan-check {
    height: 20px;
    margin-top: 0;
  }

  .home-pr__plan-feature {
    font-size: 16px;
    line-height: 22.4px;
  }

  .home-pr__plan-cta {
    flex-shrink: 0;
    width: 100%;
    height: 64px;
    margin-top: auto;
    padding: 20px 30px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .home-pr__plan-cta-icon {
    width: 24px;
    height: 24px;
  }

  .home-pr__plan-cta-text {
    font-size: 18px;
    line-height: 18px;
  }

  .home-pricing .home-pr__plan--featured {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    min-height: 700px;
    margin: 0;
    padding: 26px 0 0;
    background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
    border-radius: 20px;
    box-shadow: none;
    gap: 0;
    overflow: visible;
    z-index: 1;
  }

  .home-pricing .home-pr__plan--featured::before {
    content: none;
    display: none;
  }

  .home-pricing .home-pr__plan--featured::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fbfafe;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(94, 76, 224, 0.55);
    z-index: 0;
    pointer-events: none;
  }

  .home-pricing .home-pr__plan--featured > .home-pr__plan-badge {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 14px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Manrope", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    background: transparent;
    white-space: nowrap;
    pointer-events: none;
    transform: none;
  }

  .home-pricing .home-pr__plan-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 25px;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-body {
    position: relative;
    z-index: 1;
    flex: 1;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 20px;
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-cta {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 20px 30px;
    border-radius: 10px;
    background: #43328a;
    box-sizing: border-box;
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-price {
    font-weight: 800;
    letter-spacing: -1.92px;
  }
}

@media (max-width: 749px) {
  .home-pricing {
    --home-pr-plan-gap: calc(20 / 360 * 100cqi);
    --home-pr-plan-width: 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: unset;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(60 / 360 * 100cqi) calc(20 / 360 * 100cqi) calc(56 / 360 * 100cqi);
    box-sizing: border-box;
    background: #fff;
    border-radius: calc(20 / 360 * 100cqi);
    container-type: inline-size;
    container-name: home-pricing;
  }

  .home-pr__title {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 6.111cqi;
    letter-spacing: -0.122cqi;
    line-height: 1;
    text-align: center;
  }

  .home-pr__subtitle {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin: calc(15 / 360 * 100cqi) 0 0;
    font-size: 2.778cqi;
    line-height: 1;
    text-align: center;
    color: #1b1b1b;
  }

  .home-pr__billing {
    position: static;
    transform: none;
    width: calc(267 / 360 * 100%);
    max-width: 100%;
    height: calc(56 / 360 * 100cqi);
    margin: calc(30 / 360 * 100cqi) 0 0;
    padding: calc(5 / 360 * 100cqi);
    gap: calc(10 / 360 * 100cqi);
    border: calc(2 / 360 * 100cqi) solid #fff;
    border-radius: calc(30 / 360 * 100cqi);
    background: #fbfafe;
    box-shadow: 0 calc(4 / 360 * 100cqi) calc(20 / 360 * 100cqi) rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .home-pr__billing-month {
    width: calc(138 / 360 * 100cqi);
    height: calc(46 / 360 * 100cqi);
    padding: calc(10 / 360 * 100cqi);
    border-radius: calc(30 / 360 * 100cqi);
  }

  .home-pr__billing-year {
    height: calc(44 / 360 * 100cqi);
    padding: calc(10 / 360 * 100cqi) calc(10 / 360 * 100cqi) calc(10 / 360 * 100cqi) 0;
    border-radius: calc(30 / 360 * 100cqi);
    gap: calc(5 / 360 * 100cqi);
  }

  .home-pr__billing-label {
    font-size: 3.333cqi;
    line-height: 1;
  }

  .home-pr__billing-badge {
    padding: calc(6 / 360 * 100cqi) calc(8 / 360 * 100cqi);
    border-radius: calc(15 / 360 * 100cqi);
    font-size: 3.333cqi;
    line-height: 1;
  }

  .home-pr__billing input[type="radio"]:checked + .home-pr__billing-month,
  .home-pr__billing input[type="radio"]:checked + .home-pr__billing-year {
    background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
  }

  .home-pr__plans {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: calc(50 / 360 * 100cqi) 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--home-pr-plan-gap);
    align-items: stretch;
    box-sizing: border-box;
  }

  .home-pr__plan {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(20 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    height: calc(504 / 360 * 100cqi);
    min-height: calc(504 / 360 * 100cqi);
    margin: 0;
    padding: calc(25 / 360 * 100cqi);
    box-sizing: border-box;
    border-radius: calc(10 / 360 * 100cqi);
    background: #ffffff;

    box-shadow: 0 0 calc(30 / 360 * 100cqi) rgba(94, 76, 224, 0.55);
    filter: none;
  }

  .home-pr__plan:nth-child(3),
  .home-pr__plan:nth-child(4) {
    height: calc(504 / 360 * 100cqi);
    min-height: calc(504 / 360 * 100cqi);
  }

  .home-pr__plan-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: calc(20 / 360 * 100cqi);
  }

  .home-pr__plan-header {
    flex-shrink: 0;
    gap: calc(10 / 360 * 100cqi);
  }

  .home-pr__plan-meta {
    gap: calc(8 / 360 * 100cqi);
  }

  .home-pr__plan-icon {
    display: grid;
    place-items: center;
    width: calc(50 / 360 * 100cqi);
    height: calc(50 / 360 * 100cqi);
    border-radius: calc(5 / 360 * 100cqi);
    background: #ffffff;
    box-shadow: 0 calc(9 / 360 * 100cqi) calc(15.3 / 360 * 100cqi) rgba(94, 76, 224, 0.15);
    overflow: visible;
  }

  .home-pr__plan-icon-desk {
    display: none;
  }

  .home-pr__plan-icon-m360 {
    display: block;
    width: calc(25 / 360 * 100cqi);
    height: calc(25 / 360 * 100cqi);
    margin: 0;
    object-fit: contain;
  }

  .home-pr__plan-name {
    font-size: 3.333cqi;
    line-height: 1;
  }

  .home-pr__plan-price {
    font-size: 11.111cqi;
    letter-spacing: -0.444cqi;
    line-height: 1;
  }

  .home-pr__plan-features {
    flex: 1 1 auto;
    min-height: 0;
    gap: calc(15 / 360 * 100cqi);
  }

  .home-pr__plan-check {
    width: calc(10.74 / 360 * 100cqi);
    height: calc(7.29 / 360 * 100cqi);
    margin-top: calc(4 / 360 * 100cqi);
  }

  .home-pr__plan-features li.is-single-line .home-pr__plan-check {
    margin-top: 0;
  }

  .home-pr__plan-features li:not(.is-single-line) .home-pr__plan-check {
    height: calc(16 / 360 * 100cqi);
    margin-top: 0;
  }

  .home-pr__plan-feature {
    font-size: 3.333cqi;
    line-height: 1.333;
  }

  .home-pr__plan-feature br {
    display: none;
  }

  .home-pr__plan-feature--nowrap {
    white-space: normal;
  }

  .home-pr__plan-cta {
    flex-shrink: 0;
    width: 100%;
    height: calc(56 / 360 * 100cqi);
    margin-top: 0;
    padding: 0 calc(30 / 360 * 100cqi);
    gap: calc(5 / 360 * 100cqi);
    border-radius: calc(5 / 360 * 100cqi);
    background: #43328a;
    box-sizing: border-box;
  }

  .home-pr__plan-cta-icon {
    width: calc(20 / 360 * 100cqi);
    height: calc(20 / 360 * 100cqi);
    object-fit: contain;
  }

  .home-pr__plan-cta-text {
    font-size: 3.889cqi;
    line-height: 1;
  }

  .home-pricing .home-pr__plan--featured {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: calc(538 / 360 * 100cqi);
    min-height: calc(538 / 360 * 100cqi);
    margin: 0;
    padding: calc(27 / 360 * 100cqi) calc(3 / 360 * 100cqi) calc(3 / 360 * 100cqi);
    /* Figma 4407:706 — верхняя плашка/рамка: #5445c4 → #6a3c99 */
    background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
    border-radius: calc(10 / 360 * 100cqi);
    box-shadow: 0 0 calc(30 / 360 * 100cqi) rgba(94, 76, 224, 0.55);
    filter: none;
    gap: 0;
    overflow: visible;
    z-index: 1;
  }

  .home-pricing .home-pr__plan--featured::before {
    content: none;
    display: none;
  }

  .home-pricing .home-pr__plan--featured::after {
    content: "";
    position: absolute;
    top: calc(27 / 360 * 100cqi);
    right: calc(3 / 360 * 100cqi);
    bottom: calc(3 / 360 * 100cqi);
    left: calc(3 / 360 * 100cqi);
    background: #ffffff;
    border-radius: calc(8 / 360 * 100cqi);
    box-shadow: none;
    z-index: 0;
    pointer-events: none;
  }

  .home-pricing .home-pr__plan--featured > .home-pr__plan-badge {
    position: absolute;
    top: calc(7 / 360 * 100cqi);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(14 / 360 * 100cqi);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Manrope", Helvetica, sans-serif;
    font-size: 3.889cqi;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: transparent;
    white-space: nowrap;
    pointer-events: none;
    transform: none;
  }

  .home-pricing .home-pr__plan-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(20 / 360 * 100cqi);
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: calc(25 / 360 * 100cqi);
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-body {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: calc(20 / 360 * 100cqi);
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-cta {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 100%;
    height: calc(56 / 360 * 100cqi);
    margin: 0;
    padding: 0 calc(30 / 360 * 100cqi);
    border-radius: calc(5 / 360 * 100cqi);
    background: #43328a;
    box-sizing: border-box;
  }

  .home-pricing .home-pr__plan--featured .home-pr__plan-price {
    font-weight: 800;
    letter-spacing: -0.444cqi;
  }
}
