@charset "UTF-8";
:root {
  --roundCornerBig: 16px;
  --roundCornerSmall: 8px;
  --boxshadow: 0px 4px 10px rgba(0, 0, 0, 0.1) ;
}

@media (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}
.mobile-show {
  display: none;
}

.highlight-rad {
  color: #d82400;
}
.highlight-orange {
  color: #ff6700;
}
.highlight-dark-blue {
  color: #2d2d6c;
}

.pageHeading h1 {
  font-weight: bold;
}

.section-prepaid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .section-prepaid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .section-prepaid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-prepaid img {
  width: auto;
  max-width: 100%;
  -webkit-box-shadow: var(--boxshadow);
          box-shadow: var(--boxshadow);
  border-radius: var(--roundCornerBig);
  border: 3px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.section-prepaid img:hover {
  border-color: #dd5298;
}
.section-prepaid a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: var(--roundCornerBig);
  /* 不需要寫 width，Grid 會自動填滿 1fr 的空間 */
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: var(--boxshadow);
          box-shadow: var(--boxshadow);
}

.promo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 450px;
  min-height: 300px;
  padding: 50px 35px 20px 35px;
  background: white;
  border-radius: var(--roundCornerBig);
  -webkit-box-shadow: var(--boxshadow);
          box-shadow: var(--boxshadow);
  color: #333;
}
@media (max-width: 767px) {
  .promo-card {
    padding: 50px 30px 25px;
  }
}
.promo-card-call {
  max-width: unset;
  background: #cccccc;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), to(white));
  background: linear-gradient(0deg, #cccccc 0%, white 100%);
}
.promo-card .top-accent {
  height: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.promo-card .top-accent-5g {
  border-top: 8px solid #ff6700;
}
.promo-card .top-accent-5g-call {
  border-top: 8px solid #ff6700;
}
.promo-card .top-accent-4g-day {
  border-top: 8px solid #2d2d6c;
}
.promo-card .top-accent-4g-data {
  border-top: 8px solid #624bee;
}
.promo-card {
  border: 3px solid white;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.promo-card:hover {
  border-color: #dd5298;
}
.promo-card .ribbon {
  position: absolute;
  top: 0;
  left: 15px;
  color: white;
  padding: 5px 8px 12px;
  font-weight: bold;
  font-size: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.promo-card .ribbon-5g {
  background: #d82400;
  background: -webkit-gradient(linear, left top, left bottom, from(#d82400), to(#f73603));
  background: linear-gradient(180deg, #d82400 0%, #f73603 100%);
}
.promo-card .ribbon-4g {
  background: #2d2d6c;
}
.promo-card .ribbon-call {
  left: 60px;
}
.promo-card .card-header {
  text-align: center;
  margin-bottom: 12px;
}
.promo-card .card-header .title {
  color: #242526;
  font-size: 28px;
  margin: 0;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.promo-card .card-price {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.promo-card .card-price-in {
  margin-top: unset;
  margin-left: auto;
}
@media (max-width: 767px) {
  .promo-card .card-price-in {
    display: block;
  }
}
.promo-card .card-price .price-info {
  text-align: right;
  margin-right: 5px;
}
.promo-card .card-price .price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promo-card .card-price .price-main .symbol {
  font-size: 20px;
  font-weight: bold;
}
.promo-card .card-price .price-main .amount {
  font-size: 32px;
  font-weight: 800;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .promo-card .card-price .price-main .amount {
    font-size: 26px;
  }
}
.promo-card .card-details {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.promo-card .card-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 4px;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.promo-card .card-details li .label {
  background: #5c5c5c;
  color: white;
  padding: 4px 8px;
  min-width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-card .card-details li .content {
  padding: 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .promo-card .card-details li .content {
    font-size: 14px;
  }
}
.promo-card .card-details li .content .sub-text {
  font-size: 12px;
  color: #5c5c5c;
  margin-left: 5px;
  font-weight: normal;
}
.promo-card .arrow-tag {
  background-color: #2d2d6c;
  color: white;
  height: 36px;
  padding: 0 10px 0 5px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.promo-card .arrow-tag .tag-text {
  font-size: 12px;
  margin-bottom: 2px;
}
.promo-card .arrow-tag .tag-amount {
  font-size: 14px;
  font-weight: bold;
}

.recharge-banner {
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ff6700), to(#ff9b0b));
  background: linear-gradient(90deg, #ff6700 0%, #ff9b0b 100%);
  border-radius: var(--roundCornerBig);
  overflow: hidden;
  -webkit-box-shadow: var(--boxshadow);
          box-shadow: var(--boxshadow);
}
.recharge-banner .white-tag {
  background-color: #d82400;
  color: white;
  padding: 8px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  border-radius: 0 0 16px 0;
  top: 0;
  left: 0;
}
.recharge-banner .txt-highlight {
  background-color: white;
  border-radius: 50%;
  padding: 0px 5px;
  margin: 0 2px;
  color: #ff6700;
  display: inline-block;
  font-weight: bold;
}
.recharge-banner::before, .recharge-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
.recharge-banner::before {
  width: 400px;
  height: 400px;
  top: -150px;
  left: -100px;
}
.recharge-banner .banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .recharge-banner .banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 40px 20px;
  }
}
.recharge-banner .banner-content {
  color: white;
}
.recharge-banner .banner-content .main-title {
  font-weight: 600;
}
.recharge-banner .banner-content .description {
  font-size: 18px;
  opacity: 0.85;
}
.recharge-banner .banner-action .btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: #ff6700;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recharge-banner .banner-action .btn-white:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: var(--boxshadow);
          box-shadow: var(--boxshadow);
  background-color: white;
}
.recharge-banner .banner-action .btn-white .icon-card {
  display: inline-block;
  width: 20px;
  height: 14px;
  border: 2px solid #ff6700;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
}
.recharge-banner .banner-action .btn-white .icon-card::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff6700;
}/*# sourceMappingURL=main_prepaid.css.map */