@charset "UTF-8";

:root {
  --contact-bg: #F3F8FB;
  --contact-text: #1d313c;
  --contact-line: #E4EAEE;
  --contact-muted: #6a7b85;
  --contact-field-bg: #FFF;
  --contact-placeholder: #a8b4bb;
  --contact-required: #ca1239;
  --step-active: #173947;
  --step-idle: #c4ced4;
}

.contact-page {
  background: var(--contact-bg);
  color: var(--contact-text);
}

.low-kv {
  padding: 86px 0 74px;
  background:
    radial-gradient(70% 130% at 0% 100%, rgba(245, 203, 212, 0.65) 0%, rgba(245, 203, 212, 0) 55%),
    radial-gradient(56% 120% at 100% 85%, rgba(248, 176, 189, 0.58) 0%, rgba(248, 176, 189, 0) 58%),
    radial-gradient(75% 120% at 100% 0%, rgba(175, 185, 221, 0.42) 0%, rgba(175, 185, 221, 0) 70%),
    linear-gradient(90deg, #c8d1e3 0%, #f6ebef 50%, #c7cee2 100%);
}

.low-kv__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.low-content__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.low-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 96px;
  font-size: 14px;
  font-weight: 500;
}

.low-breadcrumb > * {
  display: inline-flex;
  align-items: center;
}

.low-breadcrumb > * + *::before {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/vector.svg) no-repeat center / contain;
}

.low-breadcrumb a {
  color: var(--contact-text);
}

.lead-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.product-contact-page .low-kv p {
  font-size: min(1.1vw, 16px);
}

.product-contact-page .low-breadcrumb {
  margin-bottom: 64px;
}

.product-contact-note {
  margin: 18px 0 0;
  color: #1d313c;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}

.product-contact-note span {
  font-size: 20px;
  margin-right: 4px;
}

.form-step {
  margin: 56px auto 44px;
  max-width: 384px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-step li {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--step-idle);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.form-step li + li::before {
  content: "";
  position: absolute;
  left: -95px;
  top: 50%;
  width: 84px;
  border-top: 1px solid #bcc8cf;
}

.form-step li.is-active {
  background: var(--step-active);
}

.catalog-form-wrap {
  margin-top: 0;
  border-top: 1px solid var(--contact-line);
}

.contact-form {
  margin: 0;
}

.form-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 24px;
  align-items: center;
  padding: 22px 16px;
  border-bottom: 1px solid var(--contact-line);
}

.form-row:last-of-type {
  border-bottom: 0;
}

.form-row > label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.sub-label {
  font-size: 14px;
  font-weight: 700;
}

.required {
  width: 46px;
  height: 24px;
  border-radius: 999px;
  background: var(--contact-required);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.required.optional {
  opacity: 0;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field textarea {
  width: 100%;
  border: 1px solid #d6dde2;
  background: var(--contact-field-bg);
  color: var(--contact-text);
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 14px;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"] {
  height: 52px;
}

.field textarea {
  height: 190px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--contact-placeholder);
}

.note {
  margin: 10px 0 10px;
  color: var(--contact-text);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.checkbox-row {
  align-items: start;
}

.checkbox-row > label,
.checkbox-row > .required {
  margin-top: 12px;
}

.checks-grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 18px 38px;
  padding-top: 4px;
}
.checks-grid p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 768px) { 
  .checks-grid p {
    gap: 20px;
    flex-direction: column;
  }
  .checks-grid p br {
    display: none;
  }
}

.checks-grid label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.checks-grid input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--step-active);
}

.form-submit {
  text-align: center;
  margin-top: 44px;
}

/* ======================
   Contact Form 7 adjust
====================== */
.contact-page .wpcf7 form {
  margin: 0;
}

.contact-page .wpcf7 p {
  margin: 0;
}

@media screen and (max-width: 768px) { 
  .contact-page .wpcf7 p {
    display: flex;
  }
  .required {
      margin-left: auto;
  }
}

.contact-page .wpcf7 .form-submit p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-page .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-page .field .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}

.contact-page .wpcf7 input[type="text"],
.contact-page .wpcf7 input[type="email"],
.contact-page .wpcf7 input[type="tel"],
.contact-page .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  writing-mode: horizontal-tb;
}

.contact-page .wpcf7 label,
.contact-page .wpcf7 .wpcf7-list-item-label {
  writing-mode: horizontal-tb;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-page .checks-grid .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 38px;
  width: 100%;
}

.contact-page .checks-grid .wpcf7-list-item {
  margin: 0;
  width: 100%;
}

.contact-page .checks-grid .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-page .checks-grid .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.5;
}

.contact-page .checks-grid .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--step-active);
}

.contact-page .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ca1239;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  writing-mode: horizontal-tb;
}

.contact-page .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-page .wpcf7 form.invalid .wpcf7-response-output,
.contact-page .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-page .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #ca1239;
  background: #fff1f4;
  color: #7d1532;
}

.contact-page .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #2f8f61;
  background: #eefaf4;
  color: #1d6f49;
}

.confirm-form-wrap .form-row {
  grid-template-columns: 170px 1fr;
  column-gap: 56px;
}

.confirm-form-wrap .form-row label {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.confirm-value {
  color: #1f3743;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.confirm-value-message {
  white-space: pre-wrap;
}

.contact-complete-box {
  margin-top: 42px;
  padding: 72px 24px;
  background: #FFF;
  text-align: center;
}

.contact-complete-box h2 {
  margin: 0 0 30px;
  font-size: clamp(30px, 2.3vw, 36px);
  line-height: 1.35;
  font-weight: 700;
}

.contact-complete-box p {
  margin: 24px 0 0;
  color: #1f3743;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.catalog-download-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.catalog-download-card {
  background: #f5f7f9;
  border-radius: 10px;
  overflow: hidden;
}

.catalog-download-thumb {
  background: #98a7b0;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-download-thumb img {
  width: 170px;
  height: auto;
}

.catalog-download-body {
  padding: 22px 20px 24px;
  background: #FFF;
}

.catalog-download-title {
  margin: 0;
  min-height: 64px;
  color: #1f3743;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.pdf-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border-radius: 999px;
  background: #ca1239;
  color: #fff;
  font-weight: 700;
  padding: 0 8px;
  flex-shrink: 0;
}

.catalog-download-name {
  display: block;
}

.catalog-download-body div .primary-btn {
  text-align: center;
}
.primary-btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 60px;
  padding: 0 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.primary-btn::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}


.download-btn {
  min-width: 260px;
  height: 56px;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
}

.download-btn::after {
  content: "";
  background: #fff url("../images/common/file_download.svg") no-repeat center / 16px 16px;
}

@media screen and (max-width: 768px) {
  .low-kv {
    padding: 56px 0 48px;
  }

  .low-kv__inner {
    padding: 0 16px;
  }
  .low-kv p {
    font-size: 24px;
  }

  .product-contact-page .low-kv p {
    font-size: 13px;
    line-height: 1.4;
  }

  .low-content {
    padding: 22px 0 72px;
  }

  .low-content__inner {
    padding: 0 16px;
  }

  .low-breadcrumb {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .lead-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .product-contact-note {
    margin-top: 10px;
    font-size: 14px;
  }

  .form-step {
    margin: 28px auto 24px;
    max-width: 250px;
  }

  .form-step li {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .form-step li + li::before {
    left: -64px;
    width: 56px;
  }

  .form-row {
    grid-template-columns: 1fr auto;
    row-gap: 8px;
    padding: 14px 0;
  }

  .form-row > label {
    font-size: 16px;
    line-height: 1.5;
  }

  .sub-label {
    font-size: 12px;
  }

  .field {
    grid-column: 1 / 3;
  }

  .confirm-form-wrap .form-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .confirm-value {
    font-size: 14px;
    line-height: 1.85;
  }

  .contact-complete-box {
    margin-top: 28px;
    padding: 44px 16px;
  }

  .contact-complete-box h2 {
    font-size: 26px;
  }

  .contact-complete-box p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .catalog-download-grid {
    margin-top: 26px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-download-thumb {
    padding: 16px;
  }

  .catalog-download-thumb img {
    width: 140px;
  }

  .catalog-download-body {
    padding: 14px 14px 18px;
  }

  .catalog-download-title {
    min-height: 0;
    font-size: 16px;
  }

  .pdf-badge {
    min-width: 44px;
    height: 24px;
    font-size: 12px;
  }

  .download-btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    margin-top: 12px;
    font-size: 16px;
  }

  .field input[type="text"],
  .field input[type="email"],
  .field input[type="tel"] {
    height: 44px;
    font-size: 14px;
  }

  .field textarea {
    height: 150px;
    font-size: 14px;
  }

  .checks-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-page .checks-grid .wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .checks-grid label {
    font-size: 14px;
  }

  .note {
    font-size: 12px;
  }

  .form-submit {
    margin-top: 30px;
  }

  .primary-btn {
    min-width: 0;
    height: 54px;
    font-size: 18px;
  }

}


.contact-page.product-contact-page.harness-alert-catalog-page .checks-grid .wpcf7-checkbox {
    grid-template-columns: 1fr;
}