.help-requirements{flex-direction:column;gap:32px;max-width:min(900px,90vw);margin:0 auto 64px;display:flex}.help-req-card{background:#fff;border-radius:16px;grid-template-rows:auto auto;grid-template-columns:48px 1fr;gap:24px 20px;padding:32px 36px;display:grid;box-shadow:0 2px 16px #0000000f}.help-req-icon{background:var(--accent-light);width:48px;height:48px;color:var(--accent2);border-radius:12px;flex-shrink:0;grid-area:1/1;justify-content:center;align-items:center;display:flex}.help-req-icon svg{width:24px;height:24px}.help-req-body{grid-area:1/2}.help-req-title{color:var(--text-1);margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700}.help-req-desc{color:var(--text-2);margin:0;font-size:.95rem;line-height:1.7}.help-req-examples{grid-column:1/-1;gap:30px;display:flex}.help-example-slot{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.help-example-img{border-radius:10px;width:100%}.help-example-label{letter-spacing:.03em;font-size:.8rem;font-weight:600}.help-example-label.bad{color:var(--red)}.help-example-label.good{color:#2a7a4b}.help-cta{text-align:center;padding:16px 20px}.help-cta-text{color:var(--text-2);max-width:480px;margin:0 auto 24px;font-size:.95rem;line-height:1.7}@media (width<=600px){.help-req-card{grid-template-rows:auto auto auto;grid-template-columns:1fr;row-gap:16px;padding:24px 20px}.help-req-icon{grid-area:1/1}.help-req-body{grid-area:2/1}.help-req-examples{grid-area:3/1}}