.landingpage {
  --landingpage-hover-color: #1c4d72;
  --landingpage-title-font: "Google Sans Flex", Arial, sans-serif;
  --landingpage-text-font: "Google Sans Flex", Arial, sans-serif;

  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
  color: #16201c;
  font-family: var(--landingpage-text-font);
  overflow-x: hidden;
}

.landingpage img,
.landingpage video {
  max-width: 100%;
}

.landingpage button,
.landingpage input,
.landingpage select,
.landingpage textarea {
  font-family: var(--landingpage-text-font);
}

.landingpage,
.landingpage *,
.landingpage *::before,
.landingpage *::after {
  box-sizing: border-box;
}

.landingpage .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

main.site-main.landingpage {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.landingpage-section {
  width: 100%;
  max-width: none;
  padding: clamp(50px, 9vw, 96px) 0;
}

.landingpage-container {
  width: 100%;
  max-width: var(--frmenmaximize-container-width);
  margin: 0 auto;
  padding: 0 15px;
}

.landingpage-home {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  min-height: 800px;
  background: url("../images/FRcoverpc.jpg") center center / cover no-repeat;
}

.landingpage-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: var(--frmenmaximize-container-width);
}

.landingpage-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #000;
}

.landingpage-hero__copy .landingpage-button {
  padding: 10px 10px 10px 20px;
}

.landingpage-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  margin: 0 0 12px;
  padding: 0 20px;
  border-radius: 999px;
  background: transparent;
  font-weight: 500;
  border: 1px solid var(--frmenmaximize-navy);
  line-height: 1;
  font-size: 14px;
  color: var(--frmenmaximize-navy);
  width: fit-content;
}

.landingpage-hero__pill span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--frmenmaximize-navy);
}

.landingpage-hero .landingpage-hero__pill {
  border-color: #fff;
  color: #fff;
}

.landingpage-hero .landingpage-hero__pill span {
  background: #fff;
}

.landingpage h1,
.landingpage h2,
.landingpage h3,
.landingpage h4 {
  margin-top: 0;
}

.landingpage h1,
.landingpage h2,
.landingpage h3,
.landingpage h4 {
  font-family: var(--landingpage-title-font);
}

.landingpage h1 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  color: #fff;
}

.landingpage h1 span {
  position: relative;
  display: block;
}

.landingpage h2 {
  margin-bottom: 12px;
  color: var(--frmenmaximize-navy);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
}

.landingpage h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
}

.landingpage-hero__aside {
  position: relative;
  z-index: 2;
  max-width: 460px;
  margin-top: 12px;
}

.landingpage-hero__aside p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.8;
  color: #fff;
}

.landingpage-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
}

.landingpage-button {
  gap: 14px;
  background: #16201c;
  color: #ffffff;
}

.landingpage-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 22px;
  background: #fff;
  color: var(--frmenmaximize-navy);
}

.landingpage-button:hover,
.landingpage-button:focus {
  background: var(--landingpage-hover-color);
  color: #ffffff;
}

.landingpage-button--light {
  background: var(--frmenmaximize-navy);
  color: #ffff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.landingpage-hero__clients {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(96px, 19vh, 190px);
  color: #ffffff;
}

.landingpage-hero__avatars {
  display: flex;
  align-items: center;
}

.landingpage-hero__avatars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: -11px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: #223246;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.landingpage-hero__avatars span:nth-child(2) {
  background: #e77248;
}

.landingpage-hero__avatars span:nth-child(3) {
  background: #e84b31;
}

.landingpage-hero__clients strong,
.landingpage-hero__clients span {
  display: block;
  color: #ffffff;
  line-height: 1.1;
}

.landingpage-hero__clients strong {
  margin-bottom: 5px;
  font-size: 1.55rem;
}

.landingpage-hero__clients div:last-child span {
  font-weight: 700;
}

.landingpage-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--frmenmaximize-navy);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

.landingpage-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.landingpage-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.landingpage-about {
  padding: clamp(42px, 6vw, 74px) 0 clamp(44px, 6vw, 78px);
  border-bottom: 1px solid #eee;
  
}

.landingpage-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: start;
  max-width: var(--frmenmaximize-container-width);
  align-items: center;
  padding: 60px;
  background: #f9f9f9;
  border-radius: 30px;
}

.landingpage-about__content p {
  max-width: 615px;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.landingpage-about__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px) clamp(36px, 5vw, 72px);
  padding-top: 8px;
}

.landingpage-about__stat {
  min-width: 0;
}

.landingpage-about__stat strong {
  display: block;
  margin-bottom: 12px;
  color: var(--frmenmaximize-navy);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.landingpage-about__stat span {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  opacity: 0.8;
}

.landingpage-copy {
  max-width: 620px;
}

.landingpage-products {
  background: #fff;
}

.landingpage-products__blocks {
  display: grid;
  gap: 60px;
}

.landingpage-products__block {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  padding-bottom: 50px;
  border-bottom: 1px solid #f1f1f1;
}

.landingpage-products__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.landingpage-products__category {
  max-width: 240px;
}

.landingpage-products__category p {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.landingpage-products__slider-wrap {
  min-width: 0;
}

.landingpage-products__slider {
  width: 100%;
  overflow: hidden;
}

.landingpage-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.landingpage-product__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.8 / 1;
  overflow: hidden;
  border-radius: 24px;
  background: #f5f5f5;
  color: inherit;
  text-decoration: none;
}

.landingpage-product__media img {
  display: block;
  width: 60%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.landingpage-product__media:hover img,
.landingpage-product__media:focus img {
  transform: scale(1.04);
}

.landingpage-product__quickview {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: calc(100% - 28px);
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--frmenmaximize-navy);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.landingpage-product:hover .landingpage-product__quickview,
.landingpage-product:focus-within .landingpage-product__quickview {
  opacity: 1;
  transform: translateY(0);
}

.landingpage-product__quickview:hover,
.landingpage-product__quickview:focus {
  background: var(--landingpage-hover-color);
  color: #ffffff;
}

.landingpage-product h3 {
  margin: 16px 0 8px;
  color: var(--frmenmaximize-navy);
  font-size: 18px;
  font-weight: 600;
}

.landingpage-product__price {
  display: block;
  color: #202624;
  font-size: 16px;
  font-weight: 600;
}

.landingpage-product__cart {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.landingpage-product__options {
  display: grid;
  gap: 12px;
}

.landingpage-product__option-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.landingpage-product__option-group legend {
  margin: 0 0 8px;
  padding: 0;
  color: var(--frmenmaximize-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.landingpage-product__option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landingpage-product__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--frmenmaximize-navy);
  border-radius: 999px;
  background: #ffffff;
  color: var(--frmenmaximize-navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.landingpage-product__option:hover,
.landingpage-product__option:focus,
.landingpage-product__option.is-selected {
  border-color: var(--frmenmaximize-navy);
  background: var(--frmenmaximize-navy);
  color: #ffffff;
}

.landingpage-product__actions {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.landingpage-product__quantity {
  display: grid;
  grid-template-columns: 32px minmax(34px, 1fr) 32px;
  align-items: center;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 28, 0.16);
  border-radius: 999px;
  background: #ffffff;
}

.landingpage-product__quantity button,
.landingpage-product__quantity input {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--frmenmaximize-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
}

.landingpage-product__quantity button {
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.landingpage-product__quantity button:hover,
.landingpage-product__quantity button:focus {
  background: #f0f3f2;
  color: var(--frmenmaximize-navy);
}

.landingpage-product__quantity input {
  appearance: textfield;
  padding: 0;
}

.landingpage-product__quantity input::-webkit-outer-spin-button,
.landingpage-product__quantity input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.landingpage-product__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  max-width: 100%;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--frmenmaximize-navy);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.landingpage-product__add:hover,
.landingpage-product__add:focus {
  background: var(--landingpage-hover-color);
  color: #ffffff;
}

.landingpage-product__add:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.landingpage-product__notice {
  min-height: 18px;
  margin: 0;
  color: #4b5652;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.landingpage-product__notice[data-type="success"] {
  color: #1f7a4d;
}

.landingpage-product__notice[data-type="error"],
.landingpage-product__notice--static {
  color: #a34032;
}

.landingpage-product-modal[hidden] {
  display: none;
}

.landingpage-modal-is-open {
  overflow: hidden;
}

.landingpage-product-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.landingpage-product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 15, 13, 0.56);
}

.landingpage-product-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  overflow: auto;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.landingpage-product-modal__close {
  position: sticky;
  top: 14px;
  left: calc(100% - 56px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 14px 14px -54px auto;
  border: 0;
  border-radius: 50%;
  background: var(--frmenmaximize-navy);
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  font-weight: 700;
  line-height: 1;
}

.landingpage-product-modal__close:hover,
.landingpage-product-modal__close:focus {
  background: var(--landingpage-hover-color);
  color: #ffffff;
}

.landingpage-product-modal__body {
  padding: 28px;
}

.landingpage-product__modal-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.landingpage-product__modal-media {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landingpage-product__modal-media img {
  display: block;
  width: 60%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.landingpage-product__modal-copy {
  min-width: 0;
  padding-right: 34px;
}

.landingpage-product__modal-price {
  margin-bottom: 18px;
  color: #202624;
  font-size: 20px;
  font-weight: 700;
}

.landingpage-product__modal-summary,
.landingpage-product__modal-description {
  color: #333;
  font-size: 15px;
  line-height: 1.62;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent;
}

.landingpage-product__modal-description::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.landingpage-product__modal-description::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.landingpage-product__modal-description::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
}

.landingpage-product__modal-description::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.landingpage-product__modal-description>div {
  padding-right: 30px;
}

.landingpage-product__modal-summary p,
.landingpage-product__modal-description p {
  margin: 0 0 14px;
}

.landingpage-products__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.landingpage-products__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 50%;
  background: transparent;
  color: var(--frmenmaximize-navy);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease,
    opacity 180ms ease;
}

.landingpage-products__control span {
  display: flex;
}

.landingpage-products__control:hover,
.landingpage-products__control:focus {
  border-color: var(--frmenmaximize-navy);
  background: var(--frmenmaximize-navy);
  color: #ffffff;
}

.landingpage-products__control.landingpage-products__control--next {
  border-color: var(--frmenmaximize-navy);
  background: var(--frmenmaximize-navy);
  color: #ffffff;
}

.landingpage-products__control.swiper-button-disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.landingpage-products__empty {
  color: #223029;
  margin-bottom: 0;
}

.landingpage-journey {
  background: #f5f5f5;
  text-align: center;
}

.landingpage-journey__header {
  max-width: 920px;
  margin: 0 auto 46px;
}

.landingpage-journey h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
}

.landingpage-journey__video {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.landingpage-journey__video video {
  cursor: auto;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}

.landingpage-faq {
  background: #ffffff;
  text-align: center;
}

.landingpage-faq__header {
  max-width: 720px;
  margin: 0 auto 58px;
}

.landingpage-faq h2 {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
}

.landingpage-faq__header>p:last-child {
  max-width: 560px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.9;
}

.landingpage-faq__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
}

.landingpage-faq__item {
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
}

.landingpage-faq__question {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 46px;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  color: var(--frmenmaximize-navy);
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  transition: none;
}

.landingpage-faq__question:hover,
.landingpage-faq__question:focus,
.landingpage-faq__question:active,
.landingpage-faq__question[aria-expanded="true"] {
  background: transparent !important;
  box-shadow: none;
  color: var(--landingpage-hover-color) !important;
  outline: 0;
}

.landingpage-faq__question:focus-visible {
  outline: 2px solid rgba(15, 48, 80, 0.28);
  outline-offset: -5px;
}

.landingpage-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.landingpage-faq__icon::before,
.landingpage-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.landingpage-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.landingpage-faq__question[aria-expanded="true"] .landingpage-faq__icon::after {
  opacity: 0;
}

.landingpage-faq__answer {
  max-height: 0;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  opacity: 0;
  transition: max-height 320ms ease, opacity 220ms ease;
}

.landingpage-faq__answer.is-open {
  opacity: 1;
}

.landingpage-faq__answer-inner {
  padding: 16px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  background: #fff;
  margin: 0 auto 10px;
  border-radius: 12px;
}

.landingpage-faq__answer p {
  margin: 0;
}

.landingpage-contact {
  background: #ffffff;
}

.landingpage-contact__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 500px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 28, 0.08);
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(22, 32, 28, 0.08);
}

.landingpage-contact__visual {
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border-radius: 30px 120px 30px 30px;
  background: #f4f4f2;
}

.landingpage-contact__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.landingpage-contact__info {
  min-width: 0;
}

.landingpage-contact h2 {
  color: var(--frmenmaximize-navy);
  font-weight: 700;
}

.landingpage-contact__info>p:nth-child(3) {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.landingpage-contact__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.landingpage-contact__details {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111315;
  font-size: 0.9rem;
  line-height: 1.42;
}

.landingpage-contact__details li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
}

.landingpage-contact__details li:first-child {
  padding-top: 0;
}

.landingpage-contact__details li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.landingpage-contact__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #06233d;
  color: #ffffff;
}

.landingpage-contact__details svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landingpage-contact__detail-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.landingpage-contact__detail-text strong {
  color: var(--frmenmaximize-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.landingpage-contact__detail-text>* {
  color: var(--frmenmaximize-navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.landingpage-contact__details a {
  text-decoration: none;
  overflow-wrap: anywhere;
}

.landingpage-contact__details a:hover,
.landingpage-contact__details a:focus {
  color: var(--landingpage-hover-color);
}

.landingpage-contact__form {
  display: grid;
  gap: 40px;
  padding: 40px;
  background-color: var(--frmenmaximize-navy);
  border-radius: 30px;
}

.landingpage-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.landingpage-contact__form label {
  display: grid;
  gap: 0;
  margin: 0;
}

.landingpage-contact__form label .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.landingpage-contact__form input,
.landingpage-contact__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8b8b8b;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 15px;
  outline: 0;
  padding: 0 0 14px;
}

.landingpage-contact__form textarea {
  min-height: 112px;
  resize: vertical;
}

.landingpage-contact__form input::placeholder,
.landingpage-contact__form textarea::placeholder {
  color: #bdbcbc;
}

.landingpage-contact__form input:focus,
.landingpage-contact__form textarea:focus {
  background: transparent;
  border-bottom-color: #fff;
}

.landingpage-contact__form input:-webkit-autofill,
.landingpage-contact__form input:-webkit-autofill:hover,
.landingpage-contact__form input:-webkit-autofill:focus,
.landingpage-contact__form textarea:-webkit-autofill,
.landingpage-contact__form textarea:-webkit-autofill:hover,
.landingpage-contact__form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #14354e inset;
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-out;
}



.landingpage-contact__form button {
  background: #fff;
  color: var(--frmenmaximize-navy);
  border: none;
  width: fit-content;
  padding: 10px 10px 10px 20px;
  font-weight: 500;
  min-height: 59px;
}

.landingpage-contact__form button span {
  background: var(--frmenmaximize-navy);
  color: #fff;
}


.landingpage-contact__form button:hover,
.landingpage-contact__form button:focus {
  background: var(--landingpage-hover-color);
}

.landingpage-contact__notice {
  min-height: 18px;
  margin: -22px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.landingpage-contact__notice[data-type="error"] {
  color: #ffd1ca;
}

.landingpage-subscribe-popup[hidden] {
  display: none;
}

.landingpage-subscribe-popup {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.landingpage-subscribe-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 19, 32, 0.58);
  backdrop-filter: blur(6px);
}

.landingpage-subscribe-popup__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  width: min(880px, 100%);
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  color: var(--frmenmaximize-navy);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.landingpage-subscribe-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--frmenmaximize-navy);
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 7px;
}
.landingpage-subscribe-popup__close span {
  display: flex;
}

.landingpage-subscribe-popup__close:hover,
.landingpage-subscribe-popup__close:focus {
  background: var(--landingpage-hover-color);
  color: #ffffff;
}

.landingpage-subscribe-popup__media {
  display: block;
  min-height: 100%;
  background: #edf3f8;
}

.landingpage-subscribe-popup__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.landingpage-subscribe-popup__content {
  align-self: center;
  padding: 52px 46px;
}

.landingpage-subscribe-popup h2 {
  max-width: 410px;
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.12;
}

.landingpage-subscribe-popup__content>p:not(.landingpage-eyebrow) {
  max-width: 430px;
  margin: 0 0 28px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.landingpage-subscribe-popup__form {
  display: grid;
  gap: 14px;
}

.landingpage-subscribe-popup__form label {
  margin: 0;
}

.landingpage-subscribe-popup__form input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(20, 53, 78, 0.18);
  border-radius: 999px;
  background: #f7f9fb;
  color: var(--frmenmaximize-navy);
  font: inherit;
  font-size: 15px;
  outline: 0;
}

.landingpage-subscribe-popup__form input:focus {
  border-color: var(--frmenmaximize-navy);
  background: #ffffff;
}

.landingpage-subscribe-popup__form .landingpage-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  min-height: 52px;
}
.landingpage-subscribe-popup__form .landingpage-button svg {
  width: 100%;
  height: 100%;
}

.landingpage-subscribe-popup__notice {
  min-height: 18px;
  margin: 0;
  color: #1f7a4d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.landingpage-subscribe-popup__notice[data-type="error"] {
  color: #a34032;
}

.landingpage-subscribe-is-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .landingpage-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .landingpage-home {
    background-position: 58% center;
  }

  .landingpage-hero__copy {
    align-items: center;
    text-align: center;
  }

  .landingpage h1 {
    max-width: 560px;
    font-size: 46px;
  }

  .landingpage h2,
  .landingpage-journey h2,
  .landingpage-faq h2 {
    font-size: 44px;
    line-height: 1.12;
  }

  .landingpage-about__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px;
    border-radius: 24px;
  }

  .landingpage-about__content p {
    max-width: 760px;
  }

  .landingpage-about__stats {
    max-width: 620px;
    padding-top: 0;
  }

  .landingpage-products__block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .landingpage-products__category {
    max-width: 620px;
  }

  .landingpage-contact__panel {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 34px;
    border-radius: 34px;
  }

  .landingpage-contact__form {
    padding: 34px;
  }

  .landingpage-product__quickview {
    opacity: 1;
  }

  .landingpage-product__modal-grid {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {

  html,
  body,
  .site,
  .site-main,
  .page-content,
  main.site-main.landingpage,
  .landingpage,
  .landingpage-section,
  .landingpage-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow-x: hidden;
  }

  .landingpage-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .landingpage-section {
    padding-block: 40px;
  }

  .landingpage-home {
    align-items: flex-start;
    min-height: 800px;
    padding-top: 70px;
    background: url("../images/FRcovermobile.jpg") center bottom / cover no-repeat
  }

  .landingpage h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .landingpage-hero__aside p {
    font-size: 14px;
  }

  .landingpage h2 {
    font-size: 28px;
  }

  .landingpage-product__modal-copy h2 {
    font-size: 24px;
  }

  .landingpage-product__modal-description>div {
    padding-right: 12px;
  }

  .landingpage-products__category {
    text-align: center;
  }

  .landingpage-button,
  .landingpage-contact__form button {
    max-width: 100%;
    white-space: normal;
  }

  .landingpage-hero__aside {
    max-width: 92%;
    margin-top: 22px;
  }

  .landingpage-about__inner {
    gap: 28px;
    padding: 24px;
    border-radius: 30px;
    width: calc(100% - 30px) !important;
    margin: 0 auto !important;
  }

  .landingpage-about__content {
    text-align: center;
  }

  .landingpage-about__stats {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .landingpage-about__content p {
    font-size: 15px;
  }

  .landingpage-about__stat {
    padding-block: 20px;
    border-bottom: 1px solid #eee;
  }

  .landingpage-about__stat:last-child {
    border-bottom: 0;
  }

  .landingpage-about__stat strong {
    font-size: 30px;
  }

  .landingpage-products__blocks {
    gap: 40px;
  }

  .landingpage-products__block {
    gap: 20px;
    padding-bottom: 36px;
  }

  .landingpage-products__controls {
    margin-top: 16px;
    justify-content: center;
  }

  .landingpage-product,
  .landingpage-products__slider,
  .landingpage-contact__panel {
    min-width: 0;
    max-width: 100%;
  }

  .landingpage-product__actions,
  .landingpage-product__modal-grid,
  .landingpage-contact__row {
    grid-template-columns: 1fr;
  }

  .landingpage-product__quantity {
    width: 118px;
  }

  .landingpage-product__add {
    width: 100%;
  }

  .landingpage-product-modal {
    align-items: flex-end;
    padding: 14px;
  }

  .landingpage-product-modal__dialog {
    max-height: calc(100vh - 28px);
    border-radius: 30px;
  }

  .landingpage-product-modal__body {
    padding: 22px;
  }

  .landingpage-product__modal-copy {
    padding-right: 0;
  }

  .landingpage-journey__header,
  .landingpage-faq__header {
    margin-bottom: 34px;
  }

  .landingpage-journey__video,
  .landingpage-journey__video video {
    border-radius: 16px;
  }

  .landingpage-faq__question {
    gap: 14px;
    padding: 16px 18px;
    font-size: 14px;
    white-space: normal;
  }

  .landingpage-faq__answer-inner {
    font-size: 14px;
  }

  .landingpage-contact__panel {
    gap: 24px;
    padding: 18px;
    border-radius: 30px;
  }

  .landingpage-contact__form {
    gap: 28px;
    padding: 24px 20px 20px 20px;
    border-radius: 30px;
  }

  .landingpage-contact__form button {
    width: 100%;
    justify-content: space-between;
  }

  .landingpage-contact__details li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .landingpage-contact__detail-icon {
    width: 34px;
    height: 34px;
  }

  .landingpage-subscribe-popup {
    align-items: center;
    padding: 14px;
  }

  .landingpage-subscribe-popup__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .landingpage-subscribe-popup__media img {
    min-height: 210px;
    max-height: 260px;
  }

  .landingpage-subscribe-popup__content {
    padding: 34px 22px 24px;
  }

  .landingpage-subscribe-popup h2 {
    font-size: 30px;
  }

  .landingpage-subscribe-popup__form .landingpage-button {
    width: 100%;
    justify-content: center;
  }
}
