@font-face  {

  font-family: 'Hando';
  src: url('Hando-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0000-007F;
  /* Basic Latin */
}

@font-face  {

  font-family: 'Hando';
  src: url('Hando-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0000-007F;
  /* Basic Latin */
}

@font-face  {

  font-family: 'Hando';
  src: url('Hando-Regular.otf') format('opentype');
  font-weight: 400;
  unicode-range: U+0000-007F;
  }

@font-face  {

  font-family: 'Hando';
  src: url('Hando-Bold.otf') format('opentype');
  font-weight: 700;
  unicode-range: U+0000-007F;
  }

body, html  {
 margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #fff;
  color: #595959;
  }

  html, body {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

 section  {
 padding: 48px 24px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  }

 .section-1  {
 height: 800px;
  }


 h1  {
 margin: auto;
  line-height: 1.4;
  position: relative;
  font-size: 40px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  color: #EA4120;
  }
  .instruction-text h1  {
    color: white;
  }

.font-SC h1, .font-SC h2, .font-SC h3, .font-SC h4, .font-SC h5, .font-SC h6, .font-SC p, .font-SC span, .font-SC button, .font-SC td, .font-SC th, .font-SC a, .font-SC li, .font-SC div{
  font-family: 'Hando', 'Noto Sans SC', sans-serif !important;
}

.font-EN h1, .font-EN h2, .font-EN p, .font-EN span, .font-EN button, .font-EN td, .font-EN th, .font-EN a, .font-EN li, .font-EN div{
  line-height: 1.2;
}

.font-EN .section-demo h2{
  font-size: 22px;
}

.font-EN .schedule-table td:first-child, .font-EN .schedule-table td:last-child{
  width: 30%;
}

.PageTitle-EN{
  left: 60% !important;
  width: 80% !important;
}

.Hero-Section-1{
  height: 980px;
}

 h2  {
 margin: auto;
  line-height: 1.4;
  position: relative;
  font-size: 26px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  }

 .font-Bold  {
 font-weight: bold;
  }

 th, td, button, div, p, span  {
 line-height: 1.4;
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  }

  a {
    text-decoration: underline;
  }

  .lang-dropdown a{
    text-decoration: none;
    color: #595959;
  }

  .legal-note a{    
    color: #FFF;
  }

 .remarks  {
  margin: auto;
  position: relative;
  font-size: 12px;
  /* font-family: "Noto Sans TC", sans-serif; */
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  }

 table  {
 border-collapse: collapse;
  width: 100%;
  }

 th, td  {
 border-left: none !important;
  border-right: none !important;
  padding: 8px 8px;
  text-align: left;
  }

 table tr th:last-child  {
 text-align: center;
  }

 table tr td:last-child  {
 text-align: center;
  }

 .color-Black  {
 color: #595959;
  }

 .color-White  {
 color: #FFF;
  }

 .color-Orange  {
 color: #ea4120;
  }

 .color-DarkGrey  {
 color: #595959;
  }

 .color-LightGrey  {
 color: #EEEEEE;
  }

 .two-column  {
 display: flex;
  justify-content: space-between;
  gap: 80px;
  margin: auto;
  text-align: left;
  flex-wrap: wrap;
  }

 .column  {
 flex: 1;
  min-width: 280px;
  }

 .max-width-1140  {
 max-width: 1140px;
  margin: auto;
  }



 @media (max-width: 1440px)  {
 .largescreen-only  {
 display: none !important;
  }
 }

  @media (min-width: 768px)  {
 .desktop-only  {
 display: block !important;
  }

 .mobile-only  {
 display: none !important;
  }

 .tab-header.mobile-only  {
 display: none !important;
  }

 }

 @media (max-width: 768px)  {
 .desktop-only  {
 display: none !important;
  }

 .mobile-only  {
 display: block !important;
  }

 .platform-grid.desktop-only  {
 display: none !important;
  }


 }

 #main-header  {
 position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  padding: 24px 24px;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  }

 #main-header.scrolled  {
 background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

 .header-container  {
 max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

 .logo  {
 display: flex;
  align-items: center;
  }

 .logo img  {
 height: 40px;
  display: block;
  }

 .bea-logo  {
 height: 40px;
  transition: all 0.3s ease;
  }

 .header.scrolled .bea-logo  {
 content: url("images/logo-colored.svg");
  }

  @media (max-width: 768px)  {
  #main-header  {
    padding: 12px 24px;
  }

  .logo img {
    height: 32px;
  }
}

 .lang-select-wrapper  {
 position: relative;
  }

 #lang-toggle  {
 background: none;
  border: none;
  font-weight: bold;
  color: #595959;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  }

 #main-header.scrolled #lang-toggle p  {
 color: #595959;
  }

 .lang-arrow  {
 width: 24px;
  height: 24px;
  object-fit: contain;
  }

 #main-header.scrolled .lang-arrow  {
 filter: brightness(0);
  }

 .lang-dropdown  {
 position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: white;
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100px;
  display: none;
  color: #595959;
  }

 .lang-dropdown li  {
  cursor: pointer;
  }

  .lang-dropdown li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px; /* make it more tappable */
}

 .lang-dropdown li:hover  {
 background-color: #f0f0f0;
  }

  .break-lg {
  display: none;
  }

  .mobile-break-lg {
    display: none;
  }


  .Mission-break-lg{
    display: none;
  }

   .width970-break-lg {
    display: none;
  }

   @media (min-width: 1108px) { /* or any width you prefer */
    .Mission-break-lg {
      display: block;
    }
  }


  @media (min-width: 768px) { /* or any width you prefer */
    .break-lg {
      display: block;
    }
  }

    @media (max-width: 768px) { /* or any width you prefer */
    .mobile-break-lg {
      display: block;
    }

      .break-lg {
      display: none;
      }
  }
      @media (max-width: 970px) { 
      .width970-break-lg {
        display: block;
      }
    }

    @media (max-width: 560px) { 
      .width560-Nobreak-lg {
        display: none;
      }
    }


.custom-bullet {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.custom-bullet li {
  position: relative;

}

.custom-bullet .bullet {
  position: absolute;
  left: -0.8rem;
  font-size: 12px;
}

.prize-section sup{
  font-size: 10px;
}

 .hero-section  {
 position: relative;
  overflow: hidden;
  padding: 500px 20px;
  text-align: center;
  min-height: 100vh;
  color: white;
  z-index: 1;
  }

 .hero-bg  {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/Evana-2.jpg');
  background-size: cover;
  background-position: 0% 75%;
  z-index: 0;
  }

 .hero-content  {
 position: absolute;
  z-index: 2;
  left: 75%;
  top: 15%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: left;
  color: white;
  filter: drop-shadow(0 0px 10px rgba(255, 255, 255, 0.7))
  }

 .hero-badge  {
  width: 120px;
  margin-bottom: 16px;
  }

 .hero-title  {
 font-size: 64px;
  font-weight: bold;
  line-height: 1.3;
  color: #EA4120;
  }

 .hero-subtitle  {
 font-weight: bold;
  margin-bottom: 8px;
  color: #444;
  }

.highlight-fontsize {
  font-size: 26px !important;
  }

  .font-EN h1 {
    font-size: 28px;
  }

  .font-EN .section-1 h1 {
    font-size: 64px;
  }

 @media (max-width: 768px)  {
 .hero-content {
  left: 50% !important;
  top: 16%;
  text-align: center;
  }
 }

@media (max-width: 800px)  {
   .font-EN .section-1 h1 {
    font-size: 48px;
  }
}

@media (min-width: 1600px)  {
  .hero-bg { 
    background-position: 0 85%;
  }

  .hero-content { 
        left: 70%;
  }
}

  @media (max-width: 480px)  {
 .hero-bg { 
  background-position: 15% 75%;
  }

  .hero-title  {
    font-size: 48px;
  }

  h1 {
    font-size: 28px;
  }

  .font-EN .section-1 h1 {
    font-size: 42px;
  }

   h2 , .highlight-fontsize{
    font-size: 20px !important;
  }

  .PageTitle-EN {
    width: 100% !important;
  }

 }

 .section-2 .section-2-inner  {
 text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  }

 @media (max-width: 768px)  {
 .section-2-title  {
 text-align: center;
  }

 .section-2-paragraph  {
 text-align: center;
  }

 .section-2 .section-2-inner  {
 text-align: center;
  gap: 24px;
  }

 }

 .instruction-section  {
 /* background-color: #EA4120; */
 background-image: url('images/GradientBG.png');
  background-size: cover;
  background-position: 0 50%;
  color: white;
  padding: 48px 24px;
  }

 .instruction-container  {
 max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  }

 .instruction-header  {
 display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  }

 .instruction-text  {
 max-width: 320px;
  }

 .instruction-header h2  {
 margin: 0;
  }

 .instruction-icon img  {
 width: 64px;
  height: auto;
  }

 .instruction-steps  {
 list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  }

 .instruction-steps li  {
 counter-increment: step;
  position: relative;
  padding: 16px 0;
  padding-left: 2.5em;
  text-align: left;
  }

 .instruction-steps li:nth-child(2)  {
 border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  }

 .instruction-steps li::before  {
 content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  }

 @media screen and (min-width: 970px)  {
 .instruction-container  {
 flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  }

 .instruction-header  {
 flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 320px;
  flex-shrink: 0;
  }

 }

 @media (max-width: 970px)  {
 .instruction-header  {
 flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  }

 .instruction-text  {
 width: 100%;
  max-width: none;
  }

 }

 .tab-buttons  {
 display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  }

 .tab-btn  {
 background: #fff;
  color: #EA4120;
  border: 2px solid #EA4120;
  padding: 24px 24px;
  font-weight: bold;
  cursor: pointer;
  }

 .tab-btn.active  {
 background: #EA4120;
  color: white;
  }

 .tab-content  {
 display: none;
  width: 100%;
  animation: fadeIn 0.3s ease-in-out;
  }

 .tab-content.active  {
 display: block;
  }

 .prize-content-block  {
 background: white;
  padding: 24px;
  border-radius: 10px;
  color: #595959;
  text-align: left;
  border-top: 5px solid #EA4120;
  display: flex;
  flex-direction: column;
  gap: 16px;
  }

 .prize-content-block h2  {
 margin: 0;
  }

 .prize-content-block ul  {
 padding-left: 20px;
  margin: 0;
  }

 .prize-count  {
 font-size: 20px;
  font-weight: bold;
  color: #EA4120;
  text-align: right;
  }

 .carousel-arrows  {
 display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  }

 .carousel-arrows button  {
 font-size: 24px;
  padding: 10px 20px;
  background: #EA4120;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  }

 .carousel-arrows #tab-label  {
 min-width: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #EA4120;
  }

 .prize-section-mobile  {
 background: #fff;
  padding: 48px 24px;
  color: #595959;
  }

 .prize-mobile-header  {
 display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
  }

 .prize-mobile-header h1 {
 width: 100%;
  }

 .prize-mobile-header .prize-icon  {
 width: 64px;
  }

 .prize-mobile-group  {
 text-align: left;
  margin: 0 0 16px;
  }

 .prize-mobile-group div {
 margin: 0 0 8px;
  }

 .prize-mobile-group p, .prize-mobile-group h2 {
 margin: auto;
  padding: 4px 0;
  }

 .prize-mobile-group div:last-child {
 border-bottom: 1px solid #EA4120;
  padding: 0 0 8px;
  }

 .prize-mobile-group ul  {
 padding-left: 1.2em;
  margin: 8px 0;
  }

 .prize-mobile-group ul li  {
 line-height: 1.5;
  }

 .stage-title  {
 color: #EA4120;
  font-weight: bold;
  margin: 16px 0 10px;
  }

 .winner-count  {
 color: #EA4120;
  font-weight: bold;
  }

 .prize-section-mobile .note  {
 font-size: 12px;
  color: #595959;
  margin-top: 30px;
  }

 .platform-section  {
 padding: 48px 24px;
  background-color: #eeeeee7e;
  text-align: center;
  width: 100%;
  max-width: none;
  }

 .platform-title  {
 font-weight: bold;
  margin-bottom: 40px;
  }

 .platform-grid  {
 display: flex !important;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  }

 .platform-item  {
 flex: 1 1 calc(25% - 30px);
  /* min-width: 240px; */
  text-align: center;
  }

 .item-title {
 color: #EA4120;
  font-weight: bold;
  }

 .platform-icon  {
 width: 80px;
  height: auto;
  }

 .platform-carousel  {
 display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  }

 .platform-slider  {
 display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  }

 .platform-slider .tab-content  {
 flex: 1 1 auto;
  display: none;
  max-width: none;
  width: 100%;
  padding: 0 16px;
  }

 .platform-slider .tab-content.active  {
 display: block;
  }

 .platform-slider button  {
 background: #EEEEEE;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
  flex-shrink: 0;
  }

 .platform-slider button img, .tab-header button img {
 width: 36px;
  }

  @media (max-width: 480px) {
  .platform-slider {
    gap: 8px;
    padding: 0 8px; /* optional: keep a bit of breathing room */
    overflow: hidden;
  }

  .platform-slider button {
    width: 48px;
    min-width: 48px;
    flex-shrink: 0;
    padding: 0;
  }

  .platform-slider button img {
    width: 36px;
    height: auto;
  }

  .platform-slider .tab-content.active {
    flex: 1 1 auto;
    max-width: calc(100% - 48px * 2 - 16px * 2); /* buttons + gaps */
    padding: 0;
  }
}



 .section-divider  {
 border: none;
  height: 1px;
  background-color: #dedede;
  margin: auto;
  max-width: 1140px;
  padding: 0 24px;
  box-sizing: border-box;
  }

 .section-demo  {
 padding: 48px 20px;
  }

 .tab-table-wrapper  {
 display: flex;
  flex-direction: row;
  gap: 24px;
  }

 .tab-description {
 text-align: left;
  margin: 0 0 24px;
  }

 .tab-btn  {
 background: rgba(255,255,255,0.1);
  width: 100%;
  border: none;
  padding: 24px 24px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  min-width: 200px;
  transition: 0.3s;
  }

 .section-demo .tab-btn:first-child {
 border-radius: 8px 0 0 8px;
  }

 .section-demo .tab-btn:last-child {
 border-radius: 0 8px 8px 0;
  }

 .tab-btn.active  {
 background: white;
  color: #EA4120;
  position: relative;
  }

 .tab-btn.active::after  {
 content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EA4120;
  }

 .tab-content  {
 display: none;
  animation: fadeIn 0.3s ease-in;
  }

 .tab-content.active  {
 display: block;
  }

 .stage-table  {
 width: 100%;
  border-collapse: collapse;
  }

 .stage-table th  {
 font-weight: bold;
  }

 .stage-table thead  {
 background: transparent;
  }

 .stage-table thead th {
 border-top: none;
 border-bottom: 1px solid #EA4120;
  }

 .stage-table tbody tr  {
 border-top: 1px solid #dedede;
  }

 .stage-table td p {
 margin: auto;
  }

  .stage-table th:first-child, .stage-table td:first-child {
    width: 22%;
  }

  .stage-table th:last-child, .stage-table td:last-child {
    width: 22%;
  }

 .stage-table tfoot  {
 color: #EA4120;
  border-top: 1px solid #EA4120;
  }

 .stage-table tfoot td {
 border: none;
  }

 .bold  {
 font-weight: bold;
  }

 .text-right  {
 text-align: right;
  }

 .tab-icon  {
 width: auto;
  height: 64px;
  margin-bottom: 16px;

  }

 .tab-subtitle  {
 margin-bottom: 24px;
  }

  .mission-section{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

 .mission-tabs.tab-buttons {
 display: flex;
  }

 .mission-tabs .tab-btn:not(.active) {
 display: flex;
  }

 .mission-tabs .tab-btn {
 display: flex;
  justify-content: center;
  }

 .mission-tabs .tab-btn:first-child {
 border-radius: 8px 0 0 8px;
  }

 .mission-tabs .tab-btn:last-child {
 border-radius: 0 8px 8px 0;
  }

 .tab-btn .icon-defualt {
 display: none;
  }

 .tab-btn.active .icon-defualt {
 display: initial;
  }

 .tab-btn .icon-active {
 display: initial;
  }

 .tab-btn.active .icon-active {
 display: none;
  }

 .task-table-wrapper  {
 overflow-x: auto;
  margin: 40px 0 16px;
  }

 .task-table  {
 width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #595959;
  }

 .task-table th  {
 font-weight: bold;
  border-bottom: 1px solid #EA4120;
  text-align: left;
  /* white-space: nowrap; */
  }

 .task-table th:nth-child(2), .task-table th:last-child  {
 text-align: center;
 width: 22%;
  }

 .task-table td  {
 padding: 12px 8px;
  border-bottom: 1px solid #dedede;
  /* vertical-align: top; */
  }

.task-table tr:last-child td, .prize-table tr:last-child td, .schedule-table tr:last-child td  {
 padding: 12px 8px;
  border-bottom: 1px solid #EA4120;
  /* vertical-align: top; */
  }



 .task-table td:nth-child(2), .task-table td:last-child  {
 text-align: center;
  /* font-size: 26px; */
  font-weight: bold;
  color: #EA4120;
  }

 .task-table sup  {
 vertical-align: super;
  }

 @media (max-width: 768px)  {
 .task-table  {
 width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  }

 .task-table th, .task-table td  {
 width: 33.33%;
  word-wrap: break-word;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  }

 .mission-tabs .tab-btn {
 flex-direction: column;
  text-align: center;
  }

 .mission-tabs img {
 width: 64px;
  margin: auto;
  }

 }

 @media (max-width: 400px) {
  /* .mission-tabs.tab-buttons {
    padding: 0 12px;
    gap: 12px;
  } */

  .mission-tabs .tab-btn {
    min-width: 0;
    flex: 1;
  }
}

 .summary-breakdown strong  {
 font-weight: 900;
  }

 .summary-breakdown .plus  {
 font-weight: normal;
  padding: 0 4px;
  }

 .summary-box {
 border: 1px solid #EA4120;
  border-radius: 8px;
  overflow: hidden;
  }

 .summary-total  {
 background-color: #FFF5E8;
  padding: 16px;
  color: #EA4120;
  font-weight: bold;
  }

 .summary-breakdown {
 padding: 16px;
  }

 @media (max-width: 768px)  {
 .summary-box  {
 flex-direction: column;
  }

 .summary-left, .summary-right  {
 max-width: initial;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid white;
  }

 .summary-right  {
 border-bottom: none;
  }

 .summary-item  {
 flex-direction: row;
  justify-content: center;
  }

 .summary-item h2  {
 margin: initial;
  }

 .summary-total .big  {
 font-size: 28px;
  }

 .summary-label  {
 font-size: 16px;
  }

 }

 .schedule-section  {
 padding: 48px 24px;
  }

 .schedule-wrapper  {
 display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  }

 .schedule-heading, .prize-heading, .demo-heading  {
 flex: 1;
  width: 100%;
  text-align: left;
  }

 .schedule-heading img, .prize-heading img  {
 width: 64px;
  }

 .schedule-heading h1 , .prize-heading h1 {
 margin-bottom: 24px;
  }

 .schedule-table-wrapper, .demo-table-wrapper  {
 flex: 2.5;
  min-width: 300px;
  width: 100%;
  }

 .schedule-table  {
 width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  }

  .schedule-table th  {
    border-bottom: 1px solid #EA4120;    
  text-align: left;
  vertical-align: top;
  }


 .schedule-table td  {
 border-bottom: 1px solid #dedede;
  text-align: left;
  vertical-align: top;
  }

 .schedule-table td:first-child  {
 color: #EA4120;
  font-weight: bold;
  text-align: left;
  }

  .schedule-table th:nth-child(2), .schedule-table td:nth-child(2) {
    text-align: center;
  }

 .schedule-table th  {
 font-weight: bold;
  text-align: left;
  border-top: none;
  vertical-align: middle;
  }

 .schedule-table td.bold  {
 font-weight: bold;
  }

 .demo-heading  {
 flex: 1;
  width: 100%;
  text-align: left;
  }

 @media (max-width: 768px)  {
 .schedule-wrapper, .tab-table-wrapper, .demo-table-wrapper, .mission-section  {
 flex-direction: column;
  align-items: flex-start;
  text-align: flex-start;
  }

 .schedule-heading , .prize-heading, .demo-heading  {
 display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
  width: 100%;
  max-width: none;
  }

 .schedule-heading img , .prize-heading img  {
 width: 64px;
  height: auto;
  }

 .schedule-heading h1 , .prize-heading h1 {
 width: 100%;
  margin: 0;
  }

 .schedule-table th, .schedule-table td, .task-table th, .task-table td, .stage-table th, .stage-table td {
 font-size: 14px;
  }

 .schedule-table td  {
 text-align: center;
  }

 .schedule-table th  {
 text-align: center;
  }

 .tab-table-wrapper  {
 flex-direction: column;
  align-items: stretch;
  }

 .demo-heading  {
 display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  }

 .demo-heading div {
 width: 100%;
  }

 .demo-heading h1  {
 margin: 0;
  width: 100%;
  }

 .demo-heading img  {
 width: auto;
  height: 64px;
  }

 }

 .prize-rightside {
 flex: 2.5;
  min-width: 300px;
  width: 100%;
  }

 .prize-table-wrapper table {
 margin-bottom: 16px;
  }

 .prize-table ul {
 margin: auto;
     padding-inline-start: 20px;
  }

 .prize-table th {
 padding: 0 8px 8px;
  font-weight: bold;
  border-bottom: 1px solid #EA4120;
  }

 .prize-table td {
 border-bottom: 1px solid #dedede;
  }

 .prize-table td {
 vertical-align: top;
  }

 .prize-table td:first-child {
 font-weight: bold;
  }

 .prize-table td:nth-child(2) {
 font-weight: bold;
  color: #EA4120;
  }

 .prize-table th:first-child, .prize-table td:first-child {
 width: 160px;
  }

 .prize-table th:last-child, .prize-table td:last-child {
 width: 120px;
  }

 .prize-tabs  {
 display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 24px;
  }

 .tab-header  {
 display: flex !important;
  align-items: stretch;
  justify-content: center;
  height: auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  height: auto;
  }

 .tab-header button, .tab-header div  {
 display: flex !important;
  height: 80px;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  }

 .tab-header div  {
 background-color: #EA4120;
  color: white;
  }

 .tab-header .tab-title-mobile  {
 display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: auto;
  }

 .tab-header .tab-title-mobile, .tab-header button  {
 border-radius: 8px;
  border: none;
  }

 .tab-btn  {
 flex: 1;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
  background: #f5f5f5;
  color: #595959;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s;
  }

 .tab-btn.active  {
 background-color: #EA4120;
  color: #fff;
  position: relative;
  }

 .tab-btn.active::after  {
 content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #EA4120;
  }

 .prize-content  {
 display: none;
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  }

 .prize-content.active  {
 display: table;
  }

 .prize-row  {
 display: table-row;
  border-bottom: 1px solid #EA4120;
  }

 .prize-cell  {
 display: table-cell;
  vertical-align: top;
  padding: 8px 16px;
  text-align: left;
  }

 .prize-cell:last-child  {
 text-align: center;
  width: 80px;
  }

 .prize-cell ul {
 margin: auto;
  padding-left: 1.2rem;
  }

 .prize-cell.head  {
 font-weight: bold;
  vertical-align: middle;
  }

 .prize-cell.wide  {
 width: 60%;
  }

 .prize-cell.count  {
 white-space: nowrap;
  font-weight: bold;
  color: #EA4120;
  }

 .note  {
 font-size: 0.9rem;
  color: #444;
  margin-top: 1rem;
  }

 .prize-content.active  {
 display: block;
  }

 .prize-carousel  {
 display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  }

 .carousel-arrow  {
 background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }

 .carousel-track  {
 display: flex;
  transition: transform 0.3s ease;
  width: 100%;
  overflow: hidden;
  }

 .carousel-slide  {
 min-width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  }

 .carousel-content  {
 background: #fff;
  padding: 1rem;
  border-radius: 8px;
  border-top: 4px solid #f90;
  }

 .carousel-stage  {
 font-size: 1.25rem;
  font-weight: bold;
  color: #f90;
  margin-bottom: 1rem;
  }

 .prize-count  {
 font-size: 1.5rem;
  color: #f90;
  font-weight: bold;
  }

 @media (min-width: 768px)  {
 .prize-carousel  {
 display: none;
  }

 }

 @media (max-width: 768px)  {
 .prize-heading  {
 flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  }

 .prize-icon  {
 width: 64px;
  }

 }

 @media (min-width: 768px)  {
 .prize-detail  {
 flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  }

 .prize-detail > div  {
 flex: 1;
  }

 .prize-detail ul  {
 margin: 0;
  padding-left: 16px;
  }

 .prize-tabs  {
 max-width: 100%;
  }

 }

 .legal-note  {
 background: #444;
  color: white;
  padding: 24px 24px;
  max-width: none;
  }

 .legal-note ol, .legal-note ul  {
 padding-left: 1em;
  line-height: 1.6;
  }

 .disclaimer-toggle  {
 border-bottom: 1px solid #666;
  margin-top: 32px;
  /* padding-top: 16px; */
  }

 .disclaimer-toggle summary  {
 cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: left;
  list-style: none;
  padding-bottom: 16px;
  }

 .disclaimer-toggle summary::-webkit-details-marker  {
 display: none;
  }

 .disclaimer-toggle img  {
 width: 20px;
  transition: transform 0.3s;
  }

 .disclaimer-toggle[open] img  {
 transform: rotate(180deg);
  }

 .disclaimer-content  {
 margin-top: 16px;
  }

 @media (max-width: 768px)  {
 .tab-buttons  {
 display: none;
  }

 .carousel-arrows  {
 display: flex;
  }

 .two-column  {
 flex-direction: column;
  gap: 40px;
  }

 .two-column .column  {
 text-align: center;
  }

 .platform-grid  {
 flex-direction: column;
  align-items: center;
  }

 .platform-item  {
 max-width: 500px;
  }

 .tab-title-mobile  {
 flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #EA4120;
  height: 100%;
  border-radius: 8px;
  }

 .tab-btn  {
 flex: 1 0 0;
  border-radius: 0;
  text-align: center;
  }

 .tab-btn:not(.active)  {
 display: none;
  }

 }

 @keyframes fadeIn  {
 from  {
 opacity: 0;
  transform: translateY(10px);
  }

 to  {
 opacity: 1;
  transform: translateY(0);
  }

 }

/* Apply Hando to all Latin and numeric characters */
body  {

  font-family: 'Hando', 'Noto Sans TC', sans-serif;
  }

body  {

  margin: 0;
  }



.section-1, .instruction-section  {

  max-width: none;
  }

.legal-note div, .legal-note details {

  max-width: 1140px;
  margin: auto;
  margin-bottom: 16px;
  }

/* Apply Hando to Latin-based content only */
h1, h2, h3, h4, h5, h6,
p, span, button, td, th, a, li, div  {
  font-family: 'Hando', 'Noto Sans TC', sans-serif;
  }

.parallax-container {
  position: relative;
  width: 100%;
  height: 0;
}

.parallax-container .birds{
  max-width: 64px;
}

.parallax-container .clouds{
  
  max-width: 120px;
  opacity: 0;
}

.parallax {
    position: absolute;
    width: 15vw;             
    max-width: 120px;
    transition: transform 0.2s linear;
    /* transform: none !important; */
    z-index: 1;
}

.parallax-1 {
  top: 80vh;
  right: 6vw;
}

.parallax-2 {
  top: 120vh;             
  left: 6vw;
}


@media (max-width: 480px)  {
 .schedule-wrapper, .instruction-container, .mission-section  {
    gap: 24px;
  }
}

@media (max-width: 768px) {
    .schedule-table {
    table-layout: fixed;
    width: 100%;
  }

  .schedule-table td:first-child,
  .schedule-table th:first-child, .schedule-table td:last-child,
  .schedule-table th:last-child {
    word-break: break-word;
    white-space: normal;
  }
}

@media (max-width: 359px) {
  .schedule-table th, .schedule-table td{
    font-size: 11px;
  }
}

.floating-image.fade-hidden {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.floating-image.fade-in {
  opacity: 1;
}
