/* Download page */
.download-hero { padding: 82px 0 74px; background: var(--top-paper); border-bottom: 1px solid #e6edf3; }
.download-hero-inner { max-width: 880px; }
.download-hero h1 { margin-bottom: 22px; color: var(--top-ink); font-size: clamp(36px,4.2vw,56px); font-weight: 900; letter-spacing: -.055em; line-height: 1.35; }
.download-hero h1 em { color: var(--top-blue); font-style: normal; }
.download-hero-lead { max-width: 670px; margin: 0; color: #40576d; font-size: 17px; font-weight: 700; line-height: 2; }

.download-intro { padding: 72px 0 42px; background: #fff; }
.download-intro-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 54px; align-items: start; }
.download-intro h2,.download-list-heading h2,.future-downloads h2 { color: var(--top-ink); font-size: clamp(28px,3.2vw,42px); letter-spacing: -.055em; line-height: 1.45; }
.download-intro h2 { margin-bottom: 18px; }
.download-intro p { margin: 0; color: #516578; font-size: 15px; line-height: 2; }
.download-points { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.download-points li { padding: 18px 20px; background: #fff4dc; border-left: 5px solid #e7a928; color: var(--top-ink); font-size: 15px; font-weight: 900; line-height: 1.7; }

.download-list-section { padding: 42px 0 84px; background: #fff; }
.download-list-heading { margin-bottom: 28px; }
.download-list-heading h2 { margin-bottom: 12px; }
.download-list-heading p { max-width: 760px; margin: 0; color: #516578; font-size: 15px; line-height: 2; }
.download-notice { margin: 0 0 36px; padding: 24px 28px; background: #fff4dc; border: 1px solid #f0d89f; border-left: 6px solid #e7a928; color: #4b5563; }
.download-notice h3 { margin: 0 0 10px; color: var(--top-ink); font-size: 18px; letter-spacing: -.035em; }
.download-notice p { margin: 0; font-size: 14px; line-height: 1.9; }
.download-notice p + p { margin-top: 8px; }
.download-group + .download-group { margin-top: 46px; }
.download-group-title { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; color: var(--top-ink); font-size: 24px; letter-spacing: -.04em; }
.download-group-title span { display: inline-grid; place-items: center; min-width: 58px; min-height: 34px; padding: 0 10px; background: var(--top-ink); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.download-file-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #b8c7d6; border-left: 1px solid #b8c7d6; }
.download-file-card { display: grid; grid-template-columns: minmax(104px,.34fr) minmax(0,1fr); gap: 18px; align-content: start; padding: 18px; border-right: 1px solid #b8c7d6; border-bottom: 1px solid #b8c7d6; background: #fff; }
.download-thumb { grid-row: span 3; align-self: start; margin: 0; background: #eef3f8; border: 1px solid #b8c7d6; overflow: hidden; }
.download-thumb img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; }
.download-file-card h4 { margin: 0; color: var(--top-ink); font-size: 16px; letter-spacing: -.035em; line-height: 1.5; }
.download-file-card p { margin: 0; color: #5a6b7d; font-size: 13px; line-height: 1.7; }
.download-file-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; justify-self: start; min-height: 40px; padding: 8px 14px; background: var(--top-blue); color: #fff; border-radius: 4px; font-size: 13px; font-weight: 900; box-shadow: 0 3px 0 #08386f; }
.download-file-link:hover { transform: translateY(-2px); }

.future-downloads { padding: 72px 0; background: var(--top-paper); }
.future-box { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 40px 46px; background: #fff; border-left: 6px solid var(--top-sky); box-shadow: 0 16px 30px rgba(11,37,69,.08); }
.future-box h2 { margin-bottom: 12px; }
.future-box p { max-width: 720px; margin: 0; color: #516578; font-size: 15px; line-height: 2; }
.future-badge { display: inline-grid; place-items: center; min-width: 118px; min-height: 118px; padding: 18px; background: var(--top-ink); color: #fff; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-align: center; line-height: 1.5; }

@media (max-width: 900px) {
	.download-intro-grid,.future-box { grid-template-columns: 1fr; }
	.download-file-grid { grid-template-columns: 1fr; }
	.future-badge { min-width: 96px; min-height: 96px; }
}

@media (max-width: 640px) {
	.download-hero { padding: 58px 0; }
	.download-hero-lead { font-size: 15px; }
	.download-intro { padding: 56px 0 32px; }
	.download-list-section { padding: 32px 0 58px; }
	.download-notice { padding: 20px; }
	.download-file-card { grid-template-columns: 96px 1fr; gap: 14px; padding: 16px; }
	.future-downloads { padding: 56px 0; }
	.future-box { padding: 30px 24px; }
}

@media (max-width: 480px) {
	.download-file-card { grid-template-columns: 1fr; }
	.download-thumb { grid-row: auto; max-width: 180px; }
}
