:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #292032;
  background: #faf8fb;
  font-synthesis: none;
  line-height: 1.55;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #662d91;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #662d91;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.skip {
  position: absolute;
  top: -90px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 2;
}
.skip:focus {
  top: 12px;
}
.header {
  max-width: 1220px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
  border-bottom: 1px solid #e6dfea;
}
.brand {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: #352041;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.monogram {
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 800;
}
.monogram span {
  color: #ee2a7b;
}
.help {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
}
.help span {
  margin-left: 10px;
}
main {
  max-width: 1150px;
  margin: 0 auto;
  padding: 76px 36px 65px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  column-gap: 90px;
  row-gap: 76px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #662d91;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.09;
  letter-spacing: -2.6px;
  margin: 0 0 25px;
  font-weight: 650;
}
h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.9px;
  margin: 0 0 18px;
}
.lede {
  font-size: 17px;
  color: #62546c;
  max-width: 440px;
  margin: 0;
}
.steps {
  list-style: none;
  margin: 38px 0;
  padding: 0;
}
.steps li {
  display: flex;
  gap: 20px;
  margin: 0 0 23px;
}
.steps li > span {
  font-size: 12px;
  color: #8556a6;
  border: 1px solid #e2d5ec;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.steps strong {
  font-size: 14px;
}
.steps p {
  font-size: 13px;
  line-height: 1.6;
  color: #6b5c74;
  margin: 5px 0;
  max-width: 350px;
}
.privacy {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #e6dfea;
  padding-top: 22px;
  color: #685a71;
}
.privacy > span {
  font-size: 29px;
  color: #662d91;
}
.privacy p {
  font-size: 12px;
  margin: 0;
}
.card {
  align-self: start;
  background: white;
  border: 1px solid #e4dbe9;
  border-radius: 18px;
  box-shadow: 0 16px 45px #32134209;
  overflow: hidden;
}
.card-top {
  padding: 20px 30px;
  border-bottom: 1px solid #eae3ef;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #662d91;
}
.card-body {
  padding: 32px 30px 27px;
}
.card-body > div > p:not(.eyebrow) {
  color: #6b5c74;
  font-size: 14px;
}
.card-body .eyebrow {
  font-size: 10px;
}
.card-body h2 {
  font-size: 29px;
}
form {
  margin-top: 26px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
input[type="text"] {
  width: 100%;
  height: 49px;
  border-radius: 7px;
  border: 1px solid #bcaac8;
  padding: 10px 12px;
  color: #34273e;
  background: #fff;
  font-family: monospace;
  font-size: 14px;
}
input[aria-invalid="true"] {
  border-color: #a1243e;
}
.field-help {
  font-size: 11px;
  color: #75647f;
  margin: 9px 0 24px;
}
button:not(.text-button),
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 50px;
  padding: 14px 18px;
  border: 0;
  border-radius: 7px;
  background: #662d91;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
button:hover,
.button:hover {
  background: #522174;
}
button:disabled,
.button[aria-disabled="true"] {
  background: #e7dfee;
  color: #685773;
  cursor: not-allowed;
}
.card-bottom {
  background: #f7f3fa;
  border-top: 1px solid #eae3ef;
  padding: 23px 30px;
  font-size: 13px;
}
.card-bottom p {
  margin: 6px 0 0;
  color: #685a71;
  font-size: 12px;
}
.feedback {
  font-size: 13px;
  color: #92213b;
  margin: 18px 0 0;
}
.feedback:empty {
  display: none;
}
dl {
  margin: 24px 0;
  padding: 19px;
  background: #faf8fb;
  border: 1px solid #eae3ef;
  border-radius: 8px;
}
dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #786681;
  margin-top: 15px;
}
dt:first-child {
  margin-top: 0;
}
dd {
  font-size: 14px;
  font-weight: 600;
  margin: 3px 0;
  overflow-wrap: anywhere;
}
.confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
.confirmation input {
  accent-color: #662d91;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 2px 0 0;
}
.text-button {
  border: 0;
  background: transparent;
  color: #662d91;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
  padding: 10px 0;
}
.text-button:hover {
  background: transparent;
}
.questions {
  grid-column: 1/-1;
  border-top: 1px solid #e6dfea;
  padding-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}
.questions h2 {
  font-size: 26px;
  max-width: 200px;
}
.questions details {
  padding: 0 0 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e6dfea;
  font-size: 13px;
}
.questions summary {
  font-weight: 600;
  cursor: pointer;
  min-height: 30px;
}
.questions p {
  color: #6b5c74;
  margin: 12px 0 0;
}
footer {
  padding: 25px 36px;
  max-width: 1220px;
  margin: auto;
  border-top: 1px solid #e6dfea;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: #786681;
  font-size: 11px;
}
footer nav {
  display: flex;
  gap: 24px;
}
footer a {
  color: #786681;
}
@media (max-width: 850px) {
  main {
    column-gap: 35px;
    padding-top: 50px;
  }
  h1 {
    font-size: 43px;
  }
  .card-body,
  .card-top,
  .card-bottom {
    padding-left: 23px;
    padding-right: 23px;
  }
  .questions {
    gap: 35px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 20px 22px;
  }
  main {
    display: flex;
    flex-direction: column;
    padding: 36px 22px 42px;
    gap: 32px;
  }
  .intro h1 {
    font-size: 43px;
  }
  .lede {
    font-size: 15px;
  }
  .steps {
    display: none;
  }
  .privacy {
    margin-top: 23px;
    padding-top: 18px;
  }
  .card {
    width: 100%;
    order: 1;
  }
  .questions {
    order: 2;
    display: block;
    padding-top: 30px;
  }
  .questions h2 {
    max-width: none;
    margin-bottom: 25px;
  }
  footer {
    padding: 24px 22px;
    flex-direction: column;
    gap: 12px;
  }
  footer nav {
    flex-wrap: wrap;
    gap: 16px;
  }
  .help {
    font-size: 12px;
  }
}
