 :root{

  --bg:#F8FAFC;
  --surface:#ffffff;
  --surface-2:#F8FAFC;
  --ink:#1D2B4F;
  --muted:#A0ABC0;
  --line:rgba(29,43,79,.12);
  --shadow:0 18px 40px rgba(29,43,79,.10);
  --shadow-2:0 10px 22px rgba(29,43,79,.08);
   --radius:18px;
   --radius-sm:12px;
 --navy:#1D2B4F;
 --navy-2:#1D2B4F;
   --blue:#1f6feb;
   --blue-2:#2b86ff;
   --green:#2ca24c;
   --danger:#d23c3c;
   --focus:0 0 0 4px rgba(31,111,235,.22);
   --container:1180px;
 }
 
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

 *{box-sizing:border-box}
 html,body{height:100%}
 body{
   margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
   color:var(--ink);
   background:var(--bg);
 }
 a{color:inherit;text-decoration:none}
 button,input,select,textarea{font:inherit}
 img{max-width:100%;display:block}
 
 .container{
   width:100%;
   max-width:var(--container);
   margin:0 auto;
   padding:0 20px;
 }
 
body[data-page="tours"] .main .container{max-width:1400px}

body[data-page="countries"] .main .container{max-width:1400px}

body[data-page="about"] .main .container{max-width:1280px}

 .site{
   min-height:100%;
   display:flex;
   flex-direction:column;
 }
 .main{flex:1}
 
.header{
  position:absolute;
  inset:0 0 auto 0;
  z-index:20;
  color:#fff;
}
 .header__bar{
   display:grid;
   grid-template-columns:260px 1fr 320px;
   align-items:center;
   gap:18px;
   padding:0 0 18px;
 }
 .brand{
   display:flex;
   align-items:center;
   gap:12px;
   min-width:0;
 }
 .brand__mark{
  width:300px;
  height:106px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  padding: 8px;
  border:0;
  margin-top:4px;
  margin-left:-40px;
 }
.brand__mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform: translateY(-42px) scale(1.2);
}
 .brand__name{
   display:flex;
   flex-direction:column;
   line-height:1.05;
 }
 .brand__name strong{
   font-size:16px;
   letter-spacing:.3px;
 }
 .brand__name span{
   font-size:11px;
  color:var(--muted);
   letter-spacing:.8px;
 }
 
 .nav{
   display:flex;
   align-items:center;
   justify-content:center;
   gap:26px;
   min-width:0;
   margin-top:38px;
 }
.nav__inner{display:contents}
.nav__mobile-contact{display:none}
.hamburger{display:none}
.mobile-overlay{display:none}
 .nav a{
   font-size:13px;
  font-weight:400;
   white-space:nowrap;
   position:relative;
   padding:8px 2px;
 }
 .nav a[aria-current="page"]{
  font-weight:400;
 }
 .nav a[aria-current="page"]::after{
   content:"";
   position:absolute;
   left:0;
   right:0;
   bottom:-8px;
   height:2px;
   border-radius:999px;
 background:#fff;
 }
 
 .header__right{
   display:flex;
   align-items:center;
   justify-content:flex-end;
   gap:12px;
   margin-top:38px;
 }
 .social{
   display:flex;
   align-items:center;
   gap:10px;
 }
 .social a{
   width:34px;
   height:34px;
   border-radius:999px;
   display:grid;
   place-items:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
 }
.social svg{width:17px;height:17px;fill:#fff;opacity:1}
.social img{width:17px;height:17px;object-fit:contain;display:block}
 
 .contact-pill{
   display:flex;
   flex-direction:column;
   align-items:flex-start;
   gap:2px;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
 }
 .contact-pill strong{
   font-size:13px;
   letter-spacing:.2px;
  color:#fff;
  font-weight:700;
 }
 .contact-pill span{
   font-size:11px;
  opacity:1;
  color:rgba(255,255,255,.86);
  white-space:nowrap;
 }
 
 .hero{
   position:relative;
   color:#fff;
  padding:clamp(120px, 12vw, 140px) 0 0;
  min-height: 440px;
  display: flex;
  flex-direction: column;
 }
 .hero .container {
   max-width: var(--container) !important;
 }
.hero--short{
  min-height: 440px;
}
 .hero::before{
   content:"";
   position:absolute;
   inset:0;
   background:
     radial-gradient(900px 420px at 20% 35%, rgba(31,111,235,.22), transparent 55%),
     linear-gradient(90deg, rgba(6,28,48,.72), rgba(6,28,48,.20) 60%, rgba(6,28,48,.05)),
     linear-gradient(180deg, rgba(6,28,48,.55), rgba(6,28,48,.15) 45%, rgba(243,246,251,1) 100%);
   z-index:1;
 }
 .hero__bg{
   position:absolute;
   inset:0;
   background-position:center;
   background-size:cover;
   z-index:0;
 }
 .hero__content{
   position:relative;
   z-index:2;
   padding-bottom:26px;
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
 .hero__title{
   margin:0;
   font-size:54px;
   line-height:1.05;
   letter-spacing:-.6px;
 }
 .hero__lead{
   margin:14px 0 18px;
   max-width:520px;
   font-size:22px;
   opacity:.92;
   line-height: 1.3;
 }

 body[data-page="home"] .contact-pill{
   padding:0;
   background:transparent;
   border:0;
   backdrop-filter:none;
   align-items:flex-end;
   text-align:right;
 }
 body[data-page="home"] .contact-pill strong{font-size:14px}
 body[data-page="home"] .contact-pill span{font-size:12px;opacity:.9}
 
 body[data-page="home"] .hero::before{display:none}
body[data-page="home"] .hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.16);
  z-index:1;
}
 body[data-page="home"] .hero__title,
 body[data-page="home"] .hero__lead{ text-shadow:0 10px 28px rgba(0,0,0,.32) }
 body[data-page="home"] .hero__lead{ font-size:18px; max-width:620px }
 
 body[data-page="home"] .hero__badges{
   gap:0;
   margin-top:22px;
   padding-bottom:18px;
 }
 body[data-page="home"] .badge{
   padding:0 16px;
   border-radius:0;
   background:transparent;
   border:0;
   backdrop-filter:none;
   align-items:center;
 }
 body[data-page="home"] .badge:not(:last-child){
   border-right:1px solid rgba(255,255,255,.62);
 }
 body[data-page="home"] .badge__icon{
   width:30px;
   height:30px;
   border-radius:0;
   background:transparent;
 }
 body[data-page="home"] .badge__icon svg{width:22px;height:22px}
 body[data-page="home"] .badge__text strong{font-size:13px;color:#fff}
 body[data-page="home"] .badge__text span{font-size:12px;opacity:.92;color:rgba(255,255,255,.92)}
 
 .btn{
   display:inline-flex;
   align-items:center;
   justify-content:center;
   gap:10px;
   height:42px;
   padding:0 18px;
  border-radius:14px;
   border:1px solid transparent;
   cursor:pointer;
   user-select:none;
  font-weight:700;
  letter-spacing:.2px;
  transition:transform .14s ease, filter .14s ease, box-shadow .14s ease;
 }
 .btn--primary{
 background:var(--navy);
   color:#fff;
 box-shadow:0 14px 30px rgba(29,43,79,.24);
 }
.btn--primary:hover{filter:brightness(1.04);transform:translateY(-1px)}
.btn--primary:active{transform:translateY(0)}
 .btn--ghost{
   background:rgba(255,255,255,.10);
   border-color:rgba(255,255,255,.18);
   color:#fff;
   backdrop-filter:blur(10px);
 }
 .btn--outline{
   background:transparent;
   border-color:rgba(11,28,43,.18);
   color:var(--ink);
 }
 .btn:focus-visible{outline:none;box-shadow:var(--focus)}
.btn--nowrap{white-space:nowrap}
 
 /* Site Pagination */
 .site-pagination {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   margin-top: 32px;
   padding-bottom: 16px;
 }
 .site-page-btn {
   width: 40px;
   height: 40px;
   border-radius: 12px;
   border: 1px solid var(--line);
   background: #fff;
   color: var(--ink);
   cursor: pointer;
   font-weight: 600;
   display: grid;
   place-items: center;
   transition: all 0.2s;
 }
 .site-page-btn:hover:not(:disabled) {
   background: var(--bg);
 }
 .site-page-btn.active {
   background: var(--navy);
   color: #fff;
   border-color: var(--navy);
 }
 .site-page-btn:disabled {
   opacity: 0.5;
   cursor: not-allowed;
 }

 .hero__badges{
   display:grid;
   grid-template-columns:repeat(4, minmax(0,1fr));
   gap:14px;
   margin-top:18px;
   padding-bottom:10px;
 }
 .badge{
   display:flex;
   gap:12px;
   align-items:flex-start;
   padding:12px 12px;
   border-radius:16px;
   background:rgba(255,255,255,.10);
   border:1px solid rgba(255,255,255,.18);
   backdrop-filter:blur(10px);
 }
 .badge__icon{
   width:34px;
   height:34px;
   border-radius:12px;
   display:grid;
   place-items:center;
   background:rgba(255,255,255,.12);
 }
 .badge__icon svg{width:18px;height:18px;fill:#fff;opacity:.95}
 .badge__text{min-width:0}
 .badge__text strong{display:block;font-size:12px;line-height:1.1}
 .badge__text span{display:block;font-size:11px;opacity:.82;margin-top:3px;line-height:1.15}
 
 .section{
   padding:26px 0;
 }
 .section__head{
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:12px;
   margin-bottom:14px;
 }
 .section__title{
   margin:0;
   font-size:18px;
   letter-spacing:-.2px;
 }
 .link-arrow{
   display:inline-flex;
   align-items:center;
   gap:8px;
   font-size:12px;
   color:var(--navy-2);
 }
 .link-arrow svg{width:14px;height:14px;fill:var(--navy-2)}
 
 .cards{
   display:grid;
   grid-template-columns:repeat(6, minmax(0,1fr));
   gap:14px;
 }
 
 .card{
   position:relative;
   overflow:hidden;
   border-radius:16px;
   background:#0b1c2b;
  height:230px;
   box-shadow:var(--shadow-2);
 }
 .card__bg{
   position:absolute;
   inset:0;
   background-position:center;
   background-size:cover;
   transform:scale(1.02);
 }
 .card::after{
   content:"";
   position:absolute;
   inset:auto 0 0 0;
  height:126px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82));
 }
 .card__body{
   position:absolute;
   inset:auto 12px 12px 12px;
   z-index:1;
   color:#fff;
  text-shadow:0 10px 22px rgba(0,0,0,.55);
 }
.card__name{margin:0;font-weight:800;font-size:15px;letter-spacing:-.2px}
 .card__meta{
   margin-top:6px;
   display:flex;
   gap:10px;
  font-size:12px;
  opacity:1;
   flex-wrap:wrap;
 }
 .meta-pill{
   display:inline-flex;
   align-items:center;
   gap:6px;
 }
 .meta-pill svg{width:12px;height:12px;fill:#fff;opacity:.95}
 
 .grid-2{
   display:grid;
   grid-template-columns:1.35fr .85fr;
   gap:16px;
 }
 
 .panel{
   border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-2);
 }
 .panel__body{padding:16px}
 .panel__title{
   margin:0 0 10px;
   font-size:14px;
   letter-spacing:-.15px;
  font-weight:700;
 }
 .panel__muted{color:var(--muted);font-size:12px;line-height:1.35}
 
 .cta-wide{
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:16px;
   padding:16px 16px;
   border-radius:18px;
  background:#fff;
   border:1px solid var(--line);
   box-shadow:var(--shadow-2);
 }
.cta-wide--home{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:18px;
  padding:18px;
 }
.cta-home__intro{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:0 1 380px;
 }
.cta-home__suitcase{
  width:96px;
  height:auto;
  flex:0 0 auto;
 }
.cta-home__copy{min-width:0}
.cta-home__title{
 font-size:18px;
  font-weight:800;
  letter-spacing:-.2px;
  color:var(--navy);
  line-height:1.1;
 }
.cta-home__text{
  margin-top:6px;
  font-size:13px;
  color:var(--ink);
  line-height:1.35;
 }
.cta-home__flow{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:1 1 auto;
  flex-wrap:nowrap;
 }
.cta-home__step{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
  flex:1 1 0;
 }
.cta-home__stepText{max-width:220px}
.cta-home__icon{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(11,28,43,.12);
  box-shadow:0 10px 18px rgba(11,28,43,.06);
  flex:0 0 auto;
 }
.cta-home__icon svg{width:18px;height:18px;fill:var(--navy)}
.cta-home__stepText strong{
  display:block;
  font-size:13px;
  color:var(--ink);
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
 }
.cta-home__stepText span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:3px;
  line-height:1.25;
 }
.cta-home__arrow{
  font-size:20px;
  color:rgba(11,28,43,.45);
  line-height:1;
  margin:0 2px;
  user-select:none;
 }
 .cta-wide--home > .btn{
   margin-left:auto;
 }
 .cta-wide__left{
   display:flex;
   align-items:center;
   gap:14px;
   min-width:0;
 }
 .cta-wide__icon{
   width:56px;
   height:56px;
   border-radius:16px;
   display:grid;
   place-items:center;
   background:linear-gradient(180deg, rgba(31,111,235,.12), rgba(11,42,71,.06));
   border:1px solid rgba(31,111,235,.14);
 }
 .cta-wide__copy{min-width:0}
 .cta-wide__copy strong{display:block;font-size:13px;margin-bottom:3px}
 .cta-wide__copy span{display:block;font-size:11px;color:var(--muted);line-height:1.25}
 .cta-wide__steps{
   display:flex;
   align-items:center;
   gap:14px;
   color:var(--muted);
   font-size:11px;
   flex-wrap:wrap;
 }
 .cta-wide__step{display:flex;align-items:center;gap:8px}
 .cta-wide__step svg{width:18px;height:18px;fill:var(--muted);opacity:.9}
 
 .breadcrumbs{
   display:flex;
   align-items:center;
   gap:10px;
   font-size:11px;
   opacity:.92;
   margin-top:12px;
 }
 .breadcrumbs a{opacity:.92}
 .breadcrumbs span{opacity:.75}
 
 .page{
   position:relative;
   margin-top:-10px;
   background:var(--bg);
   border-top-left-radius:28px;
   border-top-right-radius:28px;
 }
body[data-page="home"]{background:#fff}
body[data-page="home"] .page{background:#fff;margin-top:0}
 
 .toolbar{
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:12px;
   padding:12px 0;
 }
.toolbar--tours{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0 10px;
}
.toolbar--tours .tours-sort{
  flex:0 0 auto;
}
.toolbar--tours #tours-chips{
  flex:1 1 auto;
  min-width:0;
}
.toolbar--tours .tours-sort label{color:var(--navy);font-weight:800}
.toolbar--tours .tours-sort .control select{
  background:rgba(23,51,88,.06);
  border-color:rgba(23,51,88,.18);
}
 .chips{
   display:flex;
   align-items:center;
   gap:10px;
   flex-wrap:wrap;
 }
.chips--nowrap{
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden;
  padding-bottom:6px;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.chips--nowrap::-webkit-scrollbar{display:none}
.chips--nowrap .chip{flex:0 0 auto}
 .chip{
   display:inline-flex;
   align-items:center;
   gap:8px;
   height:34px;
   padding:0 14px;
   border-radius:999px;
   border:1px solid var(--line);
   background:#fff;
   box-shadow:0 8px 18px rgba(11,28,43,.06);
   font-size:12px;
   color:var(--ink);
   cursor:pointer;
 }
 .chip svg{width:14px;height:14px;fill:var(--muted)}
 .chip[aria-pressed="true"]{
   background:linear-gradient(180deg, var(--navy-2), var(--navy));
   border-color:rgba(255,255,255,.10);
   color:#fff;
 }
 .chip[aria-pressed="true"] svg{fill:#fff}
 
 .field{
   display:flex;
   flex-direction:column;
   gap:6px;
 }
 .field label{
   font-size:11px;
   color:var(--muted);
 }
 .control{
   position:relative;
   display:flex;
   align-items:center;
   gap:10px;
   background:#fff;
   border:1px solid var(--line);
   border-radius:12px;
   padding:10px 12px;
 }
 .control svg{width:16px;height:16px;fill:var(--muted)}
 .control input,
 .control select,
 .control textarea{
   border:0;
   outline:none;
   flex:1;
   min-width:0;
   background:transparent;
   color:var(--ink);
   font-size:12px;
 }
 .control textarea{resize:none;min-height:44px}
 .control:focus-within{box-shadow:var(--focus);border-color:rgba(31,111,235,.42)}
 
 .form-grid{
   display:grid;
   grid-template-columns:repeat(2, minmax(0,1fr));
   gap:12px;
 }
 .form-grid .span-2{grid-column:1 / -1}
 
 .submitbar{
   display:flex;
   flex-direction:column;
   gap:10px;
   margin-top:12px;
 }
 .submitbar__btn{
   height:48px;
   border-radius:12px;
   font-weight:600;
 }
 .hint{
   display:flex;
   align-items:center;
   justify-content:center;
   gap:8px;
   color:var(--muted);
   font-size:11px;
 }
 .hint svg{width:14px;height:14px;fill:var(--muted)}
 
 .list-steps{
   display:flex;
   flex-direction:column;
   gap:12px;
 }
 .step{
   display:grid;
   grid-template-columns:34px 1fr;
   gap:12px;
   padding:10px 0;
   border-top:1px solid rgba(11,28,43,.10);
 }
 .step:first-child{border-top:0}
 .step__icon{
   width:34px;
   height:34px;
   border-radius:14px;
   display:grid;
   place-items:center;
   background:rgba(31,111,235,.08);
   border:1px solid rgba(31,111,235,.14);
 }
 .step__icon svg{width:18px;height:18px;fill:var(--navy-2);opacity:.95}
 .step__text strong{display:block;font-size:12px}
 .step__text span{display:block;font-size:11px;color:var(--muted);margin-top:3px;line-height:1.25}
 
.label-icon{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
}
.label-icon svg{width:18px;height:18px;fill:var(--navy-2)}

body[data-page="pick"] #pick-form label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
}
body[data-page="pick"] #pick-form .control{
  background:rgba(23,51,88,.03);
  border-color:rgba(23,51,88,.18);
  border-radius:14px;
  padding:12px 14px;
}
body[data-page="pick"] #pick-form .control input,
body[data-page="pick"] #pick-form .control select,
body[data-page="pick"] #pick-form .control textarea{
  font-size:14px;
}
body[data-page="pick"] #pick-form .control select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  padding-right:42px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23173358' d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:16px 16px;
}
body[data-page="pick"] #pick-form .control select::-ms-expand{display:none}
body[data-page="pick"] #pick-form .control textarea{min-height:84px}
body[data-page="pick"] #pick-form .submitbar__btn{
  height:62px;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
}
body[data-page="pick"] #pick-form .hint{font-size:12px}

body[data-page="pick"] .benefits-bar{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  background:rgba(11,28,43,.06);
  border:1px solid rgba(11,28,43,.12);
  border-radius:20px;
  overflow:hidden;
}
body[data-page="pick"] .benefit{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:18px 16px;
}
body[data-page="pick"] .benefit::before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:1px;
  background:rgba(11,28,43,.16);
}
body[data-page="pick"] .benefit:first-child::before{display:none}
body[data-page="pick"] .benefit__icon{
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(11,28,43,.10);
  flex:none;
}
body[data-page="pick"] .benefit__icon svg{width:22px;height:22px;fill:var(--navy)}
body[data-page="pick"] .benefit__text strong{display:block;font-size:14px;color:var(--navy);line-height:1.15}
body[data-page="pick"] .benefit__text span{display:block;font-size:12px;color:var(--ink);margin-top:5px;line-height:1.3}

body[data-page="pick"] .howitworks{
  position:relative;
  overflow:hidden;
  background-image:url("../фотки_туры/фон_подобрать_тур.png");
  background-size:cover;
  background-position:center;
  border:1px solid rgba(255,255,255,.18);
}
body[data-page="pick"] .howitworks::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(7,21,36,.55);
}
body[data-page="pick"] .howitworks .panel__body{position:relative;z-index:1}
body[data-page="pick"] .howitworks .panel__title{color:#fff;font-size:16px}
body[data-page="pick"] .howitworks .step{border-top:1px solid rgba(255,255,255,.18)}
body[data-page="pick"] .howitworks .step__icon{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
body[data-page="pick"] .howitworks .step__icon svg{fill:#fff;opacity:1}
body[data-page="pick"] .howitworks .step__text strong{color:#fff;font-size:14px}
body[data-page="pick"] .howitworks .step__text span{color:rgba(255,255,255,.82);font-size:12px}

 .features-strip{
   display:grid;
   grid-template-columns:repeat(4, minmax(0,1fr));
   gap:12px;
   padding:14px 0 6px;
 }
.features-strip--home{
  gap:0;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
 }
 .feature{
   display:flex;
   align-items:flex-start;
   gap:10px;
   padding:12px 12px;
   border-radius:16px;
   background:#fff;
   border:1px solid var(--line);
 }
.features-strip--home .feature{
  border-radius:0;
  background:transparent;
  border:0;
  padding:18px 18px;
  position:relative;
 }
.features-strip--home .feature::before{
  content:"";
  position:absolute;
  left:0;
  top:20px;
  bottom:20px;
  width:1px;
  background:rgba(11,28,43,.22);
}
.features-strip--home .feature:nth-child(4n+1)::before{display:none}
.features-strip--home .feature__icon{
  width:48px;
  height:48px;
  border-radius:0;
  background:transparent;
  border:0;
 }
.features-strip--home .feature__icon svg{width:26px;height:26px;fill:var(--navy)}
.features-strip--home .feature__text strong{color:var(--navy);font-size:16px}
.features-strip--home .feature__text span{color:var(--ink);font-size:13px;opacity:1}
 .feature__icon{
   width:36px;
   height:36px;
   border-radius:14px;
   display:grid;
   place-items:center;
   background:rgba(31,111,235,.07);
   border:1px solid rgba(31,111,235,.12);
 }
 .feature__icon svg{width:18px;height:18px;fill:var(--navy-2)}
 .feature__text strong{display:block;font-size:12px}
 .feature__text span{display:block;font-size:11px;color:var(--muted);margin-top:3px;line-height:1.22}
 
 .tour-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
   gap:14px;
   padding-top:10px;
 }
 .tour-card{
   grid-column:span 1;
  height:360px;
   border-radius:18px;
   overflow:hidden;
   position:relative;
   background:#071524;
   box-shadow:var(--shadow);
 }
 .tour-card__bg{
   position:absolute;
   inset:0;
   background-size:cover;
   background-position:center;
 }
 .tour-card::before{
   content:"";
   position:absolute;
   inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.82));
 }
 .tour-card__top{
   position:absolute;
   inset:10px 10px auto 10px;
   display:flex;
   align-items:center;
   justify-content:space-between;
   z-index:1;
 }
 .tag{
   display:inline-flex;
   align-items:center;
   height:22px;
   padding:0 10px;
   border-radius:999px;
   font-size:10px;
   font-weight:600;
   color:#fff;
   background:rgba(255,255,255,.20);
   border:1px solid rgba(255,255,255,.22);
 }
 .tag--hot{background:rgba(215,72,72,.75);border-color:rgba(255,255,255,.14)}
 .tag--pop{background:rgba(54,177,90,.75);border-color:rgba(255,255,255,.14)}
 .tag--new{background:rgba(245,161,45,.80);border-color:rgba(255,255,255,.14)}
 
 .fav{
   width:30px;
   height:30px;
   border-radius:999px;
   background:rgba(255,255,255,.16);
   border:1px solid rgba(255,255,255,.20);
   display:grid;
   place-items:center;
   cursor:pointer;
 }
 .fav svg{width:16px;height:16px;fill:#fff;opacity:.9}
 .fav[aria-pressed="true"]{background:rgba(255,255,255,.28)}
 
 .tour-card__body{
   position:absolute;
   inset:auto 12px 12px 12px;
   z-index:1;
   color:#fff;
  text-shadow:0 12px 26px rgba(0,0,0,.55);
 }
 .tour-card__title{
   margin:0;
  font-size:18px;
   letter-spacing:-.2px;
  line-height:1.15;
 }
 .tour-card__price{
   margin-top:6px;
  font-size:13px;
  opacity:1;
 }
 .tour-card__line{
   margin-top:8px;
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:10px;
 }
 .tour-card__info{
   display:flex;
   gap:12px;
  font-size:12px;
  opacity:1;
   flex-wrap:wrap;
 }
.tour-card__info .meta-pill{
  white-space:nowrap;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  padding:4px 8px;
  border-radius:999px;
}
.tour-card__btn{white-space:nowrap}
 .tour-card__btn{
   height:30px;
   padding:0 12px;
   border-radius:10px;
   background:#fff;
   color:var(--navy-2);
   border:0;
  font-size:12px;
   cursor:pointer;
   display:inline-flex;
   align-items:center;
   gap:8px;
 }
 .tour-card__btn svg{width:14px;height:14px;fill:var(--navy-2)}

.cta-wide--tours{
  padding:26px 26px;
  border-radius:24px;
  background:linear-gradient(90deg, #f6fbff, #eef5ff);
  border:1px solid rgba(11,28,43,.12);
  box-shadow:0 18px 40px rgba(11,28,43,.10);
}
.cta-tours__left{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.cta-tours__suitcase{
  width:118px;
  height:auto;
  flex:0 0 auto;
}
.cta-tours__copy{min-width:0}
.cta-tours__copy strong{
  display:block;
  font-size:22px;
  letter-spacing:-.3px;
  color:var(--navy);
  line-height:1.1;
}
.cta-tours__copy span{
  display:block;
  margin-top:8px;
  font-size:14px;
  color:var(--ink);
  line-height:1.35;
}
.cta-tours__steps{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--navy);
  font-size:16px;
  flex-wrap:nowrap;
}
.cta-tours__step{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  color:var(--navy);
  white-space:nowrap;
}
.cta-tours__step svg{width:24px;height:24px;fill:var(--navy)}

.cta-wide--countries{
  padding:26px 26px;
  border-radius:24px;
  background:linear-gradient(90deg, #f6fbff, #eef5ff);
  border:1px solid rgba(11,28,43,.12);
  box-shadow:0 18px 40px rgba(11,28,43,.10);
  gap:18px;
}
.cta-countries__left{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.cta-countries__suitcase{
  width:112px;
  height:auto;
  flex:0 0 auto;
}
.cta-countries__copy{min-width:0}
.cta-countries__copy strong{
  display:block;
  font-size:22px;
  letter-spacing:-.3px;
  color:var(--navy);
  line-height:1.1;
}
.cta-countries__copy span{
  display:block;
  margin-top:8px;
  font-size:14px;
  color:var(--ink);
  line-height:1.35;
}
.cta-countries__steps{
  display:flex;
  align-items:flex-start;
  gap:22px;
  flex-wrap:nowrap;
}
.cta-countries__step{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  min-width:140px;
  text-align:center;
  color:var(--navy);
  font-weight:800;
  font-size:14px;
}
.cta-countries__step svg{width:28px;height:28px;fill:var(--navy)}
.btn--countries{height:48px;padding:0 22px;border-radius:16px}
 
 .searchbar{
   display:flex;
   justify-content:flex-end;
   padding:12px 0;
 }
 .searchbar .control{width:320px}
 
 .country-grid{
   display:grid;
   grid-template-columns:repeat(6, minmax(0,1fr));
   gap:14px;
 }
body[data-page="countries"] .country-grid{margin-top:26px;gap:22px}
 .country-card{
   grid-column:span 1;
  height:250px;
   border-radius:18px;
   overflow:hidden;
   position:relative;
   background:#071524;
   box-shadow:var(--shadow-2);
 }
 .country-card__bg{
   position:absolute;
   inset:0;
   background-size:cover;
   background-position:center;
 }
 .country-card::after{
   content:"";
   position:absolute;
   inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.84));
 }
 .country-card__body{
   position:absolute;
   inset:auto 12px 12px 12px;
   color:#fff;
   z-index:1;
 }
.country-card__body{ text-shadow:0 12px 26px rgba(0,0,0,.55) }
.country-card__body strong{display:block;font-size:16px;margin-bottom:6px;letter-spacing:-.2px}
.country-card__body span{display:block;font-size:12px;opacity:1;line-height:1.25;max-width:240px}
 .country-card__action{
   margin-top:8px;
   display:inline-flex;
   align-items:center;
   gap:8px;
   font-size:10px;
   opacity:.95;
 }
 .country-card__action svg{width:14px;height:14px;fill:#fff;opacity:.95}
 
 .about-hero-kicker{
   margin-top:6px;
   font-size:16px;
   font-style:italic;
   opacity:.92;
 }
 
 .two-col{
   display:grid;
   grid-template-columns:1.05fr .95fr;
   gap:16px;
   align-items:start;
 }
 
 .about-main{
   display:grid;
   grid-template-columns:1fr 1fr;
   gap:16px;
   align-items:start;
 }
 .about-main__copy{
   padding:8px 0;
 }
 .about-main__copy h2{
   margin:0 0 10px;
   font-size:20px;
   letter-spacing:-.2px;
 }
 .about-main__copy p{
   margin:0 0 10px;
   color:var(--muted);
   font-size:12px;
   line-height:1.5;
 }
 
 .photo{
   border-radius:18px;
   overflow:hidden;
   border:1px solid var(--line);
   box-shadow:var(--shadow-2);
 }
 .photo img{width:100%;height:100%;object-fit:cover}
 
 .why{
   display:grid;
   grid-template-columns:repeat(2, minmax(0,1fr));
   gap:12px;
 }
 .why-card{
   padding:12px 12px;
   border-radius:18px;
   background:var(--surface);
   border:1px solid var(--line);
   box-shadow:0 10px 20px rgba(11,28,43,.06);
   display:flex;
   gap:12px;
 }
 .why-card__icon{
   width:36px;
   height:36px;
   border-radius:14px;
   display:grid;
   place-items:center;
   background:rgba(31,111,235,.07);
   border:1px solid rgba(31,111,235,.12);
 }
 .why-card__icon svg{width:18px;height:18px;fill:var(--navy-2)}
 .why-card__text strong{display:block;font-size:12px}
 .why-card__text span{display:block;font-size:11px;color:var(--muted);margin-top:3px;line-height:1.25}
 
 .visa{
   margin-top:16px;
   display:grid;
   grid-template-columns:1.1fr .9fr;
   gap:16px;
   padding:16px;
 }
 .visa h3{margin:0 0 8px;font-size:14px}
 .visa p{margin:0 0 10px;color:var(--muted);font-size:11px;line-height:1.4}
 .checklist{
   margin:0;
   padding:0;
   list-style:none;
   display:grid;
   grid-template-columns:repeat(2, minmax(0,1fr));
   gap:8px 14px;
 }
 .checklist li{
   display:flex;
   align-items:center;
   gap:8px;
   font-size:11px;
   color:var(--muted);
 }
 .checklist svg{width:14px;height:14px;fill:var(--green)}
 
 .stats{
   padding:16px;
   display:grid;
   grid-template-columns:repeat(2, minmax(0,1fr));
   gap:12px;
 }
 .stat{
   display:flex;
   gap:12px;
   padding:12px 12px;
   border-radius:18px;
   background:rgba(31,111,235,.05);
   border:1px solid rgba(31,111,235,.12);
 }
 .stat__icon{
   width:36px;height:36px;border-radius:14px;
   display:grid;place-items:center;
   background:rgba(31,111,235,.10);
 }
 .stat__icon svg{width:18px;height:18px;fill:var(--navy-2)}
 .stat__text strong{display:block;font-size:12px}
 .stat__text span{display:block;font-size:11px;color:var(--muted);margin-top:3px}
 
body[data-page="about"] .about-hero{
  position:relative;
  padding:96px 0 26px;
  border-bottom-left-radius:34px;
  border-bottom-right-radius:34px;
  overflow:hidden;
  background:#fff;
}
body[data-page="about"] .about-hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:right center;
}
body[data-page="about"] .about-hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(248,250,252,.92), rgba(248,250,252,.25) 52%, rgba(248,250,252,0) 70%);
}
body[data-page="about"] .about-hero__content{position:relative}
body[data-page="about"] .about-hero__title{
  margin:0;
  font-size:44px;
  letter-spacing:-.8px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-hero__subtitle{
  margin:14px 0 18px;
  color:#fff;
  opacity:.92;
  line-height: 1.3;
}
body[data-page="about"] .about-hero__script{
  font-size:22px;
  letter-spacing:.2px;
}
body[data-page="about"] .about-hero__since{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:4px;
  font-size:22px;
}
body[data-page="about"] .about-hero__heart svg{width:22px;height:22px}
body[data-page="about"] .about-hero__doodle{
  position:absolute;
  left:270px;
  top:128px;
  width:220px;
  height:80px;
  opacity:.95;
}
body[data-page="about"] .breadcrumbs--about{
  display: none;
}
body[data-page="about"] .breadcrumbs--about a{opacity:1}
body[data-page="about"] .breadcrumbs--about span{opacity:1}
.breadcrumbs__sep{color:var(--blue)}

body[data-page="about"] .about-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-2);
  border-radius:20px;
}
body[data-page="about"] .about-h2{
  margin:0 0 12px;
  font-size:18px;
  letter-spacing:-.35px;
  font-weight:700;
  color:var(--navy);
}

body[data-page="about"] .about-intro{
  display:grid;
  grid-template-columns:1.05fr 520px;
  gap:26px;
  align-items:center;
}
body[data-page="about"] .about-intro__text h2{
  margin:0 0 12px;
  font-size:22px;
  letter-spacing:-.4px;
  font-weight:700;
  color:var(--navy);
  line-height:1.15;
}
body[data-page="about"] .about-intro__text p{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.5;
  color:var(--navy);
  opacity:.92;
}
body[data-page="about"] .about-intro__text p:last-child{margin-bottom:0}
body[data-page="about"] .about-intro__block{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:20px;
  align-items:center;
}
body[data-page="about"] .about-intro__photo{
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-2);
  height:240px;
}
body[data-page="about"] .about-intro__photo img{width:100%;height:100%;object-fit:cover}

body[data-page="about"] .about-row{
  display:grid;
  gap:28px;
  align-items:start;
}
body[data-page="about"] .about-row--top{
  grid-template-columns:1.35fr .65fr;
}
body[data-page="about"] .about-row--mid{
  margin-top:22px;
  grid-template-columns:1.25fr .75fr;
  align-items:stretch;
}

body[data-page="about"] .about-row--top .about-intro__text{
  padding-right:0;
}

body[data-page="about"] .about-whyplain{
  margin-top:0;
}
body[data-page="about"] .about-whyplain h2{
  margin:0 0 12px;
  font-size:18px;
  letter-spacing:-.35px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-whyplain__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px 24px;
}
body[data-page="about"] .about-whyplain__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
body[data-page="about"] .about-whyplain__item strong{
  display:block;
  font-size:14px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-whyplain__item span{
  display:block;
  margin-top:6px;
  font-size:13px;
  line-height:1.35;
  color:var(--navy);
  opacity:.9;
}
body[data-page="about"] .about-whyplain__item > div span{margin-top:6px}

body[data-page="about"] .about-ico{
  width:38px;
  height:38px;
  border-radius:0;
  display:grid;
  place-items:center;
  background:transparent;
  border:0;
  color:var(--muted);
  flex:none;
}
body[data-page="about"] .about-ico svg{width:32px;height:32px}
body[data-page="about"] .about-ico--sm{width:36px;height:36px}
body[data-page="about"] .about-ico--sm svg{width:30px;height:30px}

body[data-page="about"] .about-check{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:var(--muted);
  flex:none;
  margin-top:1px;
}
body[data-page="about"] .about-check svg{width:18px;height:18px}

body[data-page="about"] .about-visaplain{
  margin-top:0;
  background:rgba(29,43,79,.045);
  border-radius:24px;
  padding:22px 22px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:22px;
  align-items:center;
}
body[data-page="about"] .about-visaplain h2{
  margin:0 0 10px;
  font-size:18px;
  letter-spacing:-.35px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-visaplain p{
  margin:0 0 14px;
  font-size:13px;
  line-height:1.45;
  color:var(--navy);
  opacity:.92;
}
body[data-page="about"] .about-visaplain__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px 18px;
  color:var(--navy);
}
body[data-page="about"] .about-visaplain__list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:13px;
  line-height:1.3;
  opacity:.92;
}
body[data-page="about"] .about-visaplain__img{
  border-radius:22px;
  overflow:hidden;
}
body[data-page="about"] .about-visaplain__img img{width:100%;height:auto;display:block}
body[data-page="about"] .about-statsplain{
  margin-top:0;
  background:rgba(29,43,79,.055);
  border-radius:24px;
  padding:18px 22px;
}
body[data-page="about"] .about-statsplain h2{
  margin:0 0 12px;
  font-size:18px;
  letter-spacing:-.35px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-statsplain__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px 22px;
}
body[data-page="about"] .about-statsplain__item strong{
  display:block;
  font-size:16px;
  font-weight:700;
  color:var(--navy);
}
body[data-page="about"] .about-statsplain__item span{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:var(--navy);
  opacity:.9;
}
body[data-page="about"] .about-statsplain__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
body[data-page="about"] .about-statsplain__text strong{font-size:16px}
body[data-page="about"] .about-statsplain__text span{font-size:13px}

body[data-page="about"] .about-cta{
  padding:20px 20px;
}
body[data-page="about"] .about-cta__left{
  align-items:center;
  gap:16px;
}
body[data-page="about"] .about-cta__photo{
  width:150px;
  height:190px;
  border-radius:22px;
  object-fit:cover;
  flex:none;
}
body[data-page="about"] .about-cta__copy strong{
  font-size:20px;
}
body[data-page="about"] .about-cta__copy span{
  font-size:14px;
  margin-top:6px;
}
body[data-page="about"] .about-cta__meta{
  font-size:14px;
  gap:18px;
}
body[data-page="about"] .about-cta__meta svg{width:22px;height:22px}
body[data-page="about"] .about-cta__btn{
  height:54px;
  padding:0 22px;
  border-radius:16px;
  font-size:15px;
}

@media (max-width: 980px){
  body[data-page="about"] .about-row--top{grid-template-columns:1fr}
  body[data-page="about"] .about-row--mid{grid-template-columns:1fr}
  body[data-page="about"] .about-intro__block{grid-template-columns:1fr}
  body[data-page="about"] .about-intro__photo{height:240px}
  body[data-page="about"] .about-whyplain__grid{grid-template-columns:1fr}
  body[data-page="about"] .about-visaplain__list{grid-template-columns:1fr}
  body[data-page="about"] .about-visaplain{grid-template-columns:1fr}
  body[data-page="about"] .about-statsplain__grid{grid-template-columns:1fr}
  body[data-page="about"] .about-cta__left{flex-direction:column;align-items:flex-start}
  body[data-page="about"] .about-cta__photo{width:100%;height:160px}
  body[data-page="about"] .about-cta__right{flex-direction:column;align-items:stretch}
  body[data-page="about"] .about-cta__meta{flex-wrap:wrap}
}

@media (max-width: 1140px){
  body[data-page="about"] .about-whyplain__grid{grid-template-columns:1fr}
}

body[data-page="about"] .about-top{
  position:relative;
  display:grid;
  grid-template-columns:1.05fr 380px 1.1fr;
  gap:16px;
  align-items:stretch;
}
body[data-page="about"] .about-copy{
  padding:18px 18px;
}
body[data-page="about"] .about-copy p{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.5;
  color:var(--navy);
}
body[data-page="about"] .about-copy p:last-child{margin-bottom:0}

body[data-page="about"] .about-photo{
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow-2);
  border:1px solid rgba(255,255,255,.18);
}
body[data-page="about"] .about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body[data-page="about"] .about-top__divider{
  position:absolute;
  left:calc(100% * 0.37);
  top:22px;
  width:240px;
  height:160px;
  pointer-events:none;
}
body[data-page="about"] .about-top__divider svg{width:100%;height:100%}

body[data-page="about"] .about-why{padding:18px 18px}
body[data-page="about"] .about-why__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px 18px;
}
body[data-page="about"] .about-why__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
body[data-page="about"] .about-why__icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--surface-2);
  border:1px solid var(--line);
  color:var(--muted);
  flex:none;
}
body[data-page="about"] .about-why__icon svg{width:18px;height:18px}
body[data-page="about"] .about-why__text strong{
  display:block;
  font-size:13px;
  color:var(--navy);
  line-height:1.15;
}
body[data-page="about"] .about-why__text span{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.25;
  color:var(--navy);
  opacity:.9;
}

body[data-page="about"] .about-mid{
  margin-top:16px;
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:16px;
  align-items:stretch;
}
body[data-page="about"] .about-visa{padding:18px 18px;position:relative}
body[data-page="about"] .about-visa__plane{
  position:absolute;
  right:16px;
  top:16px;
  width:28px;
  height:28px;
  color:var(--muted);
  opacity:.9;
}
body[data-page="about"] .about-visa__plane svg{width:28px;height:28px}
body[data-page="about"] .about-visa__desc{
  font-size:13px;
  line-height:1.45;
  color:var(--navy);
  opacity:.92;
  margin-top:-2px;
}
body[data-page="about"] .about-visa__grid{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 270px;
  gap:12px;
  align-items:stretch;
}
body[data-page="about"] .about-visa__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px 14px;
  color:var(--navy);
}
body[data-page="about"] .about-visa__list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  line-height:1.25;
}
body[data-page="about"] .about-check{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:var(--muted);
  flex:none;
  margin-top:1px;
}
body[data-page="about"] .about-check svg{width:18px;height:18px}
body[data-page="about"] .about-visa__img{
  border-radius:18px;
  overflow:hidden;
  background:var(--surface-2);
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  padding:8px;
}
body[data-page="about"] .about-visa__img img{width:100%;height:100%;object-fit:cover;border-radius:14px}

body[data-page="about"] .about-stats{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:0;
  align-items:stretch;
}
body[data-page="about"] .about-stats__card{
  padding:18px 18px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
body[data-page="about"] .about-stats__photo{
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow-2);
  border:1px solid var(--line);
  border-left:0;
}
body[data-page="about"] .about-stats__photo img{width:100%;height:100%;object-fit:cover}
body[data-page="about"] .about-stats__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:10px;
}
body[data-page="about"] .about-stat{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
body[data-page="about"] .about-stat__icon{
  width:36px;
  height:36px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--surface-2);
  border:1px solid var(--line);
  color:var(--muted);
  flex:none;
}
body[data-page="about"] .about-stat__icon svg{width:18px;height:18px}
body[data-page="about"] .about-stat__text strong{display:block;font-size:13px;color:var(--navy);line-height:1.1}
body[data-page="about"] .about-stat__text span{display:block;font-size:12px;color:var(--navy);opacity:.9;margin-top:4px;line-height:1.2}

body[data-page="about"] .about-vp{
  grid-column:1 / -1;
  margin-top:16px;
  padding:18px 18px;
  display:grid;
  grid-template-columns:1fr 320px;
  gap:16px;
  align-items:stretch;
}
body[data-page="about"] .about-vp__desc{
  font-size:13px;
  line-height:1.45;
  color:var(--navy);
  opacity:.92;
}
body[data-page="about"] .about-vp__list{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
body[data-page="about"] .about-vp__list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  color:var(--navy);
  line-height:1.25;
}
body[data-page="about"] .about-vp__img{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--surface-2);
  display:grid;
  place-items:center;
  padding:10px;
}
body[data-page="about"] .about-vp__img img{width:100%;height:100%;object-fit:cover;border-radius:14px}

body[data-page="about"] .about-cta{
  padding:20px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
body[data-page="about"] .about-cta__left{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  flex:1 1 auto;
}
body[data-page="about"] .about-cta__photo{
  width:260px;
  height:92px;
  border-radius:22px;
  object-fit:cover;
  flex:none;
}
body[data-page="about"] .about-cta__icon{
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:var(--surface-2);
  border:1px solid var(--line);
  color:var(--muted);
  flex:none;
}
body[data-page="about"] .about-cta__icon svg{width:22px;height:22px}
body[data-page="about"] .about-cta__copy strong{display:block;font-size:20px;color:var(--navy);line-height:1.15}
body[data-page="about"] .about-cta__copy span{display:block;margin-top:6px;font-size:14px;color:var(--navy);opacity:.9;line-height:1.3}
body[data-page="about"] .about-cta__right{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}
body[data-page="about"] .about-cta__meta{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--muted);
  font-size:14px;
}
body[data-page="about"] .about-cta__meta span{display:flex;align-items:center;gap:8px;white-space:nowrap}
body[data-page="about"] .about-cta__meta svg{width:22px;height:22px;stroke:currentColor}
body[data-page="about"] .about-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:54px;
  padding:0 22px;
  border-radius:16px;
  font-size:15px;
  white-space:nowrap;
}
body[data-page="about"] .about-cta__btnicon svg{width:20px;height:20px;stroke:#fff}

@media (max-width: 1100px){
  body[data-page="about"] .about-top{grid-template-columns:1fr 340px;grid-template-rows:auto auto;align-items:start}
  body[data-page="about"] .about-photo{grid-column:2;grid-row:1}
  body[data-page="about"] .about-why{grid-column:1 / -1}
  body[data-page="about"] .about-top__divider{display:none}
  body[data-page="about"] .about-mid{grid-template-columns:1fr}
  body[data-page="about"] .about-stats{grid-template-columns:1fr}
  body[data-page="about"] .about-stats__card{border-radius:20px}
  body[data-page="about"] .about-stats__photo{border-radius:20px;border-left:1px solid var(--line);margin-top:14px}
  body[data-page="about"] .about-vp{grid-template-columns:1fr}
  body[data-page="about"] .about-cta{flex-direction:column;align-items:stretch}
  body[data-page="about"] .about-cta__left{flex-direction:column;align-items:flex-start}
  body[data-page="about"] .about-cta__photo{width:100%;height:150px}
  body[data-page="about"] .about-cta__right{justify-content:space-between}
  body[data-page="about"] .about-cta__meta{flex-wrap:wrap}
}
@media (max-width: 720px){
  body[data-page="about"] .about-hero__title{font-size:38px}
  body[data-page="about"] .about-hero__doodle{display:none}
  body[data-page="about"] .about-top{grid-template-columns:1fr}
  body[data-page="about"] .about-photo{grid-column:auto;grid-row:auto;height:240px}
  body[data-page="about"] .about-why__grid{grid-template-columns:1fr}
  body[data-page="about"] .about-visa__grid{grid-template-columns:1fr}
  body[data-page="about"] .about-visa__list{grid-template-columns:1fr}
}

body[data-page="reviews"] .reviews-layout{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:18px;
  align-items:stretch;
}

body[data-page="reviews"] .main .container{max-width:1760px}

body[data-page="reviews"] .rating{
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
body[data-page="reviews"] .rating__top{text-align:center}
body[data-page="reviews"] .rating__title{
  font-size:16px;
  font-weight:900;
  letter-spacing:-.2px;
  color:#1D2B4F;
}
body[data-page="reviews"] .rating__value{
  margin-top:8px;
  font-size:54px;
  font-weight:900;
  letter-spacing:-1px;
  color:#1D2B4F;
  line-height:1;
}
body[data-page="reviews"] .stars{
  display:flex;
  justify-content:center;
  gap:6px;
  margin:10px 0 12px;
}
body[data-page="reviews"] .stars svg{width:22px;height:22px;fill:#f5a12d}
body[data-page="reviews"] .rating__sub{
  color:var(--muted);
  font-size:12px;
}
body[data-page="reviews"] .bars{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:16px 0;
}
body[data-page="reviews"] .bar{
  display:grid;
  grid-template-columns:70px 1fr 44px;
  gap:12px;
  align-items:center;
  font-size:12px;
  color:#1D2B4F;
}
body[data-page="reviews"] .bar > span:first-child{font-weight:900}
body[data-page="reviews"] .bar > span:last-child{text-align:right;font-weight:900}
body[data-page="reviews"] .bar__track{
  height:8px;
  border-radius:999px;
  background:rgba(23,51,88,.14);
  overflow:hidden;
}
body[data-page="reviews"] .bar__fill{
  height:100%;
  background:#173358;
  border-radius:999px;
}
body[data-page="reviews"] .rating__bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  padding-top:6px;
}
body[data-page="reviews"] .rating__heart{width:34px;height:auto;display:block}
body[data-page="reviews"] .rating__note{
  font-size:13px;
  color:#1D2B4F;
  font-weight:900;
  text-align:center;
}

body[data-page="reviews"] .review-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
body[data-page="reviews"] .review{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 18px rgba(11,28,43,.06);
  min-height:180px;
  height:270px;
}
body[data-page="reviews"] .review__body{
  flex:1 1 60%;
  padding:14px 14px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
body[data-page="reviews"] .review__country{
  flex:0 0 40%;
  min-width:0;
}
body[data-page="reviews"] .review__country img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body[data-page="reviews"] .review__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:12px;
}
body[data-page="reviews"] .review__who{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  flex:1 1 auto;
}
body[data-page="reviews"] .review__whoText{min-width:0}
body[data-page="reviews"] .review__stars{flex:none}
body[data-page="reviews"] .avatar{
  width:44px;
  height:44px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(31,111,235,.18), rgba(11,42,71,.10));
  border:1px solid rgba(11,28,43,.10);
  overflow:hidden;
  flex:none;
}
body[data-page="reviews"] .avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
body[data-page="reviews"] .review__name{
  font-size:13px;
  font-weight:900;
  color:#1D2B4F;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body[data-page="reviews"] .review__date{font-size:11px;color:var(--muted);margin-top:2px}
body[data-page="reviews"] .review__stars .stars{margin:0;gap:4px}
body[data-page="reviews"] .review__stars .stars svg{width:16px;height:16px}
body[data-page="reviews"] .review__text{
  margin-top:10px;
  font-size:13px;
  color:#1D2B4F;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body[data-page="reviews"] .review__meta{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  padding-top:12px;
  justify-content:flex-start;
}
body[data-page="reviews"] .review__meta .meta-pill{
  background:rgba(23,51,88,.08);
  color:#1D2B4F;
  font-size:11px;
  padding:6px 10px;
  white-space:nowrap;
}
body[data-page="reviews"] .review__meta .meta-pill svg{width:12px;height:12px;fill:#173358;opacity:1}
 
 .top-actions{
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:12px;
   margin-bottom:12px;
 }

body[data-page="reviews"] .reviews-cta{
  display:grid;
  grid-template-columns:auto minmax(200px, 340px) minmax(0,1fr) auto;
  gap:22px;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-2);
  align-items:center;
}
body[data-page="reviews"] .reviews-cta__suitcase{
  width:96px;
  height:auto;
  flex:none;
}
body[data-page="reviews"] .reviews-cta__text{min-width:0;max-width:380px}
body[data-page="reviews"] .reviews-cta__title{
  font-size:18px;
  font-weight:900;
  letter-spacing:-.25px;
  color:var(--navy);
  line-height:1.15;
}
body[data-page="reviews"] .reviews-cta__subtitle{
  margin-top:6px;
  font-size:13px;
  color:var(--muted);
  line-height:1.25;
}
body[data-page="reviews"] .reviews-cta__benefits{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
  flex:1 1 auto;
  justify-items:center;
  justify-self:stretch;
  width:100%;
}
body[data-page="reviews"] .reviews-cta__benefit{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  color:var(--navy);
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}
body[data-page="reviews"] .reviews-cta__benefit svg{
  width:28px;
  height:28px;
  fill:var(--navy);
  opacity:1;
}
body[data-page="reviews"] .reviews-cta__btn{
  height:54px;
  padding:0 22px;
  border-radius:16px;
  background:#173358;
  color:#fff;
  border:1px solid #173358;
  font-size:15px;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
body[data-page="reviews"] .reviews-cta__btnicon svg{width:18px;height:18px}
 
 .contacts-grid{
   display:grid;
   grid-template-columns:repeat(4, minmax(0,1fr));
   gap:14px;
  margin-top:18px;
 }
 .contact-card{
  padding:22px 22px;
   border-radius:18px;
   background:var(--surface);
   border:1px solid var(--line);
   box-shadow:0 10px 18px rgba(11,28,43,.06);
  display:flex;
  flex-direction:column;
  gap:18px;
  min-height:240px;
  box-sizing: border-box;
 }
 .contact-card__icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  background:transparent;
  border:0;
  border-radius:0;
  margin:0;
 }
.contact-card__icon svg{width:64px;height:64px}
.contact-card__icon img{width:64px;height:64px;object-fit:contain;display:block}
.contact-card__head{display:flex;align-items:center;gap:16px}
.contact-card__content{min-width:0}
.contact-card__title{font-size:20px;font-weight:900;margin:0;color:#1D2B4F}
.contact-card__text{font-size:15px;color:#1D2B4F;opacity:.86;margin:8px 0 0;line-height:1.35}
.contact-card .btn{width:100%;margin-top:auto}

body[data-page="contacts"] .main .container{max-width:1680px}

body[data-page="contacts"] .contact-card__btn{
  height:56px;
  border-radius:16px;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.15px;
  background:#173358;
  border:1px solid #173358;
}
body[data-page="contacts"] .contact-card__btn--tg{background:#2b86ff;border-color:#2b86ff}
body[data-page="contacts"] .contact-card__btn--phone{background:#2ca24c;border-color:#2ca24c}
body[data-page="contacts"] .contact-card__btn--mail{background:#1f6feb;border-color:#1f6feb}
 
 .contact-bottom{
   display:grid;
  grid-template-columns:minmax(320px, 1fr) minmax(520px, 1.45fr) minmax(420px, 1.15fr);
   gap:14px;
   align-items:start;
 }
 
 .map{
   border-radius:18px;
   overflow:hidden;
   border:1px solid var(--line);
   background:#fff;
   box-shadow:0 10px 18px rgba(11,28,43,.06);
  min-height:360px;
  display:flex;
  flex-direction:column;
 }
.map iframe{width:100%;height:100%;border:0;display:block;flex:1 1 auto;min-height:360px}
 
.office{
   padding:14px 14px;
   border-radius:18px;
  background:#ECEFF3;
   border:1px solid var(--line);
   box-shadow:0 10px 18px rgba(11,28,43,.06);
 }
.office h3{margin:0 0 10px;font-size:14px;color:#173358}
.office .muted{color:#173358;font-size:13px;line-height:1.4;opacity:.95}
 .office hr{border:0;border-top:1px solid var(--line);margin:12px 0}
 .office .lines{display:flex;flex-direction:column;gap:10px}
 .office .line{
   display:flex;align-items:flex-start;gap:10px;
  font-size:13px;color:#173358;line-height:1.4;
 }
.office .line svg{width:18px;height:18px;color:#173358;opacity:.95;margin-top:1px}
.office .signature{
  margin-top:12px;
  color:#173358;
  font-size:18px;
  font-weight:700;
  font-family:"Segoe Script","Brush Script MT",cursive;
}

body[data-page="contacts"] .contact-card__icon--max{color:#2b86ff}
body[data-page="contacts"] .contact-card__icon--tg{color:#2b86ff}
body[data-page="contacts"] .contact-card__icon--phone{color:#2ca24c}
body[data-page="contacts"] .contact-card__icon--mail{color:#1f6feb}
 
 .checkbox{
   display:flex;
   align-items:center;
   gap:10px;
   font-size:11px;
   color:var(--muted);
 }
 .checkbox input{width:14px;height:14px}
 
 .footer{
   padding:18px 0 26px;
   color:var(--muted);
   font-size:11px;
 }
 .footer__row{
   display:flex;
   align-items:center;
  justify-content:center;
   gap:12px;
 }
 .footer a{color:var(--navy-2)}
 
 .modal{
   position:fixed;
   inset:0;
   display:none;
   place-items:center;
   padding:20px;
   z-index:60;
 }
 .modal[aria-hidden="false"]{display:grid}
 .modal__backdrop{
   position:absolute;
   inset:0;
   background:rgba(7,21,36,.55);
   backdrop-filter:blur(6px);
 }
 .modal__dialog{
   position:relative;
   width:min(560px, 100%);
   border-radius:20px;
   background:#fff;
   border:1px solid rgba(255,255,255,.14);
   box-shadow:0 30px 80px rgba(11,28,43,.28);
 }
 .modal__head{
   padding:14px 16px;
   border-bottom:1px solid var(--line);
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:12px;
 }
 .modal__head strong{font-size:13px}
 .modal__close{
   width:34px;height:34px;border-radius:12px;
   border:1px solid var(--line);
   background:#fff;cursor:pointer;
   display:grid;place-items:center;
 }
 .modal__close svg{width:16px;height:16px;fill:var(--muted)}
 .modal__body{padding:16px}
 
 .toast{
   position:fixed;
   right:18px;
   bottom:18px;
   z-index:80;
   width:min(360px, calc(100% - 36px));
   display:flex;
   flex-direction:column;
   gap:10px;
   pointer-events:none;
 }
 .toast__item{
   pointer-events:auto;
   border-radius:16px;
   padding:12px 14px;
   background:#fff;
   border:1px solid var(--line);
   box-shadow:0 18px 40px rgba(11,28,43,.14);
   display:flex;
   gap:10px;
 }
 .toast__item svg{width:18px;height:18px}
 .toast__item strong{display:block;font-size:12px}
 .toast__item span{display:block;font-size:11px;color:var(--muted);margin-top:2px;line-height:1.25}
 .toast__ok svg{fill:var(--green)}
 .toast__err svg{fill:var(--danger)}
 
 @media (max-width: 1100px){
   .header__bar{grid-template-columns:240px 1fr 300px}
   .cards{grid-template-columns:repeat(3, minmax(0,1fr))}
   .tour-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
   .country-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
 }

 @media (max-width: 920px){
   .toolbar--tours {
     flex-direction: column !important;
     align-items: stretch !important;
     gap: 12px;
   }
   .toolbar--tours #tours-chips {
     width: 100%;
     overflow-x: auto !important;
     white-space: nowrap !important;
     flex-wrap: nowrap !important;
     padding-bottom: 8px;
   }
   .toolbar--tours .tours-sort {
     align-self: flex-start;
   }
   .header__bar{grid-template-columns:1fr;justify-items:start}
   .nav{justify-content:flex-start;flex-wrap:wrap;gap:14px}
   .header__right{justify-content:flex-start;flex-wrap:wrap}
   .btn--ghost{background:#fff;color:var(--ink);border-color:var(--line)}
   .badge{background:#fff;border-color:var(--line);color:var(--ink)}
   .badge__icon svg{fill:var(--navy-2)}
   .badge__text span{color:var(--muted);opacity:1}
   .hero__badges{grid-template-columns:repeat(2, minmax(0,1fr))}
   .page{border-radius:22px;margin-top:14px}
   .grid-2{grid-template-columns:1fr}
   .features-strip{grid-template-columns:repeat(2, minmax(0,1fr))}
   .about-main{grid-template-columns:1fr}
   .visa{grid-template-columns:1fr}
  body[data-page="reviews"] .reviews-layout{grid-template-columns:1fr}
  body[data-page="reviews"] .review-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  body[data-page="reviews"] .review{flex-direction:column;height:auto}
  body[data-page="reviews"] .review__country{flex:0 0 auto;height:150px}
  body[data-page="reviews"] .reviews-cta{grid-template-columns:1fr}
  body[data-page="reviews"] .reviews-cta__text{max-width:none}
  body[data-page="reviews"] .reviews-cta__benefits{grid-template-columns:repeat(2, minmax(0,1fr));justify-items:start;justify-self:stretch}
  body[data-page="reviews"] .reviews-cta__benefit{align-items:flex-start;text-align:left}
  body[data-page="reviews"] .reviews-cta__btn{width:100%;justify-content:center}
   .contacts-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
   .contact-bottom{grid-template-columns:1fr}
  .cta-wide--tours{padding:22px}
  .cta-tours__suitcase{width:96px}
  .cta-tours__copy strong{font-size:20px}
  .cta-tours__copy span{font-size:13px}
  .cta-wide--countries{padding:22px}
  .cta-countries__suitcase{width:96px}
  .cta-countries__copy strong{font-size:20px}
  .cta-countries__copy span{font-size:13px}
  .cta-countries__steps{gap:16px}
  .cta-countries__step{min-width:120px;font-size:13px}
  .cta-countries__step svg{width:24px;height:24px}

  body[data-page="home"] .cta-wide--home{flex-direction:column;align-items:stretch;padding:12px}
  body[data-page="home"] .cta-wide--home > .btn{margin-left:0;align-self:flex-end}
  body[data-page="home"] .cta-home__intro{flex-direction:column;align-items:flex-start;gap:8px}
  body[data-page="home"] .cta-home__suitcase{width:64px;display:none}
  body[data-page="home"] .cta-home__title{font-size:16px}
  body[data-page="home"] .cta-home__text{font-size:12px;margin-top:4px}
  body[data-page="home"] .cta-home__flow{flex-direction:column;align-items:flex-start;gap:10px;margin-top:8px}
  body[data-page="home"] .cta-home__stepText{max-width:none}
  body[data-page="home"] .cta-home__arrow{display:none}
  body[data-page="home"] .badge{padding:10px 0;border-right:0}
  body[data-page="home"] .hero__badges{gap:12px;grid-template-columns:1fr}
  body[data-page="home"] .features-strip--home{grid-template-columns:repeat(2, minmax(0,1fr))}
  body[data-page="home"] .features-strip--home .feature{border-top:1px solid rgba(11,28,43,.22)}
  body[data-page="home"] .features-strip--home .feature:nth-child(-n+2){border-top:0}
  body[data-page="home"] .features-strip--home .feature::before{top:18px;bottom:18px}
  body[data-page="home"] .features-strip--home .feature:nth-child(2n+1)::before{display:none}
 }
 
 @media (max-width: 560px){
   .container{padding:0 14px}
   .hero__title{font-size:30px}
   .hero__lead{font-size:16px}
   body[data-page="about"] .about-hero__script,
   body[data-page="about"] .about-hero__since{font-size:16px}
   .hero__badges{grid-template-columns:1fr}
   .cards{grid-template-columns:repeat(2, minmax(0,1fr))}
   .tour-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
   .country-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  body[data-page="reviews"] .review-grid{grid-template-columns:1fr}
  body[data-page="reviews"] .review{flex-direction:column;height:auto}
  body[data-page="reviews"] .review__country{flex:0 0 auto;height:150px}
   .searchbar .control{width:100%}
   .cta-wide{flex-direction:column;align-items:stretch}
   .cta-wide__steps{justify-content:flex-start}
   .form-grid{grid-template-columns:1fr}

  body[data-page="reviews"] .reviews-cta__benefits{grid-template-columns:repeat(2, minmax(0,1fr));justify-items:start}

  .cta-wide--tours{padding:18px;border-radius:18px}
  .cta-tours__left{gap:14px}
  .cta-tours__suitcase{width:84px}
  .cta-tours__copy strong{font-size:18px}
  .cta-tours__copy span{font-size:13px}
  .cta-tours__steps{gap:12px;font-size:13px}
  .cta-tours__step svg{width:18px;height:18px}
  .cta-wide--countries{padding:18px;border-radius:18px}
  .cta-countries__left{gap:14px}
  .cta-countries__suitcase{width:84px}
  .cta-countries__steps{flex-wrap:wrap}
  .cta-countries__step{min-width:45%;font-size:13px}

  body[data-page="home"] .hero__lead{font-size:16px}
  body[data-page="home"] .cards{grid-template-columns:1fr}
  body[data-page="home"] .features-strip--home{border-radius:16px}
  body[data-page="home"] .features-strip--home{grid-template-columns:1fr; max-width: 100%; margin: 0 auto;}
  body[data-page="home"] .features-strip--home .feature{border-top:1px solid rgba(11,28,43,.22)}
  body[data-page="home"] .features-strip--home .feature:first-child{border-top:0}
  body[data-page="home"] .features-strip--home .feature::before{display:none}
  body[data-page="home"] .cta-wide--home > .btn{width:100%}
 }

 /* --- NEW RESPONSIVE STYLES --- */
 @media (max-width: 1024px) {
   /* Header & Navigation */
   .header__bar {
     display: flex !important;
     justify-content: space-between !important;
     align-items: center !important;
     grid-template-columns: none !important;
   }
  .brand__mark{
    width:220px;
    height:76px;
    margin-top:2px;
    margin-left:-20px;
  }
  .brand__mark img{
    transform: translateY(-27px) scale(1.2);
  }
   .brand {
     position: relative;
     z-index: 80;
   }
   .header__bar .nav, .header__bar .header__right {
     display: none !important;
   }
   .hamburger {
     display: flex !important;
     flex-direction: column;
     justify-content: space-between;
     width: 28px;
     height: 20px;
     background: transparent;
     border: none;
     cursor: pointer;
     z-index: 100;
     padding: 0;
   }
   .hamburger span {
     width: 100%;
     height: 2px;
     background: #fff !important;
     transition: all 0.3s ease;
     border-radius: 2px;
   }
   body[data-page="home"] .header:not(.menu-open) .hamburger span {
     background: #fff !important;
   }
   body.menu-open .hamburger span {
     background: #fff !important;
   }
   body[data-page="home"].menu-open .brand__name strong,
   body[data-page="home"].menu-open .brand__name span {
     color: var(--navy-2) !important;
   }
   body.menu-open .hamburger span:nth-child(1) {
     transform: translateY(9px) rotate(45deg);
   }
   body.menu-open .hamburger span:nth-child(2) {
     opacity: 0;
   }
   body.menu-open .hamburger span:nth-child(3) {
     transform: translateY(-9px) rotate(-45deg);
   }
 
   #mobile-nav {
     display: block !important;
     position: fixed;
     top: 0;
     left: auto;
     right: -100%;
     width: 100%;
     max-width: 340px;
     height: 100vh;
     background: #fff;
     z-index: 90;
     transition: right 0.3s ease;
     box-shadow: -5px 0 15px rgba(0,0,0,0.1);
     overflow-y: auto;
   }
   body.menu-open #mobile-nav {
     right: 0;
   }
   .mobile-overlay {
     position: fixed;
     inset: 0;
     background: rgba(7,21,36,.55);
     backdrop-filter: blur(4px);
     z-index: 85;
     opacity: 0;
     pointer-events: none;
     transition: opacity 0.3s ease;
   }
   body.menu-open .mobile-overlay {
     opacity: 1;
     pointer-events: auto;
   }
   .nav__inner {
     padding: 80px 24px 30px;
     display: flex;
     flex-direction: column;
     gap: 24px;
   }
   #mobile-nav a {
     font-size: 18px;
     color: var(--navy-2);
     font-weight: 500;
     text-decoration: none;
   }
   .nav__mobile-contact {
     margin-top: 20px;
     padding-top: 20px;
     border-top: 1px solid var(--line);
     display: flex;
     flex-direction: column;
     gap: 8px;
     color: var(--navy-2);
   }
   .nav__mobile-contact strong {
     font-size: 20px;
   }
   .nav__mobile-contact span {
     font-size: 14px;
     color: var(--muted);
    white-space: nowrap;
   }
 
  /* Icon + Text alignment (tablet) */
  .meta-pill{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
    min-width:0;
  }
  .meta-pill > svg{flex:0 0 auto}
  .meta-pill > span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  .feature{align-items:center}
  .feature__icon{flex:0 0 auto}
  .feature__text{min-width:0}

  .contact-card__head{align-items:center;flex-wrap:nowrap}
  .contact-card__icon{flex:0 0 auto}
  .contact-card__content{min-width:0}

  body[data-page="pick"] #pick-form label{
    flex-wrap:nowrap;
    align-items:center;
    min-width:0;
  }
  body[data-page="pick"] #pick-form label .label-icon{flex:0 0 auto}
  body[data-page="pick"] #pick-form label span{min-width:0}

  .office .line{align-items:center}
  .office .line svg{margin-top:0}

   /* Multi-column layouts -> 2 columns */
   .cards, .tour-grid, .country-grid, .contacts-grid, .features-strip {
     grid-template-columns: repeat(2, 1fr) !important;
   }
   .about-row--top, .about-row--mid {
     grid-template-columns: 1fr !important;
   }
   body[data-page="reviews"] .reviews-layout {
     grid-template-columns: 1fr !important;
   }
   body[data-page="reviews"] .review-grid {
     grid-template-columns: repeat(2, 1fr) !important;
   }
   body[data-page="reviews"] .reviews-cta__benefits {
     grid-template-columns: repeat(2, 1fr) !important;
   }
   .tours-layout {
     grid-template-columns: 1fr !important;
   }
   .pick-grid {
     grid-template-columns: 1fr !important;
   }
   .footer__row {
     flex-direction: column;
     gap: 16px;
   }
 
  body[data-page="pick"] .benefits-bar{
    grid-template-columns: repeat(2, 1fr);
  }
  body[data-page="pick"] .benefit::before {
    display: none !important;
  }
  body[data-page="pick"] .benefit {
    border-bottom: 1px solid rgba(11,28,43,.12);
  }
  body[data-page="pick"] .benefit:nth-child(2n) {
    border-left: 1px solid rgba(11,28,43,.12);
  }
  body[data-page="pick"] .benefit:nth-last-child(-n+2) {
    border-bottom: 0;
  }
 }

 @media (max-width: 640px) {
   body {
     overflow-x: hidden;
   }
   .container {
     padding: 0 16px !important;
   }
  .brand__mark{
    width:180px;
    height:64px;
    margin-top:4px;
    margin-left:-20px;
  }
  .brand__mark img{
    transform: translateY(-23px) scale(1.2);
  }

  /* Icon + Text alignment (mobile) */
  .meta-pill{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
    min-width:0;
  }
  .meta-pill > svg{flex:0 0 auto}
  .meta-pill > span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  .feature{align-items:center}
  .feature__icon{flex:0 0 auto}
  .feature__text{min-width:0}

  .contact-card__head{align-items:center;flex-wrap:nowrap}
  .contact-card__icon{flex:0 0 auto}
  .contact-card__content{min-width:0}

  body[data-page="pick"] #pick-form label{
    flex-wrap:nowrap;
    align-items:center;
    min-width:0;
  }
  body[data-page="pick"] #pick-form label .label-icon{flex:0 0 auto}
  body[data-page="pick"] #pick-form label span{min-width:0}

  body[data-page="pick"] .benefit{align-items:center}
  body[data-page="pick"] .benefit__text{min-width:0}

  .office .line{align-items:center}
  .office .line svg{margin-top:0}
   
   /* Multi-column layouts -> 1 column */
   .cards, .tour-grid, .country-grid, .review-grid, .contacts-grid, .features-strip, .hero__badges, .about-intro__block {
     grid-template-columns: 1fr !important;
   }
   body[data-page="reviews"] .reviews-cta__benefits {
     grid-template-columns: 1fr !important;
   }
   
   /* 100% width cards */
   .card, .tour-card, .country-card, .review, .contact-card {
     width: 100% !important;
     max-width: 100% !important;
     margin: 0 !important;
     transform: none !important;
     box-sizing: border-box !important;
   }
   
   /* Horizontal review -> vertical */
   body[data-page="reviews"] .review {
     flex-direction: column !important;
     height: auto !important;
   }
   body[data-page="reviews"] .review__country {
     width: 100% !important;
     height: 220px !important;
     border-radius: 0 0 16px 16px !important;
     flex: 0 0 auto !important;
   }
   body[data-page="reviews"] .review__body {
     border-radius: 16px 16px 0 0 !important;
   }

  body[data-page="reviews"] .review__body{padding:16px !important}
  body[data-page="reviews"] .review__header{gap:12px}
  body[data-page="reviews"] .review__who{min-width:0}
  body[data-page="reviews"] .review__whoText{min-width:0}
  body[data-page="reviews"] .review__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  body[data-page="reviews"] .review__stars{flex:0 0 auto}
  body[data-page="reviews"] .review__meta{flex-wrap:wrap;gap:10px}
   
   /* Images */
   img {
     object-fit: cover;
   }
   .about-intro__block img {
     width: 100% !important;
     height: auto !important;
   }
   
   /* Typography reduction */
   .hero__title {
     font-size: 28px !important;
     line-height: 1.2 !important;
   }
   .hero__lead {
     font-size: 16px !important;
   }
   body[data-page="about"] .about-hero__script,
   body[data-page="about"] .about-hero__since {
     font-size: 16px !important;
   }
   .section-head h2 {
     font-size: 26px !important;
   }
   
   /* Buttons and clickable areas */
   .btn, .social a, .hamburger, .nav__mobile-contact {
     min-height: 48px;
   }
  .btn{justify-content:center;text-align:center}
   .cta-wide, .reviews-cta {
     flex-direction: column !important;
     align-items: stretch !important;
   }
   .reviews-cta__btn {
     margin-left: 0 !important;
     width: 100% !important;
     justify-content: center !important;
   }
 
   .toolbar--tours {
     display: flex !important;
     flex-direction: column !important;
     align-items: flex-start !important;
     gap: 12px;
   }
   .toolbar--tours #tours-chips {
     width: 100%;
     overflow-x: auto !important;
     white-space: nowrap !important;
     min-width: 0;
   }
   .toolbar--tours .tours-sort {
     align-self: flex-start;
   }
   .chips--nowrap {
     flex-wrap: nowrap !important;
     overflow-x: auto !important;
   }

   .cta-tours__steps {
     flex-direction: column !important;
     align-items: flex-start !important;
     gap: 12px !important;
   }
  .cta-tours__step {
    flex-wrap: nowrap;
  }

  body[data-page="pick"] .benefits-bar {
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  body[data-page="pick"] .benefit {
    width: 100%;
    box-sizing: border-box;
  }
  body[data-page="pick"] .benefit:nth-child(2n) {
    border-left: 0 !important;
  }
  body[data-page="pick"] .benefit:not(:last-child) {
    border-bottom: 1px solid rgba(11,28,43,.12);
  }
  body[data-page="pick"] .benefit::before {
    display: none !important;
  }

  /* 1. Главная страница: Отступы в блоке "Подобрать тур" */
  body[data-page="home"] .cta-wide--home {
    padding: 16px !important;
  }
  body[data-page="home"] .cta-home__intro {
    gap: 4px !important;
  }
  body[data-page="home"] .cta-home__text {
    margin-top: 4px !important;
    margin-bottom: 0 !important;
  }
  body[data-page="home"] .cta-home__flow {
    margin-top: 12px !important;
    gap: 12px !important;
  }
  body[data-page="home"] .cta-home__step {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 1. Главная страница: Преимущества (Выгодные предложения) */
  body[data-page="home"] .features-strip--home {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  body[data-page="home"] .features-strip--home .feature {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  /* 3. Страница "Туры": Фильтры */
  .toolbar--tours {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .toolbar--tours #tours-chips {
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    min-width: 0 !important;
  }
  .toolbar--tours .tours-sort {
    width: 100% !important;
    align-self: flex-start !important;
  }

  /* 4. Страница "Подобрать тур": Плашка преимуществ */
  body[data-page="pick"] .benefits-bar {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  
  /* 5. Страница "Контакты": Карточки */
  body[data-page="contacts"] .contact-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body[data-page="contacts"] .contacts-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body[data-page="contacts"] .contact-card__btn {
    white-space: normal !important;
    height: auto !important;
    min-height: 56px !important;
    padding: 12px !important;
  }
 }
