.dtc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr);
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
  color: #123e33;
}

.dtc__intro > p:first-child {
  margin-top: 0;
  color: #b74f2f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dtc h1 {
  margin: .6rem 0 1.25rem;
  font: clamp(2.6rem, 5vw, 4.7rem)/1.02 Georgia, serif;
  letter-spacing: -.045em;
}

.dtc__intro > p {
  max-width: 48ch;
  line-height: 1.7;
}

.dtc__context {
  padding: .85rem 1rem;
  border-left: 4px solid #b74f2f;
  background: #fff7ef;
}

.dtc__form {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid #cbd9d2;
  border-radius: 1.3rem;
  background: #f6f5ee;
}

.dtc__form p {
  margin: 0 0 1rem;
}

.dtc__form label {
  display: block;
  margin-bottom: .35rem;
  font-weight: 700;
}

.dtc__form input:not([type=checkbox], [type=radio]),
.dtc__form textarea,
.dtc__form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #78988a;
  border-radius: .6rem;
  background: #fff;
  padding: .8rem;
  color: #123e33;
  font: inherit;
}

.dtc__form input:focus-visible,
.dtc__form textarea:focus-visible,
.dtc__form select:focus-visible,
.dtc__form button:focus-visible,
.dtc__form a:focus-visible {
  outline: 3px solid #efb49d;
  outline-offset: 2px;
}

.dtc__collaboration {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid #a9beb4;
  border-radius: 1rem;
  background: linear-gradient(135deg, #edf4ef, #fff8f1);
}

.dtc__collaboration-heading {
  grid-column: 1 / -1;
  margin-bottom: .9rem;
}

.dtc__collaboration-heading > p:first-child {
  margin: 0 0 .35rem;
  color: #a94428;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dtc__collaboration-heading h2 {
  margin: 0 0 .45rem;
  color: #123e33;
  font: 700 clamp(1.35rem, 2.5vw, 1.75rem)/1.12 Georgia, serif;
  letter-spacing: -.025em;
}

.dtc__collaboration-heading > p:last-child {
  margin: 0;
  color: #365d50;
  font-size: .92rem;
  line-height: 1.5;
}

.dtc__collaboration label span {
  color: #526f64;
  font-size: .82rem;
  font-weight: 400;
}

.dtc__reasons {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
}

.dtc__reasons legend {
  margin-bottom: .65rem;
  font-weight: 800;
}

.dtc__reasons label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: start;
  margin: 0;
  padding: .8rem;
  border: 1px solid #a9beb4;
  border-radius: .8rem;
  background: #fff;
  cursor: pointer;
}

.dtc__reasons label:has(input:checked) {
  border-color: #123e33;
  background: #eaf2ed;
}

.dtc__reasons input {
  margin-top: .28rem;
}

.dtc__reasons small {
  display: block;
  margin-top: .2rem;
  color: #46665a;
  font-weight: 400;
  line-height: 1.4;
}

.dtc__consent label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .55rem;
  align-items: start;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.45;
}

.dtc__consent input {
  margin-top: .22rem;
}

.dtc__consent a,
.dtc__error a {
  color: #123e33;
  font-weight: 800;
  text-underline-offset: .2em;
}

.dtc__error {
  margin-bottom: 1.1rem;
  padding: .9rem 1rem;
  border-left: 4px solid #a23824;
  border-radius: .25rem .75rem .75rem .25rem;
  background: #fff0ec;
  color: #672719;
}

.dtc__error p {
  margin: 0 0 .35rem;
}

.dtc__trap {
  position: absolute !important;
  left: -9999px !important;
}

.dtc button {
  border: 0;
  border-radius: 999px;
  background: #123e33;
  color: #fff;
  padding: .85rem 1.2rem;
  font: 700 1rem/1 system-ui, sans-serif;
  cursor: pointer;
}

.dtc button:hover,
.dtc button:focus-visible {
  background: #275b48;
}

.dt-thankyou {
  max-width: 760px;
  margin: 4rem auto 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #f4f7f0, #f9f3ec);
  color: #123e33;
}

.dt-thankyou > p:first-child {
  margin: 0 0 .8rem;
  color: #b74f2f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dt-thankyou h1 {
  margin: 0 0 1rem;
  font: clamp(2.5rem, 5vw, 4.4rem)/1.03 Georgia, serif;
  letter-spacing: -.045em;
}

.dt-thankyou p {
  max-width: 58ch;
  line-height: 1.7;
}

.dt-thankyou a,
.dt-thankyou__context a {
  color: #123e33;
  font-weight: 800;
  text-underline-offset: .25em;
}

.dt-thankyou__context {
  max-width: 760px;
  margin: 0 auto 6rem;
  padding: 1.35rem;
  border: 1px solid #cbd9d2;
  border-radius: 1rem;
  background: #fff;
  color: #123e33;
}

.dt-thankyou__context h2 {
  margin: 0 0 .55rem;
  color: #123e33;
}

.dt-thankyou__context p {
  margin: 0 0 .75rem;
}

@media (max-width: 760px) {
  .dtc {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1rem 4rem;
  }

  .dt-thankyou,
  .dt-thankyou__context {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dtc__collaboration {
    grid-template-columns: 1fr;
  }
}
