.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.store{display:inline-flex;align-items:center;gap:12px;background:var(--ink);color:#fff;padding:12px 22px 12px 18px;border-radius:14px;transition:transform .15s,background .2s;min-width:200px}.store:hover{background:#1a2230;transform:translateY(-1px)}.store__glyph{width:24px;height:24px;color:#fff;flex:none}.store__txt{display:flex;flex-direction:column;line-height:1.1}.store__pre{font-size:11px;opacity:.7;letter-spacing:.04em;text-transform:uppercase}.store__name{font-size:16px;font-weight:700;letter-spacing:-.01em;margin-top:2px}.store--mini{min-width:0;padding:10px 16px;gap:8px;border-radius:12px}.store--mini span{font-size:14px;font-weight:600}.secondary{gap:14px;@media (max-width:980px){justify-content:center}@media (max-width:600px){flex-direction:column;gap:10px}.store{padding:14px 26px 14px 22px;gap:14px;border-radius:16px;min-width:220px;@media (max-width:700px){flex:unset}@media (max-width:600px){flex:1 1;padding-left:18px;padding-bottom:14px;padding-right:18px;padding-top:14px}svg{width:30px;height:30px}.store__txt{.store__pre{letter-spacing:.05em}.store__name{font-size:17px;margin-top:3px}}}}.hero__cta--badges{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:0}.store-badge{display:inline-flex;line-height:0;border-radius:10px;transition:transform .15s ease,filter .2s ease}.store-badge:hover{transform:translateY(-2px);filter:brightness(1.03)}.store-badge:focus-visible{outline:3px solid var(--lime-deep);outline-offset:3px}.store-badge__img{display:block;width:auto;height:52px;max-width:100%}@media (max-width:700px){.hero__cta--badges{justify-content:center;flex-direction:column;align-items:stretch;gap:10px;width:min(100%,280px);margin-inline:auto}.store-badge{width:100%;justify-content:center}.store-badge__img{height:48px;width:auto;margin-inline:auto}}@media (max-width:390px){.store-badge__img{height:44px}}@media (prefers-reduced-motion:reduce){.store-badge{transition:none}}