* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4874BA), to(#719BDE));
  background: linear-gradient(180deg, #4874BA 0%, #719BDE 100%);
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/pp-neue-montreal/ppneuemontreal-medium.otf") format("opentype");
  font-weight: 500;
}
body {
  font-family: "PP Neue Montreal", sans-serif;
}

/* =========================================
   MAIN
========================================= */
.coming-soon {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  padding: 35px 5.3vw 0;
}
.coming-soon::after {
  content: "";
  position: absolute;
  width: 2550px;
  height: 83px;
  background-image: url("../images/bottom.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 5;
  bottom: 0;
  left: 0;
}

/* =========================================
   HEADER
========================================= */
.site-header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px;
}

.site-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.site-logo__icon {
  width: 295px;
}
.site-logo__icon img {
  width: 100%;
  height: 100%;
}

.site-logo__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.site-logo__text {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* =========================================
   CONTACT BUTTON
========================================= */
.contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: #F37459;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.contact-button:hover {
  background: #e05c3f;
}

.contact-button__icon {
  width: 16px;
  height: 16px;
}

/* =========================================
   HEADER DIVIDER
========================================= */
.header-divider {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1px;
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.15);
}

/* =========================================
   HERO
========================================= */
.hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 103px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* =========================================
   HERO CONTENT
========================================= */
.hero__content {
  position: relative;
  z-index: 4;
  text-align: center;
}

.hero__eyebrow {
  margin-bottom: 13px;
  color: #FFFFFF;
  opacity: 0.8;
  font-size: clamp(12px, 2vw, 20px);
  line-height: 1.4;
  font-weight: 500;
}

.hero__title {
  font-size: clamp(80px, 9vw, 135px);
  line-height: 0.9;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 700;
  letter-spacing: -4%;
}

.hero__title-line {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.soon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__title-exclamation {
  color: #F37459;
}

.contact-details {
  margin-top: 20px;
}
.contact-details a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-details a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contact-details .email {
  margin-top: 10px;
}
.contact-details .email, .contact-details .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-details .contact-details__label {
  height: 21px;
}

/* =========================================
   BACKGROUND SHAPES
========================================= */
.hero-shape {
  position: absolute;
  width: 290px;
  height: 450px;
  width: clamp(200px, 20vw, 290px);
  height: clamp(300px, 30vw, 450px);
  background-size: contain;
}
@media screen and (max-width: 770px) {
  .hero-shape {
    display: none;
  }
}

.hero-shape--left {
  left: 0;
  bottom: 0;
  background-image: url("../images/vector-left.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.hero-shape--right {
  right: 0;
  bottom: 30px;
  background-image: url("../images/vector-right.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* =========================================
   PRODUCTS
========================================= */
.hero__products {
  z-index: 4;
  bottom: -10px;
}
.hero__products img {
  display: block;
  width: 100%;
  height: auto;
}

/* Individual product */
.product {
  position: absolute;
}

.product img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   CONTACT MODAL
========================================= */
body.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.contact-modal[hidden] {
  display: none;
}

.contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 45, 78, 0.55);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 50px;
  border-radius: 10px;
  background: #F2F6FE;
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(92, 134, 199, 0.12);
  color: #1c3a6e;
  cursor: pointer;
}
.contact-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.contact-modal__close:hover {
  background: rgba(92, 134, 199, 0.2);
}

/* =========================================
   CONTACT FORM
========================================= */
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.contact-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.contact-form__label {
  color: #022E5B;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact-form__required {
  color: #e53935;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  background: #fff;
  border: none;
  color: rgba(49, 49, 49, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.contact-form__input::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  color: #9bb0cc;
}
.contact-form__input::-moz-placeholder, .contact-form__select::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #9bb0cc;
}
.contact-form__input:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  color: #9bb0cc;
}
.contact-form__input::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  color: #9bb0cc;
}
.contact-form__input::placeholder,
.contact-form__select::placeholder,
.contact-form__textarea::placeholder {
  color: #9bb0cc;
}
.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
  border: 1px solid #13467D;
}

.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form__select-wrap {
  position: relative;
}

.contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 44px;
  cursor: pointer;
}
.contact-form__select:invalid {
  color: #9bb0cc;
}
.contact-form__select option {
  color: #1c3a6e;
}

.contact-form__select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  background: #4874BA;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1019607843);
}
.contact-form__submit:hover {
  background: #4a74b5;
}

.contact-form__submit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 900px) {
  .coming-soon {
    padding-inline: 30px;
  }
  .site-logo__text {
    font-size: 22px;
  }
  .hero {
    padding-top: 80px;
  }
  .hero__products {
    width: 600px;
  }
}
@media (max-width: 770px) {
  .coming-soon {
    padding-top: 25px;
    padding-inline: 20px;
  }
  .site-logo__icon {
    width: 160px;
  }
  .contact-button {
    padding: 11px 12px 11px 15px;
    font-size: 14px;
  }
  .hero {
    padding-top: 70px;
  }
  .header-divider {
    margin-top: 25px;
  }
  .hero__products {
    width: 475px;
    margin-bottom: -25px;
  }
  .contact-modal {
    padding: 16px;
  }
  .contact-modal__dialog {
    max-height: calc(100vh - 32px);
    padding: 40px 20px 30px;
  }
  .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form__label {
    font-size: 14px;
  }
  .contact-form__input,
  .contact-form__select,
  .contact-form__textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  .contact-form__submit {
    padding: 14px 20px;
    font-size: 15px;
    margin-top: 10px;
  }
}