/* Contact Us — TargoLegal */
.cu-page{
  --cu-navy:#011226;
  --cu-navy-2:#0a2647;
  --cu-coral:#ff655d;
  --cu-coral-soft:rgba(255,101,93,.12);
  --cu-ink:#0d1b2e;
  --cu-muted:#5a6b7d;
  --cu-line:#e5eaf0;
  --cu-bg:#f4f6f9;
  --cu-white:#fff;
  color:var(--cu-ink);
  background:var(--cu-bg);
}

.cu-page .tlx-main-hero{min-height:auto;}
.cu-page .tlx-hero-container{padding-top:48px;padding-bottom:52px;}

.cu-brand-mark{
  display:inline-block;
  font-size:clamp(1.65rem,3.2vw,2.35rem);
  font-weight:800;
  letter-spacing:-.03em;
  color:#fff;
  line-height:1.1;
  margin:0 0 .55rem;
}
.cu-brand-mark span{color:var(--cu-coral);}

.cu-page .tlx-hero-copy h1{
  font-size:clamp(1.85rem,3.6vw,2.85rem);
  max-width:18ch;
}

/* Quick reach */
.cu-reach{
  position:relative;
  margin-top:-28px;
  z-index:2;
  padding:0 0 8px;
}
.cu-reach-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.cu-reach-link{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px 18px 16px;
  background:var(--cu-white);
  border:1px solid var(--cu-line);
  border-radius:14px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 10px 28px rgba(1,18,38,.06);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.cu-reach-link:hover{
  transform:translateY(-3px);
  border-color:rgba(255,101,93,.35);
  box-shadow:0 16px 36px rgba(1,18,38,.1);
  color:inherit;
  text-decoration:none;
}
.cu-reach-ico{
  flex-shrink:0;
  width:44px;height:44px;
  border-radius:12px;
  display:grid;place-items:center;
  background:var(--cu-navy);
  color:#fff;
}
.cu-reach-link.is-wa .cu-reach-ico{background:#128c7e;}
.cu-reach-link.is-mail .cu-reach-ico{background:var(--cu-coral);}
.cu-reach-ico svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.cu-reach-kicker{
  display:block;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--cu-coral);
  margin-bottom:2px;
}
.cu-reach-title{
  display:block;
  font-size:1.05rem;
  font-weight:700;
  color:var(--cu-navy);
  line-height:1.25;
}
.cu-reach-meta{
  display:block;
  margin-top:4px;
  font-size:.82rem;
  color:var(--cu-muted);
  line-height:1.4;
}

/* Connect / form */
.cu-connect{padding:56px 0 24px;}
.cu-connect-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:40px 48px;
  align-items:start;
}
.cu-eyebrow{
  display:inline-block;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--cu-coral);
  margin-bottom:.65rem;
}
.cu-connect h2{
  font-size:clamp(1.55rem,2.6vw,2.1rem);
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--cu-navy);
  margin:0 0 .75rem;
  line-height:1.2;
}
.cu-connect-lead{
  font-size:1rem;
  color:var(--cu-muted);
  line-height:1.65;
  margin:0 0 1.5rem;
  max-width:42ch;
}
.cu-trust-list{
  list-style:none;
  margin:0 0 1.75rem;
  padding:0;
  display:grid;
  gap:12px;
}
.cu-trust-list li{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:10px;
  align-items:start;
  font-size:.92rem;
  color:var(--cu-ink);
  line-height:1.45;
}
.cu-trust-list li svg{
  width:18px;height:18px;margin-top:2px;
  stroke:var(--cu-coral);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;
}
.cu-trust-list strong{font-weight:700;color:var(--cu-navy);}
.cu-hours{
  padding:14px 16px;
  border-left:3px solid var(--cu-coral);
  background:rgba(1,18,38,.03);
  border-radius:0 10px 10px 0;
}
.cu-hours strong{
  display:block;
  font-size:.88rem;
  color:var(--cu-navy);
  margin-bottom:2px;
}
.cu-hours span{
  font-size:.84rem;
  color:var(--cu-muted);
  line-height:1.45;
}

.cu-form-panel{
  background:var(--cu-white);
  border:1px solid var(--cu-line);
  border-radius:16px;
  padding:28px 28px 24px;
  box-shadow:0 14px 40px rgba(1,18,38,.07);
}
.cu-form-panel h3{
  font-size:1.2rem;
  font-weight:800;
  color:var(--cu-navy);
  margin:0 0 .35rem;
}
.cu-form-panel > p{
  font-size:.9rem;
  color:var(--cu-muted);
  margin:0 0 1.25rem;
  line-height:1.5;
}
.cu-field{margin-bottom:1rem;}
.cu-field label{
  display:block;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.02em;
  color:var(--cu-navy);
  margin-bottom:.4rem;
}
.cu-field label .req{color:var(--cu-coral);}
.cu-field label .opt{
  font-weight:500;
  color:var(--cu-muted);
  letter-spacing:0;
}
.cu-field input,
.cu-field select,
.cu-field textarea{
  width:100%;
  border:1px solid #d8e0ea;
  border-radius:10px;
  padding:12px 14px;
  font-size:.95rem;
  color:var(--cu-ink);
  background:#fff;
  transition:border-color .2s,box-shadow .2s;
  font-family:inherit;
}
.cu-field textarea{min-height:96px;resize:vertical;}
.cu-field input:focus,
.cu-field select:focus,
.cu-field textarea:focus{
  outline:none;
  border-color:var(--cu-coral);
  box-shadow:0 0 0 3px rgba(255,101,93,.16);
}
.cu-field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.cu-submit{
  width:100%;
  margin-top:.35rem;
  border:0;
  border-radius:10px;
  padding:14px 18px;
  background:var(--cu-coral);
  color:#fff;
  font-weight:700;
  font-size:1rem;
  cursor:pointer;
  transition:background .2s,transform .2s;
}
.cu-submit:hover{background:#e5534c;transform:translateY(-1px);}
.cu-form-note{
  margin:12px 0 0;
  font-size:.78rem;
  color:var(--cu-muted);
  text-align:center;
  line-height:1.45;
}
.cu-form-note a{color:var(--cu-coral);text-decoration:none;}
.cu-form-note a:hover{text-decoration:underline;}

/* Offices */
.cu-offices{
  padding:40px 0 64px;
  background:var(--cu-white);
  border-top:1px solid var(--cu-line);
}
.cu-offices-head{
  max-width:40rem;
  margin-bottom:28px;
}
.cu-offices-head h2{
  font-size:clamp(1.45rem,2.4vw,1.95rem);
  font-weight:800;
  color:var(--cu-navy);
  margin:0 0 .5rem;
}
.cu-offices-head p{
  margin:0;
  color:var(--cu-muted);
  font-size:.95rem;
  line-height:1.55;
}
.cu-office-list{display:grid;gap:12px;}
.cu-office{
  display:grid;
  grid-template-columns:minmax(140px,180px) 1fr auto;
  gap:16px 24px;
  align-items:start;
  padding:20px 22px;
  border:1px solid var(--cu-line);
  border-radius:12px;
  background:#fafbfc;
  transition:border-color .2s,background .2s;
}
.cu-office:hover{
  border-color:rgba(255,101,93,.3);
  background:#fff;
}
.cu-office-city{
  font-size:1.15rem;
  font-weight:800;
  color:var(--cu-navy);
  margin:0 0 4px;
  line-height:1.2;
}
.cu-office-tag{
  display:inline-block;
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--cu-coral);
  background:var(--cu-coral-soft);
  padding:3px 8px;
  border-radius:4px;
}
.cu-office-tag.is-hq{
  color:#8a6d00;
  background:rgba(255,193,7,.14);
}
.cu-office address{
  font-style:normal;
  font-size:.9rem;
  color:var(--cu-muted);
  line-height:1.65;
  margin:0;
}
.cu-office-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:stretch;
  min-width:132px;
}
.cu-office-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 12px;
  border-radius:8px;
  font-size:.8rem;
  font-weight:700;
  text-decoration:none;
  transition:background .2s,color .2s;
}
.cu-office-actions a svg{
  width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.cu-oa-call{
  background:var(--cu-navy);
  color:#fff;
}
.cu-oa-call:hover{background:#0a2647;color:#fff;}
.cu-oa-map{
  background:transparent;
  color:var(--cu-navy);
  border:1px solid var(--cu-line);
}
.cu-oa-map:hover{border-color:var(--cu-coral);color:var(--cu-coral);}

/* Motion */
@media (prefers-reduced-motion:no-preference){
  .cu-reach-link{animation:cuRise .55s ease both;}
  .cu-reach-link:nth-child(2){animation-delay:.08s;}
  .cu-reach-link:nth-child(3){animation-delay:.16s;}
  .cu-form-panel{animation:cuRise .6s .12s ease both;}
  @keyframes cuRise{
    from{opacity:0;transform:translateY(12px);}
    to{opacity:1;transform:none;}
  }
}

@media (max-width:991px){
  .cu-reach{margin-top:-18px;}
  .cu-reach-grid{grid-template-columns:1fr;}
  .cu-connect-grid{grid-template-columns:1fr;gap:28px;}
  .cu-office{
    grid-template-columns:1fr;
    gap:12px;
  }
  .cu-office-actions{
    flex-direction:row;
    min-width:0;
  }
  .cu-office-actions a{flex:1;}
}

@media (max-width:575px){
  .cu-form-panel{padding:22px 18px 18px;}
  .cu-field-row{grid-template-columns:1fr;}
  .cu-page .tlx-hero-container{padding-top:36px;padding-bottom:40px;}
}
