
.nd-contact{
  --ndc-ink:#080808;
  --ndc-purple:#4a2bbf;
  --ndc-purple-dark:#4323ad;
  --ndc-panel:#eef8ff;
  --ndc-line:#d7e7f3;
  --ndc-muted:#526078;
  width:100%;
  max-width:1420px;
  margin:0 auto;
  padding:46px 30px 58px;
  font-family:inherit;
  color:var(--ndc-ink);
  box-sizing:border-box;
}
.nd-contact *{box-sizing:border-box}

.ndc-header{
  margin:0 0 26px 30px;
}
.ndc-header h1{
  margin:0;
  font-size:clamp(48px,4.7vw,64px);
  line-height:.98;
  font-weight:800;
  letter-spacing:-2px;
  color:#000;
}
.ndc-header p{
  margin:11px 0 0;
  font-size:23px;
  line-height:1.35;
  color:#111;
}

.ndc-locations{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:20px;
  margin-bottom:20px;
}

.ndc-location-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:342px;
  padding:34px 30px 24px;
  border:1px solid #d6eaf8;
  border-radius:13px;
  background:linear-gradient(180deg,#eef8ff 0%,#eaf6fe 100%);
}

.ndc-location-main{
  display:grid;
  grid-template-columns:155px minmax(0,1fr);
  gap:30px;
  align-items:center;
}

.ndc-location-icon{
  width:140px;
  height:130px;
  object-fit:contain;
  justify-self:center;
}

.ndc-location-copy{
  min-width:0;
  padding-top:0;
}

.ndc-kicker{
  display:block;
  margin-bottom:9px;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  color:#12172a;
  letter-spacing:.01em;
}

.ndc-location-copy h2{
  margin:0 0 11px;
  max-width:470px;
  font-size:26px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.55px;
  color:#070707;
  text-transform:none!important;
}

.ndc-location-copy p{
  margin:0 0 12px;
  max-width:470px;
  font-size:16px;
  line-height:1.52;
  color:#1c2638;
}

.ndc-address{
  display:inline-block;
  color:#080808;
  text-decoration:none;
  font-size:15px;
  line-height:1.52;
  font-weight:800;
}

.ndc-address:hover{text-decoration:none}

.ndc-location-note{
  display:flex;
  align-items:center;
  gap:20px;
  min-height:88px;
  margin-top:24px;
  padding:16px 24px;
  border-radius:11px;
  background:rgba(255,255,255,.82);
}

.ndc-location-note img{
  width:58px;
  height:58px;
  object-fit:contain;
}

.ndc-location-note strong{
  display:block;
  font-size:15px;
  line-height:1.3;
  color:#0b0b0b;
}

.ndc-location-note span{
  display:block;
  margin-top:5px;
  font-size:14px;
  line-height:1.4;
  color:#323d50;
}

.ndc-finance-note{
  justify-content:center;
  text-align:center;
  min-height:64px;
  padding:15px 18px;
}

.ndc-bottom{
  display:grid;
  grid-template-columns:minmax(0,.34fr) minmax(0,.66fr);
  gap:20px;
}

.ndc-support-card{
  padding:28px 30px 30px;
  border:1px solid #d6eaf8;
  border-radius:13px;
  background:linear-gradient(180deg,#eef8ff 0%,#eaf6fe 100%);
}

.ndc-support-top{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:20px;
  align-items:start;
}

.ndc-wa-icon{
  width:66px;
  height:66px;
  object-fit:contain;
}

.ndc-support-top h2{
  margin:3px 0 7px;
  font-size:24px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.35px;
  color:#070707;
  text-transform:none!important;
}

.ndc-support-top p{
  margin:0 0 9px;
  font-size:14px;
  line-height:1.45;
  color:#334155;
}

.ndc-number{
  color:#0b0b0b;
  text-decoration:none;
  font-size:17px;
  font-weight:800;
}

.ndc-number:hover{text-decoration:underline}

.ndc-divider{
  height:1px;
  margin:24px 0;
  border-top:1px solid #b9ddf6;
}

.ndc-hours-block h3,
.ndc-email-block h3{
  margin:0 0 12px;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
  color:#0a0a0a;
}

.ndc-hours-row{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:14px;
  margin:0 0 8px;
  font-size:14px;
  line-height:1.35;
  color:#152034;
}

.ndc-hours-row strong{font-weight:500}

.ndc-hours-block p{
  margin:17px 0 0;
  font-size:13px;
  line-height:1.5;
  color:#45556f;
}

.ndc-wa-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:52px;
  margin-top:21px;
  border-radius:7px;
  background:linear-gradient(90deg,#4a2bbf,#4323ad);
  color:#fff!important;
  text-decoration:none!important;
  font-size:15px;
  font-weight:800;
}

.ndc-wa-button:hover{filter:brightness(1.03)}

.ndc-email-block a{
  color:#0b0b0b;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  overflow-wrap:anywhere;
}

.ndc-email-block a:hover{text-decoration:underline}

.ndc-form-card{
  padding:28px 30px 30px;
  border:1px solid #d7e4ee;
  border-radius:13px;
  background:#fff;
}

.ndc-form-card h2{
  margin:0;
  font-size:27px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.45px;
  color:#080808;
  text-transform:none!important;
}

.ndc-form-intro{
  margin:6px 0 21px;
  font-size:15px;
  line-height:1.4;
  color:#344258;
}

.ndc-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 18px;
}

.ndc-form label{
  display:block;
  margin:0;
}

.ndc-form label span{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  line-height:1.1;
  font-weight:800;
  color:#121827;
}

.ndc-form input,
.ndc-form select,
.ndc-form textarea{
  width:100%;
  border:1px solid #cbd7e1;
  border-radius:7px;
  background:#fff;
  color:#111827;
  font:inherit;
  font-size:14px;
  outline:none;
  transition:border-color .15s,box-shadow .15s;
}

.ndc-form input,
.ndc-form select{
  height:49px;
  padding:0 15px;
}

.ndc-form textarea{
  height:100px;
  min-height:100px;
  padding:13px 15px;
  resize:vertical;
}

.ndc-form input::placeholder,
.ndc-form textarea::placeholder{color:#8793a6}

.ndc-form input:focus,
.ndc-form select:focus,
.ndc-form textarea:focus{
  border-color:#7d67d8;
  box-shadow:0 0 0 3px rgba(74,43,191,.10);
}

.ndc-message{grid-column:1/-1}

.ndc-form button{
  grid-column:1/-1;
  height:52px;
  margin-top:4px;
  border:0;
  border-radius:6px;
  background:linear-gradient(90deg,#4a2bbf,#4323ad);
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
}

.ndc-form button:hover{filter:brightness(1.03)}

.ndc-alert{
  margin:0 0 15px;
  padding:11px 13px;
  border-radius:6px;
  font-size:13px;
}

.ndc-success{
  background:#edf9f0;
  color:#176b37;
  border:1px solid #bfe4c9;
}

.ndc-error{
  background:#fff2f2;
  color:#9c2d2d;
  border:1px solid #efcaca;
}

.ndc-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

@media(max-width:1120px){
  .ndc-locations{grid-template-columns:1fr 1fr}
  .ndc-location-main{grid-template-columns:120px 1fr;gap:22px}
  .ndc-location-icon{width:110px;height:110px}
  .ndc-location-copy h2{font-size:23px}
  .ndc-bottom{grid-template-columns:.40fr .60fr}
  .ndc-support-card,.ndc-form-card{padding:24px}
}

@media(max-width:820px){
  .nd-contact{padding:32px 16px 42px}
  .ndc-header{margin-left:0}
  .ndc-header p{font-size:18px}
  .ndc-locations,.ndc-bottom{grid-template-columns:1fr}
  .ndc-location-main{grid-template-columns:120px 1fr}
}

@media(max-width:540px){
  .ndc-location-card{padding:22px 18px}
  .ndc-location-main{grid-template-columns:1fr;gap:14px}
  .ndc-location-icon{width:105px;height:96px;justify-self:start}
  .ndc-location-copy h2{font-size:22px}
  .ndc-location-note{padding:14px 16px}
  .ndc-support-card{padding:22px 18px}
  .ndc-support-top{grid-template-columns:62px 1fr;gap:16px}
  .ndc-wa-icon{width:56px;height:56px}
  .ndc-support-top h2{font-size:22px}
  .ndc-form-card{padding:22px 17px}
  .ndc-form{grid-template-columns:1fr}
  .ndc-message,.ndc-form button{grid-column:auto}
}


/* v1.3.2 — Email support mirrors WhatsApp support */
.ndc-email-top{
  margin:0;
}

.ndc-email-top .ndc-email-icon{
  width:66px !important;
  height:66px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  object-fit:contain !important;
}

.ndc-email-top .ndc-email-address{
  display:inline-block;
  overflow-wrap:anywhere;
}

@media(max-width:540px){
  .ndc-email-top .ndc-email-icon{
    width:56px !important;
    height:56px !important;
  }
}

