:root {
  --navy: #082136;
  --navy-2: #0f314a;
  --ink: #10273b;
  --muted: #627283;
  --sea: #007c9f;
  --sea-2: #16b4c4;
  --sea-soft: #dff4f6;
  --gold: #c9973a;
  --gold-2: #e3bd68;
  --paper: #fffdf8;
  --limestone: #f5f0e7;
  --mist: #edf7f7;
  --white: #ffffff;
  --line: rgba(8, 33, 54, .13);
  --line-strong: rgba(8, 33, 54, .22);
  --shadow: 0 22px 60px rgba(8, 33, 54, .13);
  --shadow-soft: 0 12px 32px rgba(8, 33, 54, .09);
  --radius: 8px;
  --radius-sm: 6px;
  --wrap: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(237, 247, 247, .8) 45%, rgba(245, 240, 231, .88)),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: 0;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

strong,
.gold {
  color: var(--gold);
  font-weight: 800;
}

#rcrV2 {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
}

.wrap {
  width: calc(100vw - 40px);
  max-width: var(--wrap);
  margin: 0 auto;
}

.fx {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.fx__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, .96), rgba(237, 247, 247, .7) 44%, rgba(245, 240, 231, .92)),
    radial-gradient(circle at 85% 12%, rgba(22, 180, 196, .16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .92));
}

.fx__noise {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(90deg, rgba(8, 33, 54, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 33, 54, .035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.fx__vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 33, 54, .06), transparent 18%, transparent 82%, rgba(8, 33, 54, .05));
}

.fx__orbs,
.orb {
  display: none;
}

.top {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(8, 33, 54, .12);
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(8, 33, 54, .06);
}

.top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand__mark {
  width: 220px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.brand__name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 1;
}

.nav__main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
}

.nav__a,
.langMenu__trigger,
.navCityPick__trigger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: var(--navy);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease);
}

.nav__a {
  padding: 0 14px;
}

.nav__a:hover,
.nav__a:focus-visible,
.langMenu__trigger:hover,
.navCityPick__trigger:hover {
  background: var(--sea-soft);
  color: var(--sea);
}

.navCityPick,
.langMenu {
  position: relative;
}

.navCityPick__trigger,
.langMenu__trigger {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0 14px;
  box-shadow: 0 8px 24px rgba(8, 33, 54, .07);
}

.city__dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--sea-2);
  box-shadow: 0 0 0 4px rgba(22, 180, 196, .18);
}

.city__chev,
.langMenu__chev {
  color: var(--gold);
  font-weight: 900;
}

.navCityPick__menu,
.langMenu__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}

.navCityPick:hover .navCityPick__menu,
.navCityPick:focus-within .navCityPick__menu,
.langMenu:hover .langMenu__menu,
.langMenu:focus-within .langMenu__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.navCityPick__cityList,
.langMenu__menu {
  display: grid;
  gap: 6px;
}

.city__pick,
.langMenu__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.city__pick:hover,
.langMenu__option:hover,
.langMenu__option.is-current {
  background: var(--mist);
  color: var(--sea);
}

.city__pickBadge {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 3px;
  background: var(--navy);
}

.mnav {
  display: none;
}

.section,
.hero {
  position: relative;
  padding: 88px 0;
}

.section--alt {
  background: linear-gradient(180deg, rgba(237, 247, 247, .66), rgba(255, 253, 248, .54));
}

.sectionDivider {
  border-top: 1px solid rgba(8, 33, 54, .09);
}

.head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.head .cta {
  justify-content: center;
}

.kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.kdot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--sea);
  box-shadow: 0 0 0 5px rgba(0, 124, 159, .14);
}

.pill,
.tag,
.fleetCard__eyebrow,
.contact__k,
.transferCalc__seatKicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--sea);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 8px 10px;
}

.pill.gold,
.tag.gold,
.gold.pill,
.gold.tag {
  color: #8a641e;
  background: rgba(227, 189, 104, .18);
  border-color: rgba(201, 151, 58, .38);
}

.h1,
.h2,
h1,
h2,
h3 {
  color: var(--navy);
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
}

.h1 {
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 900;
  max-width: 980px;
  margin-inline: auto;
}

.h2 {
  font-size: clamp(30px, 4.4vw, 56px);
  font-weight: 900;
}

h3 {
  font-size: 22px;
  font-weight: 860;
}

.lead {
  max-width: 790px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.muted {
  color: var(--muted);
}

.cta,
.heroCta,
.contact__actions,
.formActions__row,
.transferCalc__bookActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn,
.miniBtn,
button.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--sea), var(--sea-2));
  color: var(--white);
  box-shadow: 0 16px 30px rgba(0, 124, 159, .23);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}

.btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .9;
}

.btn:hover,
.miniBtn:hover,
.btn:focus-visible,
.miniBtn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(0, 124, 159, .26);
}

.btn--ghost,
.btn--white,
.miniBtn {
  color: var(--navy);
  background: rgba(255, 255, 255, .78);
  border-color: var(--line);
  box-shadow: 0 10px 24px rgba(8, 33, 54, .08);
}

.btn--ghost:hover,
.btn--white:hover,
.miniBtn:hover {
  color: var(--sea);
  border-color: rgba(0, 124, 159, .28);
}

.miniBtn {
  min-height: 40px;
  padding: 0 15px;
  font-size: 13px;
}

.waFloat {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 17px;
  border-radius: 999px;
  background: #19b963;
  color: white;
  box-shadow: 0 18px 34px rgba(20, 133, 74, .3);
  font-size: 14px;
  font-weight: 900;
}

.waIcon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.waFloat__pulse {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(25, 185, 99, .42);
  border-radius: inherit;
  animation: waPulse 2.1s ease-out infinite;
}

@keyframes waPulse {
  0% { opacity: .8; transform: scale(.96); }
  100% { opacity: 0; transform: scale(1.18); }
}

.hero--city {
  padding: 78px 0 96px;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
}

.hero--city::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .88) 45%, rgba(255, 253, 248, .55) 68%, rgba(255, 253, 248, .92) 100%),
    linear-gradient(180deg, rgba(8, 33, 54, .08), rgba(0, 124, 159, .08)),
    url("/assets/dubrovnikimage.jpg") center right / cover no-repeat;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .72fr);
  align-items: center;
  gap: 42px;
  min-width: 0;
}

.hero__inner > * {
  min-width: 0;
}

.hero__left {
  width: 100%;
  max-width: 780px;
}

.hero__left .kicker {
  justify-content: flex-start;
}

.hero__eyebrow {
  margin: 0 0 14px;
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__left .h1,
.hero__left .lead {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.heroCta {
  margin-top: 26px;
}

.hero__right,
.hero__visual,
.hero__card {
  min-width: 0;
}

.cityHeroPhoto {
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.cityHeroPhoto__frame {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(223, 244, 246, .12), rgba(245, 240, 231, .3)),
    url("/assets/dubrovnikimage.jpg") center / cover no-repeat,
    linear-gradient(135deg, var(--sea-soft), var(--limestone));
  box-shadow: var(--shadow);
}

.cityHeroPhoto__img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0;
}

.cityHeroPhoto__bar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft);
}

.cityHeroPhoto__k {
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cityHeroPhoto__title {
  color: var(--navy);
  font-size: 24px;
  font-weight: 950;
}

.cityHeroPhoto__sub {
  font-size: 13px;
}

.cityHeroPhoto__live {
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 42px;
  border-radius: 999px;
  background: var(--sea);
  color: var(--white);
  font-weight: 900;
}

.stats,
.grid3,
.routeGrid,
.infoCallouts,
.priceRoutes,
.dayTripsCatalog__grid,
.localTipsGrid {
  display: grid;
  gap: 18px;
}

.stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

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

.card,
.stat,
.reviewCard,
.priceRoute,
.contact__card,
.form,
.transferCalc,
.fleetCard,
.dayTripsCatalog__card,
.localTipsCard--split,
.infoCallout,
.foot__appLink {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-soft);
}

.card,
.stat,
.reviewCard,
.priceRoute,
.contact__card,
.form,
.transferCalc,
.infoCallout {
  padding: 24px;
}

.card h3,
.reviewCard h3,
.fleetCard h3 {
  margin: 0 0 10px;
}

.card p,
.reviewCard p,
.fleetCard p {
  margin: 0;
  color: var(--muted);
}

.card__icon,
.stat__n {
  color: var(--sea);
  font-weight: 950;
}

.card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--sea-soft);
  color: var(--sea);
  font-size: 18px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.stat {
  text-align: center;
  padding: 24px 18px;
}

.stat__n {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.stat__t {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.serviceShot,
.hubShot,
.heroShot,
.mediaFrame,
.localTipsSplit__media,
.fleetCard__media,
.dayTripsCatalog__card > img {
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--sea-soft), var(--limestone));
}

.serviceShot img,
.hubShot img,
.heroShot img,
.mediaFrame img,
.localTipsSplit__media img,
.dayTripsCatalog__card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transferCalc {
  max-width: 980px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 253, 248, .9)),
    var(--white);
}

.transferCalc__title {
  margin-bottom: 20px;
}

.field,
.dayTripBook__field {
  display: grid;
  gap: 8px;
}

.field > span,
.dayTripBook__label,
.transferCalc__addrLabel,
.transferCalc__shellLabel {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
textarea,
select,
.transferCalc__nativeIO,
.transferCalc__input,
.dayTripBook__input,
.dayTripBook__select,
.dayTripBook__textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--navy);
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
  outline: none;
}

textarea,
.dayTripBook__textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
.transferCalc__nativeIO:focus,
.transferCalc__input:focus,
.dayTripBook__input:focus,
.dayTripBook__select:focus,
.dayTripBook__textarea:focus {
  border-color: rgba(0, 124, 159, .54);
  box-shadow: 0 0 0 4px rgba(0, 124, 159, .12);
}

.transferCalc__inputRow,
.transferCalc__grid2,
.formGrid,
.dayTripBook__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field--full,
.dayTripBook__field--full,
.transferCalc__vehicleField,
.transferCalc__childBlock {
  grid-column: 1 / -1;
}

.transferCalc__offerRow {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: var(--mist);
}

.transferCalc__offerNote,
.transferCalc__status {
  margin: 0;
}

.transferCalc__status {
  min-height: 24px;
  margin: 12px 0;
}

.transferCalc__stepper {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--white);
}

.transferCalc__stepBtn {
  width: 46px;
  height: 50px;
  border: 0;
  background: var(--mist);
  color: var(--sea);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.transferCalc__stepperInput {
  min-height: 50px;
  border: 0;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
}

.transferCalc__vehiclePicker,
.transferCalc__seatGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.transferCalc__vehiclePicker > *,
.transferCalc__seatCard {
  min-height: 88px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--white), rgba(237, 247, 247, .48));
  padding: 14px;
}

.transferCalc__seatFace {
  display: grid;
  gap: 6px;
}

.transferCalc__seatTitle {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.transferCalc__seatMeta,
.transferCalc__vehicleLead,
.transferCalc__childLead,
.transferCalc__bookFine,
.note {
  color: var(--muted);
  font-size: 14px;
}

.transferCalc__mapFrame {
  position: relative;
  min-height: 320px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(223, 244, 246, .88), rgba(245, 240, 231, .72)),
    var(--mist);
}

.transferCalc__map {
  width: 100%;
  height: 360px;
  min-height: 320px;
}

.transferCalc__mapHud {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow-soft);
}

.transferCalc__mapHudTitle {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.transferCalc__mapHudMeta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.transferCalc__routeMeta,
.transferCalc__bookBlock {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .64);
}

.transferCalc__bookHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.transferCalc__bookTitle {
  margin: 0;
}

.transferCalc__bookTotal {
  margin: 16px 0;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: var(--white);
}

.transferCalc__bookTotalLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.transferCalc__bookTotalLabel {
  font-weight: 900;
}

.transferCalc__bookTotalPrice {
  font-size: 28px;
}

.dayTripBook {
  max-width: 960px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-soft);
}

.dayTripBook__title,
.dayTripBook__subtitle {
  text-align: center;
}

.dayTripBook__subtitle {
  color: var(--muted);
  margin: 8px 0 26px;
}

.dayTripBook__alert,
.toast {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--sea-soft);
  color: var(--navy);
  font-weight: 800;
}

.dayTripBook__honeypot {
  display: none;
}

.dayTripBook__req,
.dayTripBook__err {
  color: #b85635;
}

.dayTripBook__actions,
.formActions {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.contact {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 20px;
  align-items: start;
}

.contact__item {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.contact__actions {
  margin-top: 18px;
}

.form__title {
  margin-bottom: 18px;
}

.toast {
  display: none;
}

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

.faqItem {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .8);
  overflow: hidden;
}

.faqItem__trigger {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--navy);
  padding: 16px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faqItem__chev {
  color: var(--gold);
}

.faqItem__panel {
  padding: 0 16px 16px;
  color: var(--muted);
}

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

.priceRoute__title {
  margin-bottom: 18px;
}

.priceGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.priceGrid__v,
.priceGrid__p {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}

.priceGrid__v:nth-last-child(-n+2),
.priceGrid__p:nth-last-child(-n+1) {
  border-bottom: 0;
}

.priceGrid__v {
  color: var(--muted);
  background: rgba(255, 255, 255, .72);
}

.priceGrid__p {
  min-width: 86px;
  color: var(--navy);
  background: var(--mist);
  text-align: right;
  font-weight: 950;
}

.fleetRail {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 18px;
}

.fleetTrack {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: fleetScroll 52s linear infinite;
}

.fleetRail:hover .fleetTrack {
  animation-play-state: paused;
}

@keyframes fleetScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fleetCard {
  width: min(360px, 82vw);
  overflow: hidden;
  background: var(--white);
}

.fleetCard__media {
  height: 190px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.fleetCard__media img {
  max-height: 150px;
  object-fit: contain;
}

.fleetCard__body {
  padding: 20px;
}

.reviewRail {
  overflow: hidden;
}

.reviewTrack {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: fleetScroll 68s linear infinite;
}

.reviewCard {
  width: min(350px, 84vw);
}

.reviewCard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.reviewCard__logo {
  max-width: 100px;
  max-height: 32px;
  object-fit: contain;
}

.reviewCard__source {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.partnerMarquee {
  overflow: hidden;
}

.partnerTrack {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: fleetScroll 44s linear infinite;
}

.partnerPill {
  width: 170px;
  height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.partnerPill img {
  max-height: 42px;
  object-fit: contain;
}

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

.dayTripsCatalog__card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}

.dayTripsCatalog__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.dayTripsCatalog__card > img {
  width: 100%;
  height: 210px;
  border-radius: var(--radius) var(--radius) 0 0;
}

.dayTripsCatalog__body {
  padding: 18px;
}

.dayTripsCatalog__meta,
.dayTripsCatalog__desc {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.dayTripsCatalog__price {
  margin: 16px 0 0;
  color: var(--sea);
  font-size: 20px;
  font-weight: 950;
}

.dayTripsCatalog__label {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.dayTripsCatalog__overlay[hidden] {
  display: none;
}

.dayTripsCatalog__overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.dayTripsCatalog__overlayBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 33, 54, .62);
}

.dayTripsCatalog__overlayPanel {
  position: relative;
  width: min(860px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: auto;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 28px;
}

.dayTripsCatalog__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--mist);
  color: var(--navy);
  font-size: 26px;
  cursor: pointer;
}

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

.localTipsCard--split {
  overflow: hidden;
  padding: 0;
}

.localTipsSplit {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.localTipsSplit__text {
  padding: 24px;
}

.localTipsSplit__text p {
  color: var(--muted);
}

.localTipsSplit__media {
  min-height: 280px;
  border-radius: 0;
}

.tipList {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.tipList li + li {
  margin-top: 10px;
}

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

.infoCallout {
  display: flex;
  gap: 14px;
}

.infoCallout__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--sea-soft);
  position: relative;
}

.infoCallout__icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-right: 3px solid var(--sea);
  border-bottom: 3px solid var(--sea);
  transform: rotate(45deg) translate(-1px, -2px);
}

.foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 12px;
  border-top: 1px solid var(--line);
}

.foot__links,
.foot__meta {
  display: grid;
  gap: 10px;
}

.foot__legal-title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.foot__legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.foot__legal-row a:hover {
  color: var(--sea);
}

.foot__meta {
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.foot__copy {
  color: var(--navy);
  font-weight: 900;
}

.miniBtn--top {
  flex: 0 0 auto;
}

.reveal {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1120px) {
  .nav__main {
    display: none;
  }

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

  .hero__right,
  .cityHeroPhoto {
    display: none;
  }

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

@media (max-width: 860px) {
  .wrap {
    width: calc(100vw - 28px);
  }

  .top__inner {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 184px;
  }

  .nav,
  .langMenu,
  .navCityPick {
    display: none;
  }

  .burger {
    display: block;
  }

  .mnav {
    position: fixed;
    inset: 68px 12px auto;
    z-index: 49;
    display: block;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }

  body.nav-open .mnav,
  .mnav.is-open,
  .top:focus-within + .mnav,
  .mnav:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mnav__panel {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow);
  }

  .mnav__panel a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: var(--radius-sm);
    padding: 0 12px;
    color: var(--navy);
    font-weight: 850;
  }

  .mnav__panel a:hover {
    background: var(--mist);
    color: var(--sea);
  }

  .mnav__line {
    height: 1px;
    background: var(--line);
    margin: 4px 0;
  }

  .section,
  .hero {
    padding: 64px 0;
  }

  .hero--city {
    min-height: auto;
    padding-top: 54px;
  }

  .hero--city::before {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, .95), rgba(255, 253, 248, .9)),
      url("/assets/dubrovnikimage.jpg") center / cover no-repeat;
  }

  .hero__left .kicker,
  .hero__left .h1,
  .hero__left .lead {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heroCta,
  .cta,
  .contact__actions,
  .formActions__row,
  .transferCalc__bookActions {
    justify-content: center;
  }

  .grid3,
  .stats,
  .priceRoutes,
  .faqGrid,
  .contact,
  .infoCallouts,
  .localTipsGrid,
  .dayTripsCatalog__grid,
  .transferCalc__vehiclePicker,
  .transferCalc__seatGrid {
    grid-template-columns: 1fr;
  }

  .transferCalc__inputRow,
  .transferCalc__grid2,
  .formGrid,
  .dayTripBook__form {
    grid-template-columns: 1fr;
  }

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

  .foot__meta {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .brand__mark {
    width: 162px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 17px;
  }

  .btn,
  button.btn {
    width: 100%;
    min-height: 50px;
  }

  .miniBtn {
    width: auto;
  }

  .card,
  .stat,
  .reviewCard,
  .priceRoute,
  .contact__card,
  .form,
  .transferCalc,
  .infoCallout,
  .dayTripBook {
    padding: 18px;
  }

  .dayTripsCatalog__card > img {
    height: 190px;
  }

  .waFloat {
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    padding: 0 14px;
  }

  .waFloat__text {
    display: none;
  }
}

/* Dubrovnik Transfers chauffeur redesign */
:root {
  --dt-black: #05070a;
  --dt-ink: #0a141d;
  --dt-panel: rgba(10, 18, 27, .88);
  --dt-panel-2: rgba(16, 30, 42, .9);
  --dt-line: rgba(238, 205, 139, .2);
  --dt-line-soft: rgba(255, 255, 255, .12);
  --dt-white: #f7f4ec;
  --dt-muted: rgba(247, 244, 236, .74);
  --dt-gold: #d6a84a;
  --dt-gold-2: #f1d18a;
  --dt-cyan: #32c6d6;
  --dt-blue: #0b2437;
  --dt-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --paper: #071019;
  --limestone: #111c26;
  --ink: var(--dt-white);
  --muted: var(--dt-muted);
  --line: var(--dt-line-soft);
  --shadow: var(--dt-shadow);
  --radius: 8px;
  color-scheme: dark;
}

html,
body {
  background: var(--dt-black);
}

body {
  color: var(--dt-white);
  background:
    linear-gradient(180deg, rgba(5, 7, 10, .94), rgba(7, 16, 25, .98)),
    #05070a;
}

body::selection {
  color: #071019;
  background: var(--dt-gold-2);
}

.fx__bg {
  background:
    radial-gradient(circle at 78% 10%, rgba(50, 198, 214, .14), transparent 30rem),
    radial-gradient(circle at 15% 0%, rgba(214, 168, 74, .13), transparent 26rem),
    linear-gradient(180deg, #05070a, #071019 54%, #0a141d);
}

.fx__noise {
  opacity: .12;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
}

.top {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(241, 209, 138, .18);
  background: rgba(5, 7, 10, .82);
  backdrop-filter: blur(20px) saturate(1.25);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .26);
}

.top__inner {
  min-height: 86px;
}

.brand {
  min-width: 230px;
}

.brand__mark {
  width: 226px;
  max-height: 64px;
}

.nav__main {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
}

.nav__a,
.langMenu__trigger,
.navCityPick__trigger {
  color: rgba(247, 244, 236, .9);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav__a:hover,
.nav__a:focus-visible,
.langMenu__trigger:hover,
.navCityPick__trigger:hover {
  color: #071019;
  background: var(--dt-gold-2);
}

.langMenu {
  display: none;
}

.burger {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
}

.burger span {
  background: var(--dt-white);
}

.mnav {
  background: rgba(5, 7, 10, .82);
  backdrop-filter: blur(18px);
}

.mnav__panel {
  background: rgba(10, 18, 27, .96);
  border: 1px solid rgba(241, 209, 138, .18);
  box-shadow: var(--dt-shadow);
}

.mnav__panel a {
  color: var(--dt-white);
  border-color: rgba(255, 255, 255, .12);
}

.btn {
  min-height: 48px;
  border: 1px solid rgba(241, 209, 138, .52);
  border-radius: 3px;
  color: #091018;
  background: linear-gradient(135deg, #f3d78d, #c99535);
  box-shadow: 0 18px 42px rgba(201, 149, 53, .22);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(201, 149, 53, .34);
}

.btn--ghost,
.btn--white,
.btn--nav {
  color: var(--dt-white);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.btn--ghost:hover,
.btn--white:hover,
.btn--nav:hover,
.btn--ghost:focus-visible,
.btn--white:focus-visible,
.btn--nav:focus-visible {
  color: #071019;
  background: var(--dt-white);
}

.hero--city {
  position: relative;
  min-height: calc(100svh - 86px);
  margin: 0;
  padding: clamp(80px, 9vw, 132px) 0 clamp(44px, 6vw, 76px);
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(241, 209, 138, .18);
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .94) 0%, rgba(5, 7, 10, .74) 38%, rgba(5, 7, 10, .36) 68%, rgba(5, 7, 10, .82) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .10), rgba(5, 7, 10, .92)),
    url("/assets/Dubrovnik4k.jpg") center / cover no-repeat;
}

.hero--city::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(241, 209, 138, .18) 7% 7.08%, transparent 7.08% 17%, rgba(241, 209, 138, .12) 17% 17.08%, transparent 17.08%),
    radial-gradient(circle at 70% 18%, rgba(50, 198, 214, .14), transparent 22rem);
  opacity: .72;
}

.hero--city::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #071019);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.hero__left {
  max-width: 740px;
  min-width: 0;
}

.hero__eyebrow,
.kicker,
.pill,
.fleetCard__eyebrow,
.contact__k,
.transferCalc__seatKicker,
.cityHeroPhoto__k {
  color: var(--dt-gold-2);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}

.kicker {
  display: none;
}

.hero__left .h1,
.head .h1 {
  color: var(--dt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8.4vw, 7.8rem);
  line-height: .9;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 10ch;
  margin: 12px 0 22px;
}

.hero__left .lead,
.head .lead,
.lead {
  color: rgba(247, 244, 236, .82);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
  max-width: 660px;
}

.heroCta {
  justify-content: flex-start;
  margin-top: clamp(24px, 3vw, 34px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(241, 209, 138, .2);
  background: rgba(241, 209, 138, .18);
}

.stat {
  border: 0;
  border-radius: 0;
  background: rgba(5, 7, 10, .62);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.stat__n {
  color: var(--dt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 500;
}

.stat__t {
  color: rgba(247, 244, 236, .64);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
}

.cityHeroPhoto {
  position: relative;
  max-width: 440px;
  justify-self: end;
}

.cityHeroPhoto::before {
  content: "Private fleet";
  position: absolute;
  z-index: 2;
  top: 20px;
  right: -16px;
  padding: 10px 13px;
  border: 1px solid rgba(241, 209, 138, .32);
  color: var(--dt-white);
  background: rgba(5, 7, 10, .72);
  box-shadow: var(--dt-shadow);
  backdrop-filter: blur(16px);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 900;
}

.cityHeroPhoto__frame {
  border-radius: 0;
  border: 1px solid rgba(241, 209, 138, .28);
  background: #05070a;
  box-shadow: var(--dt-shadow);
}

.cityHeroPhoto__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 7, 10, .04), rgba(5, 7, 10, .12) 48%, rgba(5, 7, 10, .78)),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .18), transparent 18rem);
}

.cityHeroPhoto__img {
  height: clamp(460px, 58vw, 640px);
  object-fit: cover;
  opacity: 1;
  transform: scale(1.01);
  filter: brightness(1.38) saturate(.88) contrast(1.08);
}

.cityHeroPhoto__bar {
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(5, 7, 10, .76);
  backdrop-filter: blur(18px);
}

.cityHeroPhoto__title {
  color: var(--dt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.cityHeroPhoto__sub,
.muted,
.muted2 {
  color: rgba(247, 244, 236, .66);
}

.tag,
.tag.gold {
  border-color: rgba(241, 209, 138, .35);
  color: var(--dt-gold-2);
  background: rgba(214, 168, 74, .12);
}

.cityHeroActions {
  justify-content: flex-end;
}

.section {
  position: relative;
  padding-block: clamp(70px, 8vw, 116px);
  background: #071019;
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0)),
    #0a141d;
}

.sectionDivider {
  border-top: 1px solid rgba(241, 209, 138, .12);
}

.head {
  max-width: 820px;
}

.head .h2,
.h2 {
  color: var(--dt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: 0;
}

.head p {
  color: rgba(247, 244, 236, .7);
}

.dtPageHero {
  min-height: min(680px, calc(100svh - 86px));
  display: grid;
  align-items: end;
  padding-top: clamp(100px, 12vw, 168px);
  padding-bottom: clamp(70px, 9vw, 118px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .92), rgba(5, 7, 10, .62) 52%, rgba(5, 7, 10, .86)),
    url("/assets/dubrovnikimage.jpg") center / cover no-repeat;
}

.dtPageHero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #0a141d);
}

.dtPageHero > .wrap {
  position: relative;
  z-index: 1;
}

.dtPageHero .head {
  max-width: 850px;
  min-width: 0;
  text-align: left;
}

.dtPageHero--booking {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, .93), rgba(5, 7, 10, .56) 58%, rgba(5, 7, 10, .82)),
    url("/assets/arteonairporttransfers.webp");
  background-position: center;
}

.dtPageHero--trips {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, .92), rgba(5, 7, 10, .54) 58%, rgba(5, 7, 10, .82)),
    url("/assets/kotor3.webp");
}

.dtPageHero--prices {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, .92), rgba(5, 7, 10, .50) 58%, rgba(5, 7, 10, .82)),
    url("/assets/dubrovnikcityrides.webp");
}

.dtPageHero--tips {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, .92), rgba(5, 7, 10, .50) 58%, rgba(5, 7, 10, .82)),
    url("/assets/Dubrovnik/LocalTips/dubrovnikboat.jpg");
}

.card,
.reviewCard,
.priceRoute,
.contact__card,
.transferCalc,
.fleetCard,
.localTipsCard--split,
.infoCallout,
.dayTripsCatalog__card,
.dayTripBook,
.partnerPill {
  border-radius: 0;
  border: 1px solid rgba(241, 209, 138, .16);
  color: var(--dt-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    rgba(10, 18, 27, .88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.card:hover,
.reviewCard:hover,
.fleetCard:hover,
.dayTripsCatalog__card:hover,
.localTipsCard--split:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 209, 138, .34);
}

.card h3,
.reviewCard h3,
.fleetCard h3,
.priceRoute__title,
.dayTripsCatalog__card h3 {
  color: var(--dt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.card p,
.reviewCard p,
.fleetCard p,
.dayTripsCatalog__desc,
.dayTripsCatalog__meta,
.dayTripBook__subtitle {
  color: rgba(247, 244, 236, .68);
}

.card__icon,
.infoCallout__icon {
  color: #071019;
  background: linear-gradient(135deg, var(--dt-gold-2), var(--dt-gold));
}

.transferCalc {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(20px, 3vw, 36px);
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .08), rgba(255, 255, 255, .025)),
    #0b1721;
}

.transferCalc__title {
  color: var(--dt-white);
}

.field {
  color: var(--dt-white);
}

.field > span,
.transferCalc__addrLabel,
.transferCalc__shellLabel,
.dayTripBook__label {
  color: var(--dt-gold-2);
}

.transferCalc__nativeIO,
.transferCalc__input,
.transferCalc__vehicleSelect,
.dayTripBook__input,
.dayTripBook__select,
.dayTripBook__textarea {
  color: var(--dt-white);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(5, 7, 10, .62);
}

.transferCalc__nativeIO:focus,
.transferCalc__input:focus,
.transferCalc__vehicleSelect:focus,
.dayTripBook__input:focus,
.dayTripBook__select:focus,
.dayTripBook__textarea:focus {
  border-color: rgba(241, 209, 138, .62);
  box-shadow: 0 0 0 4px rgba(214, 168, 74, .14);
}

.transferCalc__stepper,
.transferCalc__vehiclePicker > *,
.transferCalc__seatCard,
.transferCalc__mapFrame,
.transferCalc__routeMeta,
.transferCalc__bookBlock,
.priceGrid,
.dayTripBook__panel {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(5, 7, 10, .52);
}

.transferCalc__stepBtn {
  color: #071019;
  background: var(--dt-gold-2);
}

.transferCalc__bookTotalPrice,
.gold,
strong.gold {
  color: var(--dt-gold-2);
}

.fleetCard__media,
.heroShot,
.localTipsSplit__media,
.dayTripsCatalog__card img {
  border-radius: 0;
  background: #05070a;
}

.fleetCard__media img,
.heroShot img,
.localTipsSplit__media img,
.dayTripsCatalog__card img {
  filter: saturate(.92) contrast(1.06);
}

.priceGrid {
  overflow: hidden;
}

.priceGrid__v,
.priceGrid__p {
  border-color: rgba(255, 255, 255, .1);
  color: rgba(247, 244, 236, .78);
}

.priceGrid__p {
  color: var(--dt-gold-2);
}

.reviewRail,
.partnerMarquee,
.fleetRail {
  border-color: rgba(241, 209, 138, .14);
  background: rgba(255, 255, 255, .035);
}

.reviewCard__source {
  color: var(--dt-gold-2);
}

.contact {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .94), rgba(5, 7, 10, .52), rgba(5, 7, 10, .92)),
    url("/assets/Dubrovnik4k.jpg") center / cover no-repeat;
}

.waFloat {
  border-radius: 0;
  background: #1fae54;
  box-shadow: 0 18px 50px rgba(31, 174, 84, .32);
}

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

  .cityHeroPhoto {
    justify-self: start;
    max-width: min(620px, 100%);
  }

  .cityHeroPhoto__img {
    height: min(620px, 76vw);
  }
}

@media (max-width: 860px) {
  .top__inner {
    min-height: 74px;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 188px;
  }

  .nav {
    display: none;
  }

  .hero--city,
  .dtPageHero {
    min-height: auto;
    padding-top: 74px;
  }

  .hero__left .h1,
  .head .h1 {
    font-size: clamp(3.15rem, 15vw, 5.2rem);
    max-width: 9ch;
  }

  .hero__left .lead,
  .head .lead,
  .lead {
    width: 100%;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }

  .hero__left,
  .dtPageHero .head {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

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

  .cityHeroPhoto::before {
    right: 12px;
  }
}

@media (max-width: 560px) {
  .hero--city {
    padding-top: 58px;
  }

  .hero__left .h1,
  .head .h1 {
    font-size: clamp(2.75rem, 17vw, 4.2rem);
  }

  .heroCta,
  .cta,
  .cityHeroActions {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .cityHeroPhoto__bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}
