/* ============================================================
   元妆风尚 - 专属样式覆盖
   行业：美妆培训 / 化妆造型教育
   配色：玫瑰酒红 + 暖金 + 柔粉中性色
   ============================================================ */

/* 顶部导航 */
.b2b-shop-header {
    background: linear-gradient(135deg, #5c2434 0%, #8b3a4a 50%, #a64d5c 100%);
    box-shadow: 0 2px 12px rgba(92,36,52,.25);
}
.b2b-shop-logo {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fce4ec;
}
.b2b-shop-nav a {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.b2b-shop-nav a:hover {
    background: rgba(201,134,125,.2);
    color: #fce4ec;
}
.b2b-shop-tel {
    font-size: 16px;
    color: #fce4ec;
}
.b2b-shop-tel a { color: #fce4ec; }

/* Banner */
.b2b-shop-banner {
    background: linear-gradient(160deg, #5c2434 0%, #8b3a4a 40%, #c9867d 100%);
    padding: 56px 0 48px;
}
.b2b-shop-banner h1 {
    font-size: 34px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
    margin-bottom: 14px;
}
.b2b-shop-banner p {
    font-size: 16px;
    opacity: 0.92;
}
.b2b-banner-service-area {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 20px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    font-size: 14px;
    color: rgba(255,255,255,.9);
    backdrop-filter: blur(4px);
}
.b2b-banner-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #d4967e, #c9867d);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(201,134,125,.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.b2b-banner-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,134,125,.45);
    text-decoration: none;
    color: #fff;
}
.b2b-banner-cta-tel {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
}
.b2b-banner-cta-text {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 2px;
}

/* 板块通用 */
.b2b-shop-section {
    padding: 52px 0;
}
.b2b-shop-section:nth-child(even) {
    background: #fdf8f7;
}
.b2b-shop-section:nth-child(odd) {
    background: #fff;
}
.b2b-shop-section-title {
    color: #5c2434;
    font-size: 26px;
    position: relative;
}
.b2b-shop-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #d4967e, #c9867d);
    margin: 10px auto 0;
    border-radius: 2px;
}
.b2b-shop-section-en {
    color: #c9a0a0;
    letter-spacing: 3px;
}
.b2b-shop-section-desc {
    color: #7a5a62;
}

/* 关于我们 */
.b2b-about-text {
    color: #4a2c34;
    line-height: 2.1;
    font-size: 15px;
}
.b2b-about-stat-num {
    color: #8b3a4a;
    font-size: 30px;
}
.b2b-about-stat-label {
    color: #a07a82;
}
.b2b-about-image img {
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(92,36,52,.12);
    border: 3px solid #f5dede;
}
.b2b-about-contact {
    margin-top: 24px;
    padding: 16px 20px;
    background: #fdf5f4;
    border-radius: 8px;
    border-left: 4px solid #c9867d;
}
.b2b-about-contact p {
    margin: 6px 0;
    font-size: 14px;
    color: #5a3a42;
}
.b2b-about-contact strong {
    color: #5c2434;
}

/* 通用段落介绍 */
.b2b-section-intro {
    margin: 20px 0 28px;
    padding: 16px 20px;
    background: #fdf5f4;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.9;
    color: #4a2c34;
    border-left: 3px solid #d4967e;
}

/* 产品中心 */
.b2b-product-card {
    border-radius: 10px;
    border: 1px solid #f5dede;
    overflow: hidden;
}
.b2b-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(92,36,52,.12);
    border-color: #c9867d;
}
.b2b-product-card img {
    height: 190px;
}
.b2b-product-card-title {
    color: #8b3a4a;
    font-weight: 600;
}

/* 规格表格 */
.b2b-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}
.b2b-spec-table thead th {
    background: #5c2434;
    color: #fce4ec;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.b2b-spec-table tbody td {
    padding: 11px 16px;
    border-bottom: 1px solid #f5dede;
    color: #4a2c34;
}
.b2b-spec-table tbody tr:nth-child(even) {
    background: #fdf8f7;
}
.b2b-spec-table tbody tr:hover {
    background: #faf0ee;
}

/* 核心优势 */
.b2b-advantage-card {
    border-radius: 10px;
    border: 1px solid #f5dede;
    padding: 32px 20px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.b2b-advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(92,36,52,.1);
    border-color: #c9867d;
}
.b2b-advantage-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #fdf5f4, #f5dede);
    border-radius: 50%;
    font-size: 28px;
}
.b2b-advantage-title {
    color: #5c2434;
}
.b2b-advantage-desc {
    color: #7a5a62;
}

/* 服务流程 */
.b2b-process-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 16px;
    border: 1px solid #f5dede;
    transition: border-color 0.2s;
}
.b2b-process-card:hover {
    border-color: #c9867d;
}
.b2b-process-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #8b3a4a, #a64d5c);
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}
.b2b-process-title {
    color: #5c2434;
}
.b2b-process-desc {
    color: #7a5a62;
}

/* 联系我们 */
.b2b-contact-card {
    border-radius: 10px;
    border: 1px solid #f5dede;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.b2b-contact-card:hover {
    border-color: #c9867d;
    box-shadow: 0 4px 12px rgba(201,134,125,.12);
}
.b2b-contact-value a {
    color: #8b3a4a;
    font-weight: bold;
}
.b2b-contact-value a:hover {
    color: #c9867d;
}

/* 推荐链接 */
.b2b-recommend-wrap {
    background: #fdf8f7;
    padding: 40px 20px;
}
.b2b-recommend-links a {
    background: #fdf5f4;
    color: #7a5a62;
}
.b2b-recommend-links a:hover {
    background: #f5dede;
    color: #5c2434;
}

/* 底部 */
.b2b-shop-footer {
    background: #2d1219;
    color: #c9a0a0;
}
.b2b-shop-footer a {
    color: #c9a0a0;
}

/* 手机端悬浮拨号按钮 */
@media (max-width: 768px) {
    .b2b-mobile-call-btn {
        background: linear-gradient(135deg, #8b3a4a, #a64d5c);
        box-shadow: 0 2px 8px rgba(92,36,52,.35);
    }
    .b2b-mobile-call-btn:hover {
        box-shadow: 0 4px 12px rgba(92,36,52,.45);
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .b2b-shop-banner {
        padding: 36px 0 32px;
    }
    .b2b-shop-banner h1 {
        font-size: 24px;
    }
    .b2b-banner-cta {
        padding: 12px 28px;
    }
    .b2b-banner-cta-tel {
        font-size: 18px;
    }
    .b2b-shop-section {
        padding: 36px 0;
    }
    .b2b-shop-section-title {
        font-size: 22px;
    }
    .b2b-about-contact {
        padding: 12px 14px;
    }
    .b2b-section-intro {
        padding: 12px 14px;
        font-size: 14px;
    }
    .b2b-spec-table {
        font-size: 13px;
    }
    .b2b-spec-table thead th,
    .b2b-spec-table tbody td {
        padding: 8px 10px;
    }
}
