.download-banner{border-top:1px solid var(--fm-border);background:linear-gradient(180deg,var(--ocean-50) 0,var(--fm-surface) 100%);padding:40px 0}.download-banner-inner{width:min(100% - 32px,var(--fm-max-width));margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 32px}.download-banner-copy{flex:1 1 280px;max-width:520px;min-width:0}.download-banner-eyebrow{margin:0 0 8px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ocean-600)}.download-banner-title{margin:0;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;letter-spacing:-.02em;color:var(--ocean-700);line-height:1.25}.download-banner-subtitle{margin:10px 0 0;font-size:16px;line-height:1.55;color:var(--fm-text-secondary)}.download-banner-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center;flex:0 0 auto}.download-banner-badge{display:inline-block;line-height:0;transition:transform .15s ease,opacity .15s ease}.download-banner-badge:hover{transform:translateY(-2px);opacity:.92}.download-banner-badge img{width:160px;height:auto;display:block}@media (max-width:640px){.download-banner{padding:24px 0}.download-banner-inner{flex-direction:column;align-items:center;justify-content:flex-start;gap:25px}.download-banner-copy{flex:none;max-width:none;text-align:center}.download-banner-subtitle{margin-top:8px}.download-banner-badges{width:100%;justify-content:center;gap:8px}.download-banner-badge img{width:140px}}.scroll-to-top{position:fixed;bottom:24px;left:50%;z-index:90;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border:1px solid var(--ocean-100);border-radius:999px;background:linear-gradient(180deg,var(--ocean-50) 0,#dceefb 100%);backdrop-filter:blur(8px);color:var(--ocean-700);font-size:.875rem;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 4px 18px rgba(21,101,168,.14);cursor:pointer;transform:translate(-50%,calc(100% + 24px));opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .28s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.scroll-to-top-label{letter-spacing:.01em}.scroll-to-top-icon{flex-shrink:0}.scroll-to-top.is-visible{transform:translate(-50%);opacity:1;pointer-events:auto}.scroll-to-top:hover{border-color:var(--ocean-500);background:linear-gradient(180deg,#dceefb 0,var(--ocean-100) 100%);box-shadow:0 6px 22px rgba(21,101,168,.2)}.scroll-to-top.is-visible:active,.scroll-to-top:active{transform:translate(-50%,1px)}.scroll-to-top:focus-visible{outline:2px solid var(--ocean-500);outline-offset:2px}[dir=rtl] .scroll-to-top{font-family:IBM Plex Sans Arabic,sans-serif}@media (prefers-reduced-motion:reduce){.scroll-to-top{transition:opacity .15s ease}.scroll-to-top.is-visible,.scroll-to-top.is-visible:active,.scroll-to-top:active{transform:translate(-50%)}}@media (max-width:768px){.scroll-to-top{bottom:20px;padding:9px 14px;font-size:.8125rem}}.breadcrumbs{margin-bottom:1rem;max-width:100%;min-width:0;font-size:.875rem;color:var(--fm-text-light)}.breadcrumbs-list{display:flex;margin:0;padding:0;list-style:none}.breadcrumbs-item,.breadcrumbs-list{align-items:center;gap:.5rem;min-width:0;max-width:100%}.breadcrumbs-item{display:inline-flex}.breadcrumbs-item--home{flex-shrink:0}.breadcrumbs-sep{flex-shrink:0;color:var(--fm-text-light);-webkit-user-select:none;-moz-user-select:none;user-select:none}.breadcrumbs-link{color:inherit;text-decoration:none}.breadcrumbs-link:hover{color:var(--ocean-500)}.breadcrumbs-text{color:var(--fm-text);min-width:0}.breadcrumbs-text--current{font-weight:500}@media (max-width:767px){.breadcrumbs-list{flex-wrap:nowrap;overflow:hidden;width:100%}.breadcrumbs-item--trail{flex-wrap:nowrap;overflow:hidden;min-width:0}.breadcrumbs-item--trail:not(.breadcrumbs-item--current){flex:0 1 auto;max-width:32%}.breadcrumbs-item--current{flex:1 1 0;min-width:0;overflow:hidden}.breadcrumbs-item--trail .breadcrumbs-link,.breadcrumbs-item--trail .breadcrumbs-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}}@media (min-width:768px){.breadcrumbs-list{flex-wrap:wrap}.breadcrumbs-item--trail:not(.breadcrumbs-item--current) .breadcrumbs-link,.breadcrumbs-item--trail:not(.breadcrumbs-item--current) .breadcrumbs-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:18rem}}