/* ==========================================================================
   AUTO BV – moderný dizajn 2026 (overlay nad pôvodnou šablónou CarFinder)
   Paleta a typografia vychádzajú z pôvodnej šablóny: tmavá #1c2931,
   červený akcent #e30000, zlatá #c29032, fonty Open Sans / Fjalla One.
   ========================================================================== */

:root {
  --dark: #1c2931;
  --dark-2: #16222a;
  --dark-3: #243640;
  --red: #e30000;
  --red-2: #ff2d2d;
  --gold: #c29032;
  --ink: #1c2931;
  --muted: #6b7c86;
  --line: #e7ecef;
  --bg: #ffffff;
  --bg-soft: #f5f7f9;
  --bg-softer: #eef2f4;
  --blue-soft: #9cbbcc;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 18px 40px -18px rgba(28, 41, 49, .28);
  --shadow-sm: 0 8px 24px -12px rgba(28, 41, 49, .25);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --maxw: 1200px;
  --font: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-head: 'Fjalla One', 'Open Sans Condensed', var(--font);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: color .2s; }
a:hover { color: var(--red-2); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 400; letter-spacing: .2px; }

/* ---- tlačidlá ---- */
.btn-primary-lg, .btn-primary-block {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--red); color: #fff; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: .6px; padding: 15px 30px;
  border: 0; border-radius: var(--radius-sm); cursor: pointer;
  transition: transform .2s var(--ease), background .2s, box-shadow .2s;
  box-shadow: 0 12px 24px -12px rgba(227, 0, 0, .6);
}
.btn-primary-lg:hover, .btn-primary-block:hover { background: #c20000; color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(227,0,0,.7); }
.btn-primary-block { width: 100%; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: .6px; padding: 13px 24px; border-radius: var(--radius-sm);
  border: 2px solid var(--dark); color: var(--dark); transition: all .2s var(--ease);
}
.btn-outline:hover { background: var(--dark); color: #fff; }
.btn-outline--light { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-outline--light:hover { background: #fff; color: var(--dark); }
.btn-outline--block { display: flex; width: 100%; justify-content: center; }

/* ---- sekcie ---- */
.section { padding: 86px 0; }
.section--why { background: var(--bg-soft); }
.section--steps { background: var(--dark); }
.section--steps .section-title, .section--steps .section-lead { color: #fff; }
.section--faq { background: var(--bg-soft); }
.section--quotes { background: var(--bg-soft); }

.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: var(--maxw); text-align: left; }
.section-kicker { display: inline-block; font-family: var(--font); font-weight: 700; font-size: 12px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.section-kicker--light { color: var(--gold); }
.section-title { font-size: 40px; }
.section-lead { color: var(--muted); font-size: 17px; margin: 12px 0 0; }

/* ==========================================================================
   TOPBAR + HEADER
   ========================================================================== */
.topbar { background: var(--dark-2); color: rgba(255,255,255,.7); font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.topbar a { color: rgba(255,255,255,.7); }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; align-items: center; gap: 26px; }
.tb-item { display: inline-flex; align-items: center; gap: 7px; }
.tb-item .ei { color: var(--red); font-size: 15px; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-right > a { font-size: 14px; }
.tb-cta { background: var(--red); color: #fff !important; padding: 5px 14px; border-radius: 6px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.tb-cta:hover { background: #c20000; }

/* Hlavička zjednotená so vzhľadom landing page: biela lišta, tmavé položky, červené hover/active */
.site-header { background: #fff; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); transition: box-shadow .3s, padding .3s; }
.site-header.is-stuck { box-shadow: 0 10px 30px -16px rgba(16,24,29,.22); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand-logo { height: 46px; width: auto; }
.main-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; padding: 12px 16px; border-radius: 8px; transition: color .2s, background .2s; }
.main-nav a:hover { color: var(--red); }
.main-nav a.active { color: var(--red); }
.main-nav a.active::after { content: ''; display: block; height: 2px; background: var(--red); margin-top: 6px; border-radius: 2px; }
.nav-phone { display: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.hero-slides, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity 1.1s var(--ease), transform 6s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide--plain { background: #16222a url('/images/hero-fallback.jpg') center/cover no-repeat; opacity: 1; }
.hero-slide-tag { position: absolute; right: 30px; bottom: 30px; background: rgba(28,41,49,.7); color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.hero-overlay { background: linear-gradient(90deg, rgba(22,34,42,.92) 0%, rgba(22,34,42,.78) 42%, rgba(22,34,42,.35) 100%); }
.hero-content { position: relative; z-index: 3; padding: 80px 24px; max-width: 920px; }
.hero-pretitle { display: inline-block; color: var(--gold); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; margin-bottom: 18px; }
.hero-title { color: #fff; font-size: 64px; line-height: 1.04; margin-bottom: 18px; }
.hero-subtitle { color: rgba(255,255,255,.85); font-size: 19px; max-width: 620px; margin-bottom: 34px; }

.hero-search { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; background: rgba(255,255,255,.97); padding: 20px; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-search-field { flex: 1; min-width: 150px; display: flex; flex-direction: column; gap: 6px; }
.hero-search-field label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.hero-search-field select { height: 50px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 14px; font-size: 15px; color: var(--ink); background: #fff; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c86' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.hero-search-btn { height: 50px; padding: 0 28px; background: var(--red); color: #fff; border: 0; border-radius: var(--radius-sm); font-weight: 700; text-transform: uppercase; letter-spacing: .6px; cursor: pointer; transition: background .2s; white-space: nowrap; }
.hero-search-btn:hover { background: #c20000; }

.hero-meta { display: flex; gap: 34px; margin-top: 28px; flex-wrap: wrap; }
.hero-meta span { color: rgba(255,255,255,.8); font-size: 15px; }
.hero-meta strong { color: #fff; font-family: var(--font-head); }

.hero-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 3; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.4); cursor: pointer; transition: .3s; }
.hero-dots button.is-active { background: var(--red); width: 28px; border-radius: 5px; }

/* ==========================================================================
   PREČO MY
   ========================================================================== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 28px; transition: transform .25s var(--ease), box-shadow .25s; }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.why-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 16px; background: rgba(227,0,0,.08); color: var(--red); font-size: 30px; margin-bottom: 20px; }
.why-card h3 { font-size: 21px; }
.why-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* ==========================================================================
   PONUKA / KARTY
   ========================================================================== */
.car-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.section--offers .car-grid { grid-template-columns: repeat(4, 1fr); }
.car-grid--listing { grid-template-columns: repeat(3, 1fr); }

.car-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.car-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.car-card-media { position: relative; display: block; aspect-ratio: 4/3; background: #16222a; overflow: hidden; }
.car-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); filter: saturate(1.07) contrast(1.05) brightness(.99); }
/* jednotné štúdiové podfarbenie + rámček pre všetky autá */
.car-card-media::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(16,24,29,.42) 0%, rgba(16,24,29,0) 42%),
              radial-gradient(120% 80% at 50% 32%, rgba(0,0,0,0) 55%, rgba(16,24,29,.30) 100%);
  box-shadow: inset 0 0 0 1px rgba(16,24,29,.06); }
.car-card-price, .car-card-badge { z-index: 2; }
.car-card:hover .car-card-media img { transform: scale(1.06); }
.car-card-noimg { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; height: 100%; color: var(--muted); font-size: 14px; }
.car-card-noimg .ei { font-size: 32px; }
.car-card-price { position: absolute; left: 14px; bottom: 14px; background: var(--red); color: #fff; font-family: var(--font-head); font-size: 19px; padding: 7px 14px; border-radius: 8px; box-shadow: 0 8px 18px -8px rgba(227,0,0,.7); }
.car-card-badge { position: absolute; right: 14px; top: 14px; background: rgba(28,41,49,.85); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 5px 11px; border-radius: 6px; }
.car-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.car-card-title { font-size: 19px; line-height: 1.25; margin: 0 0 14px; min-height: 2.5em; }
.car-card-title a { color: var(--ink); }
.car-card-title a:hover { color: var(--red); }
.car-card-specs { list-style: none; margin: 0 0 16px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.car-card-specs li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink); }
.car-card-specs .ei { color: var(--red); font-size: 17px; }
.car-card-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.car-card-power { font-size: 13px; color: var(--muted); font-weight: 600; }
.car-card-link { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; }

/* ==========================================================================
   WELCOME
   ========================================================================== */
.welcome { position: relative; background: #16222a url('/images/welcome-bg.jpg') center/cover no-repeat fixed; color: #fff; padding: 96px 0; overflow: hidden; }
.welcome-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(18,28,34,.94) 0%, rgba(18,28,34,.84) 55%, rgba(18,28,34,.6) 100%); }
.welcome-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
.welcome-text h2 { color: #fff; font-size: 30px; line-height: 1.3; margin-bottom: 18px; }
.welcome-text p { color: rgba(255,255,255,.78); font-size: 16px; margin-bottom: 28px; }
.welcome-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.welcome-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 26px 20px; text-align: center; }
.ws-value { display: block; font-family: var(--font-head); font-size: 38px; color: var(--gold); }
.ws-label { display: block; color: rgba(255,255,255,.7); font-size: 13px; margin-top: 6px; }

/* ==========================================================================
   SLUŽBY
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 30px; transition: transform .25s var(--ease), box-shadow .25s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; left: 0; top: 0; height: 4px; width: 0; background: var(--red); transition: width .3s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card:hover::before { width: 100%; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 50%; background: var(--dark); color: #fff; font-size: 30px; margin-bottom: 22px; }
.service-card h3 { font-size: 22px; }
.service-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* ==========================================================================
   KROKY
   ========================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 34px 26px; position: relative; }
.step-n { font-family: var(--font-head); font-size: 46px; color: var(--red); display: block; line-height: 1; margin-bottom: 16px; }
.step-card h3 { color: #fff; font-size: 20px; }
.step-card p { color: rgba(255,255,255,.7); font-size: 14px; margin: 0; }

/* ==========================================================================
   REFERENCIE
   ========================================================================== */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 30px; margin: 0; position: relative; }
.quote-mark { font-family: var(--font-head); font-size: 64px; color: rgba(227,0,0,.16); line-height: .6; }
.quote-card blockquote { margin: 8px 0 22px; padding: 0; border: 0; font-size: 16px; color: var(--ink); line-height: 1.7; }
.quote-card figcaption { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 16px; }
.quote-card figcaption strong { font-family: var(--font-head); font-size: 17px; }
.quote-card figcaption span { color: var(--muted); font-size: 13px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 22px 26px; font-family: var(--font-head); font-size: 18px; color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q i { color: var(--red); transition: transform .3s; flex: none; }
.faq-item.is-open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { margin: 0; padding: 0 26px 24px; color: var(--muted); }
.faq-item.is-open .faq-a { max-height: 320px; }

/* ==========================================================================
   CTA STRIP + FOOTER
   ========================================================================== */
.cta-strip { background: var(--red); color: #fff; padding: 54px 0; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-strip h3 { color: #fff; font-size: 30px; margin: 0 0 8px; }
.cta-strip p { margin: 0; color: rgba(255,255,255,.9); max-width: 640px; }
.cta-strip .btn-primary-lg { background: #fff; color: var(--red); box-shadow: none; }
.cta-strip .btn-primary-lg:hover { background: var(--dark); color: #fff; }

.site-footer { background: var(--dark-2); color: rgba(255,255,255,.7); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.footer-logo { height: 44px; margin-bottom: 20px; }
.footer-about p { font-size: 14px; color: rgba(255,255,255,.6); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; transition: background .2s; }
.footer-social a:hover { background: var(--red); }
.footer-col h4 { color: #fff; font-size: 18px; margin-bottom: 20px; }
.footer-links, .footer-hours, .footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: 14px; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-hours li span:last-child { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 12px; }
.footer-contact .ei { color: var(--red); font-size: 17px; margin-top: 2px; }
.footer-contact a { color: rgba(255,255,255,.7); }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,.5); }
.footer-meta { font-size: 12px !important; }

.to-top { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s; z-index: 900; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: #c20000; color: #fff; }

/* ==========================================================================
   PAGE BANNER + BREADCRUMB
   ========================================================================== */
.page-banner { position: relative; background: #16222a; color: #fff; padding: 70px 0; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; inset: 0; background: url('/images/banner-bg.jpg') center/cover no-repeat; opacity: .22; }
.page-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(18,28,34,.92) 30%, rgba(18,28,34,.7) 100%); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: 44px; margin: 14px 0 10px; }
.page-banner p { color: rgba(255,255,255,.75); font-size: 17px; max-width: 720px; margin: 0; }
.breadcrumb { background: none; padding: 0; margin: 0; border-radius: 0; font-size: 13px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: 1px; }
.breadcrumb a { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 8px; color: rgba(255,255,255,.3); }

/* ==========================================================================
   LISTING (ľavý sidebar)
   ========================================================================== */
.listing-layout { display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: start; }
.listing-sidebar { position: sticky; top: 104px; }
.filter-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.filter-title { font-size: 20px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--red); }
.filter-field { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.filter-field label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); }
.filter-field input, .filter-field select { height: 46px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 13px; font-size: 15px; color: var(--ink); background: #fff; width: 100%; appearance: none; }
.filter-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c86' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; }
.filter-field input:focus, .filter-field select:focus { outline: none; border-color: var(--red); }
.filter-box .btn-primary-block { margin-top: 8px; }
.filter-reset { display: block; text-align: center; margin-top: 14px; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.filter-reset:hover { color: var(--red); }

.sidebar-cta { background: var(--dark); color: #fff; border-radius: var(--radius); padding: 30px 26px; margin-top: 24px; text-align: center; }
.sidebar-cta .ei { font-size: 40px; color: var(--gold); }
.sidebar-cta h4 { color: #fff; font-size: 19px; margin: 14px 0 8px; }
.sidebar-cta p { color: rgba(255,255,255,.72); font-size: 14px; margin-bottom: 20px; }

.listing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.listing-count { font-size: 15px; color: var(--muted); }
.listing-count strong { color: var(--ink); font-family: var(--font-head); font-size: 20px; }
.listing-sort { display: flex; align-items: center; gap: 10px; }
.listing-sort label { font-size: 13px; color: var(--muted); }
.listing-sort select { height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 36px 0 14px; font-size: 14px; background: #fff; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c86' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; }

.empty-state { text-align: center; padding: 70px 20px; background: var(--bg-soft); border-radius: var(--radius); }
.empty-state .ei { font-size: 54px; color: var(--blue-soft); }
.empty-state h3 { font-size: 24px; margin: 18px 0 8px; }
.empty-state p { color: var(--muted); margin-bottom: 24px; }

/* ==========================================================================
   DETAIL (ľavý sidebar)
   ========================================================================== */
.detail-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.detail-head h1 { margin: 14px 0 0; }
.detail-price { font-family: var(--font-head); font-size: 40px; color: var(--gold); white-space: nowrap; }
.detail-summary { margin-top: 14px !important; }

.detail-layout { display: grid; grid-template-columns: 320px 1fr; gap: 34px; align-items: start; }
.detail-sidebar { position: sticky; top: 104px; display: flex; flex-direction: column; gap: 22px; }
.contact-card { background: var(--dark); color: #fff; border-radius: var(--radius); padding: 28px; }
.contact-card h3 { color: #fff; font-size: 21px; }
.contact-card p { color: rgba(255,255,255,.74); font-size: 14px; margin-bottom: 18px; }
.contact-phone { display: flex; align-items: center; gap: 12px; color: #fff; font-family: var(--font-head); font-size: 22px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-phone .ei { color: var(--red); font-size: 20px; }
.contact-phone:hover { color: var(--gold); }
.contact-card .btn-primary-block { margin-top: 18px; }
.contact-card .btn-outline--block { margin-top: 12px; }
.source-link { display: block; text-align: center; margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.6); }
.source-link:hover { color: #fff; }

.spec-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.spec-card h3 { font-size: 19px; padding-bottom: 14px; border-bottom: 2px solid var(--red); margin-bottom: 14px; }
.spec-list { list-style: none; margin: 0; padding: 0; }
.spec-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec-list li:last-child { border-bottom: 0; }
.spec-list span { color: var(--muted); }
.spec-list strong { color: var(--ink); font-weight: 700; text-align: right; }
.spec-vin { font-size: 12px !important; letter-spacing: .5px; word-break: break-all; }
.spec-badge { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 16px; background: rgba(227,0,0,.07); color: var(--red); border-radius: var(--radius-sm); font-weight: 700; font-size: 14px; }
.spec-badge .ei { font-size: 20px; }

.gallery { margin-bottom: 36px; }
.gallery-main { border-radius: var(--radius); overflow: hidden; background: var(--bg-softer); aspect-ratio: 16/10; box-shadow: var(--shadow-sm); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumb { border: 2px solid transparent; border-radius: 8px; overflow: hidden; padding: 0; cursor: pointer; background: var(--bg-softer); aspect-ratio: 4/3; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb.is-active { border-color: var(--red); }
.gallery--empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; aspect-ratio: 16/9; background: var(--bg-soft); border-radius: var(--radius); color: var(--muted); }
.gallery--empty .ei { font-size: 48px; }

.detail-block { margin-bottom: 36px; }
.block-title { font-size: 26px; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.block-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 54px; height: 3px; background: var(--red); border-radius: 2px; }
.detail-block p { color: #3a4953; margin: 0 0 14px; }
.equip-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 22px; }
.equip-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink); }
.equip-list .ei { color: var(--red); font-size: 16px; flex: none; }
.detail-disclaimer p { font-size: 13px; color: var(--muted); background: var(--bg-soft); padding: 16px 20px; border-radius: var(--radius-sm); border-left: 3px solid var(--blue-soft); }

.related { margin-top: 30px; }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 50px; align-items: start; }
.about-text p { font-size: 16.5px; color: #3a4953; margin-bottom: 18px; }
.about-text p:first-child { font-size: 19px; color: var(--ink); }
.about-aside { position: sticky; top: 104px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 22px; }
.about-stat { background: var(--bg-soft); border-radius: var(--radius); padding: 24px 18px; text-align: center; }
.as-value { display: block; font-family: var(--font-head); font-size: 34px; color: var(--red); }
.as-label { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.about-contact-card { background: var(--dark); color: #fff; border-radius: var(--radius); padding: 28px; }
.about-contact-card h4 { color: #fff; font-size: 19px; margin-bottom: 16px; }
.about-contact-card p { color: rgba(255,255,255,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 14px; }
.about-contact-card .ei { color: var(--red); }
.about-contact-card a { color: #fff; }
.about-contact-card .btn-primary-block { margin-top: 10px; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ci-card { background: var(--bg-soft); border-radius: var(--radius); padding: 28px 24px; }
.ci-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; background: #fff; color: var(--red); font-size: 26px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.ci-card h4 { font-size: 18px; margin-bottom: 8px; }
.ci-card p { color: var(--muted); font-size: 14.5px; margin: 0; }
.ci-card a { color: var(--ink); font-weight: 600; }
.ci-card a:hover { color: var(--red); }
.ci-hours { list-style: none; margin: 0; padding: 0; }
.ci-hours li { display: flex; justify-content: space-between; gap: 10px; font-size: 13.5px; padding: 4px 0; color: var(--muted); }
.ci-hours li span:last-child { color: var(--ink); font-weight: 600; }

.contact-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.form-field input, .form-field textarea { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 15px; font-size: 15px; font-family: var(--font); color: var(--ink); width: 100%; }
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--red); }
.form-success { background: rgba(40,167,69,.1); color: #1e7e34; padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom: 22px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.map-wrap { line-height: 0; }

/* ==========================================================================
   404
   ========================================================================== */
.section--404 { padding: 110px 0; text-align: center; }
.notfound-code { font-family: var(--font-head); font-size: 120px; color: var(--red); line-height: 1; display: block; }
.notfound h1 { font-size: 34px; margin: 10px 0; }
.notfound p { color: var(--muted); max-width: 480px; margin: 0 auto 30px; }
.notfound-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   REVEAL ANIMÁCIE
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   RESPONZÍVNY DIZAJN
   ========================================================================== */
@media (max-width: 1199px) {
  .section-title { font-size: 34px; }
  .hero-title { font-size: 52px; }
  .car-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 991px) {
  .section { padding: 64px 0; }
  .welcome { background-attachment: scroll; }
  .topbar-left .tb-hide-sm { display: none; }
  .header-inner { height: 72px; }
  .brand-logo { height: 40px; }

  /* mobilná navigácia */
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); background: var(--dark); padding: 90px 28px 28px; transform: translateX(100%); transition: transform .35s var(--ease); box-shadow: -20px 0 50px -20px rgba(0,0,0,.6); overflow-y: auto; z-index: 1050; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  /* na tmavom mobilnom paneli sú položky biele */
  .main-nav a { padding: 14px 16px; font-size: 16px; border-radius: 8px; color: rgba(255,255,255,.9); }
  .main-nav a:hover, .main-nav a.active { color: #fff; }
  .main-nav a.active { background: rgba(255,255,255,.08); }
  .main-nav a.active::after { display: none; }
  .nav-phone { display: block; }
  .nav-phone a { color: var(--gold); }
  .nav-phone { margin-top: 10px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 12px; }
  body.nav-open { overflow: hidden; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 1040; }
  .nav-backdrop.is-open { opacity: 1; visibility: visible; }

  .hero { min-height: 560px; }
  .hero-title { font-size: 42px; }
  .hero-subtitle { font-size: 17px; }

  .why-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .quotes-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }

  .welcome-inner { grid-template-columns: 1fr; gap: 36px; }
  .car-grid, .car-grid--listing { grid-template-columns: repeat(2, 1fr); }

  /* listing + detail: sidebar nad obsah */
  .listing-layout { grid-template-columns: 1fr; }
  .listing-sidebar, .detail-sidebar, .about-aside { position: static; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-sidebar { order: 2; }
  .detail-content { order: 1; }
  .about-layout { grid-template-columns: 1fr; gap: 34px; }
  .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .equip-list { grid-template-columns: 1fr 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 15px; }
  .section { padding: 52px 0; }
  .container { padding: 0 18px; }
  .topbar-inner { height: auto; padding: 8px 0; }
  .topbar-left { gap: 16px; }
  .tb-item:first-child { display: none; }
  .topbar-right .tb-cta { display: none; }

  .section-title { font-size: 28px; }
  .section-head { margin-bottom: 36px; }
  .section-head--row { flex-direction: column; align-items: flex-start; gap: 14px; }

  .hero { min-height: 0; padding: 70px 0; }
  .hero-content { padding: 0 18px; }
  .hero-title { font-size: 33px; }
  .hero-subtitle { font-size: 15.5px; margin-bottom: 26px; }
  .hero-search { padding: 16px; gap: 12px; }
  .hero-search-field { min-width: 100%; flex: 1 1 100%; }
  .hero-search-btn { width: 100%; }
  .hero-meta { gap: 18px; }
  .hero-meta span { font-size: 13.5px; }
  .hero-dots { display: none; }

  .why-grid, .steps-grid, .services-grid { grid-template-columns: 1fr; }
  .welcome-stats { grid-template-columns: 1fr 1fr; }
  .car-grid, .car-grid--listing { grid-template-columns: 1fr; }
  .car-card-title { min-height: 0; }

  .page-banner { padding: 44px 0; }
  .page-banner h1 { font-size: 32px; }
  .detail-head h1 { font-size: 28px; }
  .detail-price { font-size: 30px; }

  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .about-stats, .welcome-stats { grid-template-columns: 1fr 1fr; }
  .equip-list { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .contact-form-wrap { padding: 24px; }

  .cta-strip { padding: 40px 0; text-align: center; }
  .cta-strip-inner { flex-direction: column; }
  .cta-strip h3 { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: left; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .notfound-code { font-size: 86px; }
  .to-top { right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
  .hero-title { font-size: 28px; }
  .section-title { font-size: 24px; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .about-stats, .welcome-stats { grid-template-columns: 1fr; }
}

/* ==========================================================================
   NOVÉ FUNKCIE – nástroje, certifikát, porovnanie, modály, report
   ========================================================================== */

/* Rozbaľovacie menu v hlavičke */
.has-drop { position: relative; }
.has-drop > a i { font-size: 12px; margin-left: 4px; }
.has-drop .drop { position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff; border-radius: 12px;
  box-shadow: var(--shadow); padding: 8px; list-style: none; margin: 8px 0 0; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: .22s var(--ease); z-index: 1100; }
.has-drop:hover .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.has-drop .drop li { display: block; }
.has-drop .drop a { display: block; padding: 11px 14px; color: var(--ink); font-size: 13.5px; text-transform: none;
  letter-spacing: 0; border-radius: 8px; font-weight: 600; }
.has-drop .drop a::after { display: none; }
.has-drop .drop a:hover { background: var(--bg-soft); color: var(--red); }

/* Karta vozidla – splátka, porovnať, rezervované */
.car-card-pay { font-size: 13px; color: var(--muted); margin: -4px 0 12px; }
.car-card-pay strong { color: var(--ink); font-family: var(--font-head); font-size: 15px; }
.car-card-badge--resv { background: #b8860b; }
.car-compare { background: none; border: 0; cursor: pointer; font-weight: 700; font-size: 12.5px; text-transform: uppercase;
  letter-spacing: .4px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; padding: 0; }
.car-compare .ei { font-size: 16px; }
.car-compare:hover { color: var(--red); }
.car-compare.is-active { color: var(--red); }

/* Plávajúca lišta porovnania */
.compare-bar { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 30px); background: var(--dark);
  color: #fff; border-radius: 50px; padding: 10px 12px 10px 22px; display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow); z-index: 950; opacity: 0; visibility: hidden; transition: .3s var(--ease); }
.compare-bar.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.compare-bar span { font-size: 14px; }
.compare-bar .cb-go { background: var(--red); color: #fff; padding: 9px 20px; border-radius: 50px; font-weight: 700;
  font-size: 13px; text-transform: uppercase; }
.compare-bar .cb-clear { background: none; border: 0; color: rgba(255,255,255,.6); cursor: pointer; font-size: 13px; }
.compare-bar .cb-clear:hover { color: #fff; }

/* Formuláre nástrojov */
.tool-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.tool-form--wide { max-width: none; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; }
.tool-form .btn-primary-lg { margin-top: 6px; }
.tool-split { display: grid; grid-template-columns: 1.3fr .9fr; gap: 30px; align-items: start; }
.tool-aside { position: sticky; top: 104px; }
.form-mini { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; }

.info-card { background: var(--dark); color: #fff; border-radius: var(--radius); padding: 30px; }
.info-card > .ei { font-size: 40px; color: var(--gold); }
.info-card h3 { color: #fff; font-size: 20px; margin: 12px 0 14px; }
.info-card p { color: rgba(255,255,255,.75); font-size: 14px; }
.tick-list { list-style: none; margin: 0; padding: 0; }
.tick-list li { display: flex; align-items: flex-start; gap: 10px; padding: 7px 0; font-size: 14px; color: rgba(255,255,255,.88); }
.tick-list .ei { color: #36c46a; font-size: 16px; margin-top: 2px; }

.estimate-box { background: linear-gradient(135deg, #243640, #16222a); color: #fff; border-radius: var(--radius); padding: 32px; text-align: center; }
.estimate-label { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.65); }
.estimate-value { display: block; font-family: var(--font-head); font-size: 38px; color: var(--gold); margin: 10px 0 14px; }
.estimate-box p { font-size: 13.5px; color: rgba(255,255,255,.78); margin-bottom: 20px; }

/* Kalkulačka splátok */
.calc-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.calc-box .form-field { margin-bottom: 26px; }
.calc-box input[type=range] { width: 100%; accent-color: var(--red); height: 6px; }
.calc-box label strong { color: var(--red); float: right; font-family: var(--font-head); }
.calc-result { background: var(--dark); color: #fff; border-radius: var(--radius-sm); padding: 24px; text-align: center; margin-top: 8px; }
.calc-result-label { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.65); }
.calc-result-value { display: block; font-family: var(--font-head); font-size: 42px; color: var(--gold); line-height: 1.1; margin: 6px 0; }
.calc-note { font-size: 12px; color: rgba(255,255,255,.55); }

/* Poradca */
.advisor-pick { display: flex; flex-direction: column; }
.advisor-reasons { list-style: none; margin: 12px 0 0; padding: 16px; background: rgba(54,196,106,.08); border-radius: var(--radius-sm); }
.advisor-reasons li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: #1e7e34; padding: 4px 0; }
.advisor-reasons .ei { color: #36c46a; margin-top: 2px; }

/* Porovnávacia tabuľka */
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: center; border-bottom: 1px solid var(--line); font-size: 14px; }
.compare-table thead th { vertical-align: top; }
.compare-table thead img { width: 100%; max-width: 220px; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.compare-table .ct-title { font-family: var(--font-head); font-size: 15px; margin-top: 10px; }
.compare-table td:first-child, .compare-table th:first-child { text-align: left; color: var(--muted); font-weight: 600; background: var(--bg-soft); }
.compare-table .ct-pay td { color: var(--red); font-weight: 700; }

/* Certifikát + história v sidebare detailu */
.cert-card, .history-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.cert-top { display: flex; align-items: center; gap: 14px; }
.cert-badge { width: 46px; height: 46px; border-radius: 50%; background: rgba(54,196,106,.12); color: #36c46a; display: flex; align-items: center; justify-content: center; font-size: 22px; flex: none; }
.cert-top strong { display: block; font-family: var(--font-head); font-size: 16px; }
.cert-top span { font-size: 12.5px; color: var(--muted); }
.cert-score { height: 7px; border-radius: 4px; background: var(--bg-softer); margin: 16px 0; overflow: hidden; }
.cert-score span { display: block; height: 100%; background: linear-gradient(90deg, #36c46a, #1e9e50); }
.cert-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; }
.history-card h3 { font-size: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--red); margin-bottom: 14px; }
.hist-list { list-style: none; margin: 0 0 14px; padding: 0; }
.hist-list li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.hist-list span { color: var(--muted); }
.hist-list strong { text-align: right; word-break: break-all; font-size: 12.5px; }
.hist-link { font-weight: 700; font-size: 13px; }
.hist-empty { font-size: 13.5px; color: var(--muted); margin: 0; }

/* Transparentná cena */
.price-insight { background: var(--bg-soft); border-radius: var(--radius); padding: 22px 24px; }
.pi-verdict { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; margin-bottom: 10px; }
.pi-verdict .ei { font-size: 22px; }
.pi-good { color: #1e9e50; } .pi-fair { color: #1c2931; } .pi-high { color: #b8860b; }
.price-insight p { font-size: 14px; color: var(--muted); margin: 0; }

/* Detail – splátka, rezervované, flash, whatsapp */
.detail-price-wrap { text-align: right; }
.detail-monthly { font-size: 14px; color: rgba(255,255,255,.8); margin-top: 4px; }
.detail-monthly strong { color: var(--gold); }
.detail-resv-tag { display: inline-block; vertical-align: middle; background: #b8860b; color: #fff; font-family: var(--font); font-size: 12px; font-weight: 700; text-transform: uppercase; padding: 4px 11px; border-radius: 6px; margin-left: 8px; }
.detail-flash { background: rgba(54,196,106,.12); color: #d6ffe6; border: 1px solid rgba(54,196,106,.3); border-radius: var(--radius-sm); padding: 14px 18px; margin-top: 16px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.btn-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25d366; color: #fff; font-weight: 700; padding: 13px; border-radius: var(--radius-sm); margin: 14px 0; transition: background .2s; }
.btn-whatsapp:hover { background: #1ebe5a; color: #fff; }
.btn-whatsapp i { font-size: 20px; }
.reserved-note { background: rgba(184,134,11,.15); color: #ffd98a; border-radius: var(--radius-sm); padding: 13px 16px; font-size: 13.5px; display: flex; gap: 9px; margin: 14px 0; }

/* Video */
.video-frame { background: var(--dark); border-radius: var(--radius); padding: 44px; text-align: center; }
.video-link { color: #fff; font-weight: 700; display: inline-flex; align-items: center; gap: 12px; font-size: 17px; }
.video-link .ei { width: 56px; height: 56px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-size: 24px; }

/* Modály */
.modal-overlay { position: fixed; inset: 0; background: rgba(16,24,29,.6); display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: .25s; z-index: 1200; }
.modal-overlay.is-open { opacity: 1; visibility: visible; }
.modal-box { background: #fff; border-radius: var(--radius); padding: 36px; max-width: 480px; width: 100%; position: relative; box-shadow: var(--shadow); transform: translateY(14px); transition: .25s var(--ease); }
.modal-overlay.is-open .modal-box { transform: translateY(0); }
.modal-close { position: absolute; right: 16px; top: 12px; background: none; border: 0; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; }
.modal-box h3 { font-size: 24px; }
.modal-box > p { color: var(--muted); margin-bottom: 20px; }
.modal-box .btn-primary-lg { width: 100%; }
body.modal-open { overflow: hidden; }

/* Odporúčanie */
.reward-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reward-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; text-align: center; box-shadow: var(--shadow-sm); }
.reward-n { font-family: var(--font-head); font-size: 46px; color: var(--red); display: block; }
.reward-card p { color: var(--muted); margin: 8px 0 0; }

/* Recenzie – súhrn */
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 44px; }
.rating-big { font-family: var(--font-head); font-size: 64px; color: var(--ink); line-height: 1; }
.rating-big span { font-size: 24px; color: var(--muted); }
.rating-stars { color: var(--gold); font-size: 20px; }
.rating-meta p { color: var(--muted); margin: 4px 0 0; }

/* Tlačový report */
.section--report { padding: 50px 0; }
.report { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; box-shadow: var(--shadow-sm); max-width: 920px; margin: 0 auto; }
.report-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; border-bottom: 2px solid var(--line); padding-bottom: 22px; }
.report-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--red); }
.report-head h1 { font-size: 30px; margin: 8px 0 6px; }
.report-sub { color: var(--muted); font-size: 14px; margin: 0; }
.report-score { text-align: center; flex: none; }
.rs-value { font-family: var(--font-head); font-size: 50px; color: #1e9e50; line-height: 1; }
.rs-value span { font-size: 20px; color: var(--muted); }
.report-score .rs-rating { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.report-bar { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; margin-bottom: 8px; }
.report-print { background: var(--dark); color: #fff; border: 0; border-radius: var(--radius-sm); padding: 11px 20px; cursor: pointer; font-weight: 700; font-size: 13px; display: inline-flex; gap: 8px; align-items: center; }
.report-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.report-section { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; }
.rs-top { display: flex; justify-content: space-between; align-items: center; }
.rs-top h3 { font-size: 16px; margin: 0; }
.rs-count { font-family: var(--font-head); font-size: 16px; color: #b8860b; }
.rs-count.is-full { color: #1e9e50; }
.rs-track { height: 6px; border-radius: 3px; background: var(--bg-softer); margin: 12px 0; overflow: hidden; }
.rs-track span { display: block; height: 100%; background: #1e9e50; }
.rs-note { font-size: 13px; color: var(--muted); margin: 0; display: flex; gap: 8px; align-items: flex-start; }
.rs-note .ei { margin-top: 2px; } .rs-note .icon_check { color: #1e9e50; } .rs-note .icon_error-circle { color: #b8860b; }
.report-disclaimer { font-size: 12.5px; color: var(--muted); background: var(--bg-soft); padding: 16px; border-radius: var(--radius-sm); margin: 26px 0; border-left: 3px solid var(--blue-soft); }
.report-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }

@media (max-width: 991px) {
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .tool-split { grid-template-columns: 1fr; }
  .tool-aside { position: static; }
  .reward-row { grid-template-columns: 1fr; }
  .report-sections { grid-template-columns: 1fr; }
  .detail-price-wrap { text-align: left; }
}
@media (max-width: 767px) {
  .tool-grid { grid-template-columns: 1fr; }
  .has-drop .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.05); margin: 4px 0; }
  .has-drop .drop a { color: rgba(255,255,255,.8); }
  .report { padding: 24px; }
  .report-head { flex-direction: column; }
  .rating-summary { flex-direction: column; gap: 10px; }
  .compare-bar { left: 16px; right: 16px; transform: translateY(30px); width: auto; justify-content: center; }
  .compare-bar.is-visible { transform: translateY(0); }
}

@media print {
  .topbar, .site-header, .site-footer, .cta-strip, .report-bar, .report-actions, .to-top, .compare-bar { display: none !important; }
  .report { border: 0; box-shadow: none; padding: 0; }
  .section--report { padding: 0; }
}
