<!-- ========================================================================== SEKCJA: NAWIGACJA + HERO ========================================================================== --> <style> .teams-modal-overlay { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; z-index: 999999 !important; display: none; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .teams-modal-overlay.is-open { display: flex !important; } .teams-modal-backdrop { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: rgba(0, 0, 0, 0.8) !important; backdrop-filter: blur(4px); cursor: pointer; } .teams-modal-container { position: relative !important; z-index: 2 !important; background: #ffffff !important; border-radius: 16px !important; width: 100% !important; max-width: 640px !important; max-height: 90vh !important; overflow-y: auto !important; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2) !important; padding: 36px 24px 24px !important; box-sizing: border-box !important; } .teams-modal-close { position: absolute !important; top: 14px !important; right: 14px !important; width: 32px !important; height: 32px !important; border-radius: 50% !important; background: #f3f4f6 !important; border: none !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #374151 !important; cursor: pointer !important; transition: background-color 0.2s, color 0.2s !important; z-index: 10 !important; } .teams-modal-close:hover { background: #e5e7eb !important; color: #111827 !important; } .teams-modal-content { width: 100% !important; min-height: 200px !important; } /* Site header sticky positioning */ #elements-html-element-9ejd .site-header, .site-header { position: fixed !important; top: calc(var(--promo-bar-height, 45px) + 16px) !important; left: 0 !important; right: 0 !important; z-index: 9999 !important; pointer-events: none !important; padding: 0 !important; transition: top 0.2s ease !important; } #elements-html-element-9ejd .hero { padding-top: calc(var(--promo-bar-height, 45px) + 95px) !important; } .navbar-logo img { max-width: 140px !important; max-height: 30px !important; width: auto !important; height: auto !important; object-fit: contain !important; display: block !important; } /* Desktop navigation links centering */ @media (min-width: 901px) { .navbar { display: flex !important; align-items: center !important; justify-content: space-between !important; } .navbar-logo { flex-shrink: 0 !important; } .navbar-links { display: flex !important; align-items: center !important; justify-content: center !important; flex: 1 1 auto !important; margin: 0 auto !important; gap: 16px !important; } .navbar-actions { flex-shrink: 0 !important; } } /* Mobile styles */ @media (max-width: 900px) { #elements-html-element-9ejd .site-header, .site-header { top: calc(var(--promo-bar-height, 72px) + 14px) !important; padding: 0 !important; } #elements-html-element-9ejd .hero { padding-top: calc(var(--promo-bar-height, 72px) + 75px) !important; } #elements-html-element-9ejd .hero-logo-aihero { height: 25px !important; } #elements-html-element-9ejd .hero-logo-brave { height: 30px !important; } #elements-html-element-9ejd .hero-social-proof-text { max-width: 90% !important; } #elements-html-element-9ejd .hero-media { width: 100% !important; display: flex !important; justify-content: center !important; } #elements-html-element-9ejd .hero-image { width: 100% !important; max-width: 400px !important; transform: scale(1.1) !important; transform-origin: center !important; margin: 16px auto 0 !important; } .navbar { position: relative !important; flex-wrap: wrap !important; transition: border-radius 0.2s ease, box-shadow 0.2s ease !important; } .navbar.is-open { border-radius: 20px !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important; } .navbar-toggle { display: inline-flex !important; pointer-events: auto !important; cursor: pointer !important; z-index: 10 !important; } .navbar-actions { display: flex !important; align-items: center !important; gap: 8px !important; pointer-events: auto !important; } .navbar-links { display: none !important; order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding: 12px 4px 6px; margin-top: 8px; border-top: 1px solid rgba(20, 0, 49, 0.08); } .navbar.is-open .navbar-links { display: flex !important; } .navbar-links .text-nav { display: block !important; width: 100% !important; padding: 12px 14px !important; border-radius: 12px !important; font-size: 15px !important; line-height: 1.3 !important; font-weight: 500 !important; color: #140031 !important; text-decoration: none !important; } .navbar-links .text-nav:hover, .navbar-links .text-nav:focus-visible { background: rgba(104, 53, 241, 0.08) !important; outline: none !important; } } @media (max-width: 640px) { #elements-html-element-9ejd .site-header, .site-header { top: calc(var(--promo-bar-height, 78px) + 14px) !important; } #elements-html-element-9ejd .hero { padding-top: calc(var(--promo-bar-height, 78px) + 72px) !important; } } @media (max-width: 420px) { #elements-html-element-9ejd .site-header, .site-header { top: calc(var(--promo-bar-height, 78px) + 12px) !important; } #elements-html-element-9ejd .hero { padding-top: calc(var(--promo-bar-height, 78px) + 68px) !important; } } /* Mobile hamburger + menu panel (scoped to this section) */ .navbar-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; } .navbar-toggle { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: none; border-radius: 50%; background: transparent; color: #140031; cursor: pointer; flex-shrink: 0; -webkit-tap-highlight-color: transparent; } .navbar-toggle:hover, .navbar-toggle:focus-visible { background: rgba(104, 53, 241, 0.08); outline: none; } .navbar-toggle-icon { display: block; width: 20px; height: 14px; position: relative; } .navbar-toggle-icon span { position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease; } .navbar-toggle-icon span:nth-child(1) { top: 0; } .navbar-toggle-icon span:nth-child(2) { top: 6px; } .navbar-toggle-icon span:nth-child(3) { top: 12px; } .navbar.is-open .navbar-toggle-icon span:nth-child(1) { top: 6px; transform: rotate(45deg); } .navbar.is-open .navbar-toggle-icon span:nth-child(2) { opacity: 0; } .navbar.is-open .navbar-toggle-icon span:nth-child(3) { top: 6px; transform: rotate(-45deg); } </style> <div style="background-image: url('/files/pages/assets/2026-08-14/frame-908-1_msssh4j2.webp'); background-size: cover; background-position: bottom center; background-repeat: no-repeat; overflow: hidden;"> <header class="site-header" style="position: fixed; top: calc(var(--promo-bar-height, 45px) + 16px); left: 0; right: 0; z-index: 9999; background: transparent; padding: 0; transition: top 0.2s ease; pointer-events: none;"> <div class="container" style="pointer-events: auto;"> <nav class="navbar" id="site-navbar" aria-label="Główna nawigacja"> <a href="https://mistrzowiecopilota.pl/#top" class="navbar-logo" onclick="if(window.location.hash || window.location.pathname === '/' || window.location.pathname === ''){ if(window.closeMobileNav) window.closeMobileNav(); window.scrollTo({top: 0, behavior: 'smooth'}); }"> <img src="/files/pages/assets/2026-08-19/logo-3_msztt7hf.png" alt="Mistrzowie Copilota" style="max-width: 140px; max-height: 30px; width: auto; height: auto; object-fit: contain; display: block;"> </a> <div class="navbar-links" id="navbar-links"> <a href="#prowadzacy" class="text-nav">Prowadzący</a> <a href="#program" class="text-nav">Program</a> <a href="#jak-to-dziala" class="text-nav">Jak to działa?</a> <a href="#zespoly" class="text-nav btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Oferta</a> <a href="#zespoly" class="text-nav btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Dla zespołów</a> <a href="#faq" class="text-nav">FAQ</a> </div> <div class="navbar-actions"> <button type="button" class="btn btn-primary btn-sm" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7">Lista oczekujących</button> <button type="button" class="navbar-toggle" id="navbar-toggle" aria-label="Otwórz menu" aria-expanded="false" aria-controls="navbar-links" onclick="if(window.toggleMobileNav) window.toggleMobileNav(event);"> <span class="navbar-toggle-icon" aria-hidden="true"> <span></span><span></span><span></span> </span> </button> </div> </nav> </div> </header> <section class="hero" style="background: transparent;"> <div class="container hero-grid"> <div class="hero-content"> <p class="eyebrow">Start Mistrzów Copilota - program adopcji Microsoft 365 Copilot dla firm</p> <h1 class="h1 hero-title"> Macie licencje Copilota. Zróbmy z nich <span style="color: #ffffff;">codzienne narzędzie pracy zespołu.</span> </h1> <p class="text-lead"> Większość pracowników dostaje dostęp do Copilota i zostaje z tym bez wsparcia. Otwierają, wpisują, coś nie wychodzi, zamykają. Uczymy pracowników waszej firmy pracować z Copilotem na ich własnych zadaniach, dział po dziale. Nie zostajesz z tym w pojedynkę. </p> <p class="text-lead"> Nasz program uczy Twoich pracowników pracy z Copilotem metodą KREDO, opracowaną przez Mateusza Cisowskiego i Aleksandra Piskorza. To samodzielny kurs online dla całej firmy, w którym każdy dział uczy się Copilota na swoich realnych zadaniach. </p> <div class="hero-social-proof"> <div class="hero-logos" style="display: flex; align-items: center; gap: 16px;"> <img src="/files/pages/assets/2026-08-14/logo-2_msssii0z.svg" alt="AI Hero" class="hero-logo-aihero" style="height: 34px; width: auto; object-fit: contain; display: block;"> <img src="/files/pages/assets/2026-08-14/brave-logo_msssihxf.svg" alt="BRAVE" class="hero-logo-brave" style="height: 40px; width: auto; object-fit: contain; display: block;"> </div> <p class="hero-social-proof-text" style="max-width: 60%;"> Tworzony z potrzeby, konsultowany z firmami, które ten problem znają. </p> </div> <div class="hero-actions"> <button type="button" class="btn btn-primary" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7">Lista oczekujących</button> <a href="#program" class="btn btn-secondary">Poznaj program</a> </div> </div> <div class="hero-media"> <img src="/files/pages/assets/2026-08-11/50ec3e5e1bbef5ecc5d25e607118efca4e4b5985_msomw5hb.png" alt="Zespół pracujący razem z Copilotem" class="hero-image"> </div> </div> <div class="container hero-tiles" style="padding-bottom: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; align-items: center;"> <div style="display: flex; align-items: center; gap: 16px; background: transparent; border: none; box-shadow: none; padding: 0;"> <img src="/files/pages/assets/2026-08-12/group-821_mspz3v6i.webp" alt="" style="width: 72px; height: 72px; object-fit: contain; flex-shrink: 0;"> <p class="text-body" style="font-size: 15px; line-height: 1.4; color: #140031; margin: 0;"> Tworzony na podstawie potrzeb rynku i ludzi, którzy pracują z Copilotem. </p> </div> <div style="display: flex; align-items: center; gap: 16px; background: transparent; border: none; box-shadow: none; padding: 0;"> <img src="/files/pages/assets/2026-08-12/group_mspz3vdo.webp" alt="" style="width: 72px; height: 72px; object-fit: contain; flex-shrink: 0;"> <div> <p class="text-body" style="font-size: 16px; line-height: 1.2; color: #140031; margin: 0 0 2px 0; font-weight: 500;">Start:</p> <p style="font-size: 26px; line-height: 1.1; color: #6835F1; font-weight: 800; margin: 0; font-family: inherit;">jesień 2026</p> </div> </div> <div style="display: flex; align-items: center; gap: 16px; background: transparent; border: none; box-shadow: none; padding: 0;"> <img src="/files/pages/assets/2026-08-14/group-820-1_mssv16ql.webp" alt="" style="width: 72px; height: 72px; object-fit: contain; flex-shrink: 0;"> <p class="text-body" style="font-size: 15px; line-height: 1.4; color: #140031; margin: 0;"> Zbudowany na ponad 100+ rozmowach z ludźmi, którzy w firmach mają Copilota i z niego nie korzystają. </p> </div> </div> </section> </div> <!-- Modal dla zespołów --> <div id="teams-modal" class="teams-modal-overlay" aria-hidden="true"> <div class="teams-modal-backdrop" onclick="if(window.closeTeamsModal) window.closeTeamsModal(event)"></div> <div class="teams-modal-container" role="dialog" aria-modal="true"> <button type="button" class="teams-modal-close" onclick="if(window.closeTeamsModal) window.closeTeamsModal(event)" aria-label="Zamknij"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg> </button> <div class="teams-modal-content"> <div id="lead-form-slot"></div> <script src="https://superform.brave.courses/embed-lead-form.js" data-form-url="https://superform.brave.courses/embed/lead-form?no_background=1" data-target-id="lead-form-slot" data-brand="copilota" data-theme="light" data-no-background="true" ></script> </div> </div> </div>
<!-- ========================================================================== SEKCJA: LICENCJA TO NIE TO SAMO CO ADOPCJA ========================================================================== --> <section class="section" style="background-color: #E6EEFF; padding-top: 32px !important;"> <style> #elements-html-element-2e6lb .section { padding-top: 32px !important; } @media (max-width: 768px) { #elements-html-element-2e6lb .section { padding-top: 24px !important; } } </style> <div class="container"> <div class="card intro-split"> <div class="intro-split-media"> <img src="/files/pages/assets/2026-08-17/rectangle-2768-4_msx4s0ll.webp" alt="Opinie i obawy pracowników dotyczące korzystania z Copilota" class="intro-split-image" > </div> <div class="intro-split-content"> <h2 class="h2-lg"> Licencja<br> to nie to samo <span class="text-violet">co adopcja</span> </h2> <p class="text-lead"> Kiedy firma kupuje Copilota, rzadko brakuje entuzjazmu na start. Problem zaczyna się po zalogowaniu. </p> <p class="text-body"> Pracownicy wiedzą, że mają narzędzie. Nie wiedzą, od czego zacząć w swoich codziennych zadaniach. Piszą pierwsze polecenie, dostają generyczną odpowiedź i wracają do starych nawyków. </p> <p class="text-body"> Efekt? Licencje są opłacone, ale zmiana nie zachodzi. Bo licencja daje dostęp. Nawyku i umiejętności musisz nauczyć sam. </p> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: ZANIM POKAŻEMY PROGRAM (CTA story) ========================================================================== --> <section class="cta-story" style="background-image: url('/files/pages/assets/2026-08-14/55_mssv3ity.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden;"> <!-- Desktop Left Media --> <div class="cta-story-media cta-story-media-left cta-story-media-desktop" style="position: absolute; left: 0; bottom: 0; top: 0; width: 340px; max-width: 28vw; overflow: visible; pointer-events: none; z-index: 1;"> <img src="/files/pages/assets/2026-08-11/94252a24a390baeff28c084c90dd4262c94d39cc_msoniqcj.webp" alt="Mateusz Cisowski - prowadzący" style="height: 100%; width: auto; max-width: none; object-fit: contain; object-position: bottom left; display: block;" aria-hidden="true"> <img src="/files/pages/assets/2026-08-11/312cd49abd3455625c4d927014c56248324442e1_msonk9pq.webp" class="floating-icon floating-icon-left" style="position: absolute; top: calc(62% - 140px); left: calc(55% + 75px); width: 210px; height: auto;" alt="Copilot Icon" aria-hidden="true"> </div> <!-- Desktop Right Media --> <div class="cta-story-media cta-story-media-right cta-story-media-desktop" style="position: absolute; right: 0; bottom: 0; top: 0; width: 340px; max-width: 28vw; overflow: visible; pointer-events: none; z-index: 1; display: flex; justify-content: flex-end;"> <img src="/files/pages/assets/2026-08-11/39f7084c8b37b4d3aa53496f01deda9bd4d40287_msonjkwa.webp" alt="Aleksander Piskorz - prowadzący" aria-hidden="true" style="height: 100%; width: auto; max-width: none; object-fit: contain; object-position: bottom right; display: block;"> <img src="/files/pages/assets/2026-08-11/ad5b9486e80ee501c5cd83c403af4502c8c0f0bc_msonk9hz.webp" class="floating-icon floating-icon-right" style="position: absolute; top: calc(62% - 30px); left: calc(15% - 90px); width: 210px; height: auto;" alt="Outlook Copilot Icon" aria-hidden="true"> </div> <div class="container cta-story-content" style="position: relative; z-index: 2;"> <div class="cta-story-text" style="color: #ffffff;"> <h2 class="h2-lg"> Zanim pokażemy program,<br> dwa słowa o tym,<br> <span style="color: #ffffff;">skąd się wziął</span> </h2> <p class="text-lead" style="color: #ffffff;"> Zaczęliśmy <strong style="color: #ffffff;">od ponad 100+ rozmów z ludźmi, którzy mieli Copilota</strong> w firmie i z niego nie korzystali. Pytaliśmy, co ich zatrzymało. Prawie nigdy nie chodziło o samo narzędzie. Chodziło o to, że <strong style="color: #ffffff;">nikt nie pokazał pierwszego kroku na ich własnej pracy.</strong> </p> <p class="text-lead" style="color: #ffffff;"> <strong style="color: #ffffff;">Słuchaliśmy ludzi w konkretnych rolach, dział po dziale.</strong> Na ich codziennych zadaniach, nie na przykładach z prezentacji. Wiemy, co działa u technologa z długim stażem. Wiemy też, czego nie robić u handlowca, który boi się, że coś zepsuje. </p> <p class="text-lead" style="color: #ffffff;"> Jeśli odpowiadasz za wdrożenie Copilota u siebie, to <strong style="color: #ffffff;">prawdopodobnie znasz to uczucie:</strong> licencje są, oczekiwania są, a wsparcia brak. <strong style="color: #ffffff;">Właśnie dla ciebie jest ta strona i ten program.</strong> </p> </div> <a href="#zespoly" class="btn btn-secondary btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Zamów program dla firmy</a> <!-- Mobile Bottom Media: Mentors + 3D Icons --> <div class="cta-story-mobile-media"> <div class="cta-mobile-person cta-mobile-person--left"> <img src="/files/pages/assets/2026-08-11/94252a24a390baeff28c084c90dd4262c94d39cc_msoniqcj.webp" alt="Mateusz Cisowski" class="cta-mobile-img"> <img src="/files/pages/assets/2026-08-11/312cd49abd3455625c4d927014c56248324442e1_msonk9pq.webp" alt="Copilot Icon" class="cta-mobile-icon cta-mobile-icon--left"> </div> <div class="cta-mobile-person cta-mobile-person--right"> <img src="/files/pages/assets/2026-08-11/39f7084c8b37b4d3aa53496f01deda9bd4d40287_msonjkwa.webp" alt="Aleksander Piskorz" class="cta-mobile-img"> <img src="/files/pages/assets/2026-08-11/ad5b9486e80ee501c5cd83c403af4502c8c0f0bc_msonk9hz.webp" alt="Outlook Copilot Icon" class="cta-mobile-icon cta-mobile-icon--right"> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: ZNASZ TO? / Z NAMI WYGLĄDA TO TAK (karty porównawcze) ========================================================================== --> <section class="section" style="background-color: #E6EEFF;"> <div class="container compare"> <h2 class="h2-lg compare-heading" style="text-align: center; max-width: 1150px; width: 100%; margin: 0 auto; font-size: 44px; line-height: 1.25;">Tak zwykle wygląda wdrożenie Copilota.<br><span class="text-violet">I tak może wyglądać u was.</span></h2> <div class="card compare-wrap"> <!-- Kolumna "przed" - stan bez programu --> <div class="compare-col compare-col-before"> <h3 class="h2">Znasz to?</h3> <ul class="compare-list"> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Zarząd kupił licencje, a wdrożenie wylądowało na twoim biurku. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Masz uczyć narzędzia, którego sam(a) dopiero się uczysz. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Masz wdrożyć narzędzie, którego dopiero się uczysz. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Pracownicy otwierają Copilota raz i wracają do starego sposobu pracy. </p> </li> </ul> </div> <!-- Kolumna "po" - stan z programem, karta w gradiencie --> <div class="compare-col compare-col-after" style="background: linear-gradient(180deg, #FDEAE3 0%, #FFD4C5 100%);"> <h3 class="h2 text-violet" style="text-align: center;">Z nami wygląda to tak:</h3> <ul class="compare-list"> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Wdrożenie dostajesz jako gotowy pakiet SCORM do waszego systemu. Nie ogarniasz go w pojedynkę. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Metodę dają autorzy, którzy przeprowadzili to z ponad 10 000 osób. Nie zaczynasz od zera. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Pokazujesz jedną liczbę: aktywni użytkownicy po 30 dniach. Zarząd ją zrozumie. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body"> Ludzie ćwiczą na własnych mailach i dokumentach. Zostaje nawyk, nie jednorazowa próba. </p> </li> </ul> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: DLA KOGO JEST TEN PROGRAM ========================================================================== --> <section class="section" style="position: relative; background-color: #FFFFFF; overflow: visible !important; z-index: 2;"> <style> #elements-html-element-1f4d3 { overflow: visible !important; } #elements-html-element-1f4d3 .audience-glow { position: absolute !important; bottom: 0 !important; left: 0 !important; transform: translate(-38%, 50%) !important; width: 950px !important; height: 950px !important; aspect-ratio: 1 / 1 !important; pointer-events: none !important; z-index: 1 !important; display: flex !important; align-items: center !important; justify-content: center !important; overflow: visible !important; } #elements-html-element-1f4d3 .audience-glow-bg { position: absolute !important; inset: 0 !important; background: radial-gradient(circle at center, rgba(169, 133, 247, 0.4) 0%, rgba(210, 195, 255, 0.2) 45%, rgba(255, 255, 255, 0) 70%) !important; border-radius: 50% !important; pointer-events: none !important; } #elements-html-element-1f4d3 .audience-glow-img { width: 100% !important; height: 100% !important; object-fit: contain !important; opacity: 0.28 !important; mix-blend-mode: multiply !important; pointer-events: none !important; display: block !important; } @media (max-width: 900px) { #elements-html-element-1f4d3 .audience-glow { width: 130vw !important; height: 130vw !important; max-width: 550px !important; max-height: 550px !important; transform: translate(-35%, 50%) !important; } } </style> <!-- Poświata przy lewej krawędzi umieszczona na przecięciu obu sekcji (z-index: 1) --> <div class="audience-glow"> <div class="audience-glow-bg"></div> <img src="/files/pages/assets/2026-08-14/f3fcdf985b986757ff5f1358654977773785dbf1_mssyzrie.png" alt="" aria-hidden="true" class="audience-glow-img" /> </div> <div class="container audience" style="position: relative; z-index: 10;"> <h2 class="h2-lg audience-heading"> <span class="text-violet">Dla kogo </span>jest ten program </h2> <div class="audience-grid" style="position: relative; z-index: 10;"> <!-- Karta "dla kogo" - gradient fioletowy --> <div class="audience-card audience-card--yes" style="position: relative; z-index: 10; background-image: url('/files/pages/assets/2026-08-14/frame-931_mssyqni2.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;"> <h3 class="h2 audience-card-title">Dla kogo:</h3> <ul class="audience-list"> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body audience-text--light"> Firmy na Microsoft 365 z licencjami Copilota, które chcą, by pracownicy realnie z nich korzystali. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body audience-text--light"> Działy szkoleń i HR odpowiadające za wdrożenie, które mają uczyć narzędzia, którego same dopiero się uczą. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--check" viewBox="0 0 30 30" fill="none" aria-hidden="true"> <rect x="1" y="1" width="28" height="28" rx="8" fill="var(--color-white)"/> <path d="M8.5 15.5L12.5 19.5L21.5 9.5" stroke="#111111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="text-body audience-text--light"> Organizacje, w których adopcja ma być mierzalna, a nie deklaratywna. </p> </li> </ul> </div> <!-- Karta "dla kogo nie" - jasne tło --> <div class="audience-card audience-card--no" style="position: relative; z-index: 10; background-color: #F5F7FB;"> <h3 class="h2 audience-card-title">Dla kogo nie jest</h3> <ul class="audience-list"> <li class="list-item"> <svg class="icon-badge icon-badge--cross" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M12 12l9 9M21 12l-9 9" stroke="#fff" stroke-width="2" stroke-linecap="round"/> </svg> <p class="text-body"> Dla zespołów IT szukających governance, konfiguracji i zaawansowanych integracji. To osobny materiał, przygotujemy go dla waszego IT. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--cross" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M12 12l9 9M21 12l-9 9" stroke="#fff" stroke-width="2" stroke-linecap="round"/> </svg> <p class="text-body"> Dla firm, które chcą, żeby ktoś wdrożył Copilota za nich. My uczymy waszych ludzi robić to samodzielnie. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--cross" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M12 12l9 9M21 12l-9 9" stroke="#fff" stroke-width="2" stroke-linecap="round"/> </svg> <p class="text-body"> Dla kogoś, kto szuka wyłącznie prezentacji ROI dla zarządu. Taki materiał też mamy, ale to nie jest sedno programu. </p> </li> </ul> </div> </div> </div> </section>
<section class="section custom-path-section" style="position: relative; background-color: #FFFFFF !important; background: #FFFFFF !important; padding: 80px 20px; overflow: visible !important; z-index: 1;"> <style> #elements-html-element-ff53 { overflow: visible !important; } #elements-html-element-ff53 .custom-path-section, #elements-html-element-ff53 section { background-color: #FFFFFF !important; background: #FFFFFF !important; padding: 80px 20px; position: relative !important; overflow: visible !important; z-index: 1 !important; } #elements-html-element-ff53 .path-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 10; display: flex; flex-direction: column; gap: 50px; } #elements-html-element-ff53 .path-main-header { text-align: center; margin-bottom: 6px; } #elements-html-element-ff53 .path-main-title { font-family: var(--font-primary, sans-serif); font-size: 46px !important; font-weight: 800 !important; color: #6E2CF4 !important; margin: 0 0 12px 0 !important; line-height: 1.15 !important; letter-spacing: -0.02em !important; } #elements-html-element-ff53 .path-main-subtitle { font-family: var(--font-primary, sans-serif); font-size: 24px !important; font-weight: 500 !important; color: #111827 !important; margin: 0 !important; line-height: 1.3 !important; } #elements-html-element-ff53 .path-header { text-align: center; margin-bottom: 32px; } #elements-html-element-ff53 .path-kicker { font-family: var(--font-primary, sans-serif); font-size: 14px !important; font-weight: 600 !important; letter-spacing: 2px !important; color: #111827 !important; text-transform: uppercase !important; margin: 0 0 12px 0 !important; line-height: 1.2 !important; } #elements-html-element-ff53 .path-heading { font-family: var(--font-primary, sans-serif); font-size: 40px !important; font-weight: 700 !important; color: #111827 !important; margin: 0 !important; line-height: 1.2 !important; } #elements-html-element-ff53 .text-violet { color: #6E2CF4 !important; } #elements-html-element-ff53 .path-steps-grid { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; align-items: stretch !important; gap: 16px !important; padding-top: 12px !important; } #elements-html-element-ff53 .path-tile { flex: 1 1 140px !important; max-width: 154px !important; min-height: 94px !important; height: 94px !important; box-sizing: border-box !important; border-radius: 16px !important; padding: 15px 10px !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; background: linear-gradient(180deg, #DEDBFF 0%, #C1BCFA 100%) !important; color: #111827 !important; box-shadow: none !important; border: none !important; } #elements-html-element-ff53 .path-tile-text { font-family: var(--font-primary, sans-serif); font-weight: 500 !important; font-size: 14px !important; line-height: 1.3 !important; color: #111827 !important; margin: 0 !important; } #elements-html-element-ff53 .path-tile--premium { position: relative !important; flex-direction: column !important; background: radial-gradient(252.88% 96.55% at 50.25% 99.92%, #64DDFF 0%, rgba(0, 111, 255, 0) 100%), linear-gradient(180deg, #A985F7 0%, #5B33BD 100%) !important; color: #FFFFFF !important; } #elements-html-element-ff53 .path-tile--premium .path-tile-label { font-size: 13px !important; font-weight: 400 !important; margin: 0 0 2px 0 !important; color: #FFFFFF !important; opacity: 0.95 !important; } #elements-html-element-ff53 .path-tile--premium .path-tile-title { font-size: 17px !important; font-weight: 700 !important; color: #FFFFFF !important; margin: 0 !important; } #elements-html-element-ff53 .path-star-badge { position: absolute !important; top: -19px !important; left: 50% !important; transform: translateX(-50%) !important; width: 38px !important; height: 38px !important; border-radius: 50% !important; background: rgba(255, 255, 255, 0.35) !important; border: 1px solid rgba(255, 255, 255, 0.7) !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 2 !important; } /* Growth rows styling */ #elements-html-element-ff53 .growth-row { display: flex; align-items: stretch; gap: 20px; width: 100%; } #elements-html-element-ff53 .growth-card { display: flex; flex-direction: column; align-items: center; background: #F5F7FB; border-radius: 20px; height: 656px; overflow: hidden; } #elements-html-element-ff53 .growth-card--roles { flex-shrink: 0; width: 494px; gap: 51px; padding: 40px 34px; } #elements-html-element-ff53 .growth-card--departments { flex: 1; min-width: 0; gap: 49px; padding: 20px 34px; } #elements-html-element-ff53 .growth-header { display: flex; flex-direction: column; gap: 7px; width: 100%; } #elements-html-element-ff53 .growth-header--center { align-items: center; text-align: center; } #elements-html-element-ff53 .growth-heading { font-family: var(--font-primary, sans-serif); font-weight: 700; font-size: 36px; line-height: 41px; color: #6835F1; margin: 0; } #elements-html-element-ff53 .growth-subheading { font-family: var(--font-primary, sans-serif); font-weight: 600; font-size: 20px; line-height: 28px; color: #000000; margin: 0; } #elements-html-element-ff53 .growth-role-list { display: flex; flex-direction: column; gap: 12px; width: 100%; flex: 1; min-height: 0; } #elements-html-element-ff53 .growth-role-row { display: flex; align-items: center; gap: 26px; flex: 1; min-height: 0; padding: 11px; background: #FFFFFF; border-radius: 20px; } #elements-html-element-ff53 .growth-role-icon { flex-shrink: 0; width: 110px; height: auto; display: block; } #elements-html-element-ff53 .growth-role-content { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; } #elements-html-element-ff53 .growth-role-title { font-family: var(--font-primary, sans-serif); font-weight: 800; font-size: 22px; line-height: 28px; color: #000000; margin: 0; } #elements-html-element-ff53 .growth-role-desc { font-family: var(--font-primary, sans-serif); font-weight: 300; font-size: 16px; line-height: 24px; color: #000000; margin: 0; } /* Departments Grid */ #elements-html-element-ff53 .growth-dept-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px 24px !important; width: 100% !important; } #elements-html-element-ff53 .growth-dept-item { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important; gap: 10px !important; text-align: center !important; min-width: 0 !important; } #elements-html-element-ff53 .growth-dept-item--last { grid-column: 2 !important; } #elements-html-element-ff53 .growth-dept-icon { width: 74px !important; height: 74px !important; display: block; } #elements-html-element-ff53 .growth-dept-title { font-family: var(--font-primary, sans-serif); font-weight: 800 !important; font-size: 16px !important; line-height: 20px !important; color: #000000 !important; margin: 0 !important; } #elements-html-element-ff53 .growth-dept-desc { font-family: var(--font-primary, sans-serif); font-weight: 300 !important; font-size: 14px !important; line-height: 19px !important; color: #000000 !important; margin: 0 !important; } @media (max-width: 1024px) { #elements-html-element-ff53 .growth-row { flex-direction: column; } #elements-html-element-ff53 .growth-card--roles { width: 100%; height: auto; } #elements-html-element-ff53 .growth-card--departments { height: auto; padding: 34px 24px !important; } #elements-html-element-ff53 .growth-role-row { flex-direction: column; text-align: center; padding: 20px; } #elements-html-element-ff53 .growth-role-content { align-items: center; } } @media (max-width: 768px) { #elements-html-element-ff53 .custom-path-section, #elements-html-element-ff53 section { padding: 50px 16px !important; } #elements-html-element-ff53 .path-container { gap: 40px !important; padding: 0 4px !important; } /* 1. Wyśrodkowane nagłówki na mobile */ #elements-html-element-ff53 .path-main-header { text-align: center !important; margin-bottom: 24px !important; } #elements-html-element-ff53 .path-main-title { font-size: 32px !important; text-align: center !important; } #elements-html-element-ff53 .path-main-subtitle { font-size: 18px !important; text-align: center !important; } #elements-html-element-ff53 .path-header { text-align: center !important; margin-bottom: 24px !important; } #elements-html-element-ff53 .path-kicker { text-align: center !important; } #elements-html-element-ff53 .path-heading { font-size: 28px !important; text-align: center !important; } #elements-html-element-ff53 .growth-header { align-items: center !important; text-align: center !important; } #elements-html-element-ff53 .growth-heading { font-size: 28px !important; line-height: 34px !important; text-align: center !important; } #elements-html-element-ff53 .growth-subheading { font-size: 16px !important; line-height: 22px !important; text-align: center !important; } /* 2. Padding kontenerów na mobile, aby zaokrąglenia były widoczne na białym tle */ #elements-html-element-ff53 .growth-card--roles { width: 100% !important; padding: 30px 18px !important; gap: 28px !important; border-radius: 20px !important; } #elements-html-element-ff53 .growth-card--departments { width: 100% !important; padding: 30px 18px !important; gap: 28px !important; border-radius: 20px !important; } #elements-html-element-ff53 .growth-role-row { border-radius: 16px !important; padding: 16px 14px !important; } /* Grid 2 w rządku */ #elements-html-element-ff53 .growth-dept-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 22px 14px !important; } #elements-html-element-ff53 .growth-dept-item--last { grid-column: 1 / -1 !important; max-width: 240px !important; margin: 0 auto !important; } #elements-html-element-ff53 .path-tile { flex-basis: 135px !important; } } </style> <div class="path-container"> <!-- Tytuł główny sekcji --> <div class="path-main-header"> <h2 class="path-main-title">Struktura ścieżek kursu</h2> <p class="path-main-subtitle">2 sposoby rozwoju. 1 solidna baza.</p> </div> <!-- Blok: Fundament / Ścieżka bazowa --> <div class="path-fundament-block"> <div class="path-header"> <p class="path-kicker">FUNDAMENT</p> <h3 class="path-heading">Ścieżka <span class="text-violet">bazowa</span></h3> </div> <div class="path-steps-grid"> <div class="path-tile"> <p class="path-tile-text">Twoje pierwsze KREDO</p> </div> <div class="path-tile"> <p class="path-tile-text">Komunikacja bez chaosu</p> </div> <div class="path-tile"> <p class="path-tile-text">Spotkania od A do Z</p> </div> <div class="path-tile"> <p class="path-tile-text">Konkret z długiego dokumentu</p> </div> <div class="path-tile"> <p class="path-tile-text">Pomocnik do rutyny</p> </div> <div class="path-tile"> <p class="path-tile-text">Trzy zadania w Twojej pracy</p> </div> <div class="path-tile path-tile--premium"> <div class="path-star-badge"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" fill="#FFFFFF"/> </svg> </div> <p class="path-tile-label">Opcjonalna</p> <p class="path-tile-title">Premium</p> </div> </div> </div> <!-- Blok: Ścieżki wzrostu (ROLE) i Ścieżki obszarów (DZIAŁY) --> <div class="growth-row"> <!-- Lewa karta: Ścieżki wzrostu (ROLE) --> <div class="growth-card growth-card--roles"> <div class="growth-header"> <h2 class="growth-heading">Ścieżki wzrostu (ROLE)</h2> <p class="growth-subheading">Wybierz drogę dopasowaną do roli w firmie.</p> </div> <div class="growth-role-list"> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-847_msyoum01.png" alt="Lider" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Lider</p> <p class="growth-role-desc">Prowadź zespół i wyznaczaj kierunek</p> </div> </div> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-851_msyoulwq.png" alt="Menedżer" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Menedżer</p> <p class="growth-role-desc">Podejmuj lepsze decyzje z AI.</p> </div> </div> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-839_msyoulpg.png" alt="Specjalista HR" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Specjalista HR</p> <p class="growth-role-desc">Wspieraj ludzi i rozwój organizacji.</p> </div> </div> </div> </div> <!-- Prawa karta: Ścieżki obszarów (DZIAŁY) --> <div class="growth-card growth-card--departments"> <div class="growth-header growth-header--center"> <h2 class="growth-heading">Ścieżki obszarów (DZIAŁY)</h2> <p class="growth-subheading">Zastosuj Copilota w pracy swojego działu.</p> </div> <div class="growth-dept-grid"> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-845_msypjp5y.svg" alt="Sprzedaż" class="growth-dept-icon"> <p class="growth-dept-title">Sprzedaż</p> <p class="growth-dept-desc">Więcej sprzedaży, lepsze relacje.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-844_msypjp2r.svg" alt="Marketing" class="growth-dept-icon"> <p class="growth-dept-title">Marketing</p> <p class="growth-dept-desc">Lepsze kampanie, trafne treści.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-841_msypjowu.svg" alt="Zakupy" class="growth-dept-icon"> <p class="growth-dept-title">Zakupy</p> <p class="growth-dept-desc">Mądrzejsze zakupy, lepsze negocjacje.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-846_msypjos0.svg" alt="Biuro i Administracja" class="growth-dept-icon"> <p class="growth-dept-title">Biuro i Administracja</p> <p class="growth-dept-desc">Automatyzuj rutynowe zadania.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-840_msypjolw.svg" alt="Obsługa Klienta" class="growth-dept-icon"> <p class="growth-dept-title">Obsługa Klienta</p> <p class="growth-dept-desc">Szybsza pomoc, lepsze doświadczenia.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-843_msypjoi7.svg" alt="Finanse i księgowość" class="growth-dept-icon"> <p class="growth-dept-title">Finanse i księgowość</p> <p class="growth-dept-desc">Dane, raporty i kontrola kosztów.</p> </div> <div class="growth-dept-item growth-dept-item--last"> <img src="/files/pages/assets/2026-08-18/group-842_msypjocl.svg" alt="IT" class="growth-dept-icon"> <p class="growth-dept-title">IT</p> <p class="growth-dept-desc">Wsparcie dla zespołów IT i projektów technologicznych.</p> </div> </div> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: SIATKA KORZYŚCI (bento grid, 7 kart w 3 kolumnach) ========================================================================== --> <section class="section" style="position: relative; overflow: hidden;"> <style> @media (max-width: 900px) { #elements-html-element-m994 .bento-grid { display: flex !important; flex-direction: column !important; gap: 20px !important; } #elements-html-element-m994 .bento-col { display: flex !important; flex-direction: column !important; gap: 20px !important; width: 100% !important; } #elements-html-element-m994 .bento-card { display: flex !important; flex-direction: column !important; align-items: flex-start !important; padding: 24px !important; gap: 16px !important; min-height: auto !important; } #elements-html-element-m994 .bento-card--row { flex-direction: column-reverse !important; align-items: flex-start !important; gap: 16px !important; } #elements-html-element-m994 .bento-card-header { display: flex !important; flex-direction: column-reverse !important; align-items: flex-start !important; gap: 16px !important; width: 100% !important; } #elements-html-element-m994 .bento-content { display: flex !important; flex-direction: column !important; gap: 12px !important; width: 100% !important; } #elements-html-element-m994 .bento-icon { width: 120px !important; max-width: 120px !important; height: auto !important; margin: 0 !important; display: block !important; } #elements-html-element-m994 .bento-icon--sm { width: 100px !important; max-width: 100px !important; } #elements-html-element-m994 .bento-title { font-size: 22px !important; line-height: 1.3 !important; margin: 0 !important; } #elements-html-element-m994 .text-lead { font-size: 15px !important; line-height: 1.5 !important; margin: 0 !important; } } </style> <div style="position: relative; max-width: 1400px; margin: 0 auto; width: 100%;"> <!-- Fioletowa plamka (lewa, 20% opacity, lekko niżej) --> <img src="/files/pages/assets/2026-08-18/f3fcdf985b986757ff5f1358654977773785dbf1w_msypm3yq.png" alt="" aria-hidden="true" style=" position: absolute; top: 60%; left: 0; transform: translate(-50%, -50%); width: 600px; height: 600px; max-width: none; opacity: 0.2; pointer-events: none; z-index: 1; " > <!-- Druga plamka (prawa, 100% opacity, lekko wyżej) --> <img src="/files/pages/assets/2026-08-18/6e0473e675973357b7836eb96da587e2bfd5de03-1_msypm4k9.png" alt="" aria-hidden="true" style=" position: absolute; top: 30%; right: 0; transform: translate(50%, -50%); width: 600px; height: 600px; max-width: none; opacity: 1; pointer-events: none; z-index: 1; " > <div class="container bento-grid" style="position: relative; z-index: 2;"> <!-- Kolumna 1 --> <div class="bento-col"> <div class="bento-card bento-card--stack bento-card--light"> <img src="/files/pages/assets/2026-08-13/group-823_msrichfo.webp" alt="Ścieżka bazowa" class="bento-icon" style="width: 160px; height: auto; max-width: 160px; object-fit: contain;"> <div class="bento-content"> <h4 class="bento-title"> Ścieżka bazowa, <span class="text-violet">sześć krótkich lekcji.</span> </h4> <p class="text-lead"> Prowadzą od pierwszego KREDO po trzy zadania z twojej codziennej pracy. Każdą lekcję kończysz gotowym rozwiązaniem. </p> </div> </div> <div class="bento-card bento-card--stack bento-card--lilac" style="background-image: url('/files/pages/assets/2026-08-16/bg3_mswfpxef.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;"> <img src="/files/pages/assets/2026-08-13/group-824_msrjjlt0.webp" alt="Lekcja Premium" class="bento-icon" style="width: 160px; height: auto; max-width: 160px; object-fit: contain;"> <div class="bento-content"> <h4 class="bento-title"> Opcjonalna <span class="text-violet">lekcja Premium.</span> </h4> <p class="text-lead"> Dla tych, którzy po ścieżce bazowej chcą pójść dalej. </p> </div> </div> </div> <!-- Kolumna 2 --> <div class="bento-col"> <div class="bento-card bento-card--stack bento-card--violet" style="background-image: url('/files/pages/assets/2026-08-16/bg1_mswfmmt2.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;"> <div class="bento-card-header"> <h4 class="bento-title bento-title--white" style="flex: 1;">Model<br>KREDO.</h4> <img src="/files/pages/assets/2026-08-13/group-828_msridxj7.webp" alt="Model KREDO" class="bento-icon"> </div> <p class="text-lead bento-text--white"> Prosty sposób pracy z Copilotem, oparty na pięciu decyzjach człowieka. Wracasz do niego przy każdym nowym zadaniu, długo po kursie. </p> </div> <div class="bento-card bento-card--row bento-card--peach"> <div class="bento-content"> <h4 class="bento-title"> <span class="text-violet">Dostęp</span> do materiałów. </h4> <p class="text-lead"> Wracasz do lekcji, kiedy potrzebujesz odświeżyć konkretny krok. </p> </div> <img src="/files/pages/assets/2026-08-13/group-830_msrjic4p.png" alt="Dostęp do materiałów" class="bento-icon" style="width: 160px; height: auto; max-width: 160px; object-fit: contain;"> </div> <div class="bento-card bento-card--row bento-card--violet" style="background-image: url('/files/pages/assets/2026-08-16/bg2_mswfo0nq.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;"> <div class="bento-content"> <h4 class="bento-title bento-title--white">Certyfikat ukończenia.</h4> <p class="text-lead bento-text--white"> Pokażesz go w firmie albo dodasz do profilu. </p> </div> <img src="/files/pages/assets/2026-08-13/group-833_msrj9tnr.webp" alt="Certyfikat ukończenia" class="bento-icon"> </div> </div> <!-- Kolumna 3 --> <div class="bento-col"> <div class="bento-card bento-card--stack bento-card--peach bento-card--tall"> <img src="/files/pages/assets/2026-08-13/group-822_msrj817c.webp" alt="Ćwiczenia na własnej pracy" class="bento-icon" style="width: 160px; height: auto; max-width: 160px; object-fit: contain;"> <div class="bento-content"> <h4 class="bento-title"> Ćwiczenia na <span class="text-violet">twojej własnej pracy.</span> </h4> <p class="text-lead"> Uczysz się na swoich mailach i dokumentach, we własnym tempie, po kilkanaście minut. </p> </div> </div> <div class="bento-card bento-card--stack bento-card--light bento-card--tall"> <div class="bento-card-header"> <h4 class="bento-title" style="flex: 1;"> Wsparcie <span class="text-violet">społeczności.</span> </h4> <img src="/files/pages/assets/2026-08-13/group-826_msrjcytv.webp" alt="Wsparcie społeczności" class="bento-icon bento-icon--sm" style="width: 160px; height: auto; max-width: 160px; object-fit: contain;"> </div> <p class="text-lead"> Miejsce, w którym pytasz i podglądasz, jak inni radzą sobie z Copilotem na co dzień. </p> </div> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: MICROSOFT UCZY / JAK PROGRAM SIĘ ROZCHODZI / COPILOT JEST GOTOWY ========================================================================== --> <section class="split-section"> <style> #elements-html-element-gi6a .split-section { position: relative; overflow: hidden; } #elements-html-element-gi6a .split-image::before, #elements-html-element-gi6a .split-image::after { display: none !important; content: none !important; background: none !important; } #elements-html-element-gi6a .split-image { background: transparent !important; position: relative; z-index: 2; } #elements-html-element-gi6a .split-row { position: relative; } #elements-html-element-gi6a .split-content { position: relative; z-index: 2; } #elements-html-element-gi6a .split-glow-spot { position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); width: 650px; height: 650px; pointer-events: none; z-index: 1; display: flex; align-items: center; justify-content: center; } #elements-html-element-gi6a .split-glow-img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; display: block; } @media (max-width: 1024px) { #elements-html-element-gi6a .split-glow-spot { width: 420px; height: 420px; top: 140px; right: -60px; transform: translateY(-50%); } } @media (max-width: 640px) { #elements-html-element-gi6a .split-glow-spot { width: 320px; height: 320px; top: 110px; right: -40px; transform: translateY(-50%); } } </style> <div class="container split-section-inner" style="position: relative; z-index: 2;"> <!-- Blok 1: zdjęcie po lewej --> <div class="split-row"> <div class="split-image split-image--violet"> <img src="/files/pages/assets/2026-08-14/rectangle-2768-1-1_msszct8x.webp" alt="Dwoje pracowników pracujących razem przy komputerze"> </div> <div class="split-content"> <h3 class="split-heading"> Microsoft uczy użytkownika Copilota. <span class="text-violet">My uczymy pracownika waszej firmy.</span> </h3> <ul class="split-list"> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Na realnych zadaniach. Ludzie ćwiczą na własnych mailach i dokumentach. Nie na przykładach z prezentacji. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Krótko i we własnym tempie. Lekcje po kilkanaście minut. Bez blokowania kalendarza. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Dział po dziale. Sprzedaż pracuje na czym innym niż księgowość. Zasada zostaje ta sama. </p> </li> </ul> </div> </div> <!-- Blok 2: zdjęcie po prawej --> <div class="split-row split-row--reverse"> <!-- Rozmazana plamka pod zdjęciem --> <div class="split-glow-spot" aria-hidden="true"> <img src="/files/pages/assets/2026-08-17/6e0473e675973357b7836eb96da587e2bfd5de03-1_msx7yp8b.webp" alt="" class="split-glow-img"> </div> <div class="split-content"> <h3 class="split-heading"> Jak program <span class="text-violet">rozchodzi się</span> po firmie </h3> <ul class="split-list"> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Zaczynamy od pracowników. Używają Copilota na co dzień. To ich praca ma się zmienić. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> W każdym dziale są osoby, które zostają ambasadorami. Pokazują reszcie swoje sposoby na Copilota. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Liderzy adopcji łączą to w całość. Dbają, żeby sposób z jednego działu trafiał do innych. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Zarząd dostaje obraz w liczbach: gdzie adopcja rośnie, a gdzie stoi. </p> </li> </ul> </div> <div class="split-image split-image--violet-light"> <img src="/files/pages/assets/2026-08-14/rectangle-2768-2_msszctda.webp" alt="Współpracownicy przeglądający tablet razem"> </div> </div> <!-- Blok 3: zdjęcie po lewej --> <div class="split-row"> <div class="split-image split-image--blue"> <img src="/files/pages/assets/2026-08-14/rectangle-2768-3_msszctne.webp" alt="Mężczyzna i kobieta pracujący na laptopach przy biurku"> </div> <div class="split-content"> <h3 class="split-heading"> <span class="text-violet">Copilot jest gotowy.</span> Reszta to kilka decyzji człowieka. </h3> <ul class="split-list"> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Sam dostęp nie wystarczy. To jak karta na siłownię, na której hantle same się nie podniosą. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Analityczka streszcza spotkanie w minutę. Jej kolega z tego samego działu nie odsłucha nagrania w ogóle. Ten sam Copilot, ta sama licencja. </p> </li> <li class="list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="split-text"> Po programie nikt nie wpisuje już w ciemno. Zostaje powtarzalna metoda, którą nazywamy KREDO. </p> </li> </ul> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: MODEL KREDO ========================================================================== --> <section class="kredo-section" id="jak-to-dziala" style="background-color: #E6EEFF;"> <style> #elements-html-element-ic4b .kredo-section { background-color: #E6EEFF !important; padding: 60px 20px !important; } #elements-html-element-ic4b .kredo-inner { max-width: 1200px !important; margin: 0 auto !important; } #elements-html-element-ic4b .kredo-card { background: #FFFFFF !important; border-radius: 24px !important; padding: 24px !important; margin-bottom: 20px !important; display: flex !important; align-items: stretch !important; gap: 24px !important; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02) !important; box-sizing: border-box !important; } #elements-html-element-ic4b .kredo-image { position: relative !important; border-radius: 16px !important; overflow: hidden !important; align-self: stretch !important; min-height: 200px !important; } @media (min-width: 901px) { #elements-html-element-ic4b .kredo-card:nth-child(1) .kredo-image { flex: 0 0 284px !important; width: 284px !important; max-width: 284px !important; } #elements-html-element-ic4b .kredo-card:nth-child(2) .kredo-image { flex: 0 0 302px !important; width: 302px !important; max-width: 302px !important; } #elements-html-element-ic4b .kredo-card:nth-child(3) .kredo-image { flex: 0 0 330px !important; width: 330px !important; max-width: 330px !important; } #elements-html-element-ic4b .kredo-card:nth-child(4) .kredo-image { flex: 0 0 302px !important; width: 302px !important; max-width: 302px !important; } #elements-html-element-ic4b .kredo-card:nth-child(5) .kredo-image { flex: 0 0 419px !important; width: 419px !important; max-width: 419px !important; } } #elements-html-element-ic4b .kredo-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; border-radius: 16px !important; } #elements-html-element-ic4b .kredo-image::after { content: "" !important; position: absolute !important; inset: 0 !important; background: linear-gradient(219.73deg, rgba(104, 53, 241, 0) 54.39%, rgba(124, 57, 239, 0.8) 98.26%) !important; pointer-events: none !important; border-radius: 16px !important; } #elements-html-element-ic4b .kredo-content { flex: 1 !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } @media (max-width: 900px) { #elements-html-element-ic4b .kredo-section { padding: 40px 10px !important; } #elements-html-element-ic4b .kredo-inner { padding-left: 10px !important; padding-right: 10px !important; } #elements-html-element-ic4b .kredo-card { flex-direction: column !important; padding: 20px !important; gap: 20px !important; overflow: hidden !important; } #elements-html-element-ic4b .kredo-content { order: 1 !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; gap: 20px !important; } #elements-html-element-ic4b .kredo-card .kredo-image, #elements-html-element-ic4b .kredo-card:nth-child(n) .kredo-image { order: 2 !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; flex: 0 0 auto !important; height: 200px !important; min-height: 0 !important; } #elements-html-element-ic4b .kredo-image img { width: 100% !important; max-width: 100% !important; height: 100% !important; object-fit: cover !important; } #elements-html-element-ic4b .kredo-details { flex-direction: column !important; gap: 16px !important; } } </style> <div class="container kredo-inner"> <div class="kredo-header"> <p class="kredo-model-label">Model</p> <img src="/files/pages/assets/2026-08-12/kredotransparent_mspy1aiu.webp" alt="KREDO" class="kredo-logo"> <p class="kredo-intro"> Po programie nikt nie wpisuje już w ciemno. Zostaje powtarzalna metoda, którą nazywamy KREDO. </p> </div> <div class="kredo-cards"> <!-- Box 1: K - Kontekst (Zdjęcie po lewej) --> <div class="kredo-card"> <div class="kredo-image"> <img src="/files/pages/assets/2026-08-12/1_mspx9euw.webp" alt="Wkładanie plików PDF i DOC do kostki Copilot"> </div> <div class="kredo-content"> <div class="kredo-content-header"> <img src="/files/pages/assets/2026-08-12/86572dc45c2b3a6562bab11fc5a01482504575ac_mspx1eg2.webp" alt="K" class="kredo-icon"> <div> <h3 class="kredo-heading">Kontekst</h3> <p class="kredo-rule">Zasada: Copilot wie tyle, ile mu powiesz</p> </div> </div> <div class="kredo-body"> <p class="kredo-lead"> Copilot pomaga lepiej, gdy zna twoją sytuację od początku. </p> <p class="kredo-desc"> <strong>Opisz zadanie.</strong> Wyjaśnij, w jakiej jesteś sytuacji i co chcesz osiągnąć. Nazwij formę wyniku. Zamiast prosić o "przygotowanie tekstu", powiedz: krótki mail, lista ustaleń, tabela albo szkic do dalszej pracy. </p> <div class="kredo-details"> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Daj właściwy materiał.</p> <p class="kredo-detail-text"> Wklej lub wskaż dokumenty, wiadomości i dane do pracy. Sprawdź, czy materiał jest aktualny i czy możesz bezpiecznie użyć go w danym narzędziu. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Podaj odbiorcę i intencję.</p> <p class="kredo-detail-text"> Powiedz, kto zobaczy wynik i co chcesz dzięki niemu osiągnąć. Inaczej pisze się do zespołu, inaczej do klienta, a jeszcze inaczej do zarządu. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Co zyskujesz:</p> <p class="kredo-detail-text"> zwykle mniej poprawek i szybciej użyteczny wynik. Pytanie kontrolne: czy Copilot wie, kto zobaczy wynik i po co? </p> </div> </div> </div> </div> </div> <!-- Box 2: R - Rozmowa (Zdjęcie po prawej) --> <div class="kredo-card"> <div class="kredo-content"> <div class="kredo-content-header"> <img src="/files/pages/assets/2026-08-12/89d2e32d33790902642af0a5ab6bc58954583160_mspx1eaa.webp" alt="R" class="kredo-icon"> <div> <h3 class="kredo-heading">Rozmowa</h3> <p class="kredo-rule">Zasada: Pierwsza odpowiedź to szkic</p> </div> </div> <div class="kredo-body"> <p class="kredo-lead"> Z Copilotem się rozmawia. Pierwszy wynik traktuj jak punkt wyjścia. </p> <p class="kredo-desc"> <strong>Oceń szkic względem celu.</strong> Sprawdź, czy odpowiedź obejmuje całe zadanie, ma właściwą formę i jest użyteczna. Ładnie brzmiący tekst bywa źle wykonaną pracą. </p> <div class="kredo-details"> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Prowadź wynik przez dialog.</p> <p class="kredo-detail-text"> Poproś o skrócenie, zmianę tonu, brakujący element, inną strukturę albo kolejne warianty. Pracujesz na szkicu dalej, zamiast zaczynać od zera. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Zakończ, gdy wynik wystarcza do celu.</p> <p class="kredo-detail-text"> Wynik ma być wystarczająco dobry do konkretnego zadania. Kolejne poprawki rób tylko wtedy, gdy realnie podnoszą jego wartość. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Co zyskujesz:</p> <p class="kredo-detail-text"> po nietrafionym szkicu poprawiasz, zamiast zaczynać całą pracę od nowa. Pytanie kontrolne: czego brakuje w tym szkicu do twojego celu? </p> </div> </div> </div> </div> <div class="kredo-image"> <img src="/files/pages/assets/2026-08-12/2_mspx9eyp.webp" alt="Bąbelki konwersacji nad kostką Copilot"> </div> </div> <!-- Box 3: E - Ekspertyza (Zdjęcie po lewej) --> <div class="kredo-card"> <div class="kredo-image"> <img src="/files/pages/assets/2026-08-12/3_mspx9f3q.webp" alt="Raport analityczny wychodzący z kostki Copilot"> </div> <div class="kredo-content"> <div class="kredo-content-header"> <img src="/files/pages/assets/2026-08-12/d2ecb113702b34a443eb8e704e88202e3490ef40_mspx1eij.webp" alt="E" class="kredo-icon"> <div> <h3 class="kredo-heading">Ekspertyza</h3> <p class="kredo-rule">Zasada: Ty wiesz co. Copilot wie jak</p> </div> </div> <div class="kredo-body"> <p class="kredo-lead"> Twoja wiedza i osąd prowadzą całą pracę. Copilot jest pomocnikiem. </p> <p class="kredo-desc"> <strong>Zdecyduj, co oddać Copilotowi.</strong> Rozłóż większe zadanie na części. Copilot może zbierać informacje, porządkować materiał, tworzyć szkice i proponować warianty. Ty zachowujesz elementy wymagające osądu, pewności i decyzji. </p> <div class="kredo-details"> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Wnieś to, czego Copilot nie zna.</p> <p class="kredo-detail-text"> Dodaj wiedzę o realiach, priorytetach, historii sprawy, relacjach i ograniczeniach. Nawet z dostępem do wielu dokumentów Copilot widzi tylko część sytuacji. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Rozstrzygnij, co ma sens.</p> <p class="kredo-detail-text"> Gdy Copilot proponuje kilka możliwości, wybierasz tę, która pasuje do celu, odbiorcy i okoliczności. Nawet jeśli inna brzmi ładniej. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Co zyskujesz:</p> <p class="kredo-detail-text"> twoja wiedza o firmie i ludziach prowadzi pracę - i zyskuje na wartości. Pytanie kontrolne: którą część tego zadania musi wykonać człowiek? </p> </div> </div> </div> </div> </div> <!-- Box 4: D - Dowód (Zdjęcie po prawej) --> <div class="kredo-card"> <div class="kredo-content"> <div class="kredo-content-header"> <img src="/files/pages/assets/2026-08-12/438b2a2d2566b754337233e2c974e73d6a36758e_mspx1ed6.webp" alt="D" class="kredo-icon"> <div> <h3 class="kredo-heading">Dowód</h3> <p class="kredo-rule">Zasada: AI nie wie, czego nie wie</p> </div> </div> <div class="kredo-body"> <p class="kredo-lead"> Copilot potrafi podawać informacje pewnym tonem także wtedy, gdy się myli, coś pomija albo opiera się na błędnym założeniu. </p> <p class="kredo-desc"> <strong>Sprawdź treść wyniku.</strong> Zwróć uwagę na liczby, daty, nazwiska, warunki, wyjątki i braki. Sprawdź też, czy uproszczenia zachowują sens sprawy. </p> <div class="kredo-details"> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Dopasuj sprawdzenie do stawki.</p> <p class="kredo-detail-text"> Robocza notatka wymaga mniej kontroli niż informacja dla klienta, decyzja finansowa albo sprawa pracownicza. Im większe konsekwencje błędu, tym dokładniejsze sprawdzenie. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Wróć do źródła.</p> <p class="kredo-detail-text"> Potwierdź ważną informację w dokumencie, systemie albo u osoby odpowiedzialnej. Copilot pomoże szybciej przeczytać źródło - potwierdzenie zostaje przy tobie. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Co zyskujesz:</p> <p class="kredo-detail-text"> spokój, że pod wynikiem możesz się podpisać. Pytanie kontrolne: skąd wiesz, że ta liczba jest prawdziwa? </p> </div> </div> </div> </div> <div class="kredo-image"> <img src="/files/pages/assets/2026-08-12/4_mspx9f72.webp" alt="Pytajniki i kolorowy dym nad kostką Copilot"> </div> </div> <!-- Box 5: O - Odpowiedzialność (Zdjęcie po lewej) --> <div class="kredo-card"> <div class="kredo-image"> <img src="/files/pages/assets/2026-08-12/5_mspx9fbo.webp" alt="Podpisywanie zatwierdzonego raportu Copilot"> </div> <div class="kredo-content"> <div class="kredo-content-header"> <img src="/files/pages/assets/2026-08-12/dc79cc6ef21a9c03f1eba5fefa85830c34fa87fd_mspx1eky.webp" alt="O" class="kredo-icon"> <div> <h3 class="kredo-heading">Odpowiedzialność</h3> <p class="kredo-rule">Zasada: Zlecasz zadania, nie odpowiedzialność</p> </div> </div> <div class="kredo-body"> <p class="kredo-lead"> Copilot może przygotować materiał. Za jego wykorzystanie odpowiada człowiek. </p> <p class="kredo-desc"> <strong>Pomyśl o konsekwencjach.</strong> Przed użyciem wyniku zastanów się, co się stanie, jeśli okaże się błędny, niepełny albo trafi do niewłaściwej osoby. Na tej podstawie dobierz potrzebną kontrolę. </p> <div class="kredo-details"> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Podpisuj się pod sprawdzonym wynikiem.</p> <p class="kredo-detail-text"> Materiał z twoim nazwiskiem to twoja praca. Dlatego przed wysłaniem masz prostą kontrolę z zasady D. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Decyzje o ludziach, pieniądzach i uprawnieniach zostają przy człowieku.</p> <p class="kredo-detail-text"> Copilot może zebrać informacje, przygotować pytania i uporządkować argumenty. Decyzję podejmuje odpowiedzialna osoba. </p> </div> <div class="kredo-detail-col"> <p class="kredo-detail-lead">Co zyskujesz:</p> <p class="kredo-detail-text"> jasną granicę między pomocą narzędzia a twoją decyzją. Pytanie kontrolne: co się stanie, jeśli ten wynik okaże się błędny? </p> </div> </div> </div> </div> </div> </div> </div> </section>
<div class="cv-wrapper" id="program"> <style> .cv-wrapper { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; padding: 80px 20px; background-color: #E6EEFF; color: #111827; line-height: 1.5; } .cv-wrapper *, .cv-wrapper *::before, .cv-wrapper *::after { box-sizing: border-box; } .cv-container { max-width: 1200px; margin: 0 auto; } .cv-header-area { text-align: center; margin-bottom: 60px; } .cv-start-label { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 12px; text-align: center; } .cv-heading { font-size: 44px !important; font-weight: 800 !important; color: #6835F1 !important; margin: 0 0 32px 0 !important; line-height: 1.2 !important; } .cv-intro { max-width: 800px; margin: 0 auto; font-size: 16px; line-height: 1.6; color: #111827; font-weight: 500; } .cv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .cv-col { display: flex; flex-direction: column; gap: 24px; } .cv-card { border-radius: 24px; padding: 32px; box-shadow: 0 12px 32px -4px rgba(20, 20, 40, 0.04); } .cv-card.bg-white { background-color: #FFFFFF; } .cv-card.bg-lavender { background: linear-gradient(180deg, #DEDBFF 0%, #C1BCFA 100%); } .cv-card.bg-peach { background-color: #FEEFE9; } .cv-card-header { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; } .cv-card-icon { width: 160px; height: 160px; object-fit: contain; flex-shrink: 0; } .cv-card-title-group { display: flex; flex-direction: column; gap: 6px; } .cv-card-title { font-size: 26px !important; font-weight: 800 !important; color: #5B32E8 !important; margin: 0 !important; line-height: 1.2 !important; } .cv-card-subtitle { font-size: 15px; font-weight: 600; color: #111827; margin: 0; line-height: 1.4; } .cv-badge { font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 9999px; display: inline-block; margin-bottom: 12px; color: #5B32E8; } .cv-card.bg-white .cv-badge { background-color: rgba(104, 53, 241, 0.08); } .cv-card:not(.bg-white) .cv-badge { background-color: #FFFFFF; } .cv-goal-text { font-size: 15px; font-weight: 600; color: #111827; margin: 0 0 32px 0 !important; line-height: 1.5; } .cv-lists-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .cv-list-col { display: flex; flex-direction: column; } .cv-list-header { font-size: 15px !important; font-weight: 700 !important; color: #5B32E8 !important; margin: 0 0 24px 0 !important; margin-bottom: 24px !important; display: block !important; } .cv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; } .cv-list-item { display: flex; gap: 10px; align-items: flex-start; } .cv-list-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; } .cv-list-text { font-size: 13px; color: #374151; line-height: 1.4; font-weight: 500; } @media (max-width: 992px) { .cv-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .cv-wrapper { padding: 50px 16px; } .cv-heading { font-size: 32px !important; } .cv-card { padding: 24px; } .cv-card-header { flex-direction: column; align-items: flex-start; gap: 16px; } .cv-card-icon { width: 120px; height: 120px; } .cv-lists-grid { grid-template-columns: 1fr; gap: 28px; } .cv-goal-text { margin-bottom: 24px !important; } .cv-list-header { margin-bottom: 20px !important; } } </style> <div class="cv-container"> <div class="cv-header-area"> <div class="cv-start-label">Start: jesień 2026</div> <h2 class="cv-heading" style="color: #6835F1 !important;">Co zawiera program?</h2> <p class="cv-intro"> Ścieżka bazowa uczy jednego sposobu pracy z Copilotem. To model KREDO. Ćwiczysz go na własnej pracy w sześciu lekcjach: komunikacja, spotkania, dokumenty, podział zadań. Kończysz z trzema własnymi zadaniami i przygotowanym startem pierwszego. </p> </div> <div class="cv-grid"> <!-- LEFT COLUMN --> <div class="cv-col"> <!-- Card 1 --> <div class="cv-card bg-white"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160_msrkn0e6.webp" alt="Pierwsze kroki" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Pierwsze kroki z Copilotem</h3> <p class="cv-card-subtitle">Otwarcie Copilota i pierwszy własny wynik.</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Poznajesz Copilota, uruchamiasz pierwsze polecenie i zakładasz swoją stronę KREDO.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Bezpieczne firmowe środowisko Copilota</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Pierwsza zasada modelu KREDO: kontekst</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Skąd Copilot bierze odpowiedzi i dlaczego czasem się myli</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Twoja strona KREDO jako stałe miejsce na wnioski</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Otworzysz Copilota kontem firmowym i sprawdzisz, czy działasz bezpiecznie.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Uruchomisz pierwsze polecenie i zobaczysz, jak kontekst zmienia wynik.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Wybierzesz jedną z dwóch dróg pracy z kontekstem.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zapiszesz pierwszy wniosek na swojej stronie KREDO.</span> </li> </ul> </div> </div> </div> <!-- Card 2 --> <div class="cv-card bg-lavender"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160-3_msrkn0k0.webp" alt="Spotkanie od początku do końca" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Spotkanie od początku do końca</h3> <p class="cv-card-subtitle">Jedno spotkanie: od przygotowania do notatki dla zespołu</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Prowadzisz spotkanie od przygotowania aż po przekazanie notatki zespołowi.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Przygotowanie do spotkania z własną wiedzą spoza plików</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Ekspertyza: co wiesz Ty, czego nie wie Copilot</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Ustalenia z zapisu spotkania: decyzje, osoby, terminy</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Kontrola dobrana do tego, komu przekazujesz wynik</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Przygotujesz notatkę na spotkanie i dołożysz wiedzę spoza materiałów.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Wyciągniesz ze spotkania decyzje, osoby odpowiedzialne i terminy.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zamienisz rozsypane notatki w jedną notatkę do działania.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Dobierzesz kontrolę do tego, czy wynik idzie do zespołu, zarządu czy klienta.</span> </li> </ul> </div> </div> </div> <!-- Card 3 --> <div class="cv-card bg-white"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160-5_msrkn0qm.webp" alt="Podział pracy z Copilotem" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Podział pracy z Copilotem</h3> <p class="cv-card-subtitle">Twój sposób pracy zapisany w jednym miejscu</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Zapisujesz swój sposób pracy i budujesz własnego pomocnika w Copilocie.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Wybór pomocy dopasowanej do celu</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Podział zadania: co robi AI, co dokładasz Ty, co decydujesz</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Budowa i test własnego agenta</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Granice, których AI nie przekracza</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Podzielisz zadanie na to, co robi AI, a co zostaje po Twojej stronie.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zbudujesz własnego agenta i przetestujesz go na swoim zadaniu.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Ustawisz granicę, której agent nie przekroczy.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Wybierzesz formę pracy: rozmowa, zapisane polecenie albo agent.</span> </li> </ul> </div> </div> </div> </div> <!-- RIGHT COLUMN --> <div class="cv-col"> <!-- Card 4 --> <div class="cv-card bg-peach"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160-2_msrkn0ha.webp" alt="Komunikacja i wiadomości" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Komunikacja i wiadomości</h3> <p class="cv-card-subtitle">Od długiego wątku do gotowej, sprawdzonej wiadomości</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Przechodzisz cały proces pracy nad wiadomością i decydujesz, kiedy skończyć.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Streszczenie długiego wątku pod konkretny cel</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Kontrola wyniku: fakty, pominięcia, założenia</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Prowadzenie szkicu w rozmowie zamiast szukania idealnego polecenia</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Odpowiedzialność za wynik, pod którym się podpisujesz</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Streścisz długi wątek i sprawdzisz jeden ważny szczegół w źródle.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Napiszesz trudną wiadomość dopasowaną do odbiorcy i celu.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Poprowadzisz szkic kilkoma poprawkami zamiast pisać od nowa.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zdecydujesz, kiedy wynik jest gotowy, i zapiszesz własny standard.</span> </li> </ul> </div> </div> </div> <!-- Card 5 --> <div class="cv-card bg-white"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160-4_msrkn0nm.webp" alt="Praca z długim dokumentem" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Praca z długim dokumentem</h3> <p class="cv-card-subtitle">Wyciągasz konkret z długiego dokumentu i potwierdzasz go w źródle.</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Wyciągasz konkret z długiego dokumentu i potwierdzasz go w źródle.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Znajdowanie właściwego pliku</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Odpowiedzi z widocznymi źródłami</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Dowód: potwierdzenie konkretu w samym dokumencie</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Notes na źródła tematu, który wraca</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Znajdziesz właściwy plik i zadasz mu pytanie.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Sprawdzisz ważny szczegół w samym dokumencie, nie w odpowiedzi czatu.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Ustalisz, który dokument obowiązuje, gdy jest ich kilka.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zbierzesz źródła powracającego tematu w jednym notesie.</span> </li> </ul> </div> </div> </div> <!-- Card 6 --> <div class="cv-card bg-peach"> <div class="cv-card-header"> <img src="/files/pages/assets/2026-08-13/ico-160x160-6_msrkn0ty.webp" alt="Twoje trzy zadania" class="cv-card-icon" loading="lazy"> <div class="cv-card-title-group"> <h3 class="cv-card-title">Twoje trzy zadania</h3> <p class="cv-card-subtitle">Cały sposób pracy w praktyce i start pierwszego zadania</p> </div> </div> <div class="cv-goal-section"> <span class="cv-badge">Główny cel</span> <p class="cv-goal-text">Używasz całego modelu KREDO i przygotowujesz start pierwszego zadania.</p> </div> <div class="cv-lists-grid"> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Kluczowe tematy:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">KREDO jako pięć punktów kontrolnych, nie sztywna procedura</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Trzy własne zadania na początek</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Karta startu pierwszego zadania</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M10 8l4 4-4 4" fill="none" /> </svg> <span class="cv-list-text">Powrót do KREDO, gdy nie wiesz, jak ruszyć</span> </li> </ul> </div> <div class="cv-list-col"> <h4 class="cv-list-header" style="margin-bottom: 24px !important; color: #5B32E8 !important;">Co zrobisz:</h4> <ul class="cv-list"> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Znajdziesz trzy własne zadania dla Copilota.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Wybierzesz je i ustalisz priorytet.</span> </li> <li class="cv-list-item"> <svg class="cv-list-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12" fill="#5B32E8" /> <path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7 13l3 3 7-7" fill="none" /> </svg> <span class="cv-list-text">Zapiszesz wszystko na swojej stronie KREDO.</span> </li> </ul> </div> </div> </div> </div> </div> </div> </div>
<!-- ========================================================================== SEKCJA: TWOI MENTORZY ========================================================================== --> <section class="team-section" id="prowadzacy" style="background-color: #E6EEFF; overflow: visible !important;"> <style> #elements-html-element-315d4 { overflow: visible !important; } #elements-html-element-315d4 .team-section, #elements-html-element-315d4 .team-inner, #elements-html-element-315d4 .team-cards { overflow: visible !important; } #elements-html-element-315d4 .team-card--peach { background-image: url('/files/pages/assets/2026-08-14/frame-955-1_msszserg.jpg') !important; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; overflow: visible !important; position: relative !important; } #elements-html-element-315d4 .team-card--peach .team-photo { flex: 0 0 520px !important; width: 520px !important; margin-top: -65px !important; margin-bottom: -95px !important; margin-left: -135px !important; margin-right: 0px !important; position: relative !important; overflow: visible !important; z-index: 5 !important; } #elements-html-element-315d4 .team-card--peach .team-photo img { transform: scale(1.15) !important; transform-origin: center left !important; overflow: visible !important; } #elements-html-element-315d4 .team-card--peach .team-bio, #elements-html-element-315d4 .team-card--peach .team-bio p, #elements-html-element-315d4 .team-card--peach .team-bio strong { color: #FFFFFF !important; } #elements-html-element-315d4 .team-card--violet { background: linear-gradient(95.23deg, #C3BEFF 15.93%, #DEDBFF 46.92%, #E6EEFF 91.76%) !important; overflow: visible !important; position: relative !important; } #elements-html-element-315d4 .team-card--violet .team-photo { flex: 0 0 535px !important; width: 535px !important; margin-top: -55px !important; margin-bottom: -100px !important; margin-right: -125px !important; margin-left: -20px !important; position: relative !important; overflow: visible !important; z-index: 5 !important; } #elements-html-element-315d4 .team-card--violet .team-photo img { transform: scale(1.15) !important; transform-origin: center right !important; overflow: visible !important; } @media (max-width: 1024px) { #elements-html-element-315d4 .team-card--peach .team-photo, #elements-html-element-315d4 .team-card--violet .team-photo { flex: 0 0 auto !important; width: 280px !important; max-width: 100% !important; margin: 20px auto 0 !important; z-index: 1 !important; } #elements-html-element-315d4 .team-card--peach .team-photo img, #elements-html-element-315d4 .team-card--violet .team-photo img { transform: none !important; } } </style> <div class="container team-inner"> <div class="team-heading-wrap"> <h2 class="team-heading"> Twoi mentorzy:<br> <span class="text-violet">praktycy z pierwszej ligi</span> </h2> </div> <div class="team-cards"> <!-- Mateusz Cisowski - zdjęcie po lewej --> <div class="team-card team-card--peach"> <div class="team-photo"> <img src="/files/pages/assets/2026-08-12/61792e1bcdc8eb0caeb1f0380f56a40ec2737d14_msptth0c.webp" alt="Mateusz Cisowski"> </div> <div class="team-content"> <div class="team-header"> <h3 class="team-name">Mateusz Cisowski</h3> <span class="team-role">founder AI Hero</span> </div> <div class="team-bio" style="color: #FFFFFF;"> <p style="color: #FFFFFF;"> Wdrażałem AI w firmach mid-market i enterprise w Polsce, między innymi w <strong style="color: #FFFFFF;">PZU, Leroy Merlin i Tevie. Zawsze w środowisku Microsoft.</strong> </p> <p style="color: #FFFFFF;"> Za każdym razem widzę ten sam moment. Świetne demo, entuzjazm zarządu, a potem cisza. Pilotaż, który nie zmienia niczyjej pracy. Dlatego zajmuję się jedną rzeczą. <strong style="color: #FFFFFF;">Doprowadzam wdrożenia do punktu, w którym z AI realnie korzysta 70-80% zespołu.</strong> Efekt widać w wyniku firmy. </p> <p style="color: #FFFFFF;"> Wcześniej zbudowałem i sprzedałem w USA software house In'saneLab. Jako CTO prowadziłem trudne transformacje w regulowanych branżach. Od modelu projektowego do produktowego, od on-prem do chmury. </p> <p style="color: #FFFFFF;"> <strong style="color: #FFFFFF;">Przekładam AI na decyzje biznesowe: koszt, ryzyko, efekt.</strong> I mówię wprost, gdzie AI dowozi, a gdzie płacicie za ładne slajdy. </p> </div> </div> </div> <!-- Aleksander Piskorz - zdjęcie po prawej --> <div class="team-card team-card--violet" style="background: linear-gradient(95.23deg, #C3BEFF 15.93%, #DEDBFF 46.92%, #E6EEFF 91.76%);"> <div class="team-content"> <div class="team-header"> <h3 class="team-name">Aleksander Piskorz</h3> <span class="team-role">Head of AI Education &amp; Enablement w AI Hero</span> </div> <div class="team-bio"> <p> Od 15 lat pracuję w nowych technologiach. Dziś skupiam się na jednym obszarze: adopcji Microsoft Copilota i Copilot Studio w dużych organizacjach. </p> <p> <strong>Pracowałem bezpośrednio z zarządami i kadrą menedżerską</strong> w firmach takich jak PZU, Polsat, Tauron, Leroy Merlin, MediaMarkt czy Teva. <strong>Odpowiadałem za programy rozwoju kompetencji AI dla kilkunastu tysięcy pracowników.</strong> </p> <p> Jako trener pracowałem na sali z ponad 10 tysiącami osób. <strong>W 2025 raport Favikon umieścił mnie w TOP 10 najbardziej wpływowych osób w AI</strong> na LinkedIn w Polsce. </p> <p> Jestem twórcą Prompt Hero i Agent Hero. To autorskie metody pracy z Copilotem i modelami językowymi. Zamknąłem je w dwóch narzędziach edukacyjnych. <br> Za wszystkim, co robię, stoi jedna misja. Technologia ma być łatwa do zrozumienia i ciekawa w nauce. </p> </div> </div> <div class="team-photo"> <img src="/files/pages/assets/2026-08-12/bdb5ffdc9704453f9c09082f1763031fe739d7ff_msptufs3.webp" alt="Aleksander Piskorz"> </div> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: PROGRAM (STARTUJEMY 2 WRZEŚNIA) - dwie karty cenowe + gwarancja ========================================================================== --> <section class="pricing-section" id="join" style="background-color: #E6EEFF;"> <div class="container pricing-inner"> <h2 class="pricing-heading"> Startujemy <span class="text-violet">2 września</span> </h2> <div class="pricing-grid"> <!-- Karta 1: Dostęp Indywidualny --> <div class="pricing-card-outer pricing-card-outer--individual"> <div class="pricing-card-inner pricing-card-inner--violet"> <img src="/files/pages/assets/2026-08-12/logo-2_mspu4pqo.png" alt="Mistrzowie Copilota" class="pricing-logo"> <div class="pricing-card-body"> <div class="pricing-title-block"> <p class="pricing-title pricing-title--violet">Dostęp Indywidualny</p> <p class="pricing-subtitle pricing-subtitle--violet"> Wszystko, żeby samodzielnie zacząć realnie korzystać z Copilota. </p> <p class="pricing-countdown" id="pricing-promo-timer">--dni --h --m --s</p> </div> <div class="pricing-price-row"> <span class="pricing-price">290-990 zł</span> <span class="pricing-price-suffix">netto</span> </div> <button type="button" class="btn btn-secondary pricing-btn-full" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7"> Lista oczekujących </button> <div class="pricing-list"> <p class="pricing-list-label">Otrzymasz:</p> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> 5-tygodniowy, intensywny program transformacyjny, gdzie każdy dzień przybliża Cię do działającego prototypu. </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Praktyczne sesje LIVE, na których podzielimy się naszym sposobem myślenia i case study, a nie tylko gotowymi slajdami. </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Praca nad WŁASNYM projektem, bo nic nie uczy tak, jak budowanie czegoś, co ma dla Ciebie znaczenie (i co ludzie pokochają). </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Sesje Q&amp;A i feedback od ekspertów-praktyków, którzy nie pozwolą Ci utknąć w martwym punkcie. </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Dostęp do wspierającej społeczności bohaterów takich jak Ty - bo nikt nie zrozumie Twoich wyzwań lepiej niż ludzie, którzy przechodzą przez to samo. </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Certyfikat AI Product Hero, który potwierdza Twoje praktyczne umiejętności budowania, a nie tylko obecność na wykładach. </p> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <p class="pricing-list-text"> Dostęp do wszystkich nagrań i materiałów na 12 miesięcy, więc wracasz do wiedzy, kiedy tylko chcesz i uczysz się w swoim tempie. </p> </div> </div> </div> </div> </div> <!-- Karta 2: Dostęp dla Zespołu --> <div class="pricing-card-outer pricing-card-outer--team"> <div class="pricing-card-inner pricing-card-inner--peach" style="background: linear-gradient(180deg, #FDEAE3 0%, #FFD4C5 62.02%, #FFE5A1 98.08%);"> <div class="pricing-card-body"> <div class="pricing-title-block"> <p class="pricing-title">Dostęp dla Zespołu</p> <p class="pricing-subtitle"> Copilot wchodzi do całej firmy, dział po dziale, a efekt widać na liczbach. </p> </div> <a href="#zespoly" class="btn btn-primary pricing-btn-full btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}"> Zapytaj o ofertę </a> <div class="pricing-list"> <p class="pricing-list-label">Dodatkowe korzyści:</p> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Ścieżki dla każdego działu.</p> <p class="pricing-list-item-desc"> Sprzedaż, marketing, zakupy, obsługa klienta, finanse, biuro i IT uczą się Copilota na zadaniach swojego działu. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Ścieżki wdrożeniowe dla liderów, HR i zarządu.</p> <p class="pricing-list-item-desc"> Pokazują, jak uruchomić adopcję i utrzymać ją, gdy pierwszy entuzjazm minie. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Kurs w waszym systemie szkoleniowym.</p> <p class="pricing-list-item-desc"> Dostajecie pakiet SCORM, więc program działa tam, gdzie już szkolicie ludzi. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Pomiar adopcji, nie obecności.</p> <p class="pricing-list-item-desc"> Widzicie, ilu ludzi korzysta z Copilota po 30 dniach i które działy mają aktywnego ambasadora. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Faktura proforma i przelew tradycyjny.</p> <p class="pricing-list-item-desc"> Rozliczacie zakup tak, jak wymaga tego dział finansowy. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Zniżki przy większych zespołach.</p> <p class="pricing-list-item-desc"> Im więcej pracowników zgłosicie, tym niższy koszt na osobę. </p> </div> </div> <div class="pricing-list-item"> <svg class="icon-badge icon-badge--arrow" viewBox="0 0 33 33" fill="none" aria-hidden="true"> <circle cx="16.5" cy="16.5" r="16.5" fill="var(--color-violet)"/> <path d="M11.5 16.5h11M18 11l6 5.5-6 5.5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> <div class="pricing-list-item-content"> <p class="pricing-list-item-title">Dłuższe terminy płatności.</p> <p class="pricing-list-item-desc"> Dopasowujemy je do waszego procesu zakupowego. </p> </div> </div> </div> <div class="pricing-contact-block"> <hr class="pricing-divider"> <div class="pricing-contact-row"> <p>Potrzebujesz proformę?</p> <a href="mailto:kontakt@mistrzowiecopilota.pl" class="pricing-link">kontakt@mistrzowiecopilota.pl</a> </div> <hr class="pricing-divider"> <p class="pricing-contact-question">Masz pytania?</p> <div class="pricing-contact-person-row"> <div class="pricing-contact-person"> <img src="/files/pages/assets/2026-08-13/6a6b497df2a877cc85e37d41mikoaaj-banaszek_msro1591.png" alt="Mikołaj Banaszek" class="pricing-contact-avatar"> <div> <p class="pricing-contact-name">Mikołaj Banaszek</p> <p class="pricing-contact-role">Customer Support Specialist</p> </div> </div> <div class="pricing-contact-details"> <a href="tel:+48532157313" class="pricing-link">+48 532 157 313</a> <a href="mailto:kontakt@mistrzowiecopilota.pl" class="pricing-link">kontakt@mistrzowiecopilota.pl</a> </div> </div> <hr class="pricing-divider"> <div class="pricing-contact-row"> <p>Ulotka dla Szefostwa:</p> <a href="#" class="pricing-link">Pobierz PDF</a> </div> </div> </div> </div> </div> </div> <!-- Karta gwarancji --> <div class="guarantee-card"> <div class="guarantee-content"> <span class="guarantee-badge">14 DNI NA TEST</span> <h3 class="guarantee-heading">Gwarancja 100% zwrotu</h3> <div class="guarantee-text"> <p class="guarantee-lead">Masz 14 dni od startu, żeby sprawdzić program.</p> <p> Jeśli uznasz, że nie jest dla Ciebie, zwrócimy 100% wpłaconej kwoty.<br> Wystarczy jeden mail. Bez pytań i bez dodatkowych warunków. </p> <p> W tym czasie przejrzyj materiały z pierwszych dwóch tygodni. Wykonaj zadania. Wdróż pierwsze rozwiązania w swojej pracy. </p> <p class="guarantee-lead">Program tworzy BRAVE.</p> </div> <button type="button" class="btn btn-primary" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7">Lista oczekujących</button> </div> <img src="/files/pages/assets/2026-08-12/brave-logo_mspu37qo.svg" alt="BRAVE" class="guarantee-logo"> </div> </div> </section>
<!-- ========================================================================== SEKCJA: FAQ ========================================================================== --> <section class="faq-section" id="faq" style="background-color: #E6EEFF;"> <style> @media (max-width: 640px) { #elements-html-element-20e00 .faq-section { padding: 40px 10px !important; } #elements-html-element-20e00 .faq-container { padding-left: 10px !important; padding-right: 10px !important; } #elements-html-element-20e00 .faq-item { padding: 16px !important; } } </style> <div class="container faq-container"> <!-- Kolumna lewa: nagłówek + kontakt --> <div class="faq-sidebar"> <div class="faq-sidebar-header"> <h2 class="faq-title">FAQ</h2> <p class="faq-subtitle">Pytania i odpowiedzi</p> <p class="faq-subtitle-2"> Twoje pytanie od razu z odpowiedzią. Poniżej zbieramy to, o co firmy pytają najczęściej przed dołączeniem do programu. </p> </div> <div class="faq-contact"> <div class="faq-contact-person"> <img src="/files/pages/assets/2026-08-13/6a6b497df2a877cc85e37d41mikoaaj-banaszek_msro1591.png" alt="Mikołaj Banaszek" class="faq-contact-avatar"> <div> <p class="faq-contact-name">Mikołaj Banaszek</p> <p class="faq-contact-role">Customer Support Specialist</p> <div class="faq-contact-details" style="align-items: flex-start; margin-top: 4px;"> <p><a href="tel:+48532157313" class="faq-link">+48 532 157 313</a></p> <p><a href="mailto:kontakt@mistrzowiecopilota.pl" class="faq-link">kontakt@mistrzowiecopilota.pl</a></p> </div> </div> </div> </div> </div> <!-- Kolumna prawa: akordeon pytań (szablon HTML <details>) --> <div class="faq-accordion"> <!-- Pytanie 1 --> <details class="faq-item" open> <summary class="faq-question"> <span>Czy to jest kurs z obsługi Teams, Worda i Outlooka?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Nie. To program uczenia nawyku i pracy na własnych zadaniach. Aplikacje Microsoft 365 są tłem. Pokazujemy, jak pracować z Copilotem w konkretnych sytuacjach: maile, spotkania, dokumenty, podział zadań. </p> </div> </details> <!-- Pytanie 2 --> <details class="faq-item"> <summary class="faq-question"> <span>Co jeśli nasi pracownicy mają bardzo różny poziom wiedzy o AI?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Program prowadzi od prostych kroków po samodzielną pracę. Osoby początkujące dostają jasną strukturę (model KREDO), a zaawansowani szybciej przechodzą do budowania własnych schematów i pomocników. </p> </div> </details> <!-- Pytanie 3 --> <details class="faq-item"> <summary class="faq-question"> <span>Jak wygląda to w praktyce: ludzie oglądają wideo czy ćwiczą?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Każda lekcja jest krótka i kończy się konkretnym ćwiczeniem na własnych plikach i mailach. Nie ma tu "oglądania na zapas". Cała wiedza od razu trafia do codziennej pracy. </p> </div> </details> <!-- Pytanie 4 --> <details class="faq-item"> <summary class="faq-question"> <span>Czy dane naszej firmy są bezpieczne podczas ćwiczeń?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Tak. Pracownicy pracują wewnątrz waszego firmowego środowiska Microsoft 365, do którego macie uprawnienia. Pierwsza lekcja pokazuje, jak upewnić się, że działacie w bezpiecznym trybie. </p> </div> </details> <!-- Pytanie 5 --> <details class="faq-item"> <summary class="faq-question"> <span>Ile czasu tygodniowo pracownik musi poświęcić na program?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Lekcje są podzielone na kilkunastominutowe materiały. Wystarczy kilkanaście minut dziennie lub jeden blok w tygodniu, żeby przerobić lekcję i od razu zastosować ją w pracy. </p> </div> </details> <!-- Pytanie 6 --> <details class="faq-item"> <summary class="faq-question"> <span>Czy możemy wgrać kurs do naszego systemu LMS (np. przez SCORM)?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Tak. W pakiecie dla firm dostarczamy gotowy pakiet SCORM, który można wdrożyć bezpośrednio do waszego systemu LMS i przypisywać do odpowiednich działów. </p> </div> </details> <!-- Pytanie 7 --> <details class="faq-item"> <summary class="faq-question"> <span>Skąd będziemy wiedzieć, czy ludzie faktycznie zaczęli korzystać z Copilota?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Mierzymy aktywnych użytkowników po 30 dniach, a nie tylko fakt ukończenia wideo. Dostajecie jasny obraz adopcji w poszczególnych działach. </p> </div> </details> <!-- Pytanie 8 --> <details class="faq-item"> <summary class="faq-question"> <span>Czy wystawiacie fakturę VAT / fakturę proforma dla firmy?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Tak, wystawiamy faktury VAT oraz proforma. Możecie opłacić zamówienie tradycyjnym przelewem zgodnie z procesem w waszej firmie. </p> </div> </details> <!-- Pytanie 9 --> <details class="faq-item"> <summary class="faq-question"> <span>Co w sytuacji, gdy program nie spełni naszych oczekiwań?</span> <svg class="faq-chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg> </summary> <div class="faq-answer"> <p> Dajemy 14 dni gwarancji od startu programu. Jeśli uznacie, że to nie dla was, zwracamy 100% wpłaconej kwoty na podstawie jednego maila. Zobacz szczegóły w sekcji <a href="#cennik" class="faq-inline-link">Cennik i Gwarancja</a>. </p> </div> </details> </div> </div> </section>
<!-- ========================================================================== SEKCJA: CTA FINAL (WPROWADŹ COPILOTA DO SWOJEJ FIRMY) ========================================================================== --> <section class="cta-final-section"> <div class="container cta-final-content"> <p class="cta-final-eyebrow">Program startuje: jesień 2026</p> <h2 class="cta-final-title"> Wprowadź Copilota do swojej firmy z ludźmi, którzy robią to na co dzień. </h2> <p class="cta-final-desc"> Nie czekaj, aż pracownicy sami odkryją, jak korzystać z narzędzia. Daj im sprawdzony proces, praktyczne przykłady i wsparcie praktyków. </p> <div class="cta-final-button-wrap"> <button type="button" class="btn" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7"> <span class="btn-text-gradient">Lista oczekujących</span> <span class="btn-arrow-icon" aria-hidden="true"> <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#1E02BC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> <path d="M9 18l6-6-6-6"/> </svg> </span> </button> </div> </div> </section>
<!-- ========================================================================== SEKCJA: FOOTER ========================================================================== --> <footer class="section-dark footer-section"> <style> @media (max-width: 1024px) { #elements-html-element-1flgm .footer-section { padding: 56px 20px !important; } } @media (max-width: 640px) { #elements-html-element-1flgm .footer-section { padding: 40px 10px !important; } #elements-html-element-1flgm .footer-container { padding-left: 10px !important; padding-right: 10px !important; gap: 40px !important; } } </style> <div class="container footer-container"> <div class="footer-top"> <!-- Newsletter --> <div class="footer-newsletter"> <div class="footer-logos" style="display: flex; align-items: center; gap: 16px; margin-bottom: 16px;"> <a href="https://mistrzowiecopilota.pl/#top" style="display: inline-block;" onclick="if(window.location.hash || window.location.pathname === '/' || window.location.pathname === ''){ window.scrollTo({top: 0, behavior: 'smooth'}); }"> <img src="/files/pages/assets/2026-08-17/logo-mc-biale_msx3emie.svg" alt="Mistrzowie Copilota" class="footer-logo" style="height: 40px; width: auto; max-width: 100%; object-fit: contain; display: block;"> </a> <a href="https://brave.courses/" target="_blank" rel="noopener noreferrer" style="display: inline-block;"> <img src="/files/pages/assets/2026-08-12/verbrave-white_msq4gp3v.svg" alt="BRAVE" style="height: 28px; width: auto; max-width: 100%; object-fit: contain; display: block;"> </a> </div> <p class="text-nav">Zapisz się i bądź na bieżąco z Mistrzami Copilota.</p> <div id="newsletter-form-slot"></div> <script src="https://superform.brave.courses/embed-newsletter-form.js" data-form-url="https://superform.brave.courses/embed/newsletter-form?no_background=1" data-target-id="newsletter-form-slot" data-brand="copilota" data-theme="dark" data-no-background="true" ></script> </div> <!-- Kolumny linków --> <div class="footer-links"> <!-- Kontakty --> <div class="footer-col footer-col--contacts"> <p class="h4">Dla osób indywidualnych i zespołów</p> <div class="footer-contact"> <div class="footer-contact-person"> <img src="/files/pages/assets/2026-08-13/6a6b497df2a877cc85e37d41mikoaaj-banaszek_msro1591.png" alt="Mikołaj Banaszek" class="footer-contact-avatar"> <div> <p class="footer-contact-name">Mikołaj Banaszek</p> <p class="footer-contact-role">Customer Support Specialist</p> <div class="footer-contact-details" style="align-items: flex-start; margin-top: 4px;"> <a href="tel:+48532157313">+48 532 157 313</a> <a href="mailto:kontakt@mistrzowiecopilota.pl">kontakt@mistrzowiecopilota.pl</a> </div> </div> </div> </div> </div> <!-- Nawigacja --> <div class="footer-col"> <p class="h4">Mistrzowie Copilota</p> <nav class="footer-nav"> <a href="#program">Program</a> <a href="#prowadzacy">Prowadzący</a> <a href="#zespoly" class="btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Oferta</a> <a href="#faq">FAQ</a> <a href="#zespoly" class="btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Dla Zespołów</a> </nav> </div> <!-- Social media --> <div class="footer-col"> <p class="h4">Social Media</p> <div class="footer-social"> <a href="https://www.linkedin.com/company/mistrzowie-copilota" class="footer-social-link"> <img src="/files/pages/assets/2026-08-12/linkedin_msq4e6mh.svg" alt="LinkedIn" style="width: 24px; height: 24px;"> LinkedIn Mistrzowie Copilota </a> <a href="https://www.linkedin.com/in/mateuszcisowski/" target="_blank" rel="noopener noreferrer" class="footer-social-link"> <img src="/files/pages/assets/2026-08-12/linkedin_msq4e6mh.svg" alt="LinkedIn" style="width: 24px; height: 24px;"> LinkedIn Mateusza </a> <a href="https://www.linkedin.com/in/aleksanderpiskorz/" target="_blank" rel="noopener noreferrer" class="footer-social-link"> <img src="/files/pages/assets/2026-08-12/linkedin_msq4e6mh.svg" alt="LinkedIn" style="width: 24px; height: 24px;"> LinkedIn Aleksandra </a> <!-- <a href="#" class="footer-social-link"> <img src="/files/pages/assets/2026-08-12/youtube_msq4e6dm.svg" alt="YouTube" style="width: 24px; height: 24px;"> YouTube </a> --> <a href="https://www.facebook.com/profile.php?id=61592769503828" class="footer-social-link"> <img src="/files/pages/assets/2026-08-12/facebook_msq4e6s9.svg" alt="Facebook" style="width: 24px; height: 24px;"> Facebook </a> <a href="https://www.linkedin.com/company/mistrzowie-copilota" target="_blank" rel="noopener noreferrer" class="footer-social-link"> <img src="/files/pages/assets/2026-08-17/instagram_mswhhc0w.svg" alt="Instagram" style="width: 24px; height: 24px;"> Instagram </a> </div> </div> </div> </div> <!-- Credits --> <div class="footer-credits"> <hr class="footer-divider"> <div class="footer-credits-row"> <p class="text-credits">© 2026 Mistrzowie Copilota. Wszystkie prawa zastrzeżone.</p> <p class="text-credits">Tworzone z ❤️ do wysokiej jakości edukacji razem z <a href="https://brave.courses/" target="_blank" class="footer-legal-link">BRAVE</a></p> <div class="footer-legal-links"> <a href="https://app.easy.tools/policies/201346d68fdc45508ee9ddc5828d97dc" target="_blank" class="text-credits footer-legal-link">Polityka Prywatności</a> <a href="https://app.easy.tools/terms/201346d68fdc45508ee9ddc5828d97dc" target="_blank" class="text-credits footer-legal-link">Regulamin</a> </div> </div> </div> </div> </footer>
<section id="sticky-promo-bar" aria-label="Ogłoszenie promocyjne"> <style> :root { --promo-bar-height: 45px; } @media (max-width: 900px) { :root { --promo-bar-height: 72px; } } @media (max-width: 480px) { :root { --promo-bar-height: 78px; } } #ai-ai-html-section-k3k5 { padding: 0 !important; margin: 0 !important; background: transparent !important; height: 0 !important; min-height: 0 !important; border: none !important; } #sticky-promo-bar { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 10000; background-color: #140031; color: #ffffff; padding-inline: var(--et-spacing-horizontal, 16px); padding-block: 12px; display: flex; align-items: center; justify-content: center; font-family: inherit; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); transition: transform 0.3s ease, opacity 0.3s ease; } @media (min-width: 1024px) { #sticky-promo-bar { padding-inline: var(--et-spacing-horizontal-lg, 24px); } } #sticky-promo-bar.is-closed { display: none; } #sticky-promo-bar .content-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 12px; padding-right: 36px; font-size: 14px; line-height: 1.4; text-align: center; } @media (min-width: 640px) { #sticky-promo-bar .content-wrapper { font-size: 15px; padding-right: 48px; } } #sticky-promo-bar .message { font-weight: 500; } #sticky-promo-bar .timer { font-variant-numeric: tabular-nums; font-weight: 700; background-color: rgba(255, 255, 255, 0.2); padding: 3px 8px; border-radius: 4px; letter-spacing: 0.5px; display: inline-block; min-width: 110px; } #sticky-promo-bar .join-link { color: #ffffff; font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(255, 255, 255, 0.4); padding-bottom: 1px; transition: border-color 0.2s ease, opacity 0.2s ease; cursor: pointer; background: transparent; border-top: none; border-left: none; border-right: none; font-size: inherit; font-family: inherit; } #sticky-promo-bar .join-link:hover { border-bottom-color: #ffffff; } #sticky-promo-bar .join-link:focus-visible { outline: 2px solid #ffffff; outline-offset: 4px; border-radius: 2px; } #sticky-promo-bar .close-btn { position: absolute; right: max(16px, var(--et-spacing-horizontal, 16px)); top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #ffffff; cursor: pointer; padding: 6px; display: flex; align-items: center; justify-content: center; border-radius: 6px; opacity: 0.8; transition: opacity 0.2s ease, background-color 0.2s ease; } @media (min-width: 1024px) { #sticky-promo-bar .close-btn { right: max(24px, var(--et-spacing-horizontal-lg, 24px)); } } #sticky-promo-bar .close-btn:hover { opacity: 1; background-color: rgba(255, 255, 255, 0.15); } #sticky-promo-bar .close-btn:focus-visible { opacity: 1; outline: 2px solid #ffffff; background-color: rgba(255, 255, 255, 0.15); } </style> <div class="content-wrapper"> <span class="message">Nie przegap startu zapisów</span> <span id="promo-timer" class="timer promo-timer" role="timer" aria-label="Odliczanie do startu zapisów">--d --h --m --s</span> <button type="button" class="join-link" data-easycart-popup="f176140f-be78-43c2-8c7e-e9a955d1f2d7">Lista oczekujących</button> </div> <button id="promo-close-btn" class="close-btn" aria-label="Zamknij powiadomienie"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <line x1="18" y1="6" x2="6" y2="18"></line> <line x1="6" y1="6" x2="18" y2="18"></line> </svg> </button> <script> (function() { var TARGET_DATE = new Date('2026-10-01T08:00:00+02:00').getTime(); if (isNaN(TARGET_DATE)) { TARGET_DATE = new Date(2026, 9, 1, 8, 0, 0).getTime(); } function updateTimers() { try { var now = Date.now(); var diff = Math.max(0, TARGET_DATE - now); var totalSec = Math.floor(diff / 1000); var d = Math.floor(totalSec / 86400); var h = Math.floor((totalSec % 86400) / 3600); var m = Math.floor((totalSec % 3600) / 60); var s = totalSec % 60; var text = d + 'd ' + h + 'h ' + m + 'm ' + s + 's'; var els = document.querySelectorAll('#promo-timer, .promo-timer, #pricing-promo-timer'); for (var i = 0; i < els.length; i++) { if (els[i].textContent !== text) { els[i].textContent = text; } } } catch (e) {} } if (window._mcTimerInterval) { clearInterval(window._mcTimerInterval); } updateTimers(); window._mcTimerInterval = setInterval(updateTimers, 1000); })(); </script> </section>
<style> .ep-leaflet-section { background-color: #E6EEFF; padding: 80px 20px; font-family: var(--font-secondary, 'Manrope', 'Inter', sans-serif); box-sizing: border-box; width: 100%; overflow: visible !important; } .ep-leaflet-section * { box-sizing: inherit; } .ep-leaflet-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 60px; overflow: visible !important; } .ep-leaflet-image-col { flex: 1 1 50%; display: flex; justify-content: center; align-items: center; overflow: visible !important; } .ep-leaflet-image-col img { max-width: 115%; width: 100%; height: auto; display: block; object-fit: contain; margin-top: -80px !important; margin-bottom: -80px !important; position: relative; z-index: 2; } .ep-leaflet-text-col { flex: 1 1 50%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .ep-leaflet-title { font-family: var(--font-primary, 'Funnel Display', sans-serif) !important; font-weight: 700 !important; font-size: clamp(36px, 4vw, 52px) !important; color: #111827 !important; line-height: 1.15 !important; letter-spacing: -0.03em !important; margin: 0 0 24px 0 !important; } .ep-leaflet-desc { font-family: var(--font-secondary, 'Manrope', sans-serif); font-size: clamp(16px, 2vw, 18px); line-height: 1.6; color: #4B5563; max-width: 520px; margin: 0 0 36px 0; } @media (max-width: 991px) { .ep-leaflet-section { padding: 60px 20px; } .ep-leaflet-container { flex-direction: column; text-align: center; gap: 30px; } .ep-leaflet-image-col img { margin-top: 0 !important; margin-bottom: 0 !important; max-width: 100%; } .ep-leaflet-text-col { align-items: center; } .ep-leaflet-desc { margin-left: auto; margin-right: auto; } .ep-leaflet-text-col .btn { width: 100%; justify-content: center; } } </style> <div class="ep-leaflet-section"> <div class="ep-leaflet-container"> <div class="ep-leaflet-image-col"> <img src="/files/pages/assets/2026-08-17/ulotkamockup-1_mswh3m1z.webp" alt="Makieta ulotki z programem Mistrzowie Copilota" loading="lazy"> </div> <div class="ep-leaflet-text-col"> <h2 class="ep-leaflet-title">Potrzebujesz ulotki<br>dla szefa?</h2> <p class="ep-leaflet-desc"> Decyzję zwykle zatwierdza ktoś nad Tobą. Weź gotową ulotkę i przekaż ją dalej. Masz w niej to, o co zapyta zarząd: dla kogo jest program, na czym polega metoda KREDO i jak sprawdzamy, czy ludzie wciąż korzystają z Copilota po 30 dniach. Bez składania argumentu od zera. </p> <button type="button" class="btn btn-primary" data-easycart-popup="097495a9-d3f9-4005-b184-584d96d1c216"> Pobierz ulotkę (PDF) </button> </div> </div> </div>
<!-- ========================================================================== SEKCJA: ZANIM POKAŻEMY PROGRAM (CTA story) ========================================================================== --> <section class="cta-story" style="background-image: url('/files/pages/assets/2026-08-18/bgaeb49e17b07ec5e74a1375053724f11028e9ba23_msygqc0p.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden;"> <!-- Desktop Left Media --> <div class="cta-story-media cta-story-media-left cta-story-media-desktop"> <img src="/files/pages/assets/2026-08-18/83905adf19b9e555f57910e9e828b474ca2757a4_msygz6un.png" alt="Mateusz Cisowski - prowadzący" class="author-img author-img-left" aria-hidden="true"> <img src="/files/pages/assets/2026-08-11/312cd49abd3455625c4d927014c56248324442e1_msonk9pq.webp" class="floating-icon floating-icon-left" alt="Copilot Icon" aria-hidden="true"> </div> <!-- Desktop Right Media --> <div class="cta-story-media cta-story-media-right cta-story-media-desktop"> <img src="/files/pages/assets/2026-08-18/cee77c4a3d335552a999e4c72e419ff26e305275_msyh2jef.png" alt="Aleksander Piskorz - prowadzący" class="author-img author-img-right" aria-hidden="true"> <img src="/files/pages/assets/2026-08-11/ad5b9486e80ee501c5cd83c403af4502c8c0f0bc_msonk9hz.webp" class="floating-icon floating-icon-right" alt="Outlook Copilot Icon" aria-hidden="true"> </div> <div class="container cta-story-content"> <div class="cta-story-text" style="color: #ffffff;"> <h2 class="h2-lg" style="color: #ffffff; text-align: center;"> <span style="color: #ffffff;">Zanim pokażemy program,<br> dwa słowa o tym,</span><br> <span style="color: #00EEFF;">skąd się wziął</span> </h2> <p class="text-lead" style="color: #ffffff; max-width: 720px; text-align: center; margin-left: auto; margin-right: auto;"> Zaczęliśmy <strong style="color: #ffffff;">od ponad 100+ rozmów z ludźmi, którzy mieli Copilota</strong> w firmie i z niego nie korzystali. Pytaliśmy, co ich zatrzymało. Prawie nigdy nie chodziło o samo narzędzie. Chodziło o to, że <strong style="color: #ffffff;">nikt nie pokazał pierwszego kroku na ich własnej pracy.</strong> </p> <!-- 3 Boxy korzyści --> <div class="cta-story-boxes"> <div class="cta-story-box"> <img src="/files/pages/assets/2026-08-18/group-810_msyhdtq2.svg" alt="" class="cta-story-box-icon" aria-hidden="true"> <div class="cta-story-box-text"> <strong>Słuchaliśmy ludzi w</strong> konkretnych rolach, dział po dziale. Na ich codziennych zadaniach, nie na przykładach z prezentacji. </div> </div> <div class="cta-story-box"> <img src="/files/pages/assets/2026-08-18/group-810_msyhdtq2.svg" alt="" class="cta-story-box-icon" aria-hidden="true"> <div class="cta-story-box-text"> <strong>Wiemy, co działa u</strong> technologa z długim stażem. Wiemy też, czego nie robić u handlowca, który boi się, że coś zepsuje. </div> </div> <div class="cta-story-box cta-story-box--wide"> <img src="/files/pages/assets/2026-08-18/group-810_msyhdtq2.svg" alt="" class="cta-story-box-icon" aria-hidden="true"> <div class="cta-story-box-text"> <strong>Jeśli odpowiadasz</strong> za wdrożenie Copilota u siebie, to prawdopodobnie znasz to uczucie: licencje są, oczekiwania są, a wsparcia brak. Właśnie dla ciebie jest ta strona i ten program. </div> </div> </div> </div> <a href="#zespoly" class="btn btn-secondary btn-dla-zespolow" onclick="if(window.openTeamsModal){window.openTeamsModal(event); return false;}">Zamów program dla firmy &rsaquo;</a> <!-- Mobile Bottom Media: Mentors + 3D Icons --> <div class="cta-story-mobile-media"> <div class="cta-mobile-person cta-mobile-person--left"> <img src="/files/pages/assets/2026-08-18/83905adf19b9e555f57910e9e828b474ca2757a4_msygz6un.png" alt="Mateusz Cisowski" class="cta-mobile-img"> <img src="/files/pages/assets/2026-08-11/312cd49abd3455625c4d927014c56248324442e1_msonk9pq.webp" alt="Copilot Icon" class="cta-mobile-icon cta-mobile-icon--left"> </div> <div class="cta-mobile-person cta-mobile-person--right"> <img src="/files/pages/assets/2026-08-18/cee77c4a3d335552a999e4c72e419ff26e305275_msyh2jef.png" alt="Aleksander Piskorz" class="cta-mobile-img"> <img src="/files/pages/assets/2026-08-11/ad5b9486e80ee501c5cd83c403af4502c8c0f0bc_msonk9hz.webp" class="cta-mobile-icon cta-mobile-icon--right"> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: ŚCIEŻKI WZROSTU (ROLE) / ŚCIEŻKI OBSZARÓW (DZIAŁY) Korzysta z klas ze style guide: .container Typografia i layout są specyficzne dla tej sekcji - zdefiniowane lokalnie w section-growth-paths-addon.css (prefiks "growth-", żeby nie kolidować z klasami "path-" z sekcji "Ścieżka bazowa"). Ikony to pełne ilustracje (ludziki dla ról, kolorowe kółka dla działów) - zbyt złożone na ręczny inline SVG, zostają jako pliki graficzne do wyeksportowania z Figmy. ========================================================================== --> <section class="section"> <div class="container growth-row"> <!-- Lewa karta: Ścieżki wzrostu (ROLE) --> <div class="growth-card growth-card--roles"> <div class="growth-header"> <h2 class="growth-heading">Ścieżki wzrostu (ROLE)</h2> <p class="growth-subheading">Wybierz drogę dopasowaną do roli w firmie.</p> </div> <div class="growth-role-list"> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-847_msyoum01.png" alt="Lider" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Lider</p> <p class="growth-role-desc">Prowadź zespół i wyznaczaj kierunek</p> </div> </div> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-851_msyoulwq.png" alt="Menedżer" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Menedżer</p> <p class="growth-role-desc">Podejmuj lepsze decyzje z AI.</p> </div> </div> <div class="growth-role-row"> <img src="/files/pages/assets/2026-08-18/group-839_msyoulpg.png" alt="Specjalista HR" class="growth-role-icon"> <div class="growth-role-content"> <p class="growth-role-title">Specjalista HR</p> <p class="growth-role-desc">Wspieraj ludzi i rozwój organizacji.</p> </div> </div> </div> </div> <!-- Prawa karta: Ścieżki obszarów (DZIAŁY) --> <div class="growth-card growth-card--departments"> <div class="growth-header growth-header--center"> <h2 class="growth-heading">Ścieżki obszarów (DZIAŁY)</h2> <p class="growth-subheading">Zastosuj Copilota w pracy swojego działu.</p> </div> <div class="growth-dept-grid"> <div class="growth-dept-row"> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-845_msypjp5y.svg" alt="Sprzedaż" class="growth-dept-icon"> <p class="growth-dept-title">Sprzedaż</p> <p class="growth-dept-desc">Więcej sprzedaży, lepsze relacje.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-844_msypjp2r.svg" alt="Marketing" class="growth-dept-icon"> <p class="growth-dept-title">Marketing</p> <p class="growth-dept-desc">Lepsze kampanie, trafne treści.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-841_msypjowu.svg" alt="Zakupy" class="growth-dept-icon"> <p class="growth-dept-title">Zakupy</p> <p class="growth-dept-desc">Mądrzejsze zakupy, lepsze negocjacje.</p> </div> </div> <div class="growth-dept-row"> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-846_msypjos0.svg" alt="Biuro i Administracja" class="growth-dept-icon"> <p class="growth-dept-title">Biuro i Administracja</p> <p class="growth-dept-desc">Automatyzuj rutynowe zadania.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-840_msypjolw.svg" alt="Obsługa Klienta" class="growth-dept-icon"> <p class="growth-dept-title">Obsługa Klienta</p> <p class="growth-dept-desc">Szybsza pomoc, lepsze doświadczenia.</p> </div> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-843_msypjoi7.svg" alt="Finanse i księgowość" class="growth-dept-icon"> <p class="growth-dept-title">Finanse i księgowość</p> <p class="growth-dept-desc">Dane, raporty i kontrola kosztów.</p> </div> </div> <div class="growth-dept-row growth-dept-row--single"> <div class="growth-dept-item"> <img src="/files/pages/assets/2026-08-18/group-842_msypjocl.svg" alt="IT" class="growth-dept-icon"> <p class="growth-dept-title">IT</p> <p class="growth-dept-desc">Wsparcie dla zespołów IT i projektów technologicznych.</p> </div> </div> </div> </div> </div> </section>
<!-- ========================================================================== SEKCJA: ŚCIEŻKA BAZOWA (FUNDAMENT) - wersja z ikonami Korzysta z klas ze style guide: --color-*, --font-primary (przez var()) Typografia i layout są specyficzne dla tej sekcji - zdefiniowane lokalnie w section-fundament-addon.css (prefiks "fundament-", żeby nie kolidować z "path-" z prostszej wersji tej ścieżki, ani z "growth-" z sekcji Ścieżki wzrostu/obszarów). Ikony to złożone, wielowarstwowe ilustracje (maski, gradienty) - zbyt skomplikowane na ręczny inline SVG, zostają jako pliki graficzne. ========================================================================== --> <section class="section"> <div class="container"> <div class="fundament-panel"> <div class="fundament-header"> <h2 class="fundament-heading">Ścieżka bazowa (FUNDAMENT)</h2> <p class="fundament-subheading">Zacznij od podstaw. Zrozum Copilota. Działaj pewnie.</p> </div> <div class="fundament-steps"> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-x_msyp9rm3.png" alt="START" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">START</p> <p class="fundament-step-desc">Wprowadzenie<br>i cel kursu.</p> </div> </div> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-xx_msyp9rfx.png" alt="Ogarnij komunikację" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">OGARNIJ<br>KOMUNIKACJĘ</p> <p class="fundament-step-desc">Jak rozmawiać<br>z Copilotem.</p> </div> </div> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-xxx_msyp9rcq.png" alt="Spotkanie od A do Z" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">SPOTKANIE<br>OD A DO Z</p> <p class="fundament-step-desc">Prowadź lepsze<br>spotkania.</p> </div> </div> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-xxxx_msyp9r8l.png" alt="Dokument i informacja" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">DOKUMENT<br>I INFORMACJA</p> <p class="fundament-step-desc">Twórz, podsumowuj<br>i porządkuj.</p> </div> </div> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-xxxxx_msyp9r55.png" alt="Podziel pracę z Copilotem" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">PODZIEL PRACĘ Z COPILOTEM</p> <p class="fundament-step-desc">Współpracuj<br>i deleguj zadania.</p> </div> </div> <div class="fundament-step"> <img src="/files/pages/assets/2026-08-18/ico-160x160-xxxxxx_msyp9r29.png" alt="Twoje trzy zadania" class="fundament-step-icon"> <div class="fundament-step-content"> <p class="fundament-step-title">TWOJE TRZY<br>ZADANIA</p> <p class="fundament-step-desc">Wypróbuj w praktyce<br>i zobacz efekty.</p> </div> </div> </div> </div> </div> </section>