@charset "UTF-8";
:root {
  --hihosting-primary-default: #206aff;
}

/* 
>======================================================================
  ~ components 共用元件
  banner 版圖
  index - about 關於我們
  index - FAQ 問答
  index - steps 步驟
  index - supports 支持
======================================================================*/
.w-100 {
  width: 100%;
}

.mt-4 {
  margin-top: 2.4rem;
}

.mt-6 {
  margin-top: 4rem;
}

/*按鈕*/
.btn-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(180px, 20vw, 230px);
  background-color: #0049db;
  color: #fff;
  padding: 1.6rem 2.4rem;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-main:hover, .btn-main:focus {
  text-decoration: none;
  color: #fff;
  background: color-mix(in srgb, var(--hihosting-primary-default), #000 50%);
}
/* 橘色按鈕 */
.btn-main-org {
  background-color: #FF5930;
  color: #fff;
  margin: 40px auto 10px;
}
.btn-main-org:hover, .btn-main-org:focus {
  text-decoration: none;
  color: #fff;
  background: color-mix(in srgb, #FF5930, #b1481f 50%);
}

/*線條*/
.hihostingEvent {
  position: relative;
}
.hihostingEvent::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bed4ff;
  width: 1.5px;
  height: 105%;
}
@media (max-width: 991px) {
  .hihostingEvent::after {
    display: none;
  }
}

.title-line {
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  width: 50%;
  margin-bottom: 4rem;
}
.title-line::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 0.3rem #0055ff;
  z-index: -1;
}
.title-line::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: radial-gradient(#0055ff 0%, #0055ff 10%, rgba(0, 85, 255, 0.6) 50%, rgba(255, 255, 255, 0) 80%);
}
@media (max-width: 991px) {
  .title-line {
    width: 100%;
  }
}
.title-line.left {
  text-align: right;
  padding-right: 4rem;
}
.title-line.left::after {
  right: -13px;
}
.title-line.left-2 {
  padding-left: 4rem;
}
.title-line.left-2::after {
  left: -13px;
}
@media (max-width: 991px) {
  .title-line.left-2 {
    left: 4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 575px) {
  .title-line.left-2 {
    left: 2.4rem;
  }
}
.title-line.right {
  left: 50%;
  padding-left: 4rem;
}
.title-line.right::after {
  left: -13px;
}
@media (max-width: 991px) {
  .title-line.right {
    left: 4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 575px) {
  .title-line.right {
    left: 2.4rem;
  }
}

/* 
>======================================================================
  components 共用元件
  ~ banner 版圖
  index - about 關於我們
  index - FAQ 問答
  index - steps 步驟
  index - supports 支持
======================================================================*/
.hihostingEvent .banner img {
  width: 100%;
}

/* 
>======================================================================
  components 共用元件
  banner 版圖
  ~ index - about 關於我們
  index - FAQ 問答
  index - steps 步驟
  index - supports 支持
======================================================================*/
.hihostingEvent .about {
  margin: 12rem 0;
}
.hihostingEvent .about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.hihostingEvent .about-img {
  flex: 1;
  margin-right: 8rem;
}

.hihostingEvent .about-img img {
  width: 100%;
}
.hihostingEvent .about-content {
  flex: 1;
  letter-spacing: 0.1rem;
}
.hihostingEvent .about-content h2 {
  color: var(--hihosting-primary-default);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: bold;
  margin-bottom: 0;
}
.hihostingEvent .about-content h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 3.6rem;
  font-weight: 600;
  position: relative;
}
.hihostingEvent .about-content h3::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 110px;
  height: 1px;
  background: var(--hihosting-primary-default);
}




@media (min-width: 1600px) {
  .hihostingEvent .about .container {
    width: 1400px;
  }
}
@media (max-width: 991px) {
  .hihostingEvent .about {
    margin: 8rem 0;
  }
  .hihostingEvent .about-container {
    flex-direction: column;
  }
  .hihostingEvent .about-img,
  .hihostingEvent .supports-img {
    margin: 0 auto;
  }
  .hihostingEvent .about-img img {
    max-width: 500px;
  }
  .hihostingEvent .about .btn-main {
    float: right;
  }
}
@media (max-width: 768px) {
  .hihostingEvent .about .btn-main {
    float: none;
    margin: 50px auto 0;
  }
}
/* supports(樣式延續about 因此只有部分修改)*/
  .hihostingEvent .supports img {
    margin-left: 10rem;
    margin-right: 0;
  }
  .hihostingEvent .supports .about-content h2 {
    position: relative;
    margin-bottom: 40px;
}
  .hihostingEvent .supports .about-content h2::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 110px;
    height: 1px;
    background: var(--hihosting-primary-default);
}
@media (max-width: 991px) {
  .hihostingEvent .supports img {
    margin: 0 auto;
  }
}
/* supports */  

/* faq */
.hihostingEvent .faq-section {
  background-image: url(../../images/hihosting-event/faq__bg.webp);
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
.hihostingEvent .faq-section .contact-figure-left {
  position: absolute;
  left: 0;
  top: -9%;
}


.hihostingEvent .faq-section h2{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5rem
}

/* ── Grid ── */
.hihostingEvent .faq-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.hihostingEvent .faq-card:nth-child(1) { grid-column: 1 / 3; }
.hihostingEvent .faq-card:nth-child(2) { grid-column: 3 / 5; }
.hihostingEvent .faq-card:nth-child(3) { grid-column: 5 / 7; }
.hihostingEvent .faq-card:nth-child(4) { grid-column: 1 / 4; }
.hihostingEvent .faq-card:nth-child(5) { grid-column: 4 / 7; }

/* ── Card ── */
.hihostingEvent .faq-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  padding: 40px;
  min-height: 250px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.hihostingEvent .faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

/* ── 左側：圓圈 + 線 ── */
.hihostingEvent .faq-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.hihostingEvent .q-badge {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #FF5930;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hihostingEvent .q-badge span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.hihostingEvent .q-line {
  width: 2px;
  flex: 1;
  background: #FF5930;
}

/* ── 右側：標題 + 內文 ── */
.hihostingEvent .faq-right {
  display: flex;
  flex-direction: column;
}
.hihostingEvent .faq-title {
  font-size: 28px;
  font-weight: 600;
  color: #FF5930;
  line-height: 1.4;
  margin: 10px 0 20px;
}
.hihostingEvent .faq-body p {
  font-size: 16px;
  color: #444;
  line-height: 1.85;
  margin: 0;
}
.hihostingEvent .faq-body ul {
  list-style: none;
  padding: 0;
}
.hihostingEvent .faq-body ul li {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
  padding-left: 14px;
  position: relative;
}
.hihostingEvent .faq-body ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #888;
  font-size: 18px;
  line-height: 1.6;
}

/* RWD —  (≤ 992px)*/
@media (max-width: 992px) {
  .hihostingEvent .faq-section {
    padding: 40px 20px;
    min-height: unset;
  }

  .hihostingEvent .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hihostingEvent .faq-card:nth-child(1) { grid-column: 1 / 2; }
  .hihostingEvent .faq-card:nth-child(2) { grid-column: 2 / 3; }
  .hihostingEvent .faq-card:nth-child(3) { grid-column: 1 / 2; }
  .hihostingEvent .faq-card:nth-child(4) { grid-column: 2 / 3; }
  .hihostingEvent .faq-card:nth-child(5) { grid-column: 1 / 3; }
}

/* RWD — (≤ 768px)*/
@media (max-width: 768px) {
  .hihostingEvent .faq-section {
    padding: 32px 16px;
  }

  .hihostingEvent .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hihostingEvent .faq-card:nth-child(1),
  .hihostingEvent .faq-card:nth-child(2),
  .hihostingEvent .faq-card:nth-child(3),
  .hihostingEvent .faq-card:nth-child(4),
  .hihostingEvent .faq-card:nth-child(5) {
    grid-column: 1 / 2;
  }

  .hihostingEvent .faq-title {
    font-size: 16px;
  }
  .hihostingEvent .q-badge {
    width: 50px;
    height: 50px;
  }
  .hihostingEvent .q-badge span {
    font-size: 20px;
  }
  .hihostingEvent .faq-section .contact-figure-left {
    display: none;
  }
}

/* steps  */
.hihostingEvent .steps {
  position: relative;
  width: 100%;
  padding: 52px 40px;
  background-image: url(../../images/hihosting-event/steps_bg.webp);
  background-position: center;
  background-size: cover;
}
.hihostingEvent .steps__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
}

.hihostingEvent .steps-item {
  display: contents;
}

.hihostingEvent .steps-item__icon {
  grid-row: 1;
  justify-self: center;
  width: 58px; height: 58px;
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.hihostingEvent .steps-item__icon svg {
  width: 30px; height: 30px;
  fill: none; stroke: #fff;
  stroke-width: 1.7; 
  stroke-linecap: round; 
  stroke-linejoin: round;
}

.hihostingEvent .steps-item__title {
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.hihostingEvent .steps-item__title span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0 40px;
}

.hihostingEvent .steps-item__title::before,
.hihostingEvent .steps-item__title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.45);
}

.steps-item:nth-child(1) .steps-item__title::before { 
  visibility: hidden; 
}
.steps-item:nth-child(4) .steps-item__title::after  { 
  visibility: hidden; 
}
.hihostingEvent .steps-item__desc {
  grid-row: 3;
  text-align: center;
  font-size: 13.5px;
  color: rgba(255,255,255,0.80);
  letter-spacing: 0.02em;
  line-height: 1.55;
}

/* RWD — (≤ 768px)*/
@media (max-width: 768px) {
  .hihostingEvent .steps { 
    padding: 40px 16px; 
  }

  .hihostingEvent .steps__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 36px 0;
  }

  .hihostingEvent .steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hihostingEvent .steps-item__icon { 
    grid-row: unset; 
    margin-bottom: 10px; 
    width: 50px; 
    height: 50px; 
  }
  .hihostingEvent .steps-item__title {
    grid-row: unset;
    display: block; 
  }
  .hihostingEvent .steps-item__title span { 
    font-size: 16px; padding: 0; 
  }

  .hihostingEvent .steps-item__title::before,
  .hihostingEvent .steps-item__title::after {
    display: none; 
  }
  .hihostingEvent .steps-item__desc { 
    grid-row: unset; 
    font-size: 12.5px; 
  }
}