/* Scoped to the download page; uses global monochrome tokens. */
.dl-hero{text-align:center;padding:110px 0 48px}
/* Glow lives on a non-transformed <img>; the reveal transform lives on the wrapper.
   Keeping filter:drop-shadow() and transform off the same element avoids a Safari/WebKit
   bug that rasterizes the shadow into a hard rectangular box during the reveal. */
.dl-icon-wrap{display:block;width:104px;margin:0 auto 32px}
.dl-icon{display:block;width:104px;height:104px;filter:drop-shadow(0 0 2px rgba(255,255,255,.35)) drop-shadow(0 14px 30px rgba(0,0,0,.55)) drop-shadow(0 0 32px rgba(250,250,250,.20))}
.dl-hero h1{margin:0 auto 30px;max-width:18ch;font-size:clamp(2.3rem,5vw,3.9rem);letter-spacing:0;line-height:1.12;text-wrap:balance}
.dl-cta{display:flex;flex-direction:column;align-items:stretch;gap:14px;width:fit-content;max-width:100%;margin-inline:auto}
.dl-primary{min-width:260px}
.dl-cta .btn-p{border:1px solid transparent}
.dl-primary .dl-chip{font-weight:400;opacity:.7;font-size:.8rem;margin-left:2px}
.dl-offer{display:inline-flex;flex-direction:column;align-items:center;gap:3px;margin:-12px auto 24px;padding:11px 18px;border:1px solid var(--border-h);border-radius:var(--r);background:var(--accent-m);font-family:var(--f-mono);color:var(--t1);line-height:1.12}
.dl-offer strong{font-size:.86rem;letter-spacing:.02em}
.dl-offer small{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t3)}
.dl-hint{margin:16px auto 0;max-width:440px;font-size:.8rem;color:var(--t4);font-family:var(--f-mono);line-height:1.55;text-align:center}
.dl-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dl-step{background:var(--bg-s);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}
.dl-step-img{aspect-ratio:16/10;background:var(--bg-c);overflow:hidden;border-bottom:1px solid var(--border)}
.dl-step-img img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.dl-step-b{padding:18px 20px 22px}
.dl-step-n{font-family:var(--f-mono);font-size:.78rem;color:var(--t4);letter-spacing:.05em}
.dl-step-b h3{margin:6px 0 7px;font-size:1.02rem;color:var(--t1)}
.dl-step-b p{margin:0;color:var(--t2);font-size:.9rem;line-height:1.5}
@media(max-width:860px){.dl-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.dl-steps{grid-template-columns:1fr}.dl-hero{padding:82px 0 36px}.dl-primary{width:100%}}
