.goods-disposal-guides{padding-block:clamp(64px,7vw,88px);background:#fffdf9}
.goods-disposal-guides .section-heading{max-width:780px;margin:0 auto 34px;text-align:center}
.goods-disposal-guides .section-heading h2{font-size:clamp(2rem,3.6vw,3rem)}
.goods-disposal-guides .section-heading>p:last-child{margin:14px 0 0;color:var(--muted);line-height:1.85}
.info-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.info-link-card{position:relative;display:grid;grid-template-rows:auto auto auto 1fr;gap:8px;min-height:230px;padding:27px 28px 25px;color:var(--ink);background:linear-gradient(145deg,#f8fbf9,#f0f6f2);border:1px solid rgba(31,107,80,.14);border-radius:18px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.info-link-card:hover{border-color:rgba(31,107,80,.34);box-shadow:0 16px 34px rgba(23,35,31,.08);transform:translateY(-3px)}
.info-link-card i{display:grid;width:48px;height:48px;place-items:center;color:var(--green);background:#dfeee6;border-radius:50%}
.info-link-card svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.info-link-card small{margin-top:8px;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.13em}
.info-link-card strong{padding-right:28px;color:var(--green-dark);font-size:18px;line-height:1.5}
.info-link-card>span{align-self:start;color:var(--muted);font-size:13px;line-height:1.75}
.info-link-card::after{position:absolute;right:25px;bottom:25px;color:var(--green);content:'→';font-size:18px;transition:transform .18s ease}
.info-link-card:hover::after{transform:translateX(4px)}
@media(max-width:820px){
  .info-link-grid{grid-template-columns:1fr}
  .info-link-card{min-height:0;grid-template-columns:48px 1fr;grid-template-rows:auto auto auto;padding:21px}
  .info-link-card i{grid-row:1/span 3}
  .info-link-card small{margin-top:0}
  .info-link-card strong{font-size:16px}
  .info-link-card>span{padding-right:28px}
  .info-link-card::after{right:20px;bottom:20px}
}
@media(max-width:720px){
  .goods-disposal-guides{padding-block:50px}
  .goods-disposal-guides .section-heading{margin-bottom:25px;text-align:left}
  .goods-disposal-guides .section-heading h2{font-size:clamp(1.8rem,8vw,2.2rem)}
  .info-link-grid{gap:11px}
}

.goods-howto-section{background:#f3f7f4}
.goods-howto-section .section-heading{max-width:820px;margin:0 auto 34px;text-align:center}
.goods-howto-section .section-heading h2{font-size:clamp(2rem,3.6vw,3rem)}
.goods-howto-section .section-heading>p{margin:14px 0 0;color:var(--muted);line-height:1.9}
.goods-howto-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.goods-howto-grid article{padding:clamp(25px,3vw,36px);background:#fff;border:1px solid rgba(31,107,80,.14);border-radius:20px;box-shadow:0 14px 34px rgba(23,35,31,.05)}
.goods-howto-grid article.is-featured{color:#fff;background:linear-gradient(145deg,var(--green-dark),#28775a)}
.goods-howto-grid small{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.14em}
.goods-howto-grid .is-featured small{color:#f0c461}
.goods-howto-grid h3{margin:0 0 22px;font-size:clamp(1.3rem,2.2vw,1.7rem)}
.goods-howto-grid ol{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:goods-howto}
.goods-howto-grid li{position:relative;display:grid;gap:3px;padding:14px 0 14px 42px;border-top:1px solid rgba(31,107,80,.12);counter-increment:goods-howto}
.goods-howto-grid .is-featured li{border-color:rgba(255,255,255,.15)}
.goods-howto-grid li::before{position:absolute;top:14px;left:0;display:grid;width:28px;height:28px;place-items:center;color:#fff;background:var(--green);border-radius:50%;content:counter(goods-howto);font-size:11px;font-weight:900}
.goods-howto-grid .is-featured li::before{color:var(--green-dark);background:#f0c461}
.goods-howto-grid b{font-size:14px}
.goods-howto-grid span{color:var(--muted);font-size:13px;line-height:1.7}
.goods-howto-grid .is-featured span{color:rgba(255,255,255,.74)}
.goods-howto-note{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;margin-top:20px;padding:18px 22px;background:#fff9e9;border-left:3px solid var(--gold);border-radius:0 12px 12px 0}
.goods-howto-note p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}
@media(max-width:720px){.goods-howto-section .section-heading{text-align:left}.goods-howto-section .section-heading h2{font-size:clamp(1.8rem,8vw,2.2rem)}.goods-howto-section h2 .nowrap{white-space:nowrap}.goods-howto-grid{grid-template-columns:1fr}.goods-howto-grid article{padding:22px 19px}.goods-howto-note{grid-template-columns:1fr;gap:6px;padding:16px 18px}.goods-howto-section .center-actions{display:grid;margin-top:24px}.goods-howto-section .center-actions .button{width:100%}}
