/*
Theme Name: XJ Express
Author: Antigravity
Description: Custom WordPress theme converted from HTML templates.
Version: 1.0
*/

/* Styles from Index.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .card-hover {
      transition: 0.3s;
      border: none;
    }
    .card-hover:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    .hero {
      background: linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.75)),
                  url('assets/img/hero-bg.png') center/cover no-repeat;
      padding: 160px 0;
    }
    .section { padding: 90px 0; }
    .title-border::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }
    .stat-card {
      background: white;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    /* --- New Optimization Styles --- */
    .bg-primary-soft { background-color: rgba(0, 150, 136, 0.1); }
    .bg-secondary-soft { background-color: rgba(13, 71, 161, 0.08); }
    .trust-bar-logos img { 
      filter: grayscale(100%); 
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
      opacity: 0.5; 
      max-width: 130px;
    }
    .trust-bar-logos img:hover { 
      filter: grayscale(0%); 
      opacity: 1; 
      transform: translateY(-5px) scale(1.1); 
    }
    
    .icon-box-grad {
      width: 70px; height: 70px;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      border-radius: 18px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
    }

    .icon-circle {
      width: 50px; height: 50px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .floating-anim {
      animation: float 6s ease-in-out infinite;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-20px); }
    }

    .hero-image-wrapper {
      position: relative;
      z-index: 5;
    }
    .hero-image-wrapper img {
      border-radius: 40px;
      box-shadow: 0 40px 80px rgba(13, 71, 161, 0.25);
      border: 10px solid rgba(255, 255, 255, 0.6);
      transition: 0.5s;
    }
    .hero-image-wrapper:hover img {
      transform: scale(1.02);
      box-shadow: 0 50px 100px rgba(13, 71, 161, 0.35);
    }
    .hero-image-wrapper::after {
      content: "";
      position: absolute;
      top: 10%; right: -5%; width: 110%; height: 80%;
      background: radial-gradient(circle, rgba(0, 150, 136, 0.2), transparent 70%);
      z-index: -1;
    }

    .tracking-widget {
      max-width: 600px;
      border: 1px solid rgba(0,0,0,0.05);
    }
    .tracking-widget input:focus { outline: none; box-shadow: none; }

    .route-img-overlay { position: relative; }
    .speed-badge { font-weight: 600; z-index: 2; }
    
    .stats-float {
      min-width: 140px;
    }

    .advantage-item { transition: 0.3s; }
    .advantage-item:hover { transform: translateX(5px); }

    .min-vh-75 { min-height: 75vh; }
    .bg-dark { background-color: #0c1523 !important; }
    .text-secondary-light { color: rgba(255,255,255,0.7); }
    .bg-primary-soft-dark { background-color: rgba(0, 150, 136, 0.2); }

    /* --- Service Card Upgrade --- */
    .icon-box-grad {
      width: 72px; height: 72px;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      border-radius: 20px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 12px 24px rgba(0, 150, 136, 0.15);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .service-card:hover .icon-box-grad {
      transform: scale(1.1) rotate(5deg);
      box-shadow: 0 15px 30px rgba(0, 150, 136, 0.25);
    }
    .service-benefits {
      padding-left: 0;
      margin-top: 25px !important;
    }
    .service-benefits li {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px !important;
      color: #4b5563;
      font-size: 0.95rem;
    }
    .benefit-icon {
      color: var(--primary);
      font-size: 0.85rem;
      opacity: 0.5;
    }
    .service-card a {
        transition: 0.3s;
    }
    .service-card a:hover {
        opacity: 0.8;
        padding-left: 5px;
    }
    .service-card a i {
        font-size: 0.85rem;
        vertical-align: middle;
        margin-top: -2px;
    }
    
    .bg-brand-grad {
      background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
    }
    .bg-brand-grad-soft {
      background: linear-gradient(135deg, rgba(0, 150, 136, 0.1), rgba(13, 71, 161, 0.1));
    }

    /* Table of Contents Styling */
    .toc-container { max-height: 400px; overflow-y: auto; }
    .toc-list { list-style: none; padding-left: 0; margin-bottom: 0; position: relative; }
    .toc-list::before {
      content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
      background: #e2e8f0; border-radius: 2px;
    }
    .toc-item { margin-bottom: 12px; }
    .toc-link {
      display: block; color: var(--text-main); text-decoration: none; font-size: 0.9rem;
      transition: 0.3s; padding-left: 20px; position: relative; line-height: 1.4;
    }
    .toc-link::before {
      content: ""; position: absolute; left: -1px; top: 0; height: 100%; width: 4px;
      background: var(--primary); transform: scaleY(0); transition: 0.3s; 
      border-radius: 4px; opacity: 0;
    }
    .toc-link.active { color: var(--primary); font-weight: 700; }
    .toc-link.active::before { transform: scaleY(1); opacity: 1; }
    .toc-link:hover { color: var(--primary); padding-left: 24px; }
    .toc-h3 { padding-left: 35px; font-size: 0.85rem; opacity: 0.8; }
    .toc-h3.active::before { left: -1px; }

    /* Custom Scrollbar for TOC */
    .toc-container::-webkit-scrollbar { width: 4px; }
    .toc-container::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
    
    /* 评价卡片全新样式 */
    .testimonial-card {
      background: white;
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 8px 25px rgba(13,71,161,0.08);
      transition: 0.3s;
      border: none;
      position: relative;
    }
    .testimonial-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(13,71,161,0.15);
    }
    .testimonial-card .quote-icon {
      color: var(--secondary);
      font-size: 40px;
      opacity: 0.2;
      position: absolute;
      top: 25px;
      right: 30px;
    }
    .testimonial-card .stars {
      color: var(--secondary);
      font-size: 14px;
      letter-spacing: 2px;
    }
    .testimonial-card img {
      border: 3px solid var(--secondary);
    }

    /* 服务卡片增强 */
    .service-card {
      background: white;
      border-radius: 24px;
      padding: 45px 35px;
      height: 100%;
      border: 1px solid rgba(0,150,136,0.1);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      position: relative;
      overflow: hidden;
    }
    .service-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0; width: 100%; height: 4px;
      background: linear-gradient(to right, var(--primary), var(--secondary));
      opacity: 0;
      transition: 0.3s;
    }
    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(13,71,161,0.12);
    }
    .service-card:hover::before { opacity: 1; }
    .service-card i {
      font-size: 50px;
      margin-bottom: 25px;
      display: inline-block;
    }
    .service-feature {
      font-size: 14px;
      color: #6b7280;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* 业务流程板块 (How It Works) */
    .process-step {
      position: relative;
      text-align: center;
      padding: 0 20px;
    }
    .step-number {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 24px;
      margin: 0 auto 25px;
      box-shadow: 0 10px 20px rgba(0,150,136,0.3);
      position: relative;
      z-index: 2;
    }
    .process-step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 30px;
      left: 60%;
      width: 80%;
      height: 2px;
      background: rgba(0,150,136,0.1);
      z-index: 1;
    }

    /* 页脚全新升级 */
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from About Us.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .card-hover {
      transition: 0.3s;
      border: none;
    }
    .card-hover:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    .navbar {
      background: white !important;
    }

    /* 🔥 和服务页面统一的高级 Banner */
    /* --- Premium Page Header Gradient --- */
    .page-header {
      background: linear-gradient(135deg, #051937 0%, #0D47A1 100%);
      padding: 140px 0 100px;
      color: white;
      min-height: 380px;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
    .page-header::after {
      content: "";
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
      opacity: 0.1;
      pointer-events: none;
    }

    .section { padding: 80px 0; }
    .title-border::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px 0;
      border-radius: 2px;
    }
    .title-border-center::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }
    .about-img {
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    .feature-box {
      background: white;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      height: 100%;
      transition: 0.3s;
    }
    .feature-box:hover {
      transform: translateY(-5px);
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from Our Services.html */

:root {
--primary: #009688;
--secondary: #0D47A1;
--accent: #00bfa5;
--dark: #1f2937;
--light: #f9fafb;
}
body {
font-family: 'Segoe UI', Roboto, sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
.text-gradient {
background: linear-gradient(to right, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-grad {
background: linear-gradient(to right, var(--primary), var(--secondary));
border: none;
color: white;
transition: 0.4s;
}
.btn-grad:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,150,136,0.2);
color: white;
}
.card-hover {
transition: 0.3s;
border: none;
}
.card-hover:hover {
transform: translateY(-8px);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.navbar {
background: white !important;
}

/* 🔥 升级后的 Banner：更高、更美观、更专业 */
.page-header {
background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
url('https://images.unsplash.com/photo-1581945837012-28340e0b21d2') center/cover no-repeat;
padding: 160px 0 120px;
color: white;
min-height: 420px;
display: flex;
align-items: center;
position: relative;
}

.section { padding: 80px 0; }
.title-border::after {
content: '';
width: 70px;
height: 4px;
background: var(--primary);
display: block;
margin: 12px 0;
border-radius: 2px;
}
.title-border-center::after {
content: '';
width: 70px;
height: 4px;
background: var(--primary);
display: block;
margin: 12px auto;
border-radius: 2px;
}

/* 🔥 服务卡片 豪华升级版 */
.service-card {
background: white;
border-radius: 20px;
padding: 50px 30px;
height: 100%;
box-shadow: 0 8px 25px rgba(0,0,0,0.06);
transition: 0.4s;
position: relative;
overflow: hidden;
}
.service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(to right, var(--primary), var(--secondary));
}
.service-card:hover {
transform: translateY(-12px);
box-shadow: 0 18px 40px rgba(13,71,161,0.15);
}
.service-card i {
font-size: 55px;
margin-bottom: 25px;
}
.service-card h4 {
font-weight: 700;
margin-bottom: 15px;
}
.service-card p {
color: #666;
line-height: 1.7;
}

/* 服务特色点 */
.service-feature {
display: flex;
align-items: center;
gap: 10px;
margin-top: 15px;
font-size: 14px;
color: #555;
}
.service-feature i {
font-size: 14px;
color: var(--primary);
margin: 0;
}

.footer {
background: linear-gradient(to right, #0a3d62, #0c2461);
color: white;
padding: 70px 0 30px;
}
.footer h5 {
font-weight: 600;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer h5::after {
content: '';
width: 40px;
height: 2px;
background: var(--accent);
position: absolute;
left: 0;
bottom: 0;
}
.footer-link {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: 0.3s;
display: block;
margin-bottom: 8px;
}
.footer-link:hover {
color: var(--accent);
padding-left: 5px;
}
.social-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
margin-right: 8px;
transition: 0.3s;
}
.social-icon:hover {
background: var(--accent);
color: white;
}


/* Styles from Service Details.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .service-detail-card {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }
    .service-img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 16px;
      margin-bottom: 30px;
    }
    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .breadcrumb a {
      color: var(--primary);
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      transition: 0.3s;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: 0.3s;
    }
  

/* --- Tracking Timeline Styles --- */
.tracking-timeline {
  position: relative;
  padding-left: 30px;
}
.tracking-timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #e2e8f0;
}
.timeline-item {
  position: relative;
  padding-bottom: 30px;
}
.timeline-point {
  position: absolute;
  left: -26px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #cbd5e1;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 1;
}
.timeline-item.active .timeline-point {
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 150, 136, 0.2);
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.text-navy { color: #0c2461; }
.bg-gradient-navy {
  background: linear-gradient(135deg, #051937 0%, #0D47A1 100%);
}
.corner-rounded { border-radius: 20px; }
.track-card {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}
.track-input {
  height: 60px;
  border-radius: 12px;
  border: 2px solid #edf2f7;
  padding: 0 20px;
  font-size: 1.1rem;
}
.track-input:focus {
  border-color: var(--primary);
  box-shadow: none;
}

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .title-border-center::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }

    /* 文章卡片 */
    .blog-card {
      background: white;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: 0.3s;
      height: 100%;
    }
    .blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }
    .blog-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .blog-body {
      padding: 25px;
    }
    .blog-date {
      font-size: 13px;
      color: #888;
      margin-bottom: 8px;
    }
    .blog-title {
      font-weight: 700;
      font-size: 18px;
      color: #222;
      margin-bottom: 10px;
      line-height: 1.4;
    }
    .blog-desc {
      color: #666;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 15px;
    }
    .read-more {
      font-weight: 600;
      color: var(--secondary);
      text-decoration: none;
      font-size: 14px;
    }
    .read-more:hover {
      color: var(--primary);
    }

    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from blog-single.html */

:root {
--primary: #009688;
--secondary: #0D47A1;
--accent: #00bfa5;
--dark: #1f2937;
--light: #f9fafb;
}
body {
font-family: 'Segoe UI', Roboto, sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
.text-gradient {
background: linear-gradient(to right, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-grad {
background: linear-gradient(to right, var(--primary), var(--secondary));
border: none;
color: white;
transition: 0.4s;
}
.btn-grad:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,150,136,0.2);
color: white;
}
.navbar {
background: white !important;
}
.page-header {
background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
padding: 160px 0 120px;
color: white;
min-height: 420px;
display: flex;
align-items: center;
position: relative;
}
.section { padding: 80px 0; }
.title-border-center::after {
content: '';
width: 70px;
height: 4px;
background: var(--primary);
display: block;
margin: 12px auto;
border-radius: 2px;
}

/* 文章详情 */
.blog-detail-card {
background: white;
border-radius: 20px;
padding: 50px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.blog-detail-img {
width: 100%;
height: 450px;
object-fit: cover;
border-radius: 16px;
margin-bottom: 30px;
}
.blog-detail-meta {
color: #888;
font-size: 15px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 20px;
}
.blog-detail-meta i {
color: var(--primary);
margin-right: 6px;
}
.blog-detail-title {
font-weight: 800;
font-size: 36px;
color: #222;
margin-bottom: 25px;
line-height: 1.3;
}
.blog-detail-content {
font-size: 16px;
color: #444;
line-height: 1.8;
}
.blog-detail-content p {
margin-bottom: 20px;
}
.blog-detail-content h2 {
font-weight: 700;
font-size: 24px;
margin: 30px 0 15px;
color: #222;
scroll-margin-top: 100px;
}

/* 面包屑 */
.breadcrumb {
background: transparent;
padding: 0;
margin-bottom: 20px;
font-size: 14px;
}
.breadcrumb a {
color: var(--primary);
text-decoration: none;
}
.breadcrumb .active {
color: #666;
}

/* 上一篇下一篇 */
.pagination-nav {
display: flex;
justify-content: space-between;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.pagination-nav a {
color: var(--secondary);
font-weight: 600;
text-decoration: none;
}
.pagination-nav a:hover {
color: var(--primary);
}

/* 侧边栏 */
.sidebar-card {
background: white;
border-radius: 18px;
padding: 30px;
box-shadow: 0 8px 20px rgba(0,0,0,0.07);
margin-bottom: 30px;
}
.sidebar-title {
font-weight: 700;
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid var(--primary);
}
.recent-post-item {
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 15px;
}
.recent-post-img {
width: 70px;
height: 70px;
border-radius: 10px;
object-fit: cover;
}
.recent-post-title {
font-weight: 600;
font-size: 14px;
color: #222;
line-height: 1.4;
text-decoration: none;
}
.recent-post-title:hover {
color: var(--primary);
}

/* 文章目录 */
.table-of-content li {
list-style: none;
margin-bottom: 8px;
}
.table-of-content a {
color: #333;
text-decoration: none;
font-size: 15px;
}
.table-of-content a:hover {
color: var(--primary);
}

/* 分享按钮 */
.share-buttons {
display: flex;
gap: 10px;
margin-top: 10px;
}
.share-btn {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-decoration: none;
}
.share-fb { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-linkedin { background: #0077b5; }
.share-instagram { background: #e4405f; }

.footer {
background: linear-gradient(to right, #0a3d62, #0c2461);
color: white;
padding: 70px 0 30px;
}
.footer h5 {
font-weight: 600;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer h5::after {
content: '';
width: 40px;
height: 2px;
background: var(--accent);
position: absolute;
left: 0;
bottom: 0;
}
.footer-link {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: 0.3s;
display: block;
margin-bottom: 8px;
}
.footer-link:hover {
color: var(--accent);
padding-left: 5px;
}
.social-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
margin-right: 8px;
transition: 0.3s;
}
.social-icon:hover {
background: var(--accent);
color: white;
}


/* Styles from contact.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .title-border-center::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }
    .contact-card {
      background: white;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      height: 100%;
    }
    .contact-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(to right, var(--primary), var(--secondary));
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 22px;
      margin-bottom: 20px;
    }
    .form-control {
      height: 55px;
      border-radius: 8px;
      padding: 0 15px;
      border: 1px solid #ddd;
    }
    textarea.form-control {
      height: auto !important;
      min-height: 140px;
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from faq.html */

:root {
--primary: #009688;
--secondary: #0D47A1;
--accent: #00bfa5;
--dark: #1f2937;
--light: #f9fafb;
}
body {
font-family: 'Segoe UI', Roboto, sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
.text-gradient {
background: linear-gradient(to right, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-grad {
background: linear-gradient(to right, var(--primary), var(--secondary));
border: none;
color: white;
transition: 0.4s;
}
.btn-grad:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,150,136,0.2);
color: white;
}
.navbar {
background: white !important;
}
.page-header {
background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
url('https://images.unsplash.com/photo-1581945837012-2830e0b2') center/cover no-repeat;
padding: 160px 0 120px;
color: white;
min-height: 420px;
display: flex;
align-items: center;
position: relative;
}
.section { padding: 80px 0; }
.content-card {
background: white;
border-radius: 20px;
padding: 50px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.breadcrumb {
background: transparent;
padding: 0;
margin-bottom: 20px;
font-size: 14px;
}
.breadcrumb a {
color: var(--primary);
text-decoration: none;
}
.faq-item {
margin-bottom: 15px;
border-radius: 10px;
border: 1px solid #eee;
overflow: hidden;
}
.faq-btn {
background: #f8f9fa;
border: none;
padding: 18px 25px;
width: 100%;
text-align: left;
font-weight: 600;
font-size: 16px;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-btn.collapsed i {
transform: rotate(0);
}
.faq-btn i {
transform: rotate(180deg);
transition: 0.3s;
color: var(--primary);
}
.faq-body {
padding: 20px 25px;
color: #555;
line-height: 1.7;
}
.sidebar-card {
background: white;
border-radius: 18px;
padding: 30px;
box-shadow: 0 8px 20px rgba(0,0,0,0.07);
margin-bottom: 30px;
}
.sidebar-title {
font-weight: 700;
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid var(--primary);
}
.sidebar-link {
display: block;
color: #333;
text-decoration: none;
margin-bottom: 10px;
transition: 0.3s;
}
.sidebar-link:hover {
color: var(--primary);
padding-left: 5px;
}
.footer {
background: linear-gradient(to right, #0a3d62, #0c2461);
color: white;
padding: 70px 0 30px;
}
.footer h5 {
font-weight: 600;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.footer h5::after {
content: '';
width: 40px;
height: 2px;
background: var(--accent);
position: absolute;
left: 0;
bottom: 0;
}
.footer-link {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: 0.3s;
display: block;
margin-bottom: 8px;
}
.footer-link:hover {
color: var(--accent);
padding-left: 5px;
}
.social-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
margin-right: 8px;
transition: 0.3s;
}


/* Styles from privacy.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .content-card {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }
    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .breadcrumb a {
      color: var(--primary);
      text-decoration: none;
    }
    .content-title {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 30px;
    }
    .content-section {
      margin-bottom: 30px;
    }
    .content-section h2 {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 15px;
      color: #222;
    }
    .content-section p {
      font-size: 16px;
      line-height: 1.8;
      color: #444;
      margin-bottom: 12px;
    }
    .sidebar-card {
      background: white;
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.07);
      margin-bottom: 30px;
    }
    .sidebar-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--primary);
    }
    .sidebar-link {
      display: block;
      color: #333;
      text-decoration: none;
      margin-bottom: 10px;
      transition: 0.3s;
    }
    .sidebar-link:hover {
      color: var(--primary);
      padding-left: 5px;
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
  

/* Styles from quote.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .title-border-center::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }
    .quote-card {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .form-control {
      height: 55px;
      border-radius: 8px;
      padding: 0 15px;
      border: 1px solid #ddd;
    }
    .form-select {
      height: 55px;
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    textarea.form-control {
      height: auto !important;
      min-height: 120px;
    }
    .submit-btn {
      height: 55px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 8px;
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from terms.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .content-card {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }
    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .breadcrumb a {
      color: var(--primary);
      text-decoration: none;
    }
    .content-title {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 30px;
    }
    .content-section {
      margin-bottom: 30px;
    }
    .content-section h2 {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 15px;
      color: #222;
    }
    .content-section p {
      font-size: 16px;
      line-height: 1.8;
      color: #444;
      margin-bottom: 12px;
    }
    .sidebar-card {
      background: white;
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.07);
      margin-bottom: 30px;
    }
    .sidebar-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--primary);
    }
    .sidebar-link {
      display: block;
      color: #333;
      text-decoration: none;
      margin-bottom: 10px;
      transition: 0.3s;
    }
    .sidebar-link:hover {
      color: var(--primary);
      padding-left: 5px;
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
  

/* Styles from track.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
      --dark: #1f2937;
      --light: #f9fafb;
    }
    body {
      font-family: 'Segoe UI', Roboto, sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      transition: 0.4s;
    }
    .btn-grad:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,150,136,0.2);
      color: white;
    }
    .navbar {
      background: white !important;
    }
    .page-header {
      background: linear-gradient(rgba(13,71,161,0.9), rgba(13,71,161,1)),
                  url('https://images.unsplash.com/photo-1581945837012-28340e0b2') center/cover no-repeat;
      padding: 160px 0 120px;
      color: white;
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
    }
    .section { padding: 80px 0; }
    .title-border-center::after {
      content: '';
      width: 70px;
      height: 4px;
      background: var(--primary);
      display: block;
      margin: 12px auto;
      border-radius: 2px;
    }
    .track-card {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      max-width: 800px;
      margin: 0 auto;
    }
    .track-input {
      height: 60px;
      border-radius: 10px;
      padding: 0 20px;
      font-size: 16px;
      border: 1px solid #ddd;
    }
    .track-btn {
      height: 60px;
      border-radius: 10px;
      font-weight: bold;
      font-size: 16px;
    }
    .feature-box {
      text-align: center;
      padding: 30px;
    }
    .footer {
      background: linear-gradient(to right, #0a3d62, #0c2461);
      color: white;
      padding: 70px 0 30px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer h5::after {
      content: '';
      width: 40px;
      height: 2px;
      background: var(--accent);
      position: absolute;
      left: 0;
      bottom: 0;
    }
    .footer-link {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: 0.3s;
      display: block;
      margin-bottom: 8px;
    }
    .footer-link:hover {
      color: var(--accent);
      padding-left: 5px;
    }
    .social-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icon:hover {
      background: var(--accent);
      color: white;
    }
  

/* Styles from 404.html */

    :root {
      --primary: #009688;
      --secondary: #0D47A1;
      --accent: #00bfa5;
    }
    .error404 { height: 100vh; display: flex; align-items: center; justify-content: center; background: #f7f9fc; }
    .text-gradient {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .btn-grad {
      background: linear-gradient(to right, var(--primary), var(--secondary));
      border: none;
      color: white;
      padding: 12px 30px;
      border-radius: 50px;
    }
    .error-404 {
      text-align: center;
    }
    .error-title {
      font-size: 100px;
      font-weight: 900;
    }

/* --- 全局 Bootstrap 颜色覆盖 --- */
:root {
  --bs-primary: #0D47A1 !important;
  --bs-primary-rgb: 13, 71, 161 !important;
}
body, [data-bs-theme="light"], [data-bs-theme="dark"] {
  --bs-primary: #0D47A1 !important;
  --bs-primary-rgb: 13, 71, 161 !important;
}

/* 覆盖 Bootstrap 独立作用域的变体色 (按钮与背景) */
.btn-primary {
  --bs-btn-bg: #0D47A1 !important;
  --bs-btn-border-color: #0D47A1 !important;
  --bs-btn-hover-bg: #0a3d8a !important;
  --bs-btn-hover-border-color: #093374 !important;
  --bs-btn-active-bg: #093374 !important;
  --bs-btn-active-border-color: #082d66 !important;
  --bs-btn-disabled-bg: #0D47A1 !important;
  --bs-btn-disabled-border-color: #0D47A1 !important;
  background-color: #0D47A1 !important;
  border-color: #0D47A1 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #0a3d8a !important;
  border-color: #093374 !important;
}
.bg-primary {
  background-color: #0D47A1 !important;
}
.text-primary {
  color: #0D47A1 !important;
}

/* 追踪板块专属渐变 (Green to Blue Gradient) */
.bg-track-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
}

/* --- Final Global Header Override --- */
.page-header {
  background: linear-gradient(135deg, #051937 0%, #0D47A1 100%) !important;
  padding: 140px 0 100px !important;
  color: white !important;
  min-height: 380px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
  opacity: 0.1;
  pointer-events: none;
}

/* --- Categorized Partner Section --- */
.partner-category-card {
  background: #fdfdfd;
  border: 1px solid rgba(0, 150, 136, 0.08);
  border-radius: 20px;
  transition: 0.3s;
}
.partner-category-card:hover {
  background: white;
  box-shadow: 0 10px 30px rgba(13, 71, 161, 0.05);
  transform: translateY(-5px);
}
.partner-logo {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 45px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.partner-category-card:hover .partner-logo {
  filter: grayscale(0%);
  opacity: 1;
}
.partner-logo:hover {
  transform: scale(1.1);
}

/* --- Responsive Site Logo --- */
.navbar-brand .site-logo {
  height: 65px !important; /* Hero Desktop Size */
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

@media (max-width: 1199.98px) {
  .navbar-brand .site-logo { height: 55px !important; }
}

@media (max-width: 991.98px) {
  .navbar-brand .site-logo { height: 50px !important; }
}

@media (max-width: 575.98px) {
  .navbar-brand .site-logo { height: 42px !important; }
}

/* --- Premium Click-Triggered Dropdown --- */

/* --- Product Sourcing Page Custom Styles --- */
.sourcing-hero {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.sourcing-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(5, 25, 55, 0.7) 0%, rgba(13, 71, 161, 0.5) 100%);
  z-index: 0;
}

.sourcing-hero .container {
  position: relative;
  z-index: 10;
}

.sourcing-cta {
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.sourcing-cta::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(12, 21, 35, 0.85);
  z-index: 0;
}

.sourcing-cta .container {
  position: relative;
  z-index: 1;
}

.card img {
  transition: transform 0.4s ease;
}

.card:hover img {
  transform: scale(1.1) translateY(-5px);
}