/*
 * Products 页面样式
 * 设计来源：Figma 节点 1203:1779、1221:1412
 * 所有尺寸按设计稿标注 ÷ 16 转换为 rem。
 */

.v2-products-page {
    background: #F5F5F7;
}

.v2-products-ecosystem {
    padding: 5.75rem 0 5rem;
}

.v2-products-ecosystem-title {
    margin: 0;
    color: #323232;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 2.75rem;
    line-height: normal;
}

.v2-products-ecosystem-title span {
    color: #323232;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 2.75rem;
    line-height: normal;
}

.v2-products-ecosystem-desc {
    width: 46.1875rem;
    margin: 1.25rem 0 0;
    color: #323232;
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.375rem;
    line-height: normal;
}

.v2-products-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 22.25rem);
    column-gap: 1.9375rem;
    margin-top: 2.375rem;
}

.v2-products-card {
    position: relative;
    height: 39.0625rem;
    overflow: hidden;
    border-radius: 0.875rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.625rem 0 rgba(34, 50, 72, 0.1);
    transition: all ease 0.6s;
}

.v2-products-card:hover {
    transform: scale(1.01);
}

.v2-products-card-image {
    display: block;
    width: 22.25rem;
    height: 17.5rem;
    object-fit: cover;
}

.v2-products-card-content {
    padding: 1.625rem 2.5rem 0;
}

.v2-products-card-title {
    margin: 0;
    color: #323232;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 1.625rem;
    line-height: normal;
}

.v2-products-card-desc {
    width: 17.25rem;
    margin: 0.75rem 0 0;
    color: #323232;
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.125rem;
    line-height: normal;
}

.v2-products-card-tags {
    position: absolute;
    top: 29.8125rem;
    left: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem 0.375rem;
    width: 17.25rem;
}

.v2-products-card-tag {
    display: inline-flex;
    align-items: center;
    height: 1.75rem;
    box-sizing: border-box;
    padding: 0 0.625rem;
    border-radius: 3.75rem;
    background: #E4EFFE;
    color: #006AF4;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 0.9375rem;
    line-height: normal;
    white-space: nowrap;
}

.v2-products-card-link {
    position: absolute;
    bottom: 2.125rem;
    left: 2.5rem;
    display: inline-flex;
    align-items: center;
    color: #6D7B8B;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.125rem;
    line-height: normal;
    text-decoration: none;
    transition: color 0.3s ease;
}

.v2-products-card:hover .v2-products-card-link {
    color: #009CFF;
}

.v2-products-card-link-text {
    color: inherit;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.125rem;
    line-height: normal;
}

.v2-products-card-link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 0.375rem;
    width: 0.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    color: inherit;
}

.v2-products-card-link-arrow::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0.125rem;
    background: currentColor;
    content: "";
    opacity: 0;
    transform: translateY(-50%);
    transition: width 0.6s ease, opacity 0.6s ease;
}

.v2-products-card-link-arrow::after {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    border-top: 0.1275rem solid currentColor;
    border-right: 0.1275rem solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.v2-products-card:hover .v2-products-card-link-arrow::before {
    left: 0.3rem;
    width: 0.75rem;
    opacity: 1;
}

.v2-products-card:hover .v2-products-card-link-arrow::after {
    transform: translateX(0.5rem) rotate(45deg);
}

.v2-products-faq {
    padding-bottom: 5rem;
}

.v2-products-faq-card {
    padding: 4.5rem 3.75rem 5rem;
    border-radius: 1.125rem;
    background: #FFFFFF;
    box-shadow: 0 0 1rem 0 rgba(34, 50, 72, 0.1);
}

.v2-products-faq-title {
    margin: 0;
    color: #323232;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 2.75rem;
    line-height: normal;
}

.v2-products-faq-desc {
    margin: 1.25rem 0 0;
    color: #323232;
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.375rem;
    line-height: normal;
}

.v2-products-faq-list {
    margin-top: 2.9375rem;
    border-top: 0.0625rem solid #D6D6D6;
}

.v2-products-faq-item {
    position: relative;
    min-height: 5.6875rem;
    border-bottom: 0.0625rem solid #D6D6D6;
}

.v2-products-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 5.6875rem;
    box-sizing: border-box;
    padding: 0 0;
    border: 0;
    background: transparent;
    color: #323232;
    cursor: pointer;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 1.625rem;
    line-height: normal;
    text-align: left;
}

.v2-products-faq-icon {
    position: relative;
    flex: 0 0 2.125rem;
    width: 2.125rem;
    height: 2.125rem;
    margin-left: 1.25rem;
    border-radius: 50%;
    background: #E3E6F0;
    transition: background 0.25s ease, transform 0.3s ease;
}

.v2-products-faq-icon::before,
.v2-products-faq-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.875rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
    background: #6D7B8B;
    content: "";
    transform: translate(-50%, -50%);
}

.v2-products-faq-icon::after {
    width: 0.1875rem;
    height: 0.875rem;
}

.v2-products-faq-item:hover .v2-products-faq-icon,
.v2-products-faq-item.is-open .v2-products-faq-icon {
    background: #DEF2FF;
}

.v2-products-faq-item.is-open .v2-products-faq-icon {
    transform: rotate(45deg);
}

.v2-products-faq-answer {
    display: none;
    width: 81.25rem;
    margin: -0.125rem 0 1.75rem;
    color: #323232;
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.125rem;
    line-height: normal;
}
#tg-contact {padding-top: 0!important;}