html {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.guarantee-page {
  height: auto;
  min-height: 100%;
  overflow-x: visible;
  overflow-y: visible;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 21, 205, 0.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(35, 213, 255, 0.17), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff8fd 48%, #f3fdff 100%);
  color: #211a2c;
}

.guarantee-main,
.guarantee-main * {
  box-sizing: border-box;
}

.guarantee-main * {
  min-width: 0;
  white-space: normal;
}

body.guarantee-page .phone-value-nav {
  overflow: hidden;
}

body.guarantee-page .guarantee-primary.phone-value-nav {
  margin: 0;
}

body.guarantee-page .guarantee-primary.phone-value-nav::before {
  display: none;
}

.guarantee-main {
  width: min(calc(100% - 48px), 1360px);
  margin: 30px auto 46px;
}

.guarantee-crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #6d6277;
  font-size: 15px;
  font-weight: 800;
}

.guarantee-crumbs a {
  color: #211a2c;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.guarantee-crumbs a:hover {
  color: #f000c7;
  transform: translateY(-1px);
}

.guarantee-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 30px;
  min-height: 438px;
  padding: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 70, 204, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(25, 13, 39, 0.78) 0%, rgba(34, 19, 54, 0.58) 50%, rgba(255, 255, 255, 0.04) 100%),
    url("../img/sklad.webp") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(255, 23, 194, 0.16), 0 16px 52px rgba(14, 178, 220, 0.12);
}

.guarantee-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
}

.guarantee-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 35, 202, 0.46), rgba(255, 128, 66, 0.2) 48%, transparent 70%);
}

.guarantee-hero-content,
.guarantee-proof-card {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.guarantee-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: #f000c7;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.guarantee-kicker::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff12d0, #ff7748);
  box-shadow: 0 0 0 6px rgba(255, 19, 208, 0.12);
}

.guarantee-hero .guarantee-kicker {
  color: #fff;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.34);
}

.guarantee-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.guarantee-hero-content > p:not(.guarantee-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.guarantee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  max-width: 640px;
  margin-top: 30px;
}

.guarantee-primary,
.guarantee-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  overflow: hidden;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease, border-color 0.25s ease;
}

.guarantee-primary {
  color: #fff;
  background: linear-gradient(120deg, #ff10cb 0%, #ff236d 52%, #ff8b42 100%);
  background-size: 180% 100%;
  box-shadow: 0 18px 34px rgba(255, 24, 185, 0.34), 0 8px 18px rgba(255, 118, 62, 0.22);
}

.guarantee-primary:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  background-position: 100% 0;
  box-shadow: 0 22px 44px rgba(255, 24, 185, 0.42), 0 12px 28px rgba(255, 118, 62, 0.3);
}

.guarantee-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.guarantee-secondary:hover {
  color: #fff;
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 18px 34px rgba(0, 0, 0, 0.16);
}

.guarantee-primary svg,
.guarantee-secondary svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.guarantee-primary span,
.guarantee-secondary span {
  color: inherit;
  white-space: nowrap;
}

.guarantee-primary svg path {
  fill: currentColor;
}

.guarantee-secondary svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee-proof-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 253, 0.78));
  box-shadow: 0 24px 50px rgba(19, 6, 31, 0.2);
  backdrop-filter: blur(14px);
}

.guarantee-proof-logo {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(255, 21, 205, 0.2);
}

.guarantee-proof-logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.guarantee-proof-card p {
  margin: 0;
  color: #6a6074;
  font-size: 15px;
  font-weight: 900;
}

.guarantee-proof-card strong {
  display: block;
  margin: 2px 0 6px;
  color: #211a2c;
  font-size: 58px;
  font-weight: 950;
  line-height: 0.95;
}

.guarantee-proof-card span {
  display: block;
  color: #4f4659;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.guarantee-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.guarantee-stats article,
.guarantee-card,
.guarantee-process,
.guarantee-materials,
.guarantee-cta {
  border: 1px solid rgba(255, 70, 204, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 253, 0.78) 48%, rgba(238, 252, 255, 0.88));
  box-shadow: 0 22px 58px rgba(255, 21, 205, 0.1), 0 14px 42px rgba(38, 207, 244, 0.08);
}

.guarantee-stats article {
  min-height: 142px;
  padding: 22px;
  border-radius: 22px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.guarantee-stats article:hover,
.guarantee-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 28, 203, 0.5);
  box-shadow: 0 26px 58px rgba(255, 21, 205, 0.18), 0 16px 36px rgba(22, 205, 238, 0.12);
}

.guarantee-stats span {
  display: block;
  margin-bottom: 10px;
  color: #ff15cc;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.guarantee-stats p {
  margin: 0;
  color: #564c61;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.guarantee-card {
  min-height: 254px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.guarantee-card-icon,
.guarantee-materials-content li::before {
  background: linear-gradient(135deg, #ff14ce 0%, #ff5b57 62%, #21ceff 100%);
  box-shadow: 0 16px 34px rgba(255, 23, 194, 0.24);
}

.guarantee-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: #fff;
}

.guarantee-card-icon svg {
  width: 34px;
  height: 34px;
}

.guarantee-card-icon svg path,
.guarantee-materials-content svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee-card h2 {
  margin: 0 0 10px;
  color: #251d31;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}

.guarantee-card p {
  margin: 0;
  color: #62586d;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.43;
}

.guarantee-process {
  margin-top: 22px;
  padding: 34px;
  border-radius: 28px;
}

.guarantee-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 20px 34px;
  align-items: end;
  margin-bottom: 26px;
}

.guarantee-section-head .guarantee-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.guarantee-section-head h2,
.guarantee-materials-content h2,
.guarantee-cta h2 {
  margin: 0;
  color: #231c2e;
  font-size: 36px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}

.guarantee-section-head p,
.guarantee-materials-content p,
.guarantee-cta p {
  margin: 0;
  color: #5f556a;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.5;
}

.guarantee-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.guarantee-timeline article {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 70, 204, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.guarantee-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, #ff13cd, #42cfff);
  box-shadow: 0 13px 26px rgba(255, 21, 205, 0.18);
}

.guarantee-timeline h3 {
  margin: 0 0 9px;
  color: #2a2334;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.08;
}

.guarantee-timeline p {
  margin: 0;
  color: #62586d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.42;
}

.guarantee-materials {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 34px;
  overflow: hidden;
  border-radius: 28px;
}

.guarantee-materials-image {
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(18, 14, 30, 0.18);
}

.guarantee-materials-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.guarantee-materials-content .guarantee-kicker {
  margin-bottom: 12px;
}

.guarantee-materials-content p {
  margin-top: 18px;
}

.guarantee-materials-content ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guarantee-materials-content li {
  position: relative;
  padding-left: 31px;
  color: #403747;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.guarantee-materials-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.1 10.2 8.3 13.4 15 6.6' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat,
    linear-gradient(135deg, #ff12d0, #ff7748);
}

.guarantee-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(255, 18, 208, 0.12), rgba(255, 122, 68, 0.12) 44%, rgba(35, 213, 255, 0.15)),
    #fff;
}

.guarantee-cta .guarantee-kicker {
  margin-bottom: 10px;
}

.guarantee-cta p:last-child {
  max-width: 760px;
  margin-top: 12px;
}

.guarantee-cta .guarantee-primary {
  min-width: 230px;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .guarantee-main {
    width: min(calc(100% - 32px), 1040px);
  }

  .guarantee-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 36px;
  }

  .guarantee-hero h1 {
    font-size: 48px;
  }

  .guarantee-proof-card {
    max-width: 520px;
  }

  .guarantee-stats,
  .guarantee-grid,
  .guarantee-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guarantee-materials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .guarantee-main {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .guarantee-crumbs {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .guarantee-hero {
    padding: 26px 18px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(26, 13, 39, 0.76) 0%, rgba(35, 19, 54, 0.62) 58%, rgba(27, 16, 40, 0.46) 100%),
      url("../img/sklad.webp") center / cover no-repeat;
  }

  .guarantee-hero::before {
    inset: 12px;
    border-radius: 17px;
  }

  .guarantee-hero h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  .guarantee-hero-content > p:not(.guarantee-kicker) {
    margin-top: 16px;
    font-size: 16px;
  }

  .guarantee-actions,
  .guarantee-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .guarantee-primary,
  .guarantee-secondary {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .guarantee-proof-card,
  .guarantee-card,
  .guarantee-stats article {
    border-radius: 20px;
  }

  .guarantee-proof-card {
    padding: 18px;
  }

  .guarantee-proof-card strong {
    font-size: 44px;
  }

  .guarantee-stats,
  .guarantee-grid,
  .guarantee-timeline,
  .guarantee-section-head {
    grid-template-columns: 1fr;
  }

  .guarantee-card {
    min-height: 0;
    padding: 20px;
  }

  .guarantee-process,
  .guarantee-materials,
  .guarantee-cta {
    padding: 22px;
    border-radius: 22px;
  }

  .guarantee-section-head h2,
  .guarantee-materials-content h2,
  .guarantee-cta h2 {
    font-size: 27px;
  }

  .guarantee-materials-image,
  .guarantee-materials-image img {
    min-height: 230px;
  }

  .guarantee-cta .guarantee-primary {
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .guarantee-hero h1 {
    font-size: 32px;
  }

  .guarantee-kicker {
    font-size: 12px;
  }

  .guarantee-card h2 {
    font-size: 22px;
  }
}
