/* Scoped styles for /informacziya/garantiya only. */
.contentZone:has(.guarantee-page) {
  padding: 48px 20px 56px;
  background: #070f15;
}

.contentZone:has(.guarantee-page) > .container {
  max-width: 1140px;
  width: 100%;
  padding: 0;
}

.guarantee-page {
  color: #abc4d2;
  font-size: 17px;
  line-height: 1.65;
}

.guarantee-page, .guarantee-page * { box-sizing: border-box; }

.guarantee-page__hero {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
}

.guarantee-page__title {
  margin: 0;
  color: #f4f9fc;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .02em;
  text-shadow: 0 0 24px rgba(102, 204, 255, .13);
}

.guarantee-page__intro {
  max-width: 790px;
  margin: 18px auto 0;
  color: #a9c5d5;
  font-size: clamp(17px, 2vw, 20px);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto 28px;
}

.guarantee-card, .guarantee-note {
  border: 1px solid rgba(74, 194, 239, .34);
  border-radius: 20px;
  background: linear-gradient(145deg, #0b1c26 0%, #08141c 100%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.guarantee-card { padding: 30px 32px 32px; }

.guarantee-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: #63cdf4;
  border: 1px solid rgba(99, 205, 244, .44);
  border-radius: 13px;
  background: rgba(30, 115, 150, .12);
}

.guarantee-card--materials .guarantee-card__icon {
  color: #b8ff4e;
  border-color: rgba(184, 255, 78, .48);
  background: rgba(184, 255, 78, .07);
}

.guarantee-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.guarantee-card__title, .guarantee-note__title {
  margin: 0 0 14px;
  color: #f2f8fc;
  font-size: clamp(22px, 2.5vw, 27px);
  line-height: 1.25;
}

.guarantee-card p, .guarantee-note p { margin: 0; color: #aac3d1; }

.guarantee-card__list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guarantee-card__list li { position: relative; padding-left: 18px; color: #b8cfdb; }
.guarantee-card__list li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #88dcff; content: ""; }
.guarantee-card--materials li::before { background: #b8ff4e; }

.guarantee-note { padding: 27px 32px 30px; text-align: left; }
.guarantee-note__title { margin-bottom: 9px; font-size: clamp(22px, 2.5vw, 26px); }

@media (max-width: 800px) {
  .contentZone:has(.guarantee-page) { padding: 36px 18px 44px; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 16px; }
  .guarantee-card, .guarantee-note { border-radius: 16px; padding: 25px 22px; }
}

@media (max-width: 480px) {
  .contentZone:has(.guarantee-page) { padding: 29px 16px 38px; }
  .guarantee-page { font-size: 16px; }
  .guarantee-page__hero { margin-bottom: 28px; }
  .guarantee-page__intro { margin-top: 14px; }
  .guarantee-card__icon { margin-bottom: 16px; }
}
