.webform-confirmation {
  max-width: 860px;
  margin: 0 auto;
}

.webform-confirmation .vw-confirm {
  max-width: 760px;
  margin: 2rem auto;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #17312e;
}

.webform-confirmation .vw-confirm__hero {
  background: linear-gradient(135deg, #1d7874 0%, #155a5e 100%);
  color: #fff;
  padding: 2rem;
  border-radius: 18px;
  margin-bottom: 1rem;
}

.webform-confirmation .vw-confirm__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.webform-confirmation .vw-confirm__hero h1 {
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 1.15;
}

.webform-confirmation .vw-confirm__hero p {
  margin: 0.5rem 0 0;
  color: rgba(255,255,255,0.96);
}

.webform-confirmation .vw-confirm__card {
  background: #fff;
  border: 1px solid #dfe9e6;
  border-radius: 18px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.webform-confirmation .vw-confirm__card--highlight {
  background: #fff8e8;
  border-color: #f0d28a;
}

.webform-confirmation .vw-confirm__card--contact {
  background: #f6f3ff;
  border-color: #d9d0ff;
}

.webform-confirmation .vw-confirm__card h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #1d7874;
  font-size: 1.35rem;
}

.webform-confirmation .vw-confirm__card p:last-child {
  margin-bottom: 0;
}

.webform-confirmation .vw-confirm__table {
  width: 100%;
  border-collapse: collapse;
}

.webform-confirmation .vw-confirm__table td {
  padding: 0.6rem 0;
  vertical-align: top;
  border-bottom: 1px solid #edf3f1;
}

.webform-confirmation .vw-confirm__table tr:last-child td {
  border-bottom: none;
}

.webform-confirmation .vw-confirm__table td:first-child {
  width: 140px;
  color: #5b756f;
}

.webform-confirmation .vw-confirm__footer {
  text-align: center;
  padding: 0.75rem 0 0.25rem;
  color: #56706a;
}

.webform-confirmation .webform-confirmation__back {
  display: none;
}

@media (max-width: 700px) {
  .webform-confirmation .vw-confirm {
    margin: 1.25rem auto;
  }

  .webform-confirmation .vw-confirm__hero,
  .webform-confirmation .vw-confirm__card {
    padding: 1.2rem;
  }

  .webform-confirmation .vw-confirm__hero h1 {
    font-size: 1.65rem;
  }

  .webform-confirmation .vw-confirm__table td {
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: none;
  }

  .webform-confirmation .vw-confirm__table tr {
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf3f1;
  }

  .webform-confirmation .vw-confirm__table tr:last-child {
    border-bottom: none;
  }

  .webform-confirmation .vw-confirm__table td:first-child {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}