/*
Theme Name: StepTourGo
Theme URI: https://steptourgo.com
Description: AI-планировщик путешествий по России и СНГ. Дочерняя тема Astra. Версия 5.0 — светлый дизайн.
Author: StepTourGo
Template: astra
Version: 5.0.0
Text Domain: steptourgo
*/

/* ═══════════════════════════════════════
   ПЕРЕМЕННЫЕ
═══════════════════════════════════════ */
:root {
  --c-orange:   #E8521A;
  --c-orange-d: #CC4515;
  --c-orange-l: #FF6B35;
  --c-dark:     #1A1A1A;
  --c-gray:     #F7F5F2;
  --c-gray2:    #F0EDE8;
  --c-border:   #E5E0D8;
  --c-text:     #1A1A1A;
  --c-muted:    #888880;
  --c-white:    #FFFFFF;
  --c-green:    #16A34A;
  --r:          10px;
  --r-lg:       14px;
}

/* ═══════════════════════════════════════
   BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', -apple-system, 'Segoe UI', sans-serif !important;
  background: #FFFFFF !important;
  color: var(--c-text) !important;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: var(--c-orange); text-decoration: none; }
a:hover { color: var(--c-orange-d); }
img { max-width: 100%; display: block; }

/* Astra reset */
#page, .site { background: #FFFFFF !important; }
.ast-container { max-width: 1160px !important; }
.entry-content { background: transparent !important; }

/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
.stg-nav {
  height: 60px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--c-border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px;
  position: sticky; top: 0; z-index: 1000;
}
.stg-logo {
  display: flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.stg-logo svg { flex-shrink: 0; }
.stg-logo-text {
  font-size: 17px; font-weight: 800;
  color: #1A1A1A; letter-spacing: -.02em;
  font-family: 'Inter', sans-serif;
}
.stg-logo-text em {
  font-style: normal; color: #E8521A;
}
.stg-logo:hover .stg-logo-text { color: #1A1A1A; }
.stg-nav-links { display: flex; align-items: center; gap: 20px; }
.stg-nav-links a { font-size: 13px; color: var(--c-muted); font-weight: 500; }
.stg-nav-links a:hover { color: var(--c-dark); }
.stg-nav-cta {
  background: var(--c-orange); color: #fff !important;
  padding: 7px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 600;
  transition: background .15s;
}
.stg-nav-cta:hover { background: var(--c-orange-d) !important; color: #fff !important; }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.stg-hero {
  background: #FFFFFF;
  padding: 72px 24px 56px;
  text-align: center;
  border-bottom: 0.5px solid var(--c-border);
  position: relative;
  overflow: hidden;
}
.stg-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(232,82,26,.07) 0%, transparent 70%);
  pointer-events: none;
}
.stg-hero-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #FEF0EA; border: 0.5px solid #F5B89A;
  border-radius: 20px; padding: 4px 12px;
  font-size: 12px; font-weight: 500; color: #B83E0E;
  margin-bottom: 20px;
}
.stg-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -.03em; color: var(--c-dark);
  margin-bottom: 14px;
}
.stg-hero h1 em { font-style: normal; color: var(--c-orange); }
.stg-hero-sub {
  font-size: 16px; color: var(--c-muted);
  max-width: 480px; margin: 0 auto 32px;
  line-height: 1.65;
}

/* ═══════════════════════════════════════
   SEARCH (Layla-style: одно поле)
═══════════════════════════════════════ */
.stg-search-wrap { max-width: 640px; margin: 0 auto 16px; }
.stg-search-single {
  display: flex; align-items: center;
  background: #fff;
  border: 1.5px solid var(--c-border);
  border-radius: 50px;
  padding: 6px 6px 6px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: border-color .2s, box-shadow .2s;
}
.stg-search-single:focus-within {
  border-color: var(--c-orange);
  box-shadow: 0 4px 24px rgba(232,82,26,.15);
}
.stg-search-single input {
  flex: 1; border: none; outline: none;
  font-size: 15px; color: var(--c-dark);
  background: transparent; font-family: inherit;
}
.stg-search-single input::placeholder { color: #BBB; }
.stg-search-btn {
  background: var(--c-orange); color: #fff;
  border: none; border-radius: 40px;
  padding: 10px 22px; font-size: 14px; font-weight: 600;
  cursor: pointer; font-family: inherit;
  white-space: nowrap; transition: background .15s;
  display: flex; align-items: center; gap: 6px;
}
.stg-search-btn:hover { background: var(--c-orange-d); }

/* Quick suggestions */
.stg-quick-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
}
.stg-quick-tag {
  background: var(--c-gray); border: 0.5px solid var(--c-border);
  border-radius: 20px; padding: 6px 14px;
  font-size: 13px; color: var(--c-muted);
  cursor: pointer; font-family: inherit;
  transition: all .15s; border: none;
}
.stg-quick-tag:hover {
  background: #FEF0EA; color: var(--c-orange);
}

/* ═══════════════════════════════════════
   ПАРТНЁРЫ
═══════════════════════════════════════ */
.stg-partners {
  background: var(--c-gray);
  border-top: 0.5px solid var(--c-border);
  border-bottom: 0.5px solid var(--c-border);
  padding: 12px 24px;
  display: flex; align-items: center; gap: 8px;
  justify-content: center; flex-wrap: wrap;
}
.stg-partners-label { font-size: 11px; color: var(--c-muted); }
.stg-partner-pill {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: 6px; padding: 4px 10px;
  font-size: 12px; color: #555; font-weight: 500;
}

/* ═══════════════════════════════════════
   СЕКЦИИ
═══════════════════════════════════════ */
.stg-section { padding: 60px 24px; max-width: 1160px; margin: 0 auto; }
.stg-section-bg { background: var(--c-gray); }
.stg-section-white { background: #fff; }
.stg-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--c-orange);
  margin-bottom: 6px;
}
.stg-h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700; color: var(--c-dark);
  letter-spacing: -.02em; margin-bottom: 8px;
}
.stg-h2-sub { font-size: 15px; color: var(--c-muted); margin-bottom: 28px; }

/* ═══════════════════════════════════════
   НАПРАВЛЕНИЯ
═══════════════════════════════════════ */
.stg-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px; margin-top: 24px;
}
.stg-dest-card {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); overflow: hidden;
  cursor: pointer; text-decoration: none; display: block;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.stg-dest-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  border-color: var(--c-orange);
}
.stg-dest-img-wrap {
  height: 130px; position: relative; overflow: hidden;
}
.stg-dest-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .3s ease;
}
.stg-dest-card:hover .stg-dest-img-wrap img { transform: scale(1.05); }
.stg-dest-badge {
  position: absolute; top: 8px; right: 8px;
  background: var(--c-orange); color: #fff;
  font-size: 10px; font-weight: 600;
  padding: 2px 7px; border-radius: 4px;
  backdrop-filter: blur(4px);
}
.stg-dest-body { padding: 10px 12px; }
.stg-dest-name { font-size: 14px; font-weight: 600; color: var(--c-dark); }
.stg-dest-price { font-size: 12px; color: var(--c-muted); margin-top: 2px; }

/* Цвета превью */
.bg-baikal    { background: #D6E8F5; }
.bg-altai     { background: #D6EDD8; }
.bg-crimea    { background: #D6E4F5; }
.bg-abkhazia  { background: #D6F0E8; }
.bg-georgia   { background: #F5E6D6; }
.bg-armenia   { background: #F5D6D6; }
.bg-kamchatka { background: #F5D6E6; }
.bg-murmansk  { background: #D6E4F5; }
.bg-kazan     { background: #F5EDD6; }
.bg-dagestan  { background: #EDD6F5; }

/* ═══════════════════════════════════════
   КАК РАБОТАЕТ
═══════════════════════════════════════ */
.stg-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-top: 24px;
}
.stg-how-card {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 24px;
}
.stg-how-num {
  font-size: 12px; font-weight: 700; color: var(--c-orange);
  letter-spacing: .06em; margin-bottom: 12px;
}
.stg-how-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: #FEF0EA; display: flex; align-items: center;
  justify-content: center; font-size: 20px; margin-bottom: 12px;
}
.stg-how-title { font-size: 15px; font-weight: 600; color: var(--c-dark); margin-bottom: 6px; }
.stg-how-text { font-size: 13px; color: var(--c-muted); line-height: 1.6; }

/* ═══════════════════════════════════════
   ФИЧИ
═══════════════════════════════════════ */
.stg-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0; margin-top: 24px;
  border: 0.5px solid var(--c-border); border-radius: var(--r-lg);
  overflow: hidden;
}
.stg-feat-cell {
  padding: 20px 24px;
  border-right: 0.5px solid var(--c-border);
  border-bottom: 0.5px solid var(--c-border);
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff;
}
.stg-feat-cell:hover { background: #FEF0EA; }
.stg-feat-ic {
  width: 36px; height: 36px; border-radius: 9px;
  background: #FEF0EA; border: 0.5px solid #F5B89A;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0; color: var(--c-orange);
}
.stg-feat-title { font-size: 14px; font-weight: 600; color: var(--c-dark); margin-bottom: 4px; }
.stg-feat-text  { font-size: 12px; color: var(--c-muted); line-height: 1.55; }

/* ═══════════════════════════════════════
   СТАТИСТИКА
═══════════════════════════════════════ */
.stg-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 0.5px solid var(--c-border);
  border-bottom: 0.5px solid var(--c-border);
  background: #fff;
}
.stg-stat {
  padding: 28px 20px; text-align: center;
  border-right: 0.5px solid var(--c-border);
}
.stg-stat:last-child { border-right: none; }
.stg-stat-n {
  font-size: 2rem; font-weight: 700; color: var(--c-dark);
  letter-spacing: -.02em; line-height: 1;
}
.stg-stat-n em { color: var(--c-orange); font-style: normal; }
.stg-stat-l { font-size: 12px; color: var(--c-muted); margin-top: 6px; }

/* ═══════════════════════════════════════
   ОТЗЫВЫ
═══════════════════════════════════════ */
.stg-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px; margin-top: 24px;
}
.stg-review {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 20px;
}
.stg-review-stars { color: var(--c-orange); font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
.stg-review-text  { font-size: 13px; color: #444; line-height: 1.7; margin-bottom: 14px; font-style: italic; }
.stg-review-author { display: flex; align-items: center; gap: 10px; }
.stg-review-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: #FEF0EA; color: var(--c-orange);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.stg-review-name { font-size: 13px; font-weight: 600; color: var(--c-dark); }
.stg-review-city { font-size: 11px; color: var(--c-muted); }

/* ═══════════════════════════════════════
   CTA
═══════════════════════════════════════ */
.stg-cta-section {
  background: var(--c-orange); padding: 60px 24px; text-align: center;
}
.stg-cta-section h2 { font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.stg-cta-section p  { color: rgba(255,255,255,.75); font-size: 15px; margin-bottom: 24px; }
.stg-cta-btn {
  background: #fff; color: var(--c-orange);
  border: none; padding: 14px 32px; border-radius: 50px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  font-family: inherit; transition: transform .15s;
  display: inline-block; text-decoration: none;
}
.stg-cta-btn:hover { transform: scale(1.03); color: var(--c-orange); }

/* ═══════════════════════════════════════
   КНОПКИ
═══════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 22px; border-radius: 50px;
  font-weight: 600; font-size: 14px; cursor: pointer;
  border: none; font-family: inherit; text-decoration: none;
  transition: all .15s;
}
.btn-orange { background: var(--c-orange); color: #fff; }
.btn-orange:hover { background: var(--c-orange-d); color: #fff; }
.btn-outline { background: transparent; color: var(--c-dark); border: 1.5px solid var(--c-border); }
.btn-outline:hover { border-color: var(--c-orange); color: var(--c-orange); }
.btn-sm { padding: 7px 16px; font-size: 13px; }

/* ═══════════════════════════════════════
   WIZARD (генератор)
═══════════════════════════════════════ */
.stg-wiz-wrap {
  min-height: 100vh; background: var(--c-gray);
  display: flex; align-items: center; justify-content: center;
  padding: 80px 16px 40px;
}
.stg-wiz {
  width: 100%; max-width: 600px; background: #fff;
  border: 0.5px solid var(--c-border); border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.08);
}
.stg-wiz-head { padding: 24px 28px 20px; border-bottom: 0.5px solid var(--c-border); }
.stg-wiz-progress { height: 3px; background: var(--c-border); border-radius: 2px; overflow: hidden; margin: 12px 0 6px; }
.stg-wiz-bar { height: 100%; background: var(--c-orange); border-radius: 2px; transition: width .4s ease; }
.stg-wiz-step-info { font-size: 12px; color: var(--c-muted); }
.stg-wiz-body { padding: 28px; }
.stg-wiz-q { font-size: 20px; font-weight: 700; color: var(--c-dark); margin-bottom: 6px; }
.stg-wiz-hint { font-size: 13px; color: var(--c-muted); margin-bottom: 20px; }
.stg-wiz-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.stg-wiz-opt {
  padding: 8px 16px; border-radius: 50px;
  border: 1.5px solid var(--c-border); background: #fff;
  font-size: 14px; color: var(--c-muted); cursor: pointer;
  font-family: inherit; transition: all .15s;
}
.stg-wiz-opt:hover, .stg-wiz-opt.active {
  border-color: var(--c-orange); color: var(--c-orange);
  background: #FEF0EA;
}
.stg-wiz-input, .stg-wiz-select {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--c-border); border-radius: var(--r);
  font-size: 15px; color: var(--c-dark); font-family: inherit;
  outline: none; background: #fff; transition: border-color .2s;
}
.stg-wiz-input:focus, .stg-wiz-select:focus { border-color: var(--c-orange); }
.stg-wiz-input::placeholder { color: #BBB; }
.stg-wiz-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 28px; border-top: 0.5px solid var(--c-border);
  background: var(--c-gray);
}
.stg-btn-back {
  background: transparent; border: 1.5px solid var(--c-border);
  color: var(--c-muted); padding: 9px 20px; border-radius: 50px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  font-family: inherit; transition: all .15s;
}
.stg-btn-back:hover { border-color: var(--c-dark); color: var(--c-dark); }
.stg-btn-next {
  background: var(--c-orange); color: #fff; border: none;
  padding: 10px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  font-family: inherit; transition: background .15s;
  display: flex; align-items: center; gap: 6px;
}
.stg-btn-next:hover { background: var(--c-orange-d); }
.stg-btn-next:disabled { opacity: .45; cursor: not-allowed; }

/* ═══════════════════════════════════════
   РЕЗУЛЬТАТЫ
═══════════════════════════════════════ */
.stg-result-wrap { max-width: 860px; margin: 0 auto; padding: 80px 16px 60px; }
.stg-result-head { text-align: center; padding-bottom: 24px; border-bottom: 0.5px solid var(--c-border); margin-bottom: 24px; }
.stg-result-head h1 { font-size: 1.75rem; font-weight: 700; color: var(--c-dark); }
.stg-result-head p { color: var(--c-muted); font-size: 14px; margin-top: 4px; }

.stg-result-content {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 28px;
}
.stg-result-content h2 { font-size: 1.1rem; font-weight: 700; color: var(--c-orange); margin: 1.5rem 0 .4rem; }
.stg-result-content h2:first-child { margin-top: 0; }
.stg-result-content h3 { font-size: 1rem; font-weight: 600; color: var(--c-dark); margin: 1rem 0 .3rem; }
.stg-result-content p  { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: .6rem; }
.stg-result-content ul { padding-left: 20px; margin-bottom: .75rem; }
.stg-result-content li { font-size: 14px; color: #444; margin-bottom: .3rem; line-height: 1.7; }
.stg-result-content strong { color: var(--c-dark); }

.stg-result-actions { display: flex; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.stg-act-btn {
  padding: 8px 16px; border-radius: 50px; font-size: 13px;
  font-weight: 600; cursor: pointer; border: 1.5px solid var(--c-border);
  background: #fff; color: var(--c-muted); font-family: inherit;
  transition: all .15s; text-decoration: none; display: inline-flex;
  align-items: center; gap: 5px;
}
.stg-act-btn:hover { border-color: var(--c-orange); color: var(--c-orange); }

/* Loading */
.stg-loader { text-align: center; padding: 60px 20px; }
.stg-spinner {
  width: 40px; height: 40px; border: 3px solid var(--c-border);
  border-top-color: var(--c-orange); border-radius: 50%;
  animation: spin .7s linear infinite; margin: 0 auto 16px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ═══════════════════════════════════════
   ТУРЫ СТРАНИЦА
═══════════════════════════════════════ */
.stg-tours-wrap { max-width: 1060px; margin: 0 auto; padding: 80px 16px 60px; }
.stg-filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px;
  padding: 16px; background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg);
}
.stg-filter-select {
  padding: 8px 14px; border: 1.5px solid var(--c-border);
  border-radius: 50px; font-size: 13px; color: var(--c-dark);
  font-family: inherit; outline: none; background: #fff;
  cursor: pointer;
}
.stg-filter-select:focus { border-color: var(--c-orange); }

.stg-tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.stg-tour-card {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.stg-tour-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.stg-tour-thumb { height: 160px; display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; }
.stg-tour-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--c-orange); color: #fff;
  font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px;
}
.stg-tour-rating {
  position: absolute; top: 10px; right: 10px;
  background: rgba(255,255,255,.9); color: var(--c-dark);
  font-size: 11px; font-weight: 600; padding: 3px 7px; border-radius: 4px;
}
.stg-tour-body { padding: 16px; }
.stg-tour-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.stg-tour-tag {
  font-size: 11px; padding: 2px 8px; border-radius: 4px;
  background: #FEF0EA; color: #B83E0E;
}
.stg-tour-title { font-size: 15px; font-weight: 600; color: var(--c-dark); margin-bottom: 4px; }
.stg-tour-city  { font-size: 12px; color: var(--c-muted); margin-bottom: 4px; }
.stg-tour-hotel { font-size: 12px; color: var(--c-muted); margin-bottom: 10px; }
.stg-tour-footer { display: flex; align-items: flex-end; justify-content: space-between; }
.stg-tour-price-lbl { font-size: 11px; color: var(--c-muted); }
.stg-tour-price-val { font-size: 18px; font-weight: 700; color: var(--c-dark); line-height: 1; }
.stg-tour-price-sub { font-size: 11px; color: var(--c-muted); }
.stg-book-btn {
  background: var(--c-orange); color: #fff; border: none;
  padding: 8px 16px; border-radius: 50px; font-size: 12px;
  font-weight: 700; cursor: pointer; font-family: inherit;
  transition: background .15s;
}
.stg-book-btn:hover { background: var(--c-orange-d); }

/* ═══════════════════════════════════════
   ТАРИФЫ
═══════════════════════════════════════ */
.stg-pricing-wrap { max-width: 900px; margin: 0 auto; padding: 80px 16px 60px; }
.stg-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-top: 32px; }
.stg-price-card {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 24px; transition: all .2s;
}
.stg-price-card.featured {
  border: 2px solid var(--c-orange);
  background: #FEF0EA;
}
.stg-price-badge {
  display: inline-block; background: var(--c-orange); color: #fff;
  font-size: 11px; font-weight: 700; padding: 3px 10px;
  border-radius: 20px; margin-bottom: 12px; letter-spacing: .04em;
}
.stg-price-name  { font-size: 15px; font-weight: 600; color: var(--c-dark); margin-bottom: 6px; }
.stg-price-amt   { font-size: 2.5rem; font-weight: 700; color: var(--c-dark); letter-spacing: -.02em; line-height: 1; }
.stg-price-amt span { font-size: 14px; font-weight: 400; color: var(--c-muted); }
.stg-price-desc  { font-size: 12px; color: var(--c-muted); margin: 8px 0 16px; }
.stg-price-feats { list-style: none; margin-bottom: 20px; }
.stg-price-feats li { font-size: 13px; color: var(--c-dark); padding: 5px 0; display: flex; gap: 8px; border-bottom: 0.5px solid var(--c-border); }
.stg-price-feats li:last-child { border-bottom: none; }
.stg-price-feats .ck { color: var(--c-green); font-size: 14px; }
.stg-price-feats .no { color: #CCC; font-size: 14px; }

/* ═══════════════════════════════════════
   ПРОФИЛЬ
═══════════════════════════════════════ */
.stg-profile-wrap { max-width: 1060px; margin: 0 auto; padding: 80px 16px 60px; }
.stg-profile-grid { display: grid; grid-template-columns: 240px 1fr; gap: 20px; }
.stg-sidebar {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 20px;
  height: fit-content;
}
.stg-user-av {
  width: 56px; height: 56px; border-radius: 50%;
  background: #FEF0EA; color: var(--c-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 700; margin-bottom: 10px;
}
.stg-user-name  { font-size: 15px; font-weight: 600; color: var(--c-dark); }
.stg-user-email { font-size: 12px; color: var(--c-muted); margin-bottom: 16px; }
.stg-user-bonus {
  background: var(--c-gray); border-radius: 8px;
  padding: 10px 12px; margin-bottom: 16px;
}
.stg-user-bonus .lbl { font-size: 11px; color: var(--c-muted); }
.stg-user-bonus .val { font-size: 1.4rem; font-weight: 700; color: var(--c-orange); }
.stg-sidebar-nav { list-style: none; }
.stg-sidebar-nav li { margin-bottom: 2px; }
.stg-sidebar-nav a {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; border-radius: 8px; font-size: 13px;
  color: var(--c-muted); transition: all .15s;
}
.stg-sidebar-nav a:hover, .stg-sidebar-nav a.active {
  background: #FEF0EA; color: var(--c-orange);
}
.stg-profile-main {
  background: #fff; border: 0.5px solid var(--c-border);
  border-radius: var(--r-lg); padding: 24px;
}

/* ═══════════════════════════════════════
   ФУТЕР
═══════════════════════════════════════ */
.stg-footer { background: var(--c-dark); padding: 48px 24px 28px; }
.stg-footer-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
}
.stg-footer-logo { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.stg-footer-logo span { color: var(--c-orange); }
.stg-footer-tagline { font-size: 13px; color: #888; line-height: 1.65; }
.stg-footer-h { font-size: 11px; font-weight: 700; color: #fff; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.stg-footer-links { list-style: none; }
.stg-footer-links li { margin-bottom: 7px; }
.stg-footer-links a { font-size: 13px; color: #888; }
.stg-footer-links a:hover { color: var(--c-orange); }
.stg-footer-bottom {
  max-width: 1160px; margin: 28px auto 0;
  padding-top: 20px; border-top: 0.5px solid #333;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
.stg-footer-copy { font-size: 12px; color: #555; }

/* ═══════════════════════════════════════
   МОДАЛКА
═══════════════════════════════════════ */
.stg-modal-bg {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.45); z-index: 2000;
  align-items: center; justify-content: center; padding: 16px;
}
.stg-modal-bg.open { display: flex; }
.stg-modal {
  background: #fff; border-radius: 20px;
  max-width: 640px; width: 100%; max-height: 90vh;
  overflow-y: auto; padding: 28px; position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.stg-modal-x {
  position: absolute; top: 16px; right: 16px;
  background: var(--c-gray); border: none; width: 30px; height: 30px;
  border-radius: 50%; cursor: pointer; font-size: 14px; color: var(--c-muted);
  display: flex; align-items: center; justify-content: center;
}

/* ═══════════════════════════════════════
   UPSELL
═══════════════════════════════════════ */
.stg-upsell {
  background: #FEF0EA; border: 0.5px solid #F5B89A;
  border-radius: var(--r-lg); padding: 20px; margin-top: 20px;
  text-align: center;
}
.stg-upsell h3 { font-size: 15px; font-weight: 700; color: var(--c-dark); margin-bottom: 6px; }
.stg-upsell p  { font-size: 13px; color: var(--c-muted); margin-bottom: 12px; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 768px) {
  .stg-nav-links > *:not(.stg-nav-cta) { display: none; }
  .stg-search-single { border-radius: 14px; flex-direction: column; padding: 12px; }
  .stg-search-btn { width: 100%; justify-content: center; border-radius: 10px; }
  .stg-stats-row { grid-template-columns: repeat(2, 1fr); }
  .stg-footer-inner { grid-template-columns: 1fr 1fr; }
  .stg-profile-grid { grid-template-columns: 1fr; }
  .stg-section { padding: 40px 16px; }
}
@media (max-width: 480px) {
  .stg-footer-inner { grid-template-columns: 1fr; }
  .stg-pricing-grid { grid-template-columns: 1fr; }
  .stg-tour-grid { grid-template-columns: 1fr; }
  .stg-dest-grid { grid-template-columns: repeat(2, 1fr); }
}

/* SCROLLBAR */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: var(--c-orange); border-radius: 3px; }

/* PRINT */
@media print {
  .stg-nav, .stg-footer, .stg-upsell { display: none; }
  body { background: white !important; }
}
/* ═══════════════════════════════════════
   МОБИЛЬНАЯ НИЖНЯЯ НАВИГАЦИЯ
   Добавить в конец style.css темы.
═══════════════════════════════════════ */

/* На десктопе нижняя панель скрыта */
.stg-mobnav { display: none; }

@media (max-width: 768px) {
  /* В шапке на мобильном прячем ссылки и кнопку — остаётся только логотип */
  .stg-nav-links { display: none; }

  /* Нижняя панель: закреплена внизу экрана */
  .stg-mobnav {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(12px);
    border-top: 0.5px solid var(--c-border, #ECECEA);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 20px rgba(0,0,0,.06);
  }
  .stg-mobnav-item {
    flex: 1;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: var(--c-muted, #6B7280);
    font-size: 11px; font-weight: 600;
    padding: 6px 4px;
    border-radius: 12px;
    transition: color .15s;
  }
  .stg-mobnav-item:hover, .stg-mobnav-item:active { color: var(--c-orange, #E8521A); }
  .stg-mobnav-item.is-active { color: var(--c-orange, #E8521A); font-weight: 700; }
  .stg-mobnav-item .mi { font-size: 20px; line-height: 1; }
  .stg-mobnav-item .ml { line-height: 1; }

  /* Кнопка «Создать маршрут» — акцентная, крупнее */
  .stg-mobnav-cta {
    flex: 1.4;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: #fff;
    font-size: 11px; font-weight: 700;
    margin: 0 4px;
    border-radius: 14px;
    background: linear-gradient(135deg, #E8521A, #FF7A3D);
    box-shadow: 0 4px 14px rgba(232,82,26,.4);
    padding: 8px 4px;
  }
  .stg-mobnav-cta .mi { font-size: 22px; line-height: 1; font-weight: 400; }
  .stg-mobnav-cta .ml { line-height: 1; }

  /* Чтобы контент не прятался под нижней панелью */
  body { padding-bottom: 68px; }
}
