/*!
Theme Name: ursa-ykt
Theme URI: http://underscores.me/
Author: Underscores.me
 */
* {
	box-sizing: border-box;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
main {
	display: block;
	background: #f7f7f7;
}
:root {
	--bg: #080808;
	--bg-soft: #111111;
	--card: #151515;
	--card-light: #1c1c1c;
	--white: #ffffff;
	--text: #f5f5f5;
	--muted: #999999;
	--muted-2: #666666;
	--cyan: #43dff5;
	--cyan-dark: #183d42;
	--border: rgba(255,255,255,.09);
	--container: 1148px;
	--radius: 16px;
	--transition: .4s ease;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 23px;
	line-height: 1.5;
	margin: 0;
	font-weight: 600;
}
.h5 {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	font-weight: 600;
}
.page-container {
	padding:80px 0
}
b,
strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 8px;
}
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;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 0.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
a {
	color: #38b8ca;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
	padding: 13px 14px;
	border-radius: 11px;
	background: rgba(255,255,255,.08);
	outline: none;
	width: 100%;
}
.forma p {
	width: 100%;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.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;
}
/* 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;
}
/* тема */
.container {
	width: min(
			calc(100% - 48px),
			var(--container)
	);

	margin-left: auto;
	margin-right: auto;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: transparent;
}
.site-header.page-header {
	position: sticky;
	background: #080808;
}

.header-inner {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-logo {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.site-logo strong, .footer-logo {
	font-size: 25px;
	line-height: 1;
	letter-spacing: -.03em;
}
.site-logo:hover, .footer-logo:hover {
	opacity: 0.7;
	color: #fff;
}
.flex {
	display: flex;
}
.gap30 {
	gap: 30px;
}
.gap48 {
	gap: 48px;
}
.flex-col {
	flex-direction: column;
}
.gap10 {
	gap: 10px;
}
.just-end {
	justify-content: flex-end;
}
.just-center {
	justify-content: center;
}
.all-end {
	align-items: end;
}
.all-center {
	align-items: center;
}
.transition {
	transition: var(--transition);
}
.site-logo span {
	color: rgba(255,255,255,.7);
	font-size: 14px;
}
.main-navigation {
	margin-left: auto;
}
.main-menu {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu a {
	color: rgba(255,255,255,.75);
	font-size: 15px;
	transition: var(--transition);
}
.main-menu a:hover {
	color: #fff;
}
.mobile-menu-button {
	display: none;

	width: 38px;
	height: 38px;

	padding: 8px;

	border: 1px solid var(--border);
	border-radius: 8px;

	background: rgba(0,0,0,.4);

	cursor: pointer;
}


.mobile-menu-button span {
	display: block;
	height: 1px;
	margin: 5px 0;
	background: #fff;
}
.hero {
	position: relative;
	min-height: 700px;
	background: #080808;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background:
			linear-gradient(
					90deg,
					rgba(0,0,0,.78) 0%,
					rgba(0,0,0,.47) 48%,
					rgba(0,0,0,.58) 100%
			);
	z-index: 1;
}
.hero-overlay::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 240px;
	background:
			linear-gradient(
					to bottom,
					transparent,
					var(--bg)
			);
}
.hero-container {
	position: relative;
	z-index: 2;
	min-height: 700px;
	display: grid;
	grid-template-columns:
        minmax(0, 1fr)
        530px;
	align-items: center;
	gap: 70px;
	padding-top: 65px;
}
.hero-content {
	padding-top: 20px;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 25px;
	padding: 7px 13px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	color: rgba(255,255,255,.82);
	font-size: 15px;
	backdrop-filter: blur(12px);
}
.badge-icon {
	color: var(--cyan);
}
.hero h1 {
	margin: 0;
	font-size: 5vw;
	line-height: 1.2;
	font-weight: 800;
}
.hero h1 span {
	display: block;
	color: var(--cyan);
}
.hero-description {
	max-width: 540px;
	margin: 22px 0 27px;
}
.hero-search {
	width: 100%;
	max-width: 548px;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 12px;
	background: #fff;
}
.hero-search input {
	min-width: 0;
	flex: 1;
	height: 100%;
	padding: 0 15px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #222;
	font-size: 15px;
}
.hero-search input::placeholder {
	color: #999;
}
.hero-search button {
	height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 10px;
	background: #050505;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: var(--transition);
}
.hero-search button:hover {
	background: var(--cyan);
	color: #000;
}
.hero-stats {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	color: rgba(255,255,255,.7);
	font-size: 14px;
}
.hero-stats i {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--cyan);
}
.ai-card {
	width: 100%;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 18px;

	background:
			linear-gradient(
					145deg,
					rgba(91,102,108,.55),
					rgba(39,42,44,.86)
			);
	box-shadow:
			0 25px 80px rgba(0,0,0,.35),
			inset 0 1px 0 rgba(255,255,255,.12);

	backdrop-filter: blur(18px);
}
.ai-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.ai-card-header > div:first-child {
	display: flex;
	flex-direction: column;
}
.ai-card-header strong {
	font-size: 25px;
}
.ai-card-header span {
	color: rgba(255,255,255,.55);
	font-size: 15px;
}
.ai-icon {
	width: 37px;
	height: 37px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: rgba(0,213,235,.25);
	font-size: 18px;
}
.ai-question {
	padding: 13px 14px;
	border-radius: 11px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.85);
	font-size: 15px;
}
.ai-answer {
	margin-top: 12px;
	padding: 13px 14px;
	border: 1px solid rgba(67,223,245,.16);
	border-radius: 11px;
	background:
			linear-gradient(
					100deg,
					rgba(23,93,103,.48),
					rgba(31,63,66,.7)
			);
	color: rgba(255,255,255,.85);
	font-size: 15px;
	line-height: 1.55;
}
.ai-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px;
}
.ai-stat {
	display: flex;
	flex-direction: column;
	padding: 13px;
	border-radius: 11px;
	background: rgba(255,255,255,.07);
}
.ai-stat strong {
	font-size: 24px;
	line-height: 1;
}
.ai-stat span {
	margin-top: 5px;
	color: rgba(255,255,255,.48);
	font-size: 13px;
}
.categories-section,
.popular-section,
.discovery-section {
	position: relative;
	background: var(--bg);
}
.categories-section {
	padding-top: 65px;
}
.popular-section {
	padding-top: 68px;
}
.discovery-section {
	padding-top: 70px;
	padding-bottom: 95px;
}
.section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 28px;
}
.section-label {
	display: block;
	margin-bottom: 7px;
	color: var(--cyan);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .27em;
}
.section-heading h2 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 1.15;
}
.small-button {
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 9px;
	color: rgba(255,255,255,.8);
	font-size: 15px;
	transition: var(--transition);
}
.small-button:hover {
	border-color: var(--cyan);
	color: var(--cyan);
}
.expert-label {
	color: #b2b2b2;
	font-size: 18px;
}
.categories-grid {
	display: grid;
	grid-template-columns:
        repeat(4, 1fr);
	gap: 10px;
}
.category-card {
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 19px;
	border: 1px solid var(--border);
	border-radius: 11px;
	background: #141414;
	color: #eee;
	font-size: 15px;
	transition: var(--transition);
}
.category-card:hover {
	border-color: rgba(67,223,245,.5);
	background: #171a1a;
	transform: translateY(-2px);
	color: #fff;
}
.category-arrow {
	color: #ddd;
	font-size: 22px;
}
.places-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 23px;
}
.place-card {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: #151515;
	transition:
			transform var(--transition),
			border-color var(--transition);
}
.place-card:hover {
	transform: translateY(-4px);
	border-color: rgba(67,223,245,.2);
}
.place-image {
	position: relative;
	height: 305px;
	overflow: hidden;
}
.place-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
			linear-gradient(
					to bottom,
					rgba(0,0,0,.03),
					rgba(0,0,0,.55)
			);
}
.place-image img, .fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.place-card:hover .place-image img {
	transform: scale(1.045);
}
.editor-choice {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 8px;
	background: rgba(255,255,255,.1);
	color: rgba(255,255,255,.82);
	font-size: 13px;
	backdrop-filter: blur(8px);
}
.place-content {
	padding: 16px 18px 18px;
}

.place-category {
	color: var(--cyan);
	font-size: 13px;
}
.place-content h3 {
	margin: 5px 0 12px;
	color: #fff;
	font-size: 21px;
	line-height: 1.05;
}
.place-content p {
	min-height: 48px;
	margin: 0;
	color: #b2b2b2;
	font-size: 15px;
	line-height: 1.55;
}
.discovery-grid {
	display: grid;
	grid-template-columns:  1.04fr .96fr;
	gap: 30px;
}

.map-card {
	position: relative;
	min-height: 475px;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 18px;
}
.map-bg {
	position: absolute;
	inset: 0;
	background-image: url("../images/map.jpg");
	background-size: cover;
	background-position: center;
}
.cont-cookie-popup {
	position: fixed;
	right: 72px;
	bottom: 72px;
	z-index: 8;
	width: 500px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 20px;
	border-radius: 11px;
}
.cont-cookie-popup .route-button {
	min-width: 49%;
}
.cont-cookie-popup .route-button:nth-child(2) {
	background: #e8e8e8;
}
.cont-cookie-popup.show {
	visibility: visible;
	opacity: 1;
}
.map-overlay {
	position: absolute;
	inset: 0;
	background:
			linear-gradient(
					to bottom,
					rgba(0,0,0,.32),
					rgba(0,0,0,.8)
			);
}
.map-content {
	position: relative;
	z-index: 2;
	padding: 26px;
}
.map-content .h2, .section-heading .h2 {
	max-width: 450px;
	margin: 0 0 12px;
	font-size: 35px;
	line-height: 1.05;
}
.map-content p {
	max-width: 480px;
	margin: 0;
	color: rgba(255,255,255,.8);
	font-size: 15px;
	line-height: 1.55;
}
.map-actions {
	position: absolute;
	z-index: 3;
	left: 26px;
	bottom: 26px;
	display: flex;
	gap: 10px;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 500;
	transition: var(--transition);
}
.button-white {
	background: #fff;
	color: #111;
}
.button-white:hover {
	background: var(--cyan);
}
.button-transparent {
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(0,0,0,.2);
	color: #fff;
}
.button-transparent:hover {
	border-color: rgba(255,255,255,.5);
	color: #fff;
}
/* RIGHT */
.discovery-right {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}
.route-card,
.community-card {
	border: 1px solid var(--border);
	border-radius: 17px;
	background: #151515;
	padding: 23px;
}
.route-card .h2,
.community-card .h2 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1.1;
}
.route-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}
.route-meta > div {
	display: flex;
	flex-direction: column;
	padding: 11px 12px;
	border-radius: 9px;
	background: #202020;
}
.route-meta span {
	color: #b2b2b2;
	font-size: 13px;
}
.route-meta strong {
	margin-top: 2px;
	color: #eee;
	font-size: 15px;
	font-weight: 500;
}
.route-button, .submit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	margin-top: 13px;
	border-radius: 10px;
	background: var(--cyan);
	color: #061014;
	font-size: 15px;
	font-weight: 700;
	border: none;
	min-width: 300px;
	transition: var(--transition);
	cursor: pointer;
}
.wpcf7-list-item {
	margin: 0;
}
.route-button:hover, .submit:hover {
	background: #73eafa;
	color: #000;
}
.betterdocs-search-form-wrapper .betterdocs-live-search {
	width: 1350px !important;
	max-width: 96% !important;
}
.community-card {
	background:
			linear-gradient(
					140deg,
					#0c2527,
					#141515 75%
			);
}
.community-card .h2 {
	margin-bottom: 10px;
}
.community-card p {
	max-width: 520px;
	margin: 0 0 19px;
	color: #b2b2b2;
	font-size: 15px;
	line-height: 1.55;
}
.community-buttons {
	display: flex;
	gap: 9px;
}
.site-footer {
	border-top: 1px solid rgba(255,255,255,.06);
	background: #080808;
}
.footer-inner {
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.footer-brand {
	display: flex;
	flex-direction: column;
}
.footer-brand p {
	margin: 5px 0 0;
	color: #b2b2b2;
	font-size: 14px;
}
.footer-navigation {
	display: flex;
	align-items: center;
	gap: 27px;
}
.footer-navigation a {
	color: #b2b2b2;
	font-size: 16px;
	transition: var(--transition);
}
.footer-navigation a:hover {
	color: #fff;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.white {
	color:#fff;
}
.hero-search .betterdocs-searchform {
	padding: 0;
	height: 100%;
	border: none;
}
.hero-search .betterdocs-live-search, .hero-search .betterdocs-live-search .docs-search-result {
	width: 100%;
}
.padding48 {
	padding: 0px 0 48px;
}
/* Стили для балуна на карте */
.ymaps-2-1-79-float-button {
	height: 40px;
	padding-left: 40px;
	box-shadow: none;
	background-color: transparent;
}
.ymaps-2-1-79-controls__control {
	inset: 240px 30px auto auto !important;
}
.page .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5385V11.4615H11.4615V5H12.5385V11.4615H19V12.5385H12.5385V19H11.4615V12.5385H5Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.page .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13V12H19V13H5Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.page .ymaps-2-1-79-float-button-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	background: var(--cyan);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	outline: none;
	border-radius: 11px;
}
.ymaps-2-1-79-float-button, .ymaps-2-1-79-zoom__button, .ymaps-2-1-79-float-button {
	background: var(--cyan);
	height: 40px !important;
	width: 40px !important;
	border: none !important;
	border-radius: 11px !important;
}
.page .ymaps-2-1-79-zoom__scale, .ymaps-2-1-79-map .ymaps-2-1-79-float-button-icon_icon_expand {
	display: none;
}
.page .ymaps-2-1-79-zoom {
	padding: 40px 0;
	width: 40px;
	height: 16px !important;
}
.ymaps-2-1-79-balloon {
	box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
	border-radius: 12px !important;
}
.ymaps-2-1-79-balloon__content {
	padding: 0 !important;
}
/* Стили для кнопок фильтрации */
.map-container {
	height: 700px;
	width: 100%;
}
.map-controls {
	position: absolute;
	top: 20px;
	left: 20px;
	background: white;
	border-radius: 11px;
	padding: 16px;
	min-width: 180px;
	z-index: 10;
}
.collection-btn {
	width: 36px;
	height: 36px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collection-btn:hover {
	border-color: var(--cyan);
	background: var(--cyan);
}
.collection-btn.active {
	border-color: var(--cyan);
	background: var(--cyan);
}
.collection-btn.active svg {
	color: white;
}
.collection-btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
@media (max-width: 1000px) {

	.hero-container {
		grid-template-columns: 1fr;

		padding-top: 110px;
		padding-bottom: 70px;
	}


	.ai-card {
		max-width: 600px;
	}


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


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


	.map-card {
		min-height: 430px;
	}

}


@media (max-width: 760px) {
     .cont-cookie-popup {
        width: 96%;
        right: 2%;
     }
	.container {
		width: min(
				calc(100% - 30px),
				var(--container)
		);
	}


	.site-header {
		position: absolute;
	}


	.header-inner {
		height: 70px;
	}


	.main-navigation {
		display: none;

		position: absolute;

		top: 70px;
		left: 15px;
		right: 15px;

		padding: 18px;

		border: 1px solid var(--border);
		border-radius: 12px;

		background: rgba(15,15,15,.96);

		backdrop-filter: blur(20px);
	}


	.main-navigation.is-open {
		display: block;
	}


	.main-menu {
		flex-direction: column;
		align-items: stretch;

		gap: 0;
	}


	.main-menu li {
		border-bottom: 1px solid var(--border);
	}


	.main-menu li:last-child {
		border-bottom: 0;
	}


	.main-menu a {
		display: block;

		padding: 13px 5px;

		font-size: 11px;
	}


	.mobile-menu-button {
		display: block;
	}


	.hero {
		min-height: auto;
	}


	.hero-container {
		min-height: auto;
		padding-top: 120px;
		padding-bottom: 65px;
		gap: 45px;
	}
	.hero-description {
		font-size: 12px;
	}
	.hero-search {
		height: 52px;
	}
	.hero-search button {
		height: 42px;
	}
	.hero-stats {
		flex-wrap: wrap;

		font-size: 8px;
	}
	.ai-card {
		padding: 15px;
	}
	.section-heading {
		align-items: flex-start;
		flex-direction: column;

		margin-bottom: 22px;
	}
	.expert-label {
		display: none;
	}
	.categories-section {
		padding-top: 45px;
	}

	.categories-grid {
		grid-template-columns: 1fr;
	}
	.places-grid {
		grid-template-columns: 1fr;
	}
	.place-image {
		height: 260px;
	}
	.discovery-section {
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.map-card {
		min-height: 400px;
	}
	.discovery-right {
		grid-template-rows: auto;
	}
	.route-meta {
		grid-template-columns: 1fr;
	}
	.footer-inner {
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		align-items: flex-start;
		flex-direction: column;
	}
	.footer-navigation {
		flex-wrap: wrap;

		gap: 14px 20px;
	}
}
@media (max-width: 480px) {

	.hero h1 {
		font-size: 48px;
	}
	.hero-badge {
		max-width: 100%;

		font-size: 8px;
	}
	.hero-search {
		flex-direction: column;

		height: auto;

		padding: 5px;
	}
	.hero-search input {
		width: 100%;

		height: 45px;
	}
	.hero-search button {
		width: 100%;
	}
	.ai-bottom {
		grid-template-columns: 1fr;
	}
	.map-actions {
		left: 18px;
		right: 18px;

		flex-direction: column;
	}
	.map-actions .button {
		width: 100%;
	}
	.community-buttons {
		flex-direction: column;
	}
	.community-buttons .button {
		width: 100%;
	}

}