.si-duo-wrap {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  padding: 32px 0;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background: #f6f3ef;
  touch-action: pan-y;
}

.si-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 16px;
}

.si-headbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 12px 12px;
  border-bottom: 1px solid #e6ded6;
  color: #6f655e;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

.si-headbar .si-frac {
  color: #0d2b52;
}

.si-txt {
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.si-img {
  border-radius: 8px;
  overflow: hidden;
  min-height: 420px;
  background: #eee;
}

.si-duo-wrap .si-stars { margin: 16px 0 8px; }
.si-duo-wrap .si-stars span { font-size: 18px; color: #2c2c2c; }

.si-title {
  font-size: 28px;
  line-height: 1.25;
  margin: .4em 0 .35em 0;
  color: #2c2c2c;
  font-weight: 600;
}

.si-body {
  color: #444;
  line-height: 1.55;
  font-size: 16px;
  margin: 0 0 16px 0;
}

.si-author {
  color: #6b6460;
  font-size: 15px;
  margin-top: auto;
}

/* Controls: стрелка – точки – стрелка на една линия */
.si-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 16px;
  margin-top: 16px;
  width: 100%;
}

.si-controls .si-dots {
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
}

.si-arrow {
  width: 90px;
  height: 90px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.si-arrow svg { width: 90px; height: 90px; }

.si-dots .swiper-pagination-bullet { width: 8px; height: 8px; opacity: .5; background: #222; }
.si-dots .swiper-pagination-bullet-active { opacity: 1; transform: scale(1.2); }

.swiper { width: 100%; height: 100%; }
.swiper-wrapper { align-items: stretch; }

.si-txt .swiper-slide { height: auto; }
.si-img .swiper-slide { display: flex; }

.si-img img { width: 100%; height: auto; display: block; object-fit: cover; }

.si-more-wrap { display: flex; justify-content: center; margin: 18px 0 0; }
.si-more {
  display: inline-block; padding: 12px 22px; border: 1px solid #222; border-radius: 999px;
  text-decoration: none; color: #222; font-weight: 600; letter-spacing: .06em;
}
.si-more:hover { background: #222; color: #fff; }

@media (min-width: 1024px) {
  .si-duo { grid-template-columns: 1.05fr 1fr; gap: 28px; }
  .si-txt { min-height: 520px; }
  .si-img { min-height: 520px; }
  .si-title { font-size: 44px; }
}
