.tahc-co-shell {
  max-width: 1180px;
  margin: 0 auto 36px;
  padding: 0 5px 88px;
  color: #172033;
  font-family: Montserrat, sans-serif;
}

.tahc-co-panel {
  background: #fff;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  padding: 38px 36px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .06);
}

.tahc-co-kicker,
.tahc-co-source {
  font-size: 13px;
  color: #5b677a;
}

.tahc-co-panel h2 {
  margin: 4px 0 8px;
  color: #0f315f;
  font-size: 27.52px;
  line-height: 1.2;
  font-weight: 800;
}

.tahc-co-copy {
  background: #f6f8fb;
  border-left: 4px solid #255f85;
  padding: 12px 14px;
  margin: 16px 0;
}


.tahc-co-conduct-brief {
  margin: 0 0 22px;
}

.tahc-co-conduct-brief h3 {
  margin: 0 0 12px;
  color: #0f315f;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.tahc-co-conduct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tahc-co-conduct-card {
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #fbfcfe;
  padding: 14px 16px;
}

.tahc-co-conduct-card h4 {
  margin: 0 0 7px;
  color: #00295b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.tahc-co-conduct-card p {
  margin: 0;
  line-height: 1.5;
}

.tahc-co-conduct-card ul {
  margin: 0;
  padding-left: 18px;
}

.tahc-co-conduct-card li {
  margin: 0 0 5px;
  line-height: 1.45;
}

.tahc-co-conduct-card li:last-child {
  margin-bottom: 0;
}

.tahc-co-copy p {
  margin: 7px 0;
}

.tahc-co-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.tahc-co-field {
  grid-column: span 12;
}

.tahc-co-span-3 { grid-column: span 3; }
.tahc-co-span-4 { grid-column: span 4; }
.tahc-co-span-6 { grid-column: span 6; }
.tahc-co-span-8 { grid-column: span 8; }

.tahc-co-field label,
.tahc-co-signoff label {
  display: block;
  font-weight: 650;
  margin-bottom: 6px;
}

.tahc-co-field span,
.tahc-co-signoff span {
  color: #b42318;
}

.tahc-co-field input[type="text"],
.tahc-co-field input[type="email"],
.tahc-co-field input[type="tel"],
.tahc-co-field input[type="number"],
.tahc-co-field input[type="date"],
.tahc-co-field select,
.tahc-co-field textarea,
.tahc-co-signoff input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b8c4d2;
  border-radius: 6px;
  padding: 10px 11px;
  font: inherit;
}

.tahc-co-field select[multiple] {
  min-height: 138px;
}

.tahc-co-hidden {
  display: none !important;
}

.tahc-co-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 8px 0;
}

.tahc-co-options label,
.tahc-co-agreement {
  font-weight: 500;
}

.tahc-co-option-hidden {
  display: none !important;
}

.tahc-co-agreement {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfe;
}

.tahc-co-progress {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 34px;
}

.tahc-co-progress-step {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.tahc-co-progress-step:first-child {
  flex: 0 0 auto;
}

.tahc-co-progress-line {
  flex: 1 1 auto;
  height: 6px;
  background: #e8eef5;
}

.tahc-co-progress-line.is-filled {
  background: #00295b;
}

.tahc-co-progress-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 3px solid #00295b;
  border-radius: 50%;
  background: #fff;
  color: #00295b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tahc-co-progress-step.is-complete .tahc-co-progress-dot,
.tahc-co-progress-step.is-current .tahc-co-progress-dot {
  background: #00295b;
  color: #fff;
}

.tahc-co-progress-mobile {
  display: none;
}

.tahc-co-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.tahc-co-back {
  order: 1;
}

.tahc-co-next {
  order: 2;
  margin-left: auto;
}

.tahc-co-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #aeb9c7;
  border-radius: 6px;
  background: #fff;
  color: #00295b;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
}

.tahc-co-btn-primary {
  background: #00295b;
  border-color: #00295b;
  color: #fff;
}

.tahc-co-submit {
  background: #f4b223;
  border-color: #f4b223;
  color: #00295b;
}

.tahc-co-skill-repeater {
  display: grid;
  gap: 10px;
}

.tahc-co-skill-list {
  display: grid;
  gap: 10px;
}

.tahc-co-skill-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.5fr) minmax(92px, .6fr) minmax(88px, .6fr) minmax(150px, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.tahc-co-skill-delete,
.tahc-co-skill-add {
  min-height: 40px;
}

.tahc-co-skill-add {
  justify-self: start;
}

.tahc-co-errors {
  border: 1px solid #f2a7a7;
  background: #fff3f3;
  color: #8a1f1f;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.tahc-co-signoff {
  margin-top: 18px;
  max-width: 220px;
}

.tahc-co-review-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding: 0 0 18px;
  border-bottom: 3px solid #00295b;
}

.tahc-co-review-head h2 {
  margin: 0;
}

.tahc-co-review-head p {
  margin: 0;
  color: #637187;
  font-size: 12px;
  text-align: right;
}

.tahc-co-review-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.tahc-co-review-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.tahc-co-review-group > h3 {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid #d9e2ec;
  background: #f7f9fc;
  color: #0f315f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.tahc-co-review-item {
  padding: 12px 14px;
}

.tahc-co-review-item h4 {
  margin: 0;
  color: #0f315f;
  font-size: 14px;
  line-height: 1.35;
}

.tahc-co-review-item p {
  margin: 4px 0 0;
  color: #33455f;
  font-size: 13px;
  line-height: 1.45;
}

.tahc-co-review-edit {
  color: #00295b;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}

.tahc-co-review-certification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 14px;
  background: #fff9e9;
  border-left: 4px solid #f4b223;
}

.tahc-co-review-certification strong {
  color: #0f315f;
  font-weight: 800;
}

.tahc-co-review-certification span {
  display: block;
  margin-top: 3px;
  color: #33455f;
  font-size: 13px;
}

.tahc-co-review-skills {
  display: grid;
  gap: 8px;
}

.tahc-co-review-skill {
  display: grid;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edf1f5;
}

.tahc-co-review-skill:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tahc-co-review-skill span {
  color: #4b5563;
}

.tahc-co-auth {
  text-align: center;
}

.tahc-co-auth h2 {
  font-size: 30px;
}

@media (max-width: 720px) {
  .tahc-co-progress-desktop {
    display: none;
  }

  .tahc-co-progress-mobile {
    display: flex;
  }

  .tahc-co-progress-mobile .tahc-co-progress-dot {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 11px;
  }

  .tahc-co-progress-mobile .tahc-co-progress-line {
    height: 5px;
  }

  .tahc-co-panel {
    padding: 22px 18px;
  }

  .tahc-co-conduct-grid {
    grid-template-columns: 1fr;
  }

  .tahc-co-span-3,
  .tahc-co-span-4,
  .tahc-co-span-6,
  .tahc-co-span-8 {
    grid-column: span 12;
  }

  .tahc-co-actions {
    flex-direction: column;
  }

  .tahc-co-next {
    margin-left: 0;
  }

  .tahc-co-btn {
    width: 100%;
  }

  .tahc-co-skill-row {
    grid-template-columns: 1fr;
  }

  .tahc-co-review-groups {
    grid-template-columns: 1fr;
  }

  .tahc-co-review-head {
    display: block;
  }

  .tahc-co-review-head p {
    margin-top: 8px;
    text-align: left;
  }

  .tahc-co-review-certification {
    align-items: flex-start;
    flex-direction: column;
  }

}
