@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Barlow:wght@400;500;600&display=swap');


/* ============================================
   RESET
   ============================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* cervena sa pouziva cez inline style v html */
:root { --cervena: #e53e3e; }

body {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #f4f3ef;
    color: #1a1a1a;
    line-height: 1.6;
    padding-top: 80px;
}


/* ============================================
   LOGO
   ============================================ */

.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; color: #1a1a1a; }
.logo-text span { color: #1b3a6b; }
.footer .logo-text { color: white; }
.footer .logo-text span { color: rgba(255, 255, 255, 0.4); }


/* ============================================
   NAVIGACIA
   ============================================ */

.navbar {
    position: fixed;
    top: 14px;
    left: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.nav-linky { display: flex; align-items: center; gap: 4px; }
.nav-link {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(26, 26, 26, 0.5);
    transition: color 0.15s, background-color 0.15s;
}
.nav-link:hover { color: #1a1a1a; background-color: #eceae3; }
.nav-link.aktivny { color: #1b3a6b; font-weight: 800; }
.nav-tlacidlo {
    margin-left: 8px;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: #1b3a6b;
    color: white;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(27, 58, 107, 0.35);
    transition: all 0.15s;
}
.nav-tlacidlo:hover { box-shadow: 0 4px 14px rgba(27, 58, 107, 0.45); transform: translateY(-1px); }


/* ============================================
   TLACIDLA
   ============================================ */

/* pouziva sa spolu s btn-hlavne alebo btn-ghost */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    border: none;
    transition: all 0.15s;
}
.btn-hlavne { background-color: white; color: #1b3a6b; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18); }
.btn-hlavne:hover { background-color: #eef2ff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22); transform: translateY(-2px); }
.btn-ghost { background-color: rgba(255, 255, 255, 0.12); color: white; border: 2px solid rgba(255, 255, 255, 0.55); }
.btn-ghost:hover { background-color: rgba(255, 255, 255, 0.22); border-color: rgba(255, 255, 255, 0.85); transform: translateY(-2px); }
/* male tlacidlo s obrysом vedla nadpisu sekcie */
.btn-obrys {
    background-color: white;
    color: rgba(26, 26, 26, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
}
.btn-obrys:hover { color: #1b3a6b; border-color: rgba(27, 58, 107, 0.4); }
/* modre tlacidlo na karte auta */
.btn-male {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 7px;
    background-color: #1b3a6b;
    color: white;
    box-shadow: 0 2px 8px rgba(27, 58, 107, 0.3);
    cursor: pointer;
    border: none;
    transition: all 0.15s;
}
.btn-male:hover { box-shadow: 0 4px 12px rgba(27, 58, 107, 0.42); transform: translateY(-1px); }
/* cez celu sirku v sidebari */
.btn-plna-sirka {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px;
    margin-bottom: 6px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    border: none;
    transition: all 0.15s;
}
.btn-plna-sirka.cerveny { background-color: #1b3a6b; color: white; box-shadow: 0 2px 8px rgba(27, 58, 107, 0.3); }
.btn-plna-sirka.cerveny:hover { box-shadow: 0 4px 14px rgba(27, 58, 107, 0.42); transform: translateY(-1px); }
.btn-plna-sirka.obrys { background-color: #f4f3ef; color: rgba(26, 26, 26, 0.5); border: 1px solid rgba(0, 0, 0, 0.09); }
.btn-plna-sirka.obrys:hover { color: #1b3a6b; border-color: rgba(27, 58, 107, 0.3); }


/* ============================================
   SPOLOCNE PRVKY
   ============================================ */

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1b3a6b;
}
.eyebrow::before { content: ''; width: 18px; height: 2px; background-color: #1b3a6b; flex-shrink: 0; }
/* na tmavom pozadi */
.hero .eyebrow,
.cta-sekcia .eyebrow { color: rgba(255, 255, 255, 0.5); }
.hero .eyebrow::before,
.cta-sekcia .eyebrow::before { background-color: rgba(255, 255, 255, 0.4); }
h2.velky {
    font-size: 48px;
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1a1a1a;
}
.hero h2.velky, .cta-sekcia h2.velky { color: white; }
.drobecky {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.28);
}
.drobecky a { color: rgba(26, 26, 26, 0.28); transition: color 0.15s; }
.drobecky a:hover { color: #1b3a6b; }
.drobecky .sep { color: rgba(0, 0, 0, 0.16); }
/* statusove odznaky na kartach */
.odznak,
.tag-typ {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.odznak::before { content: ''; width: 5px; height: 5px; border-radius: 50%; margin-right: 5px; flex-shrink: 0; }
.odznak-zeleny { background-color: rgba(34, 197, 94, 0.1); color: #16a34a; border: 1px solid rgba(34, 197, 94, 0.22); }
.odznak-zeleny::before { background-color: #16a34a; }
.odznak-zlty { background-color: rgba(245, 158, 11, 0.1); color: #d97706; border: 1px solid rgba(245, 158, 11, 0.22); }
.odznak-zlty::before { background-color: #d97706; }
.odznak-modry { background-color: rgba(27, 58, 107, 0.08); color: #1b3a6b; border: 1px solid rgba(27, 58, 107, 0.18); }
.odznak-modry::before { background-color: #1b3a6b; }
.tag-typ { background-color: rgba(255, 255, 255, 0.88); color: rgba(26, 26, 26, 0.5); border: 1px solid rgba(0, 0, 0, 0.1); }


/* ============================================
   HERO
   ============================================ */

.hero {
    background-color: #1b3a6b;
    padding: 80px 40px 72px;
    position: relative;
    overflow: hidden;
}
/* bodkovany vzor na pozadi */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.hero-obsah {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}
.hero-znacka {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
}
.hero h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero h1 em { font-style: normal; color: rgba(255, 255, 255, 0.35); }
.hero-popis {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    max-width: 380px;
    margin-bottom: 36px;
    line-height: 1.7;
}
.hero-tlacidla { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-prava {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hero-stat {
    padding: 20px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat:nth-child(2), .hero-stat:nth-child(4) { border-right: none; }
.hero-stat:nth-child(3), .hero-stat:nth-child(4) { border-bottom: none; }
.hero-stat-cislo { font-size: 38px; font-weight: 900; color: white; line-height: 1; letter-spacing: -1px; }
.hero-stat-cislo em { font-style: normal; color: rgba(255, 255, 255, 0.35); }
.hero-stat-popis { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.32); margin-top: 4px; }


/* ============================================
   TICKER
   ============================================ */

.ticker { background-color: #eceae3; border-bottom: 1px solid rgba(0, 0, 0, 0.09); padding: 13px 0; overflow: hidden; }
.ticker-obsah {
    display: flex;
    gap: 48px;
    align-items: center;
    width: max-content;
    padding: 0 24px;
    animation: ticker 22s linear infinite;
}
.ticker-znacka {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.28);
    white-space: nowrap;
    transition: color 0.15s;
}
.ticker-znacka:hover { color: #1b3a6b; }
.ticker-oddelovac { color: #1b3a6b; opacity: 0.3; font-size: 7px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }


/* ============================================
   SEKCIE A KARTY AUT
   ============================================ */

.sekcia { padding: 80px 40px; max-width: 1240px; margin: 0 auto; }
.sekcia-nadpis { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.sekcia-seda { background-color: #eceae3; border-top: 1px solid rgba(0, 0, 0, 0.09); border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.sekcia-biela { background-color: white; border-top: 1px solid rgba(0, 0, 0, 0.09); }
.auta-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.karta-auta {
    display: block;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
/* modra ciara ktora sa odhali pri hoveri */
.karta-auta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background-color: #1b3a6b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s;
    z-index: 1;
}
.karta-auta:hover { transform: translateY(-4px); border-color: rgba(27, 58, 107, 0.2); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1); }
.karta-auta:hover::before { transform: scaleX(1); }
.karta-fotka-obal { position: relative; height: 200px; overflow: hidden; background-color: #eceae3; }
.karta-fotka { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.karta-auta:hover .karta-fotka { transform: scale(1.04); }
.karta-fotka-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, transparent 55%); }
.karta-znacky { position: absolute; top: 10px; left: 10px; display: flex; gap: 5px; flex-wrap: wrap; }
.karta-telo { padding: 16px 18px 18px; }
.karta-nazov { font-size: 21px; font-weight: 900; letter-spacing: -0.2px; color: #1a1a1a; line-height: 1; margin-bottom: 3px; text-transform: uppercase; }
.karta-popis { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(26, 26, 26, 0.5); margin-bottom: 12px; }
.karta-parametre { display: flex; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(26, 26, 26, 0.28); margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.param { padding-right: 10px; margin-right: 10px; border-right: 1px solid rgba(0, 0, 0, 0.09); }
.param:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.karta-spodok { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.karta-cena { font-size: 22px; font-weight: 900; letter-spacing: -0.3px; color: #1a1a1a; }
.karta-cena small { font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 400; color: rgba(26, 26, 26, 0.28); }


/* ============================================
   PRECO MY
   ============================================ */

.preco-sekcia { background-color: #eceae3; border-top: 1px solid rgba(0, 0, 0, 0.09); border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.preco-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.preco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.preco-karta {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 14px;
    padding: 20px 17px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.15s;
}
.preco-karta:hover { border-color: rgba(27, 58, 107, 0.2); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
.preco-cislo { font-size: 32px; font-weight: 900; color: rgba(27, 58, 107, 0.1); line-height: 1; margin-bottom: 9px; letter-spacing: -2px; }
.preco-karta h3 { font-size: 14px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 6px; }
.preco-karta p { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(26, 26, 26, 0.5); line-height: 1.6; }


/* ============================================
   CTA
   ============================================ */

.cta-sekcia {
    background-color: #1b3a6b;
    position: relative;
    overflow: hidden;
    margin: 40px;
    border-radius: 24px;
}
.cta-sekcia::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.cta-text p { font-family: 'Barlow', sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.55); margin-top: 12px; }
.cta-tlacidla { display: flex; gap: 12px; flex-wrap: wrap; }


/* ============================================
   HERO PODSTRANOK
   ============================================ */

.podstranka-hero { padding: 52px 40px 44px; background-color: white; border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.podstranka-hero-inner { max-width: 1200px; margin: 0 auto; }
.podstranka-hero h1 { font-size: 60px; font-weight: 900; letter-spacing: -0.5px; line-height: 0.95; color: #1a1a1a; margin-bottom: 12px; text-transform: uppercase; }
.podstranka-hero p { font-family: 'Barlow', sans-serif; font-size: 15px; color: rgba(26, 26, 26, 0.5); }
.ponuka-obal { max-width: 1240px; margin: 0 auto; padding: 0 40px 80px; }
.statistiky { display: none; }


/* ============================================
   DETAIL AUTA
   ============================================ */

.auto-hero { position: relative; overflow: hidden; }
.auto-hero-foto { width: 100%; height: 420px; object-fit: cover; display: block; }
.auto-hero-obsah {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/* gradient aby bol text citatelny cez fotku */
.auto-hero-obsah::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 20, 40, 0.88) 0%, rgba(10, 20, 40, 0.25) 60%, transparent 100%);
    pointer-events: none;
}
.auto-hero-obsah > * {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
}
.auto-hero-obsah > *:last-child { padding-bottom: 44px; }
.auto-hero h1 { font-size: 52px; font-weight: 900; letter-spacing: -0.5px; line-height: 0.95; color: white; margin-bottom: 7px; text-transform: uppercase; }
.auto-hero-sub { font-family: 'Barlow', sans-serif; color: rgba(255, 255, 255, 0.6); font-size: 14px; margin-bottom: 12px; }
.auto-cena-velka { font-size: 38px; font-weight: 900; color: white; letter-spacing: -1px; line-height: 1; }
.auto-cena-dph { font-family: 'Barlow', sans-serif; font-size: 12px; color: rgba(255, 255, 255, 0.4); margin-top: 2px; }
.auto-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 24px;
    align-items: start;
}
.miniatury { display: flex; gap: 7px; margin-bottom: 28px; }
.miniatura {
    flex: 1;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.15s;
}
.miniatura.aktivna-miniatura { border-color: #1b3a6b; }
.miniatura:hover { border-color: rgba(27, 58, 107, 0.45); }
.miniatura img { width: 100%; height: 100%; object-fit: cover; }
.miniatura-placeholder { width: 100%; height: 100%; background-color: #eceae3; display: flex; align-items: center; justify-content: center; font-size: 21px; }
.zalozky { display: flex; border-bottom: 1px solid rgba(0, 0, 0, 0.09); margin-bottom: 22px; }
.zalozka {
    padding: 9px 18px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.28);
    transition: color 0.15s;
}
.zalozka.aktivna { color: #1b3a6b; border-bottom-color: #1b3a6b; }
.zalozka:hover:not(.aktivna) { color: rgba(26, 26, 26, 0.5); }
.parametre-tabulka { border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 12px; overflow: hidden; }
.param-riadok { display: grid; grid-template-columns: 1fr 1fr; }
.param-riadok div { padding: 11px 15px; font-size: 13px; border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.param-riadok div:first-child { background-color: #eceae3; color: rgba(26, 26, 26, 0.5); }
.param-riadok div:last-child { background-color: white; color: #1a1a1a; font-weight: 700; }
.vybava-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.vybava-polozka {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(26, 26, 26, 0.5);
    background-color: #eceae3;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}
.vybava-polozka::before {
    content: '✓';
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(27, 58, 107, 0.07);
    border: 1px solid rgba(27, 58, 107, 0.18);
    border-radius: 3px;
    color: #1b3a6b;
    font-size: 10px;
    flex-shrink: 0;
}
.popis-text { font-family: 'Barlow', sans-serif; font-size: 14px; color: rgba(26, 26, 26, 0.5); line-height: 1.75; }
.auto-sidebar { position: sticky; top: 76px; display: flex; flex-direction: column; gap: 13px; }
.sidebar-karta {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    padding: 22px 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.sidebar-karta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background-color: #1b3a6b; }
.sidebar-karta h3 { font-size: 16px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 3px; }
.sidebar-karta p { font-family: 'Barlow', sans-serif; font-size: 12px; color: rgba(26, 26, 26, 0.28); margin-bottom: 16px; }
.alebo { font-family: 'Barlow', sans-serif; text-align: center; font-size: 11px; color: rgba(26, 26, 26, 0.28); margin: 3px 0; }
.telefon-riadok { display: flex; align-items: center; gap: 10px; padding-top: 13px; margin-top: 11px; border-top: 1px solid rgba(0, 0, 0, 0.09); }
.tel-ikonka {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: rgba(27, 58, 107, 0.07);
    border: 1px solid rgba(27, 58, 107, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.tel-popis { font-size: 11px; color: rgba(26, 26, 26, 0.28); letter-spacing: 0.07em; text-transform: uppercase; }
.tel-cislo { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.info-karta { background-color: white; border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 12px; padding: 16px 18px; }
.info-polozka { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.info-polozka:last-child { border-bottom: none; }
.info-polozka strong { display: block; font-size: 14px; font-weight: 800; color: #1a1a1a; }
.info-polozka em { font-style: normal; font-family: 'Barlow', sans-serif; font-size: 12px; color: rgba(26, 26, 26, 0.5); }
.info-ikonka { font-size: 15px; width: 22px; flex-shrink: 0; text-align: center; }


/* ============================================
   KONTAKT
   ============================================ */

.kontakt-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 80px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}
.kontakt-info-obal { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 76px; }
.kontakt-blok { background-color: white; border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 12px; padding: 22px; }
.kontakt-blok h3 { font-size: 16px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 14px; }
.kontakt-polozka { display: flex; align-items: flex-start; gap: 11px; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.kontakt-polozka:last-child { border-bottom: none; }
.kontakt-ikonka {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: rgba(27, 58, 107, 0.06);
    border: 1px solid rgba(27, 58, 107, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}
.kontakt-popis { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(26, 26, 26, 0.28); margin-bottom: 2px; }
.kontakt-hodnota { font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 700; color: #1a1a1a; }
.hodiny-riadok { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.09); font-size: 13px; }
.hodiny-riadok:last-child { border-bottom: none; }
.hodiny-den { font-family: 'Barlow', sans-serif; color: rgba(26, 26, 26, 0.5); }
.hodiny-cas { font-weight: 700; color: #1a1a1a; }
.hodiny-zavreto { font-weight: 700; color: #c0392b; }


/* ============================================
   FORMULAR
   ============================================ */

.form-karta {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.form-karta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background-color: #1b3a6b; }
.form-karta h2 { font-size: 27px; font-weight: 900; text-transform: uppercase; color: #1a1a1a; margin-bottom: 5px; }
.form-karta-popis { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(26, 26, 26, 0.5); margin-bottom: 28px; }
.form-dvojica { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-skupina { margin-bottom: 16px; }
.form-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(26, 26, 26, 0.5); margin-bottom: 6px; }
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 10px 13px;
    background-color: #f4f3ef;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    -webkit-appearance: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus { outline: none; border-color: #1b3a6b; box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.08); }
.form-select option { background-color: white; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-souhlas {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(26, 26, 26, 0.5);
    margin-bottom: 22px;
    line-height: 1.55;
}
.form-souhlas input { margin-top: 2px; accent-color: #1b3a6b; flex-shrink: 0; }
.btn-odoslat {
    width: 100%;
    padding: 13px;
    background-color: #1b3a6b;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 2px 10px rgba(27, 58, 107, 0.35);
    transition: all 0.15s;
}
.btn-odoslat:hover { box-shadow: 0 4px 18px rgba(27, 58, 107, 0.45); transform: translateY(-1px); }
.form-uspech { display: none; flex-direction: column; align-items: center; text-align: center; padding: 40px 20px; gap: 10px; }
.form-uspech.viditelny { display: flex; }
.form-uspech h3 { font-size: 24px; font-weight: 900; text-transform: uppercase; color: #1a1a1a; }
.form-uspech p { font-family: 'Barlow', sans-serif; font-size: 14px; color: rgba(26, 26, 26, 0.5); }


/* ============================================
   FOOTER
   ============================================ */

.footer { background-color: #1b3a6b; padding: 56px 40px 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 24px;
}
.footer-znacka p { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.35); line-height: 1.65; max-width: 270px; margin-top: 13px; }
.footer-stlpec h4 { font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.28); margin-bottom: 14px; }
.footer-stlpec a { display: block; font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.5); margin-bottom: 9px; transition: color 0.15s; }
.footer-stlpec a:hover { color: white; }
.footer-spodok { display: flex; align-items: center; justify-content: space-between; font-family: 'Barlow', sans-serif; font-size: 12px; color: rgba(255, 255, 255, 0.22); }


/* ============================================
   RESPONZIVNOST
   ============================================ */

@media (max-width: 960px) {
    .navbar { top: 10px; left: 12px; right: 12px; padding: 0 18px; }
    .hero { padding: 60px 24px 52px; }
    .hero-obsah { grid-template-columns: 1fr; }
    .hero-prava { display: none; }
    .hero h1 { font-size: 48px; }
    .sekcia { padding: 60px 24px; }
    .preco-inner { grid-template-columns: 1fr; padding: 60px 24px; }
    .cta-sekcia { margin: 20px; border-radius: 16px; }
    .cta-inner { padding: 60px 24px; }
    .podstranka-hero { padding: 40px 24px 36px; }
    .ponuka-obal { padding: 0 20px 60px; }
    .auto-hero-foto { height: 300px; }
    .auto-hero-obsah > * { padding-left: 22px; padding-right: 22px; }
    .auto-layout { grid-template-columns: 1fr; padding: 24px 20px 60px; }
    .auto-sidebar { position: static; }
    .kontakt-layout { grid-template-columns: 1fr; padding: 0 20px 60px; }
    .kontakt-info-obal { position: static; }
    .footer { padding: 44px 24px 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 680px) {
    .preco-grid { grid-template-columns: 1fr; }
    .vybava-grid { grid-template-columns: 1fr; }
    .form-karta { padding: 24px 18px; }
    .form-dvojica { grid-template-columns: 1fr; }
    .cta-sekcia { margin: 12px; border-radius: 16px; }
    .cta-inner { flex-direction: column; }
    .cta-tlacidla { justify-content: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-spodok { flex-direction: column; gap: 6px; text-align: center; }
}

/* ==========================================
   FILTROVANIE — ponuka
   ========================================== */

.filter-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 18px 22px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 14px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-skupina {
    display: flex;
    align-items: center;
    gap: 7px;
}

.filter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.4);
    white-space: nowrap;
}

.filter-select {
    padding: 7px 32px 7px 11px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: #1a1a1a;
    background: #f4f3ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%231a1a1a' opacity='.4'/%3E%3C/svg%3E") no-repeat right 11px center;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.filter-select:focus {
    outline: none;
    border-color: #1b3a6b;
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.08);
}

.filter-oddelovac {
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.filter-reset {
    margin-left: auto;
    padding: 7px 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.4);
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.15s;
}

.filter-reset:hover {
    color: #1b3a6b;
    border-color: rgba(27, 58, 107, 0.3);
}

.filter-pocet {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(26, 26, 26, 0.35);
    padding: 0 4px;
}

.filter-pocet span {
    color: #1b3a6b;
}

.karta-auta.skryta {
    display: none;
}

.prazdna-ponuka {
    display: none;
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: rgba(26, 26, 26, 0.4);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.prazdna-ponuka.viditelna {
    display: block;
}


/* ==========================================
   LIGHTBOX — galéria fotiek
   ========================================== */

.miniatura {
    cursor: pointer;
}

.miniatura:hover img {
    opacity: 0.85;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(5, 10, 20, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.lightbox-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
    display: block;
}

.lightbox-zatvorit {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    z-index: 1001;
}

.lightbox-zatvorit:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    z-index: 1001;
}

.lightbox-nav:hover { background: rgba(255, 255, 255, 0.22); }
.lightbox-nav.prev  { left: 20px; }
.lightbox-nav.next  { right: 20px; }

.lightbox-caption {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.lightbox-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.lightbox-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}

.lightbox-dot.aktivna {
    background: white;
    transform: scale(1.3);
}

@media (max-width: 680px) {
    .filter-panel      { gap: 8px; padding: 14px 16px; }
    .filter-oddelovac  { display: none; }
    .filter-reset      { margin-left: 0; }
    .lightbox-nav      { display: none; }
}
