* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: #fbf7ef;
  color: #173d1d;
  font-family: Arial, Helvetica, sans-serif;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-shell {
  width: min(100%, 1024px);
  margin: 0 auto;
  overflow: hidden;
  background: #fffaf3;
  box-shadow: 0 24px 80px rgba(28, 42, 20, .12);
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}

.main-mockup {
  display: block;
  width: 100%;
  height: auto;
}

.section-anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 18px;
}

.anchor-about { top: 0; }
.anchor-steps { top: 71.5%; }

.spot {
  position: absolute;
  display: block;
  border-radius: 999px;
  z-index: 8;
}

.spot:focus-visible,
.direction-card:focus-visible,
.bottom-cta-link:focus-visible {
  outline: 3px solid #ff8a00;
  outline-offset: 4px;
}

.nav-about { left: 31.5%; top: 3.56%; width: 4.5%; height: 1.85%; }
.nav-benefits { left: 38.1%; top: 3.56%; width: 8.3%; height: 1.85%; }
.nav-directions { left: 48.4%; top: 3.56%; width: 8.5%; height: 1.85%; }
.nav-steps { left: 59.2%; top: 3.56%; width: 10.7%; height: 1.85%; }
.nav-contacts { left: 72.4%; top: 3.56%; width: 6.5%; height: 1.85%; }

.cta-top { left: 80.5%; top: 1.9%; width: 17.2%; height: 5.55%; }
.cta-hero { left: 8.2%; top: 43.1%; width: 32.0%; height: 6.45%; }

.action-link {
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}

.spot.action-link {
  background: rgba(255, 255, 255, 0);
}

.spot.action-link:hover,
.bottom-cta-link:hover {
  transform: scale(1.035);
  box-shadow: 0 0 0 3px rgba(255,255,255,.42) inset, 0 0 28px 8px rgba(255,138,0,.55);
  filter: drop-shadow(0 0 18px rgba(255,133,0,.45));
}

.suitcase-hover {
  position: absolute;
  left: 54.4%;
  top: 13.46%;
  width: 34.5%;
  height: 41.96%;
  z-index: 3;
  pointer-events: auto;
  background-image: url('img/inna-tour-mockup.webp');
  background-size: 1024px 1536px;
  background-position: -557px -157px;
  background-repeat: no-repeat;
  transform-origin: 58% 92%;
  transition: transform .34s ease, filter .34s ease;
  clip-path: polygon(20% 0, 86% 0, 100% 28%, 100% 100%, 0 100%, 0 24%);
  will-change: transform, filter;
}

.suitcase-hover:hover {
  filter: drop-shadow(0 12px 20px rgba(80,42,14,.16));
}

.approach-section {
  position: relative;
  scroll-margin-top: 18px;
  padding: 38px 54px 36px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.98), rgba(255,248,235,.96) 68%),
    #fff8eb;
  border-top: 1px solid rgba(214,106,0,.14);
  border-bottom: 1px solid rgba(214,106,0,.14);
}

.approach-kicker {
  display: block;
  margin-bottom: 7px;
  color: #d76c00;
  font: 800 13px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.approach-section h2 {
  margin: 0;
  color: #214f21;
  font: 700 30px/1.15 Georgia, 'Times New Roman', serif;
}

.approach-section p {
  max-width: 760px;
  margin: 13px auto 22px;
  color: #52624f;
  font: 16px/1.5 Arial, Helvetica, sans-serif;
}

.approach-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.approach-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(47,109,41,.20);
  border-radius: 999px;
  color: #285d2a;
  background: rgba(255,255,255,.88);
  box-shadow: 0 6px 18px rgba(28,42,20,.07);
  font: 700 13px/1.2 Arial, Helvetica, sans-serif;
}

.approach-points span::before {
  content: '✓';
  margin-right: 7px;
  color: #e57900;
  font-weight: 900;
}

.popular-section {
  position: relative;
  scroll-margin-top: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.96) 0, rgba(251,247,239,.96) 45%, rgba(251,247,239,1) 100%);
  padding: 44px 58px 44px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px 24px;
  align-items: start;
}

.direction-card {
  display: block;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28,42,20,.10);
  transform: translateZ(0);
}

.direction-card img {
  display: block;
  width: 100%;
  height: auto;
}

.direction-card:hover {
  transform: translateY(-4px) scale(1.018);
  box-shadow: 0 18px 32px rgba(28,42,20,.14);
  filter: none;
}

.bottom-cta-wrap {
  position: relative;
  width: calc(100% + 116px);
  margin: 66px -58px 0;
}

.bottom-cta-image {
  display: block;
  width: 100%;
  height: auto;
}

.cta-mascot {
  position: absolute;
  left: 88.4%;
  top: -4%;
  width: 78px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  transform-origin: 50% 92%;
  filter: drop-shadow(0 9px 16px rgba(60, 32, 12, .18));
}

.bottom-cta-wrap:hover .cta-mascot {
  filter: drop-shadow(0 12px 20px rgba(60, 32, 12, .25));
}

.bottom-cta-link {
  position: absolute;
  left: 59.5%;
  top: 31%;
  width: 25.2%;
  height: 48%;
  border-radius: 999px;
  z-index: 3;
}

.contact-strip {
  width: min(100%, 1024px);
  margin: 0 auto 28px;
  padding: 26px 28px 28px;
  display: grid;
  gap: 18px;
  background: #fffaf1;
  color: #173d1d;
  font: 15px/1.35 Arial, Helvetica, sans-serif;
  box-shadow: 0 20px 60px rgba(28,42,20,.10);
  border-top: 1px solid rgba(217,116,0,.18);
}

.contact-heading {
  display: grid;
  gap: 5px;
  text-align: center;
}

.contact-heading strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
  color: #214f21;
}

.contact-heading > span {
  color: #52624f;
}

.contact-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px 28px;
  flex-wrap: wrap;
}

.contact-strip .address,
.contact-strip .phones {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #173d1d;
}

.contact-strip .phones {
  flex-wrap: wrap;
}

.contact-strip .phones a {
  color: #173d1d;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(23,61,29,.35);
}

.contact-strip .phones a:hover {
  color: #d56a00;
  border-bottom-color: #d56a00;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(214,106,0,.18);
  box-shadow: 0 4px 12px rgba(28,42,20,.08);
  position: relative;
  flex: 0 0 auto;
}

.pin::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #2f6d29;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: block;
}

.pin::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  top: 10px;
  left: 12px;
}

.phone-icon {
  padding: 5px;
  fill: none;
  stroke: #2f6d29;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-group {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.contact-group-title {
  font: 700 14px/1.2 Arial, Helvetica, sans-serif;
  color: #315532;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.contact-actions,
.service-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-btn,
.service-btn,
.channel-btn {
  min-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  text-decoration: none;
  border: 1px solid rgba(214,106,0,.22);
  box-shadow: 0 7px 18px rgba(28,42,20,.10);
  font: 700 14px/1 Arial, Helvetica, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.contact-btn:hover,
.service-btn:hover,
.channel-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(28,42,20,.15);
}

.wa-btn { color: #fff; background: linear-gradient(135deg,#26853c,#5eaa4e); }
.tg-btn { color: #fff; background: linear-gradient(135deg,#247ca1,#55a9c8); }
.max-btn { color: #fff; background: linear-gradient(135deg,#6555ad,#9271ce); }
.call-btn { color: #fff; background: linear-gradient(135deg,#d96b00,#f59a17); }
.bot-btn { color: #fff; background: linear-gradient(135deg,#1e5928,#3f7c39); }

.contact-btn small,
.service-btn small {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .88;
}

.is-disabled {
  cursor: default;
  opacity: .62;
  filter: grayscale(.12);
  pointer-events: none;
}

.service-btn.is-disabled {
  color: #5d665a;
  background: #eeeae2;
  border-color: #dad4ca;
  box-shadow: none;
}

.channel-btn {
  justify-self: center;
  color: #1f6280;
  background: #fff;
  border-color: rgba(36,124,161,.25);
}

.channel-btn span {
  font-weight: 600;
  opacity: .78;
}

.mobile-tour-cta {
  display: none;
}

@media (max-width: 900px) {
  .approach-section { padding: 34px 34px 32px; }
  .popular-section { padding: 36px 34px 38px; }
  .popular-grid { gap: 28px 16px; }
  .bottom-cta-wrap { width: calc(100% + 68px); margin: 52px -34px 0; }
  .cta-mascot { left: 88.1%; top: -2%; width: 56px; }
  .contact-strip { padding-inline: 20px; }
}

@media (max-width: 700px) {
  body { background: #fff; padding-bottom: 72px; }
  .site-shell { width: 100%; box-shadow: none; }
  .suitcase-hover { display: none; }
  .approach-section { padding: 28px 18px 27px; }
  .approach-section h2 { font-size: 24px; }
  .approach-section p { margin: 11px auto 18px; font-size: 14px; }
  .approach-points { display: grid; gap: 8px; }
  .approach-points span { justify-content: center; min-height: 36px; }
  .popular-section { padding: 30px 16px 34px; }
  .popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .bottom-cta-wrap { width: calc(100% + 32px); margin: 44px -16px 0; }
  .cta-mascot { left: 87.6%; top: -1%; width: 42px; }
  .contact-strip { margin: 0; padding: 24px 14px 28px; font-size: 13px; gap: 18px; }
  .contact-heading strong { font-size: 23px; }
  .contact-heading > span { font-size: 13px; }
  .contact-details { display: grid; gap: 12px; justify-items: center; }
  .contact-strip .address,
  .contact-strip .phones { justify-content: center; text-align: center; }
  .contact-strip .phones { display: grid; grid-template-columns: auto auto; }
  .contact-strip .phones .contact-icon { grid-row: 1 / 4; }
  .contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 420px; }
  .contact-btn { width: 100%; padding-inline: 12px; }
  .service-actions { display: grid; width: 100%; max-width: 420px; }
  .service-btn { width: 100%; }
  .channel-btn { width: 100%; max-width: 420px; text-align: center; flex-wrap: wrap; }
  .mobile-tour-cta {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 14px;
    right: 14px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 999px;
    z-index: 50;
    color: #fff;
    background: linear-gradient(135deg,#e87400,#ff9b12);
    border: 2px solid rgba(255,255,255,.9);
    box-shadow: 0 12px 28px rgba(97,48,0,.28);
    text-decoration: none;
    font: 800 17px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .01em;
  }
  .direction-card:hover,
  .spot.action-link:hover,
  .bottom-cta-link:hover,
  .contact-btn:hover,
  .service-btn:hover,
  .channel-btn:hover { transform: none; filter: none; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* ==================================================================
   RESTYLE 4.13 — главная страница
   Первый экран и его фирменная композиция намеренно не меняются.
   ================================================================== */

.restyle-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  background: rgba(255,250,243,.96);
  border-top: 1px solid rgba(214,106,0,.12);
  border-bottom: 1px solid rgba(47,109,41,.14);
  box-shadow: 0 8px 24px rgba(28,42,20,.07);
  backdrop-filter: blur(10px);
}

.restyle-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 999px;
  color: #285d2a;
  text-decoration: none;
  font: 700 13px/1 Arial, Helvetica, sans-serif;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.restyle-nav a:hover,
.restyle-nav a:focus-visible {
  color: #fff;
  background: #2f6d29;
  transform: translateY(-1px);
  outline: none;
}

.directions-section {
  position: relative;
  scroll-margin-top: 76px;
  padding: 48px 58px 46px;
}

.main-directions-section {
  background:
    radial-gradient(circle at 50% -20%, rgba(255,255,255,1) 0, rgba(247,250,242,.98) 56%, rgba(242,247,235,1) 100%);
  border-bottom: 1px solid rgba(47,109,41,.13);
}

.showcase-section {
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,.98) 0, rgba(255,248,235,.98) 55%, rgba(251,242,224,1) 100%);
  border-top: 1px solid rgba(214,106,0,.15);
  border-bottom: 1px solid rgba(214,106,0,.15);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: #d76c00;
  font: 800 12px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.section-heading h2,
.channels-copy h2 {
  margin: 0;
  color: #214f21;
  font: 700 30px/1.15 Georgia, 'Times New Roman', serif;
}

.section-heading p,
.channels-copy p {
  margin: 12px auto 0;
  color: #52624f;
  font: 15px/1.5 Arial, Helvetica, sans-serif;
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.core-card {
  cursor: default;
  border: 1px solid rgba(47,109,41,.08);
  box-shadow: 0 10px 24px rgba(28,42,20,.09);
}

.core-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(28,42,20,.12);
}

.showcase-section .direction-card {
  border: 1px solid rgba(214,106,0,.08);
}

.price-note {
  max-width: 820px;
  margin: 26px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(214,106,0,.14);
  color: #6a665d;
  text-align: center;
  font: 12px/1.45 Arial, Helvetica, sans-serif;
}

.channels-section {
  scroll-margin-top: 76px;
  margin: 0;
  padding: 34px 58px;
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 32px;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(244,249,239,1) 0%, rgba(255,250,240,1) 100%);
  border-top: 3px solid #2f6d29;
  border-bottom: 3px solid #e57900;
}

.channels-copy {
  text-align: left;
}

.channels-copy .section-kicker {
  margin-bottom: 7px;
}

.channels-copy p {
  max-width: 590px;
  margin-left: 0;
}

.channels-actions {
  display: grid;
  gap: 10px;
}

.channel-social-btn {
  min-height: 62px;
  padding: 12px 18px;
  border-radius: 16px;
  display: grid;
  gap: 4px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(28,42,20,.10);
  transition: transform .22s ease, box-shadow .22s ease;
}

.channel-social-btn strong {
  font: 800 16px/1 Arial, Helvetica, sans-serif;
}

.channel-social-btn span {
  font: 12px/1.2 Arial, Helvetica, sans-serif;
  opacity: .88;
}

.channel-social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(28,42,20,.14);
}

.channel-telegram {
  color: #fff;
  background: linear-gradient(135deg,#247ca1,#55a9c8);
}

.channel-max {
  color: #fff;
  background: linear-gradient(135deg,#6555ad,#9271ce);
}

.approach-section {
  scroll-margin-top: 76px;
}

.final-cta-wrap {
  width: 100%;
  margin: 0;
  background: #fff8eb;
}

.footer-channels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.max-channel-btn {
  color: #6454a8;
  border-color: rgba(101,85,173,.25);
}

/* Чуть спокойнее интерактив карточек после рестайлинга */
.directions-section .direction-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Планшеты */
@media (max-width: 900px) {
  .restyle-nav {
    grid-template-columns: repeat(4, max-content);
    gap: 5px;
    padding-inline: 10px;
  }

  .restyle-nav a {
    padding-inline: 10px;
    font-size: 12px;
  }

  .directions-section {
    padding: 40px 34px;
  }

  .directions-grid {
    gap: 18px 16px;
  }

  .channels-section {
    padding: 32px 34px;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
  }
}

/* Мобильные */
@media (max-width: 700px) {
  .restyle-nav {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 12px 14px 14px;
  }

  .restyle-nav a {
    min-height: 40px;
    padding: 10px 8px;
    border: 1px solid rgba(47,109,41,.14);
    background: rgba(255,255,255,.72);
    font-size: 12px;
  }

  .directions-section {
    scroll-margin-top: 18px;
    padding: 32px 16px 34px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading h2,
  .channels-copy h2 {
    font-size: 24px;
  }

  .section-heading p,
  .channels-copy p {
    font-size: 14px;
  }

  .directions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .channels-section {
    padding: 28px 18px 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .channels-copy {
    text-align: center;
  }

  .channels-copy p {
    margin-inline: auto;
  }

  .channel-social-btn {
    text-align: center;
  }

  .final-cta-wrap {
    width: 100%;
    margin: 0;
  }

  .footer-channels {
    display: grid;
    width: 100%;
    max-width: 420px;
  }

  .footer-channels .channel-btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .directions-grid {
    gap: 14px 10px;
  }

  .restyle-nav a {
    font-size: 11px;
  }
}
