/* Register your product, official URL, two trees.
   Reuses contact.css (.contact__*) and adn.css (.apply__*). */

.reg-hp{
  position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;
}
.register-ok{
  margin:0;
  font-size:15.5px; line-height:1.7; color:var(--atl-ink-200);
}
.register-ok[hidden]{ display:none !important; }
.register-ok strong{ color:#fff; }
.register-error{
  grid-column:1 / -1;
  margin:0;
  font-size:13.5px; line-height:1.5; color:#f3c1c6;
}
.register-error[hidden]{ display:none !important; }

/* Get a quote: official HeaderSimple, no hero photo. */
.quotehead{
  background:var(--atl-ink-1000);
  padding:clamp(36px,5vw,72px) 0 8px;
}
.quotehead .section-title{ margin:0 0 14px; }
.quotehead__lede{
  margin:0;
  max-width:62ch;
  font-size:16px;
  line-height:1.7;
  color:var(--atl-ink-200);
}
.page-quote .contact{ border-top:none; padding-top:clamp(28px,4vw,48px); }

.apply__file{ position:relative; }
.apply__file input[type="file"]{
  position:absolute; width:1px; height:1px; opacity:0; overflow:hidden;
}
