/* ═══════════════════════════════════════════════
   CODEJET — References page
   ═══════════════════════════════════════════════ */

.references-section {
  position: relative;
  z-index: 1;
  padding: 90px 0 100px;
}

/* ── Heading ──────────────────────────────────── */
.references-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* ── Testimonial card ─────────────────────────── */
.testimonial-wrap { max-width: 700px; margin: 0 auto; }

.t-card-shell {
  background: #111119;
  border: 1px solid rgba(109,40,217,0.2);
  border-radius: 24px;
  padding: 52px 56px 44px;
  overflow: hidden;
  position: relative;
}
.t-card-shell::before {
  content: '\201C';
  position: absolute;
  top: 20px; left: 36px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: rgba(109,40,217,0.25);
  pointer-events: none;
}

/* GSAP animates this element */
#reviewWrap {
  will-change: transform, opacity;
}

.t-description {
  font-size: 1.05rem;
  color: #9ca3af;
  line-height: 1.85;
  margin-bottom: 36px;
  position: relative;
}

/* Link inside description (e.g. "WEB" button) */
.t-description a,
#description a {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 9px 22px;
  background: rgba(109,40,217,0.12);
  color: #8b5cf6 !important;
  border: 1px solid rgba(109,40,217,0.28);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  transition: background 0.2s, box-shadow 0.2s;
}
.t-description a:hover,
#description a:hover {
  background: #6d28d9;
  color: #fafaf9 !important;
  box-shadow: 0 0 20px rgba(109,40,217,0.4);
}

.t-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

#imgDiv {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(109,40,217,0.2);
  border: 2px solid rgba(109,40,217,0.35);
  box-shadow: 0 0 16px rgba(109,40,217,0.3);
  flex-shrink: 0;
}

#personName {
  font-weight: 700;
  font-size: 0.95rem;
  color: #fafaf9;
  margin: 0;
}

#profession {
  font-size: 0.8rem;
  color: #6d28d9;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 0 0;
}

/* ── Navigation arrows ────────────────────────── */
.t-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.t-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #111119;
  border: 1px solid rgba(109,40,217,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #9ca3af;
  transition: all 0.2s ease;
}
.t-btn:hover {
  background: #6d28d9;
  border-color: #6d28d9;
  color: #fafaf9;
  box-shadow: 0 0 18px rgba(109,40,217,0.45);
  transform: scale(1.08);
}

/* ── Footer on this page ──────────────────────── */
.ref-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(109,40,217,0.2);
  padding: 32px 0;
  text-align: center;
}
.ref-footer p { color: #4b5563; font-size: 0.85rem; margin: 0; }

/* ── Responsive ───────────────────────────────── */
@media (max-width: 640px) {
  .t-card-shell { padding: 40px 28px 36px; }
  .t-card-shell::before { font-size: 4rem; top: 14px; left: 22px; }
}
