/* PC UI 전용 — Airbnb / 야놀자 / 여기어때 (모바일 index-r26.css 무변경) */

.r26-dt-only {
  display: none !important;
}

.r26-dt-search-label {
  display: none;
}

@media (min-width: 1024px) {
  html.index-force-desktop-ui,
  html.index-force-desktop-ui body {
    background: #fff;
    color: #222;
  }

  html.index-force-desktop-ui body.bgr-for-mobile-only-mode {
    background: #fff !important;
  }

  html.index-force-desktop-ui nav#bottom_nav,
  html.index-force-desktop-ui .body-bgr-cover,
  html.index-force-desktop-ui body > #wehome-no-history-logo,
  html.index-force-desktop-ui #r26StickyBar,
  html.index-force-desktop-ui .r26-header,
  html.index-force-desktop-ui #btn-map-float {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-dt-only {
    display: block !important;
  }

  /* ─── 글로벌 헤더 ─── */
  html.index-force-desktop-ui #r26DtHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    transition: box-shadow 0.2s ease;
  }

  html.index-force-desktop-ui #r26DtHeader.is-scrolled {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  html.index-force-desktop-ui .r26-dt-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    height: 68px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
  }

  html.index-force-desktop-ui .r26-dt-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  html.index-force-desktop-ui .r26-dt-brand img {
    height: 26px;
    width: auto;
  }

  html.index-force-desktop-ui .r26-dt-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  html.index-force-desktop-ui .r26-dt-nav-link,
  html.index-force-desktop-ui .r26-dt-nav-link:hover,
  html.index-force-desktop-ui .r26-dt-nav-link:focus,
  html.index-force-desktop-ui .r26-dt-nav-link:active {
    padding: 10px 16px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease;
  }

  html.index-force-desktop-ui .r26-dt-nav-link:hover {
    background: #f7f7f7;
  }

  html.index-force-desktop-ui .r26-dt-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  html.index-force-desktop-ui .r26-dt-icon,
  html.index-force-desktop-ui .r26-dt-menu,
  html.index-force-desktop-ui .r26-dt-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    min-width: 40px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 0.15s ease;
    position: relative;
    overflow: visible;
  }

  html.index-force-desktop-ui .r26-dt-icon {
    padding: 0;
    width: 40px;
  }

  html.index-force-desktop-ui .r26-dt-icon:hover,
  html.index-force-desktop-ui .r26-dt-menu:hover,
  html.index-force-desktop-ui .r26-dt-user:hover,
  html.index-force-desktop-ui .r26-dt-profile:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  html.index-force-desktop-ui .r26-dt-profile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 4px 12px 4px 4px;
    border: 1px solid #ddd;
    border-radius: 22px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: box-shadow 0.15s ease;
  }

  html.index-force-desktop-ui .r26-dt-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #6800cd;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
  }

  html.index-force-desktop-ui .r26-dt-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.index-force-desktop-ui .r26-dt-profile-name {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.index-force-desktop-ui .r26-dt-profile-chevron {
    flex-shrink: 0;
    color: #717171;
  }

  html.index-force-desktop-ui #r26ProfileDropdown {
    min-width: 200px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  html.index-force-desktop-ui .r26-dt-header-search {
    display: none;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 10px 40px 14px;
  }

  html.index-force-desktop-ui #r26DtHeader.is-scrolled .r26-dt-header-search {
    display: block;
  }

  html.index-force-desktop-ui .r26-dt-header-search-inner {
    max-width: 320px;
    margin: 0 auto;
  }

  html.index-force-desktop-ui .r26-dt-search-pill {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    color: #222;
    text-align: left;
  }

  html.index-force-desktop-ui .r26-dt-search-pill-text {
    font-size: 14px;
    font-weight: 600;
  }

  html.index-force-desktop-ui .r26-dt-search-pill-meta {
    margin-left: auto;
    font-size: 12px;
    color: #717171;
    white-space: nowrap;
  }

  /* ─── 페이지 셸 ─── */
  html.index-force-desktop-ui .wh-root.index {
    padding: 0 !important;
    min-height: 100dvh;
    background: #fff;
  }

  html.index-force-desktop-ui .wh-root.index::before,
  html.index-force-desktop-ui .wh-root.index::after {
    display: none;
  }

  html.index-force-desktop-ui .r26-root {
    max-width: 1280px;
    margin: 0 auto;
    padding: 68px 40px 0 !important;
    background: #fff !important;
    overflow-x: visible;
  }

  /* ─── 신뢰 배지 스트립 ─── */
  html.index-force-desktop-ui .r26-dt-trust {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -8px;
    margin-bottom: 8px;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  html.index-force-desktop-ui .r26-dt-trust-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  html.index-force-desktop-ui .r26-dt-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  html.index-force-desktop-ui .r26-dt-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #6800cd;
    flex-shrink: 0;
  }

  html.index-force-desktop-ui .r26-dt-trust-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  html.index-force-desktop-ui .r26-dt-trust-copy strong {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
  }

  html.index-force-desktop-ui .r26-dt-trust-copy span {
    font-size: 13px;
    color: #717171;
    line-height: 1.35;
  }

  html.index-force-desktop-ui .r26-dt-trust-divider {
    width: 1px;
    height: 36px;
    background: #ddd;
    flex-shrink: 0;
  }

  /* ─── 히어로: 이미지 + 좌측 카피 + 하단 검색 (Airbnb형) ─── */
  html.index-force-desktop-ui .r26-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    min-height: 440px;
    height: auto;
    padding: 88px 0 36px;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  html.index-force-desktop-ui .r26-hero-slides,
  html.index-force-desktop-ui .r26-hero-overlay {
    border-radius: 0;
  }

  html.index-force-desktop-ui .r26-hero-overlay {
    background: linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 38%,
      rgba(0, 0, 0, 0.15) 100%
    );
  }

  html.index-force-desktop-ui .r26-hero-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    order: 1;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }

  html.index-force-desktop-ui .r26-hero-title {
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 1.18;
    letter-spacing: -0.03em;
    max-width: 520px;
    margin: 0 0 8px;
  }

  html.index-force-desktop-ui .r26-hero-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 440px;
    margin: 0;
  }

  /* ─── Airbnb형 1줄 검색 (flex — display:contents 버그 회피) ─── */
  html.index-force-desktop-ui .r26-search-wrap {
    position: relative !important;
    order: 2;
    z-index: 3;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(860px, calc(100% - 48px)) !important;
    max-width: 860px !important;
    margin: 28px auto 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_box_container {
    display: block !important;
    min-height: 0 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .mobile_search_bar {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_box_new {
    border: 1px solid #ddd !important;
    border-radius: 999px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 8px 28px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_box_normal {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    min-height: 66px !important;
    padding: 0 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .top_row {
    display: flex !important;
    flex: 1.35 1 0 !important;
    align-items: stretch !important;
    min-width: 0 !important;
    min-height: 66px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .bottom_row {
    display: flex !important;
    flex: 1.65 1 0 !important;
    align-items: stretch !important;
    min-width: 0 !important;
    min-height: 66px !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .divider_horizontal {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .top_row .search_trigger,
  html.index-force-desktop-ui .r26-search-wrap .date_col,
  html.index-force-desktop-ui .r26-search-wrap .guest_col {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 66px !important;
    padding: 10px 24px !important;
    border: 0 !important;
    cursor: pointer;
    transition: background 0.15s ease;
  }

  html.index-force-desktop-ui .r26-search-wrap .top_row .search_trigger:hover,
  html.index-force-desktop-ui .r26-search-wrap .date_col:hover,
  html.index-force-desktop-ui .r26-search-wrap .guest_col:hover {
    background: #f7f7f7;
  }

  html.index-force-desktop-ui .r26-search-wrap .icon-wrapper-small {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .text-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html.index-force-desktop-ui .r26-dt-search-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #717171;
    line-height: 1.2;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_input,
  html.index-force-desktop-ui .r26-search-wrap #filter-date,
  html.index-force-desktop-ui .r26-search-wrap #filter-guest {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_input::placeholder {
    color: #717171 !important;
    font-weight: 500 !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .divider_vertical {
    width: 1px !important;
    height: 32px !important;
    align-self: center !important;
    background: #ddd !important;
    margin: 0 !important;
    flex: 0 0 1px !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .guest_col {
    justify-content: flex-start !important;
  }

  html.index-force-desktop-ui .r26-search-wrap .search_btn_round {
    width: 48px !important;
    height: 48px !important;
    margin: 9px 8px 9px 4px !important;
    flex: 0 0 48px !important;
  }

  html.index-force-desktop-ui .r26-search-wrap #search_dropdown_container {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
  }

  /* ─── 프로모션 2열 · 높이 제한 ─── */
  html.index-force-desktop-ui .r26-keep-promo {
    margin: 36px 0 4px !important;
    max-width: none !important;
    padding: 0 !important;
  }

  html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    transform: none !important;
  }

  html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-slide {
    width: auto !important;
    height: auto !important;
  }

  html.index-force-desktop-ui .r26-promo-banner-swiper img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 14px;
  }

  html.index-force-desktop-ui .r26-promo-banner-pagination {
    display: none !important;
  }

  /* ─── 카테고리 칩 ─── */
  html.index-force-desktop-ui .r26-chips-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    padding: 24px 0 28px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ebebeb;
    cursor: default;
    touch-action: auto;
  }

  html.index-force-desktop-ui .r26-chip {
    padding: 10px 16px;
    font-size: 13px;
    border-color: #ebebeb;
    box-shadow: none;
    background: #fff;
  }

  html.index-force-desktop-ui .r26-chip:hover {
    border-color: #222;
    background: #fafafa;
    color: #222;
  }

  /* ─── 섹션 ─── */
  html.index-force-desktop-ui .r26-section {
    padding: 36px 0 0;
  }

  html.index-force-desktop-ui .r26-section-head {
    padding: 0;
    margin-bottom: 18px;
  }

  html.index-force-desktop-ui .r26-section-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #222;
  }

  html.index-force-desktop-ui .r26-section-more,
  html.index-force-desktop-ui .r26-section-more:hover,
  html.index-force-desktop-ui .r26-section-more:focus,
  html.index-force-desktop-ui .r26-section-more:active {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
  }

  html.index-force-desktop-ui .r26-section-more:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* ─── 지역 · 숙소 그리드 (최대 5개만 노출) ─── */
  html.index-force-desktop-ui .r26-regions-swiper,
  html.index-force-desktop-ui .r26-cards-swiper {
    padding: 0 !important;
    overflow: visible !important;
  }

  html.index-force-desktop-ui .r26-regions-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    transform: none !important;
    width: 100% !important;
  }

  html.index-force-desktop-ui .r26-cards-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px 16px;
    transform: none !important;
    width: 100% !important;
  }

  html.index-force-desktop-ui .r26-regions-swiper .swiper-slide,
  html.index-force-desktop-ui .r26-cards-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  html.index-force-desktop-ui .r26-cards-swiper .swiper-slide:nth-child(n+6) {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-region-card {
    height: 188px;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  html.index-force-desktop-ui .r26-region-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  html.index-force-desktop-ui .r26-prop-card {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  html.index-force-desktop-ui .r26-prop-card:hover {
    transform: none;
    box-shadow: none;
  }

  html.index-force-desktop-ui .r26-prop-img-wrap {
    aspect-ratio: 20 / 19;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  html.index-force-desktop-ui .r26-prop-info {
    padding: 0;
  }

  html.index-force-desktop-ui .r26-prop-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.35;
  }

  html.index-force-desktop-ui .r26-loadmore-slide {
    display: none !important;
  }

  /* ─── 호스트 CTA (가로 split 배너) ─── */
  html.index-force-desktop-ui .r26-host-cta-wrap {
    margin: 44px 0 0;
    max-width: none;
  }

  html.index-force-desktop-ui .r26-host-cta-swiper {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }

  html.index-force-desktop-ui .r26-host-cta-swiper .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }

  html.index-force-desktop-ui .r26-host-cta-swiper .swiper-slide {
    width: 100% !important;
  }

  html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-template {
    min-height: 180px;
    border-radius: 16px;
  }

  html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-panel {
    flex: 0 0 58%;
    max-width: 58%;
    padding: 32px 40px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }

  html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-title {
    font-size: clamp(22px, 2.2vw, 32px);
  }

  html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-more {
    margin-top: 16px;
    font-size: 14px;
  }

  html.index-force-desktop-ui .r26-host-cta-visual {
    left: 52%;
  }

  html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-full,
  html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-legacy {
    min-height: 180px;
    border-radius: 16px;
  }

  /* ─── 후기 ─── */
  html.index-force-desktop-ui .r26-reviews-section {
    padding: 44px 0 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 44px;
  }

  html.index-force-desktop-ui .r26-reviews-head {
    padding: 0 0 18px;
  }

  html.index-force-desktop-ui .r26-reviews-title {
    font-size: 22px;
    font-weight: 700;
  }

  html.index-force-desktop-ui .r26-reviews-track {
    overflow: visible;
  }

  html.index-force-desktop-ui .animate-marquee {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0 !important;
    animation: none !important;
    transform: none !important;
  }

  html.index-force-desktop-ui .animate-marquee > a:nth-child(n+4) {
    display: none !important;
  }

  html.index-force-desktop-ui .r26-review-card {
    width: auto !important;
    margin: 0 !important;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    box-shadow: none;
  }

  /* ─── 검색 오버레이 · 사이드메뉴 ─── */
  html.index-force-desktop-ui .mobile_search_overlay {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(920px, calc(100vw - 80px)) !important;
    height: min(760px, calc(100dvh - 80px)) !important;
    max-height: min(760px, calc(100dvh - 80px)) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, calc(-50% + 12px)) scale(0.98) !important;
  }

  html.index-force-desktop-ui .mobile_search_overlay.active {
    transform: translate(-50%, -50%) scale(1) !important;
  }

  html.index-force-desktop-ui .search_dropdown {
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border: 1px solid #ebebeb;
  }

  html.index-force-desktop-ui #r26SideMenu {
    width: 360px;
    border-radius: 0 16px 16px 0;
  }

  /* ─── PC 푸터 ─── */
  html.index-force-desktop-ui .r26-dt-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 56px;
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
  }

  html.index-force-desktop-ui .r26-dt-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 40px 32px;
  }

  html.index-force-desktop-ui .r26-dt-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 36px;
  }

  html.index-force-desktop-ui .r26-dt-footer-logo img {
    height: 24px;
    width: auto;
  }

  html.index-force-desktop-ui .r26-dt-footer-tagline {
    margin: 12px 0 16px;
    font-size: 13px;
    color: #717171;
    line-height: 1.5;
    max-width: 280px;
  }

  html.index-force-desktop-ui .r26-dt-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  html.index-force-desktop-ui .r26-dt-footer-social a,
  html.index-force-desktop-ui .r26-dt-footer-social a:hover,
  html.index-force-desktop-ui .r26-dt-footer-social a:focus,
  html.index-force-desktop-ui .r26-dt-footer-social a:active {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    transition: box-shadow 0.15s ease;
  }

  html.index-force-desktop-ui .r26-dt-footer-social a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  html.index-force-desktop-ui .r26-dt-footer-heading {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.01em;
  }

  html.index-force-desktop-ui .r26-dt-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  html.index-force-desktop-ui .r26-dt-footer-links a,
  html.index-force-desktop-ui .r26-dt-footer-links a:hover,
  html.index-force-desktop-ui .r26-dt-footer-links a:focus,
  html.index-force-desktop-ui .r26-dt-footer-links a:active,
  html.index-force-desktop-ui .r26-dt-footer-company-link,
  html.index-force-desktop-ui .r26-dt-footer-company-link:hover,
  html.index-force-desktop-ui .r26-dt-footer-company-link:focus,
  html.index-force-desktop-ui .r26-dt-footer-company-link:active {
    font-size: 13px;
    color: #717171;
    text-decoration: none;
    line-height: 1.45;
  }

  html.index-force-desktop-ui .r26-dt-footer-links a:hover,
  html.index-force-desktop-ui .r26-dt-footer-company-link:hover {
    color: #222;
  }

  html.index-force-desktop-ui .r26-dt-footer-legal {
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
  }

  html.index-force-desktop-ui .r26-dt-footer-company-link {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #222 !important;
  }

  html.index-force-desktop-ui .r26-dt-footer-company {
    font-size: 11px;
    color: #717171;
    line-height: 1.65;
  }

  html.index-force-desktop-ui .r26-dt-footer-company a,
  html.index-force-desktop-ui .r26-dt-footer-company a:hover,
  html.index-force-desktop-ui .r26-dt-footer-company a:focus,
  html.index-force-desktop-ui .r26-dt-footer-company a:active {
    color: #717171;
    text-decoration: none;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  html.index-force-desktop-ui .r26-regions-swiper .swiper-wrapper,
  html.index-force-desktop-ui .r26-cards-swiper .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.index-force-desktop-ui .r26-cards-swiper .swiper-slide:nth-child(n+5) {
    display: none !important;
  }

  html.index-force-desktop-ui .animate-marquee {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-wrapper {
    grid-template-columns: 1fr !important;
  }

  html.index-force-desktop-ui .r26-dt-trust-inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px;
  }

  html.index-force-desktop-ui .r26-dt-trust-divider {
    width: 100%;
    height: 1px;
  }

  html.index-force-desktop-ui .r26-dt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  html.index-force-desktop-ui .r26-dt-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.index-force-desktop-ui.index-desktop-ready .r26-hero,
  html.index-force-desktop-ui.index-desktop-ready .r26-section,
  html.index-force-desktop-ui.index-desktop-ready .r26-chips-wrap,
  html.index-force-desktop-ui.index-desktop-ready .r26-keep-promo,
  html.index-force-desktop-ui.index-desktop-ready .r26-host-cta-wrap,
  html.index-force-desktop-ui.index-desktop-ready .r26-reviews-section {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
