/* =============================================
   Landing: Hotelová prostěradla (hotelova-prosteradla.php)
   Vlastní šablona bez renderLandingPage(). Všechny třídy s prefixem .hp-,
   designový jazyk shodný s /prikryvka-tencel (.tl-*): bílé sekce střídané
   var(--color-light), nadpisy --home-h2 / --home-ink, akcent --color-primary.
   ============================================= */
.hp-page {
    --hp-ink: var(--home-ink, #201d19);
    --hp-text: #5f584f;
    --hp-muted: #8b857b;
    --hp-line: rgba(32, 29, 25, 0.09);
    --hp-cream: #f3ede4;
    --hp-warm: #fffaf2;
    /* proměnné sdílených produktových karet (.showcase-cell), jinak je definuje jen homepage .showcase */
    --sc-bg: #faf9f7;
    --sc-line: #e9e6e0;
    --sc-ink: #201d19;
    --sc-muted: #8b857b;
    background: #fff;
}

.hp-sec { padding: var(--home-sec-pad) 0; background: #fff; }
.hp-sec--light { background: var(--color-light); }

.hp-page h2 {
    font-size: var(--home-h2);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: var(--hp-ink);
    margin: 0 0 0.5rem;
}

.hp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.hp-eyebrow::before {
    content: '';
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: var(--color-primary);
}

/* Prosty text: max. ~70 znaku na radek */
.hp-prose h2 { margin-bottom: 0.85rem; }
.hp-prose p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--hp-text);
    max-width: 62ch;
    margin: 0 0 1rem;
}
.hp-prose p:last-child { margin-bottom: 0; }
.hp-prose strong { color: var(--hp-ink); }
.hp-prose a,
.hp-cta a:not(.btn),
.hp-compare-note a {
    color: var(--color-primary-dark);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(232, 146, 15, 0.35);
    text-underline-offset: 3px;
}
.hp-prose a:hover,
.hp-cta a:not(.btn):hover,
.hp-compare-note a:hover { text-decoration-color: currentColor; }

/* Hlavicky sekci */
.hp-sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: var(--home-head-gap);
}
.hp-sec-head h2 { margin: 0; }
.hp-sec-head p {
    margin: 0.4rem 0 0;
    color: var(--hp-muted);
    font-size: var(--home-lead);
    line-height: 1.55;
    max-width: 62ch;
}
.hp-sec-head--center {
    justify-content: center;
    text-align: center;
}
.hp-sec-head--center p { margin-left: auto; margin-right: auto; }
.hp-head-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--color-primary-dark);
    white-space: nowrap;
}
.hp-head-link svg { width: 16px; height: 16px; transition: transform 0.25s ease; }
.hp-head-link:hover svg { transform: translateX(4px); }

/* Tlacitka (hero i zaverecna vyzva) */
.hp-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hp-actions .btn {
    border-radius: 999px;
    padding: 0.85rem 1.6rem;
    font-weight: 600;
    text-decoration: none;
}
.hp-actions .btn svg { width: 18px; height: 18px; }
.hp-actions .btn-primary { box-shadow: 0 10px 24px rgba(232, 146, 15, 0.35); }
.hp-actions .btn-primary,
.hp-actions .btn-primary:hover { color: #fff; }
.hp-actions .btn-outline { color: var(--color-primary-dark); }
.hp-actions .btn-outline:hover { color: #fff; }

/* =============================================
   Hero
   ============================================= */
.hp-hero {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0 4rem;
    background: #fff;
}
.hp-hero::before {
    content: '';
    position: absolute;
    right: -12%;
    top: -35%;
    width: 58%;
    padding-top: 58%;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(255, 243, 224, 0.95), rgba(255, 243, 224, 0));
    pointer-events: none;
}
.hp-hero .container { position: relative; z-index: 1; }
.hp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem;
    align-items: center;
}
.hp-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.3rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-secondary);
    margin: 0 0 1.1rem;
}
.hp-hero h1 em {
    font-style: normal;
    color: var(--color-primary-dark);
}
.hp-hero-lead {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #5c5751;
    max-width: 560px;
    margin: 0 0 1.5rem;
}
.hp-proofs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    list-style: none;
    margin: 0 0 1.85rem;
    padding: 0;
}
.hp-proofs li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    border: 1px solid rgba(32, 29, 25, 0.1);
    border-radius: 999px;
    padding: 0.45rem 0.95rem 0.45rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-secondary);
    box-shadow: var(--shadow-sm);
}
.hp-proofs svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--color-primary-dark); }

.hp-hero-visual { position: relative; }
.hp-hero-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    overflow: hidden;
    background: var(--hp-cream);
    box-shadow: 0 30px 60px rgba(32, 29, 25, 0.16), 0 6px 16px rgba(32, 29, 25, 0.06);
}
.hp-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hp-float {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    background: #fff;
    border-radius: 16px;
    padding: 0.85rem 1.05rem;
    box-shadow: 0 14px 34px rgba(32, 29, 25, 0.16);
    animation: fadeInUp 0.6s ease-out both;
}
.hp-float--sizes { left: -1.25rem; bottom: 2rem; animation-delay: 0.25s; }
.hp-float--pack { right: 1.25rem; top: 1.25rem; animation-delay: 0.4s; }
.hp-float-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-text-light);
}
.hp-float-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-secondary);
    white-space: nowrap;
}
.hp-float-sub { font-size: 0.78rem; color: var(--color-text-light); }
.hp-ticks { display: flex; align-items: flex-end; gap: 3px; height: 14px; margin-top: 0.45rem; }
.hp-ticks i { display: block; width: 6px; border-radius: 2px; background: var(--color-primary); }
.hp-ticks i:nth-child(1) { height: 4px; opacity: 0.55; }
.hp-ticks i:nth-child(2) { height: 6px; opacity: 0.65; }
.hp-ticks i:nth-child(3) { height: 8px; opacity: 0.75; }
.hp-ticks i:nth-child(4) { height: 10px; opacity: 0.85; }
.hp-ticks i:nth-child(5) { height: 12px; opacity: 0.95; }
.hp-ticks i:nth-child(6) { height: 14px; }

/* =============================================
   Produkty: dve skupiny (rovna tkana / napinaci JERSEY PLUS)
   ============================================= */
.hp-products {
    padding: 3rem 0 3.5rem;
    background: linear-gradient(180deg, #fff 0%, var(--sc-bg) 100%);
}
.hp-group + .hp-group { margin-top: 2.25rem; }
.hp-group-head {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
}
.hp-group-title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--hp-ink);
}
.hp-group-note { font-size: 0.9rem; color: var(--hp-muted); }
.hp-grid { display: grid; gap: clamp(0.6rem, 1vw, 0.9rem); }
.hp-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.hp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hp-grid .showcase-cell {
    box-shadow: 0 1px 2px rgba(32, 29, 25, 0.03), 0 12px 32px -24px rgba(32, 29, 25, 0.18);
}
.hp-grid .sc-pack { white-space: normal; }

/* Napinaci po 10 ks: sirsi karta s fotkou vlevo, aby bylo videt baleni a cenu za baleni */
.hp-grid--row .showcase-cell {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.35rem;
    align-items: start;
    padding: 0.75rem;
}
.hp-grid--row .showcase-cell-media { grid-row: 1 / span 2; width: 112px; }
.hp-grid--row .showcase-cell-name { align-self: end; min-height: 0; font-size: 0.95rem; }
.hp-grid--row .showcase-cell-foot {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}
.hp-grid--row .showcase-cell-dim { white-space: normal; font-size: 0.8rem; }
.hp-grid--row .showcase-price { font-size: 1rem; }

/* =============================================
   Rovne, nebo napinaci: dve porovnavaci karty
   ============================================= */
.hp-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}
.hp-compare-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 22px;
    padding: 1.85rem 1.85rem 1.7rem;
    display: flex;
    flex-direction: column;
}
.hp-compare-card::before {
    content: '';
    position: absolute;
    left: 1.85rem;
    right: 1.85rem;
    top: 0;
    height: 4px;
    border-radius: 0 0 4px 4px;
}
.hp-compare-card--flat::before { background: linear-gradient(90deg, #ffb347, var(--color-primary-dark)); }
.hp-compare-card--fitted::before { background: linear-gradient(90deg, #b7d3e3, #6f9fbb); }
.hp-compare-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.hp-compare-icon svg { width: 22px; height: 22px; }
.hp-compare-card--flat .hp-compare-icon { background: #fff3e0; color: var(--color-primary-dark); }
.hp-compare-card--fitted .hp-compare-icon { background: #eaf3f8; color: #3f7ea3; }
.hp-compare-card h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: var(--hp-ink);
}
.hp-compare-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--hp-text);
}
.hp-chips {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 1.1rem 0 0;
    border-top: 1px solid var(--hp-line);
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.hp-chips li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hp-ink);
    background: var(--color-light);
    border-radius: 999px;
    padding: 0.32rem 0.8rem 0.32rem 0.6rem;
}
.hp-chips svg { width: 14px; height: 14px; color: var(--color-primary-dark); }
.hp-compare-note {
    max-width: 760px;
    margin: 1.75rem auto 0;
    text-align: center;
    color: var(--hp-text);
    font-size: 1rem;
    line-height: 1.6;
}

/* =============================================
   Rozmer: text + pravidlo vlevo, tabulka rozmeru vpravo
   ============================================= */
.hp-size-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem;
    align-items: start;
}
.hp-rule {
    display: inline-flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 1.5rem;
    padding: 1rem 1.3rem;
    border-radius: 16px;
    background: var(--hp-warm);
    border: 1px solid rgba(232, 146, 15, 0.22);
}
.hp-rule-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}
.hp-rule-value {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--hp-ink);
}
.hp-rule-sub { font-size: 0.9rem; color: var(--hp-text); }

.hp-table-card {
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(32, 29, 25, 0.03), 0 18px 40px -28px rgba(32, 29, 25, 0.25);
}
.hp-table-card h2 { font-size: 1.2rem; margin: 0 0 1rem; }
.hp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--hp-line);
    border-radius: 14px;
}
.hp-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.95rem;
}
.hp-table th,
.hp-table td {
    text-align: left;
    padding: 0.8rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--hp-line);
    color: var(--hp-text);
    line-height: 1.45;
}
.hp-table thead th {
    background: var(--hp-warm);
    color: var(--hp-ink);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(232, 146, 15, 0.25);
}
.hp-table tbody th {
    color: var(--hp-ink);
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
}
.hp-table tbody tr:nth-child(even) th,
.hp-table tbody tr:nth-child(even) td { background: #fcfbf9; }
.hp-table tbody tr:hover th,
.hp-table tbody tr:hover td { background: #fff7ea; }
.hp-table tbody tr:last-child th,
.hp-table tbody tr:last-child td { border-bottom: 0; }
.hp-temp {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--hp-ink);
    background: #fff3e0;
    border-radius: 999px;
    padding: 0.2rem 0.75rem 0.2rem 0.6rem;
    white-space: nowrap;
}
.hp-temp::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
}

/* =============================================
   Kolik prosteradel na luzko: 1 + 1 + 1 = 3
   ============================================= */
.hp-count-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
    align-items: center;
}
.hp-count-visual {
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 22px;
    padding: 1.75rem;
}
.hp-count-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
}
.hp-count-item { text-align: center; }
.hp-count-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.6rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff3e0, #ffe2b8);
    color: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-count-icon svg { width: 26px; height: 26px; }
.hp-count-item strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--hp-ink);
}
.hp-count-item span {
    display: block;
    font-size: 0.85rem;
    color: var(--hp-text);
    margin-top: 0.3rem;
}
.hp-count-plus {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--hp-muted);
    text-align: center;
}
.hp-count-total {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px dashed rgba(32, 29, 25, 0.18);
}
.hp-count-total strong {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-primary-dark);
}
.hp-count-total span { font-size: 1rem; font-weight: 600; color: var(--hp-ink); }
.hp-count-sub {
    margin: 0.5rem 0 0;
    text-align: center;
    font-size: 0.85rem;
    color: var(--hp-muted);
}

/* =============================================
   Prani a mandlovani: text + tmava karta udrzby
   ============================================= */
.hp-care-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
    align-items: center;
}
.hp-care-card {
    background: #2b2723;
    color: #fff;
    border-radius: 24px;
    padding: 1.9rem 1.9rem 1.4rem;
    box-shadow: 0 24px 50px rgba(32, 29, 25, 0.22);
}
.hp-care-card h3 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f0a53c;
    margin: 0 0 0.6rem;
}
.hp-care-row {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hp-care-row:first-of-type { border-top: 0; }
.hp-care-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.08);
    color: #f0a53c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-care-icon svg { width: 20px; height: 20px; }
.hp-care-label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 0.2rem; }
.hp-care-value { font-size: 1.02rem; font-weight: 600; line-height: 1.4; }

/* =============================================
   Kompletni luzko + nakup pro provoz: dve karty
   ============================================= */
.hp-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.hp-duo-card {
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 22px;
    padding: 1.85rem;
}
.hp-duo-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #fff3e0;
    color: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.hp-duo-icon svg { width: 22px; height: 22px; }
.hp-duo-card h2 { font-size: 1.35rem; margin: 0 0 0.75rem; }
.hp-duo-card p { font-size: 1rem; }

/* =============================================
   FAQ: akordeon, na desktopu dva sloupce
   ============================================= */
.hp-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1.25rem;
    align-items: start;
}
.hp-faq-item {
    border: 1px solid var(--hp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.hp-faq-item[open] {
    border-color: rgba(254, 161, 36, 0.55);
    box-shadow: 0 14px 30px -22px rgba(32, 29, 25, 0.3);
}
.hp-faq-q {
    cursor: pointer;
    list-style: none;
    position: relative;
    padding: 1.05rem 3.4rem 1.05rem 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--hp-ink);
}
.hp-faq-q::-webkit-details-marker { display: none; }
.hp-faq-q:hover { background: var(--hp-warm); }
.hp-faq-q::after {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff3e0;
    color: var(--color-primary-dark);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
.hp-faq-item[open] .hp-faq-q::after { content: '\2212'; }
.hp-faq-a {
    padding: 0 1.25rem 1.2rem;
    color: var(--hp-text);
    line-height: 1.65;
}
.hp-faq-a p { margin: 0; }

/* =============================================
   Zaverecna vyzva a souvisejici odkazy
   ============================================= */
.hp-cta {
    background: var(--color-primary-light);
    padding: var(--home-sec-pad) 0;
}
.hp-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 2rem 3rem;
    align-items: center;
}
.hp-cta h2 { margin: 0 0 0.6rem; }
.hp-cta p {
    margin: 0 0 0.6rem;
    color: var(--hp-text);
    line-height: 1.6;
    max-width: 62ch;
}
.hp-cta p:last-child { margin-bottom: 0; }
.hp-cta-note {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-weight: 500;
    color: var(--hp-ink);
}
.hp-cta-note svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--color-primary-dark);
    margin-top: 0.2rem;
}
.hp-cta .hp-actions { justify-content: flex-end; }
.hp-cta .hp-actions .btn-outline { background: #fff; }
.hp-cta .hp-actions .btn-outline:hover { background: var(--color-primary); }

.hp-related { padding: 1.75rem 0 2.5rem; background: #fff; }
.hp-related-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.hp-related-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hp-muted);
    margin-right: 0.35rem;
}
.hp-related a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--hp-line);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--hp-ink);
    background: #fff;
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.hp-related a svg { width: 14px; height: 14px; color: var(--color-primary-dark); }
.hp-related a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary-dark);
    transform: translateY(-1px);
}

/* =============================================
   Responzivita
   ============================================= */
@media (max-width: 992px) {
    .hp-hero-grid { grid-template-columns: 1fr; gap: 2.25rem; }
    .hp-hero-visual { max-width: 600px; width: 100%; margin: 0 auto; }
    .hp-hero-photo { aspect-ratio: 16 / 9; }
    .hp-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hp-grid--3 { grid-template-columns: 1fr; }
    .hp-size-grid,
    .hp-count-grid,
    .hp-care-grid { grid-template-columns: 1fr; gap: 2rem; }
    .hp-cta-inner { grid-template-columns: 1fr; }
    .hp-cta .hp-actions { justify-content: flex-start; }
}
@media (max-width: 768px) {
    .hp-hero { padding: 1.5rem 0 2.75rem; }
    .hp-hero-lead { font-size: 1.05rem; }
    .hp-products { padding: 2.5rem 0 2.75rem; }
    .hp-sec-head { margin-bottom: 1.4rem; }
    .hp-compare-grid,
    .hp-duo,
    .hp-faq-list { grid-template-columns: 1fr; }
    .hp-compare-card,
    .hp-duo-card { padding: 1.5rem 1.35rem; border-radius: 18px; }
    .hp-compare-card::before { left: 1.35rem; right: 1.35rem; }
    .hp-table-card { padding: 1rem; border-radius: 16px; }
    .hp-table th,
    .hp-table td { padding: 0.7rem 0.75rem; }
    .hp-care-card { padding: 1.5rem 1.4rem 1.1rem; }
    .hp-count-visual { padding: 1.25rem; }
}
@media (max-width: 640px) {
    /* plovouci karticky jdou pod fotku vedle sebe, na malem displeji by ji zakryly */
    .hp-hero-visual {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }
    .hp-hero-photo { grid-column: 1 / -1; border-radius: 18px; }
    .hp-float {
        position: static;
        box-shadow: none;
        border: 1px solid var(--hp-line);
        border-radius: 12px;
        padding: 0.7rem 0.85rem;
        animation: none;
    }
    .hp-float-value { white-space: normal; font-size: 0.95rem; line-height: 1.25; }
    .hp-grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp-count-row { gap: 0.25rem; }
    .hp-count-icon { width: 44px; height: 44px; border-radius: 12px; }
    .hp-count-icon svg { width: 22px; height: 22px; }
    .hp-count-item strong { font-size: 1.3rem; }
    .hp-count-item span { font-size: 0.75rem; }
    .hp-count-total strong { font-size: 2.2rem; }
}
@media (max-width: 480px) {
    .hp-hero h1 { font-size: 1.9rem; }
    .hp-proofs li { font-size: 0.82rem; padding: 0.4rem 0.8rem 0.4rem 0.55rem; }
    .hp-actions .btn { width: 100%; }
    .hp-grid--row .showcase-cell { grid-template-columns: 96px minmax(0, 1fr); }
    .hp-grid--row .showcase-cell-media { width: 96px; }
    .hp-rule { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .hp-float { animation: none; }
    .hp-head-link svg,
    .hp-related a,
    .hp-faq-item { transition: none; }
}
