/* =============================================
   Luxe Tour — FINAL v5
   Font: Nunito | All sizes +3px | Clean weights
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap');

:root {
  --yellow:      #ff5600;
  --yellow-dark: #b74003;
  --yellow-light:#FFF8D6;
  --white:       #ffffff;
  --black:       #111111;
  --gray:        #6b7280;
  --gray-light:  #f4f5f7;
  --gray-border: #e8e9ec;
  --green:       #16a34a;
  --red:         #dc2626;
  --orange:      #ea580c;
  --blue:        #2563eb;
  --text:        #222222;
  --text-muted:  #6b7280;
  --font:        'Nunito', sans-serif;
  --r:           12px;
  --r-lg:        18px;
  --r-xl:        24px;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.06);
  --shadow:      0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:   0 8px 32px rgba(0,0,0,.14);
  --shadow-xl:   0 20px 60px rgba(0,0,0,.18);
}

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:var(--font)}
input,select,textarea{font-family:var(--font)}
svg{display:inline-block;flex-shrink:0;vertical-align:middle;width:20px;}
h1,h2,h3,h4{font-family:var(--font);font-weight:800;line-height:1.15}
h1{font-size:clamp(2rem,4.5vw,3.8rem)}
h2{font-size:clamp(1.3rem,2.5vw,2rem)}
h3{font-size:1.15rem;font-weight:700}
p{font-size:17px;line-height:1.7}

/* ===== CONTAINER ===== */
.container{max-width:1460px;margin:0 auto;padding:0 28px}
.section{padding:52px 0}
.section--gray{background:var(--gray-light)}

/* ===== SECTION TITLE ===== */
.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;flex-wrap:wrap;gap:12px}
.section-title__left{display:flex;align-items:center;gap:10px}
.section-title__left svg{width:22px;height:22px;color:var(--orange);flex-shrink:0}
.section-title h2{font-size:1.4rem;font-weight:800}
.section-title a{font-size:15px;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:4px}
.section-title a svg{width:15px;height:15px}

/* ===== HEADER ===== */
.header{background:var(--yellow);position:relative;z-index:10}
.header__inner{display:flex;align-items:center;gap:14px;padding:0 28px;height:64px;max-width:1460px!important;margin:0 auto}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo__sun{display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo__sun svg{width:38px;height:38px}
.logo__text{font-size:1.3rem;font-weight:900;color:var(--black);white-space:nowrap;letter-spacing:-.01em}
.logo__text span{color:rgba(0,0,0,.4)}
.main-nav{display:flex;gap:2px;margin-left:14px}
@media(max-width:768px){.main-nav.open{z-index:500!important}}
@media(min-width:769px){.nav-close{display:none!important;}}
.main-nav__link{padding:8px 16px;border-radius:10px;font-size:16px;font-weight:600;color:rgba(0,0,0,.6);transition:all .18s;white-space:nowrap}
.main-nav__link:hover,.main-nav__link.active{color:var(--black);background:rgba(0,0,0,.09)}
.header__right{margin-left:auto;display:flex;align-items:center;gap:6px}
.header-icon-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:15px;font-weight:600;color:var(--black);transition:background .18s;position:relative;white-space:nowrap}
.header-icon-btn:hover{background:rgba(0,0,0,.09)}
.header-icon-btn svg{width:18px;height:18px;flex-shrink:0}
.fav-count{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:50px;padding:0 5px;margin-left:2px;animation:popIn .3s ease}
@keyframes popIn{0%{transform:scale(0)}70%{transform:scale(1.2)}100%{transform:scale(1)}}
.btn-login{display:flex;align-items:center;gap:7px;padding:9px 20px;border-radius:11px;background:var(--black);color:var(--yellow);font-size:15px;font-weight:700;transition:all .2s}
.btn-login:hover{background:#2a2a2a}
.btn-login svg{width:16px;height:16px;flex-shrink:0}
.burger{display:none;padding:6px;color:var(--black);flex-shrink:0}
.burger svg{width:26px;height:26px}

/* ===== HERO ===== */
.hero{position:relative;min-height:580px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.hero__bg{position:absolute;inset:0;background:var(--yellow)}
.hero__bg-img{position:absolute;inset:0;background-image:url('/assets/img/tour-back.jpg');background-size:cover;background-position:center top;}
.hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,209,0,.95) 0%,rgba(255,209,0,.7) 50%,rgba(255,209,0,.5) 100%)}
.hero__inner{position:relative;z-index:2;max-width:1460px!important;margin:0 auto;padding:60px 28px 0;display:flex;align-items:flex-end;gap:40px;width:100%}
.hero__text{flex:1;padding-bottom:36px}
.hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,.12);border-radius:50px;padding:7px 18px;font-size:15px;font-weight:600;color:rgba(0,0,0,.75);margin-bottom:20px}
.hero__badge svg{width:16px;height:16px;flex-shrink:0}
.hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:900;line-height:1.06;letter-spacing:-.02em;color:var(--black);margin-bottom:14px}
.hero h1 em{font-style:normal;position:relative}
.hero h1 em::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:4px;background:rgba(0,0,0,.2);border-radius:2px}
.hero__sub{font-size:17px;color:rgba(0,0,0,.65);font-weight:600;max-width:500px;line-height:1.6}
.hero__visual{flex-shrink:0;width:300px;display:flex;flex-direction:column;gap:11px;padding-bottom:36px}
.hero__card{background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.12);padding:13px 16px;display:flex;align-items:center;gap:12px;animation:floatY 3s ease-in-out infinite}
.hero__card:nth-child(2){animation-delay:.7s}
.hero__card:nth-child(3){animation-delay:1.4s}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero__card-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero__card-icon svg{width:21px;height:21px}
.hero__card-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:2px}
.hero__card-sub{font-size:16px;color:var(--text-muted);font-weight:500}
.hero__search{position:relative;z-index:2;background:rgba(0,0,0,.08);padding:20px 28px 0}
.hero__search-inner{max-width:1460px!important;margin:0 auto}
.hero__wave{display:block;width:100%;height:48px;margin-top:-2px;position:relative;z-index:2}

/* ===== SEARCH BAR ===== */
.search-bar{display:flex;align-items:center;background:var(--white);border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.18)}
.search-bar__field{flex:1;padding:13px 18px;min-width:0}
.search-bar__field label{display:block;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.search-bar__select-wrap{position:relative;display:flex;align-items:center}
.search-bar__select-wrap select,.search-bar__field input[type=date]{width:100%;border:none;outline:none;font-size:16px;font-weight:600;color:var(--text);background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;padding-right:18px;font-family:var(--font)}
.search-bar__select-wrap svg{position:absolute;right:0;width:14px;height:14px;color:var(--text-muted);pointer-events:none;flex-shrink:0}
.search-bar__sep{width:1px;height:36px;background:var(--gray-border);flex-shrink:0}
.search-bar__field--sm{flex:0 0 auto;min-width:120px}
.search-bar__btn{display:flex;align-items:center;gap:8px;padding:14px 28px;margin:5px;border-radius:16px;background:var(--yellow);color:var(--black);font-size:16px;font-weight:700;white-space:nowrap;flex-shrink:0;transition:all .2s;box-shadow:0 4px 14px rgba(232,188,0,.4);font-family:var(--font)}
.search-bar__btn:hover{background:var(--yellow-dark);transform:scale(1.03)}
.search-bar__btn svg{width:17px;height:17px;flex-shrink:0}
/* Sticky */
.sticky-search{position:fixed;top:0;left:0;right:0;z-index:299;background:var(--yellow);padding:9px 28px;box-shadow:0 3px 20px rgba(0,0,0,.13);transform:translateY(-110%);transition:transform .35s cubic-bezier(.4,0,.2,1)}
.sticky-search.show{transform:translateY(0)}
.sticky-search .search-bar__field{padding:8px 13px}
.sticky-search .search-bar__field label{font-size:10px;margin-bottom:2px}
.sticky-search .search-bar__select-wrap select,.sticky-search .search-bar__field input[type=date]{font-size:14px}
.sticky-search .search-bar__btn{padding:10px 22px;margin:4px;font-size:14px}

/* ===== PROMO BANNERS (блок как на скрине) ===== */
.promo-banners{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:44px 0}
.promo-banner-card{border-radius:var(--r-xl);padding:32px 36px;display:flex;align-items:center;gap:24px;position:relative;overflow:hidden;min-height:180px}
.promo-banner-card--blue{background:linear-gradient(135deg,#e8f4fd 0%,#dbeafe 100%);border:1.5px solid #bfdbfe}
.promo-banner-card--yellow{background:linear-gradient(135deg,var(--yellow-light) 0%,#fff3b0 100%);border:1.5px solid var(--yellow-dark)}
.promo-banner-card__content{flex:1;z-index:1}
.promo-banner-card__logo{font-size:1.1rem;font-weight:900;color:var(--blue);margin-bottom:10px;}
.promo-banner-card__logo--yellow{color:var(--black)}
.promo-banner-card__title{font-size:1.2rem;font-weight:800;color:var(--black);margin-bottom:8px;line-height:1.2}
.promo-banner-card__list{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}
.promo-banner-card__list li{font-size:15px;color:var(--text-muted);font-weight:500}
.promo-banner-card__btns{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
.promo-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:10px;font-size:14px;font-weight:700;transition:all .2s;border:1.5px solid;font-family:var(--font)}
.promo-btn--outline{border-color:rgba(0,0,0,.2);color:var(--black);background:transparent}
.promo-btn--outline:hover{background:rgba(0,0,0,.06)}
.promo-btn--filled{background:var(--yellow);border-color:var(--yellow-dark);color:var(--black)}
.promo-btn--filled:hover{background:var(--yellow-dark)}
.promo-btn svg{width:15px;height:15px;flex-shrink:0}
.promo-banner-card__visual{flex-shrink:0;width:180px;height:160px;position:relative;display:flex;align-items:center;justify-content:center}
.promo-banner-card__visual svg{width:100%;height:100%}

/* ===== TOUR CARD ===== */
.tours-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tour-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);border:1.5px solid var(--gray-border);transition:box-shadow .25s,transform .25s,border-color .25s;position:relative}
.tour-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:transparent}
.tour-card__img{position:relative;height:185px;overflow:hidden;}
.tour-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;border-radius:10px}
.tour-card:hover .tour-card__img img{}
.tour-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}
.tour-card__badge{position:absolute;top:10px;left:10px;background:var(--yellow);color:var(--black);font-size:12px;font-weight:700;padding:4px 11px;border-radius:20px;display:flex;align-items:center;gap:4px}
.tour-card__badge svg{width:12px;height:12px;flex-shrink:0}
.tour-card__badge--hot{background:#ff3b3b;color:#fff}
.tour-card__fav{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--gray);transition:all .2s;backdrop-filter:blur(4px)}
.tour-card__fav:hover,.tour-card__fav.active{color:var(--red);background:#fff}
.tour-card__fav.active svg{fill:#ef4444}
.tour-card__fav svg{width:16px;height:16px;flex-shrink:0}
.tour-card__rating{position:absolute;bottom:10px;right:10px;background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:3px 9px;border-radius:8px}
.tour-card__body{padding:16px}
.tour-card__stars{display:flex;gap:2px;margin-bottom:7px}
.star{width:14px;height:14px;flex-shrink:0}
.star--fill{color:var(--yellow-dark)}
.star--empty{color:var(--gray-border)}
.tour-card__name{font-size:15px;font-weight:700;line-height:1.3;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tour-card__location{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-muted);margin-bottom:10px;font-weight:500}
.tour-card__location svg{width:13px;height:13px;flex-shrink:0}
.tour-card__meta{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px}
.meta-tag{display:flex;align-items:center;gap:3px;background:var(--gray-light);border-radius:7px;padding:4px 9px;font-size:12px;font-weight:600;color:var(--text-muted)}
.meta-tag svg{width:12px;height:12px;flex-shrink:0}
.tour-card__footer{display:flex;align-items:flex-end;justify-content:space-between;padding-top:12px;border-top:1.5px solid var(--gray-border)}
.tour-card__price-label{font-size:11px;color:var(--text-muted);margin-bottom:2px;font-weight:500}
.tour-card__price{font-size:1.15rem;font-weight:800;color:var(--black)}
.tour-card__price small{font-size:12px;font-weight:500;color:var(--text-muted)}
.btn-more{padding:9px 16px;background:var(--yellow);color:var(--white);border-radius:10px;font-size:13px;font-weight:700;white-space:nowrap;transition:all .2s}
.btn-more:hover{background:var(--yellow-dark)}

/* ===== COUNTRIES MOSAIC ===== */
.countries-mosaic{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:280px 200px;gap:14px}
.country-tile{position:relative;border-radius:var(--r-xl);overflow:hidden;cursor:pointer;transition:transform .3s,box-shadow .3s;display:block}
.country-tile:hover{transform:scale(1.025);box-shadow:0 20px 50px rgba(0,0,0,.2)}
.country-tile--big{grid-row:span 2}
.country-tile__img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}
.country-tile:hover .country-tile__img{transform:scale(1.07)}
.country-tile__placeholder{width:100%;height:100%;transition:transform .5s}
.country-tile:hover .country-tile__placeholder{transform:scale(1.04)}
.country-tile__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.74) 0%,rgba(0,0,0,.15) 50%,transparent 75%)}
.country-tile__content{position:absolute;bottom:0;left:0;right:0;padding:20px;color:#fff}
.country-tile__tag{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 13px;font-size:12px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:9px}
.country-tile__tag svg{width:12px;height:12px;flex-shrink:0}
.country-tile__name{font-size:1.25rem;font-weight:800;margin-bottom:4px;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.country-tile--big .country-tile__name{font-size:1.75rem}
.country-tile__price{font-size:14px;font-weight:600;color:rgba(255,255,255,.8)}
.country-tile__btn{position:absolute;bottom:20px;right:20px;background:var(--yellow);color:var(--black);padding:9px 17px;border-radius:10px;font-size:13px;font-weight:700;transform:translateY(10px);opacity:0;transition:all .25s;display:flex;align-items:center;gap:5px}
.country-tile__btn svg{width:14px;height:14px;flex-shrink:0}
.country-tile:hover .country-tile__btn{transform:translateY(0);opacity:1;color:#fff}

/* ===== TABS ===== */
.tabs{display:flex;gap:4px;margin-bottom:22px;border-bottom:2px solid var(--gray-border);flex-wrap:wrap}
.tab{padding:10px 18px;font-size:15px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;border-radius:8px 8px 0 0;white-space:nowrap}
.tab:hover{color:var(--black)}
.tab.active{color:var(--black);border-bottom-color:var(--yellow-dark);background:var(--yellow-light)}

/* ===== RESULTS PAGE ===== */
.results-page{display:grid;grid-template-columns:264px 1fr;gap:24px;padding:32px 0 60px;align-items:start}
.filters{position:sticky;top:110px}
.filters__card{background:var(--white);border-right:1.5px solid var(--gray-border);overflow:hidden}
.filters__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1.5px solid var(--gray-border)}
.filters__title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}
.filters__title svg{width:16px;height:16px;flex-shrink:0}
.filters__reset{font-size:13px;color:var(--blue);font-weight:600;cursor:pointer}
.filter-group{padding:15px 20px;border-bottom:1.5px solid var(--gray-border)}
.filter-group:last-child{border-bottom:none}
.filter-group__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}
.filter-option{display:flex;align-items:center;gap:8px;padding:5px 0;cursor:pointer}
.filter-option input[type=checkbox]{appearance:none;width:17px;height:17px;border:2px solid var(--gray-border);border-radius:5px;position:relative;cursor:pointer;flex-shrink:0;transition:all .15s}
.filter-option input:checked{background:var(--yellow);border-color:var(--yellow-dark)}
/*.filter-option input:checked::after{content:'';position:absolute;left:2px;top:-1px;width:6px;height:10px;border:2.5px solid var(--black);border-top:none;border-left:none;transform:rotate(45deg)}*/
.filter-option__label{font-size:15px;font-weight:500}
.price-range-slider{padding:4px 0 8px}
.price-range-slider input[type=range]{width:100%;appearance:none;height:4px;background:var(--gray-border);border-radius:2px;outline:none;cursor:pointer}
.price-range-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:var(--yellow);border:2.5px solid var(--black);border-radius:50%;cursor:pointer}
.price-range-values{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-top:7px;font-weight:600}
.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}
.results-count{font-size:16px;color:var(--text-muted);font-weight:500}
.results-count strong{color:var(--text);font-weight:700}
.results-sort{background:var(--white);border:1.5px solid var(--gray-border);border-radius:10px;padding:9px 14px;font-size:15px;font-weight:600;font-family:var(--font);outline:none;cursor:pointer}
.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* ===== HOTEL PAGE ===== */

.hotel-page{padding:28px 0 60px}
.hotel-page__breadcrumb{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-muted);margin-bottom:20px;flex-wrap:wrap;font-weight:500}
.hotel-page__breadcrumb a:hover{color:var(--blue)}
.hotel-page__breadcrumb svg{width:12px;height:12px;flex-shrink:0}
.hotel-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:230px 230px;gap:9px;border-radius:var(--r-xl);overflow:hidden;margin-bottom:28px}
.hotel-gallery__main{grid-row:span 2}
.hotel-gallery__img{width:100%;height:100%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.hotel-layout {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}

.hotel-layout > div:first-child {
  flex: 1;
  min-width: 0;
}

.hotel-layout > div:last-child {
  width: 370px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

@media (max-width: 768px) {
  .hotel-layout {
    flex-direction: column;
  }

  .hotel-layout > div:last-child {
    width: 100%;
    position: static; /* убираем sticky на мобилке */
    top: auto;
  }
}
.hotel-header__top{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.hotel-rating{background:var(--green);color:#fff;font-size:13px;font-weight:700;padding:4px 11px;border-radius:8px}
.hotel-reviews{font-size:14px;color:var(--text-muted);font-weight:500}
.hotel-header h1{font-size:1.8rem;margin-bottom:8px}
.hotel-location{display:flex;align-items:center;gap:6px;font-size:15px;color:var(--text-muted);margin-bottom:20px;font-weight:500}
.hotel-location svg{width:15px;height:15px;flex-shrink:0}
.hotel-amenities{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}
.amenity-item{background:var(--gray-light);border-radius:var(--r);padding:14px 8px;text-align:center;font-size:13px;font-weight:600;color:var(--text-muted)}
.amenity-item svg{width:22px;height:22px;margin:0 auto 7px;color:var(--yellow-dark);display:block}
.hotel-description{font-size:16px;line-height:1.85;color:var(--text-muted);margin-bottom:24px;font-weight:500}
.hotel-tours{background:var(--gray-light);border-radius:var(--r-xl);padding:20px;margin-top:22px}
.hotel-tours h3{font-size:16px;font-weight:800;margin-bottom:14px}
.hotel-tour-row{background:var(--white);border-radius:var(--r-lg);padding:14px 18px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1.5px solid var(--gray-border)}
.hotel-tour-row:last-child{margin-bottom:0}
.hotel-tour-info{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hotel-tour-info span{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:600;color:var(--text-muted)}
.hotel-tour-info svg{width:14px;height:14px;flex-shrink:0}
.hotel-tour-price{display:flex;align-items:center;gap:12px}
.hotel-tour-price .price{font-size:1.15rem;font-weight:800}
.booking-card{background:var(--white);border-radius:var(--r-xl);padding:26px;position:sticky;top:20px;box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
border: none;}
.booking-card__label{font-size:12px;color:var(--text-muted);margin-bottom:4px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.booking-card__price{font-size:2.1rem;font-weight:800;letter-spacing:-.02em;margin-bottom:20px}
.booking-card__price small{font-size:15px;font-weight:500;color:var(--text-muted)}
.booking-card__field{background:var(--gray-light);border-radius:11px;padding:12px 15px;margin-bottom:10px}
.booking-card__field label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px}
.booking-card__field select,.booking-card__field input{width:100%;border:none;background:transparent;font-size:15px;font-weight:600;color:var(--text);outline:none;font-family:var(--font);cursor:pointer;appearance:none}
.booking-card__total{display:flex;justify-content:space-between;padding:14px 0;border-top:1.5px solid var(--gray-border);margin-bottom:14px;font-weight:700;font-size:16px}
.btn-book{width:100%;padding:16px;background:var(--yellow);color:var(--white);border:none;border-radius:13px;font-size:16px;font-weight:700;font-family:var(--font);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;box-shadow:0 4px 16px rgba(232,188,0,.3)}
.btn-book:hover{background:var(--yellow-dark);transform:translateY(-2px)}
.btn-book svg{width:17px;height:17px;flex-shrink:0}
.booking-card__security{display:flex;align-items:center;justify-content:center;gap:5px;font-size:13px;color:var(--text-muted);font-weight:500}
.booking-card__security svg{width:14px;height:14px;flex-shrink:0;color:var(--green)}

/* ===== AUTH ===== */
.auth-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--gray-light)}
.auth-card{width:100%;max-width:460px;background:var(--white);border-radius:var(--r-xl);padding:38px;box-shadow:var(--shadow-xl);border:1.5px solid var(--gray-border)}
.auth-logo{text-align:center;margin-bottom:26px}
.auth-tabs{display:flex;background:var(--gray-light);border-radius:11px;padding:4px;margin-bottom:24px}
.auth-tab{flex:1;padding:11px;text-align:center;border-radius:9px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;color:var(--text-muted);font-family:var(--font)}
.auth-tab.active{background:var(--yellow);color:var(--white)}
.form-field{margin-bottom:15px}
.form-field label{display:block;font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.07em}
.form-field input{width:100%;background:var(--gray-light);border:2px solid transparent;border-radius:11px;padding:14px 16px;font-size:16px;font-family:var(--font);font-weight:500;outline:none;transition:border-color .2s,background .2s}
.form-field input:focus{border-color:var(--yellow);background:#fff}
.btn-submit{width:100%;padding:15px;background:var(--yellow);color:var(--white);border:none;border-radius:11px;font-size:16px;font-weight:700;font-family:var(--font);cursor:pointer;transition:all .2s;margin-top:5px}
.btn-submit:hover{background:var(--yellow-dark);transform:translateY(-1px)}
.auth-switch{text-align:center;margin-top:17px;font-size:15px;color:var(--text-muted);font-weight:500}
.auth-switch a{color:var(--blue);font-weight:700}

/* ===== CABINET ===== */
.cabinet-page{display:grid;grid-template-columns:256px 1fr;gap:22px;padding:32px 0 60px;align-items:start}
.cabinet-sidebar{position:sticky;top:20px}
.cabinet-user{background:var(--yellow);border-radius:var(--r-xl);padding:24px;text-align:center;margin-bottom:10px}
.cabinet-user__avatar{width:66px;height:66px;border-radius:50%;background:var(--black);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--yellow)}
.cabinet-user__avatar svg{width:30px;height:30px}
.cabinet-user__name{font-weight:800;font-size:16px;margin-bottom:3px;color:#fff}
.cabinet-user__email{font-size:13px;color:rgba(0,0,0,.55);font-weight:500;color:#fff}
.cabinet-menu{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--r-xl);overflow:hidden}
.cabinet-menu__item{display:flex;align-items:center;gap:9px;padding:14px 18px;font-size:15px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .18s;border:none;background:transparent;width:100%;text-align:left;font-family:var(--font);border-bottom:1.5px solid var(--gray-border)}
.cabinet-menu__item:last-child{border-bottom:none}
.cabinet-menu__item svg{width:16px;height:16px;flex-shrink:0}
.cabinet-menu__item:hover{background:var(--gray-light);color:var(--text)}
.cabinet-menu__item.active{background:var(--yellow-light);color:var(--black)}
.cabinet-menu__item--danger{color:var(--red)}
.content-card{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--r-xl);padding:24px;margin-bottom:18px}
.content-card__title{font-size:16px;font-weight:800;padding-bottom:14px;border-bottom:1.5px solid var(--gray-border);margin-bottom:18px;display:flex;align-items:center;gap:8px}
.content-card__title svg{width:17px;height:17px;flex-shrink:0}
/* Таблицы со скроллом на мобиле */
.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-scroll table{min-width:600px}
.orders-table{width:100%;border-collapse:collapse}
.orders-table th{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding:9px 13px;text-align:left;white-space:nowrap}
.orders-table td{padding:13px 13px;font-size:15px;border-top:1.5px solid var(--gray-border);vertical-align:middle}
.status-pill{display:inline-block;padding:4px 11px;border-radius:20px;font-size:12px;font-weight:700}
.status-new{background:#dbeafe;color:#1d4ed8}.status-processing{background:#fef9c3;color:#854d0e}
.status-confirmed{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.status-completed{background:#f3f4f6;color:#374151}

/* ===== PROMO EMAIL BANNER ===== */
.promo-email{background:#ff5600;border-radius:28px;padding:36px 44px;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative;overflow:hidden;margin:44px 0}
.promo-email::before{content:'';position:absolute;right:-40px;top:-40px;width:240px;height:240px;background:rgba(0,0,0,.06);border-radius:50%}
.promo-email__text{position:relative}
.promo-email__text h3{font-size:1.2rem;margin-bottom:5px;font-weight:800}
.promo-email__text p{font-size:15px;color:rgba(0,0,0,.6);font-weight:500}
.promo-email__form{display:flex;gap:8px;flex-shrink:0;position:relative}
.promo-email__form input{padding:12px 18px;border:2px solid rgba(0,0,0,.15);border-radius:11px;font-size:15px;font-family:var(--font);outline:none;width:230px;background:#fff;font-weight:500}
.promo-email__form input:focus{border-color:var(--black)}
.btn-subscribe{padding:12px 22px;background:var(--black);color:var(--yellow);border:none;border-radius:11px;font-size:15px;font-weight:700;font-family:var(--font);cursor:pointer;white-space:nowrap;transition:all .2s}
.btn-subscribe:hover{background:#2a2a2a}

/* ===== WHY US ===== */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.why-card{background:var(--white);border:1.5px solid #ff5600;border-radius:var(--r-xl);padding:28px 22px;transition:transform .25s,box-shadow .25s,border-color .25s}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--yellow)}
.why-icon{width:50px;height:50px;background:#ff5600;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.why-icon svg{width:24px;height:24px;color:#fff;flex-shrink:0}
.why-number{font-size:1.8rem;font-weight:900;letter-spacing:-.02em;margin-bottom:5px}
.why-label{font-size:15px;color:var(--text-muted);font-weight:500}

/* ===== PAGE OVERLAY ===== */
.page-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9}
.page-overlay.active{display:block}

/* ===== FOOTER ===== */
.footer{background:#f0f2f5;color:#fff;padding:52px 0 26px;}
.footer__inner{max-width:1460px!important;margin:0 auto;padding:0 28px}
.footer__top{display:grid;grid-template-columns:290px 1fr;gap:52px;margin-bottom:44px}
.footer .logo__text{color:var(--yellow)}
.footer .logo__text span{color:rgba(255,255,255,.35)}
.footer__brand p{font-size:15=7px;color:#000;margin-top:13px;line-height:1.75;max-width:245px;font-weight:500}
.footer__social{display:flex;gap:9px;margin-top:17px}
.footer__social a{width:38px;height:38px;border-radius:9px;background:#ff5600;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);transition:all .2s}
.footer__social a:hover{background:var(--yellow);color:var(--black)}
.footer__social svg{width:17px;height:17px;flex-shrink:0}
.footer__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.footer__col h4{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#16164f;margin-bottom:15px}
.footer__col ul li{margin-bottom:9px}
.footer__col ul a{font-size:17px;color:#000;transition:color .18s;font-weight:500}
.footer__col ul a:hover{color:#ff5600;}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);font-size:16px;color:#000;flex-wrap:wrap;gap:8px;font-weight:500}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 26px;background:var(--yellow);color:var(--white);border:none;border-radius:11px;font-size:16px;font-weight:700;font-family:var(--font);cursor:pointer;transition:all .2s;text-decoration:none}
.btn-primary:hover{background:var(--yellow-dark);transform:translateY(-1px)}
.btn-primary svg{width:16px;height:16px;flex-shrink:0}
.btn-secondary{display:inline-flex;align-items:center;gap:7px;padding:12px 22px;background:var(--white);color:var(--black);border:1.5px solid var(--gray-border);border-radius:11px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}
.btn-secondary:hover{border-color:var(--yellow);background:var(--yellow-light)}

/* ===== DEPARTURES PAGE ===== */
.departures-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.departure-card{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--r-lg);padding:22px;transition:all .25s;display:block;text-align:center}
.departure-card:hover{border-color:var(--yellow);box-shadow:var(--shadow);transform:translateY(-3px)}
.departure-card__icon{width:54px;height:54px;background:var(--yellow-light);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 13px}
.departure-card__icon svg{width:26px;height:26px;color:var(--yellow-dark);flex-shrink:0}
.departure-card__name{font-weight:700;font-size:16px;margin-bottom:4px}
.departure-card__count{font-size:13px;color:var(--text-muted);font-weight:500}

/* ===== RESPONSIVE ===== */
@media(max-width:1280px){
  .tours-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1024px){
  .container{padding:0 20px}
  .header__inner{padding:0 20px}
  .hero__inner{padding:48px 20px 0}
  .hero__search{padding:16px 20px 0}
  .sticky-search{padding:8px 20px}
  .tours-grid{grid-template-columns:repeat(2,1fr)}
  .countries-mosaic{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}
  .country-tile--big{grid-row:span 1}
  .results-page{grid-template-columns:1fr}
  .filters{position:static}
  .hotel-layout{grid-template-columns:1fr}
  /*.booking-card{position:static}*/
  .cabinet-page{grid-template-columns:1fr}
  .cabinet-sidebar{position:static}
  .footer__top{grid-template-columns:1fr;gap:24px}
  .footer__cols{grid-template-columns:repeat(2,1fr)}
  .hotel-amenities{grid-template-columns:repeat(3,1fr)}
  .departures-grid{grid-template-columns:repeat(3,1fr)}
  .promo-banners{grid-template-columns:1fr}
}
@media(max-width:768px){
  body{font-size:16px}
  .container{padding:0 16px}
  .header__inner{padding:0 16px;height:58px}
  .main-nav{display:none!important;}
  .burger{display:flex}
  .header-icon-btn span{display:none}
  .sticky-search{display:none!important}
  /* Hero */
  .hero{min-height:auto}
  .hero__inner{flex-direction:column;align-items:flex-start;gap:18px;padding:28px 16px 0}
  .hero__visual{display:none}
  .hero h1{font-size:1.9rem}
  .hero__sub{font-size:15px}
  .hero__search{padding:14px 16px 0}
  /* Search bar mobile */
  .search-bar{flex-wrap:wrap;border-radius:var(--r-xl);padding:6px;box-shadow:0 4px 20px rgba(0,0,0,.15)}
  .search-bar__field{flex:0 0 calc(50% - 3px);padding:9px 12px}
  .search-bar__field--sm{flex:0 0 calc(50% - 3px)}
  .search-bar__sep{display:none}
  .search-bar__btn{width:100%;border-radius:11px;justify-content:center;margin:3px 0;padding:13px}
  /* Grids */
  .tours-grid{grid-template-columns:1fr 1fr;gap:12px}
  .countries-mosaic{grid-template-columns:1fr 1fr}
  .results-grid{grid-template-columns:1fr 1fr;gap:12px}
  .why-grid{grid-template-columns:1fr 1fr;gap:13px}
  .departures-grid{grid-template-columns:repeat(2,1fr)}
  /* Hotel */
  .hotel-gallery{grid-template-columns:1fr;grid-template-rows:240px}
  .hotel-gallery>*:not(.hotel-gallery__main){display:none}
  .hotel-amenities{grid-template-columns:repeat(2,1fr)}
  .hotel-tour-row{flex-direction:column;align-items:flex-start}
  /* Tables - horizontal scroll */
  .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--r)}
  .table-scroll table,.orders-table{min-width:580px}
  /* Promo */
  .promo-email{flex-direction:column;padding:24px}
  .promo-email__form{width:100%;flex-direction:column}
  .promo-email__form input{width:100%}
  .promo-banners{grid-template-columns:1fr;gap:14px}
  .promo-banner-card{padding:22px 20px}
  .promo-banner-card__visual{display:none}
  /* Footer */
  .footer__cols{grid-template-columns:1fr 1fr}
  .footer__bottom{flex-direction:column;text-align:center}
  /* Cabinet */
  .cabinet-page{padding:20px 0 40px}
}
@media(max-width:480px){
  body{font-size:15px}
  .tours-grid{grid-template-columns:1fr}
  .results-grid{grid-template-columns:1fr}
  .countries-mosaic{grid-template-columns:1fr}
  .search-bar__field{flex:0 0 100%}
  .auth-card{padding:24px 16px}
  .hero h1{font-size:1.7rem}
  .departures-grid{grid-template-columns:1fr 1fr}
  .footer__cols{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .hotel-amenities{grid-template-columns:1fr 1fr}
  .promo-banner-card__btns{flex-direction:column}
}


/* ===== ABOUT PAGE ===== */
.about-hero{display:flex;align-items:center;gap:40px;padding:40px 0;flex-wrap:wrap}
.about-hero__text{flex:1;min-width:280px}
.about-hero__title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;margin-bottom:16px;line-height:1.1}
.about-hero__desc{font-size:17px;color:var(--text-muted);line-height:1.7;font-weight:500}
.about-hero__img{flex:1;min-width:280px;border-radius:var(--r-xl);overflow:hidden;max-height:340px}
.about-hero__img img{width:100%;height:100%;object-fit:cover}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0}
.about-stat{border-radius:var(--r-xl);padding:28px 20px;text-align:center}
.about-stat--blue{background:#dbeafe}
.about-stat--pink{background:#fce7f3}
.about-stat--purple{background:#ede9fe}
.about-stat--green{background:#dcfce7}
.about-stat__val{font-size:1.8rem;font-weight:900;color:var(--black);margin-bottom:6px}
.about-stat__label{font-size:14px;font-weight:600;color:var(--text-muted)}
.about-section{text-align:center;margin:48px 0 28px}
.about-section__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;margin-bottom:12px}
.about-section__text{font-size:16px;color:var(--text-muted);max-width:640px;margin:0 auto;line-height:1.7;font-weight:500}
.about-timeline{position:relative;padding:20px 0;margin:0 0 48px}
.about-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--gray-border);transform:translateX(-50%)}
.about-timeline__item{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;position:relative}
.about-timeline__item:nth-child(even){flex-direction:row-reverse}
.about-timeline__year{flex:0 0 calc(50% - 24px);text-align:right;font-size:1.1rem;font-weight:900;color:var(--yellow-dark);padding-top:4px}
.about-timeline__item:nth-child(even) .about-timeline__year{text-align:left}
.about-timeline__dot{width:16px;height:16px;background:var(--yellow);border:3px solid var(--black);border-radius:50%;flex-shrink:0;margin-top:6px;position:relative;z-index:1}
.about-timeline__content{flex:0 0 calc(50% - 24px)}
.about-timeline__title{font-size:15px;font-weight:800;margin-bottom:5px}
.about-timeline__text{font-size:14px;color:var(--text-muted);line-height:1.6;font-weight:500}
.about-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0 0 48px}
.about-feature{background:var(--gray-light);border-radius:var(--r-xl);padding:26px 20px;text-align:center}
.about-feature__icon{font-size:2.2rem;margin-bottom:14px}
.about-feature__title{font-size:15px;font-weight:800;margin-bottom:8px}
.about-feature__text{font-size:14px;color:var(--text-muted);line-height:1.6;font-weight:500}
.about-banner{position:relative;border-radius:var(--r-xl);overflow:hidden;margin:0 0 48px;min-height:280px;display:flex;align-items:center}
.about-banner__img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover}
.about-banner__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55)}
.about-banner__content{position:relative;z-index:1;padding:48px;color:#fff;max-width:600px}
.about-banner__title{font-size:clamp(1.3rem,3vw,1.9rem);color:#fff;font-weight:900;margin-bottom:20px;line-height:1.2}
.about-banner__btn{display:inline-flex;align-items:center;padding:13px 28px;background:var(--yellow);color:var(--black);border-radius:11px;font-size:15px;font-weight:700;transition:all .2s}
.about-banner__btn:hover{background:var(--yellow-dark)}
.about-partners{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 20px}
.about-partner{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--r-lg);padding:22px;text-align:center;transition:all .2s}
.about-partner:hover{border-color:var(--yellow);box-shadow:var(--shadow)}
.about-partner__name{font-size:16px;font-weight:800;margin-bottom:5px}
.about-partner__desc{font-size:13px;color:var(--text-muted);font-weight:500}
@media(max-width:1024px){.about-stats{grid-template-columns:repeat(2,1fr)}.about-features{grid-template-columns:repeat(2,1fr)}.about-partners{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.about-timeline::before{left:16px}.about-timeline__item,.about-timeline__item:nth-child(even){flex-direction:column;padding-left:40px}.about-timeline__year,.about-timeline__item:nth-child(even) .about-timeline__year{text-align:left;flex:none}.about-timeline__dot{position:absolute;left:8px;top:4px}.about-timeline__content{flex:none;width:100%}.about-banner__content{padding:28px}.about-hero{gap:24px}}
@media(max-width:480px){.about-stats{grid-template-columns:1fr 1fr}.about-features{grid-template-columns:1fr}.about-partners{grid-template-columns:1fr 1fr}}



/* ===== CONTACTS PAGE ===== */
.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:52px}
.contacts-info__title{font-size:1.6rem;font-weight:900;margin-bottom:10px}
.contacts-info__desc{font-size:16px;color:var(--text-muted);font-weight:500;line-height:1.6;margin-bottom:28px}
.contacts-cards{display:grid;gap:14px;margin-bottom:28px}
.contacts-card{display:flex;align-items:flex-start;gap:16px;background:var(--gray-light);border-radius:var(--r-lg);padding:18px 20px;transition:all .2s}
.contacts-card:hover{background:var(--yellow-light);border-color:var(--yellow)}
.contacts-card__icon{width:44px;height:44px;background:var(--yellow);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contacts-card__icon svg{color:var(--white)}
.contacts-card__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px}
.contacts-card__value{font-size:16px;font-weight:700;color:var(--black);display:block;margin-bottom:3px}
.contacts-card__value:hover{color:var(--blue)}
.contacts-card__hint{font-size:13px;color:var(--text-muted);font-weight:500}
.contacts-messengers__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}
.contacts-messengers__list{display:flex;gap:10px}
.contacts-messenger{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:11px;font-size:14px;font-weight:700;transition:all .2s}
.contacts-messenger--whatsapp{background:#dcfce7;color:#166534}
.contacts-messenger--whatsapp:hover{background:#16a34a;color:#fff}
.contacts-messenger--telegram{background:#dbeafe;color:#1d4ed8}
.contacts-messenger--telegram:hover{background:#2563eb;color:#fff}
.contacts-form-card{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--r-xl);padding:32px}
.contacts-form-card__title{font-size:1.2rem;font-weight:900;margin-bottom:8px}
.contacts-form-card__desc{font-size:14px;color:var(--text-muted);font-weight:500;margin-bottom:24px}
.contacts-form__field{margin-bottom:16px}
.contacts-form__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}
.contacts-form__input,.contacts-form__textarea{width:100%;background:var(--gray-light);border:2px solid transparent;border-radius:11px;padding:13px 15px;font-size:15px;font-family:var(--font);font-weight:500;outline:none;transition:all .2s;color:var(--text)}
.contacts-form__textarea{resize:vertical;min-height:110px}
.contacts-form__input:focus,.contacts-form__textarea:focus{border-color:var(--yellow);background:#fff}
.contacts-form__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:var(--yellow);color:var(--white);border:none;border-radius:11px;font-size:15px;font-weight:700;font-family:var(--font);cursor:pointer;transition:all .2s;margin-bottom:12px}
.contacts-form__btn:hover{background:var(--yellow-dark);transform:translateY(-1px)}
.contacts-form__btn svg{flex-shrink:0}
.contacts-form__privacy{font-size:12px;color:var(--text-muted);text-align:center;font-weight:500}
.contacts-form__privacy a{color:var(--blue);font-weight:600}
.contacts-office{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--r-xl);overflow:hidden;border:1.5px solid var(--gray-border)}
.contacts-office__img{height:320px;overflow:hidden}
.contacts-office__img img{width:100%;height:100%;object-fit:cover}
.contacts-office__content{padding:36px;display:flex;flex-direction:column;justify-content:center}
.contacts-office__title{font-size:1.2rem;font-weight:900;margin-bottom:12px}
.contacts-office__text{font-size:15px;color:var(--text-muted);font-weight:500;line-height:1.7;margin-bottom:20px}
.contacts-office__details{display:flex;flex-direction:column;gap:10px}
.contacts-office__detail{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--text)}
.contacts-office__detail svg{flex-shrink:0;color:var(--yellow-dark)}
@media(max-width:1024px){.contacts-grid{grid-template-columns:1fr}.contacts-office{grid-template-columns:1fr}}
@media(max-width:768px){.contacts-messengers__list{flex-direction:column}.contacts-office__img{height:220px}.contacts-office__content{padding:24px}}

.contact-alert{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;font-size:15px;font-weight:600;margin-bottom:20px}
.contact-alert--success{background:#dcfce7;color:#166534}
.contact-alert--error{background:#fee2e2;color:#991b1b}



/* ===== FAQ PAGE ===== */
.faq-intro{margin-bottom:28px}
.faq-intro__text{font-size:16px;color:var(--text-muted);font-weight:500}
.faq-intro__text a{color:var(--blue);font-weight:700}

.faq-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.faq-cat{padding:9px 20px;border-radius:50px;border:1.5px solid var(--gray-border);background:var(--white);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;font-family:var(--font);color:var(--text-muted)}
.faq-cat:hover{border-color:var(--yellow);color:var(--black)}
.faq-cat.active{background:var(--yellow);border-color:var(--yellow-dark);color:var(--white)}

.faq-list{margin-bottom:40px}
.faq-item{border:1.5px solid var(--gray-border);border-radius:var(--r-lg);margin-bottom:10px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--yellow)}
.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:var(--white);border:none;cursor:pointer;font-size:16px;font-weight:700;color:var(--text);text-align:left;font-family:var(--font);transition:background .2s}
.faq-item__q:hover{background:var(--gray-light)}
.faq-item.open .faq-item__q{background:var(--yellow-light);color:var(--black)}
.faq-item__q svg{flex-shrink:0;transition:transform .3s;color:var(--text-muted)}
.faq-item.open .faq-item__q svg{transform:rotate(180deg);color:var(--black)}
.faq-item__a{display:none;padding:0 22px 20px;background:var(--white)}
.faq-item.open .faq-item__a{display:block}
.faq-item__a p{font-size:15px;color:var(--text-muted);line-height:1.75;font-weight:500;margin:0}

.faq-help{background:var(--yellow-light);border:1.5px solid var(--yellow);border-radius:var(--r-xl);padding:28px 32px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.faq-help__icon{width:60px;height:60px;background:var(--yellow);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}
.faq-help__content{flex:1;min-width:200px}
.faq-help__title{font-size:16px;font-weight:800;margin-bottom:4px}
.faq-help__text{font-size:14px;color:var(--text-muted);font-weight:500}
.faq-help__actions{display:flex;gap:10px;flex-wrap:wrap}
.faq-help__btn{display:inline-flex;align-items:center;padding:11px 22px;border-radius:11px;font-size:14px;font-weight:700;transition:all .2s;font-family:var(--font)}
.faq-help__btn--primary{background:var(--black);color:var(--yellow)}
.faq-help__btn--primary:hover{background:#2a2a2a}
.faq-help__btn--secondary{background:var(--white);color:var(--black);border:1.5px solid var(--gray-border)}
.faq-help__btn--secondary:hover{border-color:var(--black)}

@media(max-width:768px){
  .faq-item__q{font-size:15px;padding:15px 18px}
  .faq-item__a{padding:0 18px 16px}
  .faq-help{flex-direction:column;text-align:center;padding:24px}
  .faq-help__actions{justify-content:center}
}



/* ===== PRIVACY PAGE ===== */
.privacy-wrap{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:start}
.privacy-meta{grid-column:span 2;display:flex;gap:20px;flex-wrap:wrap;margin-bottom:8px}
.privacy-meta__item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted);font-weight:600}
.privacy-meta__item svg{flex-shrink:0;color:var(--yellow-dark)}
.privacy-nav{position:sticky;top:20px;background:var(--gray-light);border-radius:var(--r-lg);padding:22px}
.privacy-nav__title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:14px}
.privacy-nav__list{padding-left:18px;display:flex;flex-direction:column;gap:8px}
.privacy-nav__list li{font-size:14px;font-weight:600}
.privacy-nav__list a{color:var(--text-muted);transition:color .2s}
.privacy-nav__list a:hover{color:var(--blue)}
.privacy-content{min-width:0}
.privacy-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1.5px solid var(--gray-border)}
.privacy-section:last-child{border-bottom:none;margin-bottom:0}
.privacy-section__title{font-size:1.15rem;font-weight:900;margin-bottom:14px;color:var(--black)}
.privacy-section p{font-size:15px;color:#444;line-height:1.8;font-weight:500;margin-bottom:12px}
.privacy-section p:last-child{margin-bottom:0}
.privacy-section a{color:var(--blue);font-weight:600}
.privacy-section a:hover{text-decoration:underline}
.privacy-list{padding-left:20px;margin:10px 0;display:flex;flex-direction:column;gap:8px}
.privacy-list li{font-size:15px;color:#444;line-height:1.6;font-weight:500}
.privacy-list strong{color:var(--black);font-weight:700}
.privacy-note{display:flex;align-items:center;gap:10px;background:#dbeafe;color:#1d4ed8;border-radius:10px;padding:13px 16px;font-size:14px;font-weight:700;margin-top:14px}
.privacy-note svg{flex-shrink:0}
.privacy-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}
.privacy-card{background:var(--gray-light);border-radius:var(--r-lg);padding:18px}
.privacy-card__icon{width:40px;height:40px;background:var(--yellow);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:11px;color:var(--black)}
.privacy-card__title{font-size:14px;font-weight:800;margin-bottom:5px}
.privacy-card__text{font-size:13px;color:var(--text-muted);line-height:1.6;font-weight:500}
.privacy-contact-box{background:var(--gray-light);border-radius:var(--r-lg);padding:18px 20px;margin:14px 0;display:flex;flex-direction:column;gap:10px}
.privacy-contact-box__item{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:600}
.privacy-contact-box__item svg{flex-shrink:0;color:var(--yellow-dark)}
.privacy-contact-box__item a{color:var(--blue)}
@media(max-width:1024px){.privacy-wrap{grid-template-columns:1fr}.privacy-meta{grid-column:1}.privacy-nav{position:static}}
@media(max-width:768px){.privacy-cards{grid-template-columns:1fr}.privacy-meta{flex-direction:column;gap:10px}}
.cabinet-content{min-width:0;width:100%}
.cabinet-content .table-scroll{overflow-x:auto;width:100%;display:block}
.cabinet-content .orders-table{min-width:580px;table-layout:fixed}

.cab-favorites {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px
}
@media(max-width:768px){
    .cab-favorites {
        grid-template-columns:1fr;
    }
}


    .travel-steps {
        padding: 60px 20px;
        margin: 0 auto;
        color: #333;
    }

    .travel-steps__header {
        text-align: center;
        margin-bottom: 50px;
    }

    .travel-steps__title {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #444;
    }

    .travel-steps__subtitle {
        font-size: 18px;
        color: #777;
        font-weight: 400;
    }

    .travel-steps__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .travel-step-card {
        background: #ffffff;
        border: 1px solid #eef2f5;
        padding: 40px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 220px;
    }

    .travel-step-card:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

    .travel-step-card__number {
        position: absolute;
        top: -5px;
        left: 0px;
        font-size: 80px;
        font-weight: 800;
        color: rgb(22 22 79); 
        z-index: 1;
        line-height: 1;
        user-select: none;
    }

    .travel-step-card__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .travel-step-card__icon svg {
        width: 100%;
        height: 100%;
    }

    .travel-step-card__text {
        font-size: 17px;
        line-height: 1.4;
        color: #555;
        position: relative;
        z-index: 2;
        margin: 0;
    }

    /* Адаптивность для мобильных */
    @media (max-width: 768px) {
        .travel-steps__title {
            font-size: 26px;
        }
        .travel-steps__grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 480px) {
        .travel-steps__grid {
            grid-template-columns: 1fr;
        }
    }
    
    
    
    
    .ju-promo-block {
        padding: 50px 0;
        background-color: #ffffff;
        font-family: 'Inter', -apple-system, sans-serif;
    }

    .ju-container {
       
    }

    .ju-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
        gap: 30px;
    }

    /* Сама карточка */
    .ju-card {
        position: relative;
        border-radius: 30px;
        min-height: 420px;
        display: flex;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.06);
        transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.3s ease;
    }

    .ju-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .ju-card--premium { background-color: #f4f8ff; }
    .ju-card--accent { background-color: #fdf8eb; }

    /* Контентная часть */
    .ju-card__content {
        position: relative;
        z-index: 10;
        padding: 30px;
        width: 65%;
        display: flex;
        flex-direction: column;
    }

    .ju-card__badge {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 700;
        color: #2563eb;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }

    .ju-icon-circle {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        margin-bottom: 20px;
    }

    .ju-card__title {
        font-size: 28px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.15;
        margin: 0 0 20px 0;
    }

    .ju-card__desc {
        font-size: 18px;
        color: #475569;
        line-height: 1.6;
        margin-bottom: 30px;
        font-family: 'Nunito';
    }

    /* Список с SVG иконками */
    .ju-card__list {
        list-style: none;
        padding: 0;
    }

    .ju-card__list li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
        color: #334155;
        margin-bottom: 6px;
        font-weight: 500;
        font-family: 'Nunito';
    }

    .ju-card__list li svg {
        width: 18px;
        height: 18px;
        color: #10b981; /* Зеленый цвет для галочек */
    }

    /* Кнопки и Футер */
    .ju-card__footer {
        margin-top: auto;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .ju-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: all 0.2s ease;
    }

    .ju-btn--primary {
        background-color: #2563eb;
        color: #fff;
    }

    .ju-btn--primary:hover {
        background-color: #1d4ed8;
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
    }

    .ju-btn--dark {
        background-color: #0f172a;
        color: #fff;
    }

    .ju-btn--dark:hover {
        background-color: #1e293b;
    }

    .ju-link {
        color: #64748b;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        border-bottom: 1px solid transparent;
        transition: all 0.2s;
    }

    .ju-link:hover {
        color: #0f172a;
        border-bottom-color: #0f172a;
    }

    /* Визуальная часть (Картинки) */
    .ju-card__visual {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 45%;
        z-index: 1;
    }

    .ju-card__visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mask-image: linear-gradient(to left, black 60%, transparent 100%);
        -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
    }

    /* Мобильная адаптация */
    @media (max-width: 1024px) {
        .ju-card__content { width: 75%; }
    }

    @media (max-width: 768px) {
        .ju-grid { grid-template-columns: 1fr; }
        .ju-card { min-height: auto; }
        .ju-card__content { width: 100%; padding: 40px 30px; }
        .ju-card__visual { opacity: 0.2; width: 100%; }
        .ju-card__title { font-size: 28px; }
    }    
    
    
.jb-button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .jb-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 22px;
        background-color: #ffffff;
        color: #1a1a1a; /* Тёмный текст вместо синего */
        text-decoration: none;
        border-radius: 50px; /* Форма пилюли */
        font-family: 'Nunito';
        font-size: 16px;
        font-weight: 600;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        white-space: nowrap; /* СТРОГО В ОДНУ СТРОКУ */
        transition: all 0.2s ease;
    }

    .jb-btn:hover {
        background-color: #fafafa;
        border-color: #cccccc;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    }

    .jb-btn svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0; /* Чтобы иконка не сжималась */
        stroke: #333333;
    }

    /* Если экран совсем маленький, разрешаем кнопкам переходить на новые ряды, но текст внутри не рвется */
    @media (max-width: 480px) {
        .jb-btn {
            font-size: 13px;
            padding: 8px 18px;
        }
    }    
    
    
    
    .hsp-page {
  background: #f0f2f5;
  padding-bottom: 32px;
}
 
/* ── Обёртка слайдера (отступы по бокам = peek) ── */
.hsp-wrap {
  padding: 20px 40px 16px;
  position: relative;
}
 
/* ── Viewport (clip) ── */
.hsp-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  /* peek: показываем чуть-чуть соседних слайдов через padding+margin trick */
}
 
/* ── Track ── */
.hsp-track {
  display: flex;
  /* Каждый слайд чуть уже viewport — через gap создаём peek */
  gap: 16px;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
 
/* ── Слайд ── */
.hsp-slide {
  flex: 0 0 calc(100% - 80px); /* оставляем ~40px с каждой стороны видимыми */
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}
 
/* ── Внутренность слайда ── */
.hsp-slide__inner {
  background-size: cover;
  background-position: center;
  height: 480px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 48px 56px;
  border-radius: 20px;
  transition: transform 6s ease;
}
 
/* Overlay */
.hsp-slide__overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    to right,
    rgb(5 15 45 / 37%) 0%,
    rgb(5 15 45 / 9%)  50%,
    rgb(5 15 45 / 9%)  100%
  );
}
 
/* Контент */
.hsp-slide__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 480px;
}
 
.hsp-tag {
  display: inline-block;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 12px;
  color: #fff;
}
 
.hsp-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #fff;
}
.hsp-title em {
  font-style: normal;
  color: #ff5600;
}
 
.hsp-sub {
  font-size: 15px;
  color: rgba(255,255,255,.82);
  margin: 0 0 22px;
  line-height: 1.5;
}
 
.hsp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ff5600;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.hsp-btn:hover { background: #e07800; transform: translateY(-1px); }
 
/* ── Arrows ── */
.hsp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  border: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
  color: #1a2340;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .15s;
}
.hsp-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.hsp-arrow svg { width: 18px; height: 18px; }
.hsp-arrow--l { left: 8px; }
.hsp-arrow--r { right: 8px; }
 
/* ── Dots ── */
.hsp-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.hsp-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #c8cdd8;
  border: none; cursor: pointer; padding: 0;
  transition: all .2s;
}
.hsp-dot.active {
  background: #ff5600;
  width: 24px;
  border-radius: 4px;
}
 
/* ═══════════ SEARCH CARD ═══════════ */
.hsp-searchcard {
  margin: 0 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,.10);
}
 
.hsp-searchcard__inner {
  padding: 0;
}
 
/* Вкладки */
.hsp-tabs {
  display: flex;
  border-bottom: 2px solid #f0f2f5;
  padding: 0 24px;
  gap: 8px;
}
.hsp-tab {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 4px 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #8892a8;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.hsp-tab svg { width: 15px; height: 15px; }
.hsp-tab.active { color: #ff5600; border-bottom-color: #ff5600; }
.hsp-tab__badge {
  background: #e74c3c;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 2px 5px;
  border-radius: 4px;
}
 
/* Поля формы */
.hsp-fields {
  padding: 8px 16px 16px;
}
 
/* ── Переопределение search_form внутри карточки ── */
.hsp-fields form,
.hsp-fields .search-form {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
 
/* Каждая группа / поле */
.hsp-fields .search-field,
.hsp-fields .form-group,
.hsp-fields .sf-group {
  flex: 1;
  padding: 10px 20px;
  border-right: 1.5px solid #eef0f5;
  min-width: 0;
  position: relative;
}
.hsp-fields .search-field:last-of-type,
.hsp-fields .form-group:last-of-type,
.hsp-fields .sf-group:last-of-type {
  border-right: none;
}
 
/* Иконка поля (добавляем через before на wrapper если есть data-icon) */
.hsp-fields .sf-group--city::before    { content:'✈'; }
.hsp-fields .sf-group--country::before { content:'🌍'; }
.hsp-fields .sf-group--date::before    { content:'📅'; }
.hsp-fields .sf-group--nights::before  { content:'🌙'; }
.hsp-fields .sf-group--tourists::before{ content:'👤'; }
 
/* Лейбл */
.hsp-fields label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #a0a8be;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
  white-space: nowrap;
}
 
/* Иконки в label SVG */
.hsp-fields label svg {
  width: 13px; height: 13px;
  color: #ff5600;
  flex-shrink: 0;
}
 
/* Инпуты / селекты */
.hsp-fields select,
.hsp-fields input[type="text"],
.hsp-fields input[type="date"],
.hsp-fields input[type="number"] {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #1a2340;
  width: 100%;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hsp-fields select option { font-weight: 400; }
 
/* Кнопка поиска */
.hsp-fields button[type="submit"],
.hsp-fields .btn-search,
.hsp-fields .search-submit {
  flex-shrink: 0;
  background: #ff5600;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 14px rgba(255,140,0,.35);
}
.hsp-fields button[type="submit"]:hover { background: #e07800; transform: scale(1.06); }
.hsp-fields button[type="submit"] svg { width: 22px; height: 22px; }
 
/* ── Мобилка ── */
@media (max-width: 900px) {
  .hsp-wrap { padding: 12px 16px 12px; }
  .hsp-slide { flex: 0 0 calc(100% - 0px); }
  .hsp-slide__inner { height: 340px; padding: 28px 24px; }
  .hsp-searchcard { margin: 0 12px; }
  .hsp-fields form,
  .hsp-fields .search-form { flex-wrap: wrap; }
  .hsp-fields .search-field,
  .hsp-fields .form-group,
  .hsp-fields .sf-group {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1.5px solid #eef0f5;
    padding: 10px 14px;
  }
  .hsp-arrow { display: none; }
}





.hsp-fields .search-bar {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  flex-wrap: nowrap;
}

/* ── Разделитель между полями ── */
.hsp-fields .search-bar__sep {
  width: 1.5px;
  height: 40px;
  background: #eef0f5;
  flex-shrink: 0;
}

/* ── Одно поле ── */
.hsp-fields .search-bar__field {
  flex: 1;
  padding: 8px 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Маленькие поля (дата, ночи, туристы) */
.hsp-fields .search-bar__field--sm {
  flex: 0.7;
}

/* ── Лейбл ── */
.hsp-fields .search-bar__field > label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #a0a8be;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 5px;
  white-space: nowrap;
  line-height: 1;
}

/* Иконки в лейблах — через псевдоэлементы на .search-bar__field */
/* Куда — глобус */
.hsp-fields .search-bar__field:nth-child(1) label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 0 1 0 20M12 2a15 15 0 0 0 0 20'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Откуда — самолёт */
.hsp-fields .search-bar__field:nth-child(3) label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M17.8 19.2L16 11l3.5-3.5C21 6 21 4 19.5 2.5S18 2 16.5 3.5L13 7 4.8 5.2C4.3 5.1 3.8 5.5 3.8 6l.9 2c.1.4.4.7.8.8l5.5 1.5-3 4-2-.2c-.4 0-.7.2-.9.5l-.5 1.4c-.2.5.1 1 .6 1.1l2 .5.5 2c.1.5.6.8 1.1.6l1.4-.5c.3-.2.5-.5.5-.9l-.2-2 4-3 1.5 5.5c.1.4.4.7.8.8l2 .9c.5.2 1-.1 1-.7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Курорт — пин */
.hsp-fields #resortField label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Дата — календарь */
.hsp-fields .search-bar__field input[type="date"] ~ label,
.hsp-fields .search-bar__field:has(input[type="date"]) label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Ночи — луна */
.hsp-fields .search-bar__field:has([name="nights_from"]) label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Туристы — человек */
.hsp-fields .search-bar__field:has([name="adults"]) label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5600' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ── Select wrap (убираем дефолтную стрелку) ── */
.hsp-fields .search-bar__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.hsp-fields .search-bar__select-wrap svg {
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  color: #a0a8be;
  pointer-events: none;
  flex-shrink: 0;
}

/* ── Select / input ── */
.hsp-fields .search-bar select,
.hsp-fields .search-bar input[type="date"],
.hsp-fields .search-bar input[type="text"] {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #1a2340;
  width: 100%;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.hsp-fields .search-bar input[type="date"] {
  padding-right: 0;
  color: #1a2340;
}
.hsp-fields .search-bar input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}

/* ── Кнопка поиска ── */
.hsp-fields .search-bar__btn {
  flex-shrink: 0;
  background: #ff5600;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  margin-left: 16px;
  box-shadow: 0 4px 16px rgba(255,140,0,.40);
  font-size: 0; /* скрываем текст НАЙТИ */
}
.hsp-fields .search-bar__btn:hover {
  background: #e07800;
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(255,140,0,.50);
}
/* Иконка поиска внутри кнопки */
.hsp-fields .search-bar__btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* ── Мобилка ── */
@media (max-width: 900px) {
  .hsp-fields .search-bar {
    flex-wrap: wrap;
  }
  .hsp-fields .search-bar__field {
    flex: 0 0 calc(50% - 1px);
    border-bottom: 1.5px solid #eef0f5;
    padding: 10px 14px;
  }
  .hsp-fields .search-bar__field--sm {
    flex: 0 0 calc(50% - 1px);
  }
  .hsp-fields .search-bar__sep {
    display: none;
  }
  .hsp-fields .search-bar__btn {
    width: 100%;
    border-radius: 12px;
    height: 48px;
    margin: 8px 0 0;
    font-size: 14px;
    gap: 8px;
  }
  .hsp-fields .search-bar__btn svg { font-size: 0; }
}

/* Ленивая загрузка — плавное появление */
.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.lazy-img.loaded {
    opacity: 1;
}





/* === GROUPED TOUR CARDS === */
.tour-card--grouped .tour-card__body {
    padding: 14px 16px 0;
}
.tour-variants {
    margin-top: 10px;
    border-top: 1px solid #f0f2f5;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.tour-variant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
    padding: 10px 6px;
    border-bottom: none;
    border-right: 1px solid #f4f5f7;
    text-decoration: none;
    color: inherit;
    transition: background .15s;
    gap: 4px;
}
.tour-variant:last-child {
    border-bottom: none;
    padding-bottom: 14px;
}
.tour-variant:hover {
    background: #fff8e1;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 -8px;
}
.tour-variant__info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}
.tour-variant__date {
    font-size: 13px;
    font-weight: 800;
    color: #1a2340;
    white-space: nowrap;
}
.tour-variant__nights {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff8c00;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.tour-variant__meal {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tour-variant__price {
    font-size: 15px;
    font-weight: 900;
    color: #ff5600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* === VARIANTS HORIZONTAL === */
.tour-variants {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 0 14px;
    border-top: 1px solid #f0f2f5;
    margin-top: 10px;
}
.tour-variant {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px !important;
    border: 1.5px solid #e8e9ec;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: all .15s;
    min-width: 80px;
    margin: 0 !important;
    background: #fff;
}
.tour-variant:hover {
    border-color: #ff8c00;
    background: #fff8e1 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 !important;
}
.tour-variant__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex: unset !important;
}

.tour-variant__date {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
}
.tour-variant__meal {
    font-size: 9px;
    color: #9ca3af;
    text-align: left;
}
.tour-variant__price {
    font-size: 13px;
    font-weight: 900;
    color: #ff5600;
    margin-top: 4px;
}

.tour-variants { justify-content: space-between; }

a.tour-card__name{display:block;color:inherit;text-decoration:none}
a.tour-card__name:hover{color:var(--yellow-dark)}

/* ====== КАРТОЧКА ВЫДАЧИ ПОД ДИЗАЙН СКРИНА ====== */
.results-page .results-grid{grid-template-columns:1fr !important;gap:16px !important}
.results-grid-hotel{display:grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap:16px}
.results-page .tour-card{display:flex;flex-direction:row;align-items:stretch}
.tour-card__img{width:260px;min-width:260px;height:auto;min-height:240px;padding:10px;}
.tour-card__body{flex:1;display:flex;flex-direction:column;padding:18px 20px}
.tour-card__name{font-size:19px;font-weight:800;margin-bottom:6px;-webkit-line-clamp:1}
.tour-card__stars{margin-bottom:6px}
.tour-card__location{font-size:13px;margin-bottom:8px}

/* мета-строка: виліт, пляж, заброньовано */
.tc-meta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:8px;font-size:13px;color:#4b5563;font-weight:600}
.tc-meta-row .tc-mi{display:flex;align-items:center;gap:5px}
.tc-meta-row svg{width:14px;height:14px;flex-shrink:0;color:#9ca3af}
.tc-room{font-size:13px;color:#1a2340;font-weight:700;margin-bottom:4px}
.tc-amen{font-size:12px;color:#0ea5e9;font-weight:600;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}

/* оценка справа вверху */
.tc-rating-box{position:absolute;top:18px;right:20px;text-align:right}
.tc-rating-badge{display:inline-block;background:#1e3a8a;color:#fff;font-size:16px;font-weight:900;padding:6px 12px;border-radius:10px}
.tc-rating-label{font-size:12px;color:#4b5563;font-weight:700;margin-top:2px}
.tc-rating-reviews{font-size:11px;color:#9ca3af}

/* варианты в ряд по 3 */
.tour-variants{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #f0f2f5}
.tour-variant{display:flex !important;flex-direction:column;align-items:stretch;padding:12px !important;border:1.5px solid #e8e9ec;border-radius:12px;gap:6px}
.tour-variant:hover{border-color:#ff8c00;background:#fffaf3;margin:0}
.tv-head{display:flex;align-items:center;justify-content:space-between;gap:6px}
.tour-variant__date{font-size:13px;font-weight:800;color:#1a2340}
.tour-variant__nights{font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:2px 8px;border-radius:20px}
.tv-sub{font-size:11px;color:#6b7280;font-weight:600}
.tour-variant__meal{font-size:11px;color:#6b7280;font-weight:700}

/* кэшбэк-блок в варианте */
.cb-total{font-size:12px;color:#4b5563;font-weight:600;display:flex;justify-content:space-between;margin-top:4px}
.cb-total-val{font-weight:800;color:#1a2340}
.cb-back{font-size:12px;color:#16a34a;font-weight:600;display:flex;justify-content:space-between}
.cb-back-val{font-weight:800}
.cb-final{font-size:11px!important;color:#dc2626;font-weight:900;display:flex;justify-content:space-between;align-items:center;gap:3px;margin-top:6px;padding-top:6px;border-top:1px dashed #e5e7eb}

@media(max-width:767px){
  .tour-card{flex-direction:column}
  .tour-card__img{width:100%;min-width:0;height:180px;min-height:0}
  .results-page .tour-card{flex-direction:column;}
  .tc-rating-box{position:static;text-align:left;margin-bottom:8px}
  /* 3 варианта в ряд компактно */
  .tour-variants{grid-template-columns:repeat(auto-fit,minmax(0,1fr)) !important;gap:5px}
  .tour-variant{padding:7px 4px !important;gap:3px;border-radius:8px}
  .tour-variant__date{font-size:11px !important}
  .tour-variant__nights{font-size:9px !important;padding:1px 5px}
  .tv-sub{font-size:9px !important;line-height:1.2}
  .tour-variant__meal{font-size:9px !important}
  .cb-total{font-size:9px !important}
  .cb-total-val{font-size:10px !important}
  .cb-back{font-size:9px !important}
  .cb-final{font-size:12px !important;margin-top:4px;padding-top:4px}
}

.star-name{
	display: flex;
    gap: 20px;
}
/* переваги-бейджи в карточке */
.tc-adv{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.tc-adv-badge{font-size:11px;font-weight:700;color:#0369a1;background:#e0f2fe;border-radius:8px;padding:4px 10px;white-space:nowrap}

/* Компактные варианты на мобилке — 3 в ряд */
@media(max-width:767px){
  .tour-variant .cb-total .cb-lbl,.tour-variant .cb-final .cb-lbl{display:none}
  .tour-variant .cb-back .cb-lbl{display:inline;font-size:9px;color:#16a34a;font-weight:700;margin-right:3px}
  .tour-variant .cb-total,.tour-variant .cb-back,.tour-variant .cb-final{display:flex;justify-content:center;align-items:center;gap:3px}
  .tour-variant__date{font-size:11px !important}
  .tv-sub{font-size:9px !important;color:#9ca3af;text-align:center}
  .tour-variant__meal{font-size:9px !important;text-align:center}
  .cb-total-val{font-size:12px !important;font-weight:800;color:#1a2340}
  .cb-back-val{font-size:11px !important;color:#16a34a}
  .cb-final-val{font-size:13px !important;color:#dc2626;font-weight:900}
}

/* Дата сверху, бейдж ночей под ней по центру (мобилка) */
@media(max-width:767px){
  .tour-variant .tv-head{flex-direction:column;align-items:center;gap:3px}
  .tour-variant__date{text-align:center}
  .tour-variant__nights{font-size:9px !important}
}
