/* 1. Farebnosť a spoločné premenné */
:root {
    --red: #e31e24;
    --red-dark: #b91319;
    --ink: #242424;
    --muted: #686868;
    --paper: #fff;
    --soft: #f6f6f6;
    --line: #e7e7e7;
    --radius: 20px;
    --shadow: 0 18px 48px rgba(25, 25, 25, .09);
    --max: 1180px
}

/* 2. Základné nastavenia a typografia */
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65
}
img {
    max-width: 100%;
    display: block
}
a {
    color: inherit;
    text-decoration: none
}
button, input, select, textarea {
    font: inherit
}
.container {
    width: min(var(--max), calc(100% - 40px));
    margin: auto
}
.skip {
    position: absolute;
    left: -999px;
    top: 10px;
    background: #fff;
    padding: 10px;
    z-index: 100
}
.skip:focus {
    left: 10px
}

/* 3. Hlavička a navigácia */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}
.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}
.brand img {
    width: 145px;
    height: auto
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 15px;
    font-weight: 650
}
.nav-links a:not(.btn):hover, .nav-links a.active {
    color: var(--red)
}
.menu-button {
    display: none;
    border: 0;
    background: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 26px
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: var(--red);
    color: #fff;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
    transition: .2s transform, .2s background, .2s box-shadow
}
.btn:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(227, 30, 36, .22)
}
.btn.secondary {
    background: #fff;
    border-color: #ccc;
    color: var(--ink)
}
.btn.secondary:hover {
    border-color: var(--ink);
    box-shadow: none
}
.btn.dark {
    background: var(--ink)
}
.btn.dark:hover {
    background: #000
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 800;
    font-size: 13px;
    color: var(--red)
}
.eyebrow:before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--red)
}
h1, h2, h3 {
    line-height: 1.12;
    letter-spacing: -.035em;
    margin: 0 0 18px
}
h1 {
    font-size: clamp(42px, 6vw, 72px);
    max-width: 830px
}
h2 {
    font-size: clamp(32px, 4vw, 48px)
}
h3 {
    font-size: 22px
}
.lead {
    font-size: 20px;
    line-height: 1.6;
    color: #525252;
    max-width: 720px
}

/* 4. Úvodná hero sekcia */
.hero {
    padding: 86px 0 70px;
    overflow: hidden
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 70px
}
.hero h1 strong {
    color: var(--red);
    font-weight: 850
}
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0
}
.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700
}
.trust-list li:before {
    content: "✓";
    color: var(--red);
    margin-right: 8px
}
.device-stage {
    position: relative;
    min-height: 460px;
    background: linear-gradient(145deg, #f5f5f5, #ececec);
    border-radius: 32px;
    padding: 46px 34px;
    box-shadow: var(--shadow)
}
.laptop {
    background: #202020;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 28px 45px rgba(0, 0, 0, .22);
    transform: rotate(1deg)
}
.screen {
    aspect-ratio: 16/10;
    background: #fff;
    border-radius: 9px;
    overflow: hidden
}
.browserbar {
    height: 28px;
    background: #eee;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px
}
.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c8c8c8
}
.mockpage {
    height: 100%;
    padding: 9% 8%;
    background: linear-gradient(135deg, #fff 65%, #f2f2f2 65%)
}
.mocklogo {
    width: 26%;
    height: 8px;
    background: #252525;
    border-right: 13px solid var(--red);
    margin-bottom: 16%
}
.mocktitle {
    width: 72%;
    height: 18px;
    background: #262626;
    margin-bottom: 10px
}
.mocktitle.short {
    width: 48%
}
.mockcopy {
    width: 62%;
    height: 6px;
    background: #bbb;
    margin-top: 20px;
    box-shadow: 0 12px #ddd, 0 24px #ddd
}
.mockbtn {
    width: 26%;
    height: 20px;
    background: var(--red);
    border-radius: 5px;
    margin-top: 45px
}
.phone {
    position: absolute;
    right: 8px;
    bottom: 22px;
    width: 135px;
    padding: 7px;
    background: #1d1d1d;
    border-radius: 25px;
    box-shadow: 0 22px 35px rgba(0, 0, 0, .28);
    transform: rotate(-4deg)
}
.phone .screen {
    aspect-ratio: 9/18;
    padding: 30% 13%;
    background: #fff
}
.phone .mocktitle {
    height: 10px;
    width: 88%
}

/* 5. Obsahové sekcie a karty */
.section {
    padding: 96px 0
}
.section.soft {
    background: var(--soft)
}
.section.dark {
    background: #222;
    color: #fff
}
.section-head {
    max-width: 760px;
    margin-bottom: 46px
}
.section-head p {
    color: var(--muted);
    font-size: 18px
}
.dark .section-head p {
    color: #cfcfcf
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    transition: .25s transform, .25s box-shadow, .25s border-color
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #d6d6d6
}
.icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fff1f1;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 24px
}
.card p {
    color: var(--muted);
    margin: 0
}
.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden
}
.service {
    background: #fff;
    padding: 28px
}
.service span {
    color: var(--red);
    font-size: 13px;
    font-weight: 800
}
.service h3 {
    margin-top: 10px
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}
.project {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line)
}
.project-art {
    aspect-ratio: 16/10;
    padding: 28px;
    background: #e9e9e9;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden
}
.project-art:before {
    content: "";
    position: absolute;
    inset: 12% 9% -10%;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .14)
}
.project-art:after {
    content: "UKÁŽKA PROJEKTU";
    position: relative;
    z-index: 2;
    margin: auto;
    color: #aaa;
    font-size: 12px;
    letter-spacing: .12em;
    font-weight: 800
}
.project-body {
    padding: 28px
}
.project-body small, .kicker {
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 800
}
.text-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--red);
    font-weight: 800
}
.steps {
    counter-reset: steps;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}
.step {
    counter-increment: steps;
    padding: 26px;
    border-left: 1px solid #c9c9c9
}
.step:before {
    content: "0" counter(steps);
    display: block;
    color: var(--red);
    font-size: 14px;
    font-weight: 850;
    margin-bottom: 28px
}
.step p {
    color: var(--muted)
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}
.check {
    padding: 18px 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--line);
    font-weight: 650
}
.check:before {
    content: "✓";
    color: var(--red);
    margin-right: 12px
}
.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}
.price-card ul {
    padding-left: 20px;
    color: var(--muted);
    flex: 1
}
.price-card .price {
    margin: 6px 0 18px;
    color: var(--text);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1
}
.price-card .price-custom {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem)
}
.price-card .btn {
    width: 100%;
    margin-top: 12px;
    text-align: center
}
.price-card-featured {
    border: 2px solid var(--red);
    box-shadow: 0 18px 45px rgba(232, 29, 37, .10)
}
.price-badge {
    align-self: flex-start;
    margin: -3px 0 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}
.pricing-notes {
    max-width: 980px;
    margin: 26px auto 0;
    color: var(--muted);
    text-align: center
}
.pricing-notes p {
    margin: 0
}
.pricing-notes p + p {
    margin-top: 8px;
    font-size: 13px
}
.cta {
    border-radius: 30px;
    padding: 58px;
    background: var(--red);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    box-shadow: 0 25px 60px rgba(227, 30, 36, .22)
}
.cta p {
    color: #ffe0e0;
    max-width: 700px
}
.cta .btn {
    background: #fff;
    color: #222
}
.cta .btn.secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .55)
}
.subhero {
    padding: 72px 0;
    background: linear-gradient(180deg, #fafafa, #fff)
}
.subhero h1 {
    font-size: clamp(40px, 5vw, 62px)
}
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}
.placeholder-photo {
    min-height: 520px;
    border-radius: 28px;
    background: linear-gradient(145deg, #ededed, #fafafa);
    display: grid;
    place-items: center;
    text-align: center;
    color: #777;
    border: 1px dashed #bbb;
    padding: 30px
}
.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px
}
.filter {
    border: 1px solid #ccc;
    background: #fff;
    padding: 9px 15px;
    border-radius: 99px;
    cursor: pointer;
    font-weight: 700
}
.filter.active, .filter:hover {
    background: #222;
    color: #fff;
    border-color: #222
}
.project.hidden {
    display: none
}
.details {
    margin-top: 18px;
    border-top: 1px solid var(--line);
    padding-top: 17px
}
.details summary {
    cursor: pointer;
    font-weight: 800;
    color: var(--red)
}
.details ul {
    color: var(--muted)
}

/* Časté otázky – čitateľný obsah pre návštevníkov aj vyhľadávače. */
.faq-list {
    display: grid;
    gap: 12px;
    max-width: 900px;
}

.faq-list .details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0 20px;
}

.faq-list .details summary {
    padding: 18px 28px 18px 0;
    font-size: 1.05rem;
}

.faq-list .details p {
    margin: 0 0 20px;
}

/* 6. Kontakt a formulár */
.contact-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 60px
}
.contact-card {
    background: #242424;
    color: #fff;
    border-radius: 26px;
    padding: 34px;
    height: max-content
}
.contact-card a {
    display: block;
    margin: 4px 0 18px;
    font-size: 18px
}
.contact-label {
    display: block;
    margin-top: 18px;
    color: #aaa;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase
}
.form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}
.field {
    display: flex;
    flex-direction: column;
    gap: 7px
}
.field.full {
    grid-column: 1/-1
}
label {
    font-weight: 750;
    font-size: 14px
}
input, select, textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 11px;
    padding: 13px 14px;
    background: #fff;
    color: #222
}
textarea {
    min-height: 145px;
    resize: vertical
}
input:focus, select:focus, textarea:focus, a:focus-visible, button:focus-visible {
    outline: 3px solid rgba(227, 30, 36, .3);
    outline-offset: 2px;
    border-color: var(--red)
}
.consent {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start
}
.consent input {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 5px
}
.consent label {
    flex: 1;
    margin: 0
}
.honeypot {
    position: absolute;
    left: -9999px
}
.notice {
    display: none;
    padding: 15px;
    border-radius: 11px;
    background: #eaf8ee;
    color: #176b32;
    font-weight: 700
}
.notice.show {
    display: block
}

/* 7. Pätička */
.footer {
    background: #191919;
    color: #fff;
    padding: 68px 0 26px
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .9fr;
    gap: 60px
}
.footer img {
    width: 145px;
    filter: brightness(0) invert(1)
}
.footer p, .footer a {
    color: #bfbfbf
}
.footer a:hover {
    color: #fff
}
.footer-links {
    display: grid;
    gap: 8px
}
.footer-bottom {
    border-top: 1px solid #393939;
    margin-top: 50px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #888;
    font-size: 14px
}
.legal {
    max-width: 850px
}
.legal h2 {
    font-size: 28px;
    margin-top: 46px
}
.legal-note {
    padding: 18px;
    border-left: 4px solid var(--red);
    background: #fff3f3
}
.notfound {
    text-align: center;
    padding: 110px 0
}
.notfound .code {
    font-size: 110px;
    font-weight: 900;
    line-height: 1;
    color: var(--red)
}

/* 8. Responzívne zobrazenie */
@media (max-width: 900px) {
    .menu-button {
        display: block
    }
    .nav-links {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 22px 20px 28px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow)
    }
    .nav-links.open {
        display: flex
    }
    .nav-links .btn {
        width: 100%
    }
    .hero {
        padding-top: 54px
    }
    .hero-grid, .split, .contact-grid {
        grid-template-columns: 1fr;
        gap: 44px
    }
    .device-stage {
        min-height: 390px
    }
    .grid-4, .steps {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3, .service-list {
        grid-template-columns: 1fr 1fr
    }
    .cta {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .footer-grid>div:first-child {
        grid-column: 1/-1
    }
}
@media (max-width: 620px) {
    body {
        font-size: 16px
    }
    .container {
        width: min(100% - 28px, var(--max))
    }
    .nav {
        height: 68px
    }
    .nav-links {
        top: 68px
    }
    .brand img {
        width: 122px
    }
    .hero {
        padding: 42px 0 55px
    }
    .lead {
        font-size: 18px
    }
    .actions {
        flex-direction: column
    }
    .actions .btn {
        width: 100%
    }
    .device-stage {
        min-height: 300px;
        padding: 30px 18px
    }
    .phone {
        width: 90px
    }
    .section {
        padding: 70px 0
    }
    .grid-3, .grid-4, .service-list, .portfolio-grid, .steps, .check-grid, .form {
        grid-template-columns: 1fr
    }
    .step {
        border-left: 0;
        border-top: 1px solid #ccc
    }
    .cta {
        padding: 36px 24px
    }
    .footer-grid {
        grid-template-columns: 1fr
    }
    .footer-grid>div:first-child {
        grid-column: auto
    }
    .footer-bottom {
        flex-direction: column
    }
    .field.full {
        grid-column: auto
    }
    .placeholder-photo {
        min-height: 360px
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
    *, *:before, *:after {
        transition: none!important;
        animation: none!important
    }
}
/* Výraznejšia identita MAFRI */ body {
    background: #f7f7f7
}
.site-header {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #ddd
}
.hero {
    position: relative;
    background: #171717;
    color: #fff;
    padding: 96px 0 88px
}
.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 28%, rgba(227, 30, 36, .28), transparent 32%), linear-gradient(115deg, transparent 58%, rgba(255, 255, 255, .035) 58%);
    pointer-events: none
}
.hero .container {
    position: relative
}
.hero .lead {
    color: #d2d2d2
}
.hero .btn.secondary {
    background: transparent;
    color: #fff;
    border-color: #666
}
.hero .btn.secondary:hover {
    border-color: #fff
}
.hero .trust-list {
    color: #e7e7e7
}
.hero-showcase {
    position: relative;
    min-height: 480px;
    padding: 34px 26px 38px;
    border: 1px solid #424242;
    border-radius: 30px;
    background: linear-gradient(145deg, #2b2b2b, #111);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .36)
}
.hero-showcase:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -24px;
    top: -24px;
    border-radius: 28px;
    background: var(--red);
    opacity: .92;
    transform: rotate(8deg)
}
.browser-frame {
    position: relative;
    z-index: 2;
    margin-top: 42px;
    padding: 9px;
    background: #090909;
    border-radius: 16px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .5);
    transform: rotate(-1.3deg)
}
.browser-frame img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: top;
    border-radius: 9px
}
.browser-top {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px
}
.browser-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #666
}
.showcase-tag {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(32, 32, 32, .92);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
    font-size: 13px;
    font-weight: 750
}
.showcase-tag svg {
    width: 20px;
    height: 20px;
    stroke: var(--red)
}
.showcase-tag.one {
    left: 2px;
    top: 14px
}
.showcase-tag.two {
    right: -12px;
    bottom: 25px
}
.section.soft {
    background: #ededed
}
.section.dark {
    background: #171717
}
.card, .project {
    box-shadow: 0 10px 30px rgba(20, 20, 20, .055)
}
.icon {
    background: #222;
    color: #fff
}
.icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--red);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}
.project-art {
    padding: 0;
    background: #222
}
.project-art:before, .project-art:after {
    display: none
}
.project-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .45s ease
}
.project:hover .project-art img {
    transform: scale(1.025)
}
.project-art.placeholder {
    padding: 28px;
    background: linear-gradient(135deg, #252525, #454545);
    display: grid;
    place-items: center
}
.project-art.placeholder:after {
    display: block;
    content: "NÁHĽAD DOPLNÍME";
    color: #aaa;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 800
}
.portrait-photo {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    border-radius: 28px;
    background: #222;
    box-shadow: var(--shadow)
}
.portrait-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center
}
.portrait-photo:after {
    content: "Martin Fridrich";
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(20, 20, 20, .78);
    color: #fff;
    font-weight: 750
}
.company-data {
    display: grid;
    gap: 5px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #444;
    color: #ccc;
    font-size: 14px
}
.company-data strong {
    color: #fff
}
.footer .company-data {
    border-color: #393939
}
.subhero {
    position: relative;
    overflow: hidden;
    background: #171717;
    color: #fff
}
.subhero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 28%, rgba(227, 30, 36, .24), transparent 34%), linear-gradient(115deg, transparent 58%, rgba(255, 255, 255, .035) 58%);
    pointer-events: none
}
.subhero .container {
    position: relative
}
.subhero h1 {
    color: #fff
}
.subhero .lead {
    color: #d2d2d2
}
@media(max-width:900px) {
    .hero-showcase {
        min-height: 430px
    }
    .showcase-tag.two {
        right: 3px
    }
}
@media (max-width: 620px) {
    .hero {
        padding-top: 54px
    }
    .hero-showcase {
        min-height: 330px;
        padding: 20px 13px
    }
    .browser-frame {
        margin-top: 48px
    }
    .showcase-tag {
        font-size: 12px;
        padding: 10px 12px
    }
    .portrait-photo {
        min-height: 430px
    }
    .project-art {
        aspect-ratio: 16/10
    }
}
.form-alert {
    grid-column: 1/-1;
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 12px;
    font-weight: 700
}
.form-alert.success {
    background: #e8f7ed;
    color: #176b32;
    border: 1px solid #b9e1c5
}
.form-alert.error {
    background: #fff0f0;
    color: #9f1d22;
    border: 1px solid #efc1c3
}
.form-note {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px
}
.project-live {
    margin-left: 18px
}

/* Informačná lišta k nevyhnutným cookies */
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(900px, calc(100% - 32px));
    padding: 12px 14px 12px 18px;
    border: 1px solid #444;
    border-radius: 12px;
    background: #191919;
    color: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .24)
}
.cookie-banner[hidden] {
    display: none
}
.cookie-banner p {
    margin: 0;
    color: #ddd;
    font-size: 14px;
    line-height: 1.45
}
.cookie-banner-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 14px
}
.cookie-banner .btn {
    padding: 10px 16px;
    font-size: 14px
}
.cookie-banner .text-link {
    color: #fff
}
.cookie-table {
    display: grid;
    gap: 12px;
    margin: 18px 0 28px
}
.cookie-table p {
    margin: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff
}
@media (max-width: 620px) {
    .cookie-banner {
        bottom: 8px;
        align-items: flex-start;
        gap: 10px;
        width: calc(100% - 16px);
        padding: 12px;
        border-radius: 10px
    }
    .cookie-banner p {
        font-size: 13px
    }
    .cookie-banner-actions {
        gap: 10px
    }
    .cookie-banner .text-link {
        display: none
    }
}
