/* =========================================================================
   HOLLEN Oldtimer – HERITAGE / OLD-FASHION vrstva
   Klasický, nadčasový vzhľad pre historické vozidlá.
   Paleta z loga: MODRÁ • BIELA • STRIEBORNÁ.
   Elegantná serifová typografia (Playfair Display + Lora),
   zaoblené fotografie s mäkkým „macOS" tieňom, väčšie logo.
   Načítava sa ako posledná – má prednosť pred témou.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --h-navy: #12386b;       /* hlboká heritage modrá – nadpisy */
  --h-blue: #1c63b8;       /* akcent z témy / loga */
  --h-blue-dk: #154a8c;
  --h-silver: #9aa6b4;     /* strieborná */
  --h-silver-l: #eef1f5;   /* svetlá strieborná – pozadia */
  --h-silver-line: #d8dee6;
  --h-ink: #1f2630;
  --h-paper: #ffffff;
  --h-shadow: 0 18px 40px rgba(18, 35, 60, .14), 0 4px 12px rgba(18, 35, 60, .08);
  --h-shadow-sm: 0 10px 26px rgba(18, 35, 60, .12);
}

/* ----------------------------------------------------------------------
   BOXOVANÝ LAYOUT – celý web na 85 % šírky, vycentrovaný (desktop)
   ---------------------------------------------------------------------- */
@media (min-width: 992px) {
  html { background: #ffffff; }
  body { background: #ffffff; }
  #wrapper > #page, #page {
    width: 85%; margin: 28px auto; background: #fff;
    box-shadow: 0 26px 80px rgba(12, 22, 42, .22); overflow: hidden;
    border-radius: 4px;
  }
  /* sticky menu pri scrollovaní – tiež na 85 %, vycentrované */
  .site-navigation-wrap.is-fixed {
    width: 85% !important; left: 50% !important; transform: translateX(-50%) !important; max-width: none !important;
  }
}
@media (min-width: 1700px) {
  #wrapper > #page, #page { max-width: 1500px; }
  .site-navigation-wrap.is-fixed { max-width: 1500px !important; }
}

/* ----------------------------------------------------------------------
   TYPOGRAFIA – old-fashion serif
   ---------------------------------------------------------------------- */
body, .page-content p, .desc, blockquote, .sub-heading, li, td, input, textarea, .car-meta li {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
}
h1, h2, h3, h4, h5, h6,
.heading, .featured-title-heading, .widget-title span,
.wprt-headings .heading, .number-wrap, .sr-title, .pkg-name, .car-card .car-body h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  letter-spacing: .2px;
}
.heading, .featured-title-heading, .wprt-headings .heading { color: var(--h-navy); font-weight: 700; }
.bg-accent .heading, .row-certified-1 .heading, .gallery .heading,
[class*="text-white"], .text-white, .hero-content .heading, .footer .widget-title span {
  color: #fff;
}
/* navigácia a malé štítky ponecháme čisté (sans) pre ostrosť */
#main-nav .menu > li > a, .bottom-nav a, .sr-type, .badge-status, .pkg-name,
.wprt-button, .header-aside-btn, .breadcrumb-trail, .top-bar-content {
  font-family: 'Poppins', 'Open Sans', sans-serif !important;
}

/* ----------------------------------------------------------------------
   LOGO – v bielej karte (biely rámik okolo modrého loga),
   posunuté vyššie k hornému okraju
   ---------------------------------------------------------------------- */
/* ORIGINÁLNE logo zo zdroja (nezmenené) na bielej karte; kompaktná hlavička (-40 %) */
#site-header-inner { padding-top: 14px !important; padding-bottom: 14px !important; }
@media (max-width: 991px) { #site-header-inner { padding-top: 10px !important; padding-bottom: 10px !important; } }
#site-header #site-logo { padding: 0; }
/* Vodorovné zarovnanie obsahu hlavičky na stred riadku (logo + info v jednej osi) */
@media (min-width: 992px) {
  #site-header-inner .wrap-inner { display: flex; align-items: center; justify-content: space-between; }
  #site-header #site-logo { float: none; margin: 0; }
  #site-header #header-aside { float: none; margin-top: 0; }
}
#site-logo .main-logo {
  display: inline-block; background: none !important; padding: 0 !important;
  border-radius: 0 !important; box-shadow: none !important; line-height: 0;
}
#site-logo .brand-logo {
  height: 100px !important; width: auto !important; display: block;
  background: none !important; padding: 0 !important; border-radius: 8px !important;
  box-shadow: 0 0 0 5px #fffdf7, 0 0 0 6px #cdbf9a, 0 8px 18px rgba(40,30,12,.18) !important;
}
@media (max-width: 767px) {
  #site-logo .brand-logo { height: 76px !important; }
}

/* Rozplynuté logo aj v päte – bez bielej, splýva s tmavým pozadím */
.footer-logo { display: inline-block; background: none !important; padding: 0 !important; border-radius: 0 !important; box-shadow: none; }
.footer-logo img { height: 90px !important; width: auto; display: block; border-radius: 10px; filter: none; box-shadow: 0 6px 16px rgba(0,0,0,.3); }

/* Priehľadné logo aj v päte – na tmavom pozadí, bez bielej karty */
.footer-logo { background: none !important; padding: 0 !important; border-radius: 0 !important; box-shadow: none !important; display: inline-block; }
.footer-logo img { height: 96px !important; width: auto; display: block; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }

/* ----------------------------------------------------------------------
   HLAVIČKA – horná časť MODRÁ, menu STRIEBORNÉ
   ---------------------------------------------------------------------- */
/* Hlavička – rovnaký papierový podklad ako zvyšok landing page */
#site-header { background: #f7f3ea !important; border-bottom: 1px solid #e6e2d4; }
#site-header, #header-aside .info-c .title { color: #12386b !important; }
#header-aside .info-i i { color: #1c63b8 !important; }
#header-aside .info-c .subtitle { color: #6b7280 !important; }
#header-aside .header-aside-btn a {
  background: linear-gradient(180deg, #1b416e 0%, #143158 100%) !important; color: #f0c757 !important;
  border: 1px solid #c9a548 !important; border-radius: 6px; font-weight: 700; letter-spacing: .08em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.10), 0 6px 14px rgba(20,40,70,.18) !important;
}
#header-aside .header-aside-btn a:hover { background: #11355c !important; color: #ffd96b !important; }
.mobile-button span, .mobile-button span:before, .mobile-button span:after { background: #12386b !important; }

/* Menu – jemný tmavomodrý podklad + mäkká zlatá (oku príjemné) */
.site-navigation-wrap {
  background: linear-gradient(180deg, #1b416e 0%, #143158 100%) !important;
  border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(0,0,0,.18);
  min-height: 0 !important;
}
.site-navigation-wrap .inner { min-height: 0 !important; }
#main-nav .menu > li > a { color: #f0c757 !important; font-weight: 600; line-height: 46px !important; height: 46px !important; padding-top: 0 !important; padding-bottom: 0 !important; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; position: relative; transition: color .25s ease, transform .2s ease; text-shadow: 0 1px 2px rgba(0,0,0,.28); }

/* RETRO ANIMOVANÉ HLAVNÉ MENU – akcia + old-fashion */
#main-nav .menu > li > a:before { content: none !important; }
#main-nav .menu > li > a:after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 8px; height: 2px;
  background: linear-gradient(90deg, var(--h-blue) 0%, #ffd24d 100%);
  transform: scaleX(0); transform-origin: center; transition: transform .34s cubic-bezier(.2,.7,.3,1);
}
#main-nav .menu > li:hover > a:after,
#main-nav .menu > li.current-menu-item > a:after { transform: scaleX(1); }
#main-nav .menu > li:hover > a { transform: translateY(-1px); }
#main-nav .menu > li.current-menu-item > a { color: var(--h-blue) !important; }
/* vintage diamantové oddeľovače medzi položkami */
#main-nav .menu > li { position: relative; }
#main-nav .menu > li + li:before {
  content: "\25C6"; position: absolute; left: -3px; top: 50%; transform: translateY(-50%);
  font-size: 6px; color: #aab4c2; line-height: 1; pointer-events: none;
}
#header-search { line-height: 46px !important; height: 46px !important; }
#header-search .header-search-icon { line-height: 46px !important; }
#main-nav .menu > li:hover > a,
#main-nav .menu > li.current-menu-item > a { color: #1c63b8 !important; }
#main-nav .menu > li.current-menu-item > a:before,
#main-nav .menu > li:hover > a:before { background: #1c63b8 !important; }
/* podmenu (ak je) – biele s tmavým textom */
#main-nav .sub-menu { background: #fff !important; border-color: #d6dde6 !important; }
#main-nav .sub-menu a { color: #2b3340 !important; }
#main-nav .sub-menu a:hover { color: #1c63b8 !important; }
/* vyhľadávacia ikona na striebornom */
#header-search .header-search-icon .rt-icon-search2,
#header-search .header-search-icon span { color: #f0c757 !important; }
/* mobilné menu na striebornom */
@media (max-width: 991px) {
  #main-nav-mobi { background: #143158 !important; }
  #main-nav-mobi .menu > li > a { color: #f0c757 !important; }
  #main-nav-mobi .menu li { border-color: rgba(255,255,255,.10) !important; }
}

/* ----------------------------------------------------------------------
   STRIEBORNÉ POZADIA / SEKCIE
   ---------------------------------------------------------------------- */
.bg-light-grey, .row-testimonials.bg-light-grey, .row-about.bg-light-grey {
  background: linear-gradient(180deg, #f4f6f9 0%, var(--h-silver-l) 100%) !important;
}
#top-bar { background: #0e2c54 !important; }
#top-bar, #top-bar a, #top-bar .address, #top-bar .texts { color: #e7eefa !important; }
/* sociálne ikony v top-bare – bez bieleho krúžku, jasné a čitateľné na navy */
#top-bar .top-bar-socials .icons a {
  background-color: transparent !important; color: #cfdcf0 !important;
  width: auto !important; height: auto !important; border-radius: 0 !important;
  line-height: 1 !important; font-size: 16px !important; margin-left: 12px !important;
  transition: color .2s ease, transform .2s ease;
}
#top-bar .top-bar-socials .icons a:hover { background-color: transparent !important; color: #ffd24d !important; transform: translateY(-1px); }
#top-bar .top-bar-socials .texts { margin-right: 10px; color: #cfdcf0 !important; }

/* jemná strieborná linka pod hlavičkou */
.site-navigation-wrap { border-top: 1px solid rgba(255,255,255,.12); }

/* ----------------------------------------------------------------------
   KLASICKÝ ORNAMENTÁLNY SEPARÁTOR (.sep)
   ---------------------------------------------------------------------- */
.wprt-headings .sep, .wprt-headings.style-1 .sep {
  position: relative; height: 18px; width: 180px; margin-top: 16px; background: none !important;
}
.wprt-headings.text-center .sep { margin-left: auto; margin-right: auto; }
.wprt-headings .sep:before {
  content: ""; position: absolute; top: 9px; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--h-silver) 20%, var(--h-silver) 80%, transparent);
}
.wprt-headings .sep:after {
  content: "\25C6"; /* kosoštvorec */ position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  color: var(--h-blue); font-size: 12px; background: transparent; line-height: 18px;
}

/* ----------------------------------------------------------------------
   FOTOGRAFIE – zaoblené rohy + mäkký macOS tieň (všade)
   ---------------------------------------------------------------------- */
.page-content img:not(.brand-logo):not([src*="star"]):not([src*="logo"]),
.gallery-image img, .car-thumb img, .row-about img, .text-right img,
.contact-map, .detail-hero-img, .detail-thumb, .related-thumb img {
  border-radius: 14px;
}
.page-content .col-md-6 > img, .row-about img, .text-right > img,
.detail-hero-img, .about-workshop, .intro-photo {
  box-shadow: var(--h-shadow) !important;
}
.gallery-box .inner, .car-card, .pkg-card, .search-result-item,
.wprt-icon-box.style-1, .detail-card {
  border-radius: 14px !important;
}
.gallery-box .inner { overflow: hidden; box-shadow: var(--h-shadow-sm); }
.car-card { box-shadow: var(--h-shadow-sm); border: 1px solid var(--h-silver-line) !important; }
.car-card:hover { box-shadow: var(--h-shadow) !important; }
.car-thumb img { border-radius: 14px 14px 0 0 !important; }

/* ----------------------------------------------------------------------
   VŠETKY FOTKY: tieň + jemná animácia (zdvih a priblíženie pri prejdení)
   (okrem loga, ikon, hviezdičiek a máp)
   ---------------------------------------------------------------------- */
.page-content img:not(.brand-logo):not([src*="logo"]):not([src*="star"]),
.detail-hero-img, .detail-thumb img, .gallery-image img, .car-thumb img,
.text-right > img, .row-about img {
  box-shadow: var(--h-shadow-sm);
  transition: transform .45s cubic-bezier(.2,.7,.3,1), box-shadow .45s ease, filter .45s ease;
  will-change: transform;
}
.page-content img:not(.brand-logo):not([src*="logo"]):not([src*="star"]):hover,
.detail-hero-img:hover, .row-about img:hover, .text-right > img:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: var(--h-shadow);
  filter: brightness(1.03);
}
/* v rámci orezaných obalov (galéria, karty) zväčšujeme len obrázok, nie obal */
.gallery-box:hover .gallery-image img,
.car-card:hover .car-thumb img { transform: scale(1.06); box-shadow: none; }
/* plynulé objavenie fotiek pri načítaní */
@keyframes photoIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.page-content .col-md-6 > img, .detail-hero-img, .about-workshop { animation: photoIn .8s ease both; }

/* ----------------------------------------------------------------------
   TLAČIDLÁ – elegantné, modré
   ---------------------------------------------------------------------- */
.wprt-button { border-radius: 8px !important; text-transform: uppercase; font-weight: 600; }
.wprt-button.solid.accent, .wprt-button.accent:not(.outline) {
  background: linear-gradient(180deg, var(--h-blue) 0%, var(--h-blue-dk) 100%) !important;
  border-color: var(--h-blue-dk) !important; color: #fff !important;
}
.wprt-button.outline.accent { border-color: #fff !important; color: #fff !important; }
.wprt-button.outline.accent:hover { background: #fff !important; color: var(--h-navy) !important; }

/* akcentové farby na modrú/strieborná */
.accent, .number.accent, .wprt-icon-box .icon-wrap i, .car-meta li i,
.wprt-list.has-icon li i, .sr-type, .pkg-tag, .simple-link, a:hover {
  color: var(--h-blue);
}
.wprt-icon-box.style-1 .icon-wrap { border-color: var(--h-silver-line); }
.wprt-icon-box.style-1:hover .icon-wrap { border-color: var(--h-blue); background: var(--h-blue); }
.wprt-icon-box.style-1:hover .icon-wrap i { color: #fff; }

/* ----------------------------------------------------------------------
   PÄTIČKA – tmavá modro-strieborná
   ---------------------------------------------------------------------- */
#footer { background: linear-gradient(180deg, #15243a 0%, #0f1b2d 100%) !important; }
#bottom { background: #0c1726 !important; }
#footer .widget-title span:after { background: var(--h-blue) !important; }

/* ----------------------------------------------------------------------
   HERO – klasický nádych
   ---------------------------------------------------------------------- */
.hero-section .hero-content .heading,
.hero-section .wprt-fancy-text .heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important; letter-spacing: 1px;
}
.hero-section .sub-heading { font-family: 'Cormorant Garamond', serif !important; font-style: italic; font-weight: 600 !important; letter-spacing: .5px; font-size: 23px !important; text-transform: none; color: #ffffff !important; }
/* Jasnejší hero – obrázky nech vidno; tmavnutie len jemne hore a dole pre čitateľnosť */
.hero-section.slideshow:after {
  background: linear-gradient(180deg, rgba(10,18,34,.34) 0%, rgba(10,18,34,.08) 38%, rgba(10,18,34,.10) 62%, rgba(8,14,26,.48) 100%) !important;
}
/* Zjasnenie + jemný nostalgický (teplý) tón fotiek pozadia (vegas) */
.hero-section .vegas-slide,
.hero-section .vegas-background,
.hero-section .vegas-slide-inner {
  filter: brightness(1.12) contrast(1.05) saturate(1.04) sepia(.10) !important;
}
/* Nostalgická vinetácia – tmavne len okraje, stred zostáva jasný */
.hero-section.slideshow .overlay {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(12,18,28,.46) 100%) !important;
  z-index: 1; pointer-events: none;
}
/* Tmavé „halo" za hero textom – text čitateľný, fotka zostáva jasná */
.hero-section .hero-content { position: relative; z-index: 3; }
.hero-section .hero-content:before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 150%; height: 360px; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(8,13,24,.62) 0%, rgba(8,13,24,.42) 42%, rgba(8,13,24,0) 72%);
  filter: blur(8px);
}
.hero-section .hero-content .heading,
.hero-section .wprt-fancy-text .heading {
  text-shadow: 0 3px 14px rgba(0,0,0,.7), 0 1px 3px rgba(0,0,0,.85) !important;
}
.hero-section .sub-heading {
  text-shadow: 0 2px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important;
}
/* Silnejší tieň textu, aby zostal čitateľný aj na svetlom pozadí */
.hero-section .hero-content .heading,
.hero-section .wprt-fancy-text .heading { text-shadow: 0 3px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.7) !important; }
.hero-section .sub-heading { text-shadow: 0 2px 8px rgba(0,0,0,.6) !important; opacity: 1 !important; }

/* jemné zrámovanie nadpisov sekcií */
.featured-title-heading { font-weight: 800 !important; }

/* odkazy v obsahu */
.page-content a:not(.wprt-button):not(.simple-link) { color: var(--h-blue); }

/* ======================================================================
   RETRO SKIN – jednotný vintage nádych celej stránky
   (teplý papier · modrá ink · strieborná · zlaté akcenty)
   ====================================================================== */
/* Podklad mimo boxu = teplá patina, samotná stránka = starý papier */
@media (min-width: 992px) {
  html, body { background: #ffffff !important; }
  #wrapper > #page, #page { background: #f7f3ea !important; }
}
/* Obsahové sekcie na papierovom tóne */
#main-content, .row-intro, .row-cars, .row-services, .row-about, .row-detail,
.row-quote, .row-gallery, .row-gallery-1, .row-search, .row-404, .page-content {
  background-color: #f7f3ea;
}
.bg-light-grey {
  background: linear-gradient(180deg, #f3eee2 0%, #ece5d5 100%) !important;
  border-top: 1px solid #ddd3bf; border-bottom: 1px solid #ddd3bf;
}
/* Teplejšia ink farba textu a nadpisov */
body, .page-content p, .desc, li, td { color: #312b22; }
.heading, .featured-title-heading, .wprt-headings .heading, .detail-title, .pr-name { color: #16385f; }

/* Vintage tón fotiek (jemný), pri prejdení plná farba a ostrosť */
.gallery-image img, .car-thumb img, .detail-hero-img, .detail-thumb img,
.page-content .col-md-6 > img, .row-about .text-right > img, .car-card .car-thumb img {
  filter: sepia(.16) saturate(.92) contrast(1.03) brightness(1.01);
  transition: filter .5s ease, transform .5s ease, box-shadow .4s ease;
}
.gallery-box:hover .gallery-image img, .car-card:hover .car-thumb img,
.detail-hero-img:hover, .page-content .col-md-6 > img:hover, .row-about .text-right > img:hover {
  filter: none;
}

/* Papierové pasparty fotiek do krémova */
.gallery-image img, .detail-hero-img,
.page-content .row-about .text-right > img, .page-content .col-md-6 > img {
  box-shadow: 0 0 0 8px #ffffff, 0 14px 30px rgba(28,48,80,.16) !important;
}

/* Zlaté vlasové akcenty – oddeľovač sekcií a horné linky */
.wprt-headings .sep:after { color: #b8893b; }
.wprt-headings .sep:before { background: linear-gradient(90deg, transparent, #cdbfa0 20%, #cdbfa0 80%, transparent); }

/* Smaltové odznaky ikon – krémový tón + zlatý prstenec */
.wprt-icon-box.style-1 .icon-wrap {
  border-color: #cdbfa0 !important;
  box-shadow: inset 0 0 0 4px #fbf8f1, 0 8px 18px rgba(40,30,12,.14) !important;
  background: radial-gradient(circle at 34% 28%, #fffdf8, #efe7d6) !important;
}

/* Jemné filmové zrno (moderné retro – nie rušivé) */
body::after { opacity: .04 !important; }

/* Vintage „EST. 2009" pečiatka v päte */
#footer .textwidget::after {
  content: "EST. 2009 · STUPAVA"; display: inline-block; margin-top: 16px;
  font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: .28em; color: #8aa0bd;
  border: 1px solid rgba(255,255,255,.18); border-radius: 4px; padding: 6px 12px;
}

/* Cenník na papierovom tóne */
.price-menu { background: #fbf8f1 !important; border-color: #ddd3bf !important; }
.price-menu:before { border-color: #ddd3bf !important; }
.pr-leader { border-bottom-color: #c9bb9c !important; }

/* Karty a cenník – jemný krémový okraj */
.car-card, .pkg-card, .detail-card, .search-result-item { background: #fbf8f1 !important; border-color: #e1d8c4 !important; }

/* ======================================================================
   90s RETRO CHROME – bevely, chróm, ostré rámy (celý web)
   ====================================================================== */
:root { --chrome: linear-gradient(180deg,#ffffff 0%,#dfe4ea 38%,#aab2bd 52%,#7f8893 70%,#c3cad3 100%); }

/* Ostré rohy + vystúpený (beveled) rám na kartách a boxoch */
.car-card, .pkg-card, .detail-card, .price-menu, .search-result-item,
.wprt-icon-box.style-1, .gallery-box .inner {
  border-radius: 14px !important;
  border: 1px solid #eceff3 !important;
  box-shadow: 0 12px 30px rgba(28,48,80,.10) !important;
}
.car-card:hover, .pkg-card:hover, .detail-card:hover, .search-result-item:hover {
  box-shadow: 0 18px 40px rgba(28,48,80,.22) !important;
}
.car-thumb img, .car-thumb { border-radius: 0 !important; }

/* Chrómové oddeľovače sekcií */
.wprt-headings .sep { width: 130px !important; height: 5px !important; border-radius: 3px; background: var(--chrome) !important; box-shadow: 0 1px 2px rgba(0,0,0,.3); }
.wprt-headings .sep:before, .wprt-headings .sep:after { content: none !important; }

/* Chrómové číslice v trust bare */
.trust-bar .ti-num:not(.stars) {
  background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent;
  -webkit-text-fill-color: transparent; filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}

/* Beveled chróm-modré tlačidlá s „kliknutím" */
.wprt-button { border-radius: 9px !important; border: 1px solid #134a8c !important; position: relative; }
.wprt-button.solid.accent {
  background: linear-gradient(180deg,#2f7fcb 0%, #1c63b8 55%, #154f93 100%) !important;
  box-shadow: 0 10px 22px rgba(20,60,120,.24) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.28);
}
.wprt-button.solid.accent:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(20,60,120,.30) !important; }
.wprt-button.solid.accent:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(20,60,120,.26) !important; }
.wprt-button.outline.accent, .wprt-button.white { border-radius: 9px !important; box-shadow: 0 8px 18px rgba(15,40,80,.14) !important; }

/* Beveled rám okolo celej stránky (90s „okno") */
@media (min-width: 992px) {
  #wrapper > #page, #page {
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 26px 80px rgba(12,22,42,.22) !important;
  }
}

/* Chrómový spodný okraj hlavičky a horný okraj menu */
#site-header { border-bottom: 3px solid !important; border-image: var(--chrome) 1 !important; }
.site-navigation-wrap { box-shadow: inset 0 2px 0 rgba(255,255,255,.7), inset 0 -2px 0 rgba(0,0,0,.12); }

/* Smaltové odznaky ikon – chróm prstenec, ostrejší bevel */
.wprt-icon-box.style-1 .icon-wrap {
  border-radius: 50% !important; border-color: #fff !important;
  box-shadow: inset 0 0 0 3px #fff, 0 10px 22px rgba(28,48,80,.14) !important;
}

/* Retro „hviezdičkový" akcent pri nadpisoch sekcií (90s sparkle) */
.wprt-headings.text-center .heading:after {
  content: " ★"; color: #b8893b; font-size: .6em; vertical-align: super; opacity: .85;
}

/* Cenník a karty – ostré rohy aj na vnútornom ráme */
.price-menu:before { border-radius: 0 !important; }


/* Otváracie hodiny v päte – zarovnať doľava (deň + čas v ľavom stĺpci) */
#footer .opening-hours { text-align: left; }
#footer .opening-hours li { justify-content: flex-start !important; gap: 0; }
#footer .opening-hours li .day { flex: 0 0 150px; color: #aebfd6; }
#footer .opening-hours li .time { flex: 1 1 auto; text-align: left; color: #fff; }

/* Referencie – rovnaká výška kariet a zvislé zarovnanie (hviezdy hore, mená dole) */
.row-testimonials .owl-carousel .owl-stage { display: flex; }
.row-testimonials .owl-carousel .owl-item { display: flex; height: auto; }
.row-testimonials .wprt-testimonials.style-1 { display: flex; width: 100%; }
.row-testimonials .wprt-testimonials .item { display: flex; width: 100%; }
.row-testimonials .wprt-testimonials .inner { display: flex; flex-direction: column; width: 100%; height: 100%; }
.row-testimonials .wprt-testimonials .text { display: flex; flex-direction: column; flex: 1 1 auto; }
.row-testimonials .wprt-testimonials .text > p { flex: 1 1 auto; }
.row-testimonials .wprt-testimonials .name-pos { margin-top: auto; }

/* Referencie – vodorovne vycentrovať hviezdičku aj obsah */
.wprt-testimonials.style-1 .item .inner { text-align: center; }
.wprt-testimonials.style-1 .thumb {
  float: none !important; width: auto !important; margin: 0 auto 16px !important; text-align: center !important;
}
.wprt-testimonials.style-1 .thumb img { display: inline-block !important; margin: 0 auto !important; float: none !important; }
.wprt-testimonials.style-1 .text { text-align: center !important; padding-left: 0 !important; }
.wprt-testimonials.style-1 .text .name-pos { text-align: center !important; }

/* CTA / parallax pruhy s fotkou – tmavý prekryv pre čitateľný biely text */
.row-certified-1.parallax { position: relative; }
.row-certified-1.parallax:before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(7,18,38,.74) 0%, rgba(7,16,32,.80) 100%);
}
.row-certified-1.parallax > .container { position: relative; z-index: 1; }
.row-certified-1.parallax .heading,
.row-certified-1.parallax h2,
.row-certified-1.parallax p { color: #fff !important; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.row-certified-1.parallax p { color: #e8eef7 !important; }

/* ----------------------------------------------------------------------
   PLYNULÉ ODHAĽOVANIE PRVKOV PRI SCROLLOVANÍ (engagement)
   ---------------------------------------------------------------------- */
.reveal-init { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.3,1); }
.reveal-in { opacity: 1; transform: none; }

/* ----------------------------------------------------------------------
   NOSTALGICKÝ CITÁTOVÝ PRUH (storytelling / emócia)
   ---------------------------------------------------------------------- */
.heritage-quote {
  text-align: center; max-width: 920px; margin: 0 auto; padding: 0 20px;
}
.heritage-quote .mark { font-family: 'Playfair Display', serif; font-size: 64px; line-height: 1; color: var(--h-silver); display: block; margin-bottom: -10px; }
.heritage-quote p {
  font-family: 'Cormorant Garamond', serif !important; font-style: italic;
  font-size: 27px !important; line-height: 40px !important; color: var(--h-navy);
}
.heritage-quote .cite { display: block; margin-top: 16px; font-family: 'Poppins', sans-serif; font-style: normal; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--h-silver); }
@media (max-width: 767px) { .heritage-quote p { font-size: 21px !important; line-height: 32px !important; } }

/* ======================================================================
   RETRO LAYER – filmové zrno, vintage rámy, smaltové odznaky (všetky stránky)
   ====================================================================== */
/* Jemné filmové zrno cez celý web */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9998; opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='140'%20height='140'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85'%20numOctaves='2'%20stitchTiles='stitch'/%3E%3C/filter%3E%3Crect%20width='100%25'%20height='100%25'%20filter='url(%23n)'%20opacity='0.6'/%3E%3C/svg%3E");
}

/* Svetlé sekcie – jemná strieborná „papierová" textúra + hairline linky */
.bg-light-grey {
  border-top: 1px solid var(--h-silver-line); border-bottom: 1px solid var(--h-silver-line);
  background-image:
    linear-gradient(180deg, #f5f7fa 0%, var(--h-silver-l) 100%),
    repeating-linear-gradient(90deg, rgba(18,56,107,.012) 0 2px, transparent 2px 4px) !important;
}

/* Vintage rám fotiek – biele „passe-partout" + strieborná linka (ako stará fotka) */
.gallery-image img, .detail-hero-img,
.page-content .row-about .text-right > img,
.page-content .col-md-6 > img {
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px var(--h-silver-line), var(--h-shadow-sm) !important;
}

/* Smaltový (enamel) odznak okolo ikon služieb */
.wprt-icon-box.style-1 .icon-wrap {
  border: 2px solid var(--h-silver-line) !important;
  box-shadow: inset 0 0 0 4px #fff, 0 8px 18px rgba(18,35,60,.12) !important;
  background: radial-gradient(circle at 34% 28%, #ffffff, #e9eef4) !important;
}
.wprt-icon-box.style-1:hover .icon-wrap {
  border-color: var(--h-blue) !important;
  background: radial-gradient(circle at 34% 28%, #2a73c4, #14467f) !important;
}

/* Retro tlačidlá – jemný „letterpress" a dvojitý okraj */
.wprt-button.solid.accent { box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 20px rgba(20,60,120,.28) !important; }
.wprt-button.outline { box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }

/* Vintage rám okolo cenníka a kariet už dávajú dvojité linky; pridáme rožné „nity" cenníku */
.price-menu:after {
  content: ""; position: absolute; top: 14px; right: 14px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--h-silver); box-shadow: -1px 1px 0 rgba(0,0,0,.06);
}

/* ======================================================================
   NEUROMARKETING – „TRUST BAR" (autorita + sociálny dôkaz) na každej stránke
   ====================================================================== */
.trust-bar {
  background: linear-gradient(180deg, #0f2c54 0%, #0b2244 100%);
  border-bottom: 3px solid var(--h-blue);
}
.trust-bar .trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.trust-bar .trust-item {
  text-align: center; padding: 22px 16px; position: relative;
}
.trust-bar .trust-item + .trust-item:before {
  content: ""; position: absolute; left: 0; top: 24%; height: 52%; width: 1px;
  background: rgba(255,255,255,.12);
}
.trust-bar .ti-num {
  display: block; font-family: 'Playfair Display', serif; font-weight: 800;
  font-size: 30px; color: #fff; letter-spacing: .5px; line-height: 1;
}
.trust-bar .ti-num.stars { color: #ffd24d; font-size: 22px; letter-spacing: 2px; }
.trust-bar .ti-lbl {
  display: block; margin-top: 8px; font-family: 'Poppins', sans-serif;
  font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: #aebfd6;
}
@media (max-width: 767px) {
  .trust-bar .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar .trust-item:nth-child(2):before, .trust-bar .trust-item:nth-child(4):before { display: none; }
  .trust-bar .trust-item:nth-child(3):before, .trust-bar .trust-item:nth-child(4):before { content: none; }
  .trust-bar .ti-num { font-size: 25px; }
}

/* ======================================================================
   INTERAKTÍVNY OLD-FASHION CENNÍK (jedálny lístok)
   ====================================================================== */
.price-menu {
  background: #fff;
  border: 1px solid var(--h-silver-line);
  border-radius: 16px;
  box-shadow: var(--h-shadow);
  padding: 10px;
  position: relative;
}
/* jemný dvojitý rámik ako na starých dokumentoch */
.price-menu:before {
  content: ""; position: absolute; inset: 7px; border: 1px solid var(--h-silver-line);
  border-radius: 11px; pointer-events: none;
}
.price-menu.single { padding: 26px 30px; }

/* Záložky */
.price-tabs {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding: 16px 18px 0; position: relative; z-index: 1;
  border-bottom: 1px solid var(--h-silver-line); margin-bottom: 8px;
}
.price-tab {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  font-family: 'Poppins', sans-serif !important; font-size: 13px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; color: #7a828d;
  padding: 12px 18px 16px; position: relative; transition: color .2s ease;
}
.price-tab i { color: var(--h-silver); margin-right: 7px; transition: color .2s ease; }
.price-tab:hover { color: var(--h-navy); }
.price-tab:after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 3px;
  background: var(--h-blue); border-radius: 3px 3px 0 0; transform: scaleX(0);
  transition: transform .25s ease; transform-origin: center;
}
.price-tab.active { color: var(--h-navy); }
.price-tab.active i { color: var(--h-blue); }
.price-tab.active:after { transform: scaleX(1); }

/* Panely */
.price-panel { display: none; padding: 8px 22px 18px; position: relative; z-index: 1; animation: priceFade .35s ease; }
.price-panel.active { display: block; }
@keyframes priceFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Riadky s bodkovaným vodičom */
.price-rows { list-style: none; margin: 0; padding: 0; }
.price-row {
  display: flex; align-items: baseline; gap: 10px;
  padding: 13px 12px; border-radius: 8px; transition: background .2s ease, padding .2s ease;
}
.price-row:hover { background: var(--h-silver-l); padding-left: 18px; padding-right: 18px; }
.pr-name { font-family: 'Lora', serif; font-size: 16px; color: var(--h-ink); }
.pr-leader { flex: 1 1 auto; border-bottom: 2px dotted #c4ccd6; transform: translateY(-4px); min-width: 24px; }
.pr-price {
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 17px;
  color: var(--h-blue); white-space: nowrap;
}
.price-note { font-family: 'Lora', serif; font-style: italic; font-size: 13.5px; color: #8a9099; margin: 14px 18px 6px; text-align: center; }

@media (max-width: 767px) {
  .price-tabs { padding: 10px 6px 0; gap: 2px; }
  .price-tab { padding: 10px 10px 14px; font-size: 11px; }
  .price-tab i { display: none; }
  .price-panel { padding: 8px 8px 12px; }
  .pr-name { font-size: 15px; }
  .price-menu.single { padding: 16px; }
}

/* ======================================================================
   DETAIL VOZIDLA
   ====================================================================== */
.detail-gallery .detail-hero-img {
  width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover;
  box-shadow: var(--h-shadow); border-radius: 16px;
}
.detail-thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.detail-thumb {
  width: 92px; height: 66px; border-radius: 10px; overflow: hidden; cursor: pointer;
  border: 2px solid transparent; padding: 0; background: none; transition: border-color .2s ease, transform .2s ease;
}
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; }
.detail-thumb:hover { transform: translateY(-2px); }
.detail-thumb.active { border-color: var(--h-blue); }

.detail-card {
  background: #fff; border: 1px solid var(--h-silver-line); border-radius: 16px;
  padding: 30px 32px; box-shadow: var(--h-shadow-sm);
}
.detail-status {
  display: inline-block; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--h-blue);
  padding: 5px 14px; border-radius: 30px; margin-bottom: 14px;
}
.detail-status.reserved { background: #2c3340; }
.detail-title { font-family: 'Playfair Display', serif; color: var(--h-navy); margin: 0 0 6px; }
.detail-year { color: var(--h-silver); font-weight: 500; }
.detail-price { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 24px; color: var(--h-blue); margin: 6px 0 18px; }
.detail-specs { list-style: none; margin: 0 0 24px; padding: 0; }
.detail-specs li { display: flex; justify-content: space-between; gap: 14px; padding: 12px 2px; border-bottom: 1px solid var(--h-silver-line); }
.detail-specs li .k { color: #7a828d; font-family: 'Poppins', sans-serif; font-size: 13px; letter-spacing: .03em; text-transform: uppercase; }
.detail-specs li .v { color: var(--h-ink); font-family: 'Lora', serif; font-weight: 600; text-align: right; }
.detail-desc p { font-family: 'Lora', serif; line-height: 28px; }
.detail-back { font-family: 'Poppins', sans-serif; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.detail-back i { margin-right: 6px; }

@media (max-width: 767px) {
  .detail-card { padding: 22px 20px; }
  .detail-thumb { width: 72px; height: 52px; }
}

/* ======================================================================
   VIAC ŽLTEJ – zlaté retro akcenty (ladí s „oldtimer" v logu)
   ====================================================================== */
:root { --h-gold: #ffce3a; --h-gold-dk: #d99c00; }

/* Oddeľovače sekcií: prechod modrá → zlatá */
.wprt-headings .sep { background: linear-gradient(90deg, var(--h-blue) 0%, var(--h-gold) 100%) !important; }
/* Hviezdička pri nadpisoch */
.wprt-headings.text-center .heading:after { color: var(--h-gold-dk) !important; }

/* Zlatý vrchný prúžok na kartách */
.car-card { border-top: 4px solid var(--h-gold) !important; }
.pkg-card.featured { border-top: 5px solid var(--h-gold) !important; }
.detail-card { border-top: 4px solid var(--h-gold) !important; }

/* Navigácia – zlatý animovaný podčiarkovač + žlté písmo aj v hover/active */
#main-nav .menu > li > a:after { background: linear-gradient(90deg, var(--h-gold) 0%, var(--h-gold-dk) 100%) !important; }
#main-nav .menu > li + li:before { color: var(--h-gold-dk) !important; }
#main-nav .menu > li > a,
#main-nav .menu > li.current-menu-item > a { color: #f0c757 !important; }
#main-nav .menu > li:hover > a { color: #ffffff !important; }
@media (max-width: 991px) {
  #main-nav-mobi .menu > li > a { color: #f0c757 !important; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
}

/* Trust bar – zlatý spodný okraj + zlaté čísla */
.trust-bar { border-bottom: 3px solid var(--h-gold) !important; }
.trust-bar .ti-num:not(.stars) {
  background: linear-gradient(180deg, #fff6cf 0%, var(--h-gold) 55%, var(--h-gold-dk) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}

/* Ceny v zlatej (čitateľné na krémovom papieri) */
.detail-price, .car-price, .pr-price { color: var(--h-gold-dk) !important; }

/* „Zistiť viac" a odkazy – zlatý hover */
.simple-link:hover, .page-content a:not(.wprt-button):not(.simple-link):hover { color: var(--h-gold-dk) !important; }

/* Orámované tlačidlo – zlatý hover */
.wprt-button.outline.accent:hover { background: var(--h-gold) !important; border-color: var(--h-gold-dk) !important; color: #2a2210 !important; }

/* Cenníkové záložky – aktívna zlatá linka */
.price-tab.active:after { background: linear-gradient(90deg, var(--h-gold), var(--h-gold-dk)) !important; }
.price-tab.active i { color: var(--h-gold-dk) !important; }

/* Smaltové ikony – pri prejdení zlatý prstenec */
.wprt-icon-box.style-1:hover .icon-wrap {
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px var(--h-gold), 0 10px 22px rgba(40,30,12,.16) !important;
}

/* Zlatý akcent v päte – nadpisy widgetov */
#footer .widget-title span:after { background: var(--h-gold) !important; }
#footer .wprt-links a:hover, #footer a:hover { color: var(--h-gold) !important; }

/* Hero podnadpis – jemný zlatý nádych */
.hero-section .sub-heading { color: #fff3cf !important; }

/* Kredit v pätičke */
#copyright .credit a { color: #f0c757; }
#copyright .credit a:hover { color: #fff; }

/* Služby (ikonové boxy) – čistá 3×2 mriežka s rovnakou výškou (bez schodovitého lámania) */
.page-content .row:has(> .col-md-4 .wprt-icon-box) { display: flex; flex-wrap: wrap; align-items: stretch; }
.page-content .row:has(> .col-md-4 .wprt-icon-box) > .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.page-content .row:has(> .col-md-4 .wprt-icon-box) > .col-md-4 { display: flex; flex-direction: column; }
.page-content .row:has(> .col-md-4 .wprt-icon-box) > .col-md-4 > .wprt-icon-box { flex: 1 1 auto; }
/* fallback pre prehliadače bez :has – aspoň rovnaká minimálna výška boxov */
@supports not (selector(:has(*))) {
  .row-intro .col-md-4 .wprt-icon-box, .row-x .col-md-4 .wprt-icon-box { min-height: 280px; }
}

/* Balíky garážovania – rovnaká výška, tlačidlo zvislo na spodok */
.pkg-grid { align-items: stretch !important; }
.pkg-grid > .pkg-card { height: 100% !important; display: flex !important; flex-direction: column !important; }
.pkg-grid > .pkg-card > ul { flex: 1 1 auto !important; }
.pkg-grid > .pkg-card > .wprt-spacer { display: none !important; }
.pkg-grid > .pkg-card > .wprt-button { margin-top: 24px !important; align-self: center; }

/* ======================================================================
   80s – TAJOMNO MINULOSTI (jemná atmosféra na každej stránke)
   ====================================================================== */
/* Atmosférická vinetácia po okrajoch boxu – navodzuje tajomno */
@media (min-width: 992px) {
  #page { position: relative; }
  #page::after {
    content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 60;
    box-shadow: inset 0 0 140px 8px rgba(8,12,24,.13);
    border-radius: 14px;
  }
}
/* Jemná 80s „synthwave" mriežka v pätičke */
#footer {
  background-image:
    linear-gradient(180deg, #15243a 0%, #0f1b2d 100%),
    repeating-linear-gradient(90deg, rgba(140,170,220,.05) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(140,170,220,.05) 0 1px, transparent 1px 42px) !important;
}
/* Tlmený retro horizont – tenká žiarivá linka nad pätičkou a pod trust barom */
#footer { border-top: 1px solid rgba(240,199,87,.35); box-shadow: 0 -1px 24px rgba(240,199,87,.07); }
.trust-bar { box-shadow: 0 6px 26px rgba(8,16,32,.25); }
/* Banner podstránok – hlbší, tajomnejší prechod */
#featured-title:before {
  background: linear-gradient(180deg, rgba(8,14,28,.66) 0%, rgba(8,14,28,.5) 45%, rgba(6,10,22,.82) 100%) !important;
}
/* Nadpisy sekcií – jemná retro žiara */
.wprt-headings .heading { text-shadow: 0 1px 0 rgba(255,255,255,.4); }
.row-certified-1.parallax .heading { text-shadow: 0 0 22px rgba(120,170,255,.35), 0 2px 10px rgba(0,0,0,.6) !important; }

/* Bez poskakovania pri načítaní – vyhradené miesto pre owl carousely
   (owl je do inicializácie display:none, preto rezervujeme výšku na obale) */
.wprt-gallery { min-height: 300px; }
.row-testimonials .wprt-carousel-box { min-height: 300px; }
.row-partner .wprt-partner { min-height: 110px; }
@media (max-width: 991px) { .wprt-gallery { min-height: 260px; } .row-testimonials .wprt-carousel-box { min-height: 360px; } }
@media (max-width: 767px) { .wprt-gallery, .row-testimonials .wprt-carousel-box { min-height: 0; } }

/* LEGENDA – zlatá rohová stuha na kartách vozidiel (dizajn prezentuje legendy) */
.car-card .car-thumb { position: relative; overflow: hidden; }
.car-card .car-thumb::after {
  content: "\2605 LEGENDA"; position: absolute; top: 16px; right: -44px; width: 152px;
  text-align: center; transform: rotate(45deg);
  background: linear-gradient(180deg, #ffd957 0%, #d99c00 100%); color: #2a1d06;
  font: 700 10px/20px 'Poppins', sans-serif; letter-spacing: .12em;
  box-shadow: 0 2px 7px rgba(0,0,0,.30); z-index: 3; pointer-events: none;
}

/* Karty vozidiel – rovnaká výška, tlačidlo zvislo zarovnané na spodok */
.row-cars.bg-light-grey > .container > .row { display: flex; flex-wrap: wrap; align-items: stretch; }
.row-cars.bg-light-grey > .container > .row > .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.row-cars.bg-light-grey .col-md-4 { display: flex; flex-direction: column; }
.row-cars.bg-light-grey .car-card { flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; }
.row-cars.bg-light-grey .car-card .car-body { display: flex; flex-direction: column; flex: 1 1 auto; }
.row-cars.bg-light-grey .car-card .car-body .wprt-button { margin-top: auto; }

/* Kontakt – formulár a mapa rovnaká výška (zarovnané hore aj dole) */
.eq-row { display: flex; flex-wrap: wrap; align-items: stretch; }
.eq-row > [class*="col-md"] { display: flex; flex-direction: column; }
.eq-row .contact-map { flex: 1 1 auto; height: 100%; min-height: 420px; }
.eq-row .contact-map iframe { height: 100% !important; min-height: 420px; display: block; }
@media (max-width: 767px) { .eq-row .contact-map { min-height: 320px; margin-top: 24px; } }

/* Vycentrovaný zoznam (check) na šírku – ikona inline pred textom */
.wprt-list.text-center-list { text-align: center; max-width: 760px; margin: 0 auto; }
.wprt-list.text-center-list li { display: block; padding-left: 0 !important; }
.wprt-list.text-center-list li i {
  position: static !important; display: inline-block; top: auto !important; left: auto !important;
  width: auto !important; height: auto !important; margin-right: 9px; vertical-align: middle;
}

/* ======================================================================
   OLD RETRO — jednotná vintage tlačová estetika (mid-century 1950–60)
   Zjednocuje celý web: teplý papier, klasické zlato/navy, ornamenty,
   halftone textúra, vintage rámy fotiek. Prepisuje 90s chróm.
   ====================================================================== */

/* --- Klasické zlaté oddeľovače namiesto chrómu --- */
.wprt-headings .sep {
  width: 78px !important; height: 3px !important; border-radius: 0 !important;
  background: var(--h-gold) !important; box-shadow: none !important;
  position: relative;
}
.wprt-headings.text-center .sep { margin-left: auto !important; margin-right: auto !important; }
.wprt-headings .sep::before, .wprt-headings .sep::after {
  content: "" !important; position: absolute; top: 1px; width: 26px; height: 1px; background: var(--h-gold); opacity: .6;
}
.wprt-headings .sep::before { left: -34px; }
.wprt-headings .sep::after { right: -34px; }

/* --- Ornamentálny „kicker" nad nadpismi sekcií --- */
.wprt-headings .heading { position: relative; }
.wprt-headings.text-center .heading::before {
  content: "\2767"; display: block; color: var(--h-gold); font-size: 20px;
  line-height: 1; margin-bottom: 14px; opacity: .85;
}
/* zrušíme 90s „★" za nadpisom */
.wprt-headings.text-center .heading::after { content: none !important; }

/* --- Halftone bodková textúra v tmavých pruhoch (klasická tlač) --- */
.trust-bar {
  background-image:
    radial-gradient(rgba(255,255,255,.045) 1px, transparent 1.4px),
    linear-gradient(180deg, #11315a 0%, #0c2444 100%) !important;
  background-size: 7px 7px, 100% 100%;
}
.row-certified-1.parallax::before {
  background:
    radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px) 0 0 / 7px 7px,
    linear-gradient(180deg, rgba(7,16,32,.78), rgba(5,12,26,.84)) !important;
}

/* --- Trust bar: klasické zlato namiesto chrómu --- */
.trust-bar .ti-num:not(.stars) {
  background: none !important; -webkit-text-fill-color: #f3d488 !important;
  color: #f3d488 !important; filter: none !important; text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* --- Vintage rám fotiek: krémové passe-partout + tenká navy dvojlinka + rožné značky --- */
.gallery-image img, .detail-hero-img,
.page-content .row-about .text-right > img, .page-content .col-md-6 > img {
  box-shadow: 0 0 0 9px #fbf8f1, 0 0 0 10px #c9bb98, 0 16px 30px rgba(28,40,60,.18) !important;
}
.row-about .text-right, .page-content .col-md-6:has(> img) { position: relative; }

/* --- Klasické vintage tlačidlá (ticket style) --- */
.wprt-button { border-radius: 4px !important; letter-spacing: .1em !important; font-weight: 700 !important; }
.wprt-button.solid.accent {
  background: linear-gradient(180deg, #1f6abf 0%, #1c63b8 50%, #17579f 100%) !important;
  border: 1px solid #0e3b6e !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.16), 0 8px 18px rgba(15,45,90,.22) !important;
}
.wprt-button.outline.accent {
  border: 2px solid var(--h-gold) !important; color: #1a1a1a !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.5) !important;
}

/* --- Karty: vintage „ticket" dvojrám --- */
.car-card, .pkg-card, .detail-card, .price-menu {
  border: 1px solid #e3dcc7 !important;
  box-shadow: inset 0 0 0 4px #fbf8f1, 0 14px 32px rgba(40,40,30,.10) !important;
}

/* --- Sekčné oddeľovače: tenká zlatá linka medzi svetlými a tmavými pruhmi --- */
.bg-light-grey { border-top: 2px solid #e3dcc7 !important; border-bottom: 2px solid #e3dcc7 !important; }

/* --- Vintage „masthead" rám okolo banneru --- */
#featured-title .featured-title-heading {
  font-family: 'Playfair Display', serif !important; font-weight: 800 !important;
  text-transform: uppercase; letter-spacing: .04em;
}
#featured-title .sub-heading { font-family: 'Cormorant Garamond', serif !important; font-style: italic; }

/* --- Telo: teplejší papierový tón aj na hlavnom obsahu --- */
.page-content { background-color: #f7f3ea; }

/* --- Footer: jemná zlatá dvojlinka a serif nadpisy --- */
#footer .widget-title span { font-family: 'Playfair Display', serif !important; letter-spacing: .04em; }

/* ======================================================================
   VINTAGE DOLADENIE – pečiatka na hero, silnejší tón fotiek, ornament
   ====================================================================== */

/* Vintage STAMP / pečať na hero */
.hero-section { position: relative; }
.hero-stamp {
  position: absolute; right: 6%; bottom: 13%; z-index: 5;
  width: 132px; height: 132px; border-radius: 50%;
  border: 2px solid rgba(255,233,170,.85);
  box-shadow: inset 0 0 0 5px rgba(255,233,170,.22), 0 4px 18px rgba(0,0,0,.25);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #ffe7a0; transform: rotate(-9deg); opacity: .92;
  font-family: 'Poppins', sans-serif; text-shadow: 0 1px 5px rgba(0,0,0,.6);
  text-align: center; pointer-events: none;
}
.hero-stamp .hs-top { font-size: 11px; letter-spacing: .28em; }
.hero-stamp .hs-year { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 800; line-height: 1; margin: 2px 0; }
.hero-stamp .hs-bot { font-size: 10px; letter-spacing: .26em; }
@media (max-width: 991px) { .hero-stamp { width: 104px; height: 104px; } .hero-stamp .hs-year { font-size: 30px; } }
@media (max-width: 767px) { .hero-stamp { width: 86px; height: 86px; right: 5%; bottom: 16%; } .hero-stamp .hs-year { font-size: 24px; } .hero-stamp .hs-top, .hero-stamp .hs-bot { font-size: 8px; } }

/* Silnejší vintage tón fotiek (na hover plná farba) */
.gallery-image img, .car-thumb img, .detail-hero-img, .detail-thumb img,
.page-content .col-md-6 > img, .row-about .text-right > img, .car-card .car-thumb img {
  filter: sepia(.32) saturate(.80) contrast(1.07) brightness(1.01) !important;
}
.gallery-box:hover .gallery-image img, .car-card:hover .car-thumb img,
.detail-hero-img:hover, .page-content .col-md-6 > img:hover, .row-about .text-right > img:hover {
  filter: sepia(.04) saturate(1) contrast(1.02) !important;
}

/* Výraznejší ornament nad nadpismi sekcií: — ❧ — */
.wprt-headings.text-center .heading::before {
  content: "\2014\2009\2767\2009\2014" !important;
  font-size: 24px !important; color: var(--h-gold) !important;
  letter-spacing: .08em; margin-bottom: 16px !important; opacity: .9;
}

/* ======================================================================
   ODDELENÉ PANELY SO ZAOBLENÝMI ROHMI – menu / hero / footer
   ====================================================================== */
@media (min-width: 992px) {
  /* Hlavné menu ako samostatný zaoblený pruh */
  .site-navigation-wrap {
    border-radius: 12px !important; margin: 4px 16px 14px !important; overflow: hidden;
  }
  /* Hero ako zaoblený panel oddelený od menu aj obsahu */
  .hero-section {
    border-radius: 16px !important; margin: 0 16px 18px !important; overflow: hidden;
  }
  /* Footer ako zaoblený panel oddelený od obsahu */
  #footer {
    border-radius: 18px !important; margin: 18px 16px 0 !important; overflow: hidden;
  }
  /* sticky menu pri scrollovaní – bez zaoblenia/marginu, na celú 85 % */
  .site-navigation-wrap.is-fixed { border-radius: 0 !important; margin: 0 !important; }
}
@media (max-width: 991px) {
  .hero-section { border-radius: 12px; margin: 0 10px 12px; overflow: hidden; }
  #footer { border-radius: 14px 14px 0 0; }
}

/* ======================================================================
   ZAOBLENÉ PANELY – všetky sekcie landing page
   ====================================================================== */
@media (min-width: 992px) {
  /* každá sekcia obsahu = samostatný zaoblený panel */
  .page-content > div {
    border-radius: 16px !important; margin: 0 16px 18px !important; overflow: hidden;
  }
  .page-content > div:first-child { margin-top: 4px !important; }
  /* trust bar (úvod) tiež zaoblený panel */
  .trust-bar { border-radius: 16px !important; margin: 0 16px 18px !important; overflow: hidden; }

  /* papierové (priehľadné) sekcie -> jemná svetlá karta s tieňom, nech panel vidno */
  .page-content > .row-services,
  .page-content > .row-intro,
  .page-content > .row-cars:not(.bg-light-grey),
  .page-content > .row-about:not(.bg-light-grey),
  .page-content > .row-gallery,
  .page-content > .row-detail,
  .page-content > .row-search,
  .page-content > .row-404,
  .page-content > .row-quote:not(.bg-light-grey) {
    background: #fffdf7 !important;
    box-shadow: 0 12px 30px rgba(40,40,30,.08) !important;
  }
  /* sekcie s vlastným podkladom – pridať tieň pre oddelenie */
  .page-content > .bg-light-grey,
  .page-content > .row-certified-1,
  .page-content > .row-promotion {
    box-shadow: 0 12px 30px rgba(28,40,60,.14) !important;
  }
  /* hairline okraje pri svetlých sekciách už netreba – panel ich nahradí */
  .page-content > .bg-light-grey { border-top: 0 !important; border-bottom: 0 !important; }
}

/* ======================================================================
   VINTAGE DOLADENIE 2 – papierové vlákno, odznak služieb, filmový hero
   ====================================================================== */

/* 1) Jemná papierová textúra (vlákno) v paneloch a kartách */
.page-content > .row-services, .page-content > .row-intro,
.page-content > .row-cars:not(.bg-light-grey), .page-content > .row-about:not(.bg-light-grey),
.page-content > .row-gallery, .page-content > .row-detail, .page-content > .row-quote:not(.bg-light-grey),
.car-card, .pkg-card, .detail-card, .price-menu, .bg-light-grey {
  background-image:
    repeating-linear-gradient(0deg, rgba(108,90,52,.020) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(108,90,52,.013) 0 1px, transparent 1px 3px) !important;
}

/* 2) Retro diagonálny odznak „OD ROKU 2009" na sekciách služieb */
.page-content > .row-services, .page-content > .row-intro { position: relative; }
.page-content > .row-services::before,
.page-content > .row-intro:has(.wprt-icon-box)::before {
  content: "OD ROKU 2009"; position: absolute; top: 24px; left: -54px; width: 210px;
  transform: rotate(-45deg); text-align: center; z-index: 6;
  background: linear-gradient(180deg, #2a73c4 0%, #154a8c 100%); color: #ffe7a0;
  font: 700 11px/26px 'Poppins', sans-serif; letter-spacing: .14em;
  box-shadow: 0 3px 10px rgba(0,0,0,.25); text-shadow: 0 1px 2px rgba(0,0,0,.4);
}

/* 3) Filmovejší, tlmenejší hero (pocit starého plagátu) */
.hero-section .vegas-slide, .hero-section .vegas-background, .hero-section .vegas-slide-inner {
  filter: brightness(1.04) contrast(.93) saturate(.62) sepia(.28) !important;
}
.hero-section.slideshow::after {
  background: linear-gradient(180deg, rgba(28,24,16,.40) 0%, rgba(28,24,16,.20) 42%, rgba(20,16,10,.55) 100%) !important;
}

/* ======================================================================
   RETRO EXTRAS – všetko naraz (štýl hero + karty áut na celý web)
   ====================================================================== */

/* --- Druhá pečiatka na autách: „OVERENÉ" okrúhla pečať --- */
.car-card .car-thumb::before {
  content: "OVERENÉ"; position: absolute; left: 12px; bottom: 12px; z-index: 4;
  width: 60px; height: 60px; border-radius: 50%;
  border: 2px solid rgba(255,233,170,.92); box-shadow: inset 0 0 0 3px rgba(255,233,170,.28);
  display: flex; align-items: center; justify-content: center;
  color: #ffe7a0; transform: rotate(-12deg); opacity: .9;
  font: 700 9px/1 'Poppins', sans-serif; letter-spacing: .08em; text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.6); pointer-events: none;
}

/* --- Drop cap (iniciála) v úvodných odsekoch --- */
.page-content .row-intro .col-md-6 > p:first-of-type::first-letter,
.detail-desc > p:first-of-type::first-letter,
.row-about .col-md-6 > p:first-of-type::first-letter {
  font-family: 'Playfair Display', serif; font-size: 3.4em; line-height: .82;
  float: left; margin: 6px 10px 0 0; color: var(--h-blue); font-weight: 800;
}

/* --- Sépiová mapa na kontakte (na hover plná) --- */
.contact-map iframe { filter: sepia(.55) saturate(.8) contrast(.95) brightness(1.02); transition: filter .5s ease; }
.contact-map:hover iframe { filter: none; }

/* --- Oldstyle číslice na cenách a počítadlách --- */
.car-price, .pr-price, .detail-price, .trust-bar .ti-num, .wprt-counter .number {
  font-feature-settings: "onum" 1, "lnum" 0;
}

/* --- Odometer štýl počítadiel (vintage budík) --- */
.wprt-counter .number-wrap {
  display: inline-block; padding: 6px 14px; border-radius: 6px;
  background: linear-gradient(180deg, #14181d, #0c0f13) !important; color: #ffe7a0 !important;
  box-shadow: inset 0 2px 6px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,233,170,.25);
}
.wprt-counter .number, .wprt-counter .suffix, .wprt-counter .prefix { color: #ffe7a0 !important; }

/* --- Polaroid rámy v galérii --- */
.row-gallery .gallery-box .inner, .row-gallery-1 .gallery-box .inner {
  background: #fffdf7 !important; padding: 10px 10px 34px !important;
  box-shadow: 0 12px 26px rgba(40,40,30,.22) !important; border-radius: 4px !important;
}
.row-gallery .gallery-box:nth-child(even) .inner { transform: rotate(-1.2deg); }
.row-gallery .gallery-box:nth-child(odd) .inner { transform: rotate(1deg); }

/* --- Jemný VHS scanline cez celý web (80s) --- */
#wrapper::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9997; opacity: .045;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.6) 0 1px, transparent 1px 3px);
}

/* ======================================================================
   SÉPIOVÝ ZÁVOJ cez celý web (vintage monochróm) – ladí intenzitu cez opacity
   ====================================================================== */
#wrapper::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9996;
  background: #5a3d1e; mix-blend-mode: color; opacity: .32;
}
/* doplnková teplá vrstva pre hlbší „starej fotky" tón */
#wrapper::after { box-shadow: none; }
.page-content, #footer, #site-header-wrap, #featured-title { position: relative; }

/* ======================================================================
   TEXTOVÉ LOGO (wordmark) – bez obrázka, vintage serif
   ====================================================================== */
#site-logo .brand-wordmark { display: inline-block; line-height: 1; text-decoration: none; box-shadow: none !important; }
#site-logo .brand-wordmark .bw-top {
  display: block; font-family: 'Playfair Display', serif !important; font-weight: 800;
  font-size: 34px; letter-spacing: 3px; color: #12386b;
}
#site-logo .brand-wordmark .bw-bottom {
  display: block; font-family: 'Poppins', sans-serif !important; font-weight: 600;
  font-size: 13px; letter-spacing: 11px; text-transform: uppercase; color: #c8930a; margin-top: 5px;
}
@media (max-width: 767px) {
  #site-logo .brand-wordmark .bw-top { font-size: 25px; letter-spacing: 2px; }
  #site-logo .brand-wordmark .bw-bottom { font-size: 10px; letter-spacing: 7px; }
}
.footer-wordmark { display: inline-block; line-height: 1; }
.footer-wordmark .bw-top { display: block; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 28px; letter-spacing: 2px; color: #fff; }
.footer-wordmark .bw-bottom { display: block; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 8px; text-transform: uppercase; color: #f0c757; margin-top: 5px; }

/* ======================================================================
   CTA TLAČIDLÁ – sépia/hnedá namiesto modrej (ladí s vintage tónom)
   ====================================================================== */
.wprt-button.solid.accent, .wprt-button.white {
  background: linear-gradient(180deg, #7d5a32 0%, #5e4022 55%, #4a3118 100%) !important;
  border: 1px solid #3a2611 !important; color: #ffe9c2 !important;
  box-shadow: inset 0 0 0 2px rgba(255,222,170,.14), 0 8px 18px rgba(50,34,15,.28) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.wprt-button.solid.accent:hover, .wprt-button.white:hover {
  background: linear-gradient(180deg, #8a6539 0%, #6a4a28 100%) !important; color: #fff3df !important;
}
/* CTA v hlavičke tiež sépiové */
#header-aside .header-aside-btn a {
  background: linear-gradient(180deg, #7d5a32 0%, #5e4022 100%) !important; color: #ffe9c2 !important;
  border: 1px solid #caa24a !important;
}
#header-aside .header-aside-btn a:hover { background: #6a4a28 !important; color: #fff3df !important; }
/* odznak na autách (predtým modrý) -> sépiový, rezervované tmavšie */
.car-card .badge-status { background: linear-gradient(180deg,#7d5a32,#5e4022) !important; }
.car-card .badge-status.reserved { background: #3a2c20 !important; }
/* aktívny podčiarkovač menu už je zlatý – ponecháme */

/* ======================================================================
   BANNER – lepšia čitateľnosť (tmavší prekryv + výraznejší text)
   ====================================================================== */
#featured-title:before {
  background: linear-gradient(180deg, rgba(8,14,26,.74) 0%, rgba(8,14,26,.62) 45%, rgba(6,10,20,.86) 100%) !important;
}
#featured-title .featured-title-heading {
  color: #fff !important; text-shadow: 0 2px 14px rgba(0,0,0,.85), 0 1px 3px rgba(0,0,0,.9) !important;
}
#featured-title .sub-heading { color: #f0ece2 !important; text-shadow: 0 2px 10px rgba(0,0,0,.8) !important; }
#featured-title #breadcrumbs .breadcrumb-trail,
#featured-title #breadcrumbs a,
#featured-title #breadcrumbs .sep,
#featured-title #breadcrumbs .trail-end {
  color: #ece6da !important; text-shadow: 0 1px 6px rgba(0,0,0,.85) !important;
}
#featured-title #breadcrumbs a:hover { color: #ffd96b !important; }

/* ======================================================================
   PREČ S MODROU – SÉPIA / SVETLÁ HNEDÁ VŠADE
   ====================================================================== */
:root {
  --h-navy: #4a3522; --h-blue: #8a6536; --h-blue-dk: #5e4022;
  --h-gold: #caa24a; --h-gold-dk: #9c7320;
}

/* Tmavé pruhy: top-bar / menu / trust bar / footer / bottom -> hnedá */
#top-bar { background: #3a2a18 !important; }
.site-navigation-wrap { background: linear-gradient(180deg, #4a3522 0%, #3a2818 100%) !important; }
.trust-bar {
  background-image:
    radial-gradient(rgba(255,240,210,.05) 1px, transparent 1.4px),
    linear-gradient(180deg, #4a3522 0%, #392717 100%) !important;
  background-size: 7px 7px, 100% 100%;
  border-bottom: 3px solid var(--h-gold) !important;
}
#footer {
  background-image:
    linear-gradient(180deg, #3d2c1a 0%, #2c2012 100%),
    repeating-linear-gradient(90deg, rgba(210,180,130,.05) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(210,180,130,.05) 0 1px, transparent 1px 42px) !important;
  border-top: 1px solid rgba(202,162,74,.4) !important;
}
#bottom { background: #241a0e !important; }

/* Nadpisy a tmavý text -> hnedá */
.heading, .featured-title-heading, .wprt-headings .heading,
.detail-title, .pr-name, #site-header, #header-aside .info-c .title { color: #4a3522 !important; }

/* Akcenty (predtým modré) -> teplá hnedá / zlatá */
.accent, .number.accent, .car-meta li i, .wprt-list.has-icon li i, .sr-type, .pkg-tag,
.simple-link, .page-content a:not(.wprt-button):not(.simple-link),
.wprt-icon-box .icon-wrap i, #header-aside .info-i i,
.detail-price, .car-price, .pr-price, .car-card .car-body h3 span,
.heritage-quote p, .price-tab.active i { color: #9c7320 !important; }

/* Oddeľovače / ornamenty -> zlatá */
.wprt-headings .heading::before { color: var(--h-gold) !important; }
.wprt-headings .sep, .wprt-headings .sep::before, .wprt-headings .sep::after { background: var(--h-gold) !important; }
.car-card, .detail-card { border-top-color: var(--h-gold) !important; }
.pkg-card.featured { border-color: var(--h-gold) !important; }

/* Odznaky (predtým modré) -> hnedé */
.badge-status:not(.reserved), .detail-status:not(.reserved),
.price-list th { background: linear-gradient(180deg, #7d5a32, #5e4022) !important; }

/* Smaltové ikony hover -> hnedá */
.wprt-icon-box.style-1:hover .icon-wrap {
  background: radial-gradient(circle at 34% 28%, #8a6536, #5e4022) !important; border-color: var(--h-gold) !important;
}
.wprt-icon-box.style-1:hover .icon-wrap i { color: #fff !important; }

/* Menu text – teplejšia zlatá; podčiarkovač plne zlatý */
#main-nav .menu > li > a, #main-nav .menu > li.current-menu-item > a { color: #e6c382 !important; }
#main-nav .menu > li:hover > a { color: #fff4dc !important; }
#main-nav .menu > li > a:after { background: linear-gradient(90deg, var(--h-gold) 0%, var(--h-gold-dk) 100%) !important; }
#main-nav .menu > li + li:before { color: #caa24a !important; }
#header-search .header-search-icon span { color: #e6c382 !important; }

/* Banner zostáva čitateľný (tmavý prekryv) – text biely */
#featured-title .featured-title-heading { color: #fff !important; }

/* Vyhľadávacie zvýraznenia, focus -> hnedá */
.wprt-form input:focus, .wprt-form textarea:focus, .search-page-form input:focus {
  border-color: #9c7320 !important; box-shadow: 0 0 0 3px rgba(156,115,32,.16) !important;
}

/* Stuha „OD ROKU 2009" – modrá -> hnedá */
.page-content > .row-services::before,
.page-content > .row-intro:has(.wprt-icon-box)::before {
  background: linear-gradient(180deg, #7d5a32 0%, #5e4022 100%) !important;
}
/* Hero pečiatka a OVERENÉ – tón do sépie (gold ostáva) */
.detail-status:not(.reserved) { background: linear-gradient(180deg,#7d5a32,#5e4022) !important; }
/* Akčné boxy s modrým podkladom -> hnedé */
.row-promotion.bg-accent, .bg-accent { background: linear-gradient(180deg,#5e4528,#46331c) !important; }

/* ======================================================================
   HERO TEXT – jasnejší a čitateľnejší (PRÍBEH + podnadpis)
   ====================================================================== */
.hero-section .hero-content .heading,
.hero-section .wprt-fancy-text .heading {
  color: #ffffff !important;
  text-shadow: 0 3px 16px rgba(0,0,0,.92), 0 1px 4px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,.5) !important;
}
.hero-section .sub-heading {
  color: #fff7e6 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.92), 0 0 30px rgba(0,0,0,.6) !important;
}
.hero-section .hero-content::before {
  background: radial-gradient(ellipse at center, rgba(6,10,20,.74) 0%, rgba(6,10,20,.52) 42%, rgba(6,10,20,0) 72%) !important;
  width: 165% !important; height: 400px !important;
}
/* hero fotka o niečo svetlejšia, nech text vynikne, ale ostane filmová */
.hero-section .vegas-slide, .hero-section .vegas-background, .hero-section .vegas-slide-inner {
  filter: brightness(1.0) contrast(.95) saturate(.65) sepia(.26) !important;
}

/* ======================================================================
   IKONY – preč s modrou, jasnejšie / čitateľnejšie
   ====================================================================== */
/* modré pozadie ikon (accent-bg) -> hnedé */
.accent-bg, .wprt-icon-box.style-3 .icon-wrap, .wprt-icon-box.accent-bg .icon-wrap,
.wprt-icon-box .icon-wrap.accent-bg {
  background-color: #6b4a26 !important; background-image: none !important; border-color: #5e4022 !important;
}
.wprt-icon-box.style-3 .icon-wrap i, .wprt-icon-box.accent-bg .icon-wrap i { color: #fff7e6 !important; }
/* smaltové ikony (cream badge) – tmavá hnedá = jasné a kontrastné */
.wprt-icon-box.style-1 .icon-wrap i { color: #5e4022 !important; }
.wprt-icon-box.style-1:hover .icon-wrap i { color: #fff !important; }
/* nadpisy v ikonových kartách -> hnedá */
.wprt-icon-box .heading, .wprt-icon-box .heading a, .wprt-content-box .heading a { color: #4a3522 !important; }
.wprt-icon-box .heading a:hover { color: #9c7320 !important; }
/* drobné ikony v obsahu -> hnedá/zlatá */
#header-aside .info-i i { color: #6b4a26 !important; }
.car-meta li i, .wprt-list.has-icon li i, .detail-specs li i, .price-tab i, .widget_information li:before { color: #9c7320 !important; }
/* odkaz „Zistiť viac" -> hnedá */
.simple-link { color: #8a6536 !important; }

/* ======================================================================
   VINTAGE MACHULE – kávové kruhy a fľaky starého papiera (sem tam) :)
   ====================================================================== */
#page::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 4; opacity: .6;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(circle 46px at 9% 13%, transparent 36px, rgba(120,80,38,.14) 38px, rgba(120,80,38,.05) 45px, transparent 49px),
    radial-gradient(circle 62px at 89% 61%, transparent 50px, rgba(110,72,34,.12) 52px, rgba(110,72,34,.04) 60px, transparent 64px),
    radial-gradient(circle 34px at 22% 88%, transparent 25px, rgba(116,78,38,.12) 27px, rgba(116,78,38,.04) 32px, transparent 35px),
    radial-gradient(ellipse 52px 34px at 80% 20%, rgba(120,84,42,.11), transparent 70%),
    radial-gradient(ellipse 40px 54px at 15% 47%, rgba(105,68,32,.10), transparent 70%),
    radial-gradient(circle 24px at 62% 80%, rgba(118,80,40,.11), transparent 70%),
    radial-gradient(circle 18px at 44% 30%, rgba(100,64,30,.09), transparent 70%),
    radial-gradient(ellipse 70px 30px at 52% 95%, rgba(110,72,34,.08), transparent 72%);
}

/* ======================================================================
   ČITATEĽNOSŤ TEXTOV – tmavšie a kontrastnejšie (všade)
   ====================================================================== */
.page-content p, .desc, .wprt-icon-box .desc, .car-card p, .car-card .car-body p,
.pkg-card ul li, .detail-desc p, .detail-specs li .v, li, td, .pr-name, blockquote p,
.wprt-content-box p, .textwidget p {
  color: #2c2218 !important;
}
.wprt-headings .sub-heading, .sub-heading { color: #463827 !important; }
.car-meta li { color: #463a2c !important; }
.price-note { color: #6a5c46 !important; }
/* „Zistiť viac" a podobné odkazy – tmavšie, tučnejšie */
.simple-link, .elm-btn a { color: #6b4a26 !important; font-weight: 600 !important; }
.simple-link:hover, .elm-btn a:hover { color: #9c7320 !important; }
/* nadpisy kariet/ikon – sýta hnedá */
.wprt-icon-box .heading, .wprt-icon-box .heading a, .car-card .car-body h3, .pkg-name { color: #3a2a1a !important; }
/* galéria – popis pri hover lepšie čitateľný */
.gallery-box .text h2 a, .gallery-box .text h2 { color: #fff !important; text-shadow: 0 2px 6px rgba(0,0,0,.8); }

/* ======================================================================
   VŠETKY CTA (aj outline) – plné sépiovo-hnedé, čitateľný krémový nápis
   ====================================================================== */
.wprt-button.outline.accent, .wprt-button.outline, .wprt-button.white {
  background: linear-gradient(180deg, #7d5a32 0%, #5e4022 55%, #4a3118 100%) !important;
  border: 1px solid #caa24a !important; color: #ffe9c2 !important;
  box-shadow: inset 0 0 0 2px rgba(255,222,170,.14), 0 8px 18px rgba(50,34,15,.28) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.wprt-button.outline.accent:hover, .wprt-button.outline:hover, .wprt-button.white:hover {
  background: linear-gradient(180deg, #8a6539 0%, #6a4a28 100%) !important; color: #fff5e4 !important;
}
.wprt-button.outline.accent span, .wprt-button.white span, .wprt-button.solid.accent span { color: inherit !important; }
/* pkg „Mám záujem" istota */
.pkg-card .wprt-button { color: #ffe9c2 !important; }

/* ======================================================================
   CENNÍK – istota: žiadna modrá, všetko sépia/hnedá/zlatá
   ====================================================================== */
.price-tab:after { background: #8a6536 !important; }
.price-tab.active:after { background: linear-gradient(90deg, #caa24a 0%, #9c7320 100%) !important; }
.price-tab.active, .price-tab:hover { color: #4a3522 !important; }
.price-tab i, .price-tab.active i { color: #9c7320 !important; }
.pr-price, .price-list td.price { color: #9c7320 !important; }
.price-list th {
  background: linear-gradient(180deg, #5e4528 0%, #46331c 100%) !important; color: #ffe9c2 !important;
}
.price-list tr:nth-child(even) td, .price-list tbody tr:nth-child(even) { background: #f4efe2 !important; }
.price-menu, .price-menu:before { border-color: #e3dcc7 !important; }
.pr-leader { border-bottom-color: #c9bb98 !important; }

/* ======================================================================
   CENNÍK ZÁLOŽKY – preč s modrým focus/active pozadím
   ====================================================================== */
.price-tab,
.price-tab:hover,
.price-tab:focus,
.price-tab:active,
.price-tab.active {
  background: transparent !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.price-tab:focus-visible { outline: 2px solid #caa24a !important; outline-offset: 3px; }
/* aktívna záložka – len zlatý podčiarkovač + hnedý text, žiadne pozadie */
.price-tab.active { color: #4a3522 !important; }

/* Bez animovaného scrollu pri navigácii (stránka neskáče po výbere menu) */
html { scroll-behavior: auto !important; }

/* ======================================================================
   LOGO z pôvodného webu v SÉPIOVÝCH farbách (vintage rámik)
   ====================================================================== */
#site-logo .brand-logo {
  height: 96px !important; width: auto !important; display: block;
  filter: sepia(.7) saturate(.78) brightness(.97) contrast(1.05) !important;
  border-radius: 8px !important;
  box-shadow: 0 0 0 5px #fbf6ea, 0 0 0 6px #cdbf9a, 0 8px 18px rgba(60,44,26,.22) !important;
}
@media (max-width: 767px) { #site-logo .brand-logo { height: 72px !important; } }
.footer-logo { display: inline-block !important; background: none !important; padding: 0 !important; }
.footer-logo img {
  height: 86px !important; width: auto; display: block; border-radius: 8px;
  filter: sepia(.55) saturate(.85) brightness(1.0) !important; box-shadow: 0 6px 16px rgba(0,0,0,.32) !important;
}

/* ======================================================================
   LOGO – celé hnedé (monochróm), bez bieleho rámika
   ====================================================================== */
#site-logo .brand-logo {
  filter: sepia(1) saturate(1.75) brightness(.92) contrast(1.06) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; background: none !important;
}
.footer-logo img {
  filter: sepia(1) saturate(1.5) brightness(1.02) contrast(1.05) !important;
  border-radius: 0 !important; box-shadow: none !important;
}

/* ======================================================================
   NOVÉ KOMPONENTY – filtre predaja, FAQ, newsletter, cookie, sépia toggle
   ====================================================================== */
/* Filtre predaja */
.car-filter { display:flex; flex-wrap:wrap; align-items:flex-end; gap:14px; justify-content:center;
  background:#fbf8f1; border:1px solid #e3dcc7; border-radius:12px; padding:16px 20px; box-shadow:0 8px 20px rgba(60,44,26,.06); }
.car-filter .cf-field { display:flex; flex-direction:column; gap:5px; }
.car-filter label { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#8a7c64; }
.car-filter select { padding:9px 12px; border:1px solid #d8cdb6; border-radius:8px; background:#fffdf8; font-family:'Lora',serif; font-size:14px; color:#3a2e20; min-width:170px; }
.car-filter .cf-reset { font-size:13px; color:#9c7320; align-self:center; }
.car-filter .cf-count { margin-left:auto; align-self:center; font-family:'Playfair Display',serif; color:#5e4022; font-weight:700; }
@media (max-width:767px){ .car-filter .cf-count{ margin-left:0; width:100%; text-align:center; } .car-filter select{ min-width:140px; } }

/* FAQ */
.faq-cat { font-family:'Playfair Display',serif; color:#4a3522; margin:30px 0 14px; padding-bottom:8px; border-bottom:2px solid #e3dcc7; }
.faq-item { background:#fbf8f1; border:1px solid #e3dcc7; border-radius:12px; margin-bottom:12px; box-shadow:0 6px 16px rgba(60,44,26,.05); overflow:hidden; }
.faq-q { cursor:pointer; padding:18px 22px; font-family:'Playfair Display',serif; font-size:18px; color:#3a2e20; list-style:none; position:relative; padding-right:48px; }
.faq-q::-webkit-details-marker { display:none; }
.faq-q::after { content:"+"; position:absolute; right:22px; top:50%; transform:translateY(-50%); color:#9c7320; font-size:22px; font-weight:300; }
.faq-item[open] .faq-q::after { content:"–"; }
.faq-a { padding:0 22px 20px; color:#2c2218; line-height:27px; }

/* Newsletter v päte */
.footer-newsletter { margin-top:22px; padding-top:18px; border-top:1px solid rgba(202,162,74,.25); }
.footer-newsletter .nl-title { font-family:'Playfair Display',serif; color:#fff; font-size:17px; margin:0 0 4px; }
.footer-newsletter .nl-text { color:#b9aa8f !important; font-size:13px; margin:0 0 12px; }
.footer-newsletter .nl-form { display:flex; }
.footer-newsletter .nl-form input { flex:1 1 auto; padding:10px 12px; border:1px solid rgba(255,255,255,.2); border-right:0; border-radius:8px 0 0 8px; background:rgba(255,255,255,.06); color:#fff; font-family:'Lora',serif; }
.footer-newsletter .nl-form input::placeholder { color:#9c8e74; }
.footer-newsletter .nl-form button { border:0; padding:10px 16px; border-radius:0 8px 8px 0; background:linear-gradient(180deg,#caa24a,#9c7320); color:#241a0e; font-weight:700; cursor:pointer; font-family:'Poppins',sans-serif; letter-spacing:.04em; }

/* Cookie lišta */
#cookie-bar { position:fixed; left:18px; right:18px; bottom:18px; z-index:9995; background:#241a0e; color:#e8dcc6;
  border:1px solid rgba(202,162,74,.35); border-radius:12px; padding:14px 18px; display:flex; gap:16px; align-items:center;
  box-shadow:0 14px 40px rgba(0,0,0,.4); font-size:14px; max-width:640px; margin:0 auto; }
#cookie-bar button { background:linear-gradient(180deg,#caa24a,#9c7320); color:#241a0e; border:0; padding:9px 18px; border-radius:8px; font-weight:700; cursor:pointer; white-space:nowrap; }
@media (max-width:560px){ #cookie-bar { flex-direction:column; text-align:center; } }

/* Sépia / farebný prepínač */
#sepia-toggle { position:fixed; left:16px; bottom:16px; z-index:9994; display:flex; align-items:center; gap:8px;
  background:#241a0e; color:#e8dcc6; border:1px solid rgba(202,162,74,.4); border-radius:30px; padding:8px 14px 8px 10px;
  cursor:pointer; font-family:'Poppins',sans-serif; font-size:12px; letter-spacing:.05em; box-shadow:0 8px 22px rgba(0,0,0,.3); }
#sepia-toggle .st-dot { width:14px; height:14px; border-radius:50%; background:linear-gradient(135deg,#caa24a,#5e4022); display:inline-block; }
html.no-sepia #sepia-toggle .st-dot { background:linear-gradient(135deg,#3f8fd8,#1c63b8); }
html.no-sepia #sepia-toggle .st-label::after { content:" (farebný)"; }

/* Farebný režim – vypne sépiový závoj a vintage filtre fotiek */
html.no-sepia #wrapper::after, html.no-sepia body::after { opacity:0 !important; }
html.no-sepia .gallery-image img, html.no-sepia .car-thumb img, html.no-sepia .detail-hero-img,
html.no-sepia .page-content .col-md-6 > img, html.no-sepia .row-about .text-right > img,
html.no-sepia .hero-section .vegas-slide, html.no-sepia .hero-section .vegas-slide-inner,
html.no-sepia #site-logo .brand-logo, html.no-sepia .footer-logo img { filter:none !important; }

/* ======================================================================
   Karty (auto/blog) v mriežke – rovnaká výška, tlačidlo zvislo na spodok
   ====================================================================== */
.page-content .row:has(> .col-md-4 .car-card) { display: flex; flex-wrap: wrap; align-items: stretch; }
.page-content .row:has(> .col-md-4 .car-card) > .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.page-content .row:has(> .col-md-4 .car-card) > .col-md-4 { display: flex; flex-direction: column; }
.page-content .row:has(> .col-md-4 .car-card) > .col-md-4 > .car-card { flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; }
.page-content .row:has(> .col-md-4 .car-card) .car-card .car-body { display: flex; flex-direction: column; flex: 1 1 auto; }
.page-content .row:has(> .col-md-4 .car-card) .car-card .car-body .wprt-button { margin-top: auto; }

/* Cookie lišta – rešpektovať atribút hidden (oprava: Rozumiem zatvorí) */
#cookie-bar[hidden] { display: none !important; }

/* Newsletter v päte – tlačidlo sa neorezáva (input nad, tlačidlo pod) */
.footer-newsletter .nl-form { flex-wrap: wrap; gap: 8px; }
.footer-newsletter .nl-form input { flex: 1 1 100%; border-right: 1px solid rgba(255,255,255,.2) !important; border-radius: 8px !important; }
.footer-newsletter .nl-form button { flex: 0 0 auto; border-radius: 8px !important; white-space: nowrap; padding: 10px 22px !important; }

/* ======================================================================
   WAVE 1 – WhatsApp, wishlist, Instagram, live-search
   ====================================================================== */
/* WhatsApp plávajúce tlačidlo */
#wa-float { position: fixed; right: 16px; bottom: 16px; z-index: 9994; display: flex; align-items: center; gap: 8px;
  background: #1f7a3d; color: #fff; border-radius: 30px; padding: 11px 18px; text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.32); font-family: 'Poppins',sans-serif; font-size: 13px; font-weight: 600; }
#wa-float i { font-size: 18px; }
#wa-float:hover { background: #18602f; transform: translateY(-2px); transition: .2s; }
@media (max-width: 767px) { #wa-float span { display: none; } #wa-float { padding: 13px; } }

/* Wishlist – srdce na karte */
.car-card .wish-btn { position: absolute; top: 12px; right: 12px; z-index: 5; width: 38px; height: 38px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.92); color: #b08a5a; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.18);
  display: flex; align-items: center; justify-content: center; font-size: 16px; transition: transform .2s, color .2s, background .2s; }
.car-card .wish-btn:hover { transform: scale(1.1); }
.car-card .wish-btn.active { background: linear-gradient(180deg,#caa24a,#9c7320); color: #fff; }
/* Wishlist plávajúce tlačidlo */
#wish-float { position: fixed; right: 16px; bottom: 74px; z-index: 9994; display: flex; align-items: center; gap: 7px;
  background: #241a0e; color: #f0c757; border: 1px solid rgba(202,162,74,.4); border-radius: 30px; padding: 9px 15px; text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.3); font-family: 'Poppins',sans-serif; font-size: 13px; font-weight: 700; }
#wish-float[hidden] { display: none; }

/* Instagram mriežka v päte */
.widget_instagram .ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 6px; }
.widget_instagram .ig-item { display: block; aspect-ratio: 1/1; overflow: hidden; border-radius: 6px; }
.widget_instagram .ig-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, filter .4s; }
.widget_instagram .ig-item:hover img { transform: scale(1.08); filter: none; }

/* Live-search našepkávač */
#header-search { position: relative; }
.search-suggest { position: absolute; top: 100%; right: 0; min-width: 320px; background: #fff; border: 1px solid #e3dcc7;
  border-radius: 10px; box-shadow: 0 18px 40px rgba(40,30,12,.2); overflow: hidden; z-index: 200; margin-top: 6px; }
.search-suggest[hidden] { display: none; }
.search-suggest a { display: block; padding: 11px 16px; color: #2c2218; text-decoration: none; border-bottom: 1px solid #f1ece1; font-size: 14px; font-family: 'Lora',serif; }
.search-suggest a:last-child { border-bottom: 0; }
.search-suggest a:hover { background: #f7f3ea; }
.search-suggest .ss-type { font-family: 'Poppins',sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: #9c7320; display: inline-block; margin-right: 6px; }

/* Honeypot pole – skryté pred ľuďmi */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

/* ======================================================================
   WAVE 2 – Before/After slider, kalkulačka, značky
   ====================================================================== */
.ba-slider { position: relative; width: 100%; aspect-ratio: 3/2; overflow: hidden; border-radius: 12px;
  box-shadow: 0 0 0 8px #fff, 0 14px 30px rgba(28,40,60,.16); user-select: none; cursor: ew-resize; }
.ba-slider .ba-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ba-slider .ba-before { position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden; }
.ba-slider .ba-before .ba-img { position: absolute; top: 0; left: 0; height: 100%; width: auto; max-width: none;
  /* "pred" – zostarnutý vzhľad */ filter: sepia(.65) saturate(.55) brightness(.78) contrast(1.1); }
.ba-slider .ba-handle { position: absolute; top: 0; left: 50%; width: 3px; height: 100%; background: #fff; transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0,0,0,.4); pointer-events: none; }
.ba-slider .ba-handle::after { content: "\2194"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 38px; height: 38px; background: linear-gradient(180deg,#caa24a,#9c7320); color: #241a0e; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.ba-slider .ba-tag { position: absolute; bottom: 12px; z-index: 3; font: 700 11px/1 'Poppins',sans-serif; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; background: rgba(20,16,10,.7); padding: 6px 11px; border-radius: 20px; }
.ba-slider .ba-tag-l { left: 12px; } .ba-slider .ba-tag-r { right: 12px; }

/* Kalkulačka */
.calc-box { background: #fbf8f1; border: 1px solid #e3dcc7; border-radius: 16px; padding: 30px 32px; box-shadow: 0 14px 34px rgba(60,44,26,.08); }
.calc-field { margin-bottom: 18px; }
.calc-field label { display: block; font-family: 'Poppins',sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #8a7c64; margin-bottom: 6px; }
.calc-field select { width: 100%; padding: 13px 14px; border: 1px solid #d8cdb6; border-radius: 8px; background: #fffdf8; font-family: 'Lora',serif; font-size: 15px; color: #3a2e20; }
.calc-result { text-align: center; background: linear-gradient(180deg,#3d2c1a,#241a0e); color: #fff; border-radius: 12px; padding: 24px; margin: 8px 0 18px; }
.calc-result .cr-label { display: block; font-family: 'Poppins',sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #b9aa8f; }
.calc-result .cr-value { display: block; font-family: 'Playfair Display',serif; font-weight: 800; font-size: 34px; color: #f0c757; margin: 8px 0; }
.calc-result .cr-note { display: block; font-family: 'Lora',serif; font-style: italic; font-size: 12.5px; color: #b9aa8f; }
.calc-cta { text-align: center; }

/* Značky */
.marque-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.marque { font-family: 'Playfair Display',serif; font-size: 17px; color: #4a3522; background: #fbf8f1; border: 1px solid #e3dcc7;
  padding: 10px 20px; border-radius: 30px; box-shadow: 0 4px 12px rgba(60,44,26,.06); transition: .2s; }
.marque:hover { background: linear-gradient(180deg,#7d5a32,#5e4022); color: #ffe9c2; transform: translateY(-2px); }

/* Vizuálne skrytý H1 (prístupné pre čítačky a SEO) */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Answer-first „lead" odsek (AEO – jasná odpoveď hneď pod nadpisom) */
.lead-answer { font-family: 'Cormorant Garamond', 'Lora', serif !important; font-size: 20px !important;
  line-height: 30px !important; color: #3a2a1a !important; font-weight: 600; border-left: 3px solid #caa24a;
  padding-left: 18px; margin-bottom: 18px; }
@media (max-width: 767px) { .lead-answer { font-size: 17px !important; line-height: 26px !important; } }

/* ======================================================================
   NEUROMARKETING – cenník (benefit), trust, decoy balíky, cenová hladina
   ====================================================================== */
/* Benefit/hodnota pod názvom položky cenníka */
.price-row .pr-name { display: flex; flex-direction: column; }
.pr-note { font-family: 'Lora', serif; font-style: italic; font-size: 12.5px; color: #8a7c64; font-weight: 400; margin-top: 2px; line-height: 1.3; }

/* Trust strip pri cenníku (zníženie rizika/„bolesti") */
.price-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; margin: 26px auto 0; max-width: 860px;
  padding: 18px 22px; background: #fbf8f1; border: 1px solid #e3dcc7; border-radius: 12px; text-align: center; }
.price-trust span { font-family: 'Lora', serif; font-size: 14px; color: #5a4a32; }
.price-trust strong { color: #3a2a1a; font-family: 'Playfair Display', serif; }
.price-trust .pt-stars { color: #caa24a; letter-spacing: 1px; }
.price-trust .pt-stars em { color: #5a4a32; font-size: 13px; letter-spacing: 0; }

/* Balíky – cena (kotva) + decoy zvýraznenie stredného */
.pkg-card { position: relative; transition: transform .25s, box-shadow .25s; }
.pkg-price { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 30px; color: #5e4022; margin: 8px 0 4px; }
.pkg-card.featured .pkg-price { color: #f0c757; }
.pkg-card.featured { transform: scale(1.06); z-index: 2; box-shadow: 0 22px 50px rgba(60,44,26,.28) !important; }
.pkg-card.featured:hover { transform: scale(1.08); }
.pkg-ribbon { position: absolute; top: 14px; right: -8px; background: linear-gradient(180deg,#caa24a,#9c7320); color: #241a0e;
  font: 700 11px/1 'Poppins', sans-serif; letter-spacing: .06em; text-transform: uppercase; padding: 7px 14px; border-radius: 4px 0 0 4px;
  box-shadow: 0 6px 14px rgba(60,44,26,.3); }
.pkg-ribbon::after { content: ""; position: absolute; right: 0; bottom: -6px; border: 4px solid transparent; border-top-color: #7c5a1a; border-right-color: #7c5a1a; }
@media (max-width: 767px) { .pkg-card.featured { transform: none; } .pkg-card.featured:hover { transform: translateY(-3px); } }

/* Cenová hladina (€ tier) + uistenie pri autách */
.price-level { display: inline-block; margin-left: 8px; font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: 1px; color: #9c7320; vertical-align: baseline; }
.price-level .pl-dim { color: #d8cdb6; }
.price-reassure { font-family: 'Lora', serif; font-style: italic; font-size: 12.5px; color: #7a6a4f; margin-top: 4px; }
.detail-price .price-level { font-size: 18px; }
.detail-card .price-reassure { margin-bottom: 14px; }

/* ======================================================================
   RESPONZÍVNY DIZAJN – tablet + mobil (komplexná vrstva, najvyššia priorita)
   ====================================================================== */

/* ---- Globálne: žiadny horizontálny pretok, obrázky a tabuľky sa zmestia ---- */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe { max-width: 100%; height: auto; }
@media (max-width: 991px) {
  .container { width: 100% !important; padding-left: 18px !important; padding-right: 18px !important; }
}

/* ---- MOBILNÉ MENU + hamburger: zladiť do HNEDEJ (oprava modrej) ---- */
.mobile-button span, .mobile-button span:before, .mobile-button span:after { background: #4a3522 !important; }
@media (max-width: 991px) {
  #main-nav-mobi { background: linear-gradient(180deg, #4a3522 0%, #3a2818 100%) !important; }
  #main-nav-mobi .menu > li > a { color: #e6c382 !important; }
  #main-nav-mobi .menu li { border-color: rgba(255,255,255,.10) !important; }
  #main-nav-mobi .menu > li .sub-menu { background: rgba(0,0,0,.18) !important; }
  #main-nav-mobi .arrow:before, #main-nav-mobi .arrow:after { color: #e6c382 !important; }
}

/* ---- HLAVIČKA na tablete/mobile – usporiadať, nech sa nič netlačí ---- */
@media (max-width: 991px) {
  #site-header-inner .wrap-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
  #header-aside { margin-left: auto; }
  #header-aside .header-aside-btn a { padding: 8px 14px !important; font-size: 12px; }  /* CTA kompaktné, ale viditeľné */
  .top-bar .top-bar-inner-wrap { flex-direction: column; gap: 4px; text-align: center; }
}
@media (max-width: 767px) {
  #top-bar, .top-bar { font-size: 12px; }
  #site-logo .brand-logo { height: 64px !important; }
}
@media (max-width: 479px) { #header-aside .header-aside-btn { display: none; } }

/* ---- Sekcie: rozumné medzery na mobile (theme spacery sú veľké) ---- */
@media (max-width: 767px) {
  .wprt-spacer[data-mobi] { }   /* theme rieši cez data-mobi */
  .page-content .wprt-headings .heading { font-size: 26px !important; line-height: 1.2 !important; }
  .featured-title-heading, .featured-title .featured-title-heading { font-size: 28px !important; line-height: 1.15 !important; }
  .row-x .container, .row-intro .container, .row-cars .container { padding-left: 18px !important; padding-right: 18px !important; }
}

/* ---- CENNÍK: položka name+benefit vľavo, cena vpravo, nič nepretečie ---- */
@media (max-width: 600px) {
  .price-row { gap: 10px; align-items: flex-start; }
  .price-row .pr-name { flex: 1 1 auto; min-width: 0; }
  .pr-price { white-space: nowrap; flex: 0 0 auto; font-size: 14px; }
  .pr-note { font-size: 12px; }
}
@media (max-width: 560px) {
  .price-trust { flex-direction: column; gap: 10px; padding: 16px; }
  .price-tabs { flex-wrap: wrap; }
  .price-tab { flex: 1 1 auto; font-size: 13px; padding: 10px 12px; }
}

/* ---- FILTRE PREDAJA: na mobile na celú šírku, pod sebou ---- */
@media (max-width: 600px) {
  .car-filter { flex-direction: column; align-items: stretch; gap: 12px; padding: 14px 16px; }
  .car-filter .cf-field { width: 100%; }
  .car-filter select { width: 100%; min-width: 0; }
  .car-filter .cf-count { margin: 0; text-align: center; }
}

/* ---- BALÍKY (decoy): stred nezväčšovať na mobile, stuha nech sa nereže ---- */
@media (max-width: 991px) {
  .pkg-card { overflow: visible; margin-bottom: 22px; }
  .pkg-card.featured { transform: none; }
  .pkg-ribbon { right: 10px; }
}

/* ---- KARTY (auto/blog/event): plná šírka, zarovnané ---- */
@media (max-width: 991px) {
  .col-md-4 .car-card, .col-md-4 .pkg-card { width: 100%; }
}

/* ---- BEFORE/AFTER slider: pohodlná výška na mobile ---- */
@media (max-width: 767px) {
  .ba-slider { aspect-ratio: 4/3; box-shadow: 0 0 0 5px #fff, 0 10px 22px rgba(28,40,60,.16); }
  .ba-slider .ba-handle::after { width: 32px; height: 32px; font-size: 15px; }
}

/* ---- KALKULAČKA ---- */
@media (max-width: 767px) {
  .calc-box { padding: 22px 18px; }
  .calc-result .cr-value { font-size: 27px; }
}

/* ---- DETAIL VOZIDLA: tlačidlá na celú šírku, ľahké klepnutie ---- */
@media (max-width: 767px) {
  .detail-card .wprt-button { width: 100%; text-align: center; }
  .detail-specs li { font-size: 14px; }
  .detail-title { font-size: 26px !important; }
}

/* ---- KONTAKT: formulár + mapa pod sebou ---- */
@media (max-width: 991px) {
  .eq-row { display: block !important; }
  .eq-row .contact-map iframe { height: 320px; }
}

/* ---- VYHĽADÁVACÍ NAŠEPKÁVAČ: nech nepretečie obrazovku ---- */
@media (max-width: 480px) {
  .search-suggest { position: fixed; left: 10px; right: 10px; top: auto; min-width: 0; width: auto; }
}

/* ---- PLÁVAJÚCE TLAČIDLÁ: nech sa neprekrývajú navzájom ani s cookie lištou ---- */
@media (max-width: 767px) {
  #sepia-toggle { left: 12px; bottom: 12px; padding: 8px 12px; font-size: 11px; }
  #wa-float { right: 12px; bottom: 12px; }
  #wish-float { right: 12px; bottom: 64px; }
  #cookie-bar { left: 0; right: 0; bottom: 0; max-width: none; margin: 0; border-radius: 14px 14px 0 0; padding: 14px 16px; }
  /* keď je cookie lišta otvorená, plávajúce tlačidlá nad ňu */
  body.cookie-open #wa-float { bottom: 150px; }
  body.cookie-open #wish-float { bottom: 202px; }
  body.cookie-open #sepia-toggle { bottom: 150px; }
}

/* ---- FOOTER: stĺpce pod seba, Instagram mriežka kompaktná ---- */
@media (max-width: 767px) {
  #footer-widgets .span_1_of_4 { width: 100% !important; margin: 0 0 26px !important; text-align: center; }
  #footer-widgets .widget_socials .socials, .footer-newsletter .nl-form { justify-content: center; }
  .widget_instagram .ig-grid { max-width: 280px; margin: 6px auto 0; }
  .wprt-links.col2 { column-count: 2; text-align: left; }
  #bottom .bottom-bar-inner-wrap { flex-direction: column; gap: 10px; text-align: center; }
}

/* ---- ADMIN: na mobile sidebar hore, tabuľky scrollovateľné ---- */
@media (max-width: 880px) {
  body.admin { flex-direction: column; }
  .admin-sidebar { width: 100% !important; min-height: 0 !important; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 6px; padding: 12px 14px !important; }
  .admin-sidebar .admin-brand { width: 100%; text-align: center; margin: 0 0 6px !important; }
  .admin-nav { flex-direction: row !important; flex-wrap: wrap; gap: 6px; }
  .admin-nav a { padding: 7px 11px !important; font-size: 13px; margin: 0 !important; }
  .admin-main { padding: 18px 14px !important; }
  .admin-tbl { display: block; overflow-x: auto; white-space: nowrap; }
  .admin-form .row { flex-direction: column; }
}

/* ---- Klepacie ciele (prístupnosť na dotyk) ---- */
@media (max-width: 767px) {
  .wprt-button, button, .price-tab, .car-filter select, .cf-reset { min-height: 44px; }
  a.wprt-button span { line-height: 1.2; }
}
