
    :root {
      --bg: #0b1017;
      --bg-2: #101722;
      --panel: #121a25;
      --panel-2: #161f2d;
      --text: #f4f7fb;
      --muted: #9ba7b6;
      --line: rgba(255,255,255,.08);
      --accent: #d92f32;
      --accent-2: #ff5a5f;
      --shadow: 0 20px 60px rgba(0,0,0,.28);
      --radius: 22px;
      --maxw: 1240px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(217,47,50,.12), transparent 28%),
        linear-gradient(180deg, #090d13 0%, #0d121a 100%);
      line-height: 1.7;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; }
    .site-header {
      position: sticky; top: 0; z-index: 100;
      backdrop-filter: blur(16px);
      background: rgba(7,10,15,.76);
      border-bottom: 1px solid var(--line);
    }
    .header-inner { display:flex; align-items:center; justify-content:space-between; gap: 24px; min-height: 76px; }
    .brand { display:flex; align-items:center; gap: 16px; min-width: 0; }
    .brand img { width: 160px; height: auto; object-fit: contain; filter: brightness(1.02); }
    .brand-text { display:flex; flex-direction:column; gap: 2px; min-width: 0; }
    .brand-text strong { font-size: 18px; letter-spacing: .5px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }
    .brand-text span { color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
    .nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap: 8px 18px; }
    .nav a { color: #e7edf7; font-size: 15px; opacity: .9; padding: 6px 0; position:relative; }
    .nav a.active, .nav a:hover { color: #fff; opacity: 1; }
    .nav a.active::after, .nav a:hover::after { content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--accent); }

    .hero { padding: 54px 0 38px; }
    .hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items:stretch; }
    .hero-copy, .hero-media { background: linear-gradient(180deg, rgba(17,24,34,.96), rgba(13,19,28,.96)); border:1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
    .hero-copy { padding: 42px 40px; display:flex; flex-direction:column; justify-content:center; }
    .eyebrow { color: var(--accent-2); font-size: 12px; letter-spacing: .22em; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; }
    h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.02em; }
    .lead { font-size: 18px; color: #d9e2ef; margin: 0 0 18px; }
    .hero-copy p { color: var(--muted); margin: 0 0 16px; }
    .hero-points { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 12px 0 22px; }
    .hero-points div { background: rgba(255,255,255,.03); border:1px solid var(--line); padding: 14px 16px; border-radius: 16px; color:#ebf1fa; font-size: 14px; }
    .hero-actions { display:flex; flex-wrap:wrap; gap: 14px; margin-top: 8px; }
    .btn { display:inline-flex; align-items:center; justify-content:center; height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 15px; border:1px solid transparent; transition: .25s ease; }
    .btn-primary { background: linear-gradient(135deg, var(--accent), #ff5f56); color: #fff; }
    .btn-secondary { border-color: rgba(255,255,255,.14); color:#fff; background: transparent; }
    .btn:hover { transform: translateY(-1px); }
    .hero-media { position:relative; min-height: 560px; }
    .hero-media img { width:100%; height:100%; object-fit: cover; }
    .hero-badge { position:absolute; left:20px; bottom:20px; right:20px; background: rgba(8,12,18,.78); border:1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 16px 18px; backdrop-filter: blur(14px); }
    .hero-badge strong { display:block; font-size: 18px; margin-bottom: 4px; }
    .hero-badge span { color:#c1ccda; font-size: 14px; }

    .section { padding: 32px 0 8px; }
    .section-header { display:flex; justify-content:space-between; align-items:end; gap: 20px; margin-bottom: 24px; }
    .section-header h2 { margin:0; font-size: clamp(26px, 3vw, 40px); line-height:1.15; }
    .section-header p { margin:0; max-width: 520px; color: var(--muted); }

    .profile-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items:stretch; }
    .panel { background: linear-gradient(180deg, rgba(16,23,34,.94), rgba(13,19,28,.94)); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
    .profile-copy { padding: 30px; }
    .profile-copy p { color: #d4deeb; margin: 0 0 14px; }
    .profile-copy .small { color: var(--muted); font-size: 15px; }
    .tag-list { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 18px; }
    .tag { padding: 8px 12px; border-radius: 999px; background: rgba(217,47,50,.12); border:1px solid rgba(217,47,50,.22); color:#ffe1e2; font-size: 13px; }
    .mosaic { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding: 10px; }
    .mosaic .card { overflow:hidden; border-radius: 18px; min-height: 185px; }
    .mosaic img { width:100%; height:100%; object-fit: cover; }

    .values-grid { display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
    .value-card { padding: 24px 18px; text-align:center; }
    .value-card strong { display:block; font-size: 24px; line-height:1.2; margin-bottom: 10px; }
    .value-card p { margin:0; color: var(--muted); font-size: 14px; }

    .service-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
    .service-card { padding: 26px; }
    .service-card .num { color: var(--accent-2); font-weight: 700; letter-spacing: .12em; font-size: 12px; margin-bottom: 8px; }
    .service-card h3 { margin: 0 0 10px; font-size: 22px; }
    .service-card p { margin: 0 0 14px; color: #d2dbe7; }
    .service-card ul { margin: 0; padding-left: 18px; color: var(--muted); }

    .showcase-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
    .showcase-card { overflow:hidden; }
    .showcase-card .thumb { aspect-ratio: 16 / 10; overflow:hidden; }
    .showcase-card img { width:100%; height:100%; object-fit: cover; transition: transform .45s ease; }
    .showcase-card:hover img { transform: scale(1.03); }
    .showcase-card .body { padding: 18px 18px 20px; }
    .showcase-card h3 { margin:0 0 8px; font-size: 22px; }
    .showcase-card p { margin:0; color: var(--muted); font-size: 14px; }

    .quote-wrap { display:grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items:center; }
    .quote-copy { padding: 34px; }
    .quote-copy blockquote { margin:0 0 18px; font-size: clamp(24px, 2.6vw, 34px); line-height:1.35; font-weight: 700; }
    .quote-copy p { margin:0; color: var(--muted); }
    .quote-image { overflow:hidden; min-height: 420px; }
    .quote-image img { width:100%; height:100%; object-fit: cover; }

    .contact-card { display:grid; grid-template-columns: 1.1fr .9fr; gap: 24px; padding: 28px; align-items:center; }
    .contact-copy h2 { margin:0 0 14px; font-size: clamp(28px, 3vw, 40px); }
    .contact-copy p { margin:0 0 18px; color:#d3dce9; }
    .contact-items { display:grid; gap: 8px; color: var(--muted); font-size: 15px; }
    .contact-items strong { color: #fff; }
    .qr-wrap { display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 14px; padding: 22px; background: rgba(255,255,255,.03); border:1px solid var(--line); border-radius: 22px; }
    .qr-wrap img { width: 210px; height: 210px; border-radius: 16px; background: #fff; padding: 10px; }
    .qr-wrap strong { font-size: 20px; }
    .qr-wrap span { color: var(--muted); font-size: 14px; text-align:center; }

    .footer { padding: 30px 0 52px; color: var(--muted); font-size: 14px; }
    .footer-inner { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap: 12px 24px; border-top:1px solid var(--line); padding-top: 22px; }

    @media (max-width: 1100px) {
      .hero-grid, .profile-grid, .quote-wrap, .contact-card { grid-template-columns: 1fr; }
      .values-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .service-grid, .showcase-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 760px) {
      .container { width: min(var(--maxw), calc(100% - 28px)); }
      .header-inner { min-height: auto; padding: 14px 0; align-items:flex-start; flex-direction:column; }
      .brand img { width: 130px; }
      .nav { justify-content:flex-start; }
      .hero-copy { padding: 28px 22px; }
      .hero-media { min-height: 380px; }
      .hero-points, .values-grid, .service-grid, .showcase-grid { grid-template-columns: 1fr; }
      .mosaic { grid-template-columns: 1fr; }
      .section { padding-top: 24px; }
      .section-header { margin-bottom: 18px; align-items:flex-start; flex-direction:column; }
      .contact-card { padding: 20px; }
    }
  
    /* V6.8.2 核心团队升级 */
    .hero-media { min-height: 640px; }
    .hero-media img { object-position: center 18%; }
    .team-section { padding-top: 38px; }
    .team-feature {
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 24px;
      align-items: stretch;
    }
    .team-photo {
      min-height: 650px;
      overflow:hidden;
      position:relative;
    }
    .team-photo img {
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center 16%;
    }
    .team-photo::after {
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:32%;
      background:linear-gradient(180deg, transparent, rgba(5,8,12,.68));
      pointer-events:none;
    }
    .team-caption {
      position:absolute;
      left:24px;
      right:24px;
      bottom:22px;
      z-index:2;
    }
    .team-caption strong { display:block; font-size:24px; margin-bottom:6px; }
    .team-caption span { color:#d7e0ec; font-size:14px; }
    .team-copy { padding:34px; display:flex; flex-direction:column; justify-content:center; }
    .team-copy h3 { margin:0 0 14px; font-size:30px; line-height:1.2; }
    .team-copy p { margin:0 0 15px; color:#d3ddea; }
    .team-pill-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:12px; }
    .team-pill {
      padding:15px 16px;
      border:1px solid var(--line);
      border-radius:16px;
      background:rgba(255,255,255,.025);
    }
    .team-pill b { display:block; color:#fff; font-size:16px; margin-bottom:4px; }
    .team-pill span { color:var(--muted); font-size:13px; }
    .team-note {
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:14px;
    }
    @media (max-width:1100px) {
      .team-feature { grid-template-columns:1fr; }
      .team-photo { min-height:560px; }
    }
    @media (max-width:760px) {
      .hero-media { min-height:460px; }
      .team-photo { min-height:460px; }
      .team-pill-grid { grid-template-columns:1fr; }
      .team-copy { padding:24px 20px; }
    }

.lang-switch{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border:1px solid rgba(255,255,255,.38);color:#fff!important;font-size:12px!important;font-weight:700;letter-spacing:.06em}.lang-switch:hover{background:#fff;color:#15191d!important}
