Client Attraction & Workflow Bundle (2 Classes: Booking Clients, Setup & Workflow Management)
.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 + Booking Clients Masterclass (1 hour 22 minutes, 6 modules) Strategic frameworks for attracting ideal clients who value your expertise, including ethical pitch scripts, discovery call frameworks, and insights from 100+ real client conversations. Setup & Workflow Management Masterclass (52 minutes, 8 modules) Professional systems that make managing multiple clients feel organized and effortless, including onboarding workflows, contracts, invoicing, and content approval processes. Client Attraction Resources Perfect Pitch DM Script, Client Red/Yellow/Green Flags Cheatsheet, Discovery Call Script & Objections Handbook, Social Media Marketing Proposal Template, and Potential Client Tracker. Business Management Resources Brand Ideabook (12 Unique Moodboards), Client Onboarding Welcome Packet Template, Content Review & Approval Calendar, 30+ Customer Service Scripts, and Instagram Client Attraction Kit. Frequently Asked Questions + How long do I have access to the classes? + Lifetime access! Once you purchase, you can revisit the material whenever you need a refresher or as your business grows. Are these classes suitable for brand new social media managers? + Absolutely. The classes are designed to work whether you're brand new or already have clients but need better systems. All frameworks and templates are customizable for your experience level. What if I don't have any clients to practice with yet? + Perfect! The Booking Clients class includes specific strategies for building your portfolio in 30 days, so you'll have real examples to show potential clients. Do I need any special software or tools? + Nope! All templates work with free versions of Canva, and we provide recommendations for affordable business tools as you grow. Can I get help implementing these systems? + The classes include comprehensive templates, scripts, and step-by-step instructions designed to be completely self-guided. Everything is explained clearly so you can implement confidently on your own. What if I already have some clients but my systems are messy? + This bundle is perfect for you! The Setup & Workflow Management class will help you organize your existing client relationships while the Booking Clients class ensures your next clients are even better matches. How quickly will I see results? + Many students start attracting better-quality leads within the first week of implementing the pitch scripts and client attraction strategies. The business systems can be set up over a weekend and immediately make you look more professional. What makes this different from other business courses? + These aren't theoretical strategies—every framework, script, and template comes from real agency work and client conversations. You're getting the exact systems behind an award-winning marketing practice—named Female Social Media Manager of the Year in 2024. Can I purchase the classes separately? + Yes, each class is available individually. However, the bundle saves you $47 and gives you the complete system for both attracting and managing clients—which work best together. 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 = '×'; } }
More you might like
Related
AI Agent Package — Workflows, Prompts, SOPs & Client-Ready A
Related
Call Clients HEM Incense 20 Sticks (Incienso Llama Clientes)
Related
LEVANTA NEGOCIO VELADORA / Better Business Fixed Candle Llam
Related