:root {
  --tpv-primary: #8E2157;
  --tpv-primary-dark: #6f1a45;
  --tpv-primary-soft: rgba(142, 33, 87, 0.08);
  --tpv-primary-line: rgba(142, 33, 87, 0.18);
  --tpv-surface: #ffffff;
  --tpv-muted: #5c6478;
  --tpv-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  --tpv-radius: 24px;
}

.page-tpv-prestashop {
  background: #f4f2f5;
}

/* ── Landing hero: dark product stage ── */
.tpv-landing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 72px) 0 clamp(40px, 5vw, 56px);
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(142, 33, 87, 0.45), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(142, 33, 87, 0.2), transparent 50%),
    linear-gradient(155deg, #0c0a10 0%, #15121c 42%, #1a1220 100%);
  color: #f5f1f4;
}

.tpv-landing-hero__glow {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.015) 2px,
    rgba(255, 255, 255, 0.015) 3px
  );
  pointer-events: none;
}

.tpv-landing-hero__gridlines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(142, 33, 87, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 33, 87, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
  pointer-events: none;
}

.tpv-landing-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding-bottom: clamp(32px, 5vw, 48px);
}

.tpv-landing-hero__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tpv-landing-hero__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--tpv-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 32px rgba(142, 33, 87, 0.45);
}

.tpv-landing-hero__brand strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.tpv-landing-hero__brand span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(245, 241, 244, 0.62);
}

.tpv-landing-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.tpv-landing-hero__title .accent {
  color: #f4a8c8;
  font-style: normal;
}

.tpv-landing-hero__lead {
  margin: 0;
  max-width: 46ch;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(245, 241, 244, 0.78);
}

.tpv-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 28px;
}

.tpv-landing-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tpv-landing-hero__btn:hover {
  transform: translateY(-2px);
}

.tpv-landing-hero__btn--primary {
  background: #fff;
  color: var(--tpv-primary);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.tpv-landing-hero__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.tpv-landing-hero__link {
  color: rgba(245, 241, 244, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tpv-landing-hero__link:hover {
  color: #fff;
}

.tpv-landing-hero__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
}

.tpv-landing-hero__metrics div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tpv-landing-hero__metrics dt {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 244, 0.45);
}

.tpv-landing-hero__metrics dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.tpv-landing-hero__metrics a {
  color: #f4a8c8;
  text-decoration: none;
}

.tpv-landing-hero__stage {
  position: relative;
  min-height: 380px;
}

.tpv-landing-hero__status {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(24, 182, 99, 0.16);
  border: 1px solid rgba(24, 182, 99, 0.35);
  color: #9ef0c4;
  font-size: 12px;
  font-weight: 700;
}

.tpv-landing-hero__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3ecf8e;
  box-shadow: 0 0 12px rgba(62, 207, 142, 0.8);
}

.tpv-landing-hero__screen {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(142, 33, 87, 0.2) inset;
}

.tpv-landing-hero__screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.tpv-landing-hero__screen--main {
  position: relative;
  z-index: 2;
  transform: perspective(1200px) rotateY(-7deg) rotateX(3deg);
  transform-origin: center right;
}

.tpv-landing-hero__screen--rear {
  position: absolute;
  top: 12%;
  right: -4%;
  width: 72%;
  z-index: 1;
  opacity: 0.55;
  transform: perspective(1200px) rotateY(-12deg) rotateX(4deg) scale(0.92);
  filter: blur(0.3px);
}

.tpv-landing-hero__chip {
  position: absolute;
  z-index: 4;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #171b26;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  font-size: 11px;
}

.tpv-landing-hero__chip span {
  display: block;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-landing-hero__chip strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.tpv-landing-hero__chip em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  color: var(--tpv-muted);
  font-size: 12px;
}

.tpv-landing-hero__chip--ticket {
  left: -2%;
  bottom: 8%;
  transform: rotate(-4deg);
}

.tpv-landing-hero__chip--stock {
  right: 2%;
  bottom: 22%;
  transform: rotate(3deg);
}

.tpv-landing-hero__ticker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  padding: 14px 0;
}

.tpv-landing-hero__ticker-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: tpvTicker 36s linear infinite;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 241, 244, 0.42);
}

.tpv-landing-hero__ticker-track span:nth-child(odd) {
  color: rgba(244, 168, 200, 0.75);
}

@keyframes tpvTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.tpv-kicker,
.tpv-feature-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-lead,
.tpv-demo-inline,
.tpv-demo-url,
.tpv-demo-credentials,
.tpv-demo-note {
  color: var(--tpv-muted);
}

.tpv-demo-inline a,
.tpv-demo-url a,
.tpv-demo-note a {
  color: var(--tpv-primary);
  font-weight: 700;
}

.tpv-btn-primary,
.btn.tpv-btn-primary {
  background: var(--tpv-primary);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(142, 33, 87, 0.22);
}

.tpv-btn-primary:hover,
.btn.tpv-btn-primary:hover {
  filter: brightness(1.05);
}

.tpv-btn-outline,
.btn.tpv-btn-outline {
  background: #fff;
  color: var(--tpv-primary);
  border: 1px solid var(--tpv-primary-line);
}

.tpv-btn-green,
.btn.tpv-btn-green {
  background: #18b663;
  color: #fff;
  border: 0;
}

.tpv-reveal {
  animation: tpvFadeUp 0.7s ease both;
  animation-delay: var(--delay, 0ms);
}

@keyframes tpvFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.tpv-prestashop-hero .eyebrow,
.page-tpv-prestashop .tpv-hero-note {
  color: var(--tpv-primary);
}

.tpv-hero-note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--tpv-muted);
}

.tpv-hero-note a {
  color: var(--tpv-primary);
  font-weight: 700;
}

.tpv-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.tpv-hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
}

.tpv-hero-orb--1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 8%;
  background: rgba(142, 33, 87, 0.16);
}

.tpv-hero-orb--2 {
  width: 260px;
  height: 260px;
  bottom: -60px;
  left: 10%;
  background: rgba(142, 33, 87, 0.08);
}

.tpv-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(142, 33, 87, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 33, 87, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
}

.tpv-daily-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tpv-daily-card {
  padding: 22px;
  background: var(--tpv-surface);
  border: 1px solid #e8edf5;
  border-radius: var(--tpv-radius);
  box-shadow: var(--tpv-shadow);
}

.tpv-daily-num {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--tpv-primary);
}

.tpv-daily-card p {
  margin: 0;
  color: var(--tpv-muted);
  line-height: 1.65;
}

.tpv-fit-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
  background: var(--tpv-surface);
  border: 1px solid #e8edf5;
  border-radius: var(--tpv-radius);
  box-shadow: var(--tpv-shadow);
}

.tpv-fit-card h3 {
  margin: 0;
  color: #171b26;
}

.tpv-fit-card p {
  margin: 0;
  color: var(--tpv-muted);
}

.tpv-fit-card .btn {
  justify-self: start;
  margin-top: 6px;
}

.tpv-home-promo {
  padding-top: 28px;
}

.tpv-home-promo-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  border-radius: calc(var(--tpv-radius) + 4px);
  background:
    radial-gradient(circle at top right, rgba(142, 33, 87, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fdf9fb 100%);
  border: 1px solid var(--tpv-primary-line);
  box-shadow: var(--tpv-shadow);
}

.tpv-home-promo .tpv-home-benefits-grid {
  margin-top: 22px;
}

/* UI showcase — homepage browser mockup */
.tpv-ui-showcase--compact {
  display: grid;
  gap: 14px;
}

.tpv-ui-browser {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(142, 33, 87, 0.14);
  box-shadow:
    0 24px 60px rgba(16, 24, 40, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  background: #f6f7fb;
}

.tpv-ui-browser-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #fff 0%, #f3f5fa 100%);
  border-bottom: 1px solid #e5eaf3;
}

.tpv-ui-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

.tpv-ui-dot--red { background: #ff6b6b; }
.tpv-ui-dot--amber { background: #ffc857; }
.tpv-ui-dot--green { background: #3ecf8e; }

.tpv-ui-browser-url {
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5eaf3;
  font-size: 12px;
  color: #6b7288;
  font-weight: 600;
}

.tpv-ui-browser-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #eef1f7;
}

.tpv-ui-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.tpv-ui-shot.is-active {
  opacity: 1;
  transform: scale(1);
}

.tpv-ui-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tpv-ui-tab {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  background: #fff;
  color: #3b4255;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tpv-ui-tab:hover,
.tpv-ui-tab.is-active {
  border-color: var(--tpv-primary-line);
  box-shadow: 0 8px 20px rgba(142, 33, 87, 0.1);
}

.tpv-ui-tab.is-active {
  background: linear-gradient(180deg, #fff 0%, #fdf5f8 100%);
}

.tpv-ui-tab-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-ui-tab-label {
  font-size: 13px;
  font-weight: 700;
}

/* UI showcase — landing gallery */
.tpv-ui-gallery {
  padding-top: 12px;
}

.tpv-ui-gallery-group + .tpv-ui-gallery-group {
  margin-top: 34px;
}

.tpv-ui-gallery-title {
  margin: 0 0 16px;
  font-size: 1.15rem;
  color: #171b26;
}

.tpv-ui-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tpv-ui-gallery-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: calc(var(--tpv-radius) - 4px);
  overflow: hidden;
  box-shadow: var(--tpv-shadow);
}

.tpv-ui-gallery-frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f7;
}

.tpv-ui-gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  transition: transform 0.35s ease;
}

.tpv-ui-gallery-card:hover .tpv-ui-gallery-frame img {
  transform: scale(1.03);
}

.tpv-ui-gallery-card figcaption {
  display: grid;
  gap: 4px;
  padding: 14px 16px 16px;
}

.tpv-ui-gallery-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-ui-gallery-card strong {
  font-size: 15px;
  color: #171b26;
}

.tpv-home-promo-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.12;
  color: #171b26;
}

.tpv-home-promo-actions,
.tpv-final-actions,
.tpv-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.tpv-home-promo-actions .btn,
.tpv-final-actions .btn,
.tpv-demo-actions .btn {
  min-width: 11.5rem;
}

.tpv-home-promo-copy .tpv-demo-note {
  margin-top: 18px;
}

.tpv-home-benefits-grid,
.tpv-audience-grid,
.tpv-benefits-grid,
.tpv-faq-grid {
  display: grid;
  gap: 14px;
}

.tpv-home-benefits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tpv-home-benefit-card,
.tpv-audience-card,
.tpv-benefit-card,
.tpv-faq-card,
.tpv-what-card,
.tpv-problem-card,
.tpv-feature-card,
.tpv-process-card {
  background: var(--tpv-surface);
  border: 1px solid #e8edf5;
  border-radius: var(--tpv-radius);
  box-shadow: var(--tpv-shadow);
}

.tpv-home-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
}

.tpv-home-benefit-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--tpv-primary);
  flex-shrink: 0;
}

.tpv-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.tpv-problem-copy h2,
.tpv-demo-panel h2,
.tpv-final-panel h2 {
  margin: 10px 0 14px;
  line-height: 1.15;
}

.tpv-problem-card,
.tpv-what-card {
  padding: 24px;
}

.tpv-problem-card {
  display: grid;
  gap: 14px;
}

.tpv-contrast-block {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #e8edf5;
}

.tpv-contrast-block--before {
  background: #fafbfc;
}

.tpv-contrast-block--after {
  background: linear-gradient(180deg, #fff 0%, #fdf5f8 100%);
  border-color: var(--tpv-primary-line);
}

.tpv-contrast-block strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tpv-contrast-block--before strong {
  color: #6b7288;
}

.tpv-contrast-block--after strong {
  color: var(--tpv-primary);
}

.tpv-contrast-block p {
  margin: 0;
  color: var(--tpv-muted);
  line-height: 1.6;
}

.tpv-what-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #171b26;
}

.tpv-problem-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--tpv-primary);
}

.tpv-what-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.tpv-features-grid,
.tpv-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tpv-feature-card,
.tpv-process-card {
  padding: 22px;
}

.tpv-feature-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.tpv-feature-icon,
.tpv-audience-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--tpv-primary-soft);
  color: var(--tpv-primary);
  font-size: 12px;
  font-weight: 800;
}

.tpv-feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--tpv-muted);
}

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

.tpv-demo-panel,
.tpv-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 40px);
  border-radius: calc(var(--tpv-radius) + 6px);
  background: linear-gradient(135deg, rgba(142, 33, 87, 0.96), #6f1a45);
  color: #fff;
  box-shadow: 0 24px 60px rgba(142, 33, 87, 0.24);
}

.tpv-demo-panel p,
.tpv-final-panel p,
.tpv-demo-panel a,
.tpv-final-panel a {
  color: rgba(255, 255, 255, 0.92);
}

.tpv-demo-panel .tpv-kicker,
.tpv-final-panel .tpv-kicker {
  color: #ffd8e8;
}

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

.tpv-audience-card,
.tpv-benefit-card,
.tpv-faq-card {
  padding: 22px;
}

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

.tpv-process-num {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--tpv-primary);
}

.tpv-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

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

.tpv-related-links a {
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--tpv-primary-line);
  color: var(--tpv-primary);
  font-weight: 700;
}

/* ── Conversion graphics ── */
.tpv-problem-flow {
  margin-top: 28px;
}

.tpv-sync-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: calc(var(--tpv-radius) + 4px);
  background:
    radial-gradient(circle at 20% 20%, rgba(142, 33, 87, 0.08), transparent 42%),
    linear-gradient(180deg, #fff 0%, #faf7f9 100%);
  border: 1px solid var(--tpv-primary-line);
  box-shadow: var(--tpv-shadow);
}

.tpv-sync-flow__node {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  padding: 16px 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8edf5;
}

.tpv-sync-flow__node--tpv {
  border-color: var(--tpv-primary-line);
  background: linear-gradient(180deg, #fff 0%, #fdf5f8 100%);
  box-shadow: 0 12px 30px rgba(142, 33, 87, 0.12);
}

.tpv-sync-flow__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--tpv-primary-soft);
  color: var(--tpv-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tpv-sync-flow__node strong {
  font-size: 14px;
  color: #171b26;
}

.tpv-sync-flow__node em {
  font-size: 12px;
  font-style: normal;
  color: var(--tpv-muted);
}

.tpv-sync-flow__bridge {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 72px;
}

.tpv-sync-flow__line {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d8dee8, var(--tpv-primary), #d8dee8);
  border-radius: 999px;
}

.tpv-sync-flow__pulse {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 999px;
  background: var(--tpv-primary);
  box-shadow: 0 0 0 0 rgba(142, 33, 87, 0.45);
  animation: tpvSyncPulse 2.2s ease infinite;
}

.tpv-sync-flow__bridge--out .tpv-sync-flow__pulse {
  animation-delay: 1.1s;
}

.tpv-sync-flow__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tpv-muted);
}

@keyframes tpvSyncPulse {
  0% { transform: translateX(-36px); opacity: 0.3; }
  50% { opacity: 1; }
  100% { transform: translateX(36px); opacity: 0.3; }
}

.tpv-conversion-strip {
  padding-top: 10px;
}

.tpv-conversion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tpv-conversion-card {
  display: grid;
  gap: 0;
  text-decoration: none;
  color: inherit;
  border-radius: calc(var(--tpv-radius) - 2px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8edf5;
  box-shadow: var(--tpv-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tpv-conversion-card:hover {
  transform: translateY(-4px);
  border-color: var(--tpv-primary-line);
  box-shadow: 0 22px 50px rgba(142, 33, 87, 0.14);
}

.tpv-conversion-card__shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f7;
}

.tpv-conversion-card__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  transition: transform 0.35s ease;
}

.tpv-conversion-card:hover .tpv-conversion-card__shot img {
  transform: scale(1.04);
}

.tpv-conversion-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(142, 33, 87, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tpv-conversion-card__copy {
  display: grid;
  gap: 4px;
  padding: 14px 16px 16px;
}

.tpv-conversion-card__copy strong {
  font-size: 15px;
  color: #171b26;
}

.tpv-conversion-card__copy span {
  font-size: 13px;
  color: var(--tpv-muted);
  line-height: 1.45;
}

.tpv-conversion-card__copy em {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: var(--tpv-primary);
}

.tpv-what-visual {
  margin-top: 28px;
  max-width: 920px;
  margin-inline: auto;
}

.tpv-daily-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
}

.tpv-daily-copy h2 {
  margin: 10px 0 18px;
  line-height: 1.15;
}

.tpv-daily-grid--stack {
  grid-template-columns: 1fr;
}

.tpv-section-browser__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-landing-gallery {
  background: #fff;
}

.tpv-demo-panel--visual {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
}

.tpv-demo-panel--visual .tpv-demo-actions {
  margin-top: 18px;
}

.tpv-demo-preview {
  position: relative;
  min-height: 260px;
}

.tpv-demo-preview__glow {
  position: absolute;
  inset: 10% 5% 5%;
  border-radius: 20px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
  pointer-events: none;
}

.tpv-demo-preview__screen {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
}

.tpv-demo-preview__screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.tpv-demo-preview__badge {
  position: absolute;
  left: -8px;
  bottom: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #171b26;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.tpv-demo-preview__badge span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tpv-primary);
}

.tpv-demo-preview__badge strong {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .tpv-landing-hero__inner {
    grid-template-columns: 1fr;
  }

  .tpv-landing-hero__stage {
    min-height: 300px;
    max-width: 640px;
    margin-inline: auto;
  }

  .tpv-landing-hero__screen--rear {
    display: none;
  }

  .tpv-landing-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpv-home-promo-shell,
  .tpv-split,
  .tpv-what-grid,
  .tpv-features-grid,
  .tpv-benefits-grid,
  .tpv-benefits-grid--three,
  .tpv-audience-grid,
  .tpv-demo-panel,
  .tpv-demo-panel--visual,
  .tpv-final-panel,
  .tpv-daily-split,
  .tpv-daily-grid,
  .tpv-conversion-grid,
  .tpv-sync-flow {
    grid-template-columns: 1fr;
  }

  .tpv-sync-flow {
    gap: 16px;
    text-align: center;
  }

  .tpv-sync-flow__bridge {
    min-width: 0;
    width: 100%;
  }

  .tpv-sync-flow__bridge .tpv-sync-flow__line {
    width: 80%;
    margin-inline: auto;
  }

  .tpv-conversion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpv-ui-gallery-grid {
    grid-template-columns: 1fr;
  }

  .tpv-home-benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tpv-landing-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tpv-landing-hero__btn {
    justify-content: center;
  }

  .tpv-landing-hero__chip--ticket,
  .tpv-landing-hero__chip--stock {
    display: none;
  }

  .tpv-process-grid {
    grid-template-columns: 1fr;
  }

  .tpv-home-promo-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .tpv-home-promo-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .tpv-conversion-grid {
    grid-template-columns: 1fr;
  }

  .tpv-demo-preview__screen {
    transform: none;
  }
}
