/* ========== FAQ 模块样式 ========== */
.gibo-faq {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px 30px;
    background: #f9fafc;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.gibo-faq h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #1a1e2b;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e0e6ed;
}

.faq-item {
    border-bottom: 1px solid #e9ecf0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 8px;
    font-size: 18px;
    font-weight: 500;
    color: #2c3e50;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.faq-question:hover {
    color: #1b9b97;
    background-color: #f2f5f8;
    border-radius: 8px;
}

.faq-icon {
    font-size: 22px;
    color: #7f8c8d;
    margin-left: 20px;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    color: #1b9b97;
}

.faq-answer {
    display: none;
    padding: 0 8px 20px 8px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer.two-col {
    display: none;
}

.faq-item.active .faq-answer.two-col {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.answer-left {
    flex: 0 0 75%;
    width: 75%;
    text-align: left;
}

.answer-right {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.answer-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.answer-right img:hover {
    transform: scale(1.02);
}

.tip-box {
    background: #e8f4f3;
    border-left: 4px solid #1b9b97;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 12px;
}

.faq-answer ul {
    margin: 0 0 12px 0;
    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 8px;
}

.faq-answer table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 14px;
}

.faq-answer th,
.faq-answer td {
    border: 1px solid #e0e6ed;
    padding: 8px 12px;
    text-align: left;
}

.faq-answer th {
    background-color: #eef2f7;
}

.img-note {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
    text-align: center;
}

@media (max-width: 768px) {
    .gibo-faq {
        padding: 16px 20px;
    }
    .faq-question {
        font-size: 16px;
        padding: 14px 4px;
    }
    .faq-icon {
        font-size: 20px;
    }
    .faq-item.active .faq-answer.two-col {
        flex-direction: column;
    }
    .answer-left,
    .answer-right {
        flex: 0 0 100%;
        width: 100%;
    }
    .answer-right img {
        max-width: 200px;
    }
}

/* ========================================
   洁博利招商加盟页面样式 (2026-04-20)
   ======================================== */

.gibo-franchise-module {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: system-ui, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    box-sizing: border-box;
    --brand-primary: #1b9b97;
    --brand-primary-dark: #147a77;
    --brand-primary-light: #e0f5f4;
    --gray-blue: #6e7b89;
    --black: #000000;
    --white: #ffffff;
    --gray: #414042;
    --gold: #8a6f4c;
    --silver: #8e9295;
    --bg-light: #f0f0f0;
    --text-dark: #414042;
    --border-light: #e2e8f0;
}
.gibo-franchise-module * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hero 区域 */
.gibo-franchise-module .hero {
    background: linear-gradient(135deg, var(--brand-primary) 0%, #0f6e6b 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: white;
}
.gibo-franchise-module .hero h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: white;
}
.gibo-franchise-module .hero .sub {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
    color: white;
}
.gibo-franchise-module .hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.gibo-franchise-module .hero-badges span {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(2px);
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    color: white;
}

/* 容器 */
.gibo-franchise-module .container {
    padding: 2rem 2rem;
    width: 100%;
    background: white;
}

/* 通用区块 */
.gibo-franchise-module .section {
    margin: 3rem 0;
}
.gibo-franchise-module .section-header {
    text-align: center;
    margin-bottom: 2rem;
}
.gibo-franchise-module .section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}
.gibo-franchise-module .section-header .desc {
    color: var(--gray);
    font-size: 1rem;
}
.gibo-franchise-module .section-header .underline {
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 0.8rem auto 0;
}

/* 介绍文字 */
.gibo-franchise-module .intro-text {
    margin-bottom: 1.5rem;
}
.gibo-franchise-module .intro-text p {
    margin-bottom: 1rem;
    color: var(--gray);
    line-height: 1.6;
    font-size: 1rem;
}

/* 数据卡片区块 */
.gibo-franchise-module .stats-block {
    background: #FEF6E6;
    border-radius: 28px;
    padding: 1.8rem;
    margin: 1.5rem 0;
}
.gibo-franchise-module .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.gibo-franchise-module .stats-item-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    border: 1px solid var(--border-light);
    transition: 0.2s;
}
.gibo-franchise-module .stats-item-card:hover {
    background: #f5f7fa;
}
.gibo-franchise-module .stats-icon {
    width: 44px;
    height: 44px;
    background: var(--brand-primary-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--brand-primary);
    font-size: 1.2rem;
}
.gibo-franchise-module .stats-info {
    font-weight: 500;
    color: var(--text-dark);
}
.gibo-franchise-module .stats-info strong {
    display: block;
    font-size: 1.1rem;
    color: var(--brand-primary);
}

/* 优势网格 */
.gibo-franchise-module .advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
}
.gibo-franchise-module .advantage-card {
    background: white;
    border-radius: 28px;
    padding: 1.8rem 1.2rem;
    text-align: center;
    border: 1px solid var(--border-light);
    transition: 0.2s;
}
.gibo-franchise-module .advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
    border-color: var(--brand-primary-light);
}
.gibo-franchise-module .advantage-icon {
    width: 70px;
    height: 70px;
    background: var(--brand-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-primary);
}
.gibo-franchise-module .advantage-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}
.gibo-franchise-module .advantage-card p {
    font-size: 0.85rem;
    color: var(--gray);
    margin-top: 0.5rem;
}

/* 资质荣誉按钮 */
.gibo-franchise-module .badge-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin: 2rem 0;
}
.gibo-franchise-module .badge-btn {
    background: var(--brand-primary-light);
    border: 1px solid var(--brand-primary);
    color: var(--brand-primary);
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: 0.2s;
    cursor: default;
}
.gibo-franchise-module .badge-btn:hover {
    background: var(--brand-primary);
    color: white;
}

/* 加盟支持网格 */
.gibo-franchise-module .support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.gibo-franchise-module .support-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8fafc;
    padding: 1rem 1.2rem;
    border-radius: 20px;
}
.gibo-franchise-module .support-num {
    width: 36px;
    height: 36px;
    background: var(--brand-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.gibo-franchise-module .support-text {
    font-weight: 500;
    color: var(--text-dark);
}

/* 合作品牌墙 */
.gibo-franchise-module .brand-wall {
    background: #f8fafc;
    border-radius: 28px;
    padding: 2rem;
    text-align: center;
}
.gibo-franchise-module .brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}
.gibo-franchise-module .brand-icon-item {
    background: white;
    border-radius: 20px;
    padding: 1rem 0.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: 0.2s;
    border: 1px solid var(--border-light);
}
.gibo-franchise-module .brand-icon-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}
.gibo-franchise-module .brand-logo-placeholder {
    width: 60px;
    height: 60px;
    background: #eef2f6;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-primary);
}
.gibo-franchise-module .brand-icon-item span {
    display: block;
    font-size: 0.8rem;
    color: var(--gray);
}

/* CTA 横幅 */
.gibo-franchise-module .cta-banner {
    background: linear-gradient(135deg, #e0f5f4, #ffffff);
    border-radius: 28px;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--border-light);
    margin: 3rem 0;
}
.gibo-franchise-module .cta-banner h3 {
    font-size: 1.6rem;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}
.gibo-franchise-module .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}
.gibo-franchise-module .cta-btn {
    display: inline-block;
    background: var(--brand-primary);
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}
.gibo-franchise-module .cta-btn:hover {
    background: var(--brand-primary-dark);
    transform: translateY(-2px);
}
.gibo-franchise-module .cta-btn-outline {
    background: transparent;
    border: 2px solid var(--brand-primary);
    color: var(--brand-primary);
}
.gibo-franchise-module .cta-btn-outline:hover {
    background: var(--brand-primary);
    color: white;
}

/* 响应式 */
@media (max-width: 992px) {
    .gibo-franchise-module .advantage-grid { grid-template-columns: repeat(2, 1fr); }
    .gibo-franchise-module .brand-grid { grid-template-columns: repeat(3, 1fr); }
    .gibo-franchise-module .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .gibo-franchise-module .hero h1 { font-size: 2rem; }
    .gibo-franchise-module .container { padding: 1rem; }
    .gibo-franchise-module .support-grid { grid-template-columns: 1fr; }
    .gibo-franchise-module .advantage-grid { grid-template-columns: 1fr; }
    .gibo-franchise-module .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .gibo-franchise-module .stats-grid { grid-template-columns: 1fr; }
}

/* ========================================
   顶部导航菜单样式 - 金色背景版
   ======================================== */

.join-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    background: #8a6f4c;  /* 修改为VI辅助金色 */
    padding: 0.75rem 1rem;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.join-nav-link {
    display: inline-block;
    padding: 0.7rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;  /* 默认文字改为白色 */
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.2s ease;
    background: rgba(255,255,255,0.15);  /* 半透明白色背景 */
}
.join-nav-link:hover {
    background: #ffffff;
    color: #8a6f4c;  /* 悬停时变为金色文字 */
}
.join-nav-link.active {
    background: #ffffff;
    color: #8a6f4c;  /* 当前页为金色文字 */
}
@media (max-width: 768px) {
    .join-nav-menu {
        gap: 0.6rem;
    }
    .join-nav-link {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
}

/* 合作品牌 Logo 图片样式 */
.brand-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 20px;
    padding: 1rem 0.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: 0.2s;
    border: 1px solid var(--border-light);
    min-height: 120px;
}
.brand-logo-img {
    max-width: 80px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 0.75rem;
}
/* 品牌名称样式：直接应用金色背景 + 白色文字 */
.brand-icon-item span {
    display: inline-block;
    background: #8a6f4c;  /* VI辅助金色 */
    color: #ffffff;        /* 白色文字 */
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

 <style>
        /* 三大理由双栏模块样式 (产品技术角度) */
        .product-tech-section {
            margin: 2rem 0 1.5rem;
            background: #fff;
            border-radius: 28px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        .two-columns-reason {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            padding: 2rem 2rem;
        }
        .reason-left {
            flex: 1 1 45%;
            min-width: 250px;
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
        }
        .reason-right {
            flex: 1 1 45%;
            min-width: 260px;
        }
        .tech-img-card {
            background: #f8fafc;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
            transition: transform 0.2s ease;
            border: 1px solid #eef2f6;
        }
        .tech-img-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
        }
        .tech-img-card img {
            width: 100%;
            height: auto;
            display: block;
            background: #f2f4f8;
            object-fit: cover;
        }
        .img-caption {
            padding: 0.8rem 1rem 1rem;
            font-size: 0.85rem;
            font-weight: 500;
            color: #2c3e4e;
            background: #ffffff;
            border-top: 1px solid #edf2f7;
            text-align: center;
        }
        .img-caption span {
            color: #8a6f4c;
            font-weight: 600;
            margin-right: 5px;
        }
        .reason-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1.2rem;
            background: linear-gradient(135deg, #2c3e4e 0%, #1e2a36 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            border-left: 5px solid #8a6f4c;
            padding-left: 1rem;
        }
        .reason-sub {
            font-size: 0.9rem;
            color: #5a6e7c;
            margin-bottom: 1.8rem;
            border-bottom: 1px dashed #e2e8f0;
            padding-bottom: 0.8rem;
        }
        .reason-list {
            display: flex;
            flex-direction: column;
            gap: 1.6rem;
        }
        .reason-item {
            display: flex;
            gap: 1rem;
            align-items: flex-start;
        }
        .reason-icon {
            width: 44px;
            height: 44px;
            background: #f1ede8;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: #8a6f4c;
            flex-shrink: 0;
        }
        .reason-content {
            flex: 1;
        }
        .reason-content h4 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 0 0 6px 0;
            color: #1e2f3b;
        }
        .reason-content p {
            margin: 0;
            font-size: 0.9rem;
            line-height: 1.45;
            color: #3a5468;
        }
        .tech-badge {
            display: inline-block;
            background: #eef3fc;
            border-radius: 30px;
            font-size: 0.7rem;
            padding: 2px 10px;
            margin-top: 6px;
            color: #2c6280;
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .two-columns-reason {
                flex-direction: column;
                padding: 1.5rem;
                gap: 1.5rem;
            }
            .reason-left, .reason-right {
                flex: auto;
                width: 100%;
            }
            .reason-title {
                font-size: 1.5rem;
            }
        }
    </style>