* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background: #d9d9d9;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

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

button {
  font: inherit;
}

:root {
  --tour-bg-dark: #1a1a1a;
  --tour-bg-soft: #4a4f52;
  --tour-text-light: #ffffff;
  --tour-text-muted: rgba(255, 255,ч 255, 0.78);
  --tour-accent: #f7bd4d;
  --tour-accent-hover: #ffffff;
  --tour-shadow-strong: 0 4px 10px rgba(0, 0, 0, 0.25);
  --tour-shadow-card: 0 6px 18px rgba(0, 0, 0, 0.25);
  --muted: #666;
  --accent: #f7bd4d;
  --cta-hover: #ffffff;
  --shadow-strong: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.container,
.sc-container {
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------
   Petrovac hero
   ------------------------------ */
.petrovac-hero {
  display: block;
}

.petrovac-hero__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  max-height: 784px;
  position: relative;
  z-index: 1;
}

.petrovac-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 547px;
  padding: 0;
  text-align: center;
  color: #1a1a1a;
}

.petrovac-hero__content h1 {
  margin: 0;
  font-family: 'Archivo Black', sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
}

.petrovac-hero__text {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

.petrovac-hero__button {
  width: 240px;
  height: 52px;
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  background: #161d24;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.petrovac-hero__media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 784px;
}

.petrovac-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------
   Shared content sections
   ------------------------------ */
.two-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 60px;
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-item__title {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}

.info-item__text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 0.73;
  letter-spacing: 1.8px;
}

.info-content {
  margin-top: -10px;
}

.info-content__text {
  margin: 0 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}

.what-section {
  display: flex;
  flex-direction: column;
}

.what-collumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 120px 60px;
}

.who-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  padding: 0 60px;
}

.who-info__title {
  width: max-content;
  height: max-content;
  margin: 0;
  padding: 8px 12px;
  border: 2px solid #000;
  border-radius: 28px;
  color: #000;
  font-family: 'Alexandria', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.who-info__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.6;
}

.what-list {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 660px;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}

.map-images {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0 40px;
}

.map-images img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.only-desktop,
.for-desktop-only {
  display: inherit;
}

.only-mobile,
.for-mobile-only {
  display: none;
}

.nav-map-section {
  padding: 120px 60px;
}

.section-navigation {
  width: max-content;
  margin: 0 auto 80px;
  padding: 12px 32px;
  border: 3px solid #1a1a1a;
  border-radius: 28px;
  color: #1a1a1a;
  font-family: 'Alexandria', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
}

.map-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.map-img-wrapper {
  max-width: 600px;
  max-height: 600px;
  height: fit-content;
  overflow: hidden;
  border-radius: 8px;
  background: lightgray;
}

.map-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  mix-blend-mode: darken;
}

.map-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.map-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 20px;
}

.map-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #d9d9d9;
  font-family: 'Alexandria', sans-serif;
  font-size: 20px;
  font-weight: 350;
}

.map-list-item__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.map-list-item__content h3 {
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.map-list-item__description {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

/* ------------------------------
   Shared gallery
   ------------------------------ */
.petrovac-gallery,
.equipment-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 60px;
}

.gallery__arrows {
  display: flex;
  gap: 16px;
  padding: 0 60px 20px;
  justify-content: flex-start;
}

.gallery__arrow {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.gallery__arrow img {
  width: 34px;
  height: 34px;
}

.gallery__arrow:disabled,
.gallery__arrow.is-disabled {
  opacity: 0.4;
  cursor: default;
}

.gallery__images {
  width: 100%;
}

.js-tour-swiper.swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 60px 20px;
  box-sizing: border-box;
  scroll-snap-type: none !important;
}

.swiper,
.swiper .swiper-slide,
.swiper .swiper-slide img,
.swiper .swiper-slide picture {
  cursor: grab;
  cursor: -webkit-grab;
  user-select: none;
  -webkit-user-select: none;
}

.swiper.is-dragging,
.swiper.is-dragging .swiper-slide,
.swiper.is-dragging img,
.swiper.is-dragging picture {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.swiper-wrapper {
  display: flex;
  margin-bottom: 3px;
}

.swiper-slide {
  width: 600px;
  flex-shrink: 0;
  scroll-snap-type: none !important;
  scroll-snap-align: none !important;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.equipment-gallery .swiper-slide {
  border-radius: 8px;
  background: #fbfcff;
  box-shadow: 1.5px 2px 1.3px 0 rgba(0, 0, 0, 0.25);
}

.js-tour-swiper.swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 clamp(300px, 70vw, 600px);
}

/* ------------------------------
   Booking section
   ------------------------------ */
.booking-box {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--tour-bg-dark);
}

.booking-box::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), var(--bg-main) center / cover no-repeat;
}

.booking-box::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.85;
  filter: blur(2px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%), var(--bg-blur) center / cover no-repeat;
}

.booking-box > * {
  position: relative;
  z-index: 1;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1444px;
  margin: 0 auto;
  padding: 80px 60px 40px;
}

.hero-booking {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 0 80px;
}

.hero-booking h2 {
  margin: 0;
  color: #fff;
  font-family: 'Archivo Black', sans-serif;
  font-size: 56px;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
}

.hero-text {
  max-width: 528px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.hero-text p {
  margin: 0;
}

.packing-wrapper {
  position: relative;
  display: inline-flex;
  align-items: baseline;
}

.packing-link {
  display: inline-block;
  padding: 4px 8px;
  border: 1.5px solid var(--tour-accent);
  border-radius: 16px;
  color: var(--tour-accent);
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  top: -19px;
  left: calc(100% + 20px);
  z-index: 2;
  display: block;
  width: 206px;
  padding: 8px 8px 16px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip::before {
  content: '';
  position: absolute;
  top: 24px;
  left: -16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17px solid #fff;
}

.tooltip-header {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 4px;
  margin-bottom: 6px;
}

.tooltip-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.tooltip-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  font-size: 13px;
  line-height: 1.4;
}

.packing-wrapper:hover .tooltip,
.packing-wrapper:focus-within .tooltip,
.tooltip:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.experience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 550px;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  box-shadow: var(--shadow-strong);
}

.experience-photo {
  position: relative;
  width: 100%;
  height: 221px;
  overflow: hidden;
}

.experience-photo img {
  width: 100%;
  height: 100%;
}

.experience-shift {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.experience-body {
  position: relative;
  top: -41px;
  z-index: 1000;
  display: grid;
  flex: 1 1 auto;
  gap: 16px;
  height: 290px;
  margin-bottom: -41px;
  padding: 24px 30px 38px;
  border-radius: 16px 16px 0 0;
  background: #fff;
  color: #000;
}

.experience-meta {
  display: grid;
  gap: 8px;
}

.subtle-label {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.experience-title {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.72px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.9px;
  white-space: nowrap;
}

.experience-cta {
  width: 100%;
  padding: 27px 24px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--accent);
  color: #000;
  cursor: pointer;
  font-family: 'Alexandria', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.2s ease;
}

.experience-cta:hover {
  color: var(--cta-hover);
}

.stack {
  display: grid;
  gap: 8px;
  width: 360px;
}

.card-dark {
  padding: 24px;
  border-radius: 24px;
  background: rgba(26, 26, 26, 0.82);
  color: #fff;
  box-shadow: var(--tour-shadow-strong);
}

.card-dark.included {
  height: 330px;
  padding-bottom: 60px;
}

.card-dark.meeting {
  height: 212px;
  padding-bottom: 60px;
}

.card-title,
.card-title-meeting {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.card-title-meeting {
  margin-bottom: 0;
}

.list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.list li {
  position: relative;
  padding-left: 18px;
}

.list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
}

.meeting-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 32px;
  margin-bottom: 22px;
}

.meeting-icon {
  font-size: 30px;
  line-height: 1;
}

.meeting-text,
.policy-footer {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.meeting-link,
.terms a {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 6%;
  text-underline-position: from-font;
}

.right-col {
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 550px;
}

.right-photo {
  position: relative;
  width: 100%;
  height: 226px;
  overflow: hidden;
  border-radius: 24px;
}

.right-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy-card {
  position: relative;
  top: -46px;
  flex: 1 1 auto;
  margin-bottom: -46px;
  padding: 24px 24px 32px;
  border-radius: 24px;
  background: rgba(26, 26, 26, 0.82);
  color: #fff;
  backdrop-filter: blur(14.377px);
  box-shadow: var(--tour-shadow-strong);
}

.policy-footer {
  margin-top: 40px;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  color: #bfbfbf;
}

.terms {
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
}

.terms a {
  font-weight: 500;
  text-decoration-thickness: 7%;
}

/* ------------------------------
   Overlay
   ------------------------------ */
.overlay-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  isolation: isolate;
  --overlay-pull-mask: 0px;
}

.overlay-backdrop[hidden] {
  display: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.overlay-backdrop::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 999998;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 100%), var(--bg-main) center / cover no-repeat;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.overlay-backdrop::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  min-height: env(safe-area-inset-top, 0px);
  height: calc(env(safe-area-inset-top, 0px) + var(--overlay-pull-mask));
  opacity: 0;
  pointer-events: none;
  background: #1a1a1a;
}

.overlay-backdrop.is-open,
.overlay-backdrop.is-closing {
  display: flex;
}

.overlay-backdrop.is-open {
  animation: fadeIn 0.6s ease forwards;
  pointer-events: auto;
}

.overlay-backdrop.is-closing {
  animation: fadeOut 0.6s ease forwards;
  pointer-events: none;
}

.overlay-backdrop.is-open::after,
.overlay-backdrop.is-closing::after {
  opacity: 1;
}

.overlay-panel {
  position: relative;
  z-index: 1000001;
  display: flex;
  flex-direction: column;
  width: 50vw;
  min-width: 664px;
  max-width: 50%;
  height: 100dvh;
  height: 100svh;
  max-height: 100vh;
  overflow: hidden;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 100%);
  backdrop-filter: blur(1.5px);
  overflow-anchor: none;
}

.overlay-backdrop.is-open .overlay-panel {
  animation: slideIn 0.6s ease forwards;
}

.overlay-backdrop.is-closing .overlay-panel {
  animation: slideOut 0.6s ease forwards;
}

.overlay-header {
  position: relative;
  top: auto;
  z-index: 10;
  display: flex;
  flex: 0 0 100px;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 18px 24px;
  background: #1a1a1a;
  color: #fff;
  box-sizing: border-box;
}

.overlay-title {
  margin: 0;
  font-family: 'Alexandria', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.overlay-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.overlay-close img {
  width: 100%;
  height: 100%;
}

.overlay-content {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-height: 0;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.overlay-col {
  color: #fff;
}

.overlay-col.left {
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  width: 320px;
  min-height: 0;
  margin-top: 8px;
  margin-bottom: 40px;
}

.overlay-col.right {
  position: sticky;
  top: 8px;
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  align-self: flex-start;
  gap: 8px;
  width: 320px;
}

.overlay-left-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
}

.calendar-scroll {
  width: 100%;
  min-height: 0;
  padding: 0;
  background: #fff;
  overflow: visible;
}

.calendar-widget {
  width: 100%;
  padding: 0;
}

.widget-wrapper {
  position: relative;
  width: 100%;
  min-width: 320px;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
}

.widget-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 8px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: transparent;
}

.widget-frame-inner {
  overflow: visible;
  max-height: none;
}

.widget-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  margin: 0 52px 0 40px;
  padding: 8px 0 16px;
  flex-wrap: nowrap;
}

.weather-card,
.secure-card {
  border-radius: 16px;
  box-shadow: var(--tour-shadow-card);
}

.weather-card {
  overflow: hidden;
  background: var(--tour-bg-soft);
  color: #fffddd;
}

.weather-photo {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.weather-photo img {
  object-fit: cover;
  display: block;
}

.weather-photo {
  position: relative;      /* чтобы позиционировать иконку внутри блока */
  display: inline-block;   /* или block, как у тебя принято */
}

.weather-photo > img:first-child {
  display: block;          /* чтобы убрать лишние пробелы под картинкой */
  width: 100%;             /* если нужно растягивать по блоку */
  height: auto;
}

.weather-warning {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;             /* подгони под размер своей иконки */
  height: 34px;            /* можно auto, если в SVG зашито соотношение */
  pointer-events: none;    /* чтобы клик проходил сквозь иконку, если нужно */
  z-index: 2;              /* на всякий случай, чтобы было точно поверх */
}

.weather-copy {
  display: grid;
  gap: 12px;
  padding: 20px 20px 40px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.weather-copy p,
.secure-head p,
.secure-body {
  margin: 0;
}

.secure-card {
  display: grid;
  gap: 16px;
  padding: 20px 20px 40px;
  background: var(--tour-bg-soft);
  color: #f9f9f9;
}

.secure-card--mobile {
  display: none;
}

.secure-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.secure-shield {
  color: #4a4f52;
}

.secure-head p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.secure-body {
  font-size: 12px;
  line-height: 1.5;
}

.secure-links-grid {
  display: grid;
  gap: 12px;
}

.secure-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 24px;
  font-size: 12px;
}

.secure-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

/* ------------------------------
   Equipment / guides / questions
   ------------------------------ */
.equipment-info {
  margin-top: 120px;
}

.who-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 100px;
}

.who-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  padding: 0 60px 120px;
}

.who-content-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who-content-item__title {
  margin: 0;
  font-family: 'Alexandria', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.who-content-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.who-content-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.who-footer-img-wrapper {
  width: 100%;
  padding: 0 30px;
  margin-top: 0;
}

.who-footer-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-content.collapsed .expandable-text {
  display: none;
}

.expandable-text p {
  margin-top: 16px;
}

.read-more-btn {
  display: block;
  margin-top: 14px;
  padding: 0;
  border: none;
  background: transparent;
  color: #1f4e75;
  cursor: pointer;
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
}

.read-more-btn.hidden {
  display: none;
}

.questions-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  padding: 120px 60px 60px;
}

.questions-body {
  margin: 0 0 60px;
}

.questions-body p {
  margin: 0;
  text-align: start;
  font-size: 18px;
  line-height: 1.6;
}

.questions-body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.questions-icons {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.questions-icons img {
  width: 48px;
  height: 48px;
}

.questions-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 30px;
}

.questions-images img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* ------------------------------
   FAQ
   ------------------------------ */
.faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 120px 30px;
}

.faq-section__title {
  align-self: start;
  margin: 0 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0 50px;
  list-style: none;
}

.faq-list-item {
  padding: 20px 0;
  border-top: 2px solid #000;
}

.faq-list-item:last-child {
  border-bottom: 2px solid #000;
}

.faq-list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  font-family: 'Alexandria', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.faq-list__title img {
  transition: transform 0.3s ease;
}

.faq-list-item.active .faq-list__title img {
  transform: rotate(180deg);
}

.faq-list__text {
  margin: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  transition: height 0.3s ease;
  will-change: height;
}

.faq-list__text-inner {
  display: block;
  padding-top: 20px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.24s ease;
}

.faq-list-item.active .faq-list__text-inner {
  opacity: 1;
  transform: none;
  transition-delay: 60ms;
}

.faq-section__title .faq-title-full {
  display: inline;
}

.faq-section__title::after {
  content: '';
}

/* ------------------------------
   Motion / state helpers
   ------------------------------ */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list__text,
  .faq-list__text-inner {
    transition: none !important;
    transform: none !important;
  }
}

/* ------------------------------
   Responsive
   ------------------------------ */
@media (min-width: 1400px) {
  .widget-wrapper {
    width: 360px;
    max-width: calc(100vw - 60px);
  }

  .overlay-col.left {
    flex-basis: 360px;
    width: 360px;
  }

  .overlay-content {
    gap: 16px;
  }
}

@media (max-width: 1270px) {
  .questions-body-secondary {
    display: none;
  }
}

@media (max-width: 1180px) {
  .cards-row {
    gap: 8px;
  }
}

@media (max-width: 1024px) {
  .map-wrapper,
  .who-content,
  .who-info,
  .what-collumns,
  .two-blocks,
  .questions-section {
    grid-template-columns: 1fr;
  }

  .map-img-wrapper {
    justify-self: center;
  }

  .faq-list {
    padding: 0 20px;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .only-desktop,
  .for-desktop-only {
    display: none !important;
  }

  .only-mobile,
  .for-mobile-only {
    display: inherit;
  }

  .text-content {
    display: block;
  }

  .petrovac-hero__wrapper {
    display: block;
    position: relative;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .petrovac-hero__media {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }

  .petrovac-hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
  }

  .petrovac-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 763px;
    object-position: center;
  }

  .petrovac-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    gap: 72px;
    max-width: none;
    padding: 40px 30px 48px;
  }

  .petrovac-hero__content h1 {
    font-size: 36px;
  }

  .petrovac-hero__text {
    margin-top: 183px;
    color: #e8e8e8;
    font-family: 'Alexandria', sans-serif;
    font-size: 16px;
    font-weight: 250;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .petrovac-hero__button {
    width: 200px;
    background-color: rgba(9, 9, 9, 0.57);
    backdrop-filter: blur(3px);
  }

  .two-blocks,
  .what-collumns,
  .who-info,
  .who-content,
  .questions-section {
    gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }

  .two-blocks {
    padding-top: 60px;
    padding-bottom: 30px;
    gap: 44px;
  }

  .what-collumns {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 60px 30px 80px;
  }

  .what-list {
    gap: 12px;
    margin-left: 8px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
  }

  .who-info__title,
  .section-navigation {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .who-info__title {
    padding: 8px;
  }

  .section-navigation {
    margin: 0 auto 40px;
    padding: 8px 20px;
    border-width: 2px;
  }

  .who-info__text,
  .who-content-item p,
  .questions-body p,
  .faq-list__text,
  .map-list-item__description,
  .map-list-item__content h3,
  .info-content__text,
  .info-item__text {
    font-size: 16px;
  }

  .info-item {
    gap: 8px;
  }

  .info-item__title {
    text-transform: capitalize;
  }

  .info-content__text {
    line-height: 1.4;
    margin-bottom: 0;
  }

  .info-content__text:first-child {
    margin-bottom: 16px;
  }

  .petrovac-gallery,
  .equipment-gallery {
    padding-top: 30px;
    gap: 0px;
  }

  .gallery__arrows {
    padding: 0 30px 20px;
  }

  .js-tour-swiper.swiper {
    padding: 0 30px 4px;
    touch-action: pan-y;
  }

  .swiper-slide {
    width: 300px;
  }

  .map-images {
    padding: 0;
  }

  .nav-map-section {
    padding: 80px 0;
  }

  .map-wrapper {
    gap: 40px;
    padding: 0 30px;
  }

  .map-list {
    gap: 20px;
    padding-bottom: 12px;
  }

  .map-list-item {
    gap: 12px;
  }

  .content {
    gap: 32px;
    padding: 60px 24px 32px;
    max-height: 2170px;
  }

  .hero-booking {
    padding: 0 16px;
  }

  .hero-booking h2 {
    width: 100%;
    font-size: 42px;
  }

  .hero-text {
    font-size: 18px;
  }

  .tooltip {
    top: calc(100% + 16px);
    left: calc(100% - 150px);
  }

  .tooltip::before {
    top: -18px;
    left: 95px;
    transform: rotate(90deg);
  }

  .terms {
    margin: 0 20px 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .overlay-panel {
    width: 100vw;
    min-width: 0;
    max-width: 100%;
  }

  .overlay-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0 32px;
  }

  .overlay-col.left,
  .overlay-col.right {
    width: 80%;
    min-width: 360px;
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .overlay-col.right {
    position: static;
    top: auto;
    align-self: unset;
  }

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

  .widget-frame {
    padding: 0;
  }

  .secure-card--desktop {
    display: none;
  }

  .secure-card--mobile {
    display: grid;
    color: #4a4f52;
  }

  .secure-card {
    padding: 20px 20px 0;
    background: none;
    color: #4a4f52;
    box-shadow: none;
  }

  .secure-links {
    gap: 16px;
    margin: 0 16px 0 20px;
    padding: 0 20px 0;
    flex-wrap: wrap;
    color: #4a4f52;
  }

  .secure-links a {
    color: #4a4f52;
  }

  .overlay-close img {
    width: 28px;
    height: 28px;
  }

  .overlay-backdrop[aria-hidden='false']::before {
    opacity: 1;
  }

  .equipment-info {
    margin-top: 0;
    padding: 80px 30px 0;
  }

  .who-section {
    gap: 40px;
    margin-top: 80px;
  }

  .who-content-item__title {
    font-size: 20px;
  }

  .who-footer-img-wrapper {
    padding: 60px 30px 0;
  }

  .who-footer-img,
  .questions-images img {
    border-radius: 0;
  }

  .questions-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .questions-body {
    margin-bottom: 15px;
  }

  .questions-icons {
    gap: 8px;
  }

  .questions-icons img {
    width: 32px;
    height: 32px;
  }

  .questions-images {
    display: block;
    padding: 0;
  }

  .faq-section {
    gap: 40px;
    padding: 80px 30px;
  }

  .faq-section__title {
    display: block !important;
    align-self: start;
    margin: 0;
  }

  .faq-section__title .faq-title-full {
    display: none !important;
  }

  .faq-section__title::after {
    content: attr(data-faq-short);
  }

  .faq-list {
    margin: 0;
    padding: 0;
  }

  .faq-list-item {
    padding: 16px 0;
  }

  .faq-list__title {
    gap: 8px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .faq-list__title img {
    width: 32px;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .secure-links {
    gap: 0;
    margin: 0;
    justify-content: space-between;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .widget-wrapper {
    width: 360px;
    max-width: calc(100vw - 30px);
    padding-bottom: 0;
  }

  .widget-logo {
    height: auto;
  }
}

@media (max-width: 380px) {
  .experience-body {
    gap: 8px;
  }
}




/* --------- ADDITIONAL STILES _-_-_-_-_-_-_-
iOS Safari: status bar / top safe-area inherits page background */
/* default page state */
html {
  background-color: #1a1a1a;
}

body::before {
  content: none;
}

/* booking overlay page state */
html.overlay-booking-open,
body.overlay-booking-open {
  background-color: #1a1a1a;
}

body.overlay-booking-open::before {
  content: none;
}

#booking-overlay-title {
  position: relative;
  color: #ffffff;
}

#booking-overlay-title::before {
  content: none !important;
}

#booking-overlay.vehicle-kayak #booking-overlay-title::before,
#booking-overlay.vehicle-sup #booking-overlay-title::before {
  content: none !important;
}