/* ZkušenostiLidí — světlý, pestrý design (bílé pozadí + živé barvy) */

:root {
    --ink: #0f172a;
    --ink-soft: #1e293b;
    --fg: #1e293b;
    --fg-soft: #475569;
    --muted: #64748b;
    --bg: #ffffff;
    --bg-soft: #f4f8ff;
    --surface: #ffffff;
    --brand: #2b7fff;
    --brand-bright: #2b7fff;
    --brand-dark: #155eef;
    --brand-blue: #2b7fff;
    --brand-soft: rgba(43, 127, 255, 0.12);
    --brand-gradient: #2b7fff;
    --brand-gradient-diagonal: #2b7fff;
    --accent: #12b76a;
    --accent-soft: rgba(18, 183, 106, 0.14);
    --accent-line: #12b76a;
    --ok: #12b76a;
    --border: #e8eef7;
    --shadow-md: 0 10px 28px rgba(43, 127, 255, 0.08);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-pill: 999px;
    --content-max: min(1680px, calc(100vw - 2.5rem));
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.is-public {
    background: #ffffff;
    background-image: none;
    color: var(--fg);
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

html:has(body.is-public) {
    background-color: #ffffff;
}

body.is-public .site-header,
body.is-public .site-header--community {
    background: rgba(255, 255, 255, 0.96);
}

body.is-public .wrap,
body.is-public .page-main,
body.is-public .review,
body.is-public .review-sheet,
body.is-public .article-sheet {
    background-color: transparent;
}

body.is-public .aside-widget,
body.is-public .comments-section,
body.is-public .hero-stat-card {
    background: #ffffff;
    border-color: var(--border);
}

body.is-public :where(h1, h2, h3, h4, h5, h6),
body.is-public .aside-widget-title,
body.is-public .brand--community,
body.is-public .review-hero h1,
body.is-public .review .body :is(h2, h3, h4),
body.is-public .section-head h2 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

h1, h2, h3, .section-head h2 {
    font-family: "DM Sans", system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
}

/* — Header — */
.site-header--community {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    box-shadow: none;
}

.site-header--community .site-header-bar {
    border: 0;
}

.site-header-tagline {
    display: none;
}

.site-header-inner {
    min-height: 4.25rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
}

.brand--community {
    font-family: "DM Sans", system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--ink);
    gap: 0.55rem;
}

.brand--logo {
    font-size: 0;
    line-height: 0;
}

.brand--logo:hover {
    opacity: 0.9;
}

.site-logo,
.site-logo--svg {
    display: block;
    height: 2.35rem;
    width: auto;
    max-width: min(260px, 55vw);
    color: #2b7fff;
}

.site-footer-logo-link {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #fff;
}

.site-footer-logo-link:hover {
    opacity: 0.9;
    text-decoration: none;
}

.site-footer-logo,
.site-footer-logo--svg {
    display: block;
    height: 2rem;
    width: auto;
    max-width: 220px;
    color: #ffffff;
}

.site-footer--community .site-footer-logo,
.site-footer--community .site-footer-logo--svg {
    filter: none;
    opacity: 1;
    color: #ffffff;
}

.brand-mark {
    width: 2rem;
    height: 2rem;
    font-size: 0.95rem;
    background: var(--brand);
    box-shadow: none;
}

.brand-suffix {
    color: var(--muted);
    font-weight: 600;
}

.site-nav--community {
    display: flex !important;
    justify-content: center;
    gap: 0.15rem;
    flex-wrap: wrap;
}

.site-nav--community a {
    padding: 0.45rem 0.8rem;
    border-radius: 8px;
    color: var(--fg-soft);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.site-nav--community a:hover {
    color: var(--brand-dark);
    background: var(--brand-soft);
    text-decoration: none;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.site-search--compact {
    max-width: min(19rem, 32vw);
    flex: 1 1 auto;
    min-width: 0;
}

.site-header--community .site-search {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0.2rem 0.2rem 0.2rem 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.site-header--community .site-search:focus-within {
    border-color: rgba(43, 127, 255, 0.45);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(43, 127, 255, 0.1);
}

.site-header--community .site-search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0.55rem 0.35rem 0.55rem 1rem;
    font-size: 0.9rem;
    color: var(--fg);
}

.site-header--community .site-search-input::placeholder {
    color: #94a3b8;
}

.site-header--community .site-search-input:focus {
    outline: none;
}

.site-header--community .site-search-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.15rem;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease;
}

.site-header--community .site-search-btn:hover {
    background: var(--brand-dark);
    filter: none;
}

.site-header--community .site-search-btn:active {
    transform: scale(0.96);
}

.site-header--community .site-search-btn-icon {
    display: block;
}

/* — Hero — světlý, brand v popředí — */
.page-hero--home {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: var(--ink);
    padding: clamp(2.75rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--border);
}

.page-hero--home::before {
    content: none;
}

.page-hero--home .page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: end;
}

.page-hero--home .page-hero-kicker {
    color: var(--brand-dark);
    background: var(--brand-soft);
    border: 1px solid rgba(43, 127, 255, 0.22);
}

.page-hero--home a.page-hero-kicker:hover {
    color: var(--brand-dark);
    background: #fff;
}

.page-hero--home .page-hero-brand {
    margin: 0 0 0.75rem;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--brand);
}

.page-hero--home h1 {
    color: var(--ink) !important;
    font-size: clamp(2.15rem, 4.8vw, 3.4rem) !important;
    max-width: 14ch !important;
    line-height: 1.05 !important;
    margin-bottom: 1.1rem;
    font-family: "DM Sans", system-ui, sans-serif !important;
}

.page-hero-lead {
    color: var(--fg-soft) !important;
    font-size: clamp(1.05rem, 1.5vw, 1.18rem);
    max-width: 42ch;
}

.home-cta-community {
    margin-top: 1.75rem;
    gap: 0.85rem;
}

.btn-community {
    display: inline-block;
    padding: 0.85rem 1.45rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    border: 0;
    border-radius: var(--radius-sm);
    background: var(--brand);
    box-shadow: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease;
}

.btn-community:hover {
    filter: none;
    background: var(--brand-dark);
    box-shadow: none;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-community--outline {
    color: var(--brand-dark) !important;
    border: 1px solid rgba(43, 127, 255, 0.35);
    background: #fff;
}

.btn-community--outline:hover {
    background: var(--brand-soft);
    color: var(--brand-dark) !important;
    border-color: var(--brand);
}

.hero-aside-panel {
    display: grid;
    gap: 0.75rem;
}

.hero-stat-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.15rem 1.25rem;
    backdrop-filter: none;
    box-shadow: var(--shadow-md);
}

a.hero-stat-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

a.hero-stat-card:hover {
    transform: translateY(-2px);
    border-color: rgba(43, 127, 255, 0.35);
}

a.hero-stat-card:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
}

.hero-stat-card strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    font-family: "DM Sans", system-ui, sans-serif;
    color: var(--ink);
    margin-bottom: 0.25rem;
}

.hero-stat-card span {
    font-size: 0.9rem;
    color: var(--fg-soft);
    line-height: 1.45;
}

.hero-stat-card--accent {
    background: #fff;
    border: 1px solid rgba(43, 127, 255, 0.22);
    border-left: 4px solid var(--brand);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: var(--shadow-md);
}

a.hero-stat-card--accent:hover {
    box-shadow: 0 14px 30px rgba(20, 24, 31, 0.08);
}

/* — Main content width — */
.page-main {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

.section-head h2 {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
}

/* — Card grids use full width — */
@media (min-width: 1100px) {
    .cards--product {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1500px) {
    .cards--product {
        gap: 1.5rem;
    }
}

.cards--product .card-product {
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cards--product .card-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(20, 17, 15, 0.12);
}

.cards--product .card-product-cta {
    background: var(--brand);
    color: #fff !important;
    font-weight: 700;
    border: 0;
    box-shadow: 0 2px 8px rgba(43, 127, 255, 0.18);
}

.cards--product .card-product-cta.card-product-cta--secondary {
    background: #0f172a;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(28, 25, 23, 0.2);
}

.card-product--search .card-product-actions .card-product-cta {
    background: var(--brand);
    color: #fff !important;
    border: 0;
    box-shadow: 0 2px 8px rgba(43, 127, 255, 0.2);
}

.card-product--search .card-product-actions .card-product-cta-review,
.card-product .card-product-cta-review {
    background: #fff;
    color: var(--fg) !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.card-product--search .card-product-actions .card-product-cta-review:hover,
.card-product .card-product-cta-review:hover {
    background: var(--brand-soft);
    color: var(--brand-dark) !important;
    border-color: var(--brand);
}

/* — Review page — */
.page-review .review-screenshot {
    margin: 1.5rem 0;
}

.page-review .review-screenshot-link,
.page-review .review-screenshot-media {
    position: relative;
    display: block;
    margin: 0;
    line-height: 0;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.page-review .review-screenshot-link:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
}

.page-review .review-screenshot .review-shot-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-review .review-screenshot-source {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 1;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--fg-soft);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.14);
    pointer-events: none;
}

.page-review .review-page-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 2rem;
}

@media (min-width: 1400px) {
    .page-review .review-page-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
        gap: 2.5rem;
    }
}

.community-cta-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    border-radius: var(--radius);
    padding: 1.5rem 2rem;
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 28px rgba(43, 127, 255, 0.22);
}

.community-cta-banner h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 1.2rem;
}

.community-cta-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.btn-community--light {
    background: #fff;
    color: var(--brand-dark) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.btn-community--light:hover {
    filter: none;
    background: #f0f7ff;
    color: var(--brand-dark) !important;
}

.comments-section {
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow-md);
}

/* — Forum — */
.page-forum .forum-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.page-forum .forum-head-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-forum .forum-section {
    margin-bottom: 2.5rem;
}

.page-forum .forum-section h2 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
}

.page-forum .forum-cat-list,
.page-forum .forum-thread-list,
.page-forum .forum-search-post-list,
.page-home .forum-thread-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.page-forum .forum-cat-item,
.page-forum .forum-thread-row,
.page-forum .forum-search-post,
.page-home .forum-thread-row {
    padding: 1rem 1.25rem;
}

.page-forum .forum-cat-link {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-decoration: none;
    color: inherit;
}

.page-forum .forum-cat-link:hover strong {
    color: var(--accent);
}

.page-forum .forum-thread-title,
.page-home .forum-thread-title {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: var(--fg);
    margin-bottom: 0.35rem;
}

.page-forum .forum-thread-title:hover,
.page-home .forum-thread-title:hover {
    color: var(--brand-dark);
}

.page-forum .forum-thread-excerpt,
.page-home .forum-thread-excerpt {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--fg-soft);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-forum .forum-thread-meta,
.page-home .forum-thread-meta {
    color: var(--muted);
}

.page-home .forum-thread-meta a {
    color: var(--brand-dark);
    font-weight: 600;
    text-decoration: none;
}

.page-home .forum-thread-meta a:hover {
    text-decoration: underline;
}

.page-home .home-forum-more {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
}

.page-forum .forum-thread,
.page-forum .forum-reply-form,
.page-forum .forum-form,
.page-forum .forum-search-form {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-forum .forum-thread-header h1 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.page-forum .forum-post-list {
    display: grid;
    gap: 1rem;
}

.page-forum .forum-post {
    padding: 1rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
}

.page-forum .forum-post--reply,
.page-forum .forum-post-replies .forum-post {
    margin-left: 1.25rem;
    border-left: 3px solid var(--accent-soft, #e7e5e4);
}

.page-forum .forum-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

.page-forum .forum-post-body {
    line-height: 1.6;
    word-break: break-word;
}

.page-forum .forum-post-actions {
    margin: 0.75rem 0 0;
}

.page-forum .forum-form label,
.page-forum .forum-search-form {
    display: grid;
    gap: 0.75rem;
}

.page-forum .forum-form label {
    display: block;
    margin-bottom: 1rem;
}

.page-forum .forum-form input[type="text"],
.page-forum .forum-form select,
.page-forum .forum-form textarea,
.page-forum .forum-search-form input[type="search"] {
    width: 100%;
    margin-top: 0.35rem;
}

.page-forum .forum-search-form {
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 2rem;
}

.page-forum .forum-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.page-forum .forum-form .comment-form-consent {
    margin: 1rem 0 0;
    font-size: 0.68rem;
    line-height: 1.45;
    color: var(--muted);
}

.page-forum .forum-form .comment-form-consent + .forum-form-actions,
.page-forum .forum-form .comment-form-consent + p {
    margin-top: 0.5rem;
}

.page-forum .forum-msg {
    padding: 0.85rem 1rem;
    border-radius: var(--radius);
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    margin-bottom: 1rem;
}

.page-forum .forum-replies h2 {
    margin: 0 0 1rem;
}

/* — Scroll rating modal (recenze) — */
body.review-scroll-modal-open {
    overflow: hidden;
}

.review-scroll-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.review-scroll-modal[hidden] {
    display: none !important;
}

.review-scroll-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 17, 15, 0.55);
    backdrop-filter: blur(2px);
}

.review-scroll-modal__box {
    position: relative;
    z-index: 1;
    width: min(100%, 22rem);
    padding: 1.75rem 1.5rem 1.5rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 20px 50px rgba(20, 17, 15, 0.22);
    text-align: center;
    transform: scale(0.96);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.review-scroll-modal.is-open .review-scroll-modal__box {
    transform: scale(1);
    opacity: 1;
}

.review-scroll-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.review-scroll-modal__close:hover {
    background: var(--bg-soft);
    color: var(--ink);
}

.review-scroll-modal__logo {
    margin-bottom: 1rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-scroll-modal__logo img {
    max-width: 9rem;
    max-height: 3.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.review-scroll-modal__logo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand-dark);
    font-weight: 800;
    font-size: 1.25rem;
}

.review-scroll-modal__title {
    margin: 0 0 1.1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink-soft);
}

.review-scroll-modal__stars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    justify-items: center;
    margin: 0 auto 1.25rem;
    max-width: 17rem;
}

.review-scroll-modal__star:nth-child(5) {
    grid-column: 1 / -1;
}

.review-scroll-modal__star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 3.5rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    font: inherit;
    color: var(--ink);
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.review-scroll-modal__star:hover {
    border-color: #fbbf24;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(251, 191, 36, 0.25);
}

.review-scroll-modal__star-num {
    font-weight: 700;
    font-size: 0.95rem;
}

.review-scroll-modal__star-glyph {
    color: #fbbf24;
    font-size: 1rem;
    line-height: 1;
}

.review-scroll-modal__shop {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: #22c55e;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

.review-scroll-modal__shop:hover {
    background: #16a34a;
    text-decoration: none !important;
}

/* — Heureka v hero recenze — */
.review-hero-heureka {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    margin-top: 0.15rem;
}

.review-hero-heureka-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 150, 255, 0.18);
    line-height: 0;
    text-decoration: none !important;
}

.review-hero-heureka-logo-link:hover {
    border-color: rgba(0, 150, 255, 0.35);
    background: #f0f9ff;
}

.review-hero-heureka-logo {
    display: block;
    max-width: 100%;
    max-height: 2.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.review-hero-heureka-logo-fallback {
    display: block;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 150, 255, 0.18);
    color: #0096ff;
    font-weight: 800;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.2;
}

.page-review a.review-hero-heureka-cta {
    margin-top: 0;
    background: #0096ff;
    box-shadow: 0 2px 8px rgba(0, 150, 255, 0.35);
}

.page-review a.review-hero-heureka-cta:hover {
    background: #0088e8;
    filter: none;
    box-shadow: 0 4px 14px rgba(0, 150, 255, 0.45);
}

/* — Hodnocení komunity (hero) — */
.page-review .review-rating-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    padding: 1rem 1.15rem;
    background: #ecfdf5;
    border: 1px solid rgba(18, 183, 106, 0.28);
    border-radius: var(--radius);
}

.page-review .review-rating-highlight__main {
    flex: 1 1 10rem;
    min-width: 0;
}

.page-review .review-rating-highlight__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto;
}

.page-review .review-rating-highlight__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.25;
    text-decoration: none !important;
    white-space: nowrap;
    transition: filter 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.page-review .review-rating-highlight__btn--offer {
    background: #22c55e;
    color: #fff !important;
    border: 0;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.28);
}

.page-review .review-rating-highlight__btn--offer:hover {
    filter: brightness(1.05);
    color: #fff !important;
    text-decoration: none !important;
}

.page-review .review-rating-highlight__btn--comments {
    background: #fff;
    color: var(--brand-dark) !important;
    border: 1px solid rgba(43, 127, 255, 0.35);
    box-shadow: 0 1px 3px rgba(43, 127, 255, 0.08);
}

.page-review .review-rating-highlight__btn--comments:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
    color: var(--brand-dark) !important;
    text-decoration: none !important;
}

.page-review .review-rating-highlight__btn:active {
    transform: translateY(1px);
}

@media (max-width: 640px) {
    .page-review .review-rating-highlight__actions {
        width: 100%;
    }

    .page-review .review-rating-highlight__btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        white-space: normal;
        text-align: center;
    }
}

/* — Footer — */
.site-footer--community {
    background: #155eef;
    margin-top: 4rem;
    padding: 3rem 0;
    color: #ffffff;
    border-top: 0;
    box-shadow: none;
}

body.is-public .site-footer.site-footer--community {
    background: #155eef;
    color: #ffffff;
}

.site-footer--community a {
    color: #ffffff;
}

.site-footer--community a:hover {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-footer--community .muted,
.site-footer--community .site-footer-tagline,
.site-footer--community .footer-operator-contact,
.site-footer--community .footer-operator-address,
.site-footer--community .site-footer-copy {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer--community .site-footer-col-title {
    color: rgba(255, 255, 255, 0.65);
}

.site-footer--community .footer-operator-name {
    color: #ffffff;
}

.site-footer--community .site-footer-links a,
.site-footer--community .site-footer-social-link,
.site-footer--community .footer-operator-contact a {
    color: #ffffff;
}

.site-footer--community .site-footer-links a:hover,
.site-footer--community .site-footer-social-link:hover,
.site-footer--community .footer-operator-contact a:hover {
    color: rgba(255, 255, 255, 0.78);
}

.site-footer--community .site-footer-logo-link:hover {
    opacity: 0.88;
    text-decoration: none;
}

/* — Tlačítka a odkazy (override style.css) — */
body.is-public .btn,
body.is-public a.btn,
body.is-public .card-product-cta,
body.is-public .card-product-cta-review,
body.is-public .btn-community:not(.btn-community--outline):not(.btn-community--light) {
    background: var(--brand);
    background-image: none;
    color: #fff !important;
    border: 0;
    box-shadow: 0 4px 14px rgba(43, 127, 255, 0.25);
}

body.is-public .btn:hover,
body.is-public a.btn:hover,
body.is-public .card-product-cta:hover,
body.is-public .btn-community:not(.btn-community--outline):not(.btn-community--light):hover {
    background: var(--brand-dark);
    background-image: none;
    color: #fff !important;
}

body.is-public a.btn-heureka-cta,
body.is-public a.btn-heureka-cta.review-hero-shop-cta,
body.is-public .review-rating-highlight__btn--offer {
    background: #12b76a;
    background-image: none;
}

body.is-public a.btn-heureka-cta:hover,
body.is-public .review-rating-highlight__btn--offer:hover {
    background: #0e9f5c;
    background-image: none;
}

body.is-public a.review-hero-heureka-cta {
    background: #0096ff;
    background-image: none;
}

body.is-public a.review-hero-heureka-cta:hover {
    background: #0088e8;
    background-image: none;
}

body.is-public .btn.secondary {
    background: #ffffff;
    background-image: none;
    color: var(--fg) !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.is-public .btn.secondary:hover {
    background: var(--brand-soft);
    background-image: none;
    border-color: var(--brand);
    color: var(--brand-dark) !important;
    filter: none;
}

body.is-public .page-hero--home a.page-hero-kicker:focus-visible {
    outline-color: #c4b5fd;
}

.site-footer-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
}

.site-footer-copy {
    grid-column: 1 / -1;
    margin: 1rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* — Mobile — */
@media (max-width: 960px) {
    .site-header-inner {
        grid-template-columns: 1fr auto;
    }

    .site-nav--community {
        display: none !important;
    }

    .site-header--community .site-search--compact {
        max-width: min(14rem, 42vw);
    }

    .site-header--community .site-search-input {
        padding-left: 0.85rem;
        font-size: 0.85rem;
    }

    .site-nav--community.is-open {
        display: flex !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--surface);
        padding: 1rem;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-md);
    }

    .page-hero--home .page-hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-aside-panel {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .hero-aside-panel {
        grid-template-columns: 1fr;
    }

    .site-search--compact {
        max-width: 100%;
    }
}
