.fv-editorial-article {
  --fv-editorial-accent: #ff6f14;
  --fv-editorial-accent-dark: #df5500;
  --fv-editorial-ink: #14161f;
  --fv-editorial-muted: #6b7280;
  --fv-editorial-line: #e4e6eb;
  --fv-editorial-soft: #fff3ea;
}

.fv-editorial-article__header,
.fv-editorial-article__content {
  max-width: none;
}

.fv-editorial-article__content {
  color: #3d4051;
}

.fv-editorial-article__content img {
  margin: 0;
}

/* Article 98: marketplace packing and FBS. */
.fv-editorial-article--marketplaces .fv-editorial-article__header {
  display: grid;
  min-height: clamp(430px, 38vw, 590px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 14px clamp(42px, 6vw, 96px);
  margin-bottom: clamp(44px, 6vw, 88px);
  padding: clamp(32px, 4.4vw, 70px);
  border: 1px solid var(--fv-editorial-line);
  border-radius: clamp(26px, 2.5vw, 38px);
  background: linear-gradient(135deg, #fff 0%, #fff 47%, #fff5ed 100%);
  box-shadow: 0 18px 44px rgba(20, 22, 31, 0.08);
}

.fv-editorial-article--marketplaces .fv-editorial-article__header .fv-eyebrow {
  align-self: end;
  margin-bottom: 4px;
}

.fv-editorial-article--marketplaces .fv-article__title {
  align-self: start;
  max-width: 760px;
  font-size: clamp(38px, 3.8vw, 58px);
}

.fv-editorial-article--marketplaces .fv-article__cover {
  width: 100%;
  height: 100%;
  max-height: none;
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  border-radius: clamp(22px, 2vw, 32px);
  background: #fff;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(20, 22, 31, 0.1);
}

.fv-editorial-article--marketplaces .fv-editorial-article__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.fv-marketplace-article__intro {
  grid-column: 1 / -1;
  max-width: 1060px;
  margin: 0 auto clamp(20px, 2vw, 34px);
  padding: clamp(28px, 3.4vw, 48px);
  border: 1px solid #ffd8bc;
  border-radius: 26px;
  background: var(--fv-editorial-soft);
}

.fv-marketplace-article__intro p {
  margin: 0 0 1em;
  color: #343843;
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.72;
}

.fv-marketplace-article__intro p:first-child {
  color: var(--fv-editorial-ink);
  font-weight: 700;
}

.fv-marketplace-article__intro p:last-child {
  margin-bottom: 0;
}

.fv-marketplace-article__section {
  min-width: 0;
  padding: clamp(26px, 2.8vw, 42px);
  border: 1px solid var(--fv-editorial-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 22, 31, 0.07);
}

.fv-marketplace-article__section:nth-of-type(3n + 1) {
  background: linear-gradient(145deg, #fff 30%, #fff8f2 100%);
}

.fv-marketplace-article__section h3 {
  position: relative;
  margin: 0 0 24px;
  padding-top: 20px;
  color: var(--fv-editorial-ink);
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.22;
}

.fv-marketplace-article__section h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: var(--fv-editorial-accent);
  content: "";
}

.fv-marketplace-article__section p {
  color: var(--fv-editorial-muted);
  line-height: 1.7;
}

.fv-marketplace-article__section p:last-child {
  margin-bottom: 0;
}

.fv-marketplace-article__section ul,
.fv-marketplace-article__section ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 8px;
  padding: 0;
  list-style: none;
}

.fv-marketplace-article__section li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 18px 18px 18px 50px;
  border: 1px solid #eceef2;
  border-radius: 17px;
  background: #f7f8fa;
  color: #343843;
  line-height: 1.55;
}

.fv-marketplace-article__section li::before {
  position: absolute;
  top: 18px;
  left: 17px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #ffb27b;
  border-radius: 50%;
  color: var(--fv-editorial-accent);
  content: "\2713";
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.fv-marketplace-article__section:has(table) {
  grid-column: 1 / -1;
}

.fv-marketplace-article__section table {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 26px 0 4px;
  border: 1px solid var(--fv-editorial-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  background: #fff;
}

.fv-marketplace-article__section th {
  background: var(--fv-editorial-ink);
  color: #fff;
  font-weight: 700;
}

.fv-marketplace-article__section th,
.fv-marketplace-article__section td {
  padding: 17px 19px;
  border: 0;
  border-right: 1px solid var(--fv-editorial-line);
  border-bottom: 1px solid var(--fv-editorial-line);
  vertical-align: top;
}

.fv-marketplace-article__section tr:last-child td,
.fv-marketplace-article__section tr:last-child th {
  border-bottom: 0;
}

.fv-marketplace-article__section th:last-child,
.fv-marketplace-article__section td:last-child {
  border-right: 0;
}

.fv-marketplace-article__cta {
  display: flex;
  min-height: 190px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(18px, 2vw, 28px);
  padding: clamp(30px, 4vw, 56px);
  border-radius: 28px;
  background: var(--fv-editorial-ink);
  color: #fff;
}

.fv-marketplace-article__cta-label {
  margin: 0 0 10px;
  color: #ff9c59;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fv-marketplace-article__cta-title {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.16;
}

.fv-marketplace-article__cta-link,
.fv-stick-article__cta {
  display: inline-flex;
  min-height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--fv-editorial-accent);
  border-radius: 999px;
  background: var(--fv-editorial-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fv-marketplace-article__cta-link:hover,
.fv-marketplace-article__cta-link:focus-visible,
.fv-stick-article__cta:hover,
.fv-stick-article__cta:focus-visible {
  border-color: var(--fv-editorial-accent-dark);
  background: var(--fv-editorial-accent-dark);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(223, 85, 0, 0.25);
  transform: translateY(-2px);
}

/* Article 82: packing into sticks. Legacy class names are converted to this BEM block by the presenter. */
.fv-editorial-article--sticks .fv-editorial-article__header {
  max-width: 1120px;
  margin: 0 auto clamp(34px, 5vw, 70px);
  text-align: center;
}

.fv-editorial-article--sticks .fv-article__title {
  max-width: 980px;
  margin-inline: auto;
}

.fv-editorial-article--sticks .fv-article__cover {
  display: none;
}

.fv-editorial-article--sticks .fv-editorial-article__content {
  max-width: none;
}

.fv-stick-article__section {
  position: relative;
  margin: 0 0 clamp(26px, 3.4vw, 52px);
  padding: clamp(30px, 4vw, 62px);
  border: 1px solid var(--fv-editorial-line);
  border-radius: clamp(24px, 2.4vw, 36px);
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 22, 31, 0.07);
}

.fv-stick-article__section h2 {
  max-width: 880px;
  margin: 0 auto clamp(28px, 3vw, 46px);
  color: var(--fv-editorial-ink);
  text-align: center;
}

.fv-stick-article__section h4 {
  margin: 0 0 9px;
  color: var(--fv-editorial-ink);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.3;
}

.fv-stick-article__section p {
  color: var(--fv-editorial-muted);
  line-height: 1.62;
}

.fv-stick-article__mobile-only {
  display: none !important;
}

.fv-stick-article__section--1 {
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #fff2e8 100%);
}

.fv-stick-article__hero-wrap-cont {
  position: relative;
  min-height: clamp(480px, 41vw, 620px);
  padding: clamp(10px, 1.4vw, 24px) 54% clamp(10px, 1.4vw, 24px) 0;
}

.fv-stick-article__hero-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  margin-bottom: 14px;
  padding: 17px 18px;
  border: 1px solid #eceef2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(20, 22, 31, 0.05);
}

.fv-stick-article__hero-feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--fv-editorial-soft);
}

.fv-stick-article__hero-feature-icon img {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
}

.fv-stick-article__hero-feature p {
  margin: 0;
}

.fv-stick-article__hero-wrap-cont img[src*="article82-fstv3-hero-img"] {
  position: absolute;
  top: 50%;
  right: -2%;
  width: 52%;
  max-height: 94%;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  transform: translateY(-50%);
}

.fv-stick-article__hero-wrap-cont .fv-stick-article__cta {
  margin-top: 10px;
}

.fv-stick-article__lines-desktop,
.fv-stick-article__section--3 > div,
.fv-stick-article__section--5 > div,
.fv-stick-article__section--8 > div,
.fv-stick-article__section--9 > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.fv-stick-article__lines-desktop :where(div:not([class])) {
  display: contents;
}

.fv-stick-article__lines-col-icon {
  display: none;
}

.fv-stick-article__lines-col,
.fv-stick-article__guarantee-pill,
.fv-stick-article__stat-card,
.fv-stick-article__step-card {
  min-width: 0;
  padding: clamp(22px, 2.2vw, 34px);
  border: 1px solid #eceef2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 22, 31, 0.06);
}

.fv-stick-article__lines-col h3,
.fv-stick-article__stat-card h3 {
  margin: 0 0 10px;
  color: var(--fv-editorial-ink);
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 1.25;
}

.fv-stick-article__lines-col p,
.fv-stick-article__stat-card p,
.fv-stick-article__step-card p,
.fv-stick-article__guarantee-pill p {
  margin: 0;
}

.fv-stick-article__section--3 {
  border-color: #ffd9bf;
  background: var(--fv-editorial-soft);
}

.fv-stick-article__guarantee-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 86px;
  padding: 18px 22px;
  text-align: center;
}

.fv-stick-article__section--4 > div {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
}

.fv-stick-article__section--4 img[src*="process-from-to"] {
  width: 100%;
  border-radius: 26px;
  background: var(--fv-editorial-soft);
}

.fv-stick-article__section--4 h2 {
  margin-inline: 0;
  text-align: left;
}

.fv-stick-article__process-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin-bottom: 12px;
  padding: 17px 18px;
  border: 1px solid #eceef2;
  border-radius: 18px;
  background: #f8f9fb;
}

.fv-stick-article__process-step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--fv-editorial-soft);
}

.fv-stick-article__process-step-icon img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  background: transparent;
}

.fv-stick-article__process-step p {
  margin: 0;
}

.fv-stick-article__section--5 > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fv-stick-article__stat-card {
  min-height: 150px;
  background: linear-gradient(145deg, #fff, #fff8f2);
}

.fv-stick-article__stat-card h3 {
  color: var(--fv-editorial-accent-dark);
}

.fv-stick-article__section--6 > .fv-stick-article__desktop-only {
  display: none !important;
}

.fv-stick-article__section--6 .fv-stick-article__assort-mob-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fv-stick-article__assort-mob-item {
  display: flex;
  min-width: 0;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px 16px;
  border: 1px solid #eceef2;
  border-radius: 20px;
  background: #fff;
  color: var(--fv-editorial-ink);
  text-align: center;
  box-shadow: 0 9px 22px rgba(20, 22, 31, 0.05);
}

.fv-stick-article__assort-mob-item img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: var(--fv-editorial-soft);
  object-fit: contain;
}

.fv-stick-article__section--7 > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.fv-stick-article__section--7 h2 {
  margin-inline: 0;
  text-align: left;
}

.fv-stick-article__section--7 img[src*="article82-howwork"] {
  width: 100%;
  border-radius: 26px;
  background: var(--fv-editorial-soft);
}

.fv-stick-article__section--8 > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fv-stick-article__step-card {
  position: relative;
  padding-top: 72px;
}

.fv-stick-article__step-number {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--fv-editorial-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.fv-stick-article__section--9 {
  background: #f5f6f8;
}

.fv-stick-article__portfolio-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e2e4e9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 22, 31, 0.06);
}

.fv-stick-article__portfolio-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.fv-stick-article__portfolio-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.fv-stick-article__portfolio-card-body {
  padding: 22px;
}

.fv-stick-article__section--10 {
  display: grid;
  overflow: hidden;
  min-height: 330px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 32px;
  border-color: var(--fv-editorial-ink);
  background: var(--fv-editorial-ink);
  color: #fff;
}

.fv-stick-article__section--10 > div:first-child {
  position: relative;
  z-index: 1;
}

.fv-stick-article__section--10 h2 {
  margin: 0 0 26px;
  color: #fff;
  text-align: left;
}

.fv-stick-article__section--10 img[src*="final-cta-img"] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42%, 520px);
  max-height: 94%;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .fv-editorial-article--marketplaces .fv-editorial-article__header {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    padding: 34px;
  }

  .fv-editorial-article--marketplaces .fv-editorial-article__content {
    grid-template-columns: 1fr;
  }

  .fv-marketplace-article__intro,
  .fv-marketplace-article__section,
  .fv-marketplace-article__cta {
    grid-column: auto;
  }

  .fv-stick-article__hero-wrap-cont {
    min-height: 520px;
    padding-right: 50%;
  }

  .fv-stick-article__hero-wrap-cont img[src*="article82-fstv3-hero-img"] {
    width: 48%;
  }

  .fv-stick-article__section--4 > div,
  .fv-stick-article__section--7 > div {
    grid-template-columns: 1fr 1fr;
  }

  .fv-stick-article__section--6 .fv-stick-article__assort-mob-grid,
  .fv-stick-article__section--8 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fv-editorial-article--marketplaces .fv-editorial-article__header {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
    padding: 24px;
    border-radius: 24px;
  }

  .fv-editorial-article--marketplaces .fv-article__title {
    font-size: 30px;
  }

  .fv-editorial-article--marketplaces .fv-article__cover {
    aspect-ratio: 1;
    order: 3;
    border-radius: 20px;
  }

  .fv-marketplace-article__intro,
  .fv-marketplace-article__section {
    padding: 24px 20px;
    border-radius: 21px;
  }

  .fv-marketplace-article__section ul,
  .fv-marketplace-article__section ol {
    grid-template-columns: 1fr;
  }

  .fv-marketplace-article__section:has(table) {
    overflow-x: auto;
  }

  .fv-marketplace-article__section table {
    min-width: 660px;
  }

  .fv-marketplace-article__cta {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .fv-marketplace-article__cta-link,
  .fv-stick-article__cta {
    width: 100%;
  }

  .fv-stick-article__section {
    margin-bottom: 22px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .fv-stick-article__desktop-only {
    display: none !important;
  }

  .fv-stick-article__mobile-only {
    display: block !important;
  }

  .fv-stick-article__section--1 {
    padding: 20px;
  }

  .fv-stick-article__hero-mobile {
    display: grid !important;
    gap: 18px;
  }

  .fv-stick-article__hero-mob-img > img,
  .fv-stick-article__hero-mob-img2 > img,
  .fv-stick-article__mob-showcase > img {
    width: 100%;
    border-radius: 18px;
    background: var(--fv-editorial-soft);
  }

  .fv-stick-article__hero-mob-icon,
  .fv-stick-article__hero-mob-card,
  .fv-stick-article__hero-mob-desc {
    padding: 20px;
    border: 1px solid #eceef2;
    border-radius: 18px;
    background: #fff;
  }

  .fv-stick-article__hero-mob-cycle {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding-left: 22px;
  }

  .fv-stick-article__hero-mob-chevron {
    display: none;
  }

  .fv-stick-article__hero-mob-route {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
  }

  .fv-stick-article__hero-mob-route-icon {
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 13px;
    background: var(--fv-editorial-soft);
  }

  .fv-stick-article__lines-mobile {
    display: grid !important;
    gap: 14px;
  }

  .fv-stick-article__lines-mob-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px;
    border: 1px solid #eceef2;
    border-radius: 18px;
    background: #fff;
  }

  .fv-stick-article__lines-mob-pin img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--fv-editorial-soft);
    object-fit: contain;
  }

  .fv-stick-article__section--3 > div,
  .fv-stick-article__section--4 > div,
  .fv-stick-article__section--5 > div,
  .fv-stick-article__section--7 > div,
  .fv-stick-article__section--8 > div,
  .fv-stick-article__section--9 > div,
  .fv-stick-article__section--10 {
    grid-template-columns: 1fr;
  }

  .fv-stick-article__section--4 img[src*="process-from-to"],
  .fv-stick-article__section--7 img[src*="article82-howwork"] {
    max-height: 360px;
    object-fit: contain;
  }

  .fv-stick-article__section--6 .fv-stick-article__assort-mob-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fv-stick-article__assort-mob-item {
    min-height: 142px;
    padding: 17px 12px;
  }

  .fv-stick-article__section--10 {
    min-height: 0;
    padding-bottom: 260px;
  }

  .fv-stick-article__section--10 img[src*="final-cta-img"] {
    width: 86%;
    max-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-marketplace-article__cta-link,
  .fv-stick-article__cta {
    transition: none;
  }
}
