/**
 * 全方位行銷頁面樣式
 * @package mytheme
 */

/* ============================================
   Hero 區塊
   ============================================ */

.comprehensive-hero {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img {
  width: 100%;
}

/* ============================================
   整合行銷 Section
   ============================================ */
.comprehensive-integration-section {
  margin-top: 16px;
  padding: 0;
  position: relative;
}

.comprehensive-bg-img {
  position: absolute;
  top: 35rem;
  left: 0;
  z-index: -1;
  width: 100%;
}

.integration-items-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1100px;
  width: 100%;
  margin: 46px auto 90px;
}

.integration-item {
  width: 100%;
  height: 170px;
  display: flex;
  gap: 48px;
  padding-right: 48px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 17.5px 2px #fff;
  backdrop-filter: blur(8px);
  align-items: center;
}

.item-sections-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 31px;
}

.item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 160px;
  height: 100%;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 0 40px 40px 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 36.9px 2px #20285e;
  padding: 20px;
}

.item-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 270px;
}

.item-label {
  font-weight: 500;
  color: #ffcc00;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.item-value {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

/* ============================================
   整合行銷分頁點 (Pagination)
   ============================================ */
.integration-pagination {
  display: none;
  justify-content: center;
  gap: 16px;
  margin-bottom: 37px;
}

.integration-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all var(--transition-base);
  padding: 0;
}

.integration-dot.active {
  background: #fff;
  border-color: #fff;
}

.integration-dot:hover {
  border-color: #fff;
}

/* ============================================
   社群行銷分頁點 (Social Media Pagination)
   ============================================ */
.social-media-pagination {
  display: none;
  justify-content: center;
  gap: 16px;
}

.social-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all var(--transition-base);
  padding: 0;
}

.social-dot.active {
  background: #20285e;
  border-color: #20285e;
}

.social-dot:hover {
  border-color: #fff;
}

/* ============================================
   商業攝影分頁點 (Photography Pagination)
   ============================================ */
.photography-pagination {
  display: none;
  justify-content: center;
  gap: 16px;
  margin-top: 44px;
}

.photography-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all var(--transition-base);
  padding: 0;
}

.photography-dot.active {
  background: #20285e;
  border-color: #20285e;
}

.photography-dot:hover {
  border-color: #fff;
}

/* ============================================
   網站架設 Section
   ============================================ */
.website-development-section {
  padding: 236px 0 0;
  position: relative;
}

.website-dev-items-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  margin: 48px auto 80px;
}

.website-dev-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.website-dev-item-title {
  align-content: center;
  text-align: center;
  max-width: 350px;
  width: 100%;
  height: 75px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 36.9px 2px #20285e;
  backdrop-filter: blur(8px);
}

.website-dev-item-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.detail-subsection {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 350px;
}

.detail-label {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  color: var(--main-003, var(--Accents-Yellow, #fc0));
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.detail-text {
  text-align: center;
  color: #fff;
  text-align: left;
}

/* ============================================
   SEO優化 Section
   ============================================ */
.seo-optimization-section {
  padding: 236px 0 0;
  position: relative;
}

.seo-contect-right-img,
.seo-contect-left-img {
  display: none;
}

.seo-optimization-bg-img {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.seo-items-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1025px;
  margin: 70px auto;
}

.seo-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--border-radius-md);
  align-items: flex-start;
}

.seo-item-main {
  display: flex;
  flex-direction: row;
  gap: 12px;
  max-width: 558px;
  min-width: 558px;
  width: 100%;
  height: 85px;
  border-radius: 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: linear-gradient(
    91deg,
    rgba(255, 255, 255, 0) 0.43%,
    rgba(255, 255, 255, 0.5) 155.43%
  );
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.25),
    0 0 4px 0 #fff;
  backdrop-filter: blur(2px);
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
}

.seo-item-title {
  color: #fff;
  margin: 0;
  min-width: 148px;
}

.seo-item-description {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  max-width: 305px;
}

.seo-item-note {
  padding: 12px 16px;
  height: 85px;
  margin-left: -78px;
  padding-left: 100px;
  align-content: center;
  border-radius: 0 40px 40px 0;
  border: 2px solid #fff;
  border-left: none;
  box-shadow:
    0 0px 0px 0 rgba(0, 0, 0, 0.25),
    0 0 0px 0 #fff;
  text-align: left;
}

.seo-item-note p {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

/* ============================================
   社群行銷 Section
   ============================================ */
.social-media-marketing-section {
  padding: 210px 0 0;
  position: relative;
  overflow: hidden;
}

.social-icon-img {
  position: absolute;
  top: -4rem;
  left: 0;
  z-index: -1;
}

.social-media-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 80px;
  max-width: 1400px;
  margin: 48px auto 90px;
  justify-content: center;
}

.social-media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-item-title {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: #fac802;
  box-shadow: 0 0px 30.311px 0 #fff;
  text-align: center;
  padding-top: 95px;
  color: #000;
  font-weight: 500;
}

.social-media-item:nth-child(2) .social-media-item-title,
.social-media-item:nth-child(4) .social-media-item-title {
  color: #fff;
  background: linear-gradient(
    20deg,
    #0d1340 -4.11%,
    #131949 -2.09%,
    #1b2155 1.96%,
    #1f265c 7.02%,
    #21285e 21.19%,
    #262d62 30.29%,
    #363e6f 40.41%,
    #515a85 53.57%,
    #7681a3 66.73%,
    #a6b2ca 80.89%,
    #dfeef9 96.07%,
    #e3f2fc 97.09%
  );
  box-shadow: 0 0px 30.311px 0 #fff;
  filter: drop-shadow(0 5.311px 5.311px #fff);
}

.social-media-item-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  height: 330px;
  width: 330px;
  padding: 80px 35px 0;
  z-index: 1;
  margin-top: -205px;
}

.social-des-bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
  filter: drop-shadow(0 5.311px 11.995px #20285e);
}

.social-media-item-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.social-media-item-detail:last-child {
  margin-bottom: 0;
}

.social-detail-label {
  font-weight: 500;
  color: #ffcc00;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.social-detail-text {
  color: #fff;
  max-width: 370px;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

/* ============================================
   廣告投放 Section
   ============================================ */
.adv-section {
  padding: 210px 0 0;
  position: relative;
}

.adv-bg-img {
  position: absolute;
  top: -9rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.adv-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 968px;
  margin: 60px auto;
}

.adv-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adv-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.adv-title {
  text-align: center;
  align-content: center;
  height: 68px;
  width: 100%;
  max-width: 321px;
  border-radius: 40px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 -3px 4px 0 rgba(0, 0, 0, 0.25) inset,
    0 4px 36.9px 2px rgba(32, 40, 94, 0.3);
  backdrop-filter: blur(8px);
  margin: 0;
}

.adv-line {
  width: 100%;
  height: 3px;
  background: #fff;
  border: none;
}

.adv-content {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 49px;
  align-items: center;
}

.adv-txt {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  text-align: left;
  max-width: 505px;
  width: 100%;
}

.adv-divider {
  width: 2px;
  background: #fff;
  height: 78px;
}

.adv-note {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  text-align: left;
  max-width: 339px;
}

/* ============================================
   短影音 Section
   ============================================ */
.short-video-section {
  position: relative;
  padding: 210px 0 0;
}

.short-video-items-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 970px;
  width: 100%;
  margin: 81px auto 90px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.short-video-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.short-video-item-section {
  display: flex;
  gap: 37px;
  padding: 0;
  align-items: center;
}

.short-video-item-section--left {
  flex-direction: row;
}

.short-video-item-section--right {
  flex-direction: row;
}

.item-title {
  border-radius: 40px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 -3px 4px 0 rgba(0, 0, 0, 0.25) inset,
    0 4px 36.9px 2px rgba(32, 40, 94, 0.3);
  backdrop-filter: blur(8px);
  max-width: 328px;
  width: 100%;
  height: 64px;
  align-content: center;
  text-align: center;
  flex-shrink: 0;
}

.item-subtitle {
  color: #fff;
  margin: 0;
  flex-shrink: 0;
  max-width: 328px;
  width: 100%;
  text-align: center;
}

.item-description {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  font-weight: 400;
  flex: 1;
}

/* ============================================
   商業攝影 Section
   ============================================ */
.commercial-photography-section {
  padding: 210px 0 0;
  position: relative;
}

.commercial-bg-img {
  position: absolute;
  top: -61rem;
  left: 0;
  z-index: -1;
  width: 100%;
}

.photography-cards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px 85px;
  max-width: 1320px;
  margin: 48px auto 90px;
}

.photography-card {
  width: 100%;
  max-width: 368px;
  height: 355px;
  padding: 20px 0 0;
  border-radius: 28px 28px 0 0;
  border: 1px solid #fff;
  background: linear-gradient(
    3deg,
    rgba(13, 19, 64, 0.25) 2.25%,
    rgba(255, 255, 255, 0.25) 97.96%
  );
  box-shadow:
    0 0 7.8px 0 rgba(255, 255, 255, 0.6),
    4px 7px 8.9px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #fff;
  box-shadow: 0 0 16.3px 2px #fff;
  max-width: 345px;
  width: 100%;
  height: 84px;
  margin-bottom: 18px;
}

.card-title {
  text-align: center;
  align-content: center;
  width: 100%;
  max-width: 320px;
  height: 63px;
  border-radius: 40px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 -3px 4px 0 rgba(0, 0, 0, 0.25) inset,
    0 4px 36.9px 2px rgba(32, 40, 94, 0.3);
  backdrop-filter: blur(8px);
}

.card-description {
  color: #fff;
  max-width: 320px;
  min-height: 100px;
}

.card-divider-description {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-normal);
}

.card-divider-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 328px;
}

.card-label {
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-label-highlight {
  color: #ffcc00;
  white-space: nowrap;
}

.card-label-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.card-label-line {
  flex: 1;
  height: 2px;
  background: #fff;
}

/* ============================================
   形象影片 Section
   ============================================ */
.corporate-video-section {
  padding: 210px 0 0;
  position: relative;
}

.video-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 1200px;
  padding: 86px 81px 80px;
  margin: 48px auto -32px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 36.9px 2px rgba(32, 40, 94, 0.6);
  backdrop-filter: blur(8px);
}

.video-card {
  display: flex;
  flex-direction: column;
  max-width: 455px;
  width: 100%;
  align-items: center;
}

.video-card-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 250px;
  margin-bottom: 24px;
}

.video-card-title {
  width: 100%;
  max-width: 312px;
  text-align: center;
  align-content: center;
  height: 60px;
  border-radius: 44.5px;
  background: #fff;
  box-shadow: 0 0 14.9px 0 rgba(0, 0, 0, 0.5);
  color: #000;
  margin: 0;
  flex: 1;
}

.video-card-decoration {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

.video-card-description {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: var(--line-height-relaxed);
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.video-card-divider {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}

.video-card-note {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

/* ============================================
   CIS設計 Section
   ============================================ */
.cis-design-section {
  padding: 210px 0 150px;
  position: relative;
}

.cis-bg-img {
  position: absolute;
  top: -17rem;
  right: 0;
  z-index: -1;
}

.cis-dotmap-bg-img {
  position: absolute;
  bottom: 34rem;
  width: 100%;
  left: 0;
}

.cis-cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1400px;
  width: 100%;
  margin: 108px auto 74px;
}

.cis-card {
  position: relative;
  border-radius: var(--border-radius-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  align-items: start;
  width: 100%;
}

.cis-card-left-column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cis-card-badge {
  position: absolute;
  top: -33px;
  left: -65px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0 25px 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  color: #fff;
}

.cis-card-mi .cis-card-badge {
  background: #ffcc00;
}

.cis-card-bi .cis-card-badge {
  background: #93c9f7;
}

.cis-card-vi .cis-card-badge {
  background: #ffcc00;
}

.cis-card-right-column {
  display: flex;
  align-items: center;
  padding-top: 22px;
}

.cis-card-title {
  border-radius: 182.757px;
  width: 185px;
  height: 185px;
  text-align: center;
  align-content: center;
  color: #20285e;
  border: 1.828px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 18.824px 0 var(--Second-Color-001, #3e3b6d);
  z-index: 1;
}

.cis-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cis-content-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cis-content-label {
  color: #20285e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cis-content-text {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

.cis-card-description {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

/* ============================================
   整體優勢區塊
   ============================================ */
.cis-advantages-section {
  position: relative;
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantages-decoration {
  position: relative;
  margin-bottom: 10px;
}

.advantages-decoration-image {
  width: 100%;
  object-fit: cover;
  top: -10px;
  position: relative;
  z-index: -1;
}

.advantages-title {
  max-width: 227px;
  align-content: center;
  width: 100%;
  height: 64px;
  color: #20285e;
  border-radius: 182.757px;
  border: 1.828px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 18.824px 0 var(--Second-Color-001, #3e3b6d);
  backdrop-filter: blur(6.990443229675293px);
  margin-bottom: 5px;
}

.advantages-description {
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  max-width: 800px;
  margin-bottom: 15px;
}

.advantages-subtitle {
  color: #20285e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.advantages-note {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
}

/* ============================================
   整合行銷說明區塊
   ============================================ */
.cis-marketing-integration {
  max-width: 785px;
  width: 100%;
  padding: 50px 0 70px;
  border: 3px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 150px 0 -32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.integration-text {
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: var(--line-height-relaxed);
  max-width: 600px;
}

.page-bottom-white-img {
  position: absolute;
  bottom: -132rem;
  left: 0;
  z-index: -1;
}

.page-bottom-blue-img {
  position: absolute;
  bottom: -200rem;
  left: 0;
  z-index: -1;
}

.white-dot-map-img,
.right-blue-ball-rwd-img,
.corporate-big-bg-rwd-img,
.corporate-bg-rwd-img,
.commercial-bg-rwd-img,
.short-video-bg-rwd-img,
.adv-bg-rwd-img,
.social-icon-rwd-img,
.seo-bg-rwd-img,
.website-setup-bg-rwd-img {
  display: none;
}

/* ============================================
   響應式設計
   ============================================ */
@media (max-width: 1440px) {
  .comprehensive-integration-section {
    padding: 0;
  }

  .comprehensive-bg-img {
    top: 55rem;
  }
}

@media (max-width: 1024px) {
  .integration-item {
    display: flex;
    gap: 15px;
    width: 100%;
    height: auto;
  }

  .item-header {
    min-width: 120px;
    height: auto;
    padding: 15px;
  }

  .item-section {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .website-dev-item-details {
    grid-template-columns: 1fr;
  }

  .seo-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .seo-item-note {
    min-width: auto;
    text-align: left;
  }

  .adv-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .adv-divider {
    display: none;
  }

  .adv-txt,
  .adv-note {
    text-align: left;
  }

  .photography-cards-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .video-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .cis-cards-list {
    grid-template-columns: 1fr;
  }

  .adv-line {
    display: block;
  }

  .adv-title {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 40px;
    background-size: 100% 105%;
  }

  .comprehensive-integration-section {
    overflow: hidden;
  }

  .integration-items-list {
    margin: 28px auto 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 45px;
    width: 100%;
    position: relative;
    height: 404px;
    transition: transform 0.5s ease-in-out;
    align-items: stretch;
  }

  .integration-item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 0;
    height: 100%;
    position: relative;
    transition: none;
  }

  .item-sections-wrapper {
    flex-direction: column;
  }

  /* 顯示分頁點 */
  .integration-pagination {
    display: flex;
  }

  .item-header {
    min-width: auto;
    width: 54px;
    height: 404px;
    border-radius: 40px;
    font-size: 16px;
    border-radius: 0 22px 22px 0;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 36.9px 2px #20285e;
    backdrop-filter: blur(8px);
  }

  .item-section {
    width: 100%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
  }

  .item-label {
    font-size: 10px;
  }

  .item-value {
    font-size: 13px;
  }

  .website-development-section {
    padding: 92px 0 0;
  }

  .website-dev-items-list {
    gap: 90px;
    margin: 28px auto 60px;
  }

  .website-dev-item-title {
    height: 48px;
  }

  .website-dev-item-details {
    gap: 44px;
  }

  .detail-subsection {
    gap: 20px;
  }

  .website-dev-item {
    gap: 34px;
  }

  .detail-label {
    line-height: 20px;
    padding-bottom: 10px;
  }

  .item-subtitle {
    font-size: 1rem;
    text-align: left;
    height: 28px;
    align-content: center;
  }

  .short-video-item-section {
    max-width: 150px;
  }

  .commercial-photography-section {
    padding: 92px 0 20px;
  }

  .commercial-bg-img {
    display: none;
  }

  .short-video-items-list {
    margin: 42px auto;
    gap: 36px;
  }

  .seo-optimization-section {
    padding: 92px 0 0;
  }

  .seo-optimization-bg-img {
    display: none;
  }

  .seo-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .seo-item-main {
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 15px 10px 0 15px;
    max-width: 178px;
    min-width: auto;
    height: 116px;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    align-items: flex-start;
  }

  .seo-contect-left-img {
    display: block;
    position: absolute;
    top: 6px;
    left: -5px;
    height: auto;
    width: auto;
    z-index: -1;
  }

  .seo-contect-right-img {
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    height: auto;
    max-width: 171px;
    z-index: 0;
  }

  .detail-text,
  .item-description {
    font-size: 12px;
  }

  .seo-item-description {
    font-size: 13px !important;
    line-height: normal;
    max-width: 138px;
  }

  .seo-item-title {
    font-size: 15px;
  }

  .seo-items-list {
    margin: 28px auto 42px;
    gap: 30px;
  }

  .seo-item-note {
    position: relative;
    padding: 20px 10px 0 15px;
    max-width: 171px;
    margin-left: 0;
    width: 100%;
    height: 116px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-left: none;
  }

  .seo-item-note p {
    font-size: 12px;
    line-height: normal;
  }

  .social-media-marketing-section {
    padding: 92px 0 0;
  }

  .social-icon-img {
    display: none;
  }

  .social-media-item-title {
    width: 240px;
    height: 240px;
    padding-top: 75px;
  }

  .social-des-bg-img {
    max-width: 222px;
    width: 100%;
  }

  .social-media-item-details-wrapper {
    height: auto;
    width: 100%;
    max-width: 222px;
    padding: 34px 0 0 23px;
    margin-top: -116px;
    gap: 28px;
  }

  .social-media-item active {
    display: flex;
  }

  .social-media-item-detail {
    max-width: 186px;
  }

  .social-detail-text {
    font-size: 0.75rem !important;
  }

  .video-cards-container {
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 28px auto 44px;
    padding: 35px 26px 10px;
    width: 100%;
    max-width: 327px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 36.9px 2px rgba(32, 40, 94, 0.6);
    backdrop-filter: blur(8px);
  }

  .video-card {
    gap: 0;
  }

  .video-card-divider {
    height: 1px;
    margin: 12.36px 0;
  }

  .short-video-item-section {
    flex-direction: column;
  }

  .short-video-item-section--left {
    flex-direction: column;
    gap: 12px;
    padding-right: 15px;
    border-right: 1px solid #fff;
  }

  .short-video-item-section--right {
    flex-direction: column;
    gap: 12px;
    padding-left: 15px;
  }

  .short-video-item {
    flex-direction: row;
    gap: 0;
  }

  .video-card-header {
    flex-direction: column;
    gap: 8px;
    height: 42px;
    width: 100%;
    max-width: 191.477px;
    margin-bottom: 15px;
  }

  .video-card-decoration {
    width: 38px;
    height: 38px;
    right: -24.5px;
  }

  .video-card-title {
    border-radius: 27.506px;
    background: #fff;
    box-shadow: 0 0 9.21px 0 rgba(0, 0, 0, 0.5);
  }

  .video-card-description,
  .video-card-note {
    font-size: 12px;
  }

  .item-title {
    max-width: 150px;
    width: 100%;
    height: 28px;
    border-radius: 30px;
    border: 0.814px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 -0.814px 1.085px 0 rgba(0, 0, 0, 0.25) inset,
      0 1.085px 10.009px 0.542px rgba(32, 40, 94, 0.3);
    backdrop-filter: blur(2.1699819564819336px);
  }

  .cis-bg-img {
    display: none;
  }

  .cis-design-section {
    padding: 92px 0 20px;
  }

  .cis-content-section {
    width: 140px;
    gap: 3px;
  }

  .cis-cards-list {
    gap: 47.28px;
    margin: 47px auto 40px;
  }

  .cis-card {
    grid-template-columns: 172px auto;
    gap: 14px;
  }

  .cis-card-left-column {
    align-items: flex-end;
  }

  .cis-card-right-column {
    padding-top: 36px;
  }

  .cis-card-badge {
    width: 86px;
    height: 86px;
    top: -19px;
    left: 0;
    padding: 0 20px 25px 0;
    font-size: 1rem;
  }

  .cis-card-title {
    width: 135px;
    height: 135px;
    border-radius: 103.466px;
    border: 1.035px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10.657px 0 var(--Second-Color-001, #3e3b6d);
  }

  .cis-content-text,
  .cis-card-description {
    font-size: 12px;
  }

  .cis-advantages-section {
    margin: 32px auto 0;
    padding: 0;
  }

  .adv-section {
    padding: 92px 0 0;
  }

  .adv-bg-img {
    display: none;
  }

  .adv-title {
    width: 100%;
    max-width: 160px;
    height: 30px;
    align-content: center;
    text-align: center;
    border-radius: 40px;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 -3px 4px 0 rgba(0, 0, 0, 0.25) inset,
      0 4px 36.9px 2px rgba(32, 40, 94, 0.3);
    backdrop-filter: blur(8px);
  }

  .adv-row {
    gap: 30px;
  }

  .adv-txt {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .adv-content {
    gap: 37px;
  }

  .adv-list {
    gap: 50px;
    margin: 28px auto 64px;
  }

  .advantages-title {
    font-size: 16px;
    width: 100%;
    max-width: 119.264px;
    height: 33.625px;
    border-radius: 96.019px;
    border: 0.96px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 9.89px 0 var(--Second-Color-001, #3e3b6d);
    backdrop-filter: blur(3.6727375984191895px);
  }

  .advantages-decoration-image {
    width: 100%;
    max-width: 119.79px;
    height: 12.609px;
    top: -11px;
  }

  .advantages-decoration {
    margin-bottom: 0;
  }

  .advantages-description {
    font-size: 13px;
    text-align: left;
  }

  .advantages-note {
    font-size: 13px;
  }

  .short-video-section {
    padding: 92px 0 0;
  }

  .cis-marketing-integration {
    margin: 48px auto -16px;
    padding: 42px 20px;
    gap: 20px;
    border: 3px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .integration-text {
    font-size: 14px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  /* 社群行銷輪播 - 手機版 */
  .social-media-items-container {
    margin: 28px auto 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    position: relative;
    height: 345px;
    transition: transform 0.5s ease-in-out;
    align-items: stretch;
    justify-content: flex-start;
  }

  .social-media-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    height: 100%;
    position: relative;
    transition: none;
    flex: 0 0 100%;
  }

  /* 顯示分頁點 */
  .social-media-pagination {
    display: flex;
    margin-bottom: 42px;
  }

  .commercial-photography-section {
    overflow: hidden;
  }

  /* 商業攝影輪播 - 手機版 */
  .photography-cards-list {
    margin: 28px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 65px;
    width: 220px;
    position: relative;
    height: 294px;
    transition: transform 0.5s ease-in-out;
    align-items: stretch;
    justify-content: flex-start;
  }

  .photography-card {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    padding-top: 11px;
    display: flex;
    gap: 12px;
    position: relative;
    transition: none;
    border-radius: 15.217px 15.217px 0 0;
    border: 0.543px solid #fff;
    background: linear-gradient(
      3deg,
      rgba(13, 19, 64, 0.25) 2.25%,
      rgba(255, 255, 255, 0.25) 97.96%
    );
    box-shadow:
      0 0 4.239px 0 rgba(255, 255, 255, 0.6),
      2.174px 3.804px 4.837px 0 rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(1.08695650100708px);
  }

  .card-title-wrapper {
    width: 100%;
    max-width: 188px;
    height: 46px;
    border-radius: 54.348px;
    border: 0.543px solid #fff;
    box-shadow: 0 0 8.859px 0 #fff;
    margin-bottom: 9px;
  }

  .card-title {
    max-width: 174px;
    width: 100%;
    height: 34.06px;
    border-radius: 21.739px;
    border: 1.63px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 -1.63px 2.174px 0 rgba(0, 0, 0, 0.25) inset,
      0 2.174px 20.054px 1.087px rgba(32, 40, 94, 0.3);
    backdrop-filter: blur(4.34782600402832px);
  }

  .card-description {
    min-height: auto;
    max-width: 174px;
    width: 100%;
    margin-bottom: 25px;
  }

  .photography-card.active {
    display: flex;
  }

  .card-divider-description {
    max-width: 174px;
  }

  .card-label-with-lines {
    gap: 9px;
  }

  .card-divider-section {
    align-items: center;
    gap: 15px;
  }

  .card-label-line {
    width: 32px;
    flex: none;
  }

  /* 顯示分頁點 */
  .photography-pagination {
    display: flex;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .page-bottom-white-img {
    display: none;
  }

  .corporate-video-section {
    padding: 72px 0 0;
  }

  .page-bottom-blue-img {
    display: none;
  }

  .cis-dotmap-bg-img {
    display: none;
  }

  .website-setup-bg-rwd-img {
    display: block;
    position: absolute;
    top: -8rem;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .seo-bg-rwd-img {
    display: block;
    position: absolute;
    top: -6rem;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .social-icon-rwd-img {
    display: block;
    position: absolute;
    bottom: -20rem;
    left: 0;
    z-index: -1;
  }

  .adv-bg-rwd-img {
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .short-video-bg-rwd-img {
    display: block;
    position: absolute;
    top: -9rem;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .commercial-bg-rwd-img {
    display: block;
    position: absolute;
    bottom: -19rem;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .corporate-bg-rwd-img {
    display: block;
    position: absolute;
    top: -7rem;
    left: 0;
    z-index: -1;
  }

  .corporate-big-bg-rwd-img {
    display: block;
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .right-blue-ball-rwd-img {
    display: block;
    position: absolute;
    top: -4rem;
    right: 0;
    z-index: -1;
  }

  .white-dot-map-img {
    display: block;
    position: absolute;
    bottom: 20rem;
    z-index: -1;
    width: 100%;
  }
}
