.home-hero { position: relative; padding-top: 20px; margin-bottom: 28px; }
.home-hero__slider { position: relative; overflow: hidden; border-radius: 32px; }
.home-hero__track { position: relative; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.home-hero__slide { display: none; }
.home-hero__slide.is-active { display: block; }
.home-hero__slide img { display: block; width: 100%; }
.home-hero__dots { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; z-index: 6; padding: 4px 8px; border-radius: 999px; background: rgba(0, 0, 0, .22); backdrop-filter: blur(2px); }
.home-hero__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.6); border: none; padding: 0; transition: transform .2s ease, background-color .2s ease, width .2s ease; }
.home-hero__dot.is-active { width: 26px; border-radius: 999px; background: #fff; }
.home-section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.home-section-head .title { margin-bottom: 0 !important; }
.home-section-head__link { color: #8c92a3; font-size: 14px; font-weight: 600; white-space: nowrap; }
.home-section-cards-wrap { gap: 20px; }
.home-section-cards { display: contents; }
.home-section-load-sentinel { flex: 0 0 100%; width: 100%; height: 1px; }
.home-section-loading, .home-section-end { flex: 0 0 100%; display: flex; justify-content: center; align-items: center; width: 100%; }
.home-section-loading { padding: 26px 0 8px; }
.home-section-end { padding: 22px 0 4px; color: #8c92a3; font-size: 14px; }
.home-location-info { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 12px; margin-bottom: 16px; font-size: 14px; font-weight: 500; }
.home-location-info img { width: 18px; height: 18px; flex-shrink: 0; }
.home-location-info--city { background: #e6f9ee; color: #1b7a3d; }
.home-location-info--country { background: #e8f0fe; color: #1a56db; }
.home-location-info--none { background: #fef3e6; color: #b45309; }
.home-out-of-region-notice { background: linear-gradient(135deg, #fef2f2 0%, #fff1f0 100%); border: 1px solid #fecaca; border-radius: 16px; padding: 18px 24px; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.home-out-of-region-notice__icon { width: 20px; height: 20px; flex-shrink: 0; opacity: .7; }
.home-out-of-region-notice__text { font-size: 14px; line-height: 1.45; color: #991b1b; font-weight: 500; }
.home-out-of-region-notice__text strong { font-weight: 700; }
.home-section-spinner { width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(farthest-side, #e6342a 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #e6342a); -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0); mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0); animation: home-section-spinner-rotate 1s infinite linear; }
@keyframes home-section-spinner-rotate { 100% { transform: rotate(1turn); } }
.sections { margin-top: 20px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 768px) {
  .home-out-of-region-notice { padding: 14px 16px; margin-bottom: 16px; border-radius: 12px; gap: 8px; }
  .home-out-of-region-notice__text { font-size: 13px; }
  .home-out-of-region-notice__icon { width: 18px; height: 18px; }
  .home-hero { margin-bottom: 20px; }
  .home-hero__slider { border-radius: 24px; }
  .home-hero__dots { bottom: 14px; padding: 3px 7px; }
  .home-section-head { margin-bottom: 16px; }
  .sections__items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0; }
  .sections__item { position: relative; min-height: 56px; padding: 8px; border-radius: 12px; background: linear-gradient(180deg, #f7f8fc 0%, #f0f2f8 100%); overflow: hidden; display: flex; height: 100px; align-items: flex-start; justify-content: flex-start; }
  .sections__item span { position: relative; z-index: 2; font-size: 12px; line-height: 1.1; font-weight: 600; color: #2b2d3a; }
  .sections__item img { position: absolute; right: 0; bottom: 0; width: 68%; height: auto; max-height: 75%; object-fit: contain; object-position: bottom right; }
}
