/*
Theme Name: C Friend Sourcing Child
Theme URI: https://cfriendbc.com
Description: Child theme for Astra - all custom CSS centralized here
Author: Leny Cai
Author URI: https://cfriendbc.com
Template: astra
Version: 1.0.2
License: GPL-2.0-or-later
Text Domain: cfriend-child
*/


.gba-section {
    padding: 80px 0;
}

.gba-section-alt {
    background: var(--gba-light);
}

.gba-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gba-section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gba-dark);
    margin-bottom: 15px;
}

.gba-section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--gba-gray);
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.gba-divider {
    width: 60px;
    height: 4px;
    background: var(--gba-green);
    margin: 0 auto 20px;
    border-radius: 2px;
}

/* ===== Hero Section ===== */
.gba-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 120px 0 100px;
    text-align: center;
    color: var(--gba-white);
    position: relative;
    overflow: hidden;
}

.gba-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(37,211,102,0.08)" d="M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,138.7C672,128,768,160,864,181.3C960,203,1056,213,1152,197.3C1248,181,1344,139,1392,117.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"/></svg>') no-repeat bottom;
    background-size: cover;
    pointer-events: none;
}

.gba-hero-badge {
    display: inline-block;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: var(--gba-green);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.gba-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gba-hero h1 span {
    color: var(--gba-green);
}

.gba-hero p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    max-width: 650px;
    margin: 0 auto 35px;
    line-height: 1.7;
}

.gba-btn {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.gba-btn-green {
    background: var(--gba-green);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.gba-btn-green:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    color: #fff;
}

.gba-btn-email {
    background: #3b82f6;
    color: #fff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.gba-btn-email:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    color: #fff;
}

.gba-btn-outline {
    background: transparent;
    color: var(--gba-white);
    border: 2px solid rgba(255,255,255,0.5);
    margin-left: 15px;
}

.gba-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--gba-white);
    color: #fff;
}

.gba-btn-pricing {
    background: #046bd2;
    color: #fff;
    box-shadow: 0 4px 15px rgba(4, 107, 210, 0.4);
}

.gba-btn-pricing:hover {
    background: #0356a8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 107, 210, 0.5);
    color: #fff;
}

.gba-btn-pricing-dark {
    background: transparent;
    color: #fff;
    border: 2px solid #046bd2;
}

.gba-btn-pricing-dark:hover {
    background: #046bd2;
    color: #fff;
    transform: translateY(-2px);
}

.gba-pricing-link {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #046bd2;
    text-decoration: none;
    margin-top: 35px;
    transition: all 0.3s ease;
}
.gba-pricing-link:hover {
    color: #0356a8;
    text-decoration: underline;
}

.gba-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.gba-stat {
    text-align: center;
}

.gba-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gba-green);
    display: block;
}

.gba-stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
}

/* ===== Why GBA Section ===== */
.gba-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.gba-why-card {
    background: var(--gba-white);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--gba-border);
}

.gba-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: var(--gba-green);
}

.gba-why-icon {
    width: 70px;
    height: 70px;
    background: rgba(37, 211, 102, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.gba-why-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gba-dark);
    margin-bottom: 12px;
}

.gba-why-card p {
    font-size: 0.95rem;
    color: var(--gba-gray);
    line-height: 1.6;
}

/* ===== Services Section ===== */
.gba-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.gba-service-card {
    background: var(--gba-white);
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--gba-border);
    position: relative;
    overflow: hidden;
}

.gba-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--gba-green);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.gba-service-card:hover::before {
    transform: scaleX(1);
}

.gba-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gba-service-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--gba-green);
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.gba-service-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gba-dark);
    margin-bottom: 10px;
}

.gba-service-card p {
    font-size: 0.9rem;
    color: var(--gba-gray);
    line-height: 1.6;
}

/* ===== How It Works ===== */
.gba-steps {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 50px;
    flex-wrap: wrap;
}

.gba-step {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    text-align: center;
    padding: 30px 15px;
    position: relative;
}

.gba-step::after {
    content: '';
    position: absolute;
    top: 55px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: var(--gba-border);
}

.gba-step:last-child::after {
    display: none;
}

.gba-step-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gba-white);
    border: 3px solid var(--gba-green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gba-green);
    transition: all 0.3s ease;
}


.gba-step:nth-child(1) .gba-step-circle { border-color: var(--gba-step-1); color: var(--gba-step-1); }
.gba-step:nth-child(2) .gba-step-circle { border-color: var(--gba-step-2); color: var(--gba-step-2); }
.gba-step:nth-child(3) .gba-step-circle { border-color: var(--gba-step-3); color: var(--gba-step-3); }
.gba-step:nth-child(4) .gba-step-circle { border-color: var(--gba-step-4); color: var(--gba-step-4); }
.gba-step:nth-child(5) .gba-step-circle { border-color: var(--gba-step-5); color: var(--gba-step-5); }
.gba-step:nth-child(1):hover .gba-step-circle { background: var(--gba-step-1); }
.gba-step:nth-child(2):hover .gba-step-circle { background: var(--gba-step-2); }
.gba-step:nth-child(3):hover .gba-step-circle { background: var(--gba-step-3); }
.gba-step:nth-child(4):hover .gba-step-circle { background: var(--gba-step-4); }
.gba-step:nth-child(5):hover .gba-step-circle { background: var(--gba-step-5); }

.gba-step:hover .gba-step-circle {
    background: var(--gba-green);
    color: #fff;
    transform: scale(1.1);
}

.gba-step h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gba-dark);
    margin-bottom: 8px;
}

.gba-step p {
    font-size: 0.85rem;
    color: var(--gba-gray);
    line-height: 1.5;
}

/* ===== Product Categories ===== */
.gba-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.gba-category-card {
    background: var(--gba-white);
    padding: 40px 20px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--gba-border);
    cursor: pointer;
}

.gba-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: var(--gba-green);
}

.gba-category-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.gba-category-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gba-dark);
    margin-bottom: 6px;
}
.gba-category-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

/* ===== Why Choose Us ===== */
.gba-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.gba-feature {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--gba-white);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--gba-border);
    transition: all 0.3s ease;
}

.gba-feature:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    border-color: var(--gba-green);
}

.gba-feature-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(37, 211, 102, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gba-feature-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gba-dark);
    margin-bottom: 6px;
}

.gba-feature-content p {
    font-size: 0.9rem;
    color: var(--gba-gray);
    line-height: 1.5;
    margin: 0;
}

/* ===== CTA Section ===== */
.gba-cta {
    background: linear-gradient(135deg, var(--gba-dark) 0%, #0f3460 100%);
    padding: 80px 0;
    text-align: center;
    color: var(--gba-white);
}

.gba-cta h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.gba-cta p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.gba-cta .gba-btn-green {
    font-size: 1.15rem;
    padding: 18px 50px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .gba-hero h1 { font-size: 2rem; }
    .gba-hero p { font-size: 1rem; }
    .gba-hero-stats { gap: 30px; }
    .gba-stat-number { font-size: 1.8rem; }
    .gba-section { padding: 50px 0; }
    .gba-section-title { font-size: 1.7rem; }
    .gba-btn-outline { margin-left: 0; margin-top: 15px; }
    .gba-btn-email { margin-left: 0 !important; margin-top: 12px; }
    .gba-btn-pricing { margin-left: 0 !important; margin-top: 12px; }
    .gba-btn-pricing-dark { margin-left: 0 !important; margin-top: 12px; }
    .gba-step::after { display: none; }
    .gba-steps { gap: 10px; }
    .gba-step { min-width: 140px; padding: 20px 10px; }
    .gba-step-circle { width: 60px; height: 60px; font-size: 1.3rem; }
}

@media (max-width: 480px) {
    .gba-hero { padding: 80px 0 60px; }
    .gba-hero h1 { font-size: 1.6rem; }
    .gba-hero-stats { flex-direction: column; gap: 20px; }
    .gba-why-grid, .gba-services-grid { grid-template-columns: 1fr; }
}


/* Hero */
.cff-hero {
    text-align: center;
    padding: 20px 0 50px;
}
.cff-hero-badge {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    font-size: 0.85em;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.cff-hero-title {
    font-size: 2.4em;
    color: #1e293b;
    margin: 0 0 16px;
    font-weight: 700;
    line-height: 1.3;
}
.cff-hero-desc {
    font-size: 1.15em;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Section */
.cff-section {
    margin-bottom: 56px;
}
.cff-section-title {
    font-size: 1.7em;
    color: #1e293b;
    text-align: center;
    margin: 0 0 12px;
    font-weight: 700;
}
.cff-section-subtitle {
    text-align: center;
    color: #64748b;
    font-size: 1.05em;
    margin: 0 0 40px;
}
.cff-bg-light {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px 32px;
}

/* Pain cards */
.cff-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.cff-pain-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px;
}
.cff-pain-red { border-top: 4px solid #ef4444; }
.cff-pain-orange { border-top: 4px solid #f59e0b; }
.cff-pain-violet { border-top: 4px solid #8b5cf6; }
.cff-pain-icon { font-size: 2em; margin-bottom: 12px; }
.cff-pain-card h3 {
    color: #1e293b;
    margin: 0 0 10px;
    font-size: 1.15em;
    font-weight: 600;
}
.cff-pain-card p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95em;
}

/* Dark section (解决方案) */
.cff-dark-section {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 16px;
    padding: 48px 36px;
    color: #fff;
}
.cff-dark-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}
.cff-dark-left h2 {
    font-size: 2em;
    margin: 0 0 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.cff-dark-left p {
    color: #cbd5e1;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0 0 20px;
}
.cff-check-list-dark {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.2;
    font-size: 0.98em;
}
.cff-check-list-dark li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cff-check-green { color: #25D366; font-weight: 700; }
.cff-dark-right {
    text-align: center;
}
.cff-dark-info-card {
    text-align: center;
    padding: 24px;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}
.cff-dark-emoji { font-size: 3.5em; margin-bottom: 12px; }
.cff-dark-info-title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 8px;
}
.cff-dark-info-desc {
    color: #94a3b8;
    margin: 0;
    font-size: 0.95em;
}

/* Pricing cards */
.cff-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.cff-pricing-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
}
.cff-pricing-basic {
    transition: border-color .2s;
}
.cff-pricing-basic:hover { border-color: #2563eb; }
.cff-pricing-pro {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37,99,235,0.12);
}
.cff-pricing-premium {
    transition: border-color .2s;
}
.cff-pricing-premium:hover { border-color: #7c3aed; }

.cff-pricing-recommended {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #fff;
    font-size: 0.78em;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 20px;
}
.cff-pricing-tier-badge {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.cff-tier-blue { background: #eff6ff; color: #2563eb; }
.cff-tier-violet { background: #f5f3ff; color: #7c3aed; }

.cff-pricing-name {
    font-size: 1.35em;
    color: #1e293b;
    margin: 0 0 8px;
    font-weight: 700;
}
.cff-pricing-price {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0 0 6px;
}
.cff-price-blue { color: #2563eb; }
.cff-price-violet { color: #7c3aed; }
.cff-price-period {
    font-size: 0.45em;
    color: #94a3b8;
    font-weight: 400;
}
.cff-pricing-note {
    color: #94a3b8;
    font-size: 0.9em;
    margin: 0 0 22px;
}
.cff-pricing-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 0 0 18px;
}
.cff-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.93em;
    line-height: 2.1;
}
.cff-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.cff-feature-check {
    color: #25D366;
    margin-top: 4px;
}

/* Flow steps (合作流程) */
.cff-flow-grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.cff-flow-step {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 20px 12px;
}
.cff-flow-circle {
    width: 52px;
    height: 52px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #2563eb;
}
.cff-flow-circle-green {
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
}
.cff-flow-step h4 {
    color: #1e293b;
    margin: 0 0 8px;
    font-size: 1.05em;
    font-weight: 600;
}
.cff-flow-step p {
    color: #64748b;
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
}

/* Case cards */
.cff-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: left;
}
.cff-case-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}
.cff-case-tag {
    font-size: 0.8em;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 6px;
}
.cff-case-title {
    color: #1e293b;
    font-weight: 600;
    margin: 0;
    font-size: 0.95em;
}
.cff-case-desc {
    color: #64748b;
    font-size: 0.85em;
    margin: 4px 0 0;
}

/* CTA green */
.cff-cta-green {
    background: linear-gradient(135deg, #25D366, #1da851);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.cff-cta-green h2 {
    font-size: 2em;
    margin: 0 0 14px;
    font-weight: 700;
    color: #fff;
}
.cff-cta-green p {
    font-size: 1.08em;
    color: rgba(255,255,255,0.88);
    max-width: 600px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.cff-cta-contact {
    margin: 22px 0 0;
    font-size: 0.92em;
    color: rgba(255,255,255,0.7);
}
.cff-cta-contact a { color: #fff; text-decoration: underline; }


.cfp-hero {
    text-align: center;
    padding: 20px 0 50px;
}
.cfp-hero-badge {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    font-size: 0.85em;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.cfp-hero-title {
    font-size: 2.4em;
    color: #1e293b;
    margin: 0 0 16px;
    font-weight: 700;
    line-height: 1.3;
}
.cfp-hero-desc {
    font-size: 1.15em;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.8;
}

.cfp-section { margin-bottom: 56px; }
.cfp-section-title {
    font-size: 1.5em;
    color: #1e293b;
    margin: 0 0 24px;
    font-weight: 700;
}
.cfp-section-subtitle {
    color: #64748b;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0 0 20px;
}
.cfp-bg-light {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px 36px;
}

.cfp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 2.2;
}
.cfp-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cfp-check {
    color: #2563eb;
    font-weight: 700;
    font-size: 1.2em;
}

/* Partners flow */
.cfp-flow-grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.cfp-flow-step {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 20px 12px;
}
.cfp-flow-circle {
    width: 52px;
    height: 52px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #2563eb;
}
.cfp-flow-circle-green {
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
}
.cfp-flow-step h4 {
    color: #1e293b;
    margin: 0 0 8px;
    font-size: 1.05em;
    font-weight: 600;
}
.cfp-flow-step p {
    color: #64748b;
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
}

/* Partners dark section */
.cfp-dark-section {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 16px;
    padding: 48px 36px;
    color: #fff;
}
.cfp-dark-title {
    font-size: 1.7em;
    margin: 0 0 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.cfp-earn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.cfp-earn-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
}
.cfp-earn-card h3 {
    color: #fff;
    margin: 0 0 12px;
    font-weight: 600;
}
.cfp-earn-amount {
    font-size: 2em;
    font-weight: 800;
    color: #25D366;
    margin: 0 0 8px;
}
.cfp-earn-desc {
    color: #94a3b8;
    font-size: 0.95em;
    margin: 0;
}

.cfp-cta-green {
    background: linear-gradient(135deg, #25D366, #1da851);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.cfp-cta-green h2 {
    font-size: 2em;
    margin: 0 0 14px;
    font-weight: 700;
    color: #fff;
}
.cfp-cta-green p {
    font-size: 1.08em;
    color: rgba(255,255,255,0.88);
    max-width: 600px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.cfp-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


.cffp-hero {
    text-align: center;
    margin-bottom: 50px;
}
.cffp-hero-title {
    color: #1e293b;
    font-size: 2.4em;
    margin: 0 0 12px;
    font-weight: 700;
}
.cffp-hero-desc {
    color: #64748b;
    font-size: 1.15em;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.cffp-notice {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 40px;
    text-align: center;
}
.cffp-notice p {
    margin: 0;
    color: #166534;
    font-size: 1.05em;
    line-height: 1.6;
}
.cffp-notice a {
    color: #25D366;
    font-weight: 600;
    text-decoration: none;
}

.cffp-factory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-bottom: 50px;
}
.cffp-factory-card {
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.cffp-factory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.cffp-card-stripe { height: 8px; }
.cffp-stripe-blue { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.cffp-stripe-teal { background: linear-gradient(135deg, #0891b2, #0e7490); }
.cffp-stripe-purple { background: linear-gradient(135deg, #7c3aed, #6d28d9); }

.cffp-card-body { padding: 24px; }
.cffp-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.cffp-card-avatar {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 700;
}
.cffp-avatar-blue { background: #e0e7ff; color: #2563eb; }
.cffp-avatar-teal { background: #cffafe; color: #0891b2; }
.cffp-avatar-purple { background: #ede9fe; color: #7c3aed; }

.cffp-card-header-text h3 {
    margin: 0;
    font-size: 1.15em;
    color: #1e293b;
}
.cffp-card-location {
    font-size: 0.85em;
    color: #64748b;
}

.cffp-card-tags { margin-bottom: 12px; }
.cffp-tag-blue {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 2px;
}
.cffp-tag-teal {
    display: inline-block;
    background: #cffafe;
    color: #155e75;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 2px;
}
.cffp-tag-purple {
    display: inline-block;
    background: #ede9fe;
    color: #5b21b6;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 2px;
}

.cffp-card-desc {
    color: #475569;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
}
.cffp-card-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cffp-card-status-green { color: #25D366; font-weight: 600; font-size: 0.9em; }
.cffp-card-status-orange { color: #f59e0b; font-weight: 600; font-size: 0.9em; }
.cffp-card-link-blue { color: #2563eb; font-size: 0.85em; }
.cffp-card-link-teal { color: #0891b2; font-size: 0.85em; }
.cffp-card-link-purple { color: #7c3aed; font-size: 0.85em; }

.cffp-cta-dark {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.cffp-cta-dark h2 {
    font-size: 2em;
    margin: 0 0 16px;
    font-weight: 700;
    color: #fff;
}
.cffp-cta-dark p {
    font-size: 1.1em;
    color: #cbd5e1;
    max-width: 620px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.cffp-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


.cfprod-breadcrumb {
    margin-bottom: 30px;
    font-size: 0.9em;
    color: #64748b;
}
.cfprod-breadcrumb a { color: #2563eb; text-decoration: none; }

.cfprod-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.cfprod-image-placeholder {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}
.cfprod-placeholder-icon { font-size: 3em; margin-bottom: 12px; opacity: 0.4; }
.cfprod-image-placeholder p {
    color: #94a3b8;
    font-size: 1em;
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
.cfprod-thumbnails {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}
.cfprod-thumb {
    width: 60px;
    height: 60px;
    background: #e2e8f0;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}

.cfprod-stock-badge {
    display: inline-block;
    background: #50C878;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 12px;
}
.cfprod-title {
    color: #1e293b;
    font-size: 2em;
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.3;
}
.cfprod-desc {
    color: #475569;
    font-size: 1.05em;
    line-height: 1.6;
    margin: 0 0 20px;
}

.cfprod-price-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.cfprod-price-label {
    color: #15803d;
    font-weight: 700;
    font-size: 1.3em;
}
.cfprod-price-note {
    color: #64748b;
    font-size: 0.9em;
    margin-left: 8px;
}

.cfprod-specs { margin-bottom: 20px; }
.cfprod-spec-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.cfprod-spec-label {
    color: #64748b;
    width: 140px;
    flex-shrink: 0;
}

.cfprod-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.cfprod-btn-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1e293b;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    border: 1px solid #cbd5e1;
}

.cfprod-table-section { margin-bottom: 50px; }
.cfprod-table-title {
    color: #1e293b;
    font-size: 1.5em;
    margin: 0 0 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #25D366;
    display: inline-block;
}
.cfprod-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}
.cfprod-table th {
    padding: 14px 16px;
    text-align: left;
    color: #475569;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
}
.cfprod-table td {
    padding: 12px 16px;
}
.cfprod-table tbody tr { border-bottom: 1px solid #f1f5f9; }
.cfprod-table tbody tr:nth-child(even) { background: #f8fafc; }
.cfprod-table td:first-child { color: #64748b; }
.cfprod-table td:last-child { color: #1e293b; }

.cfprod-factory-section { margin-bottom: 50px; }
.cfprod-factory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.cfprod-factory-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
}
.cfprod-factory-card h3 {
    color: #1e293b;
    margin: 0 0 16px;
    font-size: 1.1em;
}
.cfprod-factory-detail { line-height: 2; font-size: 0.95em; }
.cfprod-factory-detail div { display: flex; }
.cfprod-verified { color: #15803d; font-weight: 600; }
.cfprod-rating { color: #eab308; font-weight: 600; }

    .cfp-dark-section .cfp-earn-grid { grid-template-columns: 1fr; }
    .cfprod-layout { grid-template-columns: 1fr; }
    .cfprod-factory-grid { grid-template-columns: 1fr; }
    .cff-flow-grid { flex-wrap: wrap; }
    .cfp-flow-grid { flex-wrap: wrap; }
}
/* === 恢复 CTA 按钮样式（多个页面共用） === */
.cff-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.cff-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #25D366;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.08em;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cff-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.cff-btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.08em;
    border: 1px solid rgba(255,255,255,0.25);
    transition: background 0.2s;
}
.cff-btn-outline-white:hover {
    background: rgba(255,255,255,0.28);
}
/* === Products page CSS === */
.cfprod-hero {
    text-align: center;
    padding: 60px 20px 40px;
    max-width: 800px;
    margin: 0 auto;
}
.cfprod-hero h1 {
    font-size: 2.4em;
    color: #1e293b;
    margin-bottom: 16px;
    font-weight: 800;
}
.cfprod-hero-desc {
    font-size: 1.1em;
    color: #64748b;
    line-height: 1.7;
}
.cfprod-category-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 60px;
}
.cfprod-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.cfprod-category-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-align: center;
}
.cfprod-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: #3b82f6;
}
.cfprod-cat-icon {
    font-size: 3em;
    margin-bottom: 16px;
}
.cfprod-category-card h3 {
    font-size: 1.3em;
    color: #1e293b;
    margin-bottom: 8px;
    font-weight: 700;
}
.cfprod-category-card p {
    color: #64748b;
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 12px;
}
.cfprod-cat-count {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
}
.cfprod-category-card:hover .cfprod-cat-count {
    background: #dbeafe;
    color: #2563eb;
}

/* === Partner Factories tier legend === */
.cffp-tier-legend {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 16px 20px;
}
.cffp-tier-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95em;
    color: #475569;
}
.cffp-tier-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.cffp-dot-gold { background: #f59e0b; }
.cffp-dot-blue { background: #3b82f6; }
.cffp-dot-green { background: #22c55e; }

/* Tier 3 gold stripe */
.cffp-stripe-gold {
    background: linear-gradient(90deg, #f59e0b, #fbbf24) !important;
}
.cffp-card-status-gold {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.82em;
    font-weight: 700;
}

/* === Partners page: Commission structure (added 2026-07-02) === */
.cfp-commission-explain {
  max-width: 720px;
  margin: 0 auto 28px;
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e2e8f0;
}
.cfp-commission-explain strong {
  color: #fbbf24;
}

.cfp-earn-card.cfp-earn-highlight {
  border: 2px solid #fbbf24;
  position: relative;
}
.cfp-earn-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  padding: 3px 12px;
  background: #fbbf24;
  color: #1e293b;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0 0 6px 6px;
}

.cfp-rules-box {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
}
.cfp-rules-box h4 {
  margin: 0 0 12px;
  color: #fbbf24;
  font-size: 1.05rem;
}
.cfp-rules-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cfp-rules-box li {
  padding: 6px 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #cbd5e1;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cfp-rules-box li:last-child {
  border-bottom: none;
}
.cfp-rules-box li strong {
  color: #f1f5f9;
}

/* ===== Navigation Menu - Fit One Line (2026-07-03) ===== */
/* 8 menu items + logo, reduce font-size and padding to fit single line */

/* Reduce menu link font size and padding */
.main-header-menu .menu-link {
    font-size: 13px !important;
    padding: 0 0.55em !important;
}

/* Prevent menu from wrapping */
.ast-builder-menu-1 .main-header-menu {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

/* Slightly reduce logo area to give menu more room */
.site-header .site-logo-img img {
    max-height: 60px !important;
    width: auto !important;
}

.site-header .site-title {
    font-size: 20px !important;
}

/* Reduce gap between logo and menu */
.ast-builder-menu-1 {
    margin-left: 0.5em !important;
}


/* ===== Mobile Menu Fix v3 (2026-07-03 14:48) ===== */
/* Problem: hamburger click shows X but menu items invisible.
   Root cause: Astra inline CSS hides .ast-mobile-header-content by default.
   JS toggles inner .main-header-bar-navigation visibility but parent stays hidden.
   Fix: use :has() to detect toggled state, force visible. */

/* Default: hide mobile header content (when nav is closed) */
.ast-header-break-point .ast-mobile-header-content {
    display: none !important;
}

/* When hamburger is toggled, show the mobile menu content */
#ast-mobile-header:has(.menu-toggle.toggled) .ast-mobile-header-content {
    display: block !important;
}

/* Stack menu items vertically */
#ast-mobile-site-navigation .main-header-menu {
    flex-wrap: wrap !important;
    display: flex !important;
    flex-direction: column !important;
}

#ast-mobile-site-navigation .menu-item {
    width: 100% !important;
}

#ast-mobile-site-navigation .menu-link {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* === 2026-07-04 Update: factory detail sections === */
.cffp-factory-detail {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 20px;
}
.cffp-factory-detail h3 {
    margin: 0 0 10px;
    color: #1e293b;
    font-size: 1.2em;
    font-weight: 700;
}
.cffp-factory-detail p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
    font-size: 0.95em;
}

/* === 2026-07-04 Update: disabled product category cards === */
.cfprod-category-card-disabled {
    cursor: not-allowed;
    opacity: 0.75;
    background: #f8fafc;
}
.cfprod-category-card-disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: #e2e8f0;
}
.cfprod-category-card-disabled .cfprod-cat-count {
    background: #e2e8f0;
    color: #94a3b8;
}
/* === Factory Photos Update 2026-07-04 === */

/* Avatar image for factory cards (replaces text avatar) */
.cffp-card-avatar-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Factory detail photo gallery */
.cffp-detail-photos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 20px 0;
}
.cffp-detail-photos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cffp-detail-photos img:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* Product category photo (replaces emoji icon) */
.cfprod-cat-photo {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* TINOX red theme */
.cffp-factory-card.cffp-red {
    border: 1px solid #fee2e2;
}
.cffp-factory-card.cffp-red:hover {
    border-color: #dc2626;
    box-shadow: 0 6px 24px rgba(220,38,38,0.15);
}
.cffp-card-stripe.cffp-stripe-blue {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}
.cffp-tag-red {
    background: #fef2f2;
    color: #dc2626;
}
.cffp-card-link-red {
    color: #dc2626;
    font-weight: 600;
}
.cffp-card-status-blue {
    color: #1d4ed8;
    font-weight: 600;
    font-size: 13px;
}

/* Responsive: detail photos stack on mobile */
@media (max-width: 544px) {
    .cffp-detail-photos {
        grid-template-columns: 1fr;
    }
    .cffp-detail-photos img {
        height: 180px;
    }
    .cffp-card-avatar-img {
        width: 48px;
        height: 48px;
    }
    .cfprod-cat-photo {
        width: 64px;
        height: 64px;
    }
}

/* ============================================================
   社交媒体集成样式（2026-07-07）
   Header 图标 + Footer 图标 + 分享按钮
   ============================================================ */

/* ===== Header 社交图标 ===== */
@media (min-width: 922px) {
    .cfriend-header-social-wrap {
        display: flex;
        align-items: center;
        margin-left: auto;
        padding-left: 20px;
    }
}

/* ===== 社交图标通用样式 ===== */
.cfriend-social-icons {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.cfriend-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none !important;
}
.cfriend-social-icon:hover {
    transform: scale(1.15);
    opacity: 0.9;
    color: #fff !important;
}
.cfriend-social-icon svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* 各平台品牌色 */
.cfriend-social-icon.cfriend-facebook { background-color: #1877f2; }
.cfriend-social-icon.cfriend-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.cfriend-social-icon.cfriend-linkedin { background-color: #0a66c2; }
.cfriend-social-icon.cfriend-tiktok { background-color: #000; }
.cfriend-social-icon.cfriend-whatsapp { background-color: #25D366; }

/* 小尺寸（Header 用） */
.cfriend-social-sm .cfriend-social-icon {
    margin-right: 12px;
    width: 28px;
    height: 28px;
}
.cfriend-social-sm .cfriend-social-icon svg {
    width: 15px;
    height: 15px;
}
.cfriend-social-sm {
    gap: 12px;
}

/* ===== Footer 社交图标 ===== */
.cfriend-footer-social-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}
.cfriend-footer-social-row .cfriend-social-icons {
    justify-content: center;
}
.cfriend-footer-social-text {
    margin-top: 10px;
    font-size: 13px;
    color: #94a3b8;
}

/* ===== 社交分享按钮（产品/服务页面） ===== */
.cfriend-share-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
}
.cfriend-share-label {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-right: 8px;
}
.cfriend-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none !important;
}
.cfriend-share-btn:hover {
    transform: scale(1.12);
    opacity: 0.9;
    color: #fff !important;
}
.cfriend-share-btn svg {
    width: 20px;
    height: 20px;
}
.cfriend-share-facebook { background-color: #1877f2; }
.cfriend-share-twitter { background-color: #000; }
.cfriend-share-linkedin { background-color: #0a66c2; }
.cfriend-share-whatsapp { background-color: #25D366; }
.cfriend-share-email { background-color: #64748b; }

/* 移动端适配 */
@media (max-width: 921px) {
    .cfriend-header-social-wrap {
        display: none;
    }
    .cfriend-share-buttons {
        justify-content: center;
    }
    .cfriend-share-label {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
}
/* ===== 工厂出海页面缺失样式补丁 ===== */
/* 服务器 page-factory.php 使用 cff-plan-* 等类名，
   style.css 原有 cff-pricing-* / cff-flow-* 等类名，
   此处为模板类名添加映射样式 */

/* 解决方案区域 */
.cff-solution { margin-bottom: 56px; }
.cff-solution-intro {
    text-align: center;
    color: #64748b;
    font-size: 1.05em;
    margin: 0 auto 30px;
    max-width: 680px;
    line-height: 1.7;
}

/* 服务列表 */
.cff-feature-list {
    max-width: 520px;
    margin: 0 auto 32px;
    padding: 0;
    list-style: none;
}
.cff-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 1.05em;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}
.cff-feature-item:last-child { border-bottom: none; }
.cff-check {
    color: #25D366;
    font-weight: 700;
    font-size: 1.2em;
    flex-shrink: 0;
}

/* 双地运营 */
.cff-dual-location {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    max-width: 520px;
    margin: 0 auto;
}
.cff-location-icon { font-size: 2em; }
.cff-location-text { color: #475569; line-height: 1.6; }
.cff-location-text strong { color: #1e293b; font-weight: 600; }

/* 三档合作卡片 */
.cff-plans { margin-bottom: 56px; }
.cff-plans-intro {
    text-align: center;
    color: #64748b;
    font-size: 1.05em;
    margin: 0 0 40px;
}
.cff-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.cff-plan-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    transition: border-color .2s;
}
.cff-plan-card:hover { border-color: #2563eb; }
.cff-plan-recommended {
    border-color: #2563eb;
    box-shadow: 0 8px 30px rgba(37,99,235,0.12);
}
.cff-plan-badge {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
    background: #eff6ff;
    color: #2563eb;
}
.cff-plan-badge-recommended {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #fff;
    font-size: 0.78em;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 20px;
}
.cff-plan-card h3 {
    font-size: 1.35em;
    color: #1e293b;
    margin: 0 0 8px;
    font-weight: 700;
}
.cff-plan-price {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0 0 6px;
    color: #2563eb;
}
.cff-plan-unit {
    font-size: 0.45em;
    color: #94a3b8;
    font-weight: 400;
}
.cff-plan-commission {
    color: #94a3b8;
    font-size: 0.9em;
    margin: 0 0 22px;
}
.cff-plan-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 0 0 18px;
}
.cff-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.93em;
    line-height: 2.1;
}
.cff-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* 合作流程 */
.cff-process { margin-bottom: 56px; }
.cff-process-steps {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.cff-step {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 20px 12px;
}
.cff-step-number {
    width: 52px;
    height: 52px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #2563eb;
}
.cff-step h4 {
    color: #1e293b;
    margin: 0 0 8px;
    font-size: 1.05em;
    font-weight: 600;
}
.cff-step p {
    color: #64748b;
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
}

/* 成功案例 */
.cff-cases { margin-bottom: 56px; }
.cff-cases-intro {
    text-align: center;
    color: #64748b;
    font-size: 1.05em;
    margin: 0 0 40px;
}
.cff-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: left;
}

/* CTA */
.cff-cta {
    text-align: center;
    margin-bottom: 56px;
}
.cff-cta-title {
    font-size: 1.7em;
    color: #1e293b;
    margin: 0 0 12px;
    font-weight: 700;
}
.cff-cta-desc {
    color: #64748b;
    font-size: 1.05em;
    margin: 0 0 20px;
}
.cff-cta-contact {
    font-size: 1em;
    color: #475569;
    margin: 0;
}
.cff-cta-contact a { color: #2563eb; text-decoration: none; }

/* 响应式 */
@media (max-width: 768px) {
    .cff-plan-grid { grid-template-columns: 1fr; }
    .cff-process-steps { flex-wrap: wrap; }
    .cff-case-grid { grid-template-columns: 1fr; }
    .cff-dual-location { flex-direction: column; text-align: center; }
}
