{"id":280,"date":"2025-11-06T09:01:24","date_gmt":"2025-11-06T09:01:24","guid":{"rendered":"https:\/\/aytognosia.gr\/?page_id=280"},"modified":"2025-12-21T20:37:45","modified_gmt":"2025-12-21T20:37:45","slug":"start-your-transformation","status":"publish","type":"page","link":"https:\/\/aytognosia.gr\/en\/start-your-transformation\/","title":{"rendered":"Start Your Transformation"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-e0af075f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"el\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Start Your Transformation<\/title>\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    \/* ===== Animated flowing lines background ===== *\/\n    .bg-lines {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      pointer-events: none;\n      z-index: 0;\n      overflow: hidden;\n    }\n\n    .bg-lines svg {\n      position: absolute;\n      width: 100%;\n      height: 100%;\n    }\n\n    .flow-path {\n      fill: none;\n      stroke: #8e3fb7;\n      stroke-width: 2;\n      stroke-linecap: round;\n      opacity: 0.2;\n      stroke-dasharray: 10 20;\n      animation: flowDash 20s linear infinite;\n    }\n\n    .flow-path-alt {\n      stroke: #ffd1f7;\n      opacity: 0.25;\n      animation: flowDash 15s linear infinite reverse;\n    }\n\n    .flow-path-thick {\n      stroke: #8e3fb7;\n      stroke-width: 3;\n      opacity: 0.15;\n      stroke-dasharray: 5 15;\n      animation: flowDash 25s linear infinite;\n    }\n\n    @keyframes flowDash {\n      to {\n        stroke-dashoffset: -1000;\n      }\n    }\n\n    \/* Floating particles *\/\n    .bg-particles {\n      position: absolute;\n      width: 100%;\n      height: 100%;\n      top: 0;\n      left: 0;\n      pointer-events: none;\n    }\n\n    .particle {\n      position: absolute;\n      width: 4px;\n      height: 4px;\n      background: #8e3fb7;\n      border-radius: 50%;\n      opacity: 0.4;\n      animation: particleFloat 15s ease-in-out infinite;\n    }\n\n    @keyframes particleFloat {\n      0%, 100% {\n        transform: translate(0, 0);\n        opacity: 0.2;\n      }\n      25% {\n        opacity: 0.6;\n      }\n      50% {\n        transform: translate(100px, -200px);\n        opacity: 0.4;\n      }\n      75% {\n        opacity: 0.5;\n      }\n    }\n\n    .particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; background: #8e3fb7; }\n    .particle:nth-child(2) { left: 30%; top: 50%; animation-delay: 2s; background: #ffd1f7; }\n    .particle:nth-child(3) { left: 60%; top: 30%; animation-delay: 4s; background: #8e3fb7; }\n    .particle:nth-child(4) { left: 80%; top: 60%; animation-delay: 6s; background: #ffd1f7; }\n    .particle:nth-child(5) { left: 20%; top: 80%; animation-delay: 8s; background: #8e3fb7; }\n    .particle:nth-child(6) { left: 50%; top: 10%; animation-delay: 10s; background: #ffd1f7; }\n    .particle:nth-child(7) { left: 70%; top: 90%; animation-delay: 12s; background: #8e3fb7; }\n    .particle:nth-child(8) { left: 40%; top: 70%; animation-delay: 14s; background: #ffd1f7; }\n\n    \/* Fade-in on scroll *\/\n    .step-row {\n      opacity: 0;\n      transform: translateY(40px);\n    }\n\n    .step-row.visible {\n      opacity: 1 !important;\n      transform: translateY(0) !important;\n      transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    \/* Parallax effect *\/\n    .step-row.parallax {\n      transform: translateY(var(--parallax-offset, 0px));\n    }\n\n    \/* Slightly larger fonts for readability *\/\n    .step-row h3 {\n      font-size: 2.8rem;\n    }\n\n    .step-row p {\n      font-size: 1.55rem;\n    }\n\n    \/* ===== Hero Video Section ===== *\/\n    .hero-video-wrapper {\n      position: relative;\n      width: 100%;\n      text-align: center;\n      padding: 80px 20px 60px;\n      background: #ffffff;\n      overflow: hidden;\n    }\n\n    .hero-video-container {\n      position: relative;\n      max-width: 1000px;\n      margin: 0 auto;\n      border-radius: 16px;\n      padding: 3px;\n      background: linear-gradient(45deg, #8e3fb7, #a855f7, #c084fc, #8e3fb7);\n      background-size: 400% 400%;\n      animation: gradientShift 8s ease infinite;\n      z-index: 1;\n    }\n\n    .hero-video-container video {\n      display: block;\n      width: 100%;\n      height: auto;\n      max-height: 600px;\n      object-fit: contain;\n      border-radius: 14px;\n      box-shadow: 0 20px 60px rgba(142, 63, 183, 0.25);\n    }\n\n    @keyframes gradientShift {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n\n    \/* ===== Transformation Steps Section ===== *\/\n    .start-transformation {\n      padding: 6rem 2rem;\n      background: #ffffff;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .steps-vertical {\n      max-width: 900px;\n      margin: 0 auto;\n      text-align: left;\n      position: relative;\n      z-index: 1;\n    }\n\n    .steps-vertical h2 {\n      font-size: 3rem;\n      color: #8e3fb7;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n      margin-bottom: 1rem;\n      text-align: center;\n      animation: fadeInDown 0.8s ease;\n    }\n\n    .steps-vertical p.intro {\n      font-size: 1.6rem;\n      color: #555555;\n      margin-bottom: 4rem;\n      text-align: center;\n      animation: fadeInUp 0.8s ease 0.2s both;\n    }\n\n    \/* ===== Stunning Step Animations ===== *\/\n    .step-row {\n      position: relative;\n      margin-bottom: 4rem;\n      padding: 2.4rem;\n      border-left: 5px solid #8e3fb7;\n      background: rgba(142, 63, 183, 0.03);\n      opacity: 0;\n      animation: slideGlow 0.9s ease forwards;\n      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n      border-radius: 10px;\n      cursor: pointer;\n      overflow: visible;\n      z-index: 1;\n    }\n\n    \/* Animated gradient background on hover *\/\n    .step-row::after {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(142, 63, 183, 0.12), transparent);\n      transition: left 0.8s ease;\n      z-index: -1;\n    }\n\n    .step-row:hover::after {\n      left: 100%;\n    }\n\n    \/* Pulse animation on the border *\/\n    @keyframes borderPulse {\n      0%, 100% {\n        border-color: #8e3fb7;\n        box-shadow: 0 0 0 rgba(142, 63, 183, 0);\n      }\n      50% {\n        border-color: #a855f7;\n        box-shadow: 0 0 15px rgba(142, 63, 183, 0.3);\n      }\n    }\n\n    .step-row.visible {\n      animation: slideGlow 0.9s ease forwards, borderPulse 3s ease-in-out 1s infinite;\n    }\n\n    @keyframes slideGlow {\n      from {\n        opacity: 0;\n        transform: translateX(-60px) skewX(2deg);\n        filter: blur(4px);\n      }\n      to {\n        opacity: 1;\n        transform: translateX(0) skewX(0deg);\n        filter: blur(0);\n      }\n    }\n\n    \/* Stunning Hover Effects *\/\n    .step-row:hover {\n      transform: translateX(12px);\n      background: rgba(142, 63, 183, 0.08);\n      border-color: #8e3fb7;\n      box-shadow: 0 12px 40px rgba(142, 63, 183, 0.25);\n      animation: none; \/* Stop pulse on hover *\/\n    }\n\n    .step-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      font-size: 1.2rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      color: #8e3fb7;\n      margin-bottom: 0.7rem;\n      letter-spacing: 0.12em;\n      transition: all 0.3s ease;\n      position: relative;\n      z-index: 2;\n    }\n\n    .step-label::before {\n      content: '';\n      position: absolute;\n      left: -10px;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 8px;\n      height: 8px;\n      background: #8e3fb7;\n      border-radius: 50%;\n      animation: pulse 2s ease-in-out infinite;\n      z-index: 2;\n    }\n\n    @keyframes pulse {\n      0%, 100% {\n        transform: translateY(-50%) scale(1);\n        opacity: 1;\n      }\n      50% {\n        transform: translateY(-50%) scale(1.5);\n        opacity: 0.5;\n      }\n    }\n\n    .step-row:hover .step-label {\n      color: #000000;\n    }\n\n    .step-row:hover .step-label::before {\n      background: #000000;\n      animation: pulse 0.5s ease-in-out infinite;\n    }\n\n    .step-row h3 {\n      font-size: 2.6rem;\n      margin-bottom: 1.2rem;\n      color: #1a1a1a;\n      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n      position: relative;\n      z-index: 2;\n    }\n\n    .step-row:hover h3 {\n      transform: translateX(6px);\n      color: #8e3fb7;\n    }\n\n    \/* Animated underline on heading *\/\n    .step-row h3::after {\n      content: '';\n      position: absolute;\n      bottom: -5px;\n      left: 0;\n      width: 0;\n      height: 3px;\n      background: linear-gradient(90deg, #8e3fb7, #ffd1f7);\n      transition: width 0.5s ease;\n      z-index: 2;\n    }\n\n    .step-row:hover h3::after {\n      width: 100%;\n    }\n\n    .step-row p {\n      font-size: 1.45rem;\n      color: #444444;\n      line-height: 1.8;\n      position: relative;\n      z-index: 2;\n    }\n\n    .step-row p strong {\n      color: #8e3fb7;\n      font-weight: 600;\n    }\n\n    \/* Floating accent circles *\/\n    .float-accent {\n      position: absolute;\n      width: 220px;\n      height: 220px;\n      background: radial-gradient(circle, rgba(142, 63, 183, 0.1), transparent 70%);\n      border-radius: 50%;\n      z-index: -1;\n      animation: float 8s ease-in-out infinite alternate, rotate 25s linear infinite;\n      filter: blur(3px);\n    }\n\n    @keyframes float {\n      0% { \n        transform: translate(0, 0) scale(1); \n        opacity: 0.3; \n      }\n      50% {\n        transform: translate(20px, -20px) scale(1.05);\n        opacity: 0.5;\n      }\n      100% { \n        transform: translate(40px, -40px) scale(1); \n        opacity: 0.6; \n      }\n    }\n\n    @keyframes rotate {\n      from { transform: rotate(0deg); }\n      to { transform: rotate(360deg); }\n    }\n\n    .step1 .float-accent { \n      top: -60px; \n      left: -60px;\n      background: radial-gradient(circle, rgba(142, 63, 183, 0.08), transparent 70%);\n    }\n    \n    .step2 .float-accent { \n      bottom: -50px; \n      right: -50px; \n      animation-delay: 2s; \n    }\n    \n    .step3 .float-accent { \n      top: 20px; \n      right: -70px; \n      animation-delay: 4s;\n      background: radial-gradient(circle, rgba(142, 63, 183, 0.08), transparent 70%);\n    }\n\n    \/* Add sparkle effect on hover *\/\n    .step-row:hover .float-accent {\n      animation: float 3s ease-in-out infinite alternate, rotate 15s linear infinite;\n      filter: blur(2px);\n      opacity: 0.8 !important;\n    }\n\n    \/* Emoji particles on hover *\/\n    .emoji-particle {\n      position: absolute;\n      font-size: 1.5rem;\n      pointer-events: none;\n      animation: emojiFloat 1.5s ease-out forwards;\n      z-index: 5;\n      user-select: none;\n    }\n\n    @keyframes emojiFloat {\n      0% {\n        opacity: 0;\n        transform: translateY(0) scale(0) rotate(0deg);\n      }\n      10% {\n        opacity: 1;\n      }\n      100% {\n        opacity: 0;\n        transform: translateY(-100px) scale(1.5) rotate(180deg);\n      }\n    }\n\n    \/* CTA button *\/\n    .cta-container {\n      text-align: center;\n      margin-top: 3rem;\n      animation: fadeInUp 0.8s ease 1s both;\n    }\n\n    .cta-vertical {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.8rem;\n      padding: 1.4rem 3rem;\n      border-radius: 999px;\n      font-size: 1.4rem;\n      font-weight: 700;\n      text-decoration: none;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      background: linear-gradient(135deg, #8e3fb7, #a855f7);\n      color: #fff;\n      box-shadow: 0 20px 40px rgba(142, 63, 183, 0.3);\n      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n      position: relative;\n      overflow: hidden;\n      animation: ctaPulse 3s ease-in-out infinite;\n    }\n\n    @keyframes ctaPulse {\n      0%, 100% {\n        box-shadow: 0 20px 40px rgba(142, 63, 183, 0.3);\n      }\n      50% {\n        box-shadow: 0 25px 50px rgba(142, 63, 183, 0.45);\n      }\n    }\n\n    .cta-vertical::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n      transition: left 0.6s ease;\n    }\n\n    .cta-vertical::after {\n      content: '\u2728';\n      position: absolute;\n      right: 20px;\n      opacity: 0;\n      animation: sparkle 3s ease-in-out infinite;\n    }\n\n    @keyframes sparkle {\n      0%, 100% { \n        opacity: 0; \n        transform: translateX(0) scale(0.8); \n      }\n      50% { \n        opacity: 0.8; \n        transform: translateX(3px) scale(1.1); \n      }\n    }\n\n    .cta-vertical:hover::before {\n      left: 100%;\n    }\n\n    .cta-vertical:hover {\n      transform: translateY(-6px) scale(1.05);\n      filter: brightness(1.12);\n      box-shadow: 0 30px 60px rgba(142, 63, 183, 0.5);\n      animation: none;\n    }\n\n    .cta-vertical:active {\n      transform: translateY(-3px) scale(1.03);\n    }\n\n    .cta-text {\n      font-size: 1.3rem;\n      color: #555555;\n      margin-top: 2rem;\n      font-weight: 600;\n      animation: fadeInUp 0.8s ease 1.2s both;\n    }\n\n    \/* Animations *\/\n    @keyframes fadeInDown {\n      from { opacity: 0; transform: translateY(-30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Responsive adjustments *\/\n    @media only screen and (max-width: 768px) {\n      .hero-video-wrapper { padding: 40px 10px 30px; }\n      .hero-video-container video { max-height: 400px; }\n\n      .steps-vertical h2 { font-size: 2.2rem; }\n      .steps-vertical p.intro { font-size: 1.3rem; }\n\n      .step-row h3 { font-size: 2rem; }\n      .step-row p { font-size: 1.15rem; }\n\n      .float-accent { width: 140px; height: 140px; }\n    }\n\n    \/* Ripple effect for click interactions *\/\n    .ripple {\n      position: absolute;\n      border-radius: 50%;\n      background: rgba(142, 63, 183, 0.4);\n      transform: scale(0);\n      animation: rippleEffect 0.8s ease-out;\n      pointer-events: none;\n      z-index: 0;\n    }\n\n    @keyframes rippleEffect {\n      to {\n        transform: scale(2.5);\n        opacity: 0;\n      }\n    }\n\n    \/* Number badges for steps *\/\n    .step-row::before {\n      content: attr(data-step);\n      position: absolute;\n      top: -15px;\n      right: 20px;\n      width: 50px;\n      height: 50px;\n      background: #000000;\n      color: white;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.5rem;\n      font-weight: 800;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n      z-index: 3;\n      transition: all 0.3s ease;\n    }\n\n    .step-row:hover::before {\n      transform: scale(1.2) rotate(360deg);\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);\n      background: linear-gradient(135deg, #8e3fb7, #a855f7);\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Hero Video Block with Animated Lines -->\n  <div class=\"hero-video-wrapper\">\n    <div class=\"bg-lines\">\n      <svg viewbox=\"0 0 1000 800\" preserveaspectratio=\"none\">\n        <!-- Flowing curved lines -->\n        <path class=\"flow-path\" d=\"M0,200 Q250,150 500,200 T1000,200\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,400 Q250,450 500,400 T1000,400\" \/>\n        <path class=\"flow-path\" d=\"M0,600 Q250,550 500,600 T1000,600\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,100 Q250,50 500,100 T1000,100\" \/>\n        <path class=\"flow-path\" d=\"M0,700 Q250,750 500,700 T1000,700\" \/>\n        <path class=\"flow-path-thick\" d=\"M0,300 Q300,250 600,300 T1000,300\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,500 Q300,550 600,500 T1000,500\" \/>\n      <\/svg>\n      <div class=\"bg-particles\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"hero-video-container\">\n      <video autoplay muted loop playsinline poster=\"https:\/\/aytognosia.gr\/wp-content\/uploads\/2025\/11\/Anonymo-sxedio.jpg\">\n        <source src=\"https:\/\/aytognosia.gr\/wp-content\/uploads\/2025\/11\/Anonymo-sxedio.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/div>\n  <\/div>\n\n  <!-- Transformation Steps -->\n  <section class=\"start-transformation\">\n    <div class=\"bg-lines\">\n      <svg viewbox=\"0 0 1000 1200\" preserveaspectratio=\"none\">\n        <!-- Different pattern of flowing lines -->\n        <path class=\"flow-path\" d=\"M0,300 Q200,250 400,300 Q600,350 800,300 Q900,280 1000,300\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,500 Q200,550 400,500 Q600,450 800,500 Q900,520 1000,500\" \/>\n        <path class=\"flow-path\" d=\"M0,800 Q200,750 400,800 Q600,850 800,800 Q900,780 1000,800\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,150 Q200,100 400,150 Q600,200 800,150 Q900,130 1000,150\" \/>\n        <path class=\"flow-path\" d=\"M0,1000 Q200,1050 400,1000 Q600,950 800,1000 Q900,1020 1000,1000\" \/>\n        <path class=\"flow-path-alt\" d=\"M0,650 Q200,600 400,650 Q600,700 800,650 Q900,630 1000,650\" \/>\n        <path class=\"flow-path-thick\" d=\"M0,400 Q250,380 500,400 Q750,420 1000,400\" \/>\n        <path class=\"flow-path-thick\" d=\"M0,900 Q250,920 500,900 Q750,880 1000,900\" \/>\n      <\/svg>\n      <div class=\"bg-particles\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"steps-vertical\">\n      <h2>Start Your Transformation<\/h2>\n      <p class=\"intro\">\u03a4\u03c1\u03af\u03b1 \u03be\u03b5\u03ba\u03ac\u03b8\u03b1\u03c1\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b2\u03b3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf \u00ab\u03bc\u03c0\u03bb\u03bf\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1\u00bb \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03ad\u03c1\u03b8\u03b5\u03b9\u03c2 \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03bf\u03c5.<\/p>\n\n      <div class=\"step-row step1\" data-step=\"1\">\n        <div class=\"float-accent\"><\/div>\n        <span class=\"step-label\">\u0392\u03ae\u03bc\u03b1 1<\/span>\n        <h3>\u03a3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b1. \u03a0\u03b1\u03c1\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b5. \u0391\u03bd\u03b1\u03c0\u03bd\u03b5\u03cd\u03c3\u03b5.<\/h3>\n        <p>\u0394\u03b5\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ac \u03c4\u03b9 \u03c3\u03b5 \u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03b5\u03cd\u03b5\u03b9 &#8211; \u03ac\u03b3\u03c7\u03bf\u03c2, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03bc\u03bf\u03c4\u03af\u03b2\u03b1, \u03c3\u03c7\u03ad\u03c3\u03b5\u03b9\u03c2, \u03ba\u03cc\u03bc\u03c0\u03bf\u03c2 \u03c3\u03c4\u03bf \u03c3\u03c4\u03ae\u03b8\u03bf\u03c2. \n          \u0397 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03c0\u03bf\u03c5 \u03bb\u03b5\u03c2 <strong>\u00ab\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bc\u03b1\u03b9 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u00bb<\/strong> \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b1\u03c1\u03c7\u03ae \u03c4\u03b7\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2.<\/p>\n      <\/div>\n\n      <div class=\"step-row step2\" data-step=\"2\">\n        <div class=\"float-accent\"><\/div>\n        <span class=\"step-label\">\u0392\u03ae\u03bc\u03b1 2<\/span>\n        <h3>\u039c\u03af\u03bb\u03b7\u03c3\u03b5. \u0386\u03c3\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03bd\u03b1 \u03c3\u03b5 \u03b1\u03ba\u03bf\u03cd\u03c3\u03b5\u03b9.<\/h3>\n        <p>\u03a3\u03b5 \u03ad\u03bd\u03b1\u03bd \u03c7\u03ce\u03c1\u03bf \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae\u03c2, \u03b1\u03c6\u03ae\u03bd\u03b5\u03b9\u03c2 \u03cc\u03c3\u03b1 \u03c3\u03b5 \u03b2\u03b1\u03c1\u03b1\u03af\u03bd\u03bf\u03c5\u03bd.\n          \u039c\u03b5 \u03b5\u03bd\u03c3\u03c5\u03bd\u03b1\u03af\u03c3\u03b8\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b2\u03b1\u03b8\u03b9\u03ac \u03b1\u03ba\u03c1\u03cc\u03b1\u03c3\u03b7 \u03b1\u03c1\u03c7\u03af\u03b6\u03b5\u03b9 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b1\u03b8\u03b1\u03c1\u03af\u03b6\u03b5\u03b9 <strong>\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03b9\u03c2<\/strong> \u03ba\u03b1\u03b9 <strong>\u03c4\u03b9 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b1\u03b9 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac<\/strong>.<\/p>\n      <\/div>\n\n      <div class=\"step-row step3\" data-step=\"3\">\n        <div class=\"float-accent\"><\/div>\n        <span class=\"step-label\">\u0392\u03ae\u03bc\u03b1 3<\/span>\n        <h3>\u0394\u03c1\u03ac\u03c3\u03b5. \u039c\u03c0\u03b5\u03c2 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c4\u03b7\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2.<\/h3>\n        <p>\u039c\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c3\u03c7\u03ad\u03c3\u03b7, \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03b9\u03c2 \u03c4\u03b9\u03c2 \u03b4\u03c5\u03bd\u03ac\u03bc\u03b5\u03b9\u03c2 \u03c3\u03bf\u03c5, \n          \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9\u03c2 \u03b2\u03b1\u03b8\u03b9\u03ac \u03c1\u03b9\u03b6\u03c9\u03bc\u03ad\u03bd\u03b1 \u03bc\u03bf\u03c4\u03af\u03b2\u03b1 \u03ba\u03b1\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c2 \u03bc\u03b9\u03b1 \u03b6\u03c9\u03ae \u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b7\n          \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03bd\u03cc\u03b7\u03bc\u03b1.<\/p>\n      <\/div>\n\n      <div class=\"cta-container\">\n        <p class=\"cta-text\">\u0391\u03bd \u03bd\u03b9\u03ce\u03b8\u03b5\u03b9\u03c2 \u03cc\u03c4\u03b9 \u03ae\u03c1\u03b8\u03b5 \u03b7 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae, \u03ba\u03ac\u03bd\u03b5 \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03b2\u03ae\u03bc\u03b1.<\/p>\n        <a href=\"https:\/\/aytognosia.gr\/en\/contact\/#contact_form\" class=\"cta-vertical\">\n          Start your transformation \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    const steps = document.querySelectorAll(\".step-row\");\n    \n    const observer = new IntersectionObserver(\n      entries => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.classList.add(\"visible\");\n          }\n        });\n      },\n      { threshold: 0.2 }\n    );\n\n    steps.forEach(step => observer.observe(step));\n\n    \/\/ Parallax effect\n    window.addEventListener(\"scroll\", () => {\n      steps.forEach(step => {\n        const rect = step.getBoundingClientRect();\n        const offset = rect.top * -0.08; \/\/ small gentle parallax\n        step.style.setProperty(\"--parallax-offset\", offset + \"px\");\n      });\n    });\n\n    \/\/ Add click ripple effect\n    steps.forEach(step => {\n      step.addEventListener('click', function(e) {\n        const ripple = document.createElement('span');\n        const rect = this.getBoundingClientRect();\n        const size = Math.max(rect.width, rect.height);\n        const x = e.clientX - rect.left - size \/ 2;\n        const y = e.clientY - rect.top - size \/ 2;\n\n        ripple.style.width = ripple.style.height = size + 'px';\n        ripple.style.left = x + 'px';\n        ripple.style.top = y + 'px';\n        ripple.classList.add('ripple');\n\n        this.appendChild(ripple);\n\n        setTimeout(() => ripple.remove(), 600);\n      });\n\n      \/\/ Add emoji particles on hover\n      let emojiInterval;\n      step.addEventListener('mouseenter', function() {\n        emojiInterval = setInterval(() => {\n          createEmojiParticle(this);\n        }, 300);\n      });\n\n      step.addEventListener('mouseleave', function() {\n        clearInterval(emojiInterval);\n      });\n    });\n\n    \/\/ Create emoji particles (smiles and stars)\n    function createEmojiParticle(element) {\n      const emojis = ['\ud83d\ude0a', '\u2b50', '\u2728', '\ud83d\udcab', '\ud83c\udf1f', '\ud83d\ude04', '\ud83d\udc9c', '\ud83c\udfaf'];\n      const emoji = emojis[Math.floor(Math.random() * emojis.length)];\n      \n      const particle = document.createElement('div');\n      particle.className = 'emoji-particle';\n      particle.textContent = emoji;\n      \n      const rect = element.getBoundingClientRect();\n      const x = Math.random() * rect.width;\n      const y = Math.random() * rect.height;\n      \n      particle.style.left = x + 'px';\n      particle.style.top = y + 'px';\n      \n      element.appendChild(particle);\n      \n      setTimeout(() => particle.remove(), 1500);\n    }\n\n    \/\/ Add magnetic effect to CTA button\n    const ctaBtn = document.querySelector('.cta-vertical');\n    ctaBtn.addEventListener('mousemove', (e) => {\n      const rect = ctaBtn.getBoundingClientRect();\n      const x = e.clientX - rect.left - rect.width \/ 2;\n      const y = e.clientY - rect.top - rect.height \/ 2;\n      \n      ctaBtn.style.transform = `translateY(-8px) scale(1.08) translate(${x * 0.1}px, ${y * 0.1}px)`;\n    });\n\n    ctaBtn.addEventListener('mouseleave', () => {\n      ctaBtn.style.transform = '';\n    });\n  <\/script>\n\n<\/body>\n<\/html>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Start Your Transformation Start Your Transformation \u03a4\u03c1\u03af\u03b1 \u03be\u03b5\u03ba\u03ac\u03b8\u03b1\u03c1\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b2\u03b3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf \u00ab\u03bc\u03c0\u03bb\u03bf\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1\u00bb \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03ad\u03c1\u03b8\u03b5\u03b9\u03c2 \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03bf\u03c5. \u0392\u03ae\u03bc\u03b1 1 \u03a3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b1. \u03a0\u03b1\u03c1\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b5. \u0391\u03bd\u03b1\u03c0\u03bd\u03b5\u03cd\u03c3\u03b5. \u0394\u03b5\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ac \u03c4\u03b9 \u03c3\u03b5 \u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03b5\u03cd\u03b5\u03b9 &#8211; \u03ac\u03b3\u03c7\u03bf\u03c2, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03bc\u03bf\u03c4\u03af\u03b2\u03b1, \u03c3\u03c7\u03ad\u03c3\u03b5\u03b9\u03c2, \u03ba\u03cc\u03bc\u03c0\u03bf\u03c2 \u03c3\u03c4\u03bf \u03c3\u03c4\u03ae\u03b8\u03bf\u03c2. \u0397 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03c0\u03bf\u03c5 \u03bb\u03b5\u03c2 \u00ab\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bc\u03b1\u03b9 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u00bb \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b1\u03c1\u03c7\u03ae \u03c4\u03b7\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2. \u0392\u03ae\u03bc\u03b1 2 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"zakra_sidebar_layout":"customizer","zakra_remove_content_margin":false,"zakra_sidebar":"customizer","zakra_transparent_header":"customizer","zakra_logo":0,"zakra_main_header_style":"default","zakra_menu_item_color":"","zakra_menu_item_hover_color":"","zakra_menu_item_active_color":"","zakra_menu_active_style":"","zakra_page_header":true,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-280","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/aytognosia.gr\/en\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Start Your Transformation Start Your Transformation \u03a4\u03c1\u03af\u03b1 \u03be\u03b5\u03ba\u03ac\u03b8\u03b1\u03c1\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b2\u03b3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf \u00ab\u03bc\u03c0\u03bb\u03bf\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1\u00bb \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03ad\u03c1\u03b8\u03b5\u03b9\u03c2 \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c3\u03bf\u03c5. \u0392\u03ae\u03bc\u03b1 1 \u03a3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b1. \u03a0\u03b1\u03c1\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b5. \u0391\u03bd\u03b1\u03c0\u03bd\u03b5\u03cd\u03c3\u03b5. \u0394\u03b5\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ac \u03c4\u03b9 \u03c3\u03b5 \u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03b5\u03cd\u03b5\u03b9 &#8211; \u03ac\u03b3\u03c7\u03bf\u03c2, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03bc\u03bf\u03c4\u03af\u03b2\u03b1, \u03c3\u03c7\u03ad\u03c3\u03b5\u03b9\u03c2, \u03ba\u03cc\u03bc\u03c0\u03bf\u03c2 \u03c3\u03c4\u03bf \u03c3\u03c4\u03ae\u03b8\u03bf\u03c2. \u0397 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03c0\u03bf\u03c5 \u03bb\u03b5\u03c2 \u00ab\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bc\u03b1\u03b9 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u00bb \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b1\u03c1\u03c7\u03ae \u03c4\u03b7\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2. \u0392\u03ae\u03bc\u03b1 2&hellip;","_links":{"self":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":26,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/280\/revisions"}],"predecessor-version":[{"id":1761,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/280\/revisions\/1761"}],"wp:attachment":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/media?parent=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}