
/* ── Testimonials & Insights Section (V4) ── */

.v2-testimonials {
  background: #f8fafc;
  padding: 100px 0;
  position: relative;
}

.v2-testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  border: 1px solid #f1f5f9;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.v2-testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 5rem;
  color: rgba(23, 81, 145, 0.05);
  font-family: serif;
}

.v2-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(23, 81, 145, 0.08);
}

.v2-testimonial-rating {
  color: #f59e0b;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.v2-testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 30px;
  font-style: italic;
}

.v2-testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.v2-testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f5f9;
}

.v2-testimonial-author-info h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}

.v2-testimonial-author-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

/* ── Insights/Blog Section ── */

.v2-insights {
  background: #ffffff;
  padding: 100px 0;
}

.v2-insight-card {
  display: block;
  text-decoration: none !important;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid #f1f5f9;
  transition: all 0.4s ease;
  height: 100%;
  color: inherit;
}

.v2-insight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.v2-insight-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.v2-insight-content {
  padding: 30px;
}

.v2-insight-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(23, 81, 145, 0.08);
  color: var(--v2-primary);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.v2-insight-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #0f172a;
}

.v2-insight-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 25px;
}

.v2-insight-link {
  color: var(--v2-primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.v2-insight-link:hover {
  gap: 12px;
}

/* Swiper Slider Adjustments */
.v2-insights-swiper {
  padding-bottom: 50px !important;
}

.v2-insights-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.v2-insights-swiper .v2-insight-card {
  margin-bottom: 30px;
}

.insights-pagination {
  bottom: 0 !important;
}

.insights-prev, .insights-next {
  color: var(--v2-primary) !important;
  background: rgba(255, 255, 255, 0.9);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.insights-prev::after, .insights-next::after {
  font-size: 1.2rem !important;
  font-weight: bold;
}
