/* indexArticle */

  .about-sett-section-card {
    background-image: url(https://mars.com.tw/seth-source/img/footer-icon/footer-top.webp),
                    linear-gradient(180deg, #9d0395, #9d0395 8%, #4d0248);
    /*background: linear-gradient(135deg, #181822 80%, #232337 100%);*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 70px, auto;    
    border-radius: 28px;
    border: 2.5px solid #ffd700;
    box-shadow: 0 8px 40px #0006, 0 0 0 3px #ffe06622 inset;
    max-width: 1540px;
    margin: 20px auto;
    padding: 54px 34px 46px 34px;
    position: relative;
    transition: box-shadow 0.2s, border-color 0.2s, background 0.22s;
  }
  .about-sett-card-reverse {
    flex-direction: row-reverse;
  }
  .about-sett-card-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 46px;
    align-items: center;
    justify-content: space-around;
  }
  .about-sett-card-imgbox {
    flex: 0 1 420px;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
  }
  .about-sett-card-imgbox img {
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    box-shadow: 0 0 32px #ffd70033, 0 3px 24px #0008;
    background: #19102a;
    transition: box-shadow 0.18s;
  }

  .about-sett-card-imgdesc {
    color: #eee;
    font-size: 15px;
    margin-top: 10px;
    opacity: 0.76;
    text-align: center;
  }

  .about-sett-card-left {
    flex: 1 1 420px;
    min-width: 300px;
    max-width: 700px;
  }
  .about-sett-card-title {
    color: #ffd700;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    line-height: 1.18;
    text-shadow: 0 4px 16px #ffe06640;
  }
  .about-sett-feature-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
  }

  .about-sett-feature-highlight-card {
    background: rgba(35, 0, 55, 0.72);
    border: 1.5px solid #fce1a4;
    border-radius: 13px;
    padding: 16px 12px;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 14px #00ffcc26;
  }
  .about-sett-feature-highlight-card h4 {
    color: #ffdd88;
    text-shadow: 0 0 6px rgba(255, 208, 80, 0.45);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .about-sett-feature-highlight-card p {
    color: #fff;
    text-shadow: 0 0 6px rgba(255, 208, 80, 0.45);
  }
  .about-sett-card-btn {
    display: inline-block;
    background: linear-gradient(90deg, #962157, #842c6c 35%, #2567d8);
    box-shadow: 0 4px 0 rgba(40, 144, 120, 0.7), inset 0 -3px 5px rgba(40, 144, 120, 0.45), inset 0 3px 8px rgba(255, 255, 255, 0.38);
    line-height: 100%;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    border-radius: 28px;
    text-decoration: none;
    padding: 20px;
    white-space: nowrap !important;
    transition: background 0.16s, color 0.16s, box-shadow 0.18s;
  }
  .about-sett-card-btn:hover {
    background: linear-gradient(90deg, #2567d8, #842c6c 35%, #962157);    
    color: #fff !important;
    box-shadow: 0 8px 28px #ffd70044;
  }
  a:hover {
    color: var(--theme-link-hover-color);
  }



  @media (max-width: 1024px) {
    .about-sett-section-card {
      border-radius: 16px;
      padding: 22px 2vw 18px 2vw;
      top:unset;
    }

    .about-sett-card-flex {
      gap: 5px;
      flex-direction: column;
    }
    .about-sett-feature-highlight-grid {
        grid-template-columns: 1fr;
    }
  }
  @media (max-width: 767px) {
    .about-sett-card-left h2 {
      font-size: 18px;
    }
    .about-sett-card-btn {
    font-size: 14px;
    }
  }





/* indexNews */

.news-carousel {
  min-height: 360px;
}

.atgsett-section-card {
    background-image: url(https://mars.com.tw/seth-source/img/footer-icon/footer-top.webp),
                    linear-gradient(180deg, #9d0395, #9d0395 8%, #4d0248);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 70px, auto;    
    border-radius: 28px;
    border: 2.5px solid #ffd700;
    box-shadow: 0 8px 40px #0006, 0 0 0 3px #ffe06622 inset;
    max-width: 1540px;
    margin: 20px auto;
    padding: 54px 34px 46px 34px;
    position: relative;
    transition: box-shadow 0.2s, border-color 0.2s, background 0.22s;
  }

  .atgsett-card-imgbox {
    flex: 0 1 240px;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
  }
  .atgsett-card-imgbox img {
    width: 100%;
    max-width: 330px;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 18px #FFD700;
    background: #19102a;
    transition: box-shadow 0.18s;
    height: auto;
  }

  .atgsett-card-imgdesc {
    color: #eee;
    font-size: 15px;
    margin-top: 10px;
    opacity: 0.76;
  }

 
  .atgsett-card-title {
    color: #c39d44;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    line-height: 1.18;
    text-shadow: 0 4px 16px #ffe06640;
  }
  .atgsett-feature-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 20px;
  }
  
  .slick-slide {
    padding: 0 9px;
  }

  .atgsett-feature-highlight-card {
    background: #232b39;
    border: 2.5px solid #673f2d;
    border-radius: 13px;
    box-sizing: border-box !important;
    padding: 16px 12px;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 14px #00ffcc26;
    margin: 5px;

  }
  .atgsett-feature-highlight-card h3 {
    color: #ffe096;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .atgsett-feature-highlight-card p {
        font-size: 14px !important;;
        text-shadow: var(--seth-hero-text-shadow);
        transition: font-size 0.3s ease-in-out;
        color: #fff !important;
  }
    
  .atgsett-card-btn {
    display: inline-block;
    background: linear-gradient(45deg, #c39d44 70%, #ecd57c 100%);
    color: #fff !important;
    font-weight: bold;
    font-size: 1.09rem;
    padding: 13px 34px;
    border-radius: 28px;
    text-decoration: none;
    box-shadow: 0 3px 18px #b98cff50;
    letter-spacing: 2px;
    transition: background 0.16s, color 0.16s, box-shadow 0.18s;
    
  }

  .date-posted-on {    
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #fff;
  } 

  .atgsett-post-btn {
    display: block !important;
    color: #e0d07a;    
    box-shadow: none;
    text-decoration: none;
    text-align: right;

  } 
  .atgsett-card-btn:hover {
    background: #e0d07a;
    color: #24173a !important;
    box-shadow: 0 8px 28px #ffd70044;
  }
  a:hover {
    color: var(--theme-link-hover-color);
  }



  @media (max-width: 1024px) {
    .atgsett-section-card {
      width:90%;
      border-radius: 16px;
      padding: 22px 2vw 18px 2vw;
      top:unset;
    }

    .atgsett-card-flex {
      gap: 5px;
      flex-direction: column;
    }

    .atgsett-feature-highlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .atgsett-feature-highlight-card h3 {
        font-size: 14px !important;;
    }

    .atgsett-feature-highlight-card p {
        font-size: 12px !important;
    }

     .atgsett-feature-highlight-card a {
        font-size: 14px;
    }
    .date-posted-on {       
        font-size: 10px;

    } 
  

  }
 
  @media (max-width: 768px) {
    .atgsett-feature-highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
  }


  @media (max-width: 767px) {
    .atgsett-game-title h2 {
      font-size: 24px !important;
    }
    
    .atgsett-card-btn {
    font-size: 14px;
    }
  }

  @media (max-width: 401px) {
    .atgsett-feature-highlight-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .atgsett-section-card {
        max-width: 340px;
    }
  }


.hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 600px;
  width: 90%;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4); 
  border-radius: 16px;
}

.hero-content h2 {
  font-size: 2.2rem;
  color: #FFD700;
  margin-bottom: 0.8rem;
  text-align: center;
  text-shadow: 2px 2px 6px #000;
}

.hero-content p {
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 4px #000;
}

.cta-button {
  position: relative !important;
  z-index: 11;
  display: inline-block;
  width: 257px !important;
  height: 99px !important;
  line-height: 95px;
  font-size: 28px ;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url('/userfiles/images/gamemaster_img/gm_btn.webp') no-repeat center center;
  background-size: cover;
  border: none;
  text-decoration: none;
  transition: background-image 0.3s ease;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.cta-button:hover {
  background-image: url('/userfiles/images/gamemaster_img/gm_btn2.webp');
}

  .atgsett-game-title {
  background: url('/userfiles/images/gamemaster_img/gm_tittle.webp') no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 123px;
  line-height: 123px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 30px;
  font-family: '微軟正黑體', sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .cta-button {
        display: inline-block;
        width: 130px !important;
        height: 50px !important;
        line-height: 50px;
        font-size: 18px;
    }
    .hero-content {
        top: 40%;
    }    
    .hero-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
  .atgsett-game-title {
    width: 100%;
    max-width: 340px;
    height: auto;
    background-size: 100% auto;
    line-height: normal;
    padding: 28px 0;
    font-size: 18px !important;
  }
}

.indexbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.indexbtn a {
  width: 40px;
  height: 40px;
  background:linear-gradient(180deg, #9d0395, #9d0395 8%, #4d0248);
  border: 2px solid #FFD700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFD700;
  font-size: 18px;
  box-shadow: 0 4px 12px #0005;
  transition: all 0.25s ease;
}

.indexbtn a:hover {
  background: #FFD700;
  color: #1e1e2c;
  transform: scale(1.08);
}
.indexbtn svg {
    color: #FFD700;
}    






/* indexProducct */

    #atgseth-card {
        scroll-margin-top: 80px;
    }


    .atgseth-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }


.atgseth-menu-header {
    margin-bottom: 16px;
}

.seth-menu-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 6px 4px 12px;
    margin-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
}

/* pill 基本樣式 */
.seth-menu-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #2e4068;
    background-color: #183060;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition:
        background-color 0.15s ease-out,
        border-color 0.15s ease-out,
        color 0.15s ease-out,
        transform 0.1s ease-out;
}

.seth-menu-pill:hover {
    transform: translateY(-1px);
    border-color: #415b88;
}

/* active 狀態：*/
.seth-menu-pill--active {
    border-color: currentColor;
    background-color: #452c8a;
    background-image: url("https://mars.com.tw/seth-source/img/button/item_bg_act.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fce1a4;
    font-weight: 700;
}

@media (max-width: 600px) {
    .seth-menu-pill {
        font-size: 13px;
        padding: 7px 14px;
    }
}



    img {
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        max-width: 100%;
    }
 

    .games-list.active {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        margin-bottom: 16px;
    }


    .atgseth-card {
        display: block;
        background: #5a37a394;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px #0002;
        text-align: center;
        transition: transform 0.2s;
        text-decoration: none;
        color: #fff;
    }

    .atgseth-card img {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: contain;
    }

    .atgseth-card .atgseth-name {
        padding: 8px 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        color: #fff;
    }



    .load-more-btn {
        display: block;
        margin: 0 auto 32px;
        padding: 8px 16px;
        background: #ffc107;
        color: #181829;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        cursor: pointer;
        transition: background 0.2s;
        width: 100%;
        height: 50px;       
        
    }

    .games-list {
    display: none;
    }

     @media (max-width: 1024px) {
        .atgseth-menu-section {
            margin:10px 10px;
        }
        .games-list.active {
            grid-template-columns: repeat(3, 1fr);
        }
    }   


    @media (max-width: 600px) {
        .games-list.active {
            grid-template-columns: repeat(2, 1fr);
        }
    }



/* 區塊本體 */
.atgseth-menu-section {
    position: relative;
    background: #181829 url("https://mars.com.tw/seth-source/img/index/background_indexproduct.webp")
                center / cover no-repeat;
    border: 2.5px solid #ffc107;
    border-radius: 12px;
    max-width: 1520px;
    margin: 20px auto;
    padding: 24px 16px;
    overflow: hidden;      
    z-index: 0;
}

/* 中間加一層紫色霧面文字比較清楚 */
.atgseth-menu-section::marker {
    content: none;
}

.atgseth-menu-section::before,
.atgseth-menu-section::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;           /* 在內容後面、背景前面 */
}

/* 左邊斜卡 */
.atgseth-menu-section::before {
    left: -5%;
    width: 26vw;
    max-width: 380px;
    aspect-ratio: 563 / 1341;
    background: url("https://mars.com.tw/seth-source/img/index/indexproduct_bg_left_cards.webp")
                left center / contain no-repeat;
    opacity: 0.95;
}

/* 右邊斜卡 */
.atgseth-menu-section::after {
    right: -5%;
    width: 24vw;
    max-width: 340px;
    aspect-ratio: 497 / 1550;
    background: url("https://mars.com.tw/seth-source/img/index/indexproduct_bg_right_cards.webp")
                right center / contain no-repeat;
    opacity: 0.95;
}

/* 浮在背景上面一層 */
.atgseth-menu-header,
.games-list,
.atgseth-title {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .atgseth-menu-section::before,
    .atgseth-menu-section::after {
        opacity: 0.7;
        width: 32vw;
    }
}

@media (max-width: 600px) {
    .atgseth-menu-section::before,
    .atgseth-menu-section::after {
        display: none; 
    }
}





/* index */

/* ====== FAQ 區塊（有背景圖） ====== */
.sett-faq-section {
  position: relative;
  height:100vh;
  margin: 60px auto 0 auto;
  padding: 60px 28px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background: radial-gradient(circle at top, #7c3df5 0%, #25003b 55%, #120018 100%);
  box-shadow: 0 10px 32px rgba(0,0,0,.55);
}


/* 中間加一層紫色霧氣讓文字易讀 */
.sett-faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #5f25d6aa 0%, #120018ee 70%);
  z-index: 1;
}

/* 內容容器 */
.sett-faq-inner {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto;
}


/* ====== FAQ 清單 ====== */
.sett-faq-list details {
  border-radius: 14px;
  background: linear-gradient(356.5deg, #ffffff10 2.51%, #ffffff33 93.87%);
  color: #fff;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 17px;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  transition: border-color .15s, box-shadow .15s, transform .12s;
  overflow: hidden;
}

.sett-faq-list details:hover {
  border-color: #fce1a4;
  box-shadow: 0 10px 26px rgba(0,0,0,.55);
  transform: translateY(-1px);
}

.sett-faq-list summary {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 17px;
  outline: none;
  background: transparent;
  position: relative;
  user-select: none;
  list-style: none;
}

.sett-faq-list summary::marker {
  content: "";
}

.sett-faq-list summary::-webkit-details-marker {
  display: none;
}

.sett-faq-list summary::after {
  content: '›';
  color: #fce1a4;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: transform .16s;
}

.sett-faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(-90deg);
}

.sett-faq-list details div {
  padding: 0 22px 18px 22px;
  font-size: 15px;
  background: transparent;
  color: #f6f1ff;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sett-faq-list details {
    font-size: 16px;
  }
  .sett-faq-list summary {
    padding: 16px 16px;
    font-size: 16px;
  }
  .sett-faq-list details div {
    padding: 0 16px 14px 16px;
  }
}


/* 紫色霧氣覆蓋，讓字可讀 */
.sett-faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #5f25d6dd 0%, #120018f0 55%, transparent 100%);
  z-index: 1;
}

/* 背景大圖容器（桌機：在後方鋪滿） */
.sett-faq-image {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  pointer-events: none; 
}


.sett-faq-image img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  
}

/* 手機版：圖片改到下方，不再壓在 FAQ 後面 */
@media (max-width: 768px) {
  .sett-faq-section {
    height: auto;
    padding: 40px 16px 0;
  }
  
  .seth-button{
    display:none;
  }

  .sett-faq-section::after {
    background: linear-gradient(180deg, #6b2aec 0%, #1f0119 70%, #1f0119 100%);
  }

  .sett-faq-image {
    position: relative;
    inset: auto;
    margin-top: 28px;
    align-items: flex-start;
    z-index: 2;
  }

  .sett-faq-image img {
    width: 100%;
    max-width: none;
    border-radius: 10px;
  }
}




/* ===== 戰神塞特 福利區塊背景 ===== */
.sett-welcome-section {
  position: relative;
  overflow: visible; /* 讓角落裝飾不被截掉 */
  padding: 70px 0 110px;
  background: radial-gradient(circle at top, #7b38f0 0%, #32004b 45%, #180017 100%);
}

.sett-welcome-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
}

.sett-welcome-content h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 10px;
  color: #fff;
}

.sett-welcome-content h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 32px;
  color: #fff;
}

/* ============================
   桌機版：五欄 Grid 卡片
============================ */
.sett-welcome-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.sett-benefit-card {
  display: flex;
  justify-content: center;
  height: 100%;
}

.sett-benefit-frame {
  position: relative;
  width: 100%;
  padding: 24px 16px 26px;
  border-radius: 26px;
  background:
    url("https://mars.com.tw/seth-source/img/index/frame/BenefitCardframe.webp")
      center / 100% 100% no-repeat;
  display: flex;
  align-items: stretch;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.sett-benefit-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #fdf8ff;
}

.sett-benefit-icon {
  width: 70%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.55));
}

.sett-benefit-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffe9a7;
}

.sett-benefit-subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: #f3e9ff;
}
.sett-benefit-subtitle strong {
    font-size: 15px;
    color: #faf967;
    vertical-align: baseline;
}

/* ============================
   手機版 Slider：橫向滑動
============================ */
.sett-welcome-slider-mobile {
  display: none; /* 桌機不顯示 */
}

/* track */
.sett-welcome-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 12px 8px 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.sett-welcome-track::-webkit-scrollbar {
  display: none;
}

/* 每張卡片在手機版寬度控制＋對齊中間 */
.sett-welcome-slider-mobile .sett-benefit-card {
  flex: 0 0 82%;
  max-width: 280px;
  margin: 0 auto;
  scroll-snap-align: center;
}

/* 左右切換按鈕 */
.sett-welcome-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sett-welcome-arrow--prev {
  left: 4px;
}
.sett-welcome-arrow--next {
  right: 4px;
}

/* ============================
   角落裝飾圖
============================ */
.sett-welcome-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.sett-welcome-deco img {
  display: block;
  max-width: 100%;
}

.sett-welcome-deco--top {
  top: 10px;
  right: 0;
  width: 320px;
}

.sett-welcome-deco--bottom {
  left: 0;
  bottom: 0;
  width: 320px;
}

/* ============================
   RWD
============================ */
@media (max-width: 1280px) {
  .sett-welcome-grid {
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  .sett-welcome-section {
    padding: 60px 0 80px;
  }
  .sett-welcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }
  .sett-welcome-deco--top {
    width: 160px;
    opacity: 0.9;
  }
  .sett-welcome-deco--bottom {
    width: 160px;
    opacity: 0.9;
  }
  .sett-benefit-card-content {
  flex: 1;  
  justify-content: flex-start; 
  }
}

/* 手機：隱藏 Grid、啟用 Slider，一次只顯示一張左右滑 */
@media (max-width: 768px) {
  .sett-welcome-grid {
    display: none;
  }

  .sett-welcome-slider-mobile {
    display: block;
    position: relative;
    margin-top: 10px;
  }

  .sett-benefit-frame {
    padding: 20px 18px 22px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
  }

  .sett-benefit-title {
    font-size: 15px;
  }
  .sett-benefit-subtitle {
    font-size: 13px;
  }

  .sett-welcome-deco--top,
  .sett-welcome-deco--bottom {
    opacity: 0.65;
  }
}

@media (max-width: 480px) {
  .sett-welcome-section {
    padding: 50px 0 70px;
  }
}