/* 中豪联网站自定义样式 */

/* Logo 样式调整 */
.navbar-header .navbar-brand img {
    width: 52px;
    height: 60px;
    object-fit: contain;
}

/* 通用样式 */
.bg-light {
    background-color: #f8f9fa;
}

/* 導航欄下拉菜單 */
.navbar-nav .dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0;
    padding: 10px 0;
}

.navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #0a3d8f;
}

/* 香港優勢部分 */
.advantage-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.advantage-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.advantage-box h3 {
    color: #0a3d8f;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.advantage-box h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #d4af37;
}

.advantage-box ul {
    padding-left: 0;
    list-style: none;
}

.advantage-box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #666;
}

.advantage-box ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #e53935;
    font-weight: bold;
}

/* 簽證部分 */
.visa-calculator {
    background-color: #0a3d8f;
    padding: 25px;
    border-radius: 5px;
    color: #fff;
    height: 100%;
}

.visa-calculator h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.visa-calculator p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
}

.calculator-form .form-group {
    margin-bottom: 15px;
}

.calculator-form label {
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

.calculator-form .form-control {
    border-radius: 3px;
    border: none;
}

.visa-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.visa-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.visa-box h3 {
    color: #0a3d8f;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.visa-box .target {
    color: #e53935;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.visa-box h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.visa-box ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.visa-box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.visa-box ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0a3d8f;
    font-weight: bold;
}

.visa-box .benefits {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

/* 港企服務部分 */
.service-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e9ecef;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a3d8f, #052a64);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(10, 61, 143, 0.3);
}

.service-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.service-detail h3 {
    color: #0a3d8f;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-detail p {
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.6;
}

.service-detail ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.service-detail ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666;
}

.service-detail ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

.service-detail .btn {
    margin-top: auto;
}

/* 内地业务部分 */
.mainland-service-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.mainland-service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.mainland-service-box h3 {
    color: #0a3d8f;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.mainland-service-box h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e53935;
}

.mainland-service-box ul {
    padding-left: 0;
    list-style: none;
}

.mainland-service-box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.mainland-service-box ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

/* 優才計劃彈出窗口樣式 */
.modal-dialog.modal-lg {
    max-width: 800px;
}

.modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.modal-header {
    background-color: #0a3d8f;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
}

.modal-header .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-body {
    padding: 25px;
}

.modal-body h4 {
    color: #0a3d8f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
}

.modal-body h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #d4af37;
}

.modal-body h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.modal-body p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.modal-body ul, .modal-body ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.modal-body ul li, .modal-body ol li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
}

.modal-body .card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: none;
}

.modal-body .card-header {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #0a3d8f;
    border-bottom: 1px solid #e9ecef;
}

.modal-body .list-group-item {
    border-color: #e9ecef;
    color: #333;
}

.modal-body strong {
    color: #e53935;
}

.modal-body .table {
    margin-bottom: 20px;
}

.modal-body .table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
}

.modal-footer {
    border-top: 1px solid #eee;
    padding: 20px;
}

.scheme-intro, .application-requirements, .scoring-systems, 
.selection-process, .visa-arrangement, .application-process {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.general-points-test, .achievement-based-points-test {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* 颜色方案 */
.btn-color {
    background-color: #0a3d8f;
    border-color: #0a3d8f;
}

.btn-color:hover {
    background-color: #072f6e;
    border-color: #072f6e;
}

.btn-default-border {
    border-color: #d4af37;
    color: #d4af37;
}

.btn-default-border:hover {
    background-color: #d4af37;
    color: #fff;
}

.banner {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: linear-gradient(135deg, rgba(0,123,255,0.03) 0%, rgba(0,123,255,0.08) 100%);
    transform: rotate(-12deg);
    border-radius: 30px;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-detail-inner {
    padding-right: 40px;
}

.banner-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 71, 148, 0.1);
    color: #ff4794;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(255, 71, 148, 0.1);
}

.banner-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 700;
}

.banner-subtitle {
    font-size: 32px;
    color: #ff4794;
    font-weight: 300;
    margin-top: 10px;
}

.banner-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.feature-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 8px;
    margin-right: 15px;
}

.feature-icon i {
    color: #28a745;
    font-size: 16px;
}

.feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
}

.banner-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ff4794;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.banner-buttons {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #ff4794;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 71, 148, 0.3);
}

.btn-primary:hover {
    background: #ff3384;
    transform: translateY(-2px);
}

.btn-outline {
    border: 2px solid #ff4794;
    color: #ff4794;
    background: transparent;
}

.btn-outline:hover {
    background: rgba(255, 71, 148, 0.1);
    transform: translateY(-2px);
}

.banner-image {
    position: relative;
    z-index: 1;
}

.banner-img-wrapper {
    position: relative;
    padding-top: 20px;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.banner-shape {
    position: absolute;
    top: 0;
    right: -20px;
    width: 80%;
    height: 100%;
    background: rgba(255, 71, 148, 0.1);
    border-radius: 24px;
    transform: rotate(-4deg);
    z-index: -1;
}

.service-cards {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-card {
    position: absolute;
    background: white;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 3s ease-in-out infinite;
}

.card-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 71, 148, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon i {
    font-size: 18px;
    color: #ff4794;
}

.card-text {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
}

.card1 {
    top: 15%;
    left: -30px;
    animation-delay: 0s;
}

.card2 {
    top: 45%;
    right: -30px;
    animation-delay: 0.5s;
}

.card3 {
    bottom: 15%;
    left: 10%;
    animation-delay: 1s;
}

.card4 {
    bottom: 18%;
    right: 12%;
    animation-delay: 1.5s;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 1199px) {
    .banner-title {
        font-size: 44px;
    }
    
    .banner-subtitle {
        font-size: 28px;
    }
    
    .banner-detail-inner {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 60px 0;
    }
    
    .banner-content {
        margin-bottom: 50px;
    }
    
    .banner-title {
        font-size: 36px;
    }
    
    .banner-subtitle {
        font-size: 24px;
    }
    
    .banner-stats {
        gap: 20px;
        padding: 20px;
    }
    
    .stat-number {
        font-size: 30px;
    }
    
    .service-card {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .banner-buttons {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
} 

/* 页脚样式优化 */
footer {
    position: relative;
    background: transparent;
    color: #fff;
    padding-top: 30px;
}

.footer-inner {
    padding: 40px 0;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-desc {
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px;
}

.footer-title {
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* 联系信息样式 */
.contact-info {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #444444;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-item a, .contact-item span {
    color: #333333;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    background: rgba(0, 0, 0, 0.15);
}

.contact-item:hover a {
    color: #000000;
    text-decoration: underline;
}

/* 快速链接样式 */
.quick-links {
    padding-left: 20px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin-bottom: 25px;
}

.footer-links-grid a {
    color: #333333;
    padding: 5px 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.footer-links-grid a:before {
    content: "•";
    margin-right: 10px;
    color: #666666;
    font-size: 18px;
}

.footer-links-grid a:hover {
    color: #000000;
    text-decoration: underline;
}

.footer-btn-wrapper {
    margin-top: 20px;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.08);
    color: #333333;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.footer-btn:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #000000;
}

.footer-btn i {
    margin-right: 10px;
    font-size: 16px;
}

/* 二维码图标样式 - 简洁优雅版 */
.qrcode-container {
    text-align: center;
}

.social-qrcode-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 25px;
}

.social-qrcode-item {
    position: relative;
}

.social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

/* SVG图标容器 - 方形无边框 */
.social-icon .svg-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 12px;
    display: block;
    margin: 0 auto 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-sizing: content-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* 特定平台图标样式 - 方形SVG版本 */
.redbook-icon .svg-icon {
    background: rgba(255, 240, 245, 0.9);
    box-shadow: 0 4px 8px rgba(234, 80, 100, 0.15);
}

.redbook-icon:hover .svg-icon {
    transform: translateY(-5px) rotateX(10deg) rotateY(-10deg);
    box-shadow: 0 8px 20px rgba(234, 80, 100, 0.25);
}

.douyin-icon .svg-icon {
    background: rgba(245, 245, 245, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes elastic-bounce-douyin {
    0% { transform: translateY(-5px) rotateX(0deg) rotateY(0deg); }
    40% { transform: translateY(-7px) rotateX(12deg) rotateY(-12deg); }
    60% { transform: translateY(-5px) rotateX(8deg) rotateY(-8deg); }
    80% { transform: translateY(-6px) rotateX(4deg) rotateY(-4deg); }
    100% { transform: translateY(-5px) rotateX(10deg) rotateY(-10deg); }
}

.douyin-icon:hover .svg-icon {
    animation: elastic-bounce-douyin 0.8s ease-out forwards;
    animation-direction: alternate;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.douyin-icon2 .svg-icon {
    background: rgba(255, 240, 245, 0.7);
    box-shadow: 0 4px 8px rgba(254, 44, 85, 0.15);
}

@keyframes elastic-bounce-douyin2 {
    0% { transform: translateY(-5px) rotateX(0deg) rotateY(0deg); }
    40% { transform: translateY(-7px) rotateX(-12deg) rotateY(-12deg); }
    60% { transform: translateY(-5px) rotateX(-8deg) rotateY(-8deg); }
    80% { transform: translateY(-6px) rotateX(-4deg) rotateY(-4deg); }
    100% { transform: translateY(-5px) rotateX(-10deg) rotateY(-10deg); }
}

.douyin-icon2:hover .svg-icon {
    animation: elastic-bounce-douyin2 0.8s ease-out forwards;
    animation-direction: alternate;
    box-shadow: 0 12px 20px rgba(254, 44, 85, 0.25);
}

.social-icon span {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-qrcode-item:hover .social-icon span {
    transform: translateY(3px);
}

/* 添加3D翻转弹性动画效果 */
@keyframes elastic-bounce {
    0% { transform: translateY(-5px) rotateX(0deg) rotateY(0deg); }
    40% { transform: translateY(-7px) rotateX(12deg) rotateY(12deg); }
    60% { transform: translateY(-5px) rotateX(8deg) rotateY(8deg); }
    80% { transform: translateY(-6px) rotateX(4deg) rotateY(4deg); }
    100% { transform: translateY(-5px) rotateX(10deg) rotateY(10deg); }
}

.redbook-icon:hover .svg-icon {
    animation: elastic-bounce 0.8s ease-out forwards;
    animation-direction: alternate;
    box-shadow: 0 12px 20px rgba(234, 80, 100, 0.25);
}

/* 二维码弹出框 - 现代3D设计 */
.qrcode-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px) scale(0.95);
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 100;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    will-change: transform, opacity;
}

.qrcode-full {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.popup-arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 2px;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.social-qrcode-item:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
}

/* 添加特殊效果，使每个平台二维码有不同的弹出样式 */
.redbook-icon:hover .qrcode-popup {
    box-shadow: 0 15px 35px rgba(234, 80, 100, 0.2);
}

.douyin-icon:hover .qrcode-popup {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.douyin-icon2:hover .qrcode-popup {
    box-shadow: 0 15px 35px rgba(254, 44, 85, 0.2);
}

/* 页脚底部样式 */
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.copyright {
    color: #555555;
    font-size: 14px;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* 响应式调整 */
@media (max-width: 991px) {
    .social-qrcode-row {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .footer-inner {
        padding: 30px 0;
    }
    
    .footer-title {
        margin-top: 20px;
    }
    
    .quick-links {
        padding-left: 0;
    }
} 

/* BUD专项基金咨询表单按钮样式 */
.bud-consultation-modal .modal-footer {
    padding: 20px 30px;
    border-top: 1px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.bud-consultation-modal .modal-footer .d-flex {
    width: 100%;
    flex-wrap: nowrap;
}

.bud-consultation-modal .btn {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bud-consultation-modal .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.bud-consultation-modal .btn:hover::before {
    left: 100%;
}

       .bud-consultation-modal .btn-outline-secondary {
           background: #ffffff;
           border: 2px solid #6c757d;
           color: #6c757d;
           font-weight: 500;
           min-width: 120px;
       }

.bud-consultation-modal .btn-outline-secondary:hover {
    background: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.bud-consultation-modal .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    color: #ffffff;
    font-weight: 600;
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(0,123,255,0.3);
}

.bud-consultation-modal .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,123,255,0.4);
}

.bud-consultation-modal .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0,123,255,0.3);
}

/* 响应式按钮调整 */
@media (max-width: 576px) {
    .bud-consultation-modal .modal-footer {
        padding: 15px 20px;
    }
    
    .bud-consultation-modal .btn {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 100px;
    }
    
    .bud-consultation-modal .btn-primary {
        min-width: 100px;
    }
    
    .bud-consultation-modal .modal-footer .d-flex {
        justify-content: center !important;
    }
}

/* 确保按钮在小屏幕上不会换行 */
@media (max-width: 400px) {
    .bud-consultation-modal .btn {
        padding: 8px 16px;
        font-size: 13px;
        min-width: 90px;
    }
    
    .bud-consultation-modal .btn-primary {
        min-width: 90px;
    }
}