/* Wyłącznie treść centrum pobierania wewnątrz firmowego szablonu. */
#widthid.download-center {
    --download-ink: #182940;
    --download-muted: #55657a;
    --download-blue: #145fb3;
    --download-line: #dde5ef;
    box-sizing: border-box;
    width: 100%; max-width: 1160px; margin: 0 auto; padding: 28px;
    color: var(--download-ink); background: #f4f7fb; border-radius: 28px;
    font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.65;
}
.download-center *, .download-center *::before, .download-center *::after { box-sizing: border-box; }
.download-center h1, .download-center h2, .download-center h3 { color: var(--download-ink); font-family: inherit; line-height: 1.25; letter-spacing: -.025em; }
.download-center p { margin: 0 0 16px; line-height: 1.65; }
.download-center a { color: var(--download-blue); text-decoration: none; }
.download-center a:hover { text-decoration: underline; }
.download-center :is(a, button, input, summary):focus-visible { outline: 3px solid #1674d1; outline-offset: 4px; }
.download-center .download-eyebrow { display: block; margin-bottom: 10px; color: #43617f; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.download-center .download-hero {
    position: relative; isolation: isolate; overflow: hidden;
    padding: 34px; border: 1px solid #245fa0; border-radius: 22px;
    background: radial-gradient(ellipse at 100% 0%, #2778c866, transparent 60%), linear-gradient(115deg, #102b50, #124b8a 75%, #155aa0);
    box-shadow: 0 14px 32px #123a6524; color: #fff;
}
.download-center .download-hero::before, .download-center .download-hero::after { content: ""; position: absolute; z-index: 0; pointer-events: none; }
.download-center .download-hero::before {
    width: 360px; height: 360px; right: -105px; top: -150px;
    border: 1px solid #b8e3ff30; border-radius: 50%;
    box-shadow: 0 0 0 45px #a7d9ff0a, 0 0 0 90px #a7d9ff08, 0 0 0 135px #a7d9ff06;
}
.download-center .download-hero::after {
    width: 250px; height: 200px; right: 20px; bottom: -100px;
    transform: rotate(-24deg); border: 1px solid #b8e3ff24; border-radius: 28px;
    background-image: linear-gradient(#c8e8ff0d 1px, transparent 1px), linear-gradient(90deg, #c8e8ff0d 1px, transparent 1px);
    background-size: 24px 24px;
}
.download-center .download-hero > * { position: relative; z-index: 1; }
.download-center .download-hero .download-eyebrow { color: #b9ddff; }
.download-center .download-hero .page-title { color: #fff; }
.download-center .download-hero :is(a, button):focus-visible { outline-color: #fff; }
.download-center .page-title { margin: 0 0 16px; text-align: left; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; }
.download-center .download-hero p { max-width: 700px; color: #dceafb; font-size: 16px; }
.download-center .download-badges, .download-center .download-hero-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.download-center .download-badges { gap: 8px; margin: 22px 0; }
.download-center .download-badges span { padding: 5px 12px; border: 1px solid #d6eaff40; border-radius: 99px; background: #ffffff12; color: #f0f7ff; font-size: 12px; font-weight: 600; }
.download-center .download-hero-links a { color: #fff; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: #a3ceff70; text-underline-offset: 4px; }
.download-center .download-hero-links a:hover { color: #d1eaff; text-decoration-color: currentColor; }
.download-center .download-trial-note { margin: 16px 4px 24px; color: var(--download-muted); font-size: 13px; }
.download-center .beta-warning { padding: 16px 20px; margin: 20px 0; border: 1px solid #efd6a5; border-radius: 14px; color: #714914; background: #fff8e9; font-size: 14px; }
.download-center .download-files, .download-center .version-links, .download-center .download-requirements { margin-top: 24px; padding: 28px; background: #fff; border: 1px solid var(--download-line); border-radius: 22px; box-shadow: 0 6px 22px #243e6206; }
.download-center .download-list-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.download-center .download-list-heading h2, .download-center .download-section-heading h2 { margin: 0 0 12px; font-size: 25px; }
.download-center .download-catalog { padding: 5px 10px; border-radius: 8px; background: #f0f4f9; color: #52647a; font-size: 12px; overflow-wrap: anywhere; }
.download-center .download-filter { margin: 18px 0; }
.download-center .download-filter label, .download-center .film-filter label { display: block; margin-bottom: 7px; color: var(--download-muted); font-size: 12px; font-weight: 700; }
.download-center .download-filter > div { display: flex; gap: 10px; }
.download-center .download-filter input[type="search"], .download-center .film-filter input:not([type="hidden"]) { min-width: 0; width: 100%; padding: 12px 15px; border: 1px solid #cad7e6; border-radius: 11px; background: #f9fbfd; color: var(--download-ink); font: inherit; }
.download-center .download-filter button, .download-center .film-filter button { padding: 11px 22px; border: 0; border-radius: 11px; background: #1e4777; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.download-center .download-table { width: 100%; margin: 0; border: 0; border-collapse: separate; border-spacing: 0 10px; table-layout: fixed; }
.download-center .download-table th { padding: 8px 12px; border: 0; background: transparent; color: #69788b; font-size: 11px; text-align: left; text-transform: uppercase; letter-spacing: .05em; }
.download-center .download-table th:first-child { width: 5%; }
.download-center .download-table th:nth-child(2) { width: 52%; }
.download-center .download-table th:nth-child(3) { width: 25%; }
.download-center .download-table th:last-child { width: 18%; }
.download-center .download-table td { padding: 20px 12px; border: 0; border-top: 1px solid var(--download-line); border-bottom: 1px solid var(--download-line); background: #fff; vertical-align: top; text-align: left; }
.download-center .download-table td:first-child { border-left: 1px solid var(--download-line); border-radius: 13px 0 0 13px; }
.download-center .download-table td:last-child { border-right: 1px solid var(--download-line); border-radius: 0 13px 13px 0; }
.download-center .download-table .trdata:nth-child(even), .download-center .download-table .trdata:nth-child(even) td { background: #edf5ff; }
.download-center .download-table .trdata:hover, .download-center .download-table .trdata:hover td { background: #e2efff; }
.download-center .download-number { color: #77869a; font-size: 12px; }
.download-center .download-product-name { display: block; color: #1b3d65; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.download-center .download-latest { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 5px 11px; border: 1px solid #a7ddbc; border-radius: 99px; background: #eaf8ef; color: #166339; font-size: 11px; font-weight: 700; line-height: 1.5; }
.download-center .download-latest-dot { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: #21a35a; animation: download-latest-pulse 2s ease-out infinite; }
@keyframes download-latest-pulse {
    0% { box-shadow: 0 0 0 0 #21a35a66; }
    75%, 100% { box-shadow: 0 0 0 6px #21a35a00; }
}
@media (prefers-reduced-motion: reduce) {
    .download-center .download-latest-dot { animation: none; }
}
.download-center .download-description { margin-top: 10px; font-size: 13px; color: var(--download-muted); }
.download-center .download-description summary { color: var(--download-blue); cursor: pointer; }
.download-center .download-description div { margin-top: 10px; line-height: 1.7; }
.download-center .download-meta { color: var(--download-muted); font-size: 12px; }
.download-center .download-meta span { display: block; margin-top: 6px; color: #233e60; font-size: 13px; font-weight: 700; }
.download-center a.download-button, .download-center .film-card > a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; border-radius: 11px; background: #11714d; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.download-center a.download-button:hover, .download-center .film-card > a:hover { background: #095a3b; }
.download-center .download-help { padding-top: 14px; color: var(--download-muted); font-size: 13px; }
.download-center .version-links { text-align: left; }
.download-center .version-group { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 16px; padding: 17px 16px; border-bottom: 1px solid #edf1f6; border-radius: 12px; }
.download-center .version-group:nth-child(odd) { background: #edf5ff; }
.download-center .version-group:last-child { border: 0; }
.download-center .version-group h3 { margin: 9px 0; font-size: 14px; }
.download-center .version-options { display: flex; flex-wrap: wrap; gap: 8px; }
.download-center .version-options a { display: inline-block; margin: 0; padding: 7px 11px; border: 1px solid #dbe4ef; border-radius: 9px; background: #f8fafc; color: #42607f; font-size: 12px; }
.download-center .version-options a:hover { border-color: #8db5e3; background: #edf5ff; text-decoration: none; }
.download-center .version-options a[aria-current="page"] { background: #1e4777; color: #fff; border-color: #1e4777; }
.download-center .download-section-heading p { color: var(--download-muted); font-size: 14px; }
.download-center .download-requirements {
    position: relative; isolation: isolate; overflow: hidden;
    border-color: #c9dff3;
    background: radial-gradient(ellipse at 100% 0%, #b9ddff80, transparent 60%), linear-gradient(135deg, #edf6ff, #e2effc);
}
.download-center .download-requirements::before, .download-center .download-requirements::after { content: ""; position: absolute; z-index: 0; pointer-events: none; }
.download-center .download-requirements::before {
    width: 280px; height: 280px; right: -95px; top: -120px;
    border: 1px solid #568fc433; border-radius: 50%;
    box-shadow: 0 0 0 38px #75a9da0c, 0 0 0 76px #75a9da0a;
}
.download-center .download-requirements::after {
    width: 230px; height: 230px; left: -85px; bottom: -110px;
    transform: rotate(-24deg); border: 1px solid #568fc42b; border-radius: 28px;
    background-image: linear-gradient(#568fc412 1px, transparent 1px), linear-gradient(90deg, #568fc412 1px, transparent 1px);
    background-size: 26px 26px;
}
.download-center .download-requirements > * { position: relative; z-index: 1; }
.download-center .requirements-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0 18px; }
.download-center .requirements-card { padding: 24px; border: 1px solid #cbdff1; border-radius: 17px; background: #ffffffeb; box-shadow: 0 5px 16px #234b7410; }
.download-center .requirements-tag { display: block; margin-bottom: 14px; color: #336491; font-size: 10px; letter-spacing: .07em; font-weight: 700; }
.download-center .requirements-card h3 { margin: 0 0 12px; font-size: 20px; }
.download-center .requirements-card p { color: var(--download-muted); font-size: 13px; }
.download-center .requirements-card dl { margin: 20px 0 0; }
.download-center .requirements-card dl > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 14px; padding: 12px 0; border-top: 1px solid #e2e9f2; font-size: 13px; }
.download-center .requirements-card dt { color: var(--download-muted); font-weight: 400; }
.download-center .requirements-card dd { margin: 0; color: #203d5e; font-weight: 700; }
.download-center .requirements-card .requirements-footnote { margin: 14px 0 0; font-size: 12px; }
.download-center .requirements-note { margin: 0; padding: 17px 20px; border-left: 3px solid #5186b9; border-radius: 4px 12px 12px 4px; background: #eef4fb; color: #3b5571; font-size: 13px; }
.download-center .film-card { border-radius: 17px; }
.download-center .film-preview { border-radius: 10px; }
.download-center .film-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.download-center .film-filter label { width: 100%; }
.download-center .film-filter input:not([type="hidden"]) { flex: 1; }
.download-center .download-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 760px) {
    #widthid.download-center { padding: 14px; border-radius: 18px; }
    .download-center .download-hero, .download-center .download-files, .download-center .version-links, .download-center .download-requirements { padding: 20px; border-radius: 16px; }
    .download-center .requirements-grid { grid-template-columns: 1fr; }
    .download-center .version-group { grid-template-columns: 1fr; gap: 4px; }
    .download-center .download-table, .download-center .download-table tbody { display: block; }
    .download-center .download-table thead { display: none; }
    .download-center .download-table .trdata { display: block; padding: 18px; margin-bottom: 14px; border: 1px solid var(--download-line); border-radius: 14px; }
    .download-center .download-table td { display: block; width: 100%; padding: 0; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
    .download-center .download-table .download-number { display: none; }
    .download-center .download-table .download-meta { margin: 14px 0; }
    .download-center .download-meta span { display: inline; margin-left: 12px; }
    .download-center .download-action a { width: 100%; }
}
@media (max-width: 400px) {
    .download-center .download-hero, .download-center .download-files, .download-center .version-links, .download-center .download-requirements { padding: 15px; }
    .download-center .requirements-card { padding: 17px; }
    .download-center .requirements-card dl > div { grid-template-columns: 1fr; gap: 3px; }
    .download-center .download-filter button { padding: 10px 15px; }
}
