.typageant-testimonials {
  padding: 48px 12px 56px;
}

.typageant-testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.typageant-testimonials__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.typageant-testimonials__viewport {
  overflow: hidden;
}

.typageant-testimonials__track {
  display: flex;
  transition: transform 0.45s ease;
}

.typageant-testimonials__card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 12px;
  box-sizing: border-box;
}

.typageant-testimonials__card-inner {
  height: 100%;
  background: #f6f6f7;
  border-radius: 14px;
  padding: 30px 24px 26px;
  text-align: center;
  box-sizing: border-box;
}

.typageant-testimonials__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c2410c;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 14px;
}

.typageant-testimonials__stars {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.typageant-testimonials__head {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #20202a;
}

.typageant-testimonials__body {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
}

.typageant-testimonials__author {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
}

.typageant-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.typageant-testimonials__arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  color: #20202a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.typageant-testimonials__arrow:hover {
  background: #20202a;
  color: #fff;
}

.typageant-testimonials__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.typageant-testimonials__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.2s ease;
}

.typageant-testimonials__dot.is-active {
  background: #20202a;
}

@media (max-width: 767px) {
  .typageant-testimonials__card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
