
/* Wrapper */
.tc-valuation{
  max-width: 560px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
}

/* Steps */
.tc-steps{
  list-style: none;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0;
  margin: 0 0 18px;
}
.tc-step{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.18);
  opacity: .55;
}
.tc-step.is-active{
  opacity: 1;
  border-color: rgba(0,0,0,.35);
}

/* Panels */
.tc-panel{ display:none; }
.tc-panel.is-active{ display:block; }

.tc-kicker{
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: .7;
}
.tc-title{
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
}
.tc-text{ margin: 0; opacity: .85; }

/* Fields */
.tc-field{ margin-bottom: 14px; }
.tc-label{
  display:block;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: .85;
}

/* Address input (Step 1) */
.tc-address{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  outline: none;
}

/* Buttons */
.tc-actions{
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content: space-between;
  margin-top: 6px;
}
.tc-btn{
  border-radius: 999px;
  padding: 12px 16px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}
.tc-btn-primary{
  background: #111;
  color: #fff;
  border-color: #111;
}
.tc-btn-ghost{ background: transparent; }

/* Error */
.tc-error{ color: #b00020; font-size: 12px; margin-top: 6px; }

/* CF7 styling inside wrapper */
.tc-cf7-steps-wrap .wpcf7-form-control:not(.wpcf7-submit){
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  outline: none;
}

.tc-cf7-steps-wrap .wpcf7-submit{
  border-radius: 999px !important;
  padding: 12px 16px !important;
  font-weight: 700 !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  cursor: pointer !important;
  width: 100%;
}

.tc-cf7-steps-wrap .wpcf7-response-output{
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
}

/* Error message */
.tc-cf7-steps-error{
  padding: 12px 14px;
  border: 1px solid rgba(176,0,32,.35);
  border-radius: 12px;
  background: rgba(176,0,32,.06);
}
