.category-page {
  --cat-line: rgba(21, 21, 21, .22);
  --cat-line-strong: rgba(21, 21, 21, .36);
  --cat-soft: #f6f6f6;
}
.category-page main .btn { min-height: 52px; padding: 0 26px; border-radius: 999px; font-size: 15px; font-weight: 650; }
.category-kicker { margin: 0; color: var(--color-muted); font: 600 13px/1.3 'Iosevka Charon Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.category-hero { min-height: 760px; padding: 176px 0 76px; background: linear-gradient(120deg, #f4f5f6 0%, #fff 66%); }
.category-hero__inner { display: flex; min-height: 508px; flex-direction: column; }
.category-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: var(--color-muted); font: 500 11px/1.3 'Iosevka Charon Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.category-breadcrumbs a:hover { color: var(--color-primary); }
.category-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 72px; align-items: end; flex: 1; }
.category-hero__copy { max-width: 870px; }
.category-hero h1 { max-width: 850px; margin: 26px 0 30px; color: var(--color-title); font-family: var(--font-title); font-size: clamp(56px, 5.45vw, 82px); font-weight: 540; line-height: .95; letter-spacing: -.058em; }
.category-hero h1 em { color: var(--color-primary); font-weight: 400; letter-spacing: -.045em; }
.category-hero__lead { max-width: 720px; color: #555960; font-size: 19px; line-height: 1.62; }
.category-hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.category-text-link { color: #292b30; font-size: 15px; font-weight: 650; }
.category-text-link span { margin-left: 8px; color: var(--color-primary); transition: transform .2s ease; }
.category-text-link:hover { color: var(--color-primary); }
.category-hero__index { border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); }
.category-hero__index div { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--cat-line); }
.category-hero__index div:last-child { border: 0; }
.category-hero__index div:first-child::before { content: ''; position: absolute; top: -1px; left: 0; width: 42px; height: 2px; background: var(--color-primary); }
.category-hero__index span { color: var(--color-muted); font: 500 13px/1.3 'Iosevka Charon Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.category-hero__index strong { color: #24262a; font-size: 14px; font-weight: 650; text-align: right; }
.ranking-section { padding: 120px 0; background: #fff; }
.category-section-head { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 72px; align-items: end; margin-bottom: 52px; }
.category-section-head h2 { max-width: 720px; margin: 24px 0 0; color: var(--color-title); font-size: clamp(34px, 3.25vw, 50px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.category-section-head h2 em { color: var(--color-primary); font-weight: 400; }
.category-section-head > p { color: #666a71; font-size: 16px; line-height: 1.65; }
.ranking-toolbar { display: flex; justify-content: space-between; align-items: center; min-height: 70px; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); }
.ranking-toolbar p { color: #34363a; font-weight: 650; }
.ranking-toolbar label { display: flex; align-items: center; gap: 16px; color: var(--color-muted); font: 600 13px/1.2 'Iosevka Charon Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.ranking-toolbar select { min-width: 246px; padding: 10px 34px 10px 12px; border: 1px solid var(--cat-line); background: #fff; color: #33353a; font: 600 13px/1.2 var(--font-body); text-transform: none; }
.ranking-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 52px; align-items: start; margin-top: 38px; }
.ranking-filters { position: sticky; top: 104px; padding: 24px 0; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); }
.filters-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.filters-heading h3 { margin: 0; font-size: 22px; font-weight: 650; }
.filters-heading button { padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--color-primary); font-size: 13px; font-weight: 650; }
.filter-field { display: grid; gap: 10px; margin-bottom: 24px; color: #36383c; font-size: 14px; font-weight: 650; }
.filter-field select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--cat-line); background: #fff; color: #55585e; font-size: 14px; }
.ranking-filters fieldset { display: grid; gap: 11px; margin: 0 0 24px; padding: 22px 0; border: 0; border-top: 1px solid var(--cat-line); border-bottom: 1px solid var(--cat-line); }
.ranking-filters legend { margin-bottom: 14px; color: #36383c; font-size: 14px; font-weight: 650; }
.ranking-filters fieldset label, .filter-check { display: flex; align-items: flex-start; gap: 10px; color: #5c5f65; font-size: 14px; line-height: 1.4; cursor: pointer; }
.ranking-filters input[type='checkbox'] { appearance: none; flex: 0 0 17px; width: 17px; height: 17px; margin-top: 1px; border: 1px solid rgba(21,21,21,.42); background: #fff; }
.ranking-filters input[type='checkbox']:checked { border-color: var(--color-primary); background: var(--color-primary); box-shadow: inset 0 0 0 4px #fff; }
.filter-check + .filter-check { margin-top: 13px; }
.company-list { display: grid; gap: 22px; }
.company-card { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr); border: 1px solid var(--cat-line); background: #fff; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.company-card::before { content: ''; position: absolute; top: -1px; left: -1px; width: 46px; height: 2px; background: var(--color-primary); transition: width .3s ease; }
.company-card:hover { transform: translateY(-3px); border-color: rgba(245,27,36,.5); box-shadow: 0 18px 42px rgba(24,25,28,.07); }
.company-card:hover::before { width: calc(100% + 2px); }
.company-rank { display: flex; align-items: center; flex-direction: column; padding-top: 30px; border-right: 1px solid var(--cat-line); }
.company-rank small { color: var(--color-muted); font: 600 13px/1.2 'Iosevka Charon Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.company-rank strong { margin-top: 10px; color: #17181b; font: 500 34px/1 var(--font-title); letter-spacing: -.04em; }
.company-card__main { min-width: 0; padding: 28px 30px 26px; }
.company-card__main > header { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.company-monogram { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--cat-line); background: #f7f7f8; color: #222428; font: 650 14px/1 'Iosevka Charon Mono', monospace; }
.company-card header p { margin: 0 0 6px; color: var(--color-muted); font: 500 16px/1.35 'Iosevka Charon Mono', monospace; letter-spacing: .025em; text-transform: uppercase; }
.company-card h3 { margin: 0; color: #17181b; font-size: 28px; font-weight: 650; line-height: 1.08; letter-spacing: -.035em; }
.verified-badge { padding: 7px 10px; border: 1px solid rgba(16,185,129,.25); background: rgba(16,185,129,.055); color: #087b55; font: 600 13px/1.2 'Iosevka Charon Mono', monospace; text-transform: uppercase; }
.company-summary { margin: 24px 0 18px; color: #575a60; font-size: 16px; line-height: 1.58; }
.company-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.company-tags span { padding: 6px 9px; background: #f3f3f4; color: #575a60; font-size: 13px; }
.company-facts { display: grid; grid-template-columns: 1fr 1fr 1.25fr; margin: 26px 0 0; border-top: 1px solid var(--cat-line); border-bottom: 1px solid var(--cat-line); }
.company-facts div { min-width: 0; padding: 17px 18px; border-right: 1px solid var(--cat-line); }
.company-facts div:first-child { padding-left: 0; }
.company-facts div:last-child { padding-right: 0; border: 0; }
.company-facts dt { margin-bottom: 6px; color: var(--color-muted); font: 500 13px/1.2 'Iosevka Charon Mono', monospace; letter-spacing: .045em; text-transform: uppercase; }
.company-facts dd { color: #3f4247; font-size: 13px; font-weight: 600; line-height: 1.38; }
.company-facts b { color: var(--color-primary); font-size: 16px; }
.company-card footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 24px; }
.company-profile { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid rgba(21,21,21,.58); border-radius: 999px; color: #25272b; font-size: 14px; font-weight: 650; }
.company-profile span { margin-left: 8px; color: var(--color-primary); }
.company-profile:hover { border-color: var(--color-title); background: rgba(13,14,18,.05); color: var(--color-primary); }
.ranking-empty { padding: 64px 24px; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); text-align: center; }
.ranking-empty strong { color: #202226; font-size: 22px; }
.ranking-empty p { margin-top: 6px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.pagination button { width: 42px; height: 42px; border: 1px solid var(--cat-line); background: #fff; color: #3e4146; font-weight: 650; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.pagination button:hover, .pagination button[aria-current='page'] { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.pagination button:disabled { opacity: .3; cursor: default; background: #fff; color: #3e4146; border-color: var(--cat-line); }
.featured-disclosure { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 15px 0; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); color: #70737a; font-size: 13px; }
.featured-disclosure > span { padding-left: 12px; border-left: 2px solid var(--color-primary); color: var(--color-primary); font: 650 13px/1.2 'Iosevka Charon Mono', monospace; text-transform: uppercase; }
.featured-disclosure a { color: #303237; font-weight: 650; }
.ranking-disclosure { margin-bottom: 56px; }
.rating-method { padding: 120px 0; background: var(--cat-soft); }
.method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); list-style: none; }
.method-grid li { min-height: 260px; padding: 28px; border-right: 1px solid var(--cat-line); }
.method-grid li:first-child { padding-left: 0; }
.method-grid li:last-child { padding-right: 0; border: 0; }
.method-grid span, .guide-content article > span { color: var(--color-primary); font: 600 13px/1 'Iosevka Charon Mono', monospace; }
.method-grid h3 { margin: 72px 0 12px; font-size: 21px; font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }
.method-grid p { color: #62656b; font-size: 15px; line-height: 1.58; }
.method-callout { display: grid; grid-template-columns: 1fr 1.15fr auto; gap: 44px; align-items: center; margin-top: 50px; padding: 28px 0; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); }
.method-callout strong { color: #232529; font-size: 20px; }
.method-callout p { color: #66696f; line-height: 1.55; }
.method-callout a { color: var(--color-primary); font-weight: 650; white-space: nowrap; }
.category-guide { padding: 120px 0; background: #fff; }
.guide-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 100px; align-items: start; }
.guide-layout > aside { position: sticky; top: 110px; }
.guide-layout aside h2 { margin: 24px 0 34px; font-size: 40px; font-weight: 520; line-height: 1.08; letter-spacing: -.04em; }
.guide-layout aside nav { display: grid; border-top: 1px solid var(--cat-line-strong); }
.guide-layout aside nav a { padding: 14px 0; border-bottom: 1px solid var(--cat-line); color: #63666c; font-size: 14px; }
.guide-layout aside nav a:hover { padding-left: 8px; color: var(--color-primary); }
.guide-lead { margin-bottom: 42px; color: #2b2d31; font-size: 24px; line-height: 1.48; letter-spacing: -.015em; }
.guide-content article { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 22px; padding: 32px 0; border-top: 1px solid var(--cat-line-strong); scroll-margin-top: 110px; }
.guide-content article h3 { margin: 0 0 12px; font-size: 23px; font-weight: 650; letter-spacing: -.025em; }
.guide-content article p { color: #5d6066; font-size: 16px; line-height: 1.7; }
.category-seo { padding: 120px 0; background: #fff; }
.seo-category-layout { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); gap: 92px; align-items: start; }
.seo-category-layout > aside { position: sticky; top: 110px; }
.seo-category-layout aside h2 { margin: 24px 0 34px; color: var(--color-title); font-size: clamp(36px,3vw,48px); font-weight: 520; line-height: 1.08; letter-spacing: -.045em; }
.seo-category-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid var(--cat-line-strong); border-bottom: 1px solid var(--cat-line-strong); color: #65686e; font: 600 13px/1.2 'Iosevka Charon Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.seo-category-flow i { color: var(--color-primary); font-style: normal; }
.seo-category-content { color: #5c5f65; font-size: 16px; line-height: 1.78; }
.seo-category-content .seo-category-lead { margin-bottom: 34px; color: #25272b; font-size: 22px; line-height: 1.55; letter-spacing: -.01em; }
.seo-category-content h3 { margin: 48px 0 16px; padding-top: 24px; border-top: 1px solid var(--cat-line-strong); color: #232529; font-size: 25px; font-weight: 650; letter-spacing: -.03em; }
.seo-category-content p + p { margin-top: 18px; }
.seo-text-section { overflow: visible; padding: 120px 0; border: 0; background: #fff !important; }
.seo-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.seo-aside { position: sticky; top: 100px; }
.seo-aside .section-header { position: relative; margin-bottom: 0; padding-bottom: 30px; border-bottom: 1px solid rgba(21,21,21,.32); }
.seo-aside .section-header::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 76px; height: 2px; background: var(--color-primary); }
.seo-aside .section-header h2 { margin-top: 24px; font-size: clamp(34px,3.2vw,46px); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.seo-aside .section-header h2 em { color: var(--color-primary); font-weight: 400; letter-spacing: -.035em; }
.seo-flow { display: flex; flex-wrap: nowrap; align-items: center; gap: 4px; padding-top: 26px; }
.seo-flow span { padding: 9px; border: 1px solid rgba(21,21,21,.28); border-radius: 999px; background: #fff; color: #5f646d; font-size: 14px; font-weight: 600; }
.seo-flow i { color: var(--color-primary); font-size: 14px; font-style: italic; }
.seo-article { max-width: 800px; }
.seo-article p { margin-bottom: 24px; color: #5b606a; font-size: 15px; line-height: 1.82; }
.seo-article p strong { color: var(--color-title); font-weight: 700; }
.seo-article .seo-lead { margin-bottom: 34px; color: #25272d; font-size: 19px; line-height: 1.65; }
.seo-quote { margin: 38px 0; padding: 28px 0 28px 28px; border-left: 3px solid var(--color-primary); color: var(--color-title); font-size: 24px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.category-faq { padding: 120px 0; background: #f6f6f6; }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: 96px; align-items: start; }
.faq-layout > header { position: sticky; top: 110px; }
.faq-layout header h2 { margin: 24px 0; font-size: 42px; font-weight: 520; line-height: 1.08; letter-spacing: -.04em; }
.faq-layout header h2 em { color: var(--color-primary); font-weight: 400; letter-spacing: -.035em; }
.faq-layout header > p:not(.category-kicker) { max-width: 370px; color: #686b71; line-height: 1.65; }
.faq-layout header > a { display: inline-block; margin-top: 26px; color: var(--color-primary); font-weight: 650; }
.category-faq__list { border-top: 1px solid var(--cat-line-strong); }
.category-faq__list details { border-bottom: 1px solid var(--cat-line-strong); }
.category-faq__list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: #27292d; font-size: 18px; font-weight: 650; cursor: pointer; list-style: none; }
.category-faq__list summary::-webkit-details-marker { display: none; }
.category-faq__list summary span { color: var(--color-primary); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.category-faq__list details[open] summary span { transform: rotate(45deg); }
.category-faq__list details p { max-width: 700px; padding: 0 48px 24px 0; color: #61646a; line-height: 1.65; }
.category-cities { padding: 120px 0; background: #fff; }
.category-city-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--cat-line-strong); }
.category-city-list a { display: flex; justify-content: space-between; align-items: center; min-height: 88px; padding-right: 24px; border-bottom: 1px solid var(--cat-line); color: #24262a; }
.category-city-list a:nth-child(3n+2), .category-city-list a:nth-child(3n) { padding-left: 24px; border-left: 1px solid var(--cat-line); }
.category-city-list span { font-size: 20px; font-weight: 650; }
.category-city-list small { color: var(--color-muted); font: 550 13px/1.2 'Iosevka Charon Mono', monospace; text-transform: uppercase; }
.category-city-list a:hover span, .category-city-list a:hover small { color: var(--color-primary); }
.category-page :focus-visible { outline: 2px solid var(--color-primary); outline-offset: 4px; }
.category-page .category-hero { height: 100vh; min-height: 620px; padding: 0; background: #eef0f2; }
.category-page .category-hero .hero-grid { gap: 32px; padding-top: 185px; }
.category-page .category-hero .hero-top-info { max-width: 860px; }
.category-page .category-hero .category-breadcrumbs { margin-bottom: 34px; }
.category-page .category-hero .hero-main-title { margin: 0 0 28px; font-size: clamp(54px, 5.15vw, 76px); font-weight: 540; line-height: .96; letter-spacing: -.057em; }
.category-page .category-hero .hero-title-em { color: var(--color-primary); font-style: italic; font-weight: 400; letter-spacing: -.045em; }
.category-page .category-company-search { max-width: 720px; height: 64px; margin-top: 32px; padding: 7px; border-color: rgba(21,21,21,.14); border-radius: 999px; box-shadow: none; }
.category-page .category-company-search .unified-search-btn { height: 48px; min-height: 48px; padding-inline: 30px; border: 0; border-radius: 999px; font-weight: 650; }
.category-page .category-hero .hero-ctas { gap: 16px; }
.category-page .category-hero .btn-secondary { border-color: rgba(21,21,21,.58); }
.category-hero-metrics { position: relative; display: flex; gap: 0; border-top: 1px solid rgba(13,14,18,.26); border-bottom: 1px solid rgba(13,14,18,.26); background: rgba(255,255,255,.52); }
.category-hero-metrics::before { content: ''; position: absolute; top: -1px; left: 0; width: 38px; height: 2px; background: var(--color-primary); }
.category-page .category-hero-metrics .hero-card-white { width: 220px; min-height: 112px; padding: 18px 22px; border-radius: 0; background: transparent; }
.category-page .category-hero-metrics .hero-card-white + .hero-card-white { border-left: 1px solid rgba(13,14,18,.18); }
.category-page .category-hero-metrics .card-num { margin-bottom: 10px; font-size: 22px; font-weight: 650; letter-spacing: -.035em; }
.category-page .category-hero-metrics .card-label strong { display: block; color: #292b30; font-size: 14px; line-height: 1.25; }
.category-page .category-hero-metrics .card-label small { display: block; margin-top: 4px; color: #777b84; font-size: 13px; line-height: 1.3; }
.category-city-grid-section { padding: 120px 0 0; background: #fff; }
.category-city-grid-section .cities-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 14px 0; border-top: 1px solid rgba(26,26,26,.25); border-bottom: 1px solid rgba(26,26,26,.25); }
.category-city-grid-section .city-row { display: grid; grid-template-columns: 46px 1fr auto 30px; gap: 16px; align-items: center; min-height: 78px; padding: 0 24px; border-bottom: 1px solid rgba(26,26,26,.25); color: var(--color-text); }
.category-city-grid-section .city-row:nth-child(3n+1), .category-city-grid-section .city-row:nth-child(3n+2) { border-right: 1px solid rgba(26,26,26,.25); }
.category-city-grid-section .city-row:nth-last-child(-n+3) { border-bottom: 0; }
.category-city-grid-section .city-photo { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; object-fit: cover; transition: border-color .22s ease, transform .22s ease; }
.category-city-grid-section .city-name { color: #1a1a1a; font-size: 18px; font-weight: 600; line-height: 1.3; }
.category-city-grid-section .city-count { color: var(--color-muted); font-size: 13px; }
.category-city-grid-section .city-arrow { color: var(--color-muted); font-size: 14px; transition: transform .2s ease; }
.category-city-grid-section .city-row:hover, .category-city-grid-section .city-row:focus-visible { background: rgba(245,27,36,.045); }
.category-city-grid-section .city-row:hover .city-photo, .category-city-grid-section .city-row:focus-visible .city-photo { border-color: var(--color-primary); transform: scale(1.045); }
.category-city-grid-section .city-row:hover .city-name, .category-city-grid-section .city-row:hover .city-arrow { color: var(--color-primary); }
.category-city-grid-section .city-row:hover .city-arrow { transform: translate(2px,-2px); }
@media (min-width: 1025px) and (max-height: 820px) {
  .category-page .category-hero .hero-grid { gap: 32px; padding-top: clamp(100px,12vh,130px); padding-bottom: 48px; }
  .category-page .category-hero .hero-main-title { margin-bottom: 16px; font-size: clamp(42px,4.2vw,56px); }
  .category-page .category-hero .hero-desc { font-size: 15px; }
  .category-page .category-company-search { height: 58px; margin-top: 20px; }
  .category-page .category-company-search .unified-search-btn { height: 44px; min-height: 44px; }
  .category-page .category-hero .hero-ctas { margin-top: 12px; }
  .category-page .category-hero-metrics .hero-card-white { min-height: 90px; padding-block: 13px; }
  .category-page .category-hero-metrics .card-num { margin-bottom: 6px; font-size: 20px; }
}
@media (min-width: 801px) and (max-width: 1250px) and (min-height: 821px) {
  .category-page .category-hero .hero-grid { padding-top: 150px; padding-bottom: 52px; }
  .category-page .category-hero .hero-main-title { font-size: clamp(48px,5.2vw,64px); }
}
.category-motion-ready .category-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.category-motion-ready .category-reveal.is-visible { opacity: 1; transform: none; }
.category-motion-ready .seo-text-section.seo-reveal .seo-aside,
.category-motion-ready .seo-text-section.seo-reveal .seo-article { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.category-motion-ready .seo-text-section.seo-reveal .seo-article { transition-delay: .12s; }
.category-motion-ready .seo-text-section.seo-reveal.is-visible .seo-aside,
.category-motion-ready .seo-text-section.seo-reveal.is-visible .seo-article { opacity: 1; transform: none; }
@media (max-width: 1100px) {
  .category-hero__grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .category-section-head { grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; }
  .ranking-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 30px; }
  .company-facts { grid-template-columns: 1fr 1fr; }
  .company-facts div:nth-child(2) { border-right: 0; }
  .company-facts div:last-child { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--cat-line); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid li:nth-child(2) { border-right: 0; }
  .method-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--cat-line); }
  .guide-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 64px; }
}
@media (max-width: 800px) {
  .category-hero { min-height: 0; padding: 132px 0 72px; }
  .category-hero__grid, .category-section-head, .ranking-layout, .guide-layout, .faq-layout, .seo-category-layout, .seo-layout { grid-template-columns: 1fr; }
  .category-hero__index { margin-top: 42px; }
  .category-section-head { gap: 24px; }
  .ranking-filters, .guide-layout > aside, .faq-layout > header, .seo-category-layout > aside, .seo-aside { position: static; }
  .ranking-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; padding: 16px 0; }
  .ranking-toolbar label { width: 100%; justify-content: space-between; }
  .ranking-toolbar select { min-width: 0; width: min(100%, 310px); }
  .featured-disclosure { grid-template-columns: 90px 1fr; }
  .featured-disclosure a { grid-column: 2; }
  .method-callout { grid-template-columns: 1fr; gap: 16px; }
  .category-city-list { grid-template-columns: repeat(2, 1fr); }
  .category-city-list a:nth-child(n) { padding: 0 20px; border-left: 0; }
  .category-city-list a:nth-child(even) { border-left: 1px solid var(--cat-line); }
  .category-page .category-hero { min-height: 820px; }
  .category-page .category-hero .hero-grid { padding-top: 140px; }
  .category-hero-metrics { flex-wrap: wrap; }
  .category-page .category-hero-metrics .hero-card-white { width: 50%; }
  .category-city-grid-section .cities-grid { grid-template-columns: repeat(2,1fr); }
  .category-city-grid-section .city-row:nth-child(n) { border-right: 0; border-bottom: 1px solid rgba(26,26,26,.25); }
  .category-city-grid-section .city-row:nth-child(odd) { border-right: 1px solid rgba(26,26,26,.25); }
}
@media (max-width: 560px) {
  .category-hero h1 { font-size: 46px; }
  .category-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ranking-section, .rating-method, .category-guide { padding: 84px 0; }
  .category-faq, .category-cities { padding: 84px 0; }
  .category-seo { padding: 84px 0; }
  .company-card { grid-template-columns: 1fr; }
  .company-rank { align-items: center; flex-direction: row; gap: 8px; padding: 14px 20px; border-right: 0; border-bottom: 1px solid var(--cat-line); }
  .company-rank strong { margin: 0; font-size: 24px; }
  .company-card__main { padding: 22px 20px; }
  .company-card__main > header { grid-template-columns: 48px 1fr; }
  .company-monogram { width: 46px; height: 46px; }
  .verified-badge { grid-column: 2; justify-self: start; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--cat-line); }
  .company-facts div:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .company-card footer { align-items: stretch; flex-direction: column; }
  .company-card footer .btn { justify-content: center; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid li { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--cat-line); }
  .method-grid li:nth-child(2) { border-bottom: 1px solid var(--cat-line); }
  .method-grid h3 { margin-top: 38px; }
  .guide-layout aside h2 { font-size: 34px; }
  .guide-content article { grid-template-columns: 36px 1fr; gap: 10px; }
  .faq-layout header h2 { font-size: 34px; }
  .category-city-list { grid-template-columns: 1fr; }
  .category-city-list a:nth-child(n) { padding: 0; border-left: 0; }
  .category-page .category-hero { min-height: 760px; }
  .category-page .category-company-search { width: 100%; }
  .category-page .category-hero-metrics .hero-card-white { width: 100%; border-left: 0 !important; border-top: 1px solid rgba(13,14,18,.18); }
  .category-city-grid-section { padding: 84px 0; }
  .category-city-grid-section .cities-grid { grid-template-columns: 1fr; }
  .category-city-grid-section .city-row:nth-child(n) { padding: 0 10px; border-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .category-page *, .category-page *::before, .category-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
