/* =========================================
   CMC Putex Theme — Ghost 6
   #0274be niebieski | #FB7923 pomarańczowy
   ========================================= */

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

:root {
  --blue:    #0274be;
  --blue-dk: #015a96;
  --blue-lt: #e8f4fc;
  --orange:  #FB7923;
  --orange-dk: #e06510;
  --dark:    #3a3a3a;
  --mid:     #767474;
  --light:   #f5f6f7;
  --white:   #ffffff;
  --border:  #dde3e8;
  --max:     1363px;
  --radius:  4px;
  --shadow:  0 2px 12px rgba(0,0,0,.09);

  /* Ghost custom fonts */
  --gh-font-heading: 'Open Sans', sans-serif;
  --gh-font-body:    'Open Sans', sans-serif;
}

html { font-size: 15px; scroll-behavior: smooth; }

body {
  font-family: var(--gh-font-body), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dk); }
img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

/* =========================================
   HEADER
   ========================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 3px solid var(--blue);
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 76px;
}

.logo-img {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  display: block;
  flex-shrink: 0;
}

/* Nav */
.site-nav { margin-left: auto; }

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.nav-list > li { position: relative; }

.nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 11px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--dark);
  border-radius: var(--radius);
  white-space: nowrap;
  transition: color .2s, background .2s;
  line-height: 1.2;
}

.nav-list > li > a:hover { color: var(--blue); background: var(--blue-lt); }

.arrow { font-size: .55rem; opacity: .6; margin-top: 1px; }

.nav-contact {
  background: var(--blue) !important;
  color: var(--white) !important;
  border-radius: var(--radius) !important;
  margin-left: 6px;
}
.nav-contact:hover { background: var(--blue-dk) !important; color: var(--white) !important; }

/* Dropdown */
.submenu {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: var(--white);
  border-top: 2px solid var(--blue);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  border-radius: 0 0 var(--radius) var(--radius);
  list-style: none;
  min-width: 230px;
  z-index: 300;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu { display: block; }

.submenu li a {
  display: block;
  padding: 9px 16px;
  font-size: .81rem;
  color: var(--dark);
  border-bottom: 1px solid var(--border);
  transition: background .15s, color .15s;
}
.submenu li:last-child a { border-bottom: none; }
.submenu li a:hover { background: var(--blue-lt); color: var(--blue); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================
   HOMEPAGE HERO BANNER
   ========================================= */
.hp-hero {
  position: relative;
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  background: var(--blue);
}
.hp-hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.hp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,30,70,.72) 0%, rgba(0,30,70,.3) 60%, transparent 100%);
  display: flex;
  align-items: center;
}
.hp-hero-overlay .container {}
.hp-hero-overlay h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: var(--gh-font-heading);
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.hp-hero-overlay p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.88);
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
}

@media (max-width: 768px) {
  .hp-hero, .hp-hero-img { max-height: 280px; height: 280px; }
  .hp-hero-overlay { background: rgba(0,30,70,.55); }
  .hp-hero-overlay h1 { font-size: 1.5rem; }
  .hp-hero-overlay p { font-size: .88rem; }
}

/* =========================================
   HOMEPAGE PROMO GRID (6 image cards)
   ========================================= */
.hp-promo {
  padding: 44px 0 0;
  background: var(--white);
}
.hp-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 0;
}
.hp-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: var(--dark);
  background: var(--white);
  border: 1px solid var(--border);
  transition: box-shadow .2s, transform .2s;
}
.hp-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  transform: translateY(-4px);
  color: var(--dark);
}
.hp-card-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: var(--light);
}
.hp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.hp-card:hover .hp-card-img img { transform: scale(1.04); }
.hp-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 3px solid var(--border);
  transition: border-color .2s;
}
.hp-card:hover .hp-card-body { border-top-color: var(--blue); }
.hp-card-accent .hp-card-body { border-top-color: var(--orange); }
.hp-card-body h3 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  margin: 0;
}
.hp-card-body p {
  font-size: .78rem;
  color: var(--mid);
  margin: 0;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .hp-promo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .hp-promo-grid { grid-template-columns: 1fr; }
  .hp-card-img { height: 200px; }
}

/* =========================================
   HOMEPAGE NEWS STRIP (3 wide cards)
   ========================================= */
.hp-news {
  padding: 20px 0 44px;
  background: var(--white);
}
.hp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-news-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--light);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--dark);
  padding: 12px 16px 12px 0;
  border: 1px solid var(--border);
  transition: box-shadow .2s, background .2s;
}
.hp-news-card:hover { box-shadow: var(--shadow); background: var(--white); color: var(--dark); }
.hp-news-card img {
  height: 80px;
  width: 110px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: var(--radius) 0 0 var(--radius);
  margin-left: 0;
}
.hp-news-body { flex: 1; }
.hp-news-body strong { display: block; font-size: .88rem; color: var(--blue); margin-bottom: 4px; }
.hp-news-body p { margin: 0; font-size: .78rem; color: var(--mid); line-height: 1.4; }

@media (max-width: 900px) {
  .hp-news-grid { grid-template-columns: 1fr; }
}

/* =========================================
   HOMEPAGE ABOUT + MAP
   ========================================= */
.hp-about {
  background: var(--light);
  padding: 56px 0;
  border-top: 3px solid var(--blue);
}
.hp-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.hp-about-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue);
  font-family: var(--gh-font-heading);
  margin-bottom: 16px;
}
.hp-about-text > p {
  font-size: .92rem;
  color: var(--dark);
  line-height: 1.75;
  margin-bottom: 24px;
}
.hp-about-props {
  display: flex;
  gap: 24px;
  margin: 0 0 28px;
  flex-wrap: wrap;
}
.hp-about-prop {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 20px;
  box-shadow: var(--shadow);
  min-width: 90px;
  border-top: 3px solid var(--orange);
}
.hp-prop-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.hp-prop-label {
  font-size: .7rem;
  color: var(--mid);
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 4px;
}
.hp-about-contact h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.hp-about-contact p {
  font-size: .86rem;
  color: var(--mid);
  line-height: 1.6;
  margin-bottom: 6px;
}
.hp-phone {
  font-size: .92rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}
.hp-phone:hover { text-decoration: underline; }
.hp-map {
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hp-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 900px) {
  .hp-about-grid { grid-template-columns: 1fr; }
  .hp-map { height: 320px; }
}

/* =========================================
   CTA BAR
   ========================================= */
.home-cta {
  background: var(--blue);
  color: var(--white);
  padding: 52px 28px;
  text-align: center;
}
.home-cta h2 { font-size: 1.9rem; margin-bottom: 10px; font-family: var(--gh-font-heading); }
.home-cta p  { opacity: .85; margin-bottom: 28px; font-size: 1rem; }

.cta-contacts { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.cta-btn {
  display: inline-block;
  padding: 13px 30px;
  background: var(--orange);
  color: var(--white);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
  transition: background .2s;
}
.cta-btn:hover { background: var(--orange-dk); color: var(--white); }
.cta-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,.55);
}
.cta-btn-outline:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* =========================================
   PAGE CONTENT
   ========================================= */
.page-wrap { padding: 52px 0 72px; min-height: 62vh; }

.page-header {
  border-bottom: 3px solid var(--blue);
  padding-bottom: 18px;
  margin-bottom: 0;
}

/* Full-width page body — sections manage their own width */
.page-body {
  width: 100%;
  padding: 36px 0 0;
}

/* Generic content sections inside page body get container-like padding */
.page-body > .kg-card {
  padding-left: 28px;
  padding-right: 28px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  font-family: var(--gh-font-heading);
}

.page-date {
  display: block;
  margin-top: 8px;
  color: var(--mid);
  font-size: .85rem;
}

/* Ghost content card canvas */
.kg-canvas { max-width: 100%; }

/* Typography */
.page-body h1, .page-body h2, .page-body h3,
.page-body h4, .page-body h5, .page-body h6 {
  font-family: var(--gh-font-heading);
  color: var(--dark);
  line-height: 1.3;
  margin: 1.8em 0 .6em;
}
.page-body > *:first-child { margin-top: 0; }

.page-body h1 { font-size: 1.75rem; color: var(--blue); border-bottom: 2px solid var(--blue-lt); padding-bottom: 8px; }
.page-body h2 { font-size: 1.35rem; border-left: 4px solid var(--blue); padding-left: 12px; }
.page-body h3 { font-size: 1.1rem; color: var(--blue-dk); }
.page-body h4 { font-size: 1rem; font-weight: 700; }

.page-body p  { margin-bottom: 1em; }
.page-body ul, .page-body ol { margin: 0 0 1em 1.5em; }
.page-body li { margin-bottom: .4em; }

.page-body a { color: var(--blue); font-weight: 600; }
.page-body a:hover { text-decoration: underline; }
.page-body strong { font-weight: 700; }

/* Tables */
.page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: .88rem;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
.page-body table th {
  background: var(--blue);
  color: var(--white);
  padding: 11px 16px;
  text-align: left;
  font-weight: 600;
  font-size: .85rem;
}
.page-body table td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
}
.page-body table tr:last-child td { border-bottom: none; }
.page-body table tr:nth-child(even) td { background: var(--light); }
.page-body table tr:hover td { background: var(--blue-lt); }

/* Ghost KG card classes (required by Ghost theme spec) */
.kg-width-wide  { margin-left: calc(50% - 50vw + 28px); margin-right: calc(50% - 50vw + 28px); max-width: none; }
.kg-width-full  { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: none; }

.kg-image-card img { width: 100%; border-radius: var(--radius); }
.kg-image-card figcaption { text-align: center; font-size: .8rem; color: var(--mid); margin-top: 6px; }

.kg-card { margin: 1.5em 0; }

/* Putex HTML card styles (from import) */
.putex-hero {
  background: linear-gradient(135deg, var(--blue), #014e83);
  color: var(--white);
  padding: 44px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.putex-hero h1 { font-size: 1.9rem; margin: 0 0 10px; color: var(--white) !important; border: none !important; padding: 0 !important; }
.putex-hero p  { opacity: .88; margin: 0; font-size: 1.05rem; }

.putex-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.feature {
  background: var(--light);
  border-radius: 8px;
  padding: 24px;
  border-top: 3px solid var(--blue);
}
.feature h2 {
  font-size: 1.05rem !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  color: var(--blue) !important;
}

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background: #2a2a2a;
  color: rgba(255,255,255,.72);
  padding: 52px 28px 0;
  border-top: 4px solid var(--blue);
}

.footer-inner { max-width: var(--max); margin: 0 auto; }

.footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 44px;
}

.footer-logo { margin-bottom: 12px; }
.footer-logo-main { display: block; font-size: 1.35rem; font-weight: 700; color: var(--white); }
.footer-logo-sub  { display: block; font-size: .78rem; color: rgba(255,255,255,.45); }
.footer-tagline   { font-size: .83rem; line-height: 1.65; }

.footer-col h4 {
  color: var(--white);
  font-size: .88rem;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.footer-col p { font-size: .81rem; line-height: 1.75; margin-bottom: .6em; }

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .81rem; transition: color .2s; }
.footer-links a:hover { color: var(--orange); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
  text-align: center;
  font-size: .77rem;
  color: rgba(255,255,255,.35);
}

/* =========================================
   ERROR PAGE
   ========================================= */
.error-page { text-align: center; padding: 80px 24px; }
.error-page h1 { font-size: 6rem; color: var(--blue); line-height: 1; }
.error-page p  { font-size: 1.2rem; color: var(--mid); margin: 16px 0 32px; }

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--blue);
  color: var(--white);
  border-radius: var(--radius);
  font-weight: 600;
}
.btn:hover { background: var(--blue-dk); color: var(--white); }

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 921px) {
  .nav-toggle { display: flex; }

  .site-nav {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    z-index: 199;
    overflow-y: auto;
    padding: 8px 0 24px;
  }
  .site-nav.open { display: block; }

  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li > a { padding: 13px 24px; border-radius: 0; font-size: .9rem; }
  .nav-list > li > a:hover { background: var(--blue-lt); }

  .submenu {
    display: none;
    position: static;
    border-top: none;
    box-shadow: none;
    background: var(--light);
    border-radius: 0;
    border-left: 3px solid var(--blue);
    margin: 0 0 0 24px;
  }
  .has-submenu.open .submenu { display: block; }
  .submenu li a { padding: 10px 20px; }
}

@media (max-width: 640px) {
  .hero { padding: 44px 20px; }
  .hero-text h1 { font-size: 1.8rem; }
  .hero-stats { gap: 10px; }
  .stat { padding: 12px 14px; min-width: 72px; }
  .stat-num { font-size: 1.6rem; }

  .cards-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 20px; }

  .page-title { font-size: 1.5rem; }
  .page-wrap  { padding: 32px 0 48px; }

  .kg-width-wide, .kg-width-full { margin-left: -20px; margin-right: -20px; }
}

/* =========================================
   SLIDER
   ========================================= */
.slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
  margin: 0 0 32px;
}
.slider-track {
  display: flex;
  transition: transform .4s ease;
  height: 480px;
}
.slide {
  flex: 0 0 100%;
  position: relative;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  color: #fff;
  padding: 24px 20px 16px;
  font-size: .9rem;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.85);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.slider-btn:hover { background: #fff; }
.slider-btn.prev { left: 12px; }
.slider-btn.next { right: 12px; }
.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.slider-dot.active { background: #fff; }

@media (max-width: 640px) {
  .slider-track { height: 260px; }
  .slider-btn { width: 34px; height: 34px; font-size: 1rem; }
}

/* =========================================
   GALLERY GRID
   ========================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin: 0 0 32px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  cursor: pointer;
  background: var(--light);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}

/* =========================================
   LIGHTBOX
   ========================================= */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lightbox-overlay.open { display: flex; }
.lightbox-img-wrap {
  position: relative;
  max-width: 92vw;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img-wrap img {
  max-width: 92vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox-caption {
  color: #ccc;
  margin-top: 10px;
  font-size: .85rem;
  text-align: center;
  max-width: 640px;
}
.lightbox-close {
  position: fixed;
  top: 16px;
  right: 22px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}
.lightbox-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.15);
  border: none;
  color: #fff;
  font-size: 2rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 10000;
}
.lightbox-btn:hover { background: rgba(255,255,255,.3); }
.lightbox-btn.lb-prev { left: 16px; }
.lightbox-btn.lb-next { right: 16px; }

/* =========================================
   DESTINATION FILTER (wczasy page)
   ========================================= */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}
.filter-btn {
  padding: 7px 18px;
  border: 2px solid var(--blue);
  background: #fff;
  color: var(--blue);
  border-radius: 20px;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 600;
  transition: background .2s, color .2s;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--blue);
  color: #fff;
}

.dest-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .2s;
}
.dest-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
  transform: translateY(-3px);
}
.dest-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.dest-card-body {
  padding: 16px;
}
.dest-card-body h3 {
  font-size: 1rem;
  color: var(--dark);
  margin: 0 0 6px;
}
.dest-card-body p {
  font-size: .85rem;
  color: var(--mid);
  margin: 0;
}
.dest-card[hidden] { display: none; }

.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 0 0 40px;
}

/* =========================================
   INFO BOXES
   ========================================= */
.info-box {
  background: var(--blue-lt);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: .92rem;
}
.info-box.orange {
  background: #fff5ee;
  border-color: var(--orange);
}

/* =========================================
   FEATURE LIST / AMENITIES
   ========================================= */
.feature-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin: 16px 0 28px;
  padding: 0;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  color: var(--dark);
}
.feature-list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

/* =========================================
   PRICING TABLE
   ========================================= */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 28px;
  font-size: .88rem;
}
.pricing-table th {
  background: var(--blue);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.pricing-table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--border);
}
.pricing-table tr:nth-child(even) td { background: var(--light); }
.pricing-table tr:hover td { background: var(--blue-lt); }

/* =========================================
   HOMEPAGE
   ========================================= */
.home-hero-slider { margin-bottom: 40px; }
.home-hero-slider .slider-wrap { border-radius: 0; margin-bottom: 0; }
.home-hero-slider .slider-track { height: 520px; }

.home-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 48px;
}
.promo-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  background: var(--white);
}
.promo-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
  transform: translateY(-3px);
}
.promo-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.promo-card span {
  display: block;
  padding: 12px 14px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--white);
}

@media (max-width: 768px) {
  .home-promo-grid { grid-template-columns: repeat(2, 1fr); }
  .home-hero-slider .slider-track { height: 300px; }
}
@media (max-width: 480px) {
  .home-promo-grid { grid-template-columns: 1fr; }
}

/* =========================================
   O NAS — zdjęcia obiektów
   ========================================= */
.onas-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 28px;
}
.onas-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.onas-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.onas-photo:hover img { transform: scale(1.04); }

@media (max-width: 640px) {
  .onas-photos { grid-template-columns: 1fr; }
}

/* =========================================
   TEAM GRID
   ========================================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 20px 0 36px;
}
.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.team-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
}
.team-card strong {
  font-size: .88rem;
  color: var(--dark);
  margin-top: 4px;
}
.team-card span {
  font-size: .78rem;
  color: var(--mid);
  line-height: 1.3;
}
.team-card a {
  font-size: .82rem;
  color: var(--blue);
  font-weight: 600;
}

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================
   INFO CMC — karty
   ========================================= */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 24px 0 40px;
}
.info-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: var(--dark);
  transition: box-shadow .2s, transform .2s;
  background: var(--white);
}
.info-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
  transform: translateY(-3px);
  color: var(--dark);
}
.info-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.info-card-body {
  padding: 14px 16px;
}
.info-card-body strong {
  display: block;
  font-size: .95rem;
  color: var(--blue);
  margin-bottom: 4px;
}
.info-card-body p {
  margin: 0;
  font-size: .82rem;
  color: var(--mid);
}

/* =========================================
   MULTISPORT — cenniki
   ========================================= */
.multisport-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin: 20px 0 32px;
}
.ms-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.ms-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   WCZASY HERO
   ========================================= */
.wczasy-hero {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin: 0 0 32px;
  background: var(--light);
  border-radius: var(--radius);
  overflow: hidden;
}
.wczasy-hero img {
  width: 340px;
  flex-shrink: 0;
  object-fit: cover;
  align-self: stretch;
}
.wczasy-hero-info {
  padding: 28px 24px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-primary {
  display: inline-block;
  padding: 11px 24px;
  background: var(--orange);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  width: fit-content;
  transition: background .2s;
}
.btn-primary:hover { background: var(--orange-dk); color: #fff; }

@media (max-width: 680px) {
  .wczasy-hero { flex-direction: column; }
  .wczasy-hero img { width: 100%; height: 200px; }
  .wczasy-hero-info { padding: 16px; }
}

/* =========================================
   BUFET — hero + QR kody
   ========================================= */
.page-hero-img-wrap {
  margin: 0 0 24px;
  border-radius: var(--radius);
  overflow: hidden;
}
.page-hero-img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
.qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin: 16px 0 32px;
}
.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.qr-item img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.qr-item p {
  font-size: .78rem;
  color: var(--mid);
  margin: 0;
  line-height: 1.4;
}
.qr-item p strong { color: var(--dark); }

/* =========================================
   HOSTEL — zamknięty alert
   ========================================= */
.alert-closed {
  background: #fff3cd;
  border: 2px solid #f0ad00;
  color: #856404;
  border-radius: var(--radius);
  padding: 14px 20px;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 24px;
}

/* =========================================
   CERTYFIKATY
   ========================================= */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin: 20px 0 32px;
}
.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.cert-item img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.cert-item p {
  font-size: .82rem;
  color: var(--mid);
  margin: 0;
}

/* =========================================
   BADGES ROW (DW Orlik certyfikaty)
   ========================================= */
.badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 16px 0 28px;
}
.badges-row img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

/* =========================================
   KONTAKT PAGE
   ========================================= */
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.kontakt-info address {
  font-style: normal;
  background: var(--light);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 12px 0 16px;
  font-size: .9rem;
  line-height: 1.7;
  border-left: 4px solid var(--blue);
}
.kontakt-phones {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 20px;
}
.kontakt-phones a {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--blue);
}
.kontakt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .83rem;
  margin: 8px 0 24px;
}
.kontakt-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.kontakt-table tr:nth-child(even) td { background: var(--light); }
.kontakt-table a { color: var(--blue); font-weight: 600; }
.kontakt-mapa {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kontakt-mapa iframe {
  width: 100%;
  height: 360px;
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
}
.kontakt-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.kontakt-photos img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
}

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

/* =========================================
   BOCZNICE PAGE
   ========================================= */
.bocznice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  margin: 20px 0 32px;
}
.bocznica-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: var(--shadow);
}
.bocznica-num {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--blue);
  min-width: 36px;
  height: 36px;
  background: var(--blue-lt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bocznica-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bocznica-info strong { font-size: .9rem; color: var(--dark); }
.bocznica-info span { font-size: .78rem; color: var(--mid); }

/* =========================================
   KARTY PLUXEE / INNE (empty pages placeholder)
   ========================================= */
.coming-soon {
  text-align: center;
  padding: 60px 20px;
  color: var(--mid);
}
.coming-soon h3 { font-size: 1.4rem; color: var(--blue); margin-bottom: 12px; }

/* =========================================
   BUFET PRACOWNICZY — pełny layout
   ========================================= */


/* 1. Hero */
.bufet-hero {
  position: relative;
  margin-bottom: 32px;
  border-radius: var(--radius);
  overflow: hidden;
}
.bufet-hero img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  display: block;
}
.bufet-hero-tel {
  position: absolute;
  bottom: 12px;
  right: 16px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .88rem;
}

/* 2. Sekcja heading */
.bufet-section-title {
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 14px 20px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}

/* 3. QR grid */
.bufet-qr-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.bufet-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 8px;
}
.bufet-qr-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
}
.bufet-qr-name {
  font-size: .68rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.bufet-qr-time {
  font-size: .7rem;
  color: var(--blue);
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .bufet-qr-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 500px) {
  .bufet-qr-grid { grid-template-columns: repeat(2, 1fr); }
}

/* 4. Menu tygodniowy */
.bufet-menu-wrap {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 32px;
}
.bufet-menu-top {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
.bufet-menu-top img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  border-radius: var(--radius);
}

/* Menu layout: image left + tabs right */
.bufet-menu-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.bufet-menu-img {
  flex: 0 0 380px;
  max-width: 380px;
}
.bufet-menu-img img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
}
.bufet-tabs {
  flex: 1 1 0;
  min-width: 0;
}

/* Zestaw dnia row below menu */
.bufet-zestaw-row {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #fff8ee;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  padding: 16px 24px;
  margin-top: 0;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.bufet-zestaw-prices {
  flex: 1 1 200px;
}
.bufet-zestaw-label {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--mid);
  margin-bottom: 8px;
}
.bufet-zestaw-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: .9rem;
}
.bufet-zestaw-price:last-child { border-bottom: none; }
.bufet-zestaw-price strong { font-size: 1.05rem; color: var(--blue); }
.bufet-gratis-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.bufet-gratis-wrap img {
  height: 200px;
  width: auto;
  object-fit: contain;
  border-radius: var(--radius);
}
.bufet-gratis-wrap p {
  font-size: .88rem;
  color: var(--dark);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .bufet-menu-layout { flex-direction: column; }
  .bufet-menu-img { flex: none; max-width: 100%; width: 100%; }
  .bufet-menu-img img { max-height: 220px; object-fit: cover; }
}
@media (max-width: 580px) {
  .bufet-zestaw-row { flex-direction: column; align-items: flex-start; }
  .bufet-gratis-wrap { flex-direction: column; align-items: flex-start; }
}

/* CSS Tabs */
.bufet-tabs input[type="radio"] { display: none; }

.bufet-tab-labels {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.bufet-tab-labels label {
  flex: 1;
  min-width: 100px;
  text-align: center;
  padding: 13px 10px;
  background: var(--white);
  border: 2px solid var(--border);
  border-bottom: none;
  border-radius: var(--radius) var(--radius) 0 0;
  font-size: .86rem;
  font-weight: 700;
  color: var(--mid);
  cursor: pointer;
  transition: background .15s, color .15s;
  letter-spacing: .04em;
}
.bufet-tab-labels label:hover { background: var(--blue-lt); color: var(--blue); }

#tab-pn:checked ~ .bufet-tab-labels label[for="tab-pn"],
#tab-wt:checked ~ .bufet-tab-labels label[for="tab-wt"],
#tab-sr:checked ~ .bufet-tab-labels label[for="tab-sr"],
#tab-cz:checked ~ .bufet-tab-labels label[for="tab-cz"],
#tab-pt:checked ~ .bufet-tab-labels label[for="tab-pt"] {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.bufet-tab-panels {
  border: 2px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  background: var(--white);
  overflow: hidden;
}
.bufet-tab-panel { display: none; padding: 24px 28px; }

#tab-pn:checked ~ .bufet-tab-panels #panel-pn,
#tab-wt:checked ~ .bufet-tab-panels #panel-wt,
#tab-sr:checked ~ .bufet-tab-panels #panel-sr,
#tab-cz:checked ~ .bufet-tab-panels #panel-cz,
#tab-pt:checked ~ .bufet-tab-panels #panel-pt { display: block; }

.bufet-zestaw-badge {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: var(--blue-lt);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 10px 16px;
  margin-bottom: 16px;
  font-size: .85rem;
}
.bufet-zestaw-badge span:first-child {
  font-weight: 700;
  font-size: .78rem;
  text-transform: uppercase;
  color: var(--mid);
  letter-spacing: .06em;
}
.bufet-menu-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}
.bufet-menu-cols h4 {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--blue);
  margin: 0 0 8px;
  font-weight: 700;
}
.bufet-menu-cols ul {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: .95rem;
  color: var(--dark);
}
.bufet-menu-cols li { margin-bottom: 6px; }
.bufet-gratis {
  background: #fff8ee;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  padding: 8px 14px;
  font-size: .82rem;
  margin: 0;
  color: var(--dark);
}

@media (max-width: 600px) {
  .bufet-menu-cols { grid-template-columns: 1fr; }
  .bufet-tab-labels label { font-size: .75rem; padding: 10px 4px; }
}

/* 5. Smoothies */
.bufet-smoothie {
  background: linear-gradient(90deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 1px solid #a5d6a7;
  border-radius: var(--radius);
  padding: 16px 24px;
  margin-bottom: 32px;
}
.bufet-smoothie-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.bufet-smoothie-label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #2e7d32;
  white-space: nowrap;
}
.bufet-smoothie-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bufet-smoothie-item strong { font-size: .92rem; color: var(--dark); }
.bufet-smoothie-item span { font-size: .83rem; color: var(--mid); }
.bufet-smoothie-ingredients { font-size: .78rem !important; color: #2e7d32 !important; }

/* 6. Widget section */
.bufet-widget-section {
  margin-bottom: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
#db-root-widget { min-height: 280px; }

/* 7. Nowy bufet + app */
.bufet-opis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.bufet-opis-text h3 { margin-top: 0; font-size: 1.1rem; }
.bufet-opis-text p  { font-size: .88rem; color: var(--dark); line-height: 1.7; }
.bufet-opis-app {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--light);
  border-radius: var(--radius);
  padding: 16px 20px;
  border: 1px solid var(--border);
}
.bufet-db-logo {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  object-position: left;
}
.bufet-opis-app p { font-size: .85rem; color: var(--mid); margin: 0; line-height: 1.6; }

@media (max-width: 680px) {
  .bufet-opis-grid { grid-template-columns: 1fr; }
}

/* 8. Zdjęcia kuchni */
.bufet-kuchnia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.bufet-kuchnia-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

@media (max-width: 580px) {
  .bufet-kuchnia-grid { grid-template-columns: 1fr; }
}

/* 9. HACCP */
.bufet-haccp {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--light);
  border-radius: var(--radius);
  padding: 20px 24px;
  border: 1px solid var(--border);
}
.bufet-haccp-badge {
  width: 90px;
  height: auto;
  flex-shrink: 0;
  border-radius: var(--radius);
}
.bufet-haccp-text h3 { margin-top: 0; font-size: 1rem; }
.bufet-haccp-text p  { margin: 0 0 8px; font-size: .85rem; color: var(--dark); line-height: 1.65; }

@media (max-width: 480px) {
  .bufet-haccp { flex-direction: column; }
}

/* stare klasy — zachowane dla kompatybilności */
.bufet-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius);
  padding: 14px 20px;
  margin: 0 0 28px;
  font-size: .88rem;
}
.bufet-info-item { display: flex; align-items: center; gap: 6px; }
.bufet-info-item strong { color: #fff; }

.bufet-cennik {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
  margin: 0 0 40px;
  background: var(--light);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
}
.bufet-zestaw img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.bufet-zestaw-info h2 { margin-top: 0; }
.bufet-price-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0 20px;
}
.bufet-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.bufet-price-label { font-size: .88rem; color: var(--dark); }
.bufet-price-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
}
.bufet-promocje {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff8ee;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  padding: 12px 16px;
}
.bufet-promocje img {
  height: 64px;
  width: auto;
  flex-shrink: 0;
}
.bufet-promocje p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.6;
}

@media (max-width: 680px) {
  .bufet-cennik { grid-template-columns: 1fr; }
  .bufet-zestaw { display: none; }
}

/* Direct Bistro widget section */
.bufet-widget-section {
  background: var(--light);
  border-radius: var(--radius);
  padding: 28px 24px;
  margin: 0 0 40px;
  border: 1px solid var(--border);
}
.bufet-widget-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
}
.direct-bistro-logo {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  border-radius: var(--radius);
}
.bufet-widget-title-text h2 {
  margin: 0 0 4px;
  font-size: 1.2rem;
}
.bufet-widget-title-text p {
  margin: 0;
  font-size: .85rem;
  color: var(--mid);
}
#db-root-widget {
  min-height: 300px;
}

@media (max-width: 480px) {
  .bufet-widget-title { flex-direction: column; align-items: flex-start; }
}

.bufet-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 24px;
}
.bufet-gallery-row img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

@media (max-width: 640px) {
  .bufet-gallery-row { grid-template-columns: 1fr; }
  .bufet-widget-header { flex-direction: column; }
}

/* =========================================
   DW ORLIK
   ========================================= */

/* Badges */
.orlik-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 28px;
  padding: 20px 0 24px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.orlik-badges img { height: 64px; width: auto; }

/* Przyciski regulamin / cennik */
.orlik-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 32px;
}
.orlik-btn {
  display: block;
  text-align: center;
  padding: 13px 10px;
  background: var(--orange);
  color: #fff;
  border-radius: var(--radius);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .15s;
  line-height: 1.35;
}
.orlik-btn:hover { background: var(--orange-dk); color: #fff; }

/* Główna sekcja 3-kolumnowa */
.orlik-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin: 0 0 36px;
  align-items: start;
}
.orlik-col--desc { grid-column: span 1; }
.orlik-col--dist { grid-column: span 1; }
.orlik-col--contact { grid-column: span 1; }

.orlik-col > p { font-size: .92rem; line-height: 1.7; color: #4a5568; margin-bottom: 12px; }

.orlik-col-h {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--orange);
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--orange);
}

/* Lista wyposażenia */
.orlik-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orlik-list li {
  padding: 5px 0 5px 18px;
  position: relative;
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
}
.orlik-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
}

/* Lista odległości */
.orlik-dist-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.orlik-dist-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  font-size: .87rem;
  border-bottom: 1px dotted #d0d0d0;
  color: #4a5568;
}
.orlik-dist-list li strong {
  color: var(--orange);
  font-weight: 700;
  white-space: nowrap;
  margin-left: 8px;
}

/* Zielona energia w kolumnie środkowej */
.orlik-energy {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.orlik-energy img { height: 36px; width: auto; }
.orlik-energy p { font-size: .8rem; color: #666; margin: 0 0 6px; }

/* Kolumna kontaktowa */
.orlik-owner {
  font-size: .88rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 16px;
}
.orlik-person {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: .87rem;
}
.orlik-person strong { color: var(--dark); font-size: .9rem; }
.orlik-person span   { color: #718096; font-size: .8rem; }
.orlik-person em     { color: #a0aec0; font-size: .78rem; }
.orlik-person a      { color: var(--orange); text-decoration: none; font-weight: 600; }
.orlik-person a:hover { text-decoration: underline; }
.orlik-address-box {
  margin-top: 14px;
  padding: 10px 12px;
  background: var(--bg);
  border-radius: var(--radius);
  font-size: .85rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Nagłówki sekcji galerii (wyśrodkowane, pomarańczowe jak na putex.pl) */
.orlik-gallery-section {
  margin: 36px 0 0;
  text-align: center;
}
.orlik-gallery-h {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  margin: 0 0 6px;
}
.orlik-gallery-h--dark {
  color: var(--dark);
}
.orlik-gallery-sub {
  font-size: .9rem;
  color: #888;
  margin: 0 0 16px;
  text-align: center;
}

/* Historia firmy */
.orlik-history {
  margin: 48px 0;
  text-align: center;
  padding: 0 40px;
}
.orlik-history h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}
.orlik-history p {
  font-size: .95rem;
  line-height: 1.8;
  color: #666;
  max-width: 760px;
  margin: 0 auto;
}

/* Cennik */
.orlik-cennik-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  margin: 20px 0 32px;
  text-align: left;
}
.orlik-cennik {
  border-collapse: collapse;
  font-size: .9rem;
  min-width: 280px;
}
.orlik-cennik th {
  background: var(--orange);
  color: #fff;
  padding: 10px 18px;
  text-align: left;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.orlik-cennik td {
  padding: 8px 18px;
  border-bottom: 1px solid #e2e8f0;
}
.orlik-cennik tr:nth-child(even) td { background: var(--bg); }
.orlik-cennik tr:last-child td { border-bottom: none; }
.orlik-cennik td:last-child { font-weight: 700; color: var(--orange); }
.orlik-cennik-notes {
  font-size: .88rem;
  line-height: 1.8;
  color: #4a5568;
}
.orlik-cennik-notes ul { padding-left: 18px; margin-bottom: 14px; }
.orlik-cennik-notes li { margin-bottom: 6px; }
.orlik-cennik-notes a { color: var(--orange); font-weight: 700; }

/* Opinie – białe karty, wyśrodkowany tekst, duży " */
.orlik-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0 48px;
}
.orlik-review {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 28px 22px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orlik-review-quote {
  font-size: 3.5rem;
  line-height: .8;
  color: #bbb;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  display: block;
}
.orlik-review p {
  font-size: .87rem;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin-bottom: 16px;
  flex: 1;
}
.orlik-review-author {
  font-weight: 700;
  font-size: .9rem;
  color: var(--dark);
  margin-bottom: 2px;
}
.orlik-review-source {
  font-size: .75rem;
  color: #999;
}

/* Kontakt bottom – pełna szerokość, duży tel */
.orlik-kontakt-bottom {
  background: #f8f8f8;
  text-align: center;
  padding: 48px 28px 0;
  margin: 0 -28px;
}
.orlik-kontakt-label {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 2px;
}
.orlik-kontakt-sub {
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 20px;
}
.orlik-kontakt-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
  line-height: 1.4;
}
.orlik-kontakt-name span {
  font-size: .85rem;
  font-weight: 400;
  color: #666;
}
.orlik-kontakt-tel {
  margin: 12px 0;
}
.orlik-kontakt-tel a {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: .02em;
}
.orlik-kontakt-tel a:hover { color: var(--orange); }
.orlik-kontakt-addr {
  font-size: .9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 28px;
}
.orlik-mapa {
  margin: 0 -28px;
}
.orlik-mapa iframe {
  display: block;
  width: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .orlik-main { grid-template-columns: 1fr 1fr; }
  .orlik-col--contact { grid-column: span 2; }
  .orlik-cennik-wrap { grid-template-columns: 1fr; }
  .orlik-reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .orlik-btns   { grid-template-columns: 1fr; }
  .orlik-main   { grid-template-columns: 1fr; }
  .orlik-col--contact { grid-column: span 1; }
  .orlik-reviews { grid-template-columns: 1fr; }
  .orlik-gallery-h { font-size: 1.25rem; }
  .orlik-kontakt-tel a { font-size: 1.8rem; }
  .orlik-history { padding: 0 16px; }
}
