.download-section{min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background-image:url(/assets/design/download.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}.download-container{max-width:80rem;margin:0 auto;padding:1rem;display:flex;gap:3rem;align-items:center;flex-wrap:wrap}.download-content{flex:1;flex-shrink:0;min-width:300px}.download-title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1.5rem}.download-description{margin:2rem 0;text-align:center;font-size:1.125rem;line-height:1.6;max-width:48rem;margin-left:auto;margin-right:auto}.download-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;max-width:48rem;margin:0 auto;animation:fadeIn .6s ease-in}.download-link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease}.download-link:hover{transform:translateY(-.5rem)}.download-link img{max-width:128px;height:auto}.qr-code{border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.download-figure{flex:1;display:flex;justify-content:center;align-items:center;min-width:300px}.download-figure img{max-width:100%;height:auto;display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media(min-width:64rem){.download-content{max-width:50%}.download-title{font-size:2.25rem}.download-description{font-size:1.5rem}.download-links{flex-wrap:nowrap}}@media(max-width:64rem){.download-section{padding:1.5rem 1rem}.download-container{gap:2rem}.download-links{gap:1.5rem}.download-link{gap:.75rem}}/* Built with Go by Furkan Baytekin */
