.home-pricing-new {
  --pricing-new-border: rgba(0, 0, 0, 0.1);
  --pricing-new-text: #01060F;
  --pricing-new-muted: #575761;
  --pricing-new-surface: #fff;
  --pricing-new-feature-width: 26%;
  --pricing-new-column-gap: 16px;
  padding: 24px 0 80px;
  scroll-margin-top: 110px;
  color: var(--pricing-new-text);
}
.home-pricing-new--page {
  padding: 132px 0 14px;
}
.home-pricing-new [hidden] {
  display: none !important;
}
.home-pricing-new__header {
  margin-bottom: 40px;
  text-align: center;
}
.home-pricing-new__title, .home-pricing-new__subtitle {
  color: var(--pricing-new-muted);
  font-size: 32px;
  line-height: 1.4;
}
.home-pricing-new__title {
  margin: 0 0 8px;
  font-weight: 800;
}
.home-pricing-new__subtitle {
  margin-bottom: 28px;
  font-weight: 500;
}
.home-pricing-new__billing {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.home-pricing-new__period {
  display: inline-flex;
  padding: 4px;
  border-radius: 40px;
  background: rgba(1, 6, 15, 0.1);
}
.home-pricing-new__period button {
  min-width: 96px;
  min-height: 40px;
  padding: 10px 22px;
  border: 0;
  border-radius: 40px;
  background: transparent;
  color: var(--pricing-new-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.home-pricing-new__period button.is-active {
  background: radial-gradient(50% 100% at 50% -1.16%, #254CEF 0%, #5F99FF 100%);
  box-shadow: 0 5px 14px rgba(37, 76, 239, 0.2);
  color: var(--white-color);
}
.home-pricing-new__note {
  position: absolute;
  top: 50%;
  right: calc(100% + 4px);
  width: 149px;
  height: 132px;
  max-width: none;
  transform: translateY(-44%);
  pointer-events: none;
}
.home-pricing-new__note-text {
  fill: var(--pricing-new-text);
}
.home-pricing-new__scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  border-radius: 14px 14px 0 0;
}
.home-pricing-new__table {
  width: 100%;
  min-width: calc(224px + var(--pricing-new-visible-plans, 4) * 210px);
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--pricing-new-text);
}
.home-pricing-new__table thead th {
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: bottom;
}
.home-pricing-new__table thead .home-pricing-new__plan-column {
  height: 1px;
}
.home-pricing-new__table tbody th,
.home-pricing-new__table tbody td {
  height: 52px;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid var(--pricing-new-border);
  background: transparent;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}
.home-pricing-new__table tbody th {
  border-inline: 1px solid var(--pricing-new-border);
  color: var(--pricing-new-text);
  font-weight: 700;
  text-align: start;
}
.home-pricing-new__table tbody td {
  position: relative;
  padding-inline-start: calc(16px + var(--pricing-new-column-gap));
  color: var(--pricing-new-muted);
  font-weight: 400;
  text-align: center;
}
.home-pricing-new__table tbody td::before {
  content: "";
  position: absolute;
  inset: 0;
  inset-inline-start: var(--pricing-new-column-gap);
  border-inline: 1px solid var(--pricing-new-border);
  pointer-events: none;
}
.home-pricing-new__table tbody tr:first-child > th,
.home-pricing-new__table tbody tr:first-child > td {
  border-top: 1px solid var(--pricing-new-border);
}
.home-pricing-new__feature-column {
  width: var(--pricing-new-feature-width);
}
.home-pricing-new__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 248px;
  margin-inline-start: var(--pricing-new-column-gap);
  padding: 18px 16px 20px;
  border: 1px solid var(--pricing-new-border);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  text-align: start;
}
.home-pricing-new__card--free {
  background: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(255, 154, 120, 0.15) 0%, rgba(255, 101, 85, 0.15) 37.98%, rgba(255, 255, 255, 0.15) 100%);
}
.home-pricing-new__card--starter {
  background: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(122, 226, 189, 0.15) 0%, rgba(45, 193, 151, 0.15) 37.98%, rgba(255, 255, 255, 0.15) 100%);
}
.home-pricing-new__card--growth {
  background: radial-gradient(49.86% 26.95% at 50.08% -0.31%, rgba(37, 76, 239, 0.8) 0%, rgba(95, 153, 255, 0.8) 37.98%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(27.91deg, rgba(95, 153, 255, 0.1) 0.12%, rgba(95, 153, 255, 0) 39.1%);
}
.home-pricing-new__card--enterprise {
  background: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(163, 163, 170, 0.15) 0%, rgba(87, 87, 97, 0.15) 37.98%, rgba(255, 255, 255, 0.15) 100%);
}
.home-pricing-new__icon {
  display: flex;
  align-items: center;
  height: 28px;
  margin-bottom: 14px;
  color: var(--pricing-new-muted);
  font-size: 24px;
}
.home-pricing-new__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.home-pricing-new__card--growth .home-pricing-new__icon {
  color: #254CEF;
}
.home-pricing-new__package-name {
  min-height: 26px;
  margin: 0 0 6px;
  color: var(--pricing-new-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.home-pricing-new__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  min-height: 24px;
  margin-bottom: 16px;
  color: var(--pricing-new-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.home-pricing-new__price strong {
  font-size: 17px;
  font-weight: 500;
}
.home-pricing-new__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}
.home-pricing-new__installments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 34px;
  padding: 7px;
  border: 1px solid rgba(37, 76, 239, 0.1);
  border-radius: 8px;
  background: linear-gradient(225deg, rgba(37, 76, 239, 0.1) -0.02%, rgba(37, 76, 239, 0) 99.98%);
  color: var(--pricing-new-text);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.home-pricing-new__installments span {
  white-space: nowrap;
}
.home-pricing-new__installments img {
  flex-shrink: 0;
  width: 42px;
  height: auto;
  object-fit: contain;
}
.home-pricing-new__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 40px;
  background: radial-gradient(37.42% 100% at 50.1% 98.84%, #5F99FF 0%, #254CEF 100%);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: box-shadow 0.2s ease;
}
.home-pricing-new__cta:hover {
  box-shadow: 0 5px 14px rgba(37, 76, 239, 0.2);
  color: var(--white-color);
}
.home-pricing-new__cta--enterprise {
  background: radial-gradient(37.42% 100% at 50.1% 98.84%, #575761 0%, #01060F 100%);
}
.home-pricing-new__status {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.home-pricing-new__compare {
  margin-top: 34px;
  text-align: center;
}
.home-pricing-new__compare a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 22px;
  border: 1px solid rgba(1, 6, 15, 0.45);
  border-radius: 40px;
  color: var(--pricing-new-text);
  font-size: 13px;
  font-weight: 500;
}
.home-pricing-new__compare a:hover {
  border-color: #254CEF;
  color: #254CEF;
}
.home-pricing-new a:focus-visible,
.home-pricing-new button:focus-visible, .home-pricing-new__scroll:focus-visible {
  outline: 2px solid #254CEF;
  outline-offset: 4px;
}

html[data-theme=dark] .home-pricing-new {
  --pricing-new-border: rgba(255, 255, 255, 0.15);
  --pricing-new-text: #fff;
  --pricing-new-muted: #D1D1D6;
  --pricing-new-surface: #01060F;
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__period {
  background: rgba(255, 255, 255, 0.1);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card {
  background-color: #0B1422;
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card--free {
  background-image: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(255, 154, 120, 0.2) 0%, rgba(255, 101, 85, 0.12) 37.98%, rgba(255, 101, 85, 0) 100%);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card--starter {
  background-image: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(122, 226, 189, 0.2) 0%, rgba(45, 193, 151, 0.12) 37.98%, rgba(45, 193, 151, 0) 100%);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card--growth {
  background-image: radial-gradient(49.86% 26.95% at 50.08% -0.31%, rgba(37, 76, 239, 0.65) 0%, rgba(95, 153, 255, 0.3) 37.98%, rgba(95, 153, 255, 0) 100%), linear-gradient(27.91deg, rgba(95, 153, 255, 0.1) 0.12%, rgba(95, 153, 255, 0) 39.1%);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card--enterprise {
  background-image: radial-gradient(50.08% 27.88% at 50.08% -0.31%, rgba(163, 163, 170, 0.2) 0%, rgba(87, 87, 97, 0.12) 37.98%, rgba(87, 87, 97, 0) 100%);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__card--growth .home-pricing-new__icon {
  color: #8DB5FF;
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__icon img {
  filter: brightness(0) invert(1);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__price strong {
  color: var(--pricing-new-text);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__installments {
  border-color: rgba(95, 153, 255, 0.3);
  background: linear-gradient(225deg, rgba(95, 153, 255, 0.16) -0.02%, rgba(95, 153, 255, 0.04) 99.98%);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__cta--enterprise {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__status:not(.home-pricing-new__status--no) {
  filter: invert(1);
}
html[data-theme=dark] .home-pricing-new .home-pricing-new__compare a {
  border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 767px) {
  .home-pricing-new {
    --pricing-new-feature-width: 128px;
    padding: 24px 0 56px;
  }
  .home-pricing-new--page {
    padding: 112px 0 4px;
  }
  .home-pricing-new__title, .home-pricing-new__subtitle {
    font-size: 26px;
  }
  .home-pricing-new__billing {
    padding-left: 114px;
  }
  .home-pricing-new__period button {
    min-width: 74px;
    padding-inline: 14px;
  }
  .home-pricing-new__note {
    right: auto;
    left: 0;
    width: 112px;
    height: auto;
  }
  .home-pricing-new__table {
    min-width: calc(128px + var(--pricing-new-visible-plans, 4) * 200px);
  }
  .home-pricing-new tbody .home-pricing-new__feature-column {
    position: sticky;
    inset-inline-start: 0;
    z-index: 1;
    background: var(--pricing-new-surface);
  }
}
