{"id":709,"date":"2026-05-29T14:13:54","date_gmt":"2026-05-29T14:13:54","guid":{"rendered":"https:\/\/detectors.gr\/?page_id=709"},"modified":"2026-06-03T18:09:00","modified_gmt":"2026-06-03T18:09:00","slug":"home","status":"publish","type":"page","link":"https:\/\/detectors.gr\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-a235d910 alignfull uagb-is-root-container\">\n<!-- \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 Tabler Icons \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03b2\u03b5\u03bb\u03ac\u03ba\u03b9\u03b1 \u03c3\u03c4\u03b9\u03c2 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\">\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+3:wght@300;400;600&display=swap');\n  \n  #masthead, .site-header, #colophon, .site-footer, #sidebar, .sidebar, .widget-area, .nav-menu, #wpadminbar {\n    display: none !important;\n  }\n\n  .detectors-site-wrapper {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    background: #1A1F26;\n    color: #CBD5E1; \n    font-family: 'Source Sans 3', sans-serif;\n    position: relative;\n    width: 100%;\n  }\n\n  .detectors-site-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .wrap {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  \/* NAV *\/\n  .detectors-site-wrapper nav {\n    background: rgba(26, 31, 38, 0.96);\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    padding: 0 28px;\n  }\n  .nav-inner {\n    max-width: 980px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 64px;\n  }\n  .nav-logo img {\n    height: 42px;\n    object-fit: contain;\n    display: block;\n  }\n  .nav-links {\n    display: flex;\n    gap: 0;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .nav-links li a {\n    display: block;\n    color: #94A3B8;\n    text-transform: uppercase;\n    font-weight: 600;\n    padding: 8px 14px;\n    transition: color 0.2s;\n    border-bottom: 2px solid transparent;\n    font-size: 12.5px !important;\n    letter-spacing: 0.8px !important;\n    text-decoration: none !important;\n  }\n  .nav-links li a:hover { color: #C5A059; }\n  .nav-links li a.active {\n    color: #C5A059;\n    border-bottom-color: #C5A059;\n  }\n\n  \/* HERO *\/\n  .hero {\n    position: relative;\n    min-height: 420px;\n    display: flex;\n    align-items: center;\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n    overflow: hidden;\n  }\n  .hero-bg {\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 50% 100% at 100% 50%, rgba(197, 160, 89, 0.08) 0%, transparent 65%),\n      repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(255,255,255,0.01) 59px,rgba(255,255,255,0.01) 60px),\n      repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(255,255,255,0.01) 59px,rgba(255,255,255,0.01) 60px),\n      #1A1F26;\n  }\n  .hero-inner {\n    position: relative;\n    z-index: 2;\n    padding: 70px 28px;\n    max-width: 980px;\n    margin: 0 auto;\n    width: 100%;\n    display: flex;\n    align-items: center;\n    gap: 70px;\n  }\n  .hero-text { flex: 1; }\n  .hero-eyebrow {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #C5A059;\n    font-weight: 600;\n    margin-bottom: 18px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .hero-eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 28px;\n    height: 1px;\n    background: #C5A059;\n  }\n  .detectors-site-wrapper h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 42px;\n    font-weight: 700;\n    color: #F8FAFC;\n    line-height: 1.18;\n    margin-bottom: 18px;\n  }\n  .detectors-site-wrapper h1 em { color: #C5A059; font-style: normal; }\n  .hero-lead {\n    font-size: 16px;\n    color: #94A3B8;\n    line-height: 1.75;\n    font-weight: 300;\n    margin-bottom: 32px;\n    max-width: 500px;\n  }\n  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-gold {\n    background: #C5A059;\n    color: #1A1F26;\n    padding: 13px 30px;\n    font-family: 'Source Sans 3', sans-serif;\n    font-weight: 700;\n    font-size: 13px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s;\n  }\n  .btn-gold:hover { background: #DFB973; }\n  .btn-ghost {\n    background: transparent;\n    color: #C5A059;\n    padding: 12px 30px;\n    font-family: 'Source Sans 3', sans-serif;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border: 1px solid rgba(197, 160, 89, 0.4);\n    cursor: pointer;\n    transition: all 0.2s;\n  }\n  .btn-ghost:hover {\n    border-color: #C5A059;\n    background: rgba(197, 160, 89, 0.08);\n  }\n  .hero-badge-wrap {\n    flex-shrink: 0;\n    width: 200px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 14px;\n  }\n  .est-badge {\n    text-align: center;\n    border: 1px solid rgba(197, 160, 89, 0.15);\n    padding: 22px 28px;\n    width: 100%;\n    background: #222933;\n  }\n  .est-year {\n    font-family: 'Playfair Display', serif;\n    font-size: 40px;\n    font-weight: 700;\n    color: #C5A059;\n    line-height: 1;\n  }\n  .est-label {\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #64748B;\n    margin-top: 4px;\n    font-weight: 600;\n  }\n\n  \/* ========================================\n     SLIDESHOW \u2014 PREMIUM STYLE\n     ======================================== *\/\n  .slideshow-section {\n    width: 100%;\n    background: #11151A;\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .slideshow-container {\n    position: relative;\n    max-width: 980px;\n    margin: 0 auto;\n    height: 540px;\n    overflow: hidden;\n    background: #11151A;\n  }\n  \/* \u039a\u03ac\u03b8\u03b5 slide *\/\n  .slide {\n    position: absolute;\n    inset: 0;\n    opacity: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n  .slide.active {\n    opacity: 1;\n    pointer-events: auto;\n    z-index: 2;\n  }\n  .slide.prev-slide {\n    opacity: 0;\n    z-index: 1;\n  }\n  \/* Ken Burns animation \u03c3\u03c4\u03b7\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 *\/\n  .slide img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    display: block;\n    transform: scale(1);\n    transition: opacity 0.9s ease;\n  }\n  .slide.active img {\n    animation: kenburns 6s ease-out forwards;\n  }\n  @keyframes kenburns {\n    0%   { transform: scale(1.08) translate(0px, 0px); }\n    100% { transform: scale(1) translate(0px, 0px); }\n  }\n  \/* Cross-fade overlay *\/\n  .slide::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: #11151A;\n    opacity: 1;\n    z-index: 3;\n    transition: opacity 0.9s ease;\n    pointer-events: none;\n  }\n  .slide.active::before { opacity: 0; }\n  \/* Gradient overlay \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 *\/\n  .slide::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to right, rgba(17,21,26,0.35) 0%, transparent 40%),\n      linear-gradient(to top, rgba(17,21,26,0.6) 0%, transparent 50%);\n    z-index: 4;\n    pointer-events: none;\n  }\n  \/* \u039b\u03b5\u03c0\u03c4\u03ae \u03c7\u03c1\u03c5\u03c3\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac \u2014 \u03c3\u03b1\u03bd luxury brand *\/\n  .slide-accent {\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    width: 3px;\n    background: linear-gradient(to bottom, transparent, #C5A059 30%, #C5A059 70%, transparent);\n    z-index: 10;\n    opacity: 0.7;\n  }\n  \/* Thumbnail strip \u03ba\u03ac\u03c4\u03c9 *\/\n  .slide-thumbs {\n    display: flex;\n    justify-content: center;\n    gap: 0;\n    background: #11151A;\n    border-top: 1px solid rgba(197, 160, 89, 0.1);\n    max-width: 980px;\n    margin: 0 auto;\n  }\n  .slide-thumb {\n    flex: 1;\n    height: 72px;\n    overflow: hidden;\n    cursor: pointer;\n    position: relative;\n    border-right: 1px solid rgba(17,21,26,0.8);\n    transition: flex 0.4s ease;\n  }\n  .slide-thumb:last-child { border-right: none; }\n  .slide-thumb img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: brightness(0.45) saturate(0.6);\n    transition: filter 0.4s ease, transform 0.4s ease;\n    transform: scale(1.05);\n  }\n  .slide-thumb.active img,\n  .slide-thumb:hover img {\n    filter: brightness(0.75) saturate(1);\n    transform: scale(1);\n  }\n  \/* \u03a7\u03c1\u03c5\u03c3\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03ba\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf active thumb *\/\n  .slide-thumb::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 2px;\n    background: #C5A059;\n    transform: scaleX(0);\n    transition: transform 0.35s ease;\n  }\n  .slide-thumb.active::after { transform: scaleX(1); }\n  \/* Progress bar \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b1 thumbs *\/\n  .slide-progress {\n    height: 2px;\n    background: rgba(197, 160, 89, 0.12);\n    max-width: 980px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  .slide-progress-bar {\n    height: 100%;\n    background: linear-gradient(to right, #C5A059, #DFB973);\n    width: 0%;\n    transition: width linear;\n  }\n  @media (max-width: 768px) {\n    .slideshow-container { height: 260px; }\n    .slide-thumb { height: 52px; }\n  }\n\n  \/* STATS *\/\n  .stats {\n    background: #2D3543;\n    border-top: 1px solid rgba(197, 160, 89, 0.15);\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .stats-inner {\n    max-width: 980px;\n    margin: 0 auto;\n    display: flex;\n    padding: 0 28px;\n  }\n  .stat {\n    flex: 1;\n    padding: 22px 20px;\n    text-align: center;\n    border-right: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .stat:last-child { border-right: none; }\n  .stat-n {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #C5A059;\n    line-height: 1;\n  }\n  .stat-l {\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #94A3B8;\n    margin-top: 5px;\n    font-weight: 600;\n  }\n\n  \/* ABOUT *\/\n  .about {\n    padding: 80px 28px;\n    background: #222933;\n  }\n  .about-inner {\n    max-width: 980px;\n    margin: 0 auto;\n    display: flex;\n    gap: 70px;\n    align-items: flex-start;\n  }\n  .about-image-col { flex-shrink: 0; width: 280px; }\n  .about-photo-wrap { position: relative; }\n  .about-photo {\n    width: 100%;\n    aspect-ratio: 3\/4;\n    object-fit: cover;\n    object-position: top;\n    display: block;\n    filter: contrast(1.02);\n    border-radius: 2px;\n  }\n  .about-photo-border {\n    position: absolute;\n    inset: -8px;\n    border: 1px solid rgba(197, 160, 89, 0.2);\n    z-index: 1;\n    pointer-events: none;\n  }\n  .about-signature {\n    margin-top: 20px;\n    padding-top: 18px;\n    border-top: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .about-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    color: #F8FAFC;\n    font-weight: 600;\n  }\n  .about-title-s {\n    font-size: 12px;\n    color: #94A3B8;\n    letter-spacing: 1px;\n    margin-top: 3px;\n    font-weight: 400;\n  }\n  .about-text-col { flex: 1; }\n  .section-label {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #C5A059;\n    font-weight: 600;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-label::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1px;\n    background: #C5A059;\n  }\n  .detectors-site-wrapper h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 700;\n    color: #F8FAFC;\n    line-height: 1.25;\n    margin-bottom: 24px;\n  }\n  .detectors-site-wrapper h2 em { color: #C5A059; font-style: normal; }\n  .about-body p {\n    font-size: 15.5px;\n    color: #94A3B8;\n    line-height: 1.85;\n    font-weight: 300;\n    margin-bottom: 18px;\n  }\n  .about-body p strong { color: #F1F5F9; font-weight: 600; }\n  .about-body p:last-child { margin-bottom: 0; }\n  .quote-block {\n    margin: 28px 0;\n    padding: 20px 24px;\n    border-left: 2px solid #C5A059;\n    background: rgba(197, 160, 89, 0.05);\n  }\n  .quote-block p {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    color: #F8FAFC;\n    line-height: 1.65;\n    font-style: italic;\n    margin: 0;\n  }\n\n  \/* CATEGORIES *\/\n  .categories {\n    padding: 72px 28px;\n    background: #1A1F26;\n  }\n  .cats-inner { max-width: 980px; margin: 0 auto; }\n  .section-header { margin-bottom: 40px; }\n  .cat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    background: rgba(197, 160, 89, 0.15);\n  }\n  .cat-item {\n    background: #222933;\n    padding: 32px 28px;\n    transition: background 0.2s;\n    cursor: pointer;\n    display: block;\n    text-decoration: none !important;\n  }\n  .cat-item:hover { background: #2A333F; }\n  .cat-item-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 10px;\n  }\n  .cat-item-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    color: #F8FAFC;\n    font-weight: 600;\n  }\n  .cat-arrow { color: #C5A059; font-size: 18px; transition: transform 0.2s; }\n  .cat-item:hover .cat-arrow { transform: translateX(4px); }\n  .cat-desc {\n    font-size: 14px;\n    color: #94A3B8;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  \/* VALUES *\/\n  .values {\n    padding: 72px 28px;\n    background: #222933;\n    border-top: 1px solid rgba(197, 160, 89, 0.15);\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .values-inner { max-width: 980px; margin: 0 auto; }\n  .values-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n    margin-top: 44px;\n  }\n  .val-card {\n    padding: 28px 24px;\n    border: 1px solid rgba(197, 160, 89, 0.15);\n    background: #1A1F26;\n    transition: border-color 0.2s;\n  }\n  .val-card:hover { border-color: rgba(197, 160, 89, 0.4); }\n  .val-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: rgba(197, 160, 89, 0.2);\n    line-height: 1;\n    margin-bottom: 14px;\n  }\n  .val-title { font-size: 15px; font-weight: 700; color: #F8FAFC; margin-bottom: 8px; letter-spacing: 0.3px; }\n  .val-desc { font-size: 13.5px; color: #94A3B8; line-height: 1.7; font-weight: 300; }\n\n  \/* NEWS *\/\n  .home-news-section { \n    padding: 72px 28px; \n    background: #1A1F26;\n    border-bottom: 1px solid rgba(197, 160, 89, 0.15);\n  }\n  .news-inner-wrap { max-width: 980px; margin: 0 auto; }\n  .news-grid { \n    display: grid; \n    grid-template-columns: repeat(3, 1fr); \n    gap: 24px; \n    margin-bottom: 45px; \n    margin-top: 40px;\n  }\n  .news-card { \n    background: #222933; \n    border: 1px solid rgba(197, 160, 89, 0.15); \n    display: flex; \n    flex-direction: column; \n    transition: transform 0.2s, border-color 0.2s; \n    text-decoration: none !important;\n  }\n  .news-card:hover { transform: translateY(-4px); border-color: rgba(197, 160, 89, 0.4); }\n  .news-card-img { width: 100%; height: 170px; object-fit: cover; border-bottom: 1px solid rgba(197, 160, 89, 0.1); }\n  .news-card-content { padding: 22px; flex: 1; display: flex; flex-direction: column; }\n  .news-card-date { color: #C5A059; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: 600; }\n  .news-card-title { font-family: 'Playfair Display', serif; font-size: 17px; color: #F8FAFC; margin: 0 0 10px 0; line-height: 1.4; font-weight: 600; }\n  .news-card-excerpt { color: #94A3B8; font-size: 13.5px; line-height: 1.6; font-weight: 300; margin-bottom: 18px; }\n  .news-card-link { color: #C5A059; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }\n  .news-card-link i { transition: transform 0.2s; }\n  .news-card:hover .news-card-link i { transform: translateX(3px); }\n  .view-all-wrapper { text-align: center; }\n  .btn-gold-center {\n    background: #C5A059; color: #1A1F26; padding: 14px 36px; font-weight: 700; font-size: 13px;\n    letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; text-align: center; \n    text-decoration: none !important; transition: background 0.2s; display: inline-block;\n  }\n  .btn-gold-center:hover { background: #DFB973; }\n\n  \/* CTA *\/\n  .cta { padding: 72px 28px; background: #1A1F26; text-align: center; }\n  .cta-inner { max-width: 560px; margin: 0 auto; }\n  .cta h2 { font-size: 28px; margin-bottom: 12px; }\n  .cta p { font-size: 15px; color: #94A3B8; margin-bottom: 30px; font-weight: 300; line-height: 1.7; }\n  .cta-form { display: flex; gap: 0; }\n  .cta-input {\n    flex: 1; background: #222933; border: 1px solid rgba(197, 160, 89, 0.15); border-right: none;\n    padding: 13px 18px; color: #F1F5F9; font-family: 'Source Sans 3', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s;\n  }\n  .cta-input:focus { border-color: rgba(197, 160, 89, 0.4); }\n  .cta-input::placeholder { color: #64748B; }\n  .cta-submit {\n    background: #C5A059; color: #1A1F26; border: none; padding: 13px 24px;\n    font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1.5px;\n    text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: background 0.2s;\n  }\n  .cta-submit:hover { background: #DFB973; }\n\n  \/* FOOTER *\/\n  .detectors-site-wrapper footer {\n    background: #11151A;\n    border-top: 1px solid rgba(197, 160, 89, 0.15);\n    padding: 40px 28px;\n  }\n  .footer-inner {\n    max-width: 980px; margin: 0 auto; display: flex; justify-content: space-between;\n    align-items: center; flex-wrap: wrap; gap: 20px;\n  }\n  .footer-logo img { height: 34px; object-fit: contain; opacity: 0.9; }\n  .footer-links { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }\n  .footer-links a {\n    color: #94A3B8; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;\n    font-weight: 600; transition: color 0.2s; text-decoration: none !important;\n  }\n  .footer-links a:hover { color: #C5A059; }\n  .footer-copy { font-size: 12px; color: #64748B; }\n\n  \/* RESPONSIVENESS *\/\n  @media (max-width: 768px) {\n    .hero-inner { flex-direction: column; text-align: center; gap: 40px; padding: 40px 14px; }\n    .hero-eyebrow { justify-content: center; }\n    .hero-eyebrow::before { display: none; }\n    .hero-lead { margin: 0 auto 32px auto; }\n    .hero-actions { justify-content: center; }\n    .hero-badge-wrap { width: 100%; flex-direction: row; justify-content: center; }\n    .est-badge { flex: 1; }\n    .stats-inner { flex-wrap: wrap; padding: 0 14px; }\n    .stat { flex: unset; width: 50%; }\n    .stat:nth-child(even) { border-right: none; }\n    .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid rgba(197, 160, 89, 0.15); }\n    .about-inner { flex-direction: column; align-items: center; gap: 40px; }\n    .about-image-col { width: 100%; max-width: 280px; }\n    .cat-grid { grid-template-columns: 1fr; }\n    .values-grid { grid-template-columns: 1fr; gap: 20px; }\n    .news-grid { grid-template-columns: 1fr; gap: 20px; }\n    .cta-form { flex-direction: column; gap: 10px; }\n    .cta-input { border-right: 1px solid rgba(197, 160, 89, 0.15); }\n    .footer-inner { flex-direction: column; text-align: center; }\n    \/* Slideshow mobile *\/\n    .slideshow-container { height: 240px; }\n  }\n\n  @media (max-width: 768px) {\n    .detectors-site-wrapper, body, html { overflow-x: hidden !important; width: 100% !important; }\n    .nav-inner { flex-direction: column !important; height: auto !important; padding: 15px 10px !important; gap: 12px !important; }\n    .nav-links { flex-wrap: wrap !important; justify-content: center !important; gap: 6px 4px !important; width: 100% !important; }\n    .nav-links li { display: inline-block !important; }\n    .nav-links li a { font-size: 11px !important; padding: 6px 8px !important; letter-spacing: 0.5px !important; white-space: nowrap !important; }\n    .hero-badge-wrap { width: 100% !important; flex-direction: row !important; gap: 10px !important; }\n    .est-badge { flex: 1 !important; padding: 15px 10px !important; }\n  }\n\/* Language Switcher Button *\/\n.lang-switch a {\ncolor: #C5A059 !important;\nborder: 1px solid rgba(197, 160, 89, 0.3) !important;\npadding: 4px 10px !important;\nborder-radius: 2px;\nmargin-left: 10px;\nfont-size: 11px !important;\ndisplay: inline-flex;\nalign-items: center;\ngap: 4px;\n}\n.lang-switch a:hover {\nbackground: rgba(197, 160, 89, 0.1);\nborder-color: #C5A059 !important;\n}\n<\/style>\n\n<div class=\"detectors-site-wrapper\">\n\n  <h2 style=\"position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;\">Detectors.gr \u2014 \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1<\/h2>\n\n  <!-- NAV -->\n  <nav>\n    <div class=\"nav-inner\">\n      <div class=\"nav-logo\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/cropped-new-logo.jpg\" alt=\"Detectors.gr Logo\">\n      <\/div>\n      <ul class=\"nav-links\">\n<li><a href=\"https:\/\/detectors.gr\/\" class=\"active\">\u0391\u03c1\u03c7\u03b9\u03ba\u03ae<\/a><\/li>\n<li><a href=\"https:\/\/detectors.gr\/?page_id=411\">\u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2<\/a><\/li>\n<li><a href=\"https:\/\/detectors.gr\/?page_id=383\">\u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af &amp; \u0393\u03b5\u03c9\u03c1\u03b1\u03bd\u03c4\u03ac\u03c1<\/a><\/li>\n<li><a href=\"https:\/\/detectors.gr\/?page_id=425\">\u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1<\/a><\/li>\n<li><a href=\"https:\/\/detectors.gr\/?page_id=733\">\u039d\u03ad\u03b1 &amp; \u039f\u03b4\u03b7\u03b3\u03bf\u03af<\/a><\/li>\n<li><a href=\"https:\/\/detectors.gr\/?page_id=370\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1<\/a><\/li>\n<!-- \u0395\u03b4\u03ce \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03b9\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03bb\u03b9\u03bd\u03ba -->\n<li class=\"lang-switch\"><a href=\"https:\/\/detectors.gr\/?page_id=770\"><i class=\"ti ti-language\"><\/i> EN<\/a><\/li>\n<\/ul>\n    <\/div>\n  <\/nav>\n\n  <!-- HERO -->\n  <div class=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-inner\">\n      <div class=\"hero-text\">\n        <div class=\"hero-eyebrow\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ce\u03bd<\/div>\n        <h1>\u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c0\u03bf\u03c5<br><em>\u0391\u03c0\u03bf\u03ba\u03b1\u03bb\u03cd\u03c0\u03c4\u03b5\u03b9<\/em><br>\u03c4\u03bf \u03a0\u03b1\u03c1\u03b5\u03bb\u03b8\u03cc\u03bd<\/h1>\n        <p class=\"hero-lead\">\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 \u03bc\u03b5\u03c4\u03ac\u03bb\u03bb\u03c9\u03bd \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2 \u03b5\u03be \u03bf\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1, \u03bc\u03b5 \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 30 \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b5\u03c7\u03bd\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd.<\/p>\n        <div class=\"hero-actions\">\n          <button class=\"btn-gold\" onclick=\"window.location.href='https:\/\/detectors.gr\/?page_id=411'\">\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1<\/button>\n          <button class=\"btn-ghost\" onclick=\"window.location.href='https:\/\/detectors.gr\/?page_id=370'\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2<\/button>\n        <\/div>\n      <\/div>\n      <div class=\"hero-badge-wrap\">\n        <div class=\"est-badge\">\n          <div class=\"est-year\">1991<\/div>\n          <div class=\"est-label\">\u038a\u03b4\u03c1\u03c5\u03c3\u03b7<\/div>\n        <\/div>\n        <div class=\"est-badge\">\n          <div class=\"est-year\" style=\"font-size:28px\">MSc<\/div>\n          <div class=\"est-label\">\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc\u03c2<br>\u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SLIDESHOW PREMIUM -->\n  <div class=\"slideshow-section\">\n    <div class=\"slideshow-container\">\n      <div class=\"slide-accent\"><\/div>\n\n      <div class=\"slide active\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/05.jpg\" alt=\"\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 1\">\n      <\/div>\n      <div class=\"slide\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/02.jpg\" alt=\"\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 2\">\n      <\/div>\n      <div class=\"slide\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/01.jpg\" alt=\"\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 3\">\n      <\/div>\n      <div class=\"slide\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/03.webp\" alt=\"\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 4\">\n      <\/div>\n      <div class=\"slide\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/04.jpg\" alt=\"\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 5\">\n      <\/div>\n    <\/div>\n\n    <!-- Progress bar -->\n    <div class=\"slide-progress\">\n      <div class=\"slide-progress-bar\" id=\"slideProgressBar\"><\/div>\n    <\/div>\n\n    <!-- Thumbnail strip -->\n    <div class=\"slide-thumbs\">\n      <div class=\"slide-thumb active\" onclick=\"goToSlide(0)\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/05.jpg\" alt=\"\">\n      <\/div>\n      <div class=\"slide-thumb\" onclick=\"goToSlide(1)\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/02.jpg\" alt=\"\">\n      <\/div>\n      <div class=\"slide-thumb\" onclick=\"goToSlide(2)\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/01.jpg\" alt=\"\">\n      <\/div>\n      <div class=\"slide-thumb\" onclick=\"goToSlide(3)\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/03.webp\" alt=\"\">\n      <\/div>\n      <div class=\"slide-thumb\" onclick=\"goToSlide(4)\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/04.jpg\" alt=\"\">\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STATS -->\n  <div class=\"stats\">\n    <div class=\"stats-inner\">\n      <div class=\"stat\"><div class=\"stat-n\">30+<\/div><div class=\"stat-l\">\u03a7\u03c1\u03cc\u03bd\u03b9\u03b1 \u0395\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1\u03c2<\/div><\/div>\n      <div class=\"stat\"><div class=\"stat-n\">100%<\/div><div class=\"stat-l\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae<\/div><\/div>\n      <div class=\"stat\"><div class=\"stat-n\">On-Site<\/div><div class=\"stat-l\">\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7<\/div><\/div>\n      <div class=\"stat\"><div class=\"stat-n\">4 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2<\/div><div class=\"stat-l\">\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd<\/div><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ABOUT -->\n  <div class=\"about\">\n    <div class=\"about-inner\">\n      <div class=\"about-image-col\">\n        <div class=\"about-photo-wrap\">\n          <img decoding=\"async\" class=\"about-photo\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/ego.jpg\" alt=\"\u039a\u03c9\u03bd\u03c3\u03c4\u03b1\u03bd\u03c4\u03af\u03bd\u03bf\u03c2 \u0391\u03bb\u03b5\u03be\u03b1\u03bd\u03b4\u03c1\u03af\u03b4\u03b7\u03c2\">\n          <div class=\"about-photo-border\"><\/div>\n        <\/div>\n        <div class=\"about-signature\">\n          <div class=\"about-name\">\u039a\u03c9\u03bd\u03c3\u03c4\u03b1\u03bd\u03c4\u03af\u03bd\u03bf\u03c2 \u0391\u03bb\u03b5\u03be\u03b1\u03bd\u03b4\u03c1\u03af\u03b4\u03b7\u03c2<\/div>\n          <div class=\"about-title-s\">\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u00b7 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc\u03c2 \u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2 MSc<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"about-text-col\">\n        <div class=\"section-label\">\u0397 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1 \u03bc\u03b1\u03c2<\/div>\n        <h2>\u03a4\u03c1\u03b5\u03b9\u03c2 \u03b4\u03b5\u03ba\u03b1\u03b5\u03c4\u03af\u03b5\u03c2<br><em>\u03b1\u03c6\u03bf\u03c3\u03af\u03c9\u03c3\u03b7\u03c2<\/em> \u03c3\u03c4\u03b7\u03bd \u03b1\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7<\/h2>\n        <div class=\"about-body\">\n          <p>\u0397 <strong>Detectors.gr<\/strong> \u03b9\u03b4\u03c1\u03cd\u03b8\u03b7\u03ba\u03b5 \u03c4\u03bf <strong>1991<\/strong> \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf \u0391\u03bb\u03b5\u03be\u03b1\u03bd\u03b4\u03c1\u03af\u03b4\u03b7, \u03bc\u03b5 \u03cc\u03c1\u03b1\u03bc\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03c9\u03bd \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ce\u03bd \u03bc\u03b5\u03c4\u03ac\u03bb\u03bb\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03b1\u03b3\u03bf\u03c1\u03ac. \u0391\u03c0\u03cc \u03c4\u03b9\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b5\u03c2 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03ad\u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1, \u03b7 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7 \u03ad\u03c7\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03b9 \u03c0\u03b9\u03c3\u03c4\u03ae \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b1\u03c1\u03c7\u03ae: \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03c3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2.<\/p>\n          <p>\u03a4\u03bf <strong>2016<\/strong>, \u03bf \u039a\u03c9\u03bd\u03c3\u03c4\u03b1\u03bd\u03c4\u03af\u03bd\u03bf\u03c2 \u0391\u03bb\u03b5\u03be\u03b1\u03bd\u03b4\u03c1\u03af\u03b4\u03b7\u03c2 \u03b1\u03bd\u03ad\u03bb\u03b1\u03b2\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ae\u03c2 \u03c0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2. \u03a9\u03c2 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc\u03c2 \u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2 MSc \u03bc\u03b5 \u03b5\u03be\u03b5\u03b9\u03b4\u03af\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b1 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1, \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03b9 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ac\u03b6\u03b5\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ae \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b7\u03b4\u03ad\u03bd \u2014 \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae \u03b1\u03c1\u03c4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b5 \u03b2\u03b1\u03b8\u03b9\u03ac \u03ba\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03bd\u03b1\u03b3\u03ba\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c3\u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf.<\/p>\n          <div class=\"quote-block\">\n            <p>\u00ab\u039a\u03ac\u03b8\u03b5 \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ae\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03c0\u03cd\u03bb\u03b7 \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b1 \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03b9 \u03bd\u03b1 \u03be\u03b5\u03b4\u03b9\u03c0\u03bb\u03c9\u03b8\u03b5\u03af. \u0395\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bd\u03b1 \u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2.\u00bb<\/p>\n          <\/div>\n          <p>\u03a0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 <strong>\u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03af \u03c4\u03cc\u03c0\u03bf\u03c5<\/strong>, \u03b3\u03b9\u03b1\u03c4\u03af \u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03bf\u03c5\u03bc\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b1\u03c2 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03b4\u03b5\u03bd \u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03c0\u03ce\u03bb\u03b7\u03c3\u03b7. \u039a\u03ac\u03b8\u03b5 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd \u03bc\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03b3\u03b3\u03cd\u03b7\u03c3\u03b7 \u03b5\u03b9\u03bb\u03b9\u03ba\u03c1\u03af\u03bd\u03b5\u03b9\u03b1\u03c2, \u03b1\u03c6\u03bf\u03c3\u03af\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CATEGORIES -->\n  <div class=\"categories\">\n    <div class=\"cats-inner\">\n      <div class=\"section-header\">\n        <div class=\"section-label\">\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd<\/div>\n        <h2>\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf\u03bd <em>\u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ae<\/em> \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9<\/h2>\n      <\/div>\n      <div class=\"cat-grid\">\n        <a class=\"cat-item\" href=\"https:\/\/detectors.gr\/?page_id=411\">\n          <div class=\"cat-item-header\">\n            <div class=\"cat-item-title\">\u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2<\/div>\n            <div class=\"cat-arrow\"><i class=\"ti ti-arrow-right\" aria-hidden=\"true\"><\/i><\/div>\n          <\/div>\n          <div class=\"cat-desc\">\u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b7\u03c2 \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc \u03bc\u03b5\u03c4\u03ac\u03bb\u03bb\u03c9\u03bd \u03c3\u03b5 \u03b1\u03c0\u03bf\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03ac\u03b8\u03b7 \u03c0\u03bf\u03c5 \u03be\u03b5\u03c0\u03b5\u03c1\u03bd\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03b9\u03ba\u03ac \u03cc\u03c1\u03b9\u03b1.<\/div>\n        <\/a>\n        <a class=\"cat-item\" href=\"https:\/\/detectors.gr\/?page_id=383\">\n          <div class=\"cat-item-header\">\n            <div class=\"cat-item-title\">\u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 &amp; \u0393\u03b5\u03c9\u03c1\u03b1\u03bd\u03c4\u03ac\u03c1<\/div>\n            <div class=\"cat-arrow\"><i class=\"ti ti-arrow-right\" aria-hidden=\"true\"><\/i><\/div>\n          <\/div>\n          <div class=\"cat-desc\">\u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03bb\u03bc\u03b9\u03ba\u03ae\u03c2 \u03b5\u03c0\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b5\u03c9\u03c1\u03b1\u03bd\u03c4\u03ac\u03c1 \u03b3\u03b9\u03b1 \u03b2\u03b1\u03b8\u03b9\u03ac \u03b1\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03cd\u03c3\u03ba\u03bf\u03bb\u03b1 \u03b5\u03b4\u03ac\u03c6\u03b7 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03cc\u03b3\u03b5\u03b9\u03b5\u03c2 \u03b4\u03bf\u03bc\u03ad\u03c2.<\/div>\n        <\/a>\n        <a class=\"cat-item\" href=\"https:\/\/detectors.gr\/?page_id=425\">\n          <div class=\"cat-item-header\">\n            <div class=\"cat-item-title\">\u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1<\/div>\n            <div class=\"cat-arrow\"><i class=\"ti ti-arrow-right\" aria-hidden=\"true\"><\/i><\/div>\n          <\/div>\n          <div class=\"cat-desc\">\u0395\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc \u03c5\u03c0\u03cc\u03b3\u03b5\u03b9\u03c9\u03bd \u03bd\u03b5\u03c1\u03ce\u03bd, \u03c3\u03c9\u03bb\u03b7\u03bd\u03ce\u03c3\u03b5\u03c9\u03bd \u03ba\u03b1\u03b9 \u03b1\u03b3\u03c9\u03b3\u03ce\u03bd.<\/div>\n        <\/a>\n        <a class=\"cat-item\" href=\"https:\/\/detectors.gr\/?page_id=370\">\n          <div class=\"cat-item-header\">\n            <div class=\"cat-item-title\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 &amp; \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7<\/div>\n            <div class=\"cat-arrow\"><i class=\"ti ti-arrow-right\" aria-hidden=\"true\"><\/i><\/div>\n          <\/div>\n          <div class=\"cat-desc\">\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7, \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b9 on-site \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03ae.<\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- VALUES -->\n  <div class=\"values\">\n    <div class=\"values-inner\">\n      <div class=\"section-label\">\u039f\u03b9 \u0391\u03be\u03af\u03b5\u03c2 \u03bc\u03b1\u03c2<\/div>\n      <h2>\u0393\u03b9\u03b1\u03c4\u03af \u03bd\u03b1 \u03bc\u03b1\u03c2 <em>\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5<\/em><\/h2>\n      <div class=\"values-grid\">\n        <div class=\"val-card\">\n          <div class=\"val-num\">01<\/div>\n          <div class=\"val-title\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae<\/div>\n          <div class=\"val-desc\">\u039a\u03ac\u03b8\u03b5 \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ae\u03c2 \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b5\u03be \u03bf\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1. \u0394\u03b5\u03bd \u03b5\u03c0\u03b1\u03bd\u03b5\u03c0\u03c9\u03bd\u03c5\u03bc\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u2014 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5.<\/div>\n        <\/div>\n        <div class=\"val-card\">\n          <div class=\"val-num\">02<\/div>\n          <div class=\"val-title\">\u03a4\u03b5\u03c7\u03bd\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1 MSc<\/div>\n          <div class=\"val-desc\">\u0397 \u03c3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc \u03bc\u03b5 \u03b5\u03be\u03b5\u03b9\u03b4\u03af\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b1 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03bf\u03bb\u03c5\u03b5\u03c4\u03ae \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1.<\/div>\n        <\/div>\n        <div class=\"val-card\">\n          <div class=\"val-num\">03<\/div>\n          <div class=\"val-title\">\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u0395\u03c0\u03af \u03a4\u03cc\u03c0\u03bf\u03c5<\/div>\n          <div class=\"val-desc\">\u03a0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf. \u0397 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b1\u03c2 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03b4\u03b5\u03bd \u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- NEWS -->\n  <div class=\"home-news-section\">\n    <div class=\"news-inner-wrap\">\n      <div class=\"section-header\">\n        <div class=\"section-label\">\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039d\u03ad\u03b1<\/div>\n        <h2>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03b9\u03ba\u03bf\u03af <em>\u039f\u03b4\u03b7\u03b3\u03bf\u03af<\/em> &amp; \u0386\u03c1\u03b8\u03c1\u03b1<\/h2>\n      <\/div>\n      <div class=\"news-grid\">\n        <a href=\"https:\/\/detectors.gr\/?page_id=733\" class=\"news-card\">\n          <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2020\/06\/IMG_6549-225x300.jpg\" class=\"news-card-img\" alt=\"\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03c7\u03ad\u03c2 \u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1\u03c2\">\n          <div class=\"news-card-content\">\n            <div class=\"news-card-date\">\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u0388\u03c1\u03b5\u03c5\u03bd\u03b1\u03c2<\/div>\n            <h3 class=\"news-card-title\">\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03c7\u03ad\u03c2 \u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u0391\u03c1\u03c7\u03b1\u03c1\u03af\u03bf\u03c5\u03c2<\/h3>\n            <p class=\"news-card-excerpt\">\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03bf\u03b9 \u03c1\u03ac\u03b2\u03b4\u03bf\u03b9 \u03c4\u03cd\u03c0\u03bf\u03c5 \u0393 \u03ba\u03b1\u03b9 \u03c0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03ad\u03bd\u03b1\u03c2 \u03bd\u03ad\u03bf\u03c2 \u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b1 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c3\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf&#8230;<\/p>\n            <span class=\"news-card-link\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 <i class=\"ti ti-arrow-right\"><\/i><\/span>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/detectors.gr\/?page_id=733\" class=\"news-card\">\n          <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/cropped-new-logo.jpg\" class=\"news-card-img\" alt=\"\u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 vs VLF\" style=\"object-fit:contain; background:#1A1F26; padding:15px;\">\n          <div class=\"news-card-content\">\n            <div class=\"news-card-date\">\u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1<\/div>\n            <h3 class=\"news-card-title\">\u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 vs VLF \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2<\/h3>\n            <p class=\"news-card-excerpt\">\u039c\u03b9\u03b1 \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03ae \u03c3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b1 \u03b2\u03ac\u03b8\u03b7 \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1\u03bd \u03c0\u03b1\u03bb\u03bc\u03b9\u03ba\u03cc \u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ae (PMD) \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ad\u03c1\u03b5\u03c5\u03bd\u03ac \u03c3\u03b1\u03c2&#8230;<\/p>\n            <span class=\"news-card-link\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 <i class=\"ti ti-arrow-right\"><\/i><\/span>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/detectors.gr\/?page_id=733\" class=\"news-card\">\n          <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2020\/06\/1C0C7A98-EB82-486A-A69F-2454E3ABD0BB-300x300.jpg\" class=\"news-card-img\" alt=\"\u0397 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03bf\u03cd\u03c2\">\n          <div class=\"news-card-content\">\n            <div class=\"news-card-date\">\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ad\u03c2<\/div>\n            <h3 class=\"news-card-title\">\u0397 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03bf\u03cd\u03c2 \u03bc\u03b5 \u03a7\u03ac\u03c1\u03c4\u03b5\u03c2<\/h3>\n            <p class=\"news-card-excerpt\">\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bf \u03c3\u03c9\u03c3\u03c4\u03cc\u03c2 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03b6\u03cd\u03b3\u03b9\u03c3\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03bf\u03cd\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03ad\u03bd\u03c4\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd \u03b1\u03c0\u03cc \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7&#8230;<\/p>\n            <span class=\"news-card-link\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 <i class=\"ti ti-arrow-right\"><\/i><\/span>\n          <\/div>\n        <\/a>\n      <\/div>\n      <div class=\"view-all-wrapper\">\n        <a href=\"https:\/\/detectors.gr\/?page_id=733\" class=\"btn-gold-center\">\u0394\u0395\u0399\u03a4\u0395 \u039f\u039b\u0391 \u03a4\u0391 \u0391\u03a1\u0398\u03a1\u0391 (23)<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA -->\n  <div class=\"cta\">\n    <div class=\"cta-inner\">\n      <div class=\"section-label\" style=\"justify-content:center\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1<\/div>\n      <h2>\u0388\u03c4\u03bf\u03b9\u03bc\u03bf\u03b9 \u03bd\u03b1 <em>\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03b5\u03c4\u03b5<\/em>;<\/h2>\n      <p>\u0391\u03c6\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03b6\u03af \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1, \u03c4\u03b9\u03bc\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ad\u03c2 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2.<\/p>\n      <form class=\"cta-form\" action=\"#\" method=\"POST\" onsubmit=\"alert('\u03a4\u03bf email \u03c3\u03b1\u03c2 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03ae\u03b8\u03b7\u03ba\u03b5!'); return false;\">\n        <input class=\"cta-input\" type=\"email\" placeholder=\"\u03c4\u03bf email \u03c3\u03b1\u03c2...\" required=\"\">\n        <button class=\"cta-submit\" type=\"submit\">\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae<\/button>\n      <\/form>\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"footer-inner\">\n      <div class=\"footer-logo\">\n        <img decoding=\"async\" src=\"http:\/\/detectors.gr\/wp-content\/uploads\/2026\/05\/cropped-new-logo.jpg\" alt=\"Detectors.gr\">\n      <\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"https:\/\/detectors.gr\/?page_id=411\">\u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03af<\/a><\/li>\n        <li><a href=\"https:\/\/detectors.gr\/?page_id=383\">\u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af<\/a><\/li>\n        <li><a href=\"https:\/\/detectors.gr\/?page_id=425\">\u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1<\/a><\/li>\n        <li><a href=\"https:\/\/detectors.gr\/?page_id=733\">\u039d\u03ad\u03b1<\/a><\/li>\n        <li><a href=\"https:\/\/detectors.gr\/?page_id=370\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1<\/a><\/li>\n      <\/ul>\n      <div class=\"footer-copy\">\u00a9 2026 Detectors.gr \u00b7 \u0391\u03bb\u03b5\u03be\u03b1\u03bd\u03b4\u03c1\u03af\u03b4\u03b7\u03c2 \u039a\u03c9\u03bd\u03c3\u03c4\u03b1\u03bd\u03c4\u03af\u03bd\u03bf\u03c2<\/div>\n    <\/div>\n  <\/footer>\n\n<\/div>\n\n<!-- ========================================\n     JAVASCRIPT \u0393\u0399\u0391 \u03a4\u039f SLIDESHOW\n     ======================================== -->\n<script>\n(function() {\n  var current = 0;\n  var total = 5;\n  var duration = 1500;\n  var slides = document.querySelectorAll('.slide');\n  var thumbs = document.querySelectorAll('.slide-thumb');\n  var bar = document.getElementById('slideProgressBar');\n  var timer = null;\n\n  function startProgress() {\n    if (!bar) return;\n    bar.style.transition = 'none';\n    bar.style.width = '0%';\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        bar.style.transition = 'width ' + duration + 'ms linear';\n        bar.style.width = '100%';\n      });\n    });\n  }\n\n  function show(n) {\n    slides[current].classList.remove('active');\n    if (thumbs[current]) thumbs[current].classList.remove('active');\n    current = (n + total) % total;\n    slides[current].classList.add('active');\n    if (thumbs[current]) thumbs[current].classList.add('active');\n    startProgress();\n  }\n\n  function startAuto() {\n    timer = setInterval(function() { show(current + 1); }, duration);\n  }\n\n  window.goToSlide = function(n) {\n    clearInterval(timer);\n    show(n);\n    startAuto();\n  };\n\n  startProgress();\n  startAuto();\n})();\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Detectors.gr \u2014 \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 \u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af &amp; \u0393\u03b5\u03c9\u03c1\u03b1\u03bd\u03c4\u03ac\u03c1 \u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1 \u039d\u03ad\u03b1 &amp; \u039f\u03b4\u03b7\u03b3\u03bf\u03af \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 EN \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ce\u03bd \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-709","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/detectors.gr\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Detectors.gr \u2014 \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ad\u03c2 \u03a0\u03b1\u03bb\u03bc\u03b9\u03ba\u03bf\u03af &amp; \u0393\u03b5\u03c9\u03c1\u03b1\u03bd\u03c4\u03ac\u03c1 \u03a1\u03b1\u03b2\u03b4\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1 \u039d\u03ad\u03b1 &amp; \u039f\u03b4\u03b7\u03b3\u03bf\u03af \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 EN \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae \u0391\u03bd\u03b9\u03c7\u03bd\u03b5\u03c5\u03c4\u03ce\u03bd \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 [&hellip;]","_links":{"self":[{"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/pages\/709","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/detectors.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=709"}],"version-history":[{"count":19,"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/pages\/709\/revisions"}],"predecessor-version":[{"id":779,"href":"https:\/\/detectors.gr\/index.php?rest_route=\/wp\/v2\/pages\/709\/revisions\/779"}],"wp:attachment":[{"href":"https:\/\/detectors.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}