/* =========================
   Contact Page (MathWorks-like)
   ========================= */
.nt-contact-hero{
  padding: 36px 0 26px;
  background: #0d4f75;
  color: #fff;
}
.nt-contact-hero .nt-container{
  display:flex;
  align-items:center;
  justify-content:center;
}
.nt-contact-hero h1{
  margin:0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Wave / tech background area */
.nt-contact-help{
  position: relative;
  padding: 56px 0 40px;
  background: #f3f4f6;
  overflow:hidden;
}
.nt-contact-help::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1000px 280px at 50% 0%, rgba(255,255,255,.9), rgba(255,255,255,0)),
    repeating-linear-gradient(0deg, rgba(0,0,0,.03) 0, rgba(0,0,0,.03) 1px, transparent 1px, transparent 18px),
    repeating-linear-gradient(90deg, rgba(0,0,0,.03) 0, rgba(0,0,0,.03) 1px, transparent 1px, transparent 18px);
  opacity:.6;
  pointer-events:none;
}
.nt-contact-help .nt-container{ position:relative; }
.nt-contact-help h2{
  text-align:center;
  margin: 0 0 10px;
  font-size: 34px;
  color: #111827;
}
.nt-contact-help p.nt-lead{
  text-align:center;
  margin: 0 auto 28px;
  max-width: 720px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.nt-contact-cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.nt-contact-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  overflow:hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.nt-contact-card__img{
  height: 160px;
  background:#e5e7eb;
}
.nt-contact-card__img img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.nt-contact-card__body{
  padding: 18px 18px 16px;
}
.nt-contact-card__title{
  margin:0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color:#111827;
}
.nt-contact-card__list{
  margin: 0 0 14px 18px;
  padding:0;
  color:#374151;
  font-size: 14px;
  line-height:1.55;
}
.nt-contact-card__list li{ margin: 6px 0; }
.nt-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 6px;
  background:#0b6b8f;
  color:#fff;
  text-decoration:none;
  font-weight: 700;
  font-size: 13px;
}
.nt-contact-btn:hover{ opacity:.95; }

.nt-contact-offices{
  padding: 56px 0;
  background:#fff;
}
.nt-contact-offices h2{
  text-align:center;
  margin:0 0 10px;
  font-size: 30px;
  color:#111827;
}
.nt-contact-offices p.nt-lead{
  text-align:center;
  margin:0 auto 26px;
  max-width: 780px;
  color:#4b5563;
  font-size: 15px;
  line-height:1.6;
}

.nt-offices-grid{
  display:grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 22px;
  align-items:start;
  max-width: 1040px;
  margin: 0 auto;
}
.nt-office-left{
  padding: 12px 4px;
}
.nt-office-row{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.nt-office-select{
  display:flex;
  border:1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  overflow:hidden;
  background:#fff;
}
.nt-office-select select{
  border:0;
  padding: 10px 12px;
  font-size: 14px;
  outline:none;
  min-width: 260px;
  background:#fff;
}
.nt-office-phone{
  font-size: 22px;
  font-weight: 800;
  color:#0b6b8f;
  display:flex;
  align-items:center;
  gap:10px;
}
.nt-office-phone svg{ width:22px; height:22px; }
.nt-office-meta{
  margin-top: 8px;
  color:#111827;
  font-size: 14px;
  line-height: 1.6;
}
.nt-office-meta .nt-office-kicker{
  color:#a16207; /* amber-ish */
  font-weight: 800;
  letter-spacing:.2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}
.nt-office-meta a{ color:#0b6b8f; text-decoration:none; }
.nt-office-meta a:hover{ text-decoration:underline; }

.nt-hq-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  padding: 16px 16px 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}
.nt-hq-kicker{
  color:#a16207;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  margin:0 0 6px;
}
.nt-hq-title{
  margin:0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color:#111827;
}
.nt-hq-list{
  margin:0;
  padding:0;
  list-style:none;
  color:#374151;
  font-size: 14px;
  line-height:1.55;
}
.nt-hq-list li{
  display:flex;
  gap:10px;
  margin: 8px 0;
}
.nt-hq-list svg{ width:16px; height:16px; margin-top:3px; opacity:.9; }
.nt-hq-link{
  display:inline-block;
  margin-top: 8px;
  color:#0b6b8f;
  text-decoration:none;
  font-weight: 700;
  font-size: 13px;
}
.nt-hq-link:hover{ text-decoration:underline; }

@media (max-width: 980px){
  .nt-contact-cards{ grid-template-columns: 1fr; }
  .nt-offices-grid{ grid-template-columns: 1fr; }
  .nt-office-phone{ font-size: 20px; }
  .nt-contact-help h2{ font-size: 28px; }
}
