body {
    margin: 0;
    background: #ffffff;
    color: #1d2233;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
}

.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;
}

a {
    color: inherit;
    text-decoration: none;
}

.sg-product-page {
    min-width: 1440px;
    padding-top: 100px;
    background: #ffffff;
}

.sg-product-page .sg-product-hero {
    display: flex;
    min-height: 480px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 60px 0;
    background-image: url(../../Images/ShowImg/seo-geo/products/product-hero-bg.png);
    /*background: #f5f6f7;*/
    text-align: center;
}

.sg-product-page .sg-product-hero-copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sg-product-page .sg-product-hero h1 {
    margin: 0;
    padding: 10px 0;
    color: #1d2233;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
}

.sg-product-page .sg-product-hero p {
    width: 1107px;
    margin: 0;
    color: #1d2233;
    font-size: 24px;
    line-height: 40px;
}

.sg-product-page .sg-product-hero > a {
    display: inline-flex;
    width: 300px;
    height: 56px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d99ff;
    border-radius: 8px;
    background: #ffffff;
    color: #0d99ff;
    font-size: 20px;
    line-height: 29px;
    transition: color .2s ease, background-color .2s ease;
}

.sg-product-page .sg-product-hero > a:hover {
    background: #0d99ff;
    color: #ffffff;
}

.sg-product-page .sg-product-list {
    display: flex;
    width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.sg-product-page .sg-product-list-section {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.sg-product-page .sg-product-list-section h2 {
    width: 100%;
    margin: 0;
    color: rgba(29, 34, 51, .6);
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.sg-product-page .sg-product-list-divider {
    width: 1380px;
    height: 1px;
    background: #e8e9ee;
}

.sg-product-page .sg-product-list-grid {
    display: grid;
    width: 1380px;
    grid-template-columns: repeat(3, 440px);
    gap: 20px 30px;
}

.sg-product-page .sg-product-list-card {
    display: flex;
    width: 440px;
    min-height: 92px;
    box-sizing: border-box;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, transform .2s ease;
}

.sg-product-page a.sg-product-list-card:hover {
    border-color: rgba(13, 153, 255, .3);
    background: #f8fbff;
    box-shadow: 0 4px 20px rgba(13, 153, 255, .1);
    transform: translateY(-2px);
}

.sg-product-page .sg-product-list-card.is-disabled {
    cursor: default;
}

.sg-product-page .sg-product-list-card img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 8px;
    object-fit: contain;
}

.sg-product-page .sg-product-list-card > span {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 10px;
}

.sg-product-page .sg-product-list-card strong {
    overflow: hidden;
    color: #1d2233;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sg-product-page .sg-product-list-card em {
    overflow: hidden;
    color: rgba(29, 34, 51, .6);
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sg-product-page .sg-product-cta {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 120px 240px;
    background-color: #f3f5f7;
    background-image: url("../../Images/ShowImg/seo-geo/products/chatbot-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sg-product-page .sg-product-cta h2 {
    margin: 0;
    color: #1d2233;
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
}

.sg-product-page .sg-product-cta h2 strong {
    color: #0068eb;
    font-weight: 700;
}

.sg-product-page .sg-product-cta p {
    margin: 0;
    color: #1d2233;
    font-size: 28px;
    line-height: 34px;
}

.sg-product-page .sg-product-cta > div {
    display: flex;
    height: 56px;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.sg-product-page .sg-product-cta a {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 13px 29px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 29px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.sg-product-page .sg-product-cta-primary {
    border: 1px solid #0d99ff;
    background: #0d99ff;
    color: #ffffff;
    padding: 14px 30px;
}

.sg-product-page .sg-product-cta-primary:hover {
    border-color: #0068eb;
    background: #0068eb;
}

.sg-product-page .sg-product-cta-secondary {
    border: 1px solid #0d99ff;
    background: #ffffff;
    color: #0d99ff;
}

.sg-product-page .sg-product-cta-secondary:hover {
    background: #0d99ff;
    color: #ffffff;
}
