/* money/money.css — локальные стили раздела "Заработать" */
.muted{color:#6b7280}
.earn-hero{
  width:min(1100px,96%); margin:20px auto;
  background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 10px 20px rgba(0,0,0,.05);
  padding:24px;
}
.earn-hero__text h1{margin:0 0 10px; font-size:clamp(24px,4vw,36px)}
.earn-hero__text p{margin:0 0 14px}
.earn-hero__cta{display:flex; gap:10px; flex-wrap:wrap}
.earn-hero__note{margin-top:6px; font-size:.95rem; color:#6b7280}

.earn-section{width:min(1100px,96%); margin:20px auto; background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 10px 20px rgba(0,0,0,.05);}
.earn-section__head{padding:18px 20px; border-bottom:1px solid #e5e7eb}
.earn-section__head h2{margin:0 0 6px}

.card-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px; padding:16px}
.earn-card{border:1px solid #e5e7eb; border-radius:12px; padding:16px; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,.05); display:flex; flex-direction:column; gap:10px}
.earn-card__badge{align-self:flex-start; background:#ff6600; color:#fff; padding:6px 10px; border-radius:999px; font-size:.9rem}
.earn-card__title{margin:0}
.earn-card__subtitle{margin:0; color:#6b7280}
.earn-card__list{margin:8px 0 0 18px}
.earn-card__list li{margin:.25em 0}
.earn-card__actions{display:flex; gap:10px; flex-wrap:wrap}
.btn-ghost{display:inline-block; padding:10px 14px; border-radius:10px; border:1px dashed #e5e7eb; color:inherit; text-decoration:none}
.btn-ghost:hover{background:#0000000d}
.earn-card__foot{font-size:.9rem}

.earn-faq{width:min(1100px,96%); margin:20px auto; padding:20px; background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 10px 20px rgba(0,0,0,.05);}
.faq-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:12px}
.faq-item{border:1px solid #e5e7eb; border-radius:12px; padding:14px; background:#fff}

.earn-cta{width:min(1100px,96%); margin:20px auto; text-align:center; background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 10px 20px rgba(0,0,0,.05); padding:24px}
