/* FindCert / Documents Directory
   Каталог документов как технический индекс: поиск, сравнение, проверка. */

body.page-documents .main-content .fc-documents-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin: 0;
    border-bottom: 1px solid #ededf0;
    padding: 0;
    background: #fff;
    text-align: left;
}

body.page-documents .main-content .fc-documents-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(rgba(23, 23, 26, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 23, 26, .035) 1px, transparent 1px),
        radial-gradient(circle at 83% 45%, rgba(63, 63, 70, .105), transparent 28%);
    background-size: 32px 32px, 32px 32px, auto;
    mask-image: linear-gradient(90deg, transparent 0, #000 38%, #000 100%);
}

body.page-documents .main-content .fc-documents-hero::after {
    content: "DOCUMENTS / 03";
    position: absolute;
    top: 48px;
    right: max(40px, calc((100vw - 1200px) / 2 + 40px));
    color: #17171a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    opacity: .17;
}

.fc-documents-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
    gap: 72px;
    align-items: center;
    max-width: 1200px;
    min-height: 490px;
    margin: 0 auto;
    padding: 70px 40px 74px;
}

.fc-documents-hero-copy { max-width: 710px; animation: fcDocsRise .72s cubic-bezier(.22, .61, .36, 1) both; }
.fc-documents-eyebrow,
.fc-doc-filter-kicker,
.fc-doc-results-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #686870;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fc-documents-live {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #17171a;
    transform: rotate(45deg);
}

.fc-documents-live::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(23, 23, 26, .25);
    border-radius: 3px;
    animation: fcDocsPulse 2.2s ease-out infinite;
}

body.page-documents .main-content .fc-documents-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #17171a;
    font-size: clamp(46px, 5vw, 68px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .99;
    text-align: left;
    text-wrap: balance;
}

body.page-documents .main-content .fc-documents-hero .page-description {
    max-width: 650px;
    margin: 27px 0 0;
    color: #686870;
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
}

.fc-documents-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 630px;
    margin-top: 37px;
    padding-top: 25px;
    border-top: 1px solid #dadaDE;
}

.fc-documents-stats > div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 24px;
}
.fc-documents-stats > div:first-child { padding-left: 0; }
.fc-documents-stats > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 42px;
    background: #ededf0;
}
.fc-documents-stats strong { color: #17171a; font-size: 28px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.fc-documents-stats span { color: #92929a; font-size: 12px; font-weight: 600; }

.fc-document-index {
    position: relative;
    min-height: 344px;
    overflow: hidden;
    border: 1px solid #28282e;
    border-radius: 26px;
    background:
        radial-gradient(circle at 77% 25%, rgba(255, 255, 255, .09), transparent 28%),
        #17171a;
    box-shadow: 0 28px 70px rgba(23, 23, 26, .18);
    animation: fcDocsRise .8s .08s cubic-bezier(.22, .61, .36, 1) both;
}

.fc-document-index::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1.2px);
    background-size: 23px 23px;
    mask-image: linear-gradient(135deg, #000, transparent 72%);
    opacity: .33;
}

.fc-index-sheet {
    position: absolute;
    width: 184px;
    height: 236px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: #f8f8fa;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}
.fc-index-sheet-back { top: 42px; left: 75px; opacity: .2; transform: rotate(-9deg); }
.fc-index-sheet-mid { top: 44px; left: 121px; opacity: .34; transform: rotate(8deg); }
.fc-index-sheet-front {
    top: 48px;
    left: 50%;
    z-index: 2;
    overflow: hidden;
    padding: 16px;
    color: #17171a;
    transform: translateX(-50%);
}

.fc-index-sheet-front::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 34px;
    height: 34px;
    border-left: 1px solid #dadaDE;
    border-bottom: 1px solid #dadaDE;
    background: #ededf0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.fc-index-sheet-head { display: flex; align-items: center; justify-content: space-between; }
.fc-index-sheet-head span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 6px; background: #17171a; color: #fff; font-size: 9px; font-weight: 800; }
.fc-index-sheet-head i { color: #96969e; font-size: 6px; font-style: normal; font-weight: 700; letter-spacing: .12em; }
.fc-index-sheet-code { margin-top: 21px; color: #17171a; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.fc-index-lines { display: grid; gap: 7px; margin-top: 16px; }
.fc-index-lines i { display: block; height: 3px; border-radius: 3px; background: #dadaDE; }
.fc-index-lines i:nth-child(1) { width: 100%; background: #a9a9b0; }
.fc-index-lines i:nth-child(2) { width: 82%; }
.fc-index-lines i:nth-child(3) { width: 91%; }
.fc-index-lines i:nth-child(4) { width: 61%; }
.fc-index-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 18px; }
.fc-index-matrix span { height: 18px; border: 1px solid #dadaDE; border-radius: 3px; background: #f1f1f3; }
.fc-index-matrix span:nth-child(2), .fc-index-matrix span:nth-child(6) { background: #17171a; }
.fc-index-sheet-foot { position: absolute; right: 16px; bottom: 13px; left: 16px; display: flex; justify-content: space-between; border-top: 1px solid #dadaDE; padding-top: 9px; }
.fc-index-sheet-foot b, .fc-index-sheet-foot span { font-size: 6px; letter-spacing: .12em; }
.fc-index-sheet-foot span { color: #96969e; }

.fc-index-scan {
    position: absolute;
    top: 54px;
    left: 50%;
    z-index: 4;
    width: 210px;
    height: 2px;
    background: #fff;
    box-shadow: 0 0 13px rgba(255, 255, 255, .65), 0 12px 28px rgba(255, 255, 255, .16);
    opacity: .8;
    transform: translateX(-50%);
    animation: fcDocsScan 3.4s ease-in-out infinite;
}

.fc-index-tag {
    position: absolute;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 9px;
    background: rgba(255, 255, 255, .075);
    color: #fff;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .03em;
    backdrop-filter: blur(8px);
}
.fc-index-tag-top { top: 28px; left: 26px; padding: 8px 11px; }
.fc-index-tag-bottom { right: 25px; bottom: 27px; padding: 8px 11px; }
.fc-index-caption { position: absolute; bottom: 29px; left: 27px; color: rgba(255, 255, 255, .34); font-size: 8px; font-weight: 700; letter-spacing: .15em; }

body.page-documents .main-content .selected-category-banner {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -28px 0 0;
    border: 1px solid #dadaDE;
    border-radius: 12px;
    padding: 13px 16px;
    background: rgba(255, 255, 255, .88);
    color: #66666e;
    font-size: 13px;
    backdrop-filter: blur(8px);
}
body.page-documents .main-content .selected-category-banner a { color: #17171a; font-weight: 700; text-decoration: none; }

body.page-documents .main-content .fc-documents-shell { max-width: 1200px; padding-top: 64px; padding-bottom: 84px; }
body.page-documents .main-content .fc-documents-shell .documents-page {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    margin: 0;
}

body.page-documents .main-content .fc-documents-shell .filters-section {
    position: sticky;
    top: 92px;
    align-self: start;
    width: 100%;
    height: fit-content;
    max-height: calc(100vh - 116px);
    margin: 0;
    overflow: auto;
    border: 1px solid #25252a;
    border-radius: 22px;
    padding: 28px;
    background: #17171a;
    box-shadow: 0 24px 56px rgba(23, 23, 26, .14);
    color: #fff;
    scrollbar-width: thin;
    scrollbar-color: #4a4a52 transparent;
}

body.page-documents .main-content .fc-documents-shell .filters-header { padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
body.page-documents .main-content .fc-documents-shell .fc-doc-filter-kicker { margin-bottom: 13px; color: #777780; }
body.page-documents .main-content .fc-documents-shell .filters-header h2 { margin: 0; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
body.page-documents .main-content .fc-documents-shell .filters-header p { margin: 10px 0 0; color: #92929a; font-size: 13px; line-height: 1.5; }
.fc-document-filter-toggle { display: none; }
body.page-documents .main-content .fc-document-filter-content { padding-top: 22px; }
body.page-documents .main-content .fc-documents-shell .filters-form { gap: 15px; }
body.page-documents .main-content .fc-documents-shell .filter-group label {
    margin-bottom: 8px;
    color: #7d7d86;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.page-documents .main-content .fc-documents-shell .filter-group input,
body.page-documents .main-content .fc-documents-shell .filter-group select {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    padding: 12px 14px;
    outline: 0;
    background: rgba(255, 255, 255, .075);
    color: #fff;
    font-size: 13px;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
body.page-documents .main-content .fc-documents-shell .filter-group input::placeholder { color: #707078; }
body.page-documents .main-content .fc-documents-shell .filter-group select option { background: #fff; color: #17171a; }
body.page-documents .main-content .fc-documents-shell .filter-group input:focus,
body.page-documents .main-content .fc-documents-shell .filter-group select:focus {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .11);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .06);
}

body.page-documents .main-content .fc-documents-shell .filter-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.page-documents .main-content .fc-documents-shell .filter-actions .btn {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 11px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
body.page-documents .main-content .fc-documents-shell .filter-actions .btn-primary { border-color: #fff; background: #fff; color: #17171a; }
body.page-documents .main-content .fc-documents-shell .filter-actions .btn-primary:hover { background: #e9e9ec; }
body.page-documents .main-content .fc-documents-shell .filter-actions .btn-secondary { border-color: rgba(255, 255, 255, .16); background: transparent; color: #b8b8bf; }
body.page-documents .main-content .fc-documents-shell .filter-actions .btn-secondary:hover { border-color: rgba(255, 255, 255, .34); color: #fff; }

body.page-documents .main-content .fc-documents-shell .categories-filter { margin-top: 26px; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; }
body.page-documents .main-content .fc-documents-shell .categories-filter h3 { margin: 0 0 12px; color: #7d7d86; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
body.page-documents .main-content .fc-documents-shell .categories-chips { display: grid; gap: 4px; }
body.page-documents .main-content .fc-documents-shell .category-chip {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-width: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    background: transparent;
    color: #c4c4ca;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: background .16s ease, color .16s ease, transform .16s ease;
}
body.page-documents .main-content .fc-documents-shell .category-chip:hover { border-color: transparent; background: rgba(255, 255, 255, .07); color: #fff; transform: translateX(2px); }
body.page-documents .main-content .fc-documents-shell .fc-category-index { color: #66666f; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
body.page-documents .main-content .fc-documents-shell .fc-category-name { min-width: 0; }
body.page-documents .main-content .fc-documents-shell .category-count {
    min-width: 25px;
    border-radius: 6px;
    padding: 3px 6px;
    background: rgba(255, 255, 255, .08);
    color: #8f8f98;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
body.page-documents .main-content .fc-documents-shell .category-chip.active { border-color: #fff; background: #fff; color: #17171a; transform: none; }
body.page-documents .main-content .fc-documents-shell .category-chip.active .fc-category-index { color: #92929a; }
body.page-documents .main-content .fc-documents-shell .category-chip.active .category-count { background: #ededf0; color: #3f3f46; }

body.page-documents .main-content .fc-documents-shell .documents-content { min-width: 0; }
body.page-documents .main-content .fc-documents-shell .documents-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin: 0 0 22px;
    border: 0;
    border-bottom: 1px solid #dadaDE;
    padding: 0 0 20px;
    background: transparent;
}
body.page-documents .main-content .fc-documents-shell .fc-doc-results-kicker { margin: 0 0 7px; }
body.page-documents .main-content .fc-documents-shell .results-info p { margin: 0; color: #73737b; font-size: 13px; line-height: 1.5; }
body.page-documents .main-content .fc-documents-shell .results-info strong { color: #17171a; font-size: 16px; }
body.page-documents .main-content .fc-documents-shell .page-info {
    flex: 0 0 auto;
    border: 1px solid #dadaDE;
    border-radius: 9px;
    padding: 7px 10px;
    background: #fff;
}
body.page-documents .main-content .fc-documents-shell .page-info p { margin: 0; color: #777780; font-size: 10px; font-weight: 650; }

body.page-documents .main-content .fc-documents-shell .documents-list,
body.page-documents .main-content .fc-documents-shell .fc-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: none;
    margin: 0;
    text-align: left;
}

body.page-documents .main-content .fc-documents-shell .fc-document-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 455px;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e1e1e5;
    border-radius: 20px;
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 34px rgba(23, 23, 26, .035);
    color: inherit;
    text-decoration: none;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
    animation: fcDocCardIn .5s cubic-bezier(.22, .61, .36, 1) both;
}
body.page-documents .main-content .fc-documents-shell .fc-document-card:nth-child(2n) { animation-delay: .045s; }
body.page-documents .main-content .fc-documents-shell .fc-document-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #17171a 0 42%, #a9a9b0 42% 67%, #ededf0 67%);
    transform: scaleX(.16);
    transform-origin: left;
    transition: transform .3s ease;
}
body.page-documents .main-content .fc-documents-shell .fc-document-card:hover { border-color: #c8c8ce; box-shadow: 0 22px 52px rgba(23, 23, 26, .105); transform: translateY(-5px); }
body.page-documents .main-content .fc-documents-shell .fc-document-card:hover::before { transform: scaleX(1); }

.fc-document-cover {
    position: relative;
    display: grid;
    height: 178px;
    flex: 0 0 178px;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid #ededf0;
    background:
        linear-gradient(rgba(23, 23, 26, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 23, 26, .025) 1px, transparent 1px),
        #f7f7f9;
    background-size: 24px 24px, 24px 24px, auto;
}
.fc-document-cover::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 4;
    width: 44px;
    height: 44px;
    border-left: 1px solid #e1e1e5;
    border-bottom: 1px solid #e1e1e5;
    background: #ededf0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.fc-document-cover img {
    position: absolute;
    inset: 17px 18px;
    z-index: 1;
    width: calc(100% - 36px);
    height: calc(100% - 34px);
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    filter: saturate(.75) contrast(1.02);
    transition: filter .25s ease, transform .35s ease;
}
.fc-document-card:hover .fc-document-cover img { filter: saturate(1) contrast(1); transform: scale(1.035); }
.fc-document-number { position: absolute; top: 15px; left: 17px; z-index: 5; color: #777780; font-size: 8px; font-weight: 750; letter-spacing: .13em; }
.fc-document-cover-badges { position: absolute; right: 15px; bottom: 13px; left: 15px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.fc-document-offers, .fc-document-budget {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    border: 1px solid rgba(23, 23, 26, .08);
    border-radius: 8px;
    padding: 6px 9px;
    background: rgba(255, 255, 255, .9);
    color: #3f3f46;
    box-shadow: 0 3px 12px rgba(23, 23, 26, .07);
    font-size: 9px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.fc-document-budget { margin-left: auto; background: #17171a; color: #fff; }
.fc-document-placeholder { display: flex; width: 132px; height: 132px; flex-direction: column; border: 1px solid #dadaDE; border-radius: 8px; padding: 16px; background: #fff; box-shadow: 0 13px 28px rgba(23, 23, 26, .08); transform: rotate(-2deg); }
.fc-document-placeholder strong { font-size: 28px; letter-spacing: -.05em; }
.fc-document-placeholder span { margin: 2px 0 15px; color: #9999a1; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.fc-document-placeholder i { display: block; width: 100%; height: 3px; margin-bottom: 7px; border-radius: 3px; background: #dadaDE; }
.fc-document-placeholder i:last-child { width: 62%; }

.fc-document-card-body { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 22px 22px 21px; }
.fc-document-category { overflow: hidden; margin-bottom: 8px; color: #9999a1; font-size: 9px; font-weight: 700; letter-spacing: .105em; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
body.page-documents .main-content .fc-documents-shell .fc-document-card .u-doc-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #17171a;
    font-size: 20px;
    font-weight: 780;
    letter-spacing: -.035em;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.fc-document-description {
    display: -webkit-box;
    margin: 13px 0 0;
    overflow: hidden;
    color: #74747c;
    font-size: 12px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.fc-document-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 13px; margin-top: auto; border-top: 1px solid #ededf0; padding-top: 17px; }
.fc-document-price { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.fc-document-price span { color: #a0a0a8; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fc-document-price strong { color: #17171a; font-size: 21px; font-weight: 800; letter-spacing: -.035em; line-height: 1.05; }
.fc-document-action { display: inline-flex; min-height: 34px; align-items: center; border: 1px solid #17171a; border-radius: 9px; padding: 8px 10px; background: #17171a; color: #fff; font-size: 10px; font-weight: 700; white-space: nowrap; }
.fc-document-action i { margin-left: 6px; font-style: normal; transition: transform .18s ease; }
.fc-document-card:hover .fc-document-action i { transform: translate(2px, -2px); }

body.page-documents .main-content .fc-documents-shell .pagination-wrapper { margin: 42px 0 0; }
body.page-documents .main-content .fc-documents-shell .pagination { display: flex; width: fit-content; max-width: 100%; flex-wrap: wrap; gap: 5px; margin: 0 auto; border: 1px solid #dadaDE; border-radius: 13px; padding: 5px; background: #fff; box-shadow: 0 8px 24px rgba(23, 23, 26, .04); }
body.page-documents .main-content .fc-documents-shell .pagination-btn { min-width: 38px; height: 38px; border: 0; border-radius: 9px; padding: 0 11px; background: transparent; color: #777780; font-size: 11px; font-weight: 650; }
body.page-documents .main-content .fc-documents-shell .pagination-btn:hover { background: #f1f1f3; color: #17171a; }
body.page-documents .main-content .fc-documents-shell .pagination-btn.current { background: #17171a; color: #fff; }
body.page-documents .main-content .fc-documents-shell .pagination-btn.prev,
body.page-documents .main-content .fc-documents-shell .pagination-btn.next { padding-inline: 14px; }
body.page-documents .main-content .fc-documents-shell .pagination-dots { min-width: 30px; height: 38px; }

body.page-documents .main-content .fc-documents-shell .no-results { border: 1px solid #dadaDE; border-radius: 20px; padding: 64px 32px; background: #fff; }

/* Региональный блок — финальная глава каталога */
body.page-documents .main-content .fc-documents-geo {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #dadaDE;
    padding: 84px 0 92px;
    background: linear-gradient(180deg, #fff, #f5f5f7);
}
body.page-documents .main-content .fc-documents-geo::before {
    content: "REGIONS / 04";
    position: absolute;
    top: 45px;
    right: max(40px, calc((100vw - 1200px) / 2 + 40px));
    color: #17171a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    opacity: .16;
}
body.page-documents .main-content .fc-documents-geo .geo-service-header {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 46px;
    border: 1px solid #28282e;
    border-radius: 24px;
    padding: 48px;
    background: #17171a;
    box-shadow: 0 24px 60px rgba(23, 23, 26, .14);
}
body.page-documents .main-content .fc-documents-geo .geo-eyebrow { color: #81818a; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
body.page-documents .main-content .fc-documents-geo .geo-service-header h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); font-weight: 780; letter-spacing: -.045em; line-height: 1.08; }
body.page-documents .main-content .fc-documents-geo .geo-description { color: #a9a9b0; font-size: 14px; line-height: 1.7; }
body.page-documents .main-content .fc-documents-geo .geo-stats-grid { gap: 9px; }
body.page-documents .main-content .fc-documents-geo .geo-stat-card { border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; background: rgba(255, 255, 255, .055); box-shadow: none; }
body.page-documents .main-content .fc-documents-geo .geo-stat-value { color: #fff; }
body.page-documents .main-content .fc-documents-geo .geo-stat-label { color: #92929a; }
body.page-documents .main-content .fc-documents-geo .geo-city-chips { margin: 30px 0; gap: 7px; }
body.page-documents .main-content .fc-documents-geo .geo-city-chip { border: 1px solid #dadaDE; border-radius: 9px; padding: 9px 13px; background: #fff; color: #686870; font-size: 12px; }
body.page-documents .main-content .fc-documents-geo .geo-city-chip.active { border-color: #17171a; background: #17171a; color: #fff; }
body.page-documents .main-content .fc-documents-geo .geo-info-panel { border: 1px solid #e0e0e4; border-radius: 18px; padding: 30px; background: rgba(255, 255, 255, .82); box-shadow: 0 14px 40px rgba(23, 23, 26, .04); }

@keyframes fcDocsRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fcDocsPulse { 0% { opacity: .8; transform: scale(.7); } 75%, 100% { opacity: 0; transform: scale(1.55); } }
@keyframes fcDocsScan { 0%, 100% { transform: translate(-50%, 0); opacity: .35; } 50% { transform: translate(-50%, 216px); opacity: .9; } }
@keyframes fcDocCardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
    .fc-documents-hero-inner { gap: 42px; }
    body.page-documents .main-content .fc-documents-shell .documents-page { grid-template-columns: 286px minmax(0, 1fr); gap: 26px; }
    body.page-documents .main-content .fc-documents-shell .filters-section { padding: 24px; }
}

@media (max-width: 992px) {
    .fc-documents-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: 32px; padding-inline: 24px; }
    body.page-documents .main-content .fc-documents-hero h1 { font-size: clamp(42px, 6.2vw, 58px); }
    body.page-documents .main-content .fc-documents-shell { padding-top: 38px; }
    body.page-documents .main-content .fc-documents-shell .documents-page { grid-template-columns: minmax(0, 1fr); gap: 24px; margin: 0; }
    body.page-documents .main-content .fc-documents-shell .filters-section { position: static; width: 100%; max-height: none; overflow: visible; padding: 23px; }
    body.page-documents .main-content .fc-documents-shell .filters-header { padding-bottom: 17px; }
    body.page-documents .main-content .fc-documents-shell .filters-header h2 { font-size: 22px; }
    .fc-document-filter-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding: 15px 0 0;
        background: transparent;
        color: #fff;
        font: inherit;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
    }
    .fc-document-filter-icon { position: relative; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
    .fc-document-filter-icon::before,
    .fc-document-filter-icon::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s ease; }
    .fc-document-filter-icon::after { transform: rotate(90deg); }
    .fc-document-filter-toggle[aria-expanded="true"] .fc-document-filter-icon::after { transform: rotate(0); }
    .fc-documents-shell.fc-document-filter-ready .fc-document-filter-content:not(.is-open) { display: none; }
    body.page-documents .main-content .fc-document-filter-content { padding-top: 20px; }
    body.page-documents .main-content .fc-documents-geo .geo-service-header { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    body.page-documents .main-content .fc-documents-hero::before { mask-image: none; opacity: .7; }
    body.page-documents .main-content .fc-documents-hero::after { display: none; }
    .fc-documents-hero-inner { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-block: 58px 62px; }
    .fc-document-index { display: none; }
    body.page-documents .main-content .selected-category-banner { margin-top: 0; }
}

@media (max-width: 768px) {
    body.page-documents .main-content .fc-documents-shell .documents-list,
    body.page-documents .main-content .fc-documents-shell .fc-doc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .fc-document-cover { height: 160px; flex-basis: 160px; }
    .fc-document-card-body { padding: 19px; }
    body.page-documents .main-content .fc-documents-shell .fc-document-card .u-doc-title { font-size: 18px; }
    .fc-document-price strong { font-size: 19px; }
}

@media (max-width: 680px) {
    body.page-documents .main-content .fc-documents-hero h1 { font-size: clamp(38px, 11vw, 48px); }
    body.page-documents .main-content .fc-documents-hero .page-description { margin-top: 21px; font-size: 15px; }
    .fc-documents-stats { margin-top: 29px; }
    .fc-documents-stats > div { padding: 0 14px; }
    .fc-documents-stats strong { font-size: 24px; }
    body.page-documents .main-content .fc-documents-shell .documents-list,
    body.page-documents .main-content .fc-documents-shell .fc-doc-grid { grid-template-columns: minmax(0, 1fr); }
    body.page-documents .main-content .fc-documents-shell .fc-document-card { min-height: 430px; }
    body.page-documents .main-content .fc-documents-geo { padding-block: 64px 72px; }
    body.page-documents .main-content .fc-documents-geo::before { top: 28px; right: 24px; }
    body.page-documents .main-content .fc-documents-geo .geo-service-header { padding: 32px 24px; }
    body.page-documents .main-content .fc-documents-geo .geo-info-panel { padding: 24px; }
}

@media (max-width: 480px) {
    .fc-documents-hero-inner { padding: 43px 24px 48px; }
    .fc-documents-eyebrow { margin-bottom: 16px; font-size: 10px; }
    .fc-documents-stats > div { padding: 0 10px; }
    .fc-documents-stats strong { font-size: 22px; }
    .fc-documents-stats span { font-size: 9px; line-height: 1.25; }
    body.page-documents .main-content .fc-documents-shell { padding-top: 26px; padding-bottom: 56px; }
    body.page-documents .main-content .fc-documents-shell .filters-section { padding: 20px; }
    body.page-documents .main-content .fc-documents-shell .documents-header { align-items: flex-start; gap: 12px; padding-bottom: 16px; }
    body.page-documents .main-content .fc-documents-shell .fc-doc-results-kicker { display: none; }
    body.page-documents .main-content .fc-documents-shell .page-info { padding: 6px 8px; }
    .fc-document-cover { height: 170px; flex-basis: 170px; }
    .fc-document-card-body { padding: 20px; }
    .fc-document-card-footer { gap: 9px; }
    .fc-document-action { padding-inline: 9px; font-size: 9px; }
    body.page-documents .main-content .fc-documents-shell .pagination-btn.prev,
    body.page-documents .main-content .fc-documents-shell .pagination-btn.next { flex: 1 0 42%; order: -1; }
}

@media (prefers-reduced-motion: reduce) {
    .fc-documents-hero-copy,
    .fc-document-index,
    .fc-index-scan,
    .fc-documents-live::after,
    body.page-documents .main-content .fc-documents-shell .fc-document-card { animation: none !important; }
    body.page-documents .main-content .fc-documents-shell .fc-document-card,
    body.page-documents .main-content .fc-documents-shell .category-chip { transition: none; }
}
