.wwk-guarantees-page {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  color: #355678;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

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

.wwk-guarantees-shell .wwk-inner-hero .wwk-inner-shell-wrap {
  width: min(1290px, calc(100% - 48px));
  display: flex;
  min-height: 356px;
  padding: 52px 0 64px;
}

.wwk-guarantees-shell .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #20569E;
  background-image: radial-gradient(ellipse 520px 310px at 23% 50%, rgba(214, 232, 247, .24) 0%, rgba(214, 232, 247, .12) 32%, rgba(214, 232, 247, 0) 62%), url("/themes/shop/mobitreks-tech/assets/pages/our-guarantees/wwk-our-guarantees-hero-enterprise.webp?v=20260712074228");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.wwk-guarantees-shell .wwk-inner-hero__copy {
  max-width: 610px;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-guarantees-shell .wwk-inner-hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 3.3vw, 44px);
  line-height: 1.12;
  letter-spacing: -.018em;
  font-weight: 600;
}

.wwk-guarantees-shell .wwk-inner-hero p {
  max-width: 570px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.wwk-guarantees-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 34px 78px;
}

.wwk-guarantees-intro {
  padding: 40px 0 18px;
}

.wwk-guarantees-intro-title {
  margin: 0;
  text-align: center;
  color: #0d407d;
  font-size: clamp(28px, 2.25vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.wwk-guarantees-intro-text {
  max-width: 1010px;
  margin: 18px auto 0;
  color: #45627f;
  font-size: 15.7px;
  line-height: 1.7;
}

.wwk-guarantees-divider {
  height: 1px;
  margin-top: 22px;
  background: rgba(31, 86, 165, 0.16);
}

.wwk-guarantees-row {
  display: flex;
  align-items: center;
  gap: clamp(40px, 4.6vw, 68px);
  padding: clamp(36px, 4vw, 52px) 0;
  border-bottom: 1px solid rgba(31, 86, 165, 0.14);
}

.wwk-guarantees-row.is-reverse {
  flex-direction: row-reverse;
}

.wwk-guarantees-visual {
  flex: 0 0 32%;
  max-width: 32%;
  min-width: 290px;
  min-height: 220px;
  border-radius: 26px;
  border: 1px solid rgba(31, 86, 165, 0.14);
  background: linear-gradient(145deg, #f5f9fd 0%, #edf4fa 100%);
  box-shadow: 0 18px 34px rgba(20, 72, 136, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.wwk-guarantees-icon {
  width: min(78%, 220px);
  height: min(74%, 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.45) 44%, rgba(255, 255, 255, 0) 74%);
}

.wwk-guarantees-icon svg {
  width: 100%;
  height: 100%;
}

.wwk-guarantees-content {
  flex: 0 0 68%;
  max-width: 68%;
}

.wwk-guarantees-content h2,
.wwk-guarantees-sla-title {
  margin: 0 0 16px;
  color: #0a3f78;
  font-size: clamp(23px, 1.9vw, 27px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  font-weight: 800;
}

.wwk-guarantees-content p {
  margin: 0 0 14px;
  color: #45627f;
  font-size: 15.5px;
  line-height: 1.68;
}

.wwk-guarantees-sla-table {
  margin-top: 22px;
  border: 1px solid rgba(31, 86, 165, 0.18);
  background: #f9fbfe;
}

.wwk-guarantees-sla-row {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 66%);
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid rgba(31, 86, 165, 0.14);
  font-size: 14.4px;
}

.wwk-guarantees-sla-row:last-child {
  border-bottom: 0;
}

.wwk-guarantees-sla-row strong {
  padding: 12px 18px;
  color: #0a3f78;
  font-weight: 700;
}

.wwk-guarantees-sla-row span {
  padding: 12px 18px;
  color: #45627f;
  border-left: 1px solid rgba(31, 86, 165, 0.14);
}

.wwk-guarantees-cta {
  padding-top: 44px;
}

.wwk-guarantees-cta-card {
  border-radius: 24px;
  border: 1px solid rgba(31, 86, 165, 0.14);
  background: linear-gradient(135deg, #f7fbff 0%, #eef5fb 100%);
  box-shadow: 0 16px 28px rgba(20, 72, 136, 0.07);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wwk-guarantees-cta-card h2 {
  margin: 0 0 10px;
  color: #0a3f78;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 800;
}

.wwk-guarantees-cta-card p {
  margin: 0;
  color: #45627f;
  font-size: 15.4px;
  line-height: 1.65;
}

.wwk-guarantees-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #1F56A5;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .wwk-guarantees-shell .wwk-inner-hero .wwk-inner-shell-wrap {
    width: min(100% - 48px, 1290px);
    min-height: 500px;
    align-items: flex-start;
    padding: 38px 0 220px;
  }

  .wwk-guarantees-shell .wwk-inner-top-shell {
    background-color: #2258A2;
    background-image: radial-gradient(ellipse 320px 210px at 24% 38%, rgba(214, 232, 247, .20) 0%, rgba(214, 232, 247, .10) 38%, rgba(214, 232, 247, 0) 66%), url("/themes/shop/mobitreks-tech/assets/pages/our-guarantees/wwk-our-guarantees-hero-enterprise-mobile.webp?v=20260712074228");
    background-position: center top;
  }

  .wwk-guarantees-shell .wwk-inner-hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.02em;
  }

  .wwk-guarantees-shell .wwk-inner-hero p {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.52;
  }

  .wwk-guarantees-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 18px 56px;
  }

  .wwk-guarantees-intro {
    padding: 32px 0 10px;
  }

  .wwk-guarantees-intro-title {
    font-size: clamp(25px, 7.2vw, 31px);
  }

  .wwk-guarantees-row,
  .wwk-guarantees-row.is-reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding: 34px 0;
  }

  .wwk-guarantees-visual,
  .wwk-guarantees-content {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .wwk-guarantees-visual {
    min-height: 180px;
    border-radius: 22px;
    padding: 18px;
  }

  .wwk-guarantees-icon {
    width: min(72%, 190px);
    height: 150px;
  }

  .wwk-guarantees-content h2,
  .wwk-guarantees-sla-title {
    font-size: clamp(22px, 6vw, 27px);
  }

  .wwk-guarantees-page p,
  .wwk-guarantees-page li,
  .wwk-guarantees-page h1,
  .wwk-guarantees-page h2,
  .wwk-guarantees-page h3 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .wwk-guarantees-sla-table {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .wwk-guarantees-sla-row {
    display: block;
    min-height: 0;
    border: 1px solid rgba(31, 86, 165, 0.16);
    border-radius: 16px;
    background: #f9fbfe;
    overflow: hidden;
  }

  .wwk-guarantees-sla-row strong,
  .wwk-guarantees-sla-row span {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .wwk-guarantees-sla-row span {
    border-left: 0;
    border-top: 1px solid rgba(31, 86, 165, 0.12);
    background: #ffffff;
  }

  .wwk-guarantees-cta {
    padding-top: 34px;
  }

  .wwk-guarantees-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    border-radius: 22px;
    padding: 24px;
  }

  .wwk-guarantees-cta-link {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .wwk-guarantees-shell .wwk-inner-hero .wwk-inner-shell-wrap {
    width: calc(100% - 28px);
    min-height: 480px;
    padding: 32px 0 210px;
  }

  .wwk-guarantees-shell .wwk-inner-hero h1 {
    font-size: 33px;
  }

  .wwk-guarantees-shell .wwk-inner-hero p {
    max-width: 320px;
    font-size: 15.5px;
  }

  .wwk-guarantees-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .wwk-guarantees-visual {
    min-height: 164px;
  }

  .wwk-guarantees-icon {
    width: min(82%, 180px);
    height: 138px;
  }
}
