/*!
Theme Name: travelonkg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travelonkg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

travelonkg is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Theme: travelonkg custom styles
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */
:root {
  --color-primary: #16cdcd;
  --color-primary-dark: #0fb3b3;
  --color-primary-light: #e6fafa;
  --color-primary-gradient: linear-gradient(135deg, #16cdcd 0%, #0fb3b3 100%);
  --color-dark: #0f172a;
  --color-text: #1e293b;
  --color-text-muted: #64748b;
  --color-white: #fff;
  --header-height: 72px;
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Reset body for theme
--------------------------------------------- */
body {
  font-family: var(--font-main);
  color: var(--color-text);
  background: var(--color-white);
}

a {
  color: var(--color-primary);
}

a:visited {
  color: var(--color-primary);
}

a:hover,
a:focus,
a:active {
  color: var(--color-primary-dark);
}

/* Buttons
--------------------------------------------- */
.btn,
a.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
  line-height: 1;
}

a.btn--primary,
.btn--primary {
  background: var(--color-primary-gradient);
  color: var(--color-white);
  border-color: transparent;
}

a.btn--primary:hover,
a.btn--primary:focus,
.btn--primary:hover,
.btn--primary:focus {
  background: linear-gradient(135deg, #0fb3b3 0%, #0d9e9e 100%);
  border-color: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
}

/* Header
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header.menu-open {
  z-index: 1001;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Logo */
.site-branding {
  flex-shrink: 0;
}

.site-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-branding .custom-logo {
  height: 44px;
  width: auto;
  display: block;
}

.site-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-dark);
  letter-spacing: -0.03em;
}

.site-logo-text span {
  color: var(--color-primary);
}

/* Nav */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.main-navigation ul li a {
  display: block;
  padding: 8px 14px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.925rem;
  font-weight: 500;
  border-radius: 6px;
  transition:
    color 0.2s,
    background 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
  color: var(--color-primary);
  background: var(--color-primary-light);
}

/* Mobile menu toggle button (hidden on desktop) */
.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}

.burger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
}

.burger-icon span {
  display: block;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

/* Burger → X when active */
.mobile-menu-toggle.is-active .burger-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-menu-toggle.is-active .burger-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-toggle.is-active .burger-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile fullscreen menu ─────────────────────────────────────────── */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 990;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: var(--header-height);
}

.mobile-menu.is-open {
  display: flex;
  flex-direction: column;
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 48px;
  gap: 40px;
  flex: 1;
}

/* Nav links */
.mobile-menu__nav .mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu__nav .mobile-menu__list li a {
  display: block;
  padding: 14px 4px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  letter-spacing: -0.02em;
  transition: color 0.15s;
}

.mobile-menu__nav .mobile-menu__list li:last-child a {
  border-bottom: none;
}

.mobile-menu__nav .mobile-menu__list li a:hover,
.mobile-menu__nav .mobile-menu__list li.current-menu-item > a {
  color: var(--color-primary);
}

/* Contacts */
.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mmenu-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
  transition: color 0.15s;
}

.mmenu-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f5f5;
  flex-shrink: 0;
  transition: background 0.15s;
}

.mmenu-contact--phone .mmenu-contact__icon  { color: var(--color-primary); }
.mmenu-contact--whatsapp .mmenu-contact__icon { color: #25d366; }
.mmenu-contact--instagram .mmenu-contact__icon { color: #e1306c; }
.mmenu-contact--email .mmenu-contact__icon  { color: #555; }

.mmenu-contact:hover .mmenu-contact__icon {
  background: var(--color-primary-light);
}
.mmenu-contact--whatsapp:hover .mmenu-contact__icon { background: rgba(37,211,102,.1); }
.mmenu-contact--instagram:hover .mmenu-contact__icon { background: rgba(225,48,108,.08); }

/* Info (address, worktime) */
.mobile-menu__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mmenu-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #777;
  line-height: 1.5;
}

.mmenu-info-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #aaa;
}

/* Header actions: socials + phone */
.header-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--color-text-muted);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.04);
  transition:
    color 0.2s,
    background 0.2s;
}

.header-social:visited {
  color: var(--color-text-muted);
}

.header-social:hover {
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.header-social--instagram:hover {
  color: #e1306c;
  background: rgba(225, 48, 108, 0.08);
}

.header-social--whatsapp:hover {
  color: #25d366;
  background: rgba(37, 211, 102, 0.08);
}

/* Phone button — solid, всегда заметна */
.header-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 8px;
  background: var(--color-primary-gradient);
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  transition:
    opacity 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(22, 205, 205, 0.4);
}

.header-phone:visited {
  color: var(--color-white);
}

a.header-phone:hover {
  color:#fff;
  background: linear-gradient(135deg, #0fb3b3 0%, #0d9e9e 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(22, 205, 205, 0.5);
}

.header-phone svg {
  flex-shrink: 0;
}

/* Hero
--------------------------------------------- */
.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.76) 30%,
      rgba(255, 255, 255, 0.7) 45%,
      rgba(255, 255, 255, 0.15) 80%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1920&q=85');
  background-size: cover;
  background-position: center right;
  padding-top: var(--header-height);
  overflow: hidden;
}

.hero__bg {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

/* Hero text */
.hero__text {
  margin-bottom: 40px;
}

.hero__title {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 800;
  color: var(--color-dark);
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

.hero__actions {
  margin-top: 36px;
}

.hero__actions .btn--primary {
  font-size: 1.05rem;
  padding: 16px 40px;
  box-shadow: 0 8px 24px rgba(22, 205, 205, 0.35);
}

.hero__tagline {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--color-text-muted);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.01em;
}

/* Tour Search Widget
--------------------------------------------- */
.tour-search {
  background: var(--color-white);
  border-radius: 16px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.04),
    0 20px 48px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(22, 205, 205, 0.12);
  overflow: hidden;
  max-width: 960px;
}

/* Top row */
.tour-search__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
  gap: 16px;
  flex-wrap: wrap;
}

.city-picker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.15s;
  font-family: var(--font-main);
}

.city-picker:hover {
  background: rgba(22, 205, 205, 0.08);
}

.tour-search__type {
  display: flex;
  gap: 20px;
}

.type-radio {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: pointer;
}

.type-radio input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.15s;
  flex-shrink: 0;
}

.type-radio input[type='radio']:checked {
  border-color: var(--color-primary);
}

.type-radio input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

.type-radio input[type='radio']:checked + span {
  color: var(--color-dark);
}

/* Country row */
.tour-search__country {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.country-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border: 1.5px solid #ebebeb;
  border-radius: 10px;
  padding: 12px 14px;
}

.country-flag {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.country-name {
  flex: 1;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-dark);
}

.country-resort-btn {
  background: none;
  border: none;
  font-size: 0.85rem;
  color: var(--color-primary);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s;
  font-family: var(--font-main);
  white-space: nowrap;
}

.country-resort-btn:hover {
  text-decoration-color: var(--color-primary);
}

.country-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #bbb;
  padding: 2px;
  border-radius: 50%;
  transition:
    color 0.15s,
    background 0.15s;
  flex-shrink: 0;
}

.country-clear:hover {
  color: #888;
  background: #eee;
}

/* Main fields + button */
.tour-search__fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  padding: 16px 20px;
  gap: 0;
  border-bottom: 1px solid #f0f0f0;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 0;
  cursor: pointer;
  border-right: 1px solid #f0f0f0;
  margin-right: 16px;
  transition: opacity 0.15s;
}

.search-field:last-of-type {
  border-right: none;
}

.search-field:hover {
  opacity: 0.75;
}

.search-field__icon {
  color: var(--color-primary);
  flex-shrink: 0;
  display: flex;
}

.search-field__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-field__label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.search-field__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
}

.btn--search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary-gradient);
  color: var(--color-white);
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-main);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(22, 205, 205, 0.35);
  white-space: nowrap;
}

.btn--search:hover {
  background: linear-gradient(135deg, #0fb3b3 0%, #0d9e9e 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(22, 205, 205, 0.45);
}

/* Filters */
.tour-search__filters {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  flex-wrap: wrap;
  background: #fafafa;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--color-white);
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text);
  cursor: pointer;
  font-family: var(--font-main);
  transition:
    border-color 0.15s,
    background 0.15s;
}

.filter-btn:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.filter-stars {
  color: #f5a623;
  letter-spacing: -1px;
  font-size: 0.8rem;
}

.filter-btn--more {
  margin-left: auto;
  color: var(--color-text-muted);
}

/* Button outline
--------------------------------------------- */
.btn--outline {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn--outline:hover,
.btn--outline:focus {
  background: var(--color-primary-gradient);
  border-color: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
}

/* About Section
--------------------------------------------- */
.about {
  padding: 96px 0;
  background: #f8fffe;
}

.about__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* Left: content */
.section-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--color-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.about__text {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 32px;
}

.about__text p {
  margin: 0;
}

/* Right: features grid */
.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.about-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  background: var(--color-white);
  border-radius: 14px;
  border: 1px solid rgba(22, 205, 205, 0.12);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

.about-feature:hover {
  box-shadow: 0 8px 24px rgba(22, 205, 205, 0.12);
  transform: translateY(-2px);
}

.about-feature__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-feature__body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 6px;
  line-height: 1.3;
}

.about-feature__body p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media screen and (max-width: 480px) {
  .about {
    padding: 60px 0;
  }

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

/* Services Section
--------------------------------------------- */
.services {
  padding: 72px 0;
  background: var(--color-white);
}

.services__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.service-card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1.5px solid #f0f0f0;
  background: #fafafa;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}

.service-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(22, 205, 205, 0.1);
  transform: translateY(-3px);
}

.service-card__icon {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1;
}

.service-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 8px;
}

.service-card p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Why Us Section
--------------------------------------------- */
.why-us {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.why-us__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--color-dark);
  letter-spacing: -0.02em;
  margin: 0 0 48px;
  text-align: left;
  position:relative;
  padding-bottom:12px;
}
.section-title.center{
  text-align: center;
}
.section-title:before{
  content: '';
  background: var(--color-primary-dark);
  height: 5px;
  width: 80px;
  border-radius: 4px;
  bottom: 0;
  left:0;
  position: absolute;
}
.section-title.center:before{
  left:50%;
  transform: translateX(-50%);
}

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

.why-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px 32px;
  text-align: center;
  border: 1.5px solid #f0f0f0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

/* Декоративный элемент — teal-круг в правом верхнем углу */
.why-card::after {
  content: '';
  position: absolute;
  top: -36px;
  right: -36px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(22, 205, 205, 0.18) 0%, rgba(22, 205, 205, 0.04) 100%);
  pointer-events: none;
  transition: transform 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(22, 205, 205, 0.12);
  border-color: rgba(22, 205, 205, 0.4);
}

.why-card:hover::after {
  transform: scale(1.2);
}

.why-card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(22, 205, 205, 0.13) 0%, rgba(22, 205, 205, 0.05) 100%);
  border-radius: 16px;
  color: var(--color-primary);
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.why-card__title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--color-dark);
  margin: 0;
  line-height: 1.25;
}

.why-card__title .accent {
  color: var(--color-primary);
}

.why-card__desc {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .why-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .why-us__grid {
    grid-template-columns: 1fr;
  }

  .why-us {
    padding: 60px 0;
  }
}

/* Offers Section
--------------------------------------------- */
.offers {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(22, 205, 205, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 100%, rgba(22, 205, 205, 0.1) 0%, transparent 50%), linear-gradient(160deg, #0d1f2d 0%, #0f2b3d 50%, #0d1f2d 100%);
}

.offers__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.offers .section-title {
  color: var(--color-white);
}

.section-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 0 0;
}

.offers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

/* Offer card */
.offer-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  display: flex;
  flex-direction: column;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(22, 205, 205, 0.4);
}

.offer-card__image {
  position: relative;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
}

.offer-card__image--empty {
  background: linear-gradient(135deg, rgba(22, 205, 205, 0.2) 0%, rgba(22, 205, 205, 0.05) 100%);
}

.offer-card__country {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--color-primary-gradient);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

.offer-card__date {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.offer-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.offer-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
  line-height: 1.3;
}

.offer-card__includes {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.offer-card__includes svg {
  flex-shrink: 0;
  color: var(--color-primary);
}

.offer-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.price-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.price-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1;
}

.price-sep {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.price-currency {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.btn--sm {
  padding: 9px 18px;
  font-size: 0.875rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

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

/* Destinations Section
--------------------------------------------- */
.destinations {
  padding: 80px 0;
  background: #fff;
}

.destinations__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section header */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}


.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.2s;
}

.section-link:visited {
  color: var(--color-primary);
}

.section-link:hover {
  gap: 10px;
}

/* Grid */
.destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 16px;
}

/* Card */
.dest-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dest-card--wide {
  grid-column: span 2;
}

.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 70%);
  transition: opacity 0.3s;
}

.dest-card:hover .dest-card__overlay {
  opacity: 0.85;
}

.dest-card__name {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Responsive
--------------------------------------------- */
@media screen and (max-width: 960px) {
  .header-phone span {
    display: none;
  }

  .header-phone {
    padding: 8px;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    justify-content: center;
  }

  .tour-search__fields {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .search-field {
    border-right: none;
    margin-right: 0;
    border: 1.5px solid #f0f0f0;
    border-radius: 10px;
    padding: 12px 14px;
  }

  .btn--search {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .filter-btn--more {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* Hide desktop nav and actions, show mobile burger */
  .main-navigation,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .hero__inner {
    padding: 40px 16px 60px;
  }

  .tour-search__fields {
    grid-template-columns: 1fr;
  }

  .tour-search__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-btn--more {
    display: none;
  }

  .destinations {
    padding: 48px 0;
  }

  .destinations__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dest-card--wide {
    grid-column: span 2;
  }
}

@media screen and (max-width: 480px) {
  .destinations__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .dest-card--wide {
    grid-column: span 1;
  }
}

/* ==============================================
   Footer
   ============================================== */

.site-footer {
  background: #f5f7f8;
  color: #101010;
  position: relative;
}

/* Wave divider */
.footer-wave {
  line-height: 0;
  overflow: hidden;
  background: #fff;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Main body */
.footer-body {
  padding: 72px 0 56px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr;
  gap: 48px;
}

/* Column title */
.footer-col__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8e9192;
  margin: 0 0 20px;
}

/* Brand column */
.footer-logo {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer-logo img {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-logo-text {
  font-size: 1.6rem;
  font-weight: 900;
  color: #8e9192;
  letter-spacing: -0.03em;
}

.footer-logo-text span {
  color: var(--color-primary);
}

.footer-tagline {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #8e9192;
  margin: 0 0 24px;
  max-width: 260px;
}

/* Socials */
.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #2e31326a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e31326a;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}

.footer-social:hover,
.footer-social:visited {
  color: #fff;
  text-decoration: none;
}

.footer-social--instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  border-color: transparent;
  color: #fff;
}

.footer-social--whatsapp:hover {
  background: #25d366;
  border-color: transparent;
  color: #fff;
}

.footer-social--telegram:hover {
  background: #229ed9;
  border-color: transparent;
  color: #fff;
}

/* Nav list */
.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list li a {
  color: #2e3132;
  text-decoration: none;
  font-size: 0.92rem;
  transition:
    color 0.2s,
    padding-left 0.2s;
  display: inline-block;
}

.footer-nav-list li a:hover,
.footer-nav-list li a:visited {
  color: var(--color-primary);
  text-decoration: none;
}

.footer-nav-list li a:hover {
  padding-left: 4px;
}

/* Contacts list */
.footer-contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(22, 205, 205, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-top: 1px;
}

.footer-contact-item a {
  color: #2e3132;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-item a:hover,
.footer-contact-item a:visited {
  color: var(--color-primary);
  text-decoration: none;
}

.footer-contact-item span {
  color: #2e3132;
}

/* CTA column */
.footer-cta-text {
  font-size: 0.88rem;
  color: #2e3132;
  line-height: 1.6;
  margin: 0 0 20px;
}

.footer-cta-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  padding: 12px 20px;
  font-size: 0.9rem;
}

.footer-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 20px;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.25);
  color: #4ade80;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.footer-wa-btn:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  text-decoration: none;
}

.footer-wa-btn:visited {
  color: #4ade80;
  text-decoration: none;
}

.footer-wa-btn:hover:visited {
  color: #fff;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #e1e3e4;
  padding: 20px 0;
}

.footer-bottom__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-copy,
.footer-dev {
  margin: 0;
  font-size: 0.82rem;
  color: #a9acad;
}

.footer-heart {
  color: #f43f5e;
  font-style: normal;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 48px;
  }
}

@media screen and (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-body {
    padding: 56px 0 40px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer-wave svg {
    height: 40px;
  }
}
.entry-header {
  margin-top: 120px;
}
.entry-title {
  position: relative;
  padding-bottom: 8px;
}
.entry-title:before {
  content: '';
  background: var(--color-primary-dark);
  height: 5px;
  width: 80px;
  border-radius: 4px;
  bottom: 0;
  position: absolute;
}
.entry-content {
  min-height: 30vh;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ==============================================
   FAQ Page
   ============================================== */

.faq-page {
  padding-bottom: 80px;
}

.faq-hero {
  background: linear-gradient(135deg, #f8fffe 0%, #e8f9f9 100%);
  border-bottom: 1px solid rgba(22, 205, 205, 0.15);
  padding: calc(var(--header-height) + 48px) 24px 48px;
}

.faq-hero__inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--color-dark);
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

.faq-hero__intro {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
}

.faq-section {
  padding: 56px 24px 0;
}

.faq-section__inner {
  max-width: 760px;
  margin: 0 auto;
}

/* Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #ebebeb;
}

.faq-item:first-child {
  border-top: 1px solid #ebebeb;
}

.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-item__question {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-dark);
  line-height: 1.4;
  transition: color 0.15s;
}

.faq-item__trigger:hover .faq-item__question {
  color: var(--color-primary);
}

.faq-item__icon {
  flex-shrink: 0;
  color: var(--color-text-muted);
  transition: transform 0.25s ease, color 0.15s;
  display: flex;
}

.faq-item--open .faq-item__icon {
  transform: rotate(180deg);
  color: var(--color-primary);
}

.faq-item--open .faq-item__question {
  color: var(--color-primary);
}

.faq-item__answer {
  overflow: hidden;
}

.faq-item__answer[hidden] {
  display: none;
}

.faq-item__answer-inner {
  padding: 0 4px 24px;
  font-size: 0.975rem;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.faq-item__answer-inner p:first-child { margin-top: 0; }
.faq-item__answer-inner p:last-child  { margin-bottom: 0; }

.faq-item__answer-inner a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-empty {
  color: var(--color-text-muted);
  font-size: 1rem;
  text-align: center;
  padding: 48px 0;
}

@media screen and (max-width: 600px) {
  .faq-hero {
    padding-top: calc(var(--header-height) + 32px);
    padding-bottom: 32px;
  }

  .faq-section {
    padding-top: 36px;
  }

  .faq-item__trigger {
    padding: 18px 0;
  }

  .faq-item__question {
    font-size: 0.975rem;
  }
}

/* ==============================================
   Page Hero — единый блок для внутренних страниц
   ============================================== */

.page-hero {
  position: relative;
  padding: calc(var(--header-height) + 56px) 0 56px;
  background: #f0fafa;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(22, 205, 205, 0.18);
}

/* Градиентные пятна */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 120% at 95% 60%, rgba(172, 198, 198, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 30% 80%  at  0% 30%, rgba(117, 205, 205, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

/* Точечная сетка */
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(22, 205, 205, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Декоративный глобус */
.page-hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.page-hero__deco-globe {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  color: rgba(22, 205, 205, 0.2);
}

.page-hero__deco-plane {
  position: absolute;
  right: 260px;
  top: 28px;
  width: 52px;
  height: 52px;
  color: rgba(22, 205, 205, 0.5);
  transform: rotate(-20deg);
}

/* Контент */
.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

/* Breadcrumb */
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}

.page-hero__breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color 0.15s;
}

.page-hero__breadcrumb a:hover {
  color: var(--color-primary);
}

.page-hero__breadcrumb svg {
  flex-shrink: 0;
  opacity: 0.5;
}

.page-hero__breadcrumb span:last-child {
  color: #444;
}

/* Title */
.page-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--color-dark);
  margin: 0 0 12px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

/* Subtitle */
.page-hero__subtitle {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin: 0;
  max-width: 560px;
  line-height: 1.65;
}

/* FAQ intro под hero */
.faq-section__intro {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin: 0 0 36px;
  line-height: 1.7;
}

/* Убираем старый faq-hero */
.faq-hero { display: none; }

/* Отступ первого блока контента после hero */
.site-main > .faq-section,
.site-main > article.page {
  margin-top: 0;
}

article.page .entry-content {
  padding: 56px 0 80px;
}

@media screen and (max-width: 768px) {
  .page-hero {
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 40px;
    min-height: 200px;
  }

  .page-hero__deco-globe {
    width: 240px;
    height: 240px;
    right: -40px;
    opacity: 0.7;
  }

  .page-hero__deco-plane {
    right: 160px;
    width: 36px;
    height: 36px;
  }

  article.page .entry-content {
    padding: 36px 0 56px;
  }
}
