:root {
    --wz-bg: #090b0e;
    --wz-surface: #11151a;
    --wz-surface-2: #171c22;
    --wz-line: rgba(255, 255, 255, .09);
    --wz-text: #f6f7f9;
    --wz-muted: #9ba6b3;
    --wz-accent: #ffc800;
    --wz-accent-soft: rgba(255, 200, 0, .11);
}

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body.dark-mode-base {
    overflow-x: hidden;
    background: var(--wz-bg);
    color: var(--wz-text);
    font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.dark-mode-base h1,
body.dark-mode-base h2,
body.dark-mode-base h3,
body.dark-mode-base h4 {
    font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
    font-weight: 750;
}

body.dark-mode-base a:focus-visible,
body.dark-mode-base button:focus-visible,
body.dark-mode-base input:focus-visible,
body.dark-mode-base textarea:focus-visible,
body.dark-mode-base select:focus-visible {
    outline: 3px solid rgba(255, 200, 0, .45);
    outline-offset: 3px;
}

.redesign-nav {
    padding: .8rem 0;
    background: rgba(9, 11, 14, .82) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.redesign-nav.navbar-shrink { padding: .55rem 0; }

.redesign-nav .navbar-brand {
    font-size: 1.3rem;
    letter-spacing: -.04em;
}

.redesign-nav .nav-link {
    color: #c2cad4;
    font-size: .84rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.redesign-nav .nav-cta {
    padding: .65rem 1rem;
    border-radius: 8px;
    color: #111 !important;
    font-size: .84rem;
    font-weight: 750;
}

.redesign-quicklinks {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    background: #0d1014;
    border-color: var(--wz-line);
}

.quicklink-btn {
    padding: .35rem .8rem;
    border: 0;
    color: #96a0ad;
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: none;
}

.quicklink-btn i { margin-right: .35rem; color: var(--wz-accent); }
.quicklink-btn:hover { box-shadow: none; }

.dark-mode-section { padding: 7rem 0; }

.section-kicker {
    margin-bottom: .85rem;
    color: var(--wz-accent);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.section-display {
    max-width: 850px;
    font-size: clamp(2.1rem, 4vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -.045em;
    text-transform: none !important;
}

.section-copy {
    color: var(--wz-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.section-centered { max-width: 760px; }

.services-overview { background: var(--wz-bg); }

.service-card {
    padding: 1.6rem;
    border: 1px solid var(--wz-line);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 200, 0, .08), transparent 68%);
    transform: translate(30%, -30%);
}

.service-card-featured {
    border-color: rgba(255, 200, 0, .3);
    background: linear-gradient(145deg, rgba(255, 200, 0, .09), rgba(255, 255, 255, .018));
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 200, 0, .45);
    background: #171c22;
}

.service-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    color: #626c79;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.service-badge {
    padding: .25rem .55rem;
    border-radius: 999px;
    color: var(--wz-accent);
    background: var(--wz-accent-soft);
    letter-spacing: .04em;
}

.service-card .service-icon-wrapper {
    width: 58px;
    height: 58px;
    margin: 0 0 1.4rem;
    border: 1px solid rgba(255, 200, 0, .16);
}

.service-card .service-icon { font-size: 1.45rem; }
.service-card h3 { margin-bottom: .8rem; letter-spacing: -.02em; }
.service-card h3::after { display: none; }
.service-card p { min-height: 72px; line-height: 1.6; }

.service-link,
.text-link {
    color: var(--wz-accent);
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.service-link i,
.text-link i { margin-left: .35rem; transition: transform .2s ease; }
.service-card:hover .service-link i,
.text-link:hover i { transform: translateX(4px); }

.outcomes-section {
    padding: 0 0 7rem;
    background: var(--wz-bg);
}

.outcomes-grid {
    overflow: hidden;
    border: 1px solid var(--wz-line);
    border-radius: 18px;
    background: #0d1014;
}

.outcome-item {
    position: relative;
    padding: 2rem;
    border-right: 1px solid var(--wz-line);
}

.outcome-item:last-child { border-right: 0; }
.outcome-number { color: var(--wz-accent); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.outcome-item h2 { margin: 1.8rem 0 .75rem; }
.outcome-item p { margin: 0; color: var(--wz-muted); line-height: 1.65; }

.process-card {
    position: relative;
    min-height: 300px;
    padding: 1.7rem;
    border-top: 1px solid #4b535e;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .025), transparent);
}

.process-card > span { color: #697381; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.process-card > i { display: block; margin: 3rem 0 1.5rem; color: var(--wz-accent); font-size: 2rem; }
.process-card h3 { color: #fff; font-size: 1.2rem; }
.process-card p { color: var(--wz-muted); line-height: 1.65; }

.portfolio-card {
    overflow: hidden;
    border: 1px solid var(--wz-line);
    border-radius: 16px;
    background: var(--wz-surface);
}

.portfolio-media { aspect-ratio: 4 / 3; }
.portfolio-media img { object-fit: cover; object-position: top; }
.portfolio-label { color: var(--wz-accent); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.portfolio-hover-content i { font-size: 2rem; }

.testimonial-card {
    padding: 2rem;
    border-color: var(--wz-line);
    border-radius: 16px;
    background: var(--wz-surface);
}

.testimonial-card::before { display: none; }
.testimonial-content p { margin: 0; color: #dce1e7; font-size: 1rem; line-height: 1.75; }
.testimonial-card .stars i { color: var(--wz-accent); }
.testimonial-author img { object-fit: cover; }

.about-section { overflow: hidden; }

.about-visual {
    position: relative;
    width: min(100%, 430px);
    padding: 1rem;
}

.about-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 200, 0, .3);
    border-radius: 28% 72% 62% 38% / 42% 35% 65% 58%;
    transform: rotate(-4deg);
}

.about-visual img {
    position: relative;
    z-index: 1;
    aspect-ratio: 1;
    border-radius: 26% 74% 64% 36% / 48% 34% 66% 52%;
    object-fit: cover;
    filter: saturate(.82) contrast(1.03);
}

.about-experience {
    position: absolute;
    right: -5px;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .8rem 1rem;
    border: 1px solid var(--wz-line);
    border-radius: 12px;
    background: rgba(9, 11, 14, .92);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

.about-experience strong { color: var(--wz-accent); font-size: 1.6rem; }
.about-experience span { max-width: 82px; color: #d9dee5; font-size: .75rem; line-height: 1.25; text-align: left; }
.about-lead { color: #e9edf2; font-size: 1.25rem; line-height: 1.65; }
.about-points { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; color: #c7ced7; }
.about-points i { color: var(--wz-accent); }

.faq-section .accordion-item { border-color: var(--wz-line); background: transparent; }
.faq-section .accordion-button { padding: 1.4rem 0; color: #fff; background: transparent; box-shadow: none; font-size: 1.05rem; font-weight: 700; }
.faq-section .accordion-button:not(.collapsed) { color: var(--wz-accent); }
.faq-section .accordion-button::after { filter: invert(1) sepia(1) saturate(4); }
.faq-section .accordion-body { padding: 0 2rem 1.5rem 0; color: var(--wz-muted); line-height: 1.75; }

.contact-section {
    padding: 7rem 0;
    background: var(--wz-bg);
}

.contact-shell {
    padding: clamp(1.5rem, 4vw, 4rem);
    border: 1px solid rgba(255, 200, 0, .2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 0 0, rgba(255, 200, 0, .09), transparent 36%),
        var(--wz-surface);
}

.contact-direct { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.5rem; color: #fff; text-decoration: none; }
.contact-direct > i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--wz-accent); background: var(--wz-accent-soft); }
.contact-direct small,
.contact-direct strong { display: block; }
.contact-direct small { color: var(--wz-muted); font-size: .72rem; }
.redesign-contact-form .form-label { margin-bottom: .45rem; color: #c8d0d9; font-size: .82rem; font-weight: 650; }
.redesign-contact-form .form-label small { color: #747f8d; }
.redesign-contact-form .custom-input { min-height: 52px; padding: .85rem 1rem; border-color: var(--wz-line); border-radius: 9px; background: #0d1014; }
.redesign-contact-form textarea.custom-input { min-height: 145px; }
.form-note { color: #6f7985; font-size: .75rem; }
.form-note i { color: var(--wz-accent); }

.redesign-footer .footer-bg { background: #060709; }
.footer-brand { color: #fff; font-size: 1.6rem; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }
.footer-brand span { color: var(--wz-accent); }
.footer-claim { color: #929ca8; line-height: 1.65; }
.footer-mail { color: #fff; font-weight: 700; text-decoration: none; }
.footer-mail i { color: var(--wz-accent); }

/* Detailní stránka služeb */
.services-anchor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--wz-line);
    border-radius: 18px;
    background: var(--wz-line);
}

.services-anchor-grid a {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    gap: .2rem .7rem;
    padding: 1.35rem;
    color: #fff;
    background: var(--wz-surface);
    text-decoration: none;
    transition: background .2s ease;
}

.services-anchor-grid a:hover { background: #1b2128; }
.services-anchor-grid i { grid-row: 1 / 3; align-self: center; color: var(--wz-accent); font-size: 1.35rem; }
.services-anchor-grid span { font-weight: 750; }
.services-anchor-grid small { color: var(--wz-muted); }

.service-detail {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    border-top: 1px solid var(--wz-line);
    background: var(--wz-bg);
}

.service-detail:nth-of-type(odd) { background: var(--wz-surface); }

.service-detail-accent {
    background:
        radial-gradient(circle at 86% 42%, rgba(255, 200, 0, .08), transparent 28%),
        var(--wz-surface) !important;
}

.service-index {
    margin-bottom: 1rem;
    color: var(--wz-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.service-detail h2,
.services-cta h2 {
    margin-bottom: 1.4rem;
    color: #fff;
    font-size: clamp(2rem, 3.8vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.service-intro {
    color: #afb8c4;
    font-size: 1.08rem;
    line-height: 1.75;
}

.service-checklist {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.service-checklist li {
    display: flex;
    gap: .8rem;
    padding: .72rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #c4ccd6;
}

.service-checklist i { color: var(--wz-accent); font-size: 1.2rem; }
.service-checklist strong { color: #fff; }
.service-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.text-link.secondary { color: #bbc4ce; }

.service-demo,
.app-window,
.search-demo,
.marketing-demo {
    border: 1px solid var(--wz-line);
    border-radius: 20px;
    background: #0c0f13;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.service-demo { padding: clamp(1.25rem, 3vw, 2.2rem); }
.demo-title { margin-bottom: 1.4rem; color: #798491; font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.demo-title span { display: inline-block; width: 7px; height: 7px; margin-right: .5rem; border-radius: 50%; background: #58d78b; box-shadow: 0 0 0 5px rgba(88, 215, 139, .09); }
.demo-step { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid rgba(255, 255, 255, .07); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.demo-step.active { border-color: rgba(255, 200, 0, .3); background: rgba(255, 200, 0, .06); }
.demo-step > i { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 10px; color: var(--wz-accent); background: var(--wz-accent-soft); font-size: 1.25rem; }
.demo-step small,
.demo-step strong { display: block; }
.demo-step small { margin-bottom: .15rem; color: #6f7a87; font-size: .62rem; letter-spacing: .1em; }
.demo-step strong { color: #e7ebf0; font-size: .9rem; }
.demo-arrow { height: 34px; padding-left: 2.3rem; color: #505966; line-height: 34px; }

.app-window { overflow: hidden; transform: perspective(900px) rotateY(1deg); }
.app-window-bar { display: flex; align-items: center; gap: 6px; padding: .8rem 1rem; border-bottom: 1px solid var(--wz-line); }
.app-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #39414c; }
.app-window-bar > span:first-child { background: var(--wz-accent); }
.app-window-bar small { margin-left: auto; color: #626d7a; font-size: .65rem; }
.app-window-body { display: flex; min-height: 440px; }
.app-sidebar { display: flex; width: 62px; flex-direction: column; align-items: center; gap: 1.2rem; padding: 1rem .7rem; border-right: 1px solid var(--wz-line); }
.app-sidebar b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; color: #101216; background: var(--wz-accent); }
.app-sidebar i { width: 22px; height: 6px; border-radius: 4px; background: #252c34; }
.app-content { min-width: 0; overflow: hidden; flex: 1; padding: 1.35rem; }
.app-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.app-heading small,
.app-heading strong { display: block; }
.app-heading small { color: #66717d; font-size: .6rem; letter-spacing: .1em; }
.app-heading strong { margin-top: .2rem; color: #fff; }
.app-heading > span { padding: .45rem .65rem; border-radius: 6px; color: #111; background: var(--wz-accent); font-size: .65rem; font-weight: 750; }
.app-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 1.4rem 0; }
.app-metrics > span { display: flex; min-width: 0; flex-direction: column; gap: .18rem; padding: .75rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, .06); border-radius: 8px; background: linear-gradient(120deg, rgba(255, 200, 0, .08), rgba(255, 255, 255, .02)); }
.app-metrics small,
.app-metrics strong,
.app-metrics em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-metrics small { color: #707b88; font-size: .58rem; }
.app-metrics strong { margin: 0; color: #fff; font-size: 1.15rem; }
.app-metrics em { color: #7e8995; font-size: .55rem; font-style: normal; }
.app-chart-panel { padding: .8rem .85rem .6rem; border: 1px solid rgba(255, 255, 255, .06); border-radius: 10px; background: rgba(255, 255, 255, .012); }
.app-chart-caption { display: flex; justify-content: space-between; align-items: center; gap: .75rem; }
.app-chart-caption span { color: #dfe4e9; font-size: .7rem; font-weight: 700; }
.app-chart-caption small { color: #66717d; font-size: .55rem; }
.app-chart { display: flex; height: 112px; align-items: flex-end; justify-content: space-between; gap: 7%; padding: .8rem .35rem 0; background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .035) 0 1px, transparent 1px 36px); }
.app-chart span { width: 8%; border-radius: 3px 3px 0 0; background: linear-gradient(var(--wz-accent), #6f5b13); }
.app-chart span:nth-child(1) { height: 28%; } .app-chart span:nth-child(2) { height: 42%; } .app-chart span:nth-child(3) { height: 38%; } .app-chart span:nth-child(4) { height: 65%; } .app-chart span:nth-child(5) { height: 54%; } .app-chart span:nth-child(6) { height: 78%; } .app-chart span:nth-child(7) { height: 92%; }
.app-activity { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: .65rem; margin-top: .8rem; padding: .65rem .75rem; overflow: hidden; border-radius: 8px; background: rgba(255, 255, 255, .025); }
.app-activity > i { width: 26px; height: 26px; border-radius: 7px; background: var(--wz-accent-soft); box-shadow: inset 0 0 0 7px rgba(255, 200, 0, .16); }
.app-activity strong,
.app-activity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-activity strong { color: #dfe4e9; font-size: .62rem; }
.app-activity small { color: #66717d; font-size: .52rem; }
.app-activity em { padding: .25rem .4rem; border-radius: 999px; color: var(--wz-accent); background: var(--wz-accent-soft); font-size: .5rem; font-style: normal; white-space: nowrap; }

.devices-demo { position: relative; min-height: 430px; }
.device-desktop { position: absolute; top: 20px; left: 0; width: 85%; padding: 10px 10px 24px; border: 1px solid #3a434e; border-radius: 16px 16px 6px 6px; background: #151a20; box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.device-desktop::after { content: ''; position: absolute; left: 15%; right: 15%; bottom: -11px; height: 10px; border-radius: 0 0 50% 50%; background: #303843; }
.device-desktop > div,
.device-mobile > div { overflow: hidden; height: 320px; border-radius: 9px; background: #f3f1eb; }
.device-mobile { position: absolute; right: 0; bottom: 0; width: 31%; padding: 9px; border: 1px solid #4b5562; border-radius: 22px; background: #11151a; box-shadow: 0 24px 60px rgba(0, 0, 0, .45); }
.device-mobile > div { height: 300px; border-radius: 15px; }
.device-page { color: #12161b; }
.device-nav { display: flex; height: 13%; align-items: center; gap: .8rem; padding: 0 5%; overflow: hidden; color: #e9edf1; background: #11151a; white-space: nowrap; }
.device-nav b { margin-right: auto; font-size: .7rem; }
.device-nav b span { color: var(--wz-accent); }
.device-nav small { min-width: 0; overflow: hidden; color: #939da9; font-size: .38rem; text-overflow: ellipsis; }
.device-nav em { padding: .22rem .38rem; border-radius: 3px; color: #111; background: var(--wz-accent); font-size: .38rem; font-style: normal; font-weight: 800; }
.device-hero { display: flex; height: 48%; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7% 9%; overflow: hidden; color: #fff; background: radial-gradient(circle at 92% 12%, rgba(255, 200, 0, .32), transparent 34%), linear-gradient(135deg, #111923, #7d6417); }
.device-hero > * { display: block; flex: 0 0 auto; }
.device-hero small { color: var(--wz-accent); font-size: .4rem; font-weight: 800; letter-spacing: .13em; }
.device-hero strong { width: 75%; margin: .35rem 0; font-size: 1.05rem; line-height: 1.08; letter-spacing: -.04em; }
.device-hero > span { width: 68%; color: #c4ccd5; font-size: .45rem; line-height: 1.45; }
.device-hero > i { margin-top: .55rem; padding: .3rem .45rem; border-radius: 3px; color: #111; background: var(--wz-accent); font-size: .4rem; font-style: normal; font-weight: 800; }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4%; width: 86%; margin: 4.5% auto; }
.device-grid > span { display: block; min-width: 0; padding: 7%; overflow: hidden; border: 1px solid #ddd8cd; border-radius: 5px; background: #fff; }
.device-grid i { display: block; margin-bottom: .35rem; color: #9b7a06; font-size: .85rem; }
.device-grid b,
.device-grid small { display: block; }
.device-grid b { font-size: .48rem; }
.device-grid small { margin-top: .1rem; overflow: hidden; color: #777; font-size: .38rem; text-overflow: ellipsis; white-space: nowrap; }
.device-mobile .device-nav { height: 15%; padding: 0 10%; }
.device-mobile .device-nav b { font-size: .7rem; }
.device-mobile .device-nav em { padding: 0; color: var(--wz-accent); background: transparent; font-size: .7rem; }
.device-mobile .device-hero { height: 48%; padding: 12%; }
.device-mobile .device-hero small { font-size: .34rem; }
.device-mobile .device-hero strong { width: 100%; font-size: .82rem; }
.device-mobile .device-hero > i { font-size: .35rem; }
.device-mobile-content { padding: 9%; overflow: hidden; }
.device-mobile-content > b { display: block; margin-bottom: .45rem; font-size: .55rem; }
.device-mobile-content > span { display: block; padding: .18rem 0; color: #62686f; font-size: .38rem; }
.device-mobile-content i { margin-right: .2rem; color: #9b7a06; }

.search-demo { padding: clamp(1.25rem, 3vw, 2rem); }
.search-bar { display: flex; align-items: center; gap: .7rem; padding: .9rem 1.1rem; border: 1px solid #3a434e; border-radius: 999px; color: #8c97a4; }
.search-bar i { color: var(--wz-accent); }
.search-result { margin: 1.5rem 0; padding: 1.5rem; border-left: 3px solid var(--wz-accent); border-radius: 0 10px 10px 0; background: rgba(255, 255, 255, .025); }
.search-result small,
.search-result strong { display: block; }
.search-result small { color: #69bd86; font-size: .7rem; }
.search-result strong { margin: .5rem 0; color: #8cb8f1; font-size: 1.05rem; }
.search-result p { margin: 0; color: #9ca6b2; font-size: .87rem; line-height: 1.6; }
.search-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.search-stats span { padding: .8rem; border: 1px solid var(--wz-line); border-radius: 9px; color: #919ba7; font-size: .72rem; }
.search-stats strong { display: block; margin-bottom: .4rem; color: var(--wz-accent); }

.marketing-demo { padding: 1.5rem; }
.marketing-head { display: flex; justify-content: space-between; gap: 1rem; color: #fff; font-weight: 700; }
.marketing-head small { color: #6e7986; font-weight: 400; }
.marketing-legend { display: flex; gap: 1rem; margin-top: 1rem; color: #7d8793; font-size: .62rem; }
.marketing-legend span { display: flex; align-items: center; gap: .35rem; }
.marketing-legend i { width: 8px; height: 8px; border-radius: 2px; background: var(--wz-accent); }
.marketing-legend span:last-child i { background: #657486; }
.marketing-chart { position: relative; height: 238px; margin: .8rem 0 1rem; border-bottom: 1px solid #343c46; background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .045) 0 1px, transparent 1px 48px); }
.chart-bars { position: absolute; inset: 10px 12px 30px; display: flex; align-items: flex-end; justify-content: space-around; gap: 3%; }
.chart-bars > span { position: relative; width: 12%; height: 100%; }
.chart-bars > span::before,
.chart-bars > span::after { content: ''; position: absolute; bottom: 0; width: 38%; border-radius: 4px 4px 0 0; }
.chart-bars > span::before { left: 8%; height: var(--visits); background: linear-gradient(var(--wz-accent), #725d12); }
.chart-bars > span::after { right: 8%; height: var(--leads); background: linear-gradient(#718194, #35414e); }
.chart-bars i { position: absolute; right: -20%; bottom: -25px; left: -20%; color: #66717d; font-size: .55rem; font-style: normal; text-align: center; }
.marketing-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.marketing-kpis span { padding: .8rem; border-radius: 8px; background: rgba(255, 255, 255, .03); }
.marketing-kpis small,
.marketing-kpis strong,
.marketing-kpis em { display: block; }
.marketing-kpis small { color: #7d8895; font-size: .65rem; }
.marketing-kpis strong { margin-top: .25rem; color: #fff; font-size: 1.1rem; }
.marketing-kpis em { margin-top: .15rem; color: #58d78b; font-size: .55rem; font-style: normal; }

.brand-demo { position: relative; min-height: 480px; }
.brand-card { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; border: 1px solid var(--wz-line); border-radius: 18px; background: #12171d; box-shadow: 0 24px 55px rgba(0, 0, 0, .32); }
.brand-card-main { top: 0; left: 8%; width: 48%; height: 270px; color: #101216; background: var(--wz-accent); transform: rotate(-4deg); }
.brand-card-main b { margin-bottom: auto; font-size: 3rem; letter-spacing: -.12em; }
.brand-card-main span { font-size: 1.4rem; font-weight: 800; }
.brand-card-main small { font-size: .7rem; letter-spacing: .1em; }
.brand-card-color { top: 30px; right: 5%; width: 36%; height: 190px; justify-content: flex-start; gap: .45rem; transform: rotate(5deg); }
.brand-card-color > small { margin-bottom: .25rem; }
.brand-card-color i { display: flex; height: 27px; align-items: center; gap: .45rem; margin: 0; border-radius: 5px; background: transparent; font-style: normal; }
.brand-card-color i span { width: 42%; height: 100%; border-radius: 4px; background: var(--wz-accent); }
.brand-card-color i:nth-of-type(2) span { background: #edf0f3; }
.brand-card-color i:nth-of-type(3) span { border: 1px solid #303841; background: #20262e; }
.brand-card-color i b { color: #8c97a4; font-size: .53rem; font-weight: 600; }
.brand-card-color small,
.brand-card-type small { color: #788390; font-size: .65rem; letter-spacing: .1em; }
.brand-card-type { left: 0; bottom: 25px; width: 34%; height: 175px; justify-content: flex-start; transform: rotate(3deg); }
.brand-card-type strong { margin: .2rem 0 .45rem; color: #fff; font-size: 2.6rem; line-height: 1; letter-spacing: -.08em; }
.brand-card-type > span { display: flex; justify-content: space-between; padding: .2rem 0; border-top: 1px solid rgba(255, 255, 255, .06); color: #75808d; font-size: .5rem; }
.brand-card-type > span b { color: #c9d0d8; font-weight: 650; }
.brand-card-social { right: 4%; bottom: 0; width: 57%; height: 245px; display: block; padding: 1.25rem; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(255, 200, 0, .15), transparent 42%), linear-gradient(145deg, #1d2530, #101318); transform: rotate(-2deg); }
.brand-card-social > div { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.2rem; }
.brand-card-social > div b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; color: #101318; background: var(--wz-accent); font-size: .8rem; }
.brand-card-social > div small { color: #8994a1; font-size: .55rem; }
.brand-card-social em { display: block; margin-bottom: .45rem; color: var(--wz-accent); font-size: .55rem; font-style: normal; font-weight: 800; letter-spacing: .1em; }
.brand-card-social strong { display: block; max-width: 90%; color: #fff; font-size: 1.25rem; line-height: 1.15; }
.brand-card-social p { margin: .6rem 0 1rem; color: #9ea8b4; font-size: .62rem; line-height: 1.45; }
.brand-card-social > span { display: block; width: auto; height: auto; margin: 0; overflow: hidden; color: #65717e; background: transparent; font-size: .52rem; text-overflow: ellipsis; white-space: nowrap; }

.services-cta { padding: 8rem 0; background: var(--wz-bg); }
.services-cta-inner { max-width: 980px; margin: 0 auto; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(255, 200, 0, .2); border-radius: 24px; background: radial-gradient(circle at 100% 0, rgba(255, 200, 0, .1), transparent 38%), var(--wz-surface); text-align: center; }
.services-cta-inner p:not(.section-kicker) { max-width: 660px; margin: 0 auto 2rem; color: var(--wz-muted); font-size: 1.05rem; }

/* Obsahové vstupní stránky */
.content-lead { color: #e3e8ed; font-size: 1.3rem; line-height: 1.65; }
.solution-card { padding: 1.7rem; border: 1px solid var(--wz-line); border-radius: 15px; background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015)); transition: transform .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(255, 200, 0, .35); }
.solution-card > i { display: grid; width: 52px; height: 52px; margin-bottom: 1.5rem; place-items: center; border-radius: 12px; color: var(--wz-accent); background: var(--wz-accent-soft); font-size: 1.35rem; }
.solution-card h3 { color: #fff; font-size: 1.15rem; }
.solution-card p { margin: 0; color: var(--wz-muted); line-height: 1.68; }
.responsible-panel { display: flex; align-items: center; gap: 1.2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255, 200, 0, .22); border-radius: 20px; background: radial-gradient(circle at 0 0, rgba(255, 200, 0, .1), transparent 45%), var(--wz-surface); }
.responsible-panel > i { color: var(--wz-accent); font-size: clamp(3rem, 7vw, 6rem); }
.responsible-panel small,
.responsible-panel strong { display: block; }
.responsible-panel small { margin-bottom: .6rem; color: var(--wz-accent); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.responsible-panel strong { color: #fff; font-size: clamp(1.2rem, 2.5vw, 1.8rem); line-height: 1.3; }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; padding: 1.2rem 0; border-bottom: 1px solid var(--wz-line); }
.benefit-list > div > span { grid-row: 1 / 3; color: var(--wz-accent); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.benefit-list h3 { color: #fff; font-size: 1.08rem; }
.benefit-list p { margin: 0; color: var(--wz-muted); }

/* Sjednocení starších veřejných podstránek */
body.dark-mode-base .page-section:not(.contact-section) { background-color: var(--wz-bg); }
body.dark-mode-base .page-section.bg-light { background-color: var(--wz-surface) !important; color: #dbe1e8 !important; }
body.dark-mode-base .page-section.bg-light h1,
body.dark-mode-base .page-section.bg-light h2,
body.dark-mode-base .page-section.bg-light h3,
body.dark-mode-base .page-section.bg-light h4 { color: #fff !important; }
body.dark-mode-base .page-section p,
body.dark-mode-base .page-section li { line-height: 1.72; }
body.dark-mode-base .page-section .text-dark:not(.btn) { color: #dbe1e8 !important; }
body.dark-mode-base .page-section img.img-fluid:not(.avatar-img) { border-radius: 14px; }

@media (max-width: 991.98px) {
    .redesign-nav .navbar-collapse { margin-top: .75rem; padding: 1rem; border: 1px solid var(--wz-line); border-radius: 12px; background: #0d1014; }
    .redesign-nav .nav-cta { display: block; margin-top: .5rem; text-align: center; }
    .outcome-item { border-right: 0; border-bottom: 1px solid var(--wz-line); }
    .outcome-item:last-child { border-bottom: 0; }
    .services-anchor-grid { grid-template-columns: repeat(2, 1fr); }
    .service-detail { padding: 6rem 0; }
}

@media (max-width: 767.98px) {
    .dark-mode-section,
    .contact-section { padding: 5rem 0; }
    .section-display { font-size: 2.35rem; }
    .service-card p { min-height: auto; }
    .process-card { min-height: auto; }
    .services-anchor-grid { grid-template-columns: 1fr; }
    .app-window-body { min-height: 320px; }
    .app-sidebar { width: 48px; }
    .devices-demo { min-height: 350px; }
    .device-desktop > div { height: 260px; }
    .device-mobile > div { height: 240px; }
    .brand-demo { transform: scale(.86); margin: -25px -7% -35px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
