@charset "UTF-8";
/* ========================= */
/* Scrollbar Style */
/* ========================= */
.backup-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.backup-table-scroll::-webkit-scrollbar-track {
  background: #FFFFFF4D;
  border-radius: 50px;
}

.backup-table-scroll::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 50px;
}
.backup-table-scroll{
  overflow-x: auto;
  margin-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

body {
  user-select: auto !important;
}
main {
  position: relative;
  background-color: #101010;
}
main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 278px;
  bottom: 0;
  background-image: url("../images/JILI Games-home/JILIASIA-webp/bg-pattern.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.your-section > * {
  position: relative;
  z-index: 1;
}
.h1-img {
  max-width: 609px;
  aspect-ratio: 609/484;
}
.index-about {
  background: transparent;
  max-width: 750px !important;
  width: 20% !important;
}
.index-about h1, .index-about h2 {
  color: #fff;
}
.h1-body .index-about h1 .gradient-text {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}
.section-container {
  padding: 90px 0 50px;
}
.h1-body .index-about p {
  margin-bottom: 24px;
}
.outside {
  margin: 0 auto;
  max-width: 1344px;
  background: #000000CC; position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
}
.mt-150 {
  margin-top: 150px !important;
}
/* ========================= */
/* 容器：桌機
/* ========================= */
.login-backup-action-cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ========================= */
/* 卡片 */
/* ========================= */
.login-backup-action-card {
  padding: 16px 8px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(89, 22, 139, 0.25) 0%,
    rgba(110, 17, 176, 0.15) 100%
  );
  border: 1px solid #AD46FFCC;
  box-shadow:
    0 0 0 1px rgba(168, 92, 255, 0.2),
    0 0 30px rgba(168, 92, 255, 0.25);
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ========================= */
/* Header：icon 與文字垂直置中 */
/* ========================= */
.login-backup-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.index-about {
  padding: 35px;
}
/*沒辦法, 父層的span全部污染*/
.index-about span {
  display: inline;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
}
.index-about ul {
  margin: 0;
}
.index-about ul li {
  margin: 0;
  gap: 8px;
}
/*污染區end==================*/

.index-about .dropDown-btn-wrap .dropDown-btn-toggle {
  padding: 9px 32px !important;
  font-size: 18px !important;
  min-width: auto !important;
}

.login-backup-card-header span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-top: 0;
  font-family: Arial;
}

/* SVG icon */
.login-backup-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

/* ========================= */
/* 連結清單 */
/* ========================= */
.login-backup-card-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.login-backup-card-links li {
  display: flex;
  align-items: center; /* ← arrow 與文字垂直對齊 */
  gap: 12px;
  margin-bottom: 14px;
}

.login-backup-card-links a {
  color: #29ECEE;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1;
}

/* Arrow */
.login-backup-arrow {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.login-backup-sec-1-date-row {
  width: calc(100% - 70px);
  margin: 0 auto;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-backup-sec-1-date-row-1,
.login-backup-sec-1-date-row-2 {
  text-align: center;
  gap: 8px;
  display: flex;
  flex-direction: row;
  color: #99A1AF;
  font-weight: 400;
  font-size: 14px;
}
.login-backup-sec-1-date-row-1-2 {
  color: #FDC700 !important;
}
.login-backup-sec-2-wrapper {
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
  position: relative;
  background: none;
  overflow: hidden;
  margin-top: 110px !important;
  min-height: 279px;
  flex-direction: column;
  padding: 32px 80px !important;
}
.login-backup-sec-2-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url(../images/login-backup/login-backup-sec-2-bg.jpg)
    no-repeat
    center / cover;
  opacity: 0.5;
  z-index: 0;
}
.login-backup-sec-7-wrapper {
  min-height: 227px;
  align-items: flex-start;
  margin-top: 150px !important;
}
.login-backup-sec-7-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  z-index: 1;
  position: relative;
  font-family: Arial;
  font-size: 18px;
  justify-content: space-between;
}
.login-backup-sec-7-content-1 {
  font-size: 16px;
}
.login-backup-y-text-l h2 {
  display: flex;
  align-self: flex-start;
}
.download-now {
  display: flex;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(90deg, #F0B100 0%, #D08700 100%);
  border-radius: 14px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-family: Arial;
  font-weight: 700;
  align-items: center;
}
.download-now:hover {
  transform: scale(1.08);
  cursor: pointer;
}
.login-backup-sec-2-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
.login-backup-y-text h2{
  color: #FFCC00;
  margin-bottom: 0;
}
.login-backup-sec-2-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  line-height: 1.5;
}
.mh {
  padding: 0 35px;
  margin: 0 auto;
  width: 100%;
}
.login-backup-sec-3-wrapper,
.login-backup-sec-4-wrapper,
.login-backup-sec-5-wrapper,
.login-backup-sec-6-wrapper{
  margin-top: 0;
  border-radius: 10px;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 16px;
  flex-direction: column;
  gap: 16px;
  min-height: 193px;
}
.login-backup-sec-3-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;

  width: 507px;
  max-width: 100%;
  height: 200%;

  background-image:
          linear-gradient(
                  90deg,
                  rgba(0, 0, 0, 1)    0%,
                  rgba(0, 0, 0, 0.95) 15%,
                  rgba(0, 0, 0, 0.85) 30%,
                  rgba(0, 0, 0, 0.65) 45%,
                  rgba(0, 0, 0, 0.45) 60%,
                  rgba(0, 0, 0, 0.25) 75%,
                  rgba(0, 0, 0, 0.12) 88%,
                  rgba(0, 0, 0, 0)    100%
          ),
          url("/images/login-backup/rocket-bg.png");
  background-size: cover;

  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.login-backup-sec-4-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;

  width: 507px;
  max-width: 100%;
  height: 200%;

  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 1)    0%,
      rgba(0, 0, 0, 0.95) 15%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.65) 45%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0.25) 75%,
      rgba(0, 0, 0, 0.12) 88%,
      rgba(0, 0, 0, 0)    100%
    ),
    url("/images/login-backup/cube-bg.png");
  background-size: cover;

  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.login-backup-sec-5-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;

  width: 507px;
  max-width: 100%;
  height: 200%;

  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 1)    0%,
      rgba(0, 0, 0, 0.95) 15%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.65) 45%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0.25) 75%,
      rgba(0, 0, 0, 0.12) 88%,
      rgba(0, 0, 0, 0)    100%
    ),
    url("/images/login-backup/diamond-bg.png");
  background-size: cover;

  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.login-backup-sec-3-container {
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
  margin-top: 0 !important;
  max-width: 950px;
  width: 70%;
}
.login-backup-sec-3-outer,
.login-backup-sec-4-outer{
  position: relative;
  z-index: 1;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.login-backup-sec-4-outer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1)    0%,
      rgba(0, 0, 0, 0.95) 15%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.65) 45%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0.25) 75%,
      rgba(0, 0, 0, 0.12) 88%,
      rgba(0, 0, 0, 0)    100%
    ),
    url("/images/login-backup/fish-bg.png");
  background-size: cover;

  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}
.login-backup-rocket {
  position: absolute;
  right: -10px;
  top: -60px;
  z-index: 2;
  pointer-events: none;
  max-width: 377px;
  min-width: 100px;
  width: 20%;
}
.login-backup-guard {
  position: absolute;
  height: 110%; aspect-ratio: 633/462;
  bottom: 0;
  right: -20px;
  max-width: 633px;
}
.login-backup-sec-3-content {
  z-index: 1;
  display: flex;
  width: 60%;
  line-height: 1.5;
}
.backup-table-wrap {
  border-radius: 14px;
  border-top: 1px solid #AD46FF4D;
  overflow: visible;
}

.backup-table {
  border-radius: 14px;
  overflow: visible;
  background: linear-gradient(135deg, rgba(216, 97, 86, 0.5) 0%, rgba(110, 17, 176, 0.15) 100%);
  font-family: Arial, sans-serif;
  color: #fff;
}
.backup-table-1 {
  background: linear-gradient(135deg, rgba(51, 22, 139, 0.5) 0%, rgba(70, 17, 176, 0.3) 100%);
}
.backup-table-2 {
  background: transparent;
}

.backup-row,
.backup-row-2 {
  display: grid;
  grid-template-columns: 2.2fr 1.4fr 1fr 2.2fr 1fr;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #AD46FF33;
  font-size: 16px;
  height: 73px;
  background: linear-gradient(135deg, rgba(89, 22, 139, 0.15) 0%, rgba(110, 17, 176, 0.09) 100%);
}
.backup-row-2 {
  border-bottom: 1px solid #F0B10033;
  grid-template-columns: 2.4fr 2.4fr 2.8fr 140px;
}

.backup-header {
  font-weight: 700;
  color: #FDC700;
  font-size: 16px;
  line-height: 1.5;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 54px;
}
.header-cl-normal {
  background: #59168BB2;
}
.header-cl-2 {
  background: #733E0A80;
}

/* Status */
.status.active {
  color: #05DF72;
  font-weight: 400;
  font-size: 16px;
}

/* Go button */
.go-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #F0B100 0%, #D08700 100%);
  color: #000;
  font-weight: 400;
  border-radius: 10px;
  padding: 7px 24px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  transition: transform .15s ease, box-shadow .15s ease;
  min-width: 120px;
  min-height: 38px;
}
.go-btn:hover {
  transform: scale(1.08);
}
.mobile-go{
  display: none;
  align-items: center;
  gap: 8px;
  color: #FDC700;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.mobile-go img{
  width: 20px;
  height: 20px;
  display: block;
}
.backup-table-scroll-wrapper {
  position: relative;
}

.login-backup-tip-border {
  padding: 1px;
  border-radius: 10px;

  background: linear-gradient(
    180deg,
    #E9AA0B 21%,
    #F1E99B 28.5%,
    #F1E99B 45.5%,
    #E4B30F 59.5%,
    #ECA407 100%
  );
}

.login-backup-tip {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 17px;
  border-radius: 10px;
  background: #000;
  color: #D1D5DC;
}

.login-backup-tip img {
  width: 56px;
  aspect-ratio: 56/50;
}

.login-backup-tip-text {
  font-size: 16px;
  line-height: 2.4;
  font-weight: 400;
  font-family: Arial;
}

.outside-wrapper {
  display: flex;
  flex-direction: column;
}

/* ========================= */
/* 📱 RWD：768 以下直式 */
/* ========================= */
@media (max-width: 768px) {
  .login-backup-sec-7-wrapper {
    margin-top: 40px;
  }
  .login-backup-sec-7-content,
  .login-backup-sec-7-content-1{
    font-size: 14px;
    font-family: "Archivo", sans-serif;
  }
  .login-backup-sec-7-content {
    gap: 40px;
  }
  .download-now {
    font-size: 14px;
    padding: 16px 24px;
    margin: 0 auto;
  }
  .sec-7 {
    padding: 50px 0 !important;
  }
  main::before {
    background-image: none;
  }
  .h1-body .index-about h1 {
    font-weight: 700;
    align-self: flex-start;
    text-align: start;
  }
  .backup-table-scroll-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    pointer-events: none;
    z-index: 20;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  .section-container {
    width: calc(100% - 60px);
    padding: 40px 0;
    margin: 0 auto;
  }
  .login-backup-action-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .login-backup-card-header span {
    font-size: 18px;
  }

  .login-backup-card-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .login-backup-card-links a {
    font-size: 17px;
  }

  .index-about ul {
    align-items: center;
  }

  .h1-body .index-about-text .index-about-text-p p {
    text-align: start;
  }
  .h1-body .index-about h1 .gradient-text {
    font-size: 28px;
  }
  .index-about {
    padding: 0 15px !important;
  }
  .mh {
    padding: 0 15px !important;
  }
  .outside {
    width: calc(100% - 60px);
    gap: 40px;
  }
  .login-backup-sec-2-wrapper {
    margin-top: 0 !important;
    padding: 32px 16px !important;
  }
  .login-backup-sec-2-container {
    align-items: flex-start;
    align-self: start;
  }
  .login-backup-sec-1-date-row {
    margin-top: 16px;
  }
  .login-backup-sec-3-container {
    width: 100%;
  }
  .login-backup-sec-3-wrapper,
  .login-backup-sec-4-wrapper,
  .login-backup-sec-5-wrapper,
  .login-backup-sec-6-wrapper{
    padding: 16px;
    gap: 10px;
  }
  .login-backup-sec-3-wrapper::before {
    width: 260px;
    min-height: 100%;
    background-size: cover;
    background-image:
            linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 1)    0%,
                    rgba(0, 0, 0, 0.95) 15%,
                    rgba(0, 0, 0, 0.85) 30%,
                    rgba(0, 0, 0, 0.65) 45%,
                    rgba(0, 0, 0, 0.45) 60%,
                    rgba(0, 0, 0, 0.25) 75%,
                    rgba(0, 0, 0, 0.12) 88%,
                    rgba(0, 0, 0, 0)    100%
            ),
            url("/images/login-backup/rocket-bg.png");
  }
  .login-backup-sec-4-wrapper::before {
    width: 260px;
    min-height: 100%;
    background-size: cover;
    background-image:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 1)    0%,
        rgba(0, 0, 0, 0.95) 15%,
        rgba(0, 0, 0, 0.85) 30%,
        rgba(0, 0, 0, 0.65) 45%,
        rgba(0, 0, 0, 0.45) 60%,
        rgba(0, 0, 0, 0.25) 75%,
        rgba(0, 0, 0, 0.12) 88%,
        rgba(0, 0, 0, 0)    100%
      ),
      url("/images/login-backup/cube-bg.png");
  }
  .login-backup-sec-5-wrapper::before {
    width: 260px;
    min-height: 100%;
    background-size: cover;
    background-image:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 1)    0%,
        rgba(0, 0, 0, 0.95) 15%,
        rgba(0, 0, 0, 0.85) 30%,
        rgba(0, 0, 0, 0.65) 45%,
        rgba(0, 0, 0, 0.45) 60%,
        rgba(0, 0, 0, 0.25) 75%,
        rgba(0, 0, 0, 0.12) 88%,
        rgba(0, 0, 0, 0)    100%
      ),
      url("/images/login-backup/diamond-bg.png");
  }
  .login-backup-rocket {
    right: -40px;
    top: -40px;
  }
  .login-backup-guard {
    opacity: 0.1 !important;
    left: 5%;
  }
  .login-backup-sec-2-content {
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
  .login-backup-sec-2-content h2 {
    margin-left: 65px;
  }
  .desktop-only {
    display: none;
  }

  .backup-row{
    grid-template-columns: fr 1.4fr 1fr;
    align-items: center;
    font-size: 14px;
  }
  .backup-row-2{
    grid-template-columns: 0.8fr 1fr 1fr;
  }
  .mobile-go {
    display: inline-flex;
  }
  .backup-table-wrap{
    -webkit-overflow-scrolling: touch;
  }

  .backup-table{
    min-width: 720px;
  }

  .col-domain{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
  }
  .login-backup-sec-3-content {
    font-size: 14px;
    width: 100%;
  }
  .paragraph h2::before {
    width: 50px !important;
    height: 31px !important;
  }
  .login-backup-y-text h2{
    padding-left: 16px;
  }
  .login-backup-tip {
    padding: 8px;
    gap: 8px;
  }
  .login-backup-tip-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .login-backup-tip img {
    width: 32px;
    aspect-ratio: 32/28;
    align-self: start;
  }
  .mt-150 {
    margin-top: 40px !important;
  }
  .login-backup-sec-7-content {
    flex-direction: column;
  }
}


@media (max-width: 580px) {
  .login-backup-sec-3-content {
    width: 100%;
  }
}

/* =========================
   Scam Alert 外框
========================= */
.scam-alert {
  display: grid;
  grid-template-rows: auto auto auto auto; /* 4 列 */
  gap: 24px;

  padding: 34px;
  border-radius: 10px;

  background: linear-gradient(
    135deg,
    rgba(130, 24, 26, 0.4) 0%,
    rgba(159, 7, 18, 0.3) 100%
  );

  border: 2px solid #FB2C3680;
  color: #D1D5DC;
  font-family: "Archivo", sans-serif;
}

/* =========================
   通用 row
========================= */
.scam-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* =========================
   標題列
========================= */
.scam-title h2 {
  display: flex;
  align-items: center;
  gap: 12px;

  color: #FF6467;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}

.scam-title img {
  width: 32px;
  height: auto;
}

/* =========================
   說明文字
========================= */
.scam-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #D1D5DC;
}

/* =========================
   中間 2x2 domain 區塊（100% 寬）
========================= */
.scam-domain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.scam-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding-left: 16px;
  background: #82181A4D;
  border: 1px solid #FB2C364D;
  color: #FFA2A2;
  font-size: 16px;
  font-weight: 1.5;
  height: 50px;
}
.scam-item a{
  color: #FFA2A2;
}

.scam-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* =========================
   最後一列：左 tips + 右黃圖
========================= */
.scam-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

/* tips */
.scam-tips {
  font-size: 14px;
  line-height: 1.7;
}

.scam-tips .tips-title {
  color: #FDC700;
  font-size: 16px;
  line-height: 1.5;
}

.tips-text-content {
  margin: 8px;
}

.scam-tips ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.scam-tips li {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 6px;
}

.scam-warn-img img {
  width: 197px;
  height: auto;
}

/* =========================
   📱 RWD：768 以下
========================= */
@media (max-width: 768px) {
  .scam-alert {
    padding: 16px 16px 0 16px;
    gap: 24px;
  }
  .tips-text-content {
    margin: 0;
  }
  .scam-desc {
    font-size: 14px;
  }
  .scam-title h2 {
    font-size: 16px;
    font-weight: 700;
  }
  .scam-item{
    height: 42px;
  }
  .scam-domain-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .scam-tips .tips-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .scam-footer {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .scam-warn-img {
    display: flex;
    justify-content: flex-end;
  }

  .scam-warn-img img {
    display: none;
  }
}

.gradient-border{
  position:relative;
  border-radius:10px;
  background:transparent;
}

.gradient-border::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;                 /* = border-top: 1px */
  border-radius:inherit;
  background:linear-gradient(
    180deg,
    #E9AA0B 21%,
    #F1E99B 28.5%,
    #F1E99B 45.5%,
    #E4B30F 59.5%,
    #ECA407 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

/* 容器 */
.help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 卡片 */
.help-card {
  padding: 16px 24px;
  border-radius: 14px;
  border: 1px solid #AD46FFCC;
  color: #D1D5DC;
  z-index: 1;
  font-size: 14px;
  line-height: 2;
  font-family: Arial;
  gap: 12px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px)
}

/* 第一列：icon + 標題 */
.help-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.help-head img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.help-head span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #FDC700;
}

.help-desc {
  font-size: 14px;
  line-height: 1.5;
}

/* ===== 768 以下：橫向捲動 ===== */
@media (max-width: 768px) {
  .help-cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .help-card {
    min-width: 250px;
    padding: 16px;
    font-size: 14px;
  }
  .help-head span {
    font-size: 14px;
  }
  .help-cards::-webkit-scrollbar {
    display: none;
  }
  .login-backup-sec-6-wrapper {
    padding: 40px 16px 16px 16px;
    min-height: 162px;
  }
  .login-backup-sec-7-wrapper {
    padding: 50px 0;
  }
}


