/* Special Offer: Layout-1 */
.soffer-ly1 {
  /* Steps */
  /* Reviews */
}
.soffer-ly1:after {
  content: "";
  position: absolute;
  background: url("./../../assets/images/special-offer/ly1-bg-img.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: -1;
  opacity: 0.9;
}
.soffer-ly1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
}
.soffer-ly1__headline {
  max-width: 747px;
  line-height: 1.2;
}
.soffer-ly1__headline h1,
.soffer-ly1__headline h2,
.soffer-ly1__headline h3,
.soffer-ly1__headline p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.soffer-ly1__headline h1 {
  font-size: 52px;
  line-height: 68px;
  color: #ffffff;
}
.soffer-ly1 strong {
  color: var(--soffer-accent-color);
}
.soffer-ly1__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.soffer-ly1__card {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 20px;
  color: #fff;
  border: 1px solid #063d45;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.soffer-ly1__card-text {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
}
.soffer-ly1__card-img img {
  max-height: 48px;
  margin-bottom: 15px;
}
.soffer-ly1__steps {
  text-align: center;
  background: #fff;
  color: #000;
  margin-top: 80px;
}
.soffer-ly1__steps-title {
  font-size: 36px !important;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.soffer-ly1__steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-bottom: 65px;
  position: relative;
}
.soffer-ly1__steps-btn {
  margin-top: 20px;
}
.soffer-ly1__steps-btn .sp-ly1-btn {
  display: inline-block;
  background: var(--soffer-primary-color, #095763);
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  margin-bottom: 20px;
}
.soffer-ly1__steps-btn .sp-ly1-btn:hover {
  background: #000;
  color: #fff;
}
.soffer-ly1__steps-desc {
  margin-top: 15px;
  font-size: 16px;
  color: var(--soffer-primary-color, #095763);
}
.soffer-ly1__step {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 350px;
  position: relative;
  gap: 32px;
}
.soffer-ly1__step:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--soffer-accent-color, #00cc66);
  left: 11px;
  bottom: -20px;
}
.soffer-ly1__step:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 4px;
  background-color: #cad9dc;
  left: 35px;
  bottom: -17px;
}
.soffer-ly1__step:last-child:after, .soffer-ly1__step:last-child:before {
  display: none;
}
.soffer-ly1__step-number {
  font-size: 60px;
  line-height: 68px;
  color: var(--soffer-accent-color, #00cc66);
  position: relative;
  font-weight: 600;
}
.soffer-ly1__step-text {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
  color: #000;
}
.soffer-ly1__reviews {
  padding-top: 50px;
}
.soffer-ly1__reviews-title {
  font-size: 36px !important;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.soffer-ly1__reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 100px;
}
.soffer-ly1__review-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.soffer-ly1__review-title h3 {
  font-weight: 500;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 0;
}
.soffer-ly1__review-title h3 > p {
  margin-bottom: 0;
}
.soffer-ly1__review-content {
  font-size: 14px;
  color: #919999;
  flex-grow: 1;
}
.soffer-ly1__review-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.soffer-ly1__review-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.soffer-ly1__review-username {
  font-weight: 500;
}

/* Special offer form */
.special-offer__form-bottom {
  border-radius: 24px;
  padding: 16px 31px;
  background-color: color-mix(in srgb, var(--soffer-primary-color, #095763) 20%, #fff);
  color: var(--soffer-primary-color, #095763);
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.special-offer__form-bottom p {
  margin-bottom: 0;
  text-align: center;
}

/* Responsive tune */
@media (max-width: 767px) {
  .special-offer__form {
    padding: 24px;
  }
  .special-offer__form-top {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  .soffer-ly1:after {
    background-position: top center;
    top: 9%;
  }
  .soffer-ly1__headline h1 {
    font-size: 24px !important;
    line-height: 36px;
  }
  .soffer-ly1__cards {
    margin-top: 0;
  }
  .soffer-ly1__card {
    max-width: 100%;
  }
  .soffer-ly1__card-text {
    font-size: 16px;
    line-height: 24px;
  }
  .soffer-ly1__steps-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
  .soffer-ly1__step {
    gap: 20px;
  }
  .soffer-ly1__step:after, .soffer-ly1__step:before {
    display: none;
  }
  .soffer-ly1__step-text {
    font-size: 18px;
    line-height: 24px;
  }
  .soffer-ly1__step-number {
    font-size: 40px;
    line-height: 48px;
  }
  .soffer-ly1__steps-title, .soffer-ly1__reviews-title {
    font-size: 24px !important;
    line-height: 32px;
  }
  .soffer-ly1__review-title h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .soffer-ly1__reviews-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .soffer-ly1__reviews-list {
    grid-template-columns: 1fr;
  }
}
/* Special Offer: Layout-2 */
.special-offer-ly2__title {
  color: #25262B;
  font-weight: 500;
  font-size: 36px !important;
  line-height: 46px;
  text-align: center;
}

.soffer-ly2__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.soffer-ly2__headline h1 {
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 600;
}
.soffer-ly2__content {
  max-width: 730px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.soffer-ly2__label {
  border-radius: 6px;
  background: var(--soffer-primary-color, #025e35);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  gap: 15px;
}
.soffer-ly2__label span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}

.soffer-layout.special-offer-contact {
  background-color: #f3f2f6;
  overflow: visible;
  padding-bottom: 0;
}

/* Steps container */
.special-offer-steps-ly2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  margin-top: 40px;
}
.special-offer-steps-ly2__item {
  text-align: center;
  position: relative;
}
.special-offer-steps-ly2__item:first-child .special-offer-steps-ly2__icon {
  border-color: var(--soffer-primary-color, #167249);
}
.special-offer-steps-ly2__item:first-child .special-offer-steps-ly2__label {
  color: var(--soffer-primary-color, #167249);
}
.special-offer-steps-ly2__item:last-child .special-offer-steps-ly2__icon::after {
  display: none;
}
.special-offer-steps-ly2__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5px solid #c1bccf;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto 12px;
  position: relative;
  z-index: 2;
}
.special-offer-steps-ly2__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  width: calc(100% + 324px);
  height: 4px;
  border-top: 4px dashed #d4cce3;
  z-index: 1;
}
.special-offer-steps-ly2__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #c1bccf;
}
.special-offer-steps-ly2__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #25262b;
  margin-bottom: 6px;
}
.special-offer-steps-ly2__content {
  font-size: 14px;
  color: #8e8e91;
  line-height: 22px;
  max-width: 292px;
  margin: 0 auto;
}

/* Benefits */
.special-offer-benefits-ly2 {
  padding: 60px 0;
  background: #f9f9fb;
  text-align: center;
}
.special-offer-benefits-ly2__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1d1d1f;
}
.special-offer-benefits-ly2__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.special-offer-benefits-ly2__item {
  background: #fff;
  border: 1px solid #E7E5EE;
  border-radius: 24px;
  padding: 34px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.special-offer-benefits-ly2__icon {
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
  padding: 12px;
  width: 52px;
  height: 52px;
  background: var(--soffer-primary-color, #025e35);
}
.special-offer-benefits-ly2__icon img {
  width: 28px;
  height: 28px;
}
.special-offer-benefits-ly2__subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #25262B;
}
.special-offer-benefits-ly2__desc {
  font-size: 15px;
  color: #8E8E91;
  line-height: 24px;
}
.special-offer-benefits-ly2__desc p {
  margin-bottom: 0;
}

/* Banner */
.special-offer-banner-ly2 {
  border-radius: 24px;
  padding: 40px 24px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f9f9fb;
}
.special-offer-banner-ly2__inner {
  background: var(--soffer-primary-color, #167249);
  border-radius: 24px;
  padding: 34px 0;
  position: relative;
}
.special-offer-banner-ly2__inner::after {
  position: absolute;
  content: "";
  background: url("./../../assets/images/special-offer/transparent-ball-left.png");
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.special-offer-banner-ly2__inner::before {
  position: absolute;
  content: "";
  background: url("./../../assets/images/special-offer/transparent-ball-right.png");
  right: 0;
  bottom: -140px;
  width: 230px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.special-offer-banner-ly2__title {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.special-offer-banner-ly2__title img {
  width: 36px;
  height: 36px;
}
.special-offer-banner-ly2__content {
  font-size: 24px;
  line-height: 36px;
  max-width: 628px;
  margin: 0 auto 40px;
}
.special-offer-banner-ly2__button {
  display: inline-block;
  width: 272px;
  background: #fff;
  color: var(--soffer-primary-color, #167249);
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.special-offer-banner-ly2__button:hover {
  background: #f1f1f1;
}

/* Media */
@media (max-width: 767px) {
  .special-offer-banner-ly2__inner {
    padding: 44px 24px;
  }
  .special-offer-banner-ly2__inner::after {
    width: 90px;
  }
  .special-offer-banner-ly2__inner::before {
    bottom: -234px;
    width: 170px;
  }
  .special-offer-banner-ly2__title {
    font-size: 28px !important;
    line-height: 38px;
  }
  .special-offer-banner-ly2__content {
    font-size: 20px;
    line-height: 30px;
  }
  .special-offer-ly2__title {
    font-size: 28px !important;
  }
  .soffer-ly2 {
    padding: 0 15px;
  }
  .soffer-ly2__label {
    padding: 10px;
  }
  .soffer-ly2__label span {
    font-size: 14px;
    line-height: 24px;
  }
  .soffer-ly2__headline h1 {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 0;
  }
  .soffer-ly2__inner {
    gap: 22px;
  }
  .soffer-ly2__content {
    font-size: 20px;
    line-height: 30px;
  }
  .special-offer-steps-ly2__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .special-offer-steps-ly2__icon::after {
    display: none;
  }
  .special-offer-steps-ly2__subtitle {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .special-offer-contact__inner {
    top: -83px !important;
  }
  .special-offer-steps-ly2__title {
    margin-bottom: 0;
  }
  .special-offer-benefits-ly2__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .special-offer-contact__inner {
    top: -100px;
  }
}
/* Special Offer: Layout-3 */
.soffer-ly3__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 60px 20px;
}
.soffer-ly3__content-block {
  width: 60%;
  color: #fff;
}
.soffer-ly3__form-block {
  width: 40%;
}
.soffer-ly3__label {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  min-width: 200px;
  background-color: color-mix(in srgb, var(--soffer-accent-color, #912f46) 90%, #fff);
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.soffer-ly3__headline {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #ffffff;
}
.soffer-ly3__content {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
}

.special-offer-ly3__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 40px;
  color: #273561;
}

.special-offer__form {
  flex: 0 0 360px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.special-offer__form-top {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* Cards */
.special-offer-cards-ly3 {
  padding: 60px 20px;
  background: #f5f6fb;
}
.special-offer-cards-ly3__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 0 auto;
}
.special-offer-cards-ly3__item {
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.special-offer-cards-ly3__item-title {
  font-size: 18px;
  font-weight: 600;
  color: #273561;
  margin: 0;
}
.special-offer-cards-ly3__item-content {
  font-size: 16px;
  line-height: 1.6;
  color: #727da0;
}
.special-offer-cards-ly3__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.special-offer-cards-ly3__icon {
  margin-bottom: 16px;
}
.special-offer-cards-ly3__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

/* Steps */
.special-offer-steps-ly3 {
  background: #f5f6fb;
  text-align: center;
}
.special-offer-steps-ly3__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.special-offer-steps-ly3__item {
  max-width: 300px;
  text-align: center;
  position: relative;
}
.special-offer-steps-ly3__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 36px;
  height: 17px;
  background: url("./../../assets/images/special-offer/r-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.special-offer-steps-ly3__item:last-child::after {
  display: none;
}
.special-offer-steps-ly3__number {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--soffer-primary-color, #6c63ff);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-offer-steps-ly3__item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #273561;
}
.special-offer-steps-ly3__item-content {
  font-size: 16px;
  color: #727da0;
}

/* Banner */
.special-offer-banner-ly3 {
  background: #f5f6fb;
}
.special-offer-banner-ly3__inner {
  border-radius: 44px;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #ff0057, #6c63ff);
  max-width: 1000px;
  margin: 0 auto;
}
.special-offer-banner-ly3__headline {
  font-size: 36px !important;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.special-offer-banner-ly3__content {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f2f2f2;
}
.special-offer-banner-ly3__btn .btn-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  width: 272px;
  background: #fff;
  color: var(--soffer-primary-color, #6c63ff);
  text-decoration: none;
  transition: all 0.3s ease;
}
.special-offer-banner-ly3__btn .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Media */
@media (max-width: 991px) {
  .soffer-ly3__inner {
    flex-direction: column;
    padding: 20px;
  }
  .soffer-ly3__content-block, .soffer-ly3__form-block {
    width: 100%;
    text-align: center;
  }
  .special-offer-steps-ly3__item::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .special-offer-cards-ly3__grid {
    grid-template-columns: 1fr;
  }
  .special-offer-cards-ly3__item-title {
    margin-bottom: 15px;
  }
  .soffer-ly3__content-block, .soffer-ly3__form-block {
    text-align: left;
  }
  .soffer-ly3__headline {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
  .soffer-ly3__inner {
    gap: 10px;
  }
  .soffer-ly3__content {
    font-size: 16px;
  }
  .special-offer-ly3__title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .special-offer-banner-ly3__inner {
    padding: 36px 15px;
  }
  .special-offer-banner-ly3__headline {
    font-size: 28px !important;
  }
  .special-offer-banner-ly3__content {
    font-size: 16px;
  }
}
/* Special Offer: Layout-4 */
.soffer-ly4__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 60px 20px;
}
.soffer-ly4__content-block {
  width: 60%;
  color: #002b3a;
}
.soffer-ly4__form-block {
  width: 40%;
}
.soffer-ly4__headline {
  font-size: 52px;
  line-height: 73px;
  font-weight: 600;
  margin-bottom: 32px;
  max-width: 700px;
  color: #002b3a;
}
.soffer-ly4__content {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: #2a5261;
  max-width: 700px;
}

.special-offer-ly4__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 40px;
  color: #273561;
}

.soffer-layout__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  margin: 0 auto;
}
.soffer-layout__wrapper .special-offer-ly4__title {
  text-align: left;
}

.special-offer-cards-ly4__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.special-offer-cards-ly4__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.special-offer-cards-ly4__number {
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  color: var(--soffer-primary-color, #412dff);
  flex-shrink: 0;
}
.special-offer-cards-ly4__body {
  text-align: left;
}
.special-offer-cards-ly4__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 16px;
  color: #002b3a;
}
.special-offer-cards-ly4__item-content {
  font-size: 16px;
  line-height: 24px;
  color: #7c929a;
  font-weight: 400;
}

/* Steps */
.special-offer-steps-ly4 {
  padding-top: 40px !important;
}
.special-offer-steps-ly4__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}
.special-offer-steps-ly4__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.special-offer-steps-ly4__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.special-offer-steps-ly4__item::before {
  content: "";
  position: absolute;
  left: 32px;
  top: calc(50% + 32px);
  bottom: -32px;
  transform: translateX(-50%);
  width: 1px;
  border-left: 3px dashed color-mix(in srgb, var(--soffer-primary-color, #6c63ff) 20%, transparent);
  z-index: 1;
}
.special-offer-steps-ly4__item:last-child::before {
  display: none;
}
.special-offer-steps-ly4__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--soffer-primary-color, #6c63ff) 15%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.special-offer-steps-ly4__icon img {
  width: 28px;
  height: 28px;
}
.special-offer-steps-ly4__content {
  flex: 1;
}
.special-offer-steps-ly4__item-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #002b3a;
}
.special-offer-steps-ly4__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #7c929a;
}

/* Banner */
.special-offer-banner-ly4 {
  background: var(--soffer-primary-color, #6c63ff);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  margin: 80px auto;
  max-width: 1000px;
}
.special-offer-banner-ly4__headline {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.special-offer-banner-ly4__content {
  font-size: 24px;
  margin-bottom: 56px;
  line-height: 34px;
  color: #f5f5f5;
}
.special-offer-banner-ly4__actions {
  margin-top: 20px;
}
.special-offer-banner-ly4__btn {
  display: inline-block;
  background: #fff;
  color: var(--soffer-primary-color, #6c63ff);
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 14px;
}
.special-offer-banner-ly4__btn:hover {
  background: color-mix(in srgb, #fff 85%, var(--soffer-primary-color, #6c63ff));
  color: #111;
}

.special-offer-banner__wrapper {
  position: relative;
}
.special-offer-banner__wrapper::before {
  content: "";
  position: absolute;
  left: 174px;
  top: 10%;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/special-offer/ly4-banner-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  z-index: -1;
}

/* Media */
@media (max-width: 991px) {
  .soffer-ly4__inner {
    flex-direction: column;
    padding: 20px;
  }
  .soffer-ly4__content-block, .soffer-ly4__form-block {
    width: 100%;
    text-align: center;
  }
  .soffer-ly4__headline, .soffer-ly4__content {
    max-width: 100%;
  }
  .soffer-layout__wrapper {
    grid-template-columns: 1fr;
  }
  .special-offer-cards-ly4__grid {
    grid-template-columns: 1fr;
  }
  .special-offer-cards-ly4__item {
    flex-direction: column;
  }
  .special-offer-banner__wrapper::before {
    top: 32%;
    left: 60px;
    height: 65%;
  }
}
@media (max-width: 767px) {
  .soffer-ly4__inner {
    gap: 15px;
  }
  .soffer-ly4__content-block, .soffer-ly4__form-block {
    text-align: left;
  }
  .soffer-ly4__headline {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 46px;
  }
  .soffer-ly4__content {
    font-size: 16px;
    line-height: 24px;
  }
  .special-offer-cards-ly4__item-title {
    margin-top: 0;
  }
  .special-offer-cards-ly4__number {
    font-size: 36px;
    line-height: 36px;
  }
  .special-offer-cards-ly4__item-content {
    font-size: 16px;
  }
  .special-offer-cards-ly4__grid {
    gap: 20px;
  }
  .special-offer-steps-ly4__item-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .special-offer-steps-ly4__icon {
    width: 50px;
    height: 50px;
  }
  .special-offer-steps-ly4__icon img {
    width: 20px;
    height: 20px;
  }
  .special-offer-steps-ly4__item::before {
    left: 25px;
    top: calc(50% + 10px);
  }
  .special-offer-banner-ly4__headline {
    font-size: 28px;
  }
  .special-offer-banner-ly4__content {
    font-size: 20px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 291px;
  }
  .special-offer-banner__wrapper::before {
    top: 40%;
    left: -15px;
    height: 38%;
    width: 38%;
    transform: rotate(50deg);
    z-index: 0;
  }
  .special-offer-ly4__title {
    font-size: 28px !important;
    line-height: 38px !important;
    text-align: left;
  }
  .soffer-layout__wrapper .special-offer-ly4__title {
    margin-bottom: 0;
  }
}
/* Special Offer: General */
#content.page_content_wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

section.soffer-layout {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.soffer-layout {
  width: 99.6vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  color: #fff;
  padding: clamp(48px, 8vw, 96px) 0;
  overflow: hidden;
  z-index: 0;
}
.soffer-layout__container {
  max-width: 1320px;
  margin: 0 auto;
}

.special-offer-contact__inner {
  max-width: 438px;
  margin: 0 auto;
  position: relative;
  top: -166px;
}

/* Form */
.special-offer__form {
  max-width: 438px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 27px 32px;
  gap: 14px;
}
.special-offer__form-top {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.special-offer__form-top strong {
  color: var(--soffer-accent-color, #00cc66);
}
.special-offer__form-top p {
  margin-bottom: 0;
}
.special-offer__form-terms {
  font-size: 12px;
  color: #787878;
  text-align: center;
}
.special-offer__form-terms p {
  margin-bottom: 0;
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  color: #616364;
}

/* Media */
@media (max-width: 991px) {
  .soffer-layout__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}