/* ============================================
   行銷整合方案頁面樣式
   ============================================ */

/* Hero 首圖區域 */
.mobile-br {
  display: none;
}

.desktop-br {
  display: block;
}

.integration-page {
  width: 100%;
}

.integration-hero {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.integration-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.integration-hero-image--mobile {
  display: none;
}

/* 整合行銷公司*/

.integration-company-section {
  padding: 36px 0 108px;
  position: relative;
}

.text-highlight {
  color: #b53c1b;
}

.integration-company-bg--desktop {
  display: block;
  position: absolute;
  top: -35rem;
  left: 0;
  z-index: -1;
}

.integration-company-bg--mobile {
  display: none;
}

.company-items-list {
  display: flex;
  flex-direction: column;
  margin: 30px auto 28px;
  gap: 36px;
  max-width: 1280px;
  width: 100%;
}

.company-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.company-item:nth-child(2) .company-item-content {
  padding: 98px 28px 62px;
}

.company-item-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  text-align: center;
  align-content: center;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #f7b52c 0%, #d95431 100%);
  box-shadow: 0 4px 37.2px 0 rgba(0, 0, 0, 0.25);
}

.company-item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1252px;
  padding: 98px 28px 28px;
  gap: 18px 42px;
  background: #fff;
  box-shadow: 0 4px 21.6px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.company-sub-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 578px;
  width: 100%;
}

.company-sub-title {
  color: #fff;
  width: 290px;
  height: 48px;
  text-align: center;
  align-content: center;
  background: #d98b69;
}

/* 整合行銷費用 */
.integration-cost-section {
  padding: 87px 0 0;
  background: linear-gradient(
    191deg,
    #f5eedc 30.91%,
    rgba(246, 226, 174, 0) 86.67%
  );
}

.cost-items-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 36px auto 48px;
  max-width: 705px;
  width: 100%;
}

.cost-item {
  display: flex;
  flex-direction: row;
  gap: 70px;
  align-items: center;
}

.cost-item-left {
  position: relative;
}

.cost-item-title {
  font-weight: 500;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cost-item-bg {
  filter: drop-shadow(0 0 31.7px rgba(0, 0, 0, 0.15));
}

.cost-item-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cost-item-price {
  display: flex;
  gap: 11px;
  align-items: center;
}

.cost-item-scenario {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cost-item-scenario-label {
  font-size: 1.25rem !important;
  width: 136px;
  height: 52px;
  text-align: center;
  align-content: center;
  background: #d9d9d9;
}

/* 預算規劃 */
.budget-planning-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 976px;
}
.budget-planning-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.budget-planning-title {
  color: #a22100;
}
.budget-planning-line {
  width: 100%;
  max-width: 360px;
  height: 12px;
  border-top: 1px solid #d67923;
  border-bottom: 1px solid #d67923;
}

.budget-items-list {
  display: flex;
  flex-direction: column;
  margin: 30px auto 28px;
  gap: 30px;
  width: 100%;
}

.budget-item {
  display: flex;
  gap: 18px;
  align-items: center;
}

.budget-item-title-wrapper {
  display: flex;
  position: relative;
}

.budget-item-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 網站架設 */
.integration-website-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-website-bg--desktop {
  display: block;
  position: absolute;
  top: -17rem;
  right: 0;
  z-index: -1;
}

.integration-website-bg--mobile {
  display: none;
}

.website-steps-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin: 30px auto 28px;
  width: 100%;
  max-width: 1144px;
}

.website-step {
  display: flex;
  gap: 34px;
}

.website-step-left {
  position: relative;
}

.website-step-right {
  position: relative;
}

.website-step-number {
  display: flex;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 157.143% */
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.website-step-title {
  font-weight: 500;
  line-height: 44px;
  font-size: 24px;
  background: linear-gradient(180deg, #f7b52c 0%, #d95431 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-step-decoration {
  position: relative;
  left: -63px;
  margin-top: 12px;
  z-index: -1;
}

.website-step-content {
  display: flex;
  gap: 18px;
  margin-top: 4px;
}

.website-step-work {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 377px;
  width: 100%;
}
.website-step-consideration {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.website-step-work-label {
  text-align: center;
  align-content: center;
  width: 140px;
  height: 38px;
  background: #ffe183;
}

.website-step-consideration-label {
  text-align: center;
  align-content: center;
  width: 140px;
  height: 38px;
  background: #d9d9d9;
}

.website-step-work-text {
  line-height: 44px;
}

.website-step-consideration-text {
  text-align: center;
  line-height: 44px;
}

/* SEO優化 */
.integration-seo-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-seo-bg--mobile,
.insta-icon--mobile,
.fb-icon--mobile,
.x-icon--mobile,
.play-icon--mobile,
.blogger-left-ball-bg,
.forum-bg--mobile,
.integration-media-bg--mobile,
.integration-media-decoration--mobile,
.integration-media-right-ball--mobile {
  display: none;
}

.integration-seo-bg {
  display: block;
  position: absolute;
  top: -32px;
  width: 100%;
  z-index: -1;
}

.seo-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 146px auto 36px;
  gap: 164px 40px;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
}

.seo-item {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 330px;
  height: 520px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 18.2px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
}

.seo-item:nth-child(7) .seo-item-importance-text {
  max-width: 240px;
}

.seo-item-title-wrapper {
  width: 256px;
  height: 256px;
  aspect-ratio: 1 / 1;
  position: relative;
  text-align: center;
  align-content: center;
  border-radius: 128px;
  background: #ffcb27;
  margin-top: -116px;
}

.seo-item-title {
  line-height: 44px;
}

.seo-item-desc {
  margin: 9px auto;
  height: 132px;
  line-height: 44px;
  max-width: 265px;
  text-align: center;
}

.seo-item-importance-label {
  text-align: center;
  align-content: center;
  height: 50px;
  width: 100%;
  background: rgba(255, 203, 39, 0.6);
  margin-bottom: 31px;
}

.seo-item-importance-text {
  max-width: 228px;
  line-height: 44px;
  text-align: center;
}

/* 輪播導航點 - 預設隱藏（電腦版不需要） */
.seo-items__slider-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}

.seo-items__slider-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: 1px solid #c65b1f;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  padding: 0;
}

.seo-items__slider-dot:hover {
  background-color: #c65b1f;
  transform: scale(1.2);
}

.seo-items__slider-dot.active {
  background-color: #c65b1f;
}

/* 社群行銷 */
.integration-social-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-social-bg {
  display: block;
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: -1;
}

.social-items-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
  margin: 30px auto 28px;
  width: 100%;
  max-width: 1440px;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: 100%;
  max-width: 330px;
  height: 206px;
  border-radius: 31px;
  border: 1px solid #eb942f;
  padding-top: 25px;
}

.social-item-title {
  width: 280px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  align-content: center;
}

.social-item-title--odd {
  background: #eb942f;
}

.social-item-title--even {
  background: #f7b52c;
}

.social-item-desc {
  line-height: 44px;
  max-width: 248px;
}

/* 廣告投放 */
.integration-advertising-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-advertising-bg--desktop {
  display: block;
  position: absolute;
  top: 127px;
  left: 0;
  width: 100%;
  z-index: -2;
}

.integration-advertising-bg--mobile {
  display: none;
}

.advertising-items-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 103px 53px;
  margin: 30px auto 28px;
  max-width: 1434px;
  width: 100%;
}

.advertising-item {
  display: flex;
  flex-direction: column;
  max-width: 436px;
  gap: 48px;
  align-items: center;
}

.advertising-item-title {
  width: 100%;
  height: 80px;
  text-align: center;
  align-content: center;
  color: #fff;
  border-radius: 45.5px;
}

.advertising-item-title--odd {
  background: #e79728;
}

.advertising-item-title--even {
  background: #d67923;
}

.advertising-item-content {
  display: flex;
  flex-direction: column;
  max-width: 383px;
  gap: 28px;
}

.advertising-item-feature,
.advertising-item-apply {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.advertising-item-feature-label,
.advertising-item-apply-label {
  color: #c65b1f;
  font-weight: 500;
  white-space: nowrap;
}

.advertising-item-feature-text,
.advertising-item-apply-text {
}

/* KOL */
.integration-kol-section {
  padding: 195px 0 0;
}

.kol-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1260px;
  width: 100%;
  gap: 48px 60px;
  margin: 30px auto 36px;
}

.kol-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 380px;
  width: 100%;
}

.kol-item-title {
  width: 100%;
  height: 80px;
  text-align: center;
  align-content: center;
  border: 2px solid #d85431;
}

.kol-item-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kol-item-pro,
.kol-item-con {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.kol-item-pro-text,
.kol-item-con-text {
  max-width: 313px;
  height: 72px;
  line-height: 36px;
}

/* KOL 輪播導航點 - 預設隱藏（電腦版不需要） */
.kol-items__slider-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}

.kol-items__slider-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: 1px solid #c65b1f;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  padding: 0;
}

.kol-items__slider-dot:hover {
  background-color: #c65b1f;
  transform: scale(1.2);
}

.kol-items__slider-dot.active {
  background-color: #c65b1f;
}

/* Blogger */
.integration-blogger-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-blogger-bg {
  display: block;
  position: absolute;
  top: -55rem;
  width: 100%;
  z-index: -1;
}

.blogger-container {
  display: flex;
  flex-direction: column;
  margin: 60px auto 28px;
  width: 100%;
  max-width: 1224px;
  align-items: center;
}

.blogger-items-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  align-items: center;
}

.blogger-item {
  display: flex;
  gap: 64px;
  width: 100%;
  max-width: 1000px;
  height: 140px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}

.blogger-header {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  width: 100%;
  font-size: 20px;
}

.blogger-header-left {
  color: #fff;
  background: #d67923;
  width: 100%;
  max-width: 374px;
  height: 78px;
  text-align: center;
  align-content: center;
}

.blogger-header-right {
  color: #fff;
  background: #eb942f;
  width: 100%;
  max-width: 374px;
  height: 78px;
  text-align: center;
  align-content: center;
}

.blogger-item-left,
.blogger-item-right {
  max-width: 225px;
}

.blogger-item-title {
  text-align: center;
  align-content: center;
  width: 320px;
  height: 48px;
  border-radius: 60px;
}

.blogger-item-title--odd {
  background: #ffcb27;
}

.blogger-item-title--even {
  background: #ffebaa;
}

/* 社群論壇 */
.integration-forum-section {
  padding: 195px 0 0;
  position: relative;
}

.integration-forum-bg {
  display: block;
  position: absolute;
  top: -352px;
  width: 100%;
  z-index: -1;
}

.forum-container {
  display: flex;
  flex-direction: column;
  max-width: 1075px;
  width: 100%;
  align-items: center;
  margin: 30px auto 63px;
}

.forum-header {
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 983px;
  height: 88px;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #ffcb27 0%, #ff9327 100%);
  color: #fff;
  justify-content: space-between;
  padding: 0 60px 0;
  align-items: center;
}

.forum-items-list {
  display: flex;
  flex-direction: column;
  gap: 98px;
  width: 100%;
}

.forum-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.forum-item {
  display: flex;
  gap: 117px;
  width: 100%;
  max-width: 892px;
  justify-content: space-between;
}

.forum-items-list > .forum-item-wrapper:first-child .forum-item-title {
  top: 70px;
}

.forum-item-left,
.forum-item-right {
  max-width: 313px;
}

.forum-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  line-height: 44px;
}

.forum-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.forum-item-title--odd::before {
  background-image: url("../../images/yellow_circle.svg");
}

.forum-item-title--even::before {
  background-image: url("../../images/orange_circle.svg");
}

/* 媒體公關 */
.integration-media-section {
  padding: 195px 0 75px;
  position: relative;
}

.integration-media-bg {
  position: absolute;
  top: -231px;
  width: 100%;
  z-index: -1;
}

.integration-media-decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.media-items-decoration {
  position: absolute;
  bottom: -277px;
  right: -110px;
  z-index: -1;
}

.media-items-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 41px;
  max-width: 952px;
  width: 100%;
  margin: 135.01px auto 50px;
}

.media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 152px;
}

.media-item-left,
.media-item-right {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 152px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  align-items: center;
  justify-content: center;
}

.media-item-left p,
.media-item-right p {
  max-width: 276px;
}

.media-item-left-label {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  background: #ffcb27;
  position: absolute;
  left: 50%;
  top: -105px;
  transform: translateX(-50%);
  font-size: 1.5rem;
  padding-top: 44px;
  z-index: -1;
}

.media-item-right-label {
  width: 210px;
  height: 210px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #cd601d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  top: -105px;
  z-index: -1;
  padding-top: 44px;
}

.media-item-left span,
.media-item-right span {
  font-size: 1.25rem;
  max-width: 276px;
}

.media-item-title {
  white-space: nowrap;
  width: 200px;
  height: 56px;
  text-align: center;
  align-content: center;
  color: #fff;
  border-radius: 36px;
  position: absolute;
  z-index: 1;
}

.media-item-title--odd {
  background: #ff9d3d;
}

.media-item-title--even {
  background: #d85431;
}

.media-summary {
  max-width: 876px;
  line-height: 44px;
  margin-bottom: 28px;
}

/* 響應式設計 */
@media (max-width: 1024px) {
  .integration-hero {
    /* 平板樣式 */
  }
}

@media (max-width: 480px) {
  .desktop-br {
    display: none;
  }

  .mobile-br {
    display: block;
  }

  .page-btn {
    font-size: 11px;
  }

  .integration-hero-image--desktop {
    display: none;
  }
  .integration-hero {
    /* 手機樣式 */
  }

  .integration-hero-image--mobile {
    display: block;
    width: 100%;
  }

  /* 廣告投放 RWD */
  .integration-advertising-bg--desktop {
    display: none;
  }

  .integration-advertising-bg--mobile {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  /* 整合行銷公司 */

  .integration-company-section {
    padding: 45px 0 50px;
  }

  .integration-company-bg--desktop {
    display: none;
  }

  .company-items-list {
    margin: 36px auto 50px;
    gap: 36px;
  }

  .company-item-title {
    height: 48px;
  }

  .company-item-content {
    grid-template-columns: repeat(1, 1fr);
    padding: 75px 0 32px;
    justify-items: center;
  }

  .company-item:nth-child(2) .company-item-content {
    padding: 75px 0 32px;
  }

  .company-sub-item {
    max-width: 240px;
  }

  .company-sub-title {
    width: 100%;
    max-width: 240px;
    height: 28px;
  }

  .company-sub-text {
    font-size: 0.875rem !important;
    text-align: center;
  }

  /* 整合行銷費用 */
  .integration-cost-section {
    padding: 70px 0 0;
    background-image: url(../../images/整合行銷費用黃白背景圖片.webp);
  }

  .integration-website-bg--desktop {
    display: none;
  }

  .cost-items-list {
    margin: 36px auto 55.78px;
    gap: 49.78px;
  }

  .cost-item {
    flex-direction: column;
    gap: 24.52px;
  }

  .cost-item-title {
    top: 45%;
  }

  .cost-item-bg {
    width: 142px;
    height: 142px;
    filter: drop-shadow(0 0 11.7px rgba(0, 0, 0, 0.15));
  }

  .cost-item-right {
    gap: 16px;
    width: 100%;
  }

  .cost-item-price-icon {
    width: 29.104px;
    height: 29.104px;
  }

  .cost-item-scenario {
    gap: 10px;
  }

  .cost-item-scenario-label {
    font-size: 1rem !important;
    width: 76.12px;
    height: 29.1px;
  }

  .cost-item-desc,
  .cost-item-price span,
  .cost-item-scenario-text {
    font-size: 15.672px !important;
  }

  .budget-planning-header {
    gap: 5px;
  }

  .budget-planning-line {
    height: 6px;
  }

  .budget-planning-title {
    font-size: 0.875rem !important;
    white-space: nowrap;
  }

  .budget-items-list {
    margin: 31.42px auto 49.42px;
    max-width: 240px;
    gap: 22.84px;
  }

  .budget-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 7.38px;
  }

  .budget-item-title-wrapper {
    max-width: 150px;
  }

  .budget-item-title {
    font-size: 0.875rem !important;
    white-space: nowrap;
  }

  /* 網站架設 */
  .integration-website-section {
    padding: 120px 0 0;
  }
  .website-step-work-label,
  .website-step-consideration-label {
    width: 55.41px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    flex-shrink: 0;
  }

  .website-step-content {
    flex-direction: column;
    margin-top: 0;
    gap: 19.63px;
  }

  .website-steps-list {
    margin: 36px auto 49.67px;
  }
  .website-step-work-text,
  .website-step-consideration-text {
    font-size: 12px;
    line-height: 17.414px;
    max-width: 151px;
    text-align: left;
  }

  .website-step {
    gap: 13.46px;
  }

  .website-step-work,
  .website-step-consideration {
    gap: 3.17px;
  }

  .website-step-bg {
    width: 75.2px;
    height: 78px;
  }

  .website-step-right {
    max-width: 209.58px;
  }

  .website-step-title {
    line-height: 17.414px;
    font-size: 13px !important;
  }

  .website-step-number {
    font-size: 11.082px;
    text-shadow: 0 0 1.583px rgba(0, 0, 0, 0.35);
    line-height: 17.414px;
    top: 31%;
  }

  .website-step-decoration {
    left: -25px;
    margin-top: 6.06px;
    height: 11.03px;
  }

  /* SEO優化 */
  .integration-seo-section {
    padding: 120px 0 0;
    overflow: hidden;
  }

  .integration-seo-bg {
    display: none;
  }

  /* SEO 輪播容器 */
  .seo-items-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    padding: 0;
    margin: 106.41px auto 24px;
    transition: transform 0.3s ease;
  }

  .seo-item {
    flex: 0 0 85%;
    min-width: 200px;
    max-width: 200px;
    height: 363.59px;
    border-radius: 18.182px;
    background: #fff;
    box-shadow: 0 0 11.03px 0 rgba(0, 0, 0, 0.25);
    scroll-snap-align: center;
  }

  .seo-item-title-wrapper {
    width: 155px;
    height: 155px;
    margin-top: -70px;
  }

  .seo-item-title {
    line-height: 26.667px;
  }

  .seo-item-desc {
    font-size: 0.875rem !important;
    line-height: 26.667px;
    height: 71px;
    max-width: 146.6px;
    margin: 13.35px auto 27.31px;
  }

  .seo-item-importance-label {
    font-size: 1rem;
    height: 30.35px;
    margin-bottom: 21.85px;
    line-height: 26.667px;
  }

  .seo-item-importance-text,
  .seo-item:nth-child(7) .seo-item-importance-text {
    font-size: 0.875rem !important;
    line-height: 26.667px;
    max-width: 138px;
  }

  .seo-item:nth-child(6) .seo-item-desc {
    max-width: 172px;
  }

  /* SEO 輪播導航點 */
  .seo-items__slider-dots {
    display: flex;
  }

  .seo-items__slider-dot {
    width: 4px;
    height: 4px;
  }

  .seo-items__slider-dot.active {
    width: 4px;
  }

  /* 社群行銷 */
  .integration-social-bg {
    display: none;
  }

  .integration-social-section {
    padding: 120px 0 0;
  }

  .social-items-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    margin: 36px auto 50.36px;
  }

  .social-item {
    max-width: 150px;
    height: 116px;
    gap: 9.36px;
    padding-top: 11.36px;
    border-radius: 14.091px;
  }

  .social-item:nth-child(1) {
    order: 1;
  }
  .social-item:nth-child(2) {
    order: 3;
  }
  .social-item:nth-child(3) {
    order: 5;
  }
  .social-item:nth-child(4) {
    order: 7;
  }
  .social-item:nth-child(5) {
    order: 2;
  }
  .social-item:nth-child(6) {
    order: 4;
  }
  .social-item:nth-child(7) {
    order: 6;
  }
  .social-item:nth-child(8) {
    order: 8;
  }

  .social-item-title {
    font-size: 13px !important;
    width: 127.27px;
    height: 27.27px;
  }

  .social-item-desc {
    font-size: 13px !important;
    line-height: 20px;
    width: 127.27px;
  }

  /* 廣告投放 */
  .integration-advertising-section {
    padding: 120px 0 0;
  }

  .advertising-items-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 48.49px;
    margin: 17px auto 51px;
  }

  .advertising-item {
    gap: 19.77px;
  }

  .advertising-item-content {
    max-width: 263.54px;
    width: 100%;
  }

  .advertising-item-title {
    border-radius: 31.307px;
    height: 35.981px;
  }

  .advertising-item-feature,
  .advertising-item-apply {
    gap: 11.01px;
  }

  .advertising-item-feature-label,
  .advertising-item-apply-label {
    font-size: 1rem;
    line-height: 28.899px;
  }

  .advertising-item-feature-text,
  .advertising-item-apply-text {
    font-size: 0.875rem !important;
    line-height: 28.899px;
    height: auto;
  }

  /* KOL */
  .integration-kol-section {
    padding: 120px 0 0;
    overflow: hidden;
  }

  .kol-items-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 39.39px;
    margin: 36px auto 28.63px;
    padding: 0 20px;
    transition: transform 0.3s ease;
  }

  .kol-item {
    flex: 0 0 208px;
    max-width: 208px;
    gap: 16.41px;
  }

  .kol-item-title {
    height: 43.77px;
  }

  .kol-item-pro,
  .kol-item-con {
    max-width: 202.96px;
    gap: 9.85px;
  }

  .kol-item-content {
    gap: 16.41px;
  }

  .kol-item-pro-text,
  .kol-item-con-text {
    font-size: 13px;
    line-height: 19.695px;
  }

  .kol-item-pro-icon,
  .kol-item-con-icon {
    width: 21.8px;
    height: 21.8px;
  }

  /* KOL 輪播導航點 */
  .kol-items__slider-dots {
    display: flex;
  }

  .kol-items__slider-dot {
    width: 4px;
    height: 4px;
  }

  .kol-items__slider-dot.active {
    width: 4px;
  }

  /* Blogger */
  .integration-blogger-section {
    padding: 120px 0 0;
  }

  .integration-blogger-bg {
    display: none;
  }

  .blogger-container {
    margin: 36px auto 50px;
  }

  .blogger-items-list {
    gap: 36px;
  }

  .blogger-header {
    max-width: 292px;
    font-weight: 500;
  }

  .blogger-header-left {
    font-size: 13px;
    max-width: 115px;
    height: 28px;
  }

  .blogger-header-right {
    font-size: 10px;
    max-width: 115px;
    height: 28px;
  }

  .blogger-item {
    height: 101px;
    gap: 8px;
    padding: 0 7px;
    border-radius: 4.878px;
    box-shadow: 0 0 7.046px 0 rgba(0, 0, 0, 0.25);
  }

  .blogger-item-left,
  .blogger-item-right {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    max-width: 90px;
  }

  .blogger-item-title {
    font-size: 13px !important;
    max-width: 90px;
    height: 21px;
    border-radius: 16.26px;
  }

  /* 社群論壇 */
  .integration-forum-section {
    padding: 120px 0 0;
  }

  .integration-forum-bg {
    display: none;
  }

  .forum-item-left {
    font-size: 13px;
    line-height: 16px;
    max-width: 94px;
  }

  .forum-item-right {
    font-size: 13px;
    line-height: 16px;
    max-width: 104px;
  }

  .forum-header {
    font-size: 0.875rem;
    padding: 0 6px 0 18px;
    max-width: 290px;
    height: 47px;
    text-align: center;
    border-radius: 8.372px 8.372px 0 0;
    line-height: 16px;
  }

  .forum-items-list {
    align-items: center;
    position: relative;
    top: -4px;
    gap: 52px;
  }

  .forum-item-wrapper {
    width: 327px;
    height: 64px;
    border-radius: 27.907px;
    background: #fff;
    box-shadow: 0 0 7.256px 0 rgba(0, 0, 0, 0.25);
  }

  .forum-item {
    gap: 96px;
    max-width: 294px;
  }

  .forum-item-title::before {
    width: 84px;
    height: 84px;
  }

  .forum-items-list > .forum-item-wrapper:first-child .forum-item-title {
    top: 32px;
  }

  .forum-item-title {
    font-size: 13px !important;
    line-height: 16px;
    left: 49%;
  }

  /* 媒體公關 */
  .integration-media-section {
    padding: 120px 0 72px;
  }

  .integration-media-bg,
  .integration-media-decoration {
    display: none;
  }

  .media-items-list {
    gap: 24px;
    margin: 84px auto 36px;
  }

  .media-items-decoration {
    display: none;
  }

  .media-item {
    gap: 66px;
  }

  .media-item-left-label,
  .media-item-right-label {
    top: -48px;
    padding-top: 18px;
    font-size: 14px !important;
    width: 96px;
    height: 96px;
  }

  .media-item-left,
  .media-item-right {
    width: 120px;
    height: 106px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.35);
  }

  .media-item-left span,
  .media-item-right span {
    font-size: 13px;
    line-height: 20px;
  }

  .media-item-right p,
  .media-item-left p {
    max-width: 78px;
    font-size: 13px !important;
    line-height: 20px;
    text-shadow: 0 0 10.305px rgba(0, 0, 0, 0.25);
  }

  .media-item-title {
    width: 100px;
    height: 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  }

  .media-summary {
    margin-bottom: 50px;
  }

  .integration-website-bg--mobile {
    display: block;
    position: absolute;
    top: -7rem;
    width: 100%;
    z-index: -1;
  }

  .integration-seo-bg--mobile {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .fb-icon--mobile {
    display: block;
    position: absolute;
    top: 1rem;
    right: 11px;
    top: 54px;
  }

  .play-icon--mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 241px;
    z-index: -1;
  }

  .insta-icon--mobile {
    display: block;
    position: absolute;
    bottom: -3rem;
    right: 0;
    z-index: -1;
  }

  .x-icon--mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .blogger-left-ball-bg {
    display: block;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: -1;
  }

  .forum-bg--mobile {
    display: block;
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: -1;
  }

  .integration-media-bg--mobile {
    display: block;
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: -1;
  }

  .integration-media-decoration--mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: -1;
  }

  .integration-media-right-ball--mobile {
    display: block;
    position: absolute;
    bottom: 3.7rem;
    right: 0;
    z-index: -1;
  }
}
