.seo-page {
  position: relative;
  z-index: 1;
}

.seo-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.seo-section,
.seo-page-head {
  padding: 88px 0;
}

.seo-page--home .seo-section:first-child {
  padding-top: 140px;
}

.seo-page-head {
  padding-top: 156px;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 110, 0.22), transparent 35%),
    linear-gradient(180deg, rgba(245, 244, 240, 0.95), rgba(255, 255, 255, 0.98));
}

.seo-page-head--compact {
  padding-bottom: 56px;
}

.seo-page-head--error {
  min-height: 52vh;
  display: flex;
  align-items: center;
}

.seo-page-head h1,
.seo-hero-block h1 {
  margin: 0 0 20px;
  font-family: var(--tp-ff-jakarta, "Plus Jakarta Sans", sans-serif);
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #111112;
  max-width: 14ch;
}

.seo-page-head p,
.seo-hero-block p,
.seo-prose p,
.seo-card p,
.seo-step p,
.seo-cta p,
.seo-pricing-card p,
.seo-faq__body p {
  margin: 0;
  color: rgba(17, 17, 18, 0.75);
  font-size: 18px;
  line-height: 1.65;
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: #77654e;
}

.seo-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.seo-hero-block__inner,
.seo-cta {
  padding: 72px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 237, 196, 0.92), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 17, 18, 0.08);
}

.seo-section--muted {
  background: #f5f4f0;
}

.seo-section--cta {
  padding-top: 32px;
}

.seo-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.seo-section__header h2,
.seo-prose h2 {
  margin: 0;
  font-family: var(--tp-ff-jakarta, "Plus Jakarta Sans", sans-serif);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #111112;
  max-width: 14ch;
}

.seo-prose {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.seo-grid {
  display: grid;
  gap: 24px;
}

.seo-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card,
.seo-step,
.seo-pricing-card {
  padding: 28px;
  border: 1px solid rgba(17, 17, 18, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(17, 17, 18, 0.04);
}

.seo-card h3,
.seo-step h3,
.seo-pricing-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  color: #111112;
}

.seo-card a,
.seo-pricing-card a {
  color: inherit;
  text-decoration: none;
}

.seo-card--media {
  overflow: hidden;
  padding: 0;
}

.seo-card--media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.seo-card__body,
.seo-card--media .seo-card__body {
  padding: 24px;
}

.seo-card__meta {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 18, 0.06);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #77654e;
}

.seo-step__index {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #77654e;
}

.seo-pricing-card__price {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #77654e;
}

.seo-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(17, 17, 18, 0.78);
}

.seo-list li + li {
  margin-top: 8px;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #111112;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.seo-button:hover {
  transform: translateY(-1px);
  color: #fff;
}

.seo-button--secondary {
  background: rgba(17, 17, 18, 0.08);
  color: #111112;
}

.seo-button--secondary:hover {
  color: #111112;
}

.seo-table-wrap {
  overflow-x: auto;
}

.seo-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
}

.seo-table thead {
  background: #111112;
  color: #fff;
}

.seo-table th,
.seo-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(17, 17, 18, 0.08);
  text-align: left;
}

.seo-table tbody tr:nth-child(even) {
  background: rgba(17, 17, 18, 0.02);
}

.seo-stack {
  display: grid;
  gap: 16px;
}

.seo-faq {
  padding: 22px 24px;
  border: 1px solid rgba(17, 17, 18, 0.08);
  border-radius: 24px;
  background: #fff;
}

.seo-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
  color: #111112;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq__body {
  margin-top: 16px;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  font-size: 14px;
  color: rgba(17, 17, 18, 0.56);
}

.seo-breadcrumbs a {
  color: rgba(17, 17, 18, 0.72);
  text-decoration: none;
}

.seo-breadcrumbs__separator {
  opacity: 0.4;
}

.seo-card--quote p {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.6;
}

.seo-card--quote strong,
.seo-card--quote span {
  display: block;
}

.seo-card--quote span {
  margin-top: 6px;
  color: rgba(17, 17, 18, 0.55);
}

.seo-footer-area {
  padding-top: 120px;
  background:
    linear-gradient(180deg, #f5f4f0, #ffffff),
    #fff;
}

.is-current > a,
a[data-nav-link][aria-current="page"] {
  color: #111112 !important;
  font-weight: 700;
}

.tp-main-menu-ai .site-menu__link {
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 6px 18px;
}

.tp-main-menu-ai > nav > .site-menu__list > .site-menu__item {
  padding: 22px 0;
}

.tp-main-menu-ai .site-menu__item.is-current > .site-menu__link,
.tp-main-menu-ai .site-menu__link[aria-current="page"] {
  background: rgba(17, 17, 18, 0.08);
}

.tp-offcanvas-menu .site-menu__link {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.tp-hero-area.tp-hero-ai-spacing {
  padding-top: clamp(132px, 7.8vw, 170px);
  padding-bottom: clamp(72px, 6vw, 110px);
}

.hero-film-row {
  align-items: center !important;
}

.hero-film-copy {
  display: flex;
  min-height: clamp(720px, 45vw, 850px);
  margin-left: 0;
  margin-bottom: 0 !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.hero-film-copy .tp-hero-ai-title {
  width: min(100%, 820px);
  margin-bottom: clamp(14px, 1.5vw, 26px) !important;
  font-size: clamp(82px, 6.15vw, 126px);
  line-height: 0.99;
}

.hero-film-copy .title-slide-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.25vw, 24px);
  white-space: nowrap;
}

.hero-film-copy .tp-hero-ai-title .hero-shape {
  width: clamp(96px, 7.6vw, 138px);
  margin-top: -0.18em;
  margin-right: 0 !important;
  flex: 0 0 auto;
}

.hero-film-copy .film-fan-block {
  width: min(640px, 100%);
  min-height: 0;
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 0;
  margin-top: clamp(78px, 5vw, 108px);
  padding: 0;
  overflow: visible;
}

.hero-film-copy .film-fan-preview {
  display: none;
}

.hero-film-copy .film-fan-stage {
  width: min(700px, 100%);
  height: clamp(250px, 18vw, 330px);
  transform: translateX(clamp(-88px, -4vw, -56px)) scale(0.68);
  transform-origin: 100% 0;
}

.hero-film-copy > p,
.hero-film-copy + .tp-btn-ai {
  margin-top: 18px;
}

@media (min-width: 1200px) {
  .hero-film-copy > p,
  .hero-film-copy + .tp-btn-ai {
    display: none !important;
  }
}

.block_compare {
  position: relative;
  /* max-width: 760px; */
  margin-right: auto;
  padding-right: 58px;
  transform: translateY(-12px);
}

.compare-hero {
  --compare-position: 12%;
  --compare-progress: 16.6667%;
  --compare-sheen-x: 54%;
  --compare-sheen-y: 20%;
  --compare-rotate-x: 0deg;
  --compare-rotate-y: 0deg;
  position: relative;
  padding-top: 46px;
}

.compare-hero__viewport {
  position: relative;
  /* padding: 0 22px 28px; */
  border-radius: 34px;
  overflow: visible;
  isolation: isolate;
  /* background:
    radial-gradient(circle at var(--compare-sheen-x) var(--compare-sheen-y), rgba(40, 167, 255, 0.2), transparent 30%), linear-gradient(180deg, rgb(9 15 29 / 0%), rgb(4 9 21 / 21%));
  box-shadow: 0 30px 60px rgba(17, 17, 18, 0.18); */
  transform: perspective(1800px) rotateX(var(--compare-rotate-x)) rotateY(var(--compare-rotate-y));
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.compare-hero__viewport::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

.compare-hero__meta {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.compare-hero__eyebrow,
.compare-hero__counter {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ee6102;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.compare-hero__counter {
  color: #ee6102;
  letter-spacing: 0.14em;
}

.compare-hero__frame {
  position: relative;
  aspect-ratio: 17 / 11;
  border-radius: 28px;
  overflow: hidden;
  background: #0f1523;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.compare-hero__slides,
.compare-hero__slide {
  position: absolute;
  inset: 0;
}

.compare-hero__slides {
  z-index: 1;
}

.compare-hero__slide {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.compare-hero__slide.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.compare-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.compare-hero__image--base,
.compare-hero__image--after {
  position: absolute;
  inset: 0;
}

.compare-hero__after-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0 round 28px);
}

.compare-hero .compare-hero__film-preview.film-fan-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: #d7dbd9;
  box-shadow: none;
}

.compare-hero .compare-hero__film-preview .film-fan-preview__image {
  transition: opacity var(--preview-fade-duration) ease;
}

.compare-hero__caption {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 6;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 13, 24, 0.68);
  backdrop-filter: blur(14px);
}

.compare-hero__caption-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.compare-hero__caption strong {
  color: #fff;
  font-family: var(--tp-ff-jakarta, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.1;
}

.compare-hero__range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
}

.compare-hero__range::-webkit-slider-thumb {
  width: 1px;
  height: 1px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.compare-hero__range::-moz-range-thumb {
  width: 1px;
  height: 1px;
  border: 0;
  background: transparent;
}

.compare-hero__range::-moz-range-track {
  border: 0;
  background: transparent;
}

.compare-hero__handle {
  --compare-handle-knob-size: 58px;
  --compare-handle-line-gap: 37px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  z-index: 5;
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-hero__handle-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: none;
  box-shadow: none;
}

.compare-hero__handle-line::before,
.compare-hero__handle-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgb(224 100 15) 0%, rgb(255 104 0) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 0 24px rgb(255 118 27 / 40%);
  clip-path: inset(0 -24px);
}

.compare-hero__handle-line::before {
  top: 0;
  bottom: calc(50% + var(--compare-handle-line-gap, 37px));
}

.compare-hero__handle-line::after {
  top: calc(50% + var(--compare-handle-line-gap, 37px));
  bottom: 0;
}

.compare-hero__handle-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: var(--compare-handle-knob-size, 58px);
  height: var(--compare-handle-knob-size, 58px);
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #cd5606, #633210);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.15), 0 10px 28px #FF9800;
  isolation: isolate;
  overflow: hidden;
  z-index: 1;
}

.compare-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(8, 13, 24, 0.78);
  color: #fff;
  backdrop-filter: blur(12px);
}

.compare-hero__nav:hover {
  color: #fff;
  background: rgba(17, 131, 255, 0.96);
  transform: translateY(-2px);
}

.compare-hero__nav--prev {
  left: 18px;
}

.compare-hero__nav--next {
  right: 18px;
}

.compare-hero__nav span {
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px);
}

.compare-hero__wheel-badge__old {
  position: absolute;
  right: -60px;
  bottom: -55px;
  z-index: 8;
  display: grid;
  width: min(29%, 210px);
  aspect-ratio: 1;
  place-items: center;
  padding: 16px;
  /* border-radius: 50%;
  background: radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.98), rgba(218, 226, 239, 0.94) 58%, rgba(143, 161, 190, 0.76) 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26); */
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}
.compare-hero__wheel-badge {
     position: absolute;
    /* right: -60px; */
    /* bottom: -55px; */
    z-index: 0;
    left: -170px;
    display: grid;
    width: min(29%, 210px);
    aspect-ratio: 1;
    place-items: center;
    padding: 16px;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    top: -65px;
    /* transform: rotate3d(1, 1, 1, 326deg); */
    /* transform: rotateY(357deg) rotate(107deg) rotate3d(1, 1, 1, 7deg); */
    transform: rotateY(0deg) rotateX(171deg) rotate(110deg);
    /* transform: rotate(127deg); */
}
.compare-hero.is-film-preview-active .compare-hero__wheel-badge {
  opacity: 0;
  visibility: hidden;
  transform: translate(12px, 12px) scale(0.92);
}

.compare-hero__wheel-ring {
  position: absolute;
  inset: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 1px 12px rgba(255, 255, 255, 0.58); */
}

.compare-hero__wheel-image {
  display: none;
  position: absolute;
  inset: 16px;
  z-index: 1;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 10px 22px rgba(19, 30, 56, 0.28));
}

.compare-hero__wheel-image.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.compare-hero__pager {
  position: absolute;
  z-index: 7;
  width: fit-content;
  max-width: calc(100% - 140px);
  margin: 18px auto 0;
  padding: 12px 16px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(8, 13, 24, 0.72);
  backdrop-filter: blur(12px);
  bottom: 7%;
  left: 42%;
}

.compare-hero__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-hero__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.compare-hero__dot.is-active {
  width: 30px;
  background: #c95609;
}

.compare-hero__pager-track {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.compare-hero__pager-progress {
  display: block;
  width: var(--compare-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(40deg, #794726, #ef6102);
  transition: none;
  will-change: width;
}

.compare-hero__thumbs {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 10px;
  /* padding: 4px 58px 6px 0; */
  overflow-x: auto;
  scrollbar-width: none;
      padding-top: 7px;
    padding-bottom: 15px;
}

.compare-hero__thumbs::-webkit-scrollbar {
  display: none;
}

.compare-hero__thumb {
  flex: 1 0 82px;
  padding: 0;
  background: transparent;
}

.compare-hero__thumb-frame {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 18, 0.08);
  border-radius: 18px;
  background: #392e19;
  /* box-shadow: 0 12px 24px rgba(17, 17, 18, 0.1); */
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.compare-hero__thumb img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 0.18s ease;
}

.compare-hero__thumb:hover .compare-hero__thumb-frame,
.compare-hero__thumb.is-active .compare-hero__thumb-frame {
  border-color: rgb(245 100 2 / 77%);
  box-shadow: 0 14px 26px rgb(255 163 17 / 18%);
  transform: translateY(-6px);
}

.compare-hero__thumb:hover img,
.compare-hero__thumb.is-active img {
  opacity: 1;
}

.compare-hero__upload {
  flex: 0 0 108px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 18px 14px;
  border-radius: 24px;
  background: linear-gradient(81deg, rgb(249 165 109), rgb(129 56 6));
  box-shadow: 0 18px 28px rgba(17, 17, 18, 0.12);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 700;
}

.compare-hero__upload:hover {
  color: #fff;
  transform: translateY(-4px);
}

.compare-hero__upload-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 30px;
  line-height: 1;
}

.compare-hero__upload-text {
  line-height: 1.55;
}

@media (max-width: 991px) {
  .seo-section,
  .seo-page-head {
    padding: 72px 0;
  }

  .tp-hero-area.tp-hero-ai-spacing {
    padding-top: 132px;
  }

  .hero-film-copy {
    min-height: 0;
    align-items: center;
    text-align: center !important;
  }

  .hero-film-copy .tp-hero-ai-title {
    width: min(100%, 680px);
    font-size: clamp(58px, 11vw, 92px);
  }

  .hero-film-copy .title-slide-gradient {
    justify-content: center;
  }

  .hero-film-copy .film-fan-block {
    width: min(620px, 100%);
    justify-items: center;
  }

  .hero-film-copy .film-fan-stage {
    width: min(620px, 100%);
    height: clamp(300px, 58vw, 420px);
    transform: scale(0.74);
    transform-origin: 50% 0;
  }

  .seo-page-head {
    padding-top: 132px;
  }

  .seo-grid--three {
    grid-template-columns: 1fr;
  }

  .seo-hero-block__inner,
  .seo-cta {
    padding: 32px 24px;
  }

  .tp-offcanvas-menu .site-menu__link {
    font-size: 15px;
  }

  .block_compare {
    max-width: 720px;
    margin-top: 32px;
    padding-right: 28px;
    transform: none;
  }

  .compare-hero__viewport {
    padding: 0 18px 24px;
    transform: none;
  }

  .compare-hero {
    padding-top: 40px;
  }

  .compare-hero__meta {
    left: 18px;
    right: 18px;
  }

  .compare-hero__wheel-badge {
    right: -18px;
    bottom: 108px;
    width: min(27%, 180px);
  }

  .compare-hero__thumbs {
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu-ai .site-menu__link {
    font-size: 12px;
    padding: 6px 14px;
  }
}

@media (max-width: 767px) {
  .hero-film-copy .tp-hero-ai-title {
    font-size: clamp(44px, 14vw, 70px);
  }

  .hero-film-copy .tp-hero-ai-title .hero-shape {
    width: clamp(58px, 16vw, 82px);
  }

  .hero-film-copy .film-fan-stage {
    height: 330px;
    transform: scale(0.68);
  }

  .block_compare {
    padding-right: 0;
  }

  .compare-hero {
    padding-top: 34px;
  }

  .compare-hero__viewport {
    padding: 0 14px 20px;
    border-radius: 28px;
  }

  .compare-hero__meta {
    left: 14px;
    right: 14px;
  }

  .compare-hero__eyebrow,
  .compare-hero__counter {
    min-height: auto;
    padding: 0;
    font-size: 10px;
  }

  .compare-hero__frame {
    border-radius: 22px;
    aspect-ratio: 4 / 3;
  }

  .compare-hero__after-layer {
    clip-path: inset(0 calc(100% - var(--compare-position)) 0 0 round 22px);
  }

  .compare-hero__caption {
           top: 8px;
        right: 8px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .compare-hero__caption strong {
    font-size: 14px;
  }

  .compare-hero__nav {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .compare-hero__nav--prev {
    left: 12px;
  }

  .compare-hero__nav--next {
    right: 12px;
  }

  .compare-hero__wheel-badge {
          width: 135px;
        padding: 12px;
        left: -28px;
        z-index: 1;
        top: -50px;
        transform: rotateY(0deg) rotateX(180deg) rotate(119deg);
  }

  .compare-hero__wheel-image {
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .compare-hero__pager {
    max-width: calc(100% - 24px);
    padding: 10px 14px 9px;
  }

  .compare-hero__thumb {
    flex-basis: 74px;
  }

  .compare-hero__thumb img {
    height: 102px;
  }

  .compare-hero__upload {
    flex-basis: 94px;
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .compare-hero__handle {
    --compare-handle-knob-size: 50px;
    --compare-handle-line-gap: 33px;
  }

  .compare-hero__handle-knob {
    font-size: 20px;
  }

  .compare-hero__pager {
           margin-top: 14px;
        left: 32%;
        bottom: 8%;
    }
  }

  .compare-hero__dots {
    gap: 8px;
  }

  .compare-hero__dot.is-active {
    width: 24px;
  }
}

.film-hero .hero-film-copy {
  align-items: flex-start;
  text-align: left !important;
}

.film-hero .hero-film-copy .tp-hero-ai-title {
  width: min(100%, 760px);
  font-size: 72px;
  line-height: 1.04;
  letter-spacing: 0;
}

.film-hero .hero-film-copy .title-slide-gradient {
  justify-content: flex-start;
  white-space: normal;
}

.film-hero .hero-film-copy .film-fan-block {
  margin-top: 28px;
}

.film-hero .hero-film-copy .film-fan-stage {
  transform: translateX(-30px) scale(0.62);
}

.film-hero-lead,
.film-hero-text,
.film-hero-micro {
  max-width: 690px;
  margin: 0;
  letter-spacing: 0;
}

.film-hero-text {
  margin-top: 18px;
  opacity: 0.82;
}

.film-hero-micro {
  margin-top: 16px;
  opacity: 0.68;
}

.film-hero-actions,
.film-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.film-hero .tp-btn-ai,
.film-button {
  border-radius: 8px;
  border: 0;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
}

.film-hero .tp-btn-ai-transparent,
.film-button--secondary {
  background: #f0efe9;
  color: #161616;
}

.compare-hero__upload {
  border: 0;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  .compare-hero__thumbs {
    gap: 8px;
    overflow-x: visible;
  }

  .compare-hero__thumb {
    flex: 1 1 68px;
    min-width: 0;
  }

  .compare-hero__upload {
    flex: 0 1 92px;
    min-width: 86px;
    padding: 16px 10px;
  }
}

@media (min-width: 1200px) {
  .film-hero .hero-film-copy > p {
    display: block !important;
  }
}

.film-section {
  position: relative;
  background: #ffffff;
}

.film-section--steps,
.film-section--pricing,
.film-section--blog {
  background: #f7f8f5;
}

.film-section--why {
  background: #101416;
  color: #ffffff;
}

.film-section-head {
  max-width: 850px;
  margin-bottom: 42px;
}

.film-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #d75c0b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.film-section-title,
.film-note h2,
.film-final-cta h2,
.film-footer-about h2 {
  margin: 0;
  color: #111112;
  font-family: var(--tp-ff-jakarta, "Plus Jakarta Sans", sans-serif);
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
}

.film-section--why .film-section-title,
.film-section--why .film-eyebrow,
.film-note h2,
.film-section--why .film-prose p,
.film-section--why .film-check-list li {
  color: #ffffff;
}

.film-section-intro,
.film-prose p,
.film-card p,
.film-note p,
.film-final-cta p,
.film-footer-about p {
  margin: 0;
  color: rgba(17, 17, 18, 0.74);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
}

.film-prose {
  display: grid;
  gap: 18px;
}

.film-grid {
  display: grid;
  gap: 20px;
}

.film-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.film-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.film-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.film-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(17, 17, 18, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: #111112;
  box-shadow: 0 12px 30px rgba(17, 17, 18, 0.05);
}

.film-card h3 {
  margin: 0 0 12px;
  color: #111112;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
}

.film-card--step {
  background: #fbfbf8;
}

.film-card-index {
  margin-bottom: 20px;
  color: #d75c0b;
  font-size: 18px;
  font-weight: 800;
}

.film-card--media {
  overflow: hidden;
  padding: 0;
}

.film-card--media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.film-card-body {
  padding: 22px;
}

.film-card--link {
  text-decoration: none;
}

.film-card--price .film-button {
  margin-top: auto;
}

.film-check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.film-check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(17, 17, 18, 0.76);
  font-size: 16px;
  line-height: 1.5;
}

.film-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d75c0b;
}

.film-check-list--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.film-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  background: #111112;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.film-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.film-button--secondary:hover {
  color: #161616;
}

.film-center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.film-price {
  display: block;
  margin: 6px 0 22px;
  color: #111112;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.film-note {
  margin-top: 70px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.film-note p {
  max-width: 980px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.film-faq {
  display: grid;
  gap: 12px;
}

.film-faq-item {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 18, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.film-faq-button {
  display: flex;
  width: 100%;
  gap: 18px;
  padding: 24px;
  border: 0;
  background: #ffffff;
  color: #111112;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.film-faq-button span {
  flex: 0 0 auto;
  color: #d75c0b;
}

.film-faq-body {
  padding: 0 24px 24px 68px;
}

.film-faq-body p {
  margin: 0;
  color: rgba(17, 17, 18, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.film-final-cta {
  padding: 70px 28px;
  border-radius: 8px;
  background: #111112;
  color: #ffffff;
}

.film-final-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.film-final-cta p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.76);
}

.film-final-actions {
  justify-content: center;
}

.film-final-actions .film-button--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.film-showcase {
  height: min(58vw, 620px);
  min-height: 360px;
  overflow: hidden;
}

.film-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-footer {
  padding-top: 90px;
}

.film-footer-about h2 {
  font-size: 42px;
}

.film-footer-about h2 a,
.film-footer-nav a {
  color: #111112;
  text-decoration: none;
}

.film-footer-about p {
  max-width: 680px;
  margin-top: 18px;
}

.film-footer-nav ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.film-footer-nav a {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .film-hero .hero-film-copy {
    align-items: center;
    text-align: center !important;
  }

  .film-hero .hero-film-copy .tp-hero-ai-title {
    font-size: 58px;
  }

  .film-hero .hero-film-copy .title-slide-gradient {
    justify-content: center;
  }

  .film-hero .hero-film-copy .film-fan-stage {
    transform: scale(0.68);
  }

  .film-hero-actions {
    justify-content: center;
  }

  .film-grid--five,
  .film-grid--four,
  .film-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .film-hero .hero-film-copy .tp-hero-ai-title,
  .film-section-title,
  .film-note h2,
  .film-final-cta h2 {
    font-size: 38px;
  }

  .film-section-head {
    margin-bottom: 30px;
  }

  .film-grid--five,
  .film-grid--four,
  .film-grid--three,
  .film-check-list--columns {
    grid-template-columns: 1fr;
  }

  .film-card {
    padding: 20px;
  }

  .film-card h3 {
    font-size: 22px;
  }

  .film-card-body {
    padding: 20px;
  }

  .film-faq-button {
    padding: 20px;
    font-size: 19px;
  }

  .film-faq-body {
    padding: 0 20px 20px;
  }

  .film-note {
    padding: 24px;
  }

  .film-showcase {
    min-height: 280px;
  }

  .film-footer-about h2 {
    font-size: 32px;
  }
}

.film-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: normal;
}

.film-brand-logo--light {
  color: #fff;
}

@media (max-width: 575px) {
  .film-brand-logo {
    max-width: 170px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .tp-hero-area.tp-hero-ai-spacing.film-hero {
    padding-top: 122px;
    padding-bottom: 48px;
  }

  .film-hero .hero-film-copy .tp-hero-ai-title {
    margin-bottom: 10px !important;
    font-size: 39px;
    line-height: 1.08;
  }

  .film-hero .hero-film-copy .film-fan-block {
    width: 100%;
    height: 214px;
    margin-top: 10px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .film-hero .hero-film-copy .film-fan-stage {
    width: 560px;
    max-width: none;
    height: 214px;
    transform: scale(0.45);
    transform-origin: 50% 0;
  }

  .film-hero-lead {
    font-size: 18px !important;
    line-height: 1.36;
  }

  .film-hero-text {
    margin-top: 14px;
    font-size: 16px !important;
    line-height: 1.45;
  }

  .film-hero-actions {
    width: 100%;
    margin-top: 18px;
  }

  .film-hero .tp-btn-ai,
  .film-hero .tp-btn-ai-transparent {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    text-align: center;
  }
}
