/* =========================================================
   SAM NETWORK - COMING SOON
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.page-template-coming-soon-page,
body.page-template-coming-soon {
  background: #f3f4ef;
}

.sam-coming-soon {
  position: relative;
  min-height: 100vh;
  padding: 32px 16px;
  background: #f3f4ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sam-coming-soon__shell {
  width: 100%;
  margin: 0 auto;
}

.sam-coming-soon__card {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 64px);
  background: #f3f4ef;
  border: 1px solid #132436;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(19, 36, 54, 0.12);
  padding: 42px 42px 0;
  display: flex;
  flex-direction: column;
}

.sam-coming-soon__brand {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sam-coming-soon__logo {
  width: auto;
  max-width: 120px;
  height: auto;
  display: block;
}

.sam-coming-soon__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 90px 0 140px 170px;
}

.sam-coming-soon__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  color: #7f8692;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.sam-coming-soon__intro {
  margin: 0 0 28px;
  color: #2d3748;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
  max-width: 560px;
}

.sam-coming-soon__title {
  margin: 0 0 30px;
  color: #132436;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 900px;
}

.sam-coming-soon__form-wrap {
  width: 100%;
  max-width: 620px;
}

/* =========================================================
   CONTACT FORM 7 STYLING
   ========================================================= */

.sam-coming-soon__form-wrap .wpcf7 {
  width: 100%;
}

.sam-coming-soon__form-wrap .wpcf7 form {
  margin: 0;
}

.sam-coming-soon__form-wrap .wpcf7-form p {
  margin: 0;
}

.sam-coming-soon__form-wrap label {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.sam-coming-soon__form-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.sam-coming-soon__form-wrap form {
  display: flex;
  align-items: stretch;
  gap: 14px;
  flex-wrap: nowrap;
}

.sam-coming-soon__form-wrap input[type="email"] {
  width: 100%;
  min-width: 0;
  height: 64px;
  border: 1px solid #d7dbe3;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  color: #132436;
  outline: none;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sam-coming-soon__form-wrap input[type="email"]::placeholder {
  color: #8a909b;
}

.sam-coming-soon__form-wrap input[type="email"]:focus {
  border-color: #132436;
  box-shadow: 0 0 0 4px rgba(19, 36, 54, 0.08);
}

.sam-coming-soon__form-wrap input[type="submit"] {
  height: 64px;
  min-width: 180px;
  border: none;
  border-radius: 10px;
  background: #132436;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0 28px;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.sam-coming-soon__form-wrap input[type="submit"]:hover {
  background: #0f1d2d;
  transform: translateY(-1px);
}

.sam-coming-soon__form-wrap input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(19, 36, 54, 0.12);
}

.sam-coming-soon__form-wrap .wpcf7-spinner {
  margin: 14px 0 0;
}

.sam-coming-soon__form-wrap .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.sam-coming-soon__form-wrap .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================================
   SOFT FLOATING CARD BACKGROUND MOCKUPS
   ========================================================= */

.sam-coming-soon__card::before,
.sam-coming-soon__card::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 1;
}

.sam-coming-soon__card::before {
  left: -30px;
  bottom: 18px;
  width: 210px;
  height: 92px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,249,251,0.95));
  box-shadow: 0 18px 45px rgba(19, 36, 54, 0.08);
}

.sam-coming-soon__card::after {
  right: -18px;
  bottom: 28px;
  width: 170px;
  height: 270px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(247,248,250,0.96));
  box-shadow: 0 18px 45px rgba(19, 36, 54, 0.08);
}

/* extra decorative blocks */
.sam-coming-soon__card {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.82)),
    radial-gradient(circle at 78% 82%, rgba(19,36,54,0.04) 0, rgba(19,36,54,0.04) 120px, transparent 121px),
    radial-gradient(circle at 56% 78%, rgba(19,36,54,0.035) 0, rgba(19,36,54,0.035) 150px, transparent 151px);
  background-blend-mode: normal;
}

/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1400px) {
  .sam-coming-soon__content {
    padding-left: 190px;
    padding-top: 110px;
  }

  .sam-coming-soon__title {
    max-width: 680px;
  }

  .sam-coming-soon__intro {
    max-width: 620px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1199px) {
  .sam-coming-soon {
    padding: 22px 14px;
  }

  .sam-coming-soon__card {
    min-height: calc(100vh - 44px);
    padding: 34px 30px 0;
    border-radius: 24px;
  }

  .sam-coming-soon__content {
    max-width: 100%;
    padding: 72px 0 120px 70px;
  }

  .sam-coming-soon__title {
    font-size: clamp(38px, 6vw, 58px);
  }

  .sam-coming-soon__intro {
    font-size: 18px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .sam-coming-soon {
    padding: 10px;
    min-height: auto;
  }

  .sam-coming-soon__card {
    min-height: calc(100vh - 20px);
    padding: 22px 20px 40px;
    border-width: 3px;
    border-radius: 20px;
  }

  .sam-coming-soon__brand {
    margin-bottom: 18px;
  }

  .sam-coming-soon__logo {
    max-width: 160px;
  }

  .sam-coming-soon__content {
    max-width: 100%;
    padding: 34px 0 90px 0;
  }

  .sam-coming-soon__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .sam-coming-soon__intro {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .sam-coming-soon__title {
    margin-bottom: 22px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.1;
  }

  .sam-coming-soon__form-wrap form {
    flex-direction: column;
    gap: 12px;
  }

  .sam-coming-soon__form-wrap input[type="email"],
  .sam-coming-soon__form-wrap input[type="submit"] {
    width: 100%;
    min-width: 100%;
    height: 56px;
    font-size: 16px;
  }

  .sam-coming-soon__card::before {
    left: -20px;
    bottom: 16px;
    width: 120px;
    height: 62px;
  }

  .sam-coming-soon__card::after {
    right: -18px;
    bottom: 18px;
    width: 92px;
    height: 160px;
  }
}