
  .qt-team { max-width: 1600px; margin: 0 auto; padding: 24px 0; font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: #1c1c1e; }
  .qt-team-header { text-align: center; margin-bottom: 44px; }
  .qt-team-header .overline { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #1f4e79; margin-bottom: 10px; }
  .qt-team-header h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.5px; }
  .qt-team-header p { max-width: none; margin: 0 auto; color: #5b5b60; font-size: 15px; line-height: 1.7; }
  .qt-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .qt-member { background: #ffffff; border-radius: 14px; overflow: hidden; box-shadow: 0 1px 6px rgba(28,28,30,0.06), 0 8px 24px rgba(28,28,30,0.05); display: flex; flex-direction: column; }
  .qt-member:hover { box-shadow: 0 12px 28px rgba(28,28,30,0.12); }
  .qt-member-photo { aspect-ratio: 1 / 1; overflow: hidden; background: #e8e4dc; }
  .qt-member-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .qt-member-body { padding: 22px 26px 26px; display: flex; flex-direction: column; flex: 1; }
  .qt-member-name { font-size: 21px; font-weight: 800; margin: 0; }
  .qt-member-role { display: inline-block; margin: 6px 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #1f4e79; }
  .qt-points { list-style: none; margin: 0 0 2px; padding: 0; flex: 1; }
  .qt-points li { position: relative; padding-left: 16px; font-size: 14.5px; line-height: 1.65; color: #5b5b60; margin-bottom: 8px; }
  .qt-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #1f4e79; }
  .qt-divider { height: 1px; background: #ece8e1; margin: 16px 0 16px; }
  .qt-contact { display: flex; flex-direction: column; gap: 9px; }
  .qt-contact a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #333335; font-size: 13.5px; }
  .qt-contact a:hover { color: #1f4e79; }
  .qt-contact .icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: #f2efe9; display: flex; align-items: center; justify-content: center; }
  .qt-contact .icon svg { width: 14px; height: 14px; }
  .qt-contact .ig .icon { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
  .qt-contact .ig .icon svg { fill: #fff; }
  .qt-contact .wa .icon { background: #25d366; }
  .qt-contact .wa .icon svg { fill: #fff; }
  @media (max-width: 960px) { .qt-team-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 620px) { .qt-team-grid { grid-template-columns: 1fr; } }
