/* ================== */
/* new season offer page */
/* ================== */

.summer-offer h1,
.summer-offer h2,
.summer-offer h3,
.summer-offer h4 {
  color: #1e1e24;
  font-family: "Inter", sans-serif;
}

.offer-hero {
  padding-top: 200px;
  padding-bottom: 100px;
  background: #FDE9EE;
  position: relative;
}

.offer-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 287px;
  height: 287px;
  z-index: 1;
  background-image: url(/assets/images/typ/summer-offer/hero-decor-01.svg);
  background-repeat: no-repeat;
}

.offer-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 272px;
  height: 359px;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url(/assets/images/typ/summer-offer/hero-decor-02.svg);
  background-repeat: no-repeat;
}

.offer-hero__wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.offer-hero__info {}

.offer-hero__info h1 {
  margin-bottom: 38px;
  color: #231A13;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.167px;
}

.offer-hero__info h1 span {
  color: #E5214C;
}

.offer-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.offer-hero__link {
  color: #231A13;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 155.556%;
  text-decoration-line: underline;
}

.offer-hero__link:hover {
  text-decoration: underline;
}

/* offer intro */

.offer-intro {
  padding: 130px 0;
  background: #F6F3F8;
}

.offer-intro__wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.offer-intro__item {
  width: 50%;
}

.offer-intro__item img {
  width: 100%;
}

.offer-intro__text {
  margin-bottom: 34px;
  color: #564337;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 162.5%;
}

.offer-intro__link {
  position: relative;
  color: #231A13;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

.offer-intro__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 11px;
  z-index: 1;
  background-image: url(/assets/images/typ/summer-offer/intro-decor-01.svg);
  background-repeat: no-repeat;
}

/* offer card */

.offer-card {
  background: #FDE9EE;
  padding: 100px 0;
}

.offer-card__box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 180px;
}

.offer-card__box::after {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 96px;
  height: 96px;
  z-index: 1;
  background-image: url(/assets/images/typ/summer-offer/card-decor-01.svg);
  transform: rotate(-2.5deg);
  background-repeat: no-repeat;
}

.offer-card__box::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  z-index: 1;
  background-image: url(/assets/images/typ/summer-offer/card-decor-02.svg);
  transform: rotate(2deg);
  background-repeat: no-repeat;
}

.offer-card__box-wrapper {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 64px;
  border-radius: 48px;
  border: 2px solid #231A13;
}

.offer-card__badge {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 30px;
  color: #E5214C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 9999px;
  background: #FDE9EE;
}

.offer-card__box h2 {
  margin-bottom: 24px;
  color: #231A13;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.offer-card__box p {
  margin-bottom: 24px;
  color: #564337;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 170%;
}

.offer-card__list {
  margin-bottom: 48px;
  list-style: none;
  padding: 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.offer-card__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #231A13;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

/* stats */

.offer-stats {
  padding: 0 0 100px;
  text-align: center;
}

.offer-stats__wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  /*gap: 80px;*/
}

.offer-stats__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.offer-stats__item h3 {
  margin-bottom: 0;
  color: #E5214C;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.449px;
}

.offer-stats__item p {
  margin-bottom: 0;
  color: #E5214C;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

}

.offer-stats__desc {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #564337;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 150%;
}

/* showcase rows */

.offer-showcase {
  padding: 60px 0;
  background: #fafafa;
}

.offer-showcase__wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.offer-showcase--reverse .offer-showcase__wrapper {
  flex-direction: row-reverse;
}

.offer-showcase__image {
  width: 60%;
}

.offer-showcase__image img {
  width: 100%;
  border-radius: 16px;
}

.offer-showcase__label {
  width: 40%;
  font-weight: 700;
  color: #231A13;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  line-height: 130%;
}

/* features grid */

.offer-features {
  padding: 130px 0;
}

.offer-features h2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  margin-bottom: 100px;
  color: #1B4B63;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  position: relative;
}

.offer-features h2::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 7px;
  background: #E5214C;
  border-radius: 10px;
}

.offer-features__grid {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: left;
}

.offer-features__item {
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(193, 199, 205, 0.50);
}

.offer-features__item img {
  margin-bottom: 26px;
  width: 62px;
  height: 62px;
  padding: 20px;
  border-radius: 13px;
  background: #FDE9EE;
}

.offer-features__item h4 {
  font-size: 18px;
  margin-bottom: 13px;
  color: #E5214C;
  font-weight: 700;
  line-height: 150%;

}

.offer-features__item p {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #41484C;
  font-size: 18px;
  line-height: 150%;
}

/* clubpass banner */

.offer-clubpass {
  padding: 96px 0;
  background: transparent linear-gradient(264deg, #e52149 0%, #ffa54e 100%) 0%
    0% no-repeat padding-box;
  text-align: center;
}

.offer-clubpass__wrapper {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.offer-clubpass h2 {
  margin-bottom: 32px;
  color: #FFF8F5;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.offer-clubpass p {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #FFF8F5;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}

/* lead form */

.offer-form {
  padding: 100px 0;
}

.offer-form__title {
  text-align: center;
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.222%;
  letter-spacing: -0.72px;

}

/* closing CTA */

.offer-closing {
  padding: 120px 0;
  background: #FDE9EE;
  text-align: center;
}

.offer-closing h2 {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 38px;
  color: #231A13;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.offer-closing p {
  width: 90%;
  max-width: 660px;
  margin: 0 auto 38px;
  font-family: "Inter", sans-serif;
  color: #564337;
  text-align: center;
  font-size: 18px;
  line-height: 170%;
}

/* summary */

.offer-summary {
  padding: 90px 0;
  width: 90%;
  margin: 0 auto;
}

.offer-summary__comparison {
  margin: 0 auto;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 790px;
  gap: 32px;
}

.offer-summary__comparison svg {}

.offer-summary__comparison h2 {
  color: #231A13;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.offer-summary__comparison a {
  color: #E5214C;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}

.offer-summary__comparison a:hover {
  text-decoration-line: underline;
  color: #E5214C;
}

.offer-summary__signature:nth-child(1) {
  margin-bottom: 48px;
  color: #231A13;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.offer-summary__signature:nth-child(2) {
  margin-bottom: 0;
  color: #564337;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}

.offer-summary__signature:nth-child(3) {
  color: #231A13;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

/* ================================ */
/* RESPONSIVE                       */
/* ================================ */

@media (max-width: 1100px) {
  /* hero */
  .offer-hero__info h1 {
    font-size: 46px;
  }
  /* features */
  .offer-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  /* clubpass / closing / summary titles */
  .offer-clubpass h2,
  .offer-closing h2,
  .offer-summary__comparison h2 {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  /* hero */
  .offer-hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .offer-hero::before {
    width: 180px;
    height: 240px;
  }
  .offer-hero__info h1 {
    font-size: 38px;
  }

  /* intro */
  .offer-intro {
    padding: 80px 0;
  }
  .offer-intro__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .offer-intro__item {
    width: 100%;
  }

  /* card */
  .offer-card {
    padding: 70px 0;
  }
  .offer-card__box {
    margin-bottom: 100px;
  }
  .offer-card__box-wrapper {
    padding: 40px;
  }
  .offer-card__list {
    grid-template-columns: 1fr;
  }

  /* stats */
  .offer-stats__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  /* showcase */
  .offer-showcase__wrapper,
  .offer-showcase--reverse .offer-showcase__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .offer-showcase__image,
  .offer-showcase__label {
    width: 100%;
  }
  .offer-showcase__label {
    font-size: 28px;
    text-align: center;
  }

  /* features */
  .offer-features {
    padding: 80px 0;
  }
  .offer-features h2 {
    margin-bottom: 60px;
  }
  .offer-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  /* hero */
  .offer-hero {
    padding-top: 130px;
  }
  .offer-hero::after,
  .offer-hero::before {
    display: none;
  }
  .offer-hero__info h1 {
    font-size: 30px;
    margin-bottom: 24px;
    letter-spacing: -0.6px;
  }
  .offer-hero__buttons {
    flex-direction: column;
    gap: 16px;
  }
  .offer-hero__link {
    font-size: 16px;
  }

  /* card */
  .offer-card__box::after,
  .offer-card__box::before {
    display: none;
  }
  .offer-card__box-wrapper {
    padding: 28px;
    border-radius: 24px;
  }
  .offer-card__box h2 {
    font-size: 26px;
  }

  /* clubpass */
  .offer-clubpass {
    padding: 60px 0;
  }
  .offer-clubpass h2 {
    font-size: 28px;
  }

  /* form */
  .offer-form {
    padding: 60px 0;
  }
  .offer-form__title {
    font-size: 26px;
    margin-bottom: 36px;
  }

  /* closing */
  .offer-closing {
    padding: 70px 0;
  }
  .offer-closing h2 {
    font-size: 28px;
  }

  /* summary */
  .offer-summary__comparison {
    margin-bottom: 80px;
  }
  .offer-summary__comparison h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  /* hero */
  .offer-hero__info h1 {
    font-size: 26px;
  }
  /* stats */
  .offer-stats__wrapper {
    gap: 24px;
  }
  .offer-stats__item h3 {
    font-size: 32px;
  }
  /* features */
  .offer-features__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .offer-hero__info h1 {
    font-size: 22px;
  }
  .offer-card__box h2 {
    font-size: 22px;
  }
  .offer-clubpass h2,
  .offer-closing h2,
  .offer-summary__comparison h2 {
    font-size: 24px;
  }
}

