.home-citylist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:.15rem .5rem}
  @media(max-width:900px){.home-citylist{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:520px){.home-citylist{grid-template-columns:repeat(2,1fr)}}
  .home-citylist a{display:block;padding:.3rem 0;color:#1a1d2e;text-decoration:none;font-size:.9rem}
  .home-citylist a:hover{color:#2a96a5}
.operators{padding:4rem 0;background:#fafafa}
    .operators__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
    .operators__head{text-align:center;margin-bottom:2.5rem}
    .operators__head .section-title{font-size:clamp(1.5rem,3vw,2.25rem)}
    .operators__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
    @media(max-width:900px){.operators__grid{grid-template-columns:repeat(3,1fr)}}
    @media(max-width:560px){.operators__grid{grid-template-columns:repeat(2,1fr)}}
    .operators__item{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#fff;border:1px solid #e5e5e9;border-radius:1rem;transition:all .3s ease;min-height:96px}
    .operators__item:hover{border-color:rgba(42,150,165,.4);box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}
    .operators__item img{max-height:48px;max-width:100%;width:auto;filter:grayscale(.2)}
    .operators__item:hover img{filter:none}
.fromcity-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}

/* Утилиты вместо инлайнов */
.u-mt1{margin-top:1rem}
.u-mt05{margin-top:.5rem}
.btn--pad2{padding:.625rem 2rem}
.home-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.home-cities{padding:3rem 0;background:#fafafa}
.home-cities__title{font-family:"Playfair Display",serif;font-weight:700;color:#1a1d2e;font-size:1.35rem;margin:0 0 .35rem}
.home-cities__sub{color:#66677a;font-size:.9rem;margin:0 0 1.1rem}
.fromcity{padding:5rem 0 6rem;background:hsl(60,15%,94%)}
.fromcity__head{text-align:center;margin-bottom:2rem}
.fromcity__chips{display:inline-flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1.25rem}
.fromcity__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}
.fromcity-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e9;border-radius:1rem;overflow:hidden;transition:transform .2s,box-shadow .2s}
.fromcity-card__imgwrap{position:relative;aspect-ratio:16/10;background:#eef0ef;overflow:hidden}
.fromcity-card__img{width:100%;height:100%;object-fit:cover}
.fromcity-card__badge{position:absolute;top:.7rem;left:.7rem;background:rgba(0,0,0,.6);color:#fff;font-size:.75rem;padding:.2rem .55rem;border-radius:.4rem}
.fromcity-card__body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.fromcity-card__name{font-weight:600;color:#1a1d2e;line-height:1.3}
.fromcity-card__meta{color:#66677a;font-size:.8rem}
.fromcity-card__bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;padding-top:.6rem}
.fromcity-card__from{color:#66677a;font-size:.72rem;display:block}
.fromcity-card__price{font-size:1.2rem;color:#1a1d2e}
.fromcity-card__go{color:#2a96a5;font-weight:600;font-size:.85rem}

.hero__expert-bar{display:inline-flex;align-items:center;gap:.6rem;margin-top:.85rem;padding:.5rem 1rem .5rem .85rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid hsla(0,0%,100%,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.9rem;line-height:1.2;text-decoration:none;transition:background .2s,border-color .2s}
.hero__expert-bar:hover{background:rgba(42,150,165,.85);border-color:#2a96a5}
.hero__expert-bar-icon{flex-shrink:0;opacity:.9}
.hero__expert-bar-text b{font-weight:600}
.hero__expert-bar-arrow{flex-shrink:0;transition:transform .2s}
.hero__expert-bar:hover .hero__expert-bar-arrow{transform:translateX(3px)}
@media(max-width:640px){.hero__expert-bar{display:flex;width:100%;padding:.55rem .8rem;font-size:.85rem}}
