/* ============================================================
   TECH STACK & DEVELOPMENT EXPERTISE PAGE — page-tech-stack.css
   Depends on global: wrap, section-white, section-cream,
   section-dark, btn-primary, btn-secondary, btn-dark,
   btn-outline-light, eyebrow, section-head, accent, two-col,
   three-col, statbar, statbar-grid, statbar-item, stat-label-top,
   stat-num, stat-label-bottom
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   2. THE CLAIM (two-col, white)
   ───────────────────────────────────────────────────────── */
.ts-claim-copy p:last-child { margin-bottom: 0; }

/* ─────────────────────────────────────────────────────────
   3. LANGUAGES (cream, card grid)
   ───────────────────────────────────────────────────────── */
.ts-lang-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.ts-lang-card { background: #fff; border: 1px solid #e8e6e0; border-radius: 16px; padding: 26px; }
.ts-lang-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.ts-lang-head h3 { font-size: 18px; margin: 0; letter-spacing: -.02em; }
.ts-lang-yrs {  font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #1414c8; white-space: nowrap; }
.ts-lang-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.ts-lang-tag { background: #f5f4f0; border: 1px solid #e8e6e0; border-radius: 50px; padding: 5px 11px; font-size: 11.5px; font-weight: 700; color: #374151; }
.ts-lang-card p { font-size: 14px; color: #6b7280; line-height: 1.7; }

/* ─────────────────────────────────────────────────────────
   4. TEAM (dark, quote block)
   ───────────────────────────────────────────────────────── */
.ts-teamq { display: grid; grid-template-columns: 230px 1fr; gap: 56px; align-items: center; }
.ts-teamq.ts-layout-photo_right { grid-template-columns: 1fr 230px; }
.ts-teamq.ts-layout-photo_right .ts-teamq-photo { order: 2; }
@media (max-width: 768px) {
  .ts-teamq, .ts-teamq.ts-layout-photo_right { grid-template-columns: 1fr; gap: 32px; justify-items: center; text-align: center; }
  .ts-teamq.ts-layout-photo_right .ts-teamq-photo { order: 0; }
  .ts-teamq-photo { max-width: 200px; }
}
.ts-teamq-photo { position: relative; width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; background: #06061a; border: 3px solid #3dffb0; box-shadow: 0 0 0 8px rgba(61, 255, 176, .10); }
.ts-teamq-photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.ts-teamq-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; padding: 10px; text-align: center; }
.ts-teamq-ph .ts-mono {  font-size: 8px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.8); }
.ts-teamq-quote { font-size: 20px; line-height: 1.65; color: #fff; font-weight: 600; letter-spacing: -.01em; margin-bottom: 22px; }
.ts-teamq-quote .ts-mark { color: #3dffb0; }
.ts-teamq-name { font-size: 15px; font-weight: 800; color: #fff; }
.ts-teamq-role { font-size: 13.5px; color: rgba(255, 255, 255, 0.8); margin-top: 3px; }
.ts-team-cta { margin-top: 48px; }

/* ─────────────────────────────────────────────────────────
   5. TESTIMONIALS (white, three-col quote cards)
   ───────────────────────────────────────────────────────── */
.ts-q-card { background: #fff; border: 1px solid #e8e6e0; border-radius: 18px; padding: 30px 32px; display: flex; flex-direction: column; height: 100%; }
.ts-q-mark { font-size: 44px; color: rgba(6, 6, 26, .12); line-height: 1; margin-bottom: 8px; }
.ts-q-text { font-size: 15.5px; color: #374151; line-height: 1.75; margin-bottom: 24px; }
.ts-q-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; margin-bottom: 18px; }
.ts-q-av { width: 38px; height: 38px; border-radius: 50%; background: #06061a; color: #3dffb0; display: flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 800; flex-shrink: 0; }
.ts-q-name { font-size: 14px; font-weight: 700; color: #111827; }
.ts-q-org { font-size: 13px; color: #6b7280; }
.ts-q-link { font-size: 13.5px; font-weight: 700; color: #1414c8; text-decoration: none; }

/* ─────────────────────────────────────────────────────────
   6. PROOF (dark, auto-fit cards)
   ───────────────────────────────────────────────────────── */
.ts-proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.ts-proof-card { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); border-radius: 16px; padding: 26px; }
.ts-proof-card h3 { font-size: 16.5px; color: #fff; margin-bottom: 10px; line-height: 1.4; }
.ts-proof-card p { font-size: 14px; color: rgba(255, 255, 255, 0.8); line-height: 1.7; margin-bottom: 16px; }
.ts-proof-card a { font-size: 13.5px; font-weight: 700; color: #3dffb0; text-decoration: none; }
.ts-proof-cta { margin-top: 44px; }

/* ─────────────────────────────────────────────────────────
   7. CLAIM BAND (cream, bordered panel)
   ───────────────────────────────────────────────────────── */
.ts-claim-band { background: rgba(61, 255, 176, .06); border: 1px solid rgba(61, 255, 176, .25); border-radius: 22px; padding: 44px 48px; }
.ts-claim-band-grid { gap: 44px; align-items: center; }
.ts-claim-band-heading { font-size: 32px; margin-bottom: 14px; }
.ts-claim-band-text { font-size: 16px; color: #374151; line-height: 1.75; }
.ts-claim-band-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

span.ts-chip {
   display: inline-flex;
   align-items: center;
   gap: 7px;
   background: rgba(61, 255, 176, .09);
   border: 1px solid rgba(61, 255, 176, .28);
   border-radius: 50px;
   padding: 9px 18px;
   font-size: 13px;
   font-weight: 700;
   color: #3dffb0;
   margin: 0 10px 8px 0;
}

.section-head {
   max-width: 100%;
   margin-bottom: 50px;
}
.three-col {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 22px;
   align-items: stretch;
}
@media (max-width: 991px) {
   .three-col {
      grid-template-columns: 1fr 1fr;
  }  
}
@media (max-width: 767px) {
   .three-col {
      grid-template-columns: 1fr;
  }  
}
.ts-q-link svg {
   width: 16px;
}
.ts-ctaglow-phone {
   margin-top: 30px;
}
.cta-band .wrap {
   max-width: 960px;
}
@media (max-width: 900px) {
   .two-col {
      gap: 0;
  }
   .section-head {
       margin-bottom: 30px;
   }
   .ts-claim-band-grid {
      gap: 20px;
  }
   .ts-lang-card,
   .ts-q-card, 
   .ts-proof-card,
   .ts-claim-band {
      padding: 20px;
   }
   .cta-band .wrap, .faq-section .wrap {
      max-width: calc(100% - 60px);
  }
}