.download-hero { color: #ffffff; background: var(--dark-gradient); }
.hero-inner { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 0; max-width: 760px; text-align: center; }
.eyebrow { margin: 0 0 14px; color: #d1d5db; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-inner h1 { margin: 0; font-size: clamp(46px, 6vw, 70px); font-weight: 400; line-height: 1.04; letter-spacing: 0; }
.hero-inner p:last-child { margin: 0; color: #e5e7eb; font-size: 21px; max-width: 650px; }
.quick-nav { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.quick-nav-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 16px 0; }
.quick-nav a { border-radius: 8px; padding: 8px 13px; color: #344054; background: #f1f5f9; font-size: 14px; transition: 160ms ease; }
.quick-nav a:hover, .quick-nav a.active { color: #ffffff; background: var(--slate); }
.section { padding: 76px 0; background: #ffffff; }
.section.muted { background: var(--soft); }
.section-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .support-card h2 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.12; }
.section-heading p, .support-card p { margin: 0; color: var(--muted); font-size: 19px; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.download-card { position: relative; min-height: 300px; border-radius: 8px; overflow: hidden; padding: 32px; color: #ffffff; background: linear-gradient(135deg, #5f9fc7, #3d3e45); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.download-card:nth-child(even) { background: linear-gradient(135deg, #b7c2c8, #3d3e45); }
.download-card [data-lucide] { width: 64px; height: 64px; opacity: .28; }
.download-card h3 { margin: 16px 0 10px; font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.12; }
.download-card p { margin: 0; color: #e5e7eb; }
.download-action { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; }
.download-action button, .download-action .download-button, .button { min-height: 48px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; font-weight: 700; transition: 160ms ease; }
.download-action button, .download-action .download-button { color: var(--brand-black); background: #ffffff; text-decoration: none; }
.download-action span { color: #e5e7eb; font-size: 14px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.resource-card { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #ffffff; transition: 160ms ease; }
.resource-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1); }
.resource-card [data-lucide] { width: 25px; height: 25px; color: var(--green); margin-bottom: 18px; }
.resource-card h3 { margin: 0 0 8px; font-size: 21px; font-weight: 400; }
.resource-card p { margin: 0; color: var(--muted); }
.support-card { max-width: 860px; border-radius: 8px; padding: 42px; text-align: center; background: var(--luxury-surface); }
.support-card p { margin-bottom: 28px; }
.button.dark { color: #ffffff; background: var(--slate); }
.button [data-lucide], .download-action button [data-lucide] { width: 18px; height: 18px; opacity: 1; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; max-width: min(520px, calc(100vw - 32px)); padding: 12px 16px; border-radius: 8px; color: #ffffff; background: var(--brand-black); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: 180ms ease; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 560ms ease, transform 560ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .download-grid, .resource-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .section { padding: 54px 0; } .download-card, .support-card { padding: 26px 20px; } .download-action { align-items: flex-start; flex-direction: column; } }
