/**
 * Motyw inspirowany Velora Luxury Hotel
 * https://demo.templatemonster.com/demo/447030.html
 */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Ysabeau+Infant:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

:root {
  --vl-dark: #1a1a1a;
  --vl-dark-soft: #2d2d2d;
  --vl-gold: #c5a572;
  --vl-gold-hover: #b08d4f;
  --vl-cream: #f7f5f0;
  --vl-white: #ffffff;
  --vl-text: #3d3d3d;
  --vl-muted: #777;
  --vl-border: #e8e4dc;
  --vl-font-display: 'Marcellus', Georgia, serif;
  --vl-font-body: 'Ysabeau Infant', 'Segoe UI', sans-serif;
  --vl-radius: 2px;
  --vl-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

body.velora-theme {
  font-family: var(--vl-font-body) !important;
  font-size: 1.05rem;
  color: var(--vl-text) !important;
  background: var(--vl-white) !important;
  line-height: 1.65;
}

body.velora-theme h1, body.velora-theme h2, body.velora-theme h3,
body.velora-theme h4, body.velora-theme h5, body.velora-theme .vl-title {
  font-family: var(--vl-font-display) !important;
  font-weight: 400;
  color: var(--vl-dark);
  letter-spacing: 0.02em;
}

/* Ukryj legacy Flyway/Harenda */
body.velora-theme .parzenica,
body.velora-theme #counter,
body.velora-theme .testimonial-demo,
body.velora-theme .preloader { display: none !important; }

/* Top bar */
body.velora-theme .wb-topbar {
  background: var(--vl-dark);
  color: rgba(255,255,255,.85);
  font-size: 0.875rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
body.velora-theme .wb-topbar a { color: rgba(255,255,255,.9); }
body.velora-theme .wb-topbar a:hover { color: var(--vl-gold); text-decoration: none; }

/* Navbar */
body.velora-theme .wb-navbar {
  background: var(--vl-white) !important;
  padding: 0.75rem 0;
  box-shadow: 0 1px 0 var(--vl-border);
  transition: box-shadow 0.3s;
}
body.velora-theme .wb-navbar.sticky-top { z-index: 1030; }
body.velora-theme .wb-navbar .wb-brand-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  padding: 0;
  margin-right: 1rem;
  text-decoration: none;
}
body.velora-theme .wb-navbar .wb-logo-rozeta {
  display: block;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}
body.velora-theme .wb-navbar .wb-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  min-width: 0;
}
body.velora-theme .wb-navbar .wb-logo-willa {
  font-family: var(--vl-font-display);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a7355;
}
body.velora-theme .wb-navbar .wb-logo-name {
  font-family: var(--vl-font-display);
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: var(--vl-dark);
  white-space: nowrap;
}
body.velora-theme .wb-navbar .wb-logo-tag {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8844f;
  margin-top: 0.15rem;
}
body.velora-theme .wb-navbar .wb-logo-text--light .wb-logo-willa {
  color: #e8d5b5;
}
body.velora-theme .wb-navbar .wb-logo-text--light .wb-logo-name {
  color: #fff;
}
body.velora-theme .wb-navbar .wb-logo-text--light .wb-logo-tag {
  color: #c5a572;
}
body.velora-theme .wb-navbar .navbar-nav {
  flex-wrap: nowrap;
}
body.velora-theme .wb-navbar .navbar-nav > li {
  flex-shrink: 0;
}
body.velora-theme .wb-navbar .dropdown-menu {
  min-width: 13rem;
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
  padding: 0.5rem 0;
  background: var(--vl-white) !important;
}
body.velora-theme .wb-navbar .dropdown.show > .dropdown-menu,
body.velora-theme .wb-navbar .dropdown-menu.show {
  display: block;
}
body.velora-theme .wb-navbar .dropdown-menu > li {
  display: block;
  width: 100%;
}
body.velora-theme .wb-navbar .dropdown-menu a,
body.velora-theme .wb-navbar .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  white-space: nowrap;
  color: var(--vl-dark) !important;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.55rem 1.25rem;
}
body.velora-theme .wb-navbar .dropdown-menu a:hover,
body.velora-theme .wb-navbar .dropdown-menu .dropdown-item:hover,
body.velora-theme .wb-navbar .dropdown-menu .dropdown-item:focus {
  background: var(--vl-cream) !important;
  color: var(--vl-gold) !important;
}
body.velora-theme .wb-navbar .navbar-toggler {
  border: 1px solid var(--vl-dark);
  padding: 0.4rem 0.55rem;
}
body.velora-theme .wb-navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.45);
}
body.velora-theme .wb-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%231a1a1a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
body.velora-theme .wb-navbar .navbar-nav > li > a,
body.velora-theme .wb-navbar .nav-link {
  font-family: var(--vl-font-body) !important;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--vl-dark) !important;
  padding: 0.5rem 0.7rem !important;
}
@media (min-width: 1200px) {
  body.velora-theme .wb-navbar .navbar-nav > li > a,
  body.velora-theme .wb-navbar .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.85rem !important;
  }
}
@media (max-width: 575px) {
  body.velora-theme .wb-navbar .wb-logo-rozeta {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  body.velora-theme .wb-navbar .wb-logo-name {
    font-size: 1.2rem;
  }
  body.velora-theme .wb-navbar .wb-brand-link {
    gap: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.velora-theme .wb-navbar .wb-logo-rozeta {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  body.velora-theme .wb-navbar .wb-logo-name {
    font-size: 1.3rem;
  }
  body.velora-theme .wb-navbar .navbar-nav > li > a,
  body.velora-theme .wb-navbar .nav-link {
    font-size: 0.8rem;
    padding: 0.45rem 0.55rem !important;
    letter-spacing: 0.03em;
  }
}
body.velora-theme .wb-navbar .navbar-nav > li > a:hover,
body.velora-theme .wb-navbar .nav-link:hover,
body.velora-theme .wb-navbar .active > a {
  color: var(--vl-gold) !important;
}
body.velora-theme .wb-btn-nav {
  background: var(--vl-dark);
  color: #fff !important;
  border: none;
  padding: 0.65rem 1.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--vl-radius);
}
body.velora-theme .wb-btn-nav:hover { background: var(--vl-gold); color: var(--vl-dark) !important; }

/* Przyciski */
body.velora-theme .btn-contact-bg,
body.velora-theme .btn-vl-primary {
  background: var(--vl-dark) !important;
  border: 1px solid var(--vl-dark) !important;
  color: #fff !important;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: var(--vl-radius);
  transition: all 0.3s;
}
body.velora-theme .btn-contact-bg:hover,
body.velora-theme .btn-vl-primary:hover {
  background: var(--vl-gold) !important;
  border-color: var(--vl-gold) !important;
  color: var(--vl-dark) !important;
}
body.velora-theme .btn-vl-outline {
  background: transparent !important;
  border: 1px solid var(--vl-dark) !important;
  color: var(--vl-dark) !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: var(--vl-radius);
}
body.velora-theme .btn-vl-outline:hover {
  background: var(--vl-dark) !important;
  color: #fff !important;
}

/* Sekcje */
body.velora-theme .vl-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vl-gold);
  margin-bottom: 0.5rem;
}
body.velora-theme .vl-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 1rem;
}
body.velora-theme .vl-section { padding: 5rem 0; }
body.velora-theme .vl-section-cream { background: var(--vl-cream); }
body.velora-theme .vl-section-dark {
  background: var(--vl-dark);
  color: rgba(255,255,255,.9);
}
body.velora-theme .vl-section-dark .vl-title { color: #fff; }

/* Strona główna — topbar + menu na slajderze (jedna kolumna, bez nachodzenia) */
body.velora-theme.home-page .wb-hero-header {
  position: relative;
}
body.velora-theme.home-page .wb-hero-header-stack {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
body.velora-theme.home-page .wb-hero-header-stack a,
body.velora-theme.home-page .wb-hero-header-stack button {
  pointer-events: auto;
}
body.velora-theme.home-page .wb-topbar-hero {
  position: static;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.2) 100%);
  border: none;
  padding: 0.45rem 0;
}
body.velora-theme.home-page .wb-topbar-hero a,
body.velora-theme.home-page .wb-topbar-hero span {
  color: rgba(255,255,255,.92) !important;
  font-size: 0.8rem;
}
body.velora-theme.home-page .wb-nav-on-hero {
  position: static;
  flex-shrink: 0;
}
body.velora-theme.home-page .wb-navbar-overlay {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0.5rem 0;
}
body.velora-theme.home-page .wb-navbar-overlay .navbar-nav > li > a,
body.velora-theme.home-page .wb-navbar-overlay .nav-link,
body.velora-theme.home-page .wb-navbar-overlay .dropdown-toggle {
  color: #fff !important;
  white-space: nowrap;
}
body.velora-theme.home-page .wb-navbar-overlay .navbar-nav > li > a:hover,
body.velora-theme.home-page .wb-navbar-overlay .nav-link:hover,
body.velora-theme.home-page .wb-navbar-overlay .active > a {
  color: var(--vl-gold) !important;
}
body.velora-theme.home-page .wb-navbar-overlay .navbar-toggler {
  border-color: rgba(255,255,255,.75);
}
body.velora-theme.home-page .wb-navbar-overlay .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (min-width: 992px) {
  body.velora-theme.home-page .wb-navbar-overlay .navbar-collapse {
    background: transparent !important;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
  }
}
body.velora-theme.home-page .wb-navbar-overlay .dropdown-menu {
  background: var(--vl-white) !important;
}
body.velora-theme.home-page .wb-navbar-overlay .dropdown-menu a {
  color: var(--vl-dark) !important;
}
body.velora-theme.home-page .wb-hero .carousel-caption {
  top: 54%;
}
@media (min-width: 768px) {
  body.velora-theme.home-page .wb-hero .carousel-caption {
    top: 56%;
  }
}
@media (max-width: 767px) {
  body.velora-theme.home-page .wb-hero .carousel-caption {
    top: 58%;
  }
}

/* Hero Velora */
body.velora-theme .wb-hero { position: relative; margin: 0; }
body.velora-theme .wb-hero .carousel-item {
  height: 88vh;
  min-height: 520px;
  max-height: 900px;
}
body.velora-theme .wb-hero .carousel-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
body.velora-theme .wb-hero .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.velora-theme .wb-hero .carousel-caption {
  z-index: 2;
  bottom: auto;
  top: 50%;
  transform: translateY(-55%);
  left: 0; right: 0;
  padding: 0 1.5rem;
  background: none;
}
body.velora-theme .wb-hero .hero-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--vl-gold);
  margin-bottom: 1rem;
}
body.velora-theme .wb-hero h1 {
  font-family: var(--vl-font-display) !important;
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 400;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,.3);
  margin-bottom: 1rem;
}
body.velora-theme .wb-hero .hero-lead {
  font-size: 1.725rem;
  color: rgba(255,255,255,.9);
  max-width: 640px;
  margin: 0 auto 1.5rem;
}
body.velora-theme .wb-hero-booking {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 3;
  background: rgba(255,255,255,.97);
  padding: 1.25rem 0;
  box-shadow: 0 -8px 32px rgba(0,0,0,.1);
}
body.velora-theme .wb-hero-booking .booking-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
body.velora-theme .carousel-control-prev,
body.velora-theme .carousel-control-next { z-index: 4; width: 8%; }
body.velora-theme .carousel-indicators { z-index: 4; margin-bottom: 5rem; }

/* Karty noclegów */
body.velora-theme .vl-room-card {
  background: var(--vl-white);
  border: 1px solid var(--vl-border);
  overflow: hidden;
  transition: box-shadow 0.35s, transform 0.35s;
  text-decoration: none !important;
  color: inherit;
  display: block;
  height: 100%;
}
body.velora-theme .vl-room-card:hover {
  box-shadow: var(--vl-shadow);
  transform: translateY(-6px);
}
body.velora-theme .vl-room-card .card-img-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: var(--vl-cream);
}
body.velora-theme .vl-room-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
body.velora-theme .vl-room-card:hover .card-img-wrap img { transform: scale(1.06); }
body.velora-theme .vl-room-card .card-body {
  padding: 1.75rem;
  text-align: center;
}
body.velora-theme .vl-room-card h5 {
  font-family: var(--vl-font-display) !important;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}
body.velora-theme .vl-room-card .card-link {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vl-gold);
}

/* Obiekt / galeria */
body.velora-theme .vl-facility-card {
  border: none;
  overflow: hidden;
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
}
body.velora-theme .vl-facility-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

/* Podstrona nagłówek */
body.velora-theme .wb-page-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background: var(--vl-dark) center/cover no-repeat;
}
body.velora-theme .wb-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
}
body.velora-theme .wb-page-hero .wb-page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 100%;
  color: #fff;
}
body.velora-theme .podstrona-obrazek { margin-top: 0; }
body.velora-theme .podstrona-obrazek .carousel-item { position: relative; max-height: 400px; overflow: hidden; }
body.velora-theme .podstrona-obrazek .carousel-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  z-index: 1;
}
body.velora-theme .podstrona-obrazek img { width: 100%; height: 400px; object-fit: cover; }
body.velora-theme .fw_al_007_slide {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 2.5rem 0;
  background: none !important;
}
body.velora-theme .fw_al_007_slide h1,
body.velora-theme .fw_al_007_slide h2,
body.velora-theme .fw_al_007_slide h3 {
  font-family: var(--vl-font-display) !important;
  color: #fff !important;
}
body.velora-theme .napodstronie { padding: 4rem 0; }

/* Lista pokoi */
body.velora-theme .tile2.scale-tile2 {
  margin-bottom: 2rem;
  border: 1px solid var(--vl-border);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
body.velora-theme .tile2.scale-tile2:hover { box-shadow: var(--vl-shadow); }
body.velora-theme .tile2.scale-tile2 img { border-radius: 0; }
body.velora-theme .post-content h2 a {
  font-family: var(--vl-font-display) !important;
  color: var(--vl-dark) !important;
}
body.velora-theme .post-content h2 a:hover { color: var(--vl-gold) !important; }

/* Kontakt */
body.velora-theme .contact_area,
body.velora-theme .before_contact_address {
  background: var(--vl-cream) !important;
}
body.velora-theme .before_contact_address,
body.velora-theme .contact_address { background: var(--vl-dark) !important; }
body.velora-theme .contact_address ul li { color: rgba(255,255,255,.9); }
body.velora-theme .form-control {
  border-radius: var(--vl-radius);
  border-color: var(--vl-border);
  padding: 0.75rem 1rem;
}
body.velora-theme .form-control:focus {
  border-color: var(--vl-gold);
  box-shadow: 0 0 0 0.15rem rgba(197, 165, 114, 0.25);
}

/* Stopka */
body.velora-theme .wb-footer {
  background: var(--vl-dark) !important;
  background-image: none !important;
  color: rgba(255,255,255,.75);
  padding: 4rem 0 2rem;
}
body.velora-theme .wb-footer a { color: var(--vl-gold); }
body.velora-theme .wb-footer .footer-brand { font-family: var(--vl-font-display); color: #fff; font-size: 1.5rem; }
body.velora-theme .wb-footer .footer-col h6 {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

body.velora-theme .map iframe,
body.velora-theme .map .leaflet-container {
  filter: none;
  width: 100%;
  height: 400px;
}

/* Baner podstron — pełna szerokość, kadrowanie góra/dół */
body.velora-theme .vl-page-banner.podstrona-obrazek {
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: hidden;
}
body.velora-theme .vl-page-banner.podstrona-obrazek .carousel-inner,
body.velora-theme .vl-page-banner.podstrona-obrazek .carousel-item {
  width: 100%;
  max-height: none;
  height: clamp(280px, 38vw, 520px);
  overflow: hidden;
  position: relative;
}
body.velora-theme .vl-page-banner.podstrona-obrazek img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center center;
}
body.velora-theme .vl-page-banner .fw_al_007_slide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 0 2rem;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  text-align: center;
}
body.velora-theme .vl-page-banner .fw_al_007_slide h1 {
  color: #fff !important;
  font-size: 2.5rem;
  margin: 0;
}
body.velora-theme .vl-page-banner .banner-subtitle {
  color: rgba(255,255,255,.9);
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  body.velora-theme .vl-page-banner.podstrona-obrazek > .carousel-inner > .carousel-item > img {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
  }
}

/* Podstrony CMS — układ luksusowy */
body.velora-theme .vl-page-admin-tools {
  padding: 0.5rem 0 0;
}
body.velora-theme .vl-page-intro {
  padding: 4rem 0;
}
body.velora-theme .vl-page-lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--vl-text);
  margin-top: 1rem;
}
body.velora-theme .vl-page-lead p:last-child {
  margin-bottom: 0;
}
body.velora-theme .vl-page-visual {
  position: relative;
  padding-bottom: 1.5rem;
}
body.velora-theme .vl-page-visual-main {
  width: 100%;
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
  object-fit: cover;
  aspect-ratio: 4 / 5;
  display: block;
}
body.velora-theme .vl-page-visual-accent {
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 48%;
  max-width: 200px;
  border: 4px solid var(--vl-white);
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
  object-fit: cover;
  aspect-ratio: 1;
}
body.velora-theme .vl-page-mosaic {
  margin-bottom: 0;
}
body.velora-theme .vl-page-mosaic-item {
  overflow: hidden;
  min-height: 220px;
}
body.velora-theme .vl-page-mosaic-item--tall {
  min-height: 280px;
}
@media (min-width: 768px) {
  body.velora-theme .vl-page-mosaic-item {
    min-height: 320px;
  }
  body.velora-theme .vl-page-mosaic-item--tall {
    min-height: 400px;
  }
}
body.velora-theme .vl-page-mosaic-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
body.velora-theme .vl-page-mosaic-item:hover img {
  transform: scale(1.04);
}
body.velora-theme .vl-page-body {
  padding: 4rem 0 5rem;
}
body.velora-theme .vl-page-body--simple {
  padding: 3rem 0 4rem;
}
body.velora-theme .vl-article-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--vl-muted);
}
body.velora-theme .vl-article-hero img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
}
body.velora-theme .vl-page-highlight {
  height: 100%;
  padding: 1.75rem 1.5rem;
  background: var(--vl-white);
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
  transition: box-shadow 0.3s;
}
body.velora-theme .vl-page-highlight:hover {
  box-shadow: var(--vl-shadow);
}
body.velora-theme .vl-page-highlight-icon {
  font-size: 1.5rem;
  color: var(--vl-gold);
  margin-bottom: 1rem;
  display: block;
}
body.velora-theme .vl-page-highlight-title {
  font-family: var(--vl-font-display) !important;
  font-size: 1.1rem;
  color: var(--vl-dark);
  margin-bottom: 0.5rem;
}
body.velora-theme .vl-page-highlight-text {
  font-size: 0.95rem;
  color: var(--vl-muted);
  margin: 0;
  line-height: 1.55;
}
body.velora-theme .vl-cennik-ogolny {
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
body.velora-theme .vl-section-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--vl-primary, #2c4a3e);
}

body.velora-theme .vl-prose {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--vl-text);
}
body.velora-theme .vl-prose h3,
body.velora-theme .vl-subtitle {
  font-family: var(--vl-font-display) !important;
  font-size: 1.5rem;
  color: var(--vl-dark);
  margin: 2rem 0 1rem;
  letter-spacing: 0.02em;
}
body.velora-theme .vl-prose h3:first-child {
  margin-top: 0;
}
body.velora-theme .vl-prose ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
body.velora-theme .vl-prose li {
  margin-bottom: 0.5rem;
}
body.velora-theme .vl-prose-secondary {
  border-top: 1px solid var(--vl-border);
}
body.velora-theme .vl-prose a {
  color: var(--vl-gold-hover);
  text-decoration: underline;
}
body.velora-theme .vl-prose a:hover {
  color: var(--vl-dark);
}
body.velora-theme .vl-gallery-cms img {
  border-radius: var(--vl-radius);
  margin-bottom: 1rem;
}
body.velora-theme .vl-gallery-cms .product-grid {
  margin-bottom: 1.5rem;
  padding: 0;
  background: transparent;
  text-align: inherit;
}
body.velora-theme .vl-gallery-cms .product-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--vl-radius);
  border: 1px solid var(--vl-border);
  padding: 0;
}
body.velora-theme .vl-gallery-cms .product-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
  transition: transform 0.35s ease;
}
body.velora-theme .vl-gallery-cms .product-image:hover img {
  transform: scale(1.03);
  opacity: 1;
}
body.velora-theme .vl-gallery-cms .product-view {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
body.velora-theme .vl-gallery-cms .product-image:hover .product-view {
  opacity: 1;
  pointer-events: auto;
}
body.velora-theme .vl-gallery-cms .product-view a {
  color: #fff !important;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
  border-radius: 2px;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
body.velora-theme .vl-gallery-cms .product-view a:hover {
  background: var(--vl-gold);
  border-color: var(--vl-gold);
  color: var(--vl-dark) !important;
}
body.velora-theme .vl-page-cta {
  padding: 2.5rem 2rem;
  background: var(--vl-cream);
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
}
body.velora-theme .vl-page-cta .vl-title {
  font-size: 1.65rem;
}

@media (max-width: 991px) {
  body.velora-theme .wb-navbar > .container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
  body.velora-theme .wb-navbar .navbar-toggler {
    margin-right: 0.1rem;
  }
  body.velora-theme .wb-navbar .wb-brand-link {
    margin-left: 0.1rem;
  }
  body.velora-theme .wb-navbar .navbar-collapse {
    background: var(--vl-white);
    padding: 1rem;
    margin-top: 0.5rem;
    border: 1px solid var(--vl-border);
    border-radius: var(--vl-radius);
  }
  body.velora-theme.home-page .wb-navbar-overlay .navbar-collapse {
    background: rgba(26, 26, 26, 0.94);
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: var(--vl-radius);
    border: none;
  }
  body.velora-theme .wb-navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin: 0;
  }
  body.velora-theme .wb-navbar .navbar-collapse .navbar-nav > li {
    display: block;
    width: 100%;
    flex-shrink: 1;
  }
  body.velora-theme .wb-navbar .navbar-collapse .navbar-nav > li > a,
  body.velora-theme .wb-navbar .navbar-collapse .nav-link {
    display: block;
    width: 100%;
    white-space: normal;
    padding: 0.65rem 0.25rem;
  }
  body.velora-theme .wb-navbar .dropdown-menu {
    position: static !important;
    float: none;
    display: none;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 0.5rem;
    margin-top: 0.25rem;
  }
  body.velora-theme .wb-navbar .dropdown.show > .dropdown-menu,
  body.velora-theme .wb-navbar .navbar-collapse.show .dropdown.show > .dropdown-menu {
    display: block !important;
  }
  body.velora-theme .wb-navbar .dropdown-menu > li {
    display: block;
    width: 100%;
  }
  body.velora-theme .wb-navbar .dropdown-menu .dropdown-item {
    padding-left: 1.5rem;
    white-space: normal;
  }
}

/* Hotres placeholder */
body.velora-theme .hotres-placeholder {
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
  background: var(--vl-cream);
}

/* Karty noclegów ze stopką rezerwacji */
body.velora-theme .vl-room-card-stack {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
body.velora-theme .vl-room-card-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
}
body.velora-theme .vl-room-card-stack .card-actions .btn { font-size: 0.7rem; padding: 0.55rem; }

/* Oferty specjalne — badge */
body.velora-theme .vl-offer-mini { position: relative; }
body.velora-theme .vl-offer-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--vl-dark);
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  z-index: 2;
}

/* SPA feature */
body.velora-theme .vl-spa-feature {
  background: linear-gradient(135deg, var(--vl-dark) 0%, var(--vl-dark-soft) 100%);
  color: rgba(255,255,255,.9);
}
body.velora-theme .vl-spa-feature .vl-title { color: #fff !important; }
body.velora-theme .vl-spa-lead { font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,.85); }
body.velora-theme .vl-spa-list { list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
body.velora-theme .vl-spa-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
body.velora-theme .vl-spa-list .fa { color: var(--vl-gold); margin-right: 0.75rem; width: 1.25rem; }
body.velora-theme .vl-spa-img-wrap {
  border-radius: var(--vl-radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
body.velora-theme .vl-spa-img-wrap img { width: 100%; height: 380px; object-fit: cover; }
body.velora-theme .btn-vl-outline-light {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  color: #fff !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
}
body.velora-theme .btn-vl-outline-light:hover {
  border-color: var(--vl-gold) !important;
  color: var(--vl-gold) !important;
}

/* Udogodnienia — bus, rowery */
body.velora-theme .vl-amenity-card {
  background: #fff;
  border-radius: var(--vl-radius);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
body.velora-theme .vl-amenity-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
}
body.velora-theme .vl-amenity-img--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background: var(--vl-cream);
  color: var(--vl-gold);
  font-size: 3.5rem;
}
body.velora-theme .vl-amenity-body {
  padding: 1.5rem;
  text-align: center;
}

/* Atrakcje */
body.velora-theme .vl-atrakcje-visual img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--vl-radius);
  box-shadow: var(--vl-shadow);
}
body.velora-theme .vl-atrakcje-list ul {
  padding-left: 1.25rem;
  color: var(--vl-text);
}
body.velora-theme .vl-atrakcje-list li { margin-bottom: 0.35rem; }

/* Paginacja atrakcje — mniejsze kółka, wyśrodkowane */
body.velora-theme #pagination.wb-pagination-atrakcje {
  display: flex;
  justify-content: center;
  margin: 2rem 0 3rem;
  padding: 0;
}
body.velora-theme #pagination.wb-pagination-atrakcje nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.velora-theme ul.pagination.wb-pagination-compact {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
}
body.velora-theme ul.pagination.wb-pagination-compact li a,
body.velora-theme ul.pagination.wb-pagination-compact li span {
  width: 2.25rem !important;
  height: 2.25rem !important;
  min-width: 2.25rem;
  line-height: 2.25rem !important;
  font-size: 0.875rem !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.velora-theme ul.pagination.wb-pagination-compact li.active a {
  background: var(--vl-green, #5b7f6a) !important;
  border-color: var(--vl-green, #5b7f6a) !important;
  color: #fff !important;
}

/* Legacy overrides */
body.velora-theme .service_area { background: var(--vl-white) !important; padding: 0; }
body.velora-theme .section-padding { padding: 4rem 0; }
body.velora-theme .section-title h3,
body.velora-theme .section-title h4 { font-family: var(--vl-font-display) !important; }
