.fs-section{padding:64px 0}.section-head{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.section-head h2{max-width:600px}.section-head p{color:var(--ink-muted);font-size:17px;margin:0;max-width:none}.fs-dl-featured{align-items:center;background:var(--green-light);border-radius:16px;display:grid;gap:24px;grid-template-columns:72px 1fr auto;margin-bottom:32px;padding:28px}.fs-dl-pdf{align-items:center;background:var(--paper);border-radius:6px;box-shadow:0 4px 12px rgba(26,58,31,.15);display:flex;height:88px;justify-content:center;position:relative;width:72px}.fs-dl-pdf-label{color:var(--green-dark);font-size:14px;font-weight:800;letter-spacing:.04em}.fs-dl-fold{background:var(--orange);clip-path:polygon(0 0,100% 0,100% 100%);height:18px;position:absolute;right:0;top:0;width:18px}.fs-dl-tag{color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.1em;margin-bottom:6px;text-transform:uppercase}.fs-dl-featured h3{color:var(--green-darkest);font-size:22px;margin-bottom:4px}.fs-dl-featured p{color:var(--ink);font-size:15px;margin:0}.fs-dl-others{color:var(--green-darkest);font-size:18px;letter-spacing:.08em;margin:0 0 16px;text-transform:uppercase}.fs-dl-rows{display:grid;gap:12px}.fs-dl-row{align-items:center;border:2px solid var(--line);border-radius:10px;color:var(--ink);display:grid;gap:16px;grid-template-columns:32px 1fr auto;padding:18px 22px;text-decoration:none;transition:border-color .15s ease,background .15s ease}.fs-dl-row:hover{background:var(--green-paler);border-color:var(--green)}.fs-dl-chip{background:var(--green-light);border-radius:4px;color:var(--green-dark);font-size:11px;font-weight:700;padding:4px 6px;text-align:center}.fs-dl-row strong{font-size:16px}.fs-dl-rowmeta{color:var(--ink-muted);font-size:13px;margin-top:2px}.fs-dl-action{color:var(--green-dark);font-weight:700}@media (max-width:700px){.fs-dl-featured{grid-template-columns:72px 1fr}.fs-dl-featured .fs-btn{grid-column:1/-1;justify-content:center;width:100%}}