/* Portrait testimonial card — full-bleed image with a dark gradient overlay
   at the bottom carrying name + verified badge, title, and quote (white text). */
.cc_m72Blh0rnq_cKcK0USH29 .tc {
  position: relative;
  flex: 0 0 auto;
  width: clamp(240px, 72vw, 276px);
  aspect-ratio: 276 / 491;
  border-radius: var(--hu-radius-card);
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--hu-brand-black);
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 20px 24px;
  color: var(--hu-white);
  background: linear-gradient(to top, rgba(12, 12, 13, 0.9) 0%, rgba(12, 12, 13, 0.7) 45%, rgba(12, 12, 13, 0) 100%);
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-badge {
  display: inline-flex;
  color: #3d9be9;
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-title {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.85;
}
.cc_m72Blh0rnq_cKcK0USH29 .tc-quote {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.45;
}

/* MARLOS: Tuketici Yorumlari - soluk matcha zemin */
.cc_m72Blh0rnq_Gs3cZu44by .tc{background:var(--hu-cream);aspect-ratio:3/4;width:clamp(288px,84vw,380px);border:1px solid rgba(12,12,13,.08);box-shadow:0 1px 3px rgba(12,12,13,.05);}
.cc_m72Blh0rnq_Gs3cZu44by .tc-img{opacity:1;}
.cc_m72Blh0rnq_Gs3cZu44by .tc-overlay{position:absolute;inset:0;justify-content:center;gap:14px;padding:var(--hu-space-32) var(--hu-space-24);color:var(--hu-brand-black);background:linear-gradient(to top,rgba(245,242,236,0.82) 0%,rgba(245,242,236,0.70) 100%);}
.cc_m72Blh0rnq_Gs3cZu44by .tc-title{order:-1;font-size:15px;letter-spacing:3px;opacity:1;color:#c9a227;}
.cc_m72Blh0rnq_Gs3cZu44by .tc-quote{margin:0;font-size:15px;line-height:1.65;color:var(--hu-gray-700);}
.cc_m72Blh0rnq_Gs3cZu44by .tc-name{font-size:14px;color:var(--hu-gray-500);}
.cc_m72Blh0rnq_Gs3cZu44by .tc-name:empty{display:none;}
