/* =========================================================================
   HOLLEN Oldtimer – PRÉMIOVÝ polish (2026)
   Jemné doladenie nad rámec témy: logo, formuláre, vyhľadávanie,
   hero, tiene, mikrointerakcie. Drží sa farieb a typografie šablóny.
   ========================================================================= */

:root {
  --accent: #1c63b8;
  --ink: #1a1f27;
  --muted: #6b7280;
  --line: #ececec;
  --shadow-lg: 0 24px 60px rgba(18, 22, 31, .14);
  --shadow-md: 0 14px 34px rgba(18, 22, 31, .10);
}

/* ---------- Logo ---------- */
#site-logo .brand-logo {
  height: 64px; width: auto; display: block;
}
@media (max-width: 767px) { #site-logo .brand-logo { height: 52px; } }

.footer-logo {
  display: inline-block; background: #fff; padding: 10px 14px; border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.footer-logo img { height: 56px; width: auto; display: block; }

/* ---------- Premium banner podstránky ---------- */
#featured-title {
  position: relative;
  background-size: cover !important;
  background-position: center 38% !important;
  background-repeat: no-repeat !important;
  padding: 78px 0 70px;
}
#featured-title:before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,18,24,.62) 0%, rgba(15,18,24,.55) 55%, rgba(15,18,24,.72) 100%);
  z-index: 0;
}
#featured-title #featured-title-inner { position: relative; z-index: 1; }
#featured-title .featured-title-heading { color: #fff; text-shadow: 0 4px 22px rgba(0,0,0,.45); }
#featured-title .sub-heading { color: #e6e7ea; }
#featured-title #breadcrumbs .breadcrumb-trail,
#featured-title #breadcrumbs a,
#featured-title #breadcrumbs .sep,
#featured-title #breadcrumbs .trail-end { color: #d7d9dd; }
#featured-title #breadcrumbs a:hover { color: #fff; }
@media (max-width: 767px) { #featured-title { padding: 48px 0 44px; } }

/* ---------- Premium hero ---------- */
.hero-section.slideshow .overlay,
.hero-section.slideshow:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,15,20,.45) 0%, rgba(12,15,20,.30) 45%, rgba(12,15,20,.65) 100%);
  z-index: 1; pointer-events: none;
}
.hero-section.slideshow .hero-content { position: relative; z-index: 2; }
.hero-section .wprt-fancy-text .heading,
.hero-section .hero-content .heading {
  font-weight: 700; letter-spacing: .5px; text-shadow: 0 6px 30px rgba(0,0,0,.45);
}
.hero-section .sub-heading {
  letter-spacing: 2.5px; text-shadow: 0 3px 18px rgba(0,0,0,.5); opacity: .96;
}
.hero-section .arrow.scroll-target { z-index: 3; }

/* ---------- Tlačidlá: jemné prémiové prechody ---------- */
.wprt-button {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease !important;
  letter-spacing: .04em;
}
.wprt-button.solid.accent { box-shadow: 0 10px 24px rgba(28,99,184,.22); }
.wprt-button:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.wprt-button + .wprt-button { margin-left: 10px; }

/* ---------- Sekcie / nadpisy ---------- */
.wprt-headings .heading { letter-spacing: .2px; }
.wprt-icon-box.style-1 { transition: transform .3s ease; }
.wprt-icon-box.style-1:hover { transform: translateY(-4px); }
.wprt-content-box.style-4 { transition: box-shadow .3s ease, transform .3s ease; }
.wprt-content-box.style-4:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }

/* obrázky v dvojstĺpcoch – jemné zaoblenie a tieň */
.row-intro img, .row-about img, .page-content .col-md-6 > img,
.page-content .text-right > img { border-radius: 6px; box-shadow: var(--shadow-md); }

/* ---------- Galéria ---------- */
.gallery-box .gallery-image img { transition: transform .6s ease; }
.gallery-box:hover .gallery-image img { transform: scale(1.05); }

/* ---------- Formuláre (prémiové polia) ---------- */
.wprt-form input[type="text"],
.wprt-form input[type="email"],
.wprt-form input[type="tel"],
.wprt-form textarea,
.search-page-form input[type="text"] {
  width: 100%; background: #fff; border: 1px solid #dfe1e6; border-radius: 6px;
  padding: 14px 16px; margin-bottom: 16px; font-size: 15px; color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease; font-family: 'Open Sans', sans-serif;
}
.wprt-form textarea { min-height: 150px; resize: vertical; }
.wprt-form input:focus, .wprt-form textarea:focus, .search-page-form input:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(28,99,184,.12);
}
.wprt-form ::placeholder { color: #9aa0a8; }
.wprt-form button[type="submit"] { border: 0; cursor: pointer; }

.form-flash {
  display: flex; align-items: center; gap: 10px;
  background: #ecfdf3; border: 1px solid #abefc6; color: #137a43;
  padding: 16px 20px; margin-bottom: 24px; border-radius: 8px; font-weight: 600;
}

/* ---------- Kontakt ---------- */
.contact-map { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-md); }
.contact-map iframe { display: block; }
.widget_information .text a, .wprt-icon-box .desc a { color: inherit; }
.wprt-icon-box .desc a:hover { color: var(--accent); }

/* ---------- Vyhľadávanie ---------- */
.search-results { display: flex; flex-direction: column; gap: 14px; }
.search-result-item {
  display: flex; align-items: center; gap: 20px; background: #fff;
  border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.search-result-item:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: #dcdce0; }
.sr-thumb {
  flex: 0 0 92px; width: 92px; height: 70px; border-radius: 8px;
  background-size: cover; background-position: center; background-color: #f1f2f4;
  display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 26px;
}
.sr-body { flex: 1 1 auto; display: flex; flex-direction: column; gap: 3px; }
.sr-type { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); font-weight: 700; }
.sr-title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 17px; color: var(--ink); }
.sr-excerpt { color: var(--muted); font-size: 14px; line-height: 21px; }
.sr-arrow { color: #c4c7cd; font-size: 18px; transition: color .25s ease, transform .25s ease; }
.search-result-item:hover .sr-arrow { color: var(--accent); transform: translateX(4px); }
.search-count { color: var(--muted); margin-bottom: 18px; }
.search-empty { text-align: center; padding: 30px 0; }
.search-empty h3 { margin-bottom: 10px; }

/* ---------- 404 ---------- */
.error-404 h2 { font-size: 110px; line-height: 1; color: var(--accent); margin: 0 0 6px; font-weight: 700; }
.error-404 h3 { margin-bottom: 12px; }
.error-404 p { max-width: 520px; margin: 0 auto 6px; color: var(--muted); }

/* ---------- Zoznamy s odrážkami ---------- */
.wprt-list.has-icon.style-1 { list-style: none; padding: 0; margin: 0; }
.wprt-list.has-icon.style-1 li { position: relative; padding: 8px 0 8px 32px; color: #4b5159; line-height: 24px; }
.wprt-list.has-icon.style-1 li i,
.wprt-list.has-icon.color-accent li i {
  position: absolute; left: 0; top: 10px; color: var(--accent);
  width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 13px;
}

/* ---------- Header search pole ---------- */
#header-search .header-search-field {
  border-radius: 4px;
}

/* ---------- Jemné zjednotenie pätičky ---------- */
#footer .widget-title span { letter-spacing: .04em; }

/* ---------- Plynulé odhalenie obrázkov ---------- */
img { image-rendering: auto; }

/* ---------- Tablet/mobil prémiové doladenie ---------- */
@media (max-width: 991px) {
  .search-result-item { gap: 14px; padding: 14px 16px; }
  .sr-thumb { flex-basis: 74px; width: 74px; height: 58px; }
  .error-404 h2 { font-size: 84px; }
}
@media (max-width: 767px) {
  .search-page-form .col-md-3 { margin-top: 4px; }
  .sr-thumb { display: none; }
  .wprt-button + .wprt-button { margin-left: 0; margin-top: 10px; display: inline-block; }
  .error-404 h2 { font-size: 64px; }
}
