@font-face {
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
}

body {
  background: #ffffff;
}

.contact-page,
.contact-page * {
  box-sizing: border-box;
}

.contact-page {
  color: #102744;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.contact-page a {
  color: inherit;
  text-decoration: none;
}

.contact-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 24%, rgba(49, 112, 188, 0.34), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 140, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #0b2545 0%, #0b2b50 54%, #09213f 100%);
}

.contact-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 33, 63, 0.42), transparent 28%, transparent 72%, rgba(9, 33, 63, 0.42)),
    radial-gradient(circle at 50% 45%, rgba(11, 37, 69, 0.10), rgba(11, 37, 69, 0.38) 78%);
}

.contact-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .78;
  background: url("/Home/Tpl/default/Public/images/coil-blueprint-banner.svg?v=20260607-simple-base5") center center / cover no-repeat;
}

.contact-hero-pattern svg {
  display: none;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 330px;
  padding-top: 84px;
  padding-bottom: 92px;
  text-align: left;
}

.contact-kicker {
  margin: 0 0 14px;
  color: #3170bc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
}

.contact-hero .contact-kicker {
  color: #ff8c00;
}

.contact-hero h1,
.contact-section-head h2,
.contact-form-card h2,
.contact-bottom-cta h2 {
  margin: 0;
  color: inherit;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: .01em;
}

.contact-hero p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 19px;
  line-height: 1.7;
}

.contact-main {
  padding: 48px 0 64px;
  background: #ffffff;
}

.contact-main-grid {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.contact-info-col {
  flex: 1 1 0;
  min-width: 0;
}

.contact-form-card {
  flex: 0 0 560px;
  min-width: 0;
  padding: 30px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.contact-card,
.contact-hours,
.contact-response {
  margin-bottom: 12px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  transition: all .2s ease;
}

.contact-card {
  display: flex;
  gap: 17px;
  min-height: 0;
  padding: 20px 16px;
}

.contact-card-with-qr {
  position: relative;
  min-height: 160px;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-left: 4px solid #ff8c00;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,.10);
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ff8c00;
  background: #fff3e2;
  transition: transform .3s ease;
}

.contact-icon svg {
  width: 16px;
  height: 16px;
}

.contact-card:hover .contact-icon {
  transform: scale(1.1) rotate(6deg);
}

.contact-hover-qr {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 108px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(.96);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.contact-card-with-qr:hover .contact-hover-qr {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.contact-hover-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-hover-qr small {
  display: block;
  margin-top: 4px;
  color: #65758b;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.contact-card span {
  display: block;
  text-transform: uppercase;
  color: #ff8c00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
}

.contact-card strong {
  display: block;
  margin-top: 6px;
  color: #1b365c;
  font-size: 18px;
  line-height: 1.32;
}

.contact-card p {
  margin: 6px 0 0;
  color: #7f8fa5;
  font-size: 13px;
  line-height: 1.55;
}

.contact-small-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  padding: 6px 14px;
  border: 1px solid #dce6f0;
  border-radius: 6px;
  color: #102744;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.contact-small-btn svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-small-btn svg + svg {
  margin-left: -3px;
}

.contact-action-btn {
  border-color: #dce6f0;
  color: #102744;
  background: #ffffff;
}

.contact-action-btn .contact-btn-arrow {
  transition: transform .18s ease;
}

.contact-action-btn:hover {
  border-color: #ff8c00;
  color: #ffffff;
  background: #ff8c00;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255,140,0,.22);
}

.contact-action-btn:hover .contact-btn-arrow {
  transform: translateX(3px);
}

.contact-hours h3,
.contact-response h3,
.contact-map-info h3 {
  margin: 0 0 14px;
  color: #102744;
  font-size: 20px;
  line-height: 1.3;
}

.contact-hours h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.contact-hours h3 em {
  color: #65758b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.contact-hours {
  background: #f4f7fb;
  border-color: #f4f7fb;
  padding: 20px 26px;
}

.contact-hours p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 4px 0;
  border-bottom: 0;
  color: #65758b;
  font-size: 14px;
  line-height: 1.45;
}

.contact-hours p strong {
  color: #102744;
  font-weight: 400;
  white-space: nowrap;
}

.contact-hours p:last-of-type {
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe7f0;
}

.contact-hours p strong em {
  margin-left: 10px;
  color: #16a34a;
  font-style: normal;
  font-size: 13px;
}

.contact-hours p strong em:before {
  content: "✓";
  margin-right: 5px;
}

.contact-hours p strong i {
  margin-left: 10px;
  color: #94a3b8;
  font-style: normal;
  font-size: 13px;
}

.contact-hours p strong i:before {
  content: "×";
  margin-right: 5px;
}

.contact-hours small {
  display: block;
  margin-top: 12px;
  color: #65758b;
  font-size: 12px;
  line-height: 1.5;
}

.contact-response {
  border: 1px solid #ffdca8;
  background: #fffaf3;
  padding: 20px 26px;
}

.contact-response h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.contact-response h3 b {
  margin-right: 6px;
  color: #ff8c00;
  font-size: 18px;
}

.contact-response ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-response li {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 16px;
  color: #65758b;
  font-size: 14px;
  line-height: 1.5;
}

.contact-response li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8c00;
}

.contact-form-card h2 {
  color: #1b365c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-form-intro,
.contact-form-foot {
  margin: 10px 0 24px;
  color: #8b9bb1;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form-intro a {
  color: #ff8c00;
}

.contact-form-row {
  margin-bottom: 18px;
}

.contact-form-row label {
  display: block;
  margin-bottom: 7px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.contact-form-row label em {
  color: #ff8c00;
  font-style: normal;
}

.contact-form-row label span {
  color: #94a3b8;
  font-weight: 400;
}

.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea,
.contact-captcha-row input {
  width: 100%;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  color: #102744;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
}

.contact-form-row input,
.contact-form-row select,
.contact-captcha-row input {
  height: 44px;
  padding: 0 16px;
}

.contact-form-row textarea {
  min-height: 138px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form-row input::-webkit-input-placeholder,
.contact-form-row textarea::-webkit-input-placeholder,
.contact-captcha-row input::-webkit-input-placeholder {
  color: #a0aec0;
}

.contact-form-row input:-ms-input-placeholder,
.contact-form-row textarea:-ms-input-placeholder,
.contact-captcha-row input:-ms-input-placeholder {
  color: #a0aec0;
}

.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder,
.contact-captcha-row input::placeholder {
  color: #a0aec0;
}

.contact-form-row select {
  color: #7f8fa5;
}

.contact-form-row input:focus,
.contact-form-row select:focus,
.contact-form-row textarea:focus,
.contact-captcha-row input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255,140,0,.12);
}

.contact-captcha-row {
  display: grid;
  grid-template-columns: 128px 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.contact-captcha-code,
.contact-captcha-refresh {
  height: 44px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #102744;
  cursor: pointer;
}

.contact-captcha-code {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: line-through;
  text-decoration-color: #ff8c00;
}

.contact-captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.contact-captcha-refresh:hover {
  color: #ff8c00;
  border-color: rgba(255,140,0,.38);
  background: rgba(255,140,0,.08);
}

.contact-captcha-refresh svg {
  width: 17px;
  height: 17px;
}

.contact-file-row {
  margin: 10px 0 10px;
}

.contact-file-row input {
  position: absolute;
  left: -9999px;
}

.contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-file-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #dce6f0;
  border-radius: 6px;
  color: #475569;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.contact-file-row label:hover {
  border-color: #ff8c00;
  background: #ff8c00;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 140, 0, .2);
}

.contact-file-row label.is-selected {
  border-color: rgba(255, 140, 0, .55);
  background: #fff7ed;
  color: #ff7a00;
  box-shadow: 0 10px 22px rgba(255, 140, 0, .12);
}

.contact-file-row label svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-file-row p {
  margin: 8px 0 0;
  color: #94a3b8;
  font-size: 13px;
}

.contact-file-feedback {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0 0;
  color: #334155;
  font-size: 13px;
  line-height: 18px;
}

.contact-file-feedback.is-visible {
  display: flex;
}

.contact-file-feedback.is-success {
  color: #1f4f85;
}

.contact-file-feedback.is-error {
  color: #dc2626;
}

.contact-file-name {
  display: block;
  max-width: min(520px, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.contact-file-clear {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ff7a00;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  cursor: pointer;
}

.contact-file-clear:hover {
  color: #d96100;
  text-decoration: underline;
}

.contact-agree-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 8px;
  color: #65758b;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.contact-agree-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

#captcha-display {
  flex: 0 0 124px;
  padding: 11px 12px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  color: #102744;
  background: #f4f7fb;
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  text-align: center;
  text-decoration: line-through;
  text-decoration-color: rgba(255,140,0,.58);
}

.contact-captcha-row input {
  flex: 1 1 auto;
  min-width: 92px;
  text-transform: uppercase;
}

.contact-submit {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #ff8c00;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  background: #f08200;
  box-shadow: 0 14px 28px rgba(255,140,0,.28);
}

.contact-form-foot {
  margin: 18px 0 0;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

.contact-clients {
  padding: 72px 0;
  background: #ffffff;
}

.contact-section-head {
  max-width: 760px;
  margin-bottom: 34px;
  text-align: left;
}

.contact-section-head h2 {
  color: #102744;
  font-size: 48px;
}

.contact-section-head > p:last-child {
  margin: 14px 0 0;
  color: #65758b;
  font-size: 17px;
  line-height: 1.7;
}

.contact-client-logos,
.contact-client-logos .list,
.contact-client-logos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.contact-client-logos .item,
.contact-client-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 180px;
  min-width: 160px;
  height: 92px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  list-style: none;
}

.contact-client-logos a,
.contact-client-logos span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: default;
}

.contact-client-logos img {
  max-width: 150px;
  max-height: 58px;
  opacity: .62;
  filter: grayscale(100%);
}

.contact-map {
  padding: 72px 0;
  background: #ffffff;
}

.contact-map-grid {
  display: flex;
  align-items: stretch;
  gap: 28px;
}

.contact-map-frame {
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.contact-map-info {
  flex: 0 0 360px;
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: #0b2545;
}

.contact-map-info div + div {
  margin-top: 24px;
}

.contact-map-info h3 {
  color: #ffffff;
}

.contact-map-info p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}

.contact-map-info a {
  display: block;
  margin-top: 28px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #ff8c00;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.contact-bottom-cta {
  padding: 50px 0;
  background: #0b2545;
}

.contact-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-bottom-cta h2 {
  color: #ffffff;
  font-size: 42px;
}

.contact-bottom-cta p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
}

.contact-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-bottom-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .contact-main-grid,
  .contact-map-grid,
  .contact-bottom-inner {
    display: block;
  }

  .contact-form-card,
  .contact-map-info {
    margin-top: 24px;
  }

  .contact-bottom-actions {
    margin-top: 24px;
    gap: 16px;
  }

  .contact-map-info {
    width: auto;
  }
}

@media (max-width: 767px) {
  .contact-container {
    padding: 0 18px;
  }

  .contact-hero-inner {
    min-height: 300px;
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .contact-hero h1 {
    font-size: 40px;
  }

  .contact-hero p:last-child {
    font-size: 16px;
    line-height: 1.65;
  }

  .contact-main,
  .contact-clients,
  .contact-map {
    padding: 44px 0;
  }

  .contact-card,
  .contact-hours,
  .contact-response,
  .contact-form-card {
    padding: 19px;
  }

  .contact-card {
    gap: 14px;
    padding: 20px 16px;
  }

  .contact-card-with-qr {
    min-height: 0;
  }

  .contact-hover-qr {
    display: none;
  }

  .contact-card strong {
    font-size: 18px;
  }

  .contact-form-card h2,
  .contact-section-head h2,
  .contact-bottom-cta h2 {
    font-size: 34px;
  }

  .contact-captcha-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-captcha-code,
  .contact-captcha-refresh {
    width: 100%;
  }

  .contact-captcha-row input {
    width: 100%;
  }

  .contact-client-logos {
    gap: 12px;
  }

  .contact-client-logos .item,
  .contact-client-logos li {
    flex-basis: calc(50% - 6px);
    min-width: 0;
    height: 78px;
  }

  .contact-client-logos img {
    max-width: 132px;
    max-height: 52px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 330px;
    height: 330px;
  }

  .contact-bottom-cta {
    padding: 42px 0 96px;
  }

  .contact-bottom-actions {
    margin-top: 20px;
    gap: 14px;
  }

  .contact-bottom-actions a {
    width: 100%;
  }
}

/* Legacy Android/Huawei fallback for inset shorthand. */
.contact-hero:after,
.contact-hero-pattern {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
