/* /Components/Designs/BrandMark.razor.rz.scp.css */
.brand[b-o0akpok1tv] {
    display: flex;
    align-items: center;
    gap: var(--brand-gap, 14px);
}

.brand-mark[b-o0akpok1tv] {
    display: flex;
    gap: 3px;
}

.brand-bar[b-o0akpok1tv] {
    height: var(--brand-bar-height, 34px);
    background: var(--accent, #C8102E);
}

.brand-bar-wide[b-o0akpok1tv] { width: 9px; }

.brand-bar-thin[b-o0akpok1tv] {
    width: 4px;
    opacity: .45;
}

.brand-text[b-o0akpok1tv] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-name[b-o0akpok1tv] {
    font-family: var(--brand-font, inherit);
    font-weight: var(--brand-weight, 800);
    font-size: var(--brand-size, 25px);
    line-height: 1;
    letter-spacing: var(--brand-tracking, -.02em);
    color: var(--brand-color, #1B1E21);
}

.brand-legal[b-o0akpok1tv] {
    color: var(--brand-muted, #6B7075);
    font-weight: var(--brand-legal-weight, 600);
}

/* 11 px je spodní hranice čitelnosti; proloženou verzalku níž už netáhnout. */
.brand-tagline[b-o0akpok1tv] {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: var(--brand-tagline-tracking, .14em);
    text-transform: uppercase;
    color: var(--brand-tagline-color, #6B7075);
    font-weight: 600;
}

@media (max-width: 560px) {
    .brand[b-o0akpok1tv] { --brand-size: 22px; --brand-bar-height: 28px; }

    .brand-tagline[b-o0akpok1tv] { display: none; }
}
/* /Components/Designs/Design1.razor.rz.scp.css */
/* Návrh 1 — světlá varianta. Bílá hlavička, obory jako karty.
   Sekce jsou na celou šířku okna, obsah uvnitř je vycentrovaný na --content. */

.page[b-5s1301h294] {
    --accent: #C8102E;
    --accent-dark: #8E0C21;
    --ink: #1B1E21;
    --ink-soft: #24272A;
    --muted: #55595E;       /* 7.05:1 na bílé */
    --muted-light: #5E6368; /* 6.07:1 na bílé */
    --label: #6B7075;       /* 5.00:1 na bílé */
    --line: #E4E6E8;
    --line-strong: #A7ACB1;
    --wash: #F4F5F6;

    /* Šířka obsahu a odsazení od okrajů okna. --bleed drží obsah uprostřed,
       zatímco pozadí sekcí zůstává přes celou šířku. */
    --content: 1280px;
    --gutter: 32px;
    --bleed: max(var(--gutter), (100% - var(--content)) / 2);

    --radius-card: 12px;
    --radius-btn: 10px;

    /* Výška lepkavé hlavičky. Drží kotvy a cíle fokusu pod ní. */
    --header-h: 89px;

    width: 100%;
    background: #fff;
    font-family: Archivo, system-ui, sans-serif;
    color: var(--ink-soft);

    --brand-muted: var(--label);
    --brand-tagline-color: var(--label);
}

.page a[b-5s1301h294] {
    color: var(--accent);
    text-decoration: none;
}

.page :focus-visible[b-5s1301h294] {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}

.page section[b-5s1301h294] {
    scroll-margin-top: 24px;
}

/* Hlavička */

.masthead[b-5s1301h294] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 22px var(--bleed);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px 32px;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: 1px solid var(--line);

    /* Telefon, přepínač navigace a mobilní panel. Panel zapíná až breakpoint níž. */
    --phone-hover-bg: var(--ink);
    --phone-hover-border: var(--ink);
    --burger-border: 1.5px solid var(--ink);
    --burger-color: var(--ink);
    --sheet-display: none;
    --sheet-offset: 1px; /* tloušťka spodní linky hlavičky */
    --sheet-active: var(--accent);
    --sheet-line: var(--line);
    --sheet-muted: var(--label);
}

.masthead-end[b-5s1301h294] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav[b-5s1301h294] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav a[b-5s1301h294] {
    position: relative;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 600;
    /* Horní výplň dorovnává místo pod textem (5 px + 2px linka), aby odkaz
       seděl opticky ve stejné výšce jako telefonní tlačítko vedle. */
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

/* Zvětšená plocha pro dotyk (min. 44 px) bez vizuální změny odkazu. */
.nav a[b-5s1301h294]::after {
    content: "";
    position: absolute;
    inset: -7px -10px;
}

.nav a:hover[b-5s1301h294] { color: var(--accent); }

.nav a.is-active[b-5s1301h294] {
    color: var(--accent);
    border-bottom-color: var(--accent);
}


/* Hero */

.hero[b-5s1301h294] {
    padding: 88px var(--bleed) 72px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.hero-copy[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.eyebrow[b-5s1301h294] {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
}

.hero h1[b-5s1301h294] {
    margin: 0;
    font-weight: 800;
    font-size: clamp(38px, 5.2vw, 66px);
    line-height: 1.04;
    letter-spacing: -.03em;
    color: var(--ink);
    text-wrap: balance;
}

.accent[b-5s1301h294] { color: var(--accent); }

.lead[b-5s1301h294] {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 44ch;
    text-wrap: pretty;
}

.hero-actions[b-5s1301h294] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-solid[b-5s1301h294] {
    background: var(--accent);
    color: #fff !important;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius-btn);
    transition: background-color .15s ease;
}

.btn-solid:hover[b-5s1301h294] { background: var(--accent-dark); }

.btn-plain[b-5s1301h294] {
    color: var(--ink) !important;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius-btn);
    transition: background-color .15s ease, color .15s ease;
}

.btn-plain:hover[b-5s1301h294] {
    background: var(--wash);
    color: var(--accent) !important;
}

.hero-figure[b-5s1301h294] {
    margin: 0;
    position: relative;
    aspect-ratio: 5 / 4;
    background: #EDEEF0;
    border-radius: var(--radius-card);
    overflow: hidden;
}

.hero-figure img[b-5s1301h294] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Obory */

.services[b-5s1301h294] {
    padding: 0 var(--bleed) 76px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.section-head[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-head h2[b-5s1301h294] {
    margin: 0;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 34px);
    letter-spacing: -.02em;
    color: var(--ink);
    text-wrap: balance;
}

.section-head p[b-5s1301h294] {
    margin: 0;
    font-size: 16px;
    color: var(--muted-light);
}

/* Pevný počet sloupců, aby poslední řádek karet nezůstával roztříštěný. */
.card-grid[b-5s1301h294] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.card[b-5s1301h294] {
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--accent);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.card:hover[b-5s1301h294] {
    border-color: var(--accent);
    box-shadow: 0 6px 20px rgba(27, 30, 33, .07);
    transform: translateY(-2px);
}

.card h3[b-5s1301h294] {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
    text-wrap: balance;
}

.card p[b-5s1301h294] {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted-light);
    text-wrap: pretty;
}

/* Proč RZ CB */

.features[b-5s1301h294] {
    background: var(--wash);
    padding: 72px var(--bleed);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
}

.feature[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 3px solid var(--line-strong);
    padding-top: 20px;
}

.feature-lead[b-5s1301h294] { border-top-color: var(--accent); }

.feature h3[b-5s1301h294] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.01em;
}

.feature p[b-5s1301h294] {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--muted);
    text-wrap: pretty;
}

/* Kontakt */

.contact[b-5s1301h294] {
    padding: 76px var(--bleed);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: center;
}

.contact-copy[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-copy h2[b-5s1301h294] {
    margin: 0;
    font-weight: 800;
    font-size: clamp(32px, 3.6vw, 44px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: var(--ink);
    text-wrap: balance;
}

.contact-copy p[b-5s1301h294] {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 40ch;
    text-wrap: pretty;
}

.contact-lines[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-left: 3px solid var(--accent);
    padding-left: 32px;
}

.contact-line[b-5s1301h294] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-label[b-5s1301h294] {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--label);
    font-weight: 700;
}

.contact-line a[b-5s1301h294] {
    /* Dotyková plocha alespoň 44px podle HIG. */
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    color: var(--ink) !important;
    letter-spacing: -.02em;
    word-break: break-word;
}

.contact-line a:hover[b-5s1301h294] { color: var(--accent) !important; }

/* Patička */

.footer[b-5s1301h294] {
    background: var(--ink);
    padding: 26px var(--bleed);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 24px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #B9BEC2; /* 8.94:1 na --ink */
    font-weight: 500;
}

.footer :focus-visible[b-5s1301h294] { outline-color: #fff; }

@media (max-width: 1100px) {
    .card-grid[b-5s1301h294] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .page[b-5s1301h294] { --gutter: 28px; }

    .hero[b-5s1301h294] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed) 48px;
        gap: 36px;
    }

    .hero-figure[b-5s1301h294] { aspect-ratio: 16 / 10; }

    .services[b-5s1301h294] { padding: 0 var(--bleed) 56px; }

    .features[b-5s1301h294] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed);
        gap: 36px;
    }

    .contact[b-5s1301h294] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed);
    }

    .footer[b-5s1301h294] { padding: 22px var(--bleed); }

    .card-grid[b-5s1301h294] { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .contact-lines[b-5s1301h294] {
        border-left: none;
        border-top: 3px solid var(--accent);
        padding: 20px 0 0;
    }
}

@media (max-width: 560px) {
    .page[b-5s1301h294] { --gutter: 20px; }

    .card-grid[b-5s1301h294] { grid-template-columns: 1fr; }

    .hero-actions > *[b-5s1301h294] { flex: 1 1 auto; text-align: center; }
}

/* Mobilní hlavička. Pod 950 px se přepínač návrhů do řádku nevejde (zalomil by se
   na 154 px), proto se stěhuje do panelu. V hlavičce zůstává logo, telefon a tlačítko. */
@media (max-width: 949px) {
    .masthead[b-5s1301h294] {
        padding: 18px var(--bleed);
        gap: 16px;
        flex-wrap: nowrap;

        --burger-display: inline-flex;
        --phone-label-display: none;
        --phone-label-short-display: inline;
        --phone-padding: 11px 14px;
        --sheet-display: contents;
    }

    .masthead-end[b-5s1301h294] { gap: 12px; }

    .nav[b-5s1301h294] { display: none; }

    .page[b-5s1301h294] { --header-h: 81px; }
}

/* Kotvy, cíl přeskočení ani prvek, na který skočí fokus z klávesnice,
   nesmí skončit schované pod lepkavou hlavičkou. */
main[id][b-5s1301h294],
section[id][b-5s1301h294],
a[b-5s1301h294],
button[b-5s1301h294],
summary[b-5s1301h294] {
    scroll-margin-top: calc(var(--header-h, 0px) + 24px);
}
/* /Components/Designs/Design2.razor.rz.scp.css */
/* Návrh 2 — tmavá hlavička. Stejná kostra jako Návrh 1, silnější kontrasty.
   Sekce jsou na celou šířku okna, obsah uvnitř je vycentrovaný na --content. */

.page[b-4fb8sgvct4] {
    --accent: #C8102E;
    --accent-dark: #8E0C21;
    --accent-bright: #E8536B; /* varianta akcentu pro tmavé plochy, 4.69:1 na --ink */
    --ink: #1B1E21;
    --ink-deep: #101214;
    --ink-soft: #24272A;
    --muted: #4A4F54;
    --muted-light: #5E6368;
    --label: #6B7075;
    --line: #E4E6E8;
    --line-strong: #A7ACB1;
    --wash: #F4F5F6;

    /* Šířka obsahu a odsazení od okrajů okna. --bleed drží obsah uprostřed,
       zatímco pozadí sekcí zůstává přes celou šířku. */
    --content: 1280px;
    --gutter: 32px;
    --bleed: max(var(--gutter), (100% - var(--content)) / 2);

    --radius-card: 12px;
    --radius-btn: 10px;

    /* Výška lepkavé hlavičky. Drží kotvy a cíle fokusu pod ní. */
    --header-h: 84px;

    width: 100%;
    background: #fff;
    font-family: Archivo, system-ui, sans-serif;
    color: var(--ink-soft);
}

.page a[b-4fb8sgvct4] {
    color: var(--accent);
    text-decoration: none;
}

.page :focus-visible[b-4fb8sgvct4] {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}

.page section[b-4fb8sgvct4] {
    scroll-margin-top: 24px;
}

/* Hlavička */

.masthead[b-4fb8sgvct4] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--ink);
    padding: 20px var(--bleed);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 32px;
    flex-wrap: wrap;

    --brand-color: #fff;
    --brand-muted: #B9BEC2;
    --brand-tagline-color: #B9BEC2;

    /* Telefon, přepínač navigace a mobilní panel. Panel zapíná až breakpoint níž.
       Hlavička je tmavá, proto světlé obrysy a jasnější akcent. */
    --phone-bg: var(--accent);
    --phone-color: #fff;
    --phone-border: 1.5px solid var(--accent);
    --phone-hover-bg: var(--accent-dark);
    --phone-hover-color: #fff;
    --phone-hover-border: var(--accent-dark);
    --focus-ring: #fff;
    --burger-color: #fff;
    --burger-border: 1.5px solid rgba(255, 255, 255, .38);
    --burger-hover-bg: rgba(255, 255, 255, .1);
    --burger-hover-border: #fff;
    --sheet-display: none;
    --sheet-bg: var(--ink);
    --sheet-color: #E4E6E8;
    --sheet-line: rgba(255, 255, 255, .16);
    --sheet-active: var(--accent-bright);
    --sheet-muted: #B9BEC2;
    --scrim: rgba(16, 18, 20, .55);
}

.masthead :focus-visible[b-4fb8sgvct4] { outline-color: #fff; }

.masthead-end[b-4fb8sgvct4] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav[b-4fb8sgvct4] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav a[b-4fb8sgvct4] {
    position: relative;
    color: #E4E6E8; /* 13.4:1 na --ink */
    font-size: 14px;
    font-weight: 600;
    /* Horní výplň dorovnává místo pod textem (5 px + 2px linka), aby odkaz
       seděl opticky ve stejné výšce jako telefonní tlačítko vedle. */
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

/* Zvětšená plocha pro dotyk (min. 44 px) bez vizuální změny odkazu. */
.nav a[b-4fb8sgvct4]::after {
    content: "";
    position: absolute;
    inset: -7px -10px;
}

.nav a:hover[b-4fb8sgvct4] { color: #fff; }

.nav a.is-active[b-4fb8sgvct4] {
    color: #fff;
    /* Na tmavém podkladu by značkově červená měla jen 2.85:1, proto světlejší odstín. */
    border-bottom-color: var(--accent-bright);
}

/* Hero */

.hero[b-4fb8sgvct4] {
    padding: 88px var(--bleed) 72px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.hero-copy[b-4fb8sgvct4] {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.eyebrow[b-4fb8sgvct4] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-light);
    font-weight: 700;
}

.eyebrow-dash[b-4fb8sgvct4] {
    width: 28px;
    height: 3px;
    flex: none;
    background: var(--accent);
}

.hero h1[b-4fb8sgvct4] {
    margin: 0;
    font-weight: 800;
    font-size: clamp(38px, 5.2vw, 66px);
    line-height: 1.04;
    letter-spacing: -.03em;
    color: var(--ink);
    text-wrap: balance;
}

.accent[b-4fb8sgvct4] { color: var(--accent); }

.lead[b-4fb8sgvct4] {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 44ch;
    text-wrap: pretty;
}

.hero-actions[b-4fb8sgvct4] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-solid[b-4fb8sgvct4] {
    background: var(--accent);
    color: #fff !important;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius-btn);
    transition: background-color .15s ease;
}

.btn-solid:hover[b-4fb8sgvct4] { background: var(--accent-dark); }

/* Sekundární tlačítko má vlastní výplň, aby nebylo rozpoznatelné jen podle
   světlého rámečku (ten sám o sobě nedosáhne 3:1). */
.btn-outline[b-4fb8sgvct4] {
    background: var(--wash);
    border: 1px solid var(--line-strong);
    color: var(--ink) !important;
    padding: 15px 26px;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius-btn);
    transition: background-color .15s ease, border-color .15s ease;
}

.btn-outline:hover[b-4fb8sgvct4] {
    background: #E7E9EB;
    border-color: var(--ink);
}

.hero-figure[b-4fb8sgvct4] {
    margin: 0;
    position: relative;
    aspect-ratio: 5 / 4;
    background: var(--line);
    border-radius: var(--radius-card);
    box-shadow: 0 0 0 1px #DCDEE0;
    overflow: hidden;
}

.hero-figure img[b-4fb8sgvct4] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Obory */

.services[b-4fb8sgvct4] {
    padding: 0 var(--bleed) 76px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.section-head[b-4fb8sgvct4] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 32px;
    flex-wrap: wrap;
    border-bottom: 2px solid var(--ink);
    padding-bottom: 14px;
}

.section-head h2[b-4fb8sgvct4] {
    margin: 0;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 34px);
    letter-spacing: -.02em;
    color: var(--ink);
    text-wrap: balance;
}

.section-head span[b-4fb8sgvct4] {
    font-size: 15px;
    color: var(--muted-light);
}

/* Pevný počet sloupců, aby poslední řádek karet nezůstával roztříštěný. */
.card-grid[b-4fb8sgvct4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.card[b-4fb8sgvct4] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--accent);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.card:hover[b-4fb8sgvct4] {
    border-color: var(--accent);
    box-shadow: 0 6px 20px rgba(27, 30, 33, .07);
    transform: translateY(-2px);
}

.card h3[b-4fb8sgvct4] {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
    text-wrap: balance;
}

.card p[b-4fb8sgvct4] {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted-light);
    text-wrap: pretty;
}

/* Proč RZ CB — tmavý pás */

.features[b-4fb8sgvct4] {
    background: var(--ink);
    padding: 72px var(--bleed);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
}

.features :focus-visible[b-4fb8sgvct4] { outline-color: #fff; }

.feature[b-4fb8sgvct4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 3px solid var(--accent-bright);
    padding-top: 20px;
}

.feature h3[b-4fb8sgvct4] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.01em;
}

.feature p[b-4fb8sgvct4] {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #C2C7CB; /* 9.83:1 na --ink */
    text-wrap: pretty;
}

/* Kontakt */

.contact[b-4fb8sgvct4] {
    background: var(--wash);
    padding: 76px var(--bleed);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: center;
}

.contact-copy[b-4fb8sgvct4] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-copy h2[b-4fb8sgvct4] {
    margin: 0;
    font-weight: 800;
    font-size: clamp(32px, 3.6vw, 44px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: var(--ink);
    text-wrap: balance;
}

.contact-copy p[b-4fb8sgvct4] {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 40ch;
    text-wrap: pretty;
}

.contact-lines[b-4fb8sgvct4] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-left: 3px solid var(--accent);
    padding-left: 32px;
}

.contact-line[b-4fb8sgvct4] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-label[b-4fb8sgvct4] {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--label);
    font-weight: 700;
}

.contact-line a[b-4fb8sgvct4] {
    /* Dotyková plocha alespoň 44px podle HIG. */
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    color: var(--ink) !important;
    letter-spacing: -.02em;
    word-break: break-word;
}

.contact-line a:hover[b-4fb8sgvct4] { color: var(--accent) !important; }

/* Patička */

.footer[b-4fb8sgvct4] {
    background: var(--ink-deep);
    padding: 26px var(--bleed);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 24px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #AEB3B8; /* 8.89:1 na --ink-deep */
    font-weight: 500;
}

.footer :focus-visible[b-4fb8sgvct4] { outline-color: #fff; }

@media (max-width: 1100px) {
    .card-grid[b-4fb8sgvct4] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .page[b-4fb8sgvct4] { --gutter: 28px; }

    .hero[b-4fb8sgvct4] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed) 48px;
        gap: 36px;
    }

    .hero-figure[b-4fb8sgvct4] { aspect-ratio: 16 / 10; }

    .services[b-4fb8sgvct4] { padding: 0 var(--bleed) 56px; }

    .features[b-4fb8sgvct4] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed);
        gap: 36px;
    }

    .contact[b-4fb8sgvct4] {
        grid-template-columns: 1fr;
        padding: 56px var(--bleed);
    }

    .footer[b-4fb8sgvct4] { padding: 22px var(--bleed); }

    .card-grid[b-4fb8sgvct4] { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .contact-lines[b-4fb8sgvct4] {
        border-left: none;
        border-top: 3px solid var(--accent);
        padding: 20px 0 0;
    }
}

@media (max-width: 560px) {
    .page[b-4fb8sgvct4] { --gutter: 20px; }

    .card-grid[b-4fb8sgvct4] { grid-template-columns: 1fr; }

    .hero-actions > *[b-4fb8sgvct4] { flex: 1 1 auto; text-align: center; }
}

/* Mobilní hlavička. Pod 950 px se přepínač návrhů do řádku nevejde (zalomil by se
   na 145 px), proto se stěhuje do panelu. V hlavičce zůstává logo, telefon a tlačítko. */
@media (max-width: 949px) {
    .masthead[b-4fb8sgvct4] {
        padding: 16px var(--bleed);
        gap: 16px;
        flex-wrap: nowrap;

        --burger-display: inline-flex;
        --phone-label-display: none;
        --phone-label-short-display: inline;
        --phone-padding: 11px 16px;
        --sheet-display: contents;
    }

    .masthead-end[b-4fb8sgvct4] { gap: 12px; }

    .nav[b-4fb8sgvct4] { display: none; }

    .page[b-4fb8sgvct4] { --header-h: 76px; }
}

/* Kotvy, cíl přeskočení ani prvek, na který skočí fokus z klávesnice,
   nesmí skončit schované pod lepkavou hlavičkou. */
main[id][b-4fb8sgvct4],
section[id][b-4fb8sgvct4],
a[b-4fb8sgvct4],
button[b-4fb8sgvct4],
summary[b-4fb8sgvct4] {
    scroll-margin-top: calc(var(--header-h, 0px) + 24px);
}
/* /Components/Designs/MenuToggle.razor.rz.scp.css */
/* Zobrazení zapíná návrh (--burger-display) až ve chvíli, kdy se navigace
   nevejde do jednoho řádku hlavičky. Plocha 44x44 px podle HIG. */
.burger[b-4f6a11gbg9] {
    display: var(--burger-display, none);
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--burger-bg, transparent);
    border: var(--burger-border, 1.5px solid currentColor);
    border-radius: var(--burger-radius, 10px);
    color: var(--burger-color, #1B1E21);
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
}

/* Na tmavé hlavičce by značkově červený prstenec měl jen 2.85:1. */
.burger:focus-visible[b-4f6a11gbg9] { outline-color: var(--focus-ring, #C8102E); }

.burger:hover[b-4f6a11gbg9] {
    background: var(--burger-hover-bg, rgba(27, 30, 33, .06));
    border-color: var(--burger-hover-border, currentColor);
}

.burger-box[b-4f6a11gbg9] {
    position: relative;
    width: 20px;
    height: 14px;
}

.burger-bar[b-4f6a11gbg9] {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .15s ease;
}

.burger-bar:nth-child(1)[b-4f6a11gbg9] { top: 0; }
.burger-bar:nth-child(2)[b-4f6a11gbg9] { top: 6px; }
.burger-bar:nth-child(3)[b-4f6a11gbg9] { top: 12px; }

/* Otevřený stav je křížek — stejná plocha, jiný význam. */
.is-open .burger-bar:nth-child(1)[b-4f6a11gbg9] { transform: translateY(6px) rotate(45deg); }
.is-open .burger-bar:nth-child(2)[b-4f6a11gbg9] { opacity: 0; }
.is-open .burger-bar:nth-child(3)[b-4f6a11gbg9] { transform: translateY(-6px) rotate(-45deg); }
/* /Components/Designs/NavSheet.razor.rz.scp.css */
/* Obal jen zapíná a vypíná celý panel (--sheet-display). „contents“ nechává
   zákryt i panel polohovat se přímo vůči hlavičce. */
.nav-mobile[b-k9r62r0d2z] {
    display: var(--sheet-display, contents);
}

/* Panel začíná pod spodní linkou hlavičky. Absolutní pozice se počítá od okraje
   výplně, --sheet-offset proto dorovnává tloušťku linky. */
.nav-scrim[b-k9r62r0d2z] {
    position: absolute;
    top: calc(100% + var(--sheet-offset, 0px));
    left: 0;
    right: 0;
    height: calc(100vh - var(--header-h, 0px));
    height: calc(100dvh - var(--header-h, 0px));
    background: var(--scrim, rgba(27, 30, 33, .42));
    animation: sheet-fade-b-k9r62r0d2z .18s ease;
}

.nav-sheet[b-k9r62r0d2z] {
    position: absolute;
    top: calc(100% + var(--sheet-offset, 0px));
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    /* Zarovnání na stejný okraj jako obsah stránky. */
    padding: 6px var(--bleed, 20px) 12px;
    max-height: 70vh;
    overflow-y: auto;
    background: var(--sheet-bg, #fff);
    border-bottom: 1px solid var(--sheet-line, #E4E6E8);
    box-shadow: 0 18px 30px rgba(27, 30, 33, .16);
    animation: sheet-in-b-k9r62r0d2z .18s ease;
}

.sheet-link[b-k9r62r0d2z] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 52px;
    margin: 0 -12px;
    padding: 14px 12px;
    border-bottom: 1px solid var(--sheet-line, #E4E6E8);
    color: var(--sheet-color, #1B1E21);
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

/* Na tmavém panelu by značkově červený prstenec měl jen 2.85:1. */
.sheet-link:focus-visible[b-k9r62r0d2z] { outline-color: var(--focus-ring, #C8102E); }

.sheet-link:last-child[b-k9r62r0d2z] { border-bottom: none; }

/* Aktivní položku nedrží jen barva — přibývá pruh u okraje a silnější řez. */
.sheet-link.is-active[b-k9r62r0d2z] {
    color: var(--sheet-active, #C8102E);
    font-weight: 700;
    box-shadow: inset 3px 0 var(--sheet-active, #C8102E);
}

.sheet-note[b-k9r62r0d2z] {
    font-size: 13px;
    font-weight: 500;
    color: var(--sheet-muted, #6B7075);
}

.sheet-link.is-active .sheet-note[b-k9r62r0d2z] { color: inherit; }

@keyframes sheet-in-b-k9r62r0d2z {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes sheet-fade-b-k9r62r0d2z {
    from { opacity: 0; }
}
/* /Components/Designs/PhoneButton.razor.rz.scp.css */
/* Dotyková plocha alespoň 44 px podle HIG, i když z tlačítka zbude jen ikona. */
.phone[b-s6b2lxm7m7] {
    display: var(--phone-display, inline-flex);
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: var(--phone-padding, 11px 18px);
    border: var(--phone-border, 1.5px solid currentColor);
    border-radius: var(--phone-radius, 10px);
    background: var(--phone-bg, transparent);
    color: var(--phone-color, #1B1E21);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

/* Na tmavé hlavičce by značkově červený prstenec měl jen 2.85:1. */
.phone:focus-visible[b-s6b2lxm7m7] { outline-color: var(--focus-ring, #C8102E); }

.phone:hover[b-s6b2lxm7m7] {
    background: var(--phone-hover-bg, #1B1E21);
    color: var(--phone-hover-color, #fff);
    border-color: var(--phone-hover-border, #1B1E21);
}

/* V mobilní hlavičce je vedle loga a tlačítka navigace místo jen na číslo
   bez předvolby — přepíná ho návrh spolu s ostatními mobilními proměnnými. */
.phone-label[b-s6b2lxm7m7] { display: var(--phone-label-display, inline); }

.phone-label-short[b-s6b2lxm7m7] { display: var(--phone-label-short-display, none); }

.phone-icon[b-s6b2lxm7m7] {
    display: var(--phone-icon-display, none);
    width: 20px;
    height: 20px;
    flex: none;
}

/* Na nejužších displejích nezbývá na číslo místo. Zůstává ikona, číslo si
   odečítač vezme z aria-label odkazu. */
@media (max-width: 380px) {
    .phone-label[b-s6b2lxm7m7],
    .phone-label-short[b-s6b2lxm7m7] { display: none; }

    .phone-icon[b-s6b2lxm7m7] { display: inline; }

    .phone[b-s6b2lxm7m7] {
        width: 44px;
        padding: 0;
        justify-content: center;
    }
}
/* /Components/Designs/ProtocolPage.razor.rz.scp.css */
/* Protokolový styl (Návrh 3 a 4). Patkové nadpisy, obory jako rozbalovací seznam.
   Pruhy jdou přes celou šířku okna, obsah uvnitř je vycentrovaný na --content. */

.page[b-ai3qmn5pm7] {
    --accent: #C8102E;
    --accent-dark: #8E0C21;
    --accent-bright: #E8536B; /* varianta akcentu pro tmavé plochy, 4.69:1 na --ink */
    --ink: #1B1E21;
    --ink-deep: #101214;
    --muted: #4A4F54;
    --muted-light: #5E6368;  /* 6.07:1 na bílé */
    --label: #6B7075;        /* 5.00:1 na bílé */
    --line: #DCDEE0;
    --line-soft: #C9CDD1;
    --line-strong: #A7ACB1;
    --wash: #F4F5F6;
    --serif: Bitter, Georgia, serif;

    /* Šířka obsahu a odsazení od okrajů okna. --bleed drží obsah uprostřed,
       zatímco pozadí pruhů zůstává přes celou šířku. */
    --content: 1180px;
    --gutter: 28px;
    --bleed: max(var(--gutter), (100% - var(--content)) / 2);

    /* Výška lepkavé hlavičky. Drží kotvy a cíle fokusu pod ní. */
    --header-h: 91px;

    width: 100%;
    background: #fff;
    font-family: Asap, system-ui, sans-serif;
    color: var(--ink);

    --brand-font: var(--serif);
    --brand-weight: 700;
    --brand-size: 27px;
    --brand-tracking: -.015em;
    --brand-legal-weight: 500;
    --brand-muted: var(--label);
    --brand-tagline-color: var(--label);
    --brand-tagline-tracking: .15em;
    --brand-bar-height: 36px;
    --brand-gap: 13px;
}

.page a[b-ai3qmn5pm7] {
    color: var(--accent);
    text-decoration: none;
}

.page :focus-visible[b-ai3qmn5pm7] {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

.page section[b-ai3qmn5pm7] {
    scroll-margin-top: 24px;
}

/* Horní pruh a hlavička */

.topbar[b-ai3qmn5pm7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px 16px;
    flex-wrap: wrap;
    padding: 4px var(--bleed);
    background: var(--wash);
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    color: #55595E; /* 6.46:1 na --wash */
}

.topbar-contacts[b-ai3qmn5pm7] {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-contacts a[b-ai3qmn5pm7] {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--ink);
    font-weight: 600;
}

/* Zvětšená plocha pro dotyk bez vizuální změny odkazu. */
.topbar-contacts a[b-ai3qmn5pm7]::after {
    content: "";
    position: absolute;
    inset: 0 -8px;
}

.topbar-contacts a:hover[b-ai3qmn5pm7] { color: var(--accent); }

.masthead[b-ai3qmn5pm7] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px 28px;
    flex-wrap: wrap;
    padding: 26px var(--bleed) 16px;
    background: #fff;
    border-bottom: 4px solid var(--ink);

    /* Telefon, přepínač navigace a mobilní panel. V širokém okně je telefon
       v horním pruhu, tlačítko se objeví až v mobilní hlavičce.
       Protokolový styl nemá zaoblení, proto nulový rádius. */
    --phone-display: none;
    --phone-radius: 0;
    --phone-hover-bg: var(--ink);
    --phone-hover-border: var(--ink);
    --burger-border: 1.5px solid var(--ink);
    --burger-radius: 0;
    --burger-color: var(--ink);
    --sheet-display: none;
    --sheet-offset: 4px; /* tloušťka spodní linky hlavičky */
    --sheet-active: var(--accent);
    --sheet-line: var(--line);
    --sheet-muted: var(--label);
}

.masthead-end[b-ai3qmn5pm7] {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}

.nav[b-ai3qmn5pm7] {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    padding-bottom: 3px;
}

.nav a[b-ai3qmn5pm7] {
    position: relative;
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

/* Zvětšená plocha pro dotyk (min. 44 px) bez vizuální změny odkazu. */
.nav a[b-ai3qmn5pm7]::after {
    content: "";
    position: absolute;
    inset: -13px -10px;
}

.nav a:hover[b-ai3qmn5pm7] { color: var(--accent); }

.nav a.is-active[b-ai3qmn5pm7] {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

/* Tmavá hlavička - Návrh 4 */

.page-dark-head .topbar[b-ai3qmn5pm7] {
    background: var(--ink-deep);
    border-bottom: none;
    color: #B9BEC2; /* 10.0:1 na --ink-deep */
}

.page-dark-head .topbar :focus-visible[b-ai3qmn5pm7],
.page-dark-head .masthead :focus-visible[b-ai3qmn5pm7] { outline-color: #fff; }

.page-dark-head .topbar-contacts a[b-ai3qmn5pm7] { color: #fff; }

.page-dark-head .topbar-contacts a:hover[b-ai3qmn5pm7] { color: var(--accent-bright); }

.page-dark-head .masthead[b-ai3qmn5pm7] {
    background: var(--ink);
    padding: 24px var(--bleed) 20px;
    border-bottom: 4px solid var(--accent);

    --brand-color: #fff;
    --brand-muted: #B9BEC2;
    --brand-tagline-color: #B9BEC2;

    /* Tmavá hlavička: světlé obrysy a jasnější akcent, červená by tu měla jen 2.85:1. */
    --phone-bg: var(--accent);
    --phone-color: #fff;
    --phone-border: 1.5px solid var(--accent);
    --phone-hover-bg: var(--accent-dark);
    --phone-hover-color: #fff;
    --phone-hover-border: var(--accent-dark);
    --focus-ring: #fff;
    --burger-color: #fff;
    --burger-border: 1.5px solid rgba(255, 255, 255, .38);
    --burger-hover-bg: rgba(255, 255, 255, .1);
    --burger-hover-border: #fff;
    --sheet-bg: var(--ink);
    --sheet-color: #E4E6E8;
    --sheet-line: rgba(255, 255, 255, .16);
    --sheet-active: var(--accent-bright);
    --sheet-muted: #B9BEC2;
    --scrim: rgba(16, 18, 20, .55);
}

.page-dark-head .nav a[b-ai3qmn5pm7] { color: #E4E6E8; }

.page-dark-head .nav a:hover[b-ai3qmn5pm7] { color: #fff; }

.page-dark-head .nav a.is-active[b-ai3qmn5pm7] {
    color: #fff;
    /* Na tmavém podkladu by značkově červená měla jen 2.85:1, proto světlejší odstín. */
    border-bottom-color: var(--accent-bright);
}

/* Úvod */

.hero[b-ai3qmn5pm7] {
    padding: 56px var(--bleed) 44px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px 56px;
    align-items: start;
}

.hero-copy[b-ai3qmn5pm7] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hero h1[b-ai3qmn5pm7] {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(34px, 4.6vw, 54px);
    line-height: 1.14;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.lead[b-ai3qmn5pm7] {
    margin: 0;
    font-size: 17px;
    line-height: 1.62;
    color: var(--muted);
    max-width: 48ch;
    text-wrap: pretty;
}

.hero-actions[b-ai3qmn5pm7] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 2px;
}

.btn-solid[b-ai3qmn5pm7] {
    background: var(--accent);
    color: #fff !important;
    padding: 15px 26px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color .15s ease;
}

.btn-solid:hover[b-ai3qmn5pm7] { background: var(--accent-dark); }

/* Sekundární tlačítko má vlastní výplň, aby nebylo rozpoznatelné jen podle
   světlého rámečku (ten sám o sobě nedosáhne 3:1). */
.btn-outline[b-ai3qmn5pm7] {
    background: var(--wash);
    border: 1px solid var(--line-strong);
    color: var(--ink) !important;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color .15s ease, border-color .15s ease;
}

.btn-outline:hover[b-ai3qmn5pm7] {
    background: #E7E9EB;
    border-color: var(--ink);
}

/* Rozsah činnosti */

.meta[b-ai3qmn5pm7] {
    border-top: 2px solid var(--ink);
    padding-top: 14px;
}

.meta-head[b-ai3qmn5pm7] {
    margin: 0 0 12px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--label);
    font-weight: 700;
}

.meta-list[b-ai3qmn5pm7] {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.meta-row[b-ai3qmn5pm7] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px dotted var(--line-soft);
}

.meta-row:last-child[b-ai3qmn5pm7] { border-bottom: none; }

.meta-row dt[b-ai3qmn5pm7] {
    font-size: 15px;
    color: var(--muted-light);
}

.meta-row dd[b-ai3qmn5pm7] {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

/* Fotopás */

.photo-band[b-ai3qmn5pm7] { padding: 0 var(--bleed) 56px; }

.photo-band figure[b-ai3qmn5pm7] {
    margin: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    background: #E4E6E8;
    overflow: hidden;
}

.photo-band img[b-ai3qmn5pm7] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nadpisy sekcí */

.rule[b-ai3qmn5pm7] {
    display: flex;
    align-items: baseline;
    gap: 8px 18px;
    border-bottom: 2px solid var(--ink);
    padding-bottom: 12px;
    flex-wrap: wrap;
}

.rule h2[b-ai3qmn5pm7] {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(26px, 2.8vw, 30px);
    letter-spacing: -.015em;
    text-wrap: balance;
}

.rule span[b-ai3qmn5pm7] {
    font-size: 15px;
    color: var(--muted-light);
    margin-left: auto;
}

/* Obory */

.services[b-ai3qmn5pm7] { padding: 0 var(--bleed) 60px; }

.services .rule[b-ai3qmn5pm7] { margin-bottom: 4px; }

.services details[b-ai3qmn5pm7] { border-bottom: 1px solid var(--line); }

.services summary[b-ai3qmn5pm7] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 12px;
    min-height: 44px;
    list-style: none;
    cursor: pointer;
    transition: background-color .15s ease;
}

.services summary[b-ai3qmn5pm7]::-webkit-details-marker { display: none; }

.services summary:hover[b-ai3qmn5pm7] { background: #FAFAFB; }

.services summary:focus-visible[b-ai3qmn5pm7] {
    outline: 3px solid var(--accent);
    outline-offset: -3px;
}

.services details[open] summary[b-ai3qmn5pm7] { background: var(--wash); }

.svc-no[b-ai3qmn5pm7] {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
    min-width: 26px;
    font-variant-numeric: tabular-nums;
}

.svc-title[b-ai3qmn5pm7] {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    flex: 1;
    text-wrap: balance;
}

.svc-ind[b-ai3qmn5pm7] {
    font-size: 22px;
    color: var(--muted-light);
    line-height: 1;
    padding: 0 6px;
    transition: transform .14s ease;
}

.services details[open] .svc-ind[b-ai3qmn5pm7] { transform: rotate(45deg); }

.services details p[b-ai3qmn5pm7] {
    margin: 0;
    padding: 0 46px 24px 58px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 70ch;
    text-wrap: pretty;
}

/* Postup */

.steps[b-ai3qmn5pm7] { padding: 0 var(--bleed) 60px; }

.steps .rule[b-ai3qmn5pm7] { margin-bottom: 30px; }

.step-grid[b-ai3qmn5pm7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.step[b-ai3qmn5pm7] {
    display: flex;
    gap: 16px;
}

.step-no[b-ai3qmn5pm7] {
    font-family: var(--serif);
    font-size: 34px;
    font-weight: 700;
    color: var(--accent);
    line-height: .9;
    min-width: 24px;
    font-variant-numeric: tabular-nums;
}

.step h3[b-ai3qmn5pm7] {
    margin: 0 0 7px;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
}

.step p[b-ai3qmn5pm7] {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted);
    text-wrap: pretty;
}

/* Legislativa */

.legislation[b-ai3qmn5pm7] { padding: 0 var(--bleed) 64px; }

.legislation .rule[b-ai3qmn5pm7] { margin-bottom: 22px; }

.legislation p[b-ai3qmn5pm7] {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 72ch;
    text-wrap: pretty;
}

/* Kontakt */

.contact[b-ai3qmn5pm7] {
    background: var(--ink);
    padding: 56px var(--bleed);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 36px 56px;
    align-items: center;
}

.contact :focus-visible[b-ai3qmn5pm7] { outline-color: #fff; }

.contact-copy[b-ai3qmn5pm7] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-copy h2[b-ai3qmn5pm7] {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 38px);
    line-height: 1.18;
    letter-spacing: -.02em;
    color: #fff;
    text-wrap: balance;
}

.contact-copy p[b-ai3qmn5pm7] {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.6;
    color: #C2C7CB; /* 9.83:1 na --ink */
    max-width: 42ch;
    text-wrap: pretty;
}

.contact-lines[b-ai3qmn5pm7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-line[b-ai3qmn5pm7] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-top: 1px solid #5A6065;
    padding-top: 12px;
}

.contact-label[b-ai3qmn5pm7] {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #B9BEC2; /* 8.94:1 na --ink */
    font-weight: 700;
}

.contact-line a[b-ai3qmn5pm7] {
    /* Dotyková plocha alespoň 44px podle HIG. */
    display: flex;
    align-items: center;
    min-height: 44px;
    font-family: var(--serif);
    font-size: clamp(21px, 2.4vw, 28px);
    font-weight: 600;
    color: #fff !important;
    letter-spacing: -.01em;
    word-break: break-word;
}

.contact-line a:hover[b-ai3qmn5pm7] { color: #F2B3BE !important; }

/* Patička */

.footer[b-ai3qmn5pm7] {
    padding: 20px var(--bleed);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px 14px;
    flex-wrap: wrap;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--label);
}

@media (max-width: 900px) {
    .page[b-ai3qmn5pm7] { --gutter: 24px; }

    .hero[b-ai3qmn5pm7] {
        grid-template-columns: 1fr;
        padding: 40px var(--bleed) 32px;
    }

    .photo-band[b-ai3qmn5pm7] { padding: 0 var(--bleed) 40px; }

    .photo-band figure[b-ai3qmn5pm7] { aspect-ratio: 16 / 9; }

    .services[b-ai3qmn5pm7],
    .steps[b-ai3qmn5pm7] { padding: 0 var(--bleed) 44px; }

    .step-grid[b-ai3qmn5pm7] {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .legislation[b-ai3qmn5pm7] { padding: 0 var(--bleed) 48px; }

    .contact[b-ai3qmn5pm7] {
        grid-template-columns: 1fr;
        padding: 44px var(--bleed);
    }

    .footer[b-ai3qmn5pm7] { padding: 18px var(--bleed); }

    .services details p[b-ai3qmn5pm7] { padding: 0 12px 20px 58px; }
}

@media (max-width: 560px) {
    .page[b-ai3qmn5pm7] { --gutter: 20px; }

    .meta-row[b-ai3qmn5pm7] {
        flex-direction: column;
        gap: 2px;
    }

    .meta-row dd[b-ai3qmn5pm7] { text-align: left; }

    .services summary[b-ai3qmn5pm7] { gap: 12px; }

    .services details p[b-ai3qmn5pm7] { padding: 0 4px 20px 38px; }

    .hero-actions > *[b-ai3qmn5pm7] { flex: 1 1 auto; text-align: center; }
}

/* Mobilní hlavička. Pod 720 px se přepínač návrhů do řádku nevejde, proto se
   stěhuje do panelu. V hlavičce zůstává logo, telefon a tlačítko navigace. */
@media (max-width: 719px) {
    .masthead[b-ai3qmn5pm7] {
        align-items: center;
        padding: 14px var(--bleed);
        flex-wrap: nowrap;

        --burger-display: inline-flex;
        --phone-display: inline-flex;
        --phone-label-display: none;
        --phone-label-short-display: inline;
        --phone-padding: 11px 14px;
        --sheet-display: contents;
    }

    .page-dark-head .masthead[b-ai3qmn5pm7] { padding: 14px var(--bleed); }

    .masthead-end[b-ai3qmn5pm7] {
        align-items: center;
        gap: 12px;
    }

    .nav[b-ai3qmn5pm7] { display: none; }

    /* Musí přebít .topbar-contacts a, proto přes rodiče. */
    .topbar-contacts .topbar-phone[b-ai3qmn5pm7] { display: none; }

    .page[b-ai3qmn5pm7] { --header-h: 76px; }
}

/* Kotvy, cíl přeskočení ani prvek, na který skočí fokus z klávesnice,
   nesmí skončit schované pod lepkavou hlavičkou. */
main[id][b-ai3qmn5pm7],
section[id][b-ai3qmn5pm7],
a[b-ai3qmn5pm7],
button[b-ai3qmn5pm7],
summary[b-ai3qmn5pm7] {
    scroll-margin-top: calc(var(--header-h, 0px) + 24px);
}
/* /Components/Designs/ServiceIcon.razor.rz.scp.css */
.svc-icon[b-xo7ouxs1ka] {
    width: 28px;
    height: 28px;
    flex: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-omqcy4wrw8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-omqcy4wrw8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-i84eyllct1],
.components-reconnect-repeated-attempt-visible[b-i84eyllct1],
.components-reconnect-failed-visible[b-i84eyllct1],
.components-pause-visible[b-i84eyllct1],
.components-resume-failed-visible[b-i84eyllct1],
.components-rejoining-animation[b-i84eyllct1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-retrying[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-failed[b-i84eyllct1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-i84eyllct1] {
    display: block;
}


#components-reconnect-modal[b-i84eyllct1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-i84eyllct1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-i84eyllct1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-i84eyllct1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-i84eyllct1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-i84eyllct1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-i84eyllct1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-i84eyllct1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-i84eyllct1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-i84eyllct1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-i84eyllct1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-i84eyllct1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-i84eyllct1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-i84eyllct1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-i84eyllct1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-i84eyllct1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-i84eyllct1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-i84eyllct1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-i84eyllct1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.errorpage[b-645n76w6tm] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 60px max(20px, (100% - 1280px) / 2);
    font-family: Archivo, system-ui, sans-serif;
    color: #55595E;
}

.errorpage-code[b-645n76w6tm] {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #C8102E;
}

.errorpage h1[b-645n76w6tm] {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #1B1E21;
    text-wrap: balance;
}

.errorpage p[b-645n76w6tm] {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #5E6368;
    max-width: 54ch;
    text-wrap: pretty;
}

.errorpage-id[b-645n76w6tm] {
    font-size: 14px !important;
    color: #6B7075 !important;
}

.errorpage-id code[b-645n76w6tm] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    word-break: break-all;
}

.errorpage-actions[b-645n76w6tm] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.errorpage-actions a[b-645n76w6tm] {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 24px;
}

.errorpage-primary[b-645n76w6tm] {
    background: #C8102E;
    color: #fff;
    transition: background-color .15s ease;
}

.errorpage-primary:hover[b-645n76w6tm] { background: #8E0C21; }

.errorpage-secondary[b-645n76w6tm] {
    background: #F4F5F6;
    border: 1px solid #A7ACB1;
    color: #1B1E21;
    padding: 14px 23px;
    transition: background-color .15s ease, border-color .15s ease;
}

.errorpage-secondary:hover[b-645n76w6tm] {
    background: #E7E9EB;
    border-color: #1B1E21;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound[b-8wgkh35k6y] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 60px max(20px, (100% - 1280px) / 2);
    font-family: Archivo, system-ui, sans-serif;
    color: #55595E;
}

.notfound-code[b-8wgkh35k6y] {
    font-size: 13px;
    letter-spacing: .16em;
    font-weight: 700;
    color: #C8102E;
}

.notfound h1[b-8wgkh35k6y] {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #1B1E21;
    text-wrap: balance;
}

.notfound p[b-8wgkh35k6y] {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #5E6368;
    max-width: 54ch;
    text-wrap: pretty;
}

.notfound a[b-8wgkh35k6y] {
    margin-top: 12px;
    background: #C8102E;
    color: #fff;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color .15s ease;
}

.notfound a:hover[b-8wgkh35k6y] { background: #8E0C21; }
