.mobile-app-download{--subtitle:clamp(16px,4.2vw,18px);background:var(--color-gray_50);color:#000;padding:20px 16px 28px}
.app-download__inner{display:flex;flex-direction:column;gap:24px;max-width:1440px;margin:0 auto}
.app-download__content{max-width:680px}
.app-download__eyebrow{margin:0 0 6px;font-size:22px;line-height:30px;font-weight:350;color:#000}
.app-download__title{margin:0 0 10px;font-size:32px;line-height:38px;font-weight:400}
.app-download__subtitle{margin:0 0 16px;font-size:18px;line-height:24px;font-weight:400;color:#000}
.app-download__link{color:#000;text-decoration:underline}
.app-download__device.app-download__device--mobile img{width:min(450px,90vw)}
.app-download__cta{grid-template-columns:auto;gap:0 20px;justify-content:start}
.app-download__cta__store-container{width:100%;display:flex;gap:15px}
.store-badge img{display:block;width:100%;max-width:180px;height:auto;margin:0 auto;max-height:40px}
.app-download__device{margin:8px 0 0;display:flex;justify-content:center}
.app-download__device img{width:min(420px,90vw);height:auto;transform:rotate(-12deg);filter:drop-shadow(0 22px 36px rgba(0,0,0,.18));border-radius:24px}
.app-download__device--desktop{display:none}
.app-download__subtitle--desktop{display:none}
.qr{display:none}
@media(min-width:1024px){.app-download{padding:48px 24px}
.app-download__inner{flex-direction:row;align-items:center;gap:56px}
.qr img{width:104px;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.app-download__device img{width:min(520px,42vw);transform:rotate(-10deg)}
}
@media(min-width:1200px){.app-download__subtitle--desktop{display:block}
.app-download__subtitle--mobile{display:none}
.app-download__device--mobile{display:none}
.app-download__device--desktop{display:block}
.app-download__title{font-size:40px;line-height:52px;font-weight:350}
.app-download__cta{gap:70px;grid-template-columns:auto auto;gap:16px 20px;justify-content:start}
.app-download__cta__store-container{display:flex;height:100%;flex-direction:column;justify-content:space-between;float:left;margin-right:40px;width:initial}
.qr{display:block}
.app-download__inner{gap:0}
.app-download__device img{width:min(760px,42vw)}
}