/* Styles are confined to the requested Product Video content. */
.product-section {
  scroll-margin-top: var(--space-24);
  width: min(1160px, calc(100% - var(--space-20)));
  margin: 0 auto;
  padding: var(--space-20) 0;
}
.product-section__intro { margin-bottom: var(--space-12); }
.product-section__eyebrow {
  margin: 0 0 var(--space-4);
  color: var(--brand-blue-tint);
  font-family: var(--font-sans);
  font-size: var(--text-2xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-align: center;
  text-transform: uppercase;
}
.product-section .landing-section-title {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}
.product-section__lead { max-width: 850px; margin-top: var(--space-6); color: var(--text-secondary); font-size: var(--text-lg); line-height: 1.65; }
.product-feature { text-align: center; }
.product-feature .product-section__intro { container-type: inline-size; }
#features-title { text-transform: none; }
#features-title:lang(en) { font-size: min(var(--text-5xl), 6cqi); }
#features-title .feature-title__line { display: block; white-space: nowrap; }
#features-title .feature-brand--amazon {
  position: relative;
  display: inline-block;
  padding-bottom: 0.16em;
  color: var(--text-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#features-title .feature-brand__amazon-mark {
  position: absolute;
  right: auto;
  bottom: -0.12em;
  left: 15%;
  width: 70%;
  height: 0.28em;
  overflow: visible;
}
#features-title .feature-brand__amazon-mark path {
  fill: none;
  stroke: var(--brand-amazon);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}
#features-title .feature-brand--tiktok {
  display: inline-block;
  color: var(--text-primary);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-shadow: -0.035em 0 var(--brand-tiktok-cyan), 0.035em 0 var(--brand-tiktok-pink);
}
#features-title .feature-brand__shop {
  color: var(--text-primary);
  letter-spacing: -0.045em;
}
.product-feature .product-section__intro, .product-feature .landing-section-title, .product-feature .product-section__lead { margin-left: auto; margin-right: auto; }
.product-feature .product-section__lead,
.product-faq__lead,
#results .review-reel__intro,
#about .workflow-section__lead {
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: var(--leading-relaxed);
  text-wrap: balance;
}
.product-feature .product-section__lead { max-width: none; }
#results .review-reel__intro { max-width: 980px; }
#about .workflow-section__intro { max-width: 1160px; text-align: center; }
#about .workflow-section__intro .landing-section-title { max-width: none; margin-left: auto; margin-right: auto; line-height: var(--leading-display); }
#about .workflow-section__lead { max-width: 980px; margin-left: auto; margin-right: auto; }
.product-feature__demo {
  margin: 0 auto;
  padding: var(--space-3);
  max-width: 1020px;
  background: linear-gradient(145deg, rgb(var(--ch-brand-blue) / var(--a-12)), var(--surface-low));
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-panel);
}
.product-feature__demo video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); }
.product-feature__demo figcaption { padding: var(--space-3) var(--space-2) 0; color: var(--text-secondary); font-size: var(--text-sm); }
.product-section.other-formats { padding: var(--space-10) 0 var(--space-12); border-top: 1px solid var(--border-subtle); }
.other-formats #other-formats-title { margin: 0 auto var(--space-7); text-align: center; }
.other-formats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4); }
.other-formats__grid > article { min-width: 0; }
.other-formats__card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  min-height: 280px;
  height: 100%;
  padding: calc(var(--space-16) * 2) var(--space-5) var(--space-5);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  color: var(--text-primary);
  background: var(--surface-low);
  text-decoration: none;
  transition: border-color var(--dur-base) ease;
}
.other-formats__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform var(--dur-reveal) var(--ease-out);
}
.other-formats__card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(var(--ch-black) / var(--a-08)) 0%, rgb(var(--ch-black) / var(--a-18)) 30%, rgb(var(--ch-black) / var(--a-85)) 65%, var(--canvas) 100%);
  content: '';
}
.other-formats__body { width: 100%; }
.other-formats h3 { font-size: var(--text-md); line-height: 1.4; font-weight: var(--weight-semibold); }
.other-formats__grid p { margin-top: var(--space-2); font-size: var(--text-sm); line-height: 1.7; color: var(--text-secondary); }
.other-formats__arrow {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  display: grid;
  place-items: center;
  width: var(--space-8);
  height: var(--space-8);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  background: rgb(var(--ch-black) / var(--a-72));
  opacity: 0;
  transition: opacity var(--dur-base) ease;
}
.other-formats__arrow svg { width: var(--space-4); height: var(--space-4); }
.other-formats__card:is(:hover, :focus-visible) { border-color: var(--brand-blue-tint); }
.other-formats__card:is(:hover, :focus-visible) .other-formats__image { transform: scale(1.035); }
.other-formats__card:is(:hover, :focus-visible) .other-formats__arrow { opacity: 1; }
@media (hover: none) { .other-formats__arrow { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .other-formats__card, .other-formats__image, .other-formats__arrow { transition: none; }
  .other-formats__card:is(:hover, :focus-visible) .other-formats__image { transform: none; }
}
.product-section__action { display: inline-flex; gap: var(--space-2); align-items: center; min-height: 44px; margin-top: var(--space-8); color: var(--brand-blue-tint); text-decoration: underline; text-underline-offset: 0.25em; }
#pricing #header-text { container-type: inline-size; }
#pricing-title {
  max-width: none;
  font-size: min(var(--text-5xl), 5.8cqi);
}
#pricing-title .pricing-title__line { display: block; white-space: nowrap; }
.product-faq { max-width: 850px; }
.product-faq__lead { text-align: center; }
.product-faq__lead a { display: block; width: fit-content; margin: var(--space-2) auto 0; color: var(--brand-blue-tint); text-decoration: underline; text-underline-offset: 0.25em; }
.product-faq__list details { padding: var(--space-6) 0; border-bottom: 1px solid var(--border-subtle); }
.product-faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); min-height: 44px; list-style: none; cursor: pointer; font-weight: var(--weight-semibold); line-height: 1.5; }
.product-faq__list summary::-webkit-details-marker { display: none; }
.product-faq__list summary::after { content: '+'; color: var(--brand-violet-tint); font-size: var(--text-xl); }
.product-faq__list details[open] > summary::after { content: '\2212'; }
.product-faq__list details > p { margin-top: var(--space-3); padding-right: var(--space-8); color: var(--text-secondary); font-size: var(--text-base); line-height: 1.75; }

@media (max-width: 1023px) {
  .other-formats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-section { width: calc(100% - var(--space-12)); }
}
@media (max-width: 767px) {
  .product-section { padding-top: var(--space-12); padding-bottom: var(--space-12); }
  .product-section__intro { margin-bottom: var(--space-8); }
  .product-section__lead,
  .product-feature .product-section__lead,
  #results .review-reel__intro,
  #about .workflow-section__lead { font-size: var(--text-md); }
  .product-faq__list details > p { padding-right: 0; }
}
@media (max-width: 639px) {
  .other-formats__grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  #about .workflow-section__intro .landing-section-title { font-size: var(--text-4xl); }
}

.product-section :is(a, summary, video):focus-visible {
  outline: 2px solid var(--brand-blue-tint);
  outline-offset: 4px;
}
#partners { scroll-margin-top: var(--space-24); }
