/* ============================================
   形象影片頁面樣式
   ============================================ */

/* Hero 首圖區域 */
.page-image-video {
  width: 100%;
}

.image-video-hero {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.image-video-hero__desktop {
  display: block;
  width: 100%;
  height: auto;
}

.image-video-hero__mobile {
  display: none;
}

/* 形象影片報價 Section */
.image-video-pricing {
  padding: 36px 0 120px;
  position: relative;
}

.image-video-pricing-bg {
  display: block;
  position: absolute;
  top: -30rem;
  width: 100%;
  z-index: -1;
}

.image-video-pricing__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 66px auto 36px;
  gap: 30px;
  max-width: 1395px;
  width: 100%;
}

.image-video-pricing__item {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  height: auto;
  align-items: center;
}

.image-video-pricing__item--yellow {
  border: 1px solid #eb942f;
}

.image-video-pricing__item--yellow .image-video-pricing__item-label {
  color: #eb942f;
}

.image-video-pricing__item--orange {
  border: 1px solid #e45000;
}

.image-video-pricing__item--orange .image-video-pricing__item-label {
  color: #e45000;
}

.image-video-pricing__item--red {
  border: 1px solid #b92b00;
}

.image-video-pricing__item--red .image-video-pricing__item-label {
  color: #b92b00;
}

.image-video-pricing__item-title {
  font-weight: 500;
  text-align: center;
  align-content: center;
  height: 64px;
  max-width: 244px;
  width: 100%;
  color: #fff;
  margin-bottom: 44px;
  margin-top: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-video-pricing__item--yellow .image-video-pricing__item-title {
  background: #eb942f;
}

.image-video-pricing__item--orange .image-video-pricing__item-title {
  background: #e45000;
}

.image-video-pricing__item--red .image-video-pricing__item-title {
  background: #b92b00;
}

.image-video-pricing__item-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 61px;
  max-width: 360px;
  width: 100%;
}

.image-video-pricing__item-detail {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.image-video-pricing__item-label {
  font-size: 1.25rem;
  color: #000;
}

.image-video-pricing__item-text {
  line-height: 1.5;
}

.image-video-pricing__item-small-text {
  font-size: 20px;
}

/* 影響因素橫列 */
.image-video-pricing__factors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 30px;
  max-width: 1440px;
}

.image-video-pricing__factor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  max-width: 330px;
}

.image-video-pricing__factor-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  background: var(--001, linear-gradient(180deg, #f7b52c 0%, #d95431 100%));
  margin-bottom: 26px;
  width: 220px;
  height: 53px;
  align-content: center;
}

.image-video-pricing__factor-text {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  text-align: left;
}

.image-video-pricing__factor:nth-child(2) .image-video-pricing__factor-text {
  border-left: 1px solid #797979;
  border-right: 1px solid #797979;
  padding: 0 20px;
}

.image-video-pricing__factor:nth-child(3) .image-video-pricing__factor-text {
  border-right: 1px solid #797979;
  padding-right: 20px;
}

.image-video-pricing__factor:nth-child(2) .image-video-pricing__factor-title {
  margin-left: 20px;
}

.image-video-pricing__summary {
  margin: 0 auto 28px;
  text-align: left;
}

.image-video-pricing__summary-highlight {
  color: #b53c1b;
  font-weight: 500;
}

/* 形象影片拍攝 Section */
.image-video-shooting {
  padding: 75px 0 84px;
  position: relative;
  background-image: url("../../images/形象影片拍攝底圖.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.image-video-shooting__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px auto 28px;
  max-width: 805px;
  width: 100%;
}

.image-video-shooting__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.image-video-shooting__item-title {
  display: flex;
  height: 63px;
  padding: 9px 69px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px 30px 0 0;
  background: var(--0007, #f7b52c);
  color: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.image-video-shooting__item:nth-child(2) .image-video-shooting__item-title,
.image-video-shooting__item:nth-child(4) .image-video-shooting__item-title {
  background: #ff9f41;
}

.image-video-shooting__item-text {
  display: flex;
  height: 94px;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* 形象影片製作 Section */
.image-video-production {
  padding: 111px 0 76px;
  position: relative;
}

.image-video-production .page-btn:hover {
  background:
    var(--001, linear-gradient(180deg, #f7b52c 0%, #d95431 100%)),
    linear-gradient(#fff, #fff);
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
  -webkit-text-fill-color: transparent;
  border: 3.5px solid #f7b52c;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.image-video-production-bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.image-video-production__steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 48px;
  margin: 30px auto 36px;
  max-width: 1444px;
}

.image-video-production__step {
  display: flex;
  gap: 19px;
  align-items: center;
  max-width: 443px;
}

.image-video-production__step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #f7b52c;
  background: #fff;
  border-radius: 50%;
}

.image-video-production__step-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 175px;
  height: 175px;
  background: #f7b52c;
  border-radius: 50%;
  justify-content: center;
}

.image-video-production__step-number span {
  font-size: 1.75rem;
  font-weight: 700;
  width: 36px;
  height: 36px;
  color: #b53c1b;
  line-height: 28px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  align-content: center;
}

.image-video-production__step-label {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.image-video-production__step-text {
  color: #000;
  line-height: 36px;
}

.image-video-production__summary-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 790px;
  height: 186px;
  border-radius: 37px;
  border: 2px solid #b53c1b;
  margin-bottom: -32px;
}

.image-video-production__summary {
  text-align: left;
  margin-top: 44px;
  max-width: 668px;
}

/* 響應式設計 */
@media (max-width: 1024px) {
  .image-video-pricing {
    padding: 150px 0 0;
  }

  .image-video-pricing__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin: 36px auto 54px;
  }

  .image-video-pricing__factors {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin: 54px auto;
  }

  .image-video-shooting {
    padding: 150px 0 100px;
  }

  .image-video-shooting__items {
    grid-template-columns: 1fr;
    gap: 36px;
    margin: 48px auto 100px;
  }

  .image-video-production {
    padding: 150px 0 100px;
  }

  .image-video-production__steps {
    gap: 36px;
    margin: 48px auto 100px;
  }
}

@media (max-width: 480px) {
  /* 按鈕 */
  .page-btn {
    font-size: 12px;
  }

  .image-video-hero__mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .image-video-hero__desktop {
    display: none;
  }

  .image-video-pricing {
    padding: 45px 0 62px;
  }

  .image-video-pricing__items {
    display: flex;
    flex-direction: column;
    gap: 59px;
    margin: 59px auto 56px;
  }

  .image-video-pricing__item {
    padding: 18px 16px;
  }

  .image-video-pricing__item-title {
    font-size: 1rem;
    height: 41px;
    max-width: 156px;
    margin-bottom: 28px;
  }

  .image-video-pricing__item-container {
    gap: 16.16px;
    max-width: 200px;
    padding-bottom: 20px;
  }

  .image-video-pricing__item-detail {
    gap: 5.74px;
  }

  .image-video-pricing__item-label {
    font-size: 1rem;
  }

  .image-video-pricing__item-text {
    font-size: 0.875rem;
    padding-left: 10px;
    white-space: nowrap;
  }

  .image-video-pricing__item-small-text {
    font-size: 12px;
  }

  .image-video-pricing__factors {
    grid-template-columns: 1fr;
    gap: 56.67px;
    margin: 0 auto 80.67px;
    max-width: 220px;
  }

  .image-video-pricing__factor {
    padding: 0;
    align-items: center;
  }

  .image-video-pricing__factor-title {
    max-width: 152px;
    height: 40px;
    font-size: 1rem !important;
    margin-bottom: 17.33px;
  }

  .image-video-pricing__factor:nth-child(2) .image-video-pricing__factor-title {
    margin-left: 0;
  }

  .image-video-pricing__factor-text {
    font-size: 0.875rem;
    line-height: 26.667px;
  }

  .image-video-pricing__factor:nth-child(2) .image-video-pricing__factor-text,
  .image-video-pricing__factor:nth-child(3) .image-video-pricing__factor-text {
    border: none;
    padding: 0;
  }

  .image-video-pricing__summary {
    margin: 0 auto 50px;
  }

  .image-video-shooting {
    padding: 58px 0;
  }

  .image-video-shooting__items {
    gap: 12px;
    margin: 36px auto 50px;
  }

  .image-video-shooting__item {
    gap: 12px;
  }

  .image-video-shooting__item-title {
    border-radius: 11.18px 11.18px 0 0;
    height: 24px;
    font-size: 0.875rem !important;
    line-height: 24px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  }

  .image-video-shooting__item-text {
    font-size: 0.875rem;
    height: 64.845px;
    padding: 7.453px 10.062px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }

  .image-video-production {
    padding: 62px 0 42px;
  }

  .image-video-production__steps {
    gap: 36px;
    margin: 43px auto 50px;
    max-width: 135px;
  }

  .image-video-production__step {
    gap: 12px;
    flex-direction: column;
  }

  .image-video-production__step-header {
    width: 134px;
    height: 134px;
  }

  .image-video-production__step-number {
    width: 116px;
    height: 116px;
    align-items: center;
    gap: 7px;
    min-width: unset;
  }

  .image-video-production__step-number span {
    width: 24.107px;
    height: 24.107px;
    font-size: 18.75px;
    line-height: 24.107px;
  }

  .image-video-production__step-label {
    font-size: 1rem !important;
    font-weight: 700;
    text-align: center;
    line-height: 24.107px;
  }

  .image-video-production__step-text {
    font-size: 0.875rem !important;
    padding-top: 0;
    line-height: 24.107px;
    text-align: center;
  }

  .image-video-production__summary-wrapper {
    max-width: 294px;
    height: 170px;
    border-radius: 30px;
    border: 1px solid #b53c1b;
    margin-bottom: -17px;
  }

  .image-video-pricing-bg,
  .image-video-production-bg {
    display: none;
  }

  .image-video-production__summary {
    max-width: 248px;
  }
}
