.guide-band{background:linear-gradient(135deg,var(--green-paler) 0,var(--green-light) 100%);border-bottom:1px solid var(--line);border-top:1px solid var(--line);overflow:hidden;padding:72px 0;position:relative}.guide-band:before{background:radial-gradient(circle,rgba(199,93,31,.12) 0,transparent 70%);content:"";height:420px;pointer-events:none;position:absolute;right:-100px;top:-120px;width:420px}.guide-band .wrap{display:grid;gap:40px;grid-template-columns:110px 1fr auto}.guide-band .icon,.guide-band .wrap{align-items:center;position:relative}.guide-band .icon{background:var(--paper);border-radius:8px;box-shadow:0 14px 36px rgba(26,58,31,.22),0 2px 4px rgba(26,58,31,.1);display:flex;height:134px;justify-content:center;transform:rotate(-2deg);transition:transform .3s ease;width:110px}.guide-band:hover .icon{transform:rotate(0deg)}.guide-band .icon:before{color:var(--green-dark);content:"PDF";font-size:18px;font-weight:800;letter-spacing:.05em}.guide-band .icon:after{background:var(--orange);clip-path:polygon(0 0,100% 0,100% 100%);content:"";height:28px;position:absolute;right:0;top:0;width:28px}.guide-band .text .eyebrow{color:var(--orange);display:block;font-size:12px;font-weight:700;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.guide-band .text h2{color:var(--green-darkest);font-size:36px;margin-bottom:10px}.guide-band .text p{color:var(--ink);font-size:18px;margin:0;max-width:640px}.guide-band .text .meta{color:var(--ink-muted);font-size:14px;font-weight:600;margin-top:12px}.guide-band .fs-btn{font-size:17px;padding:18px 32px}@media (max-width:640px){.guide-band .wrap{gap:18px;grid-template-columns:56px 1fr}.guide-band .icon{height:68px;width:56px}.guide-band .icon:before{font-size:11px}.guide-band .fs-btn{grid-column:1/-1;margin-top:8px;width:100%}}