.sds-final-cta {
  position: relative;
  padding: 26px 0 56px;
  background:
    radial-gradient(circle at left top, rgba(33, 118, 189, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  overflow: hidden;
}

.sds-final-cta::before {
  content: '';
  position: absolute;
  inset: auto 0 28px 0;
  height: 64px;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.92) 0 24px, rgba(255,255,255,0) 24px 46px);
  background-size: 46px 3px;
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.38;
  pointer-events: none;
}

.sds-final-cta__container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 34px;
}

.sds-final-cta__content {
  max-width: 580px;
}

.sds-final-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(33, 118, 189, 0.10);
  color: var(--sds-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sds-final-cta__title {
  margin: 0;
  color: var(--sds-heading);
  font-size: clamp(30px, 2.55vw, 42px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.sds-final-cta__title span {
  color: var(--sds-red);
}

.sds-final-cta__description {
  max-width: 560px;
  margin: 16px 0 0;
  color: #4b5763;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.sds-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 26px;
}

.sds-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sds-final-cta__button--primary {
  background: var(--sds-red);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.sds-final-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sds-blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.sds-final-cta__phone-icon,
.sds-final-cta__trust-icon,
.sds-final-cta__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sds-final-cta__phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(33, 118, 189, 0.10);
}

.sds-final-cta__phone-icon svg,
.sds-final-cta__trust-icon svg,
.sds-final-cta__badge-icon svg {
  width: 18px;
  height: 18px;
}

.sds-final-cta__phone-icon svg,
.sds-final-cta__trust-icon svg {
  color: var(--sds-blue);
}

.sds-final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sds-final-cta__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(33, 118, 189, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #2f3b48;
  font-size: 14px;
  font-weight: 600;
}

.sds-final-cta__visual {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sds-final-cta__road {
  position: absolute;
  left: 16px;
  right: 10px;
  bottom: 16px;
  height: 122px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(33, 118, 189, 0.06), rgba(33, 118, 189, 0.13));
  transform: rotate(-7deg);
}

.sds-final-cta__road::before {
  content: '';
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background-image: linear-gradient(90deg, rgba(255,255,255,0.94) 0 24px, rgba(255,255,255,0) 24px 48px);
  background-size: 48px 3px;
  background-repeat: repeat-x;
}

.sds-final-cta__image-wrap {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 1.18 / 1;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(18, 44, 74, 0.14);
  background: #edf4fb;
}

.sds-final-cta__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sds-final-cta__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 30px rgba(15, 34, 57, 0.12);
  color: #283645;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.sds-final-cta__badge-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(217, 13, 10, 0.10);
}

.sds-final-cta__badge-icon svg {
  color: var(--sds-red);
  width: 17px;
  height: 17px;
}

.sds-final-cta__badge--top {
  top: 24px;
  left: 8px;
}

.sds-final-cta__badge--bottom {
  right: 8px;
  bottom: 28px;
}

@media (hover: hover) {
  .sds-final-cta__button--primary:hover {
    background: var(--sds-blue);
    color: #fff;
    transform: translateY(-1px);
  }

  .sds-final-cta__phone:hover {
    color: var(--sds-red);
  }

  .sds-final-cta__phone:hover .sds-final-cta__phone-icon {
    background: rgba(217, 13, 10, 0.10);
  }

  .sds-final-cta__phone:hover .sds-final-cta__phone-icon svg {
    color: var(--sds-red);
  }
}

@media (max-width: 1100px) {
  .sds-final-cta__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .sds-final-cta__content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .sds-final-cta__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .sds-final-cta__title,
  .sds-final-cta__description {
    margin-left: auto;
    margin-right: auto;
  }

  .sds-final-cta__actions {
    width: 100%;
    justify-content: center;
  }

  .sds-final-cta__phone {
    justify-content: center;
  }

  .sds-final-cta__trust {
    width: 100%;
    justify-content: center;
  }

  .sds-final-cta__trust li {
    justify-content: center;
  }

  .sds-final-cta__visual {
    min-height: 400px;
  }

  .sds-final-cta__image-wrap {
    width: min(100%, 720px);
  }
}

@media (max-width: 767px) {
  .sds-final-cta {
    padding: 24px 10px 44px;
    background:
      radial-gradient(circle at 50% 0%, rgba(33, 118, 189, 0.12), transparent 40%),
      linear-gradient(180deg, #f5f9fe 0%, #ffffff 100%);
  }

  .sds-final-cta::before {
    bottom: 18px;
    height: 42px;
    opacity: 0.18;
  }

  .sds-final-cta__container {
    display: block;
    width: 100%;
    padding: 24px 14px 16px;
    border: 1px solid rgba(33, 118, 189, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(26, 62, 98, 0.08);
  }

  .sds-final-cta__content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }

  .sds-final-cta__eyebrow {
    margin-bottom: 11px;
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .sds-final-cta__title {
    max-width: 360px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 1.18;
  }

  .sds-final-cta__description {
    max-width: 380px;
    margin: 13px auto 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .sds-final-cta__actions {
    justify-content: center;
    gap: 12px 16px;
    margin-top: 20px;
  }

  .sds-final-cta__button {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
  }

  .sds-final-cta__button--primary {
    width: auto;
    font-size: 15px;
  }

  .sds-final-cta__phone {
    justify-content: center;
    font-size: 14px;
  }

  .sds-final-cta__phone-icon {
    width: 32px;
    height: 32px;
  }

  .sds-final-cta__phone-icon svg {
    width: 16px;
    height: 16px;
  }

  .sds-final-cta__trust {
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .sds-final-cta__trust li {
    width: auto;
    min-height: 34px;
    justify-content: center;
    gap: 6px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .sds-final-cta__trust-icon svg {
    width: 14px;
    height: 14px;
  }

  .sds-final-cta__visual {
    min-height: 0;
    margin-top: 22px;
    padding: 0 4px 8px;
  }

  .sds-final-cta__road {
    left: 0;
    right: 0;
    height: 68px;
    bottom: 0;
  }

  .sds-final-cta__image-wrap {
    width: min(100%, 520px);
    aspect-ratio: 1.12 / 1;
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(18, 44, 74, 0.13);
  }

  .sds-final-cta__badge {
    max-width: 178px;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 13px;
    font-size: 11px;
  }

  .sds-final-cta__badge-icon {
    width: 26px;
    height: 26px;
  }

  .sds-final-cta__badge-icon svg {
    width: 13px;
    height: 13px;
  }

  .sds-final-cta__badge--top {
    top: 10px;
    left: 0;
  }

  .sds-final-cta__badge--bottom {
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 360px) {
  .sds-final-cta {
    padding-inline: 7px;
  }

  .sds-final-cta__container {
    padding-inline: 10px;
  }

  .sds-final-cta__title {
    font-size: 25px;
  }

  .sds-final-cta__actions {
    flex-direction: column;
  }

  .sds-final-cta__trust {
    gap: 6px;
  }

  .sds-final-cta__trust li {
    font-size: 10.5px;
    padding-inline: 8px;
  }
}
