@media (min-width: 992px) {
    .col-lg-5ths {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        flex: 0 0 auto;
        width: 20%;
    }
}

.home-business-page {
    --home-mobile-cta-height: 0px;
    background: var(--home-page);
    color: var(--home-ink);
    overflow-x: hidden;
}

.home-hero {
    position: relative;
    background:
        linear-gradient(90deg, rgba(8, 34, 78, 0.98), rgba(14, 74, 159, 0.94)),
        #0d3679;
    color: #ffffff;
    padding: 56px 0 78px;
    overflow: hidden;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: 48px;
    min-width: 0;
}

.home-hero-copy {
    max-width: 690px;
    min-width: 0;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b8d4ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.home-eyebrow i {
    color: var(--home-orange);
}

.home-hero h1 {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.home-hero h1 span {
    display: block;
}

.home-hero-lead {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 800;
}

.home-hero-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.home-btn-primary,
.home-btn-orange,
.home-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 20px;
    border-radius: 6px;
    font-weight: 700;
    white-space: nowrap;
}

.home-btn-primary {
    background: var(--home-blue);
    border: 1px solid var(--home-blue);
    color: #ffffff;
}

.home-btn-primary:hover {
    background: #0f49b0;
    border-color: #0f49b0;
    color: #ffffff;
}

.home-btn-orange {
    background: var(--home-orange);
    border: 1px solid var(--home-orange);
    color: #ffffff;
}

.home-btn-orange:hover {
    background: var(--home-orange-dark);
    border-color: var(--home-orange-dark);
    color: #ffffff;
}

.home-btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.home-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.home-hero-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffd5b8;
    font-weight: 700;
    min-width: 0;
    overflow-wrap: anywhere;
}

.home-hero-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.home-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.home-hero-tags i {
    color: #7dd3fc;
}

.home-hero-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 14px;
}

.home-hero-stats span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-hero-stats i {
    color: #cce5ff;
}

.home-hero-visual {
    min-height: 360px;
}

.home-hero-image-wrap {
    position: relative;
    overflow: hidden;
    width: min(460px, 100%);
    aspect-ratio: 4 / 3;
    margin-left: auto;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(15, 43, 88, 0.22);
}

.home-hero-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-visual-stage {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: transparent;
}

.home-visual-stage img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    mix-blend-mode: screen;
    opacity: 0.98;
}

.home-hero-arrow {
    position: absolute;
    top: 42%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
}

.home-hero-arrow-left {
    left: 22px;
}

.home-hero-arrow-right {
    right: 22px;
}

.home-hero-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.home-hero-dots span {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: transparent;
}

.home-hero-dots span.active {
    width: 18px;
    border-radius: 999px;
    background: #ffffff;
}

.home-certificate {
    position: absolute;
    width: 150px;
    height: 210px;
    padding: 18px 16px;
    border: 1px solid rgba(15, 91, 204, 0.24);
    border-radius: 6px;
    background: #ffffff;
    color: var(--home-blue-dark);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.home-certificate::before,
.home-certificate::after {
    content: '';
    display: block;
    height: 1px;
    margin-top: 16px;
    background: #e5edf7;
}

.home-certificate span {
    display: block;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.home-certificate strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 42px auto 0;
    border: 2px solid var(--home-orange);
    border-radius: 50%;
    color: var(--home-orange);
    font-size: 26px;
}

.home-certificate-left {
    left: 18px;
    top: 74px;
}

.home-certificate-main {
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
    width: 168px;
    height: 238px;
    z-index: 2;
}

.home-certificate-right {
    right: 18px;
    top: 86px;
}

.home-shield-mark {
    position: absolute;
    left: 50%;
    top: 210px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    transform: translateX(-50%);
    border-radius: 8px;
    background: linear-gradient(180deg, #2b7bf0, #0d4aa7);
    color: #ffffff;
    font-size: 46px;
    box-shadow: 0 16px 34px rgba(0, 37, 92, 0.28);
}

.home-dashboard-card {
    position: absolute;
    right: 34px;
    bottom: 26px;
    width: 250px;
    padding: 16px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--home-ink);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.home-dashboard-head,
.home-dashboard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-dashboard-head {
    margin-bottom: 14px;
    font-weight: 800;
}

.home-dashboard-head i {
    color: var(--home-blue);
}

.home-dashboard-row {
    margin-top: 10px;
    color: var(--home-muted);
    font-size: 13px;
}

.home-dashboard-row b {
    color: var(--home-ink);
}

.home-dashboard-line {
    height: 7px;
    margin-top: 7px;
    border-radius: 4px;
    background: #edf2f8;
    overflow: hidden;
}

.home-dashboard-line span {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: var(--home-blue);
}

.home-dashboard-line-orange span {
    background: var(--home-orange);
}

.home-quick-wrap {
    margin-top: -44px;
    position: relative;
    z-index: 4;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.home-quick-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 18px 14px;
    color: var(--home-ink);
    border-right: 1px solid #edf2f8;
    border-bottom: 1px solid #edf2f8;
    transition: background 0.18s, color 0.18s;
    overflow: visible;
}

.home-quick-item:nth-child(6n) {
    border-right: 0;
}

.home-quick-item:nth-child(3n) {
    border-right: 1px solid #edf2f8;
}

.home-quick-item:hover {
    color: var(--home-blue);
    background: #f4f8ff;
}

.home-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(21, 91, 213, 0.10);
    transition: transform 0.2s;
}

.home-quick-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.home-quick-item:hover .home-quick-icon {
    transform: scale(1.08);
}

.home-quick-item:nth-child(3n+1) .home-quick-icon { background: #e8f0ff; color: #1a5fd8; }
.home-quick-item:nth-child(3n+2) .home-quick-icon { background: #fff3e8; color: #e06800; }
.home-quick-item:nth-child(3n)   .home-quick-icon { background: #e6fbf7; color: #0f9e8e; }

.home-quick-item .home-quick-icon--image {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    object-fit: contain;
}

.home-quick-item .home-quick-icon--image img,
.home-quick-item img.home-quick-icon--image {
    width: 52px;
    height: 52px;
}

.home-quick-item:hover .home-quick-icon--image {
    transform: scale(1.03);
}

.home-quick-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.home-quick-item strong {
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-quick-item small {
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: visible;
}

.home-main {
    padding-top: 16px;
}

.home-section {
    padding: 42px 0;
}

.home-section-soft {
    background: #ffffff;
    border-top: 1px solid #edf2f8;
    border-bottom: 1px solid #edf2f8;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.home-section-kicker {
    display: block;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.home-section-head h2,
.home-advantage-copy h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
}

.home-section-more,
.home-section-note {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 700;
}

.home-section-more:hover {
    color: var(--home-blue);
}

.home-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-panel-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 260px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 24px rgba(18, 45, 82, 0.08);
}

.home-panel-blue   { background: #eef4ff; }
.home-panel-orange { background: #fff4ea; }
.home-panel-teal   { background: #e8faf6; }

.home-panel-body {
    flex: 1 1 0;
    min-width: 0;
    padding: 28px 0 28px 28px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.home-panel-card h2 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 800;
}

.home-panel-blue   h2 { color: #1a5fd8; }
.home-panel-orange h2 { color: #e06800; }
.home-panel-teal   h2 { color: #0a8c7c; }

.home-panel-subtitle {
    margin: 0 0 16px;
    font-size: 13px;
}

.home-panel-blue   .home-panel-subtitle { color: #1a5fd8; }
.home-panel-orange .home-panel-subtitle { color: #e06800; }
.home-panel-teal   .home-panel-subtitle { color: #0a8c7c; }

.home-panel-card ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0 0 22px;
    color: #2c3e50;
    line-height: 2;
    font-size: 13px;
}

.home-panel-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    align-self: flex-start;
    transition: opacity 0.18s;
}

.home-panel-btn:hover { opacity: 0.88; color: #fff; }

.home-panel-blue   .home-panel-btn { background: #1a5fd8; }
.home-panel-orange .home-panel-btn { background: #e06800; }
.home-panel-teal   .home-panel-btn { background: #0a8c7c; }

.home-panel-visual {
    flex: 0 0 180px;
    width: 180px;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 12px 16px;
}

.home-panel-visual img {
    width: 100%;
    height: auto;
    max-height: 200px;
    display: block;
    object-fit: contain;
    object-position: bottom center;
}

.home-service-card {
    height: 100%;
    padding: 20px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(18, 45, 82, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 91, 213, 0.32);
    box-shadow: 0 14px 28px rgba(18, 45, 82, 0.11);
}

.home-service-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.home-service-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 8px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 21px;
}

.home-service-card-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

img.home-service-card-icon.home-service-icon-image {
    display: block;
    object-fit: contain;
    background: transparent !important;
}

.home-service-card-qifu .home-service-card-icon,
.home-service-card-hot .home-service-card-icon {
    background: var(--home-orange-soft);
    color: var(--home-orange);
}

.home-service-card-title {
    min-width: 0;
    margin: 0;
    color: var(--home-ink);
    font-size: 17px;
    font-weight: 800;
}

.home-service-card-desc {
    min-height: 44px;
    margin: 0 0 18px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.7;
}

.home-service-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.home-service-card-price {
    color: var(--home-orange);
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.3;
}

.home-service-card .home-member-badge {
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 2px;
}

.home-service-card-cover {
    position: relative;
    overflow: hidden;
}

.home-service-card-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.home-service-card-cover-image {
    display: block;
    object-fit: contain;
    background: transparent !important;
}

.home-service-card-cover span,
.home-service-card-cover i,
.home-service-card-sold {
    display: none;
}

.home-service-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(21, 91, 213, 0.28);
    border-radius: 6px;
    color: var(--home-blue);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.home-service-card-link:hover {
    background: var(--home-blue);
    border-color: var(--home-blue);
    color: #ffffff;
}

.home-status-card {
    padding: 28px;
    border: 1px dashed var(--home-line);
    border-radius: 8px;
    color: var(--home-muted);
    background: #ffffff;
}

.home-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-solution-card {
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(18, 45, 82, 0.06);
}

.home-solution-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 23px;
}

.home-solution-card:nth-child(2) .home-solution-icon {
    background: var(--home-orange-soft);
    color: var(--home-orange);
}

.home-solution-card:nth-child(3) .home-solution-icon {
    background: #e8fbf8;
    color: var(--home-teal);
}

.home-solution-card h3 {
    margin: 0 0 10px;
    color: var(--home-ink);
    font-size: 18px;
    font-weight: 800;
}

.home-solution-card p {
    min-height: 72px;
    margin: 0 0 16px;
    color: var(--home-muted);
    line-height: 1.7;
    font-size: 14px;
}

.home-solution-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-solution-foot span {
    color: var(--home-orange);
    font-weight: 800;
}

.home-solution-foot a {
    color: var(--home-blue);
    font-weight: 800;
}

.home-advantage-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.72fr);
    align-items: stretch;
    min-height: 218px;
    border: 1px solid #e7edf6;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 35, 66, 0.09);
}

.home-advantage-content {
    display: grid;
    grid-template-columns: minmax(180px, 0.64fr) minmax(300px, 1.36fr);
    gap: 20px;
    align-items: center;
    padding: 34px 28px 34px 30px;
    min-width: 0;
}

.home-advantage-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-advantage-copy h2 {
    color: var(--home-ink);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
}

.home-advantage-copy p {
    margin: 0 0 34px;
    color: #747e8c;
    line-height: 1.55;
    font-size: 16px;
    font-weight: 700;
}

.home-advantage-btn {
    align-self: flex-start;
    min-width: 112px;
    min-height: 52px;
    padding: 12px 24px;
    border: 1px solid var(--home-blue);
    border-radius: 7px;
    background: #ffffff;
    color: var(--home-blue);
    font-size: 16px;
    font-weight: 800;
}

.home-advantage-btn:hover {
    background: var(--home-blue);
    color: #ffffff;
}

.home-advantage-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    gap: 14px;
    align-items: center;
}

.home-advantage-feature {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-advantage-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #f2f5fa;
    color: var(--home-blue);
    font-size: 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-advantage-feature strong {
    color: #2f3440;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
}

.home-advantage-feature span:last-child {
    margin-top: 8px;
    color: #7a8391;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.home-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    padding: 40px 24px 32px 58px;
    background: linear-gradient(135deg, #1f6de9 0%, #0751cc 50%, #0648b8 100%);
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
}

.home-metric-card {
    min-width: 0;
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.home-metric-card:last-child {
    border-right: none;
}

.home-metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 28px;
    margin-bottom: 13px;
}

.home-metric-card strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    white-space: nowrap;
}

.home-metric-label {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.home-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.home-process-item {
    position: relative;
    min-height: 170px;
    padding: 20px 14px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
}

.home-process-num {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #b7c4d5;
    font-weight: 800;
}

.home-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    border-radius: 8px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 22px;
}

.home-process-item:nth-child(even) .home-process-icon {
    background: var(--home-orange-soft);
    color: var(--home-orange);
}

.home-process-item h3 {
    margin: 0 0 8px;
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 800;
}

.home-process-item p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.6;
}

.home-news-section {
    padding-bottom: 28px;
    background: #ffffff;
}

.home-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.home-news-tabs {
    display: flex;
    align-items: center;
    gap: 26px;
}

.home-news-category-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.home-news-tabs h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 26px;
    font-weight: 800;
}

.home-news-category-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #5c6b82;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-news-category-tabs a:hover,
.home-news-category-tabs a.active {
    color: var(--home-blue);
    border-color: rgba(21, 91, 213, 0.18);
    background: var(--home-blue-soft);
}

.home-news-more {
    color: #6d7a8c;
    font-weight: 700;
    white-space: nowrap;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.home-news-column {
    min-width: 0;
    border-top: 1px solid #edf2f8;
    padding-top: 14px;
}

.home-news-column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.home-news-column-head a {
    overflow: hidden;
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news-column-head a:hover {
    color: var(--home-blue);
}

.home-news-column-head span {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
}

.home-news-feature {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-height: 88px;
}

.home-news-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    overflow: hidden;
    border-radius: 6px;
    color: #ffffff;
    background: #e8f0fb;
    box-shadow: inset 0 0 0 1px rgba(13, 79, 172, 0.05);
}

.home-news-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.home-news-cover:hover img {
    transform: scale(1.04);
}

.home-news-feature-body {
    min-width: 0;
}

.home-news-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news-title:hover {
    color: var(--home-blue);
}

.home-news-feature-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 10px;
    color: #6c7b90;
    font-size: 13px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #9aa6b5;
    font-size: 12px;
}

.home-news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.home-news-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.home-news-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    color: #768499;
    font-size: 14px;
}

.home-news-list li span {
    color: #7f8da1;
    font-weight: 700;
}

.home-news-list li a {
    overflow: hidden;
    color: #334863;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news-list li a:hover {
    color: var(--home-blue);
}

.home-news-list time {
    color: #9aa6b5;
    text-align: right;
}

.home-news-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    border: 1px dashed #d8e2ef;
    border-radius: 8px;
    background: #f8fbff;
    color: #8a98aa;
    font-size: 14px;
    font-weight: 700;
}

.home-news-empty-wide {
    grid-column: 1 / -1;
}

.home-final-cta {
    padding: 18px 0 28px;
    background: #ffffff;
}

.home-final-banner {
    width: 1320px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f7fb;
}

.home-final-banner-link,
.home-final-banner-link:hover,
.home-final-banner-link:focus {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.home-final-banner-img {
    display: block;
    width: 1320px;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
}

.home-business-page .footer,
.home-footer {
    margin-top: 0;
    padding: 0;
    background: #0b1f38;
    color: rgba(255, 255, 255, 0.72);
}

.home-footer-main {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 230px;
    gap: 42px;
    padding: 38px 0 31px;
}

.home-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.home-footer-logo i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 8px;
    font-size: 23px;
}

.home-footer-logo strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.home-footer-logo span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.home-footer-brand p {
    margin: 22px 0 24px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    line-height: 1.9;
}

.home-footer-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.home-footer-phone-text {
    min-width: 0;
}

.home-footer-phone i {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 20px;
}

.home-footer-phone strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
}

.home-footer-phone span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.home-footer-phone-qrs {
    display: none;
}

.home-footer-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.home-footer-column h5 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.home-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-footer-column li + li {
    margin-top: 8px;
}

.home-footer-column a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.home-footer-column a:hover {
    color: #ffffff;
}

.home-footer-qrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-footer-qr-item {
    text-align: center;
}

.home-footer-qr-code {
    width: 82px;
    height: 82px;
    margin: 0 auto 10px;
    overflow: hidden;
    border: 6px solid #ffffff;
    background: #ffffff;
}

.home-footer-qr-code img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-footer-qr-item strong,
.home-footer-qr-item span {
    display: block;
}

.home-footer-qr-item strong {
    color: #ffffff;
    font-size: 13px;
}

.home-footer-qr-item span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.home-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
}

.home-footer-bottom span {
    flex: 0 0 auto;
}

.home-footer-record-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.home-footer-record-separator {
    display: inline-flex;
    margin: 0 16px;
    color: rgba(255, 255, 255, 0.24);
}

.home-footer-bottom a {
    color: inherit;
    display: inline;
    margin-bottom: 0;
    text-decoration: none;
}

.home-footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.72);
    padding-left: 0;
}

@media (max-width: 1200px) {
    .home-advantage-wrap {
        grid-template-columns: 1fr;
    }

    .home-advantage-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-metric-grid {
        clip-path: none;
        padding: 34px 28px;
    }

    .home-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-quick-item:nth-child(3n) {
        border-right: 0;
    }

    .home-quick-item:nth-child(6n) {
        border-right: 1px solid #edf2f8;
    }

    .home-quick-item:nth-child(3n) {
        border-right: 1px solid #edf2f8;
    }

    .home-quick-item:nth-child(4),
    .home-quick-item:nth-child(5),
    .home-quick-item:nth-child(6) {
        border-bottom: 1px solid #edf2f8;
    }

    .home-quick-item:nth-child(5),
    .home-quick-item:nth-child(6) {
        border-bottom: 0;
    }

    .home-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .home-hero {
        padding-bottom: 70px;
    }

    .home-hero-grid,
    .home-advantage-wrap {
        grid-template-columns: 1fr;
    }

    .home-advantage-content {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px;
    }

    .home-advantage-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-metric-grid {
        clip-path: none;
        padding: 34px 28px;
    }

    .home-hero h1 {
        font-size: 34px;
    }

    .home-panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-solution-grid,
    .home-news-grid,
    .home-footer-main {
        grid-template-columns: 1fr;
    }

    .home-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-footer-qrs {
        max-width: 260px;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 768px) {
    .home-notice-band {
        padding: 6px 0;
    }

    .home-notice-band .container {
        align-items: center !important;
        flex-direction: row;
        gap: 0 !important;
    }

    .home-notice-text {
        width: 100%;
        font-size: 12px;
        line-height: 1.45;
    }

    .home-notice-text span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .home-notice-links {
        display: none;
    }

    .navbar {
        padding: 0.72rem 0;
    }

    .navbar > .container {
        position: relative;
        align-items: center;
    }

    .navbar-brand {
        max-width: calc(100% - 118px);
        font-size: 1.15rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-mobile-nav-tools {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }

    .home-mobile-nav-call {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-width: 58px;
        min-height: 34px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(224, 104, 0, 0.12);
        color: var(--home-orange);
        font-size: 12px;
        font-weight: 800;
    }

    .home-mobile-nav-call i {
        font-size: 12px;
    }

    .navbar-toggler {
        padding: 0.36rem 0.55rem;
        border-radius: 10px;
        border-color: rgba(13, 110, 253, 0.18);
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 12px;
        right: 12px;
        z-index: 1090;
        max-height: min(68vh, 520px);
        overflow-y: auto;
        margin-top: 0;
        padding: 12px 14px 8px;
        border: 1px solid #edf2f8;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 42px rgba(18, 45, 82, 0.16);
    }

    .navbar-nav .nav-item + .nav-item {
        border-top: 1px solid rgba(237, 242, 248, 0.8);
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 10px 0;
        font-weight: 700;
    }

    #authLinks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(237, 242, 248, 0.8);
    }

    #authLinks .nav-item {
        flex: 0 0 auto;
        border-top: 0 !important;
    }

    #authLinks .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        margin: 0;
        padding: 0 20px;
        border-radius: 10px;
        background: linear-gradient(135deg, #f5f8fe 0%, #e8f0ff 100%);
        color: var(--home-blue) !important;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(31, 109, 233, 0.12);
        transition: all 0.2s ease;
    }

    #authLinks .nav-link:active {
        transform: scale(0.96);
    }

    .home-hero {
        background:
            radial-gradient(circle at top right, rgba(70, 141, 255, 0.24), transparent 32%),
            linear-gradient(180deg, rgba(8, 34, 78, 0.98), rgba(12, 67, 147, 0.96));
        height: 200px;
        min-height: 200px;
        padding: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }

    .home-hero-track {
        height: 200px;
    }

    .home-hero-slide {
        align-items: stretch;
        padding: 0;
    }

    .home-hero-slide > .container {
        padding: 0 14px;
    }

    .home-hero-grid {
        min-height: 0;
        gap: 0;
        padding: 24px 0 10px;
    }

    .home-hero-copy {
        position: relative;
        max-width: none;
        padding: 0 2px;
    }

    .home-eyebrow {
        display: inline-flex;
        margin-bottom: 6px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: #d7e8ff;
        font-size: 12px;
        font-weight: 700;
    }

    .home-hero h1 {
        max-width: 11ch;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: clamp(24px, 7.2vw, 31px);
        line-height: 1.2;
        word-break: break-word;
    }

    .home-hero-lead {
        max-width: 18ch;
        margin-bottom: 8px;
        color: rgba(255, 255, 255, 0.94);
        font-size: clamp(15px, 4.5vw, 18px);
        line-height: 1.45;
        font-weight: 700;
    }

    .home-hero-subtitle {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.78);
        -webkit-line-clamp: 2;
    }

    .home-hero-mobile-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }

    .home-hero-mobile-card {
        padding: 12px 12px 10px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(8px);
    }

    .home-hero-mobile-card strong,
    .home-hero-mobile-card span {
        display: block;
    }

    .home-hero-mobile-card strong {
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.35;
    }

    .home-hero-mobile-card span {
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 11px;
        line-height: 1.4;
    }

    .home-hero-stats {
        gap: 8px;
        margin-top: 12px;
    }

    .home-hero-stats span:nth-child(n+3) {
        display: none;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 16px;
    }

    .home-hero-actions .btn {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 44px;
        border-radius: 12px;
        font-size: 14px;
    }

    .home-hero-actions .home-btn-orange {
        box-shadow: 0 14px 24px rgba(224, 104, 0, 0.22);
    }

    .home-hero-actions .home-btn-ghost {
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.1);
    }

    .home-hero-phone {
        display: none;
    }

    .home-hero-tags {
        display: flex;
        gap: 8px;
        margin-top: 12px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 4px;
        font-size: 11px;
    }

    .home-hero-tags span:nth-child(n+4) {
        display: none;
    }

    .home-hero-arrow {
        display: none;
    }

    .home-hero-dots {
        flex: 0 0 auto;
        padding: 10px 0 4px;
    }

    .home-quick-wrap {
        margin-top: -18px;
        padding: 0 12px;
    }

    .home-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 12px;
        border: 1px solid rgba(21, 91, 213, 0.08);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 14px 34px rgba(18, 45, 82, 0.12), 0 2px 8px rgba(18, 45, 82, 0.06);
        overflow: hidden;
    }

    .home-quick-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 100px;
        padding: 12px 6px 11px;
        border: 0;
        border-radius: 14px;
        background: #ffffff;
        box-shadow:
            inset 0 0 0 1px rgba(229, 238, 250, 0.88),
            0 2px 6px rgba(18, 45, 82, 0.03);
        text-align: center;
        transition: all 0.2s ease;
    }

    .home-quick-item:active {
        transform: translateY(1px) scale(0.98);
        box-shadow:
            inset 0 0 0 1px rgba(21, 91, 213, 0.18),
            0 1px 3px rgba(18, 45, 82, 0.08);
    }

    .home-quick-item:nth-child(3n),
    .home-quick-item:nth-child(6n) {
        border-right: 0;
    }

    .home-quick-icon,
    .home-quick-item .home-quick-icon--image {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .home-quick-icon {
        font-size: 23px;
        box-shadow: 0 8px 18px rgba(21, 91, 213, 0.14);
    }

    .home-quick-item .home-quick-icon--image img,
    .home-quick-icon img {
        width: 26px;
        height: 26px;
    }

    .home-quick-body {
        gap: 4px;
        width: 100%;
    }

    .home-quick-item strong {
        display: -webkit-box;
        min-height: 17px;
        overflow: hidden;
        color: var(--home-ink);
        font-size: 13px;
        line-height: 1.3;
        font-weight: 800;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .home-quick-item small {
        display: -webkit-box;
        min-height: 26px;
        overflow: hidden;
        color: #6b7a8f;
        font-size: 10px;
        line-height: 1.4;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-main {
        padding-top: 18px;
        padding-bottom: 84px;
    }

    .home-mobile-service-nav {
        margin: 0 0 18px;
    }

    .home-mobile-service-nav-scroll {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home-mobile-service-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #e7eef8;
        box-shadow: 0 8px 16px rgba(18, 45, 82, 0.06);
        color: var(--home-ink);
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .home-mobile-service-pill.is-active {
        background: linear-gradient(135deg, #1a6ef5, #0d4ab4);
        border-color: transparent;
        color: #ffffff;
        box-shadow: 0 10px 18px rgba(21, 91, 213, 0.18);
    }

    .home-mobile-service-pill:active {
        transform: translateY(1px);
    }

    .home-section {
        padding: 28px 0;
    }

    .home-section-head {
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
    }

    .home-section-head > div {
        width: 100%;
        text-align: center;
    }

    .home-section-head h2,
    .home-advantage-copy h2,
    .home-solution-title h2,
    .home-news-tabs h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .home-section-more,
    .home-news-more {
        display: none;
    }

    .home-panel-grid,
    .home-news-grid,
    .home-process-grid,
    .home-metric-grid,
    .home-footer-links {
        grid-template-columns: 1fr;
    }

    .home-panel-grid {
        gap: 12px;
    }

    .home-panel-card {
        flex-direction: row;
        align-items: center;
        min-height: 0;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(18, 45, 82, 0.06);
    }

    .home-panel-body {
        padding: 16px 0 16px 16px;
    }

    .home-panel-card h2 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .home-panel-subtitle {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .home-panel-card ul {
        margin-bottom: 14px;
        line-height: 1.65;
        font-size: 12.5px;
    }

    .home-panel-btn {
        width: auto;
        align-self: flex-start;
        padding: 7px 16px;
        font-size: 13px;
    }

    .home-panel-visual {
        flex: 0 0 36%;
        width: 36%;
        align-self: stretch;
        padding: 10px;
        align-items: center;
        justify-content: center;
    }

    .home-panel-visual img {
        max-height: 130px;
    }

    .home-service-card {
        min-height: 100%;
        padding: 0 10px 10px;
        overflow: hidden;
        border-radius: 6px;
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(18, 45, 82, 0.08);
    }

    .home-service-card-cover {
        height: 112px;
        margin: 0 -10px 9px;
        border-radius: 6px 6px 0 0;
        background:
            radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.28) 0 18%, transparent 19%),
            radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.18) 0 24%, transparent 25%),
            linear-gradient(135deg, #2088ff 0%, #1972f1 52%, #74d7ff 100%);
    }

    .home-service-card-cover.has-image {
        background: #ffffff;
    }

    .home-service-card-style-two_columns .home-service-card-cover.has-image img,
    .home-service-card-style-two_columns img.home-service-card-cover.has-image {
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: cover;
        object-position: center;
        background: #ffffff;
    }

    .home-service-card-style-two_columns img.home-service-card-cover.has-image {
        width: calc(100% + 20px);
        max-width: none;
    }

    .home-service-card-style-one_column .home-service-card-cover.has-image img,
    .home-service-card-style-one_column img.home-service-card-cover.has-image {
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: contain;
        object-position: center;
        background: #ffffff;
    }

    .home-service-card-hot .home-service-card-cover {
        background:
            radial-gradient(circle at 18% 18%, rgba(255, 197, 96, 0.5) 0 14%, transparent 15%),
            radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.2) 0 28%, transparent 29%),
            linear-gradient(135deg, #ff923f 0%, #ffbe31 54%, #ff6b6b 100%);
    }

    .home-service-card-qifu .home-service-card-cover {
        background:
            radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.22) 0 18%, transparent 19%),
            radial-gradient(circle at 86% 82%, rgba(255, 210, 96, 0.28) 0 24%, transparent 25%),
            linear-gradient(135deg, #16b7a3 0%, #1a8ff5 100%);
    }

    .home-service-card-head {
        gap: 0;
        margin-bottom: 6px;
        align-items: center;
    }

    .home-service-card-icon {
        display: none;
    }

    .home-service-card-head-copy {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        flex-direction: column;
        gap: 6px;
    }

    .home-service-card-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.35;
        white-space: normal;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .home-service-card-tag {
        display: none;
    }

    .home-service-card-desc {
        display: none;
    }

    .home-service-card-foot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: auto;
    }

    .home-service-card-price {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        color: var(--home-orange);
        font-size: 15px;
        font-weight: 800;
        min-width: 0;
        overflow: hidden;
    }

    .home-service-card .home-member-badge {
        margin-bottom: 0;
    }

    .home-service-card-link {
        flex: 0 0 auto;
        width: auto;
        min-height: 28px;
        padding: 5px 12px;
        border-radius: 5px;
        background: #0d7cff;
        border-color: transparent;
        color: #ffffff;
        font-size: 12px;
    }

    .home-service-card-link:hover {
        background: linear-gradient(135deg, #0f61e5, #0b429d);
        color: #ffffff;
    }

    .home-solution-head,
    .home-news-head,
    .home-news-tabs {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-news-category-tabs {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .home-news-category-tabs {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 4px;
    }

    .home-news-category-tabs a {
        min-height: 32px;
        padding: 0 10px;
        border-radius: 999px;
        background: #f6f9ff;
    }

    .home-solution-tabs {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 4px;
    }

    .home-solution-tabs a {
        min-height: 32px;
        padding: 0 10px;
        border-radius: 999px;
        background: #f6f9ff;
    }

    .home-solution-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-solution-row {
        min-height: 0;
        border-radius: 18px;
        overflow: hidden;
        background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
        box-shadow: 0 10px 24px rgba(18, 45, 82, 0.08);
    }

    .home-solution-row-body {
        padding: 14px 14px 12px;
    }

    .home-solution-row-body .home-solution-cover-tag {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .home-solution-row-body h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .home-solution-row-body p {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .home-solution-row-body .home-solution-cover-foot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .home-solution-row-body .home-solution-cover-foot span {
        font-size: 16px;
    }

    .home-solution-row-body .home-solution-cover-foot em {
        width: auto;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 999px;
        justify-content: center;
        background: #f4f8ff;
        color: var(--home-blue);
    }

    .home-solution-row-visual {
        min-width: 88px;
        flex-basis: 30%;
    }

    .home-advantage-wrap {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 12px 32px rgba(15, 35, 66, 0.10);
    }

    .home-advantage-content {
        gap: 18px;
        padding: 20px 16px;
        background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(249,251,254,1) 100%);
    }

    .home-advantage-copy p {
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 1.6;
        color: #6b7a8f;
    }

    .home-advantage-btn {
        align-self: stretch;
        min-height: 44px;
        justify-content: center;
        font-size: 14px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(31, 109, 233, 0.15);
    }

    .home-advantage-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .home-advantage-feature {
        padding: 12px 6px;
        border-radius: 12px;
        background: #ffffff;
        box-shadow:
            inset 0 0 0 1px rgba(229, 238, 250, 0.6),
            0 2px 8px rgba(18, 45, 82, 0.04);
        transition: all 0.2s ease;
    }

    .home-advantage-feature:active {
        transform: scale(0.97);
    }

    .home-advantage-feature-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
        font-size: 22px;
        background: linear-gradient(135deg, #e8f0ff 0%, #f2f7ff 100%);
        box-shadow: 0 4px 12px rgba(31, 109, 233, 0.12);
    }

    .home-advantage-feature strong {
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
        color: #1e2a3a;
    }

    .home-advantage-feature span:last-child {
        margin-top: 3px;
        font-size: 11px;
        line-height: 1.4;
        color: #7a8799;
    }

    .home-metric-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding: 16px 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        background: linear-gradient(135deg, #1f6de9 0%, #0d5cd8 50%, #0b4ec4 100%);
    }

    .home-metric-card {
        padding: 0 6px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .home-metric-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 7px;
        font-size: 19px;
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .home-metric-card strong {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.1;
    }

    .home-metric-label {
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.92);
    }

    .home-news-grid {
        gap: 14px;
    }

    .home-news-column {
        padding: 14px 14px 10px;
        border: 1px solid #edf2f8;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 8px 18px rgba(18, 45, 82, 0.05);
    }

    .home-news-column:nth-child(n+2) {
        display: none;
    }

    .home-news-column-head {
        margin-bottom: 10px;
    }

    .home-news-feature {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 12px;
        min-height: 68px;
    }

    .home-news-cover {
        height: 68px;
        border-radius: 10px;
    }

    .home-news-feature-body {
        min-height: 68px;
    }

    .home-news-title {
        font-size: 14px;
        line-height: 1.45;
    }

    .home-news-feature-body p {
        display: none;
    }

    .home-news-meta {
        gap: 10px;
        font-size: 11px;
    }

    .home-news-column:nth-child(n+2) .home-news-feature,
    .home-news-column:nth-child(n+2) .home-news-meta {
        display: none;
    }

    .home-news-column:nth-child(n+2) .home-news-list li:nth-child(n+4) {
        display: none;
    }

    .home-news-list {
        margin-top: 12px;
    }

    .home-news-list li {
        grid-template-columns: 18px minmax(0, 1fr) 38px;
        gap: 8px;
        min-height: 30px;
        font-size: 13px;
    }

    .home-final-cta {
        padding: 12px 0 12px;
    }

    .home-final-banner,
    .home-final-banner-img {
        height: 84px;
        border-radius: 14px;
    }

    .home-final-banner {
        box-shadow: 0 12px 22px rgba(18, 45, 82, 0.08);
    }

    .home-mobile-footer-gap {
        height: 12px;
        background: linear-gradient(180deg, rgba(248, 251, 255, 0), rgba(248, 251, 255, 0.9));
    }

    .home-business-page {
        --home-mobile-cta-height: 78px;
    }

    .home-business-page .home-footer {
        padding-bottom: calc(var(--home-mobile-cta-height, 78px) + 28px + env(safe-area-inset-bottom));
    }

    .home-footer-main {
        gap: 14px;
        padding: 18px 0 12px;
    }

    .home-footer-brand {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 16px 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
    }

    .home-footer-logo {
        align-items: flex-start;
        gap: 10px;
    }

    .home-footer-logo i {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .home-footer-logo strong {
        font-size: 17px;
    }

    .home-footer-logo span {
        margin-top: 1px;
        font-size: 11px;
    }

    .home-footer-brand p {
        margin: 0;
        color: rgba(255, 255, 255, 0.62);
        line-height: 1.55;
        font-size: 12px;
    }

    .home-footer-phone {
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .home-footer-phone-text {
        flex: 1 1 auto;
    }

    .home-footer-phone strong {
        font-size: 18px;
    }

    .home-footer-phone span {
        font-size: 12px;
    }

    .home-footer-links {
        display: none;
    }

    .home-footer-main > .home-footer-qrs {
        display: none;
    }

    .home-footer-phone-qrs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex: 0 0 auto;
        gap: 8px;
        margin-left: auto;
        padding: 0;
        border-left: 0;
    }

    .home-footer-phone-qr {
        min-width: 50px;
        text-align: center;
    }

    .home-footer-phone-qr .home-footer-qr-code {
        width: 46px;
        height: 46px;
        margin: 0 auto 4px;
        border-width: 3px;
    }

    .home-footer-phone-qr strong {
        display: block;
        color: var(--home-orange);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.15;
        white-space: nowrap;
    }

    .home-footer-qr-item {
        padding: 12px 8px 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.03);
    }

    .home-footer-qr-code {
        width: 68px;
        height: 68px;
        margin-bottom: 8px;
    }

    .home-footer-qr-item strong {
        font-size: 12px;
    }

    .home-footer-qr-item span {
        font-size: 11px;
    }

    .home-footer-friends {
        flex-direction: column;
        gap: 4px;
        padding: 12px 0;
        font-size: 11px;
    }

    .home-footer-friends strong {
        font-size: 11px;
    }

    .home-footer-friends ul {
        gap: 4px 8px;
    }

    .home-footer-friends a {
        font-size: 11px;
        line-height: 1.35;
    }

    .home-footer-bottom {
        justify-content: center;
        padding: 10px 0 12px;
        font-size: 11px;
    }

    .home-footer-record-line {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .home-footer-record-separator {
        display: none;
    }

    .home-mobile-cta-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 1085;
        display: grid;
        grid-template-columns: repeat(var(--home-mobile-cta-count, 3), minmax(0, 1fr));
        align-items: center;
        gap: 8px;
        max-width: 520px;
        min-height: 68px;
        margin: 0 auto;
        padding: 8px;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(18px);
        border: 1px solid rgba(21, 91, 213, 0.12);
        border-radius: 24px;
        box-shadow: 0 18px 44px rgba(15, 43, 88, 0.18), 0 2px 10px rgba(21, 91, 213, 0.08);
    }

    .home-mobile-cta-bar.is-active {
        box-shadow: 0 18px 46px rgba(15, 43, 88, 0.22), 0 2px 12px rgba(21, 91, 213, 0.1);
    }

    .home-mobile-cta-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-width: 0;
        min-height: 52px;
        border: 0;
        border-radius: 18px;
        font-size: 11px;
        font-weight: 800;
        color: var(--home-ink);
        background: transparent;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .home-mobile-cta-link i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 16px;
        background: #f4f8ff;
    }

    .home-mobile-cta-link-home,
    .home-mobile-cta-link-tone-home {
        color: #155bd5;
    }

    .home-mobile-cta-link-home i,
    .home-mobile-cta-link-tone-home i {
        background: rgba(21, 91, 213, 0.12);
    }

    .home-mobile-cta-link-buy_trademark,
    .home-mobile-cta-link-tone-buy_trademark {
        color: #e06800;
    }

    .home-mobile-cta-link-buy_trademark i,
    .home-mobile-cta-link-tone-buy_trademark i {
        background: rgba(224, 104, 0, 0.12);
    }

    .home-mobile-cta-link-user_center,
    .home-mobile-cta-link-tone-user_center {
        color: #4f46e5;
    }

    .home-mobile-cta-link-user_center i,
    .home-mobile-cta-link-tone-user_center i {
        background: rgba(79, 70, 229, 0.12);
    }

    .home-mobile-cta-link-phone,
    .home-mobile-cta-link-tone-phone {
        color: var(--home-orange);
    }

    .home-mobile-cta-link-phone i,
    .home-mobile-cta-link-tone-phone i {
        background: rgba(224, 104, 0, 0.12);
    }

    .home-mobile-cta-link-wechat,
    .home-mobile-cta-link-tone-wechat {
        color: #1f9d57;
    }

    .home-mobile-cta-link-wechat i,
    .home-mobile-cta-link-tone-wechat i {
        background: rgba(31, 157, 87, 0.12);
    }

    .home-mobile-cta-link-primary,
    .home-mobile-cta-link-tone-primary {
        min-height: 56px;
        color: #ffffff;
        border-radius: 20px;
        background: linear-gradient(135deg, #155bd5 0%, #2f7df4 58%, #4aa3ff 100%);
        box-shadow: 0 12px 24px rgba(21, 91, 213, 0.28);
    }

    .home-mobile-cta-link-primary i,
    .home-mobile-cta-link-tone-primary i {
        width: 30px;
        height: 30px;
        color: #155bd5;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 5px 12px rgba(12, 49, 119, 0.14);
    }

    .home-mobile-cta-link span {
        max-width: 100%;
        line-height: 1.15;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-mobile-cta-link:active {
        transform: translateY(1px);
    }

    .home-mobile-cta-copy-toast {
        position: fixed;
        left: 50%;
        bottom: calc(92px + env(safe-area-inset-bottom));
        z-index: 1090;
        transform: translate(-50%, 8px);
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.86);
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .home-mobile-cta-copy-toast.is-visible {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 520px) {
    .home-notice-links {
        gap: 8px;
    }

    .navbar-brand {
        max-width: calc(100% - 112px);
        font-size: 1.05rem;
    }

    .home-mobile-nav-call {
        min-width: 54px;
        padding: 0 8px;
    }

    .home-hero-grid {
        padding-top: 22px;
    }

    .home-hero h1 {
        font-size: 24px;
    }

    .home-hero-lead {
        font-size: 16px;
    }

    .home-hero-subtitle {
        -webkit-line-clamp: 2;
    }

    .home-hero-mobile-cards {
        grid-template-columns: 1fr;
    }

    .home-hero-stats {
        display: none;
    }

    .home-quick-wrap {
        padding: 0 10px;
    }

    .home-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .home-quick-item {
        min-height: 94px;
        padding: 10px 4px 9px;
        border-radius: 12px;
        gap: 6px;
    }

    .home-quick-icon,
    .home-quick-item .home-quick-icon--image {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .home-quick-icon {
        font-size: 21px;
        box-shadow: 0 6px 14px rgba(21, 91, 213, 0.13);
    }

    .home-quick-item .home-quick-icon--image img,
    .home-quick-icon img {
        width: 24px;
        height: 24px;
    }

    .home-quick-item strong {
        font-size: 12px;
        line-height: 1.25;
    }

    .home-quick-item small {
        font-size: 9.5px;
        line-height: 1.38;
        min-height: 25px;
    }

    .home-section {
        padding: 24px 0;
    }

    .home-section-head h2,
    .home-advantage-copy h2,
    .home-solution-title h2,
    .home-news-tabs h2 {
        font-size: 20px;
    }

    .home-section-more,
    .home-news-more {
        display: none;
    }

    .home-panel-body {
        padding: 16px 0 16px 16px;
    }

    .home-service-card {
        padding: 0 10px 10px;
    }

    .home-service-card-cover {
        height: 110px;
        margin: 0 -10px 9px;
    }

    .home-solution-row {
        flex-direction: column;
    }

    .home-solution-row-visual {
        order: -1;
        min-width: 100%;
        min-height: 108px;
        flex-basis: auto;
    }

    .home-solution-row-visual::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    }

    .home-solution-row-body {
        padding: 16px;
    }

    .home-advantage-feature-grid,
    .home-metric-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-advantage-feature {
        padding: 10px 4px;
    }

    .home-advantage-feature-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin-bottom: 7px;
    }

    .home-advantage-feature strong {
        font-size: 12px;
    }

    .home-advantage-feature span:last-child {
        font-size: 10px;
    }

    .home-metric-card {
        padding: 0 4px;
    }

    .home-metric-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        margin-bottom: 6px;
    }

    .home-metric-card strong {
        font-size: 18px;
    }

    .home-metric-label {
        font-size: 10px;
    }

    .home-metric-card:nth-child(3n) {
        border-right: 0;
    }

    .home-footer-brand {
        padding: 14px 12px;
        border-radius: 15px;
    }

    .home-footer-logo {
        gap: 8px;
    }

    .home-footer-logo i {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .home-footer-logo strong {
        font-size: 16px;
    }

    .home-footer-logo span {
        font-size: 10px;
    }

    .home-footer-brand p {
        margin: 8px 0 10px;
        font-size: 11px;
        line-height: 1.45;
    }

    .home-footer-phone strong {
        font-size: 17px;
    }

    .home-footer-phone span {
        font-size: 11px;
    }

    .home-footer-qrs {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .home-footer-qr-item {
        padding: 10px 8px 10px;
    }

    .home-footer-qr-code {
        width: 64px;
        height: 64px;
    }

    .home-footer-qr-item strong {
        font-size: 11px;
    }

    .home-footer-qr-item span {
        font-size: 10px;
    }

    .home-footer-friends {
        gap: 4px;
        padding: 10px 0;
        font-size: 10px;
    }

    .home-footer-friends strong {
        font-size: 10px;
    }

    .home-footer-friends ul {
        gap: 4px 8px;
    }

    .home-footer-friends a {
        font-size: 10px;
        line-height: 1.3;
    }

    .home-footer-bottom {
        padding: 8px 0 10px;
        font-size: 10px;
    }

    .home-footer-record-line {
        gap: 4px 8px;
        justify-content: center;
        text-align: center;
    }

    .home-news-feature {
        grid-template-columns: 1fr;
    }

    .home-news-cover,
    .home-news-feature-body {
        height: auto;
        min-height: 0;
    }

    .home-final-banner,
    .home-final-banner-img {
        height: 72px;
    }

    .home-mobile-cta-bar {
        left: 8px;
        right: 8px;
        grid-template-columns: repeat(var(--home-mobile-cta-count, 3), minmax(0, 1fr));
        gap: 6px;
        min-height: 64px;
        padding: 7px;
        border-radius: 22px;
    }

    .home-mobile-cta-link {
        min-height: 50px;
        font-size: 10px;
    }

    .home-mobile-cta-link-primary,
    .home-mobile-cta-link-tone-primary {
        min-height: 54px;
    }

    .home-mobile-cta-link i {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

    .home-mobile-cta-link-primary i,
    .home-mobile-cta-link-tone-primary i {
        width: 28px;
        height: 28px;
    }
}

/* ============ Nav search + phone ============ */
.home-nav-search-form {
    display: inline-flex;
    align-items: center;
    gap: 0;
    height: 38px;
    padding: 0 4px 0 14px;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: #f7faff;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home-nav-search-form:focus-within {
    border-color: var(--home-blue);
    background: #ffffff;
}

.home-nav-search-form i {
    color: #94a4ba;
    font-size: 15px;
    margin-right: 6px;
}

.home-nav-search-form input {
    flex: 1;
    width: 200px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #1f2d44;
    font-size: 13px;
    outline: none;
}

.home-nav-search-form input::placeholder {
    color: #a4afc1;
}

.home-nav-search-form button {
    height: 30px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: var(--home-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.home-nav-search-form button:hover {
    background: #0f49b0;
}

.home-nav-phone {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.home-nav-phone strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--home-orange);
    font-size: 17px;
    font-weight: 800;
}

.home-nav-phone strong i {
    font-size: 14px;
}

.home-nav-phone small {
    margin-top: 2px;
    color: #95a1b3;
    font-size: 11px;
}

/* ============ Industry solution cover cards ============ */
.home-solution-grid-cover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-solution-cover {
    position: relative;
    display: block;
    height: 240px;
    padding: 22px;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    background-color: #1a3563;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 14px 30px rgba(18, 45, 82, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-solution-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(8, 32, 78, 0.15) 0%, rgba(8, 32, 78, 0.85) 100%);
    pointer-events: none;
}

.home-solution-cover::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 70%);
    pointer-events: none;
}

.home-solution-cover-tone-1 {
    background-color: #1452ba;
    background-image: linear-gradient(135deg, #0d3679 0%, #1a6cff 100%);
}

.home-solution-cover-tone-2 {
    background-color: #b94a17;
    background-image: linear-gradient(135deg, #ff7a1a 0%, #b94a17 100%);
}

.home-solution-cover-tone-3 {
    background-color: #0e8c81;
    background-image: linear-gradient(135deg, #12a79d 0%, #0a615a 100%);
}

.home-solution-cover-tone-4 {
    background-color: #4f3ab8;
    background-image: linear-gradient(135deg, #6b50ff 0%, #2a1d75 100%);
}

.home-solution-cover:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(18, 45, 82, 0.26);
    color: #ffffff;
}

.home-solution-cover-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 22px;
    backdrop-filter: blur(2px);
}

.home-solution-cover-tag {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 1;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.home-solution-cover-body {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
}

.home-solution-cover-body h3 {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
}

.home-solution-cover-body p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-solution-cover-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-solution-cover-foot span {
    color: #ffd5a4;
    font-size: 17px;
    font-weight: 800;
}

.home-solution-cover-foot em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #ffffff;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.2s ease;
}

.home-solution-cover:hover .home-solution-cover-foot em {
    background: rgba(255, 255, 255, 0.18);
}

/* ============ Industry solution row layout ============ */
.home-solution-section {
    background: #ffffff;
}

.home-solution-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.home-solution-title {
    flex: 0 0 290px;
    min-width: 0;
}

.home-solution-title h2 {
    margin: 0 0 6px;
    color: var(--home-ink);
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
}

.home-solution-title p {
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.6;
}

.home-solution-tabs {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 10px;
    min-width: 0;
}

.home-solution-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #5c6b82;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-solution-tabs a:hover,
.home-solution-tabs a.is-active {
    color: var(--home-blue);
    border-color: rgba(21, 91, 213, 0.18);
    background: var(--home-blue-soft);
}

.home-solution-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-solution-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 208px;
    overflow: hidden;
    border: 1px solid rgba(21, 91, 213, 0.2);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    color: var(--home-ink);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(18, 45, 82, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-solution-row::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--home-blue), rgba(21, 91, 213, 0));
    opacity: 0.75;
    pointer-events: none;
}

.home-solution-row:hover {
    transform: translateY(-4px);
    border-color: rgba(21, 91, 213, 0.36);
    box-shadow: 0 16px 36px rgba(18, 45, 82, 0.14);
    color: var(--home-ink);
}

.home-solution-row.home-solution-cover-tone-1,
.home-solution-row.home-solution-cover-tone-2,
.home-solution-row.home-solution-cover-tone-3,
.home-solution-row.home-solution-cover-tone-4 {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.home-solution-row-body {
    position: relative;
    z-index: 3;
    flex: 1 1 58%;
    min-width: 0;
    padding: 24px 6px 22px 22px;
    display: flex;
    flex-direction: column;
}

.home-solution-row-body .home-solution-cover-tag {
    position: static;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 3px 9px;
    border: 1px solid rgba(21, 91, 213, 0.14);
    border-radius: 999px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 11px;
    font-weight: 800;
}

.home-solution-row-body h3 {
    margin: 0 0 8px;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.home-solution-row-body p {
    margin: 0 0 16px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.65;
}

.home-solution-row-body .home-solution-cover-foot {
    position: static;
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.home-solution-row-body .home-solution-cover-foot span {
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--home-orange);
    font-size: 19px;
    font-weight: 800;
}

.home-solution-row-body .home-solution-cover-foot em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(21, 91, 213, 0.36);
    border-radius: 6px;
    background: #ffffff;
    color: var(--home-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-solution-row:hover .home-solution-row-body .home-solution-cover-foot em {
    border-color: var(--home-blue);
    background: var(--home-blue);
    color: #ffffff;
}

.home-solution-row-visual {
    position: relative;
    flex: 0 0 42%;
    min-width: 132px;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 18%, rgba(255, 179, 71, 0.28), transparent 28%),
        linear-gradient(135deg, #eaf3ff 0%, #f8fbff 48%, #dceaff 100%);
}

.home-solution-row-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0.34) 58%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.home-solution-row-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(21, 91, 213, 0.1), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.home-solution-row-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.88;
}

.home-solution-row-pattern {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(21, 91, 213, 0.08) 25%, transparent 25%) 0 0 / 26px 26px,
        linear-gradient(135deg, transparent 75%, rgba(255, 143, 50, 0.14) 75%) 0 0 / 26px 26px;
}

.home-solution-row-pattern i {
    color: rgba(21, 91, 213, 0.58);
    font-size: 54px;
}


.home-process-section {
    background:
        linear-gradient(180deg, #0d3679 0%, #1452ba 100%);
    color: #ffffff;
    padding: 56px 0;
}

.home-process-section .home-section-kicker {
    color: rgba(255, 255, 255, 0.7);
}

.home-section-head-light h2 {
    color: #ffffff;
}

.home-section-head-light .home-section-note {
    color: rgba(255, 255, 255, 0.78);
}

.home-process-connected .home-process-item {
    position: relative;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    color: #ffffff;
}

.home-process-connected .home-process-item h3 {
    color: #ffffff;
}

.home-process-connected .home-process-item p {
    color: rgba(255, 255, 255, 0.72);
}

.home-process-connected .home-process-num {
    color: rgba(255, 255, 255, 0.32);
    font-size: 26px;
}

.home-process-connected .home-process-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.home-process-connected .home-process-item:nth-child(even) .home-process-icon {
    background: rgba(255, 138, 51, 0.22);
    color: #ffc18a;
}

.home-process-arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--home-blue-dark);
    font-size: 14px;
}

@media (max-width: 1200px) {
    .home-process-connected .home-process-item:nth-child(3n) .home-process-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-process-arrow {
        display: none;
    }
}




/* ============ Service card hover top color bar ============ */
.home-service-card {
    position: relative;
    overflow: hidden;
}

.home-service-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--home-blue), #58a4ff);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

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

.home-service-card-ip::before {
    background: linear-gradient(90deg, var(--home-blue), #58a4ff);
}

.home-service-card-qifu::before {
    background: linear-gradient(90deg, var(--home-orange), #ffb070);
}

.home-service-card-hot::before {
    background: linear-gradient(90deg, var(--home-teal), #5ce0d2);
}

@media (max-width: 991.98px) {
    .home-service-card-head > .home-service-card-icon,
    .home-service-card-head > img.home-service-card-icon {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .home-service-card-cover.has-image,
    img.home-service-card-cover.has-image,
    .home-service-card-cover.has-image img,
    img.home-service-card-icon.home-service-icon-image {
        border-radius: 0 !important;
    }
}

/* ============ News cover fixed aspect ============ */
.home-news-cover {
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 8px;
}

.home-news-feature {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 18px;
    min-height: auto;
}

@media (max-width: 768px) {
    .home-news-feature {
        grid-template-columns: 1fr;
    }
}

/* ============ Right-side floating tools ============ */
.home-side-tools {
    position: fixed;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-side-tool {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--home-ink);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(18, 45, 82, 0.14);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-side-tool i {
    font-size: 20px;
    color: var(--home-blue);
}

.home-side-tool:hover {
    background: var(--home-blue);
    color: #ffffff;
    transform: translateX(-2px);
}

.home-side-tool:hover i {
    color: #ffffff;
}

.home-side-tool-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.home-side-tools.is-scrolled .home-side-tool-top {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.home-side-popover {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    min-width: 160px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--home-ink);
    box-shadow: 0 18px 36px rgba(18, 45, 82, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    text-align: center;
    pointer-events: none;
    z-index: 2;
}

.home-side-popover::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #ffffff;
}

.home-side-popover strong {
    display: block;
    color: var(--home-orange);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.home-side-popover small {
    display: block;
    margin-top: 4px;
    color: var(--home-muted);
    font-size: 12px;
}

.home-side-popover-qr {
    min-width: 140px;
    padding: 10px;
}

.home-side-popover-qr img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    object-fit: cover;
}

.home-side-popover-qr small {
    margin-top: 6px;
}

.home-side-tool:hover .home-side-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
}

@media (max-width: 992px) {
    .home-side-tools {
        display: none;
    }
}

/* ============ Footer friend links ============ */
.home-footer-friends {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.home-footer-friends strong {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.home-footer-friends ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 9px;
}

.home-footer-friends a {
    display: inline;
    margin-bottom: 0;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.55);
}

.home-footer-friends a:hover {
    padding-left: 0;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .home-solution-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-solution-title {
        flex: 0 1 auto;
    }

    .home-solution-tabs {
        justify-content: flex-start;
    }

    .home-solution-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-solution-grid-cover {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-solution-list {
        grid-template-columns: 1fr;
    }

    .home-solution-row {
        min-height: 190px;
    }

    .home-solution-row-body {
        padding: 22px 6px 20px 20px;
    }

    .home-solution-row-visual {
        flex-basis: 38%;
        min-width: 118px;
    }

    .home-solution-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 4px;
    }

    .home-solution-grid-cover {
        grid-template-columns: 1fr;
    }

    .home-footer-friends {
        flex-direction: column;
        gap: 8px;
    }
}

/* ===== Hero Carousel ===== */
.home-hero {
    display: flex;
    flex-direction: column;
    height: 400px;
    min-height: 400px;
    padding: 0;
    overflow: hidden;
}

.home-hero-track {
    display: flex;
    flex: 1 1 auto;
    height: calc(100% - 34px);
    min-height: 0;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.home-hero-slide {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    height: 100%;
    min-width: 0;
}

.home-hero-slide > .container {
    width: 100%;
}

.home-hero-grid {
    min-height: 330px;
    gap: 36px;
}

.home-eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
}

.home-hero h1 {
    margin-bottom: 6px;
    font-size: 34px;
    line-height: 1.16;
}

.home-hero-lead {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.28;
}

.home-hero-subtitle {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-hero-stats {
    gap: 12px;
    margin-top: 12px;
    font-size: 13px;
}

.home-hero-actions {
    gap: 10px;
    margin-top: 14px;
}

.home-hero-actions .btn,
.home-hero-phone {
    min-height: 38px;
}

.home-hero-actions .btn {
    padding: 7px 16px;
}

.home-hero-tags {
    gap: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.home-hero-visual {
    display: flex;
    align-items: center;
    min-height: 300px;
}

.home-hero-image-wrap {
    max-height: 300px;
}

.home-visual-stage {
    width: 100%;
    height: 300px;
    min-height: 300px;
}

.home-visual-stage img {
    height: 300px;
}

.home-hero-arrow {
    cursor: pointer;
    transition: background 0.2s;
}

.home-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
}

.home-hero-dots {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    padding: 8px 0 12px;
}

.home-hero-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transition: width 0.3s, background 0.3s;
}

.home-hero-dots span.active {
    width: 22px;
    border-radius: 999px;
    background: #ffffff;
}

@media (max-width: 992px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        min-height: 330px;
    }

    .home-hero-copy {
        max-width: 720px;
    }

    .home-hero-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-hero {
        height: 200px;
        min-height: 200px;
    }

    .home-hero-track {
        height: calc(100% - 26px);
    }

    .home-hero-slide {
        padding: 0 10px;
    }

    .home-hero-grid {
        align-content: center;
        min-height: 174px;
    }

    .home-eyebrow {
        max-width: 100%;
        margin-bottom: 6px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-hero h1 {
        display: -webkit-box;
        max-width: min(100%, 12em);
        margin-top: 4px;
        margin-bottom: 6px;
        overflow: hidden;
        font-size: 22px;
        line-height: 1.15;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-hero h1 span {
        display: inline;
    }

    .home-hero-lead {
        display: -webkit-box;
        max-width: min(100%, 20em);
        margin-bottom: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .home-hero-subtitle {
        display: none;
    }

    .home-hero-mobile-cards,
    .home-hero-stats,
    .home-hero-tags {
        display: none;
    }

    .home-hero-actions {
        align-items: flex-start;
        margin-top: 14px;
    }

    .home-hero-actions .btn {
        width: auto;
        min-width: 136px;
        min-height: 38px;
        padding: 7px 14px;
        border-radius: 999px;
        font-size: 13px;
    }

    .home-hero-actions .home-btn-ghost {
        display: none;
    }

    .home-hero-dots {
        flex-basis: 30px;
        padding: 6px 0 8px;
    }
}

@media (max-width: 520px) {
    .home-hero {
        height: 200px;
        min-height: 200px;
    }

    .home-hero-grid {
        min-height: 174px;
    }

    .home-hero h1 {
        font-size: 21px;
    }

    .home-hero-lead {
        font-size: 14px;
    }

    .home-hero-actions {
        margin-top: 10px;
    }

    .home-hero-actions .btn {
        min-height: 36px;
        font-size: 12px;
    }
}

/* Slide 2 visual: TM badges */
.home-visual-stage-tm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-tm-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a6ef5, #0d4ab4);
    color: #fff;
    font-size: 38px;
    box-shadow: 0 16px 40px rgba(13, 74, 180, 0.38);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.home-tm-center span {
    font-size: 13px;
    font-weight: 800;
    margin-top: 4px;
}

.home-tm-badge {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: #fff;
    color: var(--home-blue-dark);
    box-shadow: 0 12px 32px rgba(0,0,0,0.16);
    font-size: 26px;
    gap: 4px;
}

.home-tm-badge span {
    font-size: 12px;
    font-weight: 800;
}

.home-tm-badge small {
    font-size: 11px;
    color: var(--home-muted);
}

.home-tm-badge-1 { left: 30px; top: 40px; }
.home-tm-badge-2 { right: 30px; top: 40px; }
.home-tm-badge-3 { left: 50%; bottom: 30px; transform: translateX(-50%); }

.home-tm-stat {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
    font-size: 22px;
    gap: 2px;
}

.home-tm-stat b { font-size: 20px; font-weight: 800; }
.home-tm-stat span { font-size: 12px; opacity: 0.8; }

/* Slide 3 visual: Biz cards */
.home-visual-stage-biz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-biz-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a1a, #dc5f00);
    color: #fff;
    font-size: 36px;
    box-shadow: 0 16px 40px rgba(220, 95, 0, 0.38);
    z-index: 2;
}

.home-biz-center span { font-size: 13px; font-weight: 800; margin-top: 4px; }

.home-biz-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 110px;
    border-radius: 12px;
    background: #fff;
    color: var(--home-blue-dark);
    box-shadow: 0 12px 32px rgba(0,0,0,0.16);
    font-size: 28px;
    gap: 4px;
}

.home-biz-card span { font-size: 13px; font-weight: 800; }
.home-biz-card small { font-size: 11px; color: var(--home-muted); }
.home-biz-card-1 { left: 20px; top: 30px; }
.home-biz-card-2 { right: 20px; top: 30px; }
.home-biz-card-3 { left: 50%; bottom: 20px; transform: translateX(-50%); }

/* ===== Service cards — cover image strip ===== */
.home-service-card-cover {
    height: 6px;
    margin: -20px -20px 16px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, var(--home-blue), #4a9eff);
}

.home-service-card-hot .home-service-card-cover {
    background: linear-gradient(90deg, var(--home-orange), #ffb347);
}

.home-service-card-qifu .home-service-card-cover {
    background: linear-gradient(90deg, var(--home-teal), #4dd9cc);
}

/* ===== Section background alternation ===== */
.home-section:nth-child(even) {
    background: #ffffff;
    border-top: 1px solid #edf2f8;
    border-bottom: 1px solid #edf2f8;
}

/* ===== News compact cover image ===== */
.home-news-feature {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 18px;
    min-height: 78px;
    align-items: start;
}

.home-news-cover {
    height: 76px;
    border-radius: 6px;
}

.home-news-cover img {
    border-radius: 6px;
}

.home-news-feature-body {
    display: flex;
    min-height: 76px;
    flex-direction: column;
    justify-content: flex-start;
}

.home-news-title {
    font-size: 16px;
    line-height: 1.38;
}

.home-news-feature-body p {
    margin: 7px 0 8px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
}

.home-news-meta {
    margin-top: auto;
}

@media (max-width: 768px) {
    .home-service-card-col-list {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-service-card {
        padding: 0 10px 10px;
        overflow: hidden;
        border-radius: 6px;
        background: #ffffff;
    }

    .home-service-card-cover {
        height: 112px;
        margin: 0 -10px 9px;
        border-radius: 6px 6px 0 0;
        background:
            radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.28) 0 18%, transparent 19%),
            radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.18) 0 24%, transparent 25%),
            linear-gradient(135deg, #2088ff 0%, #1972f1 52%, #74d7ff 100%);
    }

    .home-service-card-style-two_columns .home-service-card-cover {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .home-service-card-style-two_columns .home-service-card-cover img,
    .home-service-card-style-two_columns img.home-service-card-cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home-service-card-style-two_columns img.home-service-card-cover {
        width: calc(100% + 20px);
        max-width: none;
    }

    .home-service-card-cover span,
    .home-service-card-cover i {
        position: absolute;
        z-index: 1;
        color: #ffffff;
    }

    .home-service-card-cover span {
        display: -webkit-box;
        left: 14px;
        top: 16px;
        right: 14px;
        overflow: hidden;
        font-size: 19px;
        line-height: 1.25;
        font-weight: 800;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-service-card-cover i {
        display: flex;
        left: 50%;
        bottom: 18px;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        transform: translateX(-50%);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.92);
        color: var(--home-blue);
        font-size: 22px;
        box-shadow: 0 12px 22px rgba(17, 67, 145, 0.18);
    }

    .home-service-card-hot .home-service-card-cover {
        background:
            radial-gradient(circle at 18% 18%, rgba(255, 197, 96, 0.5) 0 14%, transparent 15%),
            radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.2) 0 28%, transparent 29%),
            linear-gradient(135deg, #ff923f 0%, #ffbe31 54%, #ff6b6b 100%);
    }

    .home-service-card-qifu .home-service-card-cover {
        background:
            radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.22) 0 18%, transparent 19%),
            radial-gradient(circle at 86% 82%, rgba(255, 210, 96, 0.28) 0 24%, transparent 25%),
            linear-gradient(135deg, #16b7a3 0%, #1a8ff5 100%);
    }

    .home-service-card-head {
        margin-bottom: 6px;
    }

    .home-service-card-icon,
    .home-service-card-tag,
    .home-service-card-desc {
        display: none;
    }

    .home-service-card-foot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .home-service-card-link {
        width: auto;
        min-height: 28px;
        padding: 5px 12px;
        border-radius: 5px;
        background: #0d7cff;
        border-color: transparent;
        color: #ffffff;
        font-size: 12px;
    }

    .home-service-card-style-one_column {
        display: grid !important;
        grid-template-columns: 108px minmax(0, 1fr);
        grid-template-areas:
            "cover head"
            "cover foot";
        align-items: center;
        gap: 0 10px;
        min-height: 110px;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #ffffff;
    }

    .home-service-card-style-one_column .home-service-card-cover {
        grid-area: cover;
        width: 108px;
        height: 96px;
        margin: 0;
        border-radius: 2px;
        background: #ffffff;
    }

    .home-service-card-style-one_column .home-service-card-cover span {
        left: 8px;
        right: 8px;
        top: 10px;
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }

    .home-service-card-style-one_column .home-service-card-cover i {
        display: none;
    }

    .home-service-card-style-one_column .home-service-card-head {
        grid-area: head;
        min-width: 0;
        margin: 0;
        align-self: end;
    }

    .home-service-card-style-one_column .home-service-card-title {
        font-size: 16px;
        line-height: 1.35;
        -webkit-line-clamp: 1;
    }

    .home-service-card-style-one_column .home-service-card-sold {
        display: block;
        margin-top: 6px;
        color: #8b98aa;
        font-size: 12px;
        line-height: 1.2;
    }

    .home-service-card-style-one_column .home-service-card-foot {
        grid-area: foot;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0;
        margin: 0;
        align-self: center;
    }

    .home-service-card-style-one_column .home-service-card-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2px;
        min-height: 34px;
        color: #f23b31;
        font-size: 19px;
        line-height: 1.25;
    }

    .home-service-card-style-one_column .home-service-card-price br,
    .home-service-card-style-two_columns .home-service-card-price br {
        display: none;
    }

    .home-service-card-style-two_columns .home-service-card-price {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2px;
        line-height: 1.12;
    }

    .home-service-card-style-one_column .home-member-badge,
    .home-service-card-style-two_columns .home-member-badge {
        align-self: flex-start;
        margin: 0;
        padding: 2px 5px;
        border-radius: 7px;
        font-size: 10px;
        line-height: 1;
        transform: translateY(-1px);
    }

    .home-service-card-style-one_column .home-service-card-link {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        min-height: 32px;
        padding: 0;
        border-radius: 50%;
        background: #f0443e;
        color: transparent;
        font-size: 0;
    }

    .home-service-card-style-one_column .home-service-card-link::before {
        content: "\f23d";
        color: #ffffff;
        font-family: "bootstrap-icons";
        font-size: 17px;
        line-height: 1;
    }

    .home-service-card-col-small {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .home-service-card-style-three_columns_small {
        position: relative;
        align-items: center;
        height: 156px;
        min-height: 156px;
        padding: 14px 7px 12px;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(180deg, #0f83ff 0%, #0572ea 100%);
        box-shadow: 0 8px 16px rgba(18, 45, 82, 0.08);
        text-align: center;
        overflow: hidden;
    }

    .home-service-card-col-small:nth-child(3n+2) .home-service-card-style-three_columns_small {
        background: linear-gradient(180deg, #ff9718 0%, #f48700 100%);
    }

    .home-service-card-col-small:nth-child(3n) .home-service-card-style-three_columns_small {
        background: linear-gradient(180deg, #ff4562 0%, #f33a54 100%);
    }

    .home-service-card-style-three_columns_small .home-service-card-cover {
        width: 42px;
        height: 42px;
        margin: 0 0 8px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
    }

    .home-service-card-style-three_columns_small .home-service-card-cover img {
        width: 28px;
        height: 28px;
        margin: 7px auto;
        object-fit: contain;
    }

    .home-service-card-style-three_columns_small img.home-service-card-cover {
        width: 42px;
        height: 42px;
        margin: 0 0 8px;
        object-fit: contain;
        background: transparent !important;
    }

    .home-service-card-style-three_columns_small .home-service-card-cover.has-image img,
    .home-service-card-style-three_columns_small img.home-service-card-cover.has-image {
        padding: 0;
        object-fit: contain;
    }

    .home-service-card-style-three_columns_small .home-service-card-cover span {
        display: none;
    }

    .home-service-card-style-three_columns_small .home-service-card-cover i {
        display: flex;
        position: static;
        width: 42px;
        height: 42px;
        transform: none;
        border-radius: 8px;
        background: transparent;
        color: #1681f5;
        box-shadow: none;
        font-size: 26px;
    }

    .home-service-card-col-small:nth-child(3n+2) .home-service-card-style-three_columns_small .home-service-card-cover i {
        color: #f48700;
    }

    .home-service-card-col-small:nth-child(3n) .home-service-card-style-three_columns_small .home-service-card-cover i {
        color: #f33a54;
    }

    .home-service-card-style-three_columns_small .home-service-card-head {
        width: 100%;
        margin: 0;
    }

    .home-service-card-style-three_columns_small .home-service-card-head-copy {
        align-items: center;
    }

    .home-service-card-style-three_columns_small .home-service-card-title {
        min-height: 42px;
        color: #ffffff;
        font-size: 15px;
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }

    .home-service-card-style-three_columns_small .home-service-card-foot {
        justify-content: center;
        width: 100%;
        margin-top: auto;
        padding-top: 6px;
    }

    .home-service-card-style-three_columns_small .home-service-card-price {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        min-width: 66px;
        min-height: 24px;
        padding: 0 9px;
        border: 1px solid rgba(255, 255, 255, 0.72);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        color: #ef342f;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
    }

    .home-service-card-style-three_columns_small .home-member-badge {
        display: none;
    }

    .home-service-card-style-three_columns_small .home-service-card-link {
        position: absolute;
        inset: 0;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: inherit;
        background: transparent;
        color: transparent;
        font-size: 0;
    }
}

@media (max-width: 768px) {
    .home-news-feature {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        min-height: 72px;
    }

    .home-news-cover {
        height: 72px;
    }

    .home-news-feature-body {
        min-height: 72px;
    }
}
