.download-page{min-height:calc(100vh - 176px);padding-top:84px;padding-bottom:84px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:22px;align-items:stretch}
.download-card,.download-help{border:1px solid var(--line);border-radius:36px;background:#fff;padding:48px}
.download-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff 0%,#fff8fa 58%,#f8cfe0 100%)}
.download-card::after{content:"";position:absolute;right:-90px;bottom:-130px;width:340px;height:340px;border-radius:50%;background:rgba(207,23,70,.08)}
.download-icon{position:relative;z-index:1;width:76px;height:76px;margin-bottom:28px}
.download-kicker{position:relative;z-index:1;color:var(--rose);font-size:13px;font-weight:800;letter-spacing:.12em}
.download-card h1{position:relative;z-index:1;margin:18px 0 22px;font-size:clamp(44px,6vw,76px);line-height:1.08;letter-spacing:-.055em}
.download-card p{position:relative;z-index:1;max-width:650px;color:var(--muted);font-size:17px;line-height:1.8}
.download-button{position:relative;z-index:1;display:inline-flex;margin-top:18px;padding:15px 26px;border-radius:999px;background:var(--rose);color:#fff;font-weight:800;box-shadow:0 14px 34px rgba(207,23,70,.18)}
.download-button.is-disabled{background:#b5a5ab;box-shadow:none;cursor:not-allowed}
.download-card small{position:relative;z-index:1;display:block;max-width:620px;margin-top:22px;color:var(--muted);line-height:1.7}
.download-help{display:flex;flex-direction:column;justify-content:flex-end;background:#d7c0e2;color:#584861}
.download-help h2{margin:0 0 16px;color:#3d2931;font-size:30px}
.download-help p{margin:0;line-height:1.8}
.download-help a{color:#633b75;text-decoration:underline}
.download-footer{padding:24px 0;background:#d7c0e2;color:#584861;font-size:12px;border-top:1px solid rgba(79,50,91,.14)}
.download-footer .shell{display:flex;justify-content:space-between;gap:20px}
.download-footer nav{display:flex;flex-wrap:wrap;gap:16px}
.download-footer a{color:#633b75}
.download-footer .filing-links{display:grid;grid-template-columns:max-content max-content;align-items:center;gap:14px}
.download-footer .filing-link{display:inline-flex;align-items:center;min-height:22px;line-height:22px;white-space:nowrap}
.download-footer .filing-link:hover,.download-footer .filing-link:focus-visible{text-decoration:none}
.download-footer .filing-link:focus-visible{outline:2px solid #714b82;outline-offset:3px;border-radius:4px}
@media(max-width:760px){.download-page{grid-template-columns:1fr;padding-top:42px;padding-bottom:42px}.download-card,.download-help{padding:30px;border-radius:28px}.download-card h1{font-size:38px;line-height:1.12}.download-footer .shell{display:grid}.download-footer nav{display:grid;justify-items:start}.download-footer .filing-links{grid-template-columns:1fr;justify-items:start;gap:8px}}
