.stock-testi-section {
  background: #740a11;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
svg.test-pattern {
  position: absolute;
  right: 0;
  top: 0;
}
.stock-testi-title {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.stock-testi-row {
  position: relative;
  z-index: 1;
}
.stock-testi-row > .col-md-4:nth-child(2) {
  margin-top: -24px;
}
.stock-testi-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}
.stock-testi-quote {
  font-size: 56px;
  line-height: 0.8;
  color: #f7921e;
  font-family: Georgia, serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.stock-testi-quote svg { width: 50px; }
.stock-testi-text {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 28px;
}
.stock-testi-author { display: flex; flex-direction: column; gap: 4px; }
.stock-testi-name { font-size: 15px; font-weight: 700; color: #1a1a1a; display: block; }
.stock-testi-role { font-size: 13px; color: #888; }

@media (max-width: 767px) {
  .stock-testi-section .col-md-4 { margin-bottom: 20px; }
  .stock-testi-row > .col-md-4:nth-child(2) { margin-top: 0; }
  .stock-testi-text { font-size: 16px; }
}
