/* Price page */
.te-price-page,
.te-price-ranges,
.te-price-format,
.te-price-factors,
.te-price-included,
.te-price-payment,
.te-price-payment-methods,
.te-price-paths,
.te-price-faq,
.te-price-cta {
  --te-price-bg: color-mix(in srgb, var(--color-bg, #f9fafb) 92%, var(--color-primary, #ff7f50) 8%);
  --te-price-surface: var(--color-surface, #ffffff);
  --te-price-text: var(--color-text, #1A2633);
  --te-price-muted: var(--color-secondary, #2d3e50);
  --te-price-primary: var(--color-primary, #ff7f50);
  --te-price-border: var(--color-border, #e5e7eb);
  --te-price-soft: color-mix(in srgb, var(--te-price-primary) 8%, transparent);
  --te-price-line: color-mix(in srgb, var(--te-price-border) 82%, transparent);
  --te-price-shadow: 0 22px 60px rgba(26, 38, 51, .07);
  --te-price-shadow-soft: 0 16px 44px rgba(26, 38, 51, .045);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--te-price-text);
  background: var(--te-price-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.te-price-page *,
.te-price-ranges *,
.te-price-format *,
.te-price-factors *,
.te-price-included *,
.te-price-payment *,
.te-price-payment-methods *,
.te-price-paths *,
.te-price-faq *,
.te-price-cta * {
  box-sizing: border-box;
}

.te-price-page__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}

.te-price-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-block: clamp(142px, 12vw, 178px) clamp(54px, 7vw, 92px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 38%, transparent), transparent 72%),
    var(--te-price-bg);
}

.te-price-hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(320px, 36vw, 560px);
  height: clamp(210px, 24vw, 360px);
  right: clamp(-170px, -10vw, -80px);
  top: clamp(60px, 7vw, 96px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 10%, transparent);
  filter: blur(2px);
  opacity: .78;
  transform: rotate(-8deg);
}

.te-price-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(190px, 19vw, 270px);
  height: clamp(190px, 19vw, 270px);
  right: 8%;
  bottom: 10%;
  border: 1px solid color-mix(in srgb, var(--te-price-primary) 30%, transparent);
  border-radius: 999px;
  box-shadow: 28px 18px 0 -10px color-mix(in srgb, var(--te-price-primary) 12%, transparent);
  opacity: .66;
  transform: rotate(14deg);
}

.te-price-hero .te-price-page__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.te-price-hero__copy {
  max-width: 780px;
}

.te-price-page__eyebrow,
.te-price-card__type,
.te-price-path__label,
.te-price-hero__note-label {
  color: var(--te-price-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.te-price-page__eyebrow {
  margin-bottom: 16px;
}

.te-price-card__type,
.te-price-path__label{
  font-size: 13px;
}

.te-price-hero__title {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.te-price-hero__intro {
  max-width: 720px;
  margin-top: 22px;
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-lg);
  line-height: 1.72;
}

.te-price-hero__intro p,
.te-price-page__intro p,
.te-price-card__text p,
.te-price-hero__note-text p,
.te-price-payment__text p,
.te-price-path__text p,
.te-price-cta__text p {
  margin: 0;
}

.te-price-page__button,
.te-price-path__button,
.te-price-cta__button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
}

.te-price-page .te-btn,
.te-price-page .te-price-page__button,
.te-price-page .te-price-path__button,
.te-price-cta .te-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: fit-content;
  max-width: 100%;
  padding: 0 24px !important;
  border: 1px solid var(--te-price-line) !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--te-price-surface) 92%, transparent) !important;
  color: var(--te-price-text) !important;
  font-family: Inter-Bold, Inter, Arial, sans-serif !important;
  font-size: var(--font-sizes-text-base);
  font-weight: 700 !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.te-price-page .te-btn-primary,
.te-price-page .te-price-page__button,
.te-price-cta .te-btn-primary,
.te-price-page .te-price-path__button.te-btn-primary {
  border-color: var(--te-price-primary) !important;
  background: linear-gradient(135deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 82%, #d94f25)) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-price-primary) 28%, transparent);
}

.te-price-page .te-btn-secondary,
.te-price-page .te-price-path__button.te-btn-secondary,
.te-price-cta .te-btn-secondary {
  border-color: color-mix(in srgb, var(--te-price-text) 12%, var(--te-price-border)) !important;
  background: color-mix(in srgb, var(--te-price-surface) 96%, transparent) !important;
  color: var(--te-price-text) !important;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06) !important;
}

.te-price-page .te-btn.te-btn-secondary.te-price-path__button,
.te-price-path .te-btn.te-btn-secondary.te-price-path__button {
  min-height: 52px !important;
  padding: 0 24px !important;
  border: 1px solid color-mix(in srgb, var(--te-price-text) 12%, var(--te-price-border)) !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--te-price-surface) 96%, transparent) !important;
  color: var(--te-price-text) !important;
  font-family: Inter-Bold, Inter, Arial, sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06) !important;
}

.te-price-page .te-btn-primary::after,
.te-price-page .te-price-page__button::after,
.te-price-cta .te-btn-primary::after,
.te-price-page .te-price-path__button.te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}

.te-price-page .te-btn:hover,
.te-price-page .te-price-page__button:hover,
.te-price-page .te-price-path__button:hover,
.te-price-cta .te-btn:hover,
.te-price-page .te-btn:focus-visible,
.te-price-page .te-price-page__button:focus-visible,
.te-price-page .te-price-path__button:focus-visible,
.te-price-cta .te-btn:focus-visible {
  transform: translateY(-1px);
}

.te-price-page .te-btn-primary:hover,
.te-price-page .te-btn-primary:focus-visible,
.te-price-page .te-price-page__button:hover,
.te-price-page .te-price-page__button:focus-visible,
.te-price-cta .te-btn-primary:hover,
.te-price-cta .te-btn-primary:focus-visible,
.te-price-page .te-price-path__button.te-btn-primary:hover,
.te-price-page .te-price-path__button.te-btn-primary:focus-visible {
  border-color: var(--te-price-primary) !important;
  background: linear-gradient(135deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 76%, #c94a23)) !important;
  color: #fff !important;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-price-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-price-muted) 18%, transparent);
}

.te-price-page .te-btn-secondary:hover,
.te-price-page .te-btn-secondary:focus-visible,
.te-price-page .te-price-path__button.te-btn-secondary:hover,
.te-price-page .te-price-path__button.te-btn-secondary:focus-visible,
.te-price-cta .te-btn-secondary:hover,
.te-price-cta .te-btn-secondary:focus-visible {
  border-color: var(--te-price-primary) !important;
  background: var(--te-price-surface) !important;
  color: var(--te-price-primary) !important;
  box-shadow: 0 14px 28px rgba(26, 38, 51, .075) !important;
}

.te-price-page .te-btn.te-btn-secondary.te-price-path__button:hover,
.te-price-page .te-btn.te-btn-secondary.te-price-path__button:focus-visible,
.te-price-path .te-btn.te-btn-secondary.te-price-path__button:hover,
.te-price-path .te-btn.te-btn-secondary.te-price-path__button:focus-visible {
  border-color: var(--te-price-primary) !important;
  background: var(--te-price-surface) !important;
  color: var(--te-price-primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .075) !important;
}

.te-price-page .te-btn-primary:hover::after,
.te-price-page .te-price-page__button:hover::after,
.te-price-cta .te-btn-primary:hover::after,
.te-price-page .te-btn-primary:focus-visible::after,
.te-price-page .te-price-page__button:focus-visible::after,
.te-price-cta .te-btn-primary:focus-visible::after,
.te-price-page .te-price-path__button.te-btn-primary:hover::after,
.te-price-page .te-price-path__button.te-btn-primary:focus-visible::after {
  transform: translateX(120%);
}

.te-price-page__button {
  margin-top: 30px;
}

.te-price-hero__note,
.te-price-card,
.te-price-factor,
.te-price-included__list,
.te-price-payment__card,
.te-price-path,
.te-price-faq__item,
.te-price-cta__panel {
  border: 1px solid var(--te-price-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-price-surface) 96%, var(--te-price-bg));
}

.te-price-hero__note {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--te-price-shadow);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 10%, transparent), transparent 58%),
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 100%, transparent), color-mix(in srgb, var(--te-price-surface) 92%, var(--te-price-bg))),
    var(--te-price-surface);
}

.te-price-hero__note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: var(--te-price-primary);
}

.te-price-hero__note-title {
  margin: 16px 0 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h4);
  font-weight: 800;
  line-height: 1.18;
}

.te-price-hero__note-text {
  margin-top: 14px;
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-sm);
  line-height: 1.68;
}

.te-price-seo-image {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--te-price-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-price-surface) 86%, transparent);
  box-shadow: 0 14px 34px rgba(26, 38, 51, .045);
  opacity: .9;
  object-fit: cover;
}

.te-price-seo-image img,
img.te-price-seo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.te-price-hero__image {
  height: clamp(112px, 12vw, 148px);
  margin-bottom: 16px;
}

.te-price-included__image {
  align-self: stretch;
  --te-price-included-image-offset: 26px;
  height: calc(100% - var(--te-price-included-image-offset));
  min-height: clamp(360px, 42vw, 520px);
  max-height: 560px;
  margin-top: var(--te-price-included-image-offset);
  object-position: center;
}

.te-price-ranges,
.te-price-format,
.te-price-factors,
.te-price-included,
.te-price-payment,
.te-price-payment-methods,
.te-price-paths,
.te-price-faq,
.te-price-cta {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  margin-block: 0 !important;
  padding-block: clamp(46px, 6vw, 82px);
}

.te-price-page + .te-price-ranges,
.te-price-ranges + .te-price-format,
.te-price-format + .te-price-factors,
.te-price-factors + .te-price-included,
.te-price-included + .te-price-payment,
.te-price-payment + .te-price-payment-methods,
.te-price-payment-methods + .te-price-faq,
.te-price-payment + .te-price-paths,
.te-price-paths + .te-price-faq,
.te-price-faq + .te-price-cta {
  margin-top: 0 !important;
}

.te-price-ranges,
.te-price-included,
.te-price-faq {
  background: var(--te-price-bg);
}

.te-price-format,
.te-price-factors,
.te-price-payment,
.te-price-payment-methods,
.te-price-paths,
.te-price-cta {
  background: var(--te-price-bg);
}

.te-price-ranges::before,
.te-price-included::before,
.te-price-faq::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(250px, 28vw, 420px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-130px, -8vw, -72px);
  top: clamp(58px, 7vw, 96px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 7%, transparent);
  transform: rotate(-10deg);
}

.te-price-ranges::after,
.te-price-included::after,
.te-price-faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(140px, 14vw, 190px);
  height: clamp(140px, 14vw, 190px);
  right: 8%;
  bottom: clamp(38px, 5vw, 64px);
  border: 1px solid color-mix(in srgb, var(--te-price-primary) 20%, transparent);
  border-radius: 999px;
  box-shadow: 34px 18px 0 -14px color-mix(in srgb, var(--te-price-primary) 8%, transparent);
  opacity: .7;
}

.te-price-format::before,
.te-price-factors::before,
.te-price-payment::before,
.te-price-payment-methods::before,
.te-price-paths::before,
.te-price-cta::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(230px, 24vw, 330px);
  height: clamp(140px, 15vw, 190px);
  left: clamp(-120px, -8vw, -70px);
  top: clamp(56px, 7vw, 84px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 6%, transparent);
  transform: rotate(14deg);
}

.te-price-page__container,
.te-price-hero .te-price-page__container,
.te-price-format .te-price-page__container,
.te-price-included .te-price-page__container,
.te-price-payment-methods .te-price-page__container,
.te-price-paths .te-price-page__container,
.te-price-cta__panel {
  position: relative;
  z-index: 1;
}

.te-price-page__head {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: clamp(26px, 4vw, 36px);
}

.te-price-page__title,
.te-price-path__title,
.te-price-cta__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h2);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.te-price-page__intro {
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-base);
  line-height: 1.68;
}

.te-price-ranges__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.te-price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 13px;
  min-height: 270px;
  padding: clamp(22px, 2.4vw, 28px);
  overflow: hidden;
  box-shadow: var(--te-price-shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.te-price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 22%, transparent));
  opacity: .58;
}

.te-price-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--te-price-primary) 36%, var(--te-price-border));
  box-shadow: 0 24px 60px rgba(26, 38, 51, .09);
}

.te-price-card--featured {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 10%, transparent), transparent 60%),
    color-mix(in srgb, var(--te-price-surface) 98%, var(--te-price-bg));
}

.te-price-card__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h5);
  font-weight: 800;
  line-height: 1.22;
}

.te-price-card__price {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 10%, var(--te-price-surface));
  color: var(--te-price-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(15px, 1.12vw, 17px);
  font-weight: 700;
  line-height: 1.15;
}

.te-price-card__text,
.te-price-factor span,
.te-price-faq__item span,
.te-price-path__text,
.te-price-cta__text {
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-sm);
  line-height: 1.68;
}

.te-price-format .te-price-page__container {
  display: grid;
  gap: clamp(28px, 4vw, 42px);
}

.te-price-format__head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-inline: 0 auto;
  text-align: left;
}

.te-price-format__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h2);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.te-price-format__intro {
  max-width: 720px;
  margin-inline: 0 auto;
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-base);
  line-height: 1.68;
}

.te-price-format__intro p,
.te-price-format__label p,
.te-price-format__text p {
  margin: 0;
}

.te-price-format__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.te-price-format__card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 320px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--te-price-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 98%, transparent), color-mix(in srgb, var(--te-price-bg) 12%, var(--te-price-surface))),
    var(--te-price-surface);
  box-shadow: var(--te-price-shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.te-price-format__card--accent {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 10%, transparent), transparent 62%),
    var(--te-price-surface);
}

.te-price-format__card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--te-price-primary) 32%, var(--te-price-border));
  box-shadow: 0 24px 60px rgba(26, 38, 51, .08);
}

.te-price-format__label {
  color: var(--te-price-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.te-price-format__card-title {
  margin: 2px 0 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h3);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.te-price-format__text {
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-base);
  line-height: 1.66;
}

.te-price-format .te-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: fit-content;
  max-width: 100%;
  padding: 0 24px !important;
  border: 1px solid var(--te-price-line) !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--te-price-surface) 96%, transparent) !important;
  color: var(--te-price-text) !important;
  font-family: Inter-Bold, Inter, Arial, sans-serif !important;
  font-size: var(--font-sizes-text-base);
  font-weight: 700 !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06) !important;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.te-price-format .te-btn-primary {
  border-color: var(--te-price-primary) !important;
  background: linear-gradient(135deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 82%, #d94f25)) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-price-primary) 28%, transparent) !important;
}

.te-price-format .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}

.te-price-format .te-btn-secondary:hover,
.te-price-format .te-btn-secondary:focus-visible {
  border-color: var(--te-price-primary) !important;
  background: var(--te-price-surface) !important;
  color: var(--te-price-primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .075) !important;
}

.te-price-format .te-btn-primary:hover,
.te-price-format .te-btn-primary:focus-visible {
  border-color: var(--te-price-primary) !important;
  background: linear-gradient(135deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 76%, #c94a23)) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-price-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-price-muted) 18%, transparent) !important;
}

.te-price-format .te-btn-primary:hover::after,
.te-price-format .te-btn-primary:focus-visible::after {
  transform: translateX(120%);
}

.te-price-format__button {
  margin-top: 14px;
}

.te-price-factors__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.te-price-factor {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 206px;
  padding: clamp(22px, 2.6vw, 30px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 98%, transparent), color-mix(in srgb, var(--te-price-bg) 12%, var(--te-price-surface))),
    var(--te-price-surface);
  box-shadow: var(--te-price-shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.te-price-factor:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-price-primary) 30%, var(--te-price-border));
  box-shadow: 0 22px 56px rgba(26, 38, 51, .075);
}

.te-price-factor strong,
.te-price-faq__item strong {
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h6);
  font-weight: 800;
  line-height: 1.25;
}

.te-price-included .te-price-page__container {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.te-price-included__copy {
  display: grid;
  align-content: start;
}

.te-price-included__list {
  margin-top: clamp(22px, 3vw, 30px);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--te-price-shadow-soft);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 8%, transparent), transparent 64%),
    var(--te-price-surface);
}

.te-price-included__list ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
  color: color-mix(in srgb, var(--te-price-muted) 88%, var(--te-price-text));
  font-size: var(--font-sizes-text-base);
  line-height: 1.62;
}

.te-price-included__list li::marker {
  color: var(--te-price-primary);
}

.te-price-paths .te-price-page__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.te-price-payment .te-price-page__head {
  max-width: 820px;
}

.te-price-payment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.te-price-payment__card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 14px;
  min-height: 286px;
  padding: clamp(22px, 2.6vw, 30px);
  box-shadow: var(--te-price-shadow-soft);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 98%, transparent), color-mix(in srgb, var(--te-price-bg) 12%, var(--te-price-surface))),
    var(--te-price-surface);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.te-price-payment__card--accent {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 10%, transparent), transparent 62%),
    var(--te-price-surface);
}

.te-price-payment__number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 11%, var(--te-price-surface));
  color: var(--te-price-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.te-price-payment__number p {
  margin: 0;
}

.te-price-payment__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h5);
  font-weight: 800;
  line-height: 1.25;
}

.te-price-payment__text {
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-sm);
  line-height: 1.68;
}

.te-price-payment__card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-price-primary) 30%, var(--te-price-border));
  box-shadow: 0 22px 56px rgba(26, 38, 51, .075);
}

.te-price-payment-methods {
  padding-top: clamp(18px, 3vw, 34px);
}

.te-price-payment-methods .te-price-page__container {
  display: grid;
  gap: clamp(24px, 4vw, 36px);
}

.te-price-payment-methods__head {
  max-width: 760px;
  margin-bottom: 0;
}

.te-price-payment-methods__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h2);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.te-price-payment-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.te-price-payment-method {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 286px;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--te-price-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 98%, transparent), color-mix(in srgb, var(--te-price-bg) 12%, var(--te-price-surface))),
    var(--te-price-surface);
  box-shadow: var(--te-price-shadow-soft);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.te-price-payment-method::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 18%, transparent));
  opacity: .42;
}

.te-price-payment-method--accent {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 9%, transparent), transparent 62%),
    var(--te-price-surface);
}

.te-price-payment-method:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-price-primary) 30%, var(--te-price-border));
  box-shadow: 0 22px 56px rgba(26, 38, 51, .075);
}

.te-price-payment-method__mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-price-primary) 11%, var(--te-price-surface));
  color: var(--te-price-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.te-price-payment-method__mark p,
.te-price-payment-method__text p {
  margin: 0;
}

.te-price-payment-method__title {
  margin: 0;
  color: var(--te-price-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h5);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.te-price-payment-method__title span {
  display: block;
  margin-top: 4px;
  color: color-mix(in srgb, var(--te-price-muted) 78%, var(--te-price-text));
  font-family: Inter-Regular, Inter, sans-serif;
  font-size: var(--font-sizes-text-sm);
  font-weight: 400;
}

.te-price-payment-method__text {
  color: color-mix(in srgb, var(--te-price-muted) 86%, var(--te-price-text));
  font-size: var(--font-sizes-text-sm);
  line-height: 1.68;
}

.te-price-path {
  padding: clamp(26px, 4vw, 38px);
  box-shadow: var(--te-price-shadow-soft);
}

.te-price-path--accent {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 10%, transparent), transparent 62%),
    var(--te-price-surface);
}

.te-price-path__title {
  margin-top: 16px;
  font-size: var(--font-sizes-h3);
}

.te-price-path__text {
  margin-top: 14px;
}

.te-price-path__button {
  margin-top: 24px;
}

.te-price-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(24px, 4vw, 34px);
}

.te-price-faq__eyebrow {
  margin-bottom: 16px;
}

.te-price-faq__item {
  display: grid;
  gap: 10px;
  padding: 24px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.te-price-faq__item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-price-primary) 30%, var(--te-price-border));
  box-shadow: var(--te-price-shadow-soft);
}

.te-price-cta {
  padding-bottom: clamp(60px, 8vw, 104px);
}

.te-price-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 26px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--te-price-shadow);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-price-primary) 12%, transparent), transparent 64%),
    linear-gradient(180deg, var(--te-price-surface), color-mix(in srgb, var(--te-price-surface) 92%, var(--te-price-bg))),
    var(--te-price-surface);
}

.te-price-cta__eyebrow,
.te-price-cta__title,
.te-price-cta__text {
  grid-column: 1;
}

.te-price-cta__eyebrow {
  margin: 0 0 4px;
}

.te-price-cta__text {
  max-width: 700px;
  margin-top: 2px;
}

.te-price-cta__button {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  justify-self: end;
}

.te-price-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

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

.te-price-sticky {
  position: fixed;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 20px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 0 24px;
  border: 1px solid var(--te-price-primary);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--te-price-primary), color-mix(in srgb, var(--te-price-primary) 82%, #d94f25));
  color: #fff;
  font-family: Inter-Bold, Inter, Arial, sans-serif;
  font-size: var(--font-sizes-text-base);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 36px color-mix(in srgb, var(--te-price-primary) 28%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease;
}

.te-price-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.te-price-sticky:hover,
.te-price-sticky:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 22px 44px color-mix(in srgb, var(--te-price-primary) 32%, transparent);
}

[data-theme="dark"] .te-price-page,
[data-theme="dark"] .te-price-ranges,
[data-theme="dark"] .te-price-format,
[data-theme="dark"] .te-price-factors,
[data-theme="dark"] .te-price-included,
[data-theme="dark"] .te-price-payment,
[data-theme="dark"] .te-price-payment-methods,
[data-theme="dark"] .te-price-paths,
[data-theme="dark"] .te-price-faq,
[data-theme="dark"] .te-price-cta {
  --te-price-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-price-surface: var(--color-surface, #111827);
  --te-price-text: var(--color-text, #E5E9F0);
  --te-price-muted: var(--color-secondary, #9AA4B2);
  --te-price-border: color-mix(in srgb, #ffffff 12%, transparent);
  --te-price-line: color-mix(in srgb, #ffffff 10%, transparent);
  --te-price-shadow: 0 22px 60px rgba(0, 0, 0, .22);
  --te-price-shadow-soft: 0 18px 44px rgba(0, 0, 0, .16);
}

[data-theme="dark"] .te-price-hero,
[data-theme="dark"] .te-price-ranges,
[data-theme="dark"] .te-price-format,
[data-theme="dark"] .te-price-included,
[data-theme="dark"] .te-price-payment,
[data-theme="dark"] .te-price-faq {
  background: var(--te-price-bg);
}

[data-theme="dark"] .te-price-page,
[data-theme="dark"] .te-price-ranges,
[data-theme="dark"] .te-price-format,
[data-theme="dark"] .te-price-factors,
[data-theme="dark"] .te-price-included,
[data-theme="dark"] .te-price-payment,
[data-theme="dark"] .te-price-payment-methods,
[data-theme="dark"] .te-price-paths,
[data-theme="dark"] .te-price-faq,
[data-theme="dark"] .te-price-cta {
  background: var(--te-price-bg);
}

[data-theme="dark"] .te-price-seo-image {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
  filter: brightness(.86) saturate(.9) contrast(1.04);
}

[data-theme="dark"] .te-price-hero::before,
[data-theme="dark"] .te-price-ranges::before,
[data-theme="dark"] .te-price-included::before,
[data-theme="dark"] .te-price-faq::before,
[data-theme="dark"] .te-price-format::before,
[data-theme="dark"] .te-price-factors::before,
[data-theme="dark"] .te-price-payment::before,
[data-theme="dark"] .te-price-payment-methods::before,
[data-theme="dark"] .te-price-paths::before,
[data-theme="dark"] .te-price-cta::before {
  background: color-mix(in srgb, var(--te-price-primary) 4%, transparent);
  opacity: .38;
}

[data-theme="dark"] .te-price-hero::after,
[data-theme="dark"] .te-price-ranges::after,
[data-theme="dark"] .te-price-included::after,
[data-theme="dark"] .te-price-faq::after {
  border-color: color-mix(in srgb, var(--te-price-primary) 12%, transparent);
  box-shadow: 28px 18px 0 -14px color-mix(in srgb, var(--te-price-primary) 4%, transparent);
  opacity: .34;
}

[data-theme="dark"] .te-price-card__price {
  background: color-mix(in srgb, var(--te-price-primary) 14%, var(--te-price-surface));
}

@media (prefers-reduced-motion: reduce) {
  .te-price-card,
  .te-price-factor,
  .te-price-payment__card,
  .te-price-payment-method,
  .te-price-faq__item,
  .te-price-reveal {
    transition: none;
  }

  .te-price-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .te-price-hero {
    padding-block: 86px 48px;
  }

  .te-price-hero .te-price-page__container,
  .te-price-format__grid,
  .te-price-included .te-price-page__container,
  .te-price-payment__grid,
  .te-price-payment-methods__grid,
  .te-price-paths .te-price-page__container,
  .te-price-cta__panel {
    grid-template-columns: 1fr;
  }

  .te-price-ranges__grid,
  .te-price-factors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .te-price-cta__button {
    justify-self: start;
  }

  .te-price-sticky {
    right: 16px;
    bottom: 16px;
  }

  .te-price-hero__image {
    height: clamp(104px, 24vw, 132px);
  }

  .te-price-included__image {
    --te-price-included-image-offset: 0px;
    height: clamp(220px, 48vw, 320px);
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .te-price-page__container {
    width: min(100% - 28px, 1180px);
  }

  .te-price-hero {
    padding-block: 54px 36px;
  }

  .te-price-page__eyebrow {
    font-size: 14px;
  }

  .te-price-ranges__grid,
  .te-price-factors__grid,
  .te-price-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-price-card,
  .te-price-format__card,
  .te-price-factor,
  .te-price-payment__card,
  .te-price-payment-method,
  .te-price-faq__item {
    min-height: 0;
    padding: 20px;
  }

  .te-price-sticky {
    right: 14px;
    left: 14px;
    width: auto;
    max-width: none;
  }

  .te-price-card__price {
    white-space: normal;
  }
}

/* TextElit visual tune price background start */
.te-price-page,
.te-price-ranges,
.te-price-format,
.te-price-factors,
.te-price-included,
.te-price-payment,
.te-price-payment-methods,
.te-price-paths,
.te-price-faq,
.te-price-cta {
  --te-price-bg: var(--color-bg, #f9fafb);
}

.te-price-hero {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-price-surface) 38%, transparent), transparent 72%),
    var(--te-price-bg);
}

[data-theme="dark"] .te-price-page,
[data-theme="dark"] .te-price-ranges,
[data-theme="dark"] .te-price-format,
[data-theme="dark"] .te-price-factors,
[data-theme="dark"] .te-price-included,
[data-theme="dark"] .te-price-payment,
[data-theme="dark"] .te-price-payment-methods,
[data-theme="dark"] .te-price-paths,
[data-theme="dark"] .te-price-faq,
[data-theme="dark"] .te-price-cta {
  --te-price-bg: var(--color-bg, #1A2633);
}
/* TextElit visual tune price background end */


/* TextElit price mobile CTA button fix start */
@media (max-width: 980px) {
  .te-price-cta__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .te-price-cta__panel {
    overflow: hidden;
  }

  .te-price-cta__button,
  .te-price-cta__button.te-btn,
  .te-price-cta .te-btn {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}
/* TextElit price mobile CTA button fix end */
