.sg-solution-detail-page {
    --sg-container: 1440px;
    --sg-page-gutter: 40px;
    --sg-content-width: min(var(--sg-container), calc(100vw - var(--sg-page-gutter) * 2));
    width: 100%;
    min-width: 0;
    padding-top: 100px;
    overflow-x: hidden;
    background: #ffffff;
    color: #1d2233;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sg-solution-detail-page *,
.sg-solution-detail-page *::before,
.sg-solution-detail-page *::after {
    box-sizing: border-box;
}

.sg-solution-detail-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding: 120px max(var(--sg-page-gutter), calc((100vw - var(--sg-container)) / 2));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sg-solution-detail-hero-inner {
    width: min(1000px, 100%);
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    text-align: center;
}

.sg-solution-detail-hero h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 0;
    color: #1d2233;
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0;
}

.sg-solution-detail-hero h1 span {
    display: inline-block;
}

.sg-solution-detail-hero .is-highlight,
.sg-solution-scene .is-highlight {
    color: #0068eb;
}

.sg-solution-detail-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 8px 18px;
    border-radius: 12px;
    background: #d9e8ff;
    color: #1d2233;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}

.sg-solution-detail-desc {
    display: none;
}

.sg-solution-detail-stat {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sg-solution-detail-stat strong {
    display: block;
    margin: 0;
    color: #1d2233;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
}

.sg-solution-detail-stat p {
    margin: 0;
    color: rgba(29, 34, 51, .85);
    font-size: 18px;
    line-height: 36px;
}

.sg-solution-detail-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 14px;
    margin-top: 20px;
}

.sg-solution-detail-actions a,
.sg-solution-detail-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 13px 29px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #ffffff;
    color: #1d2233;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s ease;
}

.sg-solution-detail-actions a:hover,
.sg-solution-detail-cta a:hover {
    border-color: #0d99ff;
    background: #0d99ff;
    color: #ffffff;
}

.sg-solution-detail-cta > a:hover {
    background: #ffffff99;
    
}

.sg-solution-detail-cta-related-title {
    margin: 32px 0 0;
    color: #1d2233;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.sg-solution-detail-cta-related-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.sg-solution-detail-cta-related-links a {
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: #0068eb;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity .2s ease;
}

.sg-solution-detail-cta-related-links a:hover {
    opacity: .7;
    border: none;
    background: none;
    color: #0068eb;
}

.sg-solution-detail-cta-related-links i {
    width: 2px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 1px;
}

.sg-solution-detail-scenes {
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.sg-solution-scene {
    width: var(--sg-content-width);
    display: flex;
    align-items: stretch;
    column-gap: 60px;
    margin: 0 auto;
    padding: 120px 0;
    background: #ffffff;
}

.sg-solution-scene.is-reverse {
    flex-direction: row-reverse;
}

.sg-solution-scene-copy {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    row-gap: 40px;
}

.sg-solution-scene h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 600px;
    margin: 0;
    color: #1d2233;
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0;
}

.sg-solution-scene h2 em {
    font-style: normal;
}

.sg-solution-scene-copy > .sg-solution-scene-subtitle {
    max-width: 600px;
    margin: -20px 0 0;
    color: #1d2233;
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
}

.sg-solution-scene-copy > p {
    max-width: 600px;
    margin: 0;
    color: rgba(29, 34, 51, .7);
    font-size: 16px;
    line-height: 26px;
    white-space: pre-line;
}

.sg-solution-feature-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
}

.sg-solution-feature-list section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 16px;
    background: #f5f6f7;
}

.sg-solution-feature-list h3 {
    margin: 0;
    color: #0068eb;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.sg-solution-feature-list p {
    margin: 0;
    color: #1d2233;
    font-size: 14px;
    line-height: 22px;
}

.sg-solution-scene-media {
    position: relative;
    flex: 0 0 min(780px, 48vw);
    align-self: stretch;
    min-height: 520px;
    margin: 0;
    border-radius: 16px;
    background: #d9d9d9;
    overflow: hidden;
}

.sg-solution-scene-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform .4s cubic-bezier(.25, .1, .25, 1);
}

.sg-solution-scene-media:hover img {
    transform: scale(1.04);
}

.sg-solution-selection {
    padding: 88px max(var(--sg-page-gutter), calc((100vw - var(--sg-container)) / 2));
    background: #ffffff;
}

.sg-solution-selection {
    background: #f7faff;
}

.sg-solution-selection.is-geo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    background: transparent;
}

.sg-solution-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    max-width: 980px;
    margin: 0 0 32px;
}

.sg-solution-section-head span {
    color: #0068eb;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.sg-solution-section-head h2 {
    margin: 0;
    color: #1d2233;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0;
}

.sg-solution-direct-answer {
    max-width: 1080px;
    margin: 0 0 34px;
    color: rgba(29, 34, 51, .78);
    font-size: 18px;
    line-height: 34px;
}

.sg-solution-selection-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #d8e4f4;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.sg-solution-selection-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr 1.35fr 1.35fr;
    border-top: 1px solid #d8e4f4;
}

.sg-solution-selection-row:first-child {
    border-top: 0;
}

.sg-solution-selection-row span {
    display: block;
    min-width: 0;
    padding: 18px 20px;
    border-left: 1px solid #d8e4f4;
    color: #30384a;
    font-size: 15px;
    line-height: 25px;
}

.sg-solution-selection-row span:first-child {
    border-left: 0;
}

.sg-solution-selection-row.is-head {
    background: #eaf3ff;
}

.sg-solution-selection-row.is-head span {
    color: #1d2233;
    font-weight: 700;
}

.sg-solution-value-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
    padding: 120px max(var(--sg-page-gutter), calc((100vw - var(--sg-container)) / 2));
    background: linear-gradient(180deg, rgba(217, 232, 255, .7) 0%, rgba(217, 232, 255, 0) 100%);
}

.sg-solution-value-summary h2,
.sg-solution-faq > h2 {
    margin: 0;
    color: #1d2233;
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.sg-solution-value-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 30px;
    width: var(--sg-content-width);
    max-width: 1440px;
}

.sg-solution-value-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
}

.sg-solution-value-card {
    min-width: 0;
    padding: 29px;
    border: 1px solid #ffffff;
    border-radius: 16px;
    background: #fbfeff;
    box-shadow: 0 6px 24px rgba(0, 104, 235, .06);
    transition: all 300ms ease;
}

.sg-solution-value-card:hover,
.sg-solution-value-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 104, 235, .1);
}

.sg-solution-value-card h3 {
    margin: 0;
    color: #0068eb;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}

.sg-solution-value-card p {
    margin: 20px 0 0;
    color: #1d2233;
    font-size: 16px;
    line-height: 24px;
}

.sg-solution-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 72px;
    padding: 112px max(var(--sg-page-gutter), calc((100vw - var(--sg-container)) / 2)) 128px;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef6ff 100%);
}

.sg-solution-faq-list {
    width: min(800px, 100%);
    margin: 0 auto;
}

.sg-solution-faq-item {
    padding: 20px 30px 0;
    cursor: pointer;
}

.sg-solution-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 26px;
    font-size: 16px;
    line-height: 26px;
}

.sg-solution-faq-question span {
    color: #1d2233;
}

.sg-solution-faq-question img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.sg-solution-faq-answer {
    display: none;
    margin: 30px 0 0;
    color: rgba(29, 34, 51, .7);
    font-size: 16px;
    line-height: 32px;
}

.sg-solution-faq-item.is-open .sg-solution-faq-answer,
.sg-solution-faq-item:hover .sg-solution-faq-answer,
.sg-solution-faq-item:focus-within .sg-solution-faq-answer {
    display: block;
}

.sg-solution-faq-list:hover .sg-solution-faq-item.is-open:not(:hover) .sg-solution-faq-answer {
    display: none;
}

.sg-solution-faq-line {
    height: 1px;
    margin-top: 20px;
    background: #d9d9d9;
}

.sg-solution-detail-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 0;
    padding: 30px max(var(--sg-page-gutter), calc((100vw - var(--sg-container)) / 2));
    background: #0d99ff;
}

.sg-solution-detail-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.35;
}

.sg-solution-detail-cta p {
    margin: 12px 0 0;
    color: #ffffff99;
    font-size: 18px;
    line-height: 1.7;
}

.sg-solution-detail-cta a {
    flex: 0 0 auto;
}

@media (max-width: 1440px) and (min-width: 1101px) {
    .sg-solution-detail-page {
        --sg-page-gutter: 32px;
    }

    .sg-solution-detail-hero {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .sg-solution-detail-hero h1,
    .sg-solution-scene h2 {
        font-size: 36px;
        line-height: 52px;
    }

    .sg-solution-scene-copy > .sg-solution-scene-subtitle {
        margin-top: -16px;
        font-size: 34px;
        line-height: 42px;
    }

    .sg-solution-detail-stat {
        row-gap: 16px;
        margin-top: 12px;
    }

    .sg-solution-detail-stat strong {
        font-size: 28px;
        line-height: 40px;
    }

    .sg-solution-detail-stat p {
        font-size: 17px;
        line-height: 32px;
    }

    .sg-solution-detail-actions {
        column-gap: 24px;
        margin-top: 16px;
    }

    .sg-solution-detail-actions a,
    .sg-solution-detail-cta a {
        height: 52px;
        padding: 11px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .sg-solution-scene {
        column-gap: 42px;
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .sg-solution-scene-copy {
        row-gap: 30px;
    }

    .sg-solution-scene-media {
        flex-basis: min(620px, 47vw);
        min-height: 440px;
    }

    .sg-solution-feature-list section {
        padding: 10px 18px;
    }

    .sg-solution-selection {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sg-solution-value-summary {
        row-gap: 48px;
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .sg-solution-value-summary h2,
    .sg-solution-faq > h2 {
        font-size: 36px;
        line-height: 54px;
    }

    .sg-solution-value-grid {
        row-gap: 24px;
    }

    .sg-solution-value-row {
        gap: 24px;
    }

    .sg-solution-value-card {
        padding: 24px;
    }

    .sg-solution-faq {
        row-gap: 56px;
        padding-top: 88px;
        padding-bottom: 104px;
    }

    .sg-solution-detail-cta {
        gap: 28px;
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .sg-solution-detail-cta h2 {
        font-size: 32px;
    }

    .sg-solution-detail-cta p {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media (max-width: 1280px) {
    .sg-solution-scene {
        column-gap: 40px;
    }

    .sg-solution-scene-media {
        flex-basis: 44vw;
        min-height: 440px;
    }
}

@media (max-width: 960px) {
    .sg-solution-detail-page {
        --sg-page-gutter: 24px;
    }

    .sg-solution-detail-hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sg-solution-detail-hero h1,
    .sg-solution-scene h2,
    .sg-solution-scene-subtitle {
        font-size: 34px;
        line-height: 48px;
    }

    .sg-solution-detail-stat strong {
        font-size: 26px;
        line-height: 38px;
    }

    .sg-solution-selection,
    .sg-solution-value-summary,
    .sg-solution-faq {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .sg-solution-value-grid {
        max-width: 560px;
    }

    .sg-solution-value-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sg-solution-selection-row {
        grid-template-columns: 1fr;
    }

    .sg-solution-selection-row.is-head {
        display: none;
    }

    .sg-solution-selection-row span {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        column-gap: 14px;
        border-left: 0;
        border-top: 1px solid #eef2f7;
    }

    .sg-solution-selection-row span:first-child {
        border-top: 0;
    }

    .sg-solution-selection-row span::before {
        content: attr(data-label);
        color: #0068eb;
        font-weight: 700;
    }

    .sg-solution-value-summary h2,
    .sg-solution-faq > h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .sg-solution-scene,
    .sg-solution-scene.is-reverse,
    .sg-solution-detail-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .sg-solution-scene {
        row-gap: 40px;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sg-solution-scene-media {
        flex-basis: auto;
        width: 100%;
        min-height: 360px;
    }

    .sg-solution-detail-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .sg-solution-detail-page {
        padding-top: 100px;
    }

    body:has(.sg-solution-detail-page) .sg-main-nav,
    body:has(.sg-solution-detail-page) .sg-header-actions {
        display: none;
    }

    body:has(.sg-solution-detail-page) .sg-header-inner {
        justify-content: center;
    }

    body:has(.sg-solution-detail-page) .sg-footer-main {
        flex-direction: column;
        min-height: 0;
        row-gap: 40px;
    }

    body:has(.sg-solution-detail-page) .sg-footer-contact {
        flex-basis: auto;
        width: 100%;
        padding-right: 0;
    }

    body:has(.sg-solution-detail-page) .sg-footer-cols {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
        width: 100%;
        margin-left: 0;
    }

    body:has(.sg-solution-detail-page) .sg-footer-cols > div {
        width: auto;
        min-height: 0;
    }

    body:has(.sg-solution-detail-page) .sg-footer-cols h3 {
        margin-bottom: 16px;
    }

    .sg-solution-detail-hero h1,
    .sg-solution-scene h2,
    .sg-solution-scene-subtitle {
        font-size: 30px;
        line-height: 42px;
    }

    .sg-solution-detail-badge {
        font-size: 17px;
        line-height: 25px;
    }

    .sg-solution-section-head h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .sg-solution-value-summary,
    .sg-solution-faq {
        row-gap: 42px;
    }

    .sg-solution-value-summary h2,
    .sg-solution-faq > h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sg-solution-value-card {
        padding: 24px;
        border-radius: 14px;
    }

    .sg-solution-value-card h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .sg-solution-value-card p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 28px;
    }

    .sg-solution-faq-question {
        min-height: 62px;
        gap: 16px;
    }

    .sg-solution-faq-question h3 {
        font-size: 15px;
        line-height: 25px;
    }

    .sg-solution-direct-answer {
        font-size: 16px;
        line-height: 30px;
    }

    .sg-solution-selection-row span {
        grid-template-columns: 1fr;
        row-gap: 6px;
        padding: 16px;
        font-size: 14px;
        line-height: 24px;
    }

    .sg-solution-detail-stat p,
    .sg-solution-scene-copy > p,
    .sg-solution-detail-cta p {
        font-size: 16px;
        line-height: 28px;
    }

    .sg-solution-detail-actions,
    .sg-solution-detail-actions a {
        width: 100%;
    }

    .sg-solution-scene-media {
        min-height: 280px;
    }
}
