/* 首页底部营销区块 - 参考 GroupMClick 移动版结构 */
.gm-home-section {
    padding: 8px 16px 24px;
    color: var(--home-text, #f0f0f0);
}

.gm-section-head {
    text-align: center;
    padding: 28px 8px 20px;
}

.gm-section-head h2 {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    background: linear-gradient(135deg, #f7e7a3 0%, #e8c96a 45%, #c9a227 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gm-section-head p {
    margin: 0 auto;
    max-width: 360px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
}

.gm-service-card,
.gm-solution-card,
.gm-why-card,
.gm-case-card {
    margin: 0 0 16px;
    padding: 18px 16px;
    border-radius: 18px;
    background: linear-gradient(145deg, #2a2418 0%, #252525 45%, #1e1e1e 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.gm-service-card__icon,
.gm-solution-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
}

.gm-service-card__icon img,
.gm-solution-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gm-service-card h3,
.gm-solution-card h3,
.gm-why-card h3,
.gm-case-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
    color: #f5f0e6;
    line-height: 1.35;
}

.gm-service-card__desc,
.gm-solution-card__desc,
.gm-case-card__desc {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
}

.gm-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gm-feature-list li {
    position: relative;
    padding: 9px 0 9px 24px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gm-feature-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.gm-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1b76ff;
    box-shadow: 0 0 0 3px rgba(27, 118, 255, 0.15);
}

.gm-feature-list--purple li::before {
    background: #782ce4;
    box-shadow: 0 0 0 3px rgba(120, 44, 228, 0.15);
}

.gm-feature-list--red li::before {
    background: #d8162c;
    box-shadow: 0 0 0 3px rgba(216, 22, 44, 0.15);
}

.gm-feature-list--gold li::before {
    background: #ffcd1d;
    box-shadow: 0 0 0 3px rgba(255, 205, 29, 0.15);
}

.gm-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 8px;
}

.gm-problem-item {
    min-height: 96px;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.gm-solution-card--media {
    padding: 0;
    overflow: hidden;
}

.gm-solution-card__cover {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #111;
}

.gm-solution-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-solution-card__body {
    padding: 18px 16px 20px;
}

.gm-solution-card--cta {
    background: linear-gradient(135deg, #ff961b 0%, #f57c00 100%);
    border-color: rgba(255, 150, 27, 0.35);
    text-align: center;
}

.gm-solution-card--cta h3,
.gm-solution-card--cta p {
    color: #fff !important;
}

.gm-solution-card__btn {
    display: inline-block;
    margin-top: 14px;
    padding: 12px 24px;
    border-radius: 12px;
    background: #fff;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}

.gm-why-card__badge {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #e8c96a;
}

.gm-why-card__title {
    font-size: 22px !important;
    text-align: center;
}

.gm-why-card__chart {
    margin: 16px auto;
    max-width: 280px;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
}

.gm-why-card__chart img {
    width: 100%;
    height: auto;
    display: block;
}

.gm-why-list .gm-feature-list li::before {
    background: #e8c96a;
    box-shadow: 0 0 0 3px rgba(232, 201, 106, 0.15);
}

.gm-case-card {
    padding: 0;
    overflow: hidden;
}

.gm-case-card__cover {
    height: 180px;
    overflow: hidden;
}

.gm-case-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-case-card__body {
    padding: 16px;
}

.gm-case-card__tag {
    font-size: 14px;
    color: #ff961b;
    font-weight: 600;
    margin-bottom: 8px;
}

.gm-case-card__metric {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
}

.gm-case-card__metric strong {
    color: #ff961b;
    font-size: 26px;
    margin-right: 6px;
}

.gm-case-more {
    display: block;
    width: calc(100% - 32px);
    max-width: 360px;
    margin: 4px auto 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff961b 0%, #f57c00 100%);
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 150, 27, 0.25);
}

.gm-partners {
    text-align: center;
    padding: 10px 0 18px;
}

.gm-partners p {
    margin: 0 0 16px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.gm-partners__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 10px;
    padding: 0 8px;
}

.gm-partners__grid img {
    width: 100%;
    max-height: 34px;
    object-fit: contain;
    opacity: 0.9;
}

.gm-home-footer {
    text-align: center;
    padding: 18px 8px 8px;
    color: #8b90a8;
    font-size: 14px;
}

.gm-home-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
}

.gm-home-footer__links a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
}

.gm-cert-preview {
    display: none;
    margin: 0 0 16px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
}

.gm-cert-preview.is-open {
    display: block;
}

.gm-cert-preview img {
    width: 100%;
    height: auto;
    display: block;
}
