.download-access {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(64, 139, 194, .18), transparent 34%),
    linear-gradient(145deg, #071c2e, #0b2d49);
  color: #fff;
}

.download-access-copy h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5.6vw, 70px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.download-access-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(235, 243, 249, .72);
  font-size: 15px;
  line-height: 1.8;
}

.download-access-copy ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.download-access-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.55;
}

.download-access-copy li::before {
  content: "";
  position: absolute;
  top: .56em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8ac55;
  box-shadow: 0 0 0 5px rgba(216, 172, 85, .12);
}

.download-access-form {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.download-access-step {
  display: inline-block;
  margin-bottom: 32px;
  color: #d8ac55;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.download-access-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.download-access-form input {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  outline: none;
  padding: 0 17px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font: 700 clamp(18px, 3vw, 25px)/1 "Manrope", Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.download-access-form input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.download-access-form input:focus {
  border-color: #d8ac55;
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 0 0 4px rgba(216, 172, 85, .11);
}

.download-access-form button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  border: 0;
  padding: 0 18px;
  background: #d8ac55;
  color: #102639;
  font: 800 11px "Manrope", Arial, sans-serif;
  letter-spacing: .03em;
  cursor: pointer;
  transition: transform .2s, background .2s;
}

.download-access-form button:hover {
  transform: translateY(-2px);
  background: #e2b961;
}

.download-access-form > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .47);
  font-size: 10px;
  line-height: 1.65;
}

@media (max-width: 880px) {
  .download-access {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .download-access-form input {
    font-size: 17px;
    letter-spacing: .08em;
  }
}
