{"id":171,"date":"2026-05-22T04:28:05","date_gmt":"2026-05-22T04:28:05","guid":{"rendered":"https:\/\/dlux.hype.ro\/?page_id=171"},"modified":"2026-05-22T04:35:07","modified_gmt":"2026-05-22T04:35:07","slug":"archive-page","status":"publish","type":"page","link":"https:\/\/dlux.hype.ro\/?page_id=171","title":{"rendered":"Archive  page"},"content":{"rendered":"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">    <style>\n        .dlux-hero-wrapper {\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            overflow: hidden;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        \/* --- Top Section --- *\/\n        .dlux-hero-top {\n            display: flex;\n            width: 100%;\n            min-height: 500px;\n        }\n\n        .dlux-hero-img-col {\n            flex: 0 0 50%;\n            position: relative;\n        }\n\n        .dlux-hero-img-col img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        .dlux-hero-pink-col {\n            flex: 0 0 50%;\n            background-color: #FFF2ED;\n            padding: 60px 80px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .dlux-rating {\n            font-size: 14px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .dlux-rating-stars {\n            color: #FFB800;\n            font-size: 18px;\n            letter-spacing: 2px;\n        }\n\n        .dlux-hero-pink-col h2 {\n            font-size: 32px;\n            font-weight: 600;\n            line-height: 1.3;\n            margin: 0 0 20px 0;\n            color: #000;\n        }\n\n        .dlux-hero-pink-col p {\n            font-size: 15px;\n            line-height: 1.6;\n            color: #444;\n            margin: 0 0 40px 0;\n            max-width: 450px;\n        }\n\n        .dlux-hero-btn {\n            display: inline-block;\n            background-color: #FFF;\n            color: #000;\n            font-size: 13px;\n            font-weight: 600;\n            text-decoration: none;\n            padding: 15px 35px;\n            border-radius: 30px;\n            letter-spacing: 1px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n\n        .dlux-hero-btn:hover {\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transform: translateY(-2px);\n        }\n\n        \/* --- Bottom Section --- *\/\n        .dlux-hero-bottom {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            padding: 60px 20px;\n            box-sizing: border-box;\n            position: relative;\n        }\n\n        .dlux-hero-text-col {\n            flex: 0 0 60%;\n            padding-right: 60px;\n            box-sizing: border-box;\n        }\n\n        .dlux-hero-text-col h3 {\n            font-size: 28px;\n            font-weight: 600;\n            color: #000;\n            margin: 0 0 25px 0;\n        }\n\n        .dlux-hero-text-col p {\n            font-size: 14px;\n            line-height: 1.8;\n            color: #555;\n            margin: 0 0 20px 0;\n        }\n\n        .dlux-hero-card-col {\n            flex: 0 0 40%;\n            position: relative;\n        }\n\n        \/* The overlapping white card *\/\n        .dlux-course-card {\n            background: #FFF;\n            border-radius: 24px;\n            padding: 40px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            margin-top: -120px; \/* Pulls it up over the pink box *\/\n            position: relative;\n            z-index: 10;\n            text-align: center;\n        }\n\n        .dlux-card-item {\n            border-bottom: 1px solid #EAEAEA;\n            padding: 20px 0;\n        }\n\n        .dlux-card-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .dlux-card-item:first-child {\n            padding-top: 0;\n        }\n\n        .dlux-card-label {\n            display: block;\n            font-size: 13px;\n            font-weight: 600;\n            color: #000;\n            margin-bottom: 8px;\n        }\n\n        .dlux-card-value {\n            display: block;\n            font-size: 14px;\n            color: #666;\n            line-height: 1.5;\n        }\n\n        .dlux-price-label {\n            display: block;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #888;\n            margin-bottom: 5px;\n        }\n\n        .dlux-price-value {\n            display: block;\n            font-size: 24px;\n            font-weight: 700;\n            color: #000;\n        }\n\n        \/* --- Responsive Design --- *\/\n        @media (max-width: 992px) {\n            .dlux-hero-top {\n                flex-direction: column;\n            }\n            .dlux-hero-img-col {\n                flex: 0 0 auto;\n                height: 400px;\n            }\n            .dlux-hero-pink-col {\n                flex: 0 0 auto;\n                padding: 50px 30px;\n            }\n            .dlux-hero-bottom {\n                flex-direction: column;\n                padding: 40px 20px;\n            }\n            .dlux-hero-text-col {\n                flex: 0 0 100%;\n                padding-right: 0;\n                margin-bottom: 40px;\n            }\n            .dlux-hero-card-col {\n                flex: 0 0 100%;\n            }\n            .dlux-course-card {\n                margin-top: 0; \n                box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            }\n        }\n    <\/style>\n\n    <div class=\"dlux-hero-wrapper\">\n        \n        <div class=\"dlux-hero-top\">\n            <div class=\"dlux-hero-img-col\">\n                <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/me.png\" alt=\"Course Image\">\n            <\/div>\n            <div class=\"dlux-hero-pink-col\">\n                <div class=\"dlux-rating\">\n                    4.8 \n                    <span class=\"dlux-rating-stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                <\/div>\n                <h2>Curs Extensii Gene &#8211; transform\u0103-\u021bi pasiunea \u00eentr-o meserie<\/h2>\n                <p>\u00cenva\u021b\u0103 tehnicile corecte, exerseaz\u0103 pe model \u0219i creeaz\u0103 rezultate impecabile \u00eenc\u0103 din prima zi.\\nMicile detalii fac marile diferen\u021be.<\/p>\n                                    <a href=\"#\" class=\"dlux-hero-btn\">\n                        VREAU SA M\u0102 INSCRIU                    <\/a>\n                            <\/div>\n        <\/div>\n\n        <div class=\"dlux-hero-bottom\">\n            <div class=\"dlux-hero-text-col\">\n                <h3>Curs \u00eencep\u0103tor extensii gene 1-3d \u2013 Bucure\u0219ti<\/h3>\n                <p>C\u00e2nd \u00ee\u021bi dore\u0219ti s\u0103 faci primii pa\u0219i \u00een lumea Lash Making, este esen\u021bial s\u0103 ai acces la toate informa\u021biile necesare despre organizarea \u0219i desf\u0103\u0219urarea cursului, precum \u0219i la suportul oferit de trainer, at\u00e2t pe parcursul cursului, c\u00e2t \u0219i dup\u0103 finalizarea acestuia.\\n\\nCursul este sus\u021binut de catre Monica Marin, trainer autorizat&#8230;<\/p>\n            <\/div>\n            \n            <div class=\"dlux-hero-card-col\">\n                <div class=\"dlux-course-card\">\n                    <div class=\"dlux-card-item\">\n                        <span class=\"dlux-card-label\">Program cursuri viitoare<\/span>\n                        <span class=\"dlux-card-value\">8-9 Iulie 2025<br \/>\n22-23 August 2025<\/span>\n                    <\/div>\n                    <div class=\"dlux-card-item\">\n                        <span class=\"dlux-card-label\">Durata<\/span>\n                        <span class=\"dlux-card-value\">2 zile fizic &#8211; 1 zi online<\/span>\n                    <\/div>\n                    <div class=\"dlux-card-item\">\n                        <span class=\"dlux-card-label\">Nivel<\/span>\n                        <span class=\"dlux-card-value\">Incepator<\/span>\n                    <\/div>\n                    <div class=\"dlux-card-item\">\n                        <span class=\"dlux-price-label\">PRET CURS<\/span>\n                        <span class=\"dlux-price-value\">1650 RON<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <\/div>\n<\/div>\n\n\n    <style>\n        .dlux-slider-wrapper {\n            width: 100%;\n            margin: 40px 0;\n            position: relative;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .dlux-slider-track {\n            display: flex;\n            gap: 15px; \/* Spacing between images *\/\n            overflow-x: auto;\n            scroll-behavior: smooth;\n            scroll-snap-type: x mandatory;\n            -ms-overflow-style: none;  \/* IE and Edge *\/\n            scrollbar-width: none;  \/* Firefox *\/\n        }\n\n        \/* Hide scrollbar for Chrome, Safari and Opera *\/\n        .dlux-slider-track::-webkit-scrollbar {\n            display: none;\n        }\n\n        .dlux-slider-slide {\n            \/* Adjust this to show 4 images on desktop *\/\n            flex: 0 0 calc(25% - 11.25px); \n            scroll-snap-align: start;\n        }\n\n        .dlux-slider-slide img {\n            width: 100%;\n            aspect-ratio: 3 \/ 4; \/* Matches the tall vertical look in your screenshot *\/\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* Navigation Arrow Container *\/\n        .dlux-slider-nav {\n            display: flex;\n            justify-content: flex-start;\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .dlux-slider-btn {\n            background: transparent;\n            border: none;\n            color: #000;\n            font-size: 24px;\n            cursor: pointer;\n            padding: 5px 0;\n            transition: opacity 0.2s ease;\n            display: flex;\n            align-items: center;\n        }\n\n        .dlux-slider-btn:hover {\n            opacity: 0.5;\n        }\n\n        \/* Responsive Breakpoints *\/\n        @media (max-width: 1024px) {\n            .dlux-slider-slide { flex: 0 0 calc(33.333% - 10px); } \/* 3 images on tablet *\/\n        }\n        @media (max-width: 768px) {\n            .dlux-slider-slide { flex: 0 0 calc(50% - 7.5px); } \/* 2 images on mobile *\/\n        }\n        @media (max-width: 480px) {\n            .dlux-slider-slide { flex: 0 0 100%; } \/* 1 image on very small screens *\/\n        }\n    <\/style>\n\n    <div class=\"dlux-slider-wrapper\" \n         data-auto=\"true\" \n         data-speed=\"3000\">\n         \n        <div class=\"dlux-slider-track\">\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" alt=\"\">\n                <\/div>\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/1035824_stick-foundations-a-type-of-makeup-product-1-1.webp\" alt=\"\">\n                <\/div>\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/1035824_stick-foundations-a-type-of-makeup-product-.webp\" alt=\"\">\n                <\/div>\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/images.jpeg\" alt=\"\">\n                <\/div>\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/tutorial-city-900x288-1.jpg\" alt=\"\">\n                <\/div>\n                            <div class=\"dlux-slider-slide\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/slider.png\" alt=\"\">\n                <\/div>\n                    <\/div>\n\n        <div class=\"dlux-slider-nav\">\n            <button class=\"dlux-slider-btn prev-btn\" aria-label=\"Previous Slide\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"><\/line><polyline points=\"12 19 5 12 12 5\"><\/polyline><\/svg>\n            <\/button>\n            <button class=\"dlux-slider-btn next-btn\" aria-label=\"Next Slide\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            var sliders = document.querySelectorAll('.dlux-slider-wrapper');\n            \n            sliders.forEach(function(slider) {\n                var track = slider.querySelector('.dlux-slider-track');\n                var btnPrev = slider.querySelector('.prev-btn');\n                var btnNext = slider.querySelector('.next-btn');\n                var isAuto = slider.dataset.auto === 'true';\n                var speed = parseInt(slider.dataset.speed) || 3000;\n                var autoInterval;\n\n                \/\/ Function to scroll to next slide\n                function scrollNext() {\n                    \/\/ Check if we hit the end\n                    if (track.scrollLeft + track.clientWidth >= track.scrollWidth - 10) {\n                        track.scrollTo({ left: 0, behavior: 'smooth' }); \/\/ loop to start\n                    } else {\n                        \/\/ Scroll by the width of one visible item + gap\n                        var itemWidth = track.querySelector('.dlux-slider-slide').offsetWidth + 15;\n                        track.scrollBy({ left: itemWidth, behavior: 'smooth' });\n                    }\n                }\n\n                \/\/ Function to scroll to prev slide\n                function scrollPrev() {\n                    var itemWidth = track.querySelector('.dlux-slider-slide').offsetWidth + 15;\n                    track.scrollBy({ left: -itemWidth, behavior: 'smooth' });\n                }\n\n                \/\/ Button Event Listeners\n                if(btnNext) {\n                    btnNext.addEventListener('click', function() {\n                        clearInterval(autoInterval); \/\/ Pause auto on manual interaction\n                        scrollNext();\n                    });\n                }\n                \n                if(btnPrev) {\n                    btnPrev.addEventListener('click', function() {\n                        clearInterval(autoInterval);\n                        scrollPrev();\n                    });\n                }\n\n                \/\/ Auto-Scroll Logic\n                if (isAuto) {\n                    autoInterval = setInterval(scrollNext, speed);\n\n                    \/\/ Pause on hover\n                    slider.addEventListener('mouseenter', function() {\n                        clearInterval(autoInterval);\n                    });\n\n                    \/\/ Resume when mouse leaves\n                    slider.addEventListener('mouseleave', function() {\n                        autoInterval = setInterval(scrollNext, speed);\n                    });\n                    \n                    \/\/ Touch events for mobile to pause on touch\n                    slider.addEventListener('touchstart', function() {\n                        clearInterval(autoInterval);\n                    });\n                }\n            });\n        });\n    <\/script>\n    \n\n    <style>\n        \/* Block Container *\/\n        .dlux-acc-wrap {\n            max-width: 900px;\n            margin: 60px auto;\n            padding: 0 20px;\n            box-sizing: border-box;\n        }\n\n        \/* Typography *\/\n        .dlux-acc-title {\n            text-align: center;\n            font-size: 26px;\n            font-weight: 700;\n            color: #111111;\n            margin: 0 0 45px 0;\n            line-height: 1.3;\n        }\n\n        \/* Accordion List Mechanics *\/\n        .dlux-acc-list {\n            border-top: 1px solid #eaeaea;\n        }\n\n        .dlux-acc-item {\n            border-bottom: 1px solid #eaeaea;\n        }\n\n        \/* Interactive Header *\/\n        .dlux-acc-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 22px 0;\n            cursor: pointer;\n            background: transparent;\n            border: none;\n            width: 100%;\n            text-align: left;\n            outline: none;\n            transition: all 0.3s ease;\n        }\n\n        \/* Title Text Base & Hover *\/\n        .dlux-acc-header-text {\n            font-size: 16px;\n            font-weight: 600;\n            color: #333333;\n            line-height: 1.4;\n            padding-right: 20px;\n            transition: color 0.3s ease;\n        }\n\n        \/* The Peach '+' Icon Base *\/\n        .dlux-acc-icon {\n            color: #f2a6a2; \/* Base button peach *\/\n            font-size: 26px;\n            font-weight: 300;\n            line-height: 1;\n            transition: transform 0.4s ease, color 0.3s ease;\n        }\n\n        \/* ==============================================\n           NEW PROFESSIONAL HOVER & ACTIVE COLOR STATES \n           ============================================== *\/\n           \n        \/* Hover State: Text turns base Peach (#f2a6a2) *\/\n        .dlux-acc-header:hover .dlux-acc-header-text {\n            color: #f2a6a2 !important; \n        }\n        .dlux-acc-header:hover .dlux-acc-icon {\n            transform: scale(1.1);\n        }\n\n        \/* Active\/Open State: Text & Icon turn richer Hover Peach (#e08883) *\/\n        .dlux-acc-item.is-open .dlux-acc-header-text,\n        .dlux-acc-item.is-open .dlux-acc-icon {\n            color: #e08883; \n        }\n        \n        .dlux-acc-item.is-open .dlux-acc-icon {\n            transform: rotate(45deg); \/* Turns the + into an x *\/\n        }\n\n        \/* Animated Content Area *\/\n        .dlux-acc-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, opacity 0.4s ease;\n            opacity: 0;\n        }\n\n        .dlux-acc-item.is-open .dlux-acc-content {\n            opacity: 1;\n        }\n\n        .dlux-acc-content-inner {\n            padding: 0 0 25px 0;\n            color: #555555;\n            font-size: 14px;\n            line-height: 1.6;\n        }\n\n        \/* Bottom Button Alignment & Colors *\/\n        .dlux-acc-btn-wrap {\n            margin-top: 45px;\n            text-align: left;\n        }\n\n        .dlux-acc-btn {\n            display: inline-block;\n            background-color: #f2a6a2; \/* Base Peach *\/\n            color: #111111;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-weight: 800;\n            font-size: 12px;\n            letter-spacing: 1px;\n            text-decoration: none;\n            text-transform: uppercase;\n            box-shadow: 0 4px 15px rgba(242, 166, 162, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        \/* Button Hover State *\/\n        .dlux-acc-btn:hover {\n            background-color: #e08883; \/* Richer Hover Peach *\/\n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(224, 136, 131, 0.4);\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 600px) {\n            .dlux-acc-title { font-size: 22px; margin-bottom: 30px; }\n            .dlux-acc-header-text { font-size: 15px; }\n            .dlux-acc-header { padding: 18px 0; }\n            .dlux-acc-btn-wrap { text-align: center; } \n        }\n    <\/style>\n\n    <div class=\"dlux-acc-wrap\">\n                    <h2 class=\"dlux-acc-title\">Ce vei \u00eenv\u0103\u021ba la cursul \u00eencep\u0103tor extensii gene 1-3d \u2013 Bucure\u0219ti ?<\/h2>\n        \n        <div class=\"dlux-acc-list\">\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-0\">\n                        <span class=\"dlux-acc-header-text\">Istoria brandului<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-0\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-1\">\n                        <span class=\"dlux-acc-header-text\">Anatomia ochiului uman<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-1\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-2\">\n                        <span class=\"dlux-acc-header-text\">Kit-ul \u00eencep\u0103torului<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-2\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-3\">\n                        <span class=\"dlux-acc-header-text\">Sterilizarea instrumentarului<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-3\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-4\">\n                        <span class=\"dlux-acc-header-text\">Alergii \u0219i irita\u021bii<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-4\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-5\">\n                        <span class=\"dlux-acc-header-text\">Organizarea spa\u021biului de lucru<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-5\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-6\">\n                        <span class=\"dlux-acc-header-text\">Preg\u0103tirea clientei<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-6\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-7\">\n                        <span class=\"dlux-acc-header-text\">Tehnici de aplicare prin separarea genelor naturale \u0219i modul de ata\u0219are<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-7\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-8\">\n                        <span class=\"dlux-acc-header-text\">Mapping \u0219i efecte<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-8\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-9\">\n                        <span class=\"dlux-acc-header-text\">\u00centre\u021binerea<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-9\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-10\">\n                        <span class=\"dlux-acc-header-text\">Aftercare<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-10\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-11\">\n                        <span class=\"dlux-acc-header-text\">Fundamentele succesului<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-11\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-12\">\n                        <span class=\"dlux-acc-header-text\">Consim\u021b\u0103m\u00e2nt &amp; GDPR<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-12\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-acc-item\">\n                    <button class=\"dlux-acc-header\" aria-expanded=\"false\" aria-controls=\"acc-content-13\">\n                        <span class=\"dlux-acc-header-text\">Partea online: 6 module<\/span>\n                        <span class=\"dlux-acc-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-acc-content\" id=\"acc-content-13\">\n                        <div class=\"dlux-acc-content-inner\">\n                            Adaug\u0103 detalii aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n\n                    <div class=\"dlux-acc-btn-wrap\">\n                <a href=\"#inscrieri\" class=\"dlux-acc-btn\">VREAU SA M\u0102 INSCRIU<\/a>\n            <\/div>\n            <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            var headers = document.querySelectorAll('.dlux-acc-header');\n            \n            headers.forEach(function(header) {\n                header.addEventListener('click', function() {\n                    var item = this.parentElement;\n                    var content = this.nextElementSibling;\n                    var isOpen = item.classList.contains('is-open');\n\n                    \/\/ 1. Close all other open items\n                    document.querySelectorAll('.dlux-acc-item').forEach(function(otherItem) {\n                        otherItem.classList.remove('is-open');\n                        otherItem.querySelector('.dlux-acc-content').style.maxHeight = null;\n                        otherItem.querySelector('.dlux-acc-header').setAttribute('aria-expanded', 'false');\n                    });\n\n                    \/\/ 2. Toggle the clicked item\n                    if (!isOpen) {\n                        item.classList.add('is-open');\n                        this.setAttribute('aria-expanded', 'true');\n                        \/\/ Smoothly animate height\n                        content.style.maxHeight = content.scrollHeight + \"px\";\n                    }\n                });\n            });\n        });\n    <\/script>\n    \n\n    <style>\n        \/* Base Container *\/\n        .dlux-cs-wrap {\n            max-width: 1100px;\n            margin: 60px auto;\n            padding: 0 20px;\n            box-sizing: border-box;\n            color: #333;\n        }\n\n        .dlux-cs-playfair {  }\n\n        \/* Main Heading *\/\n        .dlux-cs-main-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #111;\n            margin: 0 0 40px 0;\n            line-height: 1.3;\n            max-width: 600px;\n        }\n\n        \/* The Peach Card Layout *\/\n        .dlux-cs-card {\n            background-color: #fceee7; \/* Soft peach matching image *\/\n            border-radius: 20px;\n            padding: 50px 60px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 60px;\n            margin-bottom: 60px;\n        }\n\n        \/* Left Side: Schedule *\/\n        .dlux-cs-schedule {\n            flex: 1.2;\n        }\n\n        .dlux-cs-program-label {\n            font-size: 14px;\n            font-weight: 800;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            color: #111;\n            margin-bottom: 35px;\n        }\n\n        .dlux-cs-days-wrap {\n            display: flex;\n            gap: 40px;\n        }\n\n        .dlux-cs-day {\n            flex: 1;\n        }\n\n        .dlux-cs-day-1 {\n            border-right: 1px solid #f0d2c9; \/* Subtle divider *\/\n            padding-right: 40px;\n        }\n\n        .dlux-cs-day-title {\n            font-size: 13px;\n            font-weight: 800;\n            color: #111;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n\n        .dlux-cs-day-text {\n            font-size: 13px;\n            line-height: 1.8;\n            color: #444;\n            white-space: pre-line;\n        }\n        \n        \/* Bolding specific elements inside the text *\/\n        .dlux-cs-day-text b, .dlux-cs-day-text strong {\n            color: #111;\n            font-weight: 700;\n        }\n\n        \/* Right Side: Circular Image & Decorative Dots *\/\n        .dlux-cs-visual {\n            flex: 0.8;\n            position: relative;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .dlux-cs-img-wrap {\n            position: relative;\n            width: 100%;\n            max-width: 320px;\n            aspect-ratio: 1 \/ 1;\n        }\n\n        .dlux-cs-img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 50%;\n            border: 2px solid #ed8484; \/* Thin pink border *\/\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* The floating blue dot *\/\n        .dlux-cs-dot-blue {\n            position: absolute;\n            top: 20%;\n            right: -15px;\n            width: 45px;\n            height: 45px;\n            background-color: #606f8c;\n            border-radius: 50%;\n            z-index: 3;\n        }\n\n        \/* The floating peach dot *\/\n        .dlux-cs-dot-peach {\n            position: absolute;\n            bottom: -5px;\n            left: 10%;\n            width: 80px;\n            height: 80px;\n            background-color: #ed8484;\n            border-radius: 50%;\n            z-index: 3;\n        }\n\n        \/* Bottom Pricing Section *\/\n        .dlux-cs-pricing {\n            padding-bottom: 60px;\n            \n        }\n\n        .dlux-cs-price-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #111;\n            margin: 0 0 30px 0;\n        }\n\n        .dlux-cs-price-text {\n            font-size: 14px;\n            line-height: 1.8;\n            color: #555;\n            white-space: pre-line;\n            max-width: 800px;\n        }\n\n        \/* 100% Mobile Responsiveness *\/\n        @media (max-width: 992px) {\n            .dlux-cs-card {\n                flex-direction: column-reverse; \/* Puts image above text on tablet *\/\n                padding: 40px;\n                gap: 50px;\n            }\n            .dlux-cs-visual { width: 100%; }\n            .dlux-cs-img-wrap { max-width: 280px; }\n            .dlux-cs-main-title { max-width: 100%; text-align: center; }\n        }\n\n        @media (max-width: 600px) {\n            .dlux-cs-card {\n                padding: 30px 20px;\n            }\n            \n            \/* Stack the days vertically on phones *\/\n            .dlux-cs-days-wrap {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            \/* Change the vertical divider to a horizontal one *\/\n            .dlux-cs-day-1 {\n                border-right: none;\n                padding-right: 0;\n                border-bottom: 1px solid #f0d2c9;\n                padding-bottom: 30px;\n            }\n\n            .dlux-cs-main-title { font-size: 26px; margin-bottom: 30px; }\n            .dlux-cs-price-title { font-size: 24px; }\n        }\n    <\/style>\n\n    <div class=\"dlux-cs-wrap\">\n        \n                    <h2 class=\"dlux-cs-main-title dlux-cs-playfair\">Structura cursului de \u00cencep\u0103tor Extensii\\nGene 1-3D &#8211; Bucure\u0219ti<\/h2>\n        \n        <div class=\"dlux-cs-card\">\n            \n            <div class=\"dlux-cs-schedule\">\n                <div class=\"dlux-cs-program-label\">PROGRAM<\/div>\n                \n                <div class=\"dlux-cs-days-wrap\">\n                    <div class=\"dlux-cs-day dlux-cs-day-1\">\n                        <div class=\"dlux-cs-day-title\">ZIUA 1 &#8211; 10:00 \u2013 18:00<\/div>\n                        <div class=\"dlux-cs-day-text\">u003cbu003e10:00 &#8211; 12:00u003c\/bu003enTeorie Intensivnu003cbu003e12:00 &#8211; 12:30u003c\/bu003enPauzanu003cbu003e12:30 &#8211; 18:00u003c\/bu003enDemonstra\u021bie Trainer + Practic\u0103 penmodel (Tehnica 1D)<\/div>\n                    <\/div>\n                    \n                    <div class=\"dlux-cs-day dlux-cs-day-2\">\n                        <div class=\"dlux-cs-day-title\">ZIUA 2 &#8211; 10:00 \u2013 18:00<\/div>\n                        <div class=\"dlux-cs-day-text\">10:00 &#8211; 12:00u003c\/bu003enTeorienu003cbu003e12:00 &#8211; 12:30u003c\/bu003enPauz\u0103 de mas\u0103nu003cbu003e12:30 &#8211; 17:30u003c\/bu003enPractic\u0103 pe model (Tehnica 2-3D)nu003cbu003e17:30 &#8211; 18:00u003c\/bu003enConcluzii ,\u00eentreb\u0103ri \u0219i r\u0103spunsuri, \u00eenm\u00e2nareandiplomelor<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"dlux-cs-visual\">\n                <div class=\"dlux-cs-img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" class=\"dlux-cs-img\" alt=\"Course Practical Session\">\n                    <div class=\"dlux-cs-dot-blue\"><\/div>\n                    <div class=\"dlux-cs-dot-peach\"><\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"dlux-cs-pricing\">\n            <h3 class=\"dlux-cs-price-title dlux-cs-playfair\">Pre\u021bul Cursului:<\/h3>\n            <div class=\"dlux-cs-price-text\">Fara KIT \u2013 690 EUROnCu KIT COMPLET \u2013 930 EURO ( Valoarea Kitului Tabya Premium este de 230 euro).nOferta promotionala: 850 euro (Kit inclus in valoare de 230 euro)n*NU se asigura modele \u00een cadrul cursuluinPosibilitatea de a achita in 3 ratenRezervare curs 200 euronRata 2 : 200 euro (cu minim 72 de ore inainte de a primi acces la TEORIE)nRata 3 in prima zi a cursului practic inainte de a incepe.n*Taxa organizare examen acreditat se achita separat (100 euro)n*Avansul nu se returneaza, in schimb se poate modifica perioada cursului cu minim 10 zile inainte de a primi acces la teoria online.<\/div>\n        <\/div>\n\n    <\/div>\n    \n\n    <style>\n        \/* Block Wrapper with the distinct top\/bottom border *\/\n        .dlux-tp-wrap {\n            width: 100%;\n            max-width: 1100px;\n            margin: 60px auto;\n            padding: 45px 20px;\n            border-top: 1px solid #e0e0e0;\n            border-bottom: 1px solid #e0e0e0;\n            box-sizing: border-box;\n            background: transparent;\n        }\n\n        .dlux-tp-inner {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 50px;\n        }\n\n        \/* Left Side: Avatar and Identity *\/\n        .dlux-tp-left {\n            display: flex;\n            align-items: center;\n            gap: 25px;\n            flex: 0 0 auto;\n        }\n\n        .dlux-tp-avatar-wrap {\n            width: 140px;\n            height: 140px;\n            border-radius: 50%;\n            overflow: hidden;\n            flex-shrink: 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05); \/* Subtle depth *\/\n        }\n\n        .dlux-tp-avatar {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        .dlux-tp-identity {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .dlux-tp-role {\n            font-size: 12px;\n            font-weight: 800;\n            color: #444;\n            text-transform: capitalize;\n            margin: 0;\n            letter-spacing: 0.5px;\n        }\n\n        .dlux-tp-name {\n            font-size: 30px;\n            font-weight: 700;\n            color: #111;\n            margin: 0;\n            white-space: nowrap;\n            line-height: 1.1;\n        }\n\n        \/* Right Side: Description and Buttons *\/\n        .dlux-tp-right {\n            flex: 1;\n            max-width: 650px;\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .dlux-tp-desc {\n            font-size: 13.5px;\n            line-height: 1.7;\n            color: #777; \/* Subtle gray matching the reference *\/\n            margin: 0;\n        }\n\n        .dlux-tp-buttons {\n            display: flex;\n            gap: 15px;\n            align-items: center;\n        }\n\n        \/* Shared Button Styles *\/\n        .dlux-tp-btn {\n            padding: 14px 28px;\n            border-radius: 50px;\n            font-size: 11px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        \/* Button 1: Outline Style *\/\n        .dlux-tp-btn-outline {\n            background-color: transparent;\n            color: #555;\n            border: 1px solid #dcdcdc;\n        }\n\n        .dlux-tp-btn-outline:hover {\n            border-color: #111;\n            color: #111;\n        }\n\n        \/* Button 2: Solid Soft Peach Style *\/\n        .dlux-tp-btn-solid {\n            background-color: #e6b1a8; \/* Exact soft peach\/rose match *\/\n            color: #111;\n            border: 1px solid #e6b1a8;\n            box-shadow: 0 4px 10px rgba(230, 177, 168, 0.3);\n        }\n\n        .dlux-tp-btn-solid:hover {\n            background-color: #111;\n            color: #fff;\n            border-color: #111;\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 992px) {\n            .dlux-tp-inner {\n                flex-direction: column;\n                text-align: center;\n                gap: 35px;\n            }\n\n            .dlux-tp-left {\n                flex-direction: column;\n                gap: 15px;\n            }\n\n            .dlux-tp-name {\n                white-space: normal;\n            }\n\n            .dlux-tp-right {\n                align-items: center;\n            }\n\n            .dlux-tp-buttons {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .dlux-tp-buttons {\n                flex-direction: column;\n                width: 100%;\n            }\n            \n            .dlux-tp-btn {\n                width: 100%;\n                box-sizing: border-box;\n            }\n        }\n    <\/style>\n\n    <div class=\"dlux-tp-wrap\">\n        <div class=\"dlux-tp-inner\">\n            \n            <div class=\"dlux-tp-left\">\n                <div class=\"dlux-tp-avatar-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" alt=\"Monica Marin\" class=\"dlux-tp-avatar\" loading=\"lazy\">\n                <\/div>\n                <div class=\"dlux-tp-identity\">\n                    <h4 class=\"dlux-tp-role\">Trainer<\/h4>\n                    <h3 class=\"dlux-tp-name\">Monica Marin<\/h3>\n                <\/div>\n            <\/div>\n\n            <div class=\"dlux-tp-right\">\n                <p class=\"dlux-tp-desc\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\/p>\n                <div class=\"dlux-tp-buttons\">\n                                            <a href=\"#\" class=\"dlux-tp-btn dlux-tp-btn-outline\">\n                            VEZI PROFILUL                        <\/a>\n                                        \n                                            <a href=\"#inscrieri\" class=\"dlux-tp-btn dlux-tp-btn-solid\">\n                            VREAU SA M\u0102 INSCRIU                        <\/a>\n                                    <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n    \n\n    <style>\n        \/* Block Container *\/\n        .dlux-bg-wrap {\n            max-width: 1200px;\n            margin: 80px auto;\n            padding: 0 20px;\n            box-sizing: border-box;\n            text-align: center;\n        }\n\n        \/* Typography *\/\n        .dlux-bg-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #111111;\n            margin: 0 0 50px 0;\n            line-height: 1.3;\n        }\n\n        \/* CSS Grid Layout *\/\n        .dlux-bg-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin-bottom: 50px;\n        }\n\n        \/* Individual Card Styling *\/\n        .dlux-bg-card {\n            background-color: #fafafa; \/* Soft off-white *\/\n            border-radius: 24px;\n            padding: 40px 25px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n        }\n\n        .dlux-bg-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n        }\n\n        \/* Card Icon *\/\n        .dlux-bg-icon {\n            width: 50px;\n            height: 50px;\n            object-fit: contain;\n            margin-bottom: 20px;\n        }\n\n        \/* Card Text *\/\n        .dlux-bg-card-title {\n            font-size: 13px;\n            font-weight: 800;\n            color: #111;\n            text-transform: uppercase;\n            margin: 0 0 12px 0;\n            letter-spacing: 0.5px;\n        }\n\n        .dlux-bg-card-text {\n            font-size: 13.5px;\n            color: #666;\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        \/* Bottom Button Alignment *\/\n        .dlux-bg-btn-wrap {\n            margin-top: 20px;\n        }\n\n        .dlux-bg-btn {\n            display: inline-block;\n            background-color: #eca8a2; \/* Matches Peach tone *\/\n            color: #111111;\n            padding: 16px 36px;\n            border-radius: 50px; \/* Pill shape *\/\n            font-weight: 800;\n            font-size: 12px;\n            letter-spacing: 1px;\n            text-decoration: none;\n            text-transform: uppercase;\n            box-shadow: 0 4px 15px rgba(236, 168, 162, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .dlux-bg-btn:hover {\n            background-color: #111; \n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 992px) {\n            .dlux-bg-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 600px) {\n            .dlux-bg-grid {\n                grid-template-columns: 1fr;\n            }\n            .dlux-bg-title {\n                font-size: 26px;\n            }\n        }\n    <\/style>\n\n    <div class=\"dlux-bg-wrap\">\n                    <h2 class=\"dlux-bg-title\">Beneficiile cursului \u00eencep\u0103tor extensii gene 1-3d<\/h2>\n        \n        <div class=\"dlux-bg-grid\">\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">TEORIE INTENSIVA<\/h4>\n                    <p class=\"dlux-bg-card-text\">vei avea parte de 4 ore de teorie foarte bine structurata \u0219i 2 ore online<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/images.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">DIPLOMA INTERNATIONALA<\/h4>\n                    <p class=\"dlux-bg-card-text\">de absolvire a cursului de extensii de gene fir cu fir &#8211; Tehnicile 1-3D<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">PRACTICA INTENSIV<\/h4>\n                    <p class=\"dlux-bg-card-text\">vei beneficia de aproximativ 12 ore de practica<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/images.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">TOP LASH ARTIST<\/h4>\n                    <p class=\"dlux-bg-card-text\">poti deveni un Lash Artist de succes in orasul tau<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">LOGO INTERNATIONAL personalizat<\/h4>\n                    <p class=\"dlux-bg-card-text\">DLUX Junior Lash Artist<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">PROMOVARE IN SOCIAL MEDIA<\/h4>\n                    <p class=\"dlux-bg-card-text\">pe paginile detinute de catre DLUX<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/images.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">CONSULTANTA PERMANENTA<\/h4>\n                    <p class=\"dlux-bg-card-text\">din partea trainerilor DLUX Academy Romania<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">KIT DE PRODUSE<\/h4>\n                    <p class=\"dlux-bg-card-text\">In valoare de 800 RON (valabil pentru cursantii care opteaza pentru varianta de curs cu kit de produse inclus)<\/p>\n                <\/div>\n                            <div class=\"dlux-bg-card\">\n                    <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/5078755.png\" alt=\"Benefit Icon\" class=\"dlux-bg-icon\" loading=\"lazy\">\n                    <h4 class=\"dlux-bg-card-title\">30% REDUCERE<\/h4>\n                    <p class=\"dlux-bg-card-text\">pentru produsele din gama DLUX Professional *valabil timp de 5 zile dupa absolvirea cursului<\/p>\n                <\/div>\n                    <\/div>\n\n                    <div class=\"dlux-bg-btn-wrap\">\n                <a href=\"#inscrieri\" class=\"dlux-bg-btn\">VREAU SA M\u0102 INSCRIU<\/a>\n            <\/div>\n            <\/div>\n    \n\n    <style>\n        \/* Block Wrapper *\/\n        .dlux-ts-wrap {\n            width: 100vw;\n            max-width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            background-color: #faf4f1; \/* Exact warm peach tone from screenshot *\/\n            overflow: hidden;\n        }\n\n        .dlux-ts-swiper {\n            width: 100%;\n        }\n\n        \/* 50\/50 Split Layout *\/\n        .dlux-ts-slide-inner {\n            display: flex;\n            min-height: 550px;\n            width: 100%;\n        }\n\n        .dlux-ts-left {\n            width: 50%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            padding: 80px 10%;\n            text-align: center;\n            box-sizing: border-box;\n            position: relative;\n        }\n\n        .dlux-ts-right {\n            width: 50%;\n            position: relative;\n        }\n\n        .dlux-ts-image {\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* Typography *\/\n        .dlux-ts-label {\n            font-size: 11px;\n            font-weight: 800;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: #333;\n            margin-bottom: 35px;\n        }\n\n        .dlux-ts-quote {\n            font-size: 21px;\n            font-weight: 700;\n            color: #111;\n            line-height: 1.6;\n            margin-bottom: 35px;\n            max-width: 480px;\n        }\n\n        .dlux-ts-author {\n            font-size: 11px;\n            color: #666;\n            font-weight: 400;\n            letter-spacing: 0.5px;\n            margin-bottom: 50px; \/* Spacing before arrows *\/\n        }\n\n        \/* Custom SVG Arrows *\/\n        .dlux-ts-nav-box {\n            display: flex;\n            gap: 40px;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .dlux-ts-arrow-btn {\n            background: transparent;\n            border: none;\n            cursor: pointer;\n            color: #555;\n            padding: 10px;\n            transition: color 0.3s ease, transform 0.3s ease;\n            display: flex;\n            align-items: center;\n        }\n\n        .dlux-ts-arrow-btn:hover {\n            color: #000;\n            transform: scale(1.1);\n        }\n\n        .dlux-ts-arrow-btn svg {\n            width: 32px;\n            height: 32px;\n            stroke-width: 1px; \/* Razor-thin matching screenshot *\/\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 992px) {\n            .dlux-ts-slide-inner {\n                flex-direction: column; \/* Stacks text on top, image on bottom *\/\n            }\n            .dlux-ts-left {\n                width: 100%;\n                padding: 60px 20px;\n            }\n            .dlux-ts-right {\n                width: 100%;\n                height: 450px; \/* Fixed height for image on mobile *\/\n            }\n            .dlux-ts-quote {\n                font-size: 18px;\n            }\n        }\n    <\/style>\n\n    <div class=\"dlux-ts-wrap alignfull\">\n        <div class=\"swiper dlux-ts-swiper\" id=\"dlux-ts-6a708081bb35a\">\n            <div class=\"swiper-wrapper\">\n                \n                                <div class=\"swiper-slide\">\n                    <div class=\"dlux-ts-slide-inner\">\n                        \n                        <div class=\"dlux-ts-left\">\n                            <div class=\"dlux-ts-label\">WORDS FROM OUR PARTNERS<\/div>\n                            <div class=\"dlux-ts-quote\">u0022It was my best decision ever to join Ch\u00e9rie beauty group. Franchise team is available 24\/7, always ready to help and suggest.u0022<\/div>\n                            <div class=\"dlux-ts-author\">Maria Collins, Entrepreneur<\/div>\n                            \n                            <div class=\"dlux-ts-nav-box\">\n                                <button class=\"dlux-ts-arrow-btn prev-btn-dlux-ts-6a708081bb35a\" aria-label=\"Previous Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\"><\/line><polyline points=\"8 18 2 12 8 6\"><\/polyline><\/svg>\n                                <\/button>\n                                <button class=\"dlux-ts-arrow-btn next-btn-dlux-ts-6a708081bb35a\" aria-label=\"Next Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><polyline points=\"16 6 22 12 16 18\"><\/polyline><\/svg>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"dlux-ts-right\">\n                            <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" alt=\"Testimonial Partner\" class=\"dlux-ts-image\" loading=\"lazy\">\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n                                <div class=\"swiper-slide\">\n                    <div class=\"dlux-ts-slide-inner\">\n                        \n                        <div class=\"dlux-ts-left\">\n                            <div class=\"dlux-ts-label\">WORDS FROM OUR PARTNERS<\/div>\n                            <div class=\"dlux-ts-quote\">u0022New testimonial quote&#8230;u0022<\/div>\n                            <div class=\"dlux-ts-author\">Name, Role<\/div>\n                            \n                            <div class=\"dlux-ts-nav-box\">\n                                <button class=\"dlux-ts-arrow-btn prev-btn-dlux-ts-6a708081bb35a\" aria-label=\"Previous Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\"><\/line><polyline points=\"8 18 2 12 8 6\"><\/polyline><\/svg>\n                                <\/button>\n                                <button class=\"dlux-ts-arrow-btn next-btn-dlux-ts-6a708081bb35a\" aria-label=\"Next Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><polyline points=\"16 6 22 12 16 18\"><\/polyline><\/svg>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"dlux-ts-right\">\n                            <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" alt=\"Testimonial Partner\" class=\"dlux-ts-image\" loading=\"lazy\">\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n                                <div class=\"swiper-slide\">\n                    <div class=\"dlux-ts-slide-inner\">\n                        \n                        <div class=\"dlux-ts-left\">\n                            <div class=\"dlux-ts-label\">WORDS FROM OUR PARTNERS<\/div>\n                            <div class=\"dlux-ts-quote\">u0022New testimonial quote&#8230;u0022<\/div>\n                            <div class=\"dlux-ts-author\">Name, Role<\/div>\n                            \n                            <div class=\"dlux-ts-nav-box\">\n                                <button class=\"dlux-ts-arrow-btn prev-btn-dlux-ts-6a708081bb35a\" aria-label=\"Previous Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\"><\/line><polyline points=\"8 18 2 12 8 6\"><\/polyline><\/svg>\n                                <\/button>\n                                <button class=\"dlux-ts-arrow-btn next-btn-dlux-ts-6a708081bb35a\" aria-label=\"Next Testimonial\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><polyline points=\"16 6 22 12 16 18\"><\/polyline><\/svg>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"dlux-ts-right\">\n                            <img decoding=\"async\" src=\"https:\/\/dlux.hype.ro\/wp-content\/uploads\/2026\/05\/cheroooo-scaled-1.webp\" alt=\"Testimonial Partner\" class=\"dlux-ts-image\" loading=\"lazy\">\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n                \n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            setTimeout(function(){\n                new Swiper('#dlux-ts-6a708081bb35a', {\n                    loop: true,\n                    effect: 'slide',\n                    grabCursor: true,\n                    navigation: {\n                        nextEl: '.next-btn-dlux-ts-6a708081bb35a',\n                        prevEl: '.prev-btn-dlux-ts-6a708081bb35a',\n                    },\n                    autoplay: {\n                        delay: 6000,\n                        disableOnInteraction: true,\n                    }\n                });\n            }, 100);\n        });\n    <\/script>\n    \n\n\n<h2 class=\"wp-block-heading\"><strong>Inscriere la curs<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, <\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\">sed do eiusmod tempor incididunt<\/p>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f165-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"165\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F171#wpcf7-f165-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"165\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f165-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"custom-contact-form\">\n\t<div class=\"form-row\">\n\t\t<div class=\"field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"Name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"Name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"Email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address*\" value=\"\" type=\"email\" name=\"Email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"Phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"Phone\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"submit-btn\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u00ceNSCRIE-M\u0102 ACUM!\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n\n    <style>\n        .dlux-faq-container {\n            max-width: 1000px;\n            margin: 60px auto;\n            padding: 0 20px;\n            box-sizing: border-box;\n        }\n\n        .dlux-faq-main-title {\n            font-size: 38px;\n            font-weight: 700;\n            color: #000;\n            margin: 0 0 35px 0;\n            text-align: left;\n        }\n\n        .dlux-faq-list {\n            border-top: 2px solid #000; \/* Distinct thick top line from screenshot *\/\n        }\n\n        .dlux-faq-item {\n            border-bottom: 1px solid #e0e0e0;\n        }\n\n        .dlux-faq-header {\n            width: 100%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 24px 0;\n            background: transparent;\n            border: none;\n            cursor: pointer;\n            text-align: left;\n            outline: none;\n            transition: opacity 0.2s ease;\n        }\n\n        .dlux-faq-header:hover {\n            opacity: 0.7;\n        }\n\n        .dlux-faq-question {\n            font-size: 15px;\n            font-weight: 600;\n            color: #000;\n            margin: 0;\n            padding-right: 30px;\n        }\n\n        \/* Minimal + Icon *\/\n        .dlux-faq-icon {\n            font-size: 22px;\n            font-weight: 300;\n            color: #000;\n            line-height: 1;\n            transition: transform 0.3s ease;\n            flex-shrink: 0;\n        }\n\n        \/* Answer Content Area *\/\n        .dlux-faq-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;\n        }\n\n        .dlux-faq-content-inner {\n            padding: 0 0 25px 0;\n            font-size: 14px;\n            line-height: 1.6;\n            color: #666;\n        }\n\n        \/* Active State *\/\n        .dlux-faq-item.is-active .dlux-faq-icon {\n            transform: rotate(45deg); \/* Simple spin to show it is open *\/\n        }\n\n        \/* Mobile Adjustments *\/\n        @media (max-width: 600px) {\n            .dlux-faq-main-title { font-size: 28px; }\n            .dlux-faq-question { font-size: 14px; }\n            .dlux-faq-header { padding: 20px 0; }\n        }\n    <\/style>\n\n    <div class=\"dlux-faq-container\">\n                    <h2 class=\"dlux-faq-main-title\">FAQ<\/h2>\n        \n        <div class=\"dlux-faq-list\">\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">What is Hydrafacial?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">Should I wash my hair before doing a haircut?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">What does Coctail makeup include?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">What if I cannot choose cosmetology service?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">Should I wash my hair before doing a haircut?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">What does Coctail makeup include?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dlux-faq-item\">\n                    <button class=\"dlux-faq-header\" aria-expanded=\"false\">\n                        <h4 class=\"dlux-faq-question\">What if I cannot choose cosmetology service?<\/h4>\n                        <span class=\"dlux-faq-icon\">+<\/span>\n                    <\/button>\n                    <div class=\"dlux-faq-content\">\n                        <div class=\"dlux-faq-content-inner\">\n                            Adaug\u0103 r\u0103spunsul aici&#8230;                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            var faqHeaders = document.querySelectorAll('.dlux-faq-header');\n            \n            faqHeaders.forEach(function(header) {\n                header.addEventListener('click', function() {\n                    var item = this.parentElement;\n                    var content = this.nextElementSibling;\n                    var isActive = item.classList.contains('is-active');\n\n                    \/\/ Close others\n                    document.querySelectorAll('.dlux-faq-item').forEach(function(el) {\n                        el.classList.remove('is-active');\n                        el.querySelector('.dlux-faq-content').style.maxHeight = null;\n                    });\n\n                    \/\/ Toggle current\n                    if (!isActive) {\n                        item.classList.add('is-active');\n                        content.style.maxHeight = content.scrollHeight + \"px\";\n                    }\n                });\n            });\n        });\n    <\/script>\n    \n\n\n\n\n<details class=\"wp-block-details alignfull is-layout-flow wp-block-details-is-layout-flow\"><summary><\/summary><\/details>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Inscriere la curs Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-171","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"dlux","author_link":"https:\/\/dlux.hype.ro\/?author=1"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/pages\/171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=171"}],"version-history":[{"count":4,"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/pages\/171\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=\/wp\/v2\/pages\/171\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/dlux.hype.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}