/* 首页专属样式（由 index.html 内联样式外置） */
.cai_btn:hover{
    color: #fff !important;
}

/* 与 secondary_btn 同步盒模型，避免移动端两按钮一大一小 */
.cai_btn,
.secondary_btn {
    box-sizing: border-box;
    vertical-align: middle;
}

.banner-content-con .banner-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px 16px;
}

.banner-content-con .banner-cta-row .cai_btn,
.banner-content-con .banner-cta-row .secondary_btn {
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.padding-top,
.padding-top100 {
    padding-top: 60px !important;
}

.padding-bottom,
.padding-bottom100 {
    padding-bottom: 60px !important;
}

/* 套餐区：标题与卡片、卡片与卡片间距 */
.pricing-plan-con .heading-title-con {
    margin-bottom: 40px;
}

.pricing-plan-con .row.all_row {
    row-gap: 24px;
}

.pricing-plan-con .all_column {
    margin-bottom: 0;
}

/* AI Logo 滚动 */
.client-logo-slider-wrap {
    flex: 1;
    min-width: 0;
    padding-left: 24px;
}

.client-logo-carousel .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
}

.client-logo-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.client-logo-brand img {
    flex-shrink: 0;
    max-height: 44px;
    max-width: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: ease-in-out 0.3s;
}

.client-logo-brand__name {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #2d2d2d;
    white-space: nowrap;
}

.client-logo-brand--full {
    justify-content: flex-start;
}

.client-logo-brand--full img {
    max-height: 38px;
    max-width: 120px;
}

.client-logo-carousel .item:hover img {
    transform: translateY(-2px);
}

.client-logo-con .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .client-logo-slider-wrap {
        padding-left: 0;
        margin-top: 16px;
    }

    .client-logo-carousel .item {
        height: 50px;
    }

    .client-logo-brand img {
        max-height: 36px;
        max-width: 36px;
    }

    .client-logo-brand__name {
        font-size: 14px;
    }

    .client-logo-brand--full img {
        max-height: 32px;
        max-width: 95px;
    }
}

@media screen and (max-width: 575px) {
    .client-logo-carousel .item {
        height: 46px;
    }

    .client-logo-brand {
        gap: 8px;
    }

    .client-logo-brand img {
        max-height: 32px;
        max-width: 32px;
    }

    .client-logo-brand__name {
        font-size: 13px;
    }

    .client-logo-brand--full img {
        max-height: 28px;
        max-width: 80px;
    }
}

/* Banner 气泡框图标 */
.banner-con .banner-img-con .coment-box1 img,
.banner-con .banner-img-con .coment-box2 img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
    border-radius: 18px;
    flex-shrink: 0;
}

/* 防止 Banner 气泡框绝对定位导致页面横向溢出 */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.banner-con .banner-img-con {
    overflow: visible;
}

/* 高度随内容自适应，避免 PC 缩放时出现大块空白 */
.banner-con {
    min-height: auto !important;
    height: auto;
}

.banner-con .down_button {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 28px;
}

.banner-con .banner-img-con img.animated-robot {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

@keyframes bannerEnterLeft {
    0% {
        opacity: 0;
        transform: translate3d(-80px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bannerEnterUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 56px, 0) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes bannerEnterDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -72px, 0) scale(0.88);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.banner-content-con .banner-enter-left,
.banner-con .banner-img-con .banner-robot-figure.banner-enter-down {
    opacity: 0;
    will-change: transform, opacity;
    animation-fill-mode: both;
}

.banner-content-con .banner-enter-left {
    animation: bannerEnterLeft 1.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.banner-content-con .banner-enter-li--1 {
    animation-delay: 0.08s;
}

.banner-content-con .banner-enter-li--2 {
    animation-delay: 0.16s;
}

.banner-content-con .banner-enter-li--3 {
    animation-delay: 0.24s;
}

.banner-content-con .banner-enter-li--4 {
    animation-delay: 0.32s;
}

.banner-content-con .banner-enter-title {
    animation-delay: 0.42s;
}

.banner-content-con .banner-enter-desc {
    animation-delay: 0.58s;
}

.banner-content-con .banner-enter-up {
    opacity: 0;
    will-change: transform, opacity;
    animation: bannerEnterUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.banner-content-con .banner-enter-up--1 {
    animation-delay: 0.76s;
}

.banner-content-con .banner-enter-up--2 {
    animation-delay: 0.94s;
}

.banner-con .banner-img-con .banner-robot-figure.banner-enter-down {
    animation: bannerEnterDown 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}

@media (prefers-reduced-motion: reduce) {
    .banner-content-con .banner-enter-left,
    .banner-content-con .banner-enter-up,
    .banner-con .banner-img-con .banner-robot-figure.banner-enter-down {
        opacity: 1;
        animation: none;
        filter: none;
        transform: none;
    }
}

@media screen and (min-width: 1441px) {
    .banner-con .banner-img-con .coment-box2 {
        right: 0;
    }
}

/* Banner「AI」蓝紫渐变字（与主按钮同色） */
.banner-ai-gradient {
    background-image: linear-gradient(90deg, #2a6bff 0%, #7b35ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Banner「在线体验」蓝色按钮 */
.banner-con .banner-secondary_btn {
    color: #2a6bff;
    background-color: #fff;
    border: 2px solid #2a6bff;
    box-sizing: border-box;
    padding: 20px 28px;
}

.banner-con .banner-secondary_btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #2a6bff 0%, #7b35ff 100%);
    border-color: transparent;
}

/* Banner 标题：仅大屏自定义，手机端沿用 responsive.css 的 h1 行高 */
@media screen and (min-width: 992px) {
    .banner-title {
        font-size: 48px;
        line-height: 1.35;
    }

    .banner-con p {
        font-size: 18px;
        font-weight: inherit;
    }
}

@media screen and (max-width: 991px) {
    .banner-content-box {
        margin-top: 0;
    }

    .banner-title {
        line-height: 1.45;
    }

    /* 取消大屏 min-height，避免 Banner 底部大块空白 */
    .banner-con {
        min-height: auto;
        height: auto;
    }

    .banner-con .row {
        padding-bottom: 16px;
    }

    .banner-content-con {
        margin-bottom: 24px;
    }

    .heading-title-con h2 {
        font-size: 28px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 575px) {
    .banner-title {
        font-size: 26px;
        line-height: 1.5;
    }

    .banner-con p {
        font-size: 16px;
        line-height: 1.7;
    }

    .heading-title-con h2 {
        font-size: 24px;
        line-height: 1.5;
    }
}

/* 社会证明 */
.geo-social-proof {
    padding: 28px 0 8px;
    text-align: center;
}

.geo-social-proof__inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 28px;
    padding: 14px 28px;
    border-radius: 999px;
    background: rgba(39, 119, 252, 0.06);
    color: var(--e-global-color-secondary);
    font-size: 15px;
    line-height: 1.5;
}

.geo-social-proof__item strong {
    color: var(--e-global-color-accent);
    font-weight: 700;
}

.geo-social-proof__sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c5c5c5;
    display: inline-block;
}

/* 优化前后对比 */
.geo-compare-con {
    padding-top: 24px;
    padding-bottom: 60px;
}

.geo-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.geo-chat-mock {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    background: #fff;
    height: 100%;
}

.geo-chat-mock__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.geo-chat-mock__body {
    padding: 20px 18px 22px;
}

.geo-chat-mock__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.geo-chat-mock__row:last-child {
    margin-bottom: 0;
}

.geo-chat-mock__avatar {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.geo-chat-mock__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.geo-chat-mock__q {
    flex: 1;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 12px 14px;
    border-radius: 14px 14px 14px 4px;
    background: #eef4ff;
    color: #1d2939;
    font-size: 14px;
    line-height: 1.6;
}

.geo-chat-mock__a {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.7;
}

.geo-chat-mock--before .geo-chat-mock__badge {
    color: #b42318;
    background: rgba(180, 35, 24, 0.1);
}

.geo-chat-mock--after .geo-chat-mock__badge {
    color: #027a48;
    background: rgba(2, 122, 72, 0.1);
}

.geo-chat-mock__header {
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #f9fafb;
}

.geo-chat-mock__a--bad {
    background: #ffdada;
    color: #7a271a;
    border: 1px solid rgba(180, 35, 24, 0.12);
}

.geo-chat-mock__a--good {
    background: #f3faf6;
    color: #054f31;
    border: 1px solid rgba(2, 122, 72, 0.12);
}

.geo-chat-mock__a strong {
    color: var(--e-global-color-accent);
}

/* 交互 Demo */
.geo-demo-con {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.geo-demo-panel {
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.geo-demo-form {
    width: 100%;
}

.geo-demo-form__bar {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 72px;
    padding: 8px 10px 8px 28px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 999px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

.geo-demo-form input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
    color: #1d2939;
    outline: none;
    box-shadow: none;
}

.geo-demo-form input::placeholder {
    color: #98a2b3;
}

.geo-demo-form input:focus {
    outline: none;
    box-shadow: none;
}

.geo-demo-form button {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #7b3dff 0%, #316aff 52%, #4d00ff 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 8px 20px rgba(77, 0, 255, 0.22);
}

.geo-demo-form button:hover {
    opacity: 0.96;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(77, 0, 255, 0.28);
}

.geo-demo-form button.is-loading {
    opacity: 0.8;
    cursor: wait;
    transform: none;
}

.geo-demo-note {
    margin-top: 14px;
    font-size: 13px;
    color: #667085;
}

#geoDemoResult {
    display: none;
    margin-top: 8px;
    padding: 22px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
}

#geoDemoResult.is-visible {
    display: block;
    animation: geoDemoFadeIn 0.45s ease;
}

@keyframes geoDemoFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.geo-demo-report__head,
.geo-demo-report__metrics {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.geo-demo-report__head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.geo-demo-report__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.geo-demo-report__label {
    display: block;
    font-size: 12px;
    color: #667085;
    margin-bottom: 4px;
}

.geo-demo-report__metric,
.geo-demo-report__head > div {
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eaecf0;
}

.geo-demo-report__metric span,
.geo-demo-report__platform-head span {
    display: block;
    font-size: 13px;
    color: #667085;
    margin-bottom: 6px;
}

.geo-demo-report__platform {
    padding: 12px 0;
    border-top: 1px solid #eaecf0;
}

.geo-demo-report__platform-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.geo-demo-report__bar {
    height: 8px;
    border-radius: 999px;
    background: #eaecf0;
    overflow: hidden;
    margin-bottom: 6px;
}

.geo-demo-report__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2777fc, #5b9dff);
}

.geo-demo-report__platform small {
    color: #98a2b3;
    font-size: 12px;
}

.geo-demo-report__tip,
.geo-demo-report__error {
    font-size: 13px;
    color: #667085;
}

.geo-demo-report__loading {
    text-align: center;
    color: #667085;
    padding: 24px 0;
}

/* 首页案例卡片 */
.geo-home-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.geo-home-case-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.geo-home-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.geo-home-case-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.geo-home-case-card__cover {
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background: #eef2f6;
}

.geo-home-case-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geo-home-case-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 20px 20px;
}

.geo-home-case-card__title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.geo-home-case-card__summary {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--e-global-color-text);
    flex: 1;
}

.geo-home-case-card__tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(39, 119, 252, 0.08);
    color: var(--e-global-color-accent);
    font-size: 12px;
    font-weight: 600;
    max-width: 110px;
    text-align: center;
}

.geo-home-cases__more {
    margin-top: 28px;
}

/* 评价头像 */
.testimonials-con .owl-carousel .owl-item {
    display: flex;
}

.testimonials-con .owl-carousel .item {
    display: flex;
    width: 100%;
}

.testimonial-box {
    flex: 1;
    width: 100%;
}

.testimonial-box p {
    flex: 1;
    min-height: 100px;
}

.testimonial-customer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.testimonial-customer__meta .customer {
    display: block;
}

@media screen and (max-width: 991px) {
    .geo-compare-grid,
    .geo-home-cases__grid,
    .geo-demo-report__metrics,
    .geo-demo-report__head {
        grid-template-columns: 1fr;
    }

    .geo-demo-panel {
        padding: 0;
    }

    .geo-demo-form__bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        min-height: auto;
        padding: 14px;
        border-radius: 24px;
    }

    .geo-demo-form input {
        min-height: 44px;
        padding: 0 8px;
        font-size: 15px;
    }

    .geo-demo-form button {
        width: 100%;
        min-height: 52px;
    }

    .geo-social-proof__inner {
        border-radius: 16px;
        padding: 14px 18px;
    }
}

/* 移动端：cai_btn 与 secondary_btn 同尺寸；套餐区顶部/卡片间距 */
@media screen and (max-width: 991px) {
    .cai_btn,
    .secondary_btn {
        font-size: 16px;
        line-height: 16px;
        min-width: 150px;
        padding: 17px 20px;
    }

    .banner-content-con .banner-cta-row .cai_btn,
    .banner-content-con .banner-cta-row .secondary_btn {
        min-height: 52px;
    }

    .pricing-plan-con.padding-top {
        padding-top: 48px !important;
    }

    .pricing-plan-con .heading-title-con {
        margin-bottom: 28px;
    }

    .pricing-plan-con .row.all_row {
        row-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cai_btn,
    .secondary_btn {
        font-size: 15px;
        line-height: 15px;
        min-width: 0;
        padding: 14px 16px;
    }

    .banner-content-con .banner-cta-row {
        gap: 10px;
    }

    .banner-content-con .banner-cta-row .cai_btn,
    .banner-content-con .banner-cta-row .secondary_btn {
        flex: 1 1 calc(50% - 5px);
        min-height: 48px;
        min-width: 0;
    }

    .pricing-plan-con.padding-top {
        padding-top: 40px !important;
    }

    .pricing-plan-con .heading-title-con {
        margin-bottom: 24px;
    }

    .pricing-plan-con .row.all_row {
        row-gap: 16px;
    }

    .pricing-plan-con .pricing-box {
        padding: 28px 20px;
    }
}
