.hdc-shell {
  --hdc-ink: #17243d;
  --hdc-soft: #edf7ff;
  --hdc-line: #d9edfc;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(22px, 7vw, 84px);
  background: transparent;
  color: var(--hdc-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}
.hdc-shell * {
  box-sizing: border-box;
}
.hdc-shell:before,
.hdc-shell:after,
.hdc-line {
  display: none;
}
.hdc-shell:before {
  width: 650px;
  height: 230px;
  left: -270px;
  top: -125px;
  transform: rotate(8deg);
}
.hdc-shell:after {
  width: 720px;
  height: 260px;
  right: -400px;
  bottom: -120px;
  transform: rotate(-11deg);
}
.hdc-line-one {
  width: 480px;
  height: 130px;
  right: -160px;
  top: 160px;
  transform: rotate(13deg);
}
.hdc-line-two {
  width: 540px;
  height: 120px;
  left: -290px;
  bottom: 210px;
  transform: rotate(-8deg);
}
.hdc-heading {
  max-width: 700px;
  margin-bottom: 48px;
}
.hdc-kicker {
  margin: 0 0 17px;
  color: #5e7b99;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
}
.hdc-heading h1 {
  margin: 0 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.hdc-heading > p:last-child {
  margin: 0;
  color: #66758a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
}
.hdc-form {
  position: relative;
  width: 100%;
  max-width: none;
}
.hdc-form label > span:first-child {
  display: block;
  margin-bottom: 9px;
  color: #40536c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hdc-form input[type="text"],
.hdc-form input[type="email"],
.hdc-form input[type="tel"],
.hdc-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bcd5e9;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--hdc-ink);
  font: inherit;
  font-size: 17px;
  box-shadow: none;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.hdc-form input {
  height: 52px;
  padding: 8px 12px;
}
.hdc-form textarea {
  min-height: 170px;
  padding: 18px;
  resize: vertical;
  border: 1px solid #cfe2f1;
}
.hdc-form input:focus,
.hdc-form textarea:focus {
  border-color: var(--hdc-accent);
  background: color-mix(in srgb, white 18%, transparent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hdc-accent) 12%, transparent);
}
.hdc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 26px;
}
.hdc-form > label {
  display: block;
  margin-bottom: 38px;
}
.hdc-message-options {
  margin: 0;
  padding: 0;
  border: 0;
}
.hdc-message-options legend {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}
.hdc-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.hdc-tabs button {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid #cfe2f1;
  border-radius: 2px;
  background: transparent;
  color: var(--hdc-ink);
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
}
.hdc-tabs button:hover,
.hdc-tabs button.is-active {
  border-color: var(--hdc-accent);
  background: color-mix(in srgb, white 18%, transparent);
  box-shadow: 0 9px 32px rgba(55, 121, 176, 0.09);
}
.hdc-tab-icon {
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cde4f7;
  border-radius: 50%;
  color: var(--hdc-accent);
  font-family: Georgia, serif;
  font-size: 23px;
}
.hdc-mic {
  position: relative;
}
.hdc-mic svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hdc-tabs strong,
.hdc-tabs small {
  display: block;
}
.hdc-tabs strong {
  font-size: 15px;
}
.hdc-tabs small {
  margin-top: 5px;
  color: #718095;
  font-size: 12px;
}
.hdc-panel {
  position: relative;
}
.hdc-shell .hdc-form .hdc-panel > label {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.hdc-shell .hdc-form .hdc-panel textarea {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
}
.hdc-count {
  position: absolute;
  right: 12px;
  bottom: 7px;
  margin: 0;
  color: #90a0b3;
  font-size: 11px;
}
.hdc-recorder {
  display: flex;
  align-items: center;
  gap: 19px;
  min-height: 140px;
  padding: 24px;
  border: 1px solid #cfe2f1;
  background: transparent;
}
.hdc-record {
  display: grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--hdc-accent);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.hdc-record-dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--hdc-accent);
  transition: 0.2s;
}
.hdc-record.is-recording {
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--hdc-accent) 14%, transparent);
}
.hdc-record.is-recording .hdc-record-dot {
  border-radius: 3px;
}
.hdc-recorder p {
  margin: 5px 0 0;
  color: #75859a;
  font-size: 13px;
}
.hdc-level {
  width: min(190px, 38vw);
  height: 3px;
  margin-top: 10px;
  overflow: hidden;
  background: color-mix(in srgb, var(--hdc-accent) 13%, transparent);
}
.hdc-level span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--hdc-accent);
  transition: width 80ms linear;
}
.hdc-timer {
  margin-left: auto;
  color: #49637f;
  font-variant-numeric: tabular-nums;
}
.hdc-playback {
  padding: 18px;
  border: 1px solid #cfe2f1;
  border-top: 0;
  background: transparent;
}
.hdc-playback audio {
  width: 100%;
}
.hdc-discard {
  display: block;
  margin: 12px auto 0;
  border: 0;
  background: none;
  color: #667d94;
  text-decoration: underline;
  cursor: pointer;
}
.hdc-consent {
  display: flex !important;
  gap: 11px;
  margin: 28px 0 18px !important;
  align-items: flex-start;
}
.hdc-consent input {
  flex: 0 0 auto;
  width: 17px !important;
  height: 17px !important;
  margin-top: 2px;
}
.hdc-consent span {
  margin: 0 !important;
  color: #66758a !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.hdc-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.hdc-submit {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 1px solid var(--hdc-accent);
  background: var(--hdc-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.hdc-submit:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}
.hdc-submit i {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
}
.hdc-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}
.hdc-status {
  min-height: 24px;
  color: #327049;
  font-size: 13px;
}
.hdc-status.is-error {
  color: #a23b3b;
}
.hdc-privacy {
  margin: 18px 0 0;
  text-align: center;
  color: #8493a6;
  font-size: 11px;
  line-height: 1.6;
}
.hdc-success {
  padding: 80px 20px;
  text-align: center;
}
.hdc-success-mark {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid var(--hdc-accent);
  border-radius: 50%;
  color: var(--hdc-accent);
  font-size: 27px;
}
.hdc-success h2 {
  font:
    400 clamp(30px, 4vw, 48px)/1.15 Georgia,
    serif;
}
.hdc-success p {
  color: #68798d;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 640px) {
  .hdc-grid,
  .hdc-tabs {
    grid-template-columns: 1fr;
  }
  .hdc-grid {
    gap: 24px;
  }
  .hdc-tabs button {
    min-height: 82px;
  }
  .hdc-shell {
    padding: 48px 20px;
  }
  .hdc-recorder {
    gap: 13px;
    padding: 18px;
  }
  .hdc-record {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }
  .hdc-timer {
    position: absolute;
    right: 36px;
    margin-top: 72px;
  }
}
