* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fafbfc;
  color: #444;
  transition: background-color 0.3s ease;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer-section {
  margin-top: auto;
  background-color: #284d7f;
  color: #fff;
  width: 100%;
}

/* Store & Brand Management Service Section */
.ms-section {
  width: 100%;
  padding: 4rem 0 2rem 0;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.ms-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.ms-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 2rem;
}

.ms-title {
  color: #284d7f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.ms-title-right {
  color: #82b741;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}

/* Influencer Collaboration Section */
.ic-section {
  width: 100%;
  padding: 3rem 0;
  background: #dddedd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.ic-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  min-height: 400px;
  width: 100%;
}

.ic-text-content {
  flex: 1;
  padding-right: 5rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ic-content-title {
  color: #284d7f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(4rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.ic-content-desc {
  width: 100%;
  color: #284d7f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 2rem;
}

.ic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  justify-content: space-between;
}

.ic-tag {
  background-color: #82b741;
  color: white;
  padding: 0.3rem 0;
  border-radius: 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.875rem;
  white-space: nowrap;
  flex-grow: 1;
  text-align: center;
}

.ic-phone-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  gap: 1rem;
}

.ic-phone-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  aspect-ratio: 9 / 16;
}

.ic-phone-image {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ic-phone-video {
  position: absolute;
  top: 2%;
  left: 10%;
  width: 80%;
  height: 96%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
  background: #000;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  height: 100%;
  width: 80%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-pause-btn.paused::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 45%;
  left: 50%;
  border-left: 40px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.play-pause-btn.playing::before {
  content: "";
}

.play-pause-btn.paused {
  border-top: 0;
  height: 100%;
  width: 80%;
  border-radius: 50%;
}

/* Live Streaming Section */
.ls-section {
  background: #284d7f;
  color: #fff;
}

.ls-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
  padding: 4rem 2.5rem;
}

.ls-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  gap: 2rem;
}

.ls-content-title {
  font-size: 4.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}

.ls-content-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.ls-content-desc {
  width: 100%;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.2;
  word-spacing: 0.2rem;
  margin-bottom: 2rem;
}

.ls-top ul {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 1.2;
  color: #fff;
  padding-left: 1.2rem;
}

.ls-stats-wrap {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  /* gap: 2rem; */
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.ls-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}

.ls-stat-num {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.ls-stats:first-child {
  min-width: 60px !important;
}

.ls-stat-label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #82b741;
  min-width: 100%;
  text-align: center;
}

.ls-video {
  flex: 2;
  display: flex;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}

/* Marketplace Ads Section */
.ma-section {
  background: #82b741;
}

.ma-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2.5rem;
}

.ma-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  gap: 2rem;
}

.ma-content-title {
  font-size: 4.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}

.ma-content-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.ma-content-desc {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.ma-content-desc-color {
  font-weight: 700;
  color: #284d7f;
}

.ma-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 2rem;
  position: relative;
}

.ma-content-bg {
  width: 80%;
  height: auto;
  mix-blend-mode: multiply;
}

.ma-container-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ma-content-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37%;
  height: auto;
}

/* Affiliate Collaboration Section */
.ac-section {
  width: 100%;
  padding: 3rem 0;
  background: #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.ac-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
  box-sizing: border-box;
}

.ac-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  min-height: 400px;
}

.ac-text-content {
  flex: 1;
  padding-right: 5rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ac-content-title {
  color: #284d7f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 4.55rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.ac-content-right {
  display: flex;
  flex-direction: column;
}

.ac-content-desc {
  color: #284d7f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.ac-stats-wrap {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.ac-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}

.ac-stat-num {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #284d7f;
  text-align: center;
}

.ac-stat-label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #82b741;
  min-width: 100%;
  text-align: center;
}

/* Short Video Section */
.sv-section {
  background: #fff;
}

.sv-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2.5rem;
}

.sv-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.sv-content-title {
  font-size: 4.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #82b840;
  font-family: "Poppins", Arial, sans-serif;
}

.sv-content-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.sv-content-desc {
  color: #434445;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.sv-stats-wrap {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.sv-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}

.sv-stat-num {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #284d7f;
  text-align: center;
}

.sv-stat-label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #82b741;
  min-width: 100%;
  text-align: center;
}

/* Sticky Section Title Component Styles */
.sticky-section-title {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  max-width: 100vw;
  background: var(--sticky-bg, #fff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 18px 18px;
  padding: 3.5rem 1rem 0.5rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
  color: #434445;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  transition: box-shadow 0.2s, opacity 0.3s, display 0s 0.3s,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
  display: none;
  transform: scale(0.95) translateY(-10px);
}

.sticky-section-title.visible {
  opacity: 1;
  pointer-events: auto;
  display: block;
  transition: box-shadow 0.2s, opacity 0.3s, display 0s,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1) translateY(0);
}

.sticky-section-title[data-bg="ic-section"] {
  --sticky-bg: #dddedd;
}

.sticky-section-title[data-bg="ls-section"] {
  --sticky-bg: #284d7f;
  color: #fff;
}

.sticky-section-title[data-bg="ma-section"] {
  --sticky-bg: #82b840;
  color: #fff;
}

.sticky-section-title[data-bg="ac-section"] {
  --sticky-bg: #dddedd;
}

.sticky-section-title[data-bg="sv-section"] {
  --sticky-bg: #fff;
}

.sticky-section-title[data-stack="1"] {
  top: 0;
  z-index: 110;
  padding-top: 5rem;
}

.sticky-section-title[data-stack="2"] {
  top: 4rem;
  z-index: 109;
}

.sticky-section-title[data-stack="3"] {
  top: 6.5rem;
  z-index: 108;
}

.sticky-section-title[data-stack="4"] {
  top: 9rem;
  z-index: 107;
}

.sticky-section-title[data-stack="5"] {
  top: 11.5rem;
  z-index: 106;
}

.sticky-section-title-text {
  display: inline-block;
}

/* Tablet view (max-width: 1024px) */
@media (max-width: 1024px) {
  /* Store & Brand Management Service Section */
  .ms-section {
    padding-bottom: 1.5rem;
  }

  .ms-container {
    padding: 0 2.5rem;
  }

  .ms-header {
    margin-bottom: 1rem;
  }

  /* Influencer Collaboration Section */
  .ic-content-title {
    font-size: 3rem;
  }

  .ic-text-content {
    padding-right: 0;
  }

  .ic-content-desc {
    margin-bottom: 1rem;
  }

  .ic-tag {
    font-size: 0.8rem;
  }

  /* Live Streaming Section */
  .ls-content-title {
    font-size: 3rem;
  }

  .ls-content-desc,
  .ls-top ul {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .ls-video {
    gap: 1.5rem;
  }

  .ls-stats-wrap {
    margin: 1rem 0;
  }

  .ls-stats {
    min-width: 130px;
  }

  .ls-stat-num {
    font-size: 2rem;
  }

  .ls-stat-label {
    font-size: 0.8rem;
  }

  /* Marketplace Ads Section */
  .ma-content-title {
    font-size: 3rem;
  }

  .ma-content-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .ac-stats-wrap {
    margin: 0.75rem 0;
  }

  /* Affiliate Collaboration Section */
  .ic-phone-wrapper {
    gap: 0.5rem;
  }

  .ac-content-title {
    font-size: 3rem;
  }

  .ac-content-desc {
    font-size: 1rem;
  }

  .ac-stats-wrap {
    margin: 1.5rem 0;
  }

  .ac-stats {
    min-width: 130px;
  }

  .ac-stat-num {
    font-size: 2rem;
  }

  .ac-stat-label {
    font-size: 0.8rem;
  }

  /* Short Video Section */
  .sv-content-title {
    font-size: 3rem;
  }

  .sv-content-desc {
    font-size: 1rem;
  }

  .sv-stats-wrap {
    margin: 1rem 0;
  }

  .sv-stats {
    min-width: 130px;
  }

  .sv-stat-num {
    font-size: 2rem;
  }

  .sv-stat-label {
    font-size: 0.8rem;
  }
}

/* Tablet View (600px - 768px) */
@media (max-width: 768px) {
  /* Store & Brand Management Service Section */
  .ms-title {
    font-size: 1.5rem;
  }

  .ms-container {
    padding: 0 2rem;
  }

  .ms-title-right {
    font-size: 1.25rem;
  }

  /* Influencer Collaboration Section */
  .ic-content {
    flex-direction: column;
    gap: 3rem;
  }

  .ic-content-title {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .ic-text-content {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    padding-right: 0;
  }

  .ic-text-container {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-left: 0.5rem;
  }

  .ic-content-desc {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .ic-tags {
    margin-bottom: 0.5rem;
  }

  .ic-tag {
    padding: 0.1rem 0;
    font-size: 0.7rem;
  }

  .ic-phone-wrapper {
    width: 100%;
    justify-content: center;
  }

  .play-pause-btn.paused::before {
    border-left: 35px solid white;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }

  /* Live Streaming Section */
  .ls-container {
    padding: 3rem 2rem;
    gap: 1.5rem;
  }

  .ls-top {
    gap: 1rem;
  }

  .ls-content-title {
    font-size: 3rem;
  }

  .ls-content-desc,
  .ls-top ul {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .ls-video {
    gap: 1rem;
  }

  .ls-stats-wrap {
    margin: 0.75rem 0;
  }

  .ls-stats {
    min-width: 100px;
  }

  .ls-stat-num {
    font-size: 1.5rem;
  }

  .ls-stat-label {
    font-size: 0.7rem;
  }

  /* Marketplace Ads Section */
  .ma-container {
    padding: 3rem 2rem;
  }

  .ma-top {
    gap: 1.5rem;
  }

  .ma-content-title {
    font-size: 3rem;
  }

  .ma-content-desc {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  /* Affiliate Collaboration Section */
  .ac-container {
    padding: 0 2rem;
  }

  .ac-content {
    flex-direction: column;
    min-height: 0;
  }

  .ac-text-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-right: 0;
    gap: 1rem;
  }

  .ac-content-title {
    font-size: 2.5rem;
    margin-bottom: 0;
    min-width: 50%;
  }

  .ac-content-desc {
    font-size: 1rem;
  }

  .ac-content-desc:last-child {
    margin-top: 1rem;
  }

  .ac-stats-wrap {
    gap: 1.25rem;
  }

  .ac-stats {
    min-width: 110px;
  }

  /* Short Video Section */
  .sv-top {
    gap: 1.5rem;
  }

  .sv-content-title {
    font-size: 2.5rem;
  }

  .sv-content-desc {
    font-size: 1rem;
  }

  .sv-stats-wrap {
    gap: 1.25rem;
  }

  .sv-stats {
    min-width: 110px;
  }
}

/* Mobile view (max-width: 600px) */
@media (max-width: 600px) {
  /* Store & Brand Management Service Section */
  .ms-title {
    font-size: 1.2rem;
  }

  .ms-container {
    padding: 0 1rem;
  }

  .ms-header {
    margin-bottom: 0.5rem;
  }

  .ms-title-right {
    font-size: 1rem;
  }

  /* Influencer Collaboration Section */
  .ic-content {
    flex-direction: column;
    gap: 2.5rem;
  }

  .ic-content-title {
    font-size: 1.75rem;
    margin-bottom: 0;
  }

  .ic-content-desc {
    font-size: 0.65rem;
    margin-bottom: 0.5rem;
  }

  .ic-tags {
    margin-bottom: 0.5rem;
    gap: 0.3rem;
  }

  .ic-tag {
    padding: 0.1rem;
    font-size: 0.6rem;
  }

  .play-pause-btn.paused::before {
    border-left: 30px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  /* Live Streaming Section */
  .ls-container {
    padding: 2rem 1rem;
    gap: 1rem;
  }

  .ls-content-title {
    font-size: 2rem;
  }

  .ls-content-desc,
  .ls-top ul {
    font-size: 0.65rem;
    margin-bottom: 0.7rem;
  }

  .ls-video {
    gap: 0.5rem;
  }

  .ls-stats-wrap {
    margin: 0.5rem 0;
  }

  .ls-stats {
    min-width: 70px;
  }

  .ls-stats:first-child {
    min-width: 30px !important;
  }

  .ls-stat-num {
    font-size: 1rem;
  }

  .ls-stat-label {
    font-size: 0.55rem;
  }

  /* Marketplace Ads Section */
  .ma-container {
    padding: 2rem 1rem;
  }

  .ma-top {
    gap: 1rem;
  }

  .ma-content {
    margin-top: 1.5rem;
  }

  .ma-content-title {
    font-size: 2rem;
  }

  .ma-content-desc {
    font-size: 0.65rem;
    margin-bottom: 1rem;
  }

  /* Affiliate Collaboration Section */
  .ac-container {
    padding: 0 1rem;
  }

  .ac-text-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-right: 0;
    gap: 1rem;
  }

  .ac-content-title {
    font-size: 1.75rem;
  }

  .ac-content-desc {
    font-size: 0.8rem;
  }

  .ac-content-desc:last-child {
    margin-top: 0.5rem;
  }

  .ac-stats-wrap {
    margin: 0.5rem 0;
  }

  .ac-stats {
    min-width: 100px;
  }

  .ac-stat-num {
    font-size: 1.5rem;
  }

  .ac-stat-label {
    font-size: 0.55rem;
  }

  /* Short Video Section */
  .sv-container {
    padding: 2rem 1rem;
  }

  .sv-top {
    gap: 1rem;
  }

  .sv-content-title {
    font-size: 1.75rem;
  }

  .sv-content-desc {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .sv-stats-wrap {
    margin: 0.5rem 0;
  }

  .sv-stats {
    min-width: 100px;
  }

  .sv-stat-num {
    font-size: 1.5rem;
  }

  .sv-stat-label {
    font-size: 0.55rem;
  }
}

/* Mobile Small view (max-width: 435px) */
@media (max-width: 435px) {
  /* Store & Brand Management Service Section */
  .ms-title {
    font-size: 0.8rem;
    width: 100%;
  }

  .ms-header {
    margin-bottom: 0.2rem;
  }

  .ms-title-right {
    font-size: 0.75rem;
  }

  /* Influencer Collaboration Section */
  .ic-content {
    flex-direction: column;
    gap: 2rem;
  }

  .ic-content-title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .ic-content-desc {
    font-size: 0.55rem;
    margin-bottom: 0.5rem;
  }

  .ic-tags {
    margin-bottom: 0.5rem;
    gap: 0.3rem;
  }

  .ic-tag {
    padding: 0.1rem;
    font-size: 0.4rem;
  }

  .play-pause-btn.paused::before {
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  /* Live Streaming Section */
  .ls-container {
    gap: 0.5rem;
  }

  .ls-content-title {
    font-size: 1.5rem;
  }

  .ls-content-desc,
  .ls-top ul {
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .ls-video {
    gap: 0.2rem;
  }

  .ls-stats-wrap {
    margin: 0.25rem 0;
  }

  .ls-stats {
    min-width: 60px;
  }

  .ls-stats:first-child {
    min-width: 20px !important;
  }

  .ls-stat-num {
    font-size: 0.8rem;
  }

  .ls-stat-label {
    font-size: 0.45rem;
  }

  /* Marketplace Ads Section */
  .ma-top {
    gap: 0.75rem;
  }

  .ma-content {
    width: 100%;
    margin-top: 1rem;
  }

  .ma-content-title {
    font-size: 1.5rem;
  }

  .ma-content-desc {
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
  }

  /* Affiliate Collaboration Section */
  .ac-content-title {
    font-size: 1.25rem;
  }

  .ac-content-desc {
    font-size: 0.55rem;
  }

  .ac-content-desc:last-child {
    margin-top: 0.5rem;
  }

  .ac-stats-wrap {
    margin: 0.25rem 0;
    gap: 0.5rem;
  }

  .ac-stats {
    min-width: 60px;
  }

  .ac-stat-num {
    font-size: 1rem;
  }

  .ac-stat-label {
    font-size: 0.45rem;
  }

  /* Short Video Section */
  .sv-top {
    margin-bottom: 0.75rem;
  }

  .sv-content-title {
    font-size: 1.25rem;
  }

  .sv-content-desc {
    font-size: 0.55rem;
    margin-bottom: 0.5rem;
  }

  .sv-stats-wrap {
    margin: 0.25rem 0;
    gap: 0.5rem;
  }

  .sv-stats {
    min-width: 60px;
  }

  .sv-stat-num {
    font-size: 1rem;
  }

  .sv-stat-label {
    font-size: 0.45rem;
  }
}
