{"id":19,"date":"2026-04-14T14:02:37","date_gmt":"2026-04-14T14:02:37","guid":{"rendered":"http:\/\/www.zrelafirma.sk\/?page_id=19"},"modified":"2026-04-14T14:03:57","modified_gmt":"2026-04-14T14:03:57","slug":"19-2","status":"publish","type":"page","link":"https:\/\/www.zrelafirma.sk\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"sk\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Zrel\u00e1 firma \u2013 Program pre CEO | SUVKO<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&#038;family=Instrument+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ===========================================\n   ZREL\u00c1 FIRMA \u2014 SALES PAGE\n   \u010cist\u00fd HTML s\u00fabor, funguje samostatne.\n\n   AKO EDITOVA\u0164:\n   - Texty: h\u013eadaj text v HTML sekcii ni\u017e\u0161ie a zme\u0148\n   - Farby: zme\u0148 hodnoty v :root ni\u017e\u0161ie\n   - Calendly link: nahra\u010f CALENDLY_LINK svoj\u00edm linkom\n   - Fonty: na\u010d\u00edtavaj\u00fa sa automaticky z Google Fonts\n   =========================================== *\/\n\n:root {\n  --yellow:     #f9ce33;\n  --yellow-dim: #f0b800;\n  --yellow-pale:#fffbe6;\n  --navy:       #233142;\n  --navy-mid:   #2e4260;\n  --navy-light: #3a5278;\n  --white:      #ffffff;\n  --off-white:  #f7f8fa;\n  --gray-100:   #f0f2f5;\n  --gray-200:   #e2e6ec;\n  --gray-500:   #8899aa;\n  --gray-700:   #445566;\n  --text:       #1a2233;\n  --radius-sm:  10px;\n  --radius-md:  18px;\n  --radius-lg:  28px;\n  --radius-xl:  40px;\n  --shadow-sm:  0 2px 12px rgba(35,49,66,0.08);\n  --shadow-md:  0 8px 32px rgba(35,49,66,0.12);\n  --shadow-lg:  0 20px 60px rgba(35,49,66,0.16);\n}\n\n*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\nhtml { scroll-behavior:smooth; font-size:16px; }\n\nbody {\n  font-family: 'Instrument Sans', sans-serif;\n  background: var(--white);\n  color: var(--text);\n  overflow-x: hidden;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* \u2500\u2500 TYPOGRAPHY \u2500\u2500 *\/\n.zf-h1 {\n  font-family: 'Syne', sans-serif;\n  font-size: clamp(48px, 6vw, 82px);\n  font-weight: 800;\n  line-height: 1.0;\n  letter-spacing: -0.02em;\n}\n.zf-h2 {\n  font-family: 'Syne', sans-serif;\n  font-size: clamp(32px, 4vw, 52px);\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -0.015em;\n}\n.zf-h3 {\n  font-family: 'Syne', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  line-height: 1.2;\n}\n.zf-lead {\n  font-size: 18px;\n  line-height: 1.75;\n  color: var(--gray-700);\n  font-weight: 400;\n}\n\n\/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n.zf-wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }\n.zf-section { padding: 100px 0; }\n.zf-section--sm { padding: 72px 0; }\n\n\/* \u2500\u2500 PILL LABEL \u2500\u2500 *\/\n.zf-label {\n  display: inline-flex; align-items: center; gap: 6px;\n  background: var(--yellow-pale);\n  border: 1.5px solid rgba(249,206,51,0.6);\n  color: #7a6000;\n  font-size: 12px; font-weight: 600;\n  letter-spacing: 0.1em; text-transform: uppercase;\n  padding: 6px 16px; border-radius: 100px;\n  margin-bottom: 24px;\n}\n.zf-label--light {\n  background: rgba(249,206,51,0.15);\n  border-color: rgba(249,206,51,0.3);\n  color: var(--yellow);\n}\n\n\/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n.zf-btn {\n  display: inline-flex; align-items: center; gap: 10px;\n  font-family: 'Instrument Sans', sans-serif;\n  font-size: 16px; font-weight: 600;\n  padding: 16px 32px; border-radius: 100px;\n  border: none; cursor: pointer;\n  text-decoration: none;\n  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;\n}\n.zf-btn--primary {\n  background: var(--yellow);\n  color: var(--navy);\n  box-shadow: 0 4px 20px rgba(249,206,51,0.4);\n}\n.zf-btn--primary:hover {\n  background: var(--yellow-dim);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 32px rgba(249,206,51,0.5);\n}\n.zf-btn--primary-lg {\n  font-size: 18px; padding: 20px 44px;\n}\n.zf-btn--ghost {\n  background: transparent;\n  color: var(--white);\n  border: 1.5px solid rgba(255,255,255,0.3);\n}\n.zf-btn--ghost:hover {\n  border-color: var(--yellow);\n  color: var(--yellow);\n  transform: translateY(-2px);\n}\n.zf-btn-arrow {\n  width: 22px; height: 22px;\n  background: rgba(35,49,66,0.12);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 12px;\n  transition: transform 0.2s;\n}\n.zf-btn--primary:hover .zf-btn-arrow { transform: translateX(3px); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   NAV\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-nav {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 200;\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 40px; height: 68px;\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(20px);\n  border-bottom: 1px solid var(--gray-200);\n  transition: box-shadow 0.3s;\n}\n.zf-nav-logo {\n  font-family: 'Syne', sans-serif;\n  font-size: 19px; font-weight: 800;\n  color: var(--navy);\n  display: flex; align-items: center; gap: 10px;\n  text-decoration: none;\n}\n.zf-nav-logo-dot {\n  width: 10px; height: 10px;\n  background: var(--yellow);\n  border-radius: 50%;\n}\n.zf-nav-cta {\n  background: var(--navy);\n  color: var(--white);\n  padding: 10px 22px;\n  border-radius: 100px;\n  font-size: 14px; font-weight: 600;\n  border: none; cursor: pointer;\n  font-family: 'Instrument Sans', sans-serif;\n  transition: all 0.2s;\n  text-decoration: none;\n  display: inline-flex; align-items: center; gap: 6px;\n}\n.zf-nav-cta:hover { background: var(--navy-mid); transform: translateY(-1px); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   HERO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-hero {\n  background: var(--navy);\n  min-height: 100vh;\n  display: flex; align-items: center;\n  padding-top: 68px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Geometric background shapes *\/\n.zf-hero-bg {\n  position: absolute; inset: 0; pointer-events: none;\n  overflow: hidden;\n}\n.zf-hero-shape1 {\n  position: absolute;\n  top: -120px; right: -120px;\n  width: 560px; height: 560px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(249,206,51,0.12) 0%, transparent 65%);\n}\n.zf-hero-shape2 {\n  position: absolute;\n  bottom: -80px; left: -80px;\n  width: 400px; height: 400px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(58,82,120,0.6) 0%, transparent 70%);\n}\n.zf-hero-grid {\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);\n  background-size: 60px 60px;\n}\n.zf-hero-stripe {\n  position: absolute;\n  top: 0; bottom: 0; right: 0;\n  width: 42%;\n  background: rgba(255,255,255,0.025);\n  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);\n}\n\n.zf-hero-inner {\n  position: relative; z-index: 2;\n  max-width: 1180px; margin: 0 auto; padding: 0 40px;\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 80px; align-items: center;\n  width: 100%;\n  padding-top: 60px; padding-bottom: 60px;\n}\n\n.zf-hero-left { }\n\n.zf-hero-eyebrow {\n  display: inline-flex; align-items: center; gap: 8px;\n  color: var(--yellow);\n  font-size: 13px; font-weight: 600; letter-spacing: 0.1em;\n  text-transform: uppercase; margin-bottom: 24px;\n}\n.zf-hero-eyebrow-line {\n  width: 32px; height: 2px; background: var(--yellow); border-radius: 2px;\n}\n\n.zf-hero-title {\n  font-family: 'Syne', sans-serif;\n  font-size: clamp(52px, 6.5vw, 88px);\n  font-weight: 800;\n  line-height: 0.95;\n  letter-spacing: -0.025em;\n  color: var(--white);\n  margin-bottom: 16px;\n}\n.zf-hero-title-accent {\n  color: var(--yellow);\n  display: block;\n}\n\n.zf-hero-sub {\n  font-size: 19px;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.65;\n  margin-bottom: 44px;\n  max-width: 480px;\n  font-weight: 400;\n}\n.zf-hero-sub strong { color: rgba(255,255,255,0.92); font-weight: 500; }\n\n.zf-hero-actions {\n  display: flex; flex-direction: column; gap: 12px; align-items: flex-start;\n}\n.zf-hero-note {\n  font-size: 13px; color: rgba(255,255,255,0.35);\n  display: flex; align-items: center; gap: 6px;\n}\n.zf-hero-note::before { content: '\u2713'; color: rgba(249,206,51,0.7); font-size: 11px; }\n\n.zf-hero-stats {\n  display: flex; gap: 32px; margin-top: 52px;\n  padding-top: 40px;\n  border-top: 1px solid rgba(255,255,255,0.1);\n}\n.zf-stat { }\n.zf-stat-num {\n  font-family: 'Syne', sans-serif;\n  font-size: 32px; font-weight: 800;\n  color: var(--yellow); line-height: 1;\n  margin-bottom: 4px;\n}\n.zf-stat-label { font-size: 13px; color: rgba(255,255,255,0.45); }\n\n\/* Hero right \u2014 pain cards *\/\n.zf-hero-right {\n  display: flex; flex-direction: column; gap: 12px;\n}\n.zf-pain {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.09);\n  border-radius: var(--radius-md);\n  padding: 18px 22px;\n  display: flex; align-items: flex-start; gap: 16px;\n  transition: all 0.25s;\n  opacity: 0;\n  transform: translateX(24px);\n  animation: painIn 0.5s ease forwards;\n}\n.zf-pain:nth-child(1) { animation-delay: 0.2s; }\n.zf-pain:nth-child(2) { animation-delay: 0.35s; }\n.zf-pain:nth-child(3) { animation-delay: 0.5s; }\n.zf-pain:nth-child(4) { animation-delay: 0.65s; }\n.zf-pain:hover { background: rgba(255,255,255,0.09); border-color: rgba(249,206,51,0.25); }\n\n@keyframes painIn {\n  to { opacity: 1; transform: translateX(0); }\n}\n.zf-pain-icon {\n  width: 40px; height: 40px; flex-shrink: 0;\n  background: rgba(249,206,51,0.12);\n  border-radius: var(--radius-sm);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 18px;\n}\n.zf-pain-body strong {\n  display: block;\n  font-size: 15px; font-weight: 600;\n  color: var(--white); margin-bottom: 2px;\n}\n.zf-pain-body span {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.5;\n}\n\n\/* Hero \u2014 intro tag bottom *\/\n.zf-hero-bottom-tag {\n  position: relative; z-index: 2;\n  max-width: 1180px; margin: 0 auto; padding: 0 40px 48px;\n  display: flex; align-items: center; gap: 12px;\n}\n.zf-hero-bottom-line {\n  flex: 1; height: 1px; background: rgba(255,255,255,0.1);\n}\n.zf-hero-bottom-text {\n  font-size: 13px; color: rgba(255,255,255,0.3);\n  white-space: nowrap;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SOCIAL PROOF BAR\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-proof-bar {\n  background: var(--yellow);\n  padding: 16px 40px;\n  overflow: hidden;\n}\n.zf-proof-track {\n  display: flex; gap: 60px; align-items: center;\n  white-space: nowrap;\n}\n.zf-proof-item {\n  display: flex; align-items: center; gap: 8px;\n  font-family: 'Syne', sans-serif;\n  font-size: 14px; font-weight: 700;\n  color: var(--navy);\n  flex-shrink: 0;\n}\n.zf-proof-dot {\n  width: 5px; height: 5px;\n  background: var(--navy);\n  border-radius: 50%;\n  opacity: 0.4;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   PROBLEM SECTION\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-problem { background: var(--white); }\n\n.zf-problem-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 80px; align-items: start;\n  margin-top: 64px;\n}\n\n.zf-problem-list { display: flex; flex-direction: column; gap: 0; }\n.zf-problem-item {\n  display: flex; align-items: flex-start; gap: 20px;\n  padding: 28px 0;\n  border-bottom: 1px solid var(--gray-200);\n}\n.zf-problem-item:first-child { padding-top: 0; }\n.zf-problem-item:last-child { border-bottom: none; }\n.zf-problem-num {\n  font-family: 'Syne', sans-serif;\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 0.1em; color: var(--gray-500);\n  text-transform: uppercase;\n  min-width: 36px; padding-top: 3px;\n}\n.zf-problem-text strong {\n  display: block; font-size: 17px; font-weight: 600;\n  color: var(--navy); margin-bottom: 6px;\n}\n.zf-problem-text span { font-size: 14px; color: var(--gray-700); line-height: 1.6; }\n\n\/* Enemy box *\/\n.zf-enemy {\n  background: var(--navy);\n  border-radius: var(--radius-lg);\n  padding: 52px;\n  position: sticky; top: 100px;\n}\n.zf-enemy-title {\n  font-family: 'Syne', sans-serif;\n  font-size: 26px; font-weight: 700;\n  color: var(--white); line-height: 1.25;\n  margin-bottom: 8px;\n}\n.zf-enemy-title em { color: var(--yellow); font-style: normal; }\n.zf-enemy-sub {\n  font-size: 14px; color: rgba(255,255,255,0.45);\n  margin-bottom: 36px;\n}\n.zf-enemy-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }\n.zf-enemy-item {\n  display: flex; align-items: center; gap: 14px;\n  font-size: 15px; color: rgba(255,255,255,0.75);\n}\n.zf-enemy-x {\n  width: 26px; height: 26px; flex-shrink: 0;\n  background: rgba(255,80,80,0.15);\n  color: #ff7070; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 13px; font-weight: 700;\n}\n.zf-enemy-result {\n  background: rgba(249,206,51,0.1);\n  border: 1px solid rgba(249,206,51,0.25);\n  border-radius: var(--radius-sm);\n  padding: 16px 20px;\n  font-size: 15px; font-weight: 600;\n  color: var(--yellow);\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SOLUTION\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-solution { background: var(--off-white); }\n\n.zf-solution-top {\n  display: grid; grid-template-columns: 1.1fr 1fr;\n  gap: 80px; align-items: center;\n  margin-bottom: 72px;\n}\n.zf-solution-eq {\n  display: flex; align-items: center; gap: 12px;\n  margin-bottom: 32px;\n}\n.zf-solution-eq-chip {\n  background: var(--navy);\n  color: var(--yellow);\n  font-family: 'Syne', sans-serif;\n  font-size: 13px; font-weight: 700;\n  padding: 6px 14px; border-radius: 100px;\n  letter-spacing: 0.05em;\n}\n.zf-solution-eq-arrow { color: var(--gray-500); font-size: 18px; }\n.zf-solution-eq-result {\n  font-family: 'Syne', sans-serif;\n  font-size: 13px; font-weight: 700;\n  color: var(--gray-700);\n}\n.zf-solution-checks { display: flex; flex-direction: column; gap: 14px; }\n.zf-check {\n  display: flex; align-items: flex-start; gap: 14px;\n  font-size: 15px; color: var(--gray-700);\n}\n.zf-check-icon {\n  width: 24px; height: 24px; flex-shrink: 0;\n  background: var(--yellow);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 11px; color: var(--navy);\n  font-weight: 700; margin-top: 1px;\n}\n.zf-check strong { display: block; color: var(--navy); margin-bottom: 2px; font-weight: 600; }\n\n\/* Benefits grid *\/\n.zf-benefits-grid {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n}\n.zf-benefit {\n  background: var(--white);\n  border: 1.5px solid var(--gray-200);\n  border-radius: var(--radius-md);\n  padding: 32px 28px;\n  transition: all 0.25s;\n}\n.zf-benefit:hover {\n  border-color: var(--yellow);\n  box-shadow: var(--shadow-md);\n  transform: translateY(-4px);\n}\n.zf-benefit-icon {\n  width: 52px; height: 52px;\n  background: var(--yellow-pale);\n  border-radius: var(--radius-sm);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 24px; margin-bottom: 20px;\n}\n.zf-benefit h4 {\n  font-family: 'Syne', sans-serif;\n  font-size: 16px; font-weight: 700;\n  color: var(--navy); margin-bottom: 8px;\n}\n.zf-benefit p { font-size: 13px; color: var(--gray-700); line-height: 1.6; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   FOR WHOM \u2014 CHECKLIST STYLE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-forwhom { background: var(--white); }\n.zf-forwhom-layout {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 80px; align-items: center;\n  margin-top: 60px;\n}\n.zf-forwhom-list { display: flex; flex-direction: column; gap: 8px; }\n.zf-fw-item {\n  display: flex; align-items: center; gap: 16px;\n  padding: 18px 24px;\n  border: 1.5px solid var(--gray-200);\n  border-radius: var(--radius-md);\n  cursor: default;\n  transition: all 0.2s;\n}\n.zf-fw-item:hover { border-color: var(--yellow); background: var(--yellow-pale); }\n.zf-fw-check {\n  width: 30px; height: 30px; flex-shrink: 0;\n  border-radius: 50%;\n  border: 2px solid var(--gray-200);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 13px; color: transparent;\n  transition: all 0.2s;\n}\n.zf-fw-item:hover .zf-fw-check {\n  background: var(--yellow); border-color: var(--yellow);\n  color: var(--navy);\n}\n.zf-fw-text { font-size: 15px; font-weight: 500; color: var(--navy); }\n\n.zf-forwhom-cta-box {\n  background: var(--navy);\n  border-radius: var(--radius-lg);\n  padding: 52px;\n  text-align: center;\n}\n.zf-forwhom-cta-box h3 {\n  font-family: 'Syne', sans-serif;\n  font-size: 26px; font-weight: 700;\n  color: var(--white); line-height: 1.25; margin-bottom: 16px;\n}\n.zf-forwhom-cta-box h3 em { color: var(--yellow); font-style: normal; }\n.zf-forwhom-cta-box p {\n  font-size: 15px; color: rgba(255,255,255,0.55);\n  line-height: 1.65; margin-bottom: 32px;\n}\n.zf-forwhom-cta-box .zf-btn--primary {\n  width: 100%; justify-content: center;\n  font-size: 16px; padding: 17px;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   HOW IT WORKS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-how { background: var(--off-white); }\n\n.zf-phases {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 24px; margin-top: 64px;\n  position: relative;\n}\n.zf-phases-connector {\n  position: absolute;\n  top: 52px; left: calc(33.33% - 0px); right: calc(33.33% - 0px);\n  height: 2px;\n  background: linear-gradient(90deg, var(--yellow) 0%, var(--yellow-dim) 100%);\n  z-index: 0;\n}\n.zf-phase {\n  background: var(--white);\n  border: 1.5px solid var(--gray-200);\n  border-radius: var(--radius-lg);\n  padding: 40px 36px;\n  position: relative; z-index: 1;\n  transition: all 0.3s;\n}\n.zf-phase:hover {\n  border-color: var(--yellow);\n  box-shadow: 0 16px 48px rgba(249,206,51,0.15);\n  transform: translateY(-4px);\n}\n.zf-phase-num {\n  width: 48px; height: 48px;\n  background: var(--navy);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-family: 'Syne', sans-serif;\n  font-size: 18px; font-weight: 800; color: var(--yellow);\n  margin-bottom: 24px;\n  border: 3px solid var(--off-white);\n}\n.zf-phase-tag {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;\n  text-transform: uppercase; color: var(--gray-500);\n  margin-bottom: 8px;\n}\n.zf-phase h3 {\n  font-family: 'Syne', sans-serif;\n  font-size: 21px; font-weight: 700;\n  color: var(--navy); margin-bottom: 24px;\n}\n.zf-phase-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }\n.zf-phase-item {\n  display: flex; align-items: center; gap: 10px;\n  font-size: 14px; color: var(--gray-700);\n}\n.zf-phase-item::before {\n  content: '';\n  width: 6px; height: 6px; flex-shrink: 0;\n  background: var(--yellow); border-radius: 50%;\n}\n.zf-phase-result {\n  padding: 12px 16px;\n  background: var(--yellow-pale);\n  border-radius: var(--radius-sm);\n  font-size: 13px; font-weight: 600; color: #7a6000;\n  font-style: italic;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   FORMAT\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-format { background: var(--navy); }\n.zf-format .zf-h2 { color: var(--white); }\n.zf-format .zf-lead { color: rgba(255,255,255,0.5); }\n\n.zf-format-grid {\n  display: grid; grid-template-columns: repeat(2, 1fr);\n  gap: 20px; margin-top: 60px;\n}\n.zf-format-card {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.09);\n  border-radius: var(--radius-md);\n  padding: 36px 32px;\n  display: flex; gap: 20px; align-items: flex-start;\n  transition: all 0.25s;\n}\n.zf-format-card:hover {\n  background: rgba(249,206,51,0.07);\n  border-color: rgba(249,206,51,0.3);\n}\n.zf-format-icon {\n  font-size: 28px; flex-shrink: 0;\n  width: 52px; height: 52px;\n  background: rgba(249,206,51,0.12);\n  border-radius: var(--radius-sm);\n  display: flex; align-items: center; justify-content: center;\n}\n.zf-format-text h4 {\n  font-family: 'Syne', sans-serif;\n  font-size: 17px; font-weight: 700;\n  color: var(--white); margin-bottom: 6px;\n}\n.zf-format-text p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   TESTIMONIALS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-testimonials { background: var(--off-white); }\n\n.zf-testimonials-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 20px; margin-top: 60px;\n}\n.zf-testimonial {\n  background: var(--white);\n  border: 1.5px solid var(--gray-200);\n  border-radius: var(--radius-md);\n  padding: 36px;\n  position: relative;\n  transition: all 0.3s;\n}\n.zf-testimonial:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--yellow); }\n.zf-quote-mark {\n  font-family: 'Syne', sans-serif;\n  font-size: 72px; font-weight: 800;\n  color: var(--yellow);\n  line-height: 0.8;\n  margin-bottom: 16px;\n  display: block;\n  opacity: 0.4;\n}\n.zf-testimonial-text {\n  font-size: 16px; line-height: 1.7;\n  color: var(--navy); margin-bottom: 28px;\n  font-weight: 400;\n}\n.zf-testimonial-author { display: flex; align-items: center; gap: 12px; }\n.zf-avatar {\n  width: 44px; height: 44px;\n  background: var(--navy);\n  color: var(--yellow);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-family: 'Syne', sans-serif;\n  font-size: 15px; font-weight: 700;\n  flex-shrink: 0;\n}\n.zf-author-name { font-size: 14px; font-weight: 600; color: var(--navy); }\n.zf-author-role { font-size: 12px; color: var(--gray-500); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   PRICE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-price { background: var(--white); }\n\n.zf-price-layout {\n  display: grid; grid-template-columns: 1fr 1.1fr;\n  gap: 60px; align-items: start; margin-top: 60px;\n}\n.zf-price-card {\n  background: var(--navy);\n  border-radius: var(--radius-xl);\n  padding: 56px 52px;\n  position: relative; overflow: hidden;\n}\n.zf-price-card::before {\n  content: '';\n  position: absolute; top: -80px; right: -80px;\n  width: 280px; height: 280px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(249,206,51,0.12) 0%, transparent 65%);\n}\n.zf-price-card-label {\n  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;\n  color: rgba(255,255,255,0.4); margin-bottom: 20px;\n}\n.zf-price-amount {\n  font-family: 'Syne', sans-serif;\n  font-size: 76px; font-weight: 800;\n  color: var(--white); line-height: 1;\n  margin-bottom: 4px;\n  position: relative; z-index: 1;\n}\n.zf-price-amount sup { font-size: 28px; vertical-align: super; font-weight: 400; opacity: 0.5; }\n.zf-price-vat {\n  font-size: 13px; color: rgba(255,255,255,0.3);\n  margin-bottom: 40px;\n}\n.zf-price-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }\n.zf-price-feat {\n  display: flex; align-items: center; gap: 14px;\n  font-size: 14px; color: rgba(255,255,255,0.75);\n}\n.zf-price-feat-check {\n  width: 22px; height: 22px; flex-shrink: 0;\n  background: rgba(249,206,51,0.15);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 10px; color: var(--yellow);\n}\n.zf-price-btn {\n  width: 100%;\n  background: var(--yellow); color: var(--navy);\n  padding: 18px;\n  border-radius: 100px;\n  font-family: 'Syne', sans-serif;\n  font-size: 16px; font-weight: 700;\n  border: none; cursor: pointer;\n  transition: all 0.2s;\n  display: flex; align-items: center; justify-content: center; gap: 8px;\n}\n.zf-price-btn:hover { background: var(--yellow-dim); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(249,206,51,0.4); }\n\n.zf-roi { display: flex; flex-direction: column; gap: 0; }\n.zf-roi-title {\n  font-family: 'Syne', sans-serif;\n  font-size: 26px; font-weight: 700; color: var(--navy);\n  margin-bottom: 8px;\n}\n.zf-roi-intro { font-size: 15px; color: var(--gray-700); margin-bottom: 32px; line-height: 1.6; }\n.zf-roi-item {\n  display: flex; gap: 20px; align-items: flex-start;\n  padding: 24px 0;\n  border-bottom: 1px solid var(--gray-200);\n}\n.zf-roi-item:last-child { border-bottom: none; }\n.zf-roi-num {\n  font-family: 'Syne', sans-serif;\n  font-size: 38px; font-weight: 800;\n  color: var(--yellow-dim); line-height: 1; flex-shrink: 0;\n  min-width: 80px;\n}\n.zf-roi-text strong {\n  display: block; font-size: 16px; font-weight: 600;\n  color: var(--navy); margin-bottom: 4px;\n}\n.zf-roi-text span { font-size: 13px; color: var(--gray-700); line-height: 1.6; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   FINAL CTA\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-cta-section {\n  background: var(--navy);\n  padding: 120px 0;\n  position: relative; overflow: hidden;\n}\n.zf-cta-bg1 {\n  position: absolute; top: -150px; left: 50%; transform: translateX(-50%);\n  width: 700px; height: 700px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(249,206,51,0.08) 0%, transparent 65%);\n  pointer-events: none;\n}\n.zf-cta-bg2 {\n  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;\n  background: rgba(255,255,255,0.08);\n}\n\n.zf-cta-inner {\n  max-width: 760px; margin: 0 auto; padding: 0 40px;\n  text-align: center; position: relative; z-index: 1;\n}\n.zf-cta-title {\n  font-family: 'Syne', sans-serif;\n  font-size: clamp(40px, 5vw, 68px);\n  font-weight: 800; color: var(--white);\n  line-height: 1.0; letter-spacing: -0.02em;\n  margin-bottom: 24px;\n}\n.zf-cta-title em { color: var(--yellow); font-style: normal; }\n.zf-cta-body {\n  font-size: 18px; color: rgba(255,255,255,0.55);\n  line-height: 1.7; margin-bottom: 52px;\n}\n.zf-cta-points {\n  display: flex; justify-content: center; gap: 12px;\n  margin-bottom: 44px; flex-wrap: wrap;\n}\n.zf-cta-point {\n  display: inline-flex; align-items: center; gap: 7px;\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 100px;\n  padding: 8px 18px;\n  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.75);\n}\n.zf-cta-point::before { content: '\u2713'; color: var(--yellow); font-size: 11px; }\n.zf-cta-fine { font-size: 13px; color: rgba(255,255,255,0.25); margin-top: 20px; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   FOOTER\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-footer {\n  background: #151e2a;\n  padding: 36px 40px;\n  display: flex; align-items: center; justify-content: space-between;\n}\n.zf-footer-logo {\n  font-family: 'Syne', sans-serif;\n  font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.4);\n  display: flex; align-items: center; gap: 8px;\n  text-decoration: none;\n}\n.zf-footer-logo span { color: var(--yellow); }\n.zf-footer-info { font-size: 12px; color: rgba(255,255,255,0.2); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   DIVIDER ELEMENT\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.zf-divider {\n  height: 4px;\n  background: linear-gradient(90deg, var(--navy) 0%, var(--yellow) 50%, var(--navy) 100%);\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   ANIMATIONS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(28px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n.zf-hero-left > * { animation: fadeUp 0.65s ease both; }\n.zf-hero-left > *:nth-child(1) { animation-delay: 0.05s; }\n.zf-hero-left > *:nth-child(2) { animation-delay: 0.15s; }\n.zf-hero-left > *:nth-child(3) { animation-delay: 0.28s; }\n.zf-hero-left > *:nth-child(4) { animation-delay: 0.42s; }\n.zf-hero-left > *:nth-child(5) { animation-delay: 0.56s; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   RESPONSIVE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media (max-width: 1024px) {\n  .zf-wrap { padding: 0 24px; }\n  .zf-hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }\n  .zf-hero-right { display: none; } \/* hidden on mobile for clarity *\/\n  .zf-hero-stats { flex-wrap: wrap; gap: 24px; }\n  .zf-problem-grid,\n  .zf-solution-top,\n  .zf-forwhom-layout,\n  .zf-price-layout { grid-template-columns: 1fr; gap: 40px; }\n  .zf-phases,\n  .zf-benefits-grid,\n  .zf-format-grid,\n  .zf-testimonials-grid { grid-template-columns: 1fr; }\n  .zf-phases-connector { display: none; }\n  .zf-section { padding: 72px 0; }\n  .zf-enemy { position: static; }\n  .zf-footer { flex-direction: column; gap: 12px; text-align: center; }\n  .zf-cta-points { flex-direction: column; align-items: center; }\n}\n\n@media (max-width: 600px) {\n  .zf-nav { padding: 0 20px; }\n  .zf-proof-bar { padding: 14px 20px; }\n  .zf-cta-title { font-size: 36px; }\n  .zf-price-amount { font-size: 56px; }\n}\n\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  NAVIGATION\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<nav class=\"zf-nav\">\n  <a href=\"#\" class=\"zf-nav-logo\">\n    <div class=\"zf-nav-logo-dot\"><\/div>\n    SUVKO\n  <\/a>\n  <a href=\"#konzultacia\" class=\"zf-nav-cta\">\n    Rezervova\u0165 konzult\u00e1ciu \u2192\n  <\/a>\n<\/nav>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  HERO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-hero\">\n  <div class=\"zf-hero-bg\">\n    <div class=\"zf-hero-grid\"><\/div>\n    <div class=\"zf-hero-stripe\"><\/div>\n    <div class=\"zf-hero-shape1\"><\/div>\n    <div class=\"zf-hero-shape2\"><\/div>\n  <\/div>\n\n  <div class=\"zf-hero-inner\">\n    <div class=\"zf-hero-left\">\n      <div class=\"zf-hero-eyebrow\">\n        <div class=\"zf-hero-eyebrow-line\"><\/div>\n        Program pre CEO a majite\u013eov firiem\n      <\/div>\n\n      <h1 class=\"zf-hero-title\">\n        Zrel\u00e1\n        <span class=\"zf-hero-title-accent\">firma<\/span>\n      <\/h1>\n\n      <p class=\"zf-hero-sub\">\n        Rastie v\u00e1m firma\u2026<br>\n        ale vy m\u00e1te pocit, \u017ee v\u00e1s za\u010d\u00edna <strong>brzdi\u0165?<\/strong><br>\n        Z\u00edskajte sp\u00e4\u0165 kontrolu, \u010das a energiu.\n      <\/p>\n\n      <div class=\"zf-hero-actions\">\n        <a href=\"#konzultacia\" class=\"zf-btn zf-btn--primary zf-btn--primary-lg\">\n          Rezervova\u0165 bezplatn\u00fa konzult\u00e1ciu\n          <div class=\"zf-btn-arrow\">\u2192<\/div>\n        <\/a>\n        <span class=\"zf-hero-note\">Bezplatn\u00fdch 30 min\u00fat \u00b7 Bez z\u00e1v\u00e4zkov<\/span>\n      <\/div>\n\n      <div class=\"zf-hero-stats\">\n        <div class=\"zf-stat\">\n          <div class=\"zf-stat-num\">6<\/div>\n          <div class=\"zf-stat-label\">max. CEO v skupine<\/div>\n        <\/div>\n        <div class=\"zf-stat\">\n          <div class=\"zf-stat-num\">3<\/div>\n          <div class=\"zf-stat-label\">f\u00e1zy programu<\/div>\n        <\/div>\n        <div class=\"zf-stat\">\n          <div class=\"zf-stat-num\">40+<\/div>\n          <div class=\"zf-stat-label\">hod\u00edn mesa\u010dne sp\u00e4\u0165<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"zf-hero-right\">\n      <div class=\"zf-pain\">\n        <div class=\"zf-pain-icon\">\ud83d\ude24<\/div>\n        <div class=\"zf-pain-body\">\n          <strong>V\u0161etko ide cez v\u00e1s<\/strong>\n          <span>Ka\u017ed\u00e9 rozhodnutie, ka\u017ed\u00fd probl\u00e9m \u2014 \u010dak\u00e1 na v\u00e1s.<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"zf-pain\">\n        <div class=\"zf-pain-icon\">\u23f1<\/div>\n        <div class=\"zf-pain-body\">\n          <strong>Nem\u00e1te \u010das na strat\u00e9giu<\/strong>\n          <span>Hasite po\u017eiare namiesto toho, aby ste budovali.<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"zf-pain\">\n        <div class=\"zf-pain-icon\">\ud83d\udcc9<\/div>\n        <div class=\"zf-pain-body\">\n          <strong>Rast prin\u00e1\u0161a chaos<\/strong>\n          <span>\u010c\u00edm viac rastie firma, t\u00fdm viac kles\u00e1 energia.<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"zf-pain\">\n        <div class=\"zf-pain-icon\">\ud83d\udd0b<\/div>\n        <div class=\"zf-pain-body\">\n          <strong>Energia kles\u00e1<\/strong>\n          <span>T\u00edm \u010dak\u00e1, konflikty prib\u00fadaj\u00fa, kult\u00fara sa rozpad\u00e1.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  SOCIAL PROOF BAR\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"zf-proof-bar\">\n  <div class=\"zf-proof-track\">\n    <div class=\"zf-proof-item\">\u2713 EY<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">\u2713 BOSCH<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">\u2713 IKEA<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">\u2713 V\u00daB<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">\u2713 SLSP<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">Avok\u00e1do Learning metodika<\/div>\n    <div class=\"zf-proof-dot\"><\/div>\n    <div class=\"zf-proof-item\">Gallup CliftonStrengths<\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  PROBL\u00c9M\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-problem\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">Diagn\u00f3za<\/div>\n    <h2 class=\"zf-h2\">Firma rastie.<br>Ale s \u0148ou aj chaos.<\/h2>\n    <div class=\"zf-problem-grid\">\n      <div class=\"zf-problem-list\">\n        <div class=\"zf-problem-item\">\n          <div class=\"zf-problem-num\">01<\/div>\n          <div class=\"zf-problem-text\">\n            <strong>\u017diadny jasn\u00fd smer<\/strong>\n            <span>T\u00edm nevie, kam firma smeruje. Ka\u017ed\u00fd \u0165ah\u00e1 in\u00fdm smerom. Energie unik\u00e1 namiesto toho, aby sa kumulovala.<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"zf-problem-item\">\n          <div class=\"zf-problem-num\">02<\/div>\n          <div class=\"zf-problem-text\">\n            <strong>Ch\u00fdbaj\u00fa l\u00eddri<\/strong>\n            <span>Nem\u00e1te komu delegova\u0165. Stredn\u00fd mana\u017ement nefunguje alebo v\u00f4bec neexistuje.<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"zf-problem-item\">\n          <div class=\"zf-problem-num\">03<\/div>\n          <div class=\"zf-problem-text\">\n            <strong>\u017diadna \u0161trukt\u00fara<\/strong>\n            <span>Procesy s\u00fa v hlav\u00e1ch, nie v syst\u00e9moch. Chaos je ka\u017edodennou realitou.<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"zf-problem-item\">\n          <div class=\"zf-problem-num\">04<\/div>\n          <div class=\"zf-problem-text\">\n            <strong>Takto sa \u010falej r\u00e1s\u0165 ned\u00e1<\/strong>\n            <span>Vy to c\u00edtite. Len neviete, kde za\u010da\u0165 a \u010do zmeni\u0165 ako prv\u00e9.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"zf-enemy\">\n        <div class=\"zf-label zf-label--light\">Kore\u0148ov\u00e1 pr\u00ed\u010dina<\/div>\n        <h3 class=\"zf-enemy-title\">Probl\u00e9m nie je<br>vo va\u0161ich \u013eu\u010foch.<br><em>Je v syst\u00e9me.<\/em><\/h3>\n        <p class=\"zf-enemy-sub\">Firma nem\u00e1 syst\u00e9m, ktor\u00fd by rast udr\u017eal bez z\u00e1vislosti na majite\u013eovi.<\/p>\n        <div class=\"zf-enemy-items\">\n          <div class=\"zf-enemy-item\">\n            <div class=\"zf-enemy-x\">\u00d7<\/div>\n            Ch\u00fdba jasn\u00fd smer a v\u00edzia\n          <\/div>\n          <div class=\"zf-enemy-item\">\n            <div class=\"zf-enemy-x\">\u00d7<\/div>\n            Ch\u00fdbaj\u00fa vychovan\u00ed l\u00eddri\n          <\/div>\n          <div class=\"zf-enemy-item\">\n            <div class=\"zf-enemy-x\">\u00d7<\/div>\n            Ch\u00fdba \u0161trukt\u00fara pre rast\n          <\/div>\n        <\/div>\n        <div class=\"zf-enemy-result\">\n          \u2192 V\u00fdsledok: firma stoj\u00ed na v\u00e1s\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"zf-divider\"><\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  RIE\u0160ENIE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-solution\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">Rie\u0161enie<\/div>\n    <div class=\"zf-solution-top\">\n      <div>\n        <h2 class=\"zf-h2\">Firma, ktor\u00e1 funguje<br>aj bez v\u00e1s<\/h2>\n        <p class=\"zf-lead\" style=\"margin-top:20px;max-width:500px;\">\n          Zrel\u00e1 firma = firma, kde \u013eudia preberaj\u00fa zodpovednos\u0165, rozhodnutia nevznikaj\u00fa len u CEO a vy m\u00e1te priestor na strat\u00e9giu.\n        <\/p>\n      <\/div>\n      <div class=\"zf-solution-checks\">\n        <div class=\"zf-check\">\n          <div class=\"zf-check-icon\">\u2713<\/div>\n          <div><strong>Zodpovednos\u0165 prevezm\u00fa \u013eudia<\/strong>Nie len vy. T\u00edm funguje samostatne.<\/div>\n        <\/div>\n        <div class=\"zf-check\">\n          <div class=\"zf-check-icon\">\u2713<\/div>\n          <div><strong>T\u00edm \u0165ah\u00e1 jedn\u00fdm smerom<\/strong>Jasn\u00e1 v\u00edzia, ktor\u00fa ka\u017ed\u00fd ch\u00e1pe a nasleduje.<\/div>\n        <\/div>\n        <div class=\"zf-check\">\n          <div class=\"zf-check-icon\">\u2713<\/div>\n          <div><strong>Vy m\u00e1te priestor na strat\u00e9giu<\/strong>Presta\u0148te hasi\u0165. Za\u010dnite budova\u0165.<\/div>\n        <\/div>\n        <div class=\"zf-check\">\n          <div class=\"zf-check-icon\">\u2713<\/div>\n          <div><strong>Firma dr\u017e\u00ed pokope aj bez v\u00e1s<\/strong>To je definit\u00edcia zrelej firmy.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"zf-benefits-grid\">\n      <div class=\"zf-benefit\">\n        <div class=\"zf-benefit-icon\">\ud83e\udded<\/div>\n        <h4>Jasn\u00fd smer a v\u00edzia<\/h4>\n        <p>Nastav\u00edte smer, ktor\u00fd t\u00edm pochop\u00ed, prijme a bude nasledova\u0165.<\/p>\n      <\/div>\n      <div class=\"zf-benefit\">\n        <div class=\"zf-benefit-icon\">\ud83c\udfd7\ufe0f<\/div>\n        <h4>Funk\u010dn\u00fd stredn\u00fd mana\u017ement<\/h4>\n        <p>Vybudujete l\u00eddrov, ktor\u00fdm m\u00f4\u017eete naozaj delegova\u0165 zodpovednos\u0165.<\/p>\n      <\/div>\n      <div class=\"zf-benefit\">\n        <div class=\"zf-benefit-icon\">\u26a1<\/div>\n        <h4>Sp\u00e4\u0165 v\u00e1\u0161 \u010das a energia<\/h4>\n        <p>Desiatky hod\u00edn mesa\u010dne, ktor\u00e9 teraz str\u00e1cate v operat\u00edve.<\/p>\n      <\/div>\n      <div class=\"zf-benefit\">\n        <div class=\"zf-benefit-icon\">\ud83c\udfaf<\/div>\n        <h4>Zmena spr\u00e1vania, nie \u0161kolenie<\/h4>\n        <p>Nie vedomosti navy\u0161e. Re\u00e1lna zmena toho, ako firma funguje.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  PRE KOHO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-forwhom\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">Pre koho<\/div>\n    <h2 class=\"zf-h2\">Je tento program pre v\u00e1s?<\/h2>\n    <div class=\"zf-forwhom-layout\">\n      <div>\n        <p class=\"zf-lead\" style=\"margin-bottom:32px;\">Za\u0161krtnite body, ktor\u00e9 sed\u00ed na va\u0161u situ\u00e1ciu:<\/p>\n        <div class=\"zf-forwhom-list\">\n          <div class=\"zf-fw-item\">\n            <div class=\"zf-fw-check\">\u2713<\/div>\n            <div class=\"zf-fw-text\">Rob\u00edte v\u0161etko sami \u2014 delegovanie nefunguje<\/div>\n          <\/div>\n          <div class=\"zf-fw-item\">\n            <div class=\"zf-fw-check\">\u2713<\/div>\n            <div class=\"zf-fw-text\">Nem\u00e1te \u010das na strat\u00e9giu, ste v operat\u00edve ka\u017ed\u00fd de\u0148<\/div>\n          <\/div>\n          <div class=\"zf-fw-item\">\n            <div class=\"zf-fw-check\">\u2713<\/div>\n            <div class=\"zf-fw-text\">T\u00edm nefunguje bez v\u00e1s \u2014 ke\u010f ste pre\u010d, veci stoja<\/div>\n          <\/div>\n          <div class=\"zf-fw-item\">\n            <div class=\"zf-fw-check\">\u2713<\/div>\n            <div class=\"zf-fw-text\">Kult\u00fara sa rozpad\u00e1 \u2014 konflikty, odchody, n\u00edzka motiv\u00e1cia<\/div>\n          <\/div>\n          <div class=\"zf-fw-item\">\n            <div class=\"zf-fw-check\">\u2713<\/div>\n            <div class=\"zf-fw-text\">Rast prin\u00e1\u0161a viac chaosu ne\u017e v\u00fdsledkov<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div id=\"konzultacia\" class=\"zf-forwhom-cta-box\">\n        <div class=\"zf-label zf-label--light\" style=\"margin-bottom:20px;\">Ak ste sa tu na\u0161li \u2192<\/div>\n        <h3>Tento program<br>je pre <em>v\u00e1s<\/em><\/h3>\n        <p>Neza\u010d\u00ednajte programom. Za\u010dnite rozhovorom. Po\u010das 30 min\u00fat sa pozrieme na va\u0161u firmu, identifikujeme bottlenecky a zist\u00edme, \u010di je program pre v\u00e1s.<\/p>\n        <a href=\"#\" class=\"zf-btn zf-btn--primary\" style=\"width:100%;justify-content:center;font-size:16px;padding:18px;\">\n          \ud83d\udd25 Rezervova\u0165 bezplatn\u00fa konzult\u00e1ciu\n        <\/a>\n        <p style=\"font-size:12px;color:rgba(255,255,255,0.3);margin-top:14px;\">30 min\u00fat \u00b7 Bezplatn\u00e9 \u00b7 Bez z\u00e1v\u00e4zkov<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  AKO FUNGUJE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-how\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">Metodika<\/div>\n    <h2 class=\"zf-h2\">Ako program funguje<\/h2>\n    <p class=\"zf-lead\" style=\"margin-top:16px;max-width:560px;\">\n      Nejde o \u0161kolenie. Ide o vzdel\u00e1vaciu cestu \u2014 <strong>Avok\u00e1do Learning<\/strong> \u2014 kde ka\u017ed\u00e1 f\u00e1za buduje na predch\u00e1dzaj\u00facej.\n    <\/p>\n    <div class=\"zf-phases\">\n      <div class=\"zf-phases-connector\"><\/div>\n\n      <div class=\"zf-phase\">\n        <div class=\"zf-phase-num\">1<\/div>\n        <div class=\"zf-phase-tag\">F\u00e1za prv\u00e1<\/div>\n        <h3>Commitment<\/h3>\n        <div class=\"zf-phase-items\">\n          <div class=\"zf-phase-item\">Individu\u00e1lna konzult\u00e1cia<\/div>\n          <div class=\"zf-phase-item\">Gallup CliftonStrengths diagnostika<\/div>\n          <div class=\"zf-phase-item\">Kick-off stretnutie skupiny<\/div>\n        <\/div>\n        <div class=\"zf-phase-result\">\u2192 Vieme, kde ste a kam idete<\/div>\n      <\/div>\n\n      <div class=\"zf-phase\">\n        <div class=\"zf-phase-num\">2<\/div>\n        <div class=\"zf-phase-tag\">F\u00e1za druh\u00e1<\/div>\n        <h3>Knowledge &#038; Tools<\/h3>\n        <div class=\"zf-phase-items\">\n          <div class=\"zf-phase-item\">Exit z operat\u00edvy<\/div>\n          <div class=\"zf-phase-item\">Leadership a kult\u00fara<\/div>\n          <div class=\"zf-phase-item\">Procesy a \u0161trukt\u00fara firmy<\/div>\n        <\/div>\n        <div class=\"zf-phase-result\">\u2192 Dostanete n\u00e1stroje, nie len vedomosti<\/div>\n      <\/div>\n\n      <div class=\"zf-phase\">\n        <div class=\"zf-phase-num\">3<\/div>\n        <div class=\"zf-phase-tag\">F\u00e1za tretia<\/div>\n        <h3>Implementation<\/h3>\n        <div class=\"zf-phase-items\">\n          <div class=\"zf-phase-item\">Mastermind skupiny<\/div>\n          <div class=\"zf-phase-item\">Peer learning<\/div>\n          <div class=\"zf-phase-item\">Re\u00e1lna implement\u00e1cia vo firme<\/div>\n        <\/div>\n        <div class=\"zf-phase-result\">\u2192 Zmeny, ktor\u00e9 funguj\u00fa aj po programe<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  FORM\u00c1T\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-format\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label zf-label--light\">Form\u00e1t<\/div>\n    <h2 class=\"zf-h2\">\u010co je na tom in\u00e9<\/h2>\n    <p class=\"zf-lead\" style=\"margin-top:16px;margin-bottom:0;max-width:500px;\">V\u00e4\u010d\u0161ina programov v\u00e1s nau\u010d\u00ed. My v\u00e1s don\u00fatime veci aplikova\u0165. Z vedie\u0165 na robi\u0165.<\/p>\n\n    <div class=\"zf-format-grid\">\n      <div class=\"zf-format-card\">\n        <div class=\"zf-format-icon\">\ud83d\udc65<\/div>\n        <div class=\"zf-format-text\">\n          <h4>Mal\u00e1 skupina CEO<\/h4>\n          <p>Max. 6 \u013eud\u00ed. Nie anonymn\u00fd kurz, ale intenz\u00edvna spolupr\u00e1ca s podobne zm\u00fd\u0161\u013eaj\u00facimi l\u00eddri.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"zf-format-card\">\n        <div class=\"zf-format-icon\">\ud83d\udd2c<\/div>\n        <div class=\"zf-format-text\">\n          <h4>Mastermind + workshopy<\/h4>\n          <p>Kombin\u00e1cia vzdel\u00e1vania a rie\u0161enia re\u00e1lnych pr\u00edpadov priamo z va\u0161ej firmy.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"zf-format-card\">\n        <div class=\"zf-format-icon\">\ud83e\udd1d<\/div>\n        <div class=\"zf-format-text\">\n          <h4>Individu\u00e1lna podpora<\/h4>\n          <p>Nie ste v tom sami. M\u00e1te individu\u00e1lnu podporu po\u010das celej vzdel\u00e1vacej cesty.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"zf-format-card\">\n        <div class=\"zf-format-icon\">\ud83d\udccd<\/div>\n        <div class=\"zf-format-text\">\n          <h4>Bratislava &#038; Ko\u0161ice<\/h4>\n          <p>Bratislava \u2013 Skypark \/ Ko\u0161ice \u2013 Kulturpark. Lektori: Mat\u00fa\u0161 Draganovsk\u00fd &#038; Mat\u00fa\u0161 Jare\u010dn\u00fd.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  REFERENCIE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-testimonials\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">V\u00fdsledky<\/div>\n    <h2 class=\"zf-h2\">\u010co sa zmenilo<br>vo firm\u00e1ch po programe<\/h2>\n    <p class=\"zf-lead\" style=\"margin-top:16px;max-width:480px;\">Nehovor\u00edme, \u010do u\u010d\u00edme. Ukazujeme, \u010do sa zmenilo.<\/p>\n\n    <div class=\"zf-testimonials-grid\">\n      <div class=\"zf-testimonial\">\n        <span class=\"zf-quote-mark\">&#8222;<\/span>\n        <p class=\"zf-testimonial-text\">Najv\u00e4\u010d\u0161ia zmena? Prestali sme v\u0161etko rie\u0161i\u0165 cez m\u0148a. T\u00edm za\u010dal prebera\u0165 zodpovednos\u0165 s\u00e1m \u2014 a ja som kone\u010dne mohol rie\u0161i\u0165, \u010do m\u00e1 CEO rie\u0161i\u0165.<\/p>\n        <div class=\"zf-testimonial-author\">\n          <div class=\"zf-avatar\">MK<\/div>\n          <div>\n            <div class=\"zf-author-name\">Martin K.<\/div>\n            <div class=\"zf-author-role\">CEO, v\u00fdrobn\u00e1 firma<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"zf-testimonial\">\n        <span class=\"zf-quote-mark\">&#8222;<\/span>\n        <p class=\"zf-testimonial-text\">Po prv\u00fdkr\u00e1t m\u00e1m pocit, \u017ee firma funguje aj ke\u010f tam nie som. To bol m\u00f4j cie\u013e od za\u010diatku \u2014 a trvalo mi 4 roky, k\u00fdm som na\u0161iel spr\u00e1vny program.<\/p>\n        <div class=\"zf-testimonial-author\">\n          <div class=\"zf-avatar\">PH<\/div>\n          <div>\n            <div class=\"zf-author-name\">Peter H.<\/div>\n            <div class=\"zf-author-role\">Majite\u013e, IT spolo\u010dnos\u0165<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"zf-testimonial\">\n        <span class=\"zf-quote-mark\">&#8222;<\/span>\n        <p class=\"zf-testimonial-text\">Ne\u0161lo o \u0161kolenie. Re\u00e1lne sme zmenili fungovanie celej firmy. V\u00fdsledky boli vidite\u013en\u00e9 do 3 mesiacov od za\u010diatku programu.<\/p>\n        <div class=\"zf-testimonial-author\">\n          <div class=\"zf-avatar\">LN<\/div>\n          <div>\n            <div class=\"zf-author-name\">Lucia N.<\/div>\n            <div class=\"zf-author-role\">Founder, e-commerce<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  CENA\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-section zf-price\">\n  <div class=\"zf-wrap\">\n    <div class=\"zf-label\">Invest\u00edcia<\/div>\n    <h2 class=\"zf-h2\">Cena a n\u00e1vratnos\u0165<\/h2>\n    <div class=\"zf-price-layout\">\n      <div class=\"zf-price-card\">\n        <div class=\"zf-price-card-label\">Zrel\u00e1 firma \u00b7 Program pre CEO<\/div>\n        <div class=\"zf-price-amount\"><sup>\u20ac<\/sup>1 450<\/div>\n        <div class=\"zf-price-vat\">bez DPH \/ osoba<\/div>\n        <div class=\"zf-price-features\">\n          <div class=\"zf-price-feat\">\n            <div class=\"zf-price-feat-check\">\u2713<\/div>\n            Gallup CliftonStrengths diagnostika\n          <\/div>\n          <div class=\"zf-price-feat\">\n            <div class=\"zf-price-feat-check\">\u2713<\/div>\n            3 f\u00e1zy programu (Commitment \u2192 Knowledge \u2192 Implementation)\n          <\/div>\n          <div class=\"zf-price-feat\">\n            <div class=\"zf-price-feat-check\">\u2713<\/div>\n            Mastermind skupina max. 6 CEO\n          <\/div>\n          <div class=\"zf-price-feat\">\n            <div class=\"zf-price-feat-check\">\u2713<\/div>\n            Individu\u00e1lna podpora po\u010das cel\u00e9ho programu\n          <\/div>\n          <div class=\"zf-price-feat\">\n            <div class=\"zf-price-feat-check\">\u2713<\/div>\n            Bratislava (Skypark) alebo Ko\u0161ice (Kulturpark)\n          <\/div>\n        <\/div>\n        <button class=\"zf-price-btn\">\n          Rezervova\u0165 miesto \u2192\n        <\/button>\n      <\/div>\n\n      <div class=\"zf-roi\">\n        <h3 class=\"zf-roi-title\">N\u00e1vratnos\u0165 invest\u00edcie<\/h3>\n        <p class=\"zf-roi-intro\">1 450 \u20ac je cena za zmenu, ktor\u00e1 prin\u00e1\u0161a desiatky hod\u00edn v\u00e1\u0161ho \u010dasu sp\u00e4\u0165 ka\u017ed\u00fd mesiac \u2014 a firmu, ktor\u00e1 funguje bez v\u00e1s.<\/p>\n\n        <div class=\"zf-roi-item\">\n          <div class=\"zf-roi-num\">40+<\/div>\n          <div class=\"zf-roi-text\">\n            <strong>hod\u00edn mesa\u010dne sp\u00e4\u0165<\/strong>\n            <span>Ke\u010f t\u00edm funguje samostatne, vy prestanete hasi\u0165 po\u017eiare a za\u010dnete budova\u0165.<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"zf-roi-item\">\n          <div class=\"zf-roi-num\">3\u00d7<\/div>\n          <div class=\"zf-roi-text\">\n            <strong>r\u00fdchlej\u0161ie rozhodovanie<\/strong>\n            <span>T\u00edm, ktor\u00fd m\u00e1 jasn\u00fd smer, ne\u010dak\u00e1 na CEO pri ka\u017edom kroku.<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"zf-roi-item\">\n          <div class=\"zf-roi-num\">\u221e<\/div>\n          <div class=\"zf-roi-text\">\n            <strong>hodnota zrelej kult\u00fary<\/strong>\n            <span>Firma, ktor\u00e1 funguje bez v\u00e1s, je firma, ktor\u00fa m\u00f4\u017eete \u0161k\u00e1lova\u0165, preda\u0165 alebo si z nej od\u00eds\u0165.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  FINAL CTA\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"zf-cta-section\">\n  <div class=\"zf-cta-bg1\"><\/div>\n  <div class=\"zf-cta-bg2\"><\/div>\n\n  <div class=\"zf-cta-inner\">\n    <div class=\"zf-label zf-label--light\">Za\u010dnite tu<\/div>\n    <h2 class=\"zf-cta-title\">\n      Neza\u010d\u00ednajte<br>\n      <em>programom.<\/em><br>\n      Za\u010dnite rozhovorom.\n    <\/h2>\n    <p class=\"zf-cta-body\">\n      M\u00f4\u017eete ma\u0165 ve\u013ea vedomost\u00ed.<br>\n      Ale ak firma stoj\u00ed na v\u00e1s\u2026 nemen\u00ed sa ni\u010d.<br>\n      Tento program je o tom, aby sa to kone\u010dne zmenilo.\n    <\/p>\n    <div class=\"zf-cta-points\">\n      <div class=\"zf-cta-point\">Pozrieme sa na va\u0161u firmu<\/div>\n      <div class=\"zf-cta-point\">Identifikujeme bottlenecky<\/div>\n      <div class=\"zf-cta-point\">Zist\u00edme, \u010di je program pre v\u00e1s<\/div>\n    <\/div>\n    <a href=\"#\" class=\"zf-btn zf-btn--primary zf-btn--primary-lg\">\n      \ud83d\udd25 Rezervova\u0165 bezplatn\u00fa konzult\u00e1ciu\n      <div class=\"zf-btn-arrow\">\u2192<\/div>\n    <\/a>\n    <p class=\"zf-cta-fine\">30 min\u00fat \u00b7 Bezplatn\u00e9 \u00b7 Bez z\u00e1v\u00e4zkov<\/p>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  FOOTER\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<footer class=\"zf-footer\">\n  <a href=\"https:\/\/suvko.sk\" class=\"zf-footer-logo\">\n    <span>SUVKO<\/span> \u00b7 Zrel\u00e1 firma\n  <\/a>\n  <div class=\"zf-footer-info\">Mat\u00fa\u0161 Draganovsk\u00fd &#038; Mat\u00fa\u0161 Jare\u010dn\u00fd \u00b7 Bratislava \u00b7 Ko\u0161ice<\/div>\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Zrel\u00e1 firma \u2013 Program pre CEO | SUVKO SUVKO Rezervova\u0165 konzult\u00e1ciu \u2192 Program pre CEO a majite\u013eov firiem Zrel\u00e1 firma Rastie v\u00e1m firma\u2026 ale vy m\u00e1te pocit, \u017ee v\u00e1s za\u010d\u00edna brzdi\u0165? Z\u00edskajte sp\u00e4\u0165 kontrolu, \u010das a energiu. Rezervova\u0165 bezplatn\u00fa konzult\u00e1ciu \u2192 Bezplatn\u00fdch 30 min\u00fat \u00b7 Bez z\u00e1v\u00e4zkov 6 max. CEO v skupine 3 f\u00e1zy programu [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19"}],"version-history":[{"count":2,"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":21,"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions\/21"}],"wp:attachment":[{"href":"https:\/\/www.zrelafirma.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}