.fleet-section{padding:80px 24px;background:#fff}.fleet-section .container{max-width:1200px;margin:0 auto}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.fleet-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:all 0.3s}.fleet-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,0.08);border-color:#C8102E}.fleet-img{height:160px;background:linear-gradient(135deg,#1a1a2e,#C8102E);display:flex;align-items:center;justify-content:center;color:#F59E0B;font-size:48px;font-weight:800;position:relative}.fleet-img-tag{position:absolute;top:12px;left:12px;background:rgba(245,158,11,0.95);color:#0f172a;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;font-family:inherit}.fleet-body{padding:20px}.fleet-body h3{font-size:17px;color:#111827;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:6px;line-height:1.3}.fleet-body .seats{font-size:11px;color:#6B7280;background:#F9FAFB;padding:3px 8px;border-radius:4px;font-weight:600;white-space:nowrap;flex-shrink:0}.fleet-body .price{color:#C8102E;font-weight:700;font-size:14px;margin:8px 0}.fleet-body .price small{color:#6B7280;font-weight:400;font-size:12px}.fleet-body .use{font-size:13px;color:#6B7280;line-height:1.5}.landline-row{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.2);font-size:14px;opacity:0.85}.landline-row strong{color:#F59E0B;font-size:18px;display:block;margin-top:2px}@media (max-width:768px){.fleet-grid{grid-template-columns:1fr}}

/* 荣誉墙 - 2026-07-29 添加 */

.honors { background: var(--bg-soft, #f8fafc); padding: 80px 24px; }

.honors .honors-subtitle {

  font-size: 20px; font-weight: 700; color: var(--text, #111827);

  margin: 32px 0 20px 0; text-align: center;

  color: var(--primary, #C8102E);

}

.honors .honors-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;

  max-width: 1200px;

  margin: 0 auto;

}

.honors .honors-item {

  background: white;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: 0 4px 12px rgba(0,0,0,0.06);

  border: 2px solid rgba(245,158,11,0.55);

  transition: all 0.3s;

  text-align: center;

}

.honors .honors-item:hover {

  transform: translateY(-4px);

  box-shadow: 0 12px 24px rgba(200,16,46,0.15);

  border-color: var(--primary, #C8102E);

}

.honors .honors-item img {

  width: 100%;

  height: 200px;

  object-fit: contain;

  background: #fefefe;

  padding: 12px;

}

.honors .honors-name {

  padding: 12px 14px;

  font-size: 13px;

  font-weight: 600;

  color: var(--text, #111827);

  border-top: 1px solid #f3f4f6;

}

.honors .qualifications-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;

  max-width: 1100px;

  margin: 0 auto;

}

.honors .qual-item {

  background: linear-gradient(135deg, #C8102E 0%, #9D0B23 100%);

  color: white;

  border-radius: 12px;

  padding: 32px 24px;

  text-align: center;

  box-shadow: 0 8px 24px rgba(200,16,46,0.25);

}

.honors .qual-item img {

  width: 200px;

  height: 140px;

  object-fit: contain;

  background: white;

  border-radius: 8px;

  margin: 0 auto 16px;

  display: block;

  padding: 8px;

}

.honors .qual-badge {

  font-size: 64px;

  line-height: 1;

  margin-bottom: 12px;

}

.honors .qual-name {

  font-size: 22px;

  font-weight: 800;

  margin-bottom: 8px;

  color: var(--gold, #F59E0B);

}

.honors .qual-desc {

  font-size: 14px;

  opacity: 0.9;

}

@media (max-width: 1024px) {

  .honors .honors-grid { grid-template-columns: repeat(3, 1fr); }

  .honors .qualifications-grid { grid-template-columns: 1fr; }

}

@media (max-width: 640px) {

  .honors .honors-grid { grid-template-columns: 1fr; }

  .honors .qualifications-grid { grid-template-columns: 1fr; }

}



.booking-form{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:32px;border-radius:12px}.booking-form .form-row{margin-bottom:14px}.booking-form label{display:block;font-size:13px;margin-bottom:6px;opacity:.9}.booking-form input,.booking-form select{width:100%;padding:11px;border:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.1);color:#fff;border-radius:6px;font-size:14px;font-family:inherit}.booking-form input::placeholder{color:rgba(255,255,255,0.6)}.booking-form .btn-quote{width:100%;padding:14px;background:#F59E0B;color:#0f172a;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px}.booking-form .btn-quote:hover{background:#fbbf24}.qr-block{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.2);text-align:center}.qr-block .qr-img{width:160px;height:160px;margin:8px auto;background:#fff;border-radius:8px;padding:6px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}.qr-block .qr-img img{width:100%;height:100%;display:block}.qr-block .qr-name{margin-top:8px;font-size:14px;font-weight:700}.qr-block .qr-phone{font-size:13px;opacity:.85}





  * { margin: 0; padding: 0; box-sizing: border-box; }



  body {



    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;



    color: #1f2937;



    line-height: 1.6;



    background: #fff;



  }



  :root {



    --primary: #C8102E;



    --primary-dark: #9D0B23;



    --gold: #F59E0B;



    --text: #111827;



    --text-light: #6B7280;



    --bg: #FFFFFF;



    --bg-soft: #F9FAFB;



    --border: #E5E7EB;



  }



  header {



    position: sticky;



    top: 0;



    background: rgba(255,255,255,0.97);



    backdrop-filter: blur(10px);



    border-bottom: 1px solid var(--border);



    z-index: 100;



  }



  nav {



    max-width: 1200px;



    margin: 0 auto;



    padding: 16px 24px;



    display: flex;



    justify-content: space-between;



    align-items: center;



  }



  .logo { font-size: 22px; font-weight: 800; color: var(--primary); letter-spacing: 1px; }



  .logo small { font-size: 11px; color: var(--text-light); font-weight: 400; display: block; letter-spacing: 0; }



  nav ul { display: flex; gap: 32px; list-style: none; }



  nav ul li a { color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }



  nav ul li a:hover { color: var(--primary); }



  .cta-phone { background: var(--primary); color: white; padding: 8px 18px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; }



  .hero {



    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #C8102E 100%);



    color: white;



    padding: 60px 24px 60px;



    text-align: center;



    position: relative;



    overflow: hidden;



  }



  .hero::before {



    content: "";



    position: absolute;



    top: 0; left: 0; right: 0; bottom: 0;



    background: radial-gradient(circle at 30% 50%, rgba(200,16,46,0.3), transparent 60%);



  }



  .hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }



  .hero-tag {



    display: inline-block;



    padding: 6px 16px;



    background: rgba(245,158,11,0.2);



    border: 1px solid var(--gold);



    color: var(--gold);



    border-radius: 100px;



    font-size: 13px;



    font-weight: 600;



    margin-bottom: 24px;



  }



  .hero h1 {

    font-size: 52px !important;

    font-weight: 900 !important;

    line-height: 1.2;

    margin-bottom: 20px;

    letter-spacing: 2px;

    color: #fde68a !important;

    text-shadow: 0 2px 16px rgba(0,0,0,0.95), 0 0 32px rgba(0,0,0,0.6), 0 0 48px rgba(254,230,138,0.3) !important;

  }



  .hero h1 span {

    color: #fbbf24 !important;

    text-shadow: 0 0 24px rgba(251,191,36,0.9), 0 0 48px rgba(251,191,36,0.5), 0 2px 16px rgba(0,0,0,0.7) !important;

  }



  .hero p { font-size: 17px; opacity: 0.9; margin-bottom: 28px; }



  .hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }



  .btn {



    padding: 14px 32px;



    border-radius: 8px;



    font-size: 16px;



    font-weight: 600;



    text-decoration: none;



    transition: all 0.2s;



    cursor: pointer;



    display: inline-block;



    border: none;



  }



  .btn-primary { background: var(--primary); color: white; }



  .btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }



  .btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.3); }



  .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }



  .trust { background: var(--bg-soft); padding: 60px 24px; border-bottom: 1px solid var(--border); }



  .trust-grid {



    max-width: 1200px;



    margin: 0 auto;



    display: grid;



    grid-template-columns: repeat(4, 1fr);



    gap: 32px;



    text-align: center;



  }



  .trust-item .num { font-size: 36px; font-weight: 800; color: var(--primary); display: block; }



  .trust-item .label { font-size: 14px; color: var(--text-light); margin-top: 4px; }



  section { padding: 80px 24px; }



  .container { max-width: 1200px; margin: 0 auto; }



  .section-title {



    text-align: center;



    margin-bottom: 16px;



    font-size: 14px;



    font-weight: 600;



    color: var(--primary);



    letter-spacing: 4px;



    text-transform: uppercase;



  }



  .section-title-cn { text-align: center; font-size: 36px; font-weight: 800; margin-bottom: 48px; color: var(--text); }



  .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }



  .service-card {



    background: white;



    border: 1px solid var(--border);



    border-radius: 12px;



    padding: 32px 24px;



    text-align: center;



    transition: all 0.3s;



  }



  .service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--primary); }



  .service-icon { font-size: 48px; margin-bottom: 16px; }



  .service-card h3 { font-size: 20px; margin-bottom: 12px; color: var(--text); }



  .service-card p { font-size: 14px; color: var(--text-light); }



  .cases { background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%); color: white; }



  .cases .section-title { color: var(--gold); }



  .cases .section-title-cn { color: white; }



  .cases-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }



  .case-card {



    background: rgba(255,255,255,0.05);



    border: 1px solid rgba(245,158,11,0.3);



    border-radius: 12px;



    padding: 32px;



    transition: all 0.3s;



    position: relative;



    overflow: hidden;



  }



  .case-card::before {



    content: "";



    position: absolute;



    top: 0; left: 0;



    width: 4px; height: 100%;



    background: var(--gold);



  }



  .case-card:hover { background: rgba(245,158,11,0.1); transform: translateX(4px); }



  .case-tag {



    display: inline-block;



    padding: 4px 12px;



    background: var(--gold);



    color: #0f172a;



    border-radius: 4px;



    font-size: 12px;



    font-weight: 700;



    margin-bottom: 12px;



  }



  .case-card h3 { font-size: 22px; margin-bottom: 8px; color: white; }



  .case-card p { font-size: 14px; color: rgba(255,255,255,0.7); }

  .case-card { padding: 0 !important; overflow: hidden; }

  .case-card .case-img { width: 100%; height: 220px; overflow: hidden; }

  .case-card .case-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }

  .case-card:hover .case-img img { transform: scale(1.05); }

  .case-card .case-tag { margin: 16px 28px 0 28px !important; }

  .case-card h3 { padding: 0 28px; }

  .case-card p { padding: 0 28px 24px 28px !important; margin: 0 !important; }

/* 案例实景板块 - 2026-07-29 添加 */

.case-gallery { background: var(--bg-soft, #f8fafc); padding: 64px 24px; }

.case-gallery .gallery-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  max-width: 1100px;

  margin: 0 auto;

}

.case-gallery .gallery-item {

  position: relative;

  overflow: hidden;

  border-radius: 12px;

  box-shadow: 0 4px 16px rgba(0,0,0,0.1);

  background: #fff;

  aspect-ratio: 4/3;

}

.case-gallery .gallery-item img {

  width: 100%;

  height: 220px;

  object-fit: cover;

  display: block;

  transition: transform 0.4s;

}

.case-gallery .gallery-item:hover img { transform: scale(1.05); }

.case-gallery .gallery-caption {

  position: absolute;

  left: 0; right: 0; bottom: 0;

  padding: 14px 18px;

  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));

  color: white;

  font-size: 14px;

  font-weight: 600;

}

@media (max-width: 640px) {

  .case-gallery .gallery-grid { grid-template-columns: 1fr; }

}



  .pricing { background: var(--bg-soft); }



  .pricing-table {



    background: white;



    border-radius: 12px;



    overflow: hidden;



    border: 1px solid var(--border);



    max-width: 900px;



    margin: 0 auto;



  }



  table { width: 100%; border-collapse: collapse; }



  thead { background: var(--primary); color: white; }



  th { padding: 16px; font-weight: 600; text-align: left; font-size: 14px; }



  td { padding: 16px; border-top: 1px solid var(--border); font-size: 15px; }



  tr:hover td { background: #fef3f4; }



  .price-tag { color: var(--primary); font-weight: 700; }



  .pricing-note { text-align: center; color: var(--text-light); font-size: 13px; margin-top: 16px; }



  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }



  .why-item { padding: 24px; border-left: 4px solid var(--primary); }



  .why-item h3 { font-size: 20px; margin-bottom: 12px; color: var(--text); }



  .why-item p { color: var(--text-light); font-size: 14px; }



  .contact { background: linear-gradient(135deg, #C8102E 0%, #9D0B23 100%); color: white; }



  .contact .section-title { color: var(--gold); }



  .contact .section-title-cn { color: white; }



  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1000px; margin: 0 auto; }



  .contact-info h3 { font-size: 24px; margin-bottom: 16px; }



  .contact-info .phone { font-size: 32px; font-weight: 800; margin: 16px 0; color: var(--gold); }



  .contact-info p { margin-bottom: 8px; opacity: 0.9; }



  form {



    background: rgba(255,255,255,0.1);



    backdrop-filter: blur(10px);



    padding: 32px;



    border-radius: 12px;



  }



  form input, form textarea, form select {



    width: 100%;



    padding: 12px;



    margin-bottom: 16px;



    border: 1px solid rgba(255,255,255,0.3);



    background: rgba(255,255,255,0.1);



    color: white;



    border-radius: 6px;



    font-size: 14px;



    font-family: inherit;



  }



  form input::placeholder, form textarea::placeholder { color: rgba(255,255,255,0.7); }



  form button {



    width: 100%;



    padding: 14px;



    background: var(--gold);



    color: #0f172a;



    border: none;



    border-radius: 6px;



    font-size: 16px;



    font-weight: 700;



    cursor: pointer;



  }



  form button:hover { background: #fbbf24; }



  footer { background: #0f172a; color: rgba(255,255,255,0.7); padding: 40px 24px; text-align: center; font-size: 13px; }



  footer .brand { color: white; font-size: 18px; font-weight: 800; margin-bottom: 12px; }



  footer p { margin: 4px 0; }



  @media (max-width: 768px) {



    nav ul { display: none; }



    .hero h1 { font-size: 32px; }



    .hero p { font-size: 15px; }



    .trust-grid { grid-template-columns: repeat(2, 1fr); }



    .services-grid, .cases-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }



    .section-title-cn { font-size: 26px; }



  }







  /* ============== REAL FLEET (实车展示) ============== */

  .real-fleet {

    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 100%);

    padding: 60px 24px;

    color: white;

  }

  .real-fleet .section-title {

    color: var(--gold);

    font-size: 14px;

    letter-spacing: 4px;

    text-align: center;

    font-weight: 700;

    margin-bottom: 12px;

  }

  .real-fleet .section-title-cn {

    color: white;

    font-size: 36px;

    font-weight: 800;

    text-align: center;

    margin-bottom: 16px;

  }

  .real-fleet .section-subtitle {

    color: rgba(255,255,255,0.7);

    font-size: 16px;

    text-align: center;

    margin-bottom: 16px;

  }

  .real-fleet .real-fleet-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

    max-width: 1300px;

    margin: 0 auto;

  }

  .real-fleet .real-fleet-item {

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(245,158,11,0.3);

    border-radius: 12px;

    overflow: hidden;

    transition: all 0.3s;

  }

  .real-fleet .real-fleet-item:hover {

    transform: translateY(-4px);

    border-color: var(--gold);

    box-shadow: 0 12px 32px rgba(245,158,11,0.15);

  }

  .real-fleet .real-fleet-item img {

    width: 100%;

    height: 220px;

    object-fit: cover;

    display: block;

  }

  .real-fleet .real-fleet-info {

    padding: 20px;

  }

  .real-fleet .real-fleet-tag {

    display: inline-block;

    padding: 4px 12px;

    background: var(--gold);

    color: #0f172a;

    border-radius: 4px;

    font-size: 11px;

    font-weight: 700;

    margin-bottom: 12px;

  }

  .real-fleet .real-fleet-info h3 {

    font-size: 18px;

    color: white;

    margin: 0 0 10px 0;

    font-weight: 700;

  }

  .real-fleet .real-fleet-spec {

    font-size: 13px;

    color: var(--gold);

    font-weight: 600;

    margin-bottom: 6px;

  }

  .real-fleet .real-fleet-use {

    font-size: 13px;

    color: rgba(255,255,255,0.7);

    line-height: 1.5;

  }

  @media (max-width: 1024px) {

    .real-fleet .real-fleet-grid { grid-template-columns: repeat(2, 1fr); }

  }

  @media (max-width: 640px) {

    .real-fleet .real-fleet-grid { grid-template-columns: 1fr; }

    .real-fleet .section-title-cn { font-size: 26px; }

  }





/* === mascot 融入（2026-07-31 智囊团加） === */

.hero-mascot {

  position: absolute;

  right: 0;

  bottom: 0;

  width: 280px;

  height: auto;

  z-index: 2;

  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));

  pointer-events: none;

}

@media (max-width: 900px) {

  .hero-mascot {

    width: 160px;

    right: 0;

    opacity: 0.8;

  }

}

@media (max-width: 600px) {

  .hero-mascot { display: none; }

}

.contact-mascot {

  width: 110px;

  height: auto;

  display: block;

  margin: 0 auto 16px;

  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2));

}





/* === logo 融入（2026-07-31 智囊团加） === */

.logo-mascot {

  width: 48px;

  height: 48px;

  display: inline-block;

  vertical-align: middle;

  margin-right: 10px;

  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));

}

.logo { display: flex; align-items: center; }

.logo > div, .logo > span { line-height: 1.3; }

.footer-brand {

  display: flex; align-items: center; justify-content: center;

  gap: 12px; margin-bottom: 12px;

}

.footer-brand img {

  width: 40px; height: 40px;

  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));

}





/* === NEWS 板块（2026-07-31 智囊团加） === */

.news {

  background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 100%);

  padding: 60px 24px;

  color: white;

}

.news .section-title {

  color: var(--gold);

  font-size: 14px;

  letter-spacing: 4px;

  text-align: center;

  font-weight: 700;

  margin-bottom: 16px;

}

.news .section-title-cn {

  color: white;

  font-size: 36px;

  font-weight: 800;

  text-align: center;

  margin-bottom: 16px;

}

.news .section-subtitle {

  color: rgba(255,255,255,0.7);

  font-size: 16px;

  text-align: center;

  margin-bottom: 32px;

}

.news .news-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;

  max-width: 1300px;

  margin: 0 auto 32px;

}

.news .news-card {

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(245,158,11,0.3);

  border-radius: 12px;

  overflow: hidden;

  transition: all 0.3s;

}

.news .news-card:hover {

  transform: translateY(-4px);

  border-color: var(--gold);

  box-shadow: 0 12px 32px rgba(245,158,11,0.15);

}

.news .news-card-img {

  width: 100%;

  height: 180px;

  background: linear-gradient(135deg, #16213e 0%, #C8102E 100%);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 48px;

  color: rgba(255,255,255,0.3);

}

.news .news-card-body { padding: 20px; }

.news .news-card-date {

  display: inline-block;

  font-size: 12px;

  color: var(--gold);

  font-weight: 700;

  margin-bottom: 8px;

  letter-spacing: 1px;

}

.news .news-card h3 {

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 8px;

  color: white;

  line-height: 1.4;

}

.news .news-card-excerpt {

  font-size: 14px;

  color: rgba(255,255,255,0.7);

  line-height: 1.6;

  margin-bottom: 12px;

}

.news .news-card-link {

  display: inline-block;

  font-size: 13px;

  color: var(--gold);

  text-decoration: none;

  font-weight: 600;

}

.news .news-card-link:hover { text-decoration: underline; }

.news .news-cta {

  text-align: center;

  margin-top: 16px;

}

.news .news-cta a {

  display: inline-block;

  background: transparent;

  color: var(--gold);

  border: 2px solid var(--gold);

  padding: 12px 32px;

  border-radius: 8px;

  text-decoration: none;

  font-weight: 600;

  transition: all 0.3s;

}

.news .news-cta a:hover {

  background: var(--gold);

  color: #1a1a2e;

}





/* === v8 mascot 顶部居中（2026-07-31） === */

.hero-mascot-top {

  display: block;

  width: 160px;

  height: auto;

  margin: 0 auto 20px;

  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));

  position: relative;

  z-index: 1;

}

@media (max-width: 600px) {

  .hero-mascot-top { width: 150px; margin-bottom: 20px; }



/* === footer ICP 备案（2026-08-01 智囊团加） === */
.footer-icp {
  margin: 4px 0;
}
.footer-icp a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-icp a:hover {
  color: #f59e0b;
  text-decoration: underline;
}
.footer-icp .icp-sep {
  color: rgba(255,255,255,0.3);
  margin: 0 8px;
}
.footer-icp .icp-text {
  color: rgba(255,255,255,0.6);
}
.footer-icp {
  margin: 6px 0;
  line-height: 1.8;
  font-size: 13px;
}
.footer-icp .icp-sep {
  color: rgba(255,255,255,0.3);
  margin: 0 8px;
}
.footer-icp .icp-text {
  color: rgba(255,255,255,0.6);
}
.footer-icp {
  margin: 6px 0;
  line-height: 1.8;
  font-size: 13px;
}




/* === ABOUT US v2 (2026-08-05 16:46 侠哥新文案) === */
.about {
  padding: 80px 0;
  background: linear-gradient(180deg, #1a1a2e 0%, #0f172a 100%);
}
.about .section-subtitle {
  margin-bottom: 36px;
  color: rgba(255,255,255,0.7);
}
.about-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 24px 28px;
  background: rgba(245,158,11,0.08);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}
.about-intro p {
  color: white;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.about-h3 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 16px;
  position: relative;
  padding-left: 18px;
}
.about-h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}
.about-p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
  max-width: 900px;
}
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0 40px;
}
.about-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,158,11,0.25);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s;
}
.about-card:hover {
  border-color: var(--gold);
  background: rgba(245,158,11,0.06);
  transform: translateY(-4px);
}
.about-card-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.about-card h4 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-card p {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 1.7;
}
.about-closing {
  max-width: 900px;
  margin: 32px auto 0;
  padding: 24px 28px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
  font-style: italic;
}
@media (max-width: 900px) {
  .about-cards { grid-template-columns: 1fr; }
}
