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


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


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

/* [Page-Specific] About Us 頁面樣式（Web 版）
   所有 web 規則均帶 .tcg-wrapper 前綴，確保不影響手機版
   ============================================================== */

/* ================================================================
   Web 版圖片尺寸控制
   ================================================================ */
.tcg-wrapper .tcg-ab-about-heading-img,
.tcg-wrapper .tcg-ab-about-card-logo-img,
.tcg-wrapper .tcg-ab-about-card-badge-img,
.tcg-wrapper .tcg-ab-market-badge-img,
.tcg-wrapper .tcg-ab-why-icon img,
.tcg-wrapper .tcg-ab-flag-circle img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ================================================================
   Hero Section（web 版）— 背景圖模式，高度 600px
   ================================================================ */
.tcg-wrapper .tcg-ab-hero {
    background: #F5F5F5 url('img/web/about-TCG/about1_img_00_banner.png') no-repeat right center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-top: 111px;
}
.tcg-wrapper .tcg-ab-hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    padding-top: 99px;
    padding-left: 226px;
}
.tcg-wrapper .tcg-ab-hero-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.tcg-wrapper .tcg-ab-hero-title {
    font-size: 51px;
    font-weight: 800;
    color: #262626;
    color: var(--tcg-text);
    margin-bottom: 98px;
}
.tcg-wrapper .tcg-ab-hero-btn {
    /* hook：可獨立調整 hero Contact Us 按鈕 */
}


/* ================================================================
   About Us Section（web 版）— ABOUT US 標題圖 + 灰色卡片
   ================================================================ */
.tcg-wrapper .tcg-ab-about {
    background: #FFFFFF;
    padding: 107px 0;
}
.tcg-wrapper .tcg-ab-about-inner {
    /* hook：About 容器 */
}
.tcg-wrapper .tcg-ab-about-heading {
    margin-bottom: 60px;
    padding-left: 174px;
}
.tcg-wrapper .tcg-ab-about-heading-img {
    /* hook：ABOUT US 標題圖片 */
}

/* 灰色橫幅卡片：左 logo + 中間文字 + 右徽章 */
.tcg-wrapper .tcg-ab-about-card {
    background: #F2F2F4;
    background: var(--tcg-gray-bg);
    border-radius: 20px;
    /* padding: 50px 60px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    height: 414px;
}
.tcg-wrapper .tcg-ab-about-card-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 134px;
}
.tcg-wrapper .tcg-ab-about-card-logo-img {
    /* hook：左側 TC Gaming Logo 圖片 */
}
.tcg-wrapper .tcg-ab-about-card-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tcg-wrapper .tcg-ab-about-card-title {
    font-size: 52px;
    font-weight: 800;
    color: #262626;
    color: var(--tcg-text);
    margin-bottom: 16px;
}
.tcg-wrapper .tcg-ab-about-card-desc {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    line-height: 2;
    margin: 0;
}
.tcg-wrapper .tcg-ab-about-card-badge {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: -111px;
    left: -90px;
}
.tcg-wrapper .tcg-ab-about-card-badge-img {
    /* hook：15+ YEARS 徽章圖片 */
}


/* ================================================================
   Market Coverage Section（web 版）
   30+ 徽章 float 左側延伸到國旗區，內容環繞
   ================================================================ */
.tcg-wrapper .tcg-ab-market {
    background: #FFFFFF;
    padding: 24px 0;
}
.tcg-wrapper .tcg-ab-market-inner {
    overflow: hidden; /* 包住 float */
}

/* 30+ 徽章：float 左側，延伸到國旗區域 */
.tcg-wrapper .tcg-ab-market-badge {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    padding-left: 97px;
    padding-top: 0px;
    margin-top: 0px;
}
.tcg-wrapper .tcg-ab-market-badge-img {
    display: block;
}

/* 標題 + 說明（在徽章右側流動） */
.tcg-wrapper .tcg-ab-market-title {
    font-size: 51px;
    font-weight: 800;
    color: #262626;
    color: var(--tcg-text);
    margin-bottom: 39px;
    margin-left: 613px;
    margin-top: 23px;
}
.tcg-wrapper .tcg-ab-market-desc {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    line-height: 1.8;
    margin: 0 0 90px;
    margin-left: 613px;
}

/* 國旗區域外層（含世界地圖背景） */
.tcg-wrapper .tcg-ab-market-flags-wrap {
    position: relative;
}
.tcg-wrapper .tcg-ab-market-bg {
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.tcg-wrapper .tcg-ab-market-bg img {
    display: block;
    width: 100%;
    opacity: 0.12;
}

/* 國旗 grid：inline-block 排列，環繞 float 徽章
   第一排被徽章擠壓 → 約 7 個；徽章結束後 → 9 個滿排 */
.tcg-wrapper .tcg-ab-market-flags {
    position: relative;
    z-index: 1;
    font-size: 0; /* 消除 inline-block 間隙 */
    line-height: 0;
}
.tcg-wrapper .tcg-ab-flag-item {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: calc(100% / 9);
    text-align: center;
    vertical-align: top;
    font-size: 14px; /* 恢復文字大小 */
    line-height: 1.4;
    margin-bottom: 58px;
    margin-left: -15px;
    margin-right: -24px;
}
.tcg-wrapper .tcg-ab-flag-circle {
    margin: 0 auto 10px;
}
.tcg-wrapper .tcg-ab-flag-circle img {
    display: block;
    margin: 0 auto;
}
.tcg-wrapper .tcg-ab-flag-name {
    display: block;
    font-size: 19px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    font-weight: bold;
}


/* ================================================================
   Why Choose Section（web 版）— 標題 + 說明 + 4×3 icon grid
   ================================================================ */
.tcg-wrapper .tcg-ab-why {
    background: #FFFFFF;
    padding: 110px 0 129px;
    padding-bottom: 97px;
}
.tcg-wrapper .tcg-ab-why-inner {
    /* hook：Why Choose 容器 */
}
.tcg-wrapper .tcg-ab-why-title {
    font-size: 56px;
    font-weight: 800;
    color: #262626;
    color: var(--tcg-text);
    text-align: center;
    margin-bottom: 40px;
}
.tcg-wrapper .tcg-ab-why-desc {
    font-size: 18px;
    color: #6B6B6B;
    color: var(--tcg-text-light);
    line-height: 1.9;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 90px;
}

/* 功能 grid：4 列 */
.tcg-wrapper .tcg-ab-why-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 0px;
    margin: 0 auto;
}
.tcg-wrapper .tcg-ab-why-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 23px);
    flex: 0 0 calc(25% - 23px);
    text-align: center;
    padding: 30px 24px;
}
/* hook classes：每個 item 可獨立調整 */
.tcg-wrapper .tcg-ab-why-item-1 { }
.tcg-wrapper .tcg-ab-why-item-2 { }
.tcg-wrapper .tcg-ab-why-item-3 { }
.tcg-wrapper .tcg-ab-why-item-4 { }
.tcg-wrapper .tcg-ab-why-item-5 { }
.tcg-wrapper .tcg-ab-why-item-6 { }
.tcg-wrapper .tcg-ab-why-item-7 { }
.tcg-wrapper .tcg-ab-why-item-8 { }
.tcg-wrapper .tcg-ab-why-item-9 { }
.tcg-wrapper .tcg-ab-why-item-10 { }
.tcg-wrapper .tcg-ab-why-item-11 { }
.tcg-wrapper .tcg-ab-why-item-12 { }

.tcg-wrapper .tcg-ab-why-icon {
    margin: 0 auto 16px;
}
.tcg-wrapper .tcg-ab-why-icon img {
    margin: 0 auto;
}
.tcg-wrapper .tcg-ab-why-item-title {
    font-size: 27px;
    font-weight: 800;
    color: #262626;
    color: var(--tcg-text);
    margin-bottom: 16px;
    margin-top: -21px;
    text-transform: none!important;
}
.tcg-wrapper .tcg-ab-why-item-desc {
    font-size: 18px;
    color: #6B6B6B
    line-height: 1.7;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}

/* ==============================================================
   [About Us 關於我們] tcg-m-ab- 前綴
   頁面結構：Hero → About → Market Coverage → Why Choose → Footer
   ============================================================== */

/* ── Hero：关于我们 主視覺（背景圖方式） ── */
.tcg-m-ab-hero {
    position: relative;
    background-color: #F5F5F5;
    background-position: center top;
    background-size: 750px auto;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tcg-wrapper-mobile .tcg-m-ab-hero-title {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 54px;
    font-weight: 900;
    color: #262626;
}
.tcg-m-ab-hero-bg img {
    display: block;
    width: 100%;
}
.tcg-m-ab-hero-btn-wrap {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    text-align: center;
}


/* ── About：關於天成集團 ── */
.tcg-m-ab-about {
    background: #FFFFFF;
    padding: 60px 0;
}
/* ABOUT US 大標題圖片 */
.tcg-wrapper-mobile .tcg-m-ab-about-heading {
    margin-bottom: 30px;
    padding-top: 68px;
}
.tcg-m-ab-about-heading img {
    display: block;
}
.tcg-m-ab-about-heading .tcg-img-placeholder {
    min-height: 160px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

/* ── 15+ / 30+ 徽章（已換為圖片） ── */
.tcg-m-ab-badge {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}
.tcg-m-ab-badge img {
    display: block;
}
/* 徽章已換為圖片，偽元素圓環不再需要 */

/* 灰色圓角卡片（關於天成集團內容區） */
.tcg-m-ab-about-card {
    position: relative;
    background: #F5F5F5;
    border-radius: 24px;
    padding: 80px 36px 380px;  /* 上方留空給 badge overlap，底部留空給 stamp */
}
/* 15+ 徽章浮在卡片右上角 */
.tcg-m-ab-about-card .tcg-m-ab-badge {
    position: absolute;
    top: -117px;
    right: 49px;
    margin: 0;
    z-index: 3;
}
/* 標題 */
.tcg-wrapper-mobile .tcg-m-ab-about-title {
    font-size: 58px;
    font-weight: 900;
    color: #262626;
    margin-bottom: 44px;
    margin-top: 179px;
    padding-left: 44px;
}
/* 說明文字 */
.tcg-wrapper-mobile .tcg-m-ab-about-desc {
    font-size: 22px;
    color: #6B6B6B;
    line-height: 1.8;
    padding-left: 44px;
    padding-right: 44px;
}
/* 左下角浮動天成圖章 — 在卡片內部 */
.tcg-m-ab-about-stamp {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
}
.tcg-m-ab-about-stamp img {
    display: block;
}


/* ── Market Coverage：市场覆盖 ── */
.tcg-m-ab-market {
    background: #FFFFFF;
    padding: 60px 0 80px;
    position: relative;
}
/* 30+ 徽章靠右 */
.tcg-m-ab-market .tcg-m-ab-badge {
    margin: 3px 49px 30px auto;
}
.tcg-wrapper-mobile .tcg-m-ab-market-title {
    font-size: 58px;
    font-weight: 900;
    color: #262626;
    margin-bottom: 40px;
    padding=le: 44px;
    padding=le: 44px;
    padding=le: 44p;
    padding=le: 44;
    padding=le: 4;
    padding-left: 44px;
    width: 287px;
    margin-top: -86px;
}
.tcg-wrapper-mobile .tcg-m-ab-market-desc {
    font-size: 22px;
    color: #6B6B6B;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-left: 44px;
    padding-right: 44px;
}
/* 世界地圖底圖 — 作為國旗區域的背景 */
.tcg-m-ab-market-flags-wrap {
    position: relative;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 42px;
}
.tcg-m-ab-market-bg {
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.tcg-m-ab-market-bg img {
    display: block;
    width: 100%;
    opacity: 0.15;
}
.tcg-m-ab-market-bg .tcg-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    opacity: 0.15;
    background: transparent;
    box-shadow: none;
    border: none;
}
/* 國旗 grid：一行 3 個，疊在地圖背景上方 */
.tcg-m-ab-flags {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 36px 0;
}
.tcg-m-ab-flag-item {
    width: 33.333%;
    text-align: center;
}
.tcg-m-ab-flag-circle {
    margin: 0 auto 11px;
}
.tcg-m-ab-flag-circle img {
    display: block;
    margin: 0 auto;
}
.tcg-m-ab-flag-circle .tcg-img-placeholder {
    width: 140px;
    height: 140px;
    min-height: 140px;
    border-radius: 50%;
    border: 3px solid rgba(229,34,43,0.2);
    overflow: hidden;
}
.tcg-m-ab-flag-name {
    font-size: 30px;
    color: #6B6B6B;
    display: block;
}


/* ── Why Choose：为什么选择天成包网？ ── */
.tcg-m-ab-why {
    background: #FFFFFF;
    padding: 84px 0 80px;
    padding-bottom: 20px;
}
.tcg-wrapper-mobile .tcg-m-ab-why-title {
    font-size: 54px;
    font-weight: 900;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 38px;
}
.tcg-wrapper-mobile .tcg-m-ab-why-desc {
    font-size: 23px;
    color: #6B6B6B;
    line-height: 1.8;
    margin-bottom: 47px;
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
}
/* 功能 grid：2 列 */
.tcg-m-ab-why-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 82px 0;
}
.tcg-m-ab-why-item {
    width: 50%;
    text-align: center;
    padding: 0 16px;
}
.tcg-m-ab-why-icon {
    margin: 0 auto -1px;
}
.tcg-m-ab-why-icon img {
    display: block;
    margin: 0 auto;
}
.tcg-m-ab-why-icon .tcg-img-placeholder {
    width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.tcg-wrapper-mobile .tcg-m-ab-why-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 20px;
}
.tcg-wrapper-mobile .tcg-m-ab-why-item-desc {
    font-size: 18px;
    color: #6B6B6B;
    line-height: 1.6;
}
/* About 頁面 footer 無灰底（僅此頁） */
.tcg-m-ab-why ~ .tcg-m-footer {
    background: transparent;
}

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

