nm:root {
      --ink: #161817;
      --muted: #68706c;
      --paper: #f7f5ef;
      --panel: #ffffff;
      --line: #dedbd0;
      --teal: #0d8c7d;
      --teal-dark: #0a655c;
      --gold: #f1b83b;
      --red: #FF5A3E;
      --green: #1fa879;
      --blue: #2778c4;
      --shadow: 0 22px 60px rgba(26, 31, 29, .18);
    }

    * {
      box-sizing: border-box;
    }

    /* 確保全站點擊時有平滑滾動效果 */
    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Inter, "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
      color: var(--ink);
      background: var(--paper);
      letter-spacing: 0;
      font-family: auto;
    }
    
    h1 {
      margin: 22px 0 18px;
      font-size: clamp(42px, 7vw, 78px);
      line-height: .98;
      letter-spacing: 0;
      color:#FFFFFF;
      text-align:center;
      font-family: auto;
    }

/*** Button Start ***/
    .btn {
       font-weight: 600;
       transition: .5s;
    }

    .btn-square {
       width: 32px;
       height: 32px;
    }

    .btn-sm-square {
       width: 34px;
       height: 34px;
    }

    .btn-md-square {
       width: 44px;
       height: 44px;
    }

    .btn-lg-square {
       width: 56px;
       height: 56px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-md-square,
    .btn-lg-square {
       padding: 0;
       display: flex;
       align-items: center;
       justify-content: center;
       font-weight: normal;
       border-radius: 50%;
    }

    .btn.btn-primary {
       background: var(--bs-secondary) !important;
       color: var(--bs-white) !important;
       font-family: 'Poppins', sans-serif;
       font-weight: 400;
       transition: 0.5s;
    }

    .btn.btn.btn-primary:hover {
       background: var(--bs-primary) !important;
       color: var(--bs-secondary);
       border: 1px solid var(--bs-secondary);
    }

    .btn.btn-secondary {
        background: transparent;
        color: var(--bs-secondary);
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        border: none;
        transition: 0.5s;
    }

    .btn.btn-secondary:hover {
        color: var(--bs-primary) !important;
    }
/**** Button End ***/

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input{
      font: inherit;
    }

/* -------------- Site Shell_大框架 start -------------- */
    .site-shell {
      min-height: 100vh;
      overflow: hidden;
    }
    /* -------------- header_頂端  start -------------- */
    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px clamp(18px, 5vw, 64px);
      background: rgba(255, 255, 255, 0.88);
      border-bottom: 1px solid rgba(222, 219, 208, .8);
      backdrop-filter: blur(14px);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      font-size: 20px;
    }

    .brand-mark {
      display: grid;
      width: 34px;
      height: 34px;
      place-items: center;
      color: #fff;
      background: var(--ink);
      border-radius: 8px;
      font-size: 17px;
    }

    .brand img {
      width: 120px;
      height: auto;
    }

    /* ------ navbar_語言切換選單  start --- */
    .topbar .navbar {
      display: flex;
      align-items: center;
      gap: 300px;
      justify-content:flex-end;
      margin-left: 70%;
    }

    .topbar .navbar select {
      display: flex;
      gap: 16px;
      text-align: center;
      border: 0px solid #00a7e1;
      font:inherit;
      background-color: #ffffff;
      border-radius: 10px 8px 0px 0px;
      padding: 8px 10px;
      color: #000000;  
      /*float: right;*/
      text-align-last: center;

       /* 移除瀏覽器預設樣式 */
      -webkit-appearance: none;
      -moz-appearance: none;

      /* 下拉式箭頭 */
      appearance: auto;
      
      /* 移除點擊時的焦點框 */
      outline: none; 
    }
    /* 當選擇了具有值的選項後（套用顏色） */
    .language-select:not(:placeholder-shown){
      color: #00a7e1; /* 替換為您想要的顏色 */
    }

    /* 隱藏預設的 disabled 選項，避免使用者再次選回 */
    .language option[disabled] {
      display: none;
    }

    option {
      background-color: #FFFFFF;
      color: #00a7e1;
      border: 2px solid #000000;
    }
    
    option a{
      background-color: rgba(0, 167, 225, 1.5);
      color: #FFFFFF;
      border: 1px solid #000000;
    }

    option:active {
      outline: none;
      color: red; 
    }
    
    /* --- cta-small_註冊按鈕  start --- */
    .cta-small {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      color: #fff;
      background: #00a7e1;
      border: 0;
      /*border-radius: 8px;*/
      border-radius: 50px;
      font-weight: 750;
      cursor: pointer;
      white-space: nowrap;
      width: 10%;
    }
    /* -------------- header_頂端 end -------------- */

    /* -------- container_隨時隨地開啟投資 start -------- */
    .container {
      align-items: center;
      gap: 24px;
      color: #FFFFFF;
      font-size: 14px;
      background-color:#06142c;
      /*padding:50px;*/
    }
    
    .hero-inner {
      width: 100%;
      /*max-width: 1160px;*/
      margin: 0 auto;
      display: flex;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
      gap: clamp(28px, 6vw, 86px);
      align-items: center;
      justify-content: center;
    }

    .hero {
      width: 100%;
      position: relative;
      min-height: calc(100vh - 126px);
      padding: clamp(22px, 4vw, 40px) clamp(180px, 5vw, 64px) 18px;
      background:
        linear-gradient(115deg, rgba(241, 184, 59, .24), transparent 34%),
        radial-gradient(circle at 84% 24%, rgba(13, 140, 125, .20), transparent 32%),
        var(--paper);
      background-color:#22293d;
      text-align: center;
      padding:5% 5% 2% 5%;
    }

    .hero-copy {
      max-width: 100%;
      justify-self: end;
    }

    .hero-content p{
      font-size: 20px;
    }

    .hero-ticker {
      display:flex;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      /*max-width: 640px;*/
      margin: 0 auto;
      color: #FFF;
      font-size:12px;
      font-weight:normal;
      font-family: "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", sans-serif;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
      text-align: center;
      justify-content: center;
      overflow-x:hidden;
    }

    .ticker{
      margin: 0 5px 0 5px;
      /*overflow-x:hidden;*/
    }

    .ticker-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px;
      min-height: 68px;
      padding: 0px 10px;
      /* margin:10px */
      white-space: nowrap;
      font-size: 14px;
      font-weight: 800;
      overflow-x:hidden;
    }

    .ticker-item .up {
      color: #33c786;
    }

    .ticker-item .down {
      color: #ff5b68;
    }

    .ticker-arrow {
      font-size: 12px;
      line-height: 1;
    }
     
    .primary-btn,
    .secondary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 0px 100px;
      margin-top: 10px;
      margin-bottom: 50px;
      margin-right: 5px;
      border-radius: 8px;
      border: 1px solid transparent;
      font-weight: 500;
      cursor: pointer;
    }

    .primary-btn {
      color: #fff;
      background: #00a7e1;
      box-shadow: 0 4px 30px rgba(62, 168, 255, 0.226)
    }

    .primary-btn:hover {
      background: #0094c8;
    }

    .download-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 0px 100px;
      margin-top: 10px;
      margin-bottom: 50px;
      margin-left: 5px;
      border-radius: 8px;
      border: 1px solid transparent;
      font-weight: 500;
      cursor: pointer;
    }

    .download-btn {
      color: #fff;
      background: #00a7e1;
      box-shadow: 0 4px 30px rgba(62, 168, 255, 0.226)
    }

    .download-btn:hover {
      background: #0094c8;
    }
    
    .hero-desktop {
      width: 100%;
    }
    .hero-desktop img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 24px 48px rgba(22, 24, 23, .12);
    }
    /* -------- container_隨時隨地開啟投資 end -------- */

    /* -------- benefit_帳戶優勢 start -------- */
    .benefit-band {
        width: 100%;
        padding: 34px clamp(18px, 5vw, 64px);
        color: #fff;
        background: #151b2b;
    }

    .benefit-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(24px, 7vw, 92px);
        max-width: 1160px;
        margin: 0 auto;
    }

    .benefit-item {
        display: grid;
        gap: 8px;
        align-content: start;
    }

    .benefit-item span {
        color: #c4d2ed;
        line-height: 1.6;
    }

    .check-dot {
        display: grid;
        width: 16px;
        height: 16px;
        place-items: center;
        color: #fff;
        background: #35c486;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 900;
    }

    .benefit-item strong {
        margin-top: 8px;
        font-size: 18px;
        font-weight: bolder;
    }
    .benefit-item span {
      color: #c4d2ed;
      line-height: 1.6;
    }   
    /* -------- benefit_帳戶優勢 end -------- */

    /* -------- famous-assets_著名資產 start -------- */
    .famous-assets{
      width: 100%;
      text-align: center;
      justify-self: center;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .famous-assets .text{
      margin-top: 50px;
    }

    .famous-assets .text h2{
      color: #07162d;
      text-align: center;
      font-size: clamp(26px, 4vw, 36px);
      line-height: 1.15;
      font-family: auto;
    }

    /* -------- famous-assets_著名資產 end -------- */

    /* -------- 為何要投資我們 start -------- */
    .why{
      width: 100%;
      background-color: #FFFFFF;
      text-align: center;
      justify-content:center;
      padding: 1%;
    }

    .why h2 {
      margin: 0 0 35px;
      color: #07162d;
      text-align: center;
      font-size: clamp(26px, 4vw, 36px);
      line-height: 1.15;
      font-family: auto;
      width: 100%;
    }

    .whyassertus{
      width: 100%;
      height: auto;
    }

    .assertus{
      width: 50%;
      float: left;
      display: flex;
    }

    .img-asser{
      width: 20%;
      padding-top:20px;
      margin-right: 5%;
    }

    .img-asser img{
      justify-content: center;
    }

    .whycontent{
      width: 80%;
      text-align: left;
    }

    .btn-download{
      width: 100%;
      height: 200px;
      text-align: center;
      justify-content:center;
      padding: 1%;
      display: flex;
      padding-top: 50px;
      margin-bottom: 50px;
    }

    .appstore-btn, .googleplay-btn {
      display: inline-block;
      margin: 0 10px;
      width: 30%;
    }

    .appstore-btn img{
      width: 200px;
      height: auto;
    }

    .googleplay-btn img {
      width: 230px;
      height: auto;
      margin-top: -15px;
    }
    /* -------- 為何要投資我們 end -------- */


    /* -------- 客戶評價 start -------- */
    .swiper {
      width: 100%;
      padding: 50px 0;
      background-color: #FFFFFF;
    }
    .swiper-title{
      width: 100%;
      text-align: center;
      color: #06142c;
    }

    .swiper-title h2{
      font-size: 36px;
      font-family: auto;
    }

    .swipercard {
      background: #fff;
      border-radius: 5px;
      padding: 18px;
      height: 250px;
      box-shadow: 0 8px 22px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      text-align: -webkit-center;
    }

    .swipercard:hover {
      transform: translateY(-4px);
    }

    .quote-mark {
      color: #34c486;
      font-size: 42px;
      font-weight: 900;
      line-height: .8;
      text-align: left;
      padding-top: 20px;
    }

    .swipercard .con{
      bottom: 50px;
    }

    .swipercard p{
      text-align: left;
    }

    .review-author {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: #06142c;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 50px;
      margin-bottom: 20px;
      text-transform:uppercase;

      width: 480px; /* 必須設定明確寬度 */
      margin: 0 auto; /* 上下邊距為 0，左右邊距自動 (auto) */
      position: fixed;
      bottom: 30px;
    }

    .review-author img {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      place-items: center;
      object-fit: cover
    }

    .review-dots {
      position: absolute;
      left: 50%;
      bottom: 0;
      display: flex;
      gap: 8px;
      transform: translateX(-50%);
    }

    .review-dots button {
      width: 6px;
      height: 6px;
      padding: 0;
      background: #b9b9b9;
      border: 0;
      border-radius: 999px;
      cursor: pointer;
    }

    .review-dots button.active {
      background: #d81313;
    }
    /* -------- 客戶評價 end -------- */

    /* -------- 入門非常簡單 start -------- */
    .markets-band {
      color: #06142c;
      background: #fff;
    }

    .markets-band .section-head p {
      color: #24314f;
    }

    .easy-steps {
      max-width: 1160px;
      margin: 0 auto;
      color: #06142c;
      margin-bottom: 80px;
    }

    .easy-steps h2 {
      margin: 0 0 34px;
      text-align: center;
      font-size: clamp(28px, 4vw, 36px);
      line-height: 1.15;
      font-family: auto;
    }

    .easy-line {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 34px;
      position: relative;
    }

    .easy-line::before {
      position: absolute;
      content: "";
      top: 13px;
      left: 10px;
      right: 10px;
      border-top: 1px dotted #35c486;
    }

    .easy-step {
      position: relative;
      z-index: 1;
      display: grid;
      align-content: start;
      gap: 10px;
      /*border-style:dotted;
      /*border-width:0 0 0 1px;
      /*border-color:#29b672;*/
    }

    .easy-dot {
      display: grid;
      width: 22px;
      height: 22px;
      place-items: center;
      background: rgba(53, 196, 134, .22);
      border-radius: 999px;
    }

    .easy-dot::after {
      width: 10px;
      height: 10px;
      content: "";
      background: #35c486;
      border-radius: 999px;
    }

    .easy-step h3 {
      margin: 10px 0 0;
      color: #06142c;
      font-size: 21px;
    }

    .easy-step p {
      margin: 0;
      /*max-width: 280px;*/
      color: #24314f;
      line-height: 1.75;
    }

    .signup-register {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 180px;
      min-height: 54px;
      margin-top: 14px;
      color: #fff;
      background: #00a7e1;
      border-radius: 4px;
      font-weight: 850;
      box-shadow: 0 14px 28px rgba(62, 168, 255, 0.226);
    }

    .signup-register:hover {
      background: #0094c8;
    }

    /* -------- 入門非常簡單 end -------- */
        
    /* -------- 四個platform start -------- */
    .section {
      padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 64px);
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 1160px;
      margin: 0 auto;
    }

    .section.alt {
      background: #061b45;
      padding: clamp(54px, 5vw, 88px) clamp(18px, 5vw, 64px);
    }

    .section-head{
      display: flex;
      justify-content: space-between;
      gap: 26px;
      align-items: end;
      max-width: 1160px;
      margin: 0 auto 0;
    }
   
    .platform-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      max-width: 1160px;
      margin: 0 auto;
      color: #061b45;
    }

    .platform-stat {
      padding: 0 20px;
      background: transparent;
      border-left: 1px solid rgba(6, 27, 69, .10);
      margin-left: 50px;
      margin-right: 50px;      
    }

    .platform-stat:first-child {
      border-left: 0;
    }

    .stat-icon {
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      margin-bottom: 14px;
      color: #061b45;
      background: rgba(6, 27, 69, .08);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
    }

    .platform-stat strong {
      display: block;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.2;
    }

    .platform-stat span {
      display: block;
      margin-top: 9px;
      color: #ffffff;
      font-size: 13px;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 28px;
    }

    .stat {
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 255, 255, .6);
    }

    .stat strong {
      display: block;
      font-size: 24px;
    }

    .stat span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
    }
    /* -------- 四個platform end -------- */

    /* -------- footaer start -------- */
    .footaer {
      /*display: flex;*/
      justify-content: space-between;
      gap: 16px;
      padding: 24px clamp(18px, 5vw, 64px);
      color: #59615c;
      background: #fff;
      border-top: 1px solid var(--line);
      font-size: 13px;
    }
    
    /* -------- footaer end -------- */
      

    /* -------- header和container的註冊 start -------- */  
    .signup {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(24px, 5vw, 72px);
      align-items: center;
      max-width: 1160px;
      margin: 20px auto;
      text-align: center;
      background-color: #FFFFFF;
    }

    .signup p {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      color: var(--muted);
      line-height: 1.75;
    }   
    /* -------- header和container的註冊 end -------- */
    
    /* -------------- Site Shell_大框架 end -------------- */
    @media (min-width: 4000px) {
      .topbar .navbar{
        margin-left: 95%;
      }
      .cta-small {
        width: 5%;
      }
    }

    @media (min-width: 3001px) and (max-width: 3999px) {
      .topbar .navbar{
        margin-left: 85%;
      }
    }
    @media (min-width: 3000px) {
      .topbar .navbar{
        margin-left: 85%;
      }
    }

    @media (min-width: 1801px) and (max-width: 2999px) {
      .topbar .navbar{
        margin-left: 78%;
      }
      .cta-small {
        width: 12%;
      }
    }  

    @media (min-width: 1800px) {
      .topbar .navbar{
        margin-left: 90%;
      }
    }

    @media (min-width: 1501px) and (max-width: 1799px) {
      .topbar .navbar{
        margin-left: 75%;
      }
      .cta-small {
        width: 8%;
      }
    }  

    @media (min-width: 1500px) {
      /*.topbar .navbar{
        margin-left: 20%;
      }*/

      /*.dropdown{
        left: 460%; 
      }*/

      .dropdown-btn{
        font-size: 16px; /* 調整按鈕字體大小 */
      }
      
      .hero {
        width: 100%;
        max-width: none;
        /*display:block;*/
      }

      .img-asser {
        margin-right: 0;
      }
    }

     @media (min-width: 1401px) and (max-width: 1499px) {
      .topbar .navbar{
        margin-left: 70%;
      }

      /*.dropdown{
        left: 460%; 
      }*/

      .dropdown-btn{
        font-size: 16px; /* 調整按鈕字體大小 */
      }

      .img-asser {
        margin-right: 0;
      }

       .review-author {
        width: 350px;
      }
    }

    @media (min-width: 1400px) {
      .topbar .navbar{
        margin-left: 70%;
      }

      .img-asser {
        margin-right: 0;
      }

      .review-author {
        width: 90%;
      }
    }

    @media (min-width: 1201px) and (max-width: 1399px) {
      .topbar .navbar{
        margin-left: 68%;
      }

      .img-asser {
        margin-right: 0;
      }

       .review-author {
        width: 90%;
      }
    }

    @media (min-width: 1200px) {
      .topbar .navbar{
        margin-left: 68%;
      }

      .hero-inner {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
      }
      .hero-desktop {
        display: block;
      }

      .img-asser {
        margin-right: 0;
      }

      .review-author {
        width: 90%;
      }
    }

    @media (min-width: 1025px) and (max-width: 1199px) {
        .topbar .navbar{
          margin-left: 65%;
        }

       .hero{
          min-height:calc(85vh - 150px);
        }

        .why h2 {
          margin: 0 0 5%;
        }

        .img-asser {
          margin-right: 0;
        }

        .review-author {
          width: 90%;
        }

        .platform-stat{
          padding: 0;
        }
    }

    @media (min-width: 1024px) {
      .topbar .navbar{
          margin-left: 60%;
        }
        
      .hero{
          min-height:calc(85vh - 150px);
        }
      .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
      }
      .hero-desktop {
        display: block;
      }

      .img-asser {
        margin-right: 0;
      }

      .platform-stats{
          display: block;
        }

      .platform-stat{
          display: table-cell;
          width: 250px;
          vertical-align: inherit;
      }

    }

    @media (min-width: 981px) and (max-width: 1023px) {
        .topbar .navbar{
            margin-left: 53%;
          }

        .dropdown{
          width: 120px;
        }

        .cta-small {
          width: 100%;
        }

       .hero{
          min-height:calc(85vh - 150px);
          padding:5% 5% 2% 5%;
        }      

        .hero-content p {
          margin: 5%;
          font-size: 20px;
        }

        .benefit-item{
          width: 104%;
        }

        .easy-line::before {
          position: absolute;
          content: "";
          top: 13px;
          left: 10px;
          right: 10px;
          border-top: 1px dotted #35c486;
        }

        .assertus {
          width: 48%;
          margin: 1%;
        }

        .img-asser {
          margin-right: 0;
        }

        .review-author{
          width: 400px;
        }

        .platform-stats{
          display: block;
        }

        .platform-stat{
          display: table-cell;
          width: 250px;
          vertical-align: inherit;
        }

        .platform-stat strong{
          font-size: 20px;
        }
    }

    @media (max-width: 980px) {
      .topbar .navbar{
        margin-left: 62%;
      }

      .cta-small {
          width: 100%;
      }

      .hero{
        width: auto;
        min-height:calc(85vh - 150px);
          padding:5% 5% 2% 5%;
          overflow: hidden;
      }
      
      .hero-ticker{
        max-width: 850px;
      }

      .hero-desktop {
          padding:5% 5% 2% 5%;
          display: block;
        } 

      /*.hero-desktop img {
      width: 30%;
      }*/

      .hero-content p{
        margin: 5%;
        font-size: 20px;
      }

      .nav {
        display: none;
      }

      .hero-inner,
      .signup,
      .markets-grid {
        grid-template-columns: 1fr;
      }
      .hero{
        width:auto;
      }

      .hero-inner {
        min-height: auto;
        
      }
      
      .benefit-item {
        width: 280px;
      }

      .asset-slider {
        padding: 0 38px 34px;
      }

      .assertus {
          width: 48%;
          margin: 1%;
        }

      .img-asser {
        margin-right: 0;
      }

      .btn-download{
        margin-bottom: 50px;
      }

      .easy-line::before {
        display: none;
      }

      .easy-line::before {
          position: absolute;
          content: "";
          top: 13px;
          left: 10px;
          right: 10px;
          border-top: 1px dotted #35c486;
        }

        .platform-stats{
          display: block;
        }

        .platform-stat{
          display: table-cell;
          width: 250px;
          vertical-align: inherit;
        }

    }
    @media (min-width: 681px) and (max-width: 979px) {
        .topbar .navbar{
          margin-left: 43%;
        }

        .cta-small {
          width: 100%;
        }

       .hero{
          min-height:calc(85vh - 250px);
          padding:5% 5% 2% 5%;
          overflow: hidden;
        }

        /*.ticker-item {
          font-size: 10px;
        }*/

        .hero-desktop img {
          width: 100%;
        }

        .hero-content p{
          margin: 5%;
          font-size: 20px;
        }

        .benefit-grid{
          gap: 0;
        }

        .benefit-item {
          width: 100%;
          gap: 8px;
          justify-content: center;
          /*text-align: -webkit-center;*/
          padding: 5%;
        }

        /* -------- 為何要投資我們 start -------- */
        .why{
          margin-bottom: 300px;
        }

        .whyassertus{
          height: 0;
        }

        .assertus{
          width: 48%;
          float: left;
          display: flex;
          /*margin: 1%;*/
        }

        /*.img-asser{
          margin-right:5%;
        }*/

        .whycontent{
          width: 68%;
          text-align: left;
          /*margin-left: 10px;*/
        }

        .btn-download{
          margin-bottom: -300px;
        }
        /* -------- 為何要投資我們 end -------- */

        .swipercard{
          width: 100%;
          margin-left: 5%;
        }

        .swipercard:hover {
          transform: translateY(-4px);
        }

        /*.swipercard p{
          text-align: center;
        }*/

        .review-author {
          width: 90%;
          /*justify-content:center;*/
        }

        .easy-line::before {
          position: absolute;
          content: "";
          top: 13px;
          left: 10px;
          right: 10px;
          border-top: 1px dotted #35c486;
        }

        .swiper-title h2{
          font-size: clamp(26px, 4vw, 36px);
        }

        .platform-stats{
          display: block;
        }

        .platform-stat{
          display: table-cell;
          width: 250px;
          vertical-align: inherit;
        }

        .platform-stat strong{
          font-size: 15px;
        }
    }

    @media (max-width: 680px) {
      .topbar .navbar{
          margin-left: 45%;
      }
        
      .hero{
          min-height:calc(85vh - 150px);
          padding:5% 5% 2% 5%;
      }
      
      .topbar {
        padding: 12px 10px;
        gap: 0;
      }

      .brand {
        font-size: 18px;
      }

      .cta-small {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
        width: 100%;
      }

      .hero {
        width:auto;
        min-height: calc(60vh - 12px);
      }
      
      .hero-ticker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        text-align: center;
        justify-content: center;
      }

      .ticker-item {
        min-height: 0px;
        /*min-width: 50%;*/
        justify-content: center;
        padding: 0 10px;
        font-size: 10px;
        /*display:none;*/
      }

      h1 {
        font-size: clamp(40px, 12vw, 54px);
      }

      .benefit-band {
        padding: 28px 16px;
        /*background-color: #FFFFFF;*/
        /*color: #06142c;*/
      }

      .benefit-grid,
      .easy-line,
      .platform-stats {
        grid-template-columns: 1fr;
      }

      .btn-download{
        margin-bottom: 50px;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .easy-step p {
        margin: 0;
        max-width: 1000px;
        color: #24314f;
        line-height: 1.75;
      }

      .easy-line::before {
        position: absolute;
        content: "";
        top: 13px;
        left: 10px;
        right: 10px;
        border-top: 1px dotted #35c486;
      }


      .platform-stats{
        display: block;
      }

      .platform-stat{
        display: table-cell;
      }

      .platform-stat strong{
        font-size: 15px;
      }

      footer {
        display: grid;
        padding: 22px 16px;
      }
    }

    @media (min-width: 603px) and (max-width: 679px) {
      .topbar {
        padding: 12px 16px;
      }
      .topbar .navbar{
          margin-left: 40%;
      }

      .brand {
        font-size: 18px;
      }

      .cta-small {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
        width: 100%;
      }

      .hero{
          min-height:calc(85vh - 280px);
          padding:5% 5% 5% 5%;
          overflow:hidden;
        }

      .hero-copy{
        margin-top: 20px;
      }
      
      .hero-ticker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        text-align: center;
        justify-content: center;
      }
      
      .hero-content h1{
        font-size: clamp(40px, 12vw, 44px);
        line-height: 1.5;
      }

      .ticker-item {
        align-items:normal;
        font-size: 12px;
      }

      h1 {
        font-size: clamp(40px, 12vw, 54px);
      }

      .benefit-band {
        padding: 28px 16px;
      }

      .benefit-grid,
      .easy-line,
      .platform-stats {
        width: 100%;
        display: block;
        display: flex;
        justify-content: center; /* 水平置中 */
        /*align-items: center;     垂直置中（選填） */
        grid-template-columns: 1fr;
      }

      .benefit-item {
        width: 30%;
        display:block;
        gap: 8px;
        align-content: start;
        justify-content:center;
        /*margin: 1%;*/
      }

      .benefit-item strong{
        font-size: 16px;
      }

      .benefit-item p{
        font-size: 12px;
      }

      .famous-assets{
        width: 90%;
      }

      .review-author {
        width: 90%;
      }

      .whyassertus{
        height: 300px;
      }

      .assertus{
        width: 48%;
        margin: 1%;
      }

      .img-asser{
        margin-right:5%;
      }

      .img-asser img{
        width: 100%;
      }

      .btn-download{
        margin-bottom: -30px;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .swiper-title h2{
        font-size: clamp(28px, 4vw, 36px);
      }

      .easy-step p {
        font-size: 15px;
      }

      .platform-stats{
        display: block;
      }

      .platform-stat{
        display: table-cell;
        width: 250px;
        vertical-align: inherit;
      }

      footer {
        display: grid;
        padding: 22px 16px;
      }
    }

      @media (max-width: 602px) {
      .topbar .navbar{
        margin-left: 40%;
      }

      .hero{
          min-height:calc(85vh - 250px);
          padding:5% 5% 5% 5%;
          overflow:hidden;
      }

      .hero-copy{
        margin-top: 15%;
      }

      .hero-copy h1{
        font-size: clamp(40px, 12vw, 44px);
      }

      .ticker-item {
        align-items:normal;
        font-size: 12px;
      }  
      .benefit-grid{
        display: block;
      }

      .benefit-item {
        width: 100%;
        display:block;
        gap: 8px;
        align-content: start;
        justify-content:center;
        /*margin: 1%;*/

        /*display: flex;*/
        justify-content: center; /* 水平置中 */
        align-items: center;    /* 垂直置中（選填） */

        /*text-align: -webkit-center;*/
        padding: 2%;
      }

      .benefit-item strong{
        margin-top: 0;
      }

      .famous-assets{
        margin-top:100px;
        margin-bottom: 0;
      }

      .famous-assets .text p{
        /*width: 80%;*/
        text-align: center;
        padding: 0 2% 0 2%;
      }

      .whyassertus{
        height: 300px;
      }

      .assertus{
        width: 48%;
        margin: 1%;
      }

      .img-asser{
        margin-right:5%;
      }

      .img-asser img{
        width: 100%;
      }

      .btn-download{
        margin-bottom: -30px;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .platform-stat strong {
        font-size: 15px;
      }

      .platform-stat span {
        font-size: 11px;
      }
    }

      @media (min-width: 551px) and (max-width: 601px) {
      .topbar .navbar{
        margin-left: 28%;
      }

      .cta-small {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
        width: 100%;
      }

      .hero-content{
        margin-top: 10%;
      }

      .benefit-grid{
        display: block;
      }

      .btn-download{
        margin-bottom: -30px;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .swiper-title h2 {
        font-size: 26px;
        font-family: auto;
      }

      .easy-steps h2 {
        font-size: clamp(26px, 4vw, 36px);
      }

      .assertus{
        width: 100%;
      }

      .img-asser{
        width: 10%;
        margin-right: 5%;
      }

      .review-author{
        width: 90%;
      }

      .platform-stats{
        display: block;
      }

      .platform-stat{
        display: table-cell;
        width: 250px;
        vertical-align: inherit;
      }

      .platform-stat strong {
        font-size: 13px;
      }

      .platform-stat span {
        font-size: 11px;
      }
      
    }
    @media (max-width: 550px) {
      .topbar .navbar{
        margin-left: 28%;
      }

      .platform-stat strong {
        font-size: 13px;
      }

      .platform-stat span {
        font-size: 11px;
      }
    }

    @media (min-width: 531px) and (max-width: 549px) {
      .topbar .navbar{
        margin-left: 25%;
      }

      .hero {
        min-height: calc(85vh - 330px);
        padding: 5% 5% 5% 5%;
        overflow: hidden;
      }

      .hero-content{
        margin-top: 10%;
      }

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 18px;
      }

      .assertus{
        width: 100%;
      }

      .img-asser{
        width: 15%;
        margin-right: 5%;
      }

      .img-asser img{
        width: 80%;
      }

      .btn-download{
        height: 100px;
        margin-bottom: 30px;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .platform-stat {
      width: auto;
      }
      
      .platform-stat strong {
        font-size: 13px;
      }

      .platform-stat span {
        font-size: 11px;
      }
    }


    @media (max-width: 530px) {
      .topbar .navbar{
        margin-left: 25%;
      }

      .hero-inner {
        width: 100%;
        max-width: none;
      }

      .hero{
        width:auto;
        min-height: calc(55vh - 12px);
      }

      /*.hero-ticker {
        display: none;
      }*/

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 35px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 18px;
      }

      .why{
        margin-bottom: 50%;
      }

      .assertus{
        width: 100%;
      }

      .img-asser{
        width: 15%;
        margin-right: 5%;
      }

      .img-asser{
        width: 15%;
        margin-right: 5%;
      }

      .img-asser img{
        width: 80%;
      }

      .btn-download{
        height: 100px;
        margin-bottom: -200px;
      }

      .review-author {
        width: 90%;
      }

      .platform-stats{
        display: 0;
      }


      .platform-stat{
        display: table-cell;;
      }
    }
    @media (min-width: 482px) and (max-width: 529px) {
      .topbar .navbar{
        margin-left: 20%;
      }

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 15px;
      }

      .why h2{
        font-size: clamp(28px, 4vw, 36px);
      }

      .img-asser{
        width: 15%;
        margin-right: 5%;
      }

      .img-asser img{
        width: 80%;
      }

      .btn-download{
        height: 100px;
        margin-bottom: -100px;
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .swiper-title h2{
        font-size: clamp(28px, 4vw, 36px);
      }

      .platform-stat{
        width: auto;
      }

      .platform-stat strong {
        font-size: 12px;
      }

      .platform-stat span {
        font-size: 11px;
      }
    }


    @media (max-width: 481px) {
      .topbar .navbar{
        margin-left: 20%;
      }

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 15px;
      }

      .btn-download{
        height: 100px;
        margin-bottom: -100px;
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
      }

      .appstore-btn img{
        width: 170px;
      }

      .googleplay-btn img {
        width: 200px;
      }

      .platform-stats{
        margin: 0;
        width: auto;
      }
      
      .platform-stat {
      padding: 0 0;
      }
    }

    @media (min-width: 401px) and (max-width: 480px) {
      .topbar {
        padding: 12px 10px;
      }
      .topbar .navbar{
        margin-left: 8%;
      }

      /*.cta-small{
        padding: 0 10px;
      }*/

      .hero-content{
        margin-top: 10%;
      }

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 15px;
      }
      .benefit-grid{
        justify-content: center;
      }
      .benefit-item{
        justify-content: left;
      }

      .benefit-item strong{
        font-size: 17px;
      }

      .benefit-item p{
        font-size: 13px;
      }

      .why h2{
        font-size: clamp(28px, 4vw, 36px);
      }

      .btn-download{
        height: 100px;
        margin-bottom: -100px;
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
      }

      .appstore-btn img{
        width: 150px;
      }

      .googleplay-btn img {
        width: 180px;
      }

      .swiper-title h2{
        font-size: clamp(28px, 4vw, 36px);
      }

      .platform-stats{
        width: 100%;
        text-align: center;
      }

      .platform-stat{
        width: 20%;
      }

      .platform-stat strong {
        font-size: 12px;
      }

      .platform-stat span {
        font-size: 11px;
      }
    }


    @media (max-width: 400px) {
      .topbar .navbar{
        margin-left: 8%;
      }

      .hero-copy h1 {
        font-size: clamp(40px, 12vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 15px;
      }

      .btn-download{
        height: 100px;
        margin-bottom: -100px;
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
      }

      .appstore-btn img{
        width: 150px;
      }

      .googleplay-btn img {
        width: 180px;
      }

      .platform-stats{
        margin: 0;
        width: auto;
      }
      
      .platform-stat {
      padding: 0 0;
      }
    }

    @media (min-width: 361px) and (max-width: 399px) {
      .topbar .navbar{
        margin-left: 0;
      }

      .dropdown-btn {
        padding: 0;
        font-size: 11px;
      }

      .cta-small {
        min-height: 28px;
        padding: 0 8px;
        font-size: 11px;
      }

      .hero-content{
        margin-top: 10%;
      }

      .hero-copy h1 {
        font-size: clamp(30px, 11vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 12px;
      }

      .benefit-grid{
        justify-content: center;
      }
      .benefit-item{
        width: 100%;
        display: block;
        gap: 8px;
        align-content: start;
        justify-content: center;
        /* margin: 1%; */
        /* display: flex; */
        align-items: center;
        text-align: -webkit-center;
        padding: 5%;
      }

      .benefit-item strong{
        font-size: 13px;
      }

      .benefit-item p{
        font-size: 12px;
      }

      .why{
        margin-bottom: 65%;
      }

      .why h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .assertus{
        width: 100%;
      }

      .img-asser{
        width: 12%;
        margin-right: 5%;
      }

      .btn-download{
        height: 100px;        
        margin-bottom: 100px;
        display: block;        
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
        margin-top: 30px;
      }

      .appstore-btn img{
        width: 150px;
        margin-bottom: 10px;
      }

      .googleplay-btn img {
        width: 170px;
        margin-bottom: 10px;
      }

      .swiper{
        margin-top: 10%;
      }

      .swiper-title h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .easy-steps{
        max-width: 100%;
        margin: 0 auto;
        color: #06142c;
        margin-bottom: 50px;
      }

      .easy-steps h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .easy-step h3{
        font-size: 18px;
      }

      .easy-step p{
        font-size: 14px;
      }

      .platform-stats{
        width: 100%;
        text-align: center;
      }

      .section.alt {
        padding: clamp(34px, 5vw, 88px) clamp(18px, 5vw, 64px);
      }

      .platform-stat {
        padding: 5%;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        display: block;
        float: inline-start;
      }

      .platform-stat strong {
        font-size: 12px;
      }

      .platform-stat span {
        font-size: 11px;
        margin-top: 0;
      }
      .footaer{
        font-size: 11px;
      }
    }

    @media (max-width: 360px) {
      .btn-download{
        height: 100px;        
        margin-bottom: 200px;
        display: block;        
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 50%;
        margin-top: 30px;
      }

      .appstore-btn img{
        width: 150px;
        margin-bottom: 10px;
      }

      .googleplay-btn img {
        width: 170px;
        margin-bottom: 10px;
      }

      .swiper-title h2{
        font-size: clamp(26px, 4vw, 36px);
      }
    }

    @media (min-width: 301px) and (max-width: 359px) {
      .topbar {
        padding: 12px 10px;
        gap: 0;
      }

      .topbar .navbar{
        margin-left: -15px;
      }

      .dropdown-btn {
        padding: 0;
        font-size: 11px;
      }

      .cta-small {
        min-height: 28px;
        padding: 0 8px;
        font-size: 11px;
        width: 100%;
      }


      .hero-content{
        margin-top: 10%;
      }

      .hero-copy h1 {
        font-size: clamp(30px, 11vw, 34px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 12px;
      }

      .benefit-grid{
        justify-content: center;
      }
      .benefit-item{
        width: 100%;
        display: block;
        gap: 8px;
        align-content: start;
        justify-content: center;
        /* margin: 1%; */
        /* display: flex; */
        align-items: center;
        text-align: -webkit-center;
        padding: 5%;
      }

      .benefit-item strong{
        font-size: 13px;
      }

      .benefit-item p{
        font-size: 12px;
      }

      .why{
        margin-bottom: 65%;
      }

      .why h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .assertus{
        width: 100%;
      }

      .img-asser{
        width: 12%;
        margin-right: 5%;
      }

      .btn-download{
        width: 100%;
        height: 100px;
        margin-bottom: 50px;
        display: block;
        margin-top: 220px;        
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 80%;
        margin-top: 30px;
      }

      .appstore-btn img{
        width: 150px;
        margin-bottom: 10px;
      }

      .googleplay-btn img {
        width: 170px;
        margin-bottom: 10px;
      }

      .swiper{
        margin-top: 10%;
      }

      .swiper-title h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .easy-steps{
        max-width: 100%;
        margin: 0 auto;
        color: #06142c;
        margin-bottom: 50px;
      }

      .easy-steps h2{
        font-size: clamp(26px, 4vw, 36px);
      }

      .easy-step h3{
        font-size: 18px;
      }

      .easy-step p{
        font-size: 14px;
      }

      .platform-stats{
        width: 100%;
        text-align: center;
      }

      .section.alt {
        padding: clamp(34px, 5vw, 88px) clamp(18px, 5vw, 64px);
      }

      .platform-stat {
        padding: 5%;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        display: block;
        float: inline-start;
      }

      .platform-stat strong {
        font-size: 12px;
      }

      .platform-stat span {
        font-size: 11px;
        margin-top: 0;
      }
      .footaer{
        font-size: 11px;
      }
    }


    @media (max-width: 300px) {
      .topbar {
        padding: 12px 10px;
        gap: 0;
      }

      .topbar .navbar{
        margin-left: -15px;
      }

      .cta-small {
        min-height: 28px;
        padding: 0 8px;
        font-size: 11px;
        width: 100%;
      }

      /*.topbar{
        gap: 4px;
        padding: 8px;
      }*/
      /*.topbar .navbar{
        margin-left: 0;
      }*/

      /*.cta-small {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
      }*/

      .hero-copy h1 {
        font-size: clamp(30px, 11vw, 30px);
      }

      .hero-content p {
        margin: 5%;
        font-size: 12px;
      }
      .primary-btn{
        font-size: 12px;
      }
      .download-btn{
        font-size: 12px;
      }

      .benefit-grid{
        justify-content: center;
      }
      .benefit-item{
        width: 100%;
        display: block;
        gap: 8px;
        align-content: start;
        justify-content: center;
        /* margin: 1%; */
        /* display: flex; */
        align-items: center;
        text-align: -webkit-center;
        padding: 5%;
      }

      .benefit-item strong{
        font-size: 13px;
      }

      .benefit-item p{
        font-size: 12px;
      }

      .btn-download{
        width: 100%;
        height: 100px;
        margin-bottom: 50px;
        display: block;
        margin-top: 220px;        
      }

      .appstore-btn, .googleplay-btn {
        display: inline-block;
        margin: 0 10px;
        width: 80%;
        margin-top: 30px;
      }

      .appstore-btn img{
        width: 150px;
        margin-bottom: 10px;
      }

      .googleplay-btn img {
        width: 170px;
        margin-bottom: 10px;
      }

      .swiper-title h2 {
        font-size: 26px;
      }

      .platform-stats{
        margin: 0;
        width: auto;
      }
      
      .platform-stat {
      padding: 0 0 10%;
      width: 50%;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      display: block;
      float: inline-start;
      }
    }
