Marketing Strategy Masterclass
.accordion-section * { margin: 0; padding: 0; box-sizing: border-box; } .accordion-section { padding: 40px; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', R oboto, sans-serif; } .accordion-section .section-container { max-width: 1000px; margin: 0 auto; } .accordion-container { margin-top: 0; } .accordion-item { border-radius: 15px; overflow: hidden; margin-bottom: 15px; border: 2px solid #fbc6c5; 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(251, 198, 197, 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: 1000px; 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: '✓'; color: white; font-weight: bold; font-size: 0.8rem; } .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; } .info-cards-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 15px; } .info-card-compact { background: rgba(251, 198, 197, 0.2); border: 1px solid #fbc6c5; border-radius: 10px; padding: 18px; transition: all 0.3s ease; } .info-card-compact:hover { background: rgba(251, 198, 197, 0.3); transform: translateY(-2px); } .card-title-compact { color: #005f00; font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; } .card-content-compact { color: #005f00; font-size: 0.9rem; line-height: 1.5; opacity: 0.85; } .faq-answer { color: #005f00; font-size: 0.95rem; line-height: 1.6; opacity: 0.9; margin-top: 15px; } @media (max-width: 768px) { .accordion-section { padding: 30px 20px; } .accordion-button { padding: 18px 20px; } .accordion-title { font-size: 1.2rem; } .accordion-content.active { padding: 0 20px 20px 20px; } .info-cards-grid { gap: 12px; } .info-card-compact { padding: 15px; } } @media (max-width: 480px) { .accordion-section { padding: 20px 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 + Complete Strategic Training 53 minutes of focused training across 10 strategic modules covering goal setting, audience research, competitive analysis, and content strategy implementation Marketing Strategy Roadmap Quick reference sheet with the exact roadmap to follow when creating marketing strategies including goals, KPIs, audience research, competitor analysis, and implementation steps Content Calendar Creation Checklist 10-step checklist to keep yourself organized and speed up your content creation process while ensuring strategic alignment Content Strategy Presentation Template Professional Canva presentation with 3 different design styles (100% customizable) to walk clients through your strategy and prove your strategic thinking Social Media Audit Template Comprehensive presentation template for auditing any social media account, identifying strengths and opportunities, with suggested objectives for moving forward Key Features & Benefits + Psychology-Based Approach Learn marketing strategies based on buyer psychology and proven principles used by major brands, not just the latest social media trends or guru hacks. Industry-Agnostic Approach Create sustainable strategies that work for any client in any industry at any size, giving you confidence to take on diverse client projects. Self-Paced Implementation Complete the strategic training in under an hour, then implement using proven templates and frameworks at your own pace. Client-Ready Templates Professional presentation templates and audit frameworks that position you as a strategic expert and impress even the most skeptical clients. Frequently Asked Questions + When does the program start? + This is a self-paced course that is always enrolling. You'll get immediate access to all training modules, templates, and resources as soon as you join. Will this teach me how to create content, marketing strategies and analyze client insights? + The Marketing Strategy Masterclass focuses specifically on creating marketing strategies for clients that include: goals and KPIs, target audience research, competitor analysis, social media audits, content strategies that sell, strategic content calendars, and best practices for platforms. There are other courses within the program suite that teach content creation (graphic design, video editing, caption writing) and detailed analytics insights. Is this different from other marketing strategy courses? + Many marketing courses focus on tactics or the latest platform features. This masterclass teaches you the psychological principles and strategic frameworks that major brands use—the foundational approaches that work regardless of algorithm changes or new platforms. You'll learn to create strategies based on human behavior and proven marketing psychology, not just trends. What if I'm already experienced with social media management? + This course connects tactical social media management with strategic marketing expertise. Even experienced social media managers often struggle with creating comprehensive strategies that impress clients and get results. You'll learn to position yourself as a strategic advisor rather than just someone who posts content, which typically allows you to charge higher rates and attract better clients. How long does it take to see results from these strategies? + You'll immediately have professional templates and frameworks to use with clients, which can elevate your service quality from day one. The strategic approaches you'll learn are designed for sustainable, long-term results rather than quick wins. Many social media managers report feeling more confident in client presentations and strategy sessions within the first week of implementation. 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 = '×'; } }