body,
button,
input {
  font-family: Arial, sans-serif;
}

.request-link {
  width: auto;
  margin: 9px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2e2ed6;
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
}

dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 30px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 80px #0006;
  color: #142032;
}

dialog::backdrop {
  background: #07172fbb;
}

.dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dialog-head small {
  color: #2e2ed6;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.dialog-head h2 {
  margin: 6px 0 0;
  font-size: 29px;
}

.dialog-close {
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #edf0f8;
  color: #142032;
  font-size: 25px;
  line-height: 1;
}

dialog > p {
  margin: 12px 0 4px;
  color: #687384;
}

#code-request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

#code-request-form label,
#code-request-form input,
#code-request-form button,
#request-message {
  grid-column: 1 / -1;
}

#request-message {
  min-height: 20px;
  margin: 12px 0 0;
  color: #a12d2d;
  font-weight: 700;
}

#request-message.success {
  color: #176a37;
}

.website-field {
  position: absolute;
  left: -10000px;
}

@media (max-width: 520px) {
  dialog { padding: 22px; }
}

.download-all {
  margin-top: 18px;
}

.download-all a {
  display: inline-block;
  min-width: 310px;
  padding: 14px 18px;
  border-radius: 9px;
  background: #2e2ed6;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}

.download-all a small {
  margin-left: 12px;
  font-weight: 400;
}

@media (max-width: 520px) {
  .download-all a { width: 100%; min-width: 0; }
}

body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

input,
textarea,
select {
  -webkit-user-select: text;
  user-select: text;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

@media print {
  body { display: none !important; }
}

.copy h1,
.card h2,
.resultHead h2,
.steps h2,
.copy .steps h2 {
  font-family: Arial, sans-serif;
}

@media (min-width: 901px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    gap: 24px;
  }

  .card {
    justify-self: start;
  }
}
