
        .paoc-popup-link {
  color: #1669d0;
  text-decoration: none;
  font-weight: 600;
}
.paoc-popup-link:hover {
  text-decoration: underline;
}

        .mhx-housing-page {
            --primary-color: #0a1a33;
            --secondary-color: #FFD700;
            --text-light: #838383;
            --bg-light: #f8f8f8;
            --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
            --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
            --border-radius: 8px;
            --transition: all 0.3s ease;
            font-family: 'Cairo', sans-serif;
            background-color: white;
            color: var(--primary-color);
            margin: 0;
            padding: 0;
            line-height: 1.6;
            scroll-behavior: smooth;
        }

        .mhx-housing-page * {
            box-sizing: border-box;
        }

        .mhx-housing-page .mhx-page-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, #1a3a66 100%);
            color: white;
            padding: 4rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .mhx-housing-page .mhx-page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.5;
        }

        .mhx-housing-page .mhx-page-header h1 {
            margin: 0;
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .mhx-housing-page .mhx-section-enhanced {
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 2rem;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        /* Tlačidlá len v tejto sekcii */
.mhx-section-enhanced .mhx-buttons-wrapper {
    display: flex;
    justify-content: center; /* centrovanie horizontálne */
    gap: 15px;              /* medzera medzi tlačidlami */
    margin-top: 50px;       /* vertikálna medzera nad tlačidlami */
    flex-wrap: wrap;        /* na mobiloch sa tlačidlá zlomia na ďalší riadok */
}


        .mhx-housing-page .mhx-section-enhanced:nth-child(even) {
            background-color: rgba(10, 26, 51, 0.02);
        }

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

        .mhx-housing-page h2 {
            font-size: 2.25rem;
            color: var(--primary-color);
            border-bottom: 3px solid var(--secondary-color);
            padding-bottom: 1rem;
            margin-bottom: 2rem;
            position: relative;
        }

        .mhx-housing-page h2::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--secondary-color);
        }

        .mhx-housing-page h3 {
            font-size: 1.75rem;
            color: var(--primary-color);
            margin-top: 2.5rem;
            margin-bottom: 1rem;
        }

        .mhx-housing-page p {
            font-size: 1.1rem;
            color: var(--text-light);
            margin-bottom: 1rem;
        }

        .mhx-housing-page .mhx-highlight-enhanced {
            color: var(--primary-color);
            font-weight: 600;
            background-color: rgba(255, 215, 0, 0.1);
            padding: 0.5rem 1rem;
            border-radius: var(--border-radius);
            border-left: 4px solid var(--secondary-color);
            display: inline-block;
            margin: 0.5rem 0;
        }

        .mhx-housing-page .mhx-not-rental-highlight {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            background: linear-gradient(135deg, var(--primary-color), #1a3a66);
            padding: 1.5rem;
            border-radius: var(--border-radius);
            margin: 1.5rem 0;
            text-align: center;
            box-shadow: var(--shadow-md);
        }

        .mhx-housing-page .mhx-announcement-enhanced {
            background-color: rgba(255, 215, 0, 0.1);
            border: 2px solid var(--secondary-color);
            padding: 1.5rem;
            margin: 1.5rem 0;
            font-weight: 600;
            color: var(--primary-color);
            border-radius: var(--border-radius);
            display: flex;
            align-items: center;
        }

        .mhx-housing-page .mhx-announcement-enhanced::before {
            content: '\f071';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-right: 1rem;
            color: var(--secondary-color);
            font-size: 1.5rem;
        }

        .mhx-housing-page ul:not(.mhx-steps-enhanced), 
.mhx-housing-page ol:not(.mhx-steps-enhanced) {
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--text-light);
    padding-left: 1.5rem;  /* Zmenené na menšie odsadenie bez kruhov */
    margin-bottom: 1.5rem;
    
}

.mhx-housing-page ul:not(.mhx-steps-enhanced) li:not(.accordion__item):not(.mhx-highlight-enhanced),
.mhx-housing-page ol:not(.mhx-steps-enhanced) li:not(.accordion__item):not(.mhx-highlight-enhanced) {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 0.5rem;
}


        

        /* Steps zostanú rovnaké – ich modré číslované kruhy sa neovplyvnia */
.mhx-housing-page .mhx-steps-enhanced {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.mhx-housing-page .mhx-steps-enhanced li {
    position: relative;
    padding: 1.25rem 1.5rem 1.25rem 4rem;
    font-size: 1.15rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

        .mhx-housing-page .mhx-steps-enhanced li:hover {
            box-shadow: var(--shadow-md);
            transform: translateX(5px);
        }

        .mhx-housing-page .mhx-steps-enhanced li::before {
            content: counter(step);
            counter-increment: step;
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            background: var(--secondary-color);
            color: var(--primary-color);
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1rem;
            z-index: 1;
        }

        .mhx-housing-page .mhx-steps-enhanced li:first-child::after {
            top: 1.25rem;
        }

        .mhx-housing-page .mhx-steps-enhanced li:last-child::after {
            bottom: 1.25rem;
        }

        .mhx-housing-page .mhx-why-section {
            background: linear-gradient(135deg, rgba(10, 26, 51, 0.05), rgba(255, 215, 0, 0.05));
            padding: 2rem;
            border-radius: var(--border-radius);
            margin: 1.5rem 0;
            border-left: 5px solid var(--secondary-color);
        }

        .mhx-housing-page .mhx-equipment-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .mhx-housing-page .mhx-equipment-item {
            background: white;
            border-left: 4px solid var(--secondary-color);
            padding: 1.5rem;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            display: flex;
            align-items: center;
        }

        .mhx-housing-page .mhx-equipment-item:hover {
            box-shadow: var(--shadow-md);
            transform: scale(1.02);
        }

        .mhx-housing-page .mhx-equipment-item::before {
            content: '\f0c1';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: var(--secondary-color);
            margin-right: 1rem;
            font-size: 1.2rem;
        }

        .mhx-housing-page .mhx-pricing-intro {
            font-size: 1.15rem;
            font-weight: 500;
            color: var(--primary-color);
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: rgba(255, 215, 0, 0.05);
            border-left: 4px solid var(--secondary-color);
            border-radius: 0 var(--border-radius) var(--border-radius) 0;
        }

        .mhx-housing-page .mhx-pricing-table-enhanced {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            margin: 1.5rem 0;
        }

        .mhx-housing-page .mhx-pricing-card-enhanced {
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: var(--border-radius);
            padding: 2rem 1.5rem;
            text-align: center;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .mhx-housing-page .mhx-pricing-card-enhanced::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--secondary-color);
        }

        .mhx-housing-page .mhx-pricing-card-enhanced:hover {
            transform: translateY(-10px);
            border-color: var(--secondary-color);
            box-shadow: var(--shadow-md);
        }

        .mhx-housing-page .mhx-pricing-card-enhanced h4 {
            font-size: 1.4rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .mhx-housing-page .mhx-pricing-card-enhanced h4::before {
            content: '\f3ed';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: var(--secondary-color);
        }

.mhx-housing-page .mhx-pricing-card-enhanced p {
    margin: 1rem 0;
    font-weight: 600;
    color: var(--text-light);
    display: flex; /* Zachované: Flex pre horizontálne zarovnanie */
    flex-direction: row; /* Pridané: Row pre ikona + strong v jednom riadku */
    flex-wrap: wrap; /* Pridané: Wrap umožní text wrapnúť do nového riadku pod ikonou + strong */
    align-items: flex-start; /* Zarovná na začiatok pre lepší wrap */
    justify-content: flex-start;
    text-align: left;
    line-height: 1.4; /* Pridané: Lepší riadkový odstup */
    word-wrap: break-word; /* Pridané: Wrap dlhých slov */
}

.mhx-housing-page .mhx-pricing-card-enhanced p strong {
    min-width: auto; /* Zmenené: Prispôsobí sa, aby sa držal v riadku s ikonou */
    color: var(--primary-color);
    flex-shrink: 0; /* Pridané: Nezmenší sa, drží sa v riadku */
    margin-right: 0.5rem; /* Pridané: Margin vpravo pre oddelenie od textu hodnoty */
}

.mhx-housing-page .mhx-pricing-card-enhanced p i {
    color: var(--secondary-color);
    margin-right: 0.5rem; /* Zachované: Margin vpravo pre ikonu vedľa strong */
    width: 1rem;
    flex-shrink: 0; /* Pridané: Ikona sa nezmenší, drží sa v riadku so strong */
}

        .mhx-housing-page .mhx-cta-button-enhanced {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary-color), #1a3a66);
            color: white;
            padding: 1rem 2rem;
            border-radius: var(--border-radius);
            text-decoration: none;
            font-weight: 600;
            margin: 0.5rem;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .mhx-housing-page .mhx-cta-button-enhanced::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .mhx-housing-page .mhx-cta-button-enhanced:hover::before {
            left: 100%;
        }

        .mhx-housing-page .mhx-cta-button-enhanced:hover {
            background: var(--secondary-color);
            color: var(--primary-color);
            transform: translateY(-2px);
        }

        .mhx-housing-page .mhx-contact-enhanced {
            background: var(--bg-light);
            padding: 3rem 2rem;
            text-align: center;
        }

        .mhx-housing-page .mhx-contact-enhanced p {
            font-size: 1.1rem;
            margin: 0.5rem 0;
        }

        .mhx-housing-page .mhx-contact-enhanced a {
            color: var(--secondary-color);
            text-decoration: none;
            font-weight: 600;
        }

        .mhx-housing-page .mhx-contact-enhanced a:hover {
            text-decoration: underline;
        }

        .mhx-housing-page .stats-highlight {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            color: var(--secondary-color);
            margin: 1rem 0;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            .mhx-housing-page .mhx-page-header {
                padding: 2rem 1rem;
            }

            .mhx-housing-page .mhx-section-enhanced {
                padding: 2rem 1rem;
            }

            .mhx-housing-page .mhx-pricing-table-enhanced {
                grid-template-columns: 1fr;
            }

            .mhx-housing-page .mhx-equipment-list {
                grid-template-columns: 1fr;
            }

            .mhx-housing-page h2 {
                font-size: 1.75rem;
            }
        }

        /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            .mhx-housing-page * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
    