* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #f6f0ea;
}

.page-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 168px;
  background-color: #f6f0ea;
}

.header {
  width: 100%;
  max-width: 1080px;
  background-color: #ffffff;
  overflow: hidden;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  max-height: 70px;
  overflow: hidden;
}
.header__logo-img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
  padding-bottom: 15px;
}
.header__logo-title {
  font-family: "Grenze", serif;
  font-weight: 800;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1;
  color: #5b4a45;
  width: 294px;
}
.header__logo-slogan {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 0.8vw, 12px);
  line-height: 1;
  color: #536b1e;
  text-transform: uppercase;
  white-space: nowrap;
}
.header__badges {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background-color: #1b483a;
  border-radius: 50px;
  overflow: hidden;
}
.header__badge {
  width: 120px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.navigation {
  width: 100%;
  max-width: 1080px;
  background-color: #536b1e;
  border-top: 5px solid #88715c;
  overflow: hidden;
}
.navigation__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 12px;
}
.navigation__home {
  width: 68px;
  height: 18.624px;
  flex-shrink: 0;
}
.navigation__home-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-left: 1px solid #e5e5e5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.content-wrapper {
  width: 100%;
  max-width: 1080px;
  background-color: #ffffff;
  overflow: hidden;
}
.content-wrapper__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.sales-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 830px;
}
.sales-offer__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #e5e5e5;
}
.sales-offer__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.2;
  color: #243e36;
  text-align: center;
  width: 100%;
}
.sales-offer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-top: 24px;
}
.sales-offer__product-img {
  max-width: 346px;
  width: 100%;
  height: auto;
}
.sales-offer__lead {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.5;
  color: #323232;
  text-align: center;
  width: 100%;
}
.sales-offer__lead--highlight {
  color: #243e36;
}
.sales-offer__urgency {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #323232;
  text-align: center;
  width: 100%;
}
.sales-offer__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #323232;
  text-align: center;
  width: 100%;
}
.sales-offer__description strong {
  font-weight: 700;
}
.sales-offer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-top: 24px;
}
.sales-offer__instruction {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.5;
  color: #243e36;
  text-align: center;
  width: 100%;
}
.sales-offer__instruction--highlight {
  color: #243e36;
}
.sales-offer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  min-width: 590px;
  padding: 12px 48px;
  background-color: #f9851d;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sales-offer__button:hover {
  background-color: #e77006;
  transform: translateY(-2px);
}
.sales-offer__button:active {
  transform: translateY(0);
}
.sales-offer__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  min-width: 590px;
  padding: 12px 48px;
  background-color: #f9851d;
  border: none;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sales-offer__phone:hover {
  background-color: #e77006;
  transform: translateY(-2px);
}
.sales-offer__phone:active {
  transform: translateY(0);
}
.sales-offer__availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  text-align: center;
}
.sales-offer__hours, .sales-offer__cost, .sales-offer__fomo {
  color: #323232;
  width: 100%;
}
.sales-offer__disclaimer {
  color: #980003;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-wrapper {
    padding: 24px 48px;
  }
  .header__badges {
    gap: 8px;
    padding: 10px;
  }
  .header__badge {
    width: 100px;
    height: 30px;
  }
  .sales-offer {
    width: 100%;
  }
  .sales-offer__button {
    min-width: 480px;
  }
  .sales-offer__phone {
    min-width: 480px;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 16px;
  }
  .header__container {
    flex-direction: column;
    gap: 16px;
  }
  .header__badges {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
  }
  .header__badge {
    width: 80px;
    height: 24px;
  }
  .navigation__container {
    flex-wrap: wrap;
    gap: 8px;
  }
  .navigation__home {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
  }
  .navigation__home-icon {
    width: 24px;
    height: 24px;
  }
  .navigation__link {
    padding: 8px 16px;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sales-offer__button {
    min-width: 100%;
    width: 100%;
    min-height: 72px;
    padding: 12px 24px;
  }
  .sales-offer__phone {
    min-width: 100%;
    width: 100%;
    min-height: 72px;
    padding: 12px 24px;
  }
}
@media (max-width: 480px) {
  .header__logo-title {
    width: auto;
  }
  .header__badge {
    width: 70px;
    height: 21px;
  }
  .navigation__container {
    flex-direction: column;
  }
  .navigation__link {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .sales-offer__header {
    padding: 24px 0;
  }
  .sales-offer__button {
    min-height: 64px;
  }
  .sales-offer__phone {
    min-height: 64px;
  }
}/*# sourceMappingURL=summary.css.map */