.service-guarantee-page {
  --service-guarantee-ink: #17212b;
  --service-guarantee-muted: #5e6a76;
  --service-guarantee-line: rgba(18, 48, 74, 0.1);
  --service-guarantee-blue: #1f70b2;
  --service-guarantee-navy: #12304a;
  --service-guarantee-amber: #f4a51c;
  --service-guarantee-green: #2f9d78;
}

.service-guarantee-page .inner-anchor-nav {
  --inner-anchor-line-width: 64px;
}

.service-guarantee {
  background: #ffffff;
}

.service-guarantee-section {
  min-height: auto;
}

.service-guarantee-page .inner-content .service-guarantee-section {
  padding-top: clamp(52px, 6.6vw, 82px);
  padding-bottom: clamp(56px, 6.8vw, 88px);
}

.service-guarantee-section p,
.service-guarantee-section p:last-child {
  margin: 0;
  color: var(--service-guarantee-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-guarantee-head {
  max-width: 720px;
  margin-bottom: clamp(28px, 3.5vw, 48px);
}

.service-guarantee-head h2 {
  margin: 0;
  color: var(--service-guarantee-ink);
  font-size: clamp(28px, 2.15vw, 38px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.service-guarantee-section .service-guarantee-head p {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--service-guarantee-muted);
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.76;
}

#after-sales .service-guarantee-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#after-sales .service-guarantee-head p {
  margin-right: auto;
  margin-left: auto;
}

#after-sales {
  background: #ffffff;
  border-bottom: 0;
}

.after-sales-list {
  display: grid;
  gap: 0;
}

.after-sales-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  min-height: clamp(330px, 28vw, 460px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--service-guarantee-line);
}

.after-sales-block + .after-sales-block {
  border-top: 0;
}

.after-sales-block:nth-child(even) .after-sales-block__media {
  order: 2;
}

.after-sales-block:nth-child(even) .after-sales-block__content {
  order: 1;
  border-right: 1px solid var(--service-guarantee-line);
  border-left: 0;
}

.after-sales-block__media {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dfe8ef;
}

.after-sales-block__media picture,
.after-sales-block__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.after-sales-block__media img {
  object-fit: cover;
  transition: transform 0.65s ease;
  will-change: transform;
}

.after-sales-block__media:hover img {
  transform: scale(1.06);
}

.after-sales-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.2vw, 68px) clamp(34px, 5vw, 78px);
  border-left: 1px solid var(--service-guarantee-line);
}

.after-sales-block h3 {
  margin: 0 0 clamp(14px, 2vw, 22px);
  color: var(--service-guarantee-ink);
  font-size: clamp(21px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 1.28;
}

.service-guarantee-section .after-sales-block p {
  max-width: 520px;
  margin: 0;
  color: var(--service-guarantee-muted);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.76;
}

.after-sales-block ul {
  display: grid;
  gap: 7px;
  max-width: 560px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--service-guarantee-muted);
  list-style: none;
}

.after-sales-block li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.78;
}

.after-sales-block li::before {
  content: "";
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--service-guarantee-amber);
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.22s ease, background 0.22s ease;
}

.after-sales-block li:hover::before {
  background: #f0a018;
  transform: translateY(-50%) rotate(45deg) scale(1.42);
}

#response {
  background: linear-gradient(180deg, #eef5fc 0%, #f7fbff 100%);
  border-top: 0;
  border-bottom: 0;
}

#response .service-guarantee-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#response .service-guarantee-head p {
  margin-right: auto;
  margin-left: auto;
}

#delivery .service-guarantee-head {
  margin-right: auto;
  margin-bottom: clamp(10px, 1.4vw, 20px);
  margin-left: auto;
  text-align: center;
}

.service-response-layout {
  display: grid;
  gap: clamp(24px, 3vw, 38px);
}

.service-response-mechanism {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}

.service-response-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.service-response-metrics article {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  min-height: clamp(136px, 10vw, 170px);
  padding: clamp(20px, 2.2vw, 32px) clamp(16px, 2.2vw, 34px);
  text-align: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.service-response-metrics article::after {
  position: absolute;
  top: 24%;
  right: 0;
  width: 1px;
  height: 52%;
  background: rgba(18, 48, 74, 0.1);
  content: "";
}

.service-response-metrics article:last-child::after {
  display: none;
}

.service-response-metrics strong {
  display: inline-flex;
  order: 1;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: var(--service-guarantee-blue);
  font-family: var(--font-number);
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.service-response-metrics strong span {
  margin-left: 0;
  color: var(--service-guarantee-blue);
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 700;
  line-height: 1;
}

.service-response-metrics h4 {
  order: 2;
  margin: 0;
  color: var(--service-guarantee-ink);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 600;
  line-height: 1.3;
}

.service-guarantee-section .service-response-metrics p {
  order: 3;
  max-width: 220px;
  margin: 0;
  color: var(--service-guarantee-muted);
  font-size: clamp(13px, 0.9vw, 14px);
  line-height: 1.64;
}

.service-response-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.service-response-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: clamp(210px, 16vw, 270px);
  padding: clamp(28px, 3vw, 44px) clamp(22px, 2.8vw, 40px);
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(18, 48, 74, 0.045);
  transition: transform 0.34s ease, box-shadow 0.34s ease;
}

.service-response-card:hover {
  box-shadow: 0 24px 58px rgba(18, 48, 74, 0.09);
  transform: translateY(-6px);
}

.service-response-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.34s ease;
  content: "";
  pointer-events: none;
}

.service-response-card:hover::before {
  opacity: 1;
}

.service-response-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: clamp(14px, 1.8vw, 22px);
  color: var(--service-guarantee-blue);
  font-size: clamp(40px, 3.2vw, 52px);
  transition: color 0.34s ease, transform 0.34s ease;
}

.service-response-card:hover .service-response-card__icon {
  color: #155c97;
  transform: translateY(-3px);
}

.service-response-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--service-guarantee-ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.35;
}

.service-guarantee-section .service-response-card p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 auto;
  color: var(--service-guarantee-muted);
  font-size: clamp(13px, 0.96vw, 15px);
  line-height: 1.68;
}

.service-delivery-layout {
  display: grid;
  gap: clamp(28px, 3.8vw, 52px);
}

.service-delivery-quote {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(44px, 5.8vw, 84px) clamp(44px, 7vw, 120px);
  text-align: center;
}

.service-delivery-layout > .service-delivery-quote:not(.service-delivery-quote--standard) {
  padding-top: clamp(24px, 3.4vw, 52px);
  padding-bottom: clamp(48px, 5.6vw, 82px);
}

.service-delivery-quote::before,
.service-delivery-quote::after {
  position: absolute;
  color: rgba(23, 33, 43, 0.14);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(84px, 8.2vw, 132px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.service-delivery-quote::before {
  content: "“";
  top: clamp(14px, 2vw, 28px);
  left: clamp(0px, 2.2vw, 36px);
}

.service-delivery-layout > .service-delivery-quote:not(.service-delivery-quote--standard)::before {
  top: clamp(24px, 3vw, 42px);
}

.service-delivery-quote::after {
  right: clamp(10px, 3vw, 52px);
  bottom: clamp(12px, 2vw, 28px);
  content: "”";
}

.service-guarantee-section .service-delivery-quote p {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--service-guarantee-ink);
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
}

.service-delivery-quote--standard {
  padding-top: clamp(38px, 4.4vw, 68px);
  padding-bottom: clamp(38px, 4.4vw, 68px);
}

.service-guarantee-section .service-delivery-quote--standard p {
  max-width: 920px;
  font-size: clamp(18px, 1.28vw, 24px);
  line-height: 1.78;
}

.service-delivery-quote__char {
  color: rgba(23, 33, 43, 0.24);
  transition: color 180ms linear;
}

.service-delivery-quote__char.is-active {
  color: var(--service-guarantee-ink);
}

.service-delivery-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
}

.service-delivery-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 48, 74, 0.05);
}

.service-delivery-item__media {
  margin: 0;
  overflow: hidden;
  background: #e8eef4;
  aspect-ratio: 16 / 9;
}

.service-delivery-item__media picture,
.service-delivery-item__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.service-delivery-item__media img {
  object-fit: cover;
  transition: transform 0.65s ease;
  will-change: transform;
}

.service-delivery-item:hover .service-delivery-item__media img {
  transform: scale(1.05);
}

.service-delivery-item__content {
  padding: clamp(22px, 2.5vw, 32px);
}

.service-delivery-item__label {
  display: block;
  margin-bottom: 14px;
  color: var(--service-guarantee-amber);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-delivery-item h3 {
  margin: 0 0 10px;
  color: var(--service-guarantee-ink);
  font-size: clamp(18px, 1.32vw, 22px);
  font-weight: 700;
  line-height: 1.32;
}

.service-guarantee-section .service-delivery-item p {
  margin: 0;
  color: var(--service-guarantee-muted);
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.72;
}

.service-delivery-item strong {
  color: inherit;
  font-weight: inherit;
}

.service-delivery-standard {
  display: grid;
  gap: clamp(22px, 2.8vw, 36px);
}

.service-delivery-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(18, 48, 74, 0.065);
}

.service-delivery-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.service-delivery-table th,
.service-delivery-table td {
  padding: clamp(18px, 1.8vw, 28px) clamp(18px, 2vw, 30px);
  text-align: center;
  border-right: 1px solid rgba(18, 48, 74, 0.06);
  border-bottom: 1px solid rgba(18, 48, 74, 0.06);
}

.service-delivery-table th:last-child,
.service-delivery-table td:last-child {
  border-right: 0;
}

.service-delivery-table tbody tr:last-child td {
  border-bottom: 0;
}

.service-delivery-table th {
  color: #ffffff;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(180deg, #1f70b2 0%, #155c97 100%);
}

.service-delivery-table td {
  color: #344454;
  font-size: clamp(14px, 0.96vw, 17px);
  font-weight: 500;
  line-height: 1.45;
  background: #ffffff;
}

.service-delivery-table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

.service-delivery-table td:nth-child(3),
.service-delivery-table td:nth-child(4) {
  color: var(--service-guarantee-blue);
  font-weight: 700;
}

.service-guarantee-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(240px, 22vw, 360px);
  overflow: hidden;
  color: #ffffff;
  background: #030915;
}

.service-guarantee-cta__bg,
.service-guarantee-cta__bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.service-guarantee-cta__bg {
  inset: -18% 0;
  height: auto;
}

.service-guarantee-cta__bg img {
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.06);
}

.service-guarantee-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(31, 112, 178, 0.08), rgba(31, 112, 178, 0) 40%),
    linear-gradient(90deg, rgba(1, 6, 14, 0.22), rgba(4, 13, 30, 0.12) 48%, rgba(1, 6, 14, 0.24)),
    linear-gradient(180deg, rgba(1, 6, 14, 0.1), rgba(1, 6, 14, 0.22));
  pointer-events: none;
}

.service-guarantee-cta__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(16px, 1.7vw, 24px);
  width: min(900px, calc(100% - var(--page-gutter) * 2));
  text-align: center;
}

.service-guarantee-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 1.9vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.service-guarantee-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.62;
}

.service-guarantee-cta__button {
  --cta-pill-bg: rgba(0, 0, 0, 0.12);
  --cta-pill-bg-hover: rgba(0, 0, 0, 0.2);
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.service-guarantee-cta__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(var(--cta-pill-size) / 2);
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  pointer-events: none;
}

.service-guarantee-cta__button .cta-pill__icon,
.service-guarantee-cta__button .cta-pill__text {
  z-index: 1;
}

@media (min-width: 1181px) {
  .service-guarantee-page .service-guarantee-cta__content {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: 900px;
    padding-left: var(--inner-page-align-offset);
    padding-right: var(--inner-page-align-offset);
  }
}

@media (max-width: 1180px) {
  .service-guarantee-page .inner-content .service-guarantee-section {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .service-guarantee-head {
    margin-bottom: 34px;
  }

  .service-delivery-layout {
    grid-template-columns: 1fr;
  }

  .after-sales-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .after-sales-block:nth-child(even) .after-sales-block__media,
  .after-sales-block:nth-child(even) .after-sales-block__content {
    order: 0;
  }

  .after-sales-block__media {
    min-height: 300px;
    aspect-ratio: 16 / 7;
  }

  .after-sales-block__content {
    padding: clamp(30px, 4vw, 46px);
    border-top: 1px solid var(--service-guarantee-line);
    border-right: 0;
    border-left: 0;
  }

  .service-guarantee-cta__content {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .service-guarantee-page .inner-content .service-guarantee-section {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .service-guarantee-head h2 {
    font-size: 26px;
  }

  .service-guarantee-section .service-guarantee-head p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.66;
  }

  .service-response-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-response-metrics article::before {
    position: absolute;
    right: 12%;
    bottom: 0;
    left: 12%;
    height: 1px;
    background: rgba(18, 48, 74, 0.1);
    content: "";
  }

  .service-response-metrics article:nth-child(n + 3)::before {
    display: none;
  }

  .service-response-metrics article::after {
    display: none;
  }

  .service-response-metrics article:nth-child(odd)::after {
    top: 24%;
    right: 0;
    display: block;
    width: 1px;
    height: 52%;
  }

  .service-response-metrics article {
    min-height: 150px;
    padding: 18px 20px;
  }

  .service-response-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .service-response-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .service-response-card {
    min-height: 200px;
    padding: 26px 20px 30px;
  }

  .service-delivery-quote {
    padding: 36px 34px 44px;
  }

  .service-delivery-layout > .service-delivery-quote:not(.service-delivery-quote--standard) {
    padding-top: 24px;
    padding-bottom: 42px;
  }

  .service-guarantee-section .service-delivery-quote p {
    font-size: 16px;
    line-height: 1.72;
  }

  .service-guarantee-section .service-delivery-quote--standard p {
    font-size: 17px;
    line-height: 1.7;
  }
}

@media (max-width: 760px) {
  .service-guarantee-page .inner-anchor-nav {
    --inner-anchor-line-width: 52px;
  }

  .service-guarantee-page .inner-content .service-guarantee-section {
    padding: 55px 18px;
  }

  .service-guarantee-head {
    margin-bottom: 24px;
  }

  .service-guarantee-head h2 {
    font-size: 22px;
    line-height: 1.24;
  }

  .service-guarantee-section .service-guarantee-head p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.62;
  }

  .service-guarantee-section p,
  .service-guarantee-section p:last-child {
    font-size: 12px;
    line-height: 1.62;
  }

  .service-response-cards,
  .service-delivery-board {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-response-card:nth-child(3) {
    grid-column: auto;
  }

  .service-response-mechanism {
    padding: 0;
  }

  .service-response-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-response-metrics article {
    min-height: 122px;
    padding: 18px 16px;
  }

  .service-response-metrics article::before {
    right: 0;
    left: 0;
    display: block;
  }

  .service-response-metrics article:nth-child(n + 3)::before {
    display: block;
  }

  .service-response-metrics article:last-child::before {
    display: none;
  }

  .service-response-metrics article:nth-child(odd)::after {
    display: none;
  }

  .service-response-metrics strong {
    font-size: 34px;
  }

  .service-response-metrics strong span {
    font-size: 12px;
  }

  .service-response-metrics h4 {
    margin: 0;
    font-size: 14px;
  }

  .service-guarantee-section .service-response-metrics p {
    max-width: none;
    font-size: 12px;
    line-height: 1.56;
  }

  .service-response-card {
    min-height: auto;
    padding: 24px 18px 26px;
  }

  .service-response-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 34px;
  }

  .service-delivery-quote {
    padding: 30px 18px 34px;
  }

  .service-delivery-quote::before,
  .service-delivery-quote::after {
    font-size: 54px;
  }

  .service-delivery-quote::before {
    left: 0;
  }

  .service-delivery-quote::after {
    right: 0;
  }

  .service-guarantee-section .service-delivery-quote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.66;
  }

  .service-guarantee-section .service-delivery-quote--standard p {
    font-size: 15px;
    line-height: 1.66;
  }

  .service-delivery-item__media {
    aspect-ratio: 16 / 9;
  }

  .service-delivery-item__content {
    padding: 18px;
  }

  .service-delivery-item__label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .service-response-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .service-delivery-item h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .service-guarantee-section .service-delivery-item p {
    font-size: 12px;
    line-height: 1.62;
  }

  .service-delivery-table-wrap {
    margin-right: calc(var(--page-gutter) * -0.4);
  }

  .service-delivery-table {
    min-width: 560px;
  }

  .service-delivery-table th,
  .service-delivery-table td {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1.42;
  }

  .after-sales-block__media {
    min-height: 190px;
    aspect-ratio: 16 / 10;
  }

  .after-sales-list {
    gap: 25px;
  }

  .after-sales-block + .after-sales-block {
    border-top: 1px solid var(--service-guarantee-line);
  }

  .after-sales-block__content {
    padding: 24px 18px 26px;
  }

  .after-sales-block h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .service-guarantee-section .after-sales-block p {
    font-size: 12px;
    line-height: 1.62;
  }

  .after-sales-block ul {
    gap: 6px;
    margin-top: 14px;
  }

  .after-sales-block li {
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.58;
  }

  .after-sales-block li::before {
    width: 5px;
    height: 5px;
  }

  .service-guarantee-cta {
    min-height: 220px;
  }

  .service-guarantee-cta__content {
    gap: 14px;
    width: calc(100% - 36px);
  }

  .service-guarantee-cta h2 {
    font-size: 21px;
    line-height: 1.24;
  }

  .service-guarantee-cta p {
    font-size: 12px;
    line-height: 1.58;
  }
}

@media (max-width: 480px) {
  .service-guarantee-page .inner-content .service-guarantee-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .after-sales-list {
    gap: 25px;
  }

  .service-response-cards,
  .service-delivery-board {
    gap: 25px;
  }

  .service-guarantee-head h2 {
    font-size: 20px;
  }

  .after-sales-block__media {
    min-height: 168px;
  }

  .after-sales-block__content,
  .service-response-card,
  .service-delivery-item__content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-response-metrics article {
    min-height: 112px;
    padding: 16px 14px;
  }

  .service-delivery-quote {
    padding-right: 14px;
    padding-left: 14px;
  }

  .service-guarantee-cta {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .after-sales-block__media img,
  .after-sales-block li::before,
  .service-response-card,
  .service-response-card::before,
  .service-response-card__icon,
  .service-delivery-item__media img,
  .service-delivery-quote__char {
    transition: none;
  }

  .after-sales-block__media:hover img,
  .service-response-card:hover,
  .service-response-card:hover .service-response-card__icon,
  .service-delivery-item:hover .service-delivery-item__media img {
    transform: none;
  }

  .after-sales-block li:hover::before {
    transform: translateY(-50%) rotate(45deg);
  }
}
