/* ================================================================
   产品中心 — products 专属样式
================================================================ */

/* ---- Page Hero（各页面共用小型 Hero） ---- */
.acp-page-hero {
    position: relative;
    padding: 80px 24px 70px;
    background: linear-gradient(135deg, #34217a 0%, #24211c 100%);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
}
.acp-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
.acp-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(52,33,122,.88) 0%, rgba(36,33,28,.80) 100%);
    pointer-events: none;
}
.acp-page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}
.acp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.55);
    margin-bottom: 16px;
}
.acp-breadcrumb a {
    color: rgba(255,255,255,.65);
    text-decoration: none;
}
.acp-breadcrumb a:hover { color: #e83f1e; }
.acp-breadcrumb span { color: rgba(255,255,255,.4); }
.acp-page-hero__title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.acp-page-hero__subtitle {
    font-size: 18px;
    color: rgba(255,255,255,.72);
    margin: 0;
    line-height: 1.6;
    max-width: 620px;
}

/* ---- 产品分类标题 ---- */
.acp-product-category {
    font-size: 22px;
    font-weight: 800;
    color: var(--acp-secondary);
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #e83f1e;
    display: inline-block;
    letter-spacing: -0.02em;
}
.acp-section--dark .acp-product-category { color: #ffffff; }

/* ---- 卡片式产品（顶部图片） ---- */
.acp-product-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.acp-product-card-wrap__img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(52,33,122,.18);
}
.acp-product-card-wrap__img img {
    width: 100%;
    height: auto;
    display: block;
}
.acp-product-card-wrap__title {
    font-size: 28px;
    font-weight: 800;
    margin: 8px 0 12px;
    letter-spacing: -0.02em;
    color: var(--acp-text);
}
.acp-product-card-wrap__title.text-white { color: #ffffff; }
.acp-product-card-wrap__subtitle {
    font-size: 15px;
    color: var(--acp-text-muted);
    margin: 0 0 24px;
    line-height: 1.7;
}
.acp-section--dark .acp-product-card-wrap__subtitle { color: rgba(255,255,255,.65); }

/* ---- 左右分栏产品 ---- */
.acp-product-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.acp-product-feature--reverse { direction: rtl; }
.acp-product-feature--reverse > * { direction: ltr; }
.acp-product-feature__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(52,33,122,.20);
}
.acp-product-feature__media img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
}
.acp-product-feature__media:hover img { transform: scale(1.03); }
.acp-product-feature__title {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--acp-text);
}
.acp-product-feature__title.text-white { color: #ffffff; }
.acp-product-feature__subtitle {
    font-size: 16px;
    color: var(--acp-text-muted);
    margin: 0 0 28px;
    line-height: 1.7;
}
.acp-section--dark .acp-product-feature__subtitle { color: rgba(255,255,255,.65); }

/* ---- 特性列表 ---- */
.acp-feature-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.acp-feature-list__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.acp-feature-list__icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232,63,30,.1);
    border-radius: 8px;
}
.acp-section--dark .acp-feature-list__icon { background: rgba(255,255,255,.1); }
.acp-feature-list__item > div strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--acp-text);
    margin-bottom: 2px;
}
.acp-section--dark .acp-feature-list__item > div strong { color: #ffffff; }
.acp-feature-list__item > div p {
    margin: 0;
    font-size: 13px;
    color: var(--acp-text-muted);
    line-height: 1.6;
}
.acp-section--dark .acp-feature-list__item > div p { color: rgba(255,255,255,.55); }

/* ---- 角标 ---- */
.acp-badge {
    display: inline-block;
    padding: 3px 12px;
    background: #e83f1e;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.acp-badge--float {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    margin: 0;
}

/* ---- 响应式 ---- */
@media (max-width: 900px) {
    .acp-product-feature { grid-template-columns: 1fr; gap: 32px; }
    .acp-product-feature--reverse { direction: ltr; }
    .acp-product-card-wrap { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 768px) {
    .acp-page-hero { padding: 56px 20px 48px; }
    .acp-product-feature__title { font-size: 26px; }
}
