/* ==============================================================
   檔案名稱：self-service-style.css
   功能說明：TC Gaming — 自助服務（Self-Service）頁面樣式表
   設計基準：1920px 固定寬度，透過 JS transform: scale() 等比縮放
   命名規則：
     - 共用元件：tcg- 前綴（與首頁一致）
     - 頁面專屬：tcg-ss- 前綴（ss = self-service）
   瀏覽器支援：Chrome / Edge / Safari / Firefox，IE11 盡量相容
   ============================================================== */


/* ==============================================================
   [共用] 重置、變數、基本排版
   ※ 與首頁 style.css 相同的基礎樣式，獨立檔案所以需要重複
   ============================================================== */

/* CSS 變數 */

/* ★ Web 共用樣式已移至 tcg-common-web.css ★ */


/* ★ 漢堡選單已移至 tcg-common-web.css ★ */

/* [Page-Specific] Self-Service 頁面樣式
   ============================================================== */

/* ================================================================
   Web 版圖片尺寸控制
   ================================================================ */
.tcg-wrapper .tcg-ss-adv-illust-prepare img,
.tcg-wrapper .tcg-ss-adv-illust-provide img,
.tcg-wrapper .tcg-ss-adv-list-icon img,
.tcg-wrapper .tcg-ss-adv-grid-icon img,
.tcg-wrapper .tcg-ss-tech-icon img,
.tcg-wrapper .tcg-ss-team-card-icon img {
    max-width: 100%;
    height: auto;
    margin:0 auto;
}

/* Hero 按鈕獨立 hook（僅 web） */
.tcg-wrapper .tcg-ss-hero-btn {
    /* 可獨立調整 hero 按鈕 */
}

/* Advantages 內容區獨立 hook（僅 web） */
.tcg-wrapper .tcg-ss-adv-deco {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-61%);
    z-index: 1;
    pointer-events: none;
    width: 520px;
    height: 337px;
}
.tcg-wrapper .tcg-ss-adv-deco-img {
    display: block;
    max-width: 520px;
    height: 337px;
}
.tcg-wrapper .tcg-ss-adv-inner {
    position: relative;
    z-index: 2;
}

/* ================================================================
   Hero Section（web 版 — background-image 模式）
   ================================================================ */
.tcg-wrapper .tcg-ss-hero {
    min-height: 600px;
    background-image: url('img/web/self-service/solutions3_img_00_banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 111px;
}
.tcg-wrapper .tcg-ss-hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 600px;
    padding-top: 90px;
    padding-left: 226px;
}
.tcg-wrapper .tcg-ss-hero-content {
    max-width: 600px;
}
.tcg-wrapper .tcg-ss-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #262626;
    margin-bottom: 99px;
}


/* ================================================================
   Advantages Section（web 版）
   ================================================================ */
.tcg-wrapper .tcg-ss-adv {
    background: #FFFFFF;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    padding-bottom: 0px;
}
/* 獨立標題（僅 web） */
.tcg-wrapper .tcg-ss-adv-title {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #262626;
    color: var(--tcg-text);
    margin-top: 20px;
}
.tcg-wrapper .tcg-ss-adv-subtitle {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
}

/* 「您需要准备」獨立 row（僅 web） */
.tcg-wrapper .tcg-ss-adv-prepare-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 113px;
    position: relative;
    z-index: 1;
    padding-top: 29px;
    padding-left: 124px;
    padding-right: 144px;
    /* margin: 0 auto; */
    justify-content: center;
}

/* 「我们提供」獨立 row（僅 web） */
.tcg-wrapper .tcg-ss-adv-provide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 113px;
    position: relative;
    z-index: 1;
    padding-top: 29px;
    padding-left: 111px;
    padding-right: 111px;
    justify-content: center;
}

/* 「您需要准备」插圖（僅 web） */
.tcg-wrapper .tcg-ss-adv-illust-prepare {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* 「我们提供」插圖（僅 web） */
.tcg-wrapper .tcg-ss-adv-illust-provide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 93px;
}

/* 獨立子標題（僅 web — 您需要准备） */
.tcg-ss-adv-prepare {
    height: 422px;
    margin-top: 0px;
    width: 662px;
}
.tcg-wrapper .tcg-ss-adv-prepare-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #262626;
    color: var(--tcg-text);
    /* height: 100%; */
    /* margin-top: 0px; */
    /* position: relative; */
    top: 0px;
}
/* 獨立子標題（僅 web — 我们提供） */
.tcg-ss-adv-provide {
    height: 532px;
    margin-top: 0px;
    width: 662px;
}
.tcg-wrapper .tcg-ss-adv-provide-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #262626;
    color: var(--tcg-text);
    top: 0px;
    /* height: 640px; */
}


/* "您需要準備" List */
.tcg-wrapper .tcg-ss-adv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 514px;
    position: absolute;
    z-index: 9999;
    top: 85px;
}

.tcg-wrapper .tcg-ss-adv-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
    gap: 23px;
    background: #ffffff;
    border-radius: 22px;
    padding: 25px 61px;
    font-size: 26px;
    color: #262626;
}

.tcg-wrapper .tcg-ss-adv-list-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 58px;
}


/* "我們提供" Grid */
.tcg-wrapper .tcg-ss-adv-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    width: 754px;
    position: absolute;
    z-index: 9999;
    top: 86px;
}

.tcg-wrapper .tcg-ss-adv-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
    background: #ffffff;
    border-radius: 22px;
    padding: 22px 30px;
    font-size: 26px;
    color: #262626;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    line-height: 30px;
}

.tcg-wrapper .tcg-ss-adv-grid-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    margin-left: 10px;
}


/* ================================================================
   Technical Details Section（web 版）
   ================================================================ */
.tcg-wrapper .tcg-ss-tech {
    background: #FFFFFF;
    padding: 0px 0 70px;
}

.tcg-wrapper .tcg-ss-tech-inner {
    background: #F2F2F4;
    border-radius: 24px;
    padding: 60px 83px;
    padding-bottom: 93px;
    width: 1662px;
}

/* 獨立標題（僅 web） */
.tcg-wrapper .tcg-ss-tech-title {
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    margin-bottom: -8px;
    color: #262626;
    color: var(--tcg-text);
    padding-top: 8px;
}

.tcg-wrapper .tcg-ss-tech-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 66px;
}

.tcg-wrapper .tcg-ss-tech-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.tcg-wrapper .tcg-ss-tech-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 17px;
}

.tcg-wrapper .tcg-ss-tech-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.tcg-wrapper .tcg-ss-tech-col-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #262626;
    color: var(--tcg-text);
}

.tcg-wrapper .tcg-ss-tech-col-desc {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    line-height: 1.8;
}


/* ================================================================
   Team Section（web 版）
   ================================================================ */
.tcg-wrapper .tcg-ss-team {
    background: #FFFFFF;
    padding: 0 0 7px;
    text-align: center;
}

.tcg-wrapper .tcg-ss-team-inner {
    background: #F2F2F4;
    border-radius: 24px;
    padding: 60px 80px;
    width: 1662px;
    padding-bottom: 100px;
}

/* 獨立標題（僅 web） */
.tcg-wrapper .tcg-ss-team-title {
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #262626;
    color: var(--tcg-text);
    padding-top: 11px;
}

.tcg-wrapper .tcg-ss-team-subtitle {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    margin-bottom: 20px;
}

.tcg-wrapper .tcg-ss-team-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 118px;
    margin-bottom: 60px;
}

.tcg-wrapper .tcg-ss-team-card {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 370px;
}

.tcg-wrapper .tcg-ss-team-card-icon {
    margin: 0 auto 0px;
}

.tcg-wrapper .tcg-ss-team-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #262626;
    color: var(--tcg-text);
    line-height: 1.4;
    margin-top: -58px;
}

.tcg-wrapper .tcg-ss-team-desc {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
}

/* ================================================================
   Mobile Version: Self-Service 頁面（self-service.html）專用樣式
   前綴：tcg-m-ss-
   ================================================================ */

/* ── Hero：整張合成底圖 + 標題覆蓋 + 按鈕覆蓋 ── */
.tcg-m-ss-hero {
    position: relative;
}
.tcg-m-ss-hero-bg {
    width: 100%;
}
.tcg-m-ss-hero-bg img {
    display: block;
    width: 100%;
}
/* Hero 標題 — absolute 定位在 banner 上方 */
.tcg-wrapper-mobile .tcg-m-ss-hero-title {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 54px;
    font-weight: 900;
    color: #262626;
}
.tcg-m-ss-hero-btn-wrap {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    text-align: center;
}


/* ── Advantages：自助包網優勢 ── */
.tcg-m-ss-adv {
    background: #FFFFFF;
    padding: 131px 0 40px;
}
.tcg-wrapper-mobile .tcg-m-ss-adv-title {
    font-size: 54px;
    font-weight: 800;
    color: #262626;
    text-align: center;
    margin-bottom: 40px;
}
.tcg-wrapper-mobile .tcg-m-ss-adv-desc {
    font-size: 24px;
    color: #6B6B6B;
    line-height: 1.8;
    text-align: center;
}


/* ── 共用：插圖 ── */
.tcg-m-ss-illust {
    margin-bottom: 44px;
    padding-left: 80px;
    padding-right: 80px;
}
.tcg-m-ss-illust img {
    display: block;
    width: 100%;
    border-radius: 16px;
}


/* ── 共用：點線標題（您需要準備 / 我們提供） ── */
.tcg-wrapper-mobile .tcg-m-ss-dotline-title {
    font-size: 39px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 30px;
    padding-left: 39px;
    letter-spacing: 0px;
}


/* ── 共用：icon + 文字垂直清單（圓角框 + 陰影） ── */
.tcg-m-ss-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 40px;
    padding-right: 40px;
}
.tcg-m-ss-list-item {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 19px 28px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 11px 12px 2px rgb(0 0 0 / 6%);
}
.tcg-wrapper-mobile .tcg-m-ss-list-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
}
.tcg-wrapper-mobile .tcg-m-ss-list-icon .tcg-img-placeholder {
    width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 12px;
}
.tcg-wrapper-mobile .tcg-m-ss-list-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.tcg-m-ss-list-text {
    font-size: 31px;
    font-weight: 600;
    color: #262626;
}


/* ── Prepare：您需要準備 ── */
.tcg-m-ss-prepare {
    background: #FFFFFF;
    padding: 20px 0 79px;
}


/* ── Provide：我們提供 ── */
.tcg-m-ss-provide {
    background: #FFFFFF;
    padding: 20px 0 59px;
}


/* ── Tech：技術細節 ── */
.tcg-m-ss-tech {
    background: #FFFFFF;
    padding: 60px 0;
}
.tcg-m-ss-tech-card {
    background: #F0F0F0;
    border-radius: 30px;
    padding: 60px 40px 140px;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-title {
    font-size: 55px;
    font-weight: 800;
    color: #262626;
    text-align: center;
    margin-bottom: 97px;
    padding-top: 80px;
}
.tcg-m-ss-tech-list {
    display: flex;
    flex-direction: column;
    gap: 91px;
    padding-left: 40px;
    padding-right: 40px;
}
.tcg-m-ss-tech-item {
    display: flex;
    align-items: flex-start;
    gap: 31px;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-icon {
    flex: 0 0 100px;
    width: 100%;
    height: 100%;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-icon .tcg-img-placeholder {
    width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 16px;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.tcg-m-ss-tech-body {
    flex: 1;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-item-title {
    font-size: 28px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 22px;
}
.tcg-wrapper-mobile .tcg-m-ss-tech-item-desc {
    font-size: 22px;
    color: #6B6B6B;
    line-height: 1.8;
}


/* ── Team：您所需要的團隊成員 ── */
.tcg-m-ss-team {
    background: #FFFFFF;
    padding: 64px 0 80px;
    padding-bottom: 14px;
}
.tcg-m-ss-team-card-wrap {
    background: #F0F0F0;
    border-radius: 30px;
    padding: 60px 40px 140px;
}
.tcg-wrapper-mobile .tcg-m-ss-team-title {
    font-size: 55px;
    font-weight: 800;
    color: #262626;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 78px;
    line-height: 1.12;
}
.tcg-wrapper-mobile .tcg-m-ss-team-subtitle {
    font-size: 24px;
    color: #6B6B6B;
    text-align: center;
    margin-bottom: 50px;
}
.tcg-m-ss-team-cards {
    display: flex;
    flex-direction: column;
    gap: 61px;
}
.tcg-m-ss-team-card {
    text-align: center;
}
.tcg-wrapper-mobile .tcg-m-ss-team-card-icon {
    margin: 0 auto 20px;
}
.tcg-wrapper-mobile .tcg-m-ss-team-card-icon .tcg-img-placeholder {
    width: 120px;
    height: 120px;
    min-height: 120px;
    border-radius: 20px;
}
/* team icon 圖片自帶圓角卡片外觀 */
.tcg-wrapper-mobile .tcg-m-ss-team-card-icon img {
    display: block;
    margin: 0 auto;
}
.tcg-wrapper-mobile .tcg-m-ss-team-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #262626;
    line-height: 1.4;
    margin-top: -83px;
}
.tcg-wrapper-mobile .tcg-m-ss-team-card-desc {
    font-size: 22px;
    color: #6B6B6B;
    line-height: 1.8;
    margin-top: 87px;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
}

/* ★ Mobile 共用樣式已移至 tcg-common-mobile.css ★ */

