.w-full.fixed.bottom-0.z-20.left-0.flex.items-center.justify-center.py-4.transition-opacity.duration-300.opacity-100{
    display: none !important;
}
.chakra-stack.css-1f1v3xd{
    display: none !important;
}
.css-kzvh2p{
    display: none !important;
}
.relative.overflow-hidden.px-8.py-8.bottom-16{
    display: none !important;
}
.css-1yv89i7{
    display: none !important;
}
/*国际化*/
.hidden.md\:flex.sm\:ml-2{
    display: none !important;
}
#desktop-search-form{
    display: none !important;
}
/*右侧图标*/
.chakra-stack.css-1uodvt1{
    display: none !important;
}
.chakra-button.css-7njdm4{
    display: none !important;
}
.logo-box {
    display: flex;
    align-items: center;
    gap: 8px; /* 图片和文字之间的间距 */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.sogang-logo {
    width: 35px;
    height: auto; /* 保持图片比例 */
    margin-left: 10px;
}

.logo-box span {
    font-size: 1.2rem; /* 调整文字大小 */
    font-weight: 600; /* 加粗文字 */
    color: #fff; /* 设置文字颜色 */
    letter-spacing: -0.02em; /* 微调字母间距 */
}
.css-1k8ve43 .chakra-icon.css-12yvysj{
    display: none !important;
}
.flex.flex-col.gap-12 .flex.flex-col.items-center.gap-4:nth-child(2){
    display: none !important;
}
.relative.px-4.py-6{
    display: none !important;
}
.isolate.rounded-xl.border.border-gray-300.bg-white.p-3.fade-on-scroll{
    opacity: 1 !important;
}
.isolate.flex.items-center.bg-white{
    opacity: 1 !important;
}
.flex.flex-col.gap-4.fade-on-scroll{
    opacity: 1 !important;
}
.rounded-full.px-4.py-2.text-base.transition-all.text-blue-600{
    display: none !important;
}









/* Overlay */
.lead-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal */
.lead-modal {
    width: 420px;
    background: #f8fbff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: modalIn 0.35s ease;
}

/* Close */
.lead-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Text */
.lead-modal-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.lead-modal-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
}

/* Form */
#leadForm input,
#leadForm select {
    width: 100%;
    height: 44px;
    margin-bottom: 14px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 14px;
}

#leadForm input:focus,
#leadForm select:focus {
    border-color: #3b82f6;
    outline: none;
}

/* Submit */
.lead-submit-btn {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

/* Success */
.lead-modal-success {
    display: none;
    text-align: center;
}

.lead-modal-success h2 {
    margin-bottom: 12px;
}

/* Animation */
@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
