:root {
    --assist-ink: #182321;
    --assist-deep: #22312f;
    --assist-green: #2e3c3b;
    --assist-green-soft: #455755;
    --assist-gold: #c5a96b;
    --assist-gold-light: #e6d4a7;
    --assist-ivory: #f6f3ed;
    --assist-paper: #fffdf9;
    --assist-line: rgba(24, 35, 33, 0.14);
    --assist-muted: #6c7774;
    --assist-white: #ffffff;
    --assist-shadow: 0 20px 55px rgba(20, 31, 29, 0.10);
    --assist-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--assist-ink);
    background: var(--assist-paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.assist-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}
.assist-main { min-height: 480px; }
.assist-progress {
    position: fixed;
    inset: 0 auto auto 0;
    width: 0;
    height: 3px;
    background: var(--assist-gold);
    z-index: 3000;
}

.assist-hero {
    position: relative;
    color: var(--assist-white);
    background-image: url("../../butler/img/p5254746-1@1x.png");
    background-position: center 42%;
    background-size: cover;
    overflow: visible;
}
.assist-hero--main { min-height: 720px; }
.assist-hero--compact { min-height: 410px; }
.assist-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 20, 18, .92) 0%, rgba(17, 28, 26, .68) 48%, rgba(17, 28, 26, .28) 100%),
        linear-gradient(0deg, rgba(18, 29, 27, .35), rgba(18, 29, 27, .08));
}
.assist-nav-wrap {
    position: relative;
    z-index: 5;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.assist-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}
.assist-brand:hover { color: #fff; }
.assist-brand__crop {
    position: relative;
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
}
.assist-brand__crop img {
    position: absolute;
    display: block;
    width: 280px;
    max-width: none;
    height: auto;
}
.assist-brand__crop--mark { width: 72px; height: 72px; }
.assist-brand__crop--mark img { left: -34px; top: -34px; }
.assist-brand__crop--word { width: 132px; height: 37px; }
.assist-brand__crop--word img {
    left: -113px;
    top: -53px;
    filter: brightness(0) invert(1);
}
.assist-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: .94rem;
    letter-spacing: .02em;
}
.assist-nav > a,
.assist-services-menu > summary {
    color: rgba(255,255,255,.86);
    text-decoration: none;
    padding: 12px 0;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px solid transparent;
    transition: color .2s ease, border-color .2s ease;
}
.assist-services-menu > summary::-webkit-details-marker { display: none; }
.assist-nav > a:hover,
.assist-nav > a.is-active,
.assist-services-menu > summary:hover,
.assist-services-menu.is-active > summary {
    color: #fff;
    border-bottom-color: var(--assist-gold);
}
.assist-nav__account {
    border: 1px solid rgba(255,255,255,.5) !important;
    border-radius: 8px;
    padding: 9px 15px !important;
}
.assist-services-menu { position: relative; }
.assist-services-menu__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: -18px;
    width: 310px;
    max-height: 360px;
    overflow-y: auto;
    padding: 10px;
    background: var(--assist-paper);
    color: var(--assist-ink);
    border: 1px solid var(--assist-line);
    border-radius: 12px;
    box-shadow: var(--assist-shadow);
}
.assist-services-menu__panel a,
.assist-services-menu__panel span {
    display: block;
    padding: 11px 12px;
    color: var(--assist-ink);
    text-decoration: none;
    border-radius: 8px;
}
.assist-services-menu__panel a:hover { background: var(--assist-ivory); }
.assist-nav-toggle { display: none; }

.assist-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 120px;
}
.assist-hero--compact .assist-hero__content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.assist-hero__content h1 {
    max-width: 850px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: 1.03;
    letter-spacing: -.035em;
}
.assist-hero--compact .assist-hero__content h1 {
    max-width: 920px;
    font-size: clamp(2.4rem, 4.8vw, 4.4rem);
}
.assist-kicker,
.assist-eyebrow,
.assist-card-kicker {
    margin: 0 0 14px;
    color: var(--assist-gold);
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.assist-hero__lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}
.assist-hero__actions,
.assist-card-actions,
.assist-catalog-card__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.assist-hero__actions { margin-top: 38px; }
.assist-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.assist-btn:hover { transform: translateY(-2px); color: inherit; }
.assist-btn--gold { background: var(--assist-gold); color: #19211f; }
.assist-btn--gold:hover { background: var(--assist-gold-light); }
.assist-btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.assist-btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.assist-btn--dark { background: var(--assist-deep); color: #fff; }
.assist-btn--dark:hover { background: #111b19; color: #fff; }
.assist-link {
    display: inline-flex;
    color: var(--assist-deep);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--assist-gold);
}
.assist-link:hover { color: var(--assist-green-soft); }

.assist-section { padding: 92px 0; }
.assist-section--dark { background: var(--assist-deep); color: #fff; }
.assist-section--soft { background: var(--assist-ivory); }
.assist-section__heading { max-width: 810px; margin-bottom: 48px; }
.assist-section__heading--compact { margin-top: 76px; margin-bottom: 32px; }
.assist-section__heading h2,
.assist-category-hero h2,
.assist-detail-layout h2,
.assist-editorial-grid h2,
.assist-story h2 {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.65rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.025em;
}
.assist-section__heading p:last-child { margin-bottom: 0; color: var(--assist-muted); font-size: 1.08rem; }
.assist-section__heading--light p:last-child { color: rgba(255,255,255,.68); }

.assist-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    border-top: 1px solid var(--assist-line);
    border-left: 1px solid var(--assist-line);
}
.assist-feature-card {
    min-height: 260px;
    padding: 32px;
    background: #fff;
    border-right: 1px solid var(--assist-line);
    border-bottom: 1px solid var(--assist-line);
    transition: background .25s ease, color .25s ease;
}
.assist-feature-card:hover { background: var(--assist-deep); color: #fff; }
.assist-feature-card > span { color: var(--assist-gold); font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.assist-feature-card h3 { margin: 34px 0 14px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.assist-feature-card p { margin: 0; color: var(--assist-muted); }
.assist-feature-card:hover p { color: rgba(255,255,255,.72); }

.assist-catalog-grid,
.assist-tariff-grid,
.assist-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
}
.assist-catalog-card,
.assist-tariff-card,
.assist-offer-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: var(--assist-ink);
    border: 1px solid var(--assist-line);
    border-radius: var(--assist-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10,20,18,.05);
}
.assist-catalog-card__image { height: 210px; overflow: hidden; background: #d9dedb; }
.assist-catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.assist-catalog-card:hover .assist-catalog-card__image img { transform: scale(1.035); }
.assist-catalog-card__body { flex: 1; padding: 28px 28px 20px; }
.assist-catalog-card h3,
.assist-tariff-card h3,
.assist-tariff-card h4,
.assist-offer-card h3,
.assist-scenario-card h3,
.assist-class-grid h3 {
    margin: 0 0 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 400;
}
.assist-catalog-card__body > p:not(.assist-card-kicker),
.assist-tariff-card > div > p:not(.assist-card-kicker),
.assist-offer-card p { color: var(--assist-muted); }
.assist-catalog-card__actions { justify-content: space-between; padding: 20px 28px 28px; }
.assist-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.assist-badges span,
.assist-status {
    display: inline-flex;
    padding: 5px 9px;
    border: 1px solid var(--assist-green-soft);
    border-radius: 6px;
    color: var(--assist-green-soft);
    background: transparent;
    font-size: .78rem;
    font-weight: 700;
}
.assist-badges span.is-online,
.assist-status.is-online { border-color: #44785e; color: #44785e; }
.assist-badges--large span { padding: 7px 11px; font-size: .86rem; }

.assist-process-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
}
.assist-process-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.assist-process-grid article {
    padding: 28px;
    border-top: 1px solid var(--assist-deep);
    background: var(--assist-ivory);
}
.assist-process-grid strong { color: var(--assist-gold); font-size: 1.3rem; }
.assist-process-grid h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-weight: 400; font-size: 1.35rem; }
.assist-process-grid p { margin: 0; color: var(--assist-muted); }

.assist-story {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    background: url("../../butler/img/fns@1x.png") center/cover no-repeat;
}
.assist-story::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,30,28,.94), rgba(18,30,28,.25)); }
.assist-story__content { position: relative; z-index: 1; color: #fff; }
.assist-story__content > div { max-width: 640px; padding: 50px; background: rgba(24,35,33,.82); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); }
.assist-story p:last-child { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.assist-dual-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.assist-dual-cta article { padding: 42px; border: 1px solid var(--assist-line); background: #fff; }
.assist-dual-cta h2 { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.assist-dual-cta p { color: var(--assist-muted); }

.assist-category-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin: -34px 0 48px;
    padding: 14px 18px;
    background: var(--assist-ivory);
    border: 1px solid var(--assist-line);
    border-radius: 10px;
}
.assist-category-nav > span:first-child { font-weight: 700; }
.assist-category-nav a { color: var(--assist-green-soft); text-decoration: none; border-bottom: 1px solid transparent; }
.assist-category-nav a:hover { border-bottom-color: var(--assist-gold); }

.assist-scenario-grid,
.assist-class-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
}
.assist-scenario-card {
    padding: 38px;
    background: var(--assist-deep);
    color: #fff;
    border-radius: var(--assist-radius);
}
.assist-scenario-card p { color: rgba(255,255,255,.73); }
.assist-scenario-card span { display: block; margin-top: 28px; color: var(--assist-gold-light); font-weight: 700; }
.assist-tariff-group { scroll-margin-top: 28px; }
.assist-tariff-group + .assist-tariff-group { margin-top: 64px; }
.assist-tariff-group__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--assist-line);
}
.assist-tariff-group__heading h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.assist-tariff-group__heading p { margin: 8px 0 0; color: var(--assist-muted); }
.assist-tariff-card { padding: 28px; }
.assist-tariff-card .assist-card-actions { margin-top: auto; padding-top: 24px; justify-content: space-between; }
.assist-price-list { margin: 24px 0 0; }
.assist-price-list div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--assist-line); }
.assist-price-list dt { color: var(--assist-muted); font-weight: 400; }
.assist-price-list dd { margin: 0; text-align: right; font-weight: 700; }
.assist-price-list--large div { padding: 13px 0; }

.assist-category-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
}
.assist-category-hero__copy > p:not(.assist-eyebrow),
.assist-detail-lead { color: var(--assist-muted); font-size: 1.08rem; }
.assist-category-hero__image { height: 430px; border-radius: var(--assist-radius); overflow: hidden; box-shadow: var(--assist-shadow); }
.assist-category-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.assist-category-hero .assist-card-actions { margin-top: 28px; }
.assist-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 45px; color: var(--assist-muted); font-size: .9rem; }
.assist-breadcrumbs a { text-decoration: none; color: var(--assist-green-soft); }
.assist-detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: start; }
.assist-detail-layout > div > .assist-btn { margin-top: 28px; }
.assist-terms-card { padding: 32px; background: var(--assist-ivory); border: 1px solid var(--assist-line); border-radius: var(--assist-radius); }
.assist-terms-card h3 { margin: 0; font-family: Georgia, serif; font-weight: 400; }
.assist-note { margin: 22px 0 0; color: var(--assist-muted); font-size: .88rem; }
.assist-agreement { margin-top: 50px; padding: 0 28px; border: 1px solid var(--assist-line); border-radius: var(--assist-radius); background: #fff; }
.assist-agreement summary { padding: 22px 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.3rem; }
.assist-agreement__body { padding: 0 0 28px; border-top: 1px solid var(--assist-line); }
.assist-agreement__body > .assist-link { margin: 22px 0; }
.assist-legal-content { max-height: 560px; overflow-y: auto; padding: 22px; background: var(--assist-ivory); }
.assist-legal-content h4, .assist-legal-content h5 { font-family: Georgia, serif; }
.assist-offer-card { padding: 26px; }
.assist-offer-card__head { display: flex; gap: 16px; align-items: center; }
.assist-avatar { width: 62px; height: 62px; flex: 0 0 62px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--assist-deep); color: var(--assist-gold-light); font-weight: 700; }
.assist-avatar img { width: 100%; height: 100%; object-fit: cover; }
.assist-offer-card__head h3 { font-size: 1.28rem; }
.assist-offer-card__head p { margin: 0; }
.assist-offer-card__details { flex: 1; margin: 24px 0; padding-top: 20px; border-top: 1px solid var(--assist-line); }
.assist-offer-card__details p { margin: 12px 0 0; }

.assist-editorial-grid,
.assist-contact-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 54px;
    align-items: start;
}
.assist-editorial-grid > div:first-child > p { color: var(--assist-muted); }
.assist-editorial-grid h3 { margin: 38px 0 10px; font-family: Georgia, serif; font-weight: 400; font-size: 1.4rem; }
.assist-editorial-grid__image { position: sticky; top: 26px; border-radius: var(--assist-radius); overflow: hidden; box-shadow: var(--assist-shadow); }
.assist-editorial-grid__image img { width: 100%; min-height: 620px; object-fit: cover; }
.assist-editorial-grid .assist-card-actions { margin-top: 34px; }
.assist-class-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.assist-class-grid article { padding: 32px; border: 1px solid rgba(255,255,255,.18); }
.assist-class-grid span { color: var(--assist-gold); text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; }
.assist-class-grid h3 { margin-top: 28px; color: #fff; }
.assist-class-grid p { color: rgba(255,255,255,.7); }
.assist-mini-catalog { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.assist-mini-catalog a { display: flex; justify-content: space-between; gap: 16px; padding: 18px; text-decoration: none; border: 1px solid var(--assist-line); background: #fff; }
.assist-mini-catalog a:hover { border-color: var(--assist-gold); }
.assist-mini-catalog small { color: var(--assist-muted); }
.assist-market-details-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.assist-market-details { padding: 0 28px; border: 1px solid var(--assist-line); background: #fff; border-radius: var(--assist-radius); }
.assist-market-details summary { padding: 22px 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.45rem; }
.assist-market-details > div { padding: 0 0 28px; border-top: 1px solid var(--assist-line); }
.assist-market-details h3 { margin: 24px 0 10px; font-family: Georgia, serif; font-weight: 400; }
.assist-market-details p { color: var(--assist-muted); }

.assist-contact-card { padding: 38px; background: var(--assist-deep); color: #fff; border-radius: var(--assist-radius); }
.assist-contact-card > div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.assist-contact-card > div > span { display: block; color: rgba(255,255,255,.58); font-size: .82rem; }
.assist-contact-card > div > strong { display: block; margin-top: 5px; font-size: 1.04rem; }
.assist-contact-card a { color: #fff; text-decoration: none; }
.assist-requisites { margin-top: 20px; border-bottom: 0 !important; }
.assist-requisites p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 9px 0; }
.assist-requisites span { color: rgba(255,255,255,.58); }
.assist-requisites strong { text-align: right; }
.assist-map-card { overflow: hidden; border-radius: var(--assist-radius); border: 1px solid var(--assist-line); min-height: 620px; }

.assist-rich-text { max-width: 920px; margin: 0 auto; font-size: 1.05rem; }
.assist-rich-text h2, .assist-rich-text h3 { font-family: Georgia, serif; font-weight: 400; }
.assist-rich-text img { border-radius: var(--assist-radius); }
.assist-muted { color: var(--assist-muted); }
.assist-empty-state { grid-column: 1 / -1; padding: 50px; text-align: center; border: 1px dashed var(--assist-line); background: rgba(255,255,255,.04); border-radius: var(--assist-radius); }
.assist-empty-state h3 { font-family: Georgia, serif; font-weight: 400; }

.assist-footer { padding: 72px 0 24px; background: #0f1816; color: #fff; }
.assist-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 48px; }
.assist-brand--footer { gap: 8px; }
.assist-brand--footer .assist-brand__crop img { width: 230px; }
.assist-brand--footer .assist-brand__crop--mark { width: 59px; height: 59px; }
.assist-brand--footer .assist-brand__crop--mark img { left: -28px; top: -28px; }
.assist-brand--footer .assist-brand__crop--word { width: 108px; height: 30px; }
.assist-brand--footer .assist-brand__crop--word img { left: -93px; top: -43px; }
.assist-footer p { max-width: 330px; color: rgba(255,255,255,.6); }
.assist-footer h3 { margin: 0 0 18px; font-size: .82rem; text-transform: uppercase; letter-spacing: .13em; color: var(--assist-gold-light); }
.assist-footer a, .assist-footer__muted { display: block; margin: 9px 0; color: rgba(255,255,255,.72); text-decoration: none; }
.assist-footer .assist-brand { display: inline-flex; margin: 0 0 22px; color: #fff; }
.assist-footer a:hover { color: #fff; }
.assist-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: .85rem; }

@media (max-width: 1100px) {
    .assist-nav { gap: 15px; font-size: .86rem; }
    .assist-feature-grid, .assist-catalog-grid, .assist-tariff-grid, .assist-offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .assist-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .assist-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
    .assist-shell { width: min(100% - 30px, 1240px); }
    .assist-hero--main { min-height: 660px; }
    .assist-nav-wrap { min-height: 82px; }
    .assist-brand { gap: 8px; }
    .assist-brand__crop img { width: 230px; }
    .assist-brand__crop--mark { width: 59px; height: 59px; }
    .assist-brand__crop--mark img { left: -28px; top: -28px; }
    .assist-brand__crop--word { width: 108px; height: 30px; }
    .assist-brand__crop--word img { left: -93px; top: -43px; }
    .assist-nav-toggle {
        display: flex;
        width: 44px;
        height: 40px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 8px;
        background: transparent;
    }
    .assist-nav-toggle span { width: 22px; height: 1px; margin: 0 auto; background: #fff; }
    .assist-nav {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 18px;
        background: rgba(15,24,22,.98);
        border: 1px solid rgba(255,255,255,.14);
    }
    .assist-nav.is-open { display: flex; }
    .assist-nav > a, .assist-services-menu > summary { padding: 10px 8px; }
    .assist-services-menu__panel { position: static; width: 100%; margin-top: 6px; box-shadow: none; }
    .assist-hero__content { padding-top: 90px; }
    .assist-category-hero, .assist-detail-layout, .assist-editorial-grid, .assist-contact-grid { grid-template-columns: 1fr; }
    .assist-editorial-grid__image { position: static; order: -1; }
    .assist-editorial-grid__image img { min-height: 360px; }
    .assist-category-hero__image { order: -1; height: 330px; }
    .assist-mini-catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .assist-class-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    body { font-size: 15px; }
    .assist-section { padding: 66px 0; }
    .assist-feature-grid, .assist-catalog-grid, .assist-tariff-grid, .assist-offer-grid, .assist-scenario-grid, .assist-process-grid, .assist-process-grid--three, .assist-dual-cta, .assist-mini-catalog, .assist-market-details-grid, .assist-footer__grid { grid-template-columns: 1fr; }
    .assist-hero--main { min-height: 620px; }
    .assist-hero__content h1 { font-size: 2.65rem; }
    .assist-hero__actions, .assist-card-actions, .assist-catalog-card__actions { align-items: stretch; flex-direction: column; }
    .assist-btn { width: 100%; }
    .assist-story { min-height: 520px; }
    .assist-story__content > div { padding: 28px; }
    .assist-tariff-group__heading { align-items: flex-start; flex-direction: column; }
    .assist-category-nav { margin-top: -18px; }
    .assist-contact-card, .assist-scenario-card, .assist-dual-cta article { padding: 28px; }
    .assist-requisites p { flex-direction: column; gap: 2px; }
    .assist-requisites strong { text-align: left; }
    .assist-footer__bottom { flex-direction: column; }
}
