:root {
  --ink: #171016;
  --ink-soft: #332731;
  --paper: #fff9f2;
  --surface: #ffffff;
  --berry: #d31282;
  --berry-dark: #9f0f65;
  --orange: #ff8a00;
  --green: #24c277;
  --mint: #e4fff4;
  --sand: #f5dfbf;
  --line: rgba(23, 16, 22, 0.16);
  --muted: #746a72;
  --shadow: 0 24px 68px rgba(61, 26, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: "Golos Text", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(211, 18, 130, 0.18), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(255, 138, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #fff7ec 0%, #fffaf5 34%, #f5fbf8 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

body::before {
  inset: 96px 0 auto;
  height: 260px;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(211, 18, 130, 0.1) 7% 32%, transparent 32% 39%, rgba(255, 138, 0, 0.12) 39% 63%, transparent 63% 70%, rgba(36, 194, 119, 0.1) 70% 93%, transparent 93%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
  transform: skewY(-5deg);
}

body::after {
  top: 138px;
  right: -120px;
  width: min(520px, 48vw);
  height: min(520px, 48vw);
  border-radius: 44% 56% 52% 48%;
  background:
    linear-gradient(135deg, rgba(211, 18, 130, 0.92), rgba(255, 138, 0, 0.78)),
    var(--berry);
  opacity: 0.16;
  transform: rotate(-18deg);
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Unbounded", sans-serif;
  letter-spacing: -0.07em;
}

.flow-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 14px 24px;
  background: rgba(255, 249, 242, 0.78);
  backdrop-filter: blur(18px);
}

.flow-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.flow-logo span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--berry), var(--orange));
  box-shadow: 0 14px 34px rgba(211, 18, 130, 0.25);
}

.flow-logo strong {
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.flow-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.flow-nav a,
.flow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 900;
}

.flow-nav a {
  color: var(--ink-soft);
}

.flow-nav-cta,
.flow-btn {
  border-radius: 999px;
  padding: 11px 18px;
}

.flow-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--berry), var(--berry-dark));
  box-shadow: 0 16px 38px rgba(211, 18, 130, 0.24);
}

.flow-nav-cta {
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(61, 26, 47, 0.08);
}

.flow-btn-light {
  color: var(--ink);
  border: 1px solid rgba(211, 18, 130, 0.28);
  background: #fff;
  box-shadow: 0 14px 34px rgba(61, 26, 47, 0.12);
}

.flow-btn-light:hover {
  border-color: rgba(211, 18, 130, 0.52);
  box-shadow: 0 18px 44px rgba(61, 26, 47, 0.16);
}

.flow-page {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.flow-hero {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 34px;
  min-height: calc(100vh - 72px);
  padding: 48px 0 52px;
}

.flow-hero-copy {
  min-width: 0;
  max-width: 880px;
}

.flow-kicker {
  margin: 0 0 16px;
  color: var(--berry-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.flow-hero h1 {
  max-width: 790px;
  margin-bottom: 26px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.95;
}

.flow-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.55;
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.flow-hero .flow-btn {
  min-height: 54px;
  padding: 14px 24px;
  font-size: 17px;
}

.flow-tape {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.flow-tape span {
  color: var(--muted);
  font-size: 17px;
}

.flow-tape strong {
  color: var(--ink);
}

.flow-showcase {
  margin-top: 96px;
}

.showcase-slider {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.showcase-track {
  display: grid;
  min-width: 0;
}

.showcase-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
  transition:
    opacity 0.38s ease,
    transform 0.38s ease,
    visibility 0s linear 0.38s;
}

.showcase-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.showcase-slide:not(.is-active) .preview-table-wrap {
  overflow: hidden;
}

.showcase-slide:not(.is-active) .preview-table-wrap::-webkit-scrollbar {
  display: none;
}

.showcase-copy {
  align-self: center;
  min-width: 0;
}

.showcase-copy span {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--berry-dark);
  font-size: 13px;
  font-weight: 900;
  background: rgba(211, 18, 130, 0.09);
}

.showcase-copy h3 {
  margin-bottom: 18px;
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.showcase-copy p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.repricer-preview,
.wb-preview-frame,
.wb-image-panel,
.wb-buy-card {
  border: 1px solid rgba(23, 16, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.repricer-preview,
.wb-preview-frame {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  min-height: 540px;
}

.preview-topbar {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  background: rgba(255, 249, 242, 0.78);
}

.preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(23, 16, 22, 0.18);
}

.preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-top: 1px solid rgba(23, 16, 22, 0.08);
  border-bottom: 1px solid rgba(23, 16, 22, 0.08);
}

.preview-toolbar strong {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}

.preview-toolbar button {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  color: #fff;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--berry), var(--berry-dark));
}

.preview-table-wrap {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
}

.preview-table-wrap::-webkit-scrollbar {
  display: none;
}

.preview-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.preview-table th,
.preview-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(23, 16, 22, 0.08);
}

.preview-table th {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.preview-table td {
  color: var(--ink-soft);
  font-weight: 800;
}

.preview-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.preview-product img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: contain;
  background: #eef8ff;
}

.preview-product strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.preview-product span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.preview-status {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 10px;
  color: #0b6b45;
  font-size: 13px;
  background: var(--mint);
}

.wb-preview {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(220px, 1fr) minmax(220px, 0.72fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 20px;
}

.wb-image-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 34px;
  background: #f8f8fa;
}

.wb-image-panel img {
  width: min(100%, 330px);
  max-height: 360px;
  object-fit: contain;
}

.wb-image-panel button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 900;
  background: #fff;
  box-shadow: 0 12px 26px rgba(23, 16, 22, 0.08);
}

.wb-info-panel {
  min-width: 0;
  padding-top: 8px;
}

.wb-brand {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--ink-soft);
  font-weight: 900;
  background: #f2f1f5;
}

.wb-info-panel h3 {
  margin-bottom: 16px;
  color: #24222b;
  font-family: "Golos Text", sans-serif;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.wb-rating {
  margin-bottom: 30px;
  color: #24222b;
  font-size: 18px;
  font-weight: 800;
}

.wb-info-panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.wb-info-panel dl div {
  display: grid;
  grid-template-columns: minmax(110px, 0.75fr) minmax(110px, 1fr);
  gap: 12px;
  align-items: end;
}

.wb-info-panel dt {
  color: #9694a6;
  font-weight: 800;
}

.wb-info-panel dd {
  margin: 0;
  color: #24222b;
  font-weight: 900;
}

.wb-buy-card {
  padding: 26px 22px;
}

.wb-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 22px;
}

.wb-price strong {
  color: #9b35f0;
  font-size: 34px;
  line-height: 1;
}

.wb-price s {
  color: #8c8794;
  font-size: 18px;
  font-weight: 800;
}

.wb-buy-card button,
.wb-buy-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  width: 100%;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(135deg, #8f37ef, #b02bf0);
}

.wb-buy-card a {
  margin-top: 12px;
  color: #9b35f0;
  background: #f1e5fb;
}

.wb-buy-card p {
  margin: 18px 0 0;
  color: #7e7b8c;
  font-weight: 800;
}

.showcase-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.showcase-nav,
.showcase-dots button {
  border: 0;
  cursor: pointer;
}

.showcase-nav {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  background: #fff;
  box-shadow: 0 12px 28px rgba(61, 26, 47, 0.1);
}

.showcase-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.showcase-dots button {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 10px;
  border-radius: 999px;
  background: rgba(23, 16, 22, 0.2);
}

.showcase-dots button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--berry), var(--orange));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.showcase-dots button.is-active {
  background: rgba(23, 16, 22, 0.16);
}

.showcase-dots button.is-active::before {
  opacity: 1;
}

.showcase-dots button.is-running::before {
  animation: showcase-progress var(--showcase-duration, 5200ms) linear forwards;
}

.showcase-slider.is-paused .showcase-dots button.is-running::before {
  animation-play-state: paused;
}

.flow-statement,
.flow-steps,
.flow-features,
.flow-price,
.flow-fit,
.flow-final {
  margin-top: 96px;
}

.flow-statement h2,
.flow-section-title h2,
.flow-price h2,
.flow-final h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.flow-statement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.flow-statement-list p {
  margin: 0;
  padding-top: 20px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.48;
}

.flow-section-title {
  margin-bottom: 34px;
}

.flow-steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.flow-steps-list li {
  padding-top: 20px;
  border-top: 3px solid var(--ink);
}

.flow-steps-list span {
  display: block;
  margin-bottom: 38px;
  color: var(--berry);
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.flow-steps-list strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Unbounded", sans-serif;
  font-size: 23px;
  letter-spacing: -0.06em;
}

.flow-steps-list p,
.flow-fit p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.flow-feature-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.flow-feature-cloud span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--ink-soft);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.54);
}

.flow-honest {
  max-width: 780px;
  margin: 24px 0 0;
  padding-left: 20px;
  border-left: 5px solid var(--berry);
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.flow-price {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 36px;
  align-items: end;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.flow-price-line {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.flow-price-line strong {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  letter-spacing: -0.09em;
  line-height: 0.9;
}

.flow-price-line span {
  color: var(--muted);
  font-size: 18px;
}

.flow-price-notes {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.flow-price-notes li {
  color: var(--ink-soft);
  font-weight: 800;
}

.flow-price-notes li::before {
  content: "+ ";
  color: var(--berry);
}

.flow-fit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}

.flow-fit article {
  padding-top: 22px;
  border-top: 3px solid var(--line);
}

.flow-fit article:first-child {
  border-color: var(--green);
}

.flow-fit article:last-child {
  border-color: var(--orange);
}

.flow-fit span {
  display: block;
  margin-bottom: 14px;
  font-family: "Unbounded", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.flow-final {
  margin-bottom: 62px;
  padding: 68px 0 0;
  border-top: 1px solid var(--line);
}

.flow-final h2 {
  max-width: 920px;
}

.flow-footer {
  width: min(100% - 32px, 1180px);
  margin: 0 auto 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.flow-footer p {
  margin: 0;
}

.flow-footer a {
  color: var(--ink-soft);
  font-weight: 800;
  text-decoration: none;
}

.flow-footer a:hover {
  color: var(--berry);
}

.bold-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

@media (max-width: 980px) {
  .flow-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 16px;
  }

  .flow-nav {
    justify-content: flex-start;
  }

  .flow-hero,
  .showcase-slide,
  .wb-preview,
  .flow-statement-list,
  .flow-steps-list,
  .flow-price,
  .flow-fit {
    grid-template-columns: 1fr;
  }

  .flow-hero {
    min-height: 0;
    padding-top: 34px;
  }

  .flow-tape,
  .flow-price-notes {
    flex-direction: column;
  }

  .showcase-copy {
    max-width: 680px;
  }

  .repricer-preview,
  .wb-preview-frame {
    min-height: 0;
  }

  .wb-image-panel {
    min-height: 340px;
  }

}

@media (max-width: 620px) {
  .flow-page {
    width: min(100% - 22px, 1180px);
  }

  .flow-nav a,
  .flow-btn {
    width: 100%;
  }

  .flow-hero h1 {
    font-size: 41px;
  }

  .flow-lead {
    font-size: 17px;
  }

  .flow-statement,
  .flow-showcase,
  .flow-steps,
  .flow-features,
  .flow-price,
  .flow-fit,
  .flow-final {
    margin-top: 62px;
  }

  .showcase-slider {
    padding-top: 20px;
  }

  .showcase-slide {
    gap: 20px;
  }

  .showcase-copy h3,
  .wb-info-panel h3 {
    font-size: 24px;
  }

  .showcase-copy p {
    font-size: 16px;
  }

  .preview-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .wb-image-panel {
    min-height: 300px;
    padding: 24px;
  }

  .wb-buy-card {
    padding: 20px 16px;
  }

  .wb-info-panel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bold-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .showcase-slide {
    transform: none;
    transition: none;
  }

  .showcase-dots button.is-running::before {
    animation: none;
    transform: scaleX(1);
  }
}

@keyframes showcase-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showcase-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
