/* 
 * index.css - 网站首页样式文件
 * 配色方案：现代简约风格
 */

/* ===== 全局样式 ===== */
:root {
    --primary-color: #3b82f6;
    --primary-dark: #2563eb;
    --primary-light: #60a5fa;
    --secondary-color: #64748b;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --info-color: #06b6d4;
    --light-color: #f8fafc;
    --dark-color: #0f172a;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --border-color: #e2e8f0;
    --bg-gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    --shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
    --shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.1), 0 2px 4px -1px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -2px rgba(15, 23, 42, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: #ffffff;
}

/* ===== 导航栏样式 ===== */
.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand img {
    border-radius: 6px;
}

.brand-text {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary-color);
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1.25rem !important;
    color: var(--text-secondary) !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    background-color: rgba(37, 99, 235, 0.05);
}

.nav-link.active {
    color: var(--primary-color) !important;
    background-color: rgba(37, 99, 235, 0.1);
}

.nav-link i {
    margin-right: 0.375rem;
    font-size: 1rem;
}

/* ===== 轮播图样式 ===== */
.hero-carousel {
    position: relative;
}

.carousel-item {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.carousel-title {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    font-weight: 800;
    letter-spacing: -0.5px;
}

.carousel-text {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.carousel-buttons {
    margin-top: 2.5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

/* ===== 数据统计区域 ===== */
.stats-section {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
}

.stat-item {
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.stat-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
}

.stat-number {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
    color: #fff;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* ===== 通用区块样式 ===== */
.section-header {
    margin-bottom: 3.5rem;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.section-title i {
    color: var(--primary-color);
    margin-right: 0.75rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== 教员团队样式 ===== */
.instructors-section {
    background: #ffffff;
}

/* ===== 飞手团队样式 ===== */
.pilots-section {
    background: #ffffff;
}

/* ===== 维修团队样式 ===== */
.maintenance-section {
    background: #f8fafc;
}

/* ===== 教员团队列表样式 - 简洁无框设计 ===== */
.instructors-list {
    width: 100%;
}

.instructor-item,
.pilot-item,
.technician-item {
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.instructor-item:hover,
.pilot-item:hover,
.technician-item:hover {
    transform: translateY(-4px);
}

.instructor-avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    border: 3px solid #f1f3f5;
    transition: all 0.3s ease;
}

.instructor-avatar.has-avatar {
    border: 3px solid #e9ecef;
}

.instructor-avatar::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instructor-avatar.has-avatar::after {
    opacity: 1;
}

.instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.instructor-item:hover .instructor-avatar,
.pilot-item:hover .instructor-avatar,
.technician-item:hover .instructor-avatar {
    border-color: #3b82f6;
    transform: scale(1.05);
}

.instructor-item:hover .instructor-avatar img,
.pilot-item:hover .instructor-avatar img,
.technician-item:hover .instructor-avatar img {
    transform: scale(1.08);
}

.instructor-info {
    background: transparent;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.instructor-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.3px;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    display: block;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.instructor-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.instructor-title i {
    font-size: 0.8rem;
}

.instructor-desc {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
    flex: 1;
    max-width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instructor-badges {
    display: flex;
    gap: 0.375rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0.5rem;
}

.instructor-badges .badge {
    padding: 0.35rem 0.65rem;
    font-weight: 600;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.025rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.instructor-badges .badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    filter: brightness(1.05);
}

/* ===== 教员团队独立徽章样式 ===== */
.instructor-badges .badge-instructor-1 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.2));
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.instructor-badges .badge-instructor-2 {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.2));
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.instructor-badges .badge-instructor-3 {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(124, 58, 237, 0.2));
    color: #7c3aed;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.instructor-badges .badge-instructor-4 {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(219, 39, 119, 0.2));
    color: #db2777;
    border: 1px solid rgba(236, 72, 153, 0.3);
}

.instructor-badges .badge-instructor-5 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(217, 119, 6, 0.2));
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

/* ===== 飞手团队独立徽章样式 ===== */
.instructor-badges .badge-pilot-1 {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(8, 145, 178, 0.2));
    color: #0e7490;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.instructor-badges .badge-pilot-2 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.2));
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.instructor-badges .badge-pilot-3 {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.2));
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.instructor-badges .badge-pilot-4 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(217, 119, 6, 0.2));
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.instructor-badges .badge-pilot-5 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.2));
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* ===== 维修团队独立徽章样式 ===== */
.instructor-badges .badge-technician-1 {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(217, 119, 6, 0.2));
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.instructor-badges .badge-technician-2 {
    background: linear-gradient(135deg, rgba(107, 114, 128, 0.15), rgba(75, 85, 99, 0.2));
    color: #4b5563;
    border: 1px solid rgba(107, 114, 128, 0.3);
}

.instructor-badges .badge-technician-3 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.2));
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.instructor-badges .badge-technician-4 {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.2));
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.instructor-badges .badge-technician-5 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.2));
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* ===== 响应式优化 ===== */
/* 平板端（md）：一行 4 个 */
@media (max-width: 1199px) {
    .instructor-avatar {
        width: 130px;
        height: 130px;
    }
    
    .instructor-name {
        font-size: 1rem;
    }
    
    .instructor-desc {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }
}

/* 小屏平板（sm）：一行 3 个 */
@media (max-width: 991px) {
    .instructor-avatar {
        width: 140px;
        height: 140px;
    }
    
    .instructor-name {
        font-size: 1.05rem;
    }
    
    .instructor-desc {
        font-size: 0.875rem;
        -webkit-line-clamp: 3;
    }
}

/* 移动端（xs）：一行 2 个 */
@media (max-width: 767px) {
    .instructor-avatar {
        width: 110px !important;
        height: 110px !important;
        margin: 0 auto 0.75rem auto;
        border-radius: 50% !important;
    }
    
    .instructor-name {
        font-size: 0.875rem;
        margin-bottom: 0.3rem;
    }
    
    .instructor-title {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .instructor-desc {
        font-size: 0.75rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
        -webkit-line-clamp: 2;
    }
    
    .instructor-badges .badge {
        padding: 0.2rem 0.4rem;
        font-size: 0.6rem;
    }
}

/* 超小屏幕（最大 575px）：一行 2 个 */
@media (max-width: 575px) {
    .instructor-avatar {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
    }
    
    .instructor-name {
        font-size: 0.825rem;
    }
    
    .instructor-title {
        font-size: 0.7rem;
    }
    
    .instructor-desc {
        font-size: 0.7rem;
        -webkit-line-clamp: 2;
    }
}

/* ===== 社会化服务样式 ===== */
.services-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.service-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(59, 130, 246, 0.15);
}

.service-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.85) 0%, rgba(139, 92, 246, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-overlay .btn {
    transform: translateY(20px);
    transition: transform 0.4s ease;
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
}

.service-card:hover .service-overlay .btn {
    transform: translateY(0);
}

.service-content {
    background: #fff !important;
    transition: all 0.3s ease;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.3px;
}

.service-title i {
    color: var(--primary-color);
    margin-right: 0.625rem;
    font-size: 1.375rem;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.service-features {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-color);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.feature-item i {
    flex-shrink: 0;
    font-size: 1rem;
}

/* ===== 响应式设计 ===== */
@media (max-width: 991.98px) {
    .carousel-item {
        height: 500px;
    }
    
    .carousel-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.25rem;
    }
    
    /* 平板端统计数据显示为两行 */
    .stats-section .col-lg-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 767.98px) {
    .carousel-item {
        height: 400px;
    }
    
    .carousel-title {
        font-size: 1.75rem;
    }
    
    .carousel-text {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* 数据统计移动端优化 */
    .stats-section {
        padding: 2.5rem 0;
    }
    
    .stat-item {
        padding: 1rem 0.75rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        text-align: left;
    }
    
    .stat-item:hover {
        transform: none;
        background: transparent;
    }
    
    .stat-icon {
        font-size: 2rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .stat-number {
        font-size: 1.75rem;
        margin-bottom: 0.25rem;
    }
    
    .stat-label {
        font-size: 0.875rem;
    }
    
    .instructor-avatar {
        height: 200px;
    }
    
    .service-image {
        height: 220px;
    }
}

/* ===== 动画效果 ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate__fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

.animate__fadeInDown {
    animation: fadeInDown 0.8s ease-out;
}

/* ===== 滚动动画 ===== */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===== 按钮样式优化 ===== */
.btn {
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: -0.3px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border: none;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(59, 130, 246, 0.3);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    background: transparent;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    transform: translateY(-2px);
}

/* ===== 徽章样式 ===== */
.badge {
    font-weight: 600;
    padding: 0.5rem 0.875rem;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

/* ===== 卡片通用样式 ===== */
.card {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: var(--shadow-lg);
}

/* ===== 分隔线样式 ===== */
hr {
    border-color: var(--border-color);
    opacity: 1;
}

/* ===== 页脚样式 ===== */
.site-footer {
    background: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

.footer-title i {
    color: #fff;
    margin-right: 0.5rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.footer-text a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-text a:hover {
    color: #60a5fa;
}

.contact-info-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.contact-item i {
    font-size: 1rem;
    flex-shrink: 0;
    color: #fff;
}

.contact-item span {
    white-space: nowrap;
}

.social-links {
    display: flex;
    gap: 1rem;
    position: relative;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.social-links a:hover {
    background: #3b82f6;
    transform: translateY(-3px);
    color: #fff;
}

.social-links i {
    font-size: 1.125rem;
}

/* ===== 二维码弹窗样式 ===== */
.qr-code-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.qr-code-popup::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.qr-code-popup img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.social-links a:hover .qr-code-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.qr-arrow {
    display: none;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 0.75rem 0;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #60a5fa;
}

/* ===== 响应式优化 ===== */
@media (max-width: 991.98px) {
    .contact-info-horizontal {
        justify-content: center !important;
        gap: 1rem;
    }
    
    .social-links {
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 1.5rem 0;
    }
    
    .footer-title {
        font-size: 1rem;
        text-align: center;
    }
    
    .footer-text {
        text-align: center;
    }
    
    .contact-info-horizontal {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .contact-item {
        font-size: 0.85rem;
    }
    
    .social-links {
        margin-top: 0.5rem;
    }
    
    .copyright,
    .footer-link {
        text-align: center;
    }
}
