{"id":1577,"date":"2025-12-26T20:06:52","date_gmt":"2025-12-26T20:06:52","guid":{"rendered":"https:\/\/eurofounders.org\/%ce%b1%cf%81%cf%87%ce%b9%ce%ba%ce%ae\/"},"modified":"2026-05-02T01:55:03","modified_gmt":"2026-05-02T01:55:03","slug":"home","status":"publish","type":"page","link":"https:\/\/eurofounders.org\/gr\/","title":{"rendered":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1577\" class=\"elementor elementor-1577 elementor-67\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f963d41 e-con-full e-flex e-con e-parent\" data-id=\"f963d41\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf31b5a elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"cf31b5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap\" rel=\"stylesheet\">\n\n<style>\n.ef-root {\n  \/* COLORS *\/\n  --ef-blue:        #003399;\n  --ef-blue-700:    #002A7A;\n  --ef-blue-600:    #1E47B0;\n  --ef-blue-500:    #3D5FC4;\n  --ef-blue-tint:   #EEF2FB;\n  --ef-blue-tint2:  #F6F8FD;\n  --ef-yellow:      #FFCC00;\n  --ef-yellow-600:  #F0B800;\n  --ef-ink:         #0A1633;\n  --ef-text:        #1F2A4A;\n  --ef-text-muted:  #5A6585;\n  --ef-line:        #E2E7F2;\n  --ef-line-soft:   #EEF1F8;\n  --ef-bg:          #FFFFFF;\n  --ef-bg-soft:     #F8FAFD;\n  --ef-success:     #0E9F6E;\n  --ef-success-tint:#E6F5EE;\n\n  \/* SHAPE *\/\n  --ef-radius:      12px;\n  --ef-radius-lg:   20px;\n  --ef-shadow-sm:   0 1px 2px rgba(10,22,51,.04), 0 1px 3px rgba(10,22,51,.05);\n  --ef-shadow-md:   0 4px 12px rgba(10,22,51,.06), 0 2px 4px rgba(10,22,51,.04);\n\n  \/* TYPE \u2014 single family *\/\n  --ef-font: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n\n  font-family: var(--ef-font);\n  color: var(--ef-text);\n  font-size: 16px;\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.ef-root *,\n.ef-root *::before,\n.ef-root *::after { box-sizing: border-box; }\n\n.ef-root img { max-width: 100%; height: auto; display: block; }\n\n\/* Translation safety: lets very long compound words (German \"Forschungsf\u00f6rdermittelantrag\" etc.) break gracefully instead of forcing horizontal scroll. Only activates when a word can't fit. *\/\n.ef-root h1,\n.ef-root h2,\n.ef-root h3,\n.ef-root h4,\n.ef-root p { overflow-wrap: anywhere; }\n\n\/* LAYOUT *\/\n.ef-container {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.ef-section { padding: 96px 0; position: relative; }\n@media (max-width: 768px) { .ef-section { padding: 64px 0; } }\n\n\/* KICKER *\/\n.ef-kicker {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.14em;\n  color: var(--ef-blue);\n  margin-bottom: 18px;\n}\n\n\/* BUTTONS *\/\n.ef-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 26px;\n  font-size: 16px;\n  font-weight: 600;\n  letter-spacing: -0.005em;\n  border-radius: 8px;\n  border: 1.5px solid transparent;\n  cursor: pointer;\n  text-decoration: none !important;\n  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;\n  white-space: nowrap;\n  font-family: var(--ef-font);\n}\n.ef-btn-primary {\n  background: var(--ef-yellow);\n  color: var(--ef-blue-700) !important;\n  box-shadow: 0 6px 18px -4px rgba(255,204,0,.5);\n}\n.ef-btn-primary:hover {\n  background: var(--ef-yellow-600);\n  transform: translateY(-1px);\n  box-shadow: 0 10px 22px -4px rgba(255,204,0,.65);\n}\n.ef-btn-blue {\n  background: var(--ef-blue);\n  color: #fff !important;\n  box-shadow: 0 6px 18px -4px rgba(0,51,153,.3);\n}\n.ef-btn-blue:hover {\n  background: var(--ef-blue-700);\n  transform: translateY(-1px);\n  box-shadow: 0 10px 22px -4px rgba(0,51,153,.4);\n}\n.ef-btn .ef-arrow { transition: transform .2s ease; }\n.ef-btn:hover .ef-arrow { transform: translateX(3px); }\n\n\/* REVEAL ON SCROLL *\/\n.ef-reveal {\n  opacity: 0;\n  transform: translateY(18px);\n  transition: opacity .7s ease, transform .7s ease;\n}\n.ef-reveal.is-visible { opacity: 1; transform: translateY(0); }\n@media (prefers-reduced-motion: reduce) {\n  .ef-reveal, .ef-btn { transition: none !important; animation: none !important; }\n  .ef-reveal { opacity: 1; transform: none; }\n}\n\n\/* ============================================================\n   1. HERO\n   ============================================================ *\/\n.ef-hero {\n  position: relative;\n  background:\n    radial-gradient(900px 500px at 85% 0%, rgba(30,71,176,.55) 0%, transparent 60%),\n    radial-gradient(700px 500px at 0% 100%, rgba(0,42,122,.6) 0%, transparent 60%),\n    linear-gradient(180deg, #002A7A 0%, #003399 100%);\n  color: #fff;\n  overflow: hidden;\n  padding: 110px 0 100px;\n  min-height: 100vh;\n  min-height: 100svh;\n  display: flex;\n  align-items: center;\n}\n\/* WordPress admin bar (32px) pushes the body down \u2014 subtract so hero still fills *\/\nbody.admin-bar .ef-hero {\n  min-height: calc(100vh - 32px);\n  min-height: calc(100svh - 32px);\n}\n@media (max-width: 768px) {\n  .ef-hero { padding: 80px 0 70px; min-height: 0; }\n  body.admin-bar .ef-hero { min-height: 0; }\n}\n\n.ef-hero::before {\n  content: \"\";\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n  background-size: 60px 60px;\n  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);\n  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);\n  pointer-events: none;\n  z-index: 0;\n}\n\n.ef-hero-stars {\n  position: absolute; inset: 0;\n  pointer-events: none; z-index: 0;\n  opacity: .55;\n}\n\n.ef-hero-grid {\n  position: relative; z-index: 2;\n  display: grid;\n  grid-template-columns: 1.05fr 1fr;\n  gap: 64px;\n  align-items: center;\n}\n@media (max-width: 960px) {\n  .ef-hero-grid { grid-template-columns: 1fr; gap: 56px; }\n}\n\n.ef-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  padding: 8px 16px 8px 8px;\n  border: 1px solid rgba(255,255,255,.18);\n  border-radius: 999px;\n  background: rgba(255,255,255,.06);\n  font-size: 13px;\n  font-weight: 500;\n  color: rgba(255,255,255,.92);\n  margin-bottom: 28px;\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n}\n.ef-eyebrow-badge {\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 22px; height: 22px;\n  border-radius: 999px;\n  background: var(--ef-yellow);\n  color: var(--ef-blue-700);\n  font-weight: 700;\n  font-size: 12px;\n  line-height: 1;\n}\n.ef-eyebrow-divider { width: 1px; height: 14px; background: rgba(255,255,255,.2); }\n.ef-eyebrow-strong { color: #fff; font-weight: 600; }\n@media (max-width: 600px) {\n  .ef-eyebrow { font-size: 12.5px; padding-right: 14px; }\n  .ef-eyebrow-divider, .ef-eyebrow-tail { display: none; }\n}\n\n.ef-hero-h1 {\n  font-size: clamp(40px, 5.4vw, 60px);\n  font-weight: 700;\n  line-height: 1.05;\n  letter-spacing: -0.025em;\n  margin: 0 0 22px;\n  color: #fff;\n}\n.ef-hero-h1 em {\n  font-style: italic;\n  color: var(--ef-yellow);\n  font-weight: 700;\n}\n\n.ef-hero-lede {\n  font-size: clamp(16.5px, 1.4vw, 18.5px);\n  color: rgba(255,255,255,.82);\n  max-width: 540px;\n  margin: 0 0 32px;\n  line-height: 1.55;\n}\n\n.ef-cta-row {\n  display: flex; flex-wrap: wrap;\n  gap: 14px; align-items: center;\n  margin-bottom: 28px;\n}\n\n.ef-trust {\n  display: flex; flex-wrap: wrap;\n  gap: 22px;\n  padding-top: 24px;\n  border-top: 1px solid rgba(255,255,255,.12);\n  max-width: 540px;\n}\n.ef-trust-item {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-size: 13.5px;\n  color: rgba(255,255,255,.78);\n  font-weight: 500;\n}\n.ef-trust-item svg { flex-shrink: 0; color: var(--ef-yellow); }\n\n\/* Email mockup (focal artifact) *\/\n.ef-mockup-wrap {\n  position: relative;\n  width: 100%;\n  max-width: 480px;\n  margin-left: auto;\n}\n@media (max-width: 960px) { .ef-mockup-wrap { margin: 0 auto; max-width: 440px; } }\n\n.ef-mockup-wrap::before {\n  content: \"\";\n  position: absolute; inset: -40px;\n  background:\n    radial-gradient(circle at 30% 30%, rgba(255,204,0,.18) 0%, transparent 50%),\n    radial-gradient(circle at 70% 70%, rgba(61,95,196,.35) 0%, transparent 55%);\n  filter: blur(24px);\n  z-index: 0;\n  pointer-events: none;\n}\n\n.ef-mockup {\n  position: relative; z-index: 1;\n  background: #fff;\n  border-radius: 16px;\n  box-shadow: 0 30px 60px -20px rgba(0,0,0,.5), 0 18px 32px -16px rgba(0,0,0,.35);\n  overflow: hidden;\n  color: var(--ef-text);\n  font-size: 14px;\n  line-height: 1.5;\n  transform: rotate(-1.2deg);\n  transition: transform .4s ease;\n}\n.ef-mockup:hover { transform: rotate(0) translateY(-4px); }\n@media (max-width: 600px) { .ef-mockup { transform: none; } }\n\n.ef-mockup-bar {\n  background: var(--ef-bg-soft);\n  border-bottom: 1px solid var(--ef-line);\n  padding: 10px 14px;\n  display: flex; align-items: center; gap: 6px;\n}\n.ef-mockup-bar .dot { width: 10px; height: 10px; border-radius: 50%; background: #D9DEE9; }\n.ef-mockup-bar .dot.r { background: #FF6B6B; }\n.ef-mockup-bar .dot.y { background: #FFCC00; }\n.ef-mockup-bar .dot.g { background: #4ECB71; }\n.ef-mockup-from {\n  margin-left: 12px;\n  font-size: 12px;\n  color: var(--ef-text-muted);\n  font-weight: 500;\n}\n.ef-mockup-from strong { color: var(--ef-ink); font-weight: 700; }\n\n.ef-mockup-body { padding: 24px 24px 22px; }\n.ef-mockup-brand {\n  display: flex; align-items: center; justify-content: space-between;\n  margin-bottom: 18px;\n}\n.ef-mockup-brand-left {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-weight: 700;\n  color: var(--ef-blue);\n  font-size: 13px;\n}\n.ef-mockup-brand-right {\n  font-size: 11px;\n  color: var(--ef-text-muted);\n  text-transform: uppercase;\n  letter-spacing: .08em;\n  font-weight: 600;\n}\n.ef-mockup-hello {\n  font-size: 19px;\n  font-weight: 700;\n  letter-spacing: -.015em;\n  color: var(--ef-ink);\n  margin: 0 0 8px;\n  line-height: 1.25;\n}\n.ef-mockup-hello em { font-style: italic; color: var(--ef-blue); font-weight: 700; }\n.ef-mockup-intro {\n  color: var(--ef-text-muted);\n  font-size: 13.5px;\n  margin: 0 0 18px;\n  line-height: 1.55;\n}\n.ef-mockup-section-label {\n  font-size: 10.5px;\n  font-weight: 700;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  color: var(--ef-blue);\n  margin-bottom: 10px;\n}\n.ef-mockup-match {\n  display: flex; align-items: center; gap: 12px;\n  padding: 12px 14px;\n  background: var(--ef-blue-tint2);\n  border: 1px solid var(--ef-line);\n  border-radius: 10px;\n  margin-bottom: 8px;\n}\n.ef-mockup-match:last-of-type { margin-bottom: 0; }\n.ef-mockup-match-icon {\n  width: 32px; height: 32px;\n  flex-shrink: 0;\n  border-radius: 8px;\n  background: var(--ef-blue);\n  color: var(--ef-yellow);\n  display: inline-flex; align-items: center; justify-content: center;\n  font-weight: 700;\n  font-size: 14px;\n}\n.ef-mockup-match-text { flex: 1; min-width: 0; }\n.ef-mockup-match-title {\n  font-weight: 600;\n  color: var(--ef-ink);\n  font-size: 13.5px;\n  letter-spacing: -.005em;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.ef-mockup-match-meta {\n  font-size: 12px;\n  color: var(--ef-text-muted);\n  margin-top: 1px;\n}\n.ef-mockup-match-arrow { color: var(--ef-blue); flex-shrink: 0; }\n.ef-mockup-cta {\n  margin-top: 18px;\n  display: block;\n  background: var(--ef-blue);\n  color: #fff;\n  text-align: center;\n  padding: 11px 16px;\n  border-radius: 8px;\n  font-size: 13px;\n  font-weight: 600;\n}\n\n\/* ============================================================\n   2. HOW IT WORKS \u2014 grants funnel\n   ============================================================ *\/\n.ef-how {\n  background: var(--ef-bg);\n  padding: 110px 0;\n}\n@media (max-width: 768px) { .ef-how { padding: 72px 0; } }\n\n.ef-section-head {\n  max-width: 740px;\n  margin: 0 auto 56px;\n  text-align: center;\n}\n.ef-section-head h2 {\n  font-size: clamp(30px, 3.8vw, 44px);\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -.022em;\n  color: var(--ef-ink);\n  margin: 0 0 18px;\n}\n.ef-section-head h2 em { font-style: italic; color: var(--ef-blue); font-weight: 700; }\n.ef-section-head p {\n  font-size: 17px;\n  color: var(--ef-text-muted);\n  margin: 0;\n  line-height: 1.6;\n}\n\n.ef-steps-wrap { position: relative; margin-bottom: 48px; }\n.ef-steps-wrap::before {\n  content: \"\";\n  position: absolute;\n  top: 56px;\n  left: 12%; right: 12%;\n  height: 2px;\n  background: repeating-linear-gradient(to right, var(--ef-blue-tint) 0 8px, transparent 8px 14px);\n  z-index: 0;\n  pointer-events: none;\n}\n@media (max-width: 960px) { .ef-steps-wrap::before { display: none; } }\n\n.ef-steps {\n  position: relative; z-index: 1;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 24px;\n}\n\n.ef-step {\n  position: relative;\n  background: #fff;\n  border: 1px solid var(--ef-line);\n  border-radius: var(--ef-radius-lg);\n  padding: 32px 28px;\n  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n}\n.ef-step:hover {\n  transform: translateY(-3px);\n  box-shadow: var(--ef-shadow-md);\n  border-color: var(--ef-blue-500);\n}\n.ef-step-head {\n  display: flex; align-items: center; justify-content: space-between;\n  margin-bottom: 20px;\n}\n.ef-step-num {\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 40px; height: 40px;\n  border-radius: 10px;\n  background: var(--ef-blue);\n  color: var(--ef-yellow);\n  font-weight: 700;\n  font-size: 18px;\n  box-shadow: 0 4px 12px -2px rgba(0,51,153,.25);\n}\n.ef-step-status {\n  display: inline-flex; align-items: center; gap: 6px;\n  font-size: 11.5px;\n  font-weight: 600;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n  color: var(--ef-blue);\n  background: var(--ef-blue-tint);\n  padding: 5px 10px;\n  border-radius: 999px;\n}\n.ef-step h3 {\n  font-size: 19px;\n  font-weight: 600;\n  letter-spacing: -.012em;\n  margin: 0 0 10px;\n  color: var(--ef-ink);\n}\n.ef-step p {\n  margin: 0;\n  color: var(--ef-text-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n.ef-cta-center { text-align: center; }\n\n\/* ============================================================\n   3. THREE PILLARS \u2014 the substance section\n   ============================================================ *\/\n.ef-pillars {\n  background: var(--ef-bg-soft);\n  border-top: 1px solid var(--ef-line-soft);\n  border-bottom: 1px solid var(--ef-line-soft);\n}\n.ef-pillars-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 24px;\n}\n\n.ef-pillar {\n  background: #fff;\n  border: 1px solid var(--ef-line);\n  border-radius: var(--ef-radius-lg);\n  padding: 32px 30px;\n  display: flex;\n  flex-direction: column;\n  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n}\n.ef-pillar:hover {\n  transform: translateY(-3px);\n  box-shadow: var(--ef-shadow-md);\n  border-color: var(--ef-blue-500);\n}\n.ef-pillar.ef-pillar-coming {\n  background: linear-gradient(180deg, #fff 0%, var(--ef-blue-tint2) 100%);\n  border-style: dashed;\n  border-color: #C8D2E5;\n}\n.ef-pillar.ef-pillar-coming:hover { border-style: dashed; border-color: var(--ef-blue-500); }\n\n.ef-pillar-head {\n  display: flex; align-items: center; justify-content: space-between;\n  margin-bottom: 18px;\n}\n.ef-pillar-icon {\n  width: 44px; height: 44px;\n  border-radius: 11px;\n  background: var(--ef-blue);\n  color: var(--ef-yellow);\n  display: inline-flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n.ef-pillar.ef-pillar-coming .ef-pillar-icon {\n  background: var(--ef-blue-tint);\n  color: var(--ef-blue);\n}\n.ef-pillar-badge {\n  display: inline-flex; align-items: center; gap: 6px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  padding: 5px 10px;\n  border-radius: 999px;\n}\n.ef-pillar-badge.live { color: var(--ef-success); background: var(--ef-success-tint); }\n.ef-pillar-badge.live::before {\n  content: \"\";\n  width: 6px; height: 6px;\n  border-radius: 50%;\n  background: var(--ef-success);\n  display: inline-block;\n}\n.ef-pillar-badge.coming { color: var(--ef-text-muted); background: var(--ef-line-soft); }\n\n.ef-pillar h3 {\n  font-size: 22px;\n  font-weight: 700;\n  letter-spacing: -.015em;\n  color: var(--ef-ink);\n  margin: 0 0 8px;\n}\n.ef-pillar-sub {\n  font-size: 14.5px;\n  color: var(--ef-text-muted);\n  margin: 0 0 22px;\n  line-height: 1.55;\n}\n.ef-pillar-list {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 24px;\n  display: grid;\n  gap: 11px;\n}\n.ef-pillar-list li {\n  display: flex; align-items: flex-start; gap: 10px;\n  font-size: 14.5px;\n  color: var(--ef-text);\n  line-height: 1.55;\n}\n.ef-pillar-list li svg { color: var(--ef-blue); flex-shrink: 0; margin-top: 4px; }\n.ef-pillar.ef-pillar-coming .ef-pillar-list li svg { color: var(--ef-text-muted); }\n.ef-pillar-link {\n  margin-top: auto;\n  display: inline-flex; align-items: center; gap: 6px;\n  font-size: 14.5px;\n  font-weight: 600;\n  color: var(--ef-blue);\n  text-decoration: none !important;\n  letter-spacing: -.005em;\n  align-self: flex-start;\n  padding-top: 4px;\n  border-bottom: 1.5px solid transparent;\n  transition: border-color .2s ease;\n}\n.ef-pillar-link:hover { border-color: var(--ef-blue); }\n.ef-pillar-link svg { transition: transform .2s ease; }\n.ef-pillar-link:hover svg { transform: translateX(3px); }\n.ef-pillar-coming-note {\n  margin-top: auto;\n  font-size: 13.5px;\n  color: var(--ef-text-muted);\n  font-style: italic;\n  padding-top: 4px;\n  line-height: 1.5;\n}\n\n\/* ============================================================\n   4. WHY EUROFOUNDERS \u2014 complexity \u2192 clarity\n   ============================================================ *\/\n.ef-why { background: #fff; }\n.ef-why-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.05fr;\n  gap: 72px;\n  align-items: center;\n}\n@media (max-width: 900px) { .ef-why-grid { grid-template-columns: 1fr; gap: 56px; } }\n\n.ef-why-text h2 {\n  font-size: clamp(30px, 3.8vw, 44px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -.022em;\n  color: var(--ef-ink);\n  margin: 0 0 22px;\n}\n.ef-why-text h2 em { font-style: italic; color: var(--ef-blue); font-weight: 700; }\n.ef-why-text p {\n  font-size: 16.5px;\n  color: var(--ef-text);\n  margin: 0 0 18px;\n  line-height: 1.65;\n}\n.ef-why-text p:last-of-type { margin-bottom: 28px; }\n\n.ef-why-signature {\n  display: flex; align-items: center; gap: 16px;\n  padding: 18px 22px;\n  background: var(--ef-blue-tint2);\n  border-left: 3px solid var(--ef-blue);\n  border-radius: 0 12px 12px 0;\n}\n.ef-why-signature-text {\n  font-style: italic;\n  font-weight: 600;\n  font-size: 16px;\n  color: var(--ef-blue);\n  letter-spacing: -.005em;\n  line-height: 1.4;\n}\n\n.ef-clarity {\n  position: relative;\n  background: linear-gradient(135deg, #FFFFFF 0%, var(--ef-blue-tint2) 100%);\n  border: 1px solid var(--ef-line);\n  border-radius: var(--ef-radius-lg);\n  padding: 28px;\n  box-shadow: 0 30px 60px -30px rgba(0,51,153,.25);\n  overflow: hidden;\n}\n.ef-clarity-header {\n  display: flex; align-items: center; gap: 12px;\n  margin-bottom: 22px;\n  padding-bottom: 16px;\n  border-bottom: 1px solid var(--ef-line);\n}\n.ef-clarity-header-l, .ef-clarity-header-r {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n}\n.ef-clarity-header-l { color: var(--ef-text-muted); }\n.ef-clarity-header-r { color: var(--ef-blue); }\n.ef-clarity-header-arrow {\n  flex: 1;\n  height: 2px;\n  background: repeating-linear-gradient(to right, var(--ef-line) 0 6px, transparent 6px 11px);\n  position: relative;\n}\n.ef-clarity-header-arrow::after {\n  content: \"\u2192\";\n  position: absolute;\n  right: -2px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: var(--ef-blue);\n  font-weight: 700;\n  font-size: 14px;\n  background: linear-gradient(135deg, #FFFFFF 0%, var(--ef-blue-tint2) 100%);\n  padding-left: 4px;\n}\n\n.ef-clarity-body {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  align-items: stretch;\n}\n.ef-clarity-chaos {\n  position: relative;\n  display: flex; flex-direction: column;\n  gap: 7px;\n}\n.ef-chaos-item {\n  display: flex; align-items: center; gap: 10px;\n  padding: 8px 12px;\n  background: #fff;\n  border: 1px solid var(--ef-line);\n  border-radius: 8px;\n  font-size: 12.5px;\n  color: var(--ef-text-muted);\n  box-shadow: 0 1px 2px rgba(10,22,51,.04);\n}\n.ef-chaos-item:nth-child(1) { transform: translateX(-4px) rotate(-1.5deg); }\n.ef-chaos-item:nth-child(2) { transform: translateX(8px) rotate(1deg); }\n.ef-chaos-item:nth-child(3) { transform: translateX(-2px) rotate(-0.5deg); }\n.ef-chaos-item:nth-child(4) { transform: translateX(6px) rotate(1.2deg); }\n.ef-chaos-item:nth-child(5) { transform: translateX(-5px) rotate(-1deg); }\n.ef-chaos-item:nth-child(6) { transform: translateX(3px) rotate(0.8deg); }\n\n.ef-chaos-icon {\n  width: 22px; height: 22px;\n  flex-shrink: 0;\n  border-radius: 5px;\n  background: var(--ef-blue-tint);\n  color: var(--ef-blue);\n  display: inline-flex; align-items: center; justify-content: center;\n  font-size: 10px;\n  font-weight: 700;\n}\n.ef-chaos-text {\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n.ef-clarity-output {\n  position: relative;\n  background: linear-gradient(135deg, var(--ef-blue) 0%, var(--ef-blue-700) 100%);\n  border-radius: 12px;\n  padding: 22px 20px;\n  color: #fff;\n  display: flex; flex-direction: column;\n  justify-content: center;\n  box-shadow: 0 12px 28px -8px rgba(0,51,153,.45);\n}\n.ef-clarity-output::before {\n  content: \"\";\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 140px; height: 140px;\n  background: radial-gradient(circle, rgba(255,204,0,.25) 0%, transparent 70%);\n  pointer-events: none;\n}\n.ef-clarity-output-label {\n  font-size: 10.5px;\n  font-weight: 700;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n  color: var(--ef-yellow);\n  margin-bottom: 10px;\n  position: relative;\n}\n.ef-clarity-output-title {\n  font-size: 18px;\n  font-weight: 700;\n  letter-spacing: -.015em;\n  line-height: 1.2;\n  margin: 0 0 14px;\n  position: relative;\n  color: #fff;\n}\n.ef-clarity-output-title em { font-style: italic; color: var(--ef-yellow); font-weight: 700; }\n.ef-clarity-output-list {\n  list-style: none;\n  padding: 0; margin: 0;\n  display: grid; gap: 8px;\n  position: relative;\n}\n.ef-clarity-output-list li {\n  display: flex; align-items: center; gap: 8px;\n  font-size: 12.5px;\n  color: rgba(255,255,255,.92);\n}\n.ef-clarity-output-list li svg { flex-shrink: 0; color: var(--ef-yellow); }\n\n@media (max-width: 600px) {\n  .ef-clarity-body { grid-template-columns: 1fr; gap: 16px; }\n  .ef-clarity-header-arrow::after { display: none; }\n  .ef-chaos-item { transform: none !important; }\n}\n\n\/* ============================================================\n   5. SECTORS \u2014 compressed pill row (was: design-heavy tiles)\n   ============================================================ *\/\n.ef-sectors {\n  background: var(--ef-bg-soft);\n  border-top: 1px solid var(--ef-line-soft);\n  border-bottom: 1px solid var(--ef-line-soft);\n  padding: 80px 0;\n}\n@media (max-width: 768px) { .ef-sectors { padding: 56px 0; } }\n\n.ef-sectors-head {\n  max-width: 720px;\n  margin: 0 auto 36px;\n  text-align: center;\n}\n.ef-sectors-head .ef-kicker { margin-bottom: 12px; }\n.ef-sectors-head h2 {\n  font-size: clamp(24px, 2.6vw, 30px);\n  font-weight: 700;\n  line-height: 1.2;\n  letter-spacing: -.018em;\n  color: var(--ef-ink);\n  margin: 0 0 12px;\n}\n.ef-sectors-head h2 em { font-style: italic; color: var(--ef-blue); font-weight: 700; }\n.ef-sectors-head p {\n  font-size: 15px;\n  color: var(--ef-text-muted);\n  margin: 0;\n}\n\n.ef-sector-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  max-width: 980px;\n  margin: 0 auto;\n}\n.ef-sector-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 16px;\n  background: #fff;\n  border: 1px solid var(--ef-line);\n  border-radius: 999px;\n  font-size: 13.5px;\n  font-weight: 600;\n  color: var(--ef-ink);\n  letter-spacing: -.005em;\n  transition: border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;\n  cursor: default;\n}\n.ef-sector-pill:hover {\n  border-color: var(--ef-blue);\n  color: var(--ef-blue);\n  transform: translateY(-1px);\n  box-shadow: 0 4px 10px -3px rgba(0,51,153,.15);\n}\n.ef-sector-pill.ef-sector-more {\n  background: transparent;\n  border-style: dashed;\n  border-color: #C8D2E5;\n  color: var(--ef-text-muted);\n  font-style: italic;\n  font-weight: 500;\n}\n\n\/* ============================================================\n   6. FINAL CTA\n   ============================================================ *\/\n.ef-final {\n  position: relative;\n  padding: 90px 0;\n  background:\n    radial-gradient(700px 400px at 80% 100%, rgba(255,204,0,.18) 0%, transparent 60%),\n    radial-gradient(700px 400px at 0% 0%, rgba(30,71,176,.4) 0%, transparent 60%),\n    linear-gradient(135deg, #002A7A 0%, #003399 100%);\n  color: #fff;\n  overflow: hidden;\n  text-align: center;\n}\n.ef-final::before {\n  content: \"\";\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);\n  background-size: 60px 60px;\n  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);\n  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);\n  pointer-events: none;\n}\n.ef-final-inner {\n  position: relative;\n  max-width: 720px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.ef-final-steps {\n  display: inline-flex;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 28px;\n  padding: 8px 18px 8px 8px;\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(255,255,255,.14);\n  border-radius: 999px;\n  font-size: 13px;\n  color: rgba(255,255,255,.85);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n}\n.ef-final-steps-row {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n}\n.ef-final-steps-num {\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 22px; height: 22px;\n  border-radius: 999px;\n  background: var(--ef-yellow);\n  color: var(--ef-blue-700);\n  font-weight: 700;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n.ef-final-steps-divider { color: rgba(255,255,255,.4); }\n.ef-final-steps-strong { color: #fff; font-weight: 600; }\n@media (max-width: 480px) {\n  .ef-final-steps {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 14px 18px;\n    border-radius: 16px;\n  }\n  .ef-final-steps-divider { display: none; }\n}\n\n.ef-final h2 {\n  font-size: clamp(30px, 4vw, 46px);\n  font-weight: 700;\n  letter-spacing: -.022em;\n  color: #fff;\n  line-height: 1.08;\n  margin: 0 0 18px;\n}\n.ef-final h2 em { font-style: italic; color: var(--ef-yellow); font-weight: 700; }\n.ef-final p {\n  font-size: 16.5px;\n  color: rgba(255,255,255,.78);\n  margin: 0 0 32px;\n  line-height: 1.55;\n}\n<\/style>\n\n<div class=\"ef-root\">\n\n  <!-- ========== 1. HERO ========== -->\n  <section class=\"ef-hero\">\n    <svg class=\"ef-hero-stars\" viewBox=\"0 0 1440 800\" preserveAspectRatio=\"xMidYMid slice\" aria-hidden=\"true\">\n      <defs>\n        <g id=\"ef-amb-star\">\n          <polygon points=\"0,-7 2.05,-2.15 7,-2.15 3,0.85 4.5,5.65 0,2.8 -4.5,5.65 -3,0.85 -7,-2.15 -2.05,-2.15\" fill=\"#FFCC00\" opacity=\".55\"\/>\n        <\/g>\n        <g id=\"ef-amb-star-sm\">\n          <polygon points=\"0,-4 1.2,-1.25 4,-1.25 1.7,0.45 2.6,3.2 0,1.6 -2.6,3.2 -1.7,0.45 -4,-1.25 -1.2,-1.25\" fill=\"#FFCC00\" opacity=\".4\"\/>\n        <\/g>\n      <\/defs>\n      <use href=\"#ef-amb-star\"    x=\"120\"  y=\"120\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"220\"  y=\"60\"\/>\n      <use href=\"#ef-amb-star\"    x=\"340\"  y=\"180\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"80\"   y=\"340\"\/>\n      <use href=\"#ef-amb-star\"    x=\"180\"  y=\"500\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"290\"  y=\"640\"\/>\n      <use href=\"#ef-amb-star\"    x=\"60\"   y=\"700\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"430\"  y=\"430\"\/>\n      <use href=\"#ef-amb-star\"    x=\"540\"  y=\"90\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"640\"  y=\"220\"\/>\n      <use href=\"#ef-amb-star\"    x=\"780\"  y=\"60\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"900\"  y=\"180\"\/>\n      <use href=\"#ef-amb-star\"    x=\"1020\" y=\"100\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"1180\" y=\"60\"\/>\n      <use href=\"#ef-amb-star\"    x=\"1300\" y=\"180\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"1380\" y=\"320\"\/>\n      <use href=\"#ef-amb-star\"    x=\"1280\" y=\"480\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"1360\" y=\"620\"\/>\n      <use href=\"#ef-amb-star\"    x=\"1180\" y=\"720\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"1080\" y=\"600\"\/>\n      <use href=\"#ef-amb-star\"    x=\"980\"  y=\"720\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"820\"  y=\"640\"\/>\n      <use href=\"#ef-amb-star\"    x=\"700\"  y=\"720\"\/>\n      <use href=\"#ef-amb-star-sm\" x=\"540\"  y=\"600\"\/>\n      <use href=\"#ef-amb-star\"    x=\"460\"  y=\"700\"\/>\n    <\/svg>\n\n    <div class=\"ef-container\">\n      <div class=\"ef-hero-grid\">\n        <div>\n          <span class=\"ef-eyebrow\">\n            <span class=\"ef-eyebrow-badge\">\u2605<\/span>\n            <span>\u03a6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 startup<\/span>\n          <\/span>\n\n          <h1 class=\"ef-hero-h1\">\n            \u0393\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 <em>\u03c7\u03c4\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03ce\u03c0\u03b7.<\/em>\n          <\/h1>\n\n          <p class=\"ef-hero-lede\">\n            \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7, \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf, \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae &mdash; \u03b1\u03c0\u03bf\u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03c3\u03bf\u03c5\u03c2 \u03c7\u03c4\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ad\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2. \u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd, \u03b5\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd \u0395\u0395 \u03c0\u03bf\u03c5 \u03b4\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03c3\u03c4\u03b5.\n          <\/p>\n\n          <div class=\"ef-cta-row\">\n            <a class=\"ef-btn ef-btn-primary\" href=\"https:\/\/eurofounders.org\/eu-funds-sign-up\/\">\n              \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u0395\u0395 \u03bc\u03bf\u03c5\n              <svg class=\"ef-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 5l7 7-7 7\"\/><\/svg>\n            <\/a>\n          <\/div>\n\n          <div class=\"ef-trust\">\n            <div class=\"ef-trust-item\">\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\n              \u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7\n            <\/div>\n            <div class=\"ef-trust-item\">\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\n              \u03a0\u03c1\u03bf\u03c6\u03af\u03bb 3 \u03bb\u03b5\u03c0\u03c4\u03ce\u03bd\n            <\/div>\n            <div class=\"ef-trust-item\">\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m22 2-7 20-4-9-9-4 20-7z\"\/><\/svg>\n              \u0395\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"ef-mockup-wrap\" aria-hidden=\"true\">\n          <div class=\"ef-mockup\">\n            <div class=\"ef-mockup-bar\">\n              <span class=\"dot r\"><\/span>\n              <span class=\"dot y\"><\/span>\n              <span class=\"dot g\"><\/span>\n              <span class=\"ef-mockup-from\"><strong>EuroFounders<\/strong> &nbsp;&middot;&nbsp; \u0397 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u0395\u0395 \u03c3\u03b1\u03c2<\/span>\n            <\/div>\n            <div class=\"ef-mockup-body\">\n              <div class=\"ef-mockup-brand\">\n                <span class=\"ef-mockup-brand-left\">\n                  <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M2 12h20M12 2a15 15 0 0 1 0 20M12 2a15 15 0 0 0 0 20\"\/><\/svg>\n                  EuroFounders\n                <\/span>\n                <span class=\"ef-mockup-brand-right\">\u0395\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac<\/span>\n              <\/div>\n\n              <h3 class=\"ef-mockup-hello\">\u0397 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 <em>\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u0395\u0395<\/em> \u03c3\u03b1\u03c2<\/h3>\n              <p class=\"ef-mockup-intro\">\u039c\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf\u03bd \u03c4\u03bf\u03bc\u03ad\u03b1, \u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03c3\u03c4\u03ac\u03b4\u03b9\u03cc \u03c3\u03b1\u03c2, \u03b1\u03c5\u03c4\u03ac \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf startup \u03c3\u03b1\u03c2 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae.<\/p>\n\n              <div class=\"ef-mockup-section-label\">\u039a\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03c3\u03b5\u03b9\u03c2<\/div>\n\n              <div class=\"ef-mockup-match\">\n                <span class=\"ef-mockup-match-icon\">&euro;<\/span>\n                <div class=\"ef-mockup-match-text\">\n                  <div class=\"ef-mockup-match-title\">EIC Accelerator<\/div>\n                  <div class=\"ef-mockup-match-meta\">\u0395\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ad\u03c9\u03c2 2,5 \u03b5\u03ba\u03b1\u03c4. &euro; &middot; \u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03b9\u03ba\u03cc \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf \u03ad\u03c9\u03c2 15 \u03b5\u03ba\u03b1\u03c4. &euro;<\/div>\n                <\/div>\n                <svg class=\"ef-mockup-match-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"\/><\/svg>\n              <\/div>\n\n              <div class=\"ef-mockup-match\">\n                <span class=\"ef-mockup-match-icon\">&euro;<\/span>\n                <div class=\"ef-mockup-match-text\">\n                  <div class=\"ef-mockup-match-title\">Horizon Europe &mdash; Cluster 5<\/div>\n                  <div class=\"ef-mockup-match-meta\">\u039a\u03bb\u03af\u03bc\u03b1, \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 &middot; 1&ndash;6 \u03b5\u03ba\u03b1\u03c4. &euro;<\/div>\n                <\/div>\n                <svg class=\"ef-mockup-match-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"\/><\/svg>\n              <\/div>\n\n              <div class=\"ef-mockup-match\">\n                <span class=\"ef-mockup-match-icon\">&euro;<\/span>\n                <div class=\"ef-mockup-match-text\">\n                  <div class=\"ef-mockup-match-title\">\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03a8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u0395\u03c5\u03c1\u03ce\u03c0\u03b7<\/div>\n                  <div class=\"ef-mockup-match-meta\">AI, \u03ba\u03c5\u03b2\u03b5\u03c1\u03bd\u03bf\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b4\u03b5\u03be\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/div>\n                <\/div>\n                <svg class=\"ef-mockup-match-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"\/><\/svg>\n              <\/div>\n\n              <span class=\"ef-mockup-cta\">\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03c0\u03bb\u03ae\u03c1\u03b5\u03c2 Deep Scan &rarr;<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== 2. HOW IT WORKS ========== -->\n  <section class=\"ef-how\">\n    <div class=\"ef-container\">\n      <div class=\"ef-section-head ef-reveal\">\n        <span class=\"ef-kicker\">\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c4\u03bf \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u0395\u0395<\/span>\n        <h2>\u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 <em>\u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c4\u03b7 \u03b2\u03c1\u03bf\u03c5\u03bd.<\/em><\/h2>\n        <p>\u0397 \u0395\u0395 \u03ad\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b5\u03b9 95,5 \u03b4\u03b9\u03c3. &euro; \u03b3\u03b9\u03b1 \u03ba\u03b1\u03b9\u03bd\u03bf\u03c4\u03bf\u03bc\u03af\u03b1 \u03ad\u03c9\u03c2 \u03c4\u03bf 2027 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03c9\u03bd Horizon Europe, Digital Europe, EIC \u03ba\u03b1\u03b9 \u03b4\u03b5\u03ba\u03ac\u03b4\u03c9\u03bd \u03ac\u03bb\u03bb\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd. \u039f\u03b9 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03b9 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03b4\u03b5\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03c5\u03bd \u03c0\u03bf\u03c4\u03ad \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b9\u03c2 \u03bf\u03c0\u03bf\u03af\u03b5\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b9\u03bc\u03bf\u03b9. \u0391\u03c5\u03c4\u03cc \u03c4\u03bf \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5.<\/p>\n      <\/div>\n\n      <div class=\"ef-steps-wrap\">\n        <div class=\"ef-steps\">\n          <div class=\"ef-step ef-reveal\">\n            <div class=\"ef-step-head\">\n              <div class=\"ef-step-num\">1<\/div>\n              <span class=\"ef-step-status\">~3 \u03bb\u03b5\u03c0\u03c4\u03ac<\/span>\n            <\/div>\n            <h3>\u03a0\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf startup \u03c3\u03b1\u03c2<\/h3>\n            <p>\u03a0\u03c1\u03bf\u03c6\u03af\u03bb 3 \u03bb\u03b5\u03c0\u03c4\u03ce\u03bd: \u03c4\u03bf\u03bc\u03ad\u03b1\u03c2, \u03c7\u03ce\u03c1\u03b1, \u03c3\u03c4\u03ac\u03b4\u03b9\u03bf \u03ba\u03b1\u03b9 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395&amp;\u0391. \u0394\u03c9\u03c1\u03b5\u03ac\u03bd, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03ad\u03c3\u03bc\u03b5\u03c5\u03c3\u03b7.<\/p>\n          <\/div>\n          <div class=\"ef-step ef-reveal\">\n            <div class=\"ef-step-head\">\n              <div class=\"ef-step-num\">2<\/div>\n              <span class=\"ef-step-status\">\u0391\u03bc\u03ad\u03c3\u03c9\u03c2<\/span>\n            <\/div>\n            <h3>\u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2<\/h3>\n            <p>\u0388\u03bd\u03b1 email \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03c3\u03b1\u03c2, \u03c4\u03c5\u03c0\u03b9\u03ba\u03ac \u03b5\u03cd\u03c1\u03b7 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03bf\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1.<\/p>\n          <\/div>\n          <div class=\"ef-step ef-reveal\">\n            <div class=\"ef-step-head\">\n              <div class=\"ef-step-num\">3<\/div>\n              <span class=\"ef-step-status\">\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc<\/span>\n            <\/div>\n            <h3>\u03a0\u03b7\u03b3\u03b1\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03b2\u03ac\u03b8\u03bf\u03c2 \u03bc\u03b5 AI<\/h3>\n            <p>\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b5\u03c2 Deep Scan \u03bc\u03b5 AI \u03ad\u03bd\u03b1\u03bd\u03c4\u03b9 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03ce\u03bd \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ce\u03bd \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd, \u03c3\u03c5\u03bd 3 \u03bc\u03ae\u03bd\u03b5\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03b1\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"ef-cta-center ef-reveal\">\n        <a class=\"ef-btn ef-btn-blue\" href=\"https:\/\/eurofounders.org\/eu-funds-sign-up\/\">\n          \u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd\n          <svg class=\"ef-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 5l7 7-7 7\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== 3. THREE PILLARS \u2014 substance ========== -->\n  <section class=\"ef-section ef-pillars\">\n    <div class=\"ef-container\">\n      <div class=\"ef-section-head ef-reveal\">\n        <span class=\"ef-kicker\">\u03a4\u03b9 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf EuroFounders<\/span>\n        <h2>\u03a4\u03c1\u03af\u03b1 \u03c0\u03c1\u03ac\u03b3\u03bc\u03b1\u03c4\u03b1, <em>\u03bc\u03af\u03b1 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1.<\/em><\/h2>\n        <p>\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1: \u03c4\u03bf \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd \u0395\u0395 \u03ba\u03b1\u03b9 \u03c4\u03bf Founder Playbook. \u03a3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1: \u03b7 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03bf\u03b9 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03ce\u03c0\u03b7\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b1\u03ba\u03cc\u03bc\u03b7.<\/p>\n      <\/div>\n\n      <div class=\"ef-pillars-grid\">\n        <!-- Pillar 1: Grants tool -->\n        <div class=\"ef-pillar ef-reveal\">\n          <div class=\"ef-pillar-head\">\n            <div class=\"ef-pillar-icon\">\n              <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                <circle cx=\"12\" cy=\"12\" r=\"6\"\/>\n                <circle cx=\"12\" cy=\"12\" r=\"2\"\/>\n              <\/svg>\n            <\/div>\n            <span class=\"ef-pillar-badge live\">\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf \u03c4\u03ce\u03c1\u03b1<\/span>\n          <\/div>\n          <h3>\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd \u0395\u0395<\/h3>\n          <p class=\"ef-pillar-sub\">\u0395\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03ad\u03bd\u03b1\u03bd\u03c4\u03b9 900+ \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03ce\u03bd \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ce\u03bd \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd &mdash; \u03c4\u03bf\u03bc\u03ad\u03b1\u03c2, \u03c7\u03ce\u03c1\u03b1, \u03c3\u03c4\u03ac\u03b4\u03b9\u03bf, \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395&amp;\u0391.<\/p>\n          <ul class=\"ef-pillar-list\">\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>Horizon Europe, EIC Accelerator, Digital Europe<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>Innovation Fund, EUREKA, \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03b8\u03bd\u03b9\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u0395\u03c0\u03b9\u03bb\u03b5\u03be\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af, \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2 &mdash; \u03c3\u03b5 \u03b1\u03c0\u03bb\u03ae \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 &middot; \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc AI Deep Scan<\/li>\n          <\/ul>\n          <a class=\"ef-pillar-link\" href=\"https:\/\/eurofounders.org\/eu-funds-sign-up\/\">\n            \u0394\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 5l7 7-7 7\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <!-- Pillar 2: Founder Playbook (blog) -->\n        <div class=\"ef-pillar ef-reveal\">\n          <div class=\"ef-pillar-head\">\n            <div class=\"ef-pillar-icon\">\n              <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\/>\n                <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\/>\n              <\/svg>\n            <\/div>\n            <span class=\"ef-pillar-badge live\">\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf \u03c4\u03ce\u03c1\u03b1<\/span>\n          <\/div>\n          <h3>The Founder Playbook<\/h3>\n          <p class=\"ef-pillar-sub\">\u0395\u03bc\u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bd\u03b1\u03bb\u03cd\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03c0\u03bb\u03ae \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03c3\u03b1 \u03bf\u03b9 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03c3\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03ce\u03c0\u03b7.<\/p>\n          <ul class=\"ef-pillar-list\">\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7 &mdash; \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1, \u03b5\u03c0\u03b9\u03bb\u03b5\u03be\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ad\u03c2 \u03c5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u039d\u03bf\u03bc\u03b9\u03ba\u03ae \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 &mdash; GDPR, AI Act, \u03b4\u03b9\u03b1\u03c3\u03c5\u03bd\u03bf\u03c1\u03b9\u03b1\u03ba\u03ae \u03b4\u03bf\u03bc\u03ae<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 &mdash; \u03a6\u03a0\u0391, options, \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b5\u03c1\u03b3\u03bf\u03b4\u03cc\u03c4\u03b7<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2, \u03cc\u03c7\u03b9 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03ba\u03b7\u03b3\u03cc\u03c1\u03bf\u03c5\u03c2 \u03ae \u03b3\u03c1\u03b1\u03c6\u03b5\u03b9\u03bf\u03ba\u03c1\u03ac\u03c4\u03b5\u03c2<\/li>\n          <\/ul>\n          <a class=\"ef-pillar-link\" href=\"https:\/\/eurofounders.org\/blog\/\">\n            \u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf Playbook\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 5l7 7-7 7\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <!-- Pillar 3: Community (coming) -->\n        <div class=\"ef-pillar ef-pillar-coming ef-reveal\">\n          <div class=\"ef-pillar-head\">\n            <div class=\"ef-pillar-icon\">\n              <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n                <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n                <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\n                <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n              <\/svg>\n            <\/div>\n            <span class=\"ef-pillar-badge coming\">\u0388\u03c1\u03c7\u03b5\u03c4\u03b1\u03b9 \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1<\/span>\n          <\/div>\n          <h3>\u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ce\u03bd<\/h3>\n          <p class=\"ef-pillar-sub\">\u0388\u03bd\u03b1\u03c2 \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c2 \u03c7\u03ce\u03c1\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03af\u03bf\u03c5\u03c2 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03bd\u03b1 \u03c3\u03c5\u03b3\u03ba\u03c1\u03af\u03bd\u03bf\u03c5\u03bd \u03c4\u03b9 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c3\u03c4\u03b7\u03bd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 &mdash; \u03b1\u03bd\u03ac \u03c7\u03ce\u03c1\u03b5\u03c2, \u03c3\u03c4\u03ac\u03b4\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bc\u03b5\u03af\u03c2.<\/p>\n          <ul class=\"ef-pillar-list\">\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u039a\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03b1\u03bd\u03ac \u03c4\u03bf\u03bc\u03ad\u03b1 \u03ba\u03b1\u03b9 \u03c7\u03ce\u03c1\u03b1<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u039c\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 &mdash; \u03c7\u03c9\u03c1\u03af\u03c2 recruiters, \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03c9\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03af, \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c3\u03c5\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2, \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1<\/li>\n            <li><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\u03a4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03b9\u03b4\u03c1\u03c5\u03c4\u03ce\u03bd \u03c0\u03bf\u03c5 \u03b7 \u0395\u03c5\u03c1\u03ce\u03c0\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7<\/li>\n          <\/ul>\n          <span class=\"ef-pillar-coming-note\">\u03a4\u03b1 \u03bc\u03ad\u03bb\u03b7 \u03b1\u03c0\u03bf\u03ba\u03c4\u03bf\u03cd\u03bd \u03c0\u03c1\u03ce\u03b9\u03bc\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 &mdash; \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af\u03c4\u03b5.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== 4. WHY EUROFOUNDERS ========== -->\n  <section class=\"ef-section ef-why\">\n    <div class=\"ef-container\">\n      <div class=\"ef-why-grid\">\n        <div class=\"ef-why-text ef-reveal\">\n          <span class=\"ef-kicker\">\u0393\u03b9\u03b1\u03c4\u03af \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c4\u03bf EuroFounders<\/span>\n          <h2>\u0397 \u0395\u03c5\u03c1\u03ce\u03c0\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03bc\u03ad\u03c1\u03b7 \u03b3\u03b9\u03b1 \u03bd\u03b1 <em>\u03c7\u03c4\u03af\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7.<\/em> \u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03b9\u03bf \u03ba\u03b1\u03c4\u03b1\u03ba\u03b5\u03c1\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1.<\/h2>\n          <p>\u03a4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u03b5\u03ba\u03c4\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u0395\u0395-27 \u03c3\u03c5\u03bd \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c7\u03ce\u03c1\u03b5\u03c2 &mdash; \u03bc\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03b4\u03b5\u03ba\u03ac\u03b4\u03b5\u03c2 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2. \u039f\u03b9 \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03af \u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bd \u03ba\u03ac\u03b8\u03b5 \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf. \u039f\u03b9 \u03ba\u03b1\u03bd\u03cc\u03bd\u03b5\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03b1\u03c3\u03c7\u03cc\u03bb\u03b7\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c3\u03c5\u03bd\u03cc\u03c1\u03c9\u03bd. \u0397 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b1 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 &mdash; \u03b1\u03c0\u03bb\u03ce\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03c3\u03ba\u03bf\u03c1\u03c0\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03c3\u03b5 \u03c0\u03cd\u03bb\u03b5\u03c2, PDF \u03ba\u03b1\u03b9 \u03b3\u03c1\u03b1\u03c6\u03b5\u03b9\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03c7\u03c4\u03af\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03bf\u03cd\u03c2.<\/p>\n          <p>\u03a4\u03bf EuroFounders \u03ba\u03cc\u03b2\u03b5\u03b9 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1. \u03a3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b3\u03bd\u03ce\u03c3\u03b7 \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 \u0395\u0395, AI \u03ba\u03b1\u03b9 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 startups \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03ce\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03af\u03bf\u03c5\u03c2 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c6\u03ae, \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03cc\u03c1\u03b7\u03c3\u03b7 &mdash; \u03be\u03b5\u03ba\u03b9\u03bd\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9.<\/p>\n\n          <div class=\"ef-why-signature\">\n            <span class=\"ef-why-signature-text\">\u039c\u03af\u03b1 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1. \u03a6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2, \u03cc\u03c7\u03b9 \u03b3\u03b9\u03b1 \u03b3\u03c1\u03b1\u03c6\u03b5\u03b9\u03bf\u03ba\u03c1\u03ac\u03c4\u03b5\u03c2.<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"ef-clarity ef-reveal\" aria-hidden=\"true\">\n          <div class=\"ef-clarity-header\">\n            <span class=\"ef-clarity-header-l\">\u0394\u03b9\u03b1\u03c3\u03ba\u03bf\u03c1\u03c0\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c4\u03b7\u03bd \u0395\u0395<\/span>\n            <span class=\"ef-clarity-header-arrow\"><\/span>\n            <span class=\"ef-clarity-header-r\">\u039c\u03af\u03b1 \u03c3\u03b1\u03c6\u03ae\u03c2 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7<\/span>\n          <\/div>\n\n          <div class=\"ef-clarity-body\">\n            <div class=\"ef-clarity-chaos\">\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">EU<\/span><span class=\"ef-chaos-text\">\u03a0\u03cd\u03bb\u03b7 Horizon Europe<\/span><\/div>\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">DE<\/span><span class=\"ef-chaos-text\">\u0395\u03b8\u03bd\u03b9\u03ba\u03cc\u03c2 \u03c6\u03bf\u03c1\u03ad\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd &middot; DE<\/span><\/div>\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">FR<\/span><span class=\"ef-chaos-text\">\u039c\u03b7\u03c4\u03c1\u03ce\u03bf \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd Bpifrance<\/span><\/div>\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">ES<\/span><span class=\"ef-chaos-text\">\u0392\u03ac\u03c3\u03b7 \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd CDTI<\/span><\/div>\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">EIC<\/span><span class=\"ef-chaos-text\">\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 EIC Accelerator<\/span><\/div>\n              <div class=\"ef-chaos-item\"><span class=\"ef-chaos-icon\">+27<\/span><span class=\"ef-chaos-text\">&hellip; \u03ba\u03b1\u03b9 27 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03c0\u03b7\u03b3\u03ad\u03c2<\/span><\/div>\n            <\/div>\n\n            <div class=\"ef-clarity-output\">\n              <div class=\"ef-clarity-output-label\">\u0397 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2<\/div>\n              <h4 class=\"ef-clarity-output-title\">\u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 <em>\u03c3\u03c4\u03b1 \u03bc\u03ad\u03c4\u03c1\u03b1 \u03c3\u03b1\u03c2<\/em><\/h4>\n              <ul class=\"ef-clarity-output-list\">\n                <li>\n                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\n                  \u039c\u03cc\u03bd\u03bf \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c4\u03bf\u03bc\u03ad\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2\n                <\/li>\n                <li>\n                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\n                  \u0395\u03c0\u03b9\u03bb\u03b5\u03be\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af, \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2\n                <\/li>\n                <li>\n                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg>\n                  \u03a0\u03b5\u03c1\u03b9\u03bb\u03ae\u03c8\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03c0\u03bb\u03ae \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== 5. SECTORS \u2014 compressed ========== -->\n  <section class=\"ef-sectors\">\n    <div class=\"ef-container\">\n      <div class=\"ef-sectors-head ef-reveal\">\n        <span class=\"ef-kicker\">\u03a6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03c4\u03bf\u03bc\u03ad\u03b1<\/span>\n        <h2>\u038c,\u03c4\u03b9 \u03ba\u03b9 \u03b1\u03bd \u03c7\u03c4\u03af\u03b6\u03b5\u03c4\u03b5, <em>\u03c4\u03bf \u03ba\u03b1\u03bb\u03cd\u03c0\u03c4\u03bf\u03c5\u03bc\u03b5.<\/em><\/h2>\n        <p>\u0391\u03c0\u03cc AI \u03ad\u03c9\u03c2 AgriTech, \u03b1\u03c0\u03cc fintech \u03ad\u03c9\u03c2 \u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03bc\u03b1 &mdash; \u03b1\u03bd \u03c7\u03c4\u03af\u03b6\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03ce\u03c0\u03b7, \u03c4\u03bf EuroFounders \u03b5\u03af\u03bd\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b5\u03c3\u03ac\u03c2.<\/p>\n      <\/div>\n\n      <div class=\"ef-sector-row ef-reveal\">\n        <span class=\"ef-sector-pill\">AI \/ \u039c\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7<\/span>\n        <span class=\"ef-sector-pill\">Cleantech \/ \u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1<\/span>\n        <span class=\"ef-sector-pill\">\u03a5\u03b3\u03b5\u03af\u03b1 \/ \u0392\u03b9\u03bf\u03c4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1<\/span>\n        <span class=\"ef-sector-pill\">Fintech<\/span>\n        <span class=\"ef-sector-pill\">\u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03bf\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1<\/span>\n        <span class=\"ef-sector-pill\">\u0394\u03b9\u03ac\u03c3\u03c4\u03b7\u03bc\u03b1 \/ \u0391\u03b5\u03c1\u03bf\u03b4\u03b9\u03b1\u03c3\u03c4\u03b7\u03bc\u03b9\u03ba\u03ae<\/span>\n        <span class=\"ef-sector-pill\">AgriTech \/ \u03a4\u03c1\u03cc\u03c6\u03b9\u03bc\u03b1<\/span>\n        <span class=\"ef-sector-pill\">\u039c\u03b5\u03c4\u03b1\u03c0\u03bf\u03af\u03b7\u03c3\u03b7<\/span>\n        <span class=\"ef-sector-pill\">EdTech<\/span>\n        <span class=\"ef-sector-pill\">\u039a\u03b9\u03bd\u03b7\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1<\/span>\n        <span class=\"ef-sector-pill\">\u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2<\/span>\n        <span class=\"ef-sector-pill\">\u03a4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2<\/span>\n        <span class=\"ef-sector-pill\">\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c2 \/ \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2<\/span>\n        <span class=\"ef-sector-pill\">\u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03cc\u03c2 \u03b1\u03bd\u03c4\u03af\u03ba\u03c4\u03c5\u03c0\u03bf\u03c2<\/span>\n        <span class=\"ef-sector-pill ef-sector-more\">+ \u03c0\u03bf\u03bb\u03bb\u03ac \u03b1\u03ba\u03cc\u03bc\u03b7<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== 6. FINAL CTA ========== -->\n  <section class=\"ef-final\">\n    <div class=\"ef-final-inner\">\n      <span class=\"ef-final-steps\">\n        <span class=\"ef-final-steps-row\">\n          <span class=\"ef-final-steps-num\">1<\/span>\n          <span><span class=\"ef-final-steps-strong\">3 \u03bb\u03b5\u03c0\u03c4\u03ac<\/span> \u03b3\u03b9\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae<\/span>\n        <\/span>\n        <span class=\"ef-final-steps-divider\">&middot;<\/span>\n        <span class=\"ef-final-steps-row\">\n          <span class=\"ef-final-steps-num\">2<\/span>\n          <span>\u0397 <span class=\"ef-final-steps-strong\">\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03ae<\/span> \u03c3\u03b1\u03c2 \u03c6\u03c4\u03ac\u03bd\u03b5\u03b9<\/span>\n        <\/span>\n      <\/span>\n      <h2>\u0388\u03c4\u03bf\u03b9\u03bc\u03bf\u03b9 \u03bd\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 <em>\u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u0395\u0395 \u03c3\u03b1\u03c2;<\/em><\/h2>\n      <p>\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd. \u0391\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03bb\u03b5\u03c0\u03c4\u03ac.<\/p>\n      <a class=\"ef-btn ef-btn-primary\" href=\"https:\/\/eurofounders.org\/eu-funds-sign-up\/\">\n        \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u0395\u0395 \u03bc\u03bf\u03c5\n        <svg class=\"ef-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 5l7 7-7 7\"\/><\/svg>\n      <\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n(function () {\n  if (!('IntersectionObserver' in window)) {\n    document.querySelectorAll('.ef-root .ef-reveal').forEach(function (el) { el.classList.add('is-visible'); });\n    return;\n  }\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('is-visible');\n        io.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });\n  document.querySelectorAll('.ef-root .ef-reveal').forEach(function (el) { io.observe(el); });\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u2605 \u03a6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 startup \u0393\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c4\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03ce\u03c0\u03b7. \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae \u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7, \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf, \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae &mdash; \u03b1\u03c0\u03bf\u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03c3\u03bf\u03c5\u03c2 \u03c7\u03c4\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ad\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2. \u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd, \u03b5\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c9\u03bd \u0395\u0395 \u03c0\u03bf\u03c5 \u03b4\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03c3\u03c4\u03b5. \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u0395\u0395 \u03bc\u03bf\u03c5 \u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c6\u03af\u03bb 3 \u03bb\u03b5\u03c0\u03c4\u03ce\u03bd \u0395\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 EuroFounders &nbsp;&middot;&nbsp; \u0397 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-1577","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/pages\/1577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/comments?post=1577"}],"version-history":[{"count":22,"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/pages\/1577\/revisions"}],"predecessor-version":[{"id":3034,"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/pages\/1577\/revisions\/3034"}],"wp:attachment":[{"href":"https:\/\/eurofounders.org\/gr\/wp-json\/wp\/v2\/media?parent=1577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}