.rdn-consumer-page {
  --consumer-ink: #172033;
  --consumer-muted: #586b83;
  overflow: clip;
  color: var(--consumer-ink);
  background: #fff;
}

.rdn-consumer-hero {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    linear-gradient(rgba(23, 32, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 12% 100%, rgba(3, 169, 244, 0.18), transparent 32%),
    radial-gradient(circle at 94% 0, rgba(237, 91, 85, 0.17), transparent 30%),
    #f6fbfe;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.rdn-consumer-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.56fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.rdn-consumer-hero h1,
.rdn-consumer-form-copy h2 {
  margin: 18px 0 0;
  font-family: var(--rdn-heading-font);
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.rdn-consumer-hero h1 em {
  display: block;
  color: #087fc1;
  font-style: normal;
}

.rdn-consumer-hero__layout > div > p:not(.rdn-legal-kicker) {
  max-width: 760px;
  margin: 22px 0 26px;
  color: var(--consumer-muted);
  font-size: 17px;
  line-height: 1.7;
}

.rdn-consumer-hero aside {
  padding: 30px;
  border: 1px solid #d5e4ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(23, 51, 79, 0.13);
}

.rdn-consumer-hero aside strong {
  font-size: 20px;
}

.rdn-consumer-hero aside ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--consumer-muted);
  font-size: 14px;
  line-height: 1.55;
  list-style: none;
}

.rdn-consumer-hero aside li {
  position: relative;
  padding-left: 25px;
}

.rdn-consumer-hero aside li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: #24a15b;
  content: "✓";
  font-weight: 900;
}

.rdn-consumer-form-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background: #f2f7fb;
}

.rdn-consumer-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}

.rdn-consumer-form-copy {
  position: sticky;
  top: 120px;
}

.rdn-consumer-form-copy h2 {
  font-size: clamp(38px, 4.4vw, 58px);
}

.rdn-consumer-form-copy > p:not(.rdn-legal-kicker) {
  margin: 20px 0 0;
  color: var(--consumer-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rdn-consumer-form-copy__anchors {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.rdn-consumer-form-copy__anchors span {
  padding: 17px;
  border-left: 3px solid #03a9f4;
  border-radius: 0 12px 12px 0;
  color: var(--consumer-muted);
  background: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.rdn-consumer-form-copy__anchors strong {
  display: block;
  margin-bottom: 4px;
  color: var(--consumer-ink);
}

.rdn-consumer-form-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #d7e3ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(25, 48, 72, 0.11);
}

.rdn-consumer-form-card form,
.rdn-consumer-form-card label {
  display: grid;
}

.rdn-consumer-form-card form {
  gap: 20px;
}

.rdn-consumer-form-card label {
  gap: 8px;
  color: #25364c;
  font-size: 13px;
  font-weight: 800;
}

.rdn-consumer-form-card label > span {
  color: #d93535;
}

.rdn-consumer-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rdn-consumer-form-card :is(input, select, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd9e4;
  border-radius: 10px;
  color: #172033;
  background: #fbfdff;
  font: inherit;
  font-weight: 500;
}

.rdn-consumer-form-card textarea {
  min-height: 118px;
  resize: vertical;
}

.rdn-consumer-form-card :is(input, select, textarea):focus {
  border-color: #038acb;
  outline: 3px solid rgba(3, 169, 244, 0.16);
}

.rdn-consumer-form-card button {
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #087fc1;
  box-shadow: 0 12px 26px rgba(3, 135, 201, 0.24);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.rdn-consumer-form-card button:hover,
.rdn-consumer-form-card button:focus-visible {
  background: #ed5b55;
  outline: 3px solid rgba(237, 91, 85, 0.2);
  outline-offset: 3px;
}

.rdn-consumer-form-card__privacy {
  margin: 0;
  color: #68788d;
  font-size: 12px;
  line-height: 1.55;
}

.rdn-consumer-form-card__privacy a,
.rdn-consumer-help a {
  color: #087fc1;
  font-weight: 800;
}

.rdn-consumer-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.rdn-consumer-notice {
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 1px solid;
  border-radius: 13px;
}

.rdn-consumer-notice strong {
  font-size: 17px;
}

.rdn-consumer-notice p {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.rdn-consumer-notice--success {
  border-color: #80c99e;
  color: #14643a;
  background: #edf9f2;
}

.rdn-consumer-notice--error {
  border-color: #efaaa6;
  color: #8c2e29;
  background: #fff2f1;
}

.rdn-consumer-help {
  padding: 42px 0;
  border-top: 1px solid #d7e4ed;
  background: #fff;
  text-align: center;
}

.rdn-consumer-help strong {
  font-size: 20px;
}

.rdn-consumer-help p {
  margin: 9px 0 0;
  color: var(--consumer-muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .rdn-consumer-hero__layout,
  .rdn-consumer-form-layout {
    grid-template-columns: 1fr;
  }

  .rdn-consumer-form-copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .rdn-consumer-hero {
    padding-block: 52px 64px;
  }

  .rdn-consumer-hero h1 {
    font-size: clamp(39px, 12vw, 53px);
  }

  .rdn-consumer-hero__layout > div > p:not(.rdn-legal-kicker) {
    font-size: 15px;
  }

  .rdn-consumer-hero aside,
  .rdn-consumer-form-card {
    padding: 22px;
    border-radius: 18px;
  }

  .rdn-consumer-form-grid {
    grid-template-columns: 1fr;
  }
}
