/* ============================================
   FENIX MULTIGLOBAL — sections.css
   Стили конкретных секций страниц
   ============================================ */

/* ═══════════════════════════════════════════════
   HERO (index.html)
   ═══════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: var(--nav-height);
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  background: var(--white);
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 28px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4.5vw, 4.6rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--dark);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.hero-title em {
  font-style: italic;
  color: var(--terra);
}

.hero-desc {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--mid);
  max-width: 420px;
  margin-bottom: 44px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-right {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 58, 58, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: var(--white);
  padding: 22px 28px;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.hero-badge-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--terra);
  line-height: 1;
}

.hero-badge-lbl {
  font-size: 0.74rem;
  font-weight: 400;
  color: var(--mid);
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════
   SERVICES SECTION (index, services)
   ═══════════════════════════════════════════════ */
.services {
  background: var(--off);
}

.svc-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}

.svc-header .body-text {
  max-width: 420px;
}

.svc-header-actions {
  display: flex;
  justify-content: flex-end;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

/* services.html — full alternating layout */
.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}

.service-block:last-of-type {
  border-bottom: none;
}

.service-block.reverse .service-text {
  order: 2;
}

.service-block.reverse .service-img {
  order: 1;
}

.service-text .svc-num {
  font-size: 4rem;
  color: var(--terra-bg-strong);
  margin-bottom: 16px;
}

.service-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.service-text > p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 28px;
  max-width: 520px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.service-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--mid);
  line-height: 1.6;
}

.service-list li::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 1.5px;
  background: var(--terra);
  margin-top: 12px;
}

.service-img {
  position: relative;
}

.service-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.service-img-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: var(--terra);
  z-index: -1;
}

.service-block.reverse .service-img-accent {
  right: auto;
  left: -20px;
}

/* ═══════════════════════════════════════════════
   ABOUT SECTION (index, about)
   ═══════════════════════════════════════════════ */
.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-img-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--terra);
  z-index: -1;
}

.about-list {
  margin-top: 28px;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.6;
}

.about-list li::before {
  content: '—';
  color: var(--terra);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.stats-row {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════
   DESTINATIONS GRID (index)
   ═══════════════════════════════════════════════ */
.destinations {
  background: var(--off);
}

.destinations-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  height: 600px;
}

.dest-card {
  position: relative;
  overflow: hidden;
}

.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}

.dest-card:hover img {
  transform: scale(1.05);
}

.dest-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.1) 50%, transparent 70%);
  pointer-events: none;
}

.dest-card-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  color: var(--white);
}

.dest-card-label h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

.dest-card-label p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
}

.dest-card.dest-big {
  grid-row: 1 / 3;
}

.dest-card.dest-big h3 {
  font-size: 2.2rem;
}

/* ═══════════════════════════════════════════════
   TOURS GRID (index, tours)
   ═══════════════════════════════════════════════ */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tours-grid-4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tours-footer {
  margin-top: 48px;
  text-align: center;
}

/* ═══════════════════════════════════════════════
   WHY US (index)
   ═══════════════════════════════════════════════ */
.why-us {
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 48px;
}

.why-item {
  display: flex;
  flex-direction: column;
}

.why-icon {
  width: 48px;
  height: 48px;
  color: var(--terra);
  margin-bottom: 22px;
}

.why-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.3;
}

.why-item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.why-item p {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--soft);
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS (index)
   ═══════════════════════════════════════════════ */
.testimonials {
  background: var(--off);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

/* ═══════════════════════════════════════════════
   INFO / REQUISITES (index, contact)
   ═══════════════════════════════════════════════ */
.info {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.info-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}

.info-header .body-text {
  max-width: 420px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ═══════════════════════════════════════════════
   TEAM (about)
   ═══════════════════════════════════════════════ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 48px;
}

/* ═══════════════════════════════════════════════
   CERTIFICATES (about)
   ═══════════════════════════════════════════════ */
.certs {
  background: var(--off);
}

.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.cert-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 16px;
  transition: border-color var(--t-base), transform var(--t-base);
}

.cert-card:hover {
  border-color: var(--terra);
  transform: translateY(-3px);
}

.cert-img {
  aspect-ratio: 3 / 4;
  background: var(--off);
  overflow: hidden;
  margin-bottom: 16px;
}

.cert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-card h4 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

.cert-card p {
  font-size: 0.78rem;
  color: var(--soft);
}

/* ═══════════════════════════════════════════════
   GEOGRAPHY (about)
   ═══════════════════════════════════════════════ */
.geo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.geo-region {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 26px;
  transition: border-color var(--t-base), transform var(--t-base);
}

.geo-region:hover {
  border-color: var(--terra);
  transform: translateY(-3px);
}

.geo-region-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.geo-flag {
  font-size: 1.5rem;
  line-height: 1;
}

.geo-region h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  line-height: 1.25;
}

.geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.geo-tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--off);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--mid);
  letter-spacing: 0.01em;
  transition: all var(--t-fast);
}

.geo-region:hover .geo-tag {
  border-color: var(--terra-bg-strong);
}

@media (max-width: 1024px) {
  .geo-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 640px) {
  .geo-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   PARTNERS (about)
   ═══════════════════════════════════════════════ */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.partner-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  padding: 30px 20px;
  min-height: 100px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--soft);
  letter-spacing: 0.04em;
  transition: color var(--t-base);
}

.partner-cell:hover {
  color: var(--terra);
}

/* ═══════════════════════════════════════════════
   PROCESS (services)
   ═══════════════════════════════════════════════ */
.process {
  background: var(--off);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  border-left: 1px solid var(--line);
}

.process-step {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}

.process-step-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--terra);
  line-height: 1;
  margin-bottom: 16px;
}

.process-step h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--mid);
}

/* ═══════════════════════════════════════════════
   FAQ (services)
   ═══════════════════════════════════════════════ */
.faq-section .container {
  max-width: 920px;
}

.faq-list {
  margin-top: 40px;
}

/* ═══════════════════════════════════════════════
   CONTACT layout (contact.html)
   ═══════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  margin-top: 48px;
  align-items: start;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-method {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  background: var(--off);
  border-left: 3px solid var(--terra);
  transition: background var(--t-base);
  text-decoration: none;
}

.contact-method:hover {
  background: var(--terra-bg);
}

.contact-method-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-method-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.contact-method-text {
  display: flex;
  flex-direction: column;
}

.contact-method-lbl {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 4px;
}

.contact-method-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
}

/* Map */
.map-section {
  padding: 0;
}

.map-frame {
  width: 100%;
  height: 480px;
  border: none;
  display: block;
  filter: grayscale(20%);
  transition: filter var(--t-slow);
}

.map-frame:hover {
  filter: grayscale(0);
}

/* ═══════════════════════════════════════════════
   PRIVACY page
   ═══════════════════════════════════════════════ */
.privacy-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--mid);
}

.privacy-content h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  margin: 48px 0 16px;
  letter-spacing: -0.005em;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p {
  margin-bottom: 16px;
}

.privacy-content ul {
  list-style: disc;
  padding-left: 24px;
  margin: 12px 0 24px;
}

.privacy-content ul li {
  margin-bottom: 8px;
}

.privacy-content .updated {
  font-size: 0.85rem;
  color: var(--soft);
  font-style: italic;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-top: 56px;
}

/* ═══════════════════════════════════════════════
   ERROR PAGES (404, 500, 503, offline)
   ═══════════════════════════════════════════════ */
.error-page {
  /* Exact viewport height, never overflow */
  height: 100vh;
  /* fallback */
  min-height: 100dvh;
  padding: var(--nav-height) 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 800px 400px at 50% 30%, rgba(139, 58, 58, 0.04), transparent 70%),
    var(--off);
}

.error-content {
  max-width: 560px;
  width: 100%;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  /* All children sized using clamp() so layout fits any viewport */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-illustration {
  width: min(280px, 56vw);
  /* scales with viewport height so it never crowds the text */
  height: clamp(120px, 24vh, 220px);
  margin: 0 auto clamp(8px, 1.5vh, 18px);
  position: relative;
  flex-shrink: 0;
}

.error-illustration svg {
  width: 100%;
  height: 100%;
  display: block;
}

.error-num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 0.9;
  color: var(--terra);
  margin-bottom: clamp(4px, 1vh, 10px);
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: baseline;
  gap: 0.04em;
}

.error-num .digit {
  display: inline-block;
}

.error-num .digit-spin {
  animation: error-spin 8s linear infinite;
  transform-origin: 50% 50%;
}

.error-quip {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.6rem);
  font-style: italic;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: clamp(6px, 1vh, 10px);
  line-height: 1.25;
  padding: 0 8px;
}

.error-quip em {
  font-style: normal;
  font-weight: 700;
  color: var(--terra);
}

.error-desc {
  font-size: clamp(0.82rem, 1.6vw, 0.95rem);
  color: var(--mid);
  margin-bottom: clamp(12px, 2vh, 22px);
  line-height: 1.55;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.error-actions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Compact buttons on error pages */
.error-actions .btn {
  padding: 11px 22px;
  font-size: 0.72rem;
}

.error-meta {
  margin-top: clamp(10px, 1.8vh, 22px);
  font-size: 0.74rem;
  color: var(--soft);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.error-meta a {
  color: var(--terra);
  border-bottom: 1px dashed var(--terra);
  transition: color var(--t-fast);
}

.error-meta a:hover { color: var(--terra-d); }

/* Decorative stars/dots around the error page */
.error-star {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--terra);
  border-radius: 50%;
  opacity: 0.4;
  animation: error-twinkle 3s ease-in-out infinite;
}

@keyframes error-twinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50%      { opacity: 0.7; transform: scale(1.2); }
}

@keyframes error-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes error-sway {
  0%, 100% { transform: rotate(-2deg); }
  50%      { transform: rotate(2deg); }
}

@keyframes error-flicker {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.6; }
}

@keyframes error-bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .error-star,
  .digit-spin,
  .anim-sway,
  .anim-flicker,
  .anim-bounce { animation: none !important; }
}

/* SVG illustration styles */
.illu-ground { fill: var(--terra); opacity: 0.08; }
.illu-stroke { fill: none; stroke: var(--terra); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.illu-stroke-dark { fill: none; stroke: var(--dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.illu-fill-soft { fill: var(--terra); opacity: 0.18; }
.illu-fill-warm { fill: #D97757; }
.illu-fill-cream { fill: var(--cream, #FFFAEF); }
.illu-fill-dark { fill: var(--dark); }

.anim-sway   { transform-origin: center bottom; animation: error-sway 4s ease-in-out infinite; }
.anim-flicker{ animation: error-flicker 2s ease-in-out infinite; }
.anim-bounce { animation: error-bounce 3s ease-in-out infinite; }

/* ── ERROR PAGES — short viewports (landscape mobile, small laptops) ── */
@media (max-height: 640px) {
  .error-page { padding: var(--nav-height) 16px 12px; }
  .error-illustration {
    width: min(180px, 36vw);
    height: clamp(80px, 18vh, 140px);
    margin-bottom: 6px;
  }
  .error-num { font-size: clamp(2rem, 6vw, 3.5rem); margin-bottom: 4px; }
  .error-quip { font-size: clamp(0.95rem, 2vw, 1.25rem); margin-bottom: 6px; }
  .error-desc { font-size: 0.82rem; margin-bottom: 10px; line-height: 1.45; }
  .error-actions .btn { padding: 9px 18px; font-size: 0.7rem; }
  .error-meta { margin-top: 10px; font-size: 0.7rem; }
  .error-star { display: none; }
}

/* Very narrow phones */
@media (max-width: 360px) {
  .error-illustration { width: 220px; height: 160px; }
  .error-actions { flex-direction: column; width: 100%; max-width: 220px; }
  .error-actions .btn { width: 100%; }
}

/* On error pages, hide floating contacts/top-back to keep view clean */
.error-body .float-contacts,
.error-body .top-back,
.error-body .cookie-banner { display: none !important; }

/* ═══════════════════════════════════════════════
   RESPONSIVE OVERRIDES for sections
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Hero */
  .hero {
    grid-template-columns: 1fr;
    padding-top: var(--nav-height);
    min-height: auto;
  }

  .hero-left {
    padding: 60px 28px;
  }

  .hero-right {
    min-height: 380px;
    max-height: 480px;
  }

  /* Services */
  .svc-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-block {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 0;
  }

  .service-block.reverse .service-text,
  .service-block.reverse .service-img {
    order: initial;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* Destinations */
  .destinations-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 720px;
  }

  .dest-card.dest-big {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
  }

  /* Tours */
  .tours-grid,
  .tours-grid-4col {
    grid-template-columns: 1fr 1fr;
  }

  /* Why */
  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Info */
  .info-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  /* Team */
  .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  /* Certs */
  .certs-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Partners */
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Process */
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-step:nth-child(2) {
    border-right: none;
  }

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .hero-left {
    padding: 50px 20px;
  }

  .hero-right {
    min-height: 320px;
  }

  .hero-badge {
    bottom: 20px;
    left: 20px;
    padding: 16px 22px;
  }

  .hero-badge-num {
    font-size: 1.8rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
  }

  /* Destinations */
  .destinations-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 200px 200px 200px 280px;
    height: auto;
  }

  .dest-card.dest-big {
    grid-row: auto;
    grid-column: auto;
  }

  /* Tours */
  .tours-grid,
  .tours-grid-4col {
    grid-template-columns: 1fr;
  }

  /* Why */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* Info / requisites */
  .info-grid {
    grid-template-columns: 1fr;
  }

  /* Team */
  .team-grid {
    grid-template-columns: 1fr;
  }

  /* Certs */
  .certs-grid {
    grid-template-columns: 1fr;
  }

  /* Partners */
  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Process */
  .process-grid {
    grid-template-columns: 1fr;
    border-left: none;
    border-top: 1px solid var(--line);
  }

  .process-step {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(3) {
    border-top: none;
  }

  /* Service block */
  .service-text .svc-num {
    font-size: 3rem;
  }

  /* Stats */
  .stats-row {
    gap: 24px;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  /* Map */
  .map-frame {
    height: 340px;
  }
}
