/* The download destination is intentionally distinct from the walkthrough. */
.download-section{position:relative;margin:48px 0;padding:52px 24px 44px;scroll-margin-top:28px;background:#e9efdd;color:var(--ink);border:1px solid #dce5cf}
.download-section::before{content:"";position:absolute;left:0;right:0;top:-49px;height:1px;background:var(--line)}
.download-section>img{display:block;margin:0 auto 22px;filter:drop-shadow(0 6px 10px #08271f33)}
.product-page .download-section h2{font-size:clamp(32px,4vw,48px);margin:0 0 25px;line-height:1.15}
.release-section.download-section .download-button{min-height:54px;padding:14px 28px;margin:0 0 18px;background:var(--ink);color:#fffef9}
.release-section.download-section .store-note{margin:0 auto;color:#597050;font-size:14px;line-height:1.6}
.download-section a:focus-visible{outline:2px solid var(--ink);outline-offset:5px}
.product-page footer>div{flex-wrap:wrap;gap:16px 24px}
@media(max-width:640px){.download-section{margin:32px 0;padding:36px 20px}.download-section::before{top:-33px}.download-section>img{width:60px;height:60px;margin-bottom:20px}.download-section .download-button{max-width:100%;box-sizing:border-box}}
