:root {
  color-scheme: dark;
  --bg: #121a25;
  --panel: #1c2633;
  --panel-2: #263342;
  --text: #ffffff;
  --muted: #d0d8e5;
  --line: rgba(255,255,255,.2);
  --accent: #ff9800;
  --accent-2: #ff9800;
  --filter-green: #ff9800;
  --gold: #f5b84b;
  --catalog-width: 1520px;
  --content-width: 1060px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(clamp(18px, 4vw, 56px), calc((100vw - var(--catalog-width)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(0,0,0,.96);
  backdrop-filter: blur(16px);
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.site-header::-webkit-scrollbar { display: none; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.brand img { display: block; width: min(220px, 52vw); height: auto; border-radius: 0; background: transparent; padding: 0; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; }
.nav { display: flex; gap: 8px; flex-wrap: nowrap; justify-content: flex-end; min-width: 0; }
.nav > a, .language-switcher { flex: 0 0 auto; }
.nav a, .button, .language-switcher summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--muted);
  line-height: 1;
  box-sizing: border-box;
}
.nav a:hover, .button:hover, .language-switcher summary:hover { border-color: rgba(255,255,255,.32); color: var(--text); }
.language-switcher {
  position: relative;
  z-index: 20001;
}
.language-switcher summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}
.language-switcher summary::-webkit-details-marker { display: none; }
.language-menu {
  position: fixed;
  right: max(12px, calc((100vw - var(--catalog-width)) / 2));
  top: 72px;
  display: grid;
  gap: 6px;
  min-width: 170px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 88px);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18,26,37,.98);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
  z-index: 70000;
  -webkit-overflow-scrolling: touch;
}
.language-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}
.hero {
  display: block;
  padding: clamp(28px, 5vw, 56px) max(clamp(18px, 4vw, 56px), calc((100vw - var(--catalog-width)) / 2));
  border-bottom: 1px solid var(--line);
}
.hero-with-widget {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background-image: linear-gradient(90deg, rgba(18,26,37,.78), rgba(18,26,37,.5) 46%, rgba(18,26,37,.24)), var(--hero-image);
  background-position: var(--hero-position);
  background-size: cover;
}
.hero-photo.hero-with-widget {
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.2vw, 24px);
  align-content: center;
  align-items: start;
  min-height: auto;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(24px, 4vw, 48px);
}
.hero-photo:not(.hero-with-widget) {
  min-height: auto;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
}
.hero-photo:not(.hero-with-widget) .hero-copy {
  align-self: center;
  padding-top: 0;
}
.hero-photo:not(.hero-with-widget) .hero-copy:not(.city-hero-copy):not(.country-hero-copy) {
  width: min(100%, var(--content-width));
  max-width: var(--content-width);
  margin-inline: auto;
}
.hero-photo .hero-copy,
.hero-photo .hero-widget {
  position: relative;
  z-index: 1;
}
.hero-photo .hero-copy {
  min-height: auto;
  max-width: 900px;
}
.hero-photo .city-hero-copy,
.hero-photo .country-hero-copy {
  justify-items: center;
  text-align: center;
  max-width: min(100%, var(--content-width));
  margin-inline: auto;
}
.city-hero-copy h1,
.city-hero-copy > p,
.country-hero-copy h1,
.country-hero-copy > p {
  margin-left: auto;
  margin-right: auto;
}
.city-hero-copy > p,
.country-hero-copy > p {
  max-width: var(--content-width);
}
.country-hero-copy .hero-actions {
  justify-content: center;
}
.hero-copy {
  display: grid;
  align-content: center;
  min-height: 300px;
  max-width: 980px;
}
.hero-with-widget .hero-copy { min-height: 0; }
.hero-widget {
  min-width: 0;
  padding: clamp(14px, 2.2vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,152,0,.20), rgba(255,255,255,.07) 48%, rgba(255,152,0,.13));
}
.hero-photo .hero-widget {
  width: min(100%, 1060px);
  margin-inline: auto;
  background: rgba(18,26,37,.86);
  backdrop-filter: blur(8px);
}
.hero-widget .section-head { margin-bottom: 10px; }
.hero-widget .widget-shell { min-height: 205px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 980px;
  margin-bottom: 12px;
  font-size: clamp(38px, 5.1vw, 68px);
  line-height: 1;
}
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.06; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }
.flag { display: inline-block; margin-right: 8px; }
.hero-copy > p { max-width: 860px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.button.primary { background: var(--accent); border-color: var(--accent); color: #090909; }
.button.primary:hover { background: #ffad28; border-color: #ffad28; color: #090909; }
.button.secondary { background: transparent; }
.country-card, .city-card, .text-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.065);
}
.content-section, .catalog-panel {
  width: calc(100% - clamp(36px, 8vw, 112px));
  max-width: var(--content-width);
  margin-inline: auto;
  padding: clamp(34px, 6vw, 76px) 0;
}
main > .content-section,
main > .catalog-panel {
  width: calc(100% - clamp(36px, 8vw, 112px)) !important;
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalog-panel {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.catalog-panel .section-head {
  width: 100%;
  max-width: 100%;
}
.catalog-panel .widget-shell-large {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
}
.section-head {
  display: grid;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.section-head p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.intro-section {
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(10px, 2vw, 22px);
}
.intro-section + .catalog-panel {
  padding-top: clamp(10px, 2vw, 22px);
}
.intro-copy {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.why-section {
  padding-top: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(30px, 5vw, 68px);
}
.why-section .section-head {
  margin-bottom: clamp(10px, 2vw, 18px);
}
.why-list {
  display: grid;
  width: 100%;
}
.why-row {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) 1fr;
  gap: clamp(26px, 5vw, 78px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding: clamp(24px, 4vw, 44px) 0;
}
.why-row:first-child { border-top: 0; }
.why-row h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.12;
}
.why-row p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
}
.route-copy {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.route-copy p { margin: 0; }
.city-advice {
  margin: 18px 0 0;
  border-left: 4px solid var(--accent-2);
  border-radius: 8px;
  background: rgba(255,152,0,.10);
  padding: 16px 18px;
  color: var(--text);
  line-height: 1.7;
}
.city-advice strong { color: var(--accent-2); }
.conditions-section {
  padding-top: clamp(34px, 5vw, 64px);
}
.conditions-stack {
  display: grid;
  gap: 18px;
}
.condition-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  padding: clamp(18px, 3vw, 28px);
}
.condition-panel h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.15;
}
.condition-panel h4 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.25;
}
.condition-lead {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.condition-grid {
  display: grid;
  gap: 12px;
}
.condition-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.condition-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.condition-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.condition-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(148,163,184,.32);
  border-radius: 8px;
  background: rgba(15,23,42,.42);
  padding: 18px;
}
.condition-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.condition-card-head h4 {
  margin: 0;
  min-width: 0;
}
.condition-card p,
.condition-card li {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
}
.condition-card p { margin: 0; }
.condition-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}
.condition-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,152,0,.48);
  border-radius: 999px;
  background: rgba(255,152,0,.12);
  color: var(--accent-2);
  font-weight: 900;
  font-size: 15px;
}
.condition-subpanel {
  margin-top: 14px;
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 8px;
  background: rgba(2,6,23,.22);
  padding: 18px;
}
.condition-subpanel > h4 {
  margin-bottom: 14px;
}
.condition-subpanel ul {
  columns: 2;
  column-gap: 28px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}
.condition-tip {
  margin: 16px 0 0;
  border-left: 4px solid var(--filter-green);
  border-radius: 8px;
  background: rgba(255,152,0,.10);
  padding: 16px 18px;
  color: var(--text);
  line-height: 1.7;
}
.grid { display: grid; gap: 14px; }
.country-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.city-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.text-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.country-card, .city-card, .text-card {
  padding: 18px;
  min-width: 0;
}
.policy-text {
  display: grid;
  gap: 18px;
}
.policy-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
  padding: clamp(18px, 3vw, 26px);
}
.policy-block h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(20px, 2vw, 26px);
}
.policy-block p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.policy-block p + p { margin-top: 10px; }
.country-card:hover, .city-card:hover { border-color: rgba(255,152,0,.72); transform: translateY(-1px); }
.country-card, .city-card { transition: border-color .2s ease, transform .2s ease; }
.country-card {
  display: grid;
  align-content: start;
  gap: 14px;
}
.country-card h3 { margin-bottom: 0; }
.country-card h3 a { display: inline-flex; align-items: center; }
.country-city-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.country-city-list a {
  color: var(--muted);
  line-height: 1.35;
}
.country-city-list a:hover { color: var(--text); }
.country-all-link {
  justify-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--accent-2);
  font-weight: 800;
}
.country-all-link:hover {
  border-color: rgba(255,152,0,.72);
  color: var(--text);
}
.category-filter-groups {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
}
.filter-group {
  display: grid;
  gap: 14px;
}
.filter-group-title {
  justify-self: start;
  margin: 0;
  border: 1px solid rgba(255,152,0,.75);
  border-radius: 999px;
  padding: 6px 13px;
  color: var(--filter-green);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}
.filter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31,41,55,.94), rgba(17,24,39,.94));
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  padding: 14px 20px;
  color: var(--text);
  font-weight: 800;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.filter-card:hover {
  border-color: rgba(255,152,0,.75);
  background: linear-gradient(180deg, rgba(39,51,67,.98), rgba(24,32,43,.98));
  transform: translateY(-1px);
}
.filter-arrow {
  color: var(--filter-green);
  font-size: 22px;
  line-height: 1;
}
.badge {
  display: inline-flex;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(245,184,75,.14);
  color: var(--gold);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}
.country-card p, .city-card p, .text-card p, .fact p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.city-card span { display: block; color: var(--accent-2); font-size: 12px; font-weight: 800; margin-bottom: 10px; }
.rental-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rental-checklist li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.065);
  padding: 16px 18px 16px 44px;
  color: var(--muted);
  line-height: 1.6;
}
.rental-checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--accent-2);
  font-weight: 900;
}
.faq-list {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.065);
}
.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 52px 18px 18px;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-2);
  font-size: 28px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "-"; }
.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.7;
}
.search-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.search-row input {
  width: min(100%, 520px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}
.search-row span { color: var(--muted); }
.widget-shell {
  position: relative;
  z-index: 0;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
  padding: 10px;
}
.widget-shell-large {
  min-height: 620px;
  padding: 0;
  border: 0;
  background: transparent;
}
.widget-shell-large [data-rh-contrast="strong"] {
  color: #fff !important;
}
.widget-shell-large [data-rh-contrast="dark"] {
  color: #2f3b4c !important;
}
.widget-shell [data-rh-light-surface],
.widget-shell [data-rh-light-surface] *:not(svg):not(path),
.widget-shell-large [data-rh-light-surface],
.widget-shell-large [data-rh-light-surface] *:not(svg):not(path) {
  color: #2f3b4c !important;
}
.widget-shell-large [data-rh-filter-card-background] {
  background: rgb(9, 180, 28) !important;
  background-color: rgb(9, 180, 28) !important;
}
.widget-shell-large [data-rh-green-control] {
  background: rgb(9, 180, 28) !important;
  background-color: rgb(9, 180, 28) !important;
  border-color: rgb(9, 180, 28) !important;
}
.widget-shell-large [data-rh-green-control],
.widget-shell-large [data-rh-green-control] *:not(svg):not(path) {
  color: #ffffff !important;
}
.breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--muted);
  padding: 20px clamp(18px, 4vw, 56px) 0;
  font-size: 14px;
  line-height: 1.1;
}
.breadcrumbs a { color: var(--text); }
.crumb-link,
.crumb-current,
.crumb-separator {
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
}
.crumb-link,
.crumb-current {
  gap: 6px;
}
.crumb-flag {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: .95em;
}
.hero > .breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 clamp(10px, 1.4vw, 18px);
  color: rgba(247,249,252,.72);
  font-weight: 600;
}
.hero > .breadcrumbs a { color: #fff; }
.hero-photo > .breadcrumbs {
  justify-content: center;
  width: min(100%, var(--content-width));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.site-footer {
  display: block;
  padding: 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,152,0,.10), transparent 30%),
    rgba(18, 26, 39, .72);
  color: var(--muted);
}
.site-footer strong { color: var(--text); }
.footer-country-block {
  border-bottom: 1px solid var(--line);
}
.footer-country-inner {
  width: min(var(--content-width), calc(100vw - 2 * clamp(18px, 4vw, 56px)));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px) 0;
}
.footer-country-inner h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  color: var(--text);
}
.footer-country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 22px;
}
.footer-country-grid a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 600;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.footer-country-grid a:hover {
  color: var(--text);
  border-color: rgba(255,152,0,.46);
  background: rgba(255,152,0,.08);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--content-width), calc(100vw - 2 * clamp(18px, 4vw, 56px)));
  margin: 0 auto;
  padding: 28px 0;
}
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; align-content: start; }
[hidden] { display: none !important; }
@media (max-width: 1100px) {
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .site-header { align-items: center; flex-direction: row; justify-content: flex-start; gap: 8px; padding: 10px 14px; }
  .brand img { width: 160px; max-width: none; }
  .footer-country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 8px; }
  .footer-country-grid a { min-height: 34px; padding: 7px 6px; font-size: 13px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .nav { width: auto; justify-content: flex-start; gap: 6px; overflow: visible; padding-bottom: 0; }
  .nav a, .language-switcher summary { padding: 8px 10px; border-radius: 7px; font-size: 14px; line-height: 1; white-space: nowrap; }
  .language-switcher summary { gap: 5px; }
  .language-switcher[open] .language-menu {
    position: fixed;
    top: 62px;
    right: 14px;
    left: auto;
    z-index: 70000;
    width: min(260px, calc(100vw - 28px));
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hero-with-widget { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .hero-with-widget .hero-copy { min-height: auto; }
  .hero-widget { padding: 14px; }
  .why-row { grid-template-columns: 1fr; gap: 10px; }
  .condition-grid-2,
  .condition-grid-3,
  .condition-grid-4 { grid-template-columns: 1fr; }
  .condition-subpanel ul { columns: 1; }
  .filter-grid { grid-template-columns: 1fr; }
}
