    /* --- CSS STYLY --- */

    /* PREVENCE KOLIZE S HLAVNÍM NADPISEM SHOPTETU */
    body.id-49398 h1 {
        text-align: center;
        font-size: 42px !important;
        margin-bottom: 50px !important;
        margin-top: 60px !important;
        color: #00aca7 !important;
    }

    .pct-modal-wrapper {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: #1d1d1f;
        line-height: 1.5;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background: #fff;
    }

    .pct-modal-wrapper * {
        box-sizing: border-box;
    }

    /* POJISTKA PRO IKONY - ABY SE NA SHOPTETU NEZTRÁCELY */
    .pct-cat-icon svg {
        width: 24px;
        height: 24px;
        display: block;
        /* Důležité pro zobrazení */
        min-width: 24px;
        /* Prevence smrsknutí */
    }

    /* HERO BANNER */
    .pct-hero {
        position: relative;
        width: 100%;
        height: 450px;
        background-image: url('https://www.pocitarna.cz/user/documents/upload/REKOJ/gen_obr_stavy.jpg');
        background-size: cover;
        background-position: center;
        border-radius: 18px;
        margin-bottom: 30px;
        display: flex;
        align-items: flex-end;
        /* Text dole */
        overflow: hidden;
    }

    .pct-hero-overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        width: 100%;
        padding: 30px;
        color: white;
        border-radius: 0 0 18px 18px;
    }

    /* UNIKÁTNÍ ID PRO NADPIS */
    #pct-custom-hero-title {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        margin: 0 0 5px 0 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        color: white !important;
        text-transform: none !important;
        letter-spacing: normal !important;
    }

    .pct-hero-subtitle {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        color: white;
    }

    /* SEKCE: PŘEHLED (Overview) */
    .pct-overview-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    /* Základní styl pro přehledovou kartu */
    .pct-overview-card {
        border-radius: 16px;
        padding: 25px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        border: 1px solid transparent;
    }

    h3.pct-ov-title {
        margin-top: 0 !important;
    }

    /* 1. Karta - PŘEDVÁDĚCÍ (vlastní pozadí) */
    .pct-overview-card.demo-card {
        background: linear-gradient(160deg, #ffffff 40%, rgba(0, 171, 167, 0.12) 100%);
        border-color: rgba(0, 171, 167, 0.25);
    }

    /* 2. Karta - REPASOVANÉ (vlastní pozadí) */
    .pct-overview-card.repas-card {
        background: linear-gradient(160deg, #ffffff 40%, #d7ffc7 100%);
        border-color: #d2d2d7;
    }

    .pct-overview-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    }

    .pct-ov-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .pct-ov-title {
        font-size: 20px;
        font-weight: 700;
        color: #111;
        margin: 0;
    }

    /* Bubliny se stavy */
    .pct-grades-bubbles {
        display: flex;
        gap: 6px;
    }

    .pct-bubble {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
    }

    .pct-bubble.demo {
        background-color: #00aba7;
    }

    .pct-bubble.repas {
        background-color: #6fb558;
    }

    /* Seznam výhod */
    .pct-benefits-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pct-benefits-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px;
        font-size: 15px;
        color: #424245;
    }

    .pct-benefits-list li:last-child {
        margin-bottom: 0;
    }

    /* Fajfka před odrážkou */
    .pct-benefits-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300aba7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }


    /* HLAVNÍ BLOKY KATEGORIÍ (Detailní rozpis) */
    .pct-category-block {
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 24px;
        border: 1px solid transparent;
    }

    /* Specifické styly pro pozadí sekcí */
    .pct-block-demo {
        background: linear-gradient(180deg, #ffffff 0%, rgba(0, 171, 167, 0.05) 100%);
        border-color: rgba(0, 171, 167, 0.15);
    }

    .pct-block-repas {
        background: linear-gradient(180deg, #ffffff 0%, #f4f4f6 100%);
        border-color: #e5e5e5;
    }


    /* Hlavička kategorie */
    .pct-cat-header {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    /* MODIFIKÁTORY PRO POZADÍ HLAVIČEK */
    .header-bg-demo {
        /* URL s diakritikou pro jistotu */
        background-image: url('https://www.pocitarna.cz/user/documents/upload/REKOJ/predvadecí.jpg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }

    .header-bg-repas {
        background-image: url('https://www.pocitarna.cz/user/documents/upload/REKOJ/repasovane.jpg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }

    /* Úprava pro MOBILNÍ TELEFONY - vypnout pozadí */
    @media (max-width: 768px) {

        .header-bg-demo,
        .header-bg-repas {
            background-image: none !important;
        }
    }


    .pct-cat-icon {
        font-size: 24px;
        color: #00aba7;
        background: rgba(0, 171, 167, 0.1);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        flex-shrink: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .pct-category-block.pct-block-repas .pct-cat-icon {
        color: #6fb557 !important;
    }

    .pct-cat-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #6fb558;
    }

    .pct-cat-desc {
        font-size: 15px;
        color: #424245;
        margin: 0 0 15px 0;
        max-width: 65%;
    }

    .pct-warranty-tag {
        font-weight: 700;
        color: #00aba7;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

    /* GRID STAVŮ */
    .pct-grades-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .pct-grade-item {
        flex: 1;
        min-width: 200px;
        border: 1px solid #d2d2d7;
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        background: #fff;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    }

    .pct-grade-item:hover {
        border-color: #00aba7;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
        z-index: 2;
    }

    .pct-grade-item.active {
        flex: 0 0 100%;
        border-color: #00aba7;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        transform: none;
        z-index: 5;
        background: #fff;
    }

    /* Obsah karty */
    .pct-grade-symbol {
        font-size: 32px;
        font-weight: 800;
        color: #00aba7;
        margin-bottom: 5px;
        line-height: 1;
    }

    .pct-grade-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #111;
    }

    .pct-grade-short {
        font-size: 13px;
        color: #6e6e73;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    /* Tlačítko "Více informací" */
    .pct-info-btn {
        background: transparent;
        border: 1px solid #00aba7;
        color: #00aba7;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 20px;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: auto;
    }

    .pct-info-btn:hover {
        background: #00aba7;
        color: #fff;
    }

    .pct-grade-item.active .pct-info-btn {
        background: #e5e5e5;
        border-color: #e5e5e5;
        color: #333;
    }

    .pct-grade-item.active .pct-info-btn::after {
        content: " \00d7";
        /* Křížek */
        font-size: 16px;
    }

    .pct-grade-item.active .pct-info-btn span {
        display: none;
    }

    .pct-grade-item.active .pct-info-btn::before {
        content: "Zavřít";
    }

    /* Skrytý detail v kartách */
    .pct-grade-detail {
        display: none;
        width: 100%;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #eee;
        text-align: left;
        animation: fadeIn 0.4s ease;
    }

    .pct-grade-item.active .pct-grade-detail {
        display: block;
    }

    .pct-detail-content {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        background: #fbfbfd;
        padding: 20px;
        border-radius: 8px;
    }

    /* --- STYLY PRO NOVÉ ROZBALOVACÍ TLAČÍTKO "Podrobnější informace" --- */
    .pct-more-info-trigger {
        margin-top: 30px;
        text-align: center;
        color: #00aba7;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 15px;
        padding: 10px;
        transition: opacity 0.2s;
    }

    .pct-more-info-trigger:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    .pct-more-info-trigger svg {
        width: 20px;
        height: 20px;
        stroke-width: 2;
    }

    .pct-more-info-content {
        display: none;
        /* Skryto defaultně */
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 171, 167, 0.15);
        font-size: 14px;
        color: #424245;
        line-height: 1.6;
        text-align: left;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .pct-more-info-content.active {
        display: block;
        animation: fadeIn 0.5s ease;
    }

    /* Formátování textu v podrobném popisu */
    .pct-more-info-content h4 {
        font-size: 17px;
        font-weight: 700;
        color: #111;
        margin: 25px 0 10px 0;
    }

    .pct-more-info-content h4:first-child {
        margin-top: 0;
    }

    .pct-more-info-content p {
        margin-bottom: 15px;
    }

    .pct-more-info-content ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .pct-more-info-content ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        color: #00aba7;
        font-weight: 600;
    }

    .pct-more-info-content ul li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #00aba7;
    }

    /* Styl pro NE seznam (negativní) */
    .pct-more-info-content ul.pct-list-ne li {
        color: #666;
    }

    .pct-more-info-content ul.pct-list-ne li::before {
        color: #999;
        content: "–";
    }


    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* RESPONSIVITA */
    @media (max-width: 768px) {
        .pct-hero {
            height: 180px;
        }

        #pct-custom-hero-title {
            font-size: 24px !important;
        }

        .pct-overview-grid {
            grid-template-columns: 1fr;
            gap: 15px;
            margin-bottom: 30px;
        }

        .pct-category-block {
            padding: 20px;
            border-radius: 16px;
            margin-bottom: 30px;
        }

        .pct-cat-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            padding-bottom: 10px;
        }

        .pct-cat-icon {
            margin-bottom: 0;
        }

        /* Na mobilu šířka textu na 100%, protože obrázek pozadí je skrytý */
        .pct-cat-desc {
            max-width: 100%;
        }

        .pct-grades-grid {
            flex-direction: column;
            /* Karty pod sebe na mobilu */
        }

        .pct-grade-item {
            width: 100%;
        }

        body.id-49398 h1 {
            text-align: center;
            font-size: 32px !important;
            margin-bottom: 25px !important;
            margin-top: 30px !important;
            color: #00aca7 !important;
        }

        /* Na mobilu pro ANO/NE dáme pod sebe */
        .pct-flex-cols {
            flex-direction: column;
        }

        .pct-flex-cols>div {
            min-width: 100% !important;
        }

    }