html body{
    width: 100%;
    height: 100%;

}

.head-pro {
    display: inline-block;
    padding: 0;
}

.head-pro img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 0 solid #4a5b6f;
    transition: all .5s ease;
    margin: 0;
}

 

.c-bg{
    background-image: url('../images/grab_landing_page/bg.jpg');
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
}

.c-bg2{
    background-image: url('../images/grab_landing_page/bg2.jpg');
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;
}

.c-bg3{
    background-image: url('../images/grab_landing_page/bg3.jpg');
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
}

.c-bg4{
    background-image: url('../images/grab_landing_page/bg4.png');
    background-size: auto;
    background-position:top;
    background-repeat: no-repeat;
}
/* 导航栏样式 */
.navbar {
    padding: 1rem 0;
}



/* Logo样式 */
.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    font-size: 28px;
    color: white;
    transform: rotate(-15deg);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-main {
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.logo-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: 1px;
}

/* 导航菜单样式 */
.grab-navbar-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.grab-land-nav-link {
    color: #111a29;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0px 17px 0px 15px;
    font-weight: 600;
}



.grab-land-nav-link:hover{
    opacity: 0.5;
}

/* 登录按钮样式 */
.btn-login {
    background: #141729;
    border: none;
    color: white;
    height: 49px;
    width: 126px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(45, 55, 72, 0.3);
}

.btn-login:hover {
    background: #1a202c;
    box-shadow: 0 4px 12px rgba(45, 55, 72, 0.4);
    color: white;
}

/* 移动端适配 */
.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
   background-image: none!important;
}

.navbar-toggler-icon i{
    font-size: 28px;
    color: rgb(73, 76, 79);
}

.navbar-collapse .navbar-toggler{
    position: fixed;
    right: 20px;
    top: 24px;
    z-index: 999;
}

.navbar-collapse .navbar-toggler i{
    color: #ffffff;
}



@media (max-width: 992px) {
    .navbar-collapse {
        background: rgba(45, 55, 72, 0.95);
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 10px;
    }
    
    .grab-navbar-nav {
        margin-bottom: 1rem;
        gap: 0;
    }
    
    .nav-item {
        text-align: center;
        margin: 0.5rem 0;
    }
    
    .btn-login {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .logo-main {
        font-size: 16px;
    }
    
    .logo-sub {
        font-size: 10px;
    }
    
    .logo-icon {
        font-size: 24px;
    }
    
    .navbar {
        padding: 0.8rem 0;
    }
}

.section-title{
    padding: 0px 0 49px 0;
}

/* 主要内容区域 */
.hero-section {
    padding: 4rem 0;
    text-align: center;
}

/* 主标题样式 */
.hero-title {
    font-size: 99px;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 25px;
    padding: 0;
    line-height: 98px;
}

.text-highlight {
    background-image: linear-gradient(90deg, #111A29 0%, #E02B25 31%, #E02B25 66%, #111A29 100%);

}

.text-highlight-text{
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 副标题样式 */
.hero-subtitle {
    font-size: 17px;
    color: #111a29;
    margin-bottom:25px;
    font-weight: 400;
}

/* 抓取表单容器 */
.grab-form-container {
    margin-bottom: 27px;
}

.grab-form {
    max-width: 600px;
    margin: 0 auto;
}



/* 顶部抓取表单样式 */
.top-grab-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    flex-wrap: wrap;
}


.top-input-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 3px;
    border: 1px solid #e3e9eb;
    transition: all 0.3s ease;
    flex: 1;
    margin-right: 10px;
}

.top-input-container:focus-within {
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.15);
    border-color: #ef4444;
}

.top-input-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}

.top-input-icon {
    padding: 4px 12px 0 16px;
    color: #6e6c7e;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.top-input-field {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 20px 12px 0px;
    background: transparent;
    color: #374151;
    font-weight: 400;
}

.top-input-field::placeholder {
    color: #6e6c7e;
    font-weight: 400;
    font-size: 14px;
}

.top-input-field:focus {
    outline: none;
}

.top-submit-btn {
    background: #ff6000;
    color: white;
    border: none;
    padding: 15px 40px 15px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 100px;
}

.top-submit-btn:hover {
    background: #ff6000;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(234, 88, 12, 0.4);
}

.top-submit-btn:active {
    transform: translateY(0);
}

.top-submit-btn:focus {
    outline: 2px solid #ff6000;
    outline-offset: 2px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .top-input-container {
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }
    
    .top-input-wrapper {
        width: 100%;
    }
    
    .top-input-field {
        padding: 12px 12px 12px 0;
        text-align: center;
        font-size: 15px;
    }
    
    .top-submit-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
}


/* 加载状态 */
.top-submit-btn.loading {
    background: #6e6c7e;
    cursor: not-allowed;
    position: relative;
}

.top-submit-btn.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: topBtnSpin 1s linear infinite;
}

@keyframes topBtnSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 错误状态 */
.top-input-container.error {
    border-color: #ef4444;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.15);
}

.top-input-container.error .top-input-icon {
    color: #ef4444;
}

/* 成功状态 */
.top-input-container.success {
    border-color: #ddf800;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.15);
}

.top-input-container.success .top-input-icon {
    color: #ddf800;
}


































.input-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.cta-form .input-icon {
    position: absolute;
    left: 4px;
    top: 17px;
    z-index: 3;
}

.cta-form .input-icon i{
    color: #9392a1;
    font-size: 18px;
    margin-top: 3px;
}

.grab-input {
    border: none;
    padding: 1.2rem 1.5rem 1.2rem 3rem;
    font-size: 1rem;
    flex: 1;
    outline: none;
    background: transparent;
    color: #111a29;
    width: 100%;
}

.grab-input::placeholder {
    color: #a0aec0;
}

.btn-grab {
    background: #ff6b35;
    border: none;
    color: white;
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-grab:hover {
    background: #e55a2b;
}

/* 免责声明样式 */
.disclaimer {
    font-size: 0.9rem;
    color: #9392a1;
    margin-top:27px;
    line-height: 1.5;
    font-weight: 400;
}

.text-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
}

.text-link:hover {
    text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .input-group {
        flex-direction: column;
        border-radius: 25px;
    }
    
    .grab-input {
        padding: 1rem 1rem 1rem 2.5rem;
        border-radius: 25px 25px 0 0;
    }
    
    .btn-grab {
        padding: 1rem;
        border-radius: 0 0 25px 25px;
    }
    
    .input-icon {
        left: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .disclaimer {
        font-size: 0.85rem;
    }
}

.grab-costom-wrap{
    padding-bottom:106px;
}

.grab-costom-content{
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-color: #e3e9eb;
    border-style: solid;

}

.grab-costom-img-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f8f9fa;
}

.grab-costom-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 功能特点区域 */
.features-section {
    padding: 5rem 0;
}

.section-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 5rem;
}

.features-grid {
    margin: 0 auto;
    margin-top: -6rem;
}

/* 功能项样式 */
.feature-item {
    background: white;
    padding: 2.5rem 2rem 1rem 2rem;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e3e9eb;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* 功能图标 */
.feature-icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 20px;
    fill: #111a29;
    color: #111a29;
    text-align: center;
    line-height: 50px;
    margin-bottom: 32px;
}

.feature-icon svg{
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* 功能标题 */
.feature-title {
    font-size: 23px;
    font-weight: 600;
    color: #111a29;
    margin-bottom: 1rem;
    line-height: 1.3;
}

/* 功能描述 */
.feature-desc {
    font-size: 16px;
    color:  rgb(110, 108, 126);
    line-height: 1.6;
    margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .features-section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .feature-item {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .feature-item {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .feature-title {
        font-size: 1.1rem;
    }
    
    .feature-desc {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .features-section {
        padding: 2rem 0;
    }
    
    .section-title {
        font-size: 36px;
        margin-bottom: -0.5rem;
    }

    .grab-costom-wrap{
        padding-bottom: 80px;
    }
}


/* 套餐 */
/* 套餐选择区域 */
.price-section {
    padding: 125px 0 125px 0;
}

.price-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 20px;
}

.price-wrapper {
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
}

/* 推荐套餐容器（仅专业版） */
.price-recommended-container {
    position: relative;
    padding-top: 25px;
}

.price-recommended-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1a202c;
    color: white;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    font-weight: 600;
    font-size: 14px;
    z-index: 10;
}

.price-recommended-badge i {
    margin-right: 8px;
}

/* 价格卡片 */
.price-card {
    background: white;
    border-radius: 20px;
    padding:30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e3e9eb;
}

.price-free {
    /* 免费版独立卡片 */
}

.price-unlimited {
    /* 无限版独立卡片 */
}

.price-recommended-container .price-card {
    border-radius: 0 0 12px 12px;
    border-top: none;
    height: calc(100% - 25px);
}

.price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.price-recommended-container:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
/* 价格头部 */
.price-header {
    padding-bottom: 18px;
    margin-bottom: 28px;
    text-align: left;
    border-bottom: 1px solid #e3e9eb;
}

.price-name {
    font-size: 23px;
    font-weight: 600;
    color: #111a29;
    margin-bottom: 1rem;
}

.price-amount {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.price-currency {
    font-size: 3rem;
    font-weight: 600;
    color: #9392a1;
    padding: 0px 2px 0px 0px;
}

.price-number {
    font-size: 3rem;
    font-weight: 700;
    color: #111a29;
}

.price-period {
    font-size: 14px;
    color:  rgb(110, 108, 126)!important;
    margin-left: 2px;
}

/* 功能列表 */
.price-features {
    margin-bottom: 2rem;
}

.price-feature {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    text-align: left;
}

.price-feature svg{
    width: 19px!important;
    height: 19px!important;
}

.price-check {
    color: #0057FF;
    margin-right: 8px;
    font-size: 1rem;
    flex-shrink: 0;
}

.price-feature span {
    font-size: 14px;
    color:  rgb(110, 108, 126)!important;
    line-height: 1.4;
}

/* 价格按钮 */
.price-footer {
    margin-top: auto;
}

.price-btn {
    font-size: 15px;
    width: 100%;
    color: #111a29;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e3e9eb;
    padding: 15px 15px 15px 15px;
    border-radius: 12px;
}

.price-btn-primary {
    background: #0057FF;
    color: white;
}

.price-btn-primary:hover {
    background: #2563eb;
}

.price-btn-outline {
    background: transparent;
    border: 1px solid #e3e9eb;
    color: #111a29;
}

.price-btn-outline:hover {
    border-color: #0057FF;
    color: #ffffff;
    background: #0057FF;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .price-section {
        padding: 3rem 0;
    }
    
    .price-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .price-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .price-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .price-section {
        padding: 2rem 0;
    }
    
    .price-title {
        font-size: 36px;
        margin-bottom: -1.5rem;
    }
}

.price-section-row{
    flex-direction: row;
    align-items: flex-end;
    justify-content: baseline;
}

/* 模板空间区域 */
.template-section {
    padding: 150px 0 125px 0;
}

/* 左侧内容 */
.template-content {
    padding-right: 2rem;
}

.template-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 28px;
}

.template-description {
    font-size: 16px;
    color:  rgb(110, 108, 126);
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.template-features {
    margin-top: 2rem;
}

.template-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.template-feature-item svg{
    width: 23px!important;
    height: 23px!important;
}

.template-check {
    color: rgb(0, 87, 255);
    margin-right: 10px;
    flex-shrink: 0;
}

.template-feature-item span {
    font-size: 16px;
    color: #111a29;
    font-weight: 600;
}

/* 右侧展示区域 */
.template-showcase {
    background: white;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #e3e9eb;
}

.template-showcase-content{
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

/* 上层：横幅图片 */
.showcase-top {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    max-height: 455px;
}

.showcase-top img{
    transition: all 5s ease-in-out;
}

.showcase-top:hover img{
    transform: translateY(-50%);
    transition: all 5s ease-in-out;
  }

.showcase-banner {
    width: 100%;
    object-fit: cover;
}

/* 中层：品牌图标 */
.showcase-middle {
    margin-bottom: 2rem;
}



.management-card {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: #e3e8eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.card-icon i {
    font-size:25px;
    color: #111a29;
}

.card-content {
    flex: 1;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111a29;
}

.card-subtitle {
    font-size: 12px;
    color: #afaeb4;
    margin: 0;
}

.integration-text {
    text-align: left;
    font-size:28px;
    color: #111a29;
    font-weight: 600;
    line-height: 1.4;
}

.highlight {
    background: #0057FF;
    color: white;
    padding: 0px 8px;
    border-radius: 10px;
    font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .template-section {
        padding: 3rem 0;
    }
    
    .template-content {
        padding-right: 0;
        margin-bottom: 3rem;
        text-align: center;
    }
    
    .template-title {
        font-size: 2.2rem;
    }
    
    .template-feature-item {
        justify-content: center;
        text-align: left;
        max-width: 400px;
        margin: 1.2rem auto;
    }
}

@media (max-width: 768px) {
    .template-title {
        font-size: 36px;
        margin-bottom: 1rem;
        text-align: left;
    }
    
    .template-description {
        font-size: 16px;
        margin-bottom: 1rem;
        text-align: left;
    }
    
    .brand-icon {
        width: 50px;
        height: 50px;
    }
    
    .brand-icon i {
        font-size: 1.5rem;
    }
    
    .banner-title {
        font-size: 1.2rem;
    }
    
    .management-card {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .template-section {
        padding: 3rem 0;
    }
    
    .template-showcase {
        padding: 10px;
    }
    

    .brand-icons {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .brand-icon {
        width: 45px;
        height: 45px;
    }
}

/* 评价 */
/* 用户评价区域 */
.testimonial-section {
    padding: 145px 70px;
    box-sizing: border-box;
    
}

.testimonial-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom:50px;
}

.testimonial-swiper-container {

    margin: 0 auto;
    position: relative;
}

.testimonial-swiper {
    padding-bottom: 50px;
}

/* 评价卡片 */
.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2vw;

    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e3e9eb;
}

/* .testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
} */

/* 星级评价 */
.testimonial-rating {
    margin-bottom: 1.5rem;
}

.testimonial-rating i {
    color: #ed8a19;
    font-size: 1.1rem;
    margin-right: 2px;
}

.testimonial-rating svg{
    color: #ed8a19;
}

/* 评价内容 */
.testimonial-content {
    font-size: 19px;
    line-height: 1.2;
    color: #111a29;
    margin: 0px 0px 10px 0px;
    min-height: 80px;
    font-weight: 600;
}

/* 作者信息 */
.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 19px;
    font-weight: 600;
    color: #111a29;
    margin-bottom: 5px;
}

.author-title {
    font-size: 15px;
    color:  rgb(110, 108, 126);
    margin: 0;
}

/* Swiper 分页器 */
.testimonial-pagination {
    bottom: 0 !important;
    text-align: center;
    margin-top: 42px;
}

.testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #cbd5e0;
    opacity: 1;
    margin: 0 4px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #0057FF;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .testimonial-section {
        padding: 3rem 0;
    }
    
    .testimonial-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .testimonial-title {
        font-size: 36px;
        margin-bottom: 2rem;
    }
    
    .testimonial-card {
        padding: 1.2rem;
    }
    
    .testimonial-content {
        font-size: 0.9rem;
        min-height: 70px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 3rem 0;
        margin-bottom: 2rem;
    }

    .testimonial-pagination{
        margin-top: 20px;
    }
    
    .testimonial-swiper-container {
        padding: 0 1rem;
    }
}


/* 常见问题 */
/* 常见问题区域 */
.faq-section {
    padding: 145px 0 50px 0;
    box-sizing: border-box;
}

.faq-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom:72px;
}

/* FAQ 手风琴容器 */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

/* FAQ 项目 */
.faq-item {
    border: 1px solid #e3e9eb;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


/* FAQ 问题 */
.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-item.active{
    background: #f8f9fa;
}

.faq-question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111a29;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

/* FAQ 切换按钮 */
.faq-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    flex-shrink: 0;
}

.faq-toggle i {
    font-size: 1rem;
    color: #6b7280;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle i {
    color: #0057FF;
}

/* FAQ 答案 */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.show {
    max-height: 300px;
}

.faq-answer-content {
    padding: 0 2rem 1.5rem 2rem;
}

.faq-answer-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #111a29;
}

/* 图标动画 */
.faq-toggle i.fa-plus {
    transform: rotate(0deg);
}

.faq-toggle i.fa-minus {
    transform: rotate(0deg);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .faq-section {
        padding: 3rem 0;
    }
    
    .faq-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 36px;
        margin-bottom: 2rem;
    }
    
    .faq-question {
        padding: 1.2rem 1.5rem;
    }
    
    .faq-question-text {
        font-size: 1rem;
    }
    
    .faq-answer-content {
        padding: 0 1.5rem 1.2rem 1.5rem;
    }
    
    .faq-answer-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 2rem 0;
    }
    
    .faq-question {
        padding: 1rem 1.2rem;
    }
    
    .faq-answer-content {
        padding: 0 1.2rem 1rem 1.2rem;
    }
    
    .faq-toggle {
        margin-left: 0.5rem;
    }
}


/* CTA 行动号召区域 */
.cta-section {
    padding: 5rem 0;
}

/* CTA 卡片 */
.cta-card {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e3e9eb;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    background-image: url('../images/grab_landing_page/background-04.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 70px;
    box-sizing: border-box;
}

/* CTA 标题 */
.cta-title {
    font-size: 47px;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cta-subtitle {
    font-size: 16px;
    color: rgb(184, 188, 196);
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

/* CTA 表单 */
.cta-form {
    margin-bottom: 1.5rem;
    max-width: 630px;
    margin: 0 auto;
}

.input-group {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.input-icon {
    padding: 0 1rem;
    color: #6b7280;
}

.input-icon i {
    font-size: 1.1rem;
}

.cta-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 1rem 8.5rem 1rem 3rem;
    background: #ffffff;
    color: #374151;
    border-radius: 10px;
}

.cta-input::placeholder {
    color: #9998a6;
}

.cta-input:focus {
    border: 1px solid #ff6000;
}

.cta-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #ff6000;
    padding: 8px 22px 8px 22px;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    border-style: none;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
}

.cta-btn:hover {
    background: #ea580c;
    color: white;
}

/* 协议同意区域 */
.cta-agreement {
    position: relative;
    text-align: left;
    max-width: 630px;
    margin: 20px auto;
}

.agreement-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.4;
}

.agreement-checkbox input[type="checkbox"] {
    display: none;
}

.agreement-checkbox .agreement-text{
    padding-left: 20px;
}



.agreement-checkbox  input[type="checkbox"] + span:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    padding: 0 1px;
    content: '\f0c8';
    margin-top: -2px;
    font-size: 16px;
    color: #6e6c7e;
}


.agreement-checkbox input[type="checkbox"]:checked + span:before {
    content: '\f14a';
    font-weight: 900 !important;
    color: #ff6000;
}

.top-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    color: #e3e9eb;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 630px;
    margin: 0 auto;
}

.top-checkbox input[type="checkbox"] {
    display: none;
}

.top-checkbox .agreement-text{
    padding-left: 20px;
}

.top-checkbox input[type="checkbox"] + span:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    padding: 0 1px;
    content: '\f0c8';
    margin-top: -2px;
    font-size: 16px;
    color: #b6b6b6;
    top: 1px;
}

.top-checkbox input[type="checkbox"]:checked + span:before {
    content: '\f14a';
    font-weight: 900 !important;
    color: #ff6000;
}

.agreement-text {
    flex: 1;
    color: rgb(147, 146, 161);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}


.agreement-link {
    color: #ff6000;
    text-decoration: none;
    font-weight: 500;
}

.agreement-link:hover {
    text-decoration: underline;
    color: #ff6000;
}


/* 底部 */
/* 网站底部 */
.site-footer {
    color: #6e6c7e;
    padding: 3rem 0 1rem;
    margin-top: 2rem;
}

/* 品牌区域 */
.footer-brand {
    margin-bottom: 1.5rem;
}

.brand-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: #111827;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.logo-icon i {
    color: white;
    font-size: 1.5rem;
}

.brand-info h3.brand-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.brand-info .brand-subtitle {
    font-size: 0.9rem;
    color: #6e6c7e;
    margin: 0;
    font-weight: 500;
}

.brand-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(110, 108, 126);
    margin-bottom: 1.5rem;
    width: 78%;
}

/* 社交链接 */
.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width:45px;
    height: 45px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111a29;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e3e9eb;
}

.social-link:hover {
    color: rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* Footer 区块 */
.footer-section {
    margin-bottom: 1.5rem;
}

.footer-title {
    font-size: 19px;
    font-weight: 600;
    color: #111a29;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* Footer 链接 */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom:20px;
}

.footer-links a {
    color: #6e6c7e;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.footer-links a:hover {
    color: #ff6000;
}

/* 联系信息 */
.contact-info {
    font-size: 0.9rem;
}

.contact-item {
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.contact-label {
    color: #6e6c7e;
    font-weight: 400;
    font-size: 16px;
}

.contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #6e6c7e;
    font-weight: 400;
    font-size: 16px;
}

.contact-link:hover {
    color: #60a5fa;
    text-decoration: underline;
}

.contact-text {
    color: #6e6c7e;
}

/* 底部版权 */
.footer-bottom {
    border-top: 1px solid #e3e9eb;
    padding-top: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 15px;
    color: rgb(110, 108, 126);
    text-align: left;
}

.footer-bottom .col-lg-6 {
    text-align: right;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .site-footer {
        padding: 2.5rem 0 1rem;
    }
    
    .brand-logo {
        margin-bottom: 1rem;
    }
    
    .footer-title {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2rem 0 1rem;
    }
    
    .brand-logo {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .logo-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .social-links {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .footer-section {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .contact-info {
        text-align: left;
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-bottom {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    
    .copyright p {
        font-size: 0.8rem;
    }
}

.top-section-title{
    padding-top: 118px;
}

.footer-bottom a{
    color:  rgb(17, 26, 41);
    font-size: 15px;
}

.footer-bottom a:hover{
    color: #ff6000;
}



@media (max-width: 576px) {
    .top-grab-form {
        margin: 0;
    }
    
    .top-input-container {
        padding: 10px;
        gap: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .top-input-icon {
        padding: 0 10px 0 12px;
        font-size: 16px;
    }
    
    .top-input-field {
        font-size: 14px;
        padding: 10px 8px 10px 0;
    }
    
    .top-input-field::placeholder {
        font-size: 13px;
    }
    
    .top-submit-btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .agreement-text{
        white-space: normal;
    }

    .cta-form .position-relative{
        display: flex;
        flex-wrap: wrap;
    }

    .cta-content{
        padding: 25px;
        box-sizing: border-box;
    }
    
    .cta-title {
        font-size: 31px;
    }

    .brand-description{
        width: 100%;
    }



    .copyright p {
        text-align: center;
    }



    .footer-bottom .col-lg-6 {
        text-align: center;
    }

    .top-section-title {
        padding-top: 0px;
    }

    .hero-title{
        line-height: 1.2;
        font-size: 40px;
    }

    .top-input-container{
        height: 46px;
        padding: 0;
        text-align: left;
    }

    .navbar-collapse .grab-navbar-nav{
        flex-direction: column;
    }

    .navbar-collapse .grab-navbar-nav .nav-item{
        margin-bottom: 10px;
    }
    
    .navbar-collapse {
        background: rgba(45, 55, 72, 0.95);
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 10px;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 900;
        top: -50px;
        padding-top: 200px;
    }

    .grab-land-nav-link{
        color: #ffffff;
        font-size: 23px;
    }

    .grab-nav-item{
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }

    .btn-login{
        background-color: #0057FF;
        color: #ffffff;
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    .navbar-toggler-icon{
        position: relative;
        z-index: 999;
        color: #ffffff;
    }

}


/* 协议页面 */
/* 隐私政策页面样式 */
.privacy-policy-container {
    margin: 0 auto;
    padding: 2rem 0;
    background: #ffffff;
    min-height: 100vh;
}

.privacy-policy-content {
    line-height: 1.6;
    color: #111a29;
}

/* 页面标题 */
.privacy-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.privacy-title {
    font-size: 36px;
    font-weight: 700;
    color: #111a29;
    margin-top:70px;
    letter-spacing: -0.025em;
}

/* 章节样式 */
.privacy-section {
    margin-bottom: 3rem;
}


.section-content {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* 子章节样式 */
.subsection {
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.subsection-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.75rem;
}

/* 链接样式 */
.highlight-link {
    color: #3b82f6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.highlight-link:hover {
    border-bottom-color: #3b82f6;
}

/* 联系信息列表 */
.contact-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.contact-list li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
}

.contact-list li::before {
    content: "•";
    color: #3b82f6;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.contact-info {
    color: #374151;
    font-weight: 500;
}

/* 页脚 */
.privacy-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.update-info {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.privacy-section-title{
    font-size: 23px;
    color: #111a29;
    font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 1rem;
    }
    
    .privacy-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .subsection {
        padding-left: 0.5rem;
    }
    
    .subsection-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .privacy-policy-container {
        padding: 0.75rem;
    }
    
    .privacy-header {
        margin-bottom: 2rem;
    }
    
    .privacy-title {
        font-size: 1.75rem;
        margin-top: 80px;
    }
    
    .privacy-section {
        margin-bottom: 2rem;
    }

    .section-title{
        margin-bottom: 2rem;
    }

    .template-showcase-content{
        padding: 15px;
    }

    .integration-text{
        font-size: 18px;
    }

    .cta-section{
        padding: 2rem 0;
    }

    .features-section-title{
        font-size: 36px;
        margin-bottom: 70px;
    }
}


/* 滚动置顶按钮 */
.to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #000000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.to-top-btn:hover {
    background: #111a29;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.to-top-btn i {
    font-size: 24px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.to-top-btn:hover i {
    transform: translateY(-2px);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .to-top-btn {
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: 15px;
        border-radius: 12px;
    }
    
    .to-top-btn i {
        font-size: 20px;
    }
}


/* 注册登录页面 */
/* 登录弹窗样式 - 所有类名加login前缀 */

.login-modal-container {
    display: flex;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}

/* 左侧产品介绍 */
.login-left-section {
    flex: 1;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-product-intro {
    max-width: 360px;
    color: #ffffff;
}

.login-product-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.login-product-subtitle{
    color: #ddf800;
}

.login-brand-name {
    background: linear-gradient(45deg, #ddf800, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-feature-list {
    space-y: 1.5rem;
}

.login-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.login-feature-icon {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}


.login-feature-icon svg{
    width: 36px;
    height: 36px;
}

.login-feature-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #ffffff;
}

.login-feature-content p {
    font-size: 24px;
    color: #ddf800;
    margin: 0;
}

/* 右侧登录区域 */
.login-right-section {
    flex: 1.6;
    display: flex;
    justify-content: center;
    padding: 3rem 0.5rem;
    background: #ffffff;
}

.login-form-wrapper {
    width: 100%;
    max-width: 86%;
}

/* Tab导航 */
.login-nav-tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.login-tab-button {
    flex: 1;
    padding: 0.875rem 0.5rem;
    border: none;
    background: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    position: relative;
}

.login-tab-button.login-tab-active {
    color: #1f2937;
    border-bottom-color: #ddf800;
}

.login-tab-button.login-tab-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(45deg, #ddf800, #34d399);
}

.login-tab-button:hover:not(.login-tab-active) {
    color: #374151;
}

/* Tab内容 */
.login-tab-content {
    position: relative;
}

.login-tab-pane {
    display: none;
}

.login-tab-pane.login-tab-active {
    display: block;
}

.login-section-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111a29;
    margin-bottom: 2rem;
    text-align: center;
}

/* 二维码登录 */
.login-qrcode-section {
    text-align: center;
}

.login-qrcode-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.login-qrcode-image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.login-qrcode-tip {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

.login-highlight {
    color: #ff0000;
    font-weight: 500;
}

/* 表单样式 */
.login-form-element {
    width: 100%;
}

.login-form-group {
    margin-bottom: 1rem;
}

.login-code-group {
    display: flex;
    gap: 0.5rem;
}

.login-form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: border-color 0.3s ease;
}

.login-form-input:focus {
    outline: none;
    border-color: #ddf800;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.login-send-code-btn {
    padding: 0.875rem 0.75rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.75rem;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 90px;
}

.login-send-code-btn:hover {
    background: #e5e7eb;
}

.login-send-code-btn:disabled {
    background: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

.login-submit-btn {
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(45deg, #ddf800, #34d399);
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-top: 0.5rem;
}

.login-submit-btn:hover {
    transform: translateY(-1px);
}

/* 表单选项 */
.login-form-options {
    text-align: center;
    margin-top: 1rem;
}

.login-forgot-password {
    text-decoration: none;
    font-size: 0.875rem;
}

.login-forgot-password:hover {
    text-decoration: underline;
}

/* 底部链接 */
.login-footer-links {
    text-align: center;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.75rem;
    color: #6b7280;
}

.login-footer-links a {
    color: #6b7280;
    text-decoration: none;
}

.login-footer-links a:hover {
    color: #ddf800;
    text-decoration: underline;
}

.login-separator {
    margin: 0 0.25rem;
}

.swal2-backdrop-hide{
    display: none;
}

/* 手机端 尺寸*/
@media (max-width: 576px) {
    .login-left-section{
        display: none;
    }

    .login-right-section{
        flex: 1.6;
        display: flex;
        justify-content: center;
        padding: 3rem 0rem 2rem 0;
        background: #ffffff;
    }

}


/* 自定义SweetAlert2样式类 */
.swal2-custom-popup {
    font-family: inherit !important;
}

.swal2-custom-icon {
    margin: 2em auto 0.6em !important;
    width: 5em !important;
    height: 5em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.swal2-custom-icon.swal2-error {
    border-color: #f27474 !important;
}

.swal2-custom-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    width: 2.2em !important;
    height: 0.3em !important;
    border-radius: 0.1em !important;
    background-color: #f27474 !important;
}

.swal2-custom-icon.swal2-error .swal2-x-mark-line-left {
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.swal2-custom-icon.swal2-error .swal2-x-mark-line-right {
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}


  /* 网站快照介绍区域样式 */
  .website-snapshot-intro-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.website-snapshot-intro-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="snapshot-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23f0f0f0" stroke-width="0.5" opacity="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23snapshot-grid)"/></svg>');
    animation: snapshotFloatBg 30s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes snapshotFloatBg {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.snapshot-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.snapshot-main-title {
    font-size: 57px;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.snapshot-subtitle {
    font-size: 1.3rem;
    color: #666666;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.snapshot-features-grid {
    position: relative;
    z-index: 1;
}

.snapshot-feature-block {
    background: rgba(248, 249, 250, 0.8);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.snapshot-feature-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.05), transparent);
    transition: left 0.6s ease;
}

.snapshot-feature-block:hover::before {
    left: 100%;
}

.snapshot-feature-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.snapshot-feature-item {
    margin-bottom: 40px;
}

.snapshot-feature-item:last-child {
    margin-bottom: 0;
}

.snapshot-feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111a29;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.snapshot-feature-desc {
    font-size: 1rem;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .website-snapshot-intro-section {
        padding: 60px 0;
    }

    .snapshot-main-title {
        font-size: 2.5rem;
    }

    .snapshot-subtitle {
        font-size: 1.1rem;
    }

    .snapshot-feature-block {
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .snapshot-feature-item {
        margin-bottom: 30px;
    }

    .snapshot-feature-title {
        font-size: 1.2rem;
    }

    .snapshot-feature-desc {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .snapshot-main-title {
        font-size: 2rem;
    }

    .snapshot-feature-block {
        padding: 30px 25px;
    }

    .snapshot-feature-title {
        font-size: 1.1rem;
    }
}