/* 第四项业务 · 易付通进件（HTML/CSS 还原设计稿） */
.service-entry {
    margin-top: 2.75rem;
    padding: 2.25rem 1.5rem 1.75rem;
    background: linear-gradient(180deg, #f3f8fc 0%, #fafcff 55%, #fff 100%);
    border: 1px solid #e6eef6;
    border-radius: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .service-entry {
        padding: 2.75rem 2.25rem 2rem;
    }
}

.service-entry__head {
    text-align: center;
    margin-bottom: 2rem;
}

.service-entry__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.375rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.35;
    color: #102a43;
    letter-spacing: 0.01em;
}

.service-entry__subtitle {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: #6b7c93;
}

@media (min-width: 768px) {
    .service-entry__subtitle {
        font-size: 0.875rem;
    }
}

.service-entry__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
    .service-entry__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

.service-entry__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 0.875rem;
    box-shadow: 0 6px 24px rgba(16, 42, 67, 0.05);
    overflow: visible;
}

.service-entry__card-head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.375rem 1.375rem 0.75rem;
}

.service-entry__num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(145deg, #4d9dff 0%, #1668e3 100%);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(22, 104, 227, 0.25);
}

.service-entry__card-title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.35;
    color: #102a43;
}

.service-entry__card-desc {
    margin: 0;
    padding: 0 1.375rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: #6b7c93;
}

.service-entry__illus {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.5rem;
    padding: 0.5rem 1rem 1.25rem;
    background: linear-gradient(180deg, rgba(240, 247, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

.service-entry__illus img {
    display: block;
    width: 100%;
    max-width: 15rem;
    height: auto;
    object-fit: contain;
}

.service-entry__card-foot {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0.875rem 0.875rem;
    margin-top: auto;
    padding: 0.875rem 0.75rem;
    background: #eef4ff;
    border: 1px solid #e3ebf7;
    border-radius: 0.5rem;
}

.service-entry__foot-icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: block;
    object-fit: contain;
    object-position: center;
}

.service-entry__foot-text {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    min-width: 0;
    flex: 1;
}

.service-entry__foot-muted {
    font-size: 0.75rem;
    line-height: 1.45;
    color: #666;
    font-weight: 400;
}

.service-entry__foot-em {
    font-size: clamp(0.6875rem, 1.6vw, 0.8125rem);
    line-height: 1.5;
    color: #1f71ff;
    font-weight: 700;
    overflow-wrap: anywhere;
}

/* 在线签约渠道 · 价格列表 */
.service-entry__channels {
    margin-bottom: 1.125rem;
    padding: 1.25rem 1rem 1rem;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 0.875rem;
    box-shadow: 0 4px 18px rgba(16, 42, 67, 0.04);
}

@media (min-width: 768px) {
    .service-entry__channels {
        padding: 1.5rem 1.375rem 1.25rem;
    }
}

.service-entry__channels-head {
    margin-bottom: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #eef2f7;
}

.service-entry__channels-title {
    margin: 0 0 0.375rem;
    font-size: 1rem;
    font-weight: 800;
    color: #102a43;
}

.service-entry__channels-sub {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #6b7c93;
    overflow-wrap: anywhere;
}

.service-entry__price-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .service-entry__price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .service-entry__price-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.service-entry__price-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    padding: 1rem 0.875rem;
    background: #fafbfc;
    border: 1px solid #edf0f4;
    border-radius: 0.625rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.service-entry__price-card:hover {
    border-color: #d6e4ff;
    box-shadow: 0 4px 14px rgba(22, 104, 227, 0.08);
}

.service-entry__price-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0.375rem;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 0.5rem;
    overflow: visible;
}

.service-entry__price-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.service-entry__price-body {
    min-width: 0;
    flex: 1;
}

.service-entry__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
    margin-bottom: 0.375rem;
}

.service-entry__price-name {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.5;
    color: #102a43;
    flex: 1 1 8rem;
}

.service-entry__price-tag {
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fa8c16;
    white-space: nowrap;
}

.service-entry__price-desc {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #8c9bab;
    overflow-wrap: anywhere;
}

.service-entry__fee-board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    background: linear-gradient(90deg, #f7faff 0%, #f3f8ff 100%);
    border: 1px solid #e3ebf7;
    border-radius: 0.625rem;
}

@media (min-width: 768px) {
    .service-entry__fee-board {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
}

.service-entry__fee-item {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.service-entry__fee-label {
    font-size: 0.6875rem;
    color: #8c9bab;
}

.service-entry__fee-value {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1f71ff;
}

.service-entry__bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.125rem;
    background: linear-gradient(90deg, #edf4ff 0%, #f7fbff 100%);
    border: 1px solid #d8e8fb;
    border-radius: 0.875rem;
}

@media (min-width: 768px) {
    .service-entry__bar {
        grid-template-columns: auto 1fr auto;
        gap: 1.25rem 1.5rem;
        padding: 1.125rem 1.5rem;
    }
}

.service-entry__bar-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.service-entry__bar-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(145deg, #4d9dff 0%, #1668e3 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(22, 104, 227, 0.22);
}

.service-entry__bar-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.service-entry__bar-label {
    font-size: 1.0625rem;
    font-weight: 800;
    color: #102a43;
    white-space: nowrap;
}

.service-entry__bar-desc {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.65;
    color: #6b7c93;
}

.service-entry__bar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    padding: 0.8125rem 1.75rem;
    background: linear-gradient(145deg, #4d9dff 0%, #1668e3 100%);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(22, 104, 227, 0.28);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .service-entry__bar-btn {
        justify-self: end;
    }
}

.service-entry__bar-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(22, 104, 227, 0.34);
}
