    <style>
        /* ΕΔΩ ΜΠΑΙΝΕΙ ΣΥΝΟΠΤΙΚΑ ΤΟ CSS ΤΟΥ HOMEPAGE
           – έχουμε κρατήσει τις βασικές κλάσεις με prefix indesly-,
           responsive και κοντά στο αρχικό σου style.css */

        .indesly-home-wrapper {
            background: radial-gradient(circle at top, #0f172a 0, #020617 45%, #000 100%);
            color: #e5e7eb;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .indesly-container {
            width: 100%;
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .indesly-hero {
            padding: 10rem 0 4rem;
        }

        .indesly-hero-inner {
            display: grid;
            grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr);
            gap: 3rem;
            align-items: center;
        }

        .indesly-hero h1 {
            font-size: 2.6rem;
            line-height: 1.15;
            margin: 0 0 1rem;
            letter-spacing: -0.03em;
			color:#fff;
        }

        .indesly-hero-subtitle {
            color: #9ca3af;
            max-width: 32rem;
            font-size: 0.98rem;
            margin: 0;
        }

        .indesly-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin: 1.6rem 0 1rem;
        }

        .indesly-btn {
            border-radius: 999px;
            padding: 0.7rem 1.4rem;
            font-size: 0.9rem;
            border: 1px solid transparent;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.35rem;
            transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
            white-space: nowrap;
        }

        .indesly-btn-primary {
            background: linear-gradient(135deg, #2563eb, #3b82f6);
            color: #ffffff;
            box-shadow: 0 18px 40px rgba(37, 99, 235, 0.7);
        }

        .indesly-btn-primary:hover {
            box-shadow: 0 22px 60px rgba(37, 99, 235, 0.9);
            transform: translateY(-1px);
        }

        .indesly-btn-secondary {
            background: rgba(15, 23, 42, 0.9);
            border-color: #1e293b;
            color: #e5e7eb;
        }

        .indesly-btn-secondary:hover {
            border-color: #2563eb;
            transform: translateY(-1px);
        }

        .indesly-hero-bullets {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
            font-size: 0.88rem;
            color: #9ca3af;
        }

        .indesly-hero-bullets li + li {
            margin-top: 0.25rem;
        }

        /* Hero visual */
        .indesly-hero-visual { position:relative; }

        .indesly-hero-dashboard {
            background: radial-gradient(circle at top left, rgba(37,99,235,0.2), rgba(15,23,42,0.96));
            border-radius: 24px;
            border: 1px solid rgba(148,163,184,0.22);
            box-shadow: 0 24px 60px rgba(15,23,42,0.8);
            overflow: hidden;
            font-size: 0.86rem;
        }

        .indesly-hero-dashboard-header {
            display:flex;
            align-items:center;
            gap:0.35rem;
            padding:0.6rem 0.9rem;
            border-bottom:1px solid rgba(148,163,184,0.24);
            background:radial-gradient(circle at top left, rgba(148,163,184,0.16), rgba(15,23,42,0.98));
        }

        .indesly-hero-dashboard-header .dot {
            width:8px;height:8px;border-radius:999px;background:rgba(148,163,184,0.55);
        }

        .indesly-hero-dashboard-title {
            margin-left:auto;font-size:0.8rem;color:#9ca3af;
        }

        .indesly-hero-dashboard-body { padding:1rem; }

        .indesly-hero-stats {
            display:grid;
            grid-template-columns:repeat(3,minmax(0,1fr));
            gap:0.75rem;
            margin-bottom:0.9rem;
        }

        .indesly-hero-stat {
            padding:0.6rem 0.65rem;
            border-radius:12px;
            background:rgba(15,23,42,0.9);
            border:1px solid rgba(148,163,184,0.3);
        }

        .indesly-hero-stat-label {
            display:block;font-size:0.7rem;color:#9ca3af;margin-bottom:0.15rem;
        }

        .indesly-hero-stat-value { font-weight:600;font-size:0.98rem; }

        .indesly-hero-list { display:flex;flex-direction:column;gap:0.45rem; }

        .indesly-hero-list-item {
            display:flex;align-items:center;justify-content:space-between;
            padding:0.55rem 0.65rem;border-radius:10px;
            background:rgba(15,23,42,0.9);border:1px solid rgba(148,163,184,0.28);
        }

        .indesly-hero-list-name { font-size:0.86rem; }

        .indesly-hero-list-tag {
            font-size:0.7rem;padding:0.16rem 0.5rem;border-radius:999px;border:1px solid transparent;
        }

        .indesly-tag-green {background:rgba(34,197,94,0.14);color:#4ade80;border-color:rgba(74,222,128,0.5);}
        .indesly-tag-blue {background:rgba(59,130,246,0.18);color:#60a5fa;border-color:rgba(96,165,250,0.6);}
        .indesly-tag-orange {background:rgba(249,115,22,0.18);color:#fdba74;border-color:rgba(249,115,22,0.6);}

        .indesly-hero-caption {margin-top:0.7rem;font-size:0.78rem;color:#6b7280;}

        /* Sections */

        .indesly-section { padding:3.5rem 0; }
        .indesly-section-alt { background:radial-gradient(circle at top, rgba(15,23,42,0.75), rgba(2,6,23,1)); }

        .indesly-section-header {
            text-align:center;
            max-width:40rem;
            margin:0 auto 2.5rem;
        }

        .indesly-section-header h2 {
            font-size:1.7rem;margin-bottom:0.6rem;letter-spacing:-0.02em;color:#fff;
        }

        .indesly-section-header p {
            color:#9ca3af;font-size:0.96rem;margin:0;
        }

        /* Grid & Cards */

        .indesly-grid { display:grid;gap:1.7rem; }
        .indesly-grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }

        .indesly-card {
            background:radial-gradient(circle at top left, rgba(15,23,42,0.85), rgba(15,23,42,0.98));
            border-radius:18px;
            padding:1.4rem 1.35rem 1.4rem;
            border:1px solid rgba(148,163,184,0.22);
            box-shadow:0 14px 40px rgba(15,23,42,0.65);
        }

        .indesly-card h3 {margin:0 0 0.35rem;font-size:1.05rem;color:#fff;}
        .indesly-card p {margin:0;font-size:0.9rem;color:#9ca3af;}

        .indesly-card-list {
            list-style:none;padding:0;margin:0.75rem 0 0;font-size:0.86rem;color:#e5e7eb;
        }

        .indesly-card-list li + li { margin-top:0.25rem; }

        .indesly-card-service { position:relative;padding-bottom:1.9rem; }
        .indesly-card-service .indesly-tag {
            position:absolute;bottom:1.1rem;
        }

        .indesly-tag {
            display:inline-block;
            font-size:0.7rem;
            padding:0.16rem 0.55rem;
            border-radius:999px;
            border:1px solid rgba(148,163,184,0.4);
            color:#e5e7eb;
        }

        .indesly-tag-blue { background:rgba(59,130,246,0.18);border-color:rgba(96,165,250,0.6); }
        .indesly-tag-green { background:rgba(34,197,94,0.14);border-color:rgba(74,222,128,0.5); }
        .indesly-tag-orange { background:rgba(249,115,22,0.18);border-color:rgba(249,115,22,0.6); }
        .indesly-tag-purple { background:rgba(168,85,247,0.18);border-color:rgba(168,85,247,0.7); }
        .indesly-tag-gray { background:rgba(148,163,184,0.18);border-color:rgba(148,163,184,0.7); }
        .indesly-tag-dark { background:rgba(15,23,42,0.95);border-color:rgba(15,23,42,0.95); }

        /* Pricing */

        .indesly-pricing-grid { align-items:stretch; }
        .indesly-pricing-card { position:relative;text-align:left; }

        .indesly-pricing-price {
            font-size:0.95rem;color:#9ca3af;margin:0.3rem 0 0.2rem;
        }
        .indesly-pricing-price span {
            font-size:2rem;font-weight:600;color:#ffffff;
        }

        .indesly-pricing-note { font-size:0.86rem;color:#6b7280;margin:0; }
        .indesly-pricing-card .indesly-btn { margin-top:1rem;width:100%; }

        .indesly-pricing-card-featured {
            border-color:#3b82f6;
            background:radial-gradient(circle at top, rgba(37,99,235,0.22), rgba(15,23,42,0.96));
            transform:translateY(-6px);
        }

        .indesly-pricing-badge {
            position:absolute;top:1rem;right:1.2rem;
            font-size:0.72rem;padding:0.15rem 0.6rem;border-radius:999px;
            background:rgba(37,99,235,0.92);color:#ffffff;
        }

        /* CTA */

        .indesly-section-cta {
            padding:3.5rem 0 3.2rem;
            background:linear-gradient(135deg, rgba(37,99,235,0.18), rgba(15,23,42,0.98));
        }

        .indesly-cta-inner {
            display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;
        }

        .indesly-cta-content h2 {margin:0 0 0.5rem;font-size:1.5rem;color:#fff;}
        .indesly-cta-content p {margin:0;font-size:0.93rem;color:#9ca3af;max-width:28rem;}

        .indesly-cta-actions {display:flex;flex-wrap:wrap;gap:0.75rem;}

        /* RESPONSIVE */

        @media (max-width: 960px) {
            .indesly-hero { padding-top:12rem; }
            .indesly-hero-inner { grid-template-columns:minmax(0,1fr);gap:2.3rem; }
            .indesly-hero h1 { font-size:2.2rem; }

            .indesly-grid-3 { grid-template-columns:repeat(2,minmax(0,1fr)); }
            .indesly-pricing-grid { grid-template-columns:minmax(0,1fr); }
            .indesly-pricing-card-featured { transform:none; }
        }

        @media (max-width: 720px) {
            .indesly-container { padding:0 1.2rem; }
            .indesly-hero h1 { font-size:1.9rem; }
            .indesly-hero-inner { gap:2rem; }
            .indesly-hero-stats { grid-template-columns:1fr; }

            .indesly-grid-3 { grid-template-columns:minmax(0,1fr); }
            .indesly-cta-inner { flex-direction:column;align-items:flex-start; }
        }
    </style>
    {"id":12,"date":"2025-12-01T14:39:01","date_gmt":"2025-12-01T14:39:01","guid":{"rendered":"https:\/\/indesly.com\/?page_id=12"},"modified":"2025-12-01T15:02:25","modified_gmt":"2025-12-01T15:02:25","slug":"%ce%b1%cf%81%cf%87%ce%b9%ce%ba%ce%ae-%cf%83%ce%b5%ce%bb%ce%af%ce%b4%ce%b1","status":"publish","type":"page","link":"https:\/\/indesly.com\/","title":{"rendered":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03a3\u03b5\u03bb\u03af\u03b4\u03b1"},"content":{"rendered":"\n\n\n    <div class=\"indesly-home-wrapper\">\r\n        <!-- HERO -->\r\n        <section class=\"indesly-hero\" id=\"top\">\r\n            <div class=\"indesly-container indesly-hero-inner\">\r\n                <div class=\"indesly-hero-content\">\r\n                    <h1>\u03a4\u03bf CRM &amp; Digital Hub \u03b3\u03b9\u03b1 \u039c\u03b9\u03ba\u03c1\u03ad\u03c2 \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1<\/h1>\r\n                    <p class=\"indesly-hero-subtitle\">\r\n                        \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b5 \u03c0\u03b5\u03bb\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd, projects &amp; digital \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b9\u03b1\u03af\u03b1 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1. \u0391\u03c0\u03bb\u03cc, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf, \u03c3\u03c4\u03b1 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac \u2013 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd InDesignWebs.                    <\/p>\r\n\r\n                    <div class=\"indesly-hero-actions\">\r\n                                                    <a href=\"#contact\" class=\"indesly-btn indesly-btn-primary\">\r\n                                \u039a\u03bb\u03b5\u03af\u03c3\u03b5 Demo \/ \u0396\u03ae\u03c4\u03b1 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7                            <\/a>\r\n                                                                            <a href=\"#features\" class=\"indesly-btn indesly-btn-secondary\">\r\n                                \u0394\u03b5\u03c2 \u03c4\u03b9\u03c2 \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2                            <\/a>\r\n                                            <\/div>\r\n\r\n                                            <ul class=\"indesly-hero-bullets\">\r\n                                                            <li>\u27a4 \u03a0\u03b5\u03bb\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf &amp; \u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd<\/li>\r\n                                                            <li>\u27a4 \u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 &amp; \u03c3\u03c4\u03b1\u03c4\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac<\/li>\r\n                                                            <li>\u27a4 \u0391\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 &amp; \u03c3\u03c5\u03bc\u03b2\u03cc\u03bb\u03b1\u03b9\u03b1<\/li>\r\n                                                            <li>\u27a4 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b5\u03bd\u03bf\u03b9\u03ba\u03b9\u03b1\u03b6\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd &amp; \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd<\/li>\r\n                                                            <li>\u27a4 Digital services &amp; \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7<\/li>\r\n                                                    <\/ul>\r\n                                    <\/div>\r\n\r\n                <div class=\"indesly-hero-visual\" aria-hidden=\"true\">\r\n                    <div class=\"indesly-hero-dashboard\">\r\n                        <div class=\"indesly-hero-dashboard-header\">\r\n                            <span class=\"dot\"><\/span>\r\n                            <span class=\"dot\"><\/span>\r\n                            <span class=\"dot\"><\/span>\r\n                            <span class=\"indesly-hero-dashboard-title\">Indesly CRM \u2013 Overview<\/span>\r\n                        <\/div>\r\n                        <div class=\"indesly-hero-dashboard-body\">\r\n                            <div class=\"indesly-hero-stats\">\r\n                                <div class=\"indesly-hero-stat\">\r\n                                    <span class=\"indesly-hero-stat-label\">\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2<\/span>\r\n                                    <span class=\"indesly-hero-stat-value\">243<\/span>\r\n                                <\/div>\r\n                                <div class=\"indesly-hero-stat\">\r\n                                    <span class=\"indesly-hero-stat-label\">\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd \u0391\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1<\/span>\r\n                                    <span class=\"indesly-hero-stat-value\">57<\/span>\r\n                                <\/div>\r\n                                <div class=\"indesly-hero-stat\">\r\n                                    <span class=\"indesly-hero-stat-label\">\u039c\u03ad\u03c3\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u0399\u03ba\u03b1\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2<\/span>\r\n                                    <span class=\"indesly-hero-stat-value\">4.8 \u2605<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                            <div class=\"indesly-hero-list\">\r\n                                <div class=\"indesly-hero-list-item\">\r\n                                    <span class=\"indesly-hero-list-name\">\u039c\u03b1\u03c1\u03af\u03b1 \u03a0\u03b1\u03c0\u03b1\u03b4\u03bf\u03c0\u03bf\u03cd\u03bb\u03bf\u03c5<\/span>\r\n                                    <span class=\"indesly-hero-list-tag indesly-tag-green\">\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03bc\u03ad\u03bd\u03bf<\/span>\r\n                                <\/div>\r\n                                <div class=\"indesly-hero-list-item\">\r\n                                    <span class=\"indesly-hero-list-name\">Barber Shop Nikos<\/span>\r\n                                    <span class=\"indesly-hero-list-tag indesly-tag-blue\">\u039d\u03ad\u03bf\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2<\/span>\r\n                                <\/div>\r\n                                <div class=\"indesly-hero-list-item\">\r\n                                    <span class=\"indesly-hero-list-name\">Studio Yoga Balance<\/span>\r\n                                    <span class=\"indesly-hero-list-tag indesly-tag-orange\">\u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <p class=\"indesly-hero-caption\">\u039c\u03af\u03b1 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b3\u03b9\u03b1 CRM, online \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 & digital services.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- FEATURES -->\r\n        <section id=\"features\" class=\"indesly-section indesly-section-alt\">\r\n            <div class=\"indesly-container\">\r\n                <div class=\"indesly-section-header\">\r\n                    <h2>\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 CRM \u03c0\u03bf\u03c5 \u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03bc\u03b9\u03b1 \u039c\u03b9\u03ba\u03c1\u03ae \u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7<\/h2>\r\n                    <p>\u03a4\u03bf Indesly \u03b5\u03c3\u03c4\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c5\u03c3\u03af\u03b1: \u03b1\u03c0\u03bb\u03ae \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd, \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ce\u03bd \u2013 \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c4\u03c4\u03ae \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"indesly-grid indesly-grid-3\">\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>\u03a0\u03b5\u03bb\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf<\/h3>\r\n                            <p>\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2, \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2, \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03b5\u03c0\u03b9\u03c3\u03ba\u03ad\u03c8\u03b5\u03c9\u03bd \u03c3\u03b5 \u03bb\u03af\u03b3\u03b1 \u03ba\u03bb\u03b9\u03ba.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7<\/li>\r\n                                                                    <li>\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 &amp; tags<\/li>\r\n                                                                    <li>\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd &amp; \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf<\/h3>\r\n                            <p>\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd \u03bc\u03b5 \u03b1\u03c0\u03bb\u03cc calendar view, \u03b9\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03ba\u03bf\u03bc\u03bc\u03c9\u03c4\u03ae\u03c1\u03b9\u03b1, \u03b9\u03b1\u03c4\u03c1\u03b5\u03af\u03b1, studios, \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>\u0397\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03b1\/\u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03b1 \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae<\/li>\r\n                                                                    <li>\u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd<\/li>\r\n                                                                    <li>\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 &amp; \u0395\u03b9\u03ba\u03cc\u03bd\u03b1<\/h3>\r\n                            <p>\u0394\u03b5\u03c2 \u03c3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd, \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ad\u03c2, \u03b1\u03c0\u03bb\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>Monthly overview<\/li>\r\n                                                                    <li>Top \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \/ \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2<\/li>\r\n                                                                    <li>\u0392\u03b1\u03c3\u03b9\u03ba\u03ac KPIs<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- SERVICES -->\r\n        <section id=\"services\" class=\"indesly-section\">\r\n            <div class=\"indesly-container\">\r\n                <div class=\"indesly-section-header\">\r\n                    <h2>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc CRM \u2013 Digital Services \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd InDesignWebs<\/h2>\r\n                    <p>\u03a7\u03c4\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b3\u03cd\u03c1\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf Indesly \u03ad\u03bd\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b5\u03c2 digital \u03bf\u03b9\u03ba\u03bf\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae \u03c3\u03bf\u03c5.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"indesly-grid indesly-grid-3\">\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>\u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae \u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03c9\u03bd &amp; E-shop<\/h3>\r\n                            <p>\u03a3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b1, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 websites \u03ba\u03b1\u03b9 e-shops, \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03bf CRM \u03c3\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03b9\u03b1\u03af\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-blue\">\r\n                                    Web Design                                <\/span>\r\n                                                    <\/div>\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>Automations &amp; Workflows<\/h3>\r\n                            <p>\u0391\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2, follow-ups \u03ba\u03b1\u03b9 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03c1\u03bf\u03ad\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03bf Indesly.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-green\">\r\n                                    Automation                                <\/span>\r\n                                                    <\/div>\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>SEO &amp; Digital Strategy<\/h3>\r\n                            <p>\u03a3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2, SEO \u03b2\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c6\u03ad\u03c1\u03bd\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ac \u03bd\u03ad\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-orange\">\r\n                                    Growth                                <\/span>\r\n                                                    <\/div>\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>Custom Modules \u03b3\u03b9\u03b1 \u03c4\u03bf CRM<\/h3>\r\n                            <p>\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03c5\u03bc\u03b5 \u03ad\u03be\u03c4\u03c1\u03b1 modules (\u03c0.\u03c7. contracts, projects, memberships) \u03b5\u03b9\u03b4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c3\u03bf\u03c5 \u03ba\u03bb\u03ac\u03b4\u03bf.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-purple\">\r\n                                    Custom                                <\/span>\r\n                                                    <\/div>\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>\u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &amp; Onboarding<\/h3>\r\n                            <p>\u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c3\u03b5 \u03b5\u03c3\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c3\u03bf\u03c5, \u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf Indesly \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b2\u03b1\u03c3\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03c4\u03b7\u03c2 \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2 \u03c3\u03b1\u03c2.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-gray\">\r\n                                    Training                                <\/span>\r\n                                                    <\/div>\r\n                                            <div class=\"indesly-card indesly-card-service\">\r\n                            <h3>\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c3\u03b5 \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac<\/h3>\r\n                            <p>Support \u03b1\u03c0\u03cc \u03b1\u03bd\u03b8\u03c1\u03ce\u03c0\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03bc\u03b9\u03bb\u03ac\u03bd\u03b5 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c3\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03bb\u03b1\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae\u03c2 \u03b1\u03b3\u03bf\u03c1\u03ac\u03c2.<\/p>\r\n                                                            <span class=\"indesly-tag indesly-tag-dark\">\r\n                                    Support                                <\/span>\r\n                                                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- TOOLS -->\r\n        <section id=\"tools\" class=\"indesly-section indesly-section-alt\">\r\n            <div class=\"indesly-container\">\r\n                <div class=\"indesly-section-header\">\r\n                    <h2>\u0388\u03be\u03c5\u03c0\u03bd\u03b1 Online \u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03bc\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf Indesly<\/h2>\r\n                    <p>\u0395\u03ba\u03c4\u03cc\u03c2 \u03b1\u03c0\u03cc CRM, \u03c4\u03bf Indesly \u03c3\u03bf\u03c5 \u03b4\u03af\u03bd\u03b5\u03b9 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac online \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03bb\u03cd\u03bd\u03bf\u03c5\u03bd \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ac \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1: \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1, \u03b1\u03ba\u03af\u03bd\u03b7\u03c4\u03b1, \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ac \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"indesly-grid indesly-grid-3\">\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>Online Tool \u03b3\u03b9\u03b1 \u0391\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd<\/h3>\r\n                            <p>\u0394\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03cc\u03bb\u03b1\u03b9\u03b1, \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b7\u03c4\u03b9\u03ba\u03ac, \u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03c3\u03b5 \u03bb\u03af\u03b3\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1, \u03c7\u03c9\u03c1\u03af\u03c2 Word &amp; copy\u2013paste.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>\u0388\u03c4\u03bf\u03b9\u03bc\u03b1 templates (\u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b7\u03c4\u03b9\u03ba\u03ac, \u03b5\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03bf\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba.\u03bb\u03c0.)<\/li>\r\n                                                                    <li>\u03a3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03b5\u03b9\u03c2 \u03bc\u03b9\u03b1 \u03b1\u03c0\u03bb\u03ae \u03c6\u03cc\u03c1\u03bc\u03b1 \u2013 \u03b2\u03b3\u03b1\u03af\u03bd\u03b5\u03b9 \u03ad\u03c4\u03bf\u03b9\u03bc\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf<\/li>\r\n                                                                    <li>\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 \u03c0\u03b5\u03bb\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03bf CRM<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>\u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03b3\u03b9\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u0395\u03bd\u03bf\u03b9\u03ba\u03b9\u03b1\u03b6\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u0391\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd<\/h3>\r\n                            <p>\u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b5 \u03bc\u03b9\u03c3\u03b8\u03c9\u03c4\u03ad\u03c2, \u03bc\u03b9\u03c3\u03b8\u03ce\u03bc\u03b1\u03c4\u03b1, \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bc\u03b2\u03cc\u03bb\u03b1\u03b9\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03b1\u03ba\u03af\u03bd\u03b7\u03c4\u03ac \u03c3\u03bf\u03c5 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b1.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u03b1\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd &amp; \u03bc\u03b9\u03c3\u03b8\u03c9\u03c4\u03ce\u03bd<\/li>\r\n                                                                    <li>\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd &amp; \u03ba\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03ae\u03c3\u03b5\u03c9\u03bd<\/li>\r\n                                                                    <li>\u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bb\u03ae\u03be\u03b7 \u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b1\u03af\u03c9\u03bd<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                            <div class=\"indesly-card\">\r\n                            <h3>\u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03b3\u03b9\u03b1 \u0399\u03b4\u03b9\u03ce\u03c4\u03b5\u03c2<\/h3>\r\n                            <p>\u0391\u03c0\u03bb\u03cc personal finance dashboard \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03ad\u03c1\u03b5\u03b9\u03c2 \u03ba\u03ac\u03b8\u03b5 \u03bc\u03ae\u03bd\u03b1 \u03c0\u03bf\u03cd \u03c0\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03c7\u03c1\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03bf\u03c5.<\/p>\r\n                            <ul class=\"indesly-card-list\">\r\n                                                                    <li>\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03c3\u03cc\u03b4\u03c9\u03bd &amp; \u03b5\u03be\u03cc\u03b4\u03c9\u03bd<\/li>\r\n                                                                    <li>\u039c\u03b7\u03bd\u03b9\u03b1\u03af\u03b5\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 &amp; budgets<\/li>\r\n                                                                    <li>\u03a3\u03c4\u03cc\u03c7\u03bf\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03c3\u03b7\u03c2 &amp; \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5<\/li>\r\n                                                            <\/ul>\r\n                        <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- PRICING -->\r\n        <section id=\"pricing\" class=\"indesly-section indesly-section-alt\">\r\n            <div class=\"indesly-container\">\r\n                <div class=\"indesly-section-header\">\r\n                    <h2>\u0391\u03c0\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u039c\u03b9\u03ba\u03c1\u03ad\u03c2 \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2<\/h2>\r\n                    <p>\u039e\u03b5\u03ba\u03af\u03bd\u03b1 \u03bc\u03b9\u03ba\u03c1\u03ac, \u03bc\u03b5\u03b3\u03ac\u03bb\u03c9\u03c3\u03b5 \u03c3\u03c4\u03b1\u03b4\u03b9\u03b1\u03ba\u03ac. \u03a4\u03bf Indesly \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b9\u03c4\u03cc \u03ba\u03b1\u03b9 \u03be\u03b5\u03ba\u03ac\u03b8\u03b1\u03c1\u03bf.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"indesly-grid indesly-grid-3 indesly-pricing-grid\">\r\n                    <!-- Plan 1 -->\r\n                    <div class=\"indesly-card indesly-pricing-card\">\r\n                        <h3>Starter<\/h3>\r\n                        <p class=\"indesly-pricing-price\">\r\n                            \u20ac<span>9<\/span>\/\u03bc\u03ae\u03bd\u03b1                        <\/p>\r\n                        <p class=\"indesly-pricing-note\">\u0399\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 solo \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2.<\/p>\r\n                        <ul class=\"indesly-card-list\">\r\n                                                            <li>\u039c\u03ad\u03c7\u03c1\u03b9 1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2<\/li>\r\n                                                            <li>\u03a0\u03b5\u03bb\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf &amp; \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd<\/li>\r\n                                                            <li>\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2<\/li>\r\n                                                    <\/ul>\r\n                        <a href=\"#contact\" class=\"indesly-btn indesly-btn-secondary\">\u0396\u03ae\u03c4\u03b1 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7<\/a>\r\n                    <\/div>\r\n\r\n                    <!-- Plan 2 -->\r\n                    <div class=\"indesly-card indesly-pricing-card indesly-pricing-card-featured\">\r\n                                                    <div class=\"indesly-pricing-badge\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf<\/div>\r\n                                                <h3>Business<\/h3>\r\n                        <p class=\"indesly-pricing-price\">\r\n                            \u20ac<span>19<\/span>\/\u03bc\u03ae\u03bd\u03b1                        <\/p>\r\n                        <p class=\"indesly-pricing-note\">\u0393\u03b9\u03b1 \u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2 &amp; \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1.<\/p>\r\n                        <ul class=\"indesly-card-list\">\r\n                                                            <li>\u039c\u03ad\u03c7\u03c1\u03b9 5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2<\/li>\r\n                                                            <li>\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 CRM \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2<\/li>\r\n                                                            <li>\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b1 online \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1<\/li>\r\n                                                            <li>Priority \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7<\/li>\r\n                                                    <\/ul>\r\n                        <a href=\"#contact\" class=\"indesly-btn indesly-btn-primary\">\u039e\u03b5\u03ba\u03af\u03bd\u03b7\u03c3\u03b5<\/a>\r\n                    <\/div>\r\n\r\n                    <!-- Plan 3 -->\r\n                    <div class=\"indesly-card indesly-pricing-card\">\r\n                        <h3>Agency \/ Custom<\/h3>\r\n                        <p class=\"indesly-pricing-price\">\r\n                            \u20ac<span>;<\/span>                        <\/p>\r\n                        <p class=\"indesly-pricing-note\">\u0393\u03b9\u03b1 franchises, chains &amp; agencies.<\/p>\r\n                        <ul class=\"indesly-card-list\">\r\n                                                            <li>\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ad\u03c2 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b5\u03c2<\/li>\r\n                                                            <li>Custom modules &amp; integrations<\/li>\r\n                                                            <li>\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc\u03c2 account manager<\/li>\r\n                                                    <\/ul>\r\n                        <a href=\"#contact\" class=\"indesly-btn indesly-btn-secondary\">\u0396\u03ae\u03c4\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- CTA -->\r\n        <section id=\"contact\" class=\"indesly-section indesly-section-cta\">\r\n            <div class=\"indesly-container indesly-cta-inner\">\r\n                <div class=\"indesly-cta-content\">\r\n                    <h2>\u0398\u03b5\u03c2 \u03bd\u03b1 \u03b4\u03b5\u03b9\u03c2 \u03c4\u03bf Indesly \u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7;<\/h2>\r\n                    <p>\u03a3\u03c4\u03b5\u03af\u03bb\u03b5 \u03bc\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03bc\u03b5 2\u20133 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9 \u03ba\u03ac\u03bd\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03bf\u03c5 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b5 demo &amp; \u03c0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03bb\u03ac\u03b4\u03bf \u03c3\u03bf\u03c5.<\/p>\r\n                <\/div>\r\n                <div class=\"indesly-cta-actions\">\r\n                                            <a href=\"mailto:info@indesignwebs.gr?subject=\u0395\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd%20\u03b3\u03b9\u03b1%20Indesly%20CRM\" class=\"indesly-btn indesly-btn-primary\">\r\n                            \u03a3\u03c4\u03b5\u03af\u03bb\u03b5 Email                        <\/a>\r\n                                                                <a href=\"tel:+30XXXXXXXXXX\" class=\"indesly-btn indesly-btn-secondary\">\r\n                            \u039a\u03ac\u03bb\u03b5\u03c3\u03ad \u03bc\u03b1\u03c2                        <\/a>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n    \n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-transparent-header.php","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":5,"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/indesly.com\/index.php\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}