/* [project]/src/app/[locale]/offers/[slug]/offer.module.css [app-client] (css) */
.offer-module___qkAYa__offerDetail {
  background-color: var(--marketing-cream);
  min-height: 100vh;
  padding: 5rem 0;
}

.offer-module___qkAYa__card {
  background-color: var(--marketing-white);
  border-radius: 1.5rem;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #0000001a;
}

@media (min-width: 768px) {
  .offer-module___qkAYa__card {
    flex-direction: row;
  }
}

.offer-module___qkAYa__imageWrapper {
  width: 100%;
  min-height: 300px;
  position: relative;
}

@media (min-width: 768px) {
  .offer-module___qkAYa__imageWrapper {
    width: 50%;
    min-height: auto;
  }
}

.offer-module___qkAYa__image {
  object-fit: cover;
}

.offer-module___qkAYa__content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

@media (min-width: 768px) {
  .offer-module___qkAYa__content {
    width: 50%;
    padding: 4rem;
  }
}

.offer-module___qkAYa__badge {
  color: #ef4444;
  text-transform: uppercase;
  background-color: #ef44441a;
  border-radius: 9999px;
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
}

.offer-module___qkAYa__title {
  font-family: var(--font-heading);
  color: var(--marketing-navy);
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .offer-module___qkAYa__title {
    font-size: 2rem;
  }
}

.offer-module___qkAYa__validUntil {
  color: var(--marketing-grey);
  margin-bottom: 2rem;
  font-size: 1rem;
}

.offer-module___qkAYa__validUntil strong {
  color: var(--marketing-navy);
}

.offer-module___qkAYa__description {
  color: var(--marketing-dark-grey);
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
}

.offer-module___qkAYa__description p {
  margin-bottom: 1rem;
}

.offer-module___qkAYa__highlights {
  background-color: var(--marketing-cream);
  border: 1px solid var(--marketing-border);
  border-radius: 1rem;
  margin: 2rem 0;
  padding: 1.5rem;
}

.offer-module___qkAYa__highlightsTitle {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--marketing-navy);
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 700;
}

.offer-module___qkAYa__highlightsContent {
  color: var(--marketing-grey);
  white-space: pre-line;
  font-size: .9375rem;
  line-height: 1.6;
}

.offer-module___qkAYa__ctaButton {
  color: var(--marketing-white);
  text-align: center;
  background-color: #ef4444;
  border-radius: .75rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 10px 15px -3px #ef444433;
}

.offer-module___qkAYa__ctaButton:hover {
  background-color: #dc2626;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px #ef44444d;
}

.offer-module___qkAYa__backLink {
  color: var(--marketing-navy);
  margin-top: 2.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.offer-module___qkAYa__backLink:hover {
  color: var(--marketing-gold);
}

/*# sourceMappingURL=src_app_%5Blocale%5D_offers_%5Bslug%5D_offer_module_40ca48b3.css.map*/