:root {
  --graphite: #27302e;
  --forest: #071510;
  --green: #143728;
  --green-soft: #23513c;
  --gold: #cfa76a;
  --gold-light: #f0d59b;
  --ivory: #fbf6e9;
  --paper: #fffaf0;
  --paper-strong: #f5ead8;
  --ink: #101a16;
  --muted: #66706a;
  --line: rgba(16, 26, 22, .14);
  --white-line: rgba(255, 255, 255, .18);
  --shadow: 0 24px 70px rgba(2, 10, 7, .28);
  color: var(--ink);
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.en,
.th,
html[data-lang="en"] .ru,
html[data-lang="en"] .th,
html[data-lang="th"] .ru {
  display: none;
}

html[data-lang="en"] .en,
html[data-lang="th"] .en,
html[data-lang="th"] .th {
  display: inline;
}

html[data-lang="th"] .en:has(+ .th) {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: none;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 64px);
  color: var(--ivory);
  background: rgba(16, 27, 23, .88);
  border-bottom: 1px solid var(--white-line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 0;
  transition: transform .18s ease, opacity .18s ease;
}

.brand:hover {
  transform: translateY(-1px);
  opacity: .92;
}

.brand-logo-img {
  width: clamp(128px, 10.5vw, 164px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .38));
}

.top-nav {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.top-nav a {
  opacity: .88;
}

.top-nav a:hover {
  opacity: 1;
}

.nav-tools {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.hero-mobile-tools {
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 420px);
  margin: 0 auto 34px;
  color: var(--ivory);
}

.hero-mobile-tools .currency-toggle {
  flex: 1 1 auto;
}

.hero-mobile-tools .lang-toggle {
  flex: 0 0 auto;
}

.hero-mobile-tools .about-icon {
  display: grid;
}

.segmented {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
}

.segmented button {
  display: grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.about-icon {
  display: none;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold-light);
  background: rgba(251, 246, 233, .08);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.about-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.about-icon:hover {
  background: rgba(207, 167, 106, .16);
  border-color: rgba(240, 213, 155, .8);
  transform: translateY(-1px);
}

html[data-currency="thb"] [data-currency-btn="thb"],
html[data-currency="rub"] [data-currency-btn="rub"],
html[data-currency="usd"] [data-currency-btn="usd"],
html[data-lang="ru"] [data-lang-btn="ru"],
html[data-lang="en"] [data-lang-btn="en"],
html[data-lang="th"] [data-lang-btn="th"] {
  color: #111;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(7, 21, 16, .9), rgba(28, 38, 35, .58) 46%, rgba(230, 232, 224, .22)),
    linear-gradient(0deg, rgba(7, 21, 16, .92), rgba(7, 21, 16, .06) 44%),
    url("assets/phuket-palm-layer.png") right -28px top -72px / min(780px, 54vw) auto no-repeat,
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2200&q=84") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--gold), rgba(207, 167, 106, .22) 52%, transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(320px, .78fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 82px) 0 clamp(42px, 5vw, 72px);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow,
.section-kicker,
.panel-kicker,
.car-class,
.summary-label {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-eyebrow-line {
  display: none;
}

html[data-lang="ru"] .hero-eyebrow .ru.hero-eyebrow-line,
html[data-lang="en"] .hero-eyebrow .en.hero-eyebrow-line,
html[data-lang="th"] .hero-eyebrow .th.hero-eyebrow-line {
  display: block;
  width: 100%;
}

html[data-lang="th"] .hero-eyebrow .en.hero-eyebrow-line {
  display: none;
}

.hero-eyebrow-place::after {
  content: "";
}

.hero-eyebrow {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--gold);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  line-height: 1.06;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .34);
}

.hero-eyebrow-season {
  margin-top: 2px;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  margin-top: 18px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .92;
}

.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(100%, 560px);
  margin: 20px auto 0;
  color: var(--ivory);
}

.hero-logo-img {
  width: clamp(300px, 35vw, 500px);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .48));
}

.hero-offer {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--gold);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.16;
}

h2 {
  color: var(--ink);
  font-size: clamp(36px, 5vw, 68px);
  line-height: .96;
}

.lead {
  max-width: 660px;
  margin: 18px auto 0;
  color: rgba(251, 246, 233, .86);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #1c160b;
  background: var(--gold);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 16px 36px rgba(207, 167, 106, .24);
}

.button-ghost {
  color: var(--ivory);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .44);
}

.button-ghost.dark {
  color: var(--green);
  background: rgba(20, 55, 40, .04);
  border-color: rgba(20, 55, 40, .24);
  box-shadow: none;
}

.hero-visual {
  position: relative;
  min-height: 460px;
}

.hero-car {
  position: absolute;
  inset: 30px 0 80px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-car::after {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 999px;
  opacity: .78;
}

.hero-car img {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  height: 100%;
  padding: 18px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, .34));
}

.hero-panel {
  position: absolute;
  right: 24px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  width: min(330px, calc(100% - 48px));
  padding: 20px;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel strong {
  font-size: 22px;
  line-height: 1.15;
}

.hero-panel [data-rate-display] {
  color: var(--green);
  font-weight: 900;
}

.section {
  padding: clamp(68px, 8vw, 118px) clamp(18px, 4vw, 64px);
  scroll-margin-top: 96px;
}

.section-head,
.terms-grid,
.terms-strip,
.company-grid,
.request-grid,
.site-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.section-head .section-kicker {
  grid-column: 1 / -1;
}

.section-head h2 {
  max-width: 900px;
}

.section-head p:not(.section-kicker) {
  max-width: 760px;
}

.section-head p:not(.section-kicker),
.terms-grid > div > p,
.company-copy p,
.request-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.fleet-section {
  background: linear-gradient(180deg, var(--paper), #ffffff);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.vehicle-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 26, 22, .12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(29, 40, 34, .08);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.vehicle-card.active {
  border-color: var(--gold);
  box-shadow: 0 24px 62px rgba(97, 74, 37, .18);
}

.vehicle-card:hover {
  transform: translateY(-3px);
}

.car-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  padding: 0;
  background: linear-gradient(180deg, #f7f4ee, #ebe8e2);
  border-bottom: 1px solid rgba(16, 26, 22, .08);
  overflow: hidden;
  cursor: zoom-in;
}

.car-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .2s ease, filter .2s ease;
}

.car-media img.gallery-photo {
  object-fit: cover;
}

.car-media:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.car-media::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  content: "+";
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  background: rgba(7, 21, 16, .76);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.vehicle-card:hover .car-media img {
  transform: scale(1.018);
}

.car-gallery {
  display: grid;
  grid-auto-columns: minmax(104px, 1fr);
  grid-auto-flow: column;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  background: #fff;
  border-top: 1px solid rgba(16, 26, 22, .1);
  border-bottom: 1px solid rgba(16, 26, 22, .12);
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #eee9df;
}

.car-gallery::-webkit-scrollbar {
  height: 7px;
}

.car-gallery::-webkit-scrollbar-track {
  background: #eee9df;
}

.car-gallery::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 4px;
}

.car-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f5ef;
  border: 1px solid rgba(16, 26, 22, .14);
  border-radius: 6px;
  cursor: pointer;
  opacity: .78;
  transition: border-color .16s ease, opacity .16s ease, transform .16s ease;
}

.car-gallery img:not(:first-child) {
  object-fit: cover;
}

.car-gallery img.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
  opacity: 1;
}

.car-gallery img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(2, 10, 7, .94);
  backdrop-filter: blur(12px);
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox-dialog {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(1180px, 100%);
  height: min(88vh, 860px);
  overflow: hidden;
  background: #071510;
  border: 1px solid rgba(207, 167, 106, .58);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .52);
}

.photo-lightbox-stage {
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 58px 72px 22px;
}

.photo-lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.photo-lightbox-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 22px;
  color: var(--paper);
  background: #10221b;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.photo-lightbox-caption {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.photo-lightbox-count {
  flex: 0 0 auto;
  color: var(--gold);
  font-weight: 800;
}

.photo-lightbox-close,
.photo-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  background: rgba(7, 21, 16, .82);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
}

.photo-lightbox-close:hover,
.photo-lightbox-nav:hover {
  color: #071510;
  background: var(--gold);
  border-color: var(--gold);
}

.photo-lightbox-close {
  top: 14px;
  right: 14px;
  font-size: 30px;
  line-height: 1;
}

.photo-lightbox-nav {
  top: 50%;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.photo-lightbox-prev {
  left: 14px;
}

.photo-lightbox-next {
  right: 14px;
}

.card-body {
  display: grid;
  gap: 15px;
  padding: 20px;
}

.card-title-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.card-title-row h3 {
  margin-top: 5px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.deposit-row,
.rate-table div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.deposit-row span,
.rate-table span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.deposit-row strong,
.rate-table strong {
  color: var(--green);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.rate-table {
  display: grid;
  gap: 9px;
}

.rate-table div {
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rate-table div:hover,
.rate-table div:focus-visible {
  background: rgba(20, 55, 40, .06);
  border-color: rgba(20, 55, 40, .14);
}

.rate-table div.selected {
  background: rgba(207, 167, 106, .16);
  border-color: rgba(207, 167, 106, .72);
  box-shadow: 0 0 0 3px rgba(207, 167, 106, .12);
}

.tariff-error {
  margin: -3px 0 0;
  color: #9d5a22;
  font-size: 13px;
  font-weight: 900;
}

.deposit-row {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.car-info {
  overflow: hidden;
  background: rgba(7, 21, 16, .04);
  border: 1px solid rgba(20, 55, 40, .16);
  border-radius: 8px;
}

.car-info summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.car-info summary::-webkit-details-marker {
  display: none;
}

.car-info summary::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--forest);
  background: rgba(207, 167, 106, .28);
  border-radius: 50%;
}

.car-info[open] summary {
  border-bottom: 1px solid rgba(20, 55, 40, .12);
}

.car-info[open] summary::after {
  content: "-";
}

.car-info-tabs {
  display: grid;
  gap: 10px;
  padding: 12px;
  background: rgba(16, 26, 22, .05);
}

.car-info-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.car-info-tab-list {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(92px, .65fr);
  gap: 6px;
  padding: 4px;
  background: rgba(20, 55, 40, .08);
  border: 1px solid rgba(20, 55, 40, .12);
  border-radius: 8px;
}

.car-info-tab-list label {
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 8px 10px;
  color: #496057;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.car-info-tab-list label:hover {
  color: var(--green);
  background: rgba(255, 250, 240, .44);
}

.car-info-tabs:has(.car-info-tab-input:nth-of-type(1):checked) .car-info-tab-list label:first-child,
.car-info-tabs:has(.car-info-tab-input:nth-of-type(2):checked) .car-info-tab-list label:last-child {
  color: var(--forest);
  background: var(--paper);
  box-shadow: 0 8px 22px rgba(20, 55, 40, .12);
}

.car-info-panel {
  display: none;
}

.car-info-tabs:has(.car-info-tab-input:nth-of-type(1):checked) .specs-panel,
.car-info-tabs:has(.car-info-tab-input:nth-of-type(2):checked) .important-panel {
  display: grid;
  gap: 10px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.spec-grid div {
  display: grid;
  gap: 3px;
  padding: 10px;
  background: rgba(255, 250, 240, .64);
  border-radius: 6px;
}

.spec-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-grid dd {
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.car-terms-list {
  display: grid;
  gap: 12px;
  padding: 0 4px 0 22px;
  margin: 0;
  color: #324139;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.car-important-list {
  display: grid;
  gap: 12px;
  padding: 0 4px 0 22px;
  margin: 0;
  color: #263831;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.car-terms-list strong,
.car-important-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--green);
  font-weight: 900;
}

.car-terms-list li::marker,
.car-important-list li::marker {
  color: var(--gold);
}

.button-card {
  width: 100%;
  color: var(--ivory);
  background: var(--green);
  border: 1px solid var(--green);
  box-shadow: none;
}

.terms-section {
  color: var(--ivory);
  background: var(--forest);
}

.terms-section h2,
.company-section h2,
.request-section h2 {
  color: var(--ivory);
}

.terms-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.terms-grid > div > h2,
.request-copy h2 {
  margin-top: 12px;
}

.terms-grid > div > p,
.request-copy p {
  margin-top: 18px;
  color: rgba(251, 246, 233, .7);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.steps li {
  min-height: 166px;
  padding: 22px 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
}

.steps li > span {
  color: var(--gold-light);
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
}

.steps p {
  margin-top: 10px;
  color: rgba(251, 246, 233, .68);
  font-size: 14px;
  line-height: 1.55;
}

.terms-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
}

.terms-strip div {
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 24px;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.terms-strip div:first-child {
  border-left: 0;
}

.terms-strip strong {
  color: var(--gold-light);
}

.terms-strip span {
  color: rgba(251, 246, 233, .72);
  line-height: 1.55;
}

.reviews-section {
  color: var(--ink);
  background: var(--paper);
}

.reviews-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.reviews-head h2 {
  margin-top: 12px;
  color: var(--ink);
}

.reviews-score {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 220px;
}

.reviews-score strong {
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}

.stars {
  color: #f5d400;
  font-weight: 1000;
  letter-spacing: .05em;
  text-shadow: 0 1px 0 rgba(16, 26, 22, .12);
}

.reviews-score small {
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  position: relative;
  display: grid;
  grid-template-rows: 220px 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 26, 22, .12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 26, 22, .08);
}

.review-card::after {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: clamp(84px, 24%, 118px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background: url("assets/logo-prozrach-tur.png") center / contain no-repeat;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .42));
}

.review-card.watermark-right::after {
  right: 12px;
  left: auto;
}

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

.review-card > div {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 18px;
  text-align: center;
}

.review-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 20px;
}

.review-card p {
  margin: 0;
  color: #4d5b54;
  font-weight: 650;
  line-height: 1.55;
}

.company-section {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(39, 48, 46, .96), rgba(7, 21, 16, .98)),
    var(--forest);
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.company-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.company-copy h2 {
  margin-top: 12px;
  font-size: clamp(42px, 4.5vw, 64px);
  overflow-wrap: anywhere;
}

.company-copy p {
  max-width: 660px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(251, 246, 233, .72);
}

.company-proof {
  display: flex;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  color: var(--gold-light);
  font-weight: 900;
  background: rgba(207, 167, 106, .1);
  border: 1px solid rgba(240, 213, 155, .36);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.company-facts {
  display: grid;
  width: min(860px, 100%);
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.company-facts div {
  display: grid;
  grid-template-columns: minmax(112px, .46fr) minmax(0, 1fr);
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.company-facts dt {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.company-facts dd {
  color: rgba(251, 246, 233, .82);
  font-weight: 800;
  line-height: 1.45;
}

.requisites-list {
  display: grid;
  gap: 8px;
  overflow-wrap: anywhere;
}

.legal-fact dd {
  display: grid;
  gap: 14px;
}

.certificate-link {
  position: relative;
  display: grid;
  justify-self: center;
  width: min(100%, 320px);
  padding: 8px;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(145deg, rgba(207, 167, 106, .18), rgba(255, 255, 255, .04)),
    rgba(251, 246, 233, .06);
  border: 1px solid rgba(240, 213, 155, .46);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 18px 46px rgba(0, 0, 0, .26),
    0 0 34px rgba(207, 167, 106, .2);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.certificate-link::after {
  position: absolute;
  inset: 8px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(207, 167, 106, .2);
  border-radius: 5px;
}

.certificate-link:hover,
.certificate-link:focus-visible {
  border-color: rgba(240, 213, 155, .84);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .14) inset,
    0 22px 54px rgba(0, 0, 0, .32),
    0 0 42px rgba(207, 167, 106, .34);
  transform: translateY(-2px);
}

.certificate-link:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.certificate-link img {
  width: 100%;
  aspect-ratio: 4 / 5.6;
  object-fit: cover;
  object-position: top center;
  background: var(--paper);
  border-radius: 4px;
}

.company-map-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .46fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 42px;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.company-map-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 14px;
  text-align: center;
}

.company-map-copy h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
}

.company-map-copy p {
  margin: 0;
  color: rgba(251, 246, 233, .72);
  line-height: 1.6;
}

.company-map-visual {
  position: relative;
  display: block;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #dce9e2;
}

.company-map-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(.84) contrast(.96);
  transition: transform .24s ease, filter .24s ease;
}

.company-map-visual:hover img,
.company-map-visual:focus-visible img {
  filter: saturate(1) contrast(1);
  transform: scale(1.015);
}

.company-map-link {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #071510;
  font-size: 13px;
  font-weight: 900;
  background: var(--paper);
  border: 1px solid rgba(7, 21, 16, .18);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.company-map-link:hover,
.company-map-link:focus-visible {
  background: var(--gold);
}

.certificate-caption {
  display: none;
  min-height: 38px;
  place-items: center;
  margin-top: 8px;
  padding: 0 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  background: var(--gold);
  border-radius: 6px;
}

.request-section {
  color: var(--ivory);
  background: linear-gradient(180deg, #102b20, #071510);
}

.request-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  justify-items: center;
}

.request-copy {
  width: min(900px, 100%);
  text-align: center;
}

.lead-form {
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lead-form {
  display: grid;
  gap: 14px;
  width: min(640px, 100%);
  padding: 22px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label > span {
  color: #34433b;
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(16, 26, 22, .18);
  border-radius: 8px;
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(207, 167, 106, .18);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.messenger-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}

.contact-channels {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.contact-title {
  color: #34433b;
  font-size: 13px;
  font-weight: 900;
}

.contact-channels > a,
.contact-channel-group {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(16, 26, 22, .16);
  border-radius: 8px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.contact-channels > a:hover,
.contact-channels > a:focus-visible,
.contact-channel-group:hover {
  border-color: rgba(207, 167, 106, .7);
  box-shadow: 0 0 0 3px rgba(207, 167, 106, .14);
  transform: translateY(-1px);
}

.contact-channels > a > span {
  color: #5e6a63;
  font-size: 13px;
  font-weight: 900;
}

.channel-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--green);
  background: rgba(20, 55, 40, .08);
  border: 1px solid rgba(20, 55, 40, .13);
  border-radius: 50%;
}

.contact-channel-group {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 62px;
}

.contact-channel-group > strong {
  color: var(--green);
  font-size: 17px;
}

.contact-channel-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-channel-icons a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.contact-channel-icons a:hover,
.contact-channel-icons a:focus-visible {
  background: rgba(207, 167, 106, .18);
  outline: 2px solid rgba(207, 167, 106, .5);
  outline-offset: 1px;
}

.channel-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.channel-whatsapp {
  color: #178c52;
  background: rgba(23, 140, 82, .1);
}

.channel-telegram {
  color: #2581b8;
  background: rgba(37, 129, 184, .1);
}

.channel-max {
  color: var(--gold);
  font-size: 14px;
  font-weight: 1000;
  background: rgba(207, 167, 106, .14);
}

.contact-channels strong {
  color: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

.form-status {
  min-height: 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: center;
  justify-items: stretch;
  padding: 30px clamp(18px, 4vw, 64px);
  color: rgba(251, 246, 233, .78);
  background: var(--forest);
  border-top: 1px solid rgba(255, 255, 255, .12);
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100% - 1180px) / 2));
  padding-left: max(18px, calc((100% - 1180px) / 2));
}

.footer-main {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.site-footer strong {
  color: var(--ivory);
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
}

.footer-logo-img {
  width: 150px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .34));
}

.site-footer a,
.site-footer button:not(.admin-entry) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gold-light);
  font-weight: 900;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: flex-end;
}

.footer-actions button:not(.admin-entry) {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.site-footer a:hover,
.site-footer button:not(.admin-entry):hover {
  color: var(--ivory);
}

.legal-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(2, 10, 7, .76);
  backdrop-filter: blur(14px);
}

.legal-overlay[hidden] {
  display: none;
}

.legal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(820px, calc(100svh - 32px));
  overflow: auto;
  padding: 26px;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .46);
}

.legal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--green);
  cursor: pointer;
  background: rgba(20, 55, 40, .08);
  border: 1px solid rgba(20, 55, 40, .14);
  border-radius: 50%;
}

.legal-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.legal-panel {
  display: grid;
  gap: 14px;
}

.legal-panel[hidden] {
  display: none;
}

.legal-panel h2 {
  max-width: calc(100% - 50px);
  margin: 0 auto;
  color: var(--green);
  font-size: clamp(30px, 7vw, 54px);
  line-height: .96;
  text-align: center;
}

.legal-panel > .section-kicker {
  text-align: center;
}

.legal-panel p,
.legal-panel li {
  color: #34433b;
  font-weight: 650;
  line-height: 1.6;
}

.legal-panel ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  margin: 0;
}

.legal-panel li::marker {
  color: var(--gold);
}

.sitemap-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sitemap-links a {
  min-height: 46px;
  padding: 12px;
  color: var(--green);
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(16, 26, 22, .12);
  border-radius: 8px;
}

.booking-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(2, 10, 7, .72);
  backdrop-filter: blur(14px);
}

.booking-overlay[hidden] {
  display: none;
}

.booking-dialog {
  display: grid;
  gap: 16px;
  width: min(560px, 100%);
  max-height: min(820px, calc(100svh - 28px));
  overflow: auto;
  padding: 18px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 14% 0%, rgba(207, 167, 106, .16), transparent 38%),
    linear-gradient(145deg, #0a1d15, #143728 60%, #071510);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .46);
}

.booking-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: flex-start;
}

.booking-head > div {
  grid-column: 2;
  min-width: 0;
  text-align: center;
}

.booking-kicker,
.booking-dates p,
.booking-contact p {
  margin: 0;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-head h2 {
  margin: 6px 0 0;
  color: var(--ivory);
  font-size: clamp(28px, 8vw, 42px);
  line-height: .98;
}

.booking-close {
  display: grid;
  grid-column: 3;
  grid-row: 1;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ivory);
  cursor: pointer;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.booking-close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.booking-summary {
  display: grid;
  gap: 9px;
  padding: 14px;
  background: rgba(251, 246, 233, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
}

.booking-summary-top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.booking-currency-toggle {
  flex: 0 0 auto;
}

.booking-currency-toggle button {
  min-width: 36px;
  height: 36px;
}

.booking-summary span {
  color: rgba(251, 246, 233, .76);
  font-weight: 800;
}

.booking-summary strong {
  color: var(--gold-light);
  font-size: 20px;
}

.booking-summary-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(110px, 26vw, 150px);
  gap: 12px;
  align-items: end;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.booking-summary-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.booking-summary .booking-total-price {
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.05;
}

.booking-summary small {
  color: rgba(251, 246, 233, .7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.booking-car-thumb {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .32));
}

.booking-dates {
  display: grid;
  gap: 10px;
}

.booking-dates > p {
  text-align: center;
}

.booking-calendar {
  display: grid;
  gap: 12px;
}

.booking-month {
  display: grid;
  gap: 9px;
  padding: 12px;
  background: rgba(251, 246, 233, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
}

.booking-month-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: var(--ivory);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  background: none;
  border: 0;
  text-align: left;
}

.booking-month-name {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.booking-month-year {
  color: rgba(251, 246, 233, .6);
  font-size: 12px;
}

.booking-month-meta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.booking-month-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.booking-month.is-open .booking-month-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.booking-month-content {
  display: grid;
  gap: 9px;
}

.booking-month-content[hidden] {
  display: none;
}

.booking-high-season-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--gold-light);
  cursor: help;
}

.booking-high-season-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(231, 190, 118, .16);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-weekdays,
.booking-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.booking-weekdays span {
  color: rgba(251, 246, 233, .54);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.booking-day {
  display: grid;
  min-width: 0;
  min-height: 34px;
  aspect-ratio: 1;
  place-items: center;
  color: rgba(251, 246, 233, .45);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: not-allowed;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
}

.booking-day.empty {
  visibility: hidden;
}

.booking-day.available {
  color: var(--ivory);
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(207, 167, 106, .42);
}

.booking-day.in-range {
  color: var(--gold-light);
  background: rgba(207, 167, 106, .16);
  border-color: rgba(207, 167, 106, .62);
}

.booking-day.selected {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold-light);
}

.booking-day:disabled {
  opacity: .46;
}

.booking-selected {
  min-height: 42px;
  padding: 10px 12px;
  color: rgba(251, 246, 233, .78);
  font-weight: 800;
  background: rgba(0, 0, 0, .16);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.booking-selected strong {
  color: var(--gold-light);
}

.booking-confirm:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.booking-contact {
  display: grid;
  gap: 10px;
}

.booking-contact[hidden] {
  display: none;
}

.booking-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.booking-contact-grid a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 9px 11px;
  color: var(--ivory);
  font-weight: 900;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.channel-call {
  color: var(--gold-light);
  background: rgba(207, 167, 106, .16);
}

.channel-call svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.admin-entry,
.admin-close,
.admin-logout,
.admin-card-head button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
}

.admin-entry {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold-light);
  border-radius: 50%;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.admin-entry:hover {
  color: var(--ivory);
  border-color: rgba(240, 213, 155, .72);
  transform: translateY(-1px);
}

.admin-entry svg,
.admin-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(2, 10, 7, .76);
  backdrop-filter: blur(16px);
}

.admin-overlay[hidden] {
  display: none;
}

.admin-dialog {
  width: min(1120px, 100%);
  max-height: min(920px, calc(100svh - 28px));
  overflow: auto;
  color: var(--ivory);
  background:
    radial-gradient(circle at 12% 0%, rgba(207, 167, 106, .16), transparent 34%),
    linear-gradient(145deg, #0a1d15, #122a20 58%, #071510);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .46);
}

.admin-topbar,
.admin-workspace-head,
.admin-savebar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 18px;
  background: rgba(7, 21, 16, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
}

.admin-kicker,
.admin-card-head p,
.admin-workspace-head span {
  margin: 0;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-topbar h2 {
  margin: 4px 0 0;
  color: var(--ivory);
  font-size: clamp(28px, 7vw, 42px);
  line-height: .95;
}

.admin-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ivory);
  border-radius: 50%;
}

.admin-login {
  display: grid;
  gap: 14px;
  max-width: 480px;
  margin: 0 auto;
  padding: 22px;
}

.admin-login[hidden] {
  display: none;
}

.admin-login p,
.admin-preset-note,
.admin-status {
  margin: 0;
  color: rgba(251, 246, 233, .72);
  font-weight: 700;
}

.admin-workspace {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.admin-workspace[hidden] {
  display: none;
}

.admin-workspace-head {
  padding: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
}

.admin-workspace-head div {
  display: grid;
  gap: 3px;
}

.admin-role-badge {
  margin-top: 5px;
  color: rgba(251, 246, 233, .7);
  font-size: 12px;
  font-weight: 800;
}

.admin-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-workspace-head strong {
  color: var(--ivory);
}

.admin-entity-select {
  min-width: min(320px, 64vw);
  min-height: 40px;
  padding: 8px 36px 8px 11px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  font-weight: 900;
}

.admin-logout,
.admin-card-head button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--gold-light);
  font-weight: 900;
  border-radius: 8px;
}

.admin-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tabs button {
  min-height: 42px;
  flex: 0 0 auto;
  padding: 0 16px;
  color: rgba(251, 246, 233, .78);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.admin-tabs button.active {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold-light);
}

[data-admin-panel][hidden] {
  display: none;
}

.admin-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 16px;
}

.admin-car-list {
  display: grid;
  align-content: start;
  gap: 8px;
}

.admin-car-list button {
  width: 100%;
  padding: 13px 14px;
  color: var(--ivory);
  text-align: left;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  cursor: pointer;
}

.admin-car-list button.active {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold-light);
}

.admin-car-list strong,
.admin-car-list span {
  display: block;
}

.admin-car-list strong {
  font-size: 15px;
}

.admin-car-list span {
  margin-top: 3px;
  opacity: .78;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-editor {
  display: grid;
  gap: 12px;
}

.admin-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: rgba(251, 246, 233, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
}

.admin-card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.admin-card-head strong {
  color: var(--ivory);
}

.admin-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-dialog label {
  display: grid;
  gap: 7px;
  color: rgba(251, 246, 233, .82);
  font-weight: 900;
}

.admin-dialog input,
.admin-dialog select,
.admin-dialog textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(16, 26, 22, .18);
  border-radius: 8px;
}

.admin-dialog textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-upload input {
  color: var(--ivory);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}

.admin-photo-preview {
  display: flex;
  gap: 8px;
  min-height: 64px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.admin-photo-preview img,
.admin-photo-preview div {
  width: 86px;
  height: 64px;
  flex: 0 0 auto;
  object-fit: cover;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(240, 213, 155, .45);
  border-radius: 8px;
}

.admin-photo-preview div {
  display: grid;
  place-items: center;
  color: rgba(251, 246, 233, .68);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.admin-review-preview {
  min-height: 120px;
}

.admin-review-preview img {
  display: block;
  width: min(360px, 100%);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(240, 213, 155, .45);
  border-radius: 8px;
}

.admin-review-preview:empty::before {
  display: grid;
  min-height: 120px;
  place-items: center;
  content: "Фотография пока не выбрана";
  color: rgba(251, 246, 233, .66);
  background: rgba(255, 255, 255, .05);
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 8px;
  font-weight: 800;
}

.admin-entity-list {
  display: grid;
  gap: 8px;
}

.admin-entity-list article {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.admin-entity-list strong,
.admin-entity-list span {
  display: block;
}

.admin-entity-list span {
  margin-top: 3px;
  color: rgba(251, 246, 233, .68);
  font-size: 13px;
}

.admin-savebar {
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 12px;
  background: rgba(7, 21, 16, .9);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  backdrop-filter: blur(12px);
}

.admin-savebar .button-ghost.dark {
  color: var(--ivory);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .3);
}

.admin-savebar .button[hidden] {
  display: none;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: heroRise .72s ease both;
  }

  .hero-copy > *:nth-child(2) {
    animation-delay: .06s;
  }

  .hero-copy > *:nth-child(3) {
    animation-delay: .12s;
  }

  .hero-copy > *:nth-child(4) {
    animation-delay: .18s;
  }

  .hero-copy > *:nth-child(5) {
    animation-delay: .24s;
  }
}

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

  .request-copy {
    grid-column: 1;
    max-width: 780px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .top-nav {
    display: none;
  }

  .nav-tools {
    justify-self: end;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .hero-visual {
    min-height: 330px;
    overflow: hidden;
  }

  .hero-car {
    inset: 0 0 70px;
  }

  .hero-car img {
    width: min(560px, 100%);
    margin-right: 0;
  }

  .section-head,
  .terms-grid,
  .terms-strip,
  .reviews-head,
  .reviews-grid,
  .company-grid,
  .company-map-panel,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .section-head .section-kicker {
    grid-column: auto;
  }

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

  .terms-strip div {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .terms-strip div:first-child {
    border-top: 0;
  }

  .reviews-score {
    justify-items: center;
  }
}

@media (max-width: 640px) {
  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  body {
    min-width: 0;
  }

  .hero {
    isolation: isolate;
    min-height: 100svh;
    background: var(--forest);
  }

  .hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    background:
      linear-gradient(180deg, rgba(7, 21, 16, .2), rgba(7, 21, 16, .44) 38%, rgba(7, 21, 16, .92) 100%),
      linear-gradient(90deg, rgba(7, 21, 16, .72), rgba(39, 48, 46, .28) 48%, rgba(251, 246, 233, .2)),
      url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=900&h=1700&crop=entropy&q=96") center / cover no-repeat;
    filter: contrast(1.18) saturate(.86);
    transform: scale(1.01);
    transform-origin: center bottom;
  }

  .hero::after {
    z-index: 1;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    text-align: center;
  }

  .site-header {
    display: none;
  }

  .hero-mobile-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 50px;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-mobile-tools .currency-toggle {
    min-width: 0;
  }

  .hero-mobile-tools .lang-toggle {
    min-width: 0;
  }

  .hero-mobile-tools .about-icon {
    display: grid;
    width: 100%;
    height: 50px;
  }

  .hero-mobile-tools .about-icon svg {
    width: 20px;
    height: 20px;
  }

  .segmented {
    display: grid;
    gap: 2px;
    padding: 5px;
    width: 100%;
  }

  .segmented button {
    min-width: 0;
    height: 44px;
    font-size: 13px;
  }

  .booking-currency-toggle {
    grid-template-columns: repeat(3, 36px);
    width: auto;
  }

  .booking-currency-toggle button {
    width: 36px;
    height: 36px;
  }

  .currency-toggle button {
    flex: 1 1 0;
  }

  .hero-mobile-tools .currency-toggle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-mobile-tools .lang-toggle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-eyebrow {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.02;
  }

  html[data-lang="ru"] .hero-eyebrow .ru.hero-eyebrow-line,
  html[data-lang="en"] .hero-eyebrow .en.hero-eyebrow-line,
  html[data-lang="th"] .hero-eyebrow .th.hero-eyebrow-line {
    display: block;
    width: 100%;
  }

  html[data-lang="th"] .hero-eyebrow .en.hero-eyebrow-line {
    display: none;
  }

  .hero-eyebrow-place::after {
    content: "";
  }

  .hero-eyebrow-season {
    margin-top: 1px;
  }

  .hero-inner {
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1180px, calc(100% - 28px));
    gap: 18px;
    min-height: 100svh;
    padding-top: 18px;
    padding-bottom: 34px;
    align-items: stretch;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .hero-logo {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0;
    justify-content: center;
  }

  .hero-logo-img {
    width: 294px;
    max-width: calc(100vw - 28px);
  }

  .hero-offer {
    font-size: 21px;
    max-width: 330px;
    text-align: center;
  }

  .lead {
    max-width: 350px;
  }

  .hero-copy .lead {
    text-align: center;
  }

  h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .lead {
    font-size: 17px;
  }

  .hero-actions,
  .messenger-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    width: 100%;
    margin-top: 0;
    padding-top: 18px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
  }

  .fleet-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .car-gallery {
    grid-auto-columns: 112px;
  }

  .photo-lightbox {
    padding: 0;
  }

  .photo-lightbox-dialog {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .photo-lightbox-stage {
    padding: 62px 12px 16px;
  }

  .photo-lightbox-nav {
    top: auto;
    bottom: 78px;
    transform: none;
  }

  .photo-lightbox-meta {
    min-height: 70px;
    padding: 12px 72px;
  }

  .hero-visual {
    display: none;
  }

  .hero-panel {
    right: 12px;
    bottom: 10px;
    width: calc(100% - 24px);
  }

  .section {
    padding: 58px 14px;
    scroll-margin-top: 0;
  }

  .card-body,
  .lead-form,
  .review-card > div {
    padding: 18px;
  }

  .steps li {
    min-height: 0;
    padding: 22px 0;
  }

  .terms-strip div {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .review-card {
    grid-template-rows: 210px 1fr;
  }

  .company-map-panel {
    padding: 12px;
  }

  .company-map-visual,
  .company-map-visual img {
    min-height: 300px;
  }

  .company-facts div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 0;
  }

  .card-title-row {
    grid-template-columns: 1fr;
  }

  .deposit-row,
  .rate-table div {
    align-items: flex-start;
  }

  .rate-table strong,
  .deposit-row strong {
    white-space: normal;
  }

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

  .messenger-actions {
    display: grid;
  }

  .booking-overlay {
    padding: 0;
    align-items: stretch;
  }

  .booking-dialog {
    width: 100%;
    max-height: 100svh;
    border-width: 0;
    border-radius: 0;
  }

  .booking-contact-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-main {
    justify-items: center;
  }

  .footer-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .legal-overlay {
    align-items: stretch;
    padding: 0;
  }

  .legal-dialog {
    width: 100%;
    max-height: 100svh;
    border-width: 0;
    border-radius: 0;
  }

  .sitemap-links {
    grid-template-columns: 1fr;
  }

  .admin-overlay {
    padding: 0;
    align-items: stretch;
  }

  .admin-dialog {
    width: 100%;
    max-height: 100svh;
    border-width: 0;
    border-radius: 0;
  }

  .admin-topbar {
    padding: 14px;
  }

  .admin-login,
  .admin-workspace {
    padding: 14px;
  }

  .admin-workspace-head,
  .admin-savebar,
  .admin-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-car-list {
    display: flex;
    overflow-x: auto;
    margin-right: -14px;
    padding-right: 14px;
    scrollbar-width: none;
  }

  .admin-car-list::-webkit-scrollbar {
    display: none;
  }

  .admin-car-list button {
    width: 220px;
    flex: 0 0 220px;
  }

  .admin-field-grid {
    grid-template-columns: 1fr;
  }

  .admin-savebar .button {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .contact-channels > a {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .contact-channels > a strong {
    grid-column: 2;
    text-align: left;
  }

  .contact-channel-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-channel-icons {
    justify-content: flex-start;
  }

  .hero-inner {
    width: min(1180px, calc(100% - 20px));
  }

  .hero-mobile-tools {
    gap: 5px;
  }
}
