:root { --primary-dark: #1e3a5f; --primary-blue: #2c5282; --accent-blue: #3b82c4; --accent-gold: #c9a227; --accent-gold-light: #d4af37; --light-cream: #f7fafc; --warm-white: #ffffff; --text-dark: #1a1a1a; --text-medium: #4a5568; --text-light: #718096; --border-light: #e2e8f0; --success-green: #27ae60; --alert-red: #c0392b; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; line-height: 1.8; color: var(--text-dark); background-color: var(--light-cream); font-size: 18px; }
.container { max-width: 1000px; margin: 0 auto; }
.container-wide { max-width: 1200px; margin: 0 auto; }
.section { padding: 80px 40px; }
.hero { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 60%, #3b82c4 100%); position: relative; overflow: hidden; min-height: 70vh; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 80% 20%, rgba(59, 130, 196, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(201, 162, 39, 0.08) 0%, transparent 40%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--accent-gold); }
.hero-content { max-width: 900px; margin: 0 auto; padding: 80px 40px; text-align: center; position: relative; z-index: 2; }
.hero-badge { display: inline-block; background: rgba(201, 162, 39, 0.15); border: 1px solid var(--accent-gold); color: var(--accent-gold); padding: 8px 24px; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; }
.hero h1 { font-size: 2.8rem; font-weight: 700; color: var(--warm-white); margin-bottom: 20px; line-height: 1.3; }
.hero h1 span { color: var(--accent-gold); }
.hero .lead { font-size: 1.2rem; color: rgba(255, 255, 255, 0.9); line-height: 1.9; margin-bottom: 35px; max-width: 700px; margin-left: auto; margin-right: auto; }
.hero-cta { display: inline-block; background: var(--accent-gold); color: var(--primary-dark); padding: 18px 45px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.3s ease; }
.hero-cta:hover { background: var(--accent-gold-light); transform: translateY(-3px); }
.key-facts { background: var(--primary-dark); padding: 50px 40px; }
.key-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1000px; margin: 0 auto; }
.key-fact { text-align: center; padding: 30px 20px; border: 1px solid rgba(201, 162, 39, 0.25); background: rgba(255,255,255,0.04); }
.key-fact-icon { width: 52px; height: 52px; background: rgba(201,162,39,0.12); border: 1px solid var(--accent-gold); margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }
.key-fact-icon svg { width: 26px; height: 26px; stroke: var(--accent-gold); fill: none; stroke-width: 1.5; }
.key-fact-value { font-size: 1.9rem; font-weight: 800; color: var(--accent-gold); line-height: 1; margin-bottom: 6px; }
.key-fact-label { font-size: 0.85rem; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; line-height: 1.4; }
.workshop-summary { background: var(--warm-white); padding: 40px; max-width: 900px; margin: 0 auto; border-left: 4px solid var(--accent-gold); }
.workshop-summary p { color: var(--text-medium); font-size: 1.05rem; line-height: 1.9; }
.workshop-summary strong { color: var(--primary-dark); }
.appreciation-section { background: var(--warm-white); text-align: center; }
.appreciation-section h2 { font-size: 2rem; color: var(--primary-dark); margin-bottom: 20px; }
.appreciation-section h2 span { color: var(--accent-gold); }
.appreciation-text { font-size: 1.15rem; color: var(--text-medium); max-width: 750px; margin: 0 auto 30px; line-height: 1.9; }
.appreciation-highlight { background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue)); color: var(--warm-white); padding: 40px; max-width: 800px; margin: 0 auto; position: relative; }
.appreciation-highlight::before { content: '"'; position: absolute; top: 10px; right: 20px; font-size: 5rem; color: var(--accent-gold); opacity: 0.3; font-family: Georgia, serif; line-height: 1; }
.appreciation-highlight p { font-size: 1.2rem; font-style: italic; line-height: 1.8; }
.benefits-section { background: var(--light-cream); }
.benefits-section h2 { font-size: 2rem; color: var(--primary-dark); text-align: center; margin-bottom: 15px; }
.benefits-subtitle { text-align: center; color: var(--text-medium); font-size: 1.1rem; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.benefit-card { background: var(--warm-white); padding: 40px 30px; border: 1px solid var(--border-light); text-align: center; transition: all 0.4s ease; }
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(15, 39, 68, 0.12); border-color: var(--accent-gold); }
.benefit-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue)); margin: 0 auto 25px; display: flex; align-items: center; justify-content: center; }
.benefit-icon svg { width: 35px; height: 35px; stroke: var(--accent-gold); fill: none; stroke-width: 1.5; }
.benefit-card h3 { font-size: 1.2rem; color: var(--primary-dark); margin-bottom: 15px; }
.benefit-card p { color: var(--text-medium); font-size: 1rem; line-height: 1.7; }
.blueprint-section { background: linear-gradient(180deg, var(--light-cream) 0%, var(--warm-white) 100%); }
.blueprint-header { text-align: center; margin-bottom: 50px; }
.blueprint-badge { display: inline-block; background: var(--accent-gold); color: var(--primary-dark); padding: 10px 25px; font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 20px; }
.blueprint-header h2 { font-size: 2.2rem; color: var(--primary-dark); margin-bottom: 15px; }
.blueprint-header h2 span { color: var(--accent-gold); }
.blueprint-intro { color: var(--text-medium); font-size: 1.15rem; max-width: 750px; margin: 0 auto; line-height: 1.8; }
.blueprint-main-video { max-width: 800px; margin: 0 auto 60px; background: var(--warm-white); border: 1px solid var(--border-light); overflow: hidden; box-shadow: 0 15px 40px rgba(15, 39, 68, 0.12); }
.video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; background: var(--primary-dark); }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-info { padding: 25px; text-align: center; }
.blueprint-main-video .video-info { background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue)); color: var(--warm-white); padding: 25px 30px; }
.blueprint-main-video .video-info h3 { color: var(--warm-white); font-size: 1.3rem; margin-bottom: 8px; }
.blueprint-main-video .video-info p { color: rgba(255, 255, 255, 0.85); }
.video-badge { display: inline-block; background: rgba(201, 162, 39, 0.15); border: 1px solid var(--accent-gold); color: var(--accent-gold); padding: 5px 15px; font-size: 0.75rem; font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; }
.video-info h3 { font-size: 1.2rem; color: var(--primary-dark); margin-bottom: 10px; font-weight: 600; }
.video-info p { color: var(--text-medium); font-size: 0.95rem; line-height: 1.6; }
.strategic-plan-section { background: var(--light-cream); padding-top: 60px; }
.strategic-plan-section h2 { font-size: 2rem; color: var(--primary-dark); text-align: center; margin-bottom: 50px; }
.strategic-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1100px; margin: 0 auto 50px; }
.strategic-card { background: var(--warm-white); border: 1px solid var(--border-light); border-radius: 12px; padding: 35px 25px; text-align: center; transition: all 0.4s ease; }
.strategic-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(15, 39, 68, 0.12); border-color: var(--accent-gold); }
.strategic-card-icon { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; height: 70px; }
.strategic-card-icon svg { width: 60px; height: 60px; }
.strategic-card h3 { font-size: 1.1rem; color: var(--accent-blue); margin-bottom: 12px; font-weight: 600; }
.strategic-card p { color: var(--text-medium); font-size: 0.95rem; line-height: 1.6; }
.roadmap-box { background: var(--warm-white); border: 1px solid var(--border-light); border-radius: 12px; padding: 40px; max-width: 900px; margin: 0 auto 50px; box-shadow: 0 10px 30px rgba(15, 39, 68, 0.08); }
.roadmap-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.roadmap-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.roadmap-icon svg { width: 50px; height: 50px; }
.roadmap-title h3 { font-size: 1.5rem; color: var(--primary-blue); margin-bottom: 5px; }
.roadmap-title p { color: var(--text-medium); font-size: 1rem; }
.roadmap-box > p { color: var(--text-dark); font-size: 1.1rem; line-height: 1.8; text-align: center; }
.video-grid-small { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 900px; margin: 0 auto 50px; }
.video-card { background: var(--light-cream); border: 1px solid var(--border-light); overflow: hidden; transition: all 0.4s ease; border-radius: 8px; }
.video-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(15, 39, 68, 0.15); border-color: var(--accent-gold); }
.cta-buttons-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
.btn-primary { display: inline-block; background: var(--accent-gold); color: var(--primary-dark); padding: 16px 35px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.3s ease; }
.btn-primary:hover { background: var(--accent-gold-light); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(201, 162, 39, 0.3); }
.btn-secondary { display: inline-block; background: transparent; color: var(--primary-dark); padding: 16px 35px; text-decoration: none; font-weight: 600; font-size: 1rem; border: 2px solid var(--primary-dark); transition: all 0.3s ease; }
.btn-secondary:hover { background: var(--primary-dark); color: var(--warm-white); transform: translateY(-3px); }
.audience-section { background: var(--primary-dark); position: relative; overflow: hidden; }
.audience-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(ellipse at 20% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 50%); pointer-events: none; }
.audience-content { position: relative; z-index: 2; }
.audience-section h2 { font-size: 2rem; color: var(--warm-white); text-align: center; margin-bottom: 15px; }
.audience-section h2 span { color: var(--accent-gold); }
.audience-subtitle { text-align: center; color: rgba(255, 255, 255, 0.7); font-size: 1.1rem; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; max-width: 900px; margin: 0 auto; }
.audience-item { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(201, 162, 39, 0.3); padding: 30px; display: flex; align-items: flex-start; gap: 20px; transition: all 0.3s ease; }
.audience-item:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--accent-gold); }
.audience-check { width: 30px; height: 30px; background: var(--accent-gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.audience-check svg { width: 18px; height: 18px; stroke: var(--primary-dark); stroke-width: 3; }
.audience-item h4 { color: var(--warm-white); font-size: 1.1rem; margin-bottom: 8px; }
.audience-item p { color: rgba(255, 255, 255, 0.7); font-size: 0.95rem; line-height: 1.6; }
.posts-section { background: var(--warm-white); }
.posts-section h2 { font-size: 2rem; color: var(--primary-dark); text-align: center; margin-bottom: 15px; }
.posts-subtitle { text-align: center; color: var(--text-medium); font-size: 1.1rem; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { background: var(--light-cream); border: 1px solid var(--border-light); overflow: hidden; transition: all 0.4s ease; }
.post-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(15, 39, 68, 0.15); border-color: var(--accent-gold); }
.post-card-image { height: 180px; overflow: hidden; position: relative; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.post-card:hover .post-card-image img { transform: scale(1.05); }
.post-card-badge { position: absolute; top: 15px; right: 15px; background: var(--accent-gold); color: var(--primary-dark); padding: 5px 15px; font-size: 0.75rem; font-weight: 700; }
.post-card-content { padding: 25px; }
.post-card-content h3 { font-size: 1.1rem; color: var(--primary-dark); margin-bottom: 12px; line-height: 1.5; }
.post-card-content p { color: var(--text-medium); font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
.post-card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-gold); text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: gap 0.3s ease; }
.post-card-link:hover { gap: 12px; }
.post-card-link svg { width: 18px; height: 18px; transition: transform 0.3s ease; }
.post-card:hover .post-card-link svg { transform: translateX(-5px); }
.reading-section { background: var(--light-cream); padding: 60px 40px; }
.reading-section h2 { font-size: 1.8rem; color: var(--primary-dark); text-align: center; margin-bottom: 15px; }
.reading-subtitle { text-align: center; color: var(--text-medium); font-size: 1rem; margin-bottom: 40px; }
.reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.reading-link { display: flex; align-items: center; gap: 15px; padding: 20px; background: var(--warm-white); border: 1px solid var(--border-light); border-radius: 8px; text-decoration: none; color: var(--text-dark); transition: all 0.3s ease; }
.reading-link:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(15, 39, 68, 0.12); border-color: var(--accent-gold); }
.reading-link-icon { width: 45px; height: 45px; background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue)); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reading-link-icon svg { width: 22px; height: 22px; stroke: var(--accent-gold); fill: none; stroke-width: 1.5; }
.reading-link span { font-size: 0.95rem; font-weight: 500; line-height: 1.4; }
.cta-section { background: var(--primary-dark); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(135deg, transparent, rgba(201, 162, 39, 0.05)); pointer-events: none; }
.cta-content { text-align: center; position: relative; z-index: 2; }
.cta-content h2 { color: var(--warm-white); font-size: 2.2rem; margin-bottom: 15px; }
.cta-content h2 span { color: var(--accent-gold); }
.cta-content > p { color: rgba(255, 255, 255, 0.8); font-size: 1.15rem; margin-bottom: 50px; }
.contact-form { background: var(--warm-white); padding: 50px; max-width: 550px; margin: 0 auto; text-align: right; }
.contact-form h3 { color: var(--primary-dark); font-size: 1.5rem; margin-bottom: 30px; text-align: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { margin-bottom: 0; }
.form-group.full { grid-column: span 2; }
.form-group label { display: block; font-weight: 600; color: var(--text-dark); margin-bottom: 8px; font-size: 0.95rem; }
.form-group input, .form-group textarea { width: 100%; padding: 15px 18px; border: 2px solid var(--border-light); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; transition: border-color 0.3s ease; background: var(--light-cream); border-radius: 0; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-blue); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-light); }
.form-group textarea { min-height: 100px; resize: vertical; }
.submit-btn { width: 100%; background: var(--accent-gold); color: var(--primary-dark); border: none; padding: 18px 40px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.15rem; font-weight: 700; cursor: pointer; transition: all 0.3s ease; margin-top: 15px; }
.submit-btn:hover { background: var(--accent-gold-light); transform: translateY(-3px); }
.submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.status-message { margin-top: 25px; padding: 18px; text-align: center; display: none; font-weight: 500; }
.status-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.status-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.status-message.sending { background: #e8f4fd; color: var(--primary-blue); border: 1px solid #b8daff; }
.footer { background: var(--primary-dark); padding: 50px 40px; text-align: center; border-top: 3px solid var(--accent-gold); }
.footer-logo { font-size: 2rem; font-weight: 700; color: var(--warm-white); margin-bottom: 20px; }
.footer-logo span { color: var(--accent-gold); }
.footer p { color: rgba(255, 255, 255, 0.6); font-size: 0.95rem; margin-bottom: 10px; }
.footer a { color: var(--accent-gold); text-decoration: none; transition: color 0.3s ease; }
.footer a:hover { color: var(--warm-white); }
.social-links { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.social-link { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.social-link svg { width: 24px; height: 24px; fill: white; }
.social-link.linkedin { background: #0077b5; } .social-link.twitter { background: #1da1f2; } .social-link.instagram { background: #333; } .social-link.facebook { background: #1877f2; } .social-link.youtube { background: #ff0000; } .social-link.whatsapp { background: #25d366; } .social-link.pinterest { background: #e60023; }
.social-link:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
.llm-seo-content { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1024px) { .strategic-cards-grid { grid-template-columns: repeat(2, 1fr); } .benefits-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); } .reading-grid { grid-template-columns: repeat(2, 1fr); } .key-facts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .section { padding: 60px 20px; } .hero h1 { font-size: 2rem; } .video-grid-small { grid-template-columns: 1fr; gap: 30px; } .strategic-cards-grid { grid-template-columns: 1fr; gap: 20px; } .roadmap-header { flex-direction: column; text-align: center; } .cta-buttons-group { flex-direction: column; align-items: center; } .btn-primary, .btn-secondary { width: 100%; max-width: 300px; text-align: center; } .benefits-grid, .posts-grid { grid-template-columns: 1fr; } .audience-grid { grid-template-columns: 1fr; } .post-card-image { height: 160px; } .form-row { grid-template-columns: 1fr; } .form-group.full { grid-column: span 1; } .contact-form { padding: 35px 25px; } .reading-grid { grid-template-columns: 1fr; } .key-facts-grid { grid-template-columns: 1fr 1fr; } .key-facts { padding: 40px 20px; } }
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://nirmako.com/nir-makovsky/#webpage",
"name": "Nir Makovsky - Business Coach & Consultant | NIRMAKO",
"description": "Nir Makovsky is a senior business coach and consultant at NIRMAKO, guiding CEOs and business owners to sustainable business success through strategic planning and peer advisory boards.",
"url": "https://nirmako.com/nir-makovsky/",
"inLanguage": "en",
"dateModified": "2025-03-01",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".hero h1", ".hero .lead", ".blueprint-header h2", ".blueprint-intro", ".key-facts", ".workshop-summary"]
},
"mainEntity": {
"@type": "Person",
"@id": "https://nirmako.com/nir-makovsky-business-coach/#person",
"name": "Nir Makovsky",
"jobTitle": "Business Coach & Consultant",
"worksFor": { "@type": "Organization", "name": "NIRMAKO", "url": "https://nirmako.com" },
"description": "Senior Business Coach specializing in strategic planning, executive coaching, and peer advisory boards for CEOs and business owners in Israel.",
"knowsAbout": ["Business Coaching", "Strategic Planning", "Executive Coaching", "Peer Advisory Boards", "TAB - The Alternative Board", "Leadership Development", "Business Growth", "STRATPRO", "HI-MAP", "XCELERATOR"],
"sameAs": [
"https://www.linkedin.com/in/nirmakovsky/",
"https://www.linkedin.com/company/NIRMAKO/",
"https://twitter.com/NirMako",
"https://www.instagram.com/NIRMAKO/",
"https://www.facebook.com/NIRMAKOCOACH",
"https://www.youtube.com/@Highjump-TAB-Xcelerated",
"https://www.pinterest.com/NIRMAKO/"
]
},
"publisher": {
"@type": "Organization",
"@id": "https://nirmako.com/#organization",
"name": "NIRMAKO",
"url": "https://nirmako.com",
"logo": "https://nirmako.com/wp-content/uploads/2020/08/Logo55.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+972-52-254-9504",
"contactType": "customer service",
"areaServed": "IL",
"availableLanguage": ["Hebrew", "English"]
}
}
}
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://nirmako.com/nir-makovsky/#service",
"name": "NIRMAKO Business Coaching & Consulting",
"provider": { "@id": "https://nirmako.com/#organization" },
"serviceType": "Business Coaching",
"areaServed": "IL",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "NIRMAKO Services",
"itemListElement": [
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "TAB Peer Advisory Boards", "url": "https://nirmako.com/tab-israel/"}},
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "STRATPRO Strategic Planning", "url": "https://nirmako.com/stratpro/"}},
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "XCELERATOR Startup Acceleration", "url": "https://nirmako.com/xcelerator/"}},
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "HI-MAP Management Development", "url": "https://nirmako.com/hi-map/"}},
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "Business Coaching", "url": "https://nirmako.com/business-coaching/"}}
]
}
}
{
"@context": "https://schema.org",
"@type": "VideoObject",
"@id": "https://nirmako.com/nir-makovsky/#video-main",
"name": "Business Builder Blueprint - Strategic Planning Tool | Nir Makovsky NIRMAKO",
"description": "Learn how the Business Builder Blueprint can help you build a strategic plan that works. A comprehensive overview of the strategic planning tool designed for CEOs and business owners. Hebrew: אימון עסקי - תכנית עסקית, תכנון אסטרטגי ותכנית פעולה.",
"thumbnailUrl": "https://img.youtube.com/vi/0b1GBNRWP9Q/hqdefault.jpg",
"uploadDate": "2023-01-15T00:00:00+02:00",
"duration": "PT8M",
"embedUrl":"https://www.youtube.com/embed/0b1GBNRWP9Q",
"inLanguage": "he",
"publisher": { "@id": "https://nirmako.com/#organization" },
"author": { "@id": "https://nirmako.com/nir-makovsky-business-coach/#person" }
}
{
"@context": "https://schema.org",
"@type": "VideoObject",
"@id": "https://nirmako.com/nir-makovsky/#video-strategy",
"name": "The CEO Who Turned Strategy Into a System — And Hit His Number",
"description": "A real-world case study of how a CEO implemented a strategic planning system and achieved measurable business results.",
"thumbnailUrl": "https://img.youtube.com/vi/VCUgOBn5vJM/hqdefault.jpg",
"uploadDate": "2024-01-01T00:00:00+02:00",
"duration": "PT5M",
"embedUrl":"https://www.youtube.com/embed/VCUgOBn5vJM",
"inLanguage": "en",
"publisher": { "@id": "https://nirmako.com/#organization" },
"author": { "@id": "https://nirmako.com/nir-makovsky-business-coach/#person" }
}
{
"@context": "https://schema.org",
"@type": "VideoObject",
"@id": "https://nirmako.com/nir-makovsky/#video-implementation",
"name": "Effective Implementation",
"description": "Proven techniques for successful execution of strategic plans. From planning to action — how to implement your business strategy effectively.",
"thumbnailUrl": "https://img.youtube.com/vi/dMHdqDo0OmU/hqdefault.jpg",
"uploadDate": "2023-05-20T00:00:00+03:00",
"duration": "PT5M",
"embedUrl":"https://www.youtube.com/embed/dMHdqDo0OmU",
"inLanguage": "en",
"publisher": { "@id": "https://nirmako.com/#organization" },
"author": { "@id": "https://nirmako.com/nir-makovsky-business-coach/#person" }
}
{
"@context": "https://schema.org",
"@type": "VideoObject",
"@id": "https://nirmako.com/nir-makovsky/#video-blueprint-guide",
"name": "Business Builder Blueprint Guide",
"description": "Comprehensive guide to building your business blueprint. Step-by-step walkthrough of the Business Builder Blueprint strategic planning system for CEOs and business owners.",
"thumbnailUrl": "https://img.youtube.com/vi/kM6noIOUuLM/hqdefault.jpg",
"uploadDate": "2023-03-01T00:00:00+02:00",
"duration": "PT5M",
"embedUrl":"https://www.youtube.com/embed/kM6noIOUuLM",
"inLanguage": "he",
"publisher": {
"@type": "Organization",
"name": "NIRMAKO",
"logo": {
"@type": "ImageObject",
"url": "https://nirmako.com/wp-content/uploads/2024/01/Logo140.webp"
}
},
"author": { "@id": "https://nirmako.com/nir-makovsky-business-coach/#person" }
}
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://nirmako.com/"},
{"@type": "ListItem", "position": 2, "name": "Nir Makovsky", "item": "https://nirmako.com/nir-makovsky/"}
]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://nirmako.com/nir-makovsky/#faq",
"mainEntity": [
{ "@type": "Question", "name": "What is TAB (The Alternative Board)?", "acceptedAnswer": { "@type": "Answer", "text": "TAB (The Alternative Board) is an international organization providing peer advisory boards and business coaching for business owners and executives. Members meet monthly to discuss challenges, share experiences, and hold each other accountable." } },
{ "@type": "Question", "name": "How does business coaching with Nir Makovsky work?", "acceptedAnswer": { "@type": "Answer", "text": "Nir provides personalized one-on-one coaching sessions combined with peer group meetings. The approach includes strategic planning, accountability structures, and proven methodologies like STRATPRO and the Business Builder Blueprint." } },
{ "@type": "Question", "name": "What is a strategic plan and why is it important?", "acceptedAnswer": { "@type": "Answer", "text": "A strategic plan outlines your organization's goals, strategies to achieve them, and specific actions for implementation. It bridges the gap between vision and execution, providing a clear path from where you are today to where you want to be." } },
{ "@type": "Question", "name": "Who can benefit from NIRMAKO's services?", "acceptedAnswer": { "@type": "Answer", "text": "NIRMAKO's services benefit CEOs and business owners seeking growth, growing entrepreneurs looking for professional guidance, senior executives developing leadership skills, and established businesses seeking fresh strategic direction." } },
{ "@type": "Question", "name": "What is the Business Builder Blueprint?", "acceptedAnswer": { "@type": "Answer", "text": "The Business Builder Blueprint is a comprehensive strategic planning tool that helps business owners translate their vision into measurable, actionable plans. It covers clear direction setting, resource optimization, measurable progress tracking, and team alignment." } },
{ "@type": "Question", "name": "What is STRATPRO?", "acceptedAnswer": { "@type": "Answer", "text": "STRATPRO is NIRMAKO's proprietary strategic planning methodology that guides business owners through a structured process of vision definition, goal setting, and execution planning, resulting in a concrete and measurable strategic roadmap." } },
{ "@type": "Question", "name": "How can I contact Nir Makovsky?", "acceptedAnswer": { "@type": "Answer", "text": "You can contact Nir Makovsky by phone at +972-52-254-9504, by email at
[email protected], or via WhatsApp. You can also fill out the contact form on this page to schedule an introductory call." } }
]
}
Business Coach & Consultant
Nir Makovsky NIRMAKO
Nir Makovsky, business coach and consultant at NIRMAKO, guides CEOs and business owners to real business growth. A unique combination of international experience, proven methodologies, and personal coaching that delivers results.
Schedule a Call
TAB
Official Israel Partner
The Alternative Board
4
Proven Methodologies
STRATPRO · HI-MAP · XCELERATOR · Blueprint
IL
Based in Israel
Serving CEOs & Business Owners
360°
Coaching Approach
Strategy · Peers · Accountability
Nir Makovsky, business coach and consultant, is the founder and CEO of NIRMAKO, the official TAB (The Alternative Board) partner in Israel. He specializes in coaching CEOs and business owners through the Business Builder Blueprint — a structured system covering strategic planning, peer advisory boards, and execution accountability. Furthermore, NIRMAKO's service portfolio includes STRATPRO for strategic planning, HI-MAP for management development, and XCELERATOR for startup acceleration. Consequently, business owners gain clear direction, measurable progress, and peer support on their path to growth.
Business Builder Blueprint — Strategic Planning Tool
Learn how this tool can help you build a strategic plan that works
Business Builder Blueprint Guide
Comprehensive guide to building your business blueprint — step by step
What Is Strategic Planning?
Clear Direction
Define objectives that align your organization toward common goals.
Resource Optimization
Allocate resources effectively to maximize impact and ROI.
Measurable Progress
Track progress with concrete metrics and adapt to change.
Team Alignment
Engage stakeholders around common goals. Discover how executive team building drives stronger alignment.
A strategic plan outlines your organization's goals, along with the strategies to achieve them and specific actions for implementation. Essentially, it bridges the gap between vision and execution, providing a clear path from where you are today to where you want to be tomorrow.
Strategic PlanningThe CEO Who Turned Strategy Into a System
A real-world case study: how one CEO hit his number.
ImplementationEffective Implementation
Proven techniques for successful execution.
Thank You for Being Here
I'm glad you chose to invest your time in discovering more about my approach. As a dedicated Nir Makovsky business coach practice, NIRMAKO exists to help you achieve greater success, sharper clarity, and stronger control over your business.
Throughout my career, I've learned that every business owner who reaches out is taking the first and most important step — recognizing that things can be done differently. With the right guidance, you can go much further than you ever imagined.
What You'll Get From Nir Makovsky, Business Coach
A comprehensive approach combining strategy, practical tools, and personal guidance
Clear Strategy
Structured strategic planning that translates vision into measurable goals. Actionable plans ensure consistent execution across your organization.
Peer Group
Access to a network of CEOs and entrepreneurs who share similar challenges. They offer fresh perspectives that can reshape your thinking.
Accountability
A structured mechanism that ensures you meet your goals. As a result, you'll progress consistently over time without losing momentum.
Practical Tools
Proven methodologies and templates that you can implement immediately. Designed for real-world business application.
Progress Tracking
Ongoing monitoring of performance and KPIs ensures you see results in real-time. Regular reviews keep your strategy on track.
Who Is This For?
My coaching is designed for those ready to invest in real growth
CEOs & Business Owners
Who want to break through the glass ceiling and reach the next stage of business growth.
Growing Entrepreneurs
Looking for professional guidance and a peer support network on the path to success.
Senior Executives
Who want to develop management skills and lead teams more effectively. Discover 3 essential financial skills every business owner should master.
Established Businesses
Feeling stuck and seeking a fresh perspective along with renewed strategic direction.
Selected Articles
Insights, tools, and tips from years of coaching businesses to success
ArticleWhy Most Businesses Fail
The real reasons behind business failure and how to avoid them.
Read More
ArticleAchieving Your Potential Through Business Coaching
How professional guidance can help you realize your business vision.
Learn More
WebinarEffective Business Networking
How to build a business network that opens doors to new opportunities.
Watch
Explore More Resources
Discover our methodologies, insights, and expert guidance
About Nir Makovsky - Business Coach & Consultant
Nir Makovsky is a senior business coach and consultant based in Israel, founder and CEO of NIRMAKO. With extensive international experience, Nir specializes in guiding CEOs, business owners, and senior executives to achieve sustainable business growth through strategic planning, executive coaching, and peer advisory boards.
NIRMAKO Services: TAB Peer Advisory Boards, STRATPRO, HI-MAP, XCELERATOR
NIRMAKO is the official TAB (The Alternative Board) partner in Israel. Services include TAB peer advisory boards, STRATPRO strategic planning, XCELERATOR startup acceleration, HI-MAP management development, and organizational transformation consulting.
Business Builder Blueprint
The Business Builder Blueprint is a comprehensive strategic planning tool: clear direction, resource optimization, measurable progress, team alignment.
Contact: +972-52-254-9504 | [email protected] | nirmako.com
Keywords: business coach Israel, executive coaching Israel, TAB peer advisory, strategic planning Israel, CEO coaching, STRATPRO, HI-MAP, XCELERATOR, ניר מקובסקי, אימון עסקי, תכנון אסטרטגי, NIRMAKO
const WEB3FORMS_ACCESS_KEY = 'd72800b1-837f-4421-98bc-836b1e5933a6';
document.getElementById('contactForm').addEventListener('submit', async function(e) {
e.preventDefault();
const submitBtn = document.getElementById('submitBtn');
const statusMessage = document.getElementById('statusMessage');
submitBtn.disabled = true;
submitBtn.textContent = 'Sending...';
statusMessage.style.display = 'block';
statusMessage.className = 'status-message sending';
statusMessage.textContent = 'Sending your message...';
const formData = {
access_key: WEB3FORMS_ACCESS_KEY,
subject: 'New inquiry from Landing Page - ' + document.getElementById('name').value,
from_name: document.getElementById('name').value,
email: document.getElementById('email').value,
replyto: document.getElementById('email').value,
name: document.getElementById('name').value,
phone: document.getElementById('phone').value,
company: document.getElementById('company').value || 'Not specified',
message: document.getElementById('message').value || 'None',
source: 'Landing Page - Nir Makovsky',
submission_date: new Date().toLocaleString('en-US')
};
try {
const response = await fetch('https://api.web3forms.com/submit', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' },
body: JSON.stringify(formData)
});
const result = await response.json();
if (response.status === 200 && result.success) {
statusMessage.className = 'status-message success';
statusMessage.textContent = 'Thank you! Your message was sent successfully. I will get back to you soon.';
document.getElementById('contactForm').reset();
} else { throw new Error('Sending error'); }
} catch (error) {
statusMessage.className = 'status-message error';
statusMessage.textContent = 'An error occurred. Please try again or contact us directly.';
} finally {
submitBtn.disabled = false;
submitBtn.textContent = 'Send Message';
}
});