{"id":945,"date":"2026-03-17T09:41:54","date_gmt":"2026-03-17T08:41:54","guid":{"rendered":"https:\/\/ondrasmolka.cz\/?page_id=945"},"modified":"2026-03-17T09:41:55","modified_gmt":"2026-03-17T08:41:55","slug":"test_2","status":"publish","type":"page","link":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/","title":{"rendered":"Test_2"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"cs\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Workshopy | Dr. Ond\u0159ej Smolka<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- FontAwesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                    },\n                    colors: {\n                        'brand-dark': '#2b3b36',\n                        'brand-btn': '#417b75',\n                        'brand-bg': '#f5f5ef',\n                        'brand-card': '#ffffff',\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        \/* Custom scrollbar for a cleaner look *\/\n        ::-webkit-scrollbar { width: 8px; }\n        ::-webkit-scrollbar-track { background: #f1f1f1; }\n        ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }\n        ::-webkit-scrollbar-thumb:hover { background: #94a3b8; }\n        \n        .faq-content {\n            transition: max-height 0.3s ease-out, padding 0.3s ease;\n            max-height: 0;\n            overflow: hidden;\n        }\n        .faq-item.active .faq-content {\n            max-height: 200px; \/* Arbitrary large enough height *\/\n            padding-top: 1rem;\n        }\n        .faq-item.active .fa-chevron-down {\n            transform: rotate(180deg);\n        }\n        .fa-chevron-down {\n            transition: transform 0.3s ease;\n        }\n\n        \/* AI Shimmer efekt pro tla\u010d\u00edtko *\/\n        @keyframes shimmer {\n            0% { background-position: -200% 0; }\n            100% { background-position: 200% 0; }\n        }\n        .ai-shimmer-btn {\n            background: linear-gradient(90deg, #417b75 25%, #569e97 50%, #417b75 75%);\n            background-size: 200% 100%;\n            animation: shimmer 3s infinite linear;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800 font-sans antialiased flex flex-col min-h-screen\">\n\n    <!-- Navbar -->\n    <nav class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 bg-white sticky top-0 z-50 rounded-b-xl shadow-sm w-full relative\">\n        <div class=\"flex justify-between items-center relative z-20 bg-white\">\n            <!-- Logo -->\n            <a href=\"index.html\" class=\"flex items-center\">\n                <img decoding=\"async\" src=\"image_2c1fe7.jpg\" alt=\"Logo Dr. Ond\u0159ej Smolka\" class=\"h-10 sm:h-14 w-auto object-contain\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/200x60\/f5f5ef\/2b3b36?text=Logo+Dr.+Ond%C5%99ej+Smolka';\">\n            <\/a>\n            \n            <!-- Desktop Menu -->\n            <div class=\"hidden md:flex items-center space-x-6 lg:space-x-8\">\n                <a href=\"index.html#omne\" class=\"text-gray-600 hover:text-brand-dark transition text-sm font-medium\">O mn\u011b<\/a>\n                <a href=\"index.html#sluzby\" class=\"text-gray-600 hover:text-brand-dark transition text-sm font-medium\">Slu\u017eby<\/a>\n                <a href=\"index.html#postup\" class=\"text-gray-600 hover:text-brand-dark transition text-sm font-medium\">Jak to funguje<\/a>\n                <div class=\"flex items-center gap-3\">\n                    <a href=\"workshopy.html\" class=\"text-brand-btn border-2 border-brand-btn px-5 py-2 rounded-lg text-sm font-medium hover:bg-brand-btn hover:text-white transition\">\n                        Workshopy\n                    <\/a>\n                    <a href=\"https:\/\/dr-ondrej-smolka.reservio.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"bg-brand-btn text-white border-2 border-brand-btn px-5 py-2 rounded-lg text-sm font-medium hover:bg-transparent hover:text-brand-btn transition shadow-sm\">\n                        Chci se objednat\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Mobile Menu Button -->\n            <div class=\"md:hidden\">\n                <button id=\"mobile-menu-btn\" class=\"text-gray-600 hover:text-brand-dark focus:outline-none p-2\">\n                    <i class=\"fas fa-bars text-2xl\"><\/i>\n                <\/button>\n            <\/div>\n        <\/div>\n\n        <!-- Mobile Dropdown Menu -->\n        <div id=\"mobile-menu\" class=\"hidden md:hidden absolute left-4 right-4 top-20 bg-white border border-gray-100 shadow-xl rounded-2xl flex-col z-10\">\n            <div class=\"px-6 py-6 flex flex-col gap-4\">\n                <a href=\"index.html#omne\" class=\"text-gray-600 hover:text-brand-dark transition font-medium block\">O mn\u011b<\/a>\n                <a href=\"index.html#sluzby\" class=\"text-gray-600 hover:text-brand-dark transition font-medium block\">Slu\u017eby<\/a>\n                <a href=\"index.html#postup\" class=\"text-gray-600 hover:text-brand-dark transition font-medium block\">Jak to funguje<\/a>\n                <a href=\"workshopy.html\" class=\"text-brand-btn font-medium block\">Workshopy<\/a>\n                <a href=\"https:\/\/dr-ondrej-smolka.reservio.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"bg-brand-btn text-white px-5 py-3 rounded-xl text-center font-medium mt-2 shadow-sm\">\n                    Chci se objednat\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Main Container pro Workshopy -->\n    <main class=\"flex-grow max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 sm:py-12 space-y-12 sm:space-y-16\">\n\n        <!-- Hero Section -->\n        <section class=\"relative rounded-[2rem] sm:rounded-3xl overflow-hidden shadow-2xl h-[450px] sm:h-[550px]\">\n            <!-- Placeholder for Hero Image -->\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&#038;fit=crop&#038;q=80&#038;w=2000\" alt=\"Workshop session\" class=\"absolute inset-0 w-full h-full object-cover object-center\" \/>\n            \n            <!-- Dark Overlay -->\n            <div class=\"absolute inset-0 bg-gradient-to-r from-[#1a2421] via-[#1a2421]\/90 to-transparent\"><\/div>\n\n            <!-- Hero Content -->\n            <div class=\"relative h-full flex flex-col justify-center px-6 sm:px-12 md:px-16 w-full md:w-3\/4 lg:w-2\/3\">\n                <h1 class=\"text-2xl sm:text-3xl md:text-4xl font-bold text-white leading-tight mb-4\">\n                    ZASTAVTE SE A POROZUM\u011aJTE SOB\u011a: Z\u00c1\u017dITKOV\u00dd WORKSHOP DU\u0160EVN\u00cdHO ZDRAV\u00cd.\n                <\/h1>\n                <p class=\"text-sm sm:text-base md:text-lg text-gray-200 mb-6 sm:mb-8 font-light\">\n                    NAJD\u011aTE VNIT\u0158N\u00cd ROVNOV\u00c1HU S P\u0158\u00cdSTUPEM PCA.\n                <\/p>\n\n                <!-- Badges -->\n                <div class=\"flex flex-wrap gap-3 sm:gap-4 mb-8\">\n                    <span class=\"bg-brand-bg text-brand-dark px-3 sm:px-4 py-2 rounded-full text-xs sm:text-sm font-semibold shadow-sm flex items-center gap-2\">\n                        <i class=\"far fa-calendar-alt\"><\/i> 10. &#8211; 11. \u0158\u00cdJNA 2026 | BRNO\n                    <\/span>\n                    <span id=\"capacity-badge\" class=\"bg-brand-bg text-brand-dark px-3 sm:px-4 py-2 rounded-full text-xs sm:text-sm font-semibold shadow-sm flex items-center gap-2\">\n                        <i class=\"fas fa-users\"><\/i> MAX. 14 OSOB | ZB\u00ddV\u00c1 <span id=\"available-spots\">&#8212;<\/span> M\u00cdST\n                    <\/span>\n                <\/div>\n\n                <div>\n                    <a href=\"#rezervace\" class=\"inline-block bg-brand-btn text-white px-6 sm:px-8 py-3 sm:py-4 rounded-xl font-semibold text-base sm:text-lg hover:bg-opacity-90 transition shadow-lg border border-white\/20 hover:-translate-y-1 w-full sm:w-auto text-center\">\n                        Chci si rezervovat m\u00edsto\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Features Cards -->\n        <section class=\"grid md:grid-cols-2 gap-6 sm:gap-8\">\n            <!-- Left Card -->\n            <div class=\"bg-white rounded-[2rem] sm:rounded-3xl p-6 sm:p-8 md:p-12 shadow-sm border border-gray-100 flex flex-col justify-between\">\n                <div>\n                    <h2 class=\"text-xl sm:text-2xl font-bold text-brand-dark mb-4\">C\u00edt\u00edte, \u017ee jedete na autopilota?<\/h2>\n                    <p class=\"text-gray-600 leading-relaxed mb-8 text-sm sm:text-base\">\n                        M\u00e1te pocit, \u017ee dny jen tak plynou a vy ztr\u00e1c\u00edte kontrolu? Neust\u00e1l\u00fd stres, \u00fanava a nedostatek \u010dasu na sebe vedou k odpojen\u00ed od vlastn\u00edch emoc\u00ed. Spole\u010dn\u011b najdeme cestu, jak tento kruh p\u0159eru\u0161it a vr\u00e1tit se zp\u011bt k sob\u011b.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"flex flex-col sm:flex-row gap-4 sm:gap-6 border-t border-gray-100 pt-6 sm:pt-8 mt-auto\">\n                    <div class=\"flex-1 flex sm:block items-center sm:items-start gap-4 sm:gap-0\">\n                        <div class=\"text-brand-btn text-2xl sm:text-3xl sm:mb-3 shrink-0\"><i class=\"fas fa-head-side-virus\"><\/i><\/div>\n                        <h4 class=\"font-semibold text-sm leading-tight text-brand-dark\">Neust\u00e1l\u00e9 p\u0159em\u00fd\u0161len\u00ed<\/h4>\n                    <\/div>\n                    <div class=\"flex-1 flex sm:block items-center sm:items-start gap-4 sm:gap-0\">\n                        <div class=\"text-brand-btn text-2xl sm:text-3xl sm:mb-3 shrink-0\"><i class=\"fas fa-battery-quarter\"><\/i><\/div>\n                        <h4 class=\"font-semibold text-sm leading-tight text-brand-dark\">Stres a vy\u010derp\u00e1n\u00ed<\/h4>\n                    <\/div>\n                    <div class=\"flex-1 flex sm:block items-center sm:items-start gap-4 sm:gap-0\">\n                        <div class=\"text-brand-btn text-2xl sm:text-3xl sm:mb-3 shrink-0\"><i class=\"fas fa-sliders\"><\/i><\/div>\n                        <h4 class=\"font-semibold text-sm leading-tight text-brand-dark\">Permanentn\u00ed kontrola<\/h4>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Right Card -->\n            <div class=\"bg-white rounded-[2rem] sm:rounded-3xl p-6 sm:p-8 md:p-12 shadow-sm border border-gray-100\">\n                <h2 class=\"text-xl sm:text-2xl font-bold text-brand-dark mb-4\">Pro\u010d z\u00e1\u017eitkov\u00fd p\u0159\u00edstup PCA?<\/h2>\n                <p class=\"text-gray-600 mb-6 sm:mb-8 text-sm sm:text-base\">N\u00e1\u0161 p\u0159\u00edstup stoj\u00ed na 3 z\u00e1kladn\u00edch pil\u00ed\u0159\u00edch:<\/p>\n                \n                <ul class=\"space-y-4 sm:space-y-6\">\n                    <li class=\"flex items-start gap-3 sm:gap-4\">\n                        <div class=\"mt-1.5 w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-brand-btn opacity-50 flex-shrink-0\"><\/div>\n                        <p class=\"text-gray-700 text-sm sm:text-base\"><strong class=\"text-brand-dark\">Empatie<\/strong> &#8211; Hlubok\u00e9 porozum\u011bn\u00ed a bezpe\u010dn\u00e9 prost\u0159ed\u00ed pro va\u0161e emoce.<\/p>\n                    <\/li>\n                    <li class=\"flex items-start gap-3 sm:gap-4\">\n                        <div class=\"mt-1.5 w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-brand-btn opacity-50 flex-shrink-0\"><\/div>\n                        <p class=\"text-gray-700 text-sm sm:text-base\"><strong class=\"text-brand-dark\">P\u0159ijet\u00ed<\/strong> &#8211; Respekt k va\u0161\u00ed jedine\u010dn\u00e9 situaci bez hodnocen\u00ed a posuzov\u00e1n\u00ed.<\/p>\n                    <\/li>\n                    <li class=\"flex items-start gap-3 sm:gap-4\">\n                        <div class=\"mt-1.5 w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-brand-btn opacity-50 flex-shrink-0\"><\/div>\n                        <p class=\"text-gray-700 text-sm sm:text-base\"><strong class=\"text-brand-dark\">Autenticita<\/strong> &#8211; Podpora p\u0159i hled\u00e1n\u00ed va\u0161eho skute\u010dn\u00e9ho j\u00e1 a vnit\u0159n\u00ed rovnov\u00e1hy.<\/p>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <!-- Schedule and Author Section -->\n        <section class=\"grid lg:grid-cols-3 gap-6 sm:gap-8\">\n            <!-- Schedule (Harmonogram) -->\n            <div class=\"lg:col-span-2 bg-white rounded-[2rem] sm:rounded-3xl p-6 sm:p-8 md:p-12 shadow-sm border border-gray-100\">\n                <h2 class=\"text-xl sm:text-2xl font-bold text-brand-dark mb-6 sm:mb-8 uppercase tracking-wide\">\n                    Co v\u00e1s \u010dek\u00e1<br><span class=\"text-gray-400 text-base sm:text-lg\">(Harmonogram dne)<\/span>\n                <\/h2>\n\n                <div class=\"space-y-3 sm:space-y-4\">\n                    <!-- Item 1 -->\n                    <div class=\"flex flex-row sm:items-center gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 text-sm sm:text-base pt-3 sm:pt-0\">08:30<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-3 sm:p-4 flex items-center\">\n                            <h4 class=\"font-medium text-brand-dark text-sm sm:text-base\">Prezence a sezn\u00e1men\u00ed<\/h4>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Item 2 -->\n                    <div class=\"flex flex-row sm:items-center gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 text-sm sm:text-base pt-3 sm:pt-0\">09:00<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-3 sm:p-4 flex items-center\">\n                            <h4 class=\"font-medium text-brand-dark text-sm sm:text-base\">\u00davod do PCA p\u0159\u00edstupu <span class=\"text-xs sm:text-sm font-normal text-gray-500 block\">Vysv\u011btlen\u00ed teoretick\u00e9ho z\u00e1kladu<\/span><\/h4>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 3 (Highlighted) -->\n                    <div class=\"flex flex-row gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 pt-4 text-sm sm:text-base\">10:00<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-4 sm:p-6 border-l-4 border-brand-btn shadow-sm\">\n                            <h4 class=\"font-bold text-brand-dark text-base sm:text-lg mb-1 sm:mb-2\">Pr\u00e1ce s emocemi<\/h4>\n                            <p class=\"text-xs sm:text-sm text-gray-600\">Identifikace osobn\u00edch stresor\u016f a pochopen\u00ed vlastn\u00edch reakc\u00ed v r\u016fzn\u00fdch situac\u00edch.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 4 -->\n                    <div class=\"flex flex-row sm:items-center gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 text-sm sm:text-base pt-3 sm:pt-0\">12:30<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-3 sm:p-4 flex items-center\">\n                            <h4 class=\"font-medium text-brand-dark text-sm sm:text-base\">Ob\u011bd a mo\u017enost spole\u010dn\u00e9ho sd\u00edlen\u00ed<\/h4>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 5 -->\n                    <div class=\"flex flex-row sm:items-center gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 text-sm sm:text-base pt-3 sm:pt-0\">14:00<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-3 sm:p-4 flex items-center\">\n                            <h4 class=\"font-medium text-brand-dark text-sm sm:text-base\">Praktick\u00e1 cvi\u010den\u00ed <span class=\"text-xs sm:text-sm font-normal text-gray-500 block\">Techniky pro zvl\u00e1d\u00e1n\u00ed stresu<\/span><\/h4>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Item 6 -->\n                    <div class=\"flex flex-row sm:items-center gap-3 sm:gap-4\">\n                        <div class=\"w-12 sm:w-16 font-semibold text-gray-500 shrink-0 text-sm sm:text-base pt-3 sm:pt-0\">17:00<\/div>\n                        <div class=\"flex-1 bg-brand-bg rounded-xl p-3 sm:p-4 flex items-center\">\n                            <h4 class=\"font-medium text-brand-dark text-sm sm:text-base\">Z\u00e1v\u011bre\u010dn\u00e1 reflexe a ukon\u010den\u00ed<\/h4>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Author (Kdo v\u00e1s provede) -->\n            <div class=\"bg-white rounded-[2rem] sm:rounded-3xl p-6 sm:p-8 md:p-10 shadow-sm border border-gray-100 flex flex-col\">\n                <div class=\"rounded-2xl overflow-hidden mb-6 h-48 sm:h-64 shadow-inner\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1560250097-0b93528c311a?auto=format&#038;fit=crop&#038;q=80&#038;w=800\" alt=\"Dr. Ond\u0159ej Smolka\" class=\"w-full h-full object-cover object-top\">\n                <\/div>\n                <h3 class=\"text-lg sm:text-xl font-bold text-brand-dark uppercase tracking-wide mb-1 sm:mb-2\">Kdo v\u00e1s provede<\/h3>\n                <h4 class=\"font-semibold text-brand-btn mb-3 sm:mb-4 text-sm sm:text-base\">(DR. OND\u0158EJ SMOLKA)<\/h4>\n                <p class=\"text-sm text-gray-600 leading-relaxed\">\n                    V\u00edce ne\u017e 20 let propojuji poznatky ze sportu, medic\u00edny a psychoterapie. Ve sv\u00e9 praxi pom\u00e1h\u00e1m klient\u016fm naj\u00edt rovnov\u00e1hu a p\u0159ekonat stresov\u00e9 a n\u00e1ro\u010dn\u00e9 \u017eivotn\u00ed situace. M\u00fdm c\u00edlem je naslouchat a hledat \u0159e\u0161en\u00ed na m\u00edru.\n                <\/p>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- Pricing Section (Full Width) -->\n    <section id=\"rezervace\" class=\"bg-brand-dark w-full py-16 sm:py-20 mt-4 sm:mt-8\">\n        <div class=\"max-w-3xl mx-auto px-4 text-center\">\n            <h2 class=\"text-white text-sm sm:text-lg tracking-widest uppercase mb-4 opacity-80\">Investice do va\u0161eho zdrav\u00ed<\/h2>\n            <div class=\"text-5xl sm:text-6xl font-bold text-white mb-6\">4 200 K\u010d<\/div>\n            <p class=\"text-gray-300 text-sm sm:text-base mb-8 sm:mb-10 max-w-xl mx-auto leading-relaxed px-4 sm:px-0\">\n                Cena zahrnuje: Celodenn\u00ed program, studijn\u00ed materi\u00e1ly a drobn\u00e9 ob\u010derstven\u00ed.<br class=\"hidden sm:block\">Po\u010det m\u00edst je striktn\u011b omezen pro zachov\u00e1n\u00ed individu\u00e1ln\u00edho p\u0159\u00edstupu.\n            <\/p>\n            \n            <a href=\"registrace-workshop.html\" class=\"inline-block bg-brand-btn hover:bg-opacity-90 text-white font-semibold py-4 px-8 rounded-xl text-base sm:text-lg transition shadow-lg w-full sm:w-auto mb-6\">\n                Z\u00e1vazn\u011b objednat\n            <\/a>\n            \n            <div class=\"flex flex-col sm:flex-row justify-center items-center gap-4 sm:gap-6 text-gray-400 text-sm\">\n                <span class=\"flex items-center gap-2\"><i class=\"fab fa-stripe\"><\/i> Stripe \/ Comgate<\/span>\n                <span class=\"flex items-center gap-2\"><i class=\"fas fa-shield-alt\"><\/i> Garance spokojenosti<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section with AI Assistant -->\n    <section class=\"max-w-4xl mx-auto px-4 py-16 sm:py-20\">\n        <h2 class=\"text-xl sm:text-2xl font-bold text-center text-brand-dark mb-8 sm:mb-10 uppercase tracking-wide\">\u010casto kladen\u00e9 dotazy<\/h2>\n        \n        <div class=\"grid md:grid-cols-2 gap-3 sm:gap-4\">\n            <!-- FAQ Items -->\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Mus\u00edm p\u0159ed ostatn\u00edmi sd\u00edlet sv\u00e9 probl\u00e9my?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    Na\u0161e workshopy jsou postaveny na dobrovolnosti. Sd\u00edl\u00edte jen tolik, kolik sami chcete a co je v\u00e1m p\u0159\u00edjemn\u00e9. Respektujeme hranice ka\u017ed\u00e9ho \u00fa\u010dastn\u00edka.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Je to vhodn\u00e9 i pro za\u010d\u00e1te\u010dn\u00edky?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    Ano, workshop je navr\u017een tak, aby byl p\u0159\u00ednosn\u00fd jak pro \u00fapln\u00e9 za\u010d\u00e1te\u010dn\u00edky v oblasti seberozvoje, tak pro ty, kte\u0159\u00ed u\u017e maj\u00ed n\u011bjak\u00e9 zku\u0161enosti. V\u0161e podrobn\u011b vysv\u011btl\u00edme.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Jak\u00e9 metody budeme pou\u017e\u00edvat?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    Vych\u00e1z\u00edme z PCA (P\u0159\u00edstup zam\u011b\u0159en\u00fd na \u010dlov\u011bka), vyu\u017e\u00edv\u00e1me sebezku\u0161enostn\u00ed cvi\u010den\u00ed, n\u00e1cviky relaxace a pr\u00e1ci se stresem, abyste si odnesli praktick\u00e9 dovednosti do \u017eivota.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Co si m\u00e1m vz\u00edt s sebou?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    Sta\u010d\u00ed v\u00e1m pohodln\u00e9 oble\u010den\u00ed, psac\u00ed pot\u0159eby, pokud si r\u00e1di d\u011bl\u00e1te pozn\u00e1mky, a otev\u0159en\u00e1 mysl. V\u0161e ostatn\u00ed bude na m\u00edst\u011b zaji\u0161t\u011bno.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Je zaji\u0161t\u011bno ob\u010derstven\u00ed?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    B\u011bhem cel\u00e9ho dne bude k dispozici k\u00e1va, \u010daj, voda a drobn\u00e9 ob\u010derstven\u00ed (ovoce, su\u0161enky). Ob\u011bd \u0159e\u0161\u00edme spole\u010dn\u011b v nedalek\u00e9 restauraci.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item bg-brand-bg rounded-xl p-4 sm:p-5 cursor-pointer shadow-sm\" onclick=\"toggleFaq(this)\">\n                <div class=\"flex justify-between items-center font-medium text-brand-dark text-sm sm:text-base\">\n                    <span>Dostanu po skon\u010den\u00ed n\u011bjak\u00e9 materi\u00e1ly?<\/span>\n                    <i class=\"fas fa-chevron-down text-gray-400\"><\/i>\n                <\/div>\n                <div class=\"faq-content text-sm text-gray-600\">\n                    Ano, na konci workshopu obdr\u017e\u00edte shrnut\u00ed kl\u00ed\u010dov\u00fdch technik, tipy pro dom\u00e1c\u00ed praxi a mo\u017enost domluvit si bezplatnou follow-up konzultaci.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u2728 AI FAQ Assistant Box -->\n        <div class=\"mt-12 bg-white rounded-3xl p-6 sm:p-8 shadow-md border border-gray-100\">\n            <h3 class=\"text-lg sm:text-xl font-bold text-brand-dark mb-2 flex items-center gap-2\">\n                <i class=\"fas fa-robot text-brand-btn\"><\/i> Nena\u0161li jste odpov\u011b\u010f?\n            <\/h3>\n            <p class=\"text-sm sm:text-base text-gray-600 mb-5\">Zeptejte se na\u0161eho chytr\u00e9ho AI asistenta na cokoliv ohledn\u011b organizace workshopu.<\/p>\n            \n            <div class=\"flex flex-col sm:flex-row gap-3\">\n                <input type=\"text\" id=\"ai-faq-input\" placeholder=\"Nap\u0159.: Bude na m\u00edst\u011b zaji\u0161t\u011bna k\u00e1va?\" class=\"flex-1 bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 sm:py-4 focus:outline-none focus:ring-2 focus:ring-brand-btn transition text-sm sm:text-base\">\n                <button id=\"ai-faq-btn\" class=\"ai-shimmer-btn text-white px-6 py-3 sm:py-4 rounded-xl font-medium hover:shadow-lg transition flex items-center justify-center gap-2 whitespace-nowrap text-sm sm:text-base\">\n                    Zeptat se AI <i class=\"fas fa-sparkles\"><\/i>\n                <\/button>\n            <\/div>\n            \n            <!-- AI Response Box -->\n            <div id=\"ai-faq-response\" class=\"mt-4 text-sm sm:text-base text-brand-dark bg-brand-bg p-4 sm:p-5 rounded-xl border border-brand-badge hidden leading-relaxed shadow-inner\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-brand-bg pt-10 pb-8 border-t border-gray-200 mt-auto\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex flex-col md:flex-row justify-between items-center gap-4 sm:gap-6\">\n                <!-- Footer Logo\/Name -->\n                <div class=\"text-center md:text-left\">\n                    <h3 class=\"font-bold text-base sm:text-lg text-brand-dark\">Dr. Ond\u0159ej Smolka<\/h3>\n                <\/div>\n\n                <!-- Social Icons -->\n                <div class=\"flex gap-4 text-gray-400\">\n                    <a href=\"#\" class=\"hover:text-brand-dark transition\"><i class=\"fab fa-facebook-f text-lg\"><\/i><\/a>\n                    <a href=\"#\" class=\"hover:text-brand-dark transition\"><i class=\"fab fa-instagram text-lg\"><\/i><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- JS Scripts (FAQ, Mobile Menu, Capacity & AI Assistant) -->\n    <script>\n        \/\/ Klasick\u00e9 FAQ rozbalov\u00e1n\u00ed\n        function toggleFaq(element) {\n            document.querySelectorAll('.faq-item').forEach(item => {\n                if(item !== element) {\n                    item.classList.remove('active');\n                }\n            });\n            element.classList.toggle('active');\n        }\n\n        \/\/ Mobiln\u00ed menu toggle\n        document.getElementById('mobile-menu-btn').addEventListener('click', function() {\n            const menu = document.getElementById('mobile-menu');\n            if (menu.classList.contains('hidden')) {\n                menu.classList.remove('hidden');\n                menu.classList.add('flex');\n            } else {\n                menu.classList.add('hidden');\n                menu.classList.remove('flex');\n            }\n        });\n\n        \/\/ Zav\u0159\u00edt menu po kliknut\u00ed na odkaz v mobilu\n        document.querySelectorAll('#mobile-menu a').forEach(link => {\n            link.addEventListener('click', () => {\n                document.getElementById('mobile-menu').classList.add('hidden');\n                document.getElementById('mobile-menu').classList.remove('flex');\n            });\n        });\n\n        \/\/ Dynamick\u00fd v\u00fdpo\u010det voln\u00fdch m\u00edst\n        document.addEventListener('DOMContentLoaded', function() {\n            const maxCapacity = 14;\n            const occupiedSpots = 10; \/\/ \u010c\u00edslo ze syst\u00e9mu\n            const availableSpots = maxCapacity - occupiedSpots;\n            const badgeElement = document.getElementById('capacity-badge');\n            \n            if(badgeElement) {\n                if(availableSpots <= 0) {\n                    badgeElement.innerHTML = '<i class=\"fas fa-users\"><\/i> MAX. 14 OSOB | VYPROD\u00c1NO';\n                } else if(availableSpots === 1) {\n                    badgeElement.innerHTML = '<i class=\"fas fa-users\"><\/i> MAX. 14 OSOB | ZB\u00ddV\u00c1 1 M\u00cdSTO';\n                } else if (availableSpots >= 2 && availableSpots <= 4) {\n                    badgeElement.innerHTML = `<i class=\"fas fa-users\"><\/i> MAX. 14 OSOB | ZB\u00ddVAJ\u00cd ${availableSpots} M\u00cdSTA`;\n                } else {\n                    badgeElement.innerHTML = `<i class=\"fas fa-users\"><\/i> MAX. 14 OSOB | ZB\u00ddV\u00c1 ${availableSpots} M\u00cdST`;\n                }\n            }\n        });\n\n        \/\/ \u2728 AI FAQ Assistant (Gemini API Integration)\n        document.getElementById('ai-faq-btn').addEventListener('click', async function() {\n            const inputField = document.getElementById('ai-faq-input');\n            const userQuestion = inputField.value.trim();\n            const responseDiv = document.getElementById('ai-faq-response');\n            const btn = this;\n\n            if (!userQuestion) return;\n\n            \/\/ UI stav na\u010d\u00edt\u00e1n\u00ed\n            const originalBtnHtml = btn.innerHTML;\n            btn.innerHTML = '<i class=\"fas fa-circle-notch fa-spin\"><\/i> P\u0159em\u00fd\u0161l\u00edm...';\n            btn.disabled = true;\n            responseDiv.classList.remove('hidden');\n            responseDiv.innerHTML = '<div class=\"flex items-center gap-3 text-brand-btn\"><i class=\"fas fa-sparkles animate-pulse\"><\/i> Zji\u0161\u0165uji pro v\u00e1s odpov\u011b\u010f...<\/div>';\n\n            const apiKey = \"\"; \/\/ API kl\u00ed\u010d dopln\u00ed server\n            const prompt = `Jsi p\u0159\u00e1telsk\u00fd asistent pro psychologick\u00fd workshop dr. Ond\u0159eje Smolky. Odpov\u00edd\u00e1\u0161 klient\u016fm na jejich dotazy.\n            Fakta o workshopu:\n            - Kdy: 10. - 11. \u0159\u00edjna 2026 (od 8:30 do 17:00)\n            - Kde: Brno, justMOVE 4, Libu\u0161ina t\u0159. 580, 623 00\n            - Cena: 4 200 K\u010d (zahrnuje program, materi\u00e1ly, drobn\u00e9 ob\u010derstven\u00ed)\n            - Ob\u010derstven\u00ed podrobn\u011b: K\u00e1va, \u010daj, voda, ovoce a su\u0161enky zaji\u0161t\u011bny. Ob\u011bd (12:30-14:00) \u0159e\u0161\u00edme spole\u010dn\u011b v nedalek\u00e9 restauraci (ob\u011bd nen\u00ed v cen\u011b).\n            - T\u00e9ma: Zvl\u00e1d\u00e1n\u00ed stresu, psychologie, emoce, metoda PCA. Nen\u00ed nutn\u00e9 p\u0159ed ostatn\u00edmi mluvit.\n            \n            Dotaz klienta zn\u00ed: \"${userQuestion}\"\n            \n            Odpov\u011bz velmi stru\u010dn\u011b (max 2 v\u011bty), mile, p\u0159irozen\u011b a V\u017dDY \u010desky. Neopakuj dotaz, rovnou odpov\u011bz.`;\n\n            const url = `https:\/\/generativelanguage.googleapis.com\/v1beta\/models\/gemini-2.5-flash-preview-09-2025:generateContent?key=${apiKey}`;\n            const payload = { contents: [{ parts: [{ text: prompt }] }] };\n\n            \/\/ Exponential backoff retry logic\n            const delays = [1000, 2000, 4000, 8000, 16000];\n            let success = false;\n\n            for (let attempt = 0; attempt <= delays.length; attempt++) {\n                try {\n                    const response = await fetch(url, {\n                        method: 'POST',\n                        headers: { 'Content-Type': 'application\/json' },\n                        body: JSON.stringify(payload)\n                    });\n                    \n                    if (!response.ok) throw new Error(`HTTP error ${response.status}`);\n                    \n                    const data = await response.json();\n                    const aiText = data.candidates[0].content.parts[0].text;\n                    \n                    responseDiv.innerHTML = `<strong>Odpov\u011b\u010f:<\/strong> ${aiText}`;\n                    success = true;\n                    break;\n                } catch (error) {\n                    if (attempt === delays.length) {\n                        responseDiv.innerHTML = '<span class=\"text-red-500\">Omlouv\u00e1me se, AI asistent je moment\u00e1ln\u011b zanepr\u00e1zdn\u011bn\u00fd. Zkuste to pros\u00edm za okam\u017eik.<\/span>';\n                        console.error(\"Gemini Error:\", error);\n                    } else {\n                        await new Promise(res => setTimeout(res, delays[attempt]));\n                    }\n                }\n            }\n\n            \/\/ Obnoven\u00ed tla\u010d\u00edtka\n            btn.innerHTML = originalBtnHtml;\n            btn.disabled = false;\n            \/\/ inputField.value = ''; \/\/ Voliteln\u011b m\u016f\u017eeme po dotazu smazat vstup\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Workshopy | Dr. Ond\u0159ej Smolka O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat ZASTAVTE SE A POROZUM\u011aJTE SOB\u011a: Z\u00c1\u017dITKOV\u00dd WORKSHOP DU\u0160EVN\u00cdHO ZDRAV\u00cd. NAJD\u011aTE VNIT\u0158N\u00cd ROVNOV\u00c1HU S P\u0158\u00cdSTUPEM PCA. 10. &#8211; 11. \u0158\u00cdJNA 2026 | BRNO MAX. 14 OSOB | ZB\u00ddV\u00c1 &#8212; M\u00cdST Chci [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-945","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Test_2 - Ondra Smolka<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Test_2 - Ondra Smolka\" \/>\n<meta property=\"og:description\" content=\"Workshopy | Dr. Ond\u0159ej Smolka O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat ZASTAVTE SE A POROZUM\u011aJTE SOB\u011a: Z\u00c1\u017dITKOV\u00dd WORKSHOP DU\u0160EVN\u00cdHO ZDRAV\u00cd. NAJD\u011aTE VNIT\u0158N\u00cd ROVNOV\u00c1HU S P\u0158\u00cdSTUPEM PCA. 10. &#8211; 11. \u0158\u00cdJNA 2026 | BRNO MAX. 14 OSOB | ZB\u00ddV\u00c1 &#8212; M\u00cdST Chci [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/\" \/>\n<meta property=\"og:site_name\" content=\"Ondra Smolka\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T08:41:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ondrejsmolka\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/\",\"url\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/\",\"name\":\"Test_2 - Ondra Smolka\",\"isPartOf\":{\"@id\":\"https:\/\/ondrasmolka.cz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000\",\"datePublished\":\"2026-03-17T08:41:54+00:00\",\"dateModified\":\"2026-03-17T08:41:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage\",\"url\":\"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000\",\"contentUrl\":\"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Dom\u016f\",\"item\":\"https:\/\/ondrasmolka.cz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Test_2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ondrasmolka.cz\/#website\",\"url\":\"https:\/\/ondrasmolka.cz\/\",\"name\":\"Ondra Smolka - doktor kinezioterapie\",\"description\":\"SMOLKA ... komplexn\u00ed p\u00e9\u010de o Va\u0161e zdrav\u00ed\",\"publisher\":{\"@id\":\"https:\/\/ondrasmolka.cz\/#\/schema\/person\/b73902b6cdde4702dd62a323869192fd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ondrasmolka.cz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/ondrasmolka.cz\/#\/schema\/person\/b73902b6cdde4702dd62a323869192fd\",\"name\":\"novyondrej\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g\",\"caption\":\"novyondrej\"},\"logo\":{\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Test_2 - Ondra Smolka","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/","og_locale":"cs_CZ","og_type":"article","og_title":"Test_2 - Ondra Smolka","og_description":"Workshopy | Dr. Ond\u0159ej Smolka O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat O mn\u011b Slu\u017eby Jak to funguje Workshopy Chci se objednat ZASTAVTE SE A POROZUM\u011aJTE SOB\u011a: Z\u00c1\u017dITKOV\u00dd WORKSHOP DU\u0160EVN\u00cdHO ZDRAV\u00cd. NAJD\u011aTE VNIT\u0158N\u00cd ROVNOV\u00c1HU S P\u0158\u00cdSTUPEM PCA. 10. &#8211; 11. \u0158\u00cdJNA 2026 | BRNO MAX. 14 OSOB | ZB\u00ddV\u00c1 &#8212; M\u00cdST Chci [&hellip;]","og_url":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/","og_site_name":"Ondra Smolka","article_modified_time":"2026-03-17T08:41:55+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@ondrejsmolka","twitter_misc":{"Odhadovan\u00e1 doba \u010dten\u00ed":"4 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/","url":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/","name":"Test_2 - Ondra Smolka","isPartOf":{"@id":"https:\/\/ondrasmolka.cz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage"},"image":{"@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000","datePublished":"2026-03-17T08:41:54+00:00","dateModified":"2026-03-17T08:41:55+00:00","breadcrumb":{"@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ondrasmolka.cz\/index.php\/test_2\/"]}]},{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000","contentUrl":"https:\/\/images.unsplash.com\/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&q=80&w=2000"},{"@type":"BreadcrumbList","@id":"https:\/\/ondrasmolka.cz\/index.php\/test_2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Dom\u016f","item":"https:\/\/ondrasmolka.cz\/"},{"@type":"ListItem","position":2,"name":"Test_2"}]},{"@type":"WebSite","@id":"https:\/\/ondrasmolka.cz\/#website","url":"https:\/\/ondrasmolka.cz\/","name":"Ondra Smolka - doktor kinezioterapie","description":"SMOLKA ... komplexn\u00ed p\u00e9\u010de o Va\u0161e zdrav\u00ed","publisher":{"@id":"https:\/\/ondrasmolka.cz\/#\/schema\/person\/b73902b6cdde4702dd62a323869192fd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ondrasmolka.cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"},{"@type":["Person","Organization"],"@id":"https:\/\/ondrasmolka.cz\/#\/schema\/person\/b73902b6cdde4702dd62a323869192fd","name":"novyondrej","image":{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g","caption":"novyondrej"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/34680d1fbc85185c00b3755e705dc63ae889f1799d4681fb7441cbb8d5987733?s=96&d=mm&r=g"}}]}},"_links":{"self":[{"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/pages\/945","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/comments?post=945"}],"version-history":[{"count":2,"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/pages\/945\/revisions"}],"predecessor-version":[{"id":948,"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/pages\/945\/revisions\/948"}],"wp:attachment":[{"href":"https:\/\/ondrasmolka.cz\/index.php\/wp-json\/wp\/v2\/media?parent=945"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}