/* KD Roofers v3 contact.css — contact and estimate pages only */
.kd-contact-hero__actions{
  margin-top:1.35rem;
}
.kd-estimate-section__grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:clamp(1.6rem,4vw,3.5rem);
  align-items:start;
}
.kd-estimate-panel,
.kd-estimate-form-card{
  padding:var(--kd-card-padding);
  border:1px solid var(--kd-line);
  clip-path:var(--kd-roof-clip);
  background:#fff;
  box-shadow:var(--kd-shadow-sm);
}
.kd-estimate-panel__promise{
  display:grid;
  gap:1rem;
  margin-top:1.5rem;
}
.kd-estimate-panel__links{
  display:grid;
  gap:.75rem;
  margin-top:1.5rem;
}
.kd-ghl-form-embed{
  width:100%;
  min-width:0;
}
.kd-ghl-form-embed iframe{
  width:100%;
  border:0;
  display:block;
}
.kd-contact-route{
  position:relative;
  margin-top:2rem;
}
.kd-contact-route__line{
  height:2px;
  background:var(--kd-red);
  clip-path:polygon(0 0,100% 0,96% 100%,0 100%);
}
