/* ============================================================
   SAFE-DEAL — как защищены ваши деньги
   ============================================================ */

.safe-deal {
  background: #FAFAF7;
  padding: var(--section-py) var(--container-padding);
  font-family: 'Sora', system-ui, sans-serif;
  color: #1A1A1A;
}

.safe-deal__container {
  max-width: var(--container-max);
  margin: 0 auto;
}

/* ---------- Заголовок ---------- */
.safe-deal__head {
  max-width: 880px;
  margin: 0 0 clamp(32px, 4vw, 56px);
}

.safe-deal__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.safe-deal__title-accent {
  color: #6B6B6B;
  font-weight: 300;
}

.safe-deal__subtitle {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
  color: #2A2A2A;
  font-weight: 400;
  margin: 0;
  max-width: 600px;
}

/* ---------- ШКАЛА ПЛАТЕЖЕЙ ---------- */
.safe-deal__payment {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.safe-deal__payment-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4A6815;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.safe-deal__payment-label::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #C9F25A;
  border-radius: 2px;
}

.safe-deal__bar {
  display: flex;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E5E2D8;
  min-height: 130px;
}

.safe-deal__bar-segment {
  flex: 0 0 var(--w);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  transition: background 0.3s ease;
  min-width: 0;
}

.safe-deal__bar-segment + .safe-deal__bar-segment {
  border-left: 1px solid #E5E2D8;
}

.safe-deal__bar-segment:nth-child(1) { background: rgba(201, 242, 90, 0.18); }
.safe-deal__bar-segment:nth-child(2) { background: rgba(201, 242, 90, 0.32); }
.safe-deal__bar-segment:nth-child(3) { background: rgba(201, 242, 90, 0.12); }

.safe-deal__bar-segment:hover {
  background: rgba(201, 242, 90, 0.45);
}

.safe-deal__bar-pct {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1A1A1A;
}

.safe-deal__bar-name {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  color: #2A2A2A;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .safe-deal__bar {
    flex-direction: column;
    min-height: 0;
  }
  .safe-deal__bar-segment {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    padding: 18px 20px;
  }
  .safe-deal__bar-segment + .safe-deal__bar-segment {
    border-left: none;
    border-top: 1px solid #E5E2D8;
  }
  .safe-deal__bar-pct {
    flex-shrink: 0;
    min-width: 80px;
  }
}

.safe-deal__payment-note {
  font-size: 14px;
  line-height: 1.5;
  color: #6B6B6B;
  margin: 14px 0 0;
  font-weight: 400;
}

/* ---------- 3 ПУНКТА В СТРОКУ (без чёрточек, компактно) ---------- */
.safe-deal__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 48px);
  margin-bottom: clamp(40px, 5vw, 56px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid #E5E2D8;
}

@media (max-width: 768px) {
  .safe-deal__points {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.safe-deal__point {
  position: relative;
}

.safe-deal__point-title {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  color: #1A1A1A;
}

.safe-deal__point-text {
  font-size: 15px;
  line-height: 1.55;
  color: #2A2A2A;
  font-weight: 400;
  margin: 0;
}

.safe-deal__point-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1.5px solid #1A1A1A;
  padding-bottom: 2px;
  transition: gap 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.safe-deal__point-link:hover {
  gap: 12px;
  color: #4A6815;
  border-color: #4A6815;
}

.safe-deal__point-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ---------- БОЛЬШОЕ ДОВЕРИЕ ---------- */
.safe-deal__trust {
  text-align: center;
  padding-top: clamp(28px, 3.5vw, 40px);
  border-top: 1px solid #E5E2D8;
}

.safe-deal__trust-lead {
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  color: #6B6B6B;
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}

.safe-deal__trust-big {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 24px);
  margin: 0 0 12px;
  flex-wrap: wrap;
}

.safe-deal__trust-num {
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #4A6815;
  background: linear-gradient(135deg, #4A6815 0%, #6B9220 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.safe-deal__trust-word {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #1A1A1A;
  line-height: 1;
}

.safe-deal__trust-sub {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 400;
  color: #2A2A2A;
  line-height: 1.4;
  margin: 0 auto 14px;
  max-width: 520px;
}

.safe-deal__trust-meta {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin: 0;
}

.safe-deal__trust-dot {
  display: inline-block;
  margin: 0 12px;
  color: #C9F25A;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .safe-deal__bar-segment,
  .safe-deal__point-link {
    transition: none;
  }
}
