/* assets/css/pages.css */

.lead--lower{
  margin-top: 12px;
}

.fact{
  display:flex;
  flex-direction:column;
  gap: 4px;
}

.fact__v{
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
  color: var(--text);
  line-height: 1.15;
}

.fact__k{
  font-size: 13px;
  color: var(--muted);
}

.card--check-ok{
  background: rgba(233, 247, 241, .58);
  border-color: rgba(46,46,46,.10);
}

.card--check-ok .field select,
.card--check-ok .field input{
  background: rgba(255,255,255,.78);
}

.checkResult{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
}

.checkResult--ok{
  background: rgba(233, 247, 241, .72);
  border-color: rgba(46,46,46,.10);
}

.checkResult--bad{
  background: rgba(255,255,255,.28);
}

.checkResult__title{
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.checkResult__title--ok{
  color: var(--text);
}

.checkResult__title--bad{
  color: var(--muted);
}

.section{
  scroll-margin-top: 110px;
}

.accordion{
  display:grid;
  gap: 10px;
}

.accItem{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.35);
}

.accQ{
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
  text-align:left;
}

.accIcon{
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  opacity: .55;
  transition: transform .22s ease;
}

.accItem.is-open .accIcon{
  transform: rotate(180deg);
}

.accA{
  max-height: 0px;
  transition: max-height .26s ease;
}

.accA__inner{
  padding: 0 14px 14px;
}

.checkStack{
  max-width: 860px;
}

.checkStack > * + *{
  margin-top: 18px;
}

.confettiRoot{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  pointer-events: none;
  z-index: 120;
}

.confetti{
  position: absolute;
  bottom: 0;
  will-change: transform;
  box-shadow: 0 10px 24px rgba(46,46,46,.06);
}

#donorForm{
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
