<section id="ai-manifest" style="padding-block: var(--et-spacing-vertical); padding-inline: var(--et-spacing-horizontal); background: #F7F5F9; position: relative; overflow: hidden;"> <style> @media (min-width: 1024px) { #ai-manifest { padding-block: var(--et-spacing-vertical-lg); padding-inline: var(--et-spacing-horizontal-lg); } } #ai-manifest .container { margin-inline: auto; max-width: 42rem; position: relative; z-index: 1; } @media (min-width: 1024px) { #ai-manifest .container { max-width: 80rem; } } /* Background pattern */ #ai-manifest .bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(103, 53, 136, 0.12) 1px, transparent 1px); background-size: 32px 32px; opacity: 0.6; z-index: 0; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%); -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%); } /* SVG decorations */ #ai-manifest .deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.09; color: #3B305F; } #ai-manifest .deco-ebook { width: 130px; height: 150px; top: 80px; left: 40px; transform: rotate(-8deg); } #ai-manifest .deco-video { width: 150px; height: 108px; top: 90px; right: 60px; transform: rotate(6deg); color: #382E99; opacity: 0.08; } #ai-manifest .deco-template { width: 110px; height: 130px; bottom: 260px; right: 40px; transform: rotate(-4deg); opacity: 0.07; color: #3B305F; } #ai-manifest .deco-chat { width: 100px; height: 100px; bottom: 200px; left: 60px; transform: rotate(-6deg); color: #673588; opacity: 0.1; } #ai-manifest .sparkle-deco { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: #EE7F1A; line-height: 1; } #ai-manifest .sparkle-deco-1 { top: 220px; right: 240px; font-size: 24px; opacity: 0.35; } #ai-manifest .sparkle-deco-2 { bottom: 380px; left: 280px; font-size: 18px; opacity: 0.3; color: #804995; } /* Layout grid */ #ai-manifest .manifest-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; margin-bottom: 72px; align-items: start; } #ai-manifest .manifest-header { position: sticky; top: 32px; } /* Eyebrow */ #ai-manifest .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: white; border-radius: 999px; font-weight: 600; font-size: 12px; color: #382E99; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 32px; } #ai-manifest .eyebrow .sparkle-icon { color: #382E99; font-size: 14px; line-height: 1; } /* Heading */ #ai-manifest .manifest-heading { font-weight: 800; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -0.02em; color: #3B305F; margin: 0; text-wrap: balance; } #ai-manifest .manifest-heading .accent-orange { color: #EE7F1A; } #ai-manifest .mobile-break { display: none; } /* Body paragraphs */ #ai-manifest .manifest-body { display: flex; flex-direction: column; gap: 40px; } #ai-manifest .manifest-para { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; } #ai-manifest .para-number { font-weight: 800; font-size: 32px; line-height: 1; color: #804995; opacity: 0.4; letter-spacing: -0.02em; padding-top: 2px; } #ai-manifest .manifest-para p { font-weight: 400; font-size: 18px; line-height: 1.7; color: #1A1A1A; margin: 0; } #ai-manifest .manifest-para p strong { font-weight: 700; color: #382E99; } /* Punchline */ #ai-manifest .punchline { display: flex; align-items: flex-start; gap: 18px; padding: 36px 40px; background: white; border-radius: 20px; box-shadow: 0 8px 32px rgba(56, 46, 153, 0.1); max-width: 960px; margin: 0 auto; position: relative; z-index: 1; } #ai-manifest .punchline-sparkle { color: #EE7F1A; font-size: 26px; line-height: 1; flex-shrink: 0; margin-top: 2px; user-select: none; } #ai-manifest .punchline p { font-weight: 600; font-size: 20px; line-height: 1.5; color: #3B305F; margin: 0; } /* Responsive: tablet */ @media (max-width: 960px) { #ai-manifest .manifest-grid { grid-template-columns: 1fr; gap: 48px; margin-bottom: 56px; } #ai-manifest .manifest-header { position: static; } #ai-manifest .manifest-heading { font-size: 30px; } #ai-manifest .manifest-body { gap: 32px; } #ai-manifest .manifest-para { grid-template-columns: 44px 1fr; gap: 16px; } #ai-manifest .para-number { font-size: 26px; } #ai-manifest .manifest-para p { font-size: 17px; } #ai-manifest .punchline { padding: 28px 32px; } #ai-manifest .punchline p { font-size: 18px; } #ai-manifest .deco-ebook { width: 100px; height: 116px; top: 40px; left: 16px; opacity: 0.06; } #ai-manifest .deco-video { width: 120px; height: 86px; top: 40px; right: 16px; opacity: 0.06; } #ai-manifest .deco-template { display: none; } #ai-manifest .deco-chat { display: none; } #ai-manifest .sparkle-deco-1 { top: 160px; right: 30px; } #ai-manifest .sparkle-deco-2 { display: none; } } /* Responsive: mobile */ @media (max-width: 480px) { #ai-manifest .bg-pattern { background-size: 24px 24px; } #ai-manifest .eyebrow { font-size: 11px; padding: 6px 14px; } #ai-manifest .manifest-heading { font-size: 22px; line-height: 1.25; } #ai-manifest .mobile-break { display: block; } #ai-manifest .manifest-grid { gap: 36px; margin-bottom: 40px; } #ai-manifest .manifest-body { gap: 28px; } #ai-manifest .manifest-para { grid-template-columns: 36px 1fr; gap: 12px; } #ai-manifest .para-number { font-size: 22px; } #ai-manifest .manifest-para p { font-size: 16px; line-height: 1.65; } #ai-manifest .punchline { padding: 22px; gap: 12px; } #ai-manifest .punchline p { font-size: 16px; } #ai-manifest .punchline-sparkle { font-size: 22px; } #ai-manifest .deco-ebook { display: block; width: 80px; height: 92px; top: 24px; right: -20px; left: auto; opacity: 0.08; } #ai-manifest .deco-chat { display: block; width: 70px; height: 70px; bottom: 24px; left: -20px; opacity: 0.08; } #ai-manifest .deco-video { display: none; } #ai-manifest .deco-template { display: none; } #ai-manifest .sparkle-deco-1 { display: block; top: 120px; right: 24px; font-size: 18px; opacity: 0.25; } #ai-manifest .sparkle-deco-2 { display: none; } } </style> <!-- Background pattern --> <div class="bg-pattern" aria-hidden="true"></div> <!-- SVG decorations: e-book --> <svg class="deco deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <!-- SVG decorations: video --> <svg class="deco deco-video" viewBox="0 0 140 100" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="124" height="72" rx="8" stroke="currentColor" stroke-width="2.5"/> <circle cx="70" cy="44" r="14" stroke="currentColor" stroke-width="2.5"/> <path d="M66 38 L66 50 L76 44 Z" fill="currentColor"/> <rect x="52" y="86" width="36" height="6" rx="3" stroke="currentColor" stroke-width="2"/> </svg> <!-- SVG decorations: template --> <svg class="deco deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <!-- SVG decorations: chat/AI --> <svg class="deco deco-chat" viewBox="0 0 100 100" fill="none" aria-hidden="true" focusable="false"> <path d="M14 20 h60 a8 8 0 0 1 8 8 v32 a8 8 0 0 1 -8 8 h-30 l-14 12 v-12 h-16 a8 8 0 0 1 -8 -8 v-32 a8 8 0 0 1 8 -8 z" stroke="currentColor" stroke-width="2.5"/> <path d="M46 34 L48 40 L54 42 L48 44 L46 50 L44 44 L38 42 L44 40 Z" fill="currentColor"/> <circle cx="30" cy="46" r="2" fill="currentColor"/> <circle cx="66" cy="46" r="2" fill="currentColor"/> </svg> <!-- Sparkle decorations --> <span class="sparkle-deco sparkle-deco-1" aria-hidden="true">✦</span> <span class="sparkle-deco sparkle-deco-2" aria-hidden="true">✦</span> <div class="container"> <div class="manifest-grid"> <!-- Left column: sticky header --> <div class="manifest-header"> <p class="eyebrow"> <span class="sparkle-icon" aria-hidden="true">✦</span> Zasady gry się zmieniły </p> <h2 class="manifest-heading"> AI zmienił zasady rynku produktów cyfrowych.<br class="mobile-break" aria-hidden="true"> <span class="accent-orange">Sama wiedza już nie wystarczy.</span> </h2> </div> <!-- Right column: numbered paragraphs --> <div class="manifest-body"> <article class="manifest-para"> <span class="para-number" aria-hidden="true">01</span> <p>Klienci mają teraz ChatGPT za darmo. Przestają kupować ebooki, kursy i szablony, które AI wygeneruje im w 5 minut. Sprzedaż produktów odtwórczych spada i będzie spadać dalej.</p> </article> <article class="manifest-para"> <span class="para-number" aria-hidden="true">02</span> <p>Ale ludzie nie przestali chcieć się rozwijać. Nadal szukają twórców, którym ufają, konkretnych wskazówek i doświadczeń, których AI im nie da. <strong>Zniknął tylko rynek produktów, których nie warto już tworzyć.</strong></p> </article> <article class="manifest-para"> <span class="para-number" aria-hidden="true">03</span> <p>Dla twórców na starcie to szansa, żeby od razu zbudować produkt odporny na AI. Dla twórców z gotową ofertą to okazja, żeby ulepszyć ją zanim konkurencja to zrobi.</p> </article> </div> </div> <!-- Punchline --> <aside class="punchline" aria-label="Kluczowe przesłanie"> <span class="punchline-sparkle" aria-hidden="true">✦</span> <p>Nasz program uczy, jak używać AI tam, gdzie jest do tego najlepsze, oraz jak zbudować produkt, za który klient będzie chciał Ci zapłacić.</p> </aside> </div> </section>
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AI dla Twórców – Program</title> </head> <body> <style> #ai-dla-tworcow-program { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #828080; --border: #E8E6EB; --brand-gradient: linear-gradient(135deg, #3B305F 0%, #673588 55%, #804995 100%); --brand-gradient-hover: linear-gradient(135deg, #4A3D75 0%, #7A409E 55%, #9558AA 100%); font-family: 'Poppins', system-ui, -apple-system, sans-serif; } #ai-dla-tworcow-program .program-outer { padding-block: 112px; padding-inline: 32px; background: white; position: relative; overflow: hidden; } #ai-dla-tworcow-program .program-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(103, 53, 136, 0.08) 1px, transparent 1px); background-size: 32px 32px; opacity: 0.5; z-index: 0; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%); -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%); } #ai-dla-tworcow-program .program-deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.08; color: var(--brand-purple-900); } #ai-dla-tworcow-program .program-deco-ebook { width: 110px; height: 128px; top: 260px; left: 60px; transform: rotate(-8deg); } #ai-dla-tworcow-program .program-deco-video { width: 130px; height: 94px; top: 480px; right: 60px; transform: rotate(6deg); color: var(--brand-navy); } #ai-dla-tworcow-program .program-deco-template { width: 100px; height: 118px; bottom: 400px; right: 80px; transform: rotate(-4deg); opacity: 0.07; } #ai-dla-tworcow-program .program-deco-chat { width: 90px; height: 90px; bottom: 260px; left: 100px; transform: rotate(-6deg); color: var(--brand-purple-700); opacity: 0.10; } #ai-dla-tworcow-program .program-sparkle-deco { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: var(--brand-orange); } #ai-dla-tworcow-program .program-sparkle-deco-1 { top: 200px; right: 200px; font-size: 22px; opacity: 0.35; } #ai-dla-tworcow-program .program-sparkle-deco-2 { bottom: 320px; left: 280px; font-size: 18px; opacity: 0.30; color: var(--brand-purple-500); } #ai-dla-tworcow-program .program-container { max-width: 900px; margin-inline: auto; position: relative; z-index: 1; } /* Header */ #ai-dla-tworcow-program .program-header { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 72px; } #ai-dla-tworcow-program .program-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: var(--surface-alt); border-radius: 999px; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #ai-dla-tworcow-program .program-eyebrow .sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #ai-dla-tworcow-program .program-heading { font-weight: 800; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0; text-wrap: balance; } #ai-dla-tworcow-program .accent-orange { color: var(--brand-orange); } /* Timeline */ #ai-dla-tworcow-program .timeline { position: relative; padding-left: 88px; margin-bottom: 72px; } #ai-dla-tworcow-program .timeline::before { content: ''; position: absolute; left: 31px; top: 24px; bottom: 24px; width: 2px; background: linear-gradient(to bottom, var(--brand-purple-500) 0%, var(--brand-purple-700) 50%, var(--brand-navy) 100%); z-index: 0; } #ai-dla-tworcow-program .timeline-step { position: relative; margin-bottom: 36px; } #ai-dla-tworcow-program .timeline-step:last-child { margin-bottom: 0; } #ai-dla-tworcow-program .timeline-marker { position: absolute; left: -88px; top: 20px; width: 64px; height: 64px; border-radius: 50%; background: white; border: 3px solid var(--brand-purple-500); display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 4px 20px rgba(103, 53, 136, 0.15); transition: transform 300ms, box-shadow 300ms; } #ai-dla-tworcow-program .timeline-step:hover .timeline-marker { transform: scale(1.08); box-shadow: 0 6px 24px rgba(103, 53, 136, 0.25); } #ai-dla-tworcow-program .timeline-num { font-weight: 800; font-size: 22px; color: var(--brand-purple-900); letter-spacing: -0.02em; line-height: 1; } #ai-dla-tworcow-program .timeline-card { padding: 32px 36px; background: var(--surface-alt); border-radius: 20px; transition: transform 300ms, background 300ms, box-shadow 300ms; } #ai-dla-tworcow-program .timeline-card:hover { background: white; transform: translateX(6px); box-shadow: 0 12px 40px rgba(56, 46, 153, 0.10); } #ai-dla-tworcow-program .week-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: white; border-radius: 999px; font-weight: 700; font-size: 11px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; transition: background 300ms; } #ai-dla-tworcow-program .timeline-card:hover .week-badge { background: var(--surface-alt); } #ai-dla-tworcow-program .week-badge .sparkle { color: var(--brand-orange); font-size: 12px; line-height: 1; } #ai-dla-tworcow-program .timeline-card-heading { font-weight: 700; font-size: 22px; line-height: 1.3; color: var(--brand-purple-900); margin: 0 0 14px 0; letter-spacing: -0.01em; } #ai-dla-tworcow-program .timeline-card-body { font-weight: 400; font-size: 16px; line-height: 1.65; color: var(--text); margin: 0; } /* CTA */ #ai-dla-tworcow-program .program-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; } #ai-dla-tworcow-program .btn-program-primary { display: inline-flex; align-items: center; gap: 12px; background: var(--brand-gradient); color: white; font-weight: 800; font-size: 17px; padding: 18px 40px; border-radius: 999px; text-decoration: none; transition: transform 200ms, box-shadow 300ms; letter-spacing: 0.01em; box-shadow: 0 4px 20px rgba(103, 53, 136, 0.25); } #ai-dla-tworcow-primary:hover { background: var(--brand-gradient-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(103, 53, 136, 0.35); } #ai-dla-tworcow-program .btn-program-primary:focus-visible { outline: 2px solid var(--brand-purple-700); outline-offset: 3px; } #ai-dla-tworcow-program .btn-arrow { display: inline-block; transition: transform 200ms; } #ai-dla-tworcow-program .btn-program-primary:hover .btn-arrow { transform: translateX(4px); } #ai-dla-tworcow-program .program-cta-note { font-weight: 500; font-size: 13px; color: var(--text-muted); letter-spacing: 0.02em; margin: 0; } /* Responsive – tablet */ @media (max-width: 960px) { #ai-dla-tworcow-program .program-outer { padding-block: 80px; padding-inline: 24px; } #ai-dla-tworcow-program .program-header { margin-bottom: 56px; } #ai-dla-tworcow-program .program-heading { font-size: 30px; } #ai-dla-tworcow-program .timeline { padding-left: 68px; margin-bottom: 56px; } #ai-dla-tworcow-program .timeline::before { left: 25px; } #ai-dla-tworcow-program .timeline-marker { width: 52px; height: 52px; left: -68px; top: 16px; } #ai-dla-tworcow-program .timeline-num { font-size: 18px; } #ai-dla-tworcow-program .timeline-card { padding: 28px 28px; } #ai-dla-tworcow-program .timeline-card-heading { font-size: 20px; } #ai-dla-tworcow-program .program-deco-ebook { width: 80px; height: 92px; top: 200px; left: 24px; opacity: 0.06; } #ai-dla-tworcow-program .program-deco-video { width: 100px; height: 72px; top: 380px; right: 24px; opacity: 0.06; } #ai-dla-tworcow-program .program-deco-template { display: none; } #ai-dla-tworcow-program .program-deco-chat { display: none; } #ai-dla-tworcow-program .program-sparkle-deco-2 { display: none; } } /* Responsive – mobile */ @media (max-width: 480px) { #ai-dla-tworcow-program .program-outer { padding-block: 64px; padding-inline: 20px; } #ai-dla-tworcow-program .program-eyebrow { font-size: 11px; padding: 6px 14px; } #ai-dla-tworcow-program .program-heading { font-size: 24px; line-height: 1.2; } #ai-dla-tworcow-program .program-header { margin-bottom: 40px; } #ai-dla-tworcow-program .timeline { padding-left: 52px; margin-bottom: 40px; } #ai-dla-tworcow-program .timeline::before { left: 19px; top: 20px; bottom: 20px; } #ai-dla-tworcow-program .timeline-marker { width: 40px; height: 40px; left: -52px; top: 14px; border-width: 2px; } #ai-dla-tworcow-program .timeline-num { font-size: 14px; } #ai-dla-tworcow-program .timeline-step { margin-bottom: 28px; } #ai-dla-tworcow-program .timeline-card { padding: 22px 20px; border-radius: 16px; } #ai-dla-tworcow-program .timeline-card:hover { transform: none; } #ai-dla-tworcow-program .week-badge { font-size: 10px; padding: 5px 12px; margin-bottom: 12px; } #ai-dla-tworcow-program .timeline-card-heading { font-size: 18px; margin-bottom: 10px; } #ai-dla-tworcow-program .timeline-card-body { font-size: 15px; line-height: 1.6; } #ai-dla-tworcow-program .btn-program-primary { padding: 16px 32px; font-size: 15px; width: 100%; justify-content: center; } #ai-dla-tworcow-program .program-deco-ebook { display: block; width: 70px; height: 80px; top: 40px; right: -16px; left: auto; opacity: 0.07; } #ai-dla-tworcow-program .program-deco-chat { display: block; width: 60px; height: 60px; bottom: 100px; left: -12px; opacity: 0.07; } #ai-dla-tworcow-program .program-deco-video { display: none; } #ai-dla-tworcow-program .program-deco-template { display: none; } #ai-dla-tworcow-program .program-sparkle-deco-1 { top: 140px; right: 20px; font-size: 16px; opacity: 0.25; } #ai-dla-tworcow-program .program-sparkle-deco-2 { display: none; } } </style> <section id="ai-dla-tworcow-program" aria-labelledby="program-heading"> <div class="program-outer"> <div class="program-bg-pattern" role="presentation" aria-hidden="true"></div> <!-- Dekoracje SVG --> <svg class="program-deco program-deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <svg class="program-deco program-deco-video" viewBox="0 0 140 100" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="124" height="72" rx="8" stroke="currentColor" stroke-width="2.5"/> <circle cx="70" cy="44" r="14" stroke="currentColor" stroke-width="2.5"/> <path d="M66 38 L66 50 L76 44 Z" fill="currentColor"/> <rect x="52" y="86" width="36" height="6" rx="3" stroke="currentColor" stroke-width="2"/> </svg> <svg class="program-deco program-deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <svg class="program-deco program-deco-chat" viewBox="0 0 100 100" fill="none" aria-hidden="true" focusable="false"> <path d="M14 20 h60 a8 8 0 0 1 8 8 v32 a8 8 0 0 1 -8 8 h-30 l-14 12 v-12 h-16 a8 8 0 0 1 -8 -8 v-32 a8 8 0 0 1 8 -8 z" stroke="currentColor" stroke-width="2.5"/> <path d="M46 34 L48 40 L54 42 L48 44 L46 50 L44 44 L38 42 L44 40 Z" fill="currentColor"/> <circle cx="30" cy="46" r="2" fill="currentColor"/> <circle cx="66" cy="46" r="2" fill="currentColor"/> </svg> <span class="program-sparkle-deco program-sparkle-deco-1" aria-hidden="true">✦</span> <span class="program-sparkle-deco program-sparkle-deco-2" aria-hidden="true">✦</span> <div class="program-container"> <header class="program-header"> <p class="program-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Program</p> <h2 id="program-heading" class="program-heading"> Co zrobisz w <span class="accent-orange">30 dni</span> w programie AI dla twórców? </h2> </header> <ol class="timeline" aria-label="Plan programu tygodniowo"> <li class="timeline-step"> <div class="timeline-marker" aria-hidden="true"> <span class="timeline-num">01</span> </div> <article class="timeline-card"> <p class="week-badge"><span class="sparkle" aria-hidden="true">✦</span> Tydzień 1</p> <h3 class="timeline-card-heading">Fundament: mindset i walidacja pomysłu</h3> <p class="timeline-card-body">Wychodzisz z pomysłem na produkt, który przeszedł przez adwokata diabła, czyli Asystenta AI, który nie przepuszcza słabych pomysłów. Wiesz co warto tworzyć, zamiast zgadywać. Głowa nastawiona na działanie, bez blokad, które zatrzymywały Cię wcześniej.</p> </article> </li> <li class="timeline-step"> <div class="timeline-marker" aria-hidden="true"> <span class="timeline-num">02</span> </div> <article class="timeline-card"> <p class="week-badge"><span class="sparkle" aria-hidden="true">✦</span> Tydzień 2</p> <h3 class="timeline-card-heading">Koncept produktu i AI, które brzmi jak Ty</h3> <p class="timeline-card-body">Konfigurujesz Claude jako zaplecze marki: brandbook, Skills, pierwsze elementy produktu. AI od tej pory brzmi jak Ty, nie jak generyczny GPT. Kończysz tydzień z gotowym konceptem i pierwszymi elementami produktu w rękach.</p> </article> </li> <li class="timeline-step"> <div class="timeline-marker" aria-hidden="true"> <span class="timeline-num">03</span> </div> <article class="timeline-card"> <p class="week-badge"><span class="sparkle" aria-hidden="true">✦</span> Tydzień 3</p> <h3 class="timeline-card-heading">Oferta, lejek i decyzja jak sprzedajesz</h3> <p class="timeline-card-body">Tworzysz unikalną ofertę, którą klient chce kupić. Poznajesz 3 drogi sprzedaży, także wtedy, kiedy nie masz jeszcze społeczności. Wybierasz jedną z 2 strategii sprzedaży dopasowanych do Twojej sytuacji. Na jej podstawie kończysz tworzyć produkt teraz lub po starcie sprzedaży.</p> </article> </li> <li class="timeline-step"> <div class="timeline-marker" aria-hidden="true"> <span class="timeline-num">04</span> </div> <article class="timeline-card"> <p class="week-badge"><span class="sparkle" aria-hidden="true">✦</span> Tydzień 4</p> <h3 class="timeline-card-heading">Pierwsza sprzedaż i plan na kolejną</h3> <p class="timeline-card-body">Ruszasz z wybraną strategią sprzedaży, z gotowym harmonogramem na każdy dzień. Kończysz program z pierwszą kampanią za sobą, pierwszymi realnymi zamówieniami i planem na kolejny miesiąc.</p> </article> </li> </ol> <div class="program-cta"> <a href="https://cart.easy.tools/checkout/newskill/ai-dla-tworcow" class="btn-program-primary" target="_blank" rel="noopener noreferrer" > Dołącz teraz <span class="btn-arrow" aria-hidden="true">→</span> </a> <p class="program-cta-note">Zapisy 20–30 lipca 2026. Program startuje 3 sierpnia.</p> </div> </div> </div> </section> </body> </html>
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Dla kogo - AI dla Twórców</title> </head> <body> <style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #828080; --border: #E8E6EB; } #dla-kogo { padding: 112px 32px; background: var(--surface-alt); position: relative; overflow: hidden; font-family: 'Poppins', sans-serif; } /* Dekoracje SVG */ #dla-kogo .dlakogo-deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.07; color: var(--brand-purple-900); } #dla-kogo .dlakogo-deco-ebook { width: 100px; height: 116px; top: 180px; left: 40px; transform: rotate(-8deg); } #dla-kogo .dlakogo-deco-template { width: 90px; height: 106px; bottom: 240px; right: 60px; transform: rotate(6deg); color: var(--brand-navy); opacity: 0.06; } #dla-kogo .dlakogo-sparkle { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: var(--brand-orange); font-size: 20px; opacity: 0.3; } #dla-kogo .dlakogo-sparkle-1 { top: 240px; right: 200px; } #dla-kogo .dlakogo-sparkle-2 { bottom: 320px; left: 240px; opacity: 0.25; color: var(--brand-purple-500); } #dla-kogo .dlakogo-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; } /* Section header */ #dla-kogo .dlakogo-header { text-align: center; max-width: 720px; margin: 0 auto 64px; } #dla-kogo .dlakogo-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #dla-kogo .dlakogo-eyebrow .eyebrow-sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #dla-kogo .dlakogo-heading { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0; text-wrap: balance; } #dla-kogo .dlakogo-heading .accent-orange { color: var(--brand-orange); } /* Grid 2x2 */ #dla-kogo .dlakogo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } #dla-kogo .archetype-card { position: relative; padding: 40px 36px; background: white; border: 1px solid var(--border); border-radius: 24px; display: flex; flex-direction: column; transition: border-color 300ms, transform 300ms, box-shadow 300ms; overflow: hidden; } #dla-kogo .archetype-card:hover { border-color: var(--brand-purple-500); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(56, 46, 153, 0.1); } /* ZMIANA #1: Numer w rogu - mały typograficzny */ #dla-kogo .archetype-number { position: absolute; top: 32px; right: 36px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; line-height: 1; color: var(--brand-purple-500); letter-spacing: 0.08em; user-select: none; pointer-events: none; } /* Tytuł karty */ #dla-kogo .archetype-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 21px; line-height: 1.3; color: var(--brand-purple-900); margin: 0 0 20px 0; padding-right: 40px; letter-spacing: -0.01em; } /* Opis (problem) */ #dla-kogo .archetype-desc { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.65; color: var(--text); margin: 0 0 20px 0; } /* ZMIANA #2: Cytat - italic + kolor średni fiolet, bez pomarańczowego cudzysłowu */ #dla-kogo .archetype-quote { font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 400; font-size: 15px; line-height: 1.6; color: var(--brand-purple-700); margin: 0 0 28px 0; } /* W programie - wyróżniony box */ #dla-kogo .archetype-solution { margin-top: auto; padding: 20px 22px; background: var(--surface-alt); border-radius: 14px; transition: background 300ms, box-shadow 300ms; } #dla-kogo .archetype-card:hover .archetype-solution { background: white; box-shadow: 0 4px 16px rgba(56, 46, 153, 0.08); } #dla-kogo .solution-label { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; background: var(--brand-orange); color: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; } #dla-kogo .solution-label .label-sparkle { color: white; font-size: 11px; line-height: 1; } #dla-kogo .archetype-solution p { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 15px; line-height: 1.6; color: var(--text); margin: 0; } /* Responsywność */ @media (max-width: 960px) { #dla-kogo { padding: 80px 24px; } #dla-kogo .dlakogo-header { margin-bottom: 48px; } #dla-kogo .dlakogo-heading { font-size: 30px; } #dla-kogo .dlakogo-grid { grid-template-columns: 1fr; gap: 20px; } #dla-kogo .archetype-card { padding: 32px 28px; } #dla-kogo .archetype-number { font-size: 16px; top: 26px; right: 28px; } #dla-kogo .archetype-title { font-size: 19px; padding-right: 36px; } #dla-kogo .dlakogo-deco-ebook { width: 80px; height: 92px; top: 100px; left: 16px; opacity: 0.05; } #dla-kogo .dlakogo-deco-template { display: none; } #dla-kogo .dlakogo-sparkle-2 { display: none; } } @media (max-width: 480px) { #dla-kogo { padding: 64px 20px; } #dla-kogo .dlakogo-eyebrow { font-size: 11px; padding: 6px 14px; } #dla-kogo .dlakogo-heading { font-size: 24px; line-height: 1.2; } #dla-kogo .dlakogo-header { margin-bottom: 40px; } #dla-kogo .dlakogo-grid { gap: 16px; } #dla-kogo .archetype-card { padding: 28px 22px; border-radius: 20px; } #dla-kogo .archetype-card:hover { transform: none; } #dla-kogo .archetype-number { font-size: 15px; top: 22px; right: 22px; } #dla-kogo .archetype-title { font-size: 18px; padding-right: 32px; margin-bottom: 16px; } #dla-kogo .archetype-desc { font-size: 15px; margin-bottom: 16px; } #dla-kogo .archetype-quote { font-size: 14px; margin-bottom: 20px; } #dla-kogo .archetype-solution { padding: 16px 18px; } #dla-kogo .solution-label { font-size: 9px; padding: 4px 10px; } #dla-kogo .archetype-solution p { font-size: 14px; } #dla-kogo .dlakogo-deco-ebook { display: block; width: 60px; height: 70px; top: 40px; right: -14px; left: auto; opacity: 0.06; } #dla-kogo .dlakogo-deco-template { display: none; } #dla-kogo .dlakogo-sparkle-1 { display: block; top: 120px; right: 24px; font-size: 16px; } #dla-kogo .dlakogo-sparkle-2 { display: none; } } </style> <section id="dla-kogo" aria-labelledby="dlakogo-heading"> <!-- Dekoracje SVG --> <svg class="dlakogo-deco dlakogo-deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <svg class="dlakogo-deco dlakogo-deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <span class="dlakogo-sparkle dlakogo-sparkle-1" aria-hidden="true">✦</span> <span class="dlakogo-sparkle dlakogo-sparkle-2" aria-hidden="true">✦</span> <div class="dlakogo-container"> <header class="dlakogo-header"> <p class="dlakogo-eyebrow" aria-hidden="false"> <span class="eyebrow-sparkle" aria-hidden="true">✦</span> Dla kogo </p> <h2 id="dlakogo-heading" class="dlakogo-heading">Ten program jest <span class="accent-orange">dla Ciebie</span>, jeśli...</h2> </header> <div class="dlakogo-grid" role="list"> <article class="archetype-card" role="listitem"> <span class="archetype-number" aria-hidden="true">01</span> <h3 class="archetype-title">Chcesz stworzyć swój pierwszy produkt cyfrowy, ale odkładasz to od miesięcy</h3> <p class="archetype-desc">Wiesz, że chcesz zrobić kurs, ebook albo szablon. Masz nawet kilka pomysłów w głowie. Ale za każdym razem, gdy siadasz do pracy, coś blokuje: brak walidacji pomysłu, brak procesu, brak czasu, brak pewności czy to ma sens.</p> <p class="archetype-quote">Znasz radę "po prostu zacznij". Znasz kursy, których nie kończysz. Tym razem chcesz strukturę, która nie pozwoli odpuścić.</p> <div class="archetype-solution"> <span class="solution-label"><span class="label-sparkle" aria-hidden="true">✦</span> W programie</span> <p>Przez 30 dni masz jasny plan pracy każdego dnia, wsparcie 8 ekspertów i grupę, która startuje razem z Tobą. Wychodzisz z gotowym produktem, landing page'em i pierwszą sprzedażą.</p> </div> </article> <article class="archetype-card" role="listitem"> <span class="archetype-number" aria-hidden="true">02</span> <h3 class="archetype-title">Prowadzisz konsultacje 1:1, a kiedy nie pracujesz, nie zarabiasz</h3> <p class="archetype-desc">Jesteś ekspertem w swojej dziedzinie: prowadzisz konsultacje, sesje, warsztaty. Twój grafik jest pełny albo stabilny, ale wiesz, że nie da się skalować dalej samymi godzinami. Wolne dni to brak przychodu.</p> <p class="archetype-quote">Znasz radę "zrób kurs ze swojej wiedzy". Obawiasz się jednak, że produkt cyfrowy odciągnie klientów od Twoich sesji 1:1 i że stracisz tych, którzy dziś płacą Ci najwięcej.</p> <div class="archetype-solution"> <span class="solution-label"><span class="label-sparkle" aria-hidden="true">✦</span> W programie</span> <p>Pokazujemy, jak zbudować produkt cyfrowy, który przyciąga nowych klientów i jak przemyśleć całą ścieżkę klienta w Twoim biznesie. Twoje 1:1 nie znika. Rośnie wokół niego druga, niezależna od godzin, ścieżka przychodu.</p> </div> </article> <article class="archetype-card" role="listitem"> <span class="archetype-number" aria-hidden="true">03</span> <h3 class="archetype-title">Masz produkt cyfrowy, ale sprzedaż stoi w miejscu lub spada, a Ty nie wiesz co naprawić</h3> <p class="archetype-desc">Masz kurs albo ebook. Kilka osób kupiło, wpłynęły pierwsze opinie, ale nowe sprzedaże nie przychodzą. Nie wiesz, czy problem jest w produkcie, w landing page'u, w cenie, w zasięgach, czy w komunikacji.</p> <p class="archetype-quote">Znasz rady typu "zrób rebranding od zera" albo "wrzuć kolejny lead magnet". Nie chcesz zaczynać wszystkiego od nowa. Chcesz diagnozy: co konkretnie zmienić, żeby zaczęło się sprzedawać.</p> <div class="archetype-solution"> <span class="solution-label"><span class="label-sparkle" aria-hidden="true">✦</span> W programie</span> <p>Poświęcamy dwa tygodnie na unikalną ofertę, lejek i dystrybucję. Wychodzisz z konkretnymi zmianami, które testujesz w praktyce, oraz z wiedzą, jak w przyszłości samemu ocenić, co działa, a co wymaga poprawy.</p> </div> </article> <article class="archetype-card" role="listitem"> <span class="archetype-number" aria-hidden="true">04</span> <h3 class="archetype-title">Sprzedajesz produkt regularnie, ale wypalasz się na powtarzalnej robocie wokół niego</h3> <p class="archetype-desc">Twój produkt działa. Sprzedaje się. Ale każdy launch, każda kampania, każda strona sprzedażowa zabiera dwa tygodnie życia. Wiesz, że AI mogłoby część tego przejąć, ale nie chcesz, żeby Twoja marka nagle brzmiała jak generyczny GPT.</p> <p class="archetype-quote">Znasz radę "zautomatyzuj wszystko z AI". Nie ufasz jej. Twój głos jest tym, co odróżnia Cię od reszty rynku.</p> <div class="archetype-solution"> <span class="solution-label"><span class="label-sparkle" aria-hidden="true">✦</span> W programie</span> <p>Uczysz się, gdzie AI odciąża pracę, a gdzie zostajesz Ty. Bo Twój głos i doświadczenie to jest to, za co klienci płacą. AI robi robotę. Ty robisz różnicę.</p> </div> </article> </div> </div> </section> </body> </html>
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Stary vs Nowy</title> </head> <body> <style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #828080; --border: #E8E6EB; } #stary-vs-nowy { background: #FFFFFF; font-family: 'Poppins', sans-serif; position: relative; overflow: hidden; padding-block: var(--et-spacing-vertical, 64px); padding-inline: var(--et-spacing-horizontal, 20px); } @media (min-width: 1024px) { #stary-vs-nowy { padding-block: var(--et-spacing-vertical-lg, 96px); padding-inline: var(--et-spacing-horizontal-lg, 32px); } } /* Decorative elements */ #stary-vs-nowy .comparison-deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.07; color: var(--brand-purple-900); } #stary-vs-nowy .comparison-deco-ebook { width: 100px; height: 116px; top: 140px; left: 40px; transform: rotate(-8deg); } #stary-vs-nowy .comparison-deco-template { width: 90px; height: 106px; bottom: 180px; right: 60px; transform: rotate(6deg); color: var(--brand-navy); opacity: 0.06; } #stary-vs-nowy .comparison-deco-play { width: 80px; height: 80px; top: 45%; left: 20px; transform: rotate(-4deg); color: var(--brand-purple-500); opacity: 0.06; } #stary-vs-nowy .comparison-sparkle { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: var(--brand-orange); font-size: 20px; opacity: 0.3; } #stary-vs-nowy .comparison-sparkle-1 { top: 200px; right: 180px; } #stary-vs-nowy .comparison-sparkle-2 { bottom: 260px; left: 200px; opacity: 0.25; color: var(--brand-purple-500); } /* Inner container */ #stary-vs-nowy .comparison-inner { max-width: 42rem; margin-inline: auto; position: relative; z-index: 1; } @media (min-width: 1024px) { #stary-vs-nowy .comparison-inner { max-width: 1200px; } } /* Section header */ #stary-vs-nowy .comparison-heading-block { text-align: center; max-width: 720px; margin: 0 auto 48px; } #stary-vs-nowy .comparison-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: var(--surface-alt); border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #stary-vs-nowy .comparison-eyebrow .sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #stary-vs-nowy .comparison-heading { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(24px, 3vw, 36px); line-height: 1.2; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0 0 16px 0; text-wrap: balance; } #stary-vs-nowy .comparison-heading .accent-orange { color: var(--brand-orange); } #stary-vs-nowy .comparison-subhead { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.55; color: #6B6B6B; margin: 0 auto; max-width: 560px; text-wrap: balance; } /* Column headers (desktop only) */ #stary-vs-nowy .comparison-headers { display: none; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; padding: 0 40px; } @media (min-width: 841px) { #stary-vs-nowy .comparison-headers { display: grid; } } #stary-vs-nowy .comparison-header { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; padding: 12px 0; } #stary-vs-nowy .comparison-header-left { color: var(--brand-gray); } #stary-vs-nowy .comparison-header-right { color: var(--brand-orange); text-align: right; } /* Rows */ #stary-vs-nowy .comparison-rows { display: flex; flex-direction: column; gap: 20px; } #stary-vs-nowy .comparison-row { position: relative; } /* Topic pill */ #stary-vs-nowy .comparison-topic { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); z-index: 3; padding: 6px 16px; background: var(--brand-purple-900); color: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.06em; white-space: nowrap; } #stary-vs-nowy .comparison-cells { display: grid; grid-template-columns: 1fr; gap: 12px; padding-top: 24px; } @media (min-width: 841px) { #stary-vs-nowy .comparison-cells { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 8px; } } /* Cards */ #stary-vs-nowy .cell { background: white; border-radius: 8px; padding: 32px 28px; position: relative; display: flex; flex-direction: column; gap: 12px; } #stary-vs-nowy .cell-left { background: #F5F3F7; border: 1px solid #EBE7EF; opacity: 0.85; } #stary-vs-nowy .cell-right { background: white; border: 2px solid var(--brand-purple-500); } /* Mobile label */ #stary-vs-nowy .cell-mobile-label { display: none; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; } #stary-vs-nowy .cell-left .cell-mobile-label { color: var(--brand-gray); } #stary-vs-nowy .cell-right .cell-mobile-label { color: var(--brand-orange); } @media (max-width: 840px) { #stary-vs-nowy .cell-mobile-label { display: block; } } /* Icon circle */ #stary-vs-nowy .cell-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; line-height: 1; } #stary-vs-nowy .cell-left .cell-icon { background: #EDEDED; color: var(--brand-gray); } #stary-vs-nowy .cell-right .cell-icon { background: var(--brand-orange); color: white; } /* Card title */ #stary-vs-nowy .cell-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 17px; line-height: 1.3; letter-spacing: -0.005em; margin: 0; } #stary-vs-nowy .cell-left .cell-title { color: var(--brand-gray); } #stary-vs-nowy .cell-right .cell-title { color: var(--brand-purple-900); } /* Card text */ #stary-vs-nowy .cell-text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.6; margin: 0; } #stary-vs-nowy .cell-left .cell-text { color: var(--text-muted); } #stary-vs-nowy .cell-right .cell-text { color: var(--text); } /* Responsive */ @media (max-width: 840px) { #stary-vs-nowy .comparison-heading-block { margin-bottom: 36px; } #stary-vs-nowy .comparison-row { padding-top: 8px; } #stary-vs-nowy .cell { padding: 24px 22px; } #stary-vs-nowy .comparison-deco-ebook { width: 70px; height: 82px; top: 80px; left: 16px; opacity: 0.05; } #stary-vs-nowy .comparison-deco-template { display: none; } #stary-vs-nowy .comparison-deco-play { display: none; } #stary-vs-nowy .comparison-sparkle-2 { display: none; } } @media (max-width: 480px) { #stary-vs-nowy .comparison-heading { font-size: 22px; } #stary-vs-nowy .comparison-subhead { font-size: 15px; } #stary-vs-nowy .cell { padding: 22px 20px; } #stary-vs-nowy .cell-title { font-size: 16px; } #stary-vs-nowy .comparison-deco-ebook { width: 50px; height: 60px; top: 30px; right: -10px; left: auto; opacity: 0.06; } #stary-vs-nowy .comparison-sparkle-1 { top: 100px; right: 20px; font-size: 16px; } } </style> <section id="stary-vs-nowy" aria-labelledby="comparison-heading-title"> <!-- Background decorative SVGs --> <svg class="comparison-deco comparison-deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <svg class="comparison-deco comparison-deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <svg class="comparison-deco comparison-deco-play" viewBox="0 0 80 80" fill="none" aria-hidden="true" focusable="false"> <circle cx="40" cy="40" r="36" stroke="currentColor" stroke-width="2.5"/> <path d="M32 26 L54 40 L32 54 Z" fill="currentColor"/> </svg> <span class="comparison-sparkle comparison-sparkle-1" aria-hidden="true">✦</span> <span class="comparison-sparkle comparison-sparkle-2" aria-hidden="true">✦</span> <div class="comparison-inner"> <!-- Section header --> <div class="comparison-heading-block"> <div class="comparison-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Porównanie</div> <h2 class="comparison-heading" id="comparison-heading-title"> Jak większość próbuje. <span class="accent-orange">Jak robimy to w programie.</span> </h2> <p class="comparison-subhead">Cztery różnice, które decydują czy skończysz z produktem, czy z kolejnym niedokończonym pomysłem.</p> </div> <!-- Column headers (desktop only) --> <div class="comparison-headers" aria-hidden="true"> <div class="comparison-header comparison-header-left">Jak większość próbuje</div> <div class="comparison-header comparison-header-right">Jak robimy to w programie</div> </div> <!-- Rows --> <div class="comparison-rows"> <!-- Row 1 – Walidacja --> <div class="comparison-row"> <div class="comparison-topic" aria-label="Kategoria 01: Walidacja">01 – Walidacja</div> <div class="comparison-cells"> <article class="cell cell-left"> <div class="cell-mobile-label" aria-hidden="true">Jak większość próbuje</div> <div class="cell-icon" aria-label="Minus – niekorzystne podejście">✕</div> <h3 class="cell-title">Tworzysz produkt na wiarę</h3> <p class="cell-text">Piszesz kurs albo ebook, bo „wydaje Ci się", że będzie się sprzedawał. Poświęcasz miesiące pracy. Na koniec okazuje się, że rynek nie chciał tego produktu w tym kształcie.</p> </article> <article class="cell cell-right"> <div class="cell-mobile-label" aria-hidden="true">Jak robimy w programie</div> <div class="cell-icon" aria-label="Plus – korzystne podejście">✓</div> <h3 class="cell-title">Walidujesz pomysł ZANIM zaczniesz tworzyć</h3> <p class="cell-text">W pierwszym tygodniu przepuszczasz swój pomysł przez Asystenta AI, który zadaje trudne pytania i nie przepuszcza słabych pomysłów. Wiesz co warto tworzyć, zanim zainwestujesz w to godziny pracy.</p> </article> </div> </div> <!-- Row 2 – Rola AI --> <div class="comparison-row"> <div class="comparison-topic" aria-label="Kategoria 02: Rola AI">02 – Rola AI</div> <div class="comparison-cells"> <article class="cell cell-left"> <div class="cell-mobile-label" aria-hidden="true">Jak większość próbuje</div> <div class="cell-icon" aria-label="Minus – niekorzystne podejście">✕</div> <h3 class="cell-title">AI robi za Ciebie cały produkt</h3> <p class="cell-text">Wrzucasz „napisz kurs o X" do ChatGPT, dostajesz generyczny output i wypuszczasz go na rynek. Twój głos znika, klient wyczuwa maszynę, sprzedaż nie idzie.</p> </article> <article class="cell cell-right"> <div class="cell-mobile-label" aria-hidden="true">Jak robimy w programie</div> <div class="cell-icon" aria-label="Plus – korzystne podejście">✓</div> <h3 class="cell-title">AI jest Twoim zapleczem, decyzje zostają u Ciebie</h3> <p class="cell-text">Konfigurujesz Claude, który zna Twój głos, styl i odbiorcę. AI robi to, w czym jest najlepsze. A to, co powoduje, że produkt się wyróżnia i sprzedaje, uczysz się od 8 ekspertów.</p> </article> </div> </div> <!-- Row 3 – Efekt końcowy --> <div class="comparison-row"> <div class="comparison-topic" aria-label="Kategoria 03: Efekt końcowy">03 – Efekt końcowy</div> <div class="comparison-cells"> <article class="cell cell-left"> <div class="cell-mobile-label" aria-hidden="true">Jak większość próbuje</div> <div class="cell-icon" aria-label="Minus – niekorzystne podejście">✕</div> <h3 class="cell-title">Kończysz kurs z wiedzą, bez sprzedaży</h3> <p class="cell-text">Przechodzisz przez kolejny kurs online. Notatki, checklisty, dużo teorii. Po ostatniej lekcji odkładasz materiały do folderu „kiedyś to wdrożę" i wracasz do punktu wyjścia.</p> </article> <article class="cell cell-right"> <div class="cell-mobile-label" aria-hidden="true">Jak robimy w programie</div> <div class="cell-icon" aria-label="Plus – korzystne podejście">✓</div> <h3 class="cell-title">Kończysz program z produktem, stroną sprzedażową i przeprowadzoną kampanią</h3> <p class="cell-text">Sprzedaż odbywa się w trakcie programu, nie po. Wychodzisz z gotowym produktem, działającą stroną sprzedażową, pierwszymi realnymi zamówieniami na koncie i planem na kolejne działania.</p> </article> </div> </div> <!-- Row 4 – Strategia sprzedaży --> <div class="comparison-row"> <div class="comparison-topic" aria-label="Kategoria 04: Strategia sprzedaży">04 – Strategia sprzedaży</div> <div class="comparison-cells"> <article class="cell cell-left"> <div class="cell-mobile-label" aria-hidden="true">Jak większość próbuje</div> <div class="cell-icon" aria-label="Minus – niekorzystne podejście">✕</div> <h3 class="cell-title">Wypuszczasz produkt „w świat" i czekasz</h3> <p class="cell-text">Publikujesz post na Instagramie, wysyłasz jednego maila, liczysz na to, że algorytm i szczęście zrobią robotę. Po tygodniu ciszy stwierdzasz, że „produkt się nie sprzedaje".</p> </article> <article class="cell cell-right"> <div class="cell-mobile-label" aria-hidden="true">Jak robimy w programie</div> <div class="cell-icon" aria-label="Plus – korzystne podejście">✓</div> <h3 class="cell-title">Wybierasz konkretną strategię i drogę dotarcia</h3> <p class="cell-text">Poznajesz 2 strategie sprzedaży. Wybierasz tę, która pasuje do Twojej sytuacji. Następnie wybierasz drogę dotarcia do klientów, także wtedy, kiedy nie masz jeszcze społeczności. Każdy dzień sprzedaży ma jasno określony plan.</p> </article> </div> </div> </div> </div> </section> </body> </html>
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AI dla twórców – Hero</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap" rel="stylesheet"> </head> <body> <section id="ai-dla-tworcow-hero"> <style> /* ===== BRAND VARIABLES (LIGHT VERSION) ===== */ #ai-dla-tworcow-hero { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #828080; --border: #E8E6EB; --brand-gradient: linear-gradient(135deg, #3B305F 0%, #673588 55%, #804995 100%); --brand-gradient-hover: linear-gradient(135deg, #4A3D75 0%, #7A409E 55%, #9558AA 100%); font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 1.6; color: var(--text); background: var(--surface); -webkit-font-smoothing: antialiased; overflow-x: hidden; display: block; } /* ===== NAV WRAP (LIGHT STYLE) ===== */ #ai-dla-tworcow-hero .nav-outer { position: relative; z-index: 50; padding: 28px 32px 0; display: flex; justify-content: center; } #ai-dla-tworcow-hero .nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: white; border: 1px solid var(--border); border-radius: 999px; padding: 10px 12px 10px 24px; max-width: 1100px; width: 100%; } #ai-dla-tworcow-hero .logo { display: inline-flex; align-items: center; text-decoration: none; } #ai-dla-tworcow-hero .logo img { height: 44px; width: auto; display: block; border-radius: 0; } #ai-dla-tworcow-hero .nav-menu { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; } #ai-dla-tworcow-hero .nav-menu a { color: var(--text); text-decoration: none; font-weight: 600; font-size: 15px; transition: color 200ms; } #ai-dla-tworcow-hero .nav-menu a:hover { color: var(--brand-purple-700); } #ai-dla-tworcow-hero .nav-menu a:focus-visible { outline: 2px solid var(--brand-purple-700); outline-offset: 2px; border-radius: 4px; } #ai-dla-tworcow-hero .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--brand-gradient); color: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; text-decoration: none; transition: background 300ms; white-space: nowrap; } #ai-dla-tworcow-hero .nav-cta:hover { background: var(--brand-gradient-hover); } #ai-dla-tworcow-hero .nav-cta:focus-visible { outline: 2px solid var(--brand-purple-700); outline-offset: 3px; } /* ===== HERO GRID ===== */ #ai-dla-tworcow-hero .hero-grid { position: relative; padding: 56px 32px 56px; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; } #ai-dla-tworcow-hero .hero-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(103,53,136,0.12) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.5; z-index: 0; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); } #ai-dla-tworcow-hero .hero-sparkle { position: absolute; color: var(--brand-purple-500); z-index: 1; pointer-events: none; user-select: none; } #ai-dla-tworcow-hero .hero-sparkle-1 { top: 8%; left: 8%; font-size: 32px; opacity: 0.25; } #ai-dla-tworcow-hero .hero-sparkle-2 { top: 65%; left: 40%; font-size: 20px; opacity: 0.35; color: var(--brand-navy); } #ai-dla-tworcow-hero .hero-sparkle-3 { top: 18%; right: 45%; font-size: 14px; opacity: 0.4; color: var(--brand-orange); } /* ===== HERO CONTENT ===== */ #ai-dla-tworcow-hero .hero-content { position: relative; z-index: 2; } /* BADGES */ #ai-dla-tworcow-hero .badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; } #ai-dla-tworcow-hero .badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--surface-alt); border-radius: 999px; font-weight: 600; font-size: 13px; color: var(--brand-navy); letter-spacing: 0.06em; text-transform: uppercase; } #ai-dla-tworcow-hero .badge .sparkle { color: var(--brand-navy); font-size: 14px; } #ai-dla-tworcow-hero .badge-alt { background: white; border: 1px solid var(--border); color: var(--text); } #ai-dla-tworcow-hero .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-purple-500); flex-shrink: 0; } /* H1 */ #ai-dla-tworcow-hero h1 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 28px; text-wrap: balance; } #ai-dla-tworcow-hero .line-1 { color: var(--brand-navy); display: block; } #ai-dla-tworcow-hero .line-2 { color: var(--brand-purple-900); display: block; } #ai-dla-tworcow-hero .accent-orange { color: var(--brand-orange); } /* SUBHEAD */ #ai-dla-tworcow-hero .hero-subhead { max-width: 580px; margin-bottom: 40px; } #ai-dla-tworcow-hero .hero-subhead p { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.6; color: var(--text); margin: 0 0 16px; } #ai-dla-tworcow-hero .hero-subhead p:last-child { margin-bottom: 0; } /* CTA GROUP */ #ai-dla-tworcow-hero .cta-group { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 0; } #ai-dla-tworcow-hero .btn-hero-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--brand-gradient); color: white; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 17px; padding: 16px 32px; border-radius: 999px; text-decoration: none; transition: background 300ms, transform 200ms; letter-spacing: 0.01em; } #ai-dla-tworcow-hero .btn-hero-primary:hover { background: var(--brand-gradient-hover); transform: translateY(-1px); } #ai-dla-tworcow-hero .btn-hero-primary:focus-visible { outline: 2px solid var(--brand-purple-700); outline-offset: 3px; } #ai-dla-tworcow-hero .btn-hero-primary .arrow { transition: transform 200ms; display: inline-block; } #ai-dla-tworcow-hero .btn-hero-primary:hover .arrow { transform: translateX(3px); } #ai-dla-tworcow-hero .btn-hero-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border: 2px solid var(--brand-purple-700); color: var(--brand-purple-700); background: transparent; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; transition: background 200ms, color 200ms; } #ai-dla-tworcow-hero .btn-hero-secondary:hover { background: var(--brand-purple-700); color: white; } #ai-dla-tworcow-hero .btn-hero-secondary:focus-visible { outline: 2px solid var(--brand-purple-700); outline-offset: 3px; } /* ===== HERO NOTE ===== */ #ai-dla-tworcow-hero .hero-note { display: inline-flex; align-items: flex-start; gap: 12px; padding: 14px 22px; background: linear-gradient(135deg, rgba(103,53,136,0.08) 0%, rgba(56,46,153,0.08) 100%); border-radius: 14px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--brand-navy); margin: 24px 0 0; max-width: 580px; letter-spacing: 0.01em; line-height: 1.5; } #ai-dla-tworcow-hero .hero-note-icon { color: var(--brand-purple-500); font-size: 18px; line-height: 1; flex-shrink: 0; margin-top: 1px; } /* ===== HERO VISUAL (STYLING OF THE DECORATIVE CONTAINER FOR THE NEW V7 LIGHT ART) ===== */ #ai-dla-tworcow-hero .hero-visual { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; } #ai-dla-tworcow-hero .hero-visual-wrapper { position: relative; width: 100%; max-width: 600px; transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1); } #ai-dla-tworcow-hero .hero-visual-wrapper:hover { transform: scale(1.02); } #ai-dla-tworcow-hero .hero-visual img { width: 100%; height: auto; display: block; border-radius: 0; border: none; box-shadow: none; } /* ===== TRUST BAR ===== */ #ai-dla-tworcow-hero .trust-bar-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 32px; background: white; } #ai-dla-tworcow-hero .trust-bar { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; align-items: center; } #ai-dla-tworcow-hero .trust-item { display: flex; align-items: center; gap: 14px; justify-content: center; } #ai-dla-tworcow-hero .trust-icon { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(103,53,136,0.08) 0%, rgba(56,46,153,0.08) 100%); border-radius: 12px; color: var(--brand-purple-700); } #ai-dla-tworcow-hero .trust-item-text { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: var(--text); line-height: 1.35; } /* ===== RESPONSIVE ===== */ @media (max-width: 960px) { #ai-dla-tworcow-hero .nav-outer { padding: 16px 20px 0; } #ai-dla-tworcow-hero .nav { padding: 8px 8px 8px 16px; gap: 12px; } #ai-dla-tworcow-hero .nav-menu { display: none; } #ai-dla-tworcow-hero .nav-cta { padding: 10px 18px; font-size: 13px; } #ai-dla-tworcow-hero .logo img { height: 40px; } #ai-dla-tworcow-hero .hero-grid { padding: 40px 24px 48px; grid-template-columns: 1fr; gap: 48px; } #ai-dla-tworcow-hero h1 { font-size: 40px; } #ai-dla-tworcow-hero .hero-subhead p { font-size: 17px; } #ai-dla-tworcow-hero .hero-visual { max-width: 520px; margin: 0 auto; } #ai-dla-tworcow-hero .hero-visual-wrapper { transform: none; } #ai-dla-tworcow-hero .hero-visual-wrapper:hover { transform: scale(1.01); } #ai-dla-tworcow-hero .trust-bar-section { padding: 24px 20px; } #ai-dla-tworcow-hero .trust-bar { grid-template-columns: 1fr; gap: 20px; } #ai-dla-tworcow-hero .trust-item { justify-content: flex-start; gap: 16px; } #ai-dla-tworcow-hero .trust-item-text { font-size: 15px; } } @media (max-width: 480px) { #ai-dla-tworcow-hero .hero-grid { padding: 32px 20px 40px; } #ai-dla-tworcow-hero h1 { font-size: 32px; } #ai-dla-tworcow-hero .hero-subhead p { font-size: 16px; } #ai-dla-tworcow-hero .cta-group { flex-direction: column; align-items: stretch; } #ai-dla-tworcow-hero .btn-hero-primary, #ai-dla-tworcow-hero .btn-hero-secondary { justify-content: center; } #ai-dla-tworcow-hero .hero-note { font-size: 13px; padding: 12px 16px; gap: 10px; } #ai-dla-tworcow-hero .hero-note-icon { font-size: 16px; } } </style> <!-- FLOATING NAV --> <div class="nav-outer" role="banner"> <nav class="nav" aria-label="Główna nawigacja"> <a href="#" class="logo"> <img src="/files/pages/assets/2026-07-20/ai-dla-tworcow-full-color-podstawowe_mrsr0kyz.svg" alt="AI dla twórców – strona główna" width="120" height="44"> </a> <ul class="nav-menu" role="list"> <li><a href="test-114#ai-ai-html-section-1kh47">Eksperci</a></li> <li><a href="test-114#ai-ai-html-section-2mmnn">Dla kogo</a></li> <li><a href="test-114#ai-ai-html-section-228hn">Program</a></li> <li><a href="test-114#ai-ai-html-section-ei0i">FAQ</a></li> </ul> <a href="https://cart.easy.tools/checkout/newskill/ai-dla-tworcow" class="nav-cta" target="_blank" rel="noopener noreferrer">Dołącz do programu</a> </nav> </div> <!-- HERO --> <div class="hero-grid"> <div class="hero-bg-pattern" aria-hidden="true"></div> <span class="hero-sparkle hero-sparkle-1" aria-hidden="true">✦</span> <span class="hero-sparkle hero-sparkle-2" aria-hidden="true">✦</span> <span class="hero-sparkle hero-sparkle-3" aria-hidden="true">✦</span> <!-- LEFT: Content --> <div class="hero-content"> <div class="badges" role="list" aria-label="Informacje o programie"> <span class="badge" role="listitem"> <span class="sparkle" aria-hidden="true">✦</span> Premiera </span> <span class="badge badge-alt" role="listitem"> <span class="badge-dot" aria-hidden="true"></span> Zapisy 20–30 lipca </span> </div> <h1> <span class="line-1">Produkt cyfrowy w 30 dni.</span> <span class="line-2">Z pomocą AI, <span class="accent-orange">lepszy niż AI</span>.</span> </h1> <div class="hero-subhead"> <p>AI dla twórców to program, w którym tworzysz i sprzedajesz swój produkt cyfrowy z pomocą AI i 8 ekspertów.</p> <p>Pokazujemy, jak używać AI tam, gdzie jest do tego najlepsze. A od 8 praktyków uczysz się, jak zbudować i promować produkt, który klient będzie chciał kupić.</p> </div> <div class="cta-group"> <a href="https://cart.easy.tools/checkout/newskill/ai-dla-tworcow" class="btn-hero-primary" target="_blank" rel="noopener noreferrer"> Dołącz do programu <span class="arrow" aria-hidden="true">→</span> </a> <a href="test-114#ai-ai-html-section-228hn" class="btn-hero-secondary"> Sprawdź program </a> </div> <p class="hero-note"> <span class="hero-note-icon" aria-hidden="true">✦</span> Dla twórców na starcie i tych, którzy chcą odzyskać czas z pomocą AI </p> </div> <!-- RIGHT: Visual (Beautifully blended team & product graphic with names) --> <div class="hero-visual"> <div class="hero-visual-wrapper"> <img src="/files/pages/assets/2026-07-20/hero-program-ai-dla-twoircoiw-min_mrsrf5bu.webp" alt="Uczysz się od praktyków oraz Twój gotowy produkt cyfrowy w 30 dni (wersja z nazwiskami)" loading="eager" width="600" height="600"> </div> </div> </div> <!-- TRUST BAR --> <div class="trust-bar-section"> <div class="trust-bar" role="list" aria-label="Wyróżniki programu"> <div class="trust-item" role="listitem"> <div class="trust-icon" aria-hidden="true"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/> <path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/> </svg> </div> <span class="trust-item-text">Dostęp do materiałów – 1 rok</span> </div> <div class="trust-item" role="listitem"> <div class="trust-icon" aria-hidden="true"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <polygon points="23 7 16 12 23 17 23 7"/> <rect x="1" y="5" width="15" height="14" rx="2" ry="2"/> </svg> </div> <span class="trust-item-text">Wsparcie - 1 rok</span> </div> <div class="trust-item" role="listitem"> <div class="trust-icon" aria-hidden="true"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/> <path d="M9 12l2 2 4-4"/> </svg> </div> <span class="trust-item-text">100% gwarancja satysfakcji</span> </div> </div> </div> </section> </body> </html>
<section id="mindset-blokady"> <style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #828080; --border: #E8E6EB; } #mindset-blokady { padding-block: var(--et-spacing-vertical, 96px); padding-inline: var(--et-spacing-horizontal, 32px); background: var(--surface-alt); font-family: 'Poppins', sans-serif; position: relative; overflow: hidden; } @media (min-width: 1024px) { #mindset-blokady { padding-block: var(--et-spacing-vertical-lg, 96px); padding-inline: var(--et-spacing-horizontal-lg, 32px); } } #mindset-blokady .container { margin-inline: auto; max-width: 42rem; position: relative; z-index: 1; } @media (min-width: 1024px) { #mindset-blokady .container { max-width: 80rem; } } /* Decorations */ #mindset-blokady .mindset-deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.06; color: var(--brand-purple-900); } #mindset-blokady .mindset-deco-ebook { width: 100px; height: 116px; top: 140px; left: 40px; transform: rotate(-8deg); } #mindset-blokady .mindset-deco-template { width: 90px; height: 106px; bottom: 200px; right: 60px; transform: rotate(6deg); color: var(--brand-navy); } #mindset-blokady .mindset-sparkle { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: var(--brand-orange); font-size: 20px; opacity: 0.3; } #mindset-blokady .mindset-sparkle-1 { top: 220px; right: 180px; } #mindset-blokady .mindset-sparkle-2 { bottom: 240px; left: 200px; opacity: 0.25; color: var(--brand-purple-500); } /* Header */ #mindset-blokady .mindset-heading-block { text-align: center; max-width: 800px; margin: 0 auto 56px; } #mindset-blokady .mindset-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: white; border-radius: 999px; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #mindset-blokady .mindset-eyebrow .sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #mindset-blokady .mindset-heading { font-weight: 800; font-size: clamp(22px, 3vw, 38px); line-height: 1.2; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0; text-wrap: balance; } #mindset-blokady .mindset-heading .accent-orange { color: var(--brand-orange); } /* Grid */ #mindset-blokady .mindset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } /* Card */ #mindset-blokady .mindset-card { border-radius: 8px; overflow: hidden; border: 1px solid var(--border); position: relative; display: flex; flex-direction: column; background: white; transition: border-color 250ms, transform 250ms; } #mindset-blokady .mindset-card:hover { border-color: var(--brand-purple-500); transform: translateY(-2px); } #mindset-blokady .mindset-card:focus-within { border-color: var(--brand-purple-500); } #mindset-blokady .mindset-card-num { position: absolute; top: 20px; right: 24px; z-index: 3; font-weight: 800; font-size: 13px; color: var(--brand-gray); letter-spacing: 0.1em; } /* Blockade top */ #mindset-blokady .mindset-blockade { background: #EAE5EF; padding: 32px 36px 28px; position: relative; } #mindset-blokady .mindset-blockade-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; } #mindset-blokady .mindset-icon-lock { width: 32px; height: 32px; border-radius: 50%; background: rgba(130, 128, 128, 0.15); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-gray); flex-shrink: 0; } #mindset-blokady .mindset-blockade-label { font-weight: 800; font-size: 11px; color: var(--brand-gray); letter-spacing: 0.12em; text-transform: uppercase; } #mindset-blokady .mindset-blockade-text { font-weight: 800; font-size: 20px; line-height: 1.35; color: var(--brand-purple-900); letter-spacing: -0.01em; margin: 0; } /* Divider */ #mindset-blokady .mindset-divider { position: relative; height: 24px; background: white; display: flex; align-items: center; justify-content: center; } #mindset-blokady .mindset-divider::before, #mindset-blokady .mindset-divider::after { content: ''; position: absolute; top: 0; width: 24px; height: 24px; background: #EAE5EF; } #mindset-blokady .mindset-divider::before { left: 0; border-radius: 0 0 24px 0; } #mindset-blokady .mindset-divider::after { right: 0; border-radius: 0 0 0 24px; } #mindset-blokady .mindset-arrow { z-index: 2; width: 32px; height: 32px; background: var(--brand-orange); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: white; font-size: 14px; font-weight: 800; flex-shrink: 0; } /* Solution bottom */ #mindset-blokady .mindset-solution { background: white; padding: 24px 36px 32px; flex-grow: 1; } #mindset-blokady .mindset-solution-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } #mindset-blokady .mindset-icon-key { width: 32px; height: 32px; border-radius: 50%; background: rgba(238, 127, 26, 0.12); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-orange); font-size: 16px; flex-shrink: 0; } #mindset-blokady .mindset-solution-label { font-weight: 800; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; } #mindset-blokady .mindset-solution-text { font-weight: 400; font-size: 15px; line-height: 1.6; color: var(--text); margin: 0; } /* Responsive */ @media (max-width: 840px) { #mindset-blokady .mindset-heading-block { margin-bottom: 40px; } #mindset-blokady .mindset-grid { grid-template-columns: 1fr; gap: 16px; } #mindset-blokady .mindset-blockade { padding: 28px 24px 24px; } #mindset-blokady .mindset-blockade-text { font-size: 18px; } #mindset-blokady .mindset-solution { padding: 22px 24px 28px; } #mindset-blokady .mindset-deco-ebook { width: 70px; height: 82px; top: 80px; left: 16px; opacity: 0.05; } #mindset-blokady .mindset-deco-template { display: none; } #mindset-blokady .mindset-sparkle-2 { display: none; } } @media (max-width: 480px) { #mindset-blokady .mindset-heading { font-size: 22px; } #mindset-blokady .mindset-eyebrow { font-size: 11px; padding: 6px 14px; } #mindset-blokady .mindset-blockade { padding: 24px 20px 22px; } #mindset-blokady .mindset-blockade-text { font-size: 17px; } #mindset-blokady .mindset-solution { padding: 20px 20px 26px; } #mindset-blokady .mindset-solution-text { font-size: 14px; } #mindset-blokady .mindset-card:hover { transform: none; } #mindset-blokady .mindset-deco-ebook { width: 50px; height: 60px; top: 30px; right: -10px; left: auto; opacity: 0.06; } #mindset-blokady .mindset-sparkle-1 { top: 100px; right: 20px; font-size: 16px; } } </style> <!-- Decorations --> <svg class="mindset-deco mindset-deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <svg class="mindset-deco mindset-deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <span class="mindset-sparkle mindset-sparkle-1" aria-hidden="true">✦</span> <span class="mindset-sparkle mindset-sparkle-2" aria-hidden="true">✦</span> <div class="container"> <header class="mindset-heading-block"> <p class="mindset-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Mindset</p> <h2 class="mindset-heading">To zatrzymuje większość potencjalnych twórców. <span class="accent-orange">Czy zatrzyma Ciebie?</span></h2> </header> <div class="mindset-grid" role="list"> <!-- Blokada 01 --> <article class="mindset-card" role="listitem"> <span class="mindset-card-num" aria-hidden="true">01</span> <div class="mindset-blockade"> <div class="mindset-blockade-header"> <span class="mindset-icon-lock" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </span> <span class="mindset-blockade-label">Blokada</span> </div> <p class="mindset-blockade-text">„Nie mam wystarczającej społeczności."</p> </div> <div class="mindset-divider" aria-hidden="true"><span class="mindset-arrow">↓</span></div> <div class="mindset-solution"> <div class="mindset-solution-header"> <span class="mindset-icon-key" aria-hidden="true">✦</span> <span class="mindset-solution-label">Rozbrajamy</span> </div> <p class="mindset-solution-text">W programie pokazujemy jak sprzedawać nawet jeśli masz zero followersów na Instagramie i zero osób na liście mailowej.</p> </div> </article> <!-- Blokada 02 --> <article class="mindset-card" role="listitem"> <span class="mindset-card-num" aria-hidden="true">02</span> <div class="mindset-blockade"> <div class="mindset-blockade-header"> <span class="mindset-icon-lock" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </span> <span class="mindset-blockade-label">Blokada</span> </div> <p class="mindset-blockade-text">„Nie wiem czy mój pomysł jest wystarczająco dobry."</p> </div> <div class="mindset-divider" aria-hidden="true"><span class="mindset-arrow">↓</span></div> <div class="mindset-solution"> <div class="mindset-solution-header"> <span class="mindset-icon-key" aria-hidden="true">✦</span> <span class="mindset-solution-label">Rozbrajamy</span> </div> <p class="mindset-solution-text">Pomysł nie musi być „wystarczająco dobry". Musi rozwiązywać realny problem. Sprawdzasz to w pierwszym tygodniu.</p> </div> </article> <!-- Blokada 03 --> <article class="mindset-card" role="listitem"> <span class="mindset-card-num" aria-hidden="true">03</span> <div class="mindset-blockade"> <div class="mindset-blockade-header"> <span class="mindset-icon-lock" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </span> <span class="mindset-blockade-label">Blokada</span> </div> <p class="mindset-blockade-text">„Nie znam się na sprawach technicznych."</p> </div> <div class="mindset-divider" aria-hidden="true"><span class="mindset-arrow">↓</span></div> <div class="mindset-solution"> <div class="mindset-solution-header"> <span class="mindset-icon-key" aria-hidden="true">✦</span> <span class="mindset-solution-label">Rozbrajamy</span> </div> <p class="mindset-solution-text">Nie musisz. Prowadzimy Cię przez każde narzędzie krok po kroku, od Claude po platformę sprzedażową.</p> </div> </article> <!-- Blokada 04 --> <article class="mindset-card" role="listitem"> <span class="mindset-card-num" aria-hidden="true">04</span> <div class="mindset-blockade"> <div class="mindset-blockade-header"> <span class="mindset-icon-lock" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </span> <span class="mindset-blockade-label">Blokada</span> </div> <p class="mindset-blockade-text">„AI zrobi to lepiej ode mnie. Kto to kupi."</p> </div> <div class="mindset-divider" aria-hidden="true"><span class="mindset-arrow">↓</span></div> <div class="mindset-solution"> <div class="mindset-solution-header"> <span class="mindset-icon-key" aria-hidden="true">✦</span> <span class="mindset-solution-label">Rozbrajamy</span> </div> <p class="mindset-solution-text">W programie uczysz się gdzie AI odciąża pracę, a gdzie Twój autorski głos decyduje o tym, czy klient kupi.</p> </div> </article> </div> </div> </section>
<style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #6B6B6B; --border: #E8E6EB; } #szczegolowy-rozklad { padding: 96px 32px; background: white; font-family: 'Poppins', sans-serif; position: relative; overflow: hidden; } #szczegolowy-rozklad .week-detail-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; } #szczegolowy-rozklad .week-detail-heading-block { text-align: center; max-width: 720px; margin: 0 auto 56px; } #szczegolowy-rozklad .week-detail-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: var(--surface-alt); border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #szczegolowy-rozklad .week-detail-eyebrow .sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #szczegolowy-rozklad .week-detail-heading { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(26px, 3vw, 38px); line-height: 1.2; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0 0 16px 0; text-wrap: balance; } #szczegolowy-rozklad .week-detail-subhead { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.55; color: var(--text-muted); margin: 0; text-wrap: balance; } #szczegolowy-rozklad .week-details-list { display: flex; flex-direction: column; gap: 32px; } #szczegolowy-rozklad .week-detail { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 40px 44px; transition: border-color 250ms ease; } #szczegolowy-rozklad .week-detail:hover { border-color: var(--brand-purple-500); } #szczegolowy-rozklad .week-detail-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); flex-wrap: wrap; } #szczegolowy-rozklad .week-detail-topleft { flex: 1; min-width: 300px; } #szczegolowy-rozklad .week-pill { display: inline-block; padding: 6px 16px; background: var(--brand-orange); color: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.05em; margin-bottom: 14px; } #szczegolowy-rozklad .week-detail-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 26px; line-height: 1.2; color: var(--brand-purple-900); letter-spacing: -0.015em; margin: 0; } #szczegolowy-rozklad .week-detail-leaders { min-width: 260px; } #szczegolowy-rozklad .week-detail-leaders--wide { min-width: 400px; } #szczegolowy-rozklad .week-detail-leaders-label { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; text-align: right; } #szczegolowy-rozklad .week-detail-leaders-list { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; } #szczegolowy-rozklad .week-detail-leaders-list.leaders--compact { display: grid; grid-template-columns: repeat(2, auto); column-gap: 24px; row-gap: 10px; align-items: center; justify-content: flex-end; } #szczegolowy-rozklad .leader-item { display: flex; align-items: center; gap: 10px; } #szczegolowy-rozklad .leader-avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: #EDE8F5; box-shadow: 0 0 0 2px #F0EBF5; flex-shrink: 0; } #szczegolowy-rozklad .leader-name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--text); } #szczegolowy-rozklad .week-goal { background: var(--surface-alt); border-radius: 16px; padding: 20px 24px; margin-bottom: 32px; display: flex; align-items: flex-start; gap: 16px; } #szczegolowy-rozklad .week-goal-icon { font-family: 'Poppins', sans-serif; font-size: 24px; color: var(--brand-orange); line-height: 1; padding-top: 2px; flex-shrink: 0; font-weight: 800; } #szczegolowy-rozklad .week-goal-content { flex: 1; } #szczegolowy-rozklad .week-goal-label { display: block; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; } #szczegolowy-rozklad .week-goal-text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.6; color: var(--text); margin: 0; } #szczegolowy-rozklad .week-goal-text strong { font-weight: 800; color: var(--brand-purple-900); } #szczegolowy-rozklad .week-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 32px; } #szczegolowy-rozklad .week-column-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); } #szczegolowy-rozklad .week-column-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(238, 127, 26, 0.12); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-orange); flex-shrink: 0; } #szczegolowy-rozklad .week-column-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 13px; color: var(--brand-purple-900); letter-spacing: 0.06em; text-transform: uppercase; } #szczegolowy-rozklad .week-column-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; } #szczegolowy-rozklad .week-column-list li { display: flex; align-items: flex-start; gap: 10px; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.55; color: var(--text); margin: 0; } #szczegolowy-rozklad .week-column-list li::before { content: '✦'; color: var(--brand-orange); font-size: 12px; font-weight: 800; flex-shrink: 0; margin-top: 3px; } #szczegolowy-rozklad .week-column-list.results li::before { content: '✓'; font-size: 14px; margin-top: 2px; } #szczegolowy-rozklad .week-column-list.materials li { align-items: flex-start; } #szczegolowy-rozklad .week-column-list.materials li::before { content: none; } #szczegolowy-rozklad .mat-icon { color: var(--brand-orange); flex-shrink: 0; margin-top: 2px; display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; } #szczegolowy-rozklad .mat-content { flex: 1; } #szczegolowy-rozklad .mat-title { display: block; } #szczegolowy-rozklad .mat-leader { display: block; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12px; color: var(--text-muted); margin-top: 2px; } #szczegolowy-rozklad .week-live { background: var(--brand-purple-900); border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; gap: 16px; } #szczegolowy-rozklad .week-live-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); display: inline-flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; } #szczegolowy-rozklad .week-live-content { flex: 1; } #szczegolowy-rozklad .week-live-label { display: block; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 4px; } #szczegolowy-rozklad .week-live-text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5; color: white; margin: 0; } #szczegolowy-rozklad .week-live-text strong { font-weight: 800; color: white; } @media (max-width: 960px) { #szczegolowy-rozklad { padding: 72px 20px; } #szczegolowy-rozklad .week-detail { padding: 32px 28px; } #szczegolowy-rozklad .week-columns { grid-template-columns: 1fr; gap: 28px; } #szczegolowy-rozklad .week-detail-title { font-size: 22px; } #szczegolowy-rozklad .week-detail-leaders { min-width: 100%; margin-top: 12px; } #szczegolowy-rozklad .week-detail-leaders--wide { min-width: 100%; } #szczegolowy-rozklad .week-detail-leaders-label { text-align: left; } #szczegolowy-rozklad .week-detail-leaders-list { align-items: flex-start; } #szczegolowy-rozklad .week-detail-leaders-list.leaders--compact { grid-template-columns: 1fr 1fr; justify-content: flex-start; column-gap: 16px; } } @media (max-width: 480px) { #szczegolowy-rozklad { padding: 56px 16px; } #szczegolowy-rozklad .week-detail { padding: 24px 20px; border-radius: 20px; } #szczegolowy-rozklad .week-detail-title { font-size: 20px; } #szczegolowy-rozklad .week-goal, #szczegolowy-rozklad .week-live { padding: 18px 20px; } #szczegolowy-rozklad .week-goal-text { font-size: 14px; } #szczegolowy-rozklad .week-column-list li, #szczegolowy-rozklad .week-live-text { font-size: 13.5px; } } </style> <section id="szczegolowy-rozklad" aria-labelledby="szczegolowy-rozklad-heading"> <div class="week-detail-inner"> <div class="week-detail-heading-block"> <span class="week-detail-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Szczegółowy rozkład</span> <h2 id="szczegolowy-rozklad-heading" class="week-detail-heading">Co dokładnie dzieje się w każdym tygodniu</h2> <p class="week-detail-subhead">Ten sam format przez 4 tygodnie: wiesz czego się nauczysz, jakie masz materiały i co konkretnie zyskujesz na koniec tygodnia.</p> </div> <div class="week-details-list"> <!-- ================= TYDZIEŃ 1 ================= --> <article class="week-detail" aria-label="Tydzień 1"> <div class="week-detail-header"> <div class="week-detail-topleft"> <span class="week-pill">Tydzień 1</span> <h3 class="week-detail-title">Fundament: mindset, walidacja pomysłu i wstęp do AI</h3> </div> <div class="week-detail-leaders"> <span class="week-detail-leaders-label">Prowadzą</span> <div class="week-detail-leaders-list" role="list"> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy"> <span class="leader-name">Krystian Konieczny</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Monika-foto1.png" alt="Monika Wiślańska" width="36" height="36" loading="lazy"> <span class="leader-name">Monika Wiślańska</span> </div> </div> </div> </div> <div class="week-goal" role="note"> <span class="week-goal-icon" aria-hidden="true">✦</span> <div class="week-goal-content"> <span class="week-goal-label">Cel tygodnia</span> <p class="week-goal-text"><strong>Wychodzisz z wybranym i zwalidowanym pomysłem na produkt</strong>, z głową nastawioną na działanie zamiast nieświadomego sabotowania się.</p> </div> </div> <div class="week-columns"> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg> </span> <span class="week-column-title">Czego się nauczysz?</span> </div> <ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 1"> <li>Jak myśleć o produktach cyfrowych w erze AI, żeby AI było Twoim sojusznikiem, nie zagrożeniem</li> <li>Jak rozpoznać własne blokady i wymówki, które zatrzymują Cię przed startem</li> <li>Jak pracować z AI, żeby otrzymywać lepsze wyniki niż 90% osób, które z niego korzysta</li> <li>Czym jest drabina produktowa i gdzie warto zacząć w Twojej sytuacji</li> <li>Jak walidować pomysł na produkt, zanim poświęcisz mu choćby godzinę pracy</li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg> </span> <span class="week-column-title">Materiały</span> </div> <ul class="week-column-list materials" aria-label="Materiały w tygodniu 1"> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak myśleć o produkcie cyfrowym w erze AI</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak przestać czekać na wystarczającą widownię</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Wprowadzenie do pracy z Claude i ChatGPT</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Drabina produktowa: gdzie warto zacząć</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="8" width="16" height="12" rx="2"/><path d="M12 8V4"/><circle cx="12" cy="3" r="1" fill="currentColor" stroke="none"/><circle cx="9" cy="14" r="1.5" fill="currentColor" stroke="none"/><circle cx="15" cy="14" r="1.5" fill="currentColor" stroke="none"/></svg></span> <span class="mat-content"><span class="mat-title">Asystent Walidacji AI: adwokat diabła Twojego pomysłu</span></span> </li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="20 6 9 17 4 12"/></svg> </span> <span class="week-column-title">Rezultaty</span> </div> <ul class="week-column-list results" aria-label="Rezultaty tygodnia 1"> <li>Zwalidowany pomysł, który przeszedł przez trudne pytania Asystenta AI</li> <li>Jasność jaki rodzaj produktu warto tworzyć w Twojej sytuacji</li> <li>Wiesz jak pracować z AI od pierwszego dnia, aby dostawać lepsze wyniki</li> <li>Głowa nastawiona na działanie, bez wewnętrznego sabotażu</li> <li>Perspektywa na produkty cyfrowe bez strachu, że AI zastąpi Twoje doświadczenie</li> </ul> </div> </div> <div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 1"> <span class="week-live-icon" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg> </span> <div class="week-live-content"> <span class="week-live-label">Sesja LIVE raz w tygodniu</span> <p class="week-live-text"><strong>Q&amp;A + Warsztat: Jak zwalidować pomysł na produkt z Asystentem AI.</strong></p> </div> </div> </article> <!-- ================= TYDZIEŃ 2 ================= --> <article class="week-detail" aria-label="Tydzień 2"> <div class="week-detail-header"> <div class="week-detail-topleft"> <span class="week-pill">Tydzień 2</span> <h3 class="week-detail-title">Koncept produktu i AI, które brzmi jak Ty</h3> </div> <div class="week-detail-leaders"> <span class="week-detail-leaders-label">Prowadzą</span> <div class="week-detail-leaders-list" role="list"> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Monika-foto1.png" alt="Monika Wiślańska" width="36" height="36" loading="lazy"> <span class="leader-name">Monika Wiślańska</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Angelika-foto.png" alt="Angelika Knop" width="36" height="36" loading="lazy"> <span class="leader-name">Angelika Knop</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy"> <span class="leader-name">Krystian Konieczny</span> </div> </div> </div> </div> <div class="week-goal" role="note"> <span class="week-goal-icon" aria-hidden="true">✦</span> <div class="week-goal-content"> <span class="week-goal-label">Cel tygodnia</span> <p class="week-goal-text"><strong>Wychodzisz z gotowym konceptem produktu</strong>, AI skonfigurowanym pod Twój głos i markę oraz spójną identyfikacją wizualną. Tworzysz pierwsze elementy produktu.</p> </div> </div> <div class="week-columns"> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg> </span> <span class="week-column-title">Czego się nauczysz?</span> </div> <ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 2"> <li>How to create Brandbook AI, żeby Claude znał Twój ton, wartości i odbiorcę, brzmiał jak Ty, nie jak generyczny GPT</li> <li>Jak wykorzystać Skills w Claude do budowy struktury i treści produktu</li> <li>Jak dopasować rodzaj produktu i cenę do Twojej wiedzy i sytuacji rynkowej</li> <li>Jak zaprojektować spójny wizerunek marki w Canvie i AI: szablony, grafiki, identyfikacja</li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg> </span> <span class="week-column-title">Materiały</span> </div> <ul class="week-column-list materials" aria-label="Materiały w tygodniu 2"> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Brandbook marki w AI: konfiguracja Claude pod Twój głos</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Skills w Claude: konkretne umiejętności do tworzenia produktu</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Rozpoznawalna marka w Canvie i AI: spójny wizerunek</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Rodzaje produktów cyfrowych i zakresy cenowe: gdzie się ustawić</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="8" width="16" height="12" rx="2"/><path d="M12 8V4"/><circle cx="12" cy="3" r="1" fill="currentColor" stroke="none"/><circle cx="9" cy="14" r="1.5" fill="currentColor" stroke="none"/><circle cx="15" cy="14" r="1.5" fill="currentColor" stroke="none"/></svg></span> <span class="mat-content"><span class="mat-title">Gotowa kampania z AI u boku: pakiet narzędzi AI na każdy etap programu</span></span> </li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg> </span> <span class="week-column-title">Rezultaty</span> </div> <ul class="week-column-list results" aria-label="Rezultaty tygodnia 2"> <li>Gotowy koncept produktu. Wiesz co, dla kogo i za ile tworzysz</li> <li>AI skonfigurowane pod Twoją markę. Treści brzmią jak Ty, nie jak GPT</li> <li>Spójna identyfikacja wizualna. Szablony i grafiki gotowe do użycia</li> <li>Pierwsze elementy produktu stworzone z pomocą AI</li> </ul> </div> </div> <div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 2"> <span class="week-live-icon" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg> </span> <div class="week-live-content"> <span class="week-live-label">Sesja LIVE raz w tygodniu</span> <p class="week-live-text"><strong>Warsztat + Q&amp;A: Co powinien mieć w sobie produkt, żeby klient go pożądał w dobie AI.</strong></p> </div> </div> </article> <!-- ================= TYDZIEŃ 3 ================= --> <article class="week-detail" aria-label="Tydzień 3"> <div class="week-detail-header"> <div class="week-detail-topleft"> <span class="week-pill">Tydzień 3</span> <h3 class="week-detail-title">Oferta, lejek i decyzja w jaki sposób sprzedajesz</h3> </div> <div class="week-detail-leaders week-detail-leaders--wide"> <span class="week-detail-leaders-label">Prowadzą</span> <div class="week-detail-leaders-list leaders--compact" role="list"> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Marek-foto.png" alt="Marek Jankowski" width="36" height="36" loading="lazy"> <span class="leader-name">Marek Jankowski</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Kinga-foto.png" alt="Kinga Konopelko" width="36" height="36" loading="lazy"> <span class="leader-name">Kinga Konopelko</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Joanna-foto.png" alt="Joanna Bogielczyk" width="36" height="36" loading="lazy"> <span class="leader-name">Joanna Bogielczyk</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Dawid-foto.png" alt="Dawid Zieliński" width="36" height="36" loading="lazy"> <span class="leader-name">Dawid Zieliński</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy"> <span class="leader-name">Krystian Konieczny</span> </div> </div> </div> </div> <div class="week-goal" role="note"> <span class="week-goal-icon" aria-hidden="true">✦</span> <div class="week-goal-content"> <span class="week-goal-label">Cel tygodnia</span> <p class="week-goal-text"><strong>Wychodzisz z gotową ofertą, ogarniętymi kwestiami prawnymi, przygotowanym lejkiem sprzedażowym i gotową komunikacją.</strong> Technicznie i mentalnie gotowy do startu sprzedaży.</p> </div> </div> <div class="week-columns"> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg> </span> <span class="week-column-title">Czego się nauczysz?</span> </div> <ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 3"> <li>Jak tworzyć unikalne treści z AI</li> <li>Co musisz mieć ogarnięte prawnie, zanim ruszy Twoja sprzedaż</li> <li>Jak wybrać jedną z 3 dróg dotarcia do klientów, dopasowaną do Twojej sytuacji</li> <li>Na czym polegają 2 strategie sprzedaży (okienko vs tryb ciągły) i którą dobrać do Twojej sytuacji</li> <li>Jak postawić stronę sprzedażową i podłączyć płatności</li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg> </span> <span class="week-column-title">Materiały</span> </div> <ul class="week-column-list materials" aria-label="Materiały w tygodniu 3"> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Tworzenie unikalnych treści z AI jako podstawa budowania oferty</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak sprzedawać przez Insta Stories</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak sprzedawać produkty cyfrowe za pomocą reklam na Facebooku i Instagramie</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak zbudować bazę klientów bez społeczności: partnerstwa i rekomendacje</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Okienko sprzedażowe vs sprzedaż ciągła. Wybór strategii i kontynucja tworzenia produktu.</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Jak postawić stronę sprzedażową i podłączyć płatności</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="9" y1="13" x2="15" y2="13"/><line x1="9" y1="17" x2="15" y2="17"/></svg></span> <span class="mat-content"><span class="mat-title">Niezbędnik prawny i gotowy wzór regulaminu newslettera</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg></span> <span class="mat-content"><span class="mat-title">Lista niezbędnych narzędzi do przeprowadzenia sprzedaży</span></span> </li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg> </span> <span class="week-column-title">Rezultaty</span> </div> <ul class="week-column-list results" aria-label="Rezultaty tygodnia 3"> <li>Gotowa, unikalna oferta, która odpowiada na realne potrzeby kupujących</li> <li>Ogarnięte kwestie prawne i gotowość do rozpoczęcia sprzedaży</li> <li>Wiesz, jak sprzedawać przez relacje na Instastories, także bez dużej społeczności</li> <li>Wiesz, jak uruchomić kampanię reklamową na Facebooku i Instagramie, bez palenia budżetu</li> <li>Wybrana droga dotarcia i strategia sprzedaży. Wiesz, jak i kiedy skończyć tworzenie produktu.</li> <li>Przygotowany lejek sprzedażowy i gotowa komunikacja: posty, stories, emaile</li> </ul> </div> </div> <div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 3"> <span class="week-live-icon" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg> </span> <div class="week-live-content"> <span class="week-live-label">Sesja LIVE raz w tygodniu</span> <p class="week-live-text"><strong>Warsztat + Q&amp;A: Jak dopracować ofertę i wybrać strategię sprzedaży.</strong></p> </div> </div> </article> <!-- ================= TYDZIEŃ 4 ================= --> <article class="week-detail" aria-label="Tydzień 4"> <div class="week-detail-header"> <div class="week-detail-topleft"> <span class="week-pill">Tydzień 4</span> <h3 class="week-detail-title">Start sprzedaży i plan na Twój dalszy rozwój</h3> </div> <div class="week-detail-leaders"> <span class="week-detail-leaders-label">Prowadzą</span> <div class="week-detail-leaders-list" role="list"> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy"> <span class="leader-name">Krystian Konieczny</span> </div> <div class="leader-item" role="listitem"> <img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Ola-foto.png" alt="Ola Gościniak" width="36" height="36" loading="lazy"> <span class="leader-name">Ola Gościniak</span> </div> </div> </div> </div> <div class="week-goal" role="note"> <span class="week-goal-icon" aria-hidden="true">✦</span> <div class="week-goal-content"> <span class="week-goal-label">Cel tygodnia</span> <p class="week-goal-text"><strong>Realizujesz wybraną strategię sprzedaży i kończysz program z pierwszą kampanią za sobą</strong>, wiedzą co zadziałało i konkretnym planem na kolejny miesiąc.</p> </div> </div> <div class="week-columns"> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg> </span> <span class="week-column-title">Czego się nauczysz?</span> </div> <ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 4"> <li>Jak prowadzić okienko sprzedażowe dzień po dniu: co publikować, jak reagować na obiekcje, jak domykać sprzedaż</li> <li>Jak uruchomić sprzedaż ciągłą i optymalizować lejek na podstawie pierwszych danych</li> <li>How to analyze program results and draw conclusions for the future</li> <li>Jak budować treści, które sprawiają że AI zaczyna polecać Twój produkt</li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg> </span> <span class="week-column-title">Materiały</span> </div> <ul class="week-column-list materials" aria-label="Materiały w tygodniu 4"> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Prowadzenie okienka sprzedażowego: dzień po dniu, harmonogram, publikacje, obiekcje</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Uruchomienie sprzedaży ciągłej: lejek na starcie, optymalizacja na bieżąco</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Analiza wyników i plan na kolejny miesiąc: co zadziałało, co zmienić</span></span> </li> <li> <span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span> <span class="mat-content"><span class="mat-title">Widoczność marki w AI: jak sprawić, żeby modele językowe polecały Twój produkt</span></span> </li> </ul> </div> <div class="week-column"> <div class="week-column-header"> <span class="week-column-icon" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg> </span> <span class="week-column-title">Rezultaty</span> </div> <ul class="week-column-list results" aria-label="Rezultaty tygodnia 4"> <li>Pierwsza kampania sprzedażowa za sobą</li> <li>Wiesz, jak analizować swoją kampanię, aby w przyszłości ją jeszcze bardziej ulepszyć</li> <li>Wiedza co zadziałało w Twoim przypadku i co zmienić na przyszłość</li> <li>Program się kończy. Twój system sprzedaży dopiero się rozkręca.</li> <li>Wiesz jak budować treści, żeby AI polecało Cię przyszłym klientom</li> </ul> </div> </div> <div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 4"> <span class="week-live-icon" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg> </span> <div class="week-live-content"> <span class="week-live-label">Sesja LIVE raz w tygodniu</span> <p class="week-live-text"><strong>Q&amp;A + Warsztat: Jak analizować wyniki sprzedaży i planować kolejne działania.</strong></p> </div> </div> </article> </div> </div> </section>
<style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #6B6B6B; --border: #E8E6EB; } #zapisz { padding: var(--et-spacing-vertical, 96px) var(--et-spacing-horizontal, 32px); background: #FFFFFF; color: var(--text); position: relative; overflow: hidden; font-family: 'Poppins', sans-serif; } @media (min-width: 1024px) { #zapisz { padding: var(--et-spacing-vertical-lg, 96px) var(--et-spacing-horizontal-lg, 32px); } } #zapisz .pricing-deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.06; color: var(--brand-purple-900); } #zapisz .pricing-deco-ebook { width: 100px; height: 116px; top: 160px; left: 40px; transform: rotate(-8deg); } #zapisz .pricing-deco-template { width: 90px; height: 106px; bottom: 200px; right: 60px; transform: rotate(6deg); color: var(--brand-navy); } #zapisz .pricing-sparkle { position: absolute; z-index: 0; pointer-events: none; user-select: none; color: var(--brand-orange); font-size: 20px; opacity: 0.3; } #zapisz .pricing-sparkle-1 { top: 220px; right: 180px; } #zapisz .pricing-sparkle-2 { bottom: 260px; left: 220px; opacity: 0.25; color: var(--brand-purple-500); } #zapisz .pricing-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; } #zapisz .pricing-header { text-align: center; margin-bottom: 32px; } #zapisz .pricing-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: var(--surface-alt); border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 20px; } #zapisz .pricing-eyebrow .sparkle { color: var(--brand-orange); font-size: 14px; line-height: 1; } #zapisz .pricing-heading { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.15; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0 0 12px 0; } #zapisz .pricing-subhead { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; color: var(--text-muted); margin: 0; } #zapisz .pricing-countdown { display: flex; flex-direction: column; align-items: center; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 20px; padding: 20px 32px; margin: 0 auto 40px; max-width: 400px; } #zapisz .pricing-countdown-label { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; } #zapisz .pricing-countdown-timer { display: flex; align-items: center; gap: 8px; } #zapisz .pricing-countdown-unit { display: flex; flex-direction: column; align-items: center; min-width: 46px; } #zapisz .pricing-countdown-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 26px; line-height: 1; color: var(--brand-purple-900); letter-spacing: -0.02em; } #zapisz .pricing-countdown-unit-label { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 11px; color: var(--text-muted); margin-top: 6px; } #zapisz .pricing-countdown-sep { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; color: rgba(59, 48, 95, 0.25); margin-top: -14px; } #zapisz .pricing-card { background: white; color: var(--text); border: 1px solid var(--border); border-radius: 8px; padding: 48px 40px 40px; position: relative; box-shadow: 0 24px 60px -20px rgba(59, 48, 95, 0.25), 0 8px 24px -8px rgba(0, 0, 0, 0.06); } #zapisz .pricing-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 9px 22px; background: var(--brand-orange); color: white; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 6px 18px rgba(238, 127, 26, 0.35); } #zapisz .pricing-badge .sparkle { font-size: 13px; } #zapisz .pricing-price-block { text-align: center; margin-bottom: 4px; margin-top: 8px; } #zapisz .pricing-price-row { display: inline-flex; align-items: baseline; gap: 16px; } #zapisz .pricing-price-old { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 22px; color: var(--text-muted); text-decoration: line-through; } #zapisz .pricing-price-new { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 68px; line-height: 1; color: var(--brand-orange); letter-spacing: -0.03em; } #zapisz .pricing-price-note { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; color: var(--text-muted); margin: 12px 0 0 0; text-align: center; } #zapisz .pricing-divider { height: 1px; background: var(--border); margin: 32px 0 24px; } #zapisz .pricing-section-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 12px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; } #zapisz .pricing-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; } #zapisz .pricing-features li { display: flex; align-items: flex-start; gap: 12px; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.5; color: var(--text); margin: 0; } #zapisz .pricing-features-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(238, 127, 26, 0.12); color: var(--brand-orange); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } #zapisz .pricing-installments { display: flex; align-items: flex-start; gap: 14px; background: var(--surface-alt); border-radius: 8px; padding: 18px 20px; margin-top: 24px; } #zapisz .pricing-installments-icon { width: 36px; height: 36px; border-radius: 8px; background: white; color: var(--brand-orange); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; } #zapisz .pricing-installments-text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14.5px; line-height: 1.55; color: var(--text); margin: 0; } #zapisz .pricing-installments-text strong { font-weight: 800; color: var(--brand-purple-900); } #zapisz .pricing-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 20px 32px; margin-top: 28px; background: linear-gradient(135deg, #3B305F 0%, #673588 55%, #804995 100%); color: white; border: none; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: 0.01em; text-decoration: none; cursor: pointer; transition: transform 200ms ease, box-shadow 200ms ease; box-shadow: 0 10px 30px rgba(59, 48, 95, 0.3); box-sizing: border-box; } #zapisz .pricing-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(59, 48, 95, 0.4); } #zapisz .pricing-cta:focus-visible { outline: 2px solid var(--brand-orange); outline-offset: 3px; } #zapisz .pricing-cta-arrow { font-size: 20px; transition: transform 200ms ease; } #zapisz .pricing-cta:hover .pricing-cta-arrow { transform: translateX(4px); } #zapisz .pricing-guarantee { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 13.5px; color: var(--text-muted); } #zapisz .pricing-guarantee svg { color: var(--brand-orange); flex-shrink: 0; } #zapisz .pricing-urgency { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 32px; padding: 18px 24px; background: rgba(238, 127, 26, 0.1); border: 1px solid rgba(238, 127, 26, 0.28); border-radius: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--brand-purple-900); text-align: center; line-height: 1.5; } #zapisz .pricing-urgency .sparkle { color: var(--brand-orange); font-size: 16px; flex-shrink: 0; } @media (max-width: 720px) { #zapisz { padding: 72px 16px; } #zapisz .pricing-header { margin-bottom: 24px; } #zapisz .pricing-heading { font-size: 26px; } #zapisz .pricing-subhead { font-size: 15px; } #zapisz .pricing-countdown { padding: 16px 20px; margin-bottom: 28px; } #zapisz .pricing-countdown-timer { gap: 4px; } #zapisz .pricing-countdown-unit { min-width: 42px; } #zapisz .pricing-countdown-num { font-size: 22px; } #zapisz .pricing-countdown-unit-label { font-size: 10px; } #zapisz .pricing-countdown-sep { font-size: 18px; margin-top: -12px; } #zapisz .pricing-card { padding: 40px 24px 32px; } #zapisz .pricing-badge { font-size: 10.5px; padding: 7px 16px; top: -12px; } #zapisz .pricing-price-row { flex-direction: column; align-items: center; gap: 4px; } #zapisz .pricing-price-old { font-size: 18px; } #zapisz .pricing-price-new { font-size: 54px; } #zapisz .pricing-price-note { font-size: 13px; } #zapisz .pricing-divider { margin: 24px 0 20px; } #zapisz .pricing-section-title { font-size: 11px; margin-bottom: 14px; } #zapisz .pricing-features li { font-size: 14px; gap: 10px; } #zapisz .pricing-installments { padding: 16px 18px; gap: 12px; } #zapisz .pricing-installments-icon { width: 32px; height: 32px; } #zapisz .pricing-installments-text { font-size: 13.5px; } #zapisz .pricing-cta { padding: 18px 24px; font-size: 16px; margin-top: 24px; } #zapisz .pricing-guarantee { font-size: 12.5px; margin-top: 16px; } #zapisz .pricing-urgency { padding: 16px 18px; font-size: 13px; margin-top: 24px; } #zapisz .pricing-deco-ebook { width: 60px; height: 70px; top: 60px; left: 12px; opacity: 0.05; } #zapisz .pricing-deco-template { display: none; } #zapisz .pricing-sparkle-2 { display: none; } } @media (max-width: 400px) { #zapisz .pricing-price-new { font-size: 46px; } #zapisz .pricing-card { padding: 36px 20px 28px; } #zapisz .pricing-features li { font-size: 13.5px; } } </style> <section id="zapisz" aria-labelledby="pricing-heading"> <!-- Dekoracje SVG w tle --> <svg class="pricing-deco pricing-deco-ebook" viewBox="0 0 120 140" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="20" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 56 71)"/> <rect x="26" y="12" width="76" height="102" rx="6" stroke="currentColor" stroke-width="2.5" fill="white" transform="rotate(4 64 63)"/> <line x1="42" y1="42" x2="86" y2="42" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="54" x2="86" y2="54" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> <line x1="42" y1="66" x2="72" y2="66" stroke="currentColor" stroke-width="2" transform="rotate(4 64 63)"/> </svg> <svg class="pricing-deco pricing-deco-template" viewBox="0 0 110 130" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="114" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.6"/> <rect x="18" y="38" width="74" height="38" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="88" x2="92" y2="88" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="98" x2="70" y2="98" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="108" x2="80" y2="108" stroke="currentColor" stroke-width="2"/> </svg> <span class="pricing-sparkle pricing-sparkle-1" aria-hidden="true">✦</span> <span class="pricing-sparkle pricing-sparkle-2" aria-hidden="true">✦</span> <div class="pricing-inner"> <!-- Header --> <header class="pricing-header"> <p class="pricing-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Premiera</p> <h2 class="pricing-heading" id="pricing-heading">Dołącz do premiery programu</h2> <p class="pricing-subhead">Zapisy tylko 20–30 lipca. Program startuje 3 sierpnia.</p> </header> <!-- Countdown --> <div class="pricing-countdown" role="timer" aria-live="polite" aria-label="Odliczanie do zamknięcia zapisów"> <div class="pricing-countdown-label">Zamykamy zapisy za</div> <div class="pricing-countdown-timer"> <div class="pricing-countdown-unit"> <div class="pricing-countdown-num" id="pc-days">--</div> <div class="pricing-countdown-unit-label">dni</div> </div> <div class="pricing-countdown-sep" aria-hidden="true">:</div> <div class="pricing-countdown-unit"> <div class="pricing-countdown-num" id="pc-hours">--</div> <div class="pricing-countdown-unit-label">godz.</div> </div> <div class="pricing-countdown-sep" aria-hidden="true">:</div> <div class="pricing-countdown-unit"> <div class="pricing-countdown-num" id="pc-mins">--</div> <div class="pricing-countdown-unit-label">min.</div> </div> <div class="pricing-countdown-sep" aria-hidden="true">:</div> <div class="pricing-countdown-unit"> <div class="pricing-countdown-num" id="pc-secs">--</div> <div class="pricing-countdown-unit-label">sek.</div> </div> </div> </div> <!-- Karta cenowa --> <div class="pricing-card"> <div class="pricing-badge" aria-label="Oferta premierowa"> <span aria-hidden="true">✦</span> Premiera, cena premierowa </div> <!-- Cena --> <div class="pricing-price-block"> <div class="pricing-price-row"> <span class="pricing-price-old" aria-label="Cena regularna 997 złotych">997 zł</span> <span class="pricing-price-new" aria-label="Cena premierowa 597 złotych">597 zł</span> </div> <p class="pricing-price-note">400 zł taniej w trakcie premiery</p> </div> <div class="pricing-divider" role="separator"></div> <!-- W programie dostajesz --> <p class="pricing-section-title" id="features-label">W programie dostajesz</p> <ul class="pricing-features" aria-labelledby="features-label"> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Poukładany proces od pomysłu na produkt do jego sprzedaży.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Lekcje wideo, wzory dokumentów i materiały od 8 ekspertów. Każdy uczy tylko tego, w czym jest najmocniejszy.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Asystent Walidacji AI, biblioteka promptów i codzienne zadania.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Wsparcie przez 1 rok i odpowiedzi na Twoje pytanie w ciągu 24 godzin.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>4 sesje LIVE.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Dostęp do społeczności i materiałów przez 1 rok.</span> </li> <li> <span class="pricing-features-icon" aria-hidden="true"> <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" focusable="false"><polyline points="20 6 9 17 4 12"/></svg> </span> <span>Startujesz z grupą w sierpniu albo w swoim tempie.</span> </li> </ul> <!-- Info-notatka o ratach --> <div class="pricing-installments"> <span class="pricing-installments-icon" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false"><rect x="2" y="5" width="20" height="14" rx="2"/><line x1="2" y1="10" x2="22" y2="10"/></svg> </span> <p class="pricing-installments-text"><strong>Możez zapłacić w 2 ratach po 299 zł.</strong> Raty 0%, bez banków, bez sprawdzania zdolności. Pierwszą ratę płacisz przy zapisie, drugą po 30 dniach.</p> </div> <!-- CTA --> <a href="https://cart.easy.tools/checkout/newskill/ai-dla-tworcow?ee_id=RtawggYNeIm8bPMQOgvg6" class="pricing-cta" target="_blank" rel="noopener noreferrer"> <span>Dołącz teraz</span> <span class="pricing-cta-arrow" aria-hidden="true">→</span> </a> <!-- Gwarancja --> <div class="pricing-guarantee"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg> <span>Gwarancja zwrotu 14 dni od startu programu</span> </div> </div> <!-- Pasek pilności --> <div class="pricing-urgency" role="note"> <span aria-hidden="true">✦</span> <span>Zapisy tylko 20–30 lipca. W takim składzie i w takiej cenie program nie będzie już nigdy dostępny.</span> </div> </div> </section> <script> (function () { var deadline = new Date('2026-07-30T23:59:59+02:00').getTime(); var elDays = document.getElementById('pc-days'); var elHours = document.getElementById('pc-hours'); var elMins = document.getElementById('pc-mins'); var elSecs = document.getElementById('pc-secs'); if (!elDays) return; function pad(n) { return n < 10 ? '0' + n : '' + n; } function tick() { var now = Date.now(); var diff = Math.max(0, deadline - now); var days = Math.floor(diff / (1000 * 60 * 60 * 24)); var hours = Math.floor((diff / (1000 * 60 * 60)) % 24); var mins = Math.floor((diff / (1000 * 60)) % 60); var secs = Math.floor((diff / 1000) % 60); elDays.textContent = pad(days); elHours.textContent = pad(hours); elMins.textContent = pad(mins); elSecs.textContent = pad(secs); } tick(); setInterval(tick, 1000); })(); </script>
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Kto Cię prowadzi przez 30 dni</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap" rel="stylesheet"> </head> <body> <style> :root { --et-colors-brand: #3B305F; --et-colors-background: #FFFFFF; --et-colors-text: #1A1A1A; --et-colors-card-background: #FFFFFF; --et-colors-card-text: #1A1A1A; --et-colors-border: #E8E6EB; --et-radius-button: 8px; --et-radius-image: 8px; --et-spacing-vertical: 4rem; --et-spacing-vertical-lg: 6rem; --et-spacing-horizontal: 1.25rem; --et-spacing-horizontal-lg: 2rem; } /* ── Scoped styles ── */ #kto-cie-prowadzi { background: #FFFFFF; font-family: 'Poppins', sans-serif; padding-block: var(--et-spacing-vertical); padding-inline: var(--et-spacing-horizontal); box-sizing: border-box; } @media (min-width: 1024px) { #kto-cie-prowadzi { padding-block: var(--et-spacing-vertical-lg); padding-inline: var(--et-spacing-horizontal-lg); } } #kto-cie-prowadzi .container { margin-inline: auto; max-width: 42rem; } @media (min-width: 1024px) { #kto-cie-prowadzi .container { max-width: 88rem; } } /* Header */ #kto-cie-prowadzi .section-header { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 56px; } #kto-cie-prowadzi .section-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(26px, 3.5vw, 40px); line-height: 1.15; letter-spacing: -0.02em; color: #3B305F; text-wrap: balance; margin-bottom: 16px; } #kto-cie-prowadzi .section-title .accent-orange { color: #EE7F1A; } #kto-cie-prowadzi .section-subtitle { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.55; color: #6B6B6B; text-wrap: balance; margin-bottom: 0; } /* Grid */ #kto-cie-prowadzi .experts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; } #kto-cie-prowadzi .experts-grid li { display: flex; flex-direction: column; } @media (max-width: 1100px) { #kto-cie-prowadzi .experts-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { #kto-cie-prowadzi .experts-grid { grid-template-columns: 1fr; gap: 16px; } } /* Card */ #kto-cie-prowadzi .expert-card { background: #FFFFFF; border: 1px solid #E8E6EB; border-radius: 8px; padding: 28px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease; position: relative; height: 100%; flex-grow: 1; } #kto-cie-prowadzi .expert-card:hover { border-color: #804995; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(56, 46, 153, 0.08); } @media (max-width: 560px) { #kto-cie-prowadzi .expert-card:hover { transform: none; } } @media (max-width: 840px) { #kto-cie-prowadzi .expert-card { padding: 24px 20px; } } /* Avatar */ #kto-cie-prowadzi .expert-avatar { width: 96px; height: 96px; margin-bottom: 16px; flex-shrink: 0; } @media (max-width: 840px) { #kto-cie-prowadzi .expert-avatar { width: 84px; height: 84px; } } #kto-cie-prowadzi .expert-avatar img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; background: #EDE8F5; box-shadow: 0 0 0 3px #F0EBF5; } /* Name */ #kto-cie-prowadzi .expert-name { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; line-height: 1.2; color: #3B305F; letter-spacing: -0.01em; text-wrap: balance; margin-bottom: 10px; } @media (max-width: 840px) { #kto-cie-prowadzi .expert-name { font-size: 18px; } } /* Authority / Bio */ #kto-cie-prowadzi .expert-authority { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 13.5px; line-height: 1.6; color: #6B6B6B; margin-bottom: 0; flex-grow: 1; } /* Topic box */ #kto-cie-prowadzi .expert-topic { margin-top: 20px; padding-top: 18px; border-top: 1px solid #E8E6EB; width: 100%; text-align: left; } #kto-cie-prowadzi .expert-topic-label { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #EE7F1A; margin-bottom: 8px; } #kto-cie-prowadzi .expert-topic-text { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 13.5px; line-height: 1.6; color: #1A1A1A; margin: 0; } /* Utility */ #kto-cie-prowadzi .last { margin-bottom: 0 !important; } </style> <section id="kto-cie-prowadzi" aria-labelledby="eksperci-naglowek"> <div class="container"> <header class="section-header"> <h2 id="eksperci-naglowek" class="section-title"> Kto Cię prowadzi <span class="accent-orange">przez 30 dni</span> </h2> <p class="section-subtitle last">8 praktyków. Każdy uczy tylko tego, w czym jest najmocniejszy.</p> </header> <ul class="experts-grid" role="list"> <!-- Marek Jankowski --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Marek-foto.png" alt="Marek Jankowski – podcaster i autor książek o małym biznesie" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Marek Jankowski</h3> <p class="expert-authority">Uczy ekspertów, jak budować rozpoznawalność i przyciągać klientów przez content. Twórca kursów online, podcaster, autor książek „Mała wielka firma" i „Pułapki small biznesu".</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Tworzenie unikalnych treści z AI jako podstawa budowania oferty.</p> </div> </article> </li> <!-- Monika Wiślańska --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Monika-foto1.png" alt="Monika Wiślańska – Monika Pani od AI, ekspertka budowania marki z AI" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Monika Wiślańska</h3> <p class="expert-authority">Jako Monika Pani od AI pokazuje, jak wykorzystywać sztuczną inteligencję do budowania silnej marki, tworzenia treści i skutecznej sprzedaży kursów.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Claude jako zaplecze Twojego produktu: kontekst marki Brandbook, Skills – konkretne umiejętności i gotowa kampania z AI u boku.</p> </div> </article> </li> <!-- Krystian Konieczny --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny – prowadzący, ekspert e-commerce" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Krystian Konieczny</h3> <p class="expert-authority">+9 lat w e-commerce, ponad 8 000 klientów, współpraca z ponad 100 twórcami cyfrowymi.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Jak zwalidować pomysł, zbudować lejek sprzedażowy i przeprowadzić pierwszą kampanię. Od zera do sprzedaży.</p> </div> </article> </li> <!-- Angelika Knop --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Angelika-foto.png" alt="Angelika Knop – założycielka Grafiki dla Laika, ekspertka Canva i AI" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Angelika Knop</h3> <p class="expert-authority">Założycielka marki Grafiki dla Laika. Uczę kobiety Canvy, AI i no-code, żeby ich profil w końcu wyglądał jak jedna, spójna marka, a nie jak zbiór przypadkowych postów.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Rozpoznawalna marka z AI. Jak zbudować spójny wizerunek marki z Canva i AI.</p> </div> </article> </li> <!-- Kinga Konopelko --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Kinga-foto.png" alt="Kinga Konopelko – radca prawny, właścicielka marki EduLegal" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Kinga Konopelko</h3> <p class="expert-authority">Radca prawny, właścicielka marki EduLegal. Od 13 lat wspiera przedsiębiorców, łącząc prawo z myśleniem strategicznym. Publikuje w Forbes i Pulsie Biznesu.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Niezbędnik prawny do sprzedaży produktów cyfrowych i gotowy wzór regulaminu newslettera – żeby nic nie blokowało Cię w dniu startu.</p> </div> </article> </li> <!-- Joanna Bogielczyk --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Joanna-foto.png" alt="Joanna Bogielczyk – ekspertka sprzedaży na Instagramie" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Joanna Bogielczyk</h3> <p class="expert-authority">Ekspertka sprzedaży na Instagramie. Autorka metody „Relacje + Autorytet", która skraca proces sprzedaży bez presji budowania ogromnych społeczności.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Jak sprzedawać przez Insta Stories, także wtedy, kiedy nie masz jeszcze dużej społeczności.</p> </div> </article> </li> <!-- Dawid Zieliński --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Dawid-foto.png" alt="Dawid Zieliński – specjalista Meta Ads dla twórców produktów cyfrowych" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Dawid Zieliński</h3> <p class="expert-authority">Od 2018 roku specjalizuje się w Meta Ads dla twórców produktów cyfrowych. Wygenerował ponad 8 mln zł sprzedaży dla klientów i przeszkolił ponad 300 osób.</p> <div class="expert-topic"> <span class="expert-topic-label">W0 programie</span> <p class="expert-topic-text">Jak zaplanować i prowadzić kampanię reklamową na Facebooku i Instagramie – bez palenia budżetu.</p> </div> </article> </li> <!-- Ola Gościniak --> <li> <article class="expert-card"> <div class="expert-avatar"> <img src="https://newskill.pl/wp-content/uploads/2026/07/Ola-foto.png" alt="Ola Gościniak – mentorka biznesu online, ekspertka widoczności w AI" loading="lazy" width="96" height="96" > </div> <h3 class="expert-name">Ola Gościniak</h3> <p class="expert-authority">Od 2015 roku uczy, jak budować biznes online od podstaw. Przeszkoliła ponad 50 000 Polek. Specjalizuje się w tym, jak sprawić, żeby AI zaczęło polecać Twój produkt.</p> <div class="expert-topic"> <span class="expert-topic-label">W programie</span> <p class="expert-topic-text">Jak zwiększyć widoczność Twojej marki w AI, żeby modele językowe takie jak ChatGPT czy Claude zaczęły polecać Twój produkt klientom.</p> </div> </article> </li> </ul> </div> </section> </body> </html>
<style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #6B6B6B; --border: #E8E6EB; } #ostatnie-cta { padding-block: var(--et-spacing-vertical, 112px); padding-inline: var(--et-spacing-horizontal, 32px); background: linear-gradient(135deg, #3B305F 0%, #673588 55%, #804995 100%); color: white; font-family: 'Poppins', sans-serif; position: relative; overflow: hidden; } @media (min-width: 1024px) { #ostatnie-cta { padding-block: var(--et-spacing-vertical-lg, 112px); padding-inline: var(--et-spacing-horizontal-lg, 32px); } } #ostatnie-cta .container { margin-inline: auto; max-width: 42rem; } @media (min-width: 1024px) { #ostatnie-cta .container { max-width: 80rem; } } /* Dekoracje SVG */ #ostatnie-cta .finalcta-deco { position: absolute; z-index: 1; pointer-events: none; color: white; opacity: 0.11; } #ostatnie-cta .finalcta-deco-ebook { width: 130px; height: 150px; top: 12%; left: 5%; transform: rotate(-10deg); } #ostatnie-cta .finalcta-deco-course { width: 120px; height: 120px; bottom: 14%; right: 6%; transform: rotate(8deg); } #ostatnie-cta .finalcta-deco-template { width: 110px; height: 128px; top: 55%; left: 8%; transform: rotate(6deg); opacity: 0.09; } /* Sparkles */ #ostatnie-cta .finalcta-sparkle { position: absolute; z-index: 1; pointer-events: none; user-select: none; color: var(--brand-orange); font-size: 22px; opacity: 0.45; } #ostatnie-cta .finalcta-sparkle-1 { top: 15%; right: 12%; } #ostatnie-cta .finalcta-sparkle-2 { top: 65%; left: 8%; font-size: 18px; opacity: 0.3; color: white; } #ostatnie-cta .finalcta-sparkle-3 { bottom: 20%; right: 20%; font-size: 16px; opacity: 0.35; color: white; } #ostatnie-cta .finalcta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; text-align: center; } /* Nagłówek */ #ostatnie-cta .finalcta-heading { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -0.025em; color: white; margin: 0 0 20px 0; text-wrap: balance; } #ostatnie-cta .finalcta-heading .accent-orange { color: var(--brand-orange); } /* Epilog */ #ostatnie-cta .finalcta-epilog { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.55; color: rgba(255, 255, 255, 0.85); margin: 0 auto 40px; max-width: 620px; text-wrap: balance; } /* Countdown */ #ostatnie-cta .finalcta-countdown { display: flex; flex-direction: column; align-items: center; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; padding: 22px 32px; margin: 0 auto 24px; max-width: 440px; backdrop-filter: blur(4px); } #ostatnie-cta .finalcta-countdown-label { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 11px; color: var(--brand-orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; } #ostatnie-cta .finalcta-countdown-timer { display: flex; align-items: center; gap: 8px; } #ostatnie-cta .finalcta-countdown-unit { display: flex; flex-direction: column; align-items: center; min-width: 52px; } #ostatnie-cta .finalcta-countdown-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; color: white; letter-spacing: -0.02em; } #ostatnie-cta .finalcta-countdown-unit-label { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 11px; color: rgba(255, 255, 255, 0.6); margin-top: 6px; } #ostatnie-cta .finalcta-countdown-sep { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 24px; color: rgba(255, 255, 255, 0.3); margin-top: -14px; } /* Podnagłówek */ #ostatnie-cta .finalcta-subhead { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, 0.75); margin: 0 0 32px 0; } /* CTA button */ #ostatnie-cta .finalcta-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 22px 48px; background: var(--brand-orange); color: white; border: none; border-radius: 999px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: 0.01em; text-decoration: none; cursor: pointer; transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease; box-shadow: 0 12px 36px rgba(238, 127, 26, 0.4), 0 6px 16px rgba(0, 0, 0, 0.15); margin-bottom: 0; } #ostatnie-cta .finalcta-button:hover { transform: translateY(-3px); background: #F58A2B; box-shadow: 0 18px 44px rgba(238, 127, 26, 0.5), 0 8px 20px rgba(0, 0, 0, 0.18); } #ostatnie-cta .finalcta-button:focus-visible { outline: 2px solid white; outline-offset: 3px; } #ostatnie-cta .finalcta-button-arrow { font-size: 22px; transition: transform 200ms ease; } #ostatnie-cta .finalcta-button:hover .finalcta-button-arrow { transform: translateX(5px); } /* Gwarancja */ #ostatnie-cta .finalcta-guarantee { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; color: rgba(255, 255, 255, 0.75); } #ostatnie-cta .finalcta-guarantee svg { color: var(--brand-orange); flex-shrink: 0; } /* Responsywność */ @media (max-width: 720px) { #ostatnie-cta .finalcta-heading { font-size: 28px; margin-bottom: 16px; } #ostatnie-cta .finalcta-epilog { font-size: 15.5px; margin-bottom: 32px; } #ostatnie-cta .finalcta-countdown { padding: 18px 20px; margin-bottom: 20px; } #ostatnie-cta .finalcta-countdown-timer { gap: 4px; } #ostatnie-cta .finalcta-countdown-unit { min-width: 46px; } #ostatnie-cta .finalcta-countdown-num { font-size: 24px; } #ostatnie-cta .finalcta-countdown-unit-label { font-size: 10px; } #ostatnie-cta .finalcta-countdown-sep { font-size: 20px; margin-top: -12px; } #ostatnie-cta .finalcta-subhead { font-size: 14px; margin-bottom: 28px; } #ostatnie-cta .finalcta-button { padding: 20px 32px; font-size: 17px; width: 100%; max-width: 400px; } #ostatnie-cta .finalcta-guarantee { font-size: 13px; margin-top: 20px; } #ostatnie-cta .finalcta-deco-ebook { width: 80px; height: 92px; top: 4%; left: -20px; opacity: 0.09; } #ostatnie-cta .finalcta-deco-course { width: 70px; height: 70px; bottom: 6%; right: -10px; opacity: 0.08; } #ostatnie-cta .finalcta-deco-template { display: none; } #ostatnie-cta .finalcta-sparkle-1 { top: 8%; right: 8%; font-size: 18px; } #ostatnie-cta .finalcta-sparkle-2, #ostatnie-cta .finalcta-sparkle-3 { display: none; } } @media (max-width: 400px) { #ostatnie-cta .finalcta-heading { font-size: 25px; } #ostatnie-cta .finalcta-countdown-num { font-size: 22px; } #ostatnie-cta .finalcta-countdown-unit { min-width: 42px; } } </style> <section id="ostatnie-cta" aria-labelledby="finalcta-title"> <!-- Dekoracje SVG - produkty cyfrowe --> <svg class="finalcta-deco finalcta-deco-ebook" viewBox="0 0 130 150" fill="none" aria-hidden="true" focusable="false"> <rect x="18" y="22" width="82" height="112" rx="6" stroke="currentColor" stroke-width="2.5" transform="rotate(-6 59 78)"/> <rect x="28" y="14" width="82" height="112" rx="6" stroke="currentColor" stroke-width="2.5" fill="rgba(255,255,255,0.05)" transform="rotate(4 69 70)"/> <line x1="44" y1="46" x2="94" y2="46" stroke="currentColor" stroke-width="2" transform="rotate(4 69 70)"/> <line x1="44" y1="58" x2="94" y2="58" stroke="currentColor" stroke-width="2" transform="rotate(4 69 70)"/> <line x1="44" y1="70" x2="80" y2="70" stroke="currentColor" stroke-width="2" transform="rotate(4 69 70)"/> <line x1="44" y1="88" x2="94" y2="88" stroke="currentColor" stroke-width="2" transform="rotate(4 69 70)"/> <line x1="44" y1="100" x2="86" y2="100" stroke="currentColor" stroke-width="2" transform="rotate(4 69 70)"/> </svg> <svg class="finalcta-deco finalcta-deco-course" viewBox="0 0 120 120" fill="none" aria-hidden="true" focusable="false"> <circle cx="60" cy="60" r="56" stroke="currentColor" stroke-width="3"/> <circle cx="60" cy="60" r="42" stroke="currentColor" stroke-width="2" opacity="0.5"/> <path d="M50 42 L80 60 L50 78 Z" fill="currentColor"/> </svg> <svg class="finalcta-deco finalcta-deco-template" viewBox="0 0 110 128" fill="none" aria-hidden="true" focusable="false"> <rect x="8" y="8" width="94" height="112" rx="6" stroke="currentColor" stroke-width="2.5"/> <rect x="18" y="20" width="74" height="10" rx="3" fill="currentColor" opacity="0.5"/> <rect x="18" y="38" width="74" height="36" rx="4" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="86" x2="92" y2="86" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="96" x2="70" y2="96" stroke="currentColor" stroke-width="2"/> <line x1="18" y1="106" x2="80" y2="106" stroke="currentColor" stroke-width="2"/> </svg> <span class="finalcta-sparkle finalcta-sparkle-1" aria-hidden="true">✦</span> <span class="finalcta-sparkle finalcta-sparkle-2" aria-hidden="true">✦</span> <span class="finalcta-sparkle finalcta-sparkle-3" aria-hidden="true">✦</span> <div class="container"> <div class="finalcta-inner"> <h2 id="finalcta-title" class="finalcta-heading"> 30 dni. <span class="accent-orange">Twój produkt.</span> Z pomocą AI, lepszy niż AI. </h2> <p class="finalcta-epilog"> 8 praktyków. Program, który prowadzi Cię od A do Z do sprzedaży Twojego produktu. Dostęp przez rok. </p> <div class="finalcta-countdown" role="timer" aria-live="off" aria-label="Odliczanie do zamknięcia zapisów"> <div class="finalcta-countdown-label">Zamykamy zapisy za</div> <div class="finalcta-countdown-timer"> <div class="finalcta-countdown-unit"> <div class="finalcta-countdown-num" id="fc-days">--</div> <div class="finalcta-countdown-unit-label">dni</div> </div> <div class="finalcta-countdown-sep" aria-hidden="true">:</div> <div class="finalcta-countdown-unit"> <div class="finalcta-countdown-num" id="fc-hours">--</div> <div class="finalcta-countdown-unit-label">godz.</div> </div> <div class="finalcta-countdown-sep" aria-hidden="true">:</div> <div class="finalcta-countdown-unit"> <div class="finalcta-countdown-num" id="fc-mins">--</div> <div class="finalcta-countdown-unit-label">min.</div> </div> <div class="finalcta-countdown-sep" aria-hidden="true">:</div> <div class="finalcta-countdown-unit"> <div class="finalcta-countdown-num" id="fc-secs">--</div> <div class="finalcta-countdown-unit-label">sek.</div> </div> </div> </div> <p class="finalcta-subhead"> Program startuje 3 sierpnia. Zapisy zamykamy 30 lipca o 23:59. </p> <a href="https://cart.easy.tools/checkout/newskill/ai-dla-tworcow" class="finalcta-button" target="_blank" rel="noopener noreferrer" > <span>Dołącz teraz</span> <span class="finalcta-button-arrow" aria-hidden="true">→</span> </a> <div class="finalcta-guarantee"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"> <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/> </svg> <span>Gwarancja zwrotu 14 dni od startu programu</span> </div> </div> </div> </section> <script> (function () { var deadline = new Date('2026-07-30T23:59:59+02:00').getTime(); var elDays = document.getElementById('fc-days'); var elHours = document.getElementById('fc-hours'); var elMins = document.getElementById('fc-mins'); var elSecs = document.getElementById('fc-secs'); if (!elDays || !elHours || !elMins || !elSecs) return; function pad(n) { return n < 10 ? '0' + n : '' + n; } function tick() { var now = Date.now(); var diff = Math.max(0, deadline - now); var days = Math.floor(diff / (1000 * 60 * 60 * 24)); var hours = Math.floor((diff / (1000 * 60 * 60)) % 24); var mins = Math.floor((diff / (1000 * 60)) % 60); var secs = Math.floor((diff / 1000) % 60); elDays.textContent = pad(days); elHours.textContent = pad(hours); elMins.textContent = pad(mins); elSecs.textContent = pad(secs); } tick(); setInterval(tick, 1000); })(); </script>
<style> :root { --brand-purple-900: #3B305F; --brand-purple-700: #673588; --brand-purple-500: #804995; --brand-navy: #382E99; --brand-orange: #EE7F1A; --brand-gray: #828080; --surface: #FFFFFF; --surface-alt: #F7F5F9; --text: #1A1A1A; --text-muted: #6B6B6B; --border: #E8E6EB; } #faq-ai-tworcy { padding-block: var(--et-spacing-vertical, 96px); padding-inline: var(--et-spacing-horizontal, 32px); background: #FFFFFF; font-family: 'Poppins', sans-serif; position: relative; overflow: hidden; } @media (min-width: 1024px) { #faq-ai-tworcy { padding-block: var(--et-spacing-vertical-lg, 96px); padding-inline: var(--et-spacing-horizontal-lg, 32px); } } #faq-ai-tworcy .container { margin-inline: auto; max-width: 42rem; position: relative; z-index: 1; } @media (min-width: 1024px) { #faq-ai-tworcy .container { max-width: 56rem; } } /* Header */ #faq-ai-tworcy .faq-header { text-align: center; max-width: 720px; margin: 0 auto 56px; } #faq-ai-tworcy .faq-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: var(--surface-alt); border-radius: 999px; font-weight: 600; font-size: 12px; color: var(--brand-navy); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; } #faq-ai-tworcy .faq-eyebrow .sparkle { color: var(--brand-navy); font-size: 14px; line-height: 1; } #faq-ai-tworcy .faq-heading { font-weight: 800; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -0.02em; color: var(--brand-purple-900); margin: 0 0 16px 0; text-wrap: balance; } #faq-ai-tworcy .faq-subhead { font-weight: 400; font-size: 16px; line-height: 1.55; color: var(--text-muted); margin: 0; text-wrap: balance; } #faq-ai-tworcy .faq-subhead a { color: var(--brand-orange); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(238, 127, 26, 0.35); transition: border-color 200ms; } #faq-ai-tworcy .faq-subhead a:hover { border-bottom-color: var(--brand-orange); } #faq-ai-tworcy .faq-subhead a:focus-visible { outline: 2px solid var(--brand-orange); outline-offset: 2px; border-radius: 2px; } /* FAQ List */ #faq-ai-tworcy .faq-list { border-top: 1px solid var(--border); } #faq-ai-tworcy .faq-item { border-bottom: 1px solid var(--border); } #faq-ai-tworcy .faq-item summary { list-style: none; cursor: pointer; padding: 26px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; outline: none; } #faq-ai-tworcy .faq-item summary::-webkit-details-marker { display: none; } #faq-ai-tworcy .faq-item summary:focus-visible { outline: 2px dotted var(--brand-purple-700); outline-offset: 2px; border-radius: 4px; } #faq-ai-tworcy .faq-question-text { font-weight: 800; font-size: 17px; line-height: 1.4; color: var(--brand-purple-900); letter-spacing: -0.005em; transition: color 200ms; } #faq-ai-tworcy .faq-item:hover .faq-question-text { color: var(--brand-purple-700); } /* Icon +/x */ #faq-ai-tworcy .faq-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-alt); color: var(--brand-purple-900); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 600; font-size: 20px; line-height: 1; transition: background 200ms, color 200ms, transform 200ms; } #faq-ai-tworcy .faq-item[open] .faq-icon { background: var(--brand-orange); color: white; transform: rotate(45deg); } /* Answer */ #faq-ai-tworcy .faq-answer { padding: 0 4px 28px; font-weight: 400; font-size: 15px; line-height: 1.65; color: var(--text); } #faq-ai-tworcy .faq-answer p { margin: 0; } #faq-ai-tworcy .faq-answer p + p { margin-top: 12px; } #faq-ai-tworcy .faq-answer strong { font-weight: 700; color: var(--brand-purple-900); } /* Responsive */ @media (max-width: 720px) { #faq-ai-tworcy .faq-header { margin-bottom: 40px; } #faq-ai-tworcy .faq-heading { font-size: 26px; } #faq-ai-tworcy .faq-subhead { font-size: 15px; } #faq-ai-tworcy .faq-item summary { padding: 22px 4px; gap: 16px; } #faq-ai-tworcy .faq-question-text { font-size: 15.5px; } #faq-ai-tworcy .faq-icon { width: 28px; height: 28px; font-size: 18px; } #faq-ai-tworcy .faq-answer { font-size: 14.5px; padding: 0 4px 24px; } } @media (max-width: 480px) { #faq-ai-tworcy .faq-heading { font-size: 23px; } #faq-ai-tworcy .faq-question-text { font-size: 15px; } } </style> <section id="faq-ai-tworcy" aria-labelledby="faq-ai-tworcy-heading"> <div class="container"> <div class="faq-header"> <p class="faq-eyebrow" aria-hidden="true"><span class="sparkle">✦</span> FAQ</p> <h2 id="faq-ai-tworcy-heading" class="faq-heading">Najczęstsze pytania</h2> <p class="faq-subhead">Jeśli Twojego pytania nie ma na liście, napisz do nas na <a href="mailto:kontakt@newskill.pl">kontakt@newskill.pl</a>.</p> </div> <div class="faq-list"> <!-- 1 --> <details class="faq-item"> <summary> <span class="faq-question-text">Czy produkt cyfrowy nie zabije mi sprzedaży 1:1?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Nie. Dobry produkt cyfrowy pełni ważną funkcję lejka: przyciąga nowych klientów, którzy potem trafiają na Twoje 1:1 albo wyższe piętra oferty. W programie pokazujemy jak zbudować produkt cyfrowy, który wspiera Twoją sprzedaż 1:1 zamiast ją kanibalizować.</p> </div> </details> <!-- 2 --> <details class="faq-item"> <summary> <span class="faq-question-text">Nie mam prawie żadnych followersów. Czy to ma sens?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Ma. W programie pokazujemy jak sprzedać pierwszy produkt nawet jeśli masz zero followersów i zero osób na liście mailowej. Poznasz drogi dotarcia, które nie wymagają dużych zasięgów. Wybierasz tę, która pasuje do Twojej sytuacji.</p> </div> </details> <!-- 3 --> <details class="faq-item"> <summary> <span class="faq-question-text">Skoro AI potrafi napisać kurs, kto to kupi ode mnie?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Właśnie dlatego program nazywa się „z pomocą AI, lepszy niż AI". Produkty wygenerowane w całości przez AI są generyczne. Klient tego nie chce kupować. W programie uczysz się jak używać AI jako zaplecza i dodawać do produktu to, czego AI za Ciebie nie zrobi.</p> </div> </details> <!-- 4 --> <details class="faq-item"> <summary> <span class="faq-question-text">30 dni to nie za mało, żeby zbudować i sprzedać produkt?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Nie, jeśli robisz to w konkretnej kolejności. Program jest tak zaprojektowany, że w tygodniu 1 walidujesz pomysł, w tygodniu 2 tworzysz pierwsze elementy produktu, w tygodniu 3 przygotowujesz ofertę i lejek, w tygodniu 4 przeprowadzasz sprzedaż. Nie potrzebujesz gotowego całego produktu żeby zacząć sprzedawać. Możesz sprzedawać zanim skończysz tworzyć.</p> </div> </details> <!-- 5 --> <details class="faq-item"> <summary> <span class="faq-question-text">Czym różni się ten program od kolejnego kursu o AI?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Minimum trzema rzeczami. <strong>Po pierwsze:</strong> nie tylko lekcje. Masz konkretne codzienne zadania, które prowadzą Cię krok po kroku od pomysłu do sprzedaży. <strong>Po drugie:</strong> nie uczy Cię 1 osoba a 8 ekspertów, każdy w swoim obszarze. <strong>Po trzecie:</strong> sprzedaż odbywa się w trakcie programu, nie po nim. Kończysz z pierwszą kampanią za sobą, nie z folderem notatek „kiedyś to wdrożę".</p> </div> </details> <!-- 6 --> <details class="faq-item"> <summary> <span class="faq-question-text">Ile czasu tygodniowo muszę poświęcić?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Realnie 5–8 godzin tygodniowo. Codzienne zadania są tak zaprojektowane, żeby dało się je wykonać w 1–1,5 godziny dziennie. Live raz w tygodniu (do 90 minut). Jeśli w danym tygodniu masz mniej czasu, materiały czekają. Masz dostęp przez 1 rok.</p> </div> </details> <!-- 7 --> <details class="faq-item"> <summary> <span class="faq-question-text">Mam w sierpniu wakacje albo dużo pracy. Czy warto się zapisywać?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Warto. Program startuje 3 sierpnia razem z grupą, ale masz do niego dostęp przez 1 rok. Możesz przerobić go we własnym tempie, we wrześniu, październiku, albo kiedy Ci pasuje. Cena 597 zł to cena premierowa i tylko w okienku 20–30 lipca.</p> </div> </details> <!-- 8 --> <details class="faq-item"> <summary> <span class="faq-question-text">Czy nagrania będą dostępne, czy muszę być na żywo?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Wszystkie lekcje są w formie nagrań na platformie. Live raz w tygodniu z Krystianem to jedyny element na żywo. Nagranie z live również trafia na platformę, jeśli nie możesz być obecny. Zawsze możesz wrócić i odsłuchać.</p> </div> </details> <!-- 9 --> <details class="faq-item"> <summary> <span class="faq-question-text">Nie mam jeszcze pomysłu na produkt. Czy to ma sens?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Ma. Tydzień 1 jest dokładnie o tym: jak wybrać temat, dopasować go do odbiorcy i zwalidować pomysł zanim zaczniesz tworzyć. Wychodzisz z tygodnia 1 z pomysłem, który przeszedł przez Asystenta AI (adwokata diabła), a nie ze zgadywaniem.</p> </div> </details> <!-- 10 --> <details class="faq-item"> <summary> <span class="faq-question-text">Nie znam się na technikaliach. Czy dam sobie radę?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Tak. Program jest zbudowany tak, żeby prowadzić Cię krok po kroku: od pierwszego uruchomienia Claude po ustawienie platformy sprzedażowej. Nie musisz umieć programować, kodować ani konfigurować niczego samodzielnie. Każde narzędzie pokazujemy w kontekście konkretnego zadania w programie.</p> </div> </details> <!-- 11 --> <details class="faq-item"> <summary> <span class="faq-question-text">Kiedy startuje program i jak długo trwa?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Program startuje 3 sierpnia i kończy się 2 września.</p> </div> </details> <!-- 12 --> <details class="faq-item"> <summary> <span class="faq-question-text">Jak długo mam dostęp do materiałów?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>1 rok od momentu startu programu. W tym czasie masz pełny dostęp do wszystkich lekcji, nagrań live, biblioteki promptów i społeczności.</p> </div> </details> <!-- 13 --> <details class="faq-item"> <summary> <span class="faq-question-text">Jakich narzędzi będę używać w programie?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Głównie Claude (można też ChatGPT). Obie mają darmowe wersje wystarczające na przejście programu. Dostaniesz też listę innych pomocnych narzędzi do sprzedaży produktów cyfrowych.</p> </div> </details> <!-- 14 --> <details class="faq-item"> <summary> <span class="faq-question-text">Jak działa gwarancja zwrotu?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Masz 14 dni od startu programu (do 17 sierpnia), żeby ocenić czy program jest tym, czego szukasz. Jeśli nie, piszesz do nas i dostajesz pełny zwrot. Bez pytań, bez procedur, bez tłumaczenia się.</p> </div> </details> <!-- 15 --> <details class="faq-item"> <summary> <span class="faq-question-text">Jak działają raty?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Program możesz kupić w 2 ratach po 299 zł. Raty są w 100% obsługiwane przez nas, bez banków, bez sprawdzania zdolności kredytowej i bez odsetek. Pierwszą ratę płacisz przy zapisie, drugą po 30 dniach.</p> </div> </details> <!-- 16 --> <details class="faq-item"> <summary> <span class="faq-question-text">Czy dostanę fakturę VAT?</span> <span class="faq-icon" aria-hidden="true">+</span> </summary> <div class="faq-answer"> <p>Tak. Możesz podać NIP na etapie składania zamówienia. Fakturę VAT otrzymasz automatycznie.</p> </div> </details> </div> </div> </section>
Zamykamy zapisy za: