@charset "UTF-8";
/*
  主要標註值（依 I開店_簡介01_首頁_color.png）
  - Hero 左右欄: 510px / 580px
  - Hero 外圍留白: 左右 70px
  - 主按鈕: 240x60
  - 次按鈕: 320x60
  - 區塊分隔高度: 50px 或 60px
*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #000;
  background: #f5f5f5;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.page {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1300px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.hero {
  background: #f5f5f5;
}
.hero__wrap {
  display: grid;
  grid-template-columns: 580px 720px;
  min-height: 700px;
  padding: 0;
  justify-content: center;
  gap: 0;
}
.hero__left {
  background: #333;
  color: #fff;
  padding: 100px 70px 70px;
}
.hero__title {
  margin: 0 0 70px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.hero__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero__feature-list li {
  width: 510px;
  max-width: calc(100% + 70px);
  margin: 0 0 30px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  color: #fff;
  background: #f5281e;
  font-weight: 400;
}
.hero__right {
  background: #f5f5f5;
  padding: 100px 70px 50px;
  font-size: 1.25rem;
  color: #666;
  background: #f5f5f5;
}
.hero__right p {
  margin: 0 0 24px;
  font-size: 1.25rem;
}
.hero__right .company {
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.hero__right .text-title {
  margin: 30px 0 10px;
  font-size: 1.33rem;
  color: #666;
  font-weight: 700;
}
.hero__number-list {
  margin: 0 0 24px;
  padding-left: 28px;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.6;
}
.hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

p.hero__slogan {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #000;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.6rem;
  height: 60px;
  padding: 0 20px;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.92;
}
.btn .arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.btn .arrow svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 4px 0 0 -8px;
}
.btn .arrow svg path {
  stroke: #fff;
}
.btn--primary {
  width: 240px;
  color: #fff;
  background: #f5281e;
}
.btn--secondary {
  width: 320px;
  color: #fff;
  background: #fa9;
}

.benefits {
  padding: 50px 0;
  background: #fff;
}

.section-title {
  margin: 0 0 30px;
  font-size: 2.45rem;
  font-weight: 500;
  color: #000;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.benefit-card {
  background: #dddddd;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.benefit-card__title {
  margin: 20px 16px 10px;
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.benefit-card__title .number {
  font-style: italic;
  font-weight: 700;
}
.benefit-card p {
  margin: 0;
  padding: 0 18px;
  color: #666;
  font-size: 1.14rem;
  line-height: 1.5;
  flex: 1;
}
.benefit-card__tag {
  height: 60px;
  margin-top: 16px;
  background: #f5281e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 400;
}

.exposure {
  padding: 50px 0;
  background: #333;
  color: #fff;
}
.exposure .wrap {
  padding: 0 100px 0 70px;
}
.exposure__title {
  margin: 0;
  color: #fff;
  font-size: 2.15rem;
  font-weight: 500;
}
.exposure__desc {
  margin: 16px 0 50px;
  color: #aaa;
  font-size: 1.2rem;
  line-height: 1.6;
}
.exposure__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 1130px;
}

.flow {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 0 40px;
}
.flow__item {
  width: 180px;
  text-align: center;
}
.flow__item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}
.flow__item p {
  margin: 35px 0 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
}
.flow .aiengine {
  width: 156px;
}
.flow .aiengine img {
  width: 156px;
}
.flow__arrow {
  width: 32px;
  height: 88px;
  margin: 0 0 71px 0;
  opacity: 0.8;
}

.channels__note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 1.6rem;
  color: #f0f0f0;
  font-weight: 300;
}

.channel-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  width: 480px;
  margin: 0 0 0 40px;
}

.channel {
  width: 230px;
  height: 60px;
  background: linear-gradient(#f53, #ff281e);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.33rem;
  font-weight: 500;
}

.saving {
  background: #fff;
  padding: 50px 0 70px;
}
.saving__why {
  margin: 18px 0 0;
  color: #333;
  font-size: 1.36rem;
  font-weight: 500;
}
.saving__sub {
  margin: 2px 0 22px;
  color: #666;
  font-size: 1.36rem;
}
.saving__cta {
  margin-top: 36px;
  text-align: center;
}
.saving__cta .btn--primary {
  width: 240px;
}

.fee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fee-box {
  background: #555;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  border-right: 1px solid #444;
}
.fee-box:first-child {
  background: #333;
}
.fee-box:nth-child(3) {
  background: #333;
}
.fee-box:last-child {
  border-right: 0;
}
.fee-box h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
}
.fee-box__value {
  margin: 0 0 4px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.1;
}
.fee-box__note {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #aaa;
}

.estimate {
  background: #dddddd;
}
.estimate__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.estimate__cell {
  text-align: center;
  padding: 16px 10px;
  border-right: 1px solid #c9c9c9;
}
.estimate__cell:last-child {
  border-right: 0;
}
.estimate .small {
  margin: 0 0 4px;
  font-size: 1.36rem;
  color: #333;
}
.estimate .highlight {
  margin: 0;
  color: #d0011b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.estimate .highlight span.price {
  font-family: "MyraidPro-Bold", "Microsoft JhengHei", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
}
.estimate .highlight span.coin {
  font-size: 2rem;
}
.estimate__footer {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 9px 10px;
}

@media (max-width: 1400px) {
  .hero__wrap {
    grid-template-columns: 1fr;
  }
  .hero__left, .hero__right {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .hero__feature-list li {
    width: calc(100% + 80px);
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fee-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 1249px) {
  .flow {
    gap: 20px;
  }
  .channel-grid {
    gap: 10px;
    width: 370px;
    margin: 0 0 0 20px;
  }
  .channel {
    width: 180px;
  }
}
@media (max-width: 1059px) {
  .flow {
    margin: 0;
    gap: 0;
  }
  .flow__item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: auto;
  }
  .flow__item p {
    font-size: 1.2rem;
  }
  .flow__item img {
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .flow__item.aiengine {
    width: auto;
  }
  .flow__item.aiengine img {
    width: 100px;
  }
  .flow__arrow {
    width: 20px;
    margin: 0 15px 71px;
  }
  .channels {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .channel-grid {
    gap: 5px;
    width: 305px;
    margin: 0;
  }
  .channel {
    width: 150px;
    height: 45px;
  }
  .channels__note {
    font-size: 1.2rem;
  }
}
@media (max-width: 787px) {
  .flow {
    margin: 0;
    gap: 0;
  }
  .flow__item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: auto;
  }
  .flow__item p {
    font-size: 1rem;
  }
  .flow__item img {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .flow__item.aiengine {
    width: auto;
  }
  .flow__item.aiengine img {
    width: 80px;
  }
  .flow__arrow {
    width: 15px;
    height: 50px;
    margin: 0 5px 71px;
  }
  .channels {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .channel-grid {
    gap: 5px;
    width: 205px;
    margin: 0;
  }
  .channel {
    width: 100px;
    height: 45px;
    font-size: 1rem;
  }
  .channels__note {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 16px;
  }
  .hero__left {
    padding: 44px 20px 36px;
  }
  .hero__title {
    font-size: 52px;
    margin-bottom: 36px;
  }
  .hero__feature-list li {
    margin: 0 -20px 12px;
    width: calc(100% + 40px);
    height: 50px;
    font-size: 26px;
    padding: 0 36px;
  }
  .hero__right {
    padding: 30px 18px 34px;
    font-size: 18px;
  }
  .hero__right .company {
    font-size: 28px;
  }
  .hero__right .text-title {
    font-size: 22px;
  }
  .hero__number-list {
    font-size: 22px;
    padding-left: 20px;
  }
  .hero__slogan {
    font-size: 30px;
  }
  .hero__actions {
    flex-direction: column;
  }
  .btn {
    width: 100% !important;
    font-size: 30px;
  }
  .section-title {
    font-size: 36px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card__title {
    font-size: 36px;
  }
  .benefit-card p {
    font-size: 22px;
  }
  .benefit-card__tag {
    font-size: 1.6rem;
    height: 50px;
  }
  .exposure__title {
    font-size: 38px;
  }
  .exposure__desc {
    font-size: 20px;
  }
  .fee-grid {
    grid-template-columns: 1fr;
  }
  .fee-box h3 {
    font-size: 32px;
  }
  .fee-box__value {
    font-size: 46px;
  }
  .fee-box__note {
    font-size: 22px;
  }
  .saving__why {
    font-size: 26px;
  }
  .saving__sub {
    font-size: 20px;
  }
  .estimate__row {
    grid-template-columns: 1fr;
  }
  .estimate .small {
    font-size: 22px;
  }
  .estimate .highlight {
    font-size: 44px;
  }
  .estimate__footer {
    font-size: 30px;
  }
}
@media (max-width: 610px) {
  .exposure .wrap {
    padding: 0 16px;
  }
  .exposure__content {
    flex-flow: column;
    align-items: center;
  }
  .flow {
    flex-flow: column;
    align-items: center;
  }
  .flow__arrow {
    width: 35px;
    height: 50px;
    margin: 0;
    transform: rotate(90deg);
  }
  .flow__item p {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
  .flow__item img {
    width: 150px;
    height: 150px;
  }
  .flow__item.aiengine img {
    width: 150px;
  }
  .channel-grid {
    width: 390px;
    margin: 0;
    justify-content: center;
  }
  .channel {
    width: 182px;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */