25 שנות ניסיון | שירות בפריסה ארצית

ליעוץ והצעות מחיר - צרו איתנו קשר:

נוגה מערכות אבטחה בע"מ

<style>
    @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700;800&display=swap');

    :root {
        --provision-blue: #0056b3;
        --blue-hover: #003d7a;
        --main-dark: #1a202c;
        --bg-blue-form: #e9f2fb; /* כחול רקע לטופס - בולט ונעים */
        --text-gray: #475569;
        --white: #ffffff;
    }

    .security-master-page {
        font-family: 'Assistant', sans-serif;
        direction: rtl;
        color: var(--text-gray);
        line-height: 1.8;
        background: #fff;
    }

    /* --- HERO --- */
    .hero-seo {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        padding: 80px 20px;
        text-align: center;
        border-bottom: 5px solid var(--provision-blue);
    }
    .hero-seo h1 { font-size: 3rem; font-weight: 800; color: var(--main-dark); margin-bottom: 15px; }

    .section-title {
        border-right: 8px solid var(--provision-blue);
        padding-right: 15px;
        margin: 60px 0 30px;
        font-weight: 800;
        color: var(--main-dark);
        font-size: 2.2rem;
    }

    /* --- SPIDERNET SECTION --- */
    .spidernet-container {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 50px;
    }
    .spidernet-text { flex: 1.2; min-width: 300px; }
    .spidernet-image { flex: 0.8; min-width: 300px; }
    .spidernet-image img { width: 100%; border-radius: 25px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }

    .highlight-box {
        background: var(--main-dark);
        color: #fff;
        padding: 30px;
        border-radius: 20px;
        border-right: 10px solid var(--provision-blue);
        margin: 20px 0;
    }

    /* --- ANALYTICS GRID --- */
    .analytics-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
        margin-bottom: 60px;
    }
    .analytics-card {
        background: #f8fafc;
        padding: 30px;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        text-align: center;
        transition: 0.3s;
    }
    .analytics-card:hover { transform: translateY(-5px); border-color: var(--provision-blue); }
    .analytics-card h4 { color: var(--provision-blue); font-weight: 800; margin-bottom: 15px; font-size: 1.3rem; }

    /* --- CONTACT FORM --- */
    .contact-card-box {
        max-width: 1150px;
        margin: 80px auto;
        display: flex;
        flex-direction: row-reverse; /* מידע בימין, טופס בשמאל */
        border-radius: 40px;
        overflow: hidden;
        box-shadow: 0 30px 70px rgba(0,0,0,0.1);
    }
    .sidebar-info { 
        background: var(--main-dark); 
        color: #fff; 
        padding: 60px; 
        flex: 1; 
        text-align: right;
    }
    .form-content { 
        background: var(--bg-blue-form); /* רקע כחול לטופס */
        padding: 60px; 
        flex: 1.5; 
    }
    
    .form-content input:not([type="submit"]), .form-content textarea {
        width: 100%; padding: 15px; margin-bottom: 15px; border-radius: 10px; border: 1px solid #cbd5e1;
    }

    .form-content input[type="submit"] {
        background: var(--provision-blue) !important;
        color: #fff !important;
        width: 100%;
        padding: 18px;
        border: none;
        border-radius: 10px;
        font-weight: 800;
        font-size: 1.2rem;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: 0 5px 15px rgba(0,86,179,0.3);
    }
    .form-content input[type="submit"]:hover { background: var(--blue-hover) !important; }

    /* --- FAQ --- */
    .faq-item { border-bottom: 1px solid #eee; padding: 20px 0; cursor: pointer; }
    .faq-question { font-weight: 700; font-size: 1.1rem; display: flex; justify-content: space-between; }
    .faq-answer { display: none; padding-top: 15px; color: #666; }
    .faq-item.active .faq-answer { display: block; }

    @media (max-width: 768px) {
        .contact-card-box { flex-direction: column; }
        .hero-seo h1 { font-size: 2.2rem; }
    }
</style>

<div class="security-master-page">

    <header class="hero-seo">
        <h1>Spidernet: הדור הבא של האבטחה</h1>
        <p>מערכות מיגון חכמות המבוססות על בינה מלאכותית (AI) למקסימום הרתעה ומינימום התראות שווא.</p>
    </header>

    <div class="container" style="max-width: 1200px; margin: 0 auto; padding: 0 20px;">
        
        <h2 class="section-title">טכנולוגיית Spidernet - המוח שמאחורי העדשה</h2>
        <div class="spidernet-container">
            <div class="spidernet-text">
                <p>Spidernet היא מערכת אנליטיקה מתקדמת (Deep Learning) שהופכת את המצלמה שלכם מרכיב צילום פסיבי לשומר דיגיטלי חכם. המערכת מסוגלת לסווג אובייקטים בדיוק מוחלט ולהבדיל בין בני אדם, רכבים ובעלי חיים.</p>
                <div class="highlight-box">
                    <h3>למה Spidernet?</h3>
                    <p>מזעור התראות שווא ב-99%, זיהוי איומים בזמן אמת וחיפוש חכם של אירועים תוך שניות בודדות.</p>
                </div>
            </div>
            <div class="spidernet-image">
                <img src="https://nogasys.com/wp-content/uploads/2026/02/closeup-camera-lens-trained-pedestrians-analyzing-thei.jpg" alt="ניתוח הולכי רגל Spidernet">
            </div>
        </div>

        <h2 class="section-title">יכולות אנליטיקה חכמה</h2>
        
        <div class="analytics-grid">
            <div class="analytics-card">
                <h4>🚧 חציית קו</h4>
                <p>התראה מיידית בחציית גבול וירטואלי מוגדר.</p>
            </div>
            <div class="analytics-card">
                <h4>👥 ספירת קהל</h4>
                <p>מעקב וספירה של נכנסים ויוצאים מהנכס.</p>
            </div>
            <div class="analytics-card">
                <h4>👤 זיהוי פנים</h4>
                <p>השוואה מול מאגר מורשים בזמן אמת.</p>
            </div>
            <div class="analytics-card">
                <h4>🚗 זיהוי לוחיות (LPR)</h4>
                <p>קריאת לוחיות רישוי לפתיחת שערים אוטומטית.</p>
            </div>
        </div>
        <div class="contact-card-box">
            <div class="sidebar-info">
                <h3>בואו נגן על הנכס שלכם</h3>
                <p>השאירו פרטים ומומחה מיגון יחזור אליכם לאפיון המערכת המתאימה ביותר עבורכם.</p>
                <div style="margin-top: 40px;">
                    <p>📞 054-7974428</p>
                    <p>📍 שירות בפריסה ארצית</p>
                </div>
            </div>
            <div class="form-content">
                <h4 style="margin-bottom: 20px; font-weight: 800; color: var(--main-dark);">דברו איתנו:</h4>
                [contact-form-7 id="8b5a961" title="טופס דף נחיתה נוגה"]
            </div>
        </div>

        <h2 class="section-title">שאלות נפוצות</h2>
        <div class="faq-section" style="margin-bottom: 80px;">
            <div class="faq-item">
                <div class="faq-question">האם המערכת עובדת בלילה? <span>+</span></div>
                <div class="faq-answer">כן, המערכות שלנו כוללות טכנולוגיית ראיית לילה צבעונית מלאה (Full Color) המאפשרת זיהוי ודאי גם בחושך מוחלט.</div>
            </div>
            <div class="faq-item">
                <div class="faq-question">האם האפליקציה בעברית? <span>+</span></div>
                <div class="faq-answer">בוודאי. הממשק של המערכת ושל האפליקציה בטלפון הנייד הוא בעברית מלאה ונוח מאוד לשימוש.</div>
            </div>
        </div>

    </div>
</div>

<script>
    document.querySelectorAll('.faq-item').forEach(item => {
        item.addEventListener('click', () => {
            item.classList.toggle('active');
        });
    });
</script>

Scroll to Top