Advanced Skills Bundle (3 Masterclasses: Metrics Reporting, Content Design, Marketing Strategy)
.product-accordion-section * { margin: 0; padding: 0; box-sizing: border-box; } .product-accordion-section { background: transparent; padding: 24px 40px; position: relative; overfl ow: hidden; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } .product-accordion-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 25% 30%, rgba(0, 95, 0, 0.015) 0%, transparent 45%), radial-gradient(circle at 75% 70%, rgba(211, 234, 253, 0.02) 0%, transparent 40%); pointer-events: none; z-index: 1; } .product-accordion-section .section-container { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; } .accordion-container { margin-top: 30px; } .accordion-item { border-radius: 15px; overflow: hidden; margin-bottom: 15px; border: 2px solid #d3eafd; transition: all 0.3s ease; background: white; box-shadow: 0 4px 15px rgba(0, 95, 0, 0.06); } .accordion-item:hover { border-color: #a3cc98; box-shadow: 0 6px 20px rgba(0, 95, 0, 0.1); } .accordion-button { width: 100%; background: transparent; border: none; padding: 20px 25px; text-align: left; cursor: pointer; transition: all 0.3s ease; display: flex; justify-content: space-between; align-items: center; position: relative; } .accordion-button:hover { background: rgba(211, 234, 253, 0.1); } .accordion-button.active { background: rgba(163, 204, 152, 0.1); } .accordion-title { color: #005f00; font-size: 1.3rem; font-weight: 600; line-height: 1.3; margin: 0; padding-right: 20px; } .accordion-icon { color: #005f00; font-size: 1.4rem; font-weight: 300; transition: transform 0.3s ease; flex-shrink: 0; } .accordion-button.active .accordion-icon { transform: rotate(45deg); } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background: white; } .accordion-content.active { max-height: 2000px; padding: 0 25px 25px 25px; } .included-list { list-style: none; margin-top: 15px; } .included-item { display: flex; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(163, 204, 152, 0.15); } .included-item:last-child { border-bottom: none; } .checkmark { width: 20px; height: 20px; background: linear-gradient(135deg, #005f00, #a3cc98); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; margin-top: 2px; } .checkmark::before { content: ''; width: 8px; height: 6px; border-left: 2px solid white; border-bottom: 2px solid white; transform: rotate(-45deg); margin-top: -2px; } .item-content { flex: 1; } .item-title { color: #005f00; font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; } .item-description { color: #005f00; font-size: 0.85rem; opacity: 0.8; line-height: 1.4; } .faq-answer { color: #005f00; font-size: 0.95rem; line-height: 1.6; opacity: 0.9; margin-top: 15px; } @media (max-width: 768px) { .product-accordion-section { padding: 20px 20px; } .accordion-button { padding: 18px 20px; } .accordion-title { font-size: 1.2rem; } .accordion-content.active { padding: 0 20px 20px 20px; } } @media (max-width: 480px) { .product-accordion-section { padding: 16px 15px; } .accordion-button { padding: 16px 18px; } .accordion-title { font-size: 1.1rem; padding-right: 15px; } .accordion-icon { font-size: 1.2rem; } .accordion-content.active { padding: 0 18px 18px 18px; } } What's Included + Marketing Strategy Masterclass (53 minutes, 10 lessons) Create comprehensive marketing strategies based on psychology and proven frameworks, including advanced audience research, buyer journey mapping, and sales psychology content strategies. Content Design Masterclass (1 hr 50 minutes, 13 lessons) Master graphic design, copywriting, and video editing to create bingeworthy content across all formats, including algorithm optimization and hands-on practice exercises. Metrics & Reporting Masterclass (32 minutes, 7 lessons) Analyze insights and KPIs to create data-driven client reports that demonstrate strategic value, including professional reporting templates and objective calculators. Strategy Resources Marketing Strategy Roadmap, Content Strategy Presentation Template (3 design styles), Social Media Account Audit Template, and Step-by-Step Content Calendar Creation Checklist. Creative Resources 30 Hook Ideas and 30 Call to Actions, Practice Exercises for Graphic Design, Copywriting & Video Editing, Canva shortcuts and workflow systems, and feed planning templates. Analytics Resources Social Media Manager's KPI Cheatsheet, Results Report Template with professional presentation options, 30/60/90 Day Objective Calculator, and strategic reporting workflows. Frequently Asked Questions + What makes this different from basic social media management training? + This focuses on advanced skills that separate strategic content leaders from basic social media managers. You'll learn psychology-based strategy, professional-level creative execution, and data analysis that proves your value—the skillset that commands premium rates. Do I need design or marketing experience to take these classes? + Not at all. Each class starts with fundamentals but quickly advances to professional-level execution. You'll learn the same principles major brands use, adapted specifically for social media management. How do these three skills work together? + Strategy informs what content to create, creative skills ensure it performs and converts, and metrics prove what's working so you can optimize and improve. Together, they create a complete system for delivering measurable results. Will this help me charge higher rates? + Absolutely. These advanced skills position you as a strategic advisor rather than a content creator. When you can create psychology-based strategies, produce high-converting content, and prove results through data, you justify premium positioning. What if I'm already creating content for clients? + Perfect—you'll immediately see how to improve what you're doing. The strategy class will help you create more effective content plans, the design class will refine your creative execution, and the metrics class will help you prove and improve your results. How long will it take to see improvements in my work? + Many students notice immediate improvements in their strategic thinking and content quality. The frameworks are designed to be implemented right away, with templates and systems you can use with current clients. Are these strategies platform-specific? + No—these are fundamental principles that work across all social media platforms. You'll learn universal psychology and design principles, then how to adapt them for different platforms and audiences. function toggleAccordion(button) { const accordionItem = button.parentElement; const content = accordionItem.querySelector('.accordion-content'); const icon = button.querySelector('.accordion-icon'); const isNested = accordionItem.parentElement.classList.contains('accordion-content'); if (!isNested) { const allMainAccordions = document.querySelectorAll('.accordion-container > .accordion-item'); allMainAccordions.forEach(item => { if (item !== accordionItem) { item.querySelector('.accordion-button').classList.remove('active'); item.querySelector('.accordion-content').classList.remove('active'); item.querySelector('.accordion-icon').textContent = '+'; } }); } else { const parentContent = accordionItem.closest('.accordion-content'); const siblingAccordions = parentContent.querySelectorAll('.accordion-item'); siblingAccordions.forEach(item => { if (item !== accordionItem) { item.querySelector('.accordion-button').classList.remove('active'); item.querySelector('.accordion-content').classList.remove('active'); item.querySelector('.accordion-icon').textContent = '+'; } }); } const isActive = button.classList.contains('active'); if (isActive) { button.classList.remove('active'); content.classList.remove('active'); icon.textContent = '+'; } else { button.classList.add('active'); content.classList.add('active'); icon.textContent = '×'; } }