:root {
    --navy: #08296f;
    --navy-deep: #051c52;
    --blue: #0875f5;
    --blue-dark: #0561d2;
    --sky: #edf7ff;
    --sky-strong: #dceeff;
    --ink: #102e68;
    --muted: #60759b;
    --line: #d6e4f2;
    --surface: #ffffff;
    --soft: #f6f9fc;
    --teal: #0f766e;
    --amber: #a45b05;
    --rose: #b13b5d;
    --shadow: 0 12px 32px rgba(21, 68, 125, 0.09);
    --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.button {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid var(--blue);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: var(--blue);
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button:active { transform: translateY(1px); }
.button-large { min-height: 48px; padding-inline: 30px; }
.button-secondary { color: var(--navy); border-color: var(--line); background: #fff; }
.button-secondary:hover { color: var(--blue); border-color: #a9cdf5; background: var(--sky); }
.button svg { width: 18px; height: 18px; }
.icon-button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    background: transparent;
    cursor: pointer;
}
.icon-button:hover { background: var(--sky); }
.icon-button svg { width: 23px; height: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; }
.text-link svg { width: 17px; height: 17px; transition: transform .18s ease; }
.text-link:hover svg { transform: translateX(3px); }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.site-header {
    position: sticky;
    z-index: 40;
    top: 0;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--line);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 42px; }
.site-logo { flex: 0 0 auto; width: 250px; }
.site-logo img { width: 100%; height: auto; }
.desktop-nav { flex: 1; display: flex; align-items: stretch; justify-content: center; height: 100%; gap: 4px; }
.nav-link {
    min-height: 44px;
    padding: 0 13px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--navy);
    background: transparent;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
    white-space: nowrap;
}
.nav-link:hover { color: var(--blue); }
.nav-link svg { width: 14px; height: 14px; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.dropdown-panel {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    width: 270px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    display: none;
    background: #fff;
    box-shadow: var(--shadow);
}
.nav-dropdown.is-open .dropdown-panel, .nav-dropdown:hover .dropdown-panel { display: grid; }
.dropdown-panel-wide { width: 330px; grid-template-columns: 1fr; }
.dropdown-panel a { padding: 10px 12px; border-radius: 4px; color: var(--navy); font-size: 14px; font-weight: 600; }
.dropdown-panel a:hover { color: var(--blue); background: var(--sky); }
.header-tools { margin-left: auto; display: flex; align-items: center; }
.mobile-menu-toggle { display: none; }
.header-search { border-top: 1px solid var(--line); background: #fff; }
.header-search form { min-height: 72px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; }
.header-search input { height: 48px; border: 0; outline: 0; font-size: 18px; }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; }
.mobile-nav .shell { padding-block: 10px 18px; display: grid; }
.mobile-nav a { padding: 11px 2px; border-bottom: 1px solid #edf2f8; font-weight: 650; }

.hero { position: relative; min-height: 505px; overflow: hidden; background: #eef8ff; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-inner { position: relative; min-height: 505px; padding-top: 54px; padding-bottom: 30px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { width: min(610px, 49%); }
.hero h1 { margin: 0; color: var(--navy-deep); font-size: 43px; line-height: 1.07; font-weight: 800; }
.hero h1::first-line { color: var(--navy); }
.hero-lead { width: 92%; margin: 14px 0 20px; color: #274579; font-size: 18px; line-height: 1.45; }
.hero-search {
    position: relative;
    z-index: 2;
    width: min(720px, 63%);
    min-height: 58px;
    padding: 4px 4px 4px 18px;
    border: 1px solid #c6dff5;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 12px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 83, 145, .08);
}
.hero-search svg { color: var(--blue); }
.hero-search input { min-width: 0; height: 46px; border: 0; outline: 0; color: var(--navy); }
.search-chips { width: min(720px, 63%); margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.search-chips a { padding: 5px 15px; border: 1px solid #a8d2fb; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.8); font-size: 12px; font-weight: 650; }
.search-chips a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.section { padding: 38px 0; }
.section-compact { padding: 20px 0 14px; }
.section-heading { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 0; color: var(--navy-deep); font-size: 25px; line-height: 1.2; }
.section-heading > span { color: var(--muted); font-size: 14px; }
.categories-section { border-bottom: 1px solid #ecf2f8; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.category-card {
    min-height: 92px;
    padding: 13px 16px;
    border: 1px solid var(--line);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 52px 1fr 18px;
    align-items: center;
    gap: 12px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.category-card:hover { border-color: #97c7f5; box-shadow: 0 8px 20px rgba(18, 78, 139, .08); transform: translateY(-1px); }
.category-icon { width: 42px; height: 42px; color: var(--blue); stroke-width: 2.3; }
.category-card-copy { min-width: 0; display: grid; gap: 4px; }
.category-card strong { color: var(--navy-deep); font-size: 15px; line-height: 1.24; }
.category-topics { display: grid; color: var(--muted); font-size: 12px; line-height: 1.35; }
.category-topics span::before { content: "›"; margin-right: 7px; color: var(--blue); font-weight: 800; }
.category-arrow { width: 18px; color: var(--blue); }
.guides-section { background: var(--soft); }
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.article-card { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.article-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.category-pill { width: fit-content; padding: 3px 12px; border-radius: 999px; display: inline-flex; color: var(--blue); background: var(--sky-strong); font-size: 12px; font-weight: 700; }
.article-card h3 { margin: 10px 0 7px; color: var(--navy-deep); font-size: 17px; line-height: 1.28; }
.article-card h3 a:hover { color: var(--blue); }
.article-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.article-card .text-link { font-size: 13px; }
.knowledge-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .9fr); gap: 18px; }
.latest-list, .rankings section { border: 1px solid var(--line); border-radius: 6px; background: #fff; overflow: hidden; }
.latest-row { min-height: 55px; padding: 10px 14px; border-bottom: 1px solid #e8f0f8; display: grid; grid-template-columns: 90px 125px 1fr 20px; align-items: center; gap: 10px; }
.latest-row:last-child { border-bottom: 0; }
.latest-row time { color: var(--muted); font-size: 12px; }
.latest-row strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.latest-row:hover strong { color: var(--blue); }
.latest-row svg { width: 17px; color: var(--blue); }
.rankings { display: grid; grid-template-columns: 1fr; gap: 12px; align-content: start; }
.rankings section { padding: 14px 16px; }
.rankings h2 { margin: 0 0 9px; color: var(--navy-deep); font-size: 18px; }
.rankings ol { margin: 0; padding: 0; list-style: none; counter-reset: ranking; }
.rankings li { min-height: 34px; display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 8px; counter-increment: ranking; color: var(--muted); font-size: 13px; }
.rankings li::before { content: counter(ranking); width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: var(--sky-strong); font-weight: 800; }
.rankings a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 2px; }
.rankings a:hover { color: var(--blue); }

.breadcrumbs { margin: 28px 0; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.breadcrumbs svg { width: 14px; }
.breadcrumbs a:hover { color: var(--blue); }
.article-page { max-width: 1060px; margin-inline: auto; }
.article-header { max-width: 870px; margin: 0 auto 30px; text-align: center; }
.article-header .category-pill { margin-inline: auto; }
.article-header h1 { margin: 14px 0 12px; color: var(--navy-deep); font-size: 43px; line-height: 1.12; }
.article-lead { margin: 0 auto; max-width: 760px; color: var(--muted); font-size: 19px; }
.article-byline { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; color: var(--muted); font-size: 13px; }
.article-byline span { display: inline-flex; align-items: center; gap: 6px; }
.article-byline svg { width: 16px; color: var(--blue); }
.article-cover { max-width: 960px; margin: 0 auto 34px; aspect-ratio: 16 / 8; overflow: hidden; border-radius: 7px; background: var(--sky); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px) 250px; justify-content: center; align-items: start; gap: 54px; }
.article-content { min-width: 0; color: #263f6d; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; }
.article-content h2, .article-content h3, .article-content h4 { color: var(--navy-deep); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.25; scroll-margin-top: 110px; }
.article-content h2 { margin: 42px 0 16px; font-size: 29px; }
.article-content h3 { margin: 31px 0 12px; font-size: 23px; }
.article-content h4 { margin: 24px 0 10px; font-size: 19px; }
.article-content p { margin: 0 0 19px; }
.article-content a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-content ul, .article-content ol { padding-left: 24px; margin: 0 0 22px; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--blue); color: var(--navy); background: var(--sky); font-style: italic; }
.article-content table { width: 100%; margin: 26px 0; border-collapse: collapse; display: block; overflow-x: auto; font-family: "Segoe UI", Arial, sans-serif; font-size: 14px; }
.article-content th, .article-content td { min-width: 150px; padding: 11px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { color: var(--navy-deep); background: var(--sky); }
.article-content img { height: auto; margin: 26px auto; border-radius: 6px; }
.article-aside { position: sticky; top: 105px; display: grid; gap: 12px; }
.aside-block, .aside-category { padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.aside-block > strong { display: block; margin-bottom: 9px; color: var(--navy-deep); }
.table-of-contents { display: grid; gap: 8px; }
.table-of-contents a { color: var(--muted); font-size: 13px; line-height: 1.35; }
.table-of-contents a:hover { color: var(--blue); }
.table-of-contents .toc-h3 { padding-left: 10px; }
.aside-category { display: flex; gap: 11px; align-items: center; color: var(--muted); background: #fff; }
.aside-category svg { width: 34px; color: var(--blue); }
.aside-category span { display: grid; font-size: 12px; }
.aside-category strong { color: var(--navy); font-size: 13px; }
.related-section { margin: 64px 0; padding-top: 30px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }

.category-hero, .search-page-head { padding: 48px 0; background: var(--sky); border-bottom: 1px solid var(--line); }
.category-hero-inner { display: flex; align-items: center; gap: 26px; }
.category-hero-icon { flex: 0 0 76px; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: #fff; box-shadow: 0 8px 22px rgba(23,74,135,.1); }
.category-hero-icon svg { width: 42px; height: 42px; }
.category-hero h1, .search-page-head h1 { margin: 0; color: var(--navy-deep); font-size: 38px; line-height: 1.15; }
.category-hero p:last-child { max-width: 760px; margin: 9px 0 0; color: var(--muted); font-size: 17px; }
.listing-layout { padding-block: 36px 64px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.listing-heading { padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.pagination { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.pagination a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    background: #fff;
    font-weight: 750;
}
.pagination a:hover { color: var(--blue); border-color: #9bc7f8; background: var(--sky); }
.pagination a.is-current { color: #fff; border-color: var(--blue); background: var(--blue); }
.pagination svg { width: 18px; height: 18px; }
.article-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.category-sidebar { position: sticky; top: 104px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.category-sidebar h2 { margin: 0; padding: 15px 16px; color: var(--navy-deep); background: var(--soft); font-size: 17px; }
.category-sidebar a { min-height: 52px; padding: 9px 13px; border-top: 1px solid #e8f0f8; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.category-sidebar a:hover { color: var(--blue); background: var(--sky); }
.category-sidebar svg { width: 21px; color: var(--blue); }
.category-sidebar small { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); }

.search-page-head h1 { margin-bottom: 22px; }
.search-page-form { display: grid; grid-template-columns: minmax(0, 1fr) 270px auto; gap: 10px; }
.search-input-wrap { min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; display: flex; align-items: center; gap: 10px; background: #fff; }
.search-input-wrap svg { width: 20px; color: var(--blue); }
.search-input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; }
select, input[type="text"], input[type="password"], input[type="url"], input[type="search"], textarea { border: 1px solid var(--line); border-radius: 6px; background: #fff; outline: none; }
select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,117,245,.1); }
.search-page-form select { padding: 0 13px; }
.search-results { min-height: 380px; }
.empty-state { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 7px; text-align: center; color: var(--muted); }
.empty-state svg { width: 42px; height: 42px; color: var(--blue); }
.empty-state h2, .empty-state p { margin: 0; }
.error-page { min-height: 65vh; display: grid; place-items: center; align-content: center; text-align: center; }
.error-page > span { color: var(--sky-strong); font-size: 120px; font-weight: 900; line-height: 1; }
.error-page h1 { margin: -18px 0 6px; color: var(--navy-deep); font-size: 34px; }
.error-page p { margin: 0 0 20px; color: var(--muted); }

.site-footer { padding-top: 42px; color: #dce8ff; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }
.footer-logo { width: 220px; height: auto; padding: 6px; border-radius: 4px; background: #fff; }
.site-footer p { max-width: 380px; color: #aebfe2; }
.site-footer h2 { margin: 0 0 10px; color: #fff; font-size: 16px; }
.site-footer a { display: block; margin: 7px 0; color: #bdcbea; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 30px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); color: #91a7d2; font-size: 13px; }

@media (max-width: 1120px) {
    .header-inner { gap: 18px; }
    .site-logo { width: 215px; }
    .nav-link { padding-inline: 8px; font-size: 13px; }
    .hero h1 { font-size: 38px; }
    .category-card { grid-template-columns: 42px 1fr 16px; padding-inline: 12px; }
    .category-icon { width: 35px; height: 35px; }
    .article-layout { grid-template-columns: minmax(0, 680px) 230px; gap: 35px; }
}

@media (max-width: 900px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .header-inner { height: 70px; }
    .site-logo { width: 210px; }
    .desktop-nav { display: none; }
    .mobile-menu-toggle { display: inline-flex; }
    .hero, .hero-inner { min-height: 560px; }
    .hero-image { object-position: 62% center; }
    .hero-inner { padding-top: 36px; justify-content: flex-start; }
    .hero-copy { width: 66%; }
    .hero h1 { font-size: 36px; }
    .hero-lead { width: 100%; font-size: 16px; }
    .hero-search, .search-chips { width: 100%; }
    .hero-search { margin-top: auto; }
    .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .category-card { min-height: 112px; grid-template-columns: 1fr 14px; align-content: center; gap: 6px; }
    .category-icon { grid-column: 1; width: 34px; height: 34px; }
    .category-card-copy { grid-column: 1; }
    .category-arrow { grid-column: 2; grid-row: 1 / span 2; }
    .category-topics { display: none; }
    .guide-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .knowledge-grid { grid-template-columns: 1fr; }
    .rankings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { display: block; }
    .article-aside { position: static; margin-top: 36px; grid-template-columns: 1fr 1fr; }
    .listing-layout { grid-template-columns: 1fr; }
    .category-sidebar { position: static; }
    .search-page-form { grid-template-columns: 1fr 220px; }
    .search-page-form .button { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    body { font-size: 15px; }
    .shell { width: min(calc(100% - 22px), var(--shell)); }
    .header-inner { height: 66px; }
    .site-logo { width: 185px; }
    .header-tools { gap: 2px; }
    .icon-button { width: 39px; height: 39px; }
    .hero, .hero-inner { min-height: 575px; }
    .hero-image { object-position: 60% center; }
    .hero-inner { padding-top: 22px; padding-bottom: 17px; }
    .hero-copy { width: 71%; }
    .hero .eyebrow { display: none; }
    .hero h1 { font-size: 30px; line-height: 1.08; }
    .hero-lead { margin-top: 10px; font-size: 15px; line-height: 1.42; }
    .hero-search { min-height: 52px; padding-left: 13px; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 7px; }
    .hero-search input { height: 42px; font-size: 13px; }
    .hero-search .button { min-height: 42px; padding-inline: 17px; }
    .search-chips { gap: 5px; }
    .search-chips a { padding: 4px 10px; font-size: 11px; }
    .section { padding-block: 28px; }
    .section-compact { padding-top: 18px; }
    .section-heading { align-items: flex-end; }
    .section-heading h2 { font-size: 22px; }
    .section-heading .text-link { font-size: 12px; text-align: right; }
    .category-grid { gap: 7px; }
    .category-card { min-height: 106px; padding: 9px; grid-template-columns: 1fr 12px; }
    .category-card strong { font-size: 12px; line-height: 1.25; }
    .category-icon { width: 31px; height: 31px; }
    .category-arrow { width: 14px; }
    .guide-grid, .related-grid, .article-list-grid { grid-template-columns: 1fr; }
    .article-card { padding: 15px; }
    .latest-row { grid-template-columns: 75px 85px 1fr 16px; gap: 6px; padding-inline: 10px; }
    .latest-row .category-pill { padding-inline: 7px; max-width: 85px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .rankings { grid-template-columns: 1fr; }
    .article-shell { width: min(calc(100% - 30px), var(--shell)); }
    .breadcrumbs { margin: 18px 0; overflow: hidden; white-space: nowrap; }
    .article-header { text-align: left; }
    .article-header .category-pill { margin-inline: 0; }
    .article-header h1 { font-size: 32px; }
    .article-lead { font-size: 17px; }
    .article-byline { justify-content: flex-start; gap: 9px 14px; }
    .article-cover { aspect-ratio: 4 / 3; margin-inline: -15px; border-radius: 0; }
    .article-content { font-size: 17px; line-height: 1.68; }
    .article-content h2 { font-size: 25px; }
    .article-content h3 { font-size: 21px; }
    .article-aside { grid-template-columns: 1fr; }
    .category-hero, .search-page-head { padding: 32px 0; }
    .category-hero-inner { align-items: flex-start; gap: 14px; }
    .category-hero-icon { flex-basis: 54px; width: 54px; height: 54px; }
    .category-hero-icon svg { width: 30px; height: 30px; }
    .category-hero h1, .search-page-head h1 { font-size: 30px; }
    .category-hero p:last-child { font-size: 15px; }
    .listing-layout { padding-top: 24px; }
    .search-page-form { grid-template-columns: 1fr; }
    .search-page-form select, .search-page-form .button { min-height: 48px; grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
