/* Produktové bloky – CSS sa načítava automaticky systémovým pluginom. */
.hh-product-block {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 28px 20px;
    box-sizing: border-box;
}
.hh-product-block,
.hh-product-block * {
    box-sizing: border-box;
}
.hh-product-block img {
    display: block;
    max-width: 100%;
    height: auto;
}
.hh-product-accent {
    color: var(--hh-feature-accent, var(--hh-hero-accent, #f28a00));
}

/* HERO */
.hh-product-hero-showcase__card {
    --hh-hero-bg: #000000;
    --hh-hero-text: #ffffff;
    --hh-hero-muted: rgba(255, 255, 255, .88);
    --hh-hero-accent: #f28a00;
    --hh-hero-overlay: rgba(0, 0, 0, 0);
    --hh-hero-bg-image: none;

    overflow: hidden;
    padding: clamp(58px, 7vw, 94px) clamp(22px, 7vw, 96px) clamp(40px, 5vw, 64px);
    color: var(--hh-hero-text);
    text-align: center;
    background-color: var(--hh-hero-bg);
    background-image:
        linear-gradient(var(--hh-hero-overlay), var(--hh-hero-overlay)),
        var(--hh-hero-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
}
.hh-product-hero-showcase__content {
    max-width: 950px;
    margin: 0 auto;
}
.hh-product-hero-showcase__content h2 {
    max-width: 900px;
    margin: 0 auto clamp(24px, 3vw, 34px);
    color: var(--hh-hero-text);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
}
.hh-product-hero-showcase__content .hh-product-accent {
    color: var(--hh-hero-accent);
}
.hh-product-hero-showcase__lead {
    max-width: 900px;
    margin: 0 auto;
    color: var(--hh-hero-muted);
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.65;
}
.hh-product-hero-showcase__lead strong {
    color: var(--hh-hero-text);
}
.hh-product-hero-showcase__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 64px);
    max-width: 760px;
    margin: clamp(42px, 5vw, 64px) auto 0;
}
.hh-product-hero-showcase__benefit p {
    max-width: 190px;
    margin: 14px auto 0;
    color: var(--hh-hero-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42;
}
.hh-product-hero-showcase__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}
.hh-product-hero-showcase__icon--green { color: #35e6a1; }
.hh-product-hero-showcase__icon--pink { color: #ec4f9a; font-size: 56px; }
.hh-product-hero-showcase__icon--yellow {
    width: 44px;
    height: 44px;
    margin-top: 4px;
    color: #000;
    font-size: 25px;
    background: #ffba00;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffba00;
}

/* OBRÁZOK + TEXT */
.hh-product-feature__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}
.hh-product-feature__content-card,
.hh-product-feature__media {
    min-width: 0;
    min-height: 660px;
    border-radius: 24px;
}
.hh-product-feature__content-card {
    --hh-feature-bg: #f7efd9;
    --hh-feature-text: #111111;
    --hh-feature-muted: rgba(17, 17, 17, .86);
    --hh-feature-accent: #f2a300;
    --hh-feature-overlay: rgba(0, 0, 0, 0);
    --hh-feature-bg-image: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: clamp(38px, 5vw, 72px) clamp(30px, 5vw, 64px);
    color: var(--hh-feature-text);
    background-color: var(--hh-feature-bg);
    background-image:
        linear-gradient(var(--hh-feature-overlay), var(--hh-feature-overlay)),
        var(--hh-feature-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hh-product-feature__eyebrow {
    margin: 0 0 14px;
    color: var(--hh-feature-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hh-product-feature__content-card h2 {
    max-width: 620px;
    margin: 0 0 26px;
    color: var(--hh-feature-text);
    font-size: clamp(30px, 3.25vw, 50px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.025em;
}
.hh-product-feature__content-card .hh-product-accent { color: var(--hh-feature-accent); }
.hh-product-feature__content-card p {
    max-width: 650px;
    margin: 0 0 20px;
    color: var(--hh-feature-muted);
    font-size: 17px;
    line-height: 1.72;
}
.hh-product-feature__content-card strong { color: var(--hh-feature-text); }
.hh-product-feature__list {
    max-width: 660px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.hh-product-feature__list li {
    position: relative;
    margin: 0 0 15px;
    padding-left: 32px;
    color: var(--hh-feature-text);
    font-size: 16px;
    line-height: 1.58;
}
.hh-product-feature__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: .02em;
    color: var(--hh-feature-accent);
    font-size: 19px;
    font-weight: 800;
}
.hh-product-feature__media {
    overflow: hidden;
    background: #e8e8e8;
}
.hh-product-feature__media img {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
    object-position: center;
}

/* TRI VÝHODY */
.hh-product-benefits {
    --hh-benefits-bg: #f5f5f5;
    --hh-benefits-text: #111111;
    --hh-benefits-muted: rgba(17, 17, 17, .84);
    --hh-benefits-accent: #f2a300;
    --hh-benefits-card-bg: #ffffff;
    --hh-benefits-overlay: rgba(0, 0, 0, 0);
    --hh-benefits-bg-image: none;

    color: var(--hh-benefits-text);
}
.hh-product-benefits__inner {
    overflow: hidden;
    padding: clamp(42px, 6vw, 78px);
    background-color: var(--hh-benefits-bg);
    background-image:
        linear-gradient(var(--hh-benefits-overlay), var(--hh-benefits-overlay)),
        var(--hh-benefits-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
}
.hh-product-benefits__inner > h2 {
    max-width: 760px;
    margin: 0 auto 34px;
    color: var(--hh-benefits-text);
    text-align: center;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
}
.hh-product-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.hh-product-benefit {
    min-width: 0;
    padding: 30px;
    color: var(--hh-benefits-text);
    background: var(--hh-benefits-card-bg);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .07);
}
.hh-product-benefit__number {
    display: block;
    margin-bottom: 22px;
    color: var(--hh-benefits-accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
}
.hh-product-benefit h3 {
    margin: 0 0 12px;
    color: var(--hh-benefits-text);
    font-size: 22px;
}
.hh-product-benefit p {
    margin: 0;
    color: var(--hh-benefits-muted);
    line-height: 1.7;
}

/* OBRÁZOK NA CELÚ ŠÍRKU */
.hh-product-wide-image {
    --hh-wide-bg: #ffffff;
    --hh-wide-caption: #555555;
    --hh-wide-radius: 22px;

    padding: 28px 20px;
    color: var(--hh-wide-caption);
    text-align: center;
    background: var(--hh-wide-bg);
    border-radius: calc(var(--hh-wide-radius) + 10px);
}
.hh-product-wide-image img {
    width: 100%;
    border-radius: var(--hh-wide-radius);
}
.hh-product-image-caption {
    margin: 14px 0 0;
    color: var(--hh-wide-caption);
    font-size: 14px;
    line-height: 1.5;
}

/* FAQ */
.hh-product-faq {
    --hh-faq-bg: #f7f7f7;
    --hh-faq-text: #111111;
    --hh-faq-muted: rgba(17, 17, 17, .84);
    --hh-faq-accent: #f2a300;
    --hh-faq-item-bg: #ffffff;
    --hh-faq-overlay: rgba(0, 0, 0, 0);
    --hh-faq-bg-image: none;

    max-width: 1120px;
    color: var(--hh-faq-text);
}
.hh-product-faq__inner {
    overflow: hidden;
    padding: clamp(42px, 6vw, 72px);
    background-color: var(--hh-faq-bg);
    background-image:
        linear-gradient(var(--hh-faq-overlay), var(--hh-faq-overlay)),
        var(--hh-faq-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
}
.hh-product-faq__inner > h2 {
    margin: 0 0 28px;
    color: var(--hh-faq-text);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
}
.hh-product-faq__item {
    position: relative;
    margin-top: 14px;
    padding: 24px 58px 24px 26px;
    color: var(--hh-faq-text);
    background: var(--hh-faq-item-bg);
    border-radius: 14px;
}
.hh-product-faq__item::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 24px;
    color: var(--hh-faq-accent);
    font-size: 28px;
    font-weight: 400;
}
.hh-product-faq__item h3 {
    margin: 0 0 8px;
    color: var(--hh-faq-text);
    font-size: 20px;
}
.hh-product-faq__item p {
    margin: 0;
    color: var(--hh-faq-muted);
    line-height: 1.65;
}

@media (max-width: 991px) {
    .hh-product-feature__grid,
    .hh-product-benefits__grid {
        grid-template-columns: 1fr;
    }
    .hh-product-feature--image-left .hh-product-feature__media { order: 1; }
    .hh-product-feature--image-left .hh-product-feature__content-card { order: 2; }
    .hh-product-feature--reverse .hh-product-feature__content-card { order: 1; }
    .hh-product-feature--reverse .hh-product-feature__media { order: 2; }
    .hh-product-feature__content-card,
    .hh-product-feature__media,
    .hh-product-feature__media img { min-height: 480px; }
}

@media (max-width: 767px) {
    .hh-product-block { padding: 18px 12px; }
    .hh-product-hero-showcase__card,
    .hh-product-benefits__inner,
    .hh-product-faq__inner { border-radius: 16px; }
    .hh-product-hero-showcase__card { padding: 48px 20px 38px; }
    .hh-product-hero-showcase__content h2 { font-size: clamp(29px, 9vw, 40px); }
    .hh-product-hero-showcase__benefits { grid-template-columns: 1fr; gap: 30px; }
    .hh-product-feature__grid { gap: 14px; }
    .hh-product-feature__content-card { min-height: auto; padding: 38px 24px; border-radius: 18px; }
    .hh-product-feature__media,
    .hh-product-feature__media img { min-height: 340px; border-radius: 18px; }
    .hh-product-feature__content-card h2 { font-size: clamp(28px, 9vw, 40px); }
    .hh-product-feature__content-card p,
    .hh-product-feature__list li { font-size: 15px; }
    .hh-product-benefits__inner,
    .hh-product-faq__inner { padding: 36px 20px; }
    .hh-product-benefit { padding: 24px; }
    .hh-product-wide-image { padding: 14px; }
}
