.channel-page { --channel-accent: #b68d47; --channel-accent-soft: #f5ead6; --channel-tint: #eef7fc; background: #fff; }
.channel-page.channel-local { --channel-accent: #9f7b3c; --channel-accent-soft: #f4ead7; --channel-tint: #f1f8f4; }
.channel-page.channel-stay { --channel-accent: #b68b43; --channel-accent-soft: #f6ecd9; --channel-tint: #f5f7f7; }
.channel-page.channel-transport { --channel-accent: #2679ad; --channel-accent-soft: #e3f0f8; --channel-tint: #edf7fc; }
.channel-page.channel-leisure { --channel-accent: #178ca6; --channel-accent-soft: #e0f2f4; --channel-tint: #edf9fa; }
.channel-page .site-header { border-bottom: 1px solid rgba(21,67,108,.07); background: rgba(248,252,255,.88); backdrop-filter: blur(12px); }

.channel-hero { position: relative; height: 576px; min-height: 576px; padding: 58px 0 72px; overflow: hidden; background: radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--channel-accent) 14%, transparent), transparent 30%), linear-gradient(118deg, #fbfdff 0%, #f6fafc 47%, var(--channel-tint) 100%); }
.channel-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(251,253,255,.2) 0%, transparent 48%, color-mix(in srgb, var(--channel-accent) 4%, transparent) 100%); }
.channel-hero::after { content: ""; position: absolute; left: 5%; bottom: 46px; width: 180px; height: 1px; background: linear-gradient(90deg, var(--channel-accent), transparent); }
.channel-hero-grid { position: relative; z-index: 2; height: 100%; }
.channel-hero-copy { position: relative; z-index: 3; width: 52%; }
.channel-breadcrumb { min-height: 22px; margin-bottom: 46px; display: flex; align-items: center; gap: 9px; color: #6f8598; font-size: 14px; line-height: 22px; }
.channel-breadcrumb .ui-icon { font-size: 10px; }
.channel-breadcrumb span { max-width: 280px; overflow: hidden; color: #527089; text-overflow: ellipsis; white-space: nowrap; }
.channel-eyebrow, .channel-section-heading > div > p, .channel-process > div:first-child > p { margin: 0 0 15px; color: var(--channel-accent); font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.channel-eyebrow { font-size: 14px; line-height: 1.5; }
.channel-local .channel-eyebrow { color: #347963; }
.channel-stay .channel-eyebrow { color: #a65f3d; }
.channel-transport .channel-eyebrow { color: #277bad; }
.channel-leisure .channel-eyebrow { color: #14899b; }
.channel-hero-copy h1 { max-width: 640px; margin: 0; color: var(--navy); font-family: "STZhongsong", "Songti SC", "Noto Serif CJK SC", SimSun, serif; font-size: clamp(46px, 3.7vw, 60px); font-weight: 700; line-height: 1.17; letter-spacing: .02em; }
.channel-hero-copy h1 span { display: block; }
.channel-hero-copy h1 span + span { margin-top: 5px; margin-left: 48px; }
.channel-hero-intro { position: relative; max-width: 570px; margin: 27px 0 29px; padding-left: 17px; color: #5d7890; font-size: 14px; line-height: 1.9; }
.channel-hero-intro::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 2px; background: linear-gradient(var(--channel-accent), transparent); }
.channel-hero-actions { display: flex; align-items: center; gap: 10px; }
.channel-hero-actions a, .channel-hero-actions button { min-height: 46px; padding: 0 19px; border: 1px solid #d9e5ee; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy); background: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; cursor: pointer; }
.channel-hero-actions a { border-color: var(--channel-accent); color: #fff; background: var(--channel-accent); }
.channel-hero-actions .ui-icon { font-size: 15px; }
.channel-hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 20px; color: #60798f; font-size: 13px; }
.channel-hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.channel-hero-trust .ui-icon { color: var(--channel-accent); font-size: 16px; }
.channel-hero-visual { position: absolute; z-index: 0; top: -58px; bottom: -72px; left: 32%; width: calc(68% + ((100vw - 100%) / 2)); }
.channel-hero-visual::before { content: none; }
.channel-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.03); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 12%, rgba(0,0,0,.55) 31%, #000 51%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 12%, rgba(0,0,0,.55) 31%, #000 51%, #000 100%); }
.channel-stay .channel-hero-visual > img { object-position: center 60%; }
.channel-transport .channel-hero-visual > img { object-position: center 58%; }
.channel-hero-number { position: absolute; z-index: 1; right: 28px; bottom: 6px; color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 106px; line-height: 1; }
.channel-hero-note { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1320px) / 2)); bottom: 42px; max-width: 300px; min-height: 82px; padding: 15px 19px; border: 1px solid rgba(255,255,255,.66); border-left: 3px solid var(--channel-accent); border-radius: 12px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(13,53,86,.16); backdrop-filter: blur(14px); }
.channel-hero-note small { margin-bottom: 5px; color: #71869a; font-size: 12px; letter-spacing: .11em; }
.channel-hero-note strong { color: var(--navy); font-size: 13px; line-height: 1.45; }

.channel-topic-rail { position: sticky; z-index: 12; top: 64px; overflow-x: auto; border-bottom: 1px solid #e4edf4; background: rgba(255,255,255,.96); box-shadow: 0 9px 24px rgba(14,52,81,.04); backdrop-filter: blur(10px); }
.channel-topic-rail .page-container { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); }
.channel-topic-rail a { padding: 0 18px; border-right: 1px solid #e5edf4; display: flex; align-items: center; justify-content: center; gap: 11px; color: #44627d; font-size: 13px; font-weight: 600; text-align: center; transition: color .2s ease, background .2s ease; }
.channel-topic-rail a:first-child { border-left: 1px solid #e5edf4; }
.channel-topic-rail a:hover { color: var(--navy); background: #f8fbfd; }
.channel-topic-rail a span { width: 27px; height: 27px; border: 1px solid color-mix(in srgb, var(--channel-accent) 40%, #fff); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--channel-accent); background: color-mix(in srgb, var(--channel-accent-soft) 65%, #fff); font-family: Georgia, serif; font-size: 12px; }

.channel-topics { padding: 94px 0 105px; background: linear-gradient(180deg, #fff, #fbfdff); }
.channel-section-heading { position: relative; margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 76px; }
.channel-section-heading::before { content: ""; position: absolute; left: 0; top: -18px; width: 42px; height: 2px; background: var(--channel-accent); }
.channel-section-heading h2, .channel-process h2, .channel-notice h2, .channel-cta h2 { margin: 0; color: var(--navy); font-family: "STZhongsong", "Songti SC", "Noto Serif CJK SC", SimSun, serif; font-size: 36px; font-weight: 700; line-height: 1.32; }
.channel-section-heading > p { max-width: 500px; margin: 0; color: #60798f; font-size: 14px; line-height: 1.85; }
.channel-topic-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.channel-topic-card { min-height: 320px; grid-column: span 5; scroll-margin-top: 150px; overflow: hidden; border: 1px solid #dce7f0; border-radius: 16px; display: grid; grid-template-columns: 43% 57%; background: #fff; box-shadow: 0 10px 30px rgba(15,57,91,.035); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.channel-topic-card:nth-child(1), .channel-topic-card:nth-child(4) { grid-column: span 7; grid-template-columns: 47% 53%; }
.channel-topic-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--channel-accent) 45%, #dce7f0); box-shadow: 0 24px 54px rgba(15,57,91,.11); }
.channel-topic-image { position: relative; min-height: 320px; overflow: hidden; }
.channel-topic-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,29,51,.6)); }
.channel-topic-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.channel-topic-card:hover img { transform: scale(1.035); }
.channel-topic-image b { position: absolute; z-index: 1; left: 19px; bottom: 15px; color: #fff; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.channel-topic-copy { padding: 31px 28px 27px; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff, #fbfdff); }
.channel-topic-copy > span { color: var(--channel-accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.channel-topic-copy h3 { margin: 18px 0 12px; color: var(--navy); font-family: "STZhongsong", "Songti SC", SimSun, serif; font-size: 23px; line-height: 1.4; }
.channel-topic-copy > p { margin: 0; color: #60798f; font-size: 14px; line-height: 1.8; }
.channel-topic-copy > .channel-topic-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid #e9eff4; display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.channel-topic-copy em { color: #6f8498; font-size: 12px; font-style: normal; }
.channel-topic-copy button, .channel-topic-copy div > a { flex: 0 0 auto; padding: 0; display: inline-flex; align-items: center; gap: 6px; color: var(--navy); background: transparent; font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer; }

.channel-listing { position: relative; padding: 94px 0 100px; overflow: hidden; background: linear-gradient(135deg, #f2f7fb, #eaf3f8); }
.channel-listing::before { content: ""; position: absolute; left: -150px; top: -150px; width: 420px; height: 420px; border: 1px solid color-mix(in srgb, var(--channel-accent) 18%, transparent); border-radius: 50%; }
.listing-heading { align-items: center; }
.channel-filterbar { position: relative; z-index: 1; margin-bottom: 30px; padding: 13px 14px; border: 1px solid #dce7ef; border-radius: 12px; display: flex; align-items: center; gap: 18px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(16,57,88,.05); }
.channel-filterbar label { flex: 0 0 250px; min-height: 40px; padding: 0 13px; border-right: 1px solid #e3ebf1; display: flex; align-items: center; gap: 9px; color: #738a9e; }
.channel-filterbar input { width: 100%; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 14px; }
.channel-filter-options { min-width: 0; display: flex; align-items: center; gap: 7px; overflow-x: auto; }
.channel-filter-options button { min-height: 36px; padding: 0 13px; border-radius: 8px; color: #5c7489; background: #f5f8fb; font-size: 12px; white-space: nowrap; cursor: pointer; }
.channel-filter-options button.active { color: #fff; background: var(--channel-accent); }
.channel-list-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.channel-list-card { min-width: 0; overflow: hidden; border: 1px solid #dce7ef; border-radius: 15px; background: #fff; box-shadow: 0 11px 30px rgba(16,57,88,.045); transition: transform .25s ease, box-shadow .25s ease; }
.channel-list-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(16,57,88,.11); }
.channel-list-card.is-hidden { display: none; }
.channel-list-image { position: relative; height: 205px; overflow: hidden; }
.channel-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.channel-list-card:hover img { transform: scale(1.035); }
.channel-list-image > span { position: absolute; left: 13px; top: 13px; padding: 5px 9px; border-radius: 7px; display: inline-flex; align-items: center; gap: 5px; color: var(--navy); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: 12px; font-weight: 600; }
.channel-list-image > span .ui-icon { color: var(--channel-accent); }
.channel-list-copy { min-height: 235px; padding: 20px 18px 18px; display: flex; flex-direction: column; }
.channel-list-copy small { color: var(--channel-accent); font-size: 12px; font-weight: 700; }
.channel-list-copy h3 { margin: 9px 0 8px; color: var(--navy); font-size: 18px; font-weight: 600; line-height: 1.4; }
.channel-list-copy > p { margin: 0; color: #657d91; font-size: 14px; line-height: 1.75; }
.channel-list-copy > .channel-list-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid #e8eef3; display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.channel-list-copy strong { color: var(--navy); font-size: 14px; }
.channel-list-copy button, .channel-list-copy div > a { flex: 0 0 auto; padding: 0; display: inline-flex; align-items: center; gap: 4px; color: var(--navy); background: transparent; font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.channel-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.channel-topic-copy .channel-card-actions > a, .channel-list-copy .channel-card-actions > a, .channel-topic-copy .channel-card-consult, .channel-list-copy .channel-card-consult { min-height: 36px; padding: 0 9px; border: 1px solid #d8e3ec; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-size: 12px; font-weight: 700; }
.channel-topic-copy .channel-card-consult, .channel-list-copy .channel-card-consult { border-color: var(--navy); color: #fff; background: var(--navy); }
.channel-topic-copy .channel-card-consult:hover, .channel-topic-copy .channel-card-consult:focus, .channel-list-copy .channel-card-consult:hover, .channel-list-copy .channel-card-consult:focus { background: #164b7b; }
.channel-card-actions .ui-icon { font-size: 14px; }
.channel-empty { display: none; margin: 35px 0 0; color: #7d91a4; text-align: center; font-size: 13px; }
.channel-empty.show { display: block; }
.channel-load-more { min-height: 42px; margin: 30px auto 0; padding: 0 18px; border: 1px solid #d4e0e9 !important; border-radius: 9px; display: flex; align-items: center; gap: 6px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer; }

.channel-process-section { padding: 82px 0; }
.channel-process { padding: 48px 52px; border-radius: 17px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 64px; color: #fff; background: linear-gradient(108deg, rgba(7,43,88,.99), rgba(20,75,119,.9)); box-shadow: 0 24px 55px rgba(9,47,82,.13); }
.channel-process h2 { color: #fff; font-size: 31px; }
.channel-process > div:first-child > span { display: block; margin-top: 14px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.75; }
.channel-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.channel-process li { padding: 0 22px; border-left: 1px solid rgba(255,255,255,.16); }
.channel-process li b { color: color-mix(in srgb, var(--channel-accent) 70%, #fff); font-family: Georgia, serif; font-size: 14px; }
.channel-process li h3 { margin: 15px 0 7px; font-size: 14px; }
.channel-process li p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.7; }

.channel-notice-section { padding: 0 0 72px; }
.channel-notice { padding: 27px 31px; border: 1px solid color-mix(in srgb, var(--channel-accent) 28%, #e7edf2); border-radius: 13px; display: flex; align-items: center; gap: 20px; background: color-mix(in srgb, var(--channel-accent-soft) 42%, #fff); }
.channel-notice > span { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--channel-accent); background: #fff; font-size: 21px; box-shadow: 0 8px 20px rgba(16,57,88,.05); }
.channel-notice h2 { margin-bottom: 5px; font-size: 18px; }
.channel-notice p { margin: 0; color: #5f7281; font-size: 14px; line-height: 1.75; }
.channel-cta-section { padding: 0 0 78px; }
.channel-cta { min-height: 168px; padding: 34px 42px; border-radius: 15px; display: flex; align-items: center; justify-content: space-between; gap: 45px; color: #fff; background: linear-gradient(100deg, rgba(9,48,91,.97), rgba(26,83,130,.85)); }
.channel-cta small { color: color-mix(in srgb, var(--channel-accent) 60%, #fff); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.channel-cta h2 { margin: 7px 0 7px; color: #fff; font-size: 28px; }
.channel-cta p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.channel-cta button, .channel-cta > a { flex: 0 0 auto; min-width: 190px; min-height: 48px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--channel-accent); font-size: 14px; font-weight: 600; white-space: nowrap; cursor: pointer; }

html[lang="ru"] .channel-hero-copy h1, html[lang="ru"] .channel-section-heading h2, html[lang="ru"] .channel-topic-copy h3, html[lang="ru"] .channel-process h2, html[lang="ru"] .channel-notice h2, html[lang="ru"] .channel-cta h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.015em; }
html[lang="ru"] .channel-hero-copy { width: 58%; }
html[lang="ru"] .channel-hero-copy h1 { font-size: clamp(40px, 3.25vw, 51px); line-height: 1.12; }
html[lang="ru"] .channel-hero-copy h1 span + span { margin-left: 0; }
html[lang="ru"] .channel-topic-copy h3 { font-size: 20px; }
html[lang="ru"] .channel-topic-copy { padding: 28px 23px 25px; }

@media (max-width: 1100px) {
    .channel-hero-copy { width: 58%; }
    .channel-hero-visual { left: 35%; width: calc(65% + ((100vw - 100%) / 2)); }
    .channel-topic-grid { grid-template-columns: repeat(2, 1fr); }
    .channel-topic-card, .channel-topic-card:nth-child(1), .channel-topic-card:nth-child(4) { min-height: 340px; grid-column: auto; grid-template-columns: 42% 58%; }
    .channel-topic-image { min-height: 340px; }
    .channel-list-grid { grid-template-columns: repeat(2, 1fr); }
    .channel-process { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 1020px) and (min-width: 768px) {
    .channel-hero-note { right: 20px; }
}

@media (max-width: 900px) {
    .channel-hero { height: auto; min-height: 560px; padding-bottom: 54px; }
    .channel-hero-copy, html[lang="ru"] .channel-hero-copy { width: 62%; }
    .channel-hero-copy h1, html[lang="ru"] .channel-hero-copy h1 { font-size: 38px; }
    .channel-hero-visual { top: -58px; bottom: -54px; left: 37%; width: calc(63% + ((100vw - 100%) / 2)); }
    .channel-topic-grid { grid-template-columns: 1fr; }
    .channel-topic-card, .channel-topic-card:nth-child(1), .channel-topic-card:nth-child(4) { grid-template-columns: 40% 60%; }
    .channel-filterbar { align-items: stretch; flex-direction: column; }
    .channel-filterbar label { flex-basis: auto; border-right: 0; border-bottom: 1px solid #e3ebf1; }
}

@media (max-width: 767px) {
    .channel-page .site-header, .channel-page .site-header.scrolled { background: rgba(248,252,255,.92); backdrop-filter: blur(10px); }
    .channel-hero { padding: 100px 0 30px; }
    .channel-hero-grid, html[lang="ru"] .channel-hero-grid { height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 28px; }
    .channel-hero-copy, html[lang="ru"] .channel-hero-copy { width: 100%; }
    .channel-breadcrumb { margin-bottom: 18px; font-size: 13px; }
    .channel-eyebrow { margin-bottom: 9px; font-size: 12px; }
    .channel-hero-copy h1, html[lang="ru"] .channel-hero-copy h1 { max-width: 348px; font-size: 32px; line-height: 1.17; }
    .channel-hero-copy h1 span + span { margin-left: 30px; }
    html[lang="ru"] .channel-hero-copy h1 span + span { margin-left: 0; }
    .channel-hero-intro { margin: 16px 0 20px; font-size: 14px; line-height: 1.75; }
    .channel-hero-actions a, .channel-hero-actions button { min-height: 42px; padding: 0 14px; font-size: 13px; }
    .channel-hero-trust { margin-top: 17px; font-size: 12px; }
    .channel-hero-visual { position: relative; inset: auto; width: 100%; height: 255px; }
    .channel-hero-visual > img { position: relative; inset: auto; display: block; border-radius: 18px; box-shadow: 0 18px 40px rgba(13,62,101,.14); -webkit-mask-image: none; mask-image: none; }
    .channel-hero-note { right: auto; left: 12px; bottom: 13px; max-width: 230px; min-height: 63px; padding: 10px 13px; }
    .channel-hero-note strong { font-size: 13px; }
    .channel-hero-number { display: none; }

    .channel-topic-rail { top: 80px; overflow: hidden; }
    .channel-topic-rail .page-container { width: 100%; min-width: 0; min-height: 70px; margin: 0; padding: 0 6px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
    .channel-topic-rail a { min-width: 0; min-height: 74px; padding: 6px 4px; border: 0; border-right: 1px solid #e5edf4; border-radius: 0; flex-direction: column; justify-content: center; gap: 4px; color: #294d6b; background: rgba(255,255,255,.96); box-shadow: none; font-size: 12px; font-weight: 700; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; }
    .channel-topic-rail a:first-child { border-left: 0; }
    .channel-topic-rail a:last-child { border-right: 0; }
    .channel-topic-rail a span { flex: 0 0 25px; width: 25px; height: 25px; font-size: 12px; }
    html[lang="ru"] .channel-topic-rail a { font-size: 12px; line-height: 1.25; }

    .channel-topics, .channel-listing { padding: 52px 0 58px; }
    .channel-section-heading { margin-bottom: 27px; display: block; }
    .channel-section-heading::before { top: -13px; width: 32px; }
    .channel-section-heading > div > p { margin-bottom: 8px; font-size: 12px; }
    .channel-section-heading h2 { font-size: 25px; }
    .channel-section-heading > p { margin-top: 11px; font-size: 13px; }
    .channel-topic-grid { gap: 12px; }
    .channel-topic-card, .channel-topic-card:nth-child(1), .channel-topic-card:nth-child(4) { min-height: 0; border-radius: 12px; display: block; }
    .channel-topic-image { min-height: 0; height: 185px; }
    .channel-topic-copy, html[lang="ru"] .channel-topic-copy { padding: 21px 20px; }
    .channel-topic-copy h3, html[lang="ru"] .channel-topic-copy h3 { margin: 10px 0 8px; font-size: 19px; }
    .channel-topic-copy > p { font-size: 13px; }
    .channel-topic-copy > .channel-topic-footer { margin-top: 17px; }

    .channel-filterbar { margin-bottom: 20px; padding: 10px; gap: 10px; }
    .channel-filter-options { padding-bottom: 2px; flex-wrap: wrap; overflow-x: visible; }
    .channel-filter-options button { flex: 1 1 auto; white-space: normal; }
    .channel-list-grid { grid-template-columns: 1fr; gap: 13px; }
    .channel-list-card { display: grid; grid-template-columns: 40% 60%; }
    .channel-list-image { height: 100%; min-height: 190px; }
    .channel-list-copy { min-height: 190px; padding: 15px 14px; }
    .channel-list-copy h3 { font-size: 15px; }
    .channel-list-copy > p { display: -webkit-box; overflow: hidden; font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .channel-card-actions { min-width: 0; gap: 6px; }
    .channel-topic-copy .channel-card-actions > a, .channel-list-copy .channel-card-actions > a, .channel-topic-copy .channel-card-consult, .channel-list-copy .channel-card-consult { min-width: 0; min-height: 34px; padding: 4px 6px; font-size: 12px; line-height: 1.25; overflow-wrap: anywhere; white-space: normal; }

    .channel-process-section { padding: 50px 0; }
    .channel-process { padding: 29px 22px; gap: 25px; }
    .channel-process h2 { font-size: 24px; }
    .channel-process ol { grid-template-columns: 1fr; }
    .channel-process li { position: relative; padding: 15px 0 15px 38px; }
    .channel-process li b { position: absolute; left: 10px; top: 16px; }
    .channel-process li h3 { margin: 0 0 5px; }

    .channel-notice-section { padding-bottom: 50px; }
    .channel-notice { padding: 20px; align-items: flex-start; gap: 13px; }
    .channel-notice > span { flex-basis: 40px; width: 40px; height: 40px; }
    .channel-notice h2 { font-size: 16px; }
    .channel-notice p { font-size: 13px; }
    .channel-cta-section { padding-bottom: 55px; }
    .channel-cta { padding: 27px 22px; display: block; }
    .channel-cta h2 { font-size: 23px; }
    .channel-cta p { font-size: 13px; }
    .channel-cta button, .channel-cta > a { width: 100%; min-height: 44px; margin-top: 20px; }
}

@media (max-width: 390px) {
    .channel-hero-copy h1, html[lang="ru"] .channel-hero-copy h1 { font-size: 29px; }
    .channel-list-card { grid-template-columns: 38% 62%; }
}
