.elementor-27504 .elementor-element.elementor-element-562f638{--display:flex;}.elementor-27504 .elementor-element.elementor-element-75ebac5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7f2f5b2 */<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- Security Headers -->
    <meta http-equiv="X-Content-Type-Options" content="nosniff">
    <meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
    <meta http-equiv="X-XSS-Protection" content="1; mode=block">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <!-- SEO Meta Tags -->
    <title>כלים דיגיטליים לאימון עסקי | TAB Israel - ניר מקובסקי</title>
    <meta name="description" content="כלים דיגיטליים מתקדמים לאימון עסקי. Business Builder Blueprint, מדדי ביצוע KPI, תכנון אסטרטגי והגדלת ערך החברה. ליווי אישי למנכ״לים ויזמים בישראל.">
    <meta name="keywords" content="אימון עסקי, Business coaching, כלי ניהול עסקי, Business Builder Blueprint, BBB, מדדי ביצוע, KPI, תכנון אסטרטגי, יעוץ עסקי, TAB Israel, ניר מקובסקי, הגדלת ערך חברה">
    <meta name="author" content="Nir Makovsky - TAB Israel">
    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
    <link rel="canonical" href="https://nirmako.com/digital-tools">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:locale" content="he_IL">
    <meta property="og:type" content="website">
    <meta property="og:title" content="כלים דיגיטליים לאימון עסקי | TAB Israel">
    <meta property="og:description" content="כלים דיגיטליים מתקדמים לאימון עסקי. ליווי אישי למנכ״לים ויזמים עם מתודולוגיות מוכחות.">
    <meta property="og:url" content="https://nirmako.com/digital-tools">
    <meta property="og:site_name" content="TAB Israel - Nir Makovsky">
    
    <!-- Twitter Card Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="כלים דיגיטליים לאימון עסקי | TAB Israel">
    <meta name="twitter:description" content="כלים דיגיטליים מתקדמים לאימון עסקי וליווי אישי למנכ״לים ויזמים.">
    
    <!-- Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "ProfessionalService",
      "name": "TAB Israel - Business Coaching",
      "description": "כלים דיגיטליים מתקדמים לאימון עסקי, ניהול, תכנון אסטרטגי ופיתוח עסקי",
      "url": "https://nirmako.com/digital-tools",
      "provider": {
        "@type": "Person",
        "name": "Nir Makovsky",
        "jobTitle": "Business Coach & Consultant",
        "worksFor": {
          "@type": "Organization",
          "name": "TAB Israel"
        }
      },
      "areaServed": "IL",
      "serviceType": ["Business Coaching", "Strategic Planning", "Business Development"]
    }
    </script>
    
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #ffffff;
            min-height: 100vh;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section - Updated Introduction */
        .hero-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.9em;
            font-weight: 600;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
        }

        .hero-title {
            font-size: 3.5em;
            margin-bottom: 20px;
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .hero-subtitle {
            font-size: 1.4em;
            margin-bottom: 15px;
            opacity: 0.95;
            font-weight: 500;
        }

        .hero-description {
            font-size: 1.1em;
            margin-bottom: 40px;
            opacity: 0.9;
            line-height: 1.8;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5em;
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 0.95em;
            opacity: 0.9;
        }

        .hero-cta {
            display: inline-block;
            background: white;
            color: #667eea;
            padding: 18px 45px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            margin-top: 20px;
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }

        /* Introduction Section */
        .intro-section {
            padding: 80px 20px;
            background: #f8f9fa;
        }

        .intro-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .intro-title {
            font-size: 2.5em;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .intro-text {
            font-size: 1.2em;
            color: #4a5568;
            line-height: 1.9;
            margin-bottom: 20px;
        }

        .intro-highlight {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            margin-top: 40px;
            border-right: 5px solid #667eea;
        }

        .intro-highlight h3 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .intro-highlight p {
            color: #4a5568;
            font-size: 1.1em;
            line-height: 1.8;
        }

        /* Process Section */
        .process-section {
            padding: 80px 20px;
            background: white;
        }

        .process-title {
            text-align: center;
            font-size: 2.5em;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 60px;
        }

        .process-steps {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 30px;
            max-width: 1100px;
            margin: 0 auto;
            flex-wrap: nowrap;
        }

        .process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
            flex: 1;
            min-width: 200px;
        }

        .process-step:not(:last-child)::after {
            content: '←';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2em;
            color: #667eea;
            font-weight: bold;
        }

        .step-number {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border-radius: 50%;
            line-height: 60px;
            font-size: 1.5em;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .step-title {
            font-size: 1.4em;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .step-description {
            color: #718096;
            line-height: 1.7;
            font-size: 1em;
        }

        /* Tools Section */
        .tools-section {
            padding: 80px 20px;
            background: #f8f9fa;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5em;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
        }

        .section-header p {
            font-size: 1.2em;
            color: #718096;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }

        .tool-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .tool-card:hover::before {
            transform: scaleX(1);
        }

        .tool-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .tool-card h3 {
            font-size: 1.6em;
            margin-bottom: 15px;
            margin-top: 10px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.3;
        }

        .tool-card p {
            color: #718096;
            line-height: 1.6;
            font-size: 1em;
            margin-bottom: 25px;
        }

        .tool-btn {
            display: inline-block;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .tool-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
        }

        /* Benefits Section */
        .benefits-section {
            padding: 80px 20px;
            background: white;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .benefit-card {
            text-align: center;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 15px;
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            background: white;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }

        .benefit-card h3 {
            font-size: 1.4em;
            margin-bottom: 15px;
            margin-top: 10px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .benefit-card p {
            color: #718096;
            line-height: 1.6;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
            border-radius: 20px;
            padding: 60px 40px;
            color: white;
            margin: 80px 20px;
            max-width: 1160px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .cta-btn {
            display: inline-block;
            background: white;
            color: #667eea;
            padding: 18px 50px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: all 0.3s ease;
        }

        .cta-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(255,255,255,0.3);
        }

        /* Footer */
        footer {
            background: #2d3748;
            color: #cbd5e0;
            padding: 60px 20px 30px;
            text-align: center;
        }

        footer h3 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.8em;
        }

        footer p {
            line-height: 1.8;
            margin-bottom: 20px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        footer nav {
            margin: 30px 0;
        }

        footer nav a {
            color: #667eea;
            margin: 0 15px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        footer nav a:hover {
            color: #764ba2;
        }

        .footer-bottom {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #4a5568;
            font-size: 0.9em;
        }

        @media (max-width: 1200px) {
            .container {
                padding: 0 30px;
            }

            .tools-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 25px;
            }

            .benefits-grid {
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            }
        }

        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.8em;
            }

            .hero-subtitle {
                font-size: 1.2em;
            }

            .hero-description {
                font-size: 1em;
            }

            .process-steps {
                flex-wrap: wrap;
                justify-content: center;
            }

            .process-step {
                flex: 1 1 45%;
                min-width: 220px;
            }

            .process-step:not(:last-child)::after {
                display: none;
            }

            .tools-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 20px;
            }

            .hero-title {
                font-size: 2.2em;
                line-height: 1.3;
            }

            .hero-subtitle {
                font-size: 1.1em;
            }

            .hero-description {
                font-size: 0.95em;
                line-height: 1.7;
            }

            .hero-stats {
                gap: 25px;
                flex-direction: row;
            }

            .stat-number {
                font-size: 2em;
            }

            .stat-label {
                font-size: 0.85em;
            }

            .hero-cta {
                padding: 15px 35px;
                font-size: 1em;
            }

            .intro-section,
            .process-section,
            .tools-section,
            .benefits-section {
                padding: 60px 20px;
            }

            .intro-title,
            .process-title,
            .section-header h2,
            .cta-section h2 {
                font-size: 1.8em;
                line-height: 1.3;
            }

            .intro-text {
                font-size: 1em;
            }

            .intro-highlight {
                padding: 30px 20px;
            }

            .process-steps {
                flex-direction: column;
                gap: 25px;
            }

            .process-step {
                flex: 1 1 100%;
                min-width: auto;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .tool-card {
                padding: 30px 25px;
            }

            .tool-card h3 {
                font-size: 1.4em;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .benefit-card {
                padding: 25px;
            }

            .cta-section {
                padding: 50px 25px;
                margin: 60px 20px;
            }

            .cta-section h2 {
                font-size: 1.8em;
            }

            .cta-section p {
                font-size: 1em;
            }

            .cta-btn {
                padding: 15px 35px;
                font-size: 1em;
            }

            footer {
                padding: 50px 20px 30px;
            }

            footer h3 {
                font-size: 1.5em;
            }

            footer p {
                font-size: 0.95em;
            }

            footer nav a {
                display: inline-block;
                margin: 10px 10px;
            }
        }

        @media (max-width: 576px) {
            .hero-section {
                padding: 50px 15px;
            }

            .hero-title {
                font-size: 1.8em;
            }

            .hero-subtitle {
                font-size: 1em;
            }

            .hero-description {
                font-size: 0.9em;
            }

            .hero-stats {
                flex-direction: column;
                gap: 20px;
            }

            .stat-number {
                font-size: 2.5em;
            }

            .hero-cta {
                padding: 14px 30px;
                font-size: 0.95em;
            }

            .intro-section,
            .process-section,
            .tools-section,
            .benefits-section {
                padding: 50px 15px;
            }

            .intro-title,
            .process-title,
            .section-header h2 {
                font-size: 1.5em;
            }

            .section-header p {
                font-size: 1em;
            }

            .process-step {
                padding: 25px 15px;
            }

            .step-number {
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 1.3em;
            }

            .step-title {
                font-size: 1.2em;
            }

            .tool-card {
                padding: 25px 20px;
            }

            .tool-card h3 {
                font-size: 1.3em;
            }

            .tool-card p {
                font-size: 0.95em;
            }

            .tool-btn {
                padding: 10px 25px;
                font-size: 0.9em;
            }

            .benefit-card {
                padding: 20px 15px;
            }

            .benefit-card h3 {
                font-size: 1.2em;
            }

            .benefit-card p {
                font-size: 0.9em;
            }

            .cta-section {
                padding: 40px 20px;
                margin: 50px 15px;
            }

            .cta-section h2 {
                font-size: 1.5em;
            }

            .cta-section p {
                font-size: 0.95em;
            }

            footer nav a {
                display: block;
                margin: 8px 0;
            }
        }

        @media (max-width: 400px) {
            .hero-title {
                font-size: 1.6em;
            }

            .intro-title,
            .process-title,
            .section-header h2,
            .cta-section h2 {
                font-size: 1.3em;
            }

            .tool-card h3 {
                font-size: 1.2em;
            }

            .hero-cta,
            .tool-btn,
            .cta-btn {
                padding: 12px 25px;
                font-size: 0.85em;
            }
        }
    </style>
</head>
<body>
    <!-- Hero Section with Introduction -->
    <section class="hero-section">
        <div class="hero-content">
            <div class="hero-badge">TAB Israel - The Alternative Board</div>
            <h1 class="hero-title">אימון עסקי מתקדם עם כלים מוכחים</h1>
            <p class="hero-subtitle">הפוך את העסק שלך למנוע צמיחה מתמשך</p>
            <p class="hero-description">
                שילוב ייחודי של אימון עסקי אישי עם מתודולוגיות מתקדמות וכלים דיגיטליים מוכחים. 
                ליווי מקצועי למנכ״לים, יזמים ובעלי עסקים המעוניינים להגיע ליעדים האמיתיים שלהם - 
                הגדלת ערך החברה, שיפור ביצועים, וצמיחה עסקית מתמשכת.
            </p>
            <a href="#tools" class="hero-cta">גלה את הכלים</a>
            
            <div class="hero-stats">
                <div class="stat-item">
                    <span class="stat-number">15+</span>
                    <span class="stat-label">שנות ניסיון</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">200+</span>
                    <span class="stat-label">עסקים בליווי</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">7</span>
                    <span class="stat-label">כלים מקצועיים</span>
                </div>
            </div>
        </div>
    </section>

    <!-- Introduction Content -->
    <section class="intro-section">
        <div class="container">
            <div class="intro-content">
                <h2 class="intro-title">למה אימון עסקי עם כלים מתקדמים?</h2>
                <p class="intro-text">
                    בעולם העסקי המודרני, אינטואיציה בלבד אינה מספיקה. הצלחה אמיתית דורשת שילוב של 
                    <strong>חשיבה אסטרטגית</strong>, <strong>נתונים מדויקים</strong> ו<strong>יישום עקבי</strong>.
                </p>
                <p class="intro-text">
                    האימון העסקי שלנו משלב את הניסיון האנושי והליווי האישי עם כלים דיגיטליים מתקדמים 
                    שפותחו במיוחד כדי לעזור לך לקבל החלטות נכונות, למדוד התקדמות ולהשיג את היעדים שלך.
                </p>
                
                <div class="intro-highlight">
                    <h3>הגישה שלנו</h3>
                    <p>
                        אנחנו לא מאמינים רק באימון תיאורטי או רק בכלים טכנולוגיים. אנחנו מאמינים ב<strong>שילוב מושלם</strong> - 
                        מאמן עסקי מנוסה שמלווה אותך אישית, יחד עם מערך כלים מתקדם שמאפשר לך למדוד, לנתח ולשפר 
                        את הביצועים העסקיים שלך בזמן אמת. כך תוכל להתקדם מהר יותר, בביטחון ועם תוצאות מדידות.
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Process Section -->
    <section class="process-section">
        <div class="container">
            <h2 class="process-title">תהליך האימון שלנו</h2>
            <div class="process-steps">
                <div class="process-step">
                    <div class="step-number">1</div>
                    <h3 class="step-title">אבחון ומיפוי</h3>
                    <p class="step-description">
                        נתחיל בהבנה מעמיקה של העסק שלך, האתגרים והיעדים. נבצע אבחון מקיף ונזהה הזדמנויות לשיפור וצמיחה.
                    </p>
                </div>
                <div class="process-step">
                    <div class="step-number">2</div>
                    <h3 class="step-title">אסטרטגיה ותכנון</h3>
                    <p class="step-description">
                        ביחד נבנה תוכנית אסטרטגית מפורטת עם יעדים ברורים, לוחות זמנים ומדדי הצלחה מדידים.
                    </p>
                </div>
                <div class="process-step">
                    <div class="step-number">3</div>
                    <h3 class="step-title">יישום בליווי</h3>
                    <p class="step-description">
                        נלווה אותך בכל שלב של הדרך - מפגישות קבועות, כלים דיגיטליים ותמיכה שוטפת להשגת התוצאות.
                    </p>
                </div>
                <div class="process-step">
                    <div class="step-number">4</div>
                    <h3 class="step-title">מדידה ושיפור</h3>
                    <p class="step-description">
                        נעקוב אחר ההתקדמות באמצעות מדדי ביצוע, ננתח תוצאות ונבצע התאמות לשיפור מתמיד.
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Tools Section -->
    <section class="tools-section" id="tools">
        <div class="container">
            <div class="section-header">
                <h2>הכלים המקצועיים שלנו</h2>
                <p>כל כלי תוכנן במיוחד כדי לסייע לך בהשגת יעדים עסקיים ספציפיים</p>
            </div>
            
            <div class="tools-grid">
                <!-- Tool 1: Business Builder Blueprint -->
                <article class="tool-card">
                    <h3>Business Builder Blueprint</h3>
                    <p>מדריך אינטראקטיבי מקיף לבניית האסטרטגיה העסקית המושלמת. כולל דשבורד מתקדם, אבחון עסקי מקצועי ומערכת שלמה לתכנון ויישום.</p>
                    <a href="https://nirmako.com/%D7%9E%D7%93%D7%A8%D7%99%D7%9A-%D7%A9%D7%99%D7%9E%D7%95%D7%A9-%D7%91-bbb/" class="tool-btn">כנס למדריך</a>
                </article>

                <!-- Tool 2: KPI Performance -->
                <article class="tool-card">
                    <h3>מדדי ביצוע KPI</h3>
                    <p>כלי מתקדם למעקב ומדידת מדדי ביצוע מרכזיים. עקוב אחר יעדים, נתח הישגים בזמן אמת וקבל החלטות מבוססות נתונים.</p>
                    <a href="https://nirmako.com/%D7%9E%D7%97%D7%A9%D7%91%D7%95%D7%9F-%D7%9E%D7%93%D7%93%D7%99-%D7%91%D7%99%D7%A6%D7%95%D7%A2" class="tool-btn">התחל למדוד</a>
                </article>

                <!-- Tool 3: Value Builder -->
                <article class="tool-card">
                    <h3>הגדלת ערך החברה</h3>
                    <p>מתודולוגיה מוכחת להגדלת ערך החברה והכנה למכירה או השקעה. זהה הזדמנויות לשיפור וצמיחה עם מערכת ValueBuilder.</p>
                    <a href="https://nirmako.com/increase-value/" class="tool-btn">הגדל ערך</a>
                </article>

                <!-- Tool 4: Canvas Model -->
                <article class="tool-card">
                    <h3>Brand Canvas Model</h3>
                    <p>המדריך המקיף ליצירת מותג עסקי משכנע ומקצועי. אסטרטגיית מותג מלאה, סיפור ייחודי והמסר המדויק שלך.</p>
                    <a href="https://nirmako.com/canvas-model/" class="tool-btn">בנה מותג</a>
                </article>

                <!-- Tool 5: Strategic Plan -->
                <article class="tool-card">
                    <h3>תכנית אסטרטגית</h3>
                    <p>הפוך חזון לתוצאות. תוכנית אסטרטגית מקיפה עם צעדים ברורים, לוחות זמנים ומדדי הצלחה ליישום מוצלח.</p>
                    <a href="https://nirmako.com/en/business-builder-blueprint-guide/" class="tool-btn">תכנן אסטרטגיה</a>
                </article>

                <!-- Tool 6: Business Diagnosis -->
                <article class="tool-card">
                    <h3>אבחון עסקי</h3>
                    <p>מערכת אבחון מקיפה לזיהוי נקודות חוזקה ואתגרים. מיפוי מלא של המצב הארגוני ותוכנית פעולה לשיפור.</p>
                    <a href="https://nirmako.com/map-and-diagnoze/" class="tool-btn">בצע אבחון</a>
                </article>

                <!-- Tool 7: Weekly Planning -->
                <article class="tool-card">
                    <h3>תכנון שבועי</h3>
                    <p>כלי חכם לניהול זמן ומשימות. תכנן את השבוע אסטרטגית, הגדר עדיפויות והגדל פרודוקטיביות בצורה מדידה.</p>
                    <a href="https://nirmako.com/week-plan" class="tool-btn">תכנן שבוע</a>
                </article>
            </div>
        </div>
    </section>

    <!-- Benefits Section -->
    <section class="benefits-section">
        <div class="container">
            <div class="section-header">
                <h2>היתרונות של עבודה איתנו</h2>
            </div>
            
            <div class="benefits-grid">
                <div class="benefit-card">
                    <h3>ליווי אישי</h3>
                    <p>מאמן עסקי מנוסה עם עשרות שנות ניסיון מלווה אותך אישית בכל שלב</p>
                </div>
                
                <div class="benefit-card">
                    <h3>תוצאות מדידות</h3>
                    <p>כלים מתקדמים למעקב והערכת התקדמות עם מדדי ביצוע ברורים</p>
                </div>
                
                <div class="benefit-card">
                    <h3>מתודולוגיות מוכחות</h3>
                    <p>שיטות עבודה שנבדקו והוכחו אצל מאות עסקים ברחבי העולם</p>
                </div>
                
                <div class="benefit-card">
                    <h3>יישום מהיר</h3>
                    <p>כלים נגישים וקלים לשימוש שמאפשרים התחלה מיידית</p>
                </div>
                
                <div class="benefit-card">
                    <h3>קהילת עמיתים</h3>
                    <p>חיבור לרשת של מנכ״לים ויזמים בעלי אתגרים דומים</p>
                </div>
                
                <div class="benefit-card">
                    <h3>תמיכה שוטפת</h3>
                    <p>ליווי מתמשך, עדכונים קבועים והתאמת התוכנית לצרכים המשתנים</p>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="cta-section">
        <h2>מוכנים להתחיל את המסע לצמיחה?</h2>
        <p>הצטרפו למאות מנכ״לים ויזמים שכבר משיגים תוצאות יוצאות דופן</p>
        <a href="https://nirmako.com/" class="cta-btn">קבע פגישת ייעוץ חינם</a>
    </section>

    <!-- Footer -->
    <footer>
        <div class="container">
            <h3>אודות TAB Israel - ניר מקובסקי</h3>
            <p>
                <strong>ניר מקובסקי</strong> הוא מאמן ויועץ עסקי מקצועי, חבר ב-TAB (The Alternative Board) Israel. 
                עם שנות ניסיון רבות בתחומי האימון העסקי, התכנון האסטרטגי ופיתוח ארגוני, 
                ניר מספק ליווי מקצועי למנכ״לים, יזמים ובעלי עסקים המעוניינים להגדיל את ערך החברה, 
                לשפר ביצועים ולהשיג צמיחה עסקית מתמשכת.
            </p>
            <p>
                <strong>התמחויות:</strong> אימון עסקי, ייעוץ M&A, הכנה להשקעות, תכנון אסטרטגי, 
                טרנספורמציה ארגונית, מיתוג עסקי, ניהול ביצועים ופיתוח מנהיגות.
            </p>
            
            <nav>
                <a href="https://nirmako.com/">דף הבית</a>
                <a href="https://nirmako.com/about/">אודות</a>
                <a href="https://nirmako.com/services/">שירותים</a>
                <a href="https://nirmako.com/contact/">צור קשר</a>
            </nav>
            
            <div class="footer-bottom">
                <p>&copy; 2024 TAB Israel - Nir Makovsky | כל הזכויות שמורות</p>
                <p><a href="https://nirmako.com/privacy-policy/" style="color: #667eea; text-decoration: none;">מדיניות פרטיות</a></p>
            </div>
        </div>
    </footer>

    <script>
        // Smooth scroll to tools section
        document.addEventListener('DOMContentLoaded', function() {
            // Handle smooth scroll for anchor links
            document.querySelectorAll('a[href^="#"]').forEach(function(anchor) {
                anchor.addEventListener('click', function (e) {
                    e.preventDefault();
                    var target = document.querySelector(this.getAttribute('href'));
                    if (target) {
                        target.scrollIntoView({
                            behavior: 'smooth',
                            block: 'start'
                        });
                    }
                });
            });

            // Scroll animations with IntersectionObserver
            var observerOptions = {
                threshold: 0.1,
                rootMargin: '0px 0px -50px 0px'
            };

            var observer = new IntersectionObserver(function(entries) {
                entries.forEach(function(entry) {
                    if (entry.isIntersecting) {
                        entry.target.style.opacity = '1';
                        entry.target.style.transform = 'translateY(0)';
                    }
                });
            }, observerOptions);

            // Apply animation to elements
            var animatedElements = document.querySelectorAll('.tool-card, .benefit-card, .process-step');
            animatedElements.forEach(function(el) {
                el.style.opacity = '0';
                el.style.transform = 'translateY(30px)';
                el.style.transition = 'all 0.6s ease';
                observer.observe(el);
            });
        });
    </script>
</body>
</html>/* End custom CSS */