/* ============================================================
   NETNEJ – landing pages
   Čistý monochromatický design (šedá/bílá) + modrý akcent.
   ============================================================ */

:root {
    --ink:        #1a1a1a;   /* firemní černá */
    --ink-2:      #444444;
    --muted:      #757575;
    --line:       #d9d9d9;
    --bg:         #ffffff;
    --bg-soft:    #eaeaea;   /* firemní šedá */
    --bg-dark:    #1a1a1a;   /* firemní černá */
    --accent:     #d5003a;   /* firemní červená */
    --accent-2:   #ab002e;   /* tmavší červená (hover) */
    --accent-soft:#fce7ec;   /* světlý červený nádech */
    --good:       #12854a;
    --radius:     14px;
    --shadow:     0 10px 30px rgba(20, 30, 45, .08);
    --shadow-sm:  0 3px 12px rgba(20, 30, 45, .06);
    --wrap:       1160px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { line-height: 1.15; color: var(--ink); margin: 0 0 .4em; }
h1 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.015em; }
h3 { font-size: 1.15rem; font-weight: 700; }

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

.section { padding: 72px 0; }
.section-tight { padding: 48px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--bg-dark); color: #eef0f2; }
.section-dark h2, .section-dark h3 { color: #fff; }

.center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--ink-2); max-width: 680px; }
.center .lead { margin-left: auto; margin-right: auto; }
.eyebrow {
    display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
    border: 2px solid transparent; cursor: pointer; transition: all .18s ease;
    text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-2); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-lg { padding: 16px 34px; font-size: 1.06rem; }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,.92);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-mark {
    width: 34px; height: 34px; border-radius: 9px; background: var(--accent); color: #fff;
    display: grid; place-items: center; font-weight: 800; font-size: 1.2rem;
}
.brand-text { font-weight: 800; letter-spacing: -.01em; color: var(--ink); font-size: 1.25rem; }
.brand-text strong { color: var(--accent); }
.brand-logo { display: block; height: 32px; width: auto; }
.brand-footer .brand-logo { height: 38px; }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--ink-2); font-weight: 600; font-size: .98rem; text-decoration: none; }
.main-nav a:hover { color: var(--accent); }
.main-nav a.active { color: var(--ink); }
.main-nav a.active::after {
    content: ""; display: block; height: 2px; background: var(--accent); border-radius: 2px; margin-top: 3px;
}
.nav-btn {
    background: var(--accent); color: #fff !important; font-weight: 700; font-size: .95rem;
    padding: 11px 22px; border-radius: 999px; white-space: nowrap; margin-left: 6px;
    box-shadow: 0 4px 14px rgba(213, 0, 58, .28); transition: background .18s, transform .15s, box-shadow .18s;
}
.nav-btn:hover { background: var(--accent-2); text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(213, 0, 58, .34); }

.nav-toggle { display: none; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav-burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
    position: relative; color: #fff; overflow: hidden;
    background: linear-gradient(90deg, rgba(15,20,28,.9) 0%, rgba(15,20,28,.72) 48%, rgba(15,20,28,.42) 100%), var(--hero-img) center/cover no-repeat;
    background-color: #1a1a1a;
}
.hero-inner { padding: 96px 0 104px; max-width: 760px; }
.hero h1 { color: #fff; }
.hero p { font-size: 1.2rem; color: rgba(255,255,255,.9); margin: 0 0 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 34px; }
.hero-badge { display: flex; align-items: center; gap: 10px; font-weight: 600; color: rgba(255,255,255,.92); }
.hero-badge svg { flex: none; }

/* ---------- Pricing cards ---------- */
.cards { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
/* Dvě karty vedle sebe (balíčky TV) – chybějící display: grid je házelo pod sebe */
.cards-2 { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
.card {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 30px 26px; box-shadow: var(--shadow-sm); position: relative; transition: transform .18s, box-shadow .18s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card.featured { border-color: var(--accent); box-shadow: var(--shadow); }
.card .tag {
    position: absolute; top: -13px; left: 26px; background: var(--accent); color: #fff;
    font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px;
}
.card h3 { margin-bottom: 6px; }
.card .speed { font-size: 2rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.card .speed small { font-size: .95rem; font-weight: 600; color: var(--muted); }
.card .desc { color: var(--ink-2); margin: 10px 0 18px; min-height: 44px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 8px 0 4px; }
.price .amount { font-size: 2.1rem; font-weight: 800; color: var(--accent); letter-spacing: -.02em; }
.price .per { color: var(--muted); font-weight: 600; }
.price .old { color: var(--muted); text-decoration: line-through; font-size: 1rem; font-weight: 600; }
.price-note { color: var(--muted); font-size: .9rem; margin: 0 0 20px; }
.card .btn { width: 100%; }

.feature-list { list-style: none; margin: 16px 0 22px; padding: 0; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; color: var(--ink-2); }
.feature-list li::before {
    content: ""; flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%;
    background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d5003a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---------- Feature / service tiles ---------- */
.tiles { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.tile {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
    box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tile .ico {
    width: 52px; height: 52px; border-radius: 13px; background: var(--accent-soft); color: var(--accent);
    display: grid; place-items: center; margin-bottom: 16px;
}
.tile h3 { margin-bottom: 8px; }
.tile p { color: var(--ink-2); margin: 0 0 14px; }
.tile a.more { font-weight: 700; }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.split-media--map img { box-shadow: none; border-radius: 0; background: transparent; }
.split-media--product img { background: #fff; object-fit: contain; padding: 30px; aspect-ratio: 4 / 3; }
.split-body h2 { margin-bottom: 14px; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .num { font-size: 2.4rem; font-weight: 800; color: var(--accent); letter-spacing: -.02em; }
.stat .lbl { color: var(--muted); font-weight: 600; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
    position: relative; margin: 0;
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px;
    box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px;
    transition: transform .18s, box-shadow .18s;
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quote::before {
    content: "\201C"; position: absolute; top: 8px; right: 20px;
    font-size: 4.6rem; line-height: 1; color: var(--accent-soft); font-family: Georgia, serif; pointer-events: none;
}
.quote blockquote {
    margin: 0; color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; position: relative; z-index: 1; flex: 1;
}
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.quote .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.quote .who .avatar {
    width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; flex: none;
    display: grid; place-items: center; font-weight: 800; font-size: 1.15rem;
}
.quote .who-meta { display: flex; flex-direction: column; line-height: 1.25; }
.quote .who-meta strong { color: var(--ink); font-size: 1rem; }
.quote .who-role { color: var(--muted); font-size: .82rem; }

/* Stars */
.stars { color: #f5a623; letter-spacing: 2px; font-size: 1.05rem; }
.stars .star-empty { color: #dfe3e8; }

.rating-summary { display: flex; align-items: center; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.rating-summary .stars { font-size: 1.2rem; }
.rating-summary span { color: var(--ink-2); }
.rating-summary strong { color: var(--ink); }

/* ---------- Channel grid (TV) ---------- */
.channels {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}
.channel { text-align: center; }
.channel-logo {
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 10px;
    box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
    overflow: hidden;
}
.channel:hover .channel-logo { transform: translateY(-3px); box-shadow: var(--shadow); }
.channel-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.channel-name {
    font-weight: 800; font-size: .82rem; color: var(--ink); line-height: 1.2;
    letter-spacing: -.01em; word-break: break-word;
}
.channel-caption { margin-top: 8px; font-size: .8rem; color: var(--muted); font-weight: 600; }

/* ---------- Comparison / spec table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
table.price-table { width: 100%; border-collapse: collapse; min-width: 520px; background: #fff; }
.price-table th, .price-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table thead th { background: var(--bg-soft); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:hover { background: var(--bg-soft); }
.price-table .plan { font-weight: 700; color: var(--ink); }
.price-table .cost { font-weight: 800; color: var(--accent); white-space: nowrap; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 56px 0 44px; }
.page-hero .eyebrow { margin-bottom: 10px; }
.page-hero p { color: var(--ink-2); max-width: 720px; margin: 8px 0 0; font-size: 1.1rem; }
.breadcrumb { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.breadcrumb a { color: var(--muted); }

/* ---------- Contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: 40px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; color: var(--ink-2); }
.field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit;
    color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-hint { display: block; margin-top: 6px; color: var(--muted); font-size: .82rem; }
.field[hidden] { display: none; }

/* Klíčové pole formuláře (obec) – podle něj ověřujeme dostupnost */
.field-key { background: var(--accent-soft); border-radius: 12px; padding: 14px 16px 12px; margin-bottom: 18px; }
.field-key label { color: var(--accent-2); }
.field-key input { border-color: #f0b9c8; }

/* Otázka ano/ne – selektory musí přebít obecné .field label { display: block } */
.field.choice { border: none; padding: 0; margin: 0 0 16px; min-width: 0; }
.field.choice legend {
    padding: 0; margin-bottom: 8px; font-weight: 600; font-size: .92rem; color: var(--ink-2);
}
.field.choice .choice-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.field.choice .choice-opt {
    display: inline-flex; align-items: center; gap: 9px; cursor: pointer; margin: 0;
    padding: 11px 20px; border: 1px solid var(--line); border-radius: 10px;
    font-weight: 600; font-size: 1rem; color: var(--ink-2);
    transition: border-color .15s, background .15s, color .15s;
}
.field.choice .choice-opt input {
    width: 16px; height: 16px; flex: none; margin: 0; padding: 0;
    border-radius: 50%; accent-color: var(--accent);
}
.field.choice .choice-opt:hover { border-color: var(--accent); }
.field.choice .choice-opt:has(input:checked) {
    border-color: var(--accent); background: var(--accent-soft); color: var(--accent-2);
}
.contact-info .info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-info .info-item .ico {
    width: 44px; height: 44px; border-radius: 11px; background: var(--accent-soft); color: var(--accent);
    display: grid; place-items: center; flex: none;
}
.contact-info .info-item .lbl { color: var(--muted); font-size: .85rem; }
.contact-info .info-item a, .contact-info .info-item strong { color: var(--ink); font-weight: 700; font-size: 1.05rem; }

.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; font-weight: 600; }
.alert-success { background: #e7f6ee; color: var(--good); border: 1px solid #bfe6cf; }
.alert-error { background: #fdecec; color: #b3261e; border: 1px solid #f5c6c4; }

/* ---------- Availability (towns) ---------- */
/* Rejstřík písmen nad seznamem */
.towns-nav { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin: 0 0 22px; }
.towns-nav a {
    display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px;
    border: 1px solid var(--line); border-radius: 11px; background: #fff;
    color: var(--ink-2); font-weight: 700; transition: border-color .15s, color .15s;
}
.towns-nav a:hover { border-color: var(--accent); color: var(--accent); }

/* Skupiny obcí – rozbalovací po písmenech (3 300 položek by jinak stránku zahltilo) */
.towns { display: grid; gap: 10px; }
.towns .group { border: 1px solid var(--line); border-radius: 14px; background: #fff; scroll-margin-top: 90px; }
.towns .group > summary {
    display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none;
    padding: 14px 20px; color: var(--accent); font-weight: 700; font-size: 1.05rem;
}
.towns .group > summary::-webkit-details-marker { display: none; }
.towns .group > summary::after {
    content: ''; width: 9px; height: 9px; margin-left: auto; flex: none;
    border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
    transform: rotate(45deg); transition: transform .15s;
}
.towns .group[open] > summary::after { transform: rotate(-135deg); }
.towns .group > summary .cnt { color: var(--muted); font-weight: 600; font-size: .9rem; }
.towns .group[open] > summary { border-bottom: 1px solid var(--line); }
.towns .group ul { columns: 4; column-gap: 26px; list-style: none; margin: 0; padding: 16px 20px 20px; }
.towns .group li { color: var(--ink-2); padding: 2px 0; font-size: .95rem; break-inside: avoid; }

/* ---------- Availability search ---------- */
.avail { max-width: 640px; margin: 0 auto; text-align: center; }
.avail-label { display: block; font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; color: var(--ink); }
.avail-box {
    position: relative; display: flex; align-items: center;
    background: #fff; border: 2px solid var(--line); border-radius: 999px;
    padding: 4px 6px 4px 18px; box-shadow: var(--shadow-sm); transition: border-color .15s, box-shadow .15s;
}
.avail-box:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.avail-box > svg { width: 22px; height: 22px; color: var(--muted); flex: none; }
.avail-box input {
    flex: 1; border: none; outline: none; background: transparent;
    font: inherit; font-size: 1.05rem; color: var(--ink); padding: 13px 12px;
}
.avail-clear {
    flex: none; width: 34px; height: 34px; border: none; border-radius: 50%; cursor: pointer;
    background: var(--bg-soft); color: var(--ink-2); font-size: 1.4rem; line-height: 1;
    display: grid; place-items: center; transition: background .15s;
}
.avail-clear:hover { background: var(--line); }
.avail-clear[hidden] { display: none; }   /* [hidden] samo o sobě nepřebije display: grid */
.avail-result {
    margin: 18px auto 0; padding: 16px 20px; border-radius: 14px; text-align: left;
    font-size: 1rem; line-height: 1.5;
}
.avail-result.ok { background: #e7f6ee; color: #0f6b3a; border: 1px solid #bfe6cf; }
.avail-result.no { background: var(--accent-soft); color: var(--accent-2); border: 1px solid #f4c6d3; }
.avail-result a { font-weight: 700; white-space: nowrap; }
.avail-result.ok a { color: #0f6b3a; }
.avail-result.no a { color: var(--accent); }
.avail-hint { margin: 14px 0 0; color: var(--muted); font-size: .9rem; font-weight: 600; }
.avail-empty { text-align: center; color: var(--muted); padding: 20px 0; }

/* Nalezené obce – výpis pod vyhledáváním */
.avail-results { margin-top: 26px; }
.avail-results ul {
    display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
    list-style: none; margin: 0; padding: 0;
}
.avail-results li {
    background: #fff; border: 1px solid var(--line); border-radius: 999px;
    padding: 8px 15px; color: var(--ink-2); font-size: .95rem; font-weight: 600;
}
.avail-results li.is-exact { border-color: var(--accent); color: var(--accent); }
.avail-more { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: .9rem; }

/* ---------- Prose (legal) ---------- */
.prose { max-width: 780px; }
.prose h2 { margin-top: 36px; font-size: 1.4rem; }
.prose p { color: var(--ink-2); margin: 0 0 16px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--accent); color: #fff; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 46px 0; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { margin: 0; color: rgba(255,255,255,.9); }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-dark); color: #c4c9cf; padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-col h3 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-col a { display: block; color: #b6bcc3; padding: 4px 0; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.brand-footer .brand-text { color: #fff; }
.footer-note { color: #8b9198; font-size: .9rem; margin-top: 14px; max-width: 280px; }
.footer-bottom {
    display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 22px;
    font-size: .88rem; color: #8b9198;
}
.footer-bottom a { color: #8b9198; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.grid-gap { margin-top: 34px; }
.badge-save { display: inline-block; background: var(--accent-soft); color: var(--accent); font-weight: 700; font-size: .82rem; padding: 4px 12px; border-radius: 999px; }

/* ---------- Cookie lišta ---------- */
.cookie-bar {
    position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
    max-width: 720px; margin: 0 auto;
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    box-shadow: 0 14px 44px rgba(20, 30, 45, .20);
    padding: 18px 20px; display: flex; align-items: center; gap: 16px 22px; flex-wrap: wrap;
}
.cookie-bar[hidden] { display: none; }   /* aby atribut hidden fungoval i s display:flex */
.cookie-text { margin: 0; flex: 1 1 300px; font-size: .92rem; line-height: 1.5; color: var(--ink-2); }
.cookie-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.cookie-actions .btn { padding: 11px 24px; font-size: .95rem; }
/* „Jen nezbytné" – nenápadný odkaz, ať převažuje „Přijmout vše" */
.cookie-reject {
    background: none; border: none; padding: 4px 2px; cursor: pointer;
    font: inherit; font-size: .85rem; color: var(--muted); text-decoration: underline;
    text-underline-offset: 2px; white-space: nowrap;
}
.cookie-reject:hover { color: var(--ink); }
@media (max-width: 560px) {
    .cookie-bar { left: 10px; right: 10px; bottom: 10px; padding: 16px; gap: 12px; }
    .cookie-actions { width: 100%; justify-content: space-between; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
    .cards, .tiles, .quotes { grid-template-columns: 1fr; }
    .stats { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .channels { grid-template-columns: repeat(4, 1fr); }
    .split { grid-template-columns: 1fr; gap: 28px; }
    .split.reverse .split-media { order: 0; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .towns .group ul { columns: 2; }

    .nav-burger { display: flex; }
    .main-nav {
        position: absolute; top: 68px; left: 0; right: 0; background: #fff;
        flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0;
        border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
        max-height: 0; overflow: hidden; transition: max-height .25s ease; padding-top: 0; padding-bottom: 0;
    }
    .main-nav a { padding: 13px 22px; border-bottom: 1px solid var(--line); }
    .main-nav a.active::after { display: none; }
    .main-nav .nav-btn { margin: 14px 22px; text-align: center; border-bottom: none; box-shadow: none; }
    #nav-toggle:checked ~ .main-nav { max-height: 420px; padding: 8px 0; }
}

@media (max-width: 560px) {
    .cards-2 { grid-template-columns: 1fr; }
    .channels { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .field-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .towns .group ul { columns: 1; }
    .towns-nav a { min-width: 34px; height: 34px; padding: 0 7px; }
    .cta-band-inner { flex-direction: column; align-items: flex-start; }
    .hero-inner { padding: 64px 0 72px; }
}

/* ============================================================
   Landing hero + overlay header (homepage) — scoped .lp-*
   ============================================================ */
/* ===== netnej landing hero — scoped under .lp-header / .lp-hero ===== */
.lp-header, .lp-hero { --lp-head-h: 78px; box-sizing: border-box; }
.lp-header *, .lp-hero * { box-sizing: border-box; }

/* ---------- HEADER (overlays the gradient) ---------- */
.lp-header { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.lp-head-inner {
  max-width: var(--wrap, 1160px); margin: 0 auto; padding: 16px 22px;
  min-height: var(--lp-head-h); display: flex; align-items: center; gap: 24px;
}
.lp-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.lp-logo img { height: 38px; width: auto; display: block; }

.lp-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.lp-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.lp-nav ul a {
  color: rgba(255,255,255,.92); font-weight: 600; font-size: 1rem;
  text-decoration: none; letter-spacing: .01em; transition: color .15s ease;
}
.lp-nav ul a:hover { color: #fff; }

.lp-cta {
  background: #fff; color: var(--accent, #d5003a); font-weight: 700;
  padding: 11px 20px; border-radius: 999px; text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 20px rgba(106,14,61,.28);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.lp-cta:hover {
  background: var(--accent-soft, #fce7ec); transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(106,14,61,.34);
}

/* hamburger — hidden on desktop */
.lp-nav-toggle, .lp-burger { display: none; }

/* ---------- HERO ---------- */
.lp-hero {
  position: relative; overflow: hidden; color: #fff;
  padding-top: calc(var(--lp-head-h) + 46px);
  padding-bottom: 150px;
  background: linear-gradient(135deg, #6a0e3d 0%, #ab002e 30%, #d5003a 58%, #ff7197 100%);
}
.lp-blobs { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

.lp-hero-inner {
  position: relative; z-index: 2;
  max-width: var(--wrap, 1160px); margin: 0 auto; padding: 0 22px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px;
}

.lp-hero-text h1 {
  color: #fff; font-weight: 800; margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.02em;
  text-shadow: 0 2px 18px rgba(74,6,40,.25);
}
.lp-sub {
  color: rgba(255,255,255,.92); margin: 0 0 32px; max-width: 540px;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.5;
}
.lp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.02rem; padding: 15px 28px; border-radius: 999px;
  text-decoration: none; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.lp-btn-primary { background: #fff; color: var(--accent, #d5003a); box-shadow: 0 12px 28px rgba(74,6,40,.32); }
.lp-btn-primary:hover { transform: translateY(-2px); background: var(--accent-soft, #fce7ec); box-shadow: 0 16px 34px rgba(74,6,40,.4); }
.lp-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.lp-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); transform: translateY(-2px); }

.lp-badges { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 16px 26px; }
.lp-badges li { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.95); font-weight: 600; font-size: .98rem; }
.lp-badges svg { flex: 0 0 auto; width: 20px; height: 20px; }

.lp-hero-art { position: relative; display: flex; justify-content: center; }
.lp-rocket {
  width: 100%; max-width: 440px; height: auto;
  filter: drop-shadow(0 24px 40px rgba(74,6,40,.35));
  animation: lp-float 5s ease-in-out infinite;
}
@keyframes lp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

.lp-wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: auto; z-index: 1; display: block; }

/* ---------- <= 900px : hamburger + stacked hero ---------- */
@media (max-width: 900px) {
  .lp-head-inner { position: relative; }
  .lp-burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; margin-left: auto; cursor: pointer; border-radius: 12px;
  }
  .lp-burger span { display: block; width: 26px; height: 3px; border-radius: 3px; background: #fff; transition: transform .25s ease, opacity .2s ease; }

  .lp-nav {
    position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; margin-left: 0;
    flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border-radius: 18px;
    background: rgba(106,14,61,.97); box-shadow: 0 20px 40px rgba(40,4,22,.4); z-index: 40;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .lp-nav ul { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
  .lp-nav ul li { width: 100%; }
  .lp-nav ul a { display: block; padding: 12px; border-radius: 10px; font-size: 1.05rem; }
  .lp-nav ul a:hover { background: rgba(255,255,255,.1); }
  .lp-cta { width: 100%; text-align: center; justify-content: center; margin-top: 6px; }

  .lp-nav-toggle:checked ~ .lp-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .lp-nav-toggle:checked ~ .lp-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .lp-nav-toggle:checked ~ .lp-burger span:nth-child(2) { opacity: 0; }
  .lp-nav-toggle:checked ~ .lp-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .lp-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .lp-hero-text { order: 2; }
  .lp-hero-art { order: 1; margin-bottom: 8px; }
  .lp-rocket { max-width: 300px; }
  .lp-sub { margin-left: auto; margin-right: auto; }
  .lp-actions { justify-content: center; }
  .lp-badges { justify-content: center; }
}

/* ---------- <= 560px : tighten ---------- */
@media (max-width: 560px) {
  .lp-head-inner { padding: 12px 16px; }
  .lp-logo img { height: 32px; }
  .lp-hero { padding-top: calc(var(--lp-head-h) + 24px); padding-bottom: 110px; }
  .lp-hero-inner { padding: 0 16px; }
  .lp-actions { flex-direction: column; }
  .lp-btn { width: 100%; }
  .lp-rocket { max-width: 230px; }
  .lp-badges { gap: 12px 18px; font-size: .92rem; }
}

/* ---------- accessibility ---------- */
@media (prefers-reduced-motion: reduce) { .lp-rocket { animation: none; } }